.container {
  width: 906px;
  margin: 0 auto;
}

.photo-list {
  list-style: none;
}

.photo {
  margin-bottom: 63px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2px;
  padding-left: 0px;
  gap: 65px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  margin-top: 90px;
  margin-bottom: 90px;
  border: 1px solid rgb(98, 98, 98);
  background-color: white;
  width: 165px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 359px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition-duration: 250ms;
}

.button:hover {
  background-color: rgb(207, 207, 207);
  transform: translateY(-5px);
}

.description {
  margin-bottom: 32px;
  color: rgb(98, 98, 98);
  font-family: Playfair Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.pre-description {
  margin-bottom: 40px;
  color: rgb(98, 98, 98);
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
}

.span {
  color: rgb(98, 98, 98);
  margin-bottom: 32px;
}

.photo-block {
  margin-bottom: 62px;
}

.photo-item {
  /* outline: red 1px solid; */
  width: 420px;
  transition-property: transform;
  transition-duration: 250ms;
  transition-duration: 500ms;
}
.photo-item:hover {
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transform: rotate(-3deg);
}

.switch-label {
  position: absolute;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
}

.checkbox {
  position: absolute;
  display: none;
}
@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
.Ubuntu {
  color: var(--main-info);
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.header-list {
  list-style: none;
  margin-bottom: 92px;
  font-family: Playfair Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  padding-left: 0px;
  justify-content: center;
  text-decoration: none;
  gap: 99px;
}

.header-likn:hover {
  color: rgb(3, 169, 244);
}

.header-link {
  list-style: none;
  text-decoration: none;
}

.header-likn {
  text-decoration: none;
  color: rgb(125, 125, 125);
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.92, 0.57);
}

.header {
  margin-bottom: 92px;
}

.header-svg {
  height: 15px;
  width: 15px;
  display: block;
  transition-property: transform;
  transition-duration: 250ms;
}

.header-svg:hover {
  transform: rotate(180deg);
}/*# sourceMappingURL=main.css.map */