.section-others {
  overflow: hidden;
}
.section-others__header {
  margin-bottom: 18px;
}
.section-others__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .section-others__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .section-others__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
.section-others__item {
  max-width: 100%;
}
.section-others__item:not(:last-child) {
  margin-right: 10px;
}
.section-others__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .section-others__footer {
    padding-top: 50px;
  }
}
.card-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card-news__link {
  display: contents;
}
.card-news__head {
  aspect-ratio: 0.71278826;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.card-news__preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #D8D8D8;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.card-news:hover .card-news__preview {
  transform: scale(1.1);
}
.card-news__body {
  position: relative;
  margin-top: 10px;
  padding-right: 30px;
}
.card-news__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-news__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-news__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-news__date {
  opacity: 0.4;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-news__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-news__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
.card-news__arrow {
  position: absolute;
  top: 5px;
  right: 0px;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateX(-10px);
  opacity: 0;
}
.card-news:hover .card-news__arrow {
  opacity: 1;
  transform: translateX(0px);
}
.form-subscription {
  background-color: #F9F8F7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .form-subscription {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-subscription {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-subscription {
    margin-bottom: 50px;
  }
}
.form-subscription__container {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .form-subscription__container {
    flex-direction: column;
  }
}
.form-subscription__description {
  margin-top: 6px;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .form-subscription__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .form-subscription__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
  }
}
.form-subscription__form {
  max-width: 760px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .form-subscription__form .form-group {
    flex-direction: column;
    align-items: stretch;
  }
}
.page-gallery-preview {
  width: 100%;
  aspect-ratio: 1.6973684211;
  max-height: 380px;
}
@media (max-width: 767.98px) {
  .page-gallery-preview {
    border-radius: 4px;
  }
}
.page-gallery-preview__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.page-gallery-preview__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-gallery-navigation {
  width: 100%;
  margin-top: 10px;
}
.page-gallery-navigation__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 121px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
.page-gallery-navigation__slide:not(:last-child) {
  margin-right: 10px;
}
.page-gallery-navigation__slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .page-gallery-navigation__slide.swiper-slide-thumb-active {
    width: 100px;
  }
}
.page-gallery-navigation__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-content {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-content {
    padding-bottom: 50px;
  }
}
.page-content__container {
  display: grid;
  grid-template-areas: "g h" "g t";
  grid-template-columns: 645fr 500fr;
  grid-template-rows: auto 1fr;
  gap: 50px 80px;
}
@media (max-width: 1023.98px) {
  .page-content__container {
    grid-template-areas: "h" "g" "t";
    grid-template-columns: 1fr;
  }
}
.page-content__header {
  grid-area: h;
}
.page-content__date {
  display: block;
  margin-bottom: 8px;
  color: rgba(41, 38, 35, 0.4);
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-content__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-content__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
.page-content__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 22.4px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 19.6px;
    line-height: 100%;
  }
}
.page-content__gallery {
  overflow: hidden;
  grid-area: g;
  justify-self: flex-end;
  max-width: 100%;
  width: 645px;
}
@media (max-width: 1023.98px) {
  .page-content__gallery {
    width: 100%;
  }
}
.page-content__text {
  grid-area: t;
}
.page-others__item {
  max-width: 300px;
}
