.section-contacts__container {
  display: grid;
  gap: 28px;
  grid-template-columns: 6fr 10fr;
}
@media (max-width: 767.98px) {
  .section-contacts__container {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.section-contacts__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .section-contacts__info {
    gap: 30px;
  }
}
.section-contacts__title {
  margin-bottom: 30px;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .section-contacts__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-contacts__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-contacts__title {
    margin-bottom: 10px;
  }
}
.section-contacts__map {
  min-height: 530px;
}
@media (max-width: 1439.98px) {
  .section-contacts__map {
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  .section-contacts__map {
    aspect-ratio: 1.1333333333;
    min-height: unset;
  }
}
.page-cover {
  background-color: #F9F8F7;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-cover {
    margin-bottom: 50px;
  }
}
.page-cover__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 50px;
}
@media (max-width: 1899.98px) {
  .page-cover__container {
    padding: 0px;
  }
}
@media (max-width: 1023.98px) {
  .page-cover__container {
    grid-template-columns: 1fr;
  }
}
.page-cover__gallery {
  position: relative;
}
@media (max-width: 1023.98px) {
  .page-cover__gallery {
    aspect-ratio: 2;
  }
}
.page-cover__gallery > * {
  position: absolute;
  inset: 0;
}
.page-cover__content {
  display: flex;
  justify-content: center;
  padding: 0px 12px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-cover__content {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-cover__content {
    padding-bottom: 50px;
  }
}
@media (max-width: 1023.98px) {
  .page-cover__content {
    display: block;
  }
}
.page-content {
  display: grid;
  grid-template-areas: "t" "p" "d";
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 460px;
}
@media (max-width: 1023.98px) {
  .page-content {
    grid-template-areas: "p t" "p d";
    grid-template-columns: 2fr 3fr;
    max-width: unset;
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .page-content {
    grid-template-areas: "p" "t" "d";
    grid-template-columns: 1fr;
  }
}
.page-content__preview {
  grid-area: p;
  justify-self: center;
  max-width: 230px;
  aspect-ratio: 1.0454545455;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-content__preview {
    max-width: unset;
  }
}
.page-content__title {
  grid-area: t;
  align-self: flex-end;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 20.8px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 18.2px;
    line-height: 100%;
  }
}
.page-content__description {
  grid-area: d;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-content__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-content__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
.page-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
