.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;
  }
}
.form-consult {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .form-consult {
    margin-bottom: 50px;
  }
}
.form-consult__inner {
  display: grid;
  grid-template-areas: "m f";
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: center;
  background-color: #F9F8F7;
}
@media (max-width: 767.98px) {
  .form-consult__inner {
    grid-template-areas: "m" "f";
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.form-consult__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .form-consult__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-consult__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.form-consult__cover {
  grid-area: m;
  position: relative;
}
.form-consult__cover .media__source {
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .form-consult__cover .media__source {
    position: static;
  }
}
.form-consult__form {
  grid-area: f;
  width: 100%;
  max-width: 520px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .form-consult__form {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-consult__form {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-consult__form {
    max-width: unset;
  }
}
.form-consult__form .form-group {
  flex-direction: column;
  align-items: stretch;
}
.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;
  }
}
.card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card-product__link {
  display: contents;
}
.card-product__head {
  aspect-ratio: 0.7837837838;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-product__preview {
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  background-color: #D8D8D8;
  transition: bottom 0.3s ease-in-out;
  cursor: pointer;
}
.card-product:hover .card-product__preview {
  bottom: -10px;
}
.card-product__tags {
  position: absolute;
  top: 10px;
  right: 40px;
  left: 10px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-product__tag {
  display: block;
  color: #FFFFFF;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-product__tag {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-product__tag {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.card-product__actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.card-product:hover .card-product__actions {
  opacity: 1;
}
.card-product__action {
  color: #FFFFFF;
}
.card-product__body {
  position: relative;
  margin-top: 10px;
  padding-right: 30px;
}
.card-product__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-product__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-product__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-product__description {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-product__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-product__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-product:hover .card-product__description {
  opacity: 1;
  transform: translateX(0px);
}
.card-product__arrow {
  position: absolute;
  bottom: 2px;
  right: 0px;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateX(-10px);
  opacity: 0;
}
.card-product:hover .card-product__arrow {
  opacity: 1;
  transform: translateX(0px);
}
.page-tags {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-tags {
    padding-bottom: 50px;
  }
}
.page-tags__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.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-areas: "g c";
  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;
    grid-template-areas: "c" "g";
  }
}
.page-cover__gallery {
  grid-area: g;
  position: relative;
}
@media (max-width: 1023.98px) {
  .page-cover__gallery {
    aspect-ratio: 2;
  }
}
.page-cover__gallery > * {
  position: absolute;
  inset: 0;
}
.page-cover__content {
  grid-area: c;
  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: "p" "t" "d";
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 400px;
}
@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;
  max-width: 370px;
  aspect-ratio: 0.7875;
  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;
}
.page-products__item {
  max-width: 300px;
}
