.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);
}
.card-photo {
  position: relative;
  aspect-ratio: var(--cp-aspect, 0.7555555556);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.card-photo__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  background-color: #F9F8F7;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.card-photo:hover .card-photo__preview {
  transform: scale(1.1);
}
.card-photo_orientation_vertical {
  --cp-aspect: 0.7555555556;
}
.card-photo_orientation_horizontal {
  --cp-aspect: 1.3821138211;
}
.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);
}
.section-banner {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-banner {
    margin-bottom: 50px;
  }
}
.section-banner__inner {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "p";
}
.section-banner__slider {
  grid-area: p;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.section-banner-slider__item {
  position: relative;
}
.section-banner-slider__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 38, 35, 0.6);
}
.section-banner-slider .media__source {
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.section-banner-slider__item.active img.media__source {
  transition: transform 5s ease-in-out;
  transform: scale(1.15);
}
.section-banner-slider__pagination {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0px 20px;
}
.section-banner-slider__pagination-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
.section-banner-slider__pagination .bullet {
  flex: 1 1 0;
  height: 40px;
  border-bottom: 1px solid #C5C5C5;
  cursor: pointer;
}
.section-banner-slider__pagination .bullet.active {
  border-bottom: 1px solid #B8D3A5;
}
.section-banner-slider__navigation-button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 200px;
  background: none;
  outline: none;
  padding: 0px;
  border: 0px;
  z-index: 2;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .section-banner-slider__navigation-button {
    display: none;
  }
}
.section-banner-slider__navigation-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  background-color: rgba(41, 38, 35, 0.6);
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.section-banner-slider__navigation-button.previous {
  left: 0;
}
.section-banner-slider__navigation-button.previous:not(:hover) span {
  transform: translateX(-100%);
}
.section-banner-slider__navigation-button.next {
  right: 0;
  justify-items: end;
}
.section-banner-slider__navigation-button.next:not(:hover) span {
  transform: translateX(100%);
}
.section-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  padding: 100px 20px;
  color: #FFFFFF;
}
.section-banner-content__title {
  text-align: center;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .section-banner-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-banner-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.section-banner-content__subtitle {
  text-align: center;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .section-banner-content__subtitle {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-banner-content__subtitle {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
.section-banner-content__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.slider-entities {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .slider-entities {
    padding-bottom: 50px;
  }
}
.slider-entities__header {
  margin-bottom: 18px;
}
.slider-entities__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .slider-entities__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .slider-entities__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
.slider-entities__item {
  max-width: 100%;
}
.slider-entities__item:not(:last-child) {
  margin-right: 10px;
}
.slider-entities__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .slider-entities__footer {
    padding-top: 50px;
  }
}
.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-products__item {
  max-width: 300px;
}
.page-products-card .card-product__head::after {
  content: "";
  inset: 0;
  background-color: transparent;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
}
.page-products-card:not(:hover) .card-product__head::after {
  content: "";
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-products-card:not(:hover) .card-product__body {
  position: static;
}
.page-products-card:not(:hover) .card-product__title {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 5;
  transform: translateY(-50%);
  text-align: center;
  color: #FFFFFF;
}
.page-about {
  background-color: #F9F8F7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-about {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-about {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-about {
    margin-bottom: 50px;
  }
}
.page-about__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-about__head {
    padding-bottom: 50px;
  }
}
.page-about__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-about__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-about__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-about__description {
  max-width: 400px;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-about__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-about__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-about__body {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "n1 s n2";
  gap: 20px;
}
@media (max-width: 575.98px) {
  .page-about__body {
    grid-template-columns: 1fr;
    grid-template-areas: "n1" "n2" "s";
  }
}
.page-about__slider {
  grid-area: s;
  width: 100%;
  min-height: 400px;
  max-width: 620px;
  aspect-ratio: 0.8072916667;
  align-self: center;
}
@media (max-width: 575.98px) {
  .page-about__slider {
    width: calc((100% + 24px));
  }
}
@media (max-width: 767.98px) {
  .page-about__slider {
    max-width: unset;
    align-self: unset;
    aspect-ratio: unset;
  }
}
.page-about__number1 {
  grid-area: n1;
}
.page-about__number2 {
  grid-area: n2;
}
@media (max-width: 575.98px) {
  .page-about-slider {
    margin-left: -12px;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .page-about-slider {
    margin-left: -12px;
  }
}
.page-about-slider__image .media__source {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 100px 10px;
}
@media (max-width: 575.98px) {
  .page-about-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    flex-direction: row;
    gap: 20px;
  }
}
.page-about-number {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.page-about-number:hover {
  transform: scale(1.1764705882);
}
.page-about-number__value {
  text-align: center;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-about-number__value {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-about-number__value {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-about-number__description {
  text-align: center;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-about-number__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-about-number__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-catalog {
  background-color: #F9F8F7;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-catalog {
    margin-bottom: 50px;
  }
}
.page-catalog__container {
  display: grid;
  grid-template-columns: 5fr 11fr;
  grid-template-areas: "l c";
  gap: 60px;
}
@media (max-width: 1023.98px) {
  .page-catalog__container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-catalog__container {
    grid-template-columns: 1fr;
    grid-template-areas: "l" "c";
  }
}
.page-catalog__list {
  grid-area: l;
}
.page-catalog__cover {
  grid-area: c;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .page-catalog__cover {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
}
@media (max-width: 767.98px) {
  .page-catalog__cover {
    min-height: 400px;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
.page-catalog-list__container {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-catalog-list__container {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-catalog-list__container {
    padding-bottom: 50px;
  }
}
.page-catalog-list__title {
  margin-bottom: 10px;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-catalog-list__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-catalog-list__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-catalog-list__label {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-catalog-list__label {
    margin-bottom: 25px;
  }
}
.page-catalog-list__list {
  display: flex;
  flex-direction: column;
}
.page-catalog-list__item {
  padding: 20px 0px;
  border-bottom: 1px solid #D9D9D9;
}
.page-catalog-list__item h3 {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-catalog-list__item h3 {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-catalog-list__item h3 {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-catalog-list__button .button-primary__content {
  text-align: start;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-catalog-list__button .button-primary__content {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-catalog-list__button .button-primary__content {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-catalog-cover {
  position: relative;
}
.page-catalog-cover__image {
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.page-gallery {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-gallery {
    padding-bottom: 50px;
  }
}
.page-gallery__header {
  margin-bottom: 15px;
}
.page-gallery__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-gallery__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-gallery__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-gallery__item {
  max-width: 100%;
  min-height: 400px;
  cursor: pointer;
}
.page-gallery__item:not(:last-child) {
  margin-right: 10px;
}
.page-gallery__item:nth-child(odd) {
  width: 550px;
  aspect-ratio: 1.5714285714;
}
.page-gallery__item:nth-child(even) {
  width: 280px;
  aspect-ratio: 0.8;
}
.page-questions {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-questions {
    padding-bottom: 50px;
  }
}
.page-questions__container {
  display: grid;
  flex-direction: column;
  align-items: center;
  grid-template-columns: 4fr 8fr 4fr;
  gap: 24px;
}
.page-questions__header {
  grid-column: 2 / span 1;
}
@media (max-width: 1023.98px) {
  .page-questions__header {
    grid-column: 1/-1;
  }
}
.page-questions__title {
  text-align: center;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-questions__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-questions__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-questions__list {
  width: 100%;
  margin: auto;
  grid-column: 2/span 1;
}
@media (max-width: 1023.98px) {
  .page-questions__list {
    grid-column: 1/-1;
  }
}
.page-sdkgroup {
  background-color: #F9F8F7;
}
.page-sdkgroup__container {
  display: grid;
  align-items: center;
  grid-template-columns: 4fr 7fr 5fr;
  grid-template-areas: "l t a";
  gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-sdkgroup__container {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-sdkgroup__container {
    grid-template-columns: 1fr;
    grid-template-areas: "l" "t" "a";
    justify-items: center;
  }
}
.page-sdkgroup__logo {
  grid-area: l;
  justify-self: center;
}
.page-sdkgroup__title {
  grid-area: t;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-sdkgroup__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-sdkgroup__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-sdkgroup__actions {
  grid-area: a;
}
.page-news__header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-news__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-news__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-news__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.page-news__item {
  max-width: 340px;
}
header.header[scroll="top"] {
  color: #FFFFFF;
}
.page-banner-slider__item::after {
  background: linear-gradient(357.06deg, rgba(40, 49, 20, 0) 13.37%, #283114 122.87%);
}
