.mainBanner {
  position: relative;
}

div.mainBanner .mainBanner__col--last {
  height: 100%;
  justify-content: center;
}

div.section--mainbanner {
  height: 80vh;
}

.subprod__name--serial--se {
  display: block;
  /* padding: 6px 6px 3px 6px; */
  border-radius: 5px;
  /* background-color: #bbddd0; */
  font-weight: 100;
  -webkit-text-stroke: 2px;
  width: fit-content;
  font-family: "Korataki";
  letter-spacing: 4px;
  color: #ffffff;
  height: 30px;
  font-size: 20px;
  line-height: 20px;
}

.subprod__name--serial--se svg {
  width: auto;
  height: 100%;
}

button.platform__accordion-close {
  display: none;
}

@media (min-height: 1024px) and (max-width: 1200px) {
  div.section--mainbanner {
    height: 45vh;
  }
}

.banner-modes .mainBanner .mainBanner__header_title h1 {
  text-wrap: nowrap;
  font-size: 16px;
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
  /* margin-top: 4px; */
  /* padding: 4px 5px 2px 3px; */
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se svg {
  height: 100%;
  width: auto;
}

.mainBanner__next-block {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 40px;
  height: 40px;
  /* background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='47' height='47' rx='23.5' fill='white'/%3E%3Cpath d='M23.5 15C23.5 14.4477 23.9477 14 24.5 14C25.0523 14 25.5 14.4477 25.5 15H24.5H23.5ZM23.2071 32.7071C23.5976 33.0976 24.2308 33.0976 24.6213 32.7071L29.6213 27.7071C30.0118 27.3166 30.0118 26.6834 29.6213 26.2929C29.2308 25.9024 28.5976 25.9024 28.2071 26.2929L24 30.5L19.7929 26.2929C19.4024 25.9024 18.7692 25.9024 18.3787 26.2929C17.9882 26.6834 17.9882 27.3166 18.3787 27.7071L23.3787 32.7071L23.2071 32.7071ZM24.5 15H23.5V32H24.5H25.5V15H24.5Z' fill='%23324252'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='57' y='24' width='46.4582' height='46.4582' rx='23.2291' transform='rotate(135 57 24)' fill='white'/%3E%3Cpath d='M24.9014 15.55C24.9014 15.1358 24.5656 14.8 24.1514 14.8C23.7372 14.8 23.4014 15.1358 23.4014 15.55H24.1514H24.9014ZM23.621 32.9743C23.9139 33.2672 24.3888 33.2672 24.6817 32.9743L29.4547 28.2013C29.7476 27.9084 29.7476 27.4335 29.4547 27.1406C29.1618 26.8477 28.6869 26.8477 28.394 27.1406L24.1514 31.3833L19.9087 27.1406C19.6158 26.8477 19.141 26.8477 18.8481 27.1406C18.5552 27.4335 18.5552 27.9084 18.8481 28.2013L23.621 32.9743ZM24.1514 15.55H23.4014V32.4439H24.1514H24.9014V15.55H24.1514Z' fill='%23324252'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: arrowBtn 3s infinite;
  cursor: pointer;
}

@keyframes arrowBtn {
  0% {
    transform: translate(-50%, -20%);
  }

  50% {
    transform: translate(-50%, 20%);
  }

  100% {
    transform: translate(-50%, -20%);
  }
}

.mainBanner .mainBanner__header_title h1 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 300;
  font-family: Korataki;
  line-height: 26px;
  font-size: 26px;
  text-transform: uppercase;
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--name {
  height: 21px;
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
  display: block;
  text-align: center;
  align-self: stretch;
  writing-mode: sideways-lr;
  font-family: Korataki;
  font-size: 7px;
  line-height: 9px;
  font-weight: 400;
  height: 22px;
  border-radius: 2px;
  white-space: nowrap;
  /* padding: 1px 1px 1px 2px; */
  /* background-color: #5BBCF9; */
  color: #050505;
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk svg {
  height: 100%;
  width: auto;
}

.mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
  text-align: center;
  align-self: center;
  font-size: 9px;
  line-height: 10px;
  /* background-color: #BADDCF; */
  font-family: Korataki;
  color: #050505;
  white-space: nowrap;
  border-radius: 2px;
  /* padding: 3px 3px 2px 3px; */
  height: 14px;
  margin-top: 1px;
}

.mainBanner div.mainBanner__header_subtitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
}

.mainBanner div.mainBanner__header {
  margin-bottom: min(max(7.3rem, 5.625vw), 8.5rem);
  gap: 20px;
}

.subprod {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.subprod__name {
  display: flex;
  flex-direction: column;
}

.subprod__name--serial {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: Korataki;
  color: #131F39;
  display: flex;
  align-self: flex-start;
  align-items: center;
}

.subprod__name--serial span {
  height: 50px;
}

.subprod__name--serial::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #A7D681;
  margin-bottom: 4px;
  width: 17px;
  height: 17px;
}

.subprod__name--prod {
  font-size: 26px;
  font-family: Korataki;
  color: #7892AB;
  align-self: flex-end;
  font-weight: 300;
  text-transform: uppercase;
}

.subprod.subprod--no-serial .supprod__desc {
  padding-bottom: 0;
}

.subprod.subprod--no-serial .subprod__name {
  align-self: center;
}

.subprod.subprod--no-serial {
  gap: 30px;
}

.subprod.subprod--no-serial .subprod__name .subprod__name--prod {
  transform: translateX(0);
}

.supprod__desc {
  padding-top: 38px;
}

.supprod__desc-text {
  font-size: 16px;
  font-weight: 100;
  padding: 0 20px;
  border-left: 2px solid #A2B1CE;
}

.platform {
  position: relative;
  padding: 70px 0;
}

.platform__title {
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.platform__image {
  position: absolute;
  filter: contrast(0);
  opacity: .15;
  max-width: 100%;
  /* top: 180px; */
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.platform__adv-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.platform__adv-list-item {
  font-size: 13px;
  font-weight: 100;
  padding-left: 20px;
  border-left: 2px solid #A2B1CE;
}

.platform__accordion-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.platform__accordion-btn {
  order: 1;
  opacity: 1;
  transition: .5s all;
}

.platform__accordion-text {
  font-size: 13px;
  font-weight: 100;
}

.platform__accordion-text-wrapper .platform__accordion-text {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s all;
}

.platform__accordion-text-wrapper .platform__accordion-btn::after {
  transition: .5s all;
  rotate: 135deg;
}

.platform__accordion-text-wrapper--opened .platform__accordion-text {
  max-height: 199em;
  visibility: visible;
  overflow: visible;
  transition: 1s all;
  opacity: 1;
}

.platform__accordion-text-wrapper--opened .platform__accordion-btn::after {
  transition: .5s all;
  rotate: -45deg;
}

div.section--product-compound {
  background: linear-gradient(180deg, #45586C 0%, #59718B 100%);
  color: #FFFFFF;
  border-radius: 10px;
}

.compound {
  padding: 42px 0;
}

.compound__title {
  font-size: 40px;
  font-weight: 100;
  /* margin-bottom: 34px; */
  margin-bottom: 17px;
}

.compound__subtitle {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 34px;
}

.compound__item-title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin: 0;
  padding-bottom: 14px;
  cursor: pointer;
  font-weight: 100;
  gap: 10px;
}

.compound__item-title::after {
  content: '';
  display: flex;
  min-width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjczNDQgMC43NUM2LjI3MzQ0IDAuMzM1Nzg2IDUuOTM3NjUgLTQuOTM5NDVlLTA5IDUuNTIzNDQgMEM1LjEwOTIyIDQuOTM5NDVlLTA5IDQuNzczNDQgMC4zMzU3ODYgNC43NzM0NCAwLjc1TDUuNTIzNDQgMC43NUw2LjI3MzQ0IDAuNzVaTTQuOTkzMTEgMTMuMjgwM0M1LjI4NiAxMy41NzMyIDUuNzYwODcgMTMuNTczMiA2LjA1MzY2IDEzLjI4MDNMMTAuODI2NyA4LjUwNzM2QzExLjExOTYgOC4yMTQ0NyAxMS4xMTk2IDcuNzM5NTkgMTAuODI2NyA3LjQ0NjcxQzEwLjUzMzggNy4xNTM4MiAxMC4wNTkgNy4xNTM4MiA5Ljc2NjA4IDcuNDQ2NzFMNS41MjM0NCAxMS42ODk0TDEuMjgwOCA3LjQ0NjcxQzAuOTg3OTA3IDcuMTUzODIgMC41MTMwMjcgNy4xNTM4MiAwLjIyMDEzOSA3LjQ0NjcxQy0wLjA3Mjc0OTkgNy43Mzk1OSAtMC4wNzI3NDk5IDguMjE0NDcgMC4yMjAxMzkgOC41MDczNkw0Ljk5MzExIDEzLjI4MDNaTTUuNTIzNDQgMC43NUw0Ljc3MzQ0IDAuNzVMNC43NzM0NCAxMi43NUw1LjUyMzQ0IDEyLjc1TDYuMjczNDQgMTIuNzVMNi4yNzM0NCAwLjc1TDUuNTIzNDQgMC43NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .5s all;
}

.types__item-title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin: 0;
  padding-bottom: 14px;
  cursor: pointer;
  font-weight: 100;
  gap: 10px;
}

.types__item-title::after {
  content: '';
  display: flex;
  min-width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjczNDQgMC43NUM2LjI3MzQ0IDAuMzM1Nzg2IDUuOTM3NjUgLTQuOTM5NDVlLTA5IDUuNTIzNDQgMEM1LjEwOTIyIDQuOTM5NDVlLTA5IDQuNzczNDQgMC4zMzU3ODYgNC43NzM0NCAwLjc1TDUuNTIzNDQgMC43NUw2LjI3MzQ0IDAuNzVaTTQuOTkzMTEgMTMuMjgwM0M1LjI4NiAxMy41NzMyIDUuNzYwODcgMTMuNTczMiA2LjA1MzY2IDEzLjI4MDNMMTAuODI2NyA4LjUwNzM2QzExLjExOTYgOC4yMTQ0NyAxMS4xMTk2IDcuNzM5NTkgMTAuODI2NyA3LjQ0NjcxQzEwLjUzMzggNy4xNTM4MiAxMC4wNTkgNy4xNTM4MiA5Ljc2NjA4IDcuNDQ2NzFMNS41MjM0NCAxMS42ODk0TDEuMjgwOCA3LjQ0NjcxQzAuOTg3OTA3IDcuMTUzODIgMC41MTMwMjcgNy4xNTM4MiAwLjIyMDEzOSA3LjQ0NjcxQy0wLjA3Mjc0OTkgNy43Mzk1OSAtMC4wNzI3NDk5IDguMjE0NDcgMC4yMjAxMzkgOC41MDczNkw0Ljk5MzExIDEzLjI4MDNaTTUuNTIzNDQgMC43NUw0Ljc3MzQ0IDAuNzVMNC43NzM0NCAxMi43NUw1LjUyMzQ0IDEyLjc1TDYuMjczNDQgMTIuNzVMNi4yNzM0NCAwLjc1TDUuNTIzNDQgMC43NVoiIGZpbGw9IiMzQzRDNUIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .5s all;
}

.compound__list-item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #939AA080;
}

.compound__list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.types__list-item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #939AA080;
}

.types__list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.section--product-peculiarties.section--product-peculiarties-subprod {
    color: white;
    background-color: #404040;
}

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__slide-adv-title span  {
    color: white;
}

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    color: white;
    top: 45px;
}

.section--product-peculiarties.section--product-peculiarties-subprod .swiper-wrapper, .section--product-peculiarties.section--product-peculiarties-subprod .swiper-slide {
    background-color: #404040;
}

div.section--product-peculiarties.section--product-peculiarties-subprod::before {
    display: none;
}

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__slide-adv-title--arrow::after {
  filter: brightness(0) invert(1); 
}

/* .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__slide-adv-accordion {
    border-bottom: none;
} */

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet::before {
    background: #939AA0;
}

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__indicator {
    background: #404040;
}

.compound__item-description--padding {
  padding: 20px 16px;
}

.compound__item-description {
  background-color: white;
  color: #3C4C5D;
  border-radius: 10px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, opacity, visibility;
  transition-duration: .5s;
}

.types__item-description--padding {
  padding: 20px 16px;
}

.types__item-description {
  background-color: transparent;
  color: #3C4C5D;
  border-radius: 10px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, background-color, opacity, visibility;
  transition-duration: .5s;
  will-change: opacity;
}

.compound__item-description-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
}

.types__item-description-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
}

.compound__item-description-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
}

.compound__item-description-list--mobile {
  display: flex;
}

.compound__item-description-list--desctop {
  display: none;
}

.compound__item-description-list-item.compound__item-description-list-item-popup {
  display: none;
}

.types__item-description-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
}

/* .compound__item-description-list-item::first-letter {
  font-weight: 900;
}

.types__item-description-list-item::first-letter {
  font-weight: 900;
} */

.compound__item-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.types__item-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compound__list-item--open .compound__item-description {
  max-height: 350em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, background-color, opacity, visibility;
  transition-duration: .5s;
  opacity: 1;
}

.types__list-item--open .types__item-description {
  background-color: #F6F6F7;
  max-height: 99em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, background-color, opacity, visibility;
  transition-duration: .5s;
  opacity: 1;
}

.compound__list-item--open .compound__item-title::after {
  rotate: 180deg;
  transition: .5s all;
}

.types__list-item--open .types__item-title::after {
  rotate: 180deg;
  transition: .5s all;
}

.compound__item-description-desctop {
  display: none;
}

.types__item-description-desctop {
  display: none;
}

.peculiarties {
  position: relative;
}

.section--product-types {
  border-radius: 10px;
}

.types {
  position: relative;
}

div.section--product-peculiarties {
  background-color: white;
  min-height: 100vh;
  margin-top: 50px;
}

.section--product-peculiarties .container {
  padding-right: 0;
  padding-left: 0;
}

div.section--product-types {
  background-color: white;
}

.section--product-types .container {
  padding-right: 0;
  padding-left: 0;
}

.section--product-effects .container {
  padding-right: 0;
  padding-left: 0;
}

.functions {
  margin-bottom: 60px;
}

.section--product-functions .container {
  padding-right: 0;
  padding-left: 0;
}

.peculiarties__slide-adv-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.peculiarties__title-block,
.types__title-block {
  padding: 40px 18px;
  background-color: #686A6C;
  color: white;
  border-radius: 10px;
}

.peculiarties__title-block {
  padding: 20px 18px;
}

.peculiarties__title,
.types__title {
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.peculiarties__title {
  margin-bottom: 0;
  text-align: center;
}

.types__title {
  margin-bottom: 12px;
}

.peculiarties__subtitle,
.types__subtitle {
  font-size: 16px;
  font-weight: 100;
}

.peculiarties__subtitle {
  margin-top: 35px;
}

.peculiarties__wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 5px;
  /* padding: 45px 0; */
  padding-bottom: 25px;
}

.peculiarties--sk-11 .peculiarties__wrapper {
  padding-top: 20px;
}

.peculiarties__slide-accordion-content--padding-top {
  margin-top: 10px;
}

.peculiarties__slide {
  position: relative;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: white;
  top: 0;
  z-index: 0;
  opacity: 0;
  max-height: 0;
  transition: .5s all;
}

.peculiarties__slide--show {
  opacity: 1;
  max-height: 99em;
  animation: bottomFadeShow 5s forwards;
  z-index: 3;
}

.peculiarties__slide--show-bottom {
  opacity: 1;
  max-height: 99em;
  animation: bottomFadeShow 2s forwards;
  z-index: 3;
}

@keyframes bottomFadeShow {
  0% {
    transform: translateY(100%);
  }

  50% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(0%);
  }
}

.peculiarties__slide--show-top {
  opacity: 1;
  max-height: 99em;
  animation: topFadeShow 2s forwards;
  z-index: 3;
}

@keyframes topFadeShow {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(0%);
  }
}

.peculiarties__slide-title {
  font-weight: 100;
  font-size: 24px;
  line-height: 22px;
}

.peculiarties__slide-img {
  display: none;
  height: fit-content;
  width: 100%;
  /* border: 1px solid #939AA080 */
}

.peculiarties__slide-adv-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  transition: .5s all;
  margin-bottom: 0;
}

.peculiarties__slide-adv-title--arrow::after {
  content: '';
  display: flex;
  min-width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjczNDQgMC43NUM2LjI3MzQ0IDAuMzM1Nzg2IDUuOTM3NjUgLTQuOTM5NDVlLTA5IDUuNTIzNDQgMEM1LjEwOTIyIDQuOTM5NDVlLTA5IDQuNzczNDQgMC4zMzU3ODYgNC43NzM0NCAwLjc1TDUuNTIzNDQgMC43NUw2LjI3MzQ0IDAuNzVaTTQuOTkzMTEgMTMuMjgwM0M1LjI4NiAxMy41NzMyIDUuNzYwODcgMTMuNTczMiA2LjA1MzY2IDEzLjI4MDNMMTAuODI2NyA4LjUwNzM2QzExLjExOTYgOC4yMTQ0NyAxMS4xMTk2IDcuNzM5NTkgMTAuODI2NyA3LjQ0NjcxQzEwLjUzMzggNy4xNTM4MiAxMC4wNTkgNy4xNTM4MiA5Ljc2NjA4IDcuNDQ2NzFMNS41MjM0NCAxMS42ODk0TDEuMjgwOCA3LjQ0NjcxQzAuOTg3OTA3IDcuMTUzODIgMC41MTMwMjcgNy4xNTM4MiAwLjIyMDEzOSA3LjQ0NjcxQy0wLjA3Mjc0OTkgNy43Mzk1OSAtMC4wNzI3NDk5IDguMjE0NDcgMC4yMjAxMzkgOC41MDczNkw0Ljk5MzExIDEzLjI4MDNaTTUuNTIzNDQgMC43NUw0Ljc3MzQ0IDAuNzVMNC43NzM0NCAxMi43NUw1LjUyMzQ0IDEyLjc1TDYuMjczNDQgMTIuNzVMNi4yNzM0NCAwLjc1TDUuNTIzNDQgMC43NVoiIGZpbGw9IiMzQzRDNUIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .5s all;
}

.peculiarties__slide-adv-accordion--opened .peculiarties__slide-adv-title--arrow::after {
  rotate: 180deg;
  transition: .5s all;
}

.peculiarties__slide-adv-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-family: var(--font-main);
  text-transform: none;
}

.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__title-block {
  background: transparent;
}

.peculiarties__slide-adv-title span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #939AA0;
}

.peculiarties__slide-adv-accordion {
  padding-bottom: 15px;
  border-bottom: 1px solid #939AA080;
  margin-bottom: 15px;
}

.peculiarties__slide-adv-accordion:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.peculiarties__slide-accordion-content {
  font-size: 10px;
  font-weight: 100;
  padding-left: 23px;
}

.peculiarties__slide-adv-accordion .peculiarties__slide-accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  /* transition: .5s all; */
  transition: .25s all;
}

.peculiarties__slide-adv-accordion--opened .peculiarties__slide-accordion-content {
  max-height: 99em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, opacity, visibility, margin-bottom;
  /* transition-duration: .5s; */
  transition-duration: .25s;
  opacity: 1;
}

.peculiarties__slide-adv-title--arrow {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  background-position: right;
}

div.section--product-effects {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0;
  /* z-index: 2; */
  border-radius: 5px;
  transform: translateY(100%);
  opacity: 0;
  transition: .5s all;
  will-change: contents;
}

.functions .marker-end {
  bottom: -25px;
}

.peculiarties-pagination {
  display: none;
}

div.section--product-effects--showed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0;
  transform: translateY(0);
  opacity: 1;
  transition: .5s all;
}

.section--effects-wrapper {
  position: relative;
  height: 100%;
}

@media(max-width: 321px) {
  .section--effects-wrapper {
    top: 70px !important;
  }

  .effects__title {
    margin-bottom: 0px !important;
  }
}

.section--product-effects:nth-of-type(3n+1) {
  background-color: #7F9BBA;
}

.section--product-effects:nth-of-type(3n+2) {
  background-color: #6884A3;
}

.section--product-effects:nth-of-type(3n+3) {
  background-color: #59718B;
}

.section--product-effects:nth-of-type(3n+1) .effects__item-title {
  left: 0;
  background-color: #7F9BBA;
}

.section--product-effects:nth-of-type(3n+2) .effects__item-title {
  left: 50%;
  transform: translate(-50%, -95%);
  background-color: #6884A3;
  z-index: 1;
}

.section--product-effects:nth-of-type(3n+3) .effects__item-title {
  right: 0;
  background-color: #59718B;
}

.section--product-effects:nth-of-type(3n+1) .effects__item-title::after,
.section--product-effects:nth-of-type(3n+1) .effects__item-title::before {
  background-image: radial-gradient(circle at 100% 100%, transparent 10px, #7F9BBA 12px);
}

.section--product-effects:nth-of-type(3n+2) .effects__item-title::after,
.section--product-effects:nth-of-type(3n+2) .effects__item-title::before {
  background-image: radial-gradient(circle at 100% 100%, transparent 10px, #6884A3 12px);
}

.section--product-effects:nth-of-type(3n+3) .effects__item-title::after,
.section--product-effects:nth-of-type(3n+3) .effects__item-title::before {
  background-image: radial-gradient(circle at 100% 100%, transparent 10px, #59718B 12px);
}

.section--product-effects:nth-of-type(3n+1) .effects__item-title::before {
  opacity: 0;
}

.section--product-effects:nth-of-type(3n+3) .effects__item-title::after {
  opacity: 0;
}

div.section--product-effects--show {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

div.section--product-effects--show + div.section--product-effects {
  z-index: 1;
}

@media(max-width: 992px) {
  .types__button-download--center {
    text-align: center;
    z-index: 0;
  }

  .compound__item-description-list--mobile {
    display: none;
  }

  .compound__item-description-list--desctop {
    display: flex;
  }

  .compound__item-description-wrapper .compound__item-description-img {
    order: -1;
  }

  .compound__item-description--padding {
    display: flex;
    flex-direction: column;
  }

  .compound__item-description-text {
    order: 1;
    margin-top: var(--editor-margin);
    margin-bottom: 0;
  }

  .compound__button-download--center {
    text-align: center;
    z-index: 0;
  }

  .types__item-description--padding {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .types__item-description--padding .types__item-description-text {
    order: 2;
  }

  .types__item-description-img {
    order: -1;
  }
}

@media(min-width: 992px) {
  .types__button-download--center {
    display: none;
  }

  .compound__button-download--center {
    display: none;
  }
}

.effects__title {
  margin-bottom: 80px;
}

.effects__wrapper {
  position: relative;
  color: white;
}

.effects__item-title {
  position: absolute;
  transform: translate(0, -95%);
  padding: 15px 14px;
  /* padding-top: 33px; */
  padding-top: 20px;
  font-size: 11px;
  width: 44%;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 24px; */
  color: white;
  font-weight: 100;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}

.effects__item-title::after,
.effects__item-title::before {
  aspect-ratio: 1;
  rotate: 180deg;
  content: "";
  position: absolute;
  z-index: 2;
  width: 12px;
  right: 0;
  bottom: 100%;
}

.effects__item-title::before {
  left: -11px;
  top: auto;
  right: auto;
  bottom: 0;
}

.effects__item-title::after {
  bottom: 0;
  left: auto;
  top: auto;
  right: -11px;
  rotate: 270deg;
}

.effects__item-content {
  padding: 38px 18px;
}

.effects__list-accordion-title--arrow {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  background-position: right;
}

.effects__list-accordion-title--arrow::after {
  content: '';
  display: flex;
  min-width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjczNDQgMC43NUM2LjI3MzQ0IDAuMzM1Nzg2IDUuOTM3NjUgLTQuOTM5NDVlLTA5IDUuNTIzNDQgMEM1LjEwOTIyIDQuOTM5NDVlLTA5IDQuNzczNDQgMC4zMzU3ODYgNC43NzM0NCAwLjc1TDUuNTIzNDQgMC43NUw2LjI3MzQ0IDAuNzVaTTQuOTkzMTEgMTMuMjgwM0M1LjI4NiAxMy41NzMyIDUuNzYwODcgMTMuNTczMiA2LjA1MzY2IDEzLjI4MDNMMTAuODI2NyA4LjUwNzM2QzExLjExOTYgOC4yMTQ0NyAxMS4xMTk2IDcuNzM5NTkgMTAuODI2NyA3LjQ0NjcxQzEwLjUzMzggNy4xNTM4MiAxMC4wNTkgNy4xNTM4MiA5Ljc2NjA4IDcuNDQ2NzFMNS41MjM0NCAxMS42ODk0TDEuMjgwOCA3LjQ0NjcxQzAuOTg3OTA3IDcuMTUzODIgMC41MTMwMjcgNy4xNTM4MiAwLjIyMDEzOSA3LjQ0NjcxQy0wLjA3Mjc0OTkgNy43Mzk1OSAtMC4wNzI3NDk5IDguMjE0NDcgMC4yMjAxMzkgOC41MDczNkw0Ljk5MzExIDEzLjI4MDNaTTUuNTIzNDQgMC43NUw0Ljc3MzQ0IDAuNzVMNC43NzM0NCAxMi43NUw1LjUyMzQ0IDEyLjc1TDYuMjczNDQgMTIuNzVMNi4yNzM0NCAwLjc1TDUuNTIzNDQgMC43NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: .5s all;
}

.effects__list-accordion--opened .effects__list-accordion-title--arrow::after {
  rotate: 180deg;
  transition: .5s all;
}

.effects__list-accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: .5s all;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-family: var(--font-main);
  text-transform: none;
}

.effects__list-accordion-title span {
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: white;
}

.effects__list-accordion-title span.effects__list-accordion-title--name {
  line-height: 19px;
  font-weight: 300;
  text-wrap: wrap;
}

.effects__list-accordion .effects__list-accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s all;
}

.subprod__name--serial::after {
  /* margin-bottom: 11px; */
}

.effects__list-accordion-content--padding-top {
  margin-top: 10px;
}

.effects__list-accordion--opened .effects__list-accordion-content {
  max-height: 99em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, opacity, visibility, margin-bottom;
  transition-duration: .5s;
  opacity: 1;
}

.effects__list-accordion-content {
  font-size: 10px;
  font-weight: 100;
  padding-left: 23px;
}

.effects__list-accordion {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 25px;
}

.effects__list-accordion:first-child {
  margin-bottom: 20px;
}

.effects__list-accordion:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.effects {
  border-radius: 5px;
}

.effects__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
}

.effects__title-prod {
  font-weight: 700;
  font-family: Korataki;
  font-size: 40px;
}

.effects__title-block {
  font-size: 20px;
}

.compound__item-abbr {
  display: none;    
}

div.section--product-functions {
  padding: 40px 0;
  padding-bottom: 0;
  border-radius: 10px;
  background-color: white;
}

.functions__wrapper {
  transition: .5s all;
  border-radius: 10px;
  background-color: #59718B;
  color: white;
}

ul.functions__list {
  display: flex;
  flex-direction: column;
  padding: 40px 18px;
  box-sizing: border-box;
}

.functions__title {
  font-size: 30px;
  font-weight: 100;
  padding: 0 18px;
}

.functions__subtitle {
  font-size: 16px;
  font-weight: 100;
  padding: 0 18px;
}

.functions__item {
  display: flex;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF4D;
  margin-bottom: 30px;
}

.functions__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.functions__item-number {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  color: #7892AB;
}

.functions__item-text {
  font-size: 18px;
  font-weight: 100;
}

.types__items-wrapper {
  padding: 40px 18px;
}

.section--product-map {
  margin-top: 70px;
}

.product-map__title-block {
  background-color: #59718B;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  right: 50%;
  transform: translate(50%, -50%);
}

.product-maps__title {
  margin-bottom: 0;
  padding: 19px 22px;
}

.functions__item .functions__item-text span {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-map {
  position: relative;
}

.compounddetail .inner ul ul, .compound__item-description-wrapper .compound__item-description-list .compound__item-description-list-item ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.compounddetail .inner ul ul li, .compound__item-description-wrapper .compound__item-description-list .compound__item-description-list-item ul li{
  display: flex;
  gap: 15px;
}

.compounddetail .inner ul ul li::before, .compound__item-description-wrapper .compound__item-description-list .compound__item-description-list-item ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: #3C4C5D;
    align-self: flex-start;
    margin-top: 8px;
}

.compound__item-description-wrapper {

}

@media(min-width:362px) {
  .subprod__name--serial {
    transform: translateX(-40px);
    align-self: center;
  }

  .subprod__name--prod {
    transform: translateX(40px);
    align-self: center;
  }

  .effects__item-title {
    /* width: 50%; */
    min-height: auto;
    width: 40%;
    font-size: 9px;
  }
}

@media(min-width:420px) {
  .effects__item-title {
    width: 45%;
    font-size: 13px;
    padding-top: 22px;
  }
}

@media(min-width:576px) {
  .section--product-effects:nth-of-type(3n+1) .effects__item-title::before {
    opacity: 1;
  }

  .section--product-effects:nth-of-type(3n+3) .effects__item-title::after {
    opacity: 1;
  }

  .effects__item-title {
    width: 35%;
  }

  .peculiarties__slide-adv-accordion {
    padding-bottom: 25px;
    border-bottom: 1px solid #939AA080;
    margin-bottom: 25px;
  }

  .peculiarties__slide-title {
    font-size: 26px;
    line-height: normal;
  }

  .peculiarties__slide-adv-title {
    font-size: 18px;
    line-height: 22px;
  }

  .peculiarties__slide-accordion-content {
    font-size: 14px;
  }

  .effects__title-prod {
    font-size: 45px;
  }

  .effects__title-block {
    font-size: 29px;
  }

  .effects__title {
    margin-bottom: 90px;
  }

  .effects__list-accordion-title {
    font-size: 18px;
    line-height: 22px;
  }

  .effects__list-accordion:first-child {
    margin-bottom: 35px;
  }

  .effects__list-accordion {
    padding-bottom: 25px;
  }

  .effects__list-accordion-content {
    font-size: 14px;
  }
}

@media(min-width:800px) {
  .mainBanner .mainBanner__header_title h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .banner-modes .mainBanner .mainBanner__header_title h1 {
    text-wrap: nowrap;
    font-size: 34px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
    font-size: 11px;
    line-height: 13px;
    height: 30px;
    align-self: center;
    /* padding: 2px 0px 2px 3px; */
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--name {
    height: 32px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
    font-size: 16px;
    line-height: 16px;
    /* height: -webkit-fill-available; */
    border-radius: 5px;
    /* padding: 6px 6px 3px 6px; */
    /* padding: 9px 8px 6px 6px; */
    margin-top: 0px;
    height: 30px;
  }

  .mainBanner div.mainBanner__header_subtitle {
    font-size: 24px;
  }

  .platform__image {
    /* top: 100px; */
    top: 30px;
  }

  .section--product-peculiarties .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section--product-types .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section--product-effects .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section--product-functions .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .effects__title-prod {
    font-size: 50px;
  }

  .effects__title-block {
    font-size: 40px;
  }

}

/* Алтернативная мобилка */
/* @media(max-width:1200px) {
  div.peculiarties__slide {
    opacity: 1;
    max-height: fit-content;
  }

  div.peculiarties__wrapper {
    gap: 50px;
  }

  div.section--product-effects {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    min-height: fit-content !important;
  }

  div.section--effects-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  div.section--product-effects:nth-of-type(3n+2) .effects__item-title {
    left: 0;
    transform: translate(0%, -95%);
  }

  div.section--product-effects:nth-of-type(3n+3) .effects__item-title {
    left: 0;
  }

  h4.effects__item-title {
    width: 100%;
  }

  h4.effects__item-title::after,
  h4.effects__item-title::before {
    display: none;
  }
} */

/* Алтернативная мобилка конец */

@media(min-width:992px) {
  .peculiarties__slide-img {
    max-width: 50%;
    display: block;
    height: intrinsic;
  }

  .peculiarties__title,
  .types__title {
    font-size: 39px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 35px;
  }

  .peculiarties__title {
    margin-bottom: 0;
  }

  .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__title-block {
    transform: translate(-50%, 0%);
    left: 50%;
    width: fit-content;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
    height: 31px;
  }

  .types__title {
    margin-bottom: 10px;
  }

  .peculiarties__subtitle {
    margin-top: 35px;
  }

  div.section--product-functions {
    border-radius: 20px;
    padding-bottom: auto;
  }

  .functions__wrapper {
    border-radius: 20px;
  }

  div.section--product-compound {
    border-radius: 20px;
  }

  .peculiarties__slide {
    gap: 30px;
  }

  .compound .compound__button-download {
    padding-top: 22px;
    padding-left: 22px;
    border-top-left-radius: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    padding-left: 12px;
    border-top-left-radius: 35px;
    background: #59718B;
  }

  .compound .compound__button-download::after,
  .compound .compound__button-download::before {
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #59718B 12px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }

  .compound .compound__button-download::before {
    left: -12px;
    top: auto;
    right: auto;
    bottom: 0;
  }

  .types .types__button-download {
    padding-top: 22px;
    padding-left: 22px;
    border-top-left-radius: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    padding-left: 12px;
    border-top-left-radius: 35px;
    background: white;
  }

  .types .types__button-download::after,
  .types .types__button-download::before {
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, white 12px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }

  .compound__item-description-list {
    font-size: 16px;
  }

  .types .types__button-download::before {
    left: -12px;
    top: auto;
    right: auto;
    bottom: 0;
  }

  .subprod {
    flex-direction: row;
    padding: 250px 0;
  }

  .supprod__desc {
    padding-top: 0px;
    padding-bottom: 58px;
  }

  .subprod__name--serial {
    transform: translateX(0);
    align-self: flex-start;
    font-size: 125px;
    line-height: 125px;
    padding-right: 30px;
  }

  .subprod__name--serial span {
    height: 102px;
  }

  .product-map__title-block {
    font-size: 40px;
    padding: 35px 80px;
    right: 100px;
    transform: translate(0%, -50%);
  }

  .subprod__name--serial::after {
    width: 35px;
    margin-bottom: 0;
    height: 35px;
    /* margin-bottom: 25px; */
    /* margin-bottom: 20px; */
  }

  .section--product-map {
    margin-top: 150px;
  }

  .subprod__name--prod {
    transform: translateX(200px);
    font-size: 55px;
    line-height: 55px;
    max-width: 400px;
  }

  .compound__item-description-text {
    font-size: 20px;
    line-height: 24px;
  }

  .subprod__name {
    align-self: flex-end;
    gap: 20px;
  }

  .supprod__desc-text {
    font-size: 16px;
    padding: 0;
    padding-left: 30px;
  }

  .platform__image {
    position: static;
    filter: none;
    opacity: 1;
    max-width: none;
    transform: none;
  }

  .platform {
    display: flex;
    gap: 25px;
  }

  .platform__image {
    max-width: 200px;
  }

  .platform__img-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .platform__accordion-btn span {
    max-width: 99em;
    transition: .5s all;
  }

  button.platform__accordion-btn.platform__accordion-btn--hide-step-1::before {
    width: var(--btn-ico-size) !important;
    transition: .3s all;
  }

  button.platform__accordion-btn.platform__accordion-btn--hide-step-2 span {
    max-width: 0 !important;
    opacity: 0 !important;
    transition: .3s all;
  }

  button.platform__accordion-btn.platform__accordion-btn--hide-step-2 {
    padding: var(--btn-padding);
    min-width: 0 !important;
    gap: 0 !important;
    transition: .3s all;
  }

  button.platform__accordion-btn.platform__accordion-btn--hide-step-3 {
    opacity: 0 !important;
    transition: 0.3s all;
  }

  .platform__text-wrapper {
    flex: 2;
    max-height: 750px;
    scrollbar-width: thin;
    padding-right: 10px;
  }

  .platform__accordion-text-wrapper {
    align-items: flex-start;
  }

  .platform__text-wrapper--scroll {
    overflow-y: scroll;
  }

  .platform__text-wrapper--scroll button.platform__accordion-close {
    display: block;
    padding: 13px;
    stroke: black;
    position: absolute;
    right: 20px;
    transform: translateY(-110%);
  }

  .platform__text-wrapper--scroll button.platform__accordion-close:hover {
    stroke: white;
  }

  div.compound__item-description {
    display: none;
  }

  div.types__item-description {
    display: none;
  }

  .compound__item-description-desctop {
    position: relative;
    display: block;
  }

  .types__item-description-desctop {
    position: relative;
    display: block;
  }

  .types__item-description-desctop.types__item-description-desctop--open {
    padding-bottom: 50px;
  }

  .compound__list-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    padding: 0 25px 0 50px;
    background-color: #738296;
  }

  .types__list-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .compound__item-title {
    padding-bottom: 0;
  }

  .compound__item-title::after {
    display: none;
  }

  .types__item-title {
    padding-bottom: 0;
  }

  .types__item-title::after {
    display: none;
  }

  .compound__items-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 3;
  }

  .types__items-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    flex: 3;
  }

  .types__items-list > .types__button-download {
    display: none;
  }

  .compound__item-description-desctop {
    background-color: white;
    color: #3C4C5D;
    padding: 50px;
    border-radius: 10px;
    padding-bottom: 70px;
    padding-right: 100px;
    flex: 5;
  }

  .compound__item-abbr {
    display: block;
    position: absolute;
    writing-mode: sideways-lr;
    height: 100%;
    text-align: center;
    font-family: "Korataki";
    font-size: 10px;
    left: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #3C4C5D;
    border-bottom: 1px solid #D9D9D9;
    transform: translateX(-200%);
    transform: .5s all;
  }

  .compound__item-abbr span {
    padding: 8px 6px;
    border-radius: 5px;
  }

  .compound__items-list .compound__list-item:nth-last-child(1 of .compound__list-item) .compound__item-abbr {
    border-bottom: none;
  }

  .compound__items-list .compound__list-item:nth-last-child(1 of .compound__list-item) .compound__item-title {
    border-bottom: none;
  }

  .compound__items-list .compound__list-item:first-child {
    border-top-right-radius: 10px;
  }

  .compound__items-list .compound__list-item:nth-last-child(1 of .compound__list-item)  {
    border-bottom-right-radius: 10px;
  }

  .types__item-description-desctop {
    background-color: #F6F6F7;
    color: #3C4C5D;
    padding: 50px;
    min-height: 600px;
    padding-bottom: 100px;
    border-radius: 10px;
    flex: 5;
  }

  .compound__item-description-info {
    display: none;
  }

  .compound__item-description-desctop .compound__item-description-info--show {
    max-height: 450px;
    overflow: hidden;
    position: relative;
  }

  .types__item-description-info {
    display: none;
  }

  .compound__item-description-info--show {
    display: block;
  }

  .types__item-description-info--show {
    display: block;
  } 

  .types__item-description-desctop-accordion .types__item-description-info--show {
    max-height: 450px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
  }

  .types__item-description-desctop-accordion .types__item-description-fade, .compound__item-description-desctop .compound__item-description-fade {
    position: absolute;
    height: 75px;
    width: 100%;
    left: 0;
    transform: translateY(-100%);
    background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  }

  .compound__item-description-desctop .compound__item-description-fade {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #FFFFFF 100%);
  }

  .types__item-description-desctop--open.types__item-description-desctop-accordion .types__item-description-info--show {
    max-height: 99em;
    transition: max-height .5s ease;
  }

  .types__item-description-desctop:not(.types__item-description-desctop-accordion) .types__item-description-fade {
    display: none;
  }

  .types__item-description-desctop.types__item-description-desctop--open .types__item-description-fade {
    display: none;
  }

  .types__item-description-desctop.types__item-description-desctop-accordion .types__item-description-fade .types__item-description-show-btn, .compound__item-description-desctop .compound__item-description-fade .compound__item-description-show-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    top: 135%;
    font-weight: 100;
    left: 50px;
    font-size: 20px;
    color: #3C4C5D;
    border-bottom: 1px dashed #3C4C5D; 
    background-color: transparent;
    text-underline-offset: 6px; 
  }

  .types__item-description-show-btn {
    display: none;
  }

  .compound__item-description-desctop .compound__item-description-fade .compound__item-description-show-btn {
    top: 120%;
  }

  /* .compound__item-description-desctop .compound__item-description-fade .compound__item-description-show-btn {
    top: 120%;
  } */

  .compound__items-wrapper,
  .types__items-wrapper {
    display: flex;
    gap: 50px;
  }

  .compound__items-wrapper {
    gap: 0;
  }

  .compound__item-description-wrapper {
    flex-direction: row;
    align-items: start;
    width: 100%;
  }

  .types__item-description-wrapper {
    flex-direction: row;
    align-items: start;
    width: 100%;
  }

  .compound__item-description-img {
    min-width: 50%;
  }

  .types__item-description-img {
    min-width: 50%;
  }

  /* .compound__list-item--open .compound__item-title {
    font-size: 24px;
    padding-left: 25px;
  } */

  .compound__list-item--open {
    background-color: #8692A4;
  }

  .compound__list-item--open .compound__item-abbr span {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #4D9FCC;
    transition: .5s all;
  }

  .compound__list-item .compound__item-title {
    padding: 35px 0 35px 0;
    transition: .5s all;
  }

  .types__list-item--open .types__item-title {
    font-size: 24px;
    padding-left: 25px;
    border-left: 2px solid #A2B1CE;
  }

  .compound__item-title {
    font-size: 20px;
    padding-left: 25px;
    border-bottom: 1px solid #8692A4;
  }

  .types__item-title {
    font-size: 20px;
    padding-left: 25px;
  }

  .peculiarties__title-block,
  .types__title-block {
    padding: 40px 30px;
  }

  .types {
    /* padding-top: 100px; */
    padding-top: 50px;
  }

  div.section--product-peculiarties {
    /* margin-top: 120px; */
    margin-top: 60px;
    border-radius: 20px;
  }

  div.section--product-types {
    /* margin-top: 120px; */
    margin-top: 60px;
    border-radius: 20px;
  }

  @keyframes leftFadeOut {
    0% {
      transform: translateY(50%);
    }

    50% {
      transform: translateY(0%);
    }

    100% {
      transform: translateY(0%);
    }
  }

  @keyframes rightFadeIn {
    0% {
      transform: translateY(50%);
    }

    50% {
      transform: translateY(0%);
    }

    100% {
      transform: translateY(0%);
    }
  }

  div.section--product-functions {
    padding: 70px 0;
  }

  .effects__item-title {
    width: 33%;
    font-size: 16px;
    padding-top: 15px;
  }

  .platform {
    padding: 120px 0;
  }

  .functions__title {
    text-align: end;
    font-size: 40px;
  }

  div p.functions__subtitle {
    text-align: end;
    font-size: 18px;
    margin-bottom: 50px;
  }

  .types__item-description-text {
    font-size: 20px;
  }

  .types__item-description-list {
    font-size: 16px;
  }

  .functions__item {
    gap: 40px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .functions__item-text {
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFFFFF4D;
    margin-bottom: 30px;
    width: 100%;
  }

  .functions__item:last-child .functions__item-text {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 0;
    margin-bottom: 0;
  }

  .functions__item-number {
    font-size: 60px;
    line-height: 60px;
    min-width: 150px;
    text-align: center;
  }

  .types__items-wrapper {
    padding: 40px 0;
    padding-top: 55px;
    padding-bottom: 80px;
  }
  
  div.mainBanner div.mainBanner__header_subtitle {
    font-size: 35px;
    line-height: 37px;
  }

  .effects__title {
    padding-top: 50px;
  }
}

@media (max-width:992px) and (min-height:600px) {
  .peculiarties__slide-img {
    max-width: 100%;
    display: block;
  }
}

@media(min-width:992px) {
  .peculiarties__slide-adv-content {
    flex-direction: row;
  }

  .subprod__name--serial--se {
    height: 62px;
  }

  .peculiarties__slide-img {
    max-width: 50%;
  }

  .peculiarties {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .peculiarties-pagination {
    display: block;
    position: relative;
    margin-top: 60px;
    padding: 0 20px;
  }

  .peculiarties-pagination__track {
    position: relative;
    height: 3px;
    background: #939AA0;
    border-radius: 1.5px;
    margin-bottom: 90px;
    overflow: visible;
  }

  .peculiarties-pagination__bullets {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }

  .peculiarties-pagination__bullet {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    z-index: 3;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    pointer-events: auto;
  }

  .peculiarties-pagination__bullet::before {
    content: '';
    width: 16px;
    height: 16px;
    scale: .5;
    background: #939AA0;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .peculiarties-pagination__bullet--first {
    align-items: start;
    right: 8px;
  }

  .peculiarties-pagination__bullet--last {
    align-items: end;
    left: 8px;
  }

  .peculiarties-pagination__bullet--top .peculiarties-pagination__bullet-text {
    bottom: 30px;
    top: auto;
  }

  .peculiarties-pagination__bullet-text {
    position: absolute;
    top: 30px;
    font-size: 12px;
    color: #939AA0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.4s ease;
    font-weight: 400;
    text-align: center;
    min-width: 100px;
  }

  .peculiarties-pagination__bullet--active::before {
    scale: 1;
  }

  .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    color: #3C4C5D;
    font-size: 16px;
    opacity: 1;
    top: 45px;
    font-weight: 400;
    transform: translateY(5px);
  }

  .peculiarties-pagination__indicator {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #939AA0;
    cursor: pointer;
  }

  .peculiarties-pagination__indicator:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
  }

  .peculiarties__slide--show-bottom {
    animation: none;
  }

  .peculiarties__slide--show-top {
    animation: none;
  }

  .peculiarties__title-block {
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-50%); */
    transform: translateY(10%);
    z-index: 15;
    max-width: 100%;
  }

  .peculiarties__title {
    margin-bottom: 0;
  }

  .peculiarties__wrapper {
    flex-direction: inherit;
  }

  .peculiarties__slide--show {
    opacity: 1;
    max-height: auto;
    animation: none;
    z-index: 3;
  }

  div.section--product-peculiarties::before {
    content: '';
    width: 100%;
    /* height: 70px; */
    height: 80px;
    top: 0;
    left: 0;
    background: #f6f6f7;
    position: absolute;
  }
}

@media (min-width: 992px) and (max-width: 1517px) {
  .compound__list-item .compound__item-title {
    padding: 30px 0 30px 0 !important;
  }

  .compound__item-title {
    font-size: 18px !important;
  }

  .compound__list-item {
    padding: 0 25px 0 30px !important;
  }
}

@media(min-width:1200px) {
  .div.section--mainbanner {
    height: 95vh;
  }

  ul.functions__list {
    box-sizing: content-box;
  }

  .types__title-block {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    max-width: 100%;
  }

  .types__title {
    margin-bottom: 10px;
  }

  .peculiarties__slide {
    display: flex;
    gap: 30px;
    opacity: 1;
    max-height: auto;
  }

  .peculiarties__wrapper {
    padding: 45px 0;
  }

  /* .peculiarties__slide--show {
    opacity: 1;
    max-height: auto;
    animation: bottomFadeShow 3s forwards;
    z-index: 0;
  } */

  .peculiarties-pagination__bullet-text {
    font-size: 12px;
  }

  .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    font-size: 18px;
  }

  .mainBanner .mainBanner__header_title h1 {
    font-size: 70px;
    line-height: 70px;
    gap: 16px;
  }

  div.mainBanner div.mainBanner__header_subtitle {
    font-size: 40px;
    line-height: 42px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
    font-size: 21px;
    border-radius: 5px;
    line-height: 25px;
    height: 57px;
    /* padding: 4px 0px 3px 4px; */
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--name {
    height: 58px;
  }
  
  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
    font-size: 40px;
    line-height: 40px;
    height: 54px;
    margin-top: -2px;
    /* padding: 12px 12px 5px 12px; */
  }

  .mainBanner div.mainBanner__header {
    margin-bottom: min(max(13.9rem, 5.625vw), 15.5rem);
    gap: 50px;
  }

  .mainBanner__next-block {
    bottom: 70px;
  }

  div.types__title-block {
    right: auto;
    padding-left: 0;
    left: 0;
  }

  .supprod__desc-text {
    /* font-size: 22px; */
    font-size: 26px;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 15px;
  }

  .types__title-block::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #686A6C;
    width: 200%;
    transform: translate(-99%, 0%);
    top: 0;
    height: 100%;
    z-index: -1;
  }

  .subprod__name--serial--se {
    font-size: 34px;
    /* line-height: 40px; */
    line-height: 33px;
    /* padding: 10px 10px 5px 10px; */
  }

  .subprod.subprod--no-serial .subprod__name:has(.subprod__name--serial--se) {
    gap: 5px;
  }

  .compound__item-description-text {
    font-size: 22px;
    line-height: 28px;
  }

  .types__item-description-text {
    font-size: 26px;
    line-height: 32px;
  }

  .compound__item-description-list {
    font-size: 18px;
    line-height: 26px;
  }

  .banner-modes .mainBanner .mainBanner__header_title h1 {
    font-size: 66px;
  }

  .types__item-description-list {
    font-size: 18px;
    line-height: 28px;
  }

  .platform__title {
    font-size: 80px;
  }

  .platform__adv-list-item {
    font-size: 18px;
  }

  .platform__accordion-text {
    font-size: 22px;
  }

  .compound__title {
    font-size: 50px;
    /* margin-bottom: 50px; */
    margin-bottom: 25px;
  }

  p.compound__subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }

  /* .compound__list-item--open .compound__item-title {
    font-size: 26px;
  }

  .compound__list-item--open .compound__item-title {
    font-size: 26px;
  } */

  .types__list-item--open .types__item-title {
    font-size: 30px;
  }

  .platform__image {
    max-width: 330px;
  }

  .compound__item-title {
    font-size: 24px;
  }

  .types__item-title {
    font-size: 22px;
  }

  .compound__items-list {
    gap: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .types__items-list {
    gap: 30px;
    padding-top: 50px;
  }

  div.section--product-effects--showed {
    border-radius: 20px;
  }

  div.section--product-peculiarties {
    margin-top: 60px;
    padding-top: 175px !important;
    max-height: 100vh !important;
  }

  div.section--product-types {
    margin-top: 130px;
  }

  .peculiarties__title-block,
  .types__title-block {
    padding: 40px 80px;
  }

  .peculiarties__title-block {
    transform: translateY(-50%);
  }

  .peculiarties__title,
  .types__title {
    font-size: 50px;
  }

  .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__title-block {
    transform: translate(-50%, -25%);
  }

  .peculiarties__title {
    width: max-content;
  }

  .peculiarties__subtitle,
  .types__subtitle {
    font-size: 20px;
  }

  .peculiarties__subtitle {
    margin-top: 20px;
  }

  .peculiarties__slide-title {
    font-size: 40px;
  }

  .peculiarties__slide-adv-title {
    font-size: 22px;
    gap: 20px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
  }

  .peculiarties__slide-adv-title--arrow::after {
    min-width: 16px;
    height: 20px;
  }

  .peculiarties__slide-accordion-content {
    font-size: 18px;
    padding-left: 40px;
  }

  .peculiarties__slide-accordion-content--padding-top {
    margin-top: 20px;
  }

  .effects__title {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    margin-bottom: 130px;
    gap: 30px;
  }

  .effects__title-prod {
    font-size: 60px;
  }

  .effects__title-block {
    font-size: 40px;
  }

  .effects__item-title {
    padding-top: 25px;
    font-size: 24px;
  }

  .effects__list-accordion-title {
    font-size: 22px;
    gap: 20px;
  }

  .effects__list-accordion-title span {
    font-size: 22px;
  }

  .effects__list-accordion-title span.effects__list-accordion-title--name {
    line-height: 20px;
    font-weight: 300;
  }

  .effects__list-accordion-title--arrow::after {
    min-width: 16px;
    height: 20px;
  }

  .effects__list-accordion-content {
    font-size: 18px;
    padding-left: 40px;
  }

  .effects__list-accordion-content--padding-top {
    margin-top: 20px;
  }

  .effects__item-content {
    padding: 60px 18px;
    /* padding-bottom: 120px; */
    padding-bottom: 60px;
  }

  .effects__list-accordion {
    margin-bottom: 45px;
  }

  div.section--product-functions {
    padding: 70px 0;
    padding-top: 100px;
  }

  .effects__item-title {
    width: 33%;
  }

  .functions__title {
    text-align: end;
    font-size: 60px;
  }

  div p.functions__subtitle {
    text-align: end;
    font-size: 24px;
    margin-bottom: 80px;
  }

  .functions__item-text {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }

  .functions__item.swiper-slide-active .functions__item-number span {
    opacity: 1;
  }

  .functions__item.swiper-slide-active .functions__item-text span {
    opacity: 1;
  }

  .functions__item.swiper-slide-next .functions__item-number span {
    opacity: .7;
  }

  .functions__item.swiper-slide-next .functions__item-text span {
    opacity: .7;
  }

  .functions__item .functions__item-number span {
    opacity: .4;
  }

  .functions__item .functions__item-text span {
    opacity: .4;
    /* padding: 0 5px; */
  }

  .functions__item-number {
    font-size: 80px;
    line-height: 80px;
    min-width: 190px;
    text-align: center;
    color: #8DB2D5;
  }

  .functions__item--show .functions__item-number {
    background-color: #59718B;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: -2px;
  }

  .functions__item--show .functions__item-number span {
    opacity: 1;
  }

  .functions__item--show .functions__item-text span {
    opacity: 1;
  }

  .functions__item .functions__item-text > span {
    padding-left: 12px;
  }

  ul.functions__list {
    position: relative;
    padding: 0;
  }

  /* .functions__item:first-child .functions__item-number::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #59718B;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  } */

  .functions__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    /* background-color: #59718B; */
    background-color: transparent;
    width: 100%;
    z-index: 1;
    height: 170px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .functions__item {
    gap: 0;
  }

  .functions__item-text {
    position: relative;
    padding: 40px 0;
    margin: 0 20px;
    margin-bottom: 0;
    background-color: #59718B;
  }

  .functions__item-text::after,
  .functions__item-text::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #59718B;
    width: 22px;
    height: 103%;
    top: 0;
  }

  .functions__item-text::after {
    left: -20px;
  }

  .functions__item-text::before {
    right: -20px;
  }

  .functions__item:last-child .functions__item-text::after {
    height: 100%;
    border-bottom-left-radius: 20px;
  }
  .functions__item--show:last-child .functions__item-text::after {
    height: 100%;
    border-bottom-left-radius: 0px;
  }

  .functions__item:last-child .functions__item-text::before {
    height: 100%;
    border-bottom-right-radius: 20px;
  }

  .functions__item:first-child .functions__item-text::after {
    border-top-left-radius: 20px;
  }
  .functions__item--show:first-child .functions__item-text::after {
    border-top-left-radius: 0px;
  }

  .functions__item:first-child .functions__item-text::before {
    border-top-right-radius: 20px;
  }

  .functions__item-number span {
    position: relative;
    z-index: 1;
  }

  .functions__item-number {
    position: relative;
    padding: 45px 40px;
    transition: .25s all;
    min-width: 250px;
    background-color: transparent;
  }

  div.section--product-peculiarties::before {
    content: '';
    width: 100%;
    /* height: 70px; */
    height: 180px;
    top: 0;
    left: 0;
    background: #f6f6f7;
    position: absolute;
  }

  .functions__wrapper {
    background-color: white;
  }

  .compound {
    padding: 80px 0;
  }

  .peculiarties__slide-adv-accordion:first-child {
    margin-bottom: 40px;
  }

  .functions .functions__item--show:last-child .functions__item-number::after {
    width: 30px;
    top: auto;
    background-color: #59718B;
    bottom: 0;
    left: 99%;
  }
  .functions .functions__item:last-child .functions__item-number::after {
    display: none;
  }

  .functions .functions__item--show .functions__item-number::after, .functions .functions__item--show .functions__item-number::before {
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #59718B 14px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }

  .functions .functions__item--show .functions__item-number::after {
    top: 100%;
    rotate: 90deg;
    bottom: auto;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #59718B 14px);
  }

  .functions .functions__item--show:first-child .functions__item-number::before {
    width: 32px;
    top: 0;
    background-color: #59718B;
    bottom: auto;
    left: 99%;
  }
  .functions .functions__item:first-child .functions__item-number::before {
    display:none
  }
}

@media(min-width:1500px) {
  /* .mainBanner .mainBanner__header_title h1 {
    font-size: 100px;
  } */

  .peculiarties__wrapper {
    padding-top: 5px;
  }

  .platform {
    padding: 220px 0;
  }

  .peculiarties-pagination {
    margin-top: 15px;
  }

  .types__item-description-wrapper {
    flex-direction: row;
  }

  .peculiarties__slide-adv-accordion:first-child {
    margin-bottom: 30px;
  }

  .peculiarties__slide-adv-accordion {
    padding-bottom: 15px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
    height: 53px;
  }

  .compound__item-description-list {
    font-size: 20px;
  }

  .platform__adv-list-item {
    font-size: 22px;
  }

  .functions .functions__item--show .functions__item-number::after, .functions .functions__item--show .functions__item-number::before {
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #59718B 14px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }

  .functions .functions__item--show .functions__item-number::after {
    top: 100%;
    rotate: 90deg;
    bottom: auto;
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #59718B 14px);
  }

  .peculiarties__slide {
    gap: 10px;
  }

  .functions .functions__item--show:first-child .functions__item-number::before {
    width: 32px;
    top: 0;
    background-color: #59718B;
    bottom: auto;
    left: 99%;
  }
  .functions .functions__item:first-child .functions__item-number::before {
    display:none
  }

  .compound__item-description-desctop .compound__item-description-info--show {
    max-height: 500px;
  }

  .types__item-description-desctop-accordion .types__item-description-fade {
    bottom: 25px;
  }

  .compound__item-description-desctop .compound__item-description-fade {
    bottom: -1px;
  }

  .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties__title-block {
    transform: translate(-50%, -50%);
  }

  .functions .functions__item--show:last-child .functions__item-number::after {
    width: 30px;
    top: auto;
    background-color: #59718B;
    bottom: 0;
    left: 99%;
  }
  .functions .functions__item:last-child .functions__item-number::after {
    display: none;
  }
  .functions__item-text::after,
  .functions__item-text::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #59718B;
    width: 32px;
    height: 103%;
    top: 0;
  }

  .functions__item-text::after {
    left: -30px;
  }

  .functions__item-text::before {
    right: -30px;
  }

  .functions__item-text {
    padding: 40px 5px;
    margin: 0 30px;
  }

  .peculiarties-pagination__bullet-text {
    font-size: 14px;
  }

  .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    font-size: 22px;
  }

  .peculiarties__slide--show {
    opacity: 1;
    max-height: auto;
    animation: none;
    z-index: 3;
  }

  .compound__item-description-text {
    font-size: 26px;
    line-height: 32px;
  }

  /* .supprod__desc-text {
    //font-size: 22px;
    font-size: 26px;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 15px;
  } */

  .peculiarties__slide-img {
    max-width: 45%;
  }

  .peculiarties {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .types {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  div.section--product-peculiarties {
    /* margin-top: 200px; */
    padding-top: 145px !important;
    /* margin-top: 110px; */
    margin-top: 85px;
  }
  

  div.section--product-peculiarties::before {
    content: '';
    width: 100%;
    /* height: 70px; */
    height: 150px;
    top: 0;
    left: 0;
    background: #f6f6f7;
    position: absolute;
  }

  div.section--product-types {
    margin-top: 130px;
  }

  .peculiarties__title-block,
  .types__title-block {
    padding: 25px 65px;
  }
  
  .peculiarties__title-block,
  .types__title-block {
    max-width: 100%;
    transform: translateY(-45%);
  }

  .peculiarties__title,
  .types__title {
    font-size: 50px;
  }

  .peculiarties__subtitle,
  .types__subtitle {
    font-size: 24px;
  }

  .peculiarties__slide-title {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .mainBanner div.mainBanner__header_subtitle {
    font-size: 70px;
  }

  .peculiarties__slide-adv-title {
    font-size: 28px;
    line-height: 30px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 28px;
    line-height: 30px;
  }

  .peculiarties__slide-accordion-content {
    font-size: 18px;
    padding-left: 45px;
  }

  .effects__item-title {
    padding-top: 28px;
    font-size: 34px;
  }

  .effects__list-accordion-title {
    font-size: 28px;
  }

  .effects__list-accordion-title span {
    font-size: 28px;
  }

  .effects__list-accordion-title span.effects__list-accordion-title--name {
    line-height: 26px;
    font-weight: 300;
  }

  .effects__list-accordion-content {
    font-size: 22px;
    padding-left: 45px;
  }

  .effects__title {
    gap: 80px;
    padding-top: 100px;
    margin-bottom: 110px;
  }

  .effects__title-prod {
    font-size: 80px;
  }

  .effects__title-block {
    font-size: 60px;
  }

  .effects__item-content {
    padding: 80px 18px;
    /* padding-bottom: 160px; */
    padding-bottom: 80px;
  }
}

@media(min-width:1700px) {
  .peculiarties__slide-adv-accordion {
    padding-bottom: 25px;
  }

  div.section--product-peculiarties::before {
    height: 175px;
  }

  .effects__title {
    gap: 80px;
    padding-top: 140px;
    margin-bottom: 190px;
  }

  .peculiarties__slide-accordion-content {
    font-size: 22px;
    padding-left: 45px;
  }

  .peculiarties__slide-title {
    font-size: 50px;
    /* margin-bottom: 25px; */
  }

  .peculiarties-pagination {
    /* margin-top: 60px; */
    margin-top: 30px;
  }

  .peculiarties__slide-adv-accordion:first-child {
    margin-bottom: 40px;
  }

  .peculiarties__slide {
    gap: 30px;
  }

  .peculiarties__slide-img {
    max-width: 50%;
  }

  div.section--product-peculiarties {
    padding-top: 185px !important;
    margin-top: 60px;
  }

  div.section--product-peculiarties::before {
    height: 190px;
  }

  .peculiarties {
    /* padding-top: 130px; */
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .peculiarties__wrapper {
    /* padding-top: 45px; */
    padding-top: 20px;
    padding: 15px 0;
  }

  .peculiarties__title-block,
  .types__title-block {
    padding: 40px 80px;
    transform: translateY(-50%);
    top: 0;
  }

  .peculiarties__title,
  .types__title {
    font-size: 60px;
  }
}

@media(max-width:360px) {
  div.mainBanner .mainBanner__header_title h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-se {
    height: 15px !important;
    margin-top: 2px !important;
  }

  .mainBanner .mainBanner__header_title h1:has(.mainBanner__header_title--attr-se) .mainBanner__header_title--name {
    height: 15px !important;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
    font-size: 5px;
    height: 17px;
    /* padding: 0px 0px 1px 1px; */
  }

  div.mainBanner div.mainBanner__header_subtitle {
    font-size: 22px;
    line-height: 24px;
  }

  div.mainBanner {
    max-height: 360px;
  }

  div.section--mainbanner {
    padding-top: 30px;
  }

  div.section--mainbanner {
    min-height: 430px;
  }

  div.mainBanner div.mainBanner__header {
    margin-bottom: 10px;
  }

  div.mainBanner .mainBanner__col--last {
    padding-top: 0;
  }
}

/* @media(max-width:400px) {
  div.mainBanner .mainBanner__header_title h1 {
    font-size: 22px;
  }

  div.mainBanner div.mainBanner__header_subtitle {
    font-size: 22px;
  }
} */

@media(min-width: 366px) and (max-width: 397px) {
  div.mainBanner .mainBanner__header_title h1 {
    font-size: 24px;
  }
}

@media(min-width:1940px) {

}


/* Доработка анимации особенностей */

/* @media(max-width: 576px) {
  .peculiarties {
    min-height: 100vh;
  }

  .peculiarties__slide:has(+ .peculiarties__slide--show-bottom) {
    z-index: 1;
  }

  .peculiarties__slide--show-top + .peculiarties__slide {
    z-index: 1;
  }

  .peculiarties .swiper {
    height: 100%;
  }

  .peculiarties .peculiarties__wrapper {
    height: 100%;
  }

  .paralax-scroll-prev {
    z-index: 1;
  }

  .peculiarties__slide--closed {
    z-index: 1;
  }

  .peculiarties {
    height: 100%;
  }

  .peculiarties .peculiarties__slide {
    position: absolute;
    opacity: 1;
    min-height: calc(100vh - 117px);
    max-height: 99em;
  }
} */

/* Доработка анимации особенностей конец */

.section--advantages-grid {
  margin-top: 50px;
}

.product-advantages {
    /* padding: 30px 0 20px 0; */
    padding: 47px 0 20px 0;
}

.product-advantages .product-advantages__description-wrapper .product-advantages__info-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-advantages .product-advantages__description-wrapper {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-advantages .product-advantages__description-wrapper .btn {
    display: none;
}

.product-advantages .product-advantages__title {
    font-size: 28px;
    font-weight: 100;
    line-height: 36px;
    text-transform: uppercase;
    color: #2F6B63;
    margin: 0;
}

.product-advantages .product-advantages__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #3C4C5D;
    margin: 0;
}

.product-advantages .btn.btn--green {
    background: #FFFFFF;
    color: #64968D;
}

/* .product-advantages .btn.btn--green::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.21967 8.39618C-0.0732233 8.68908 -0.0732233 9.16395 0.21967 9.45684C0.512563 9.74974 0.987437 9.74974 1.28033 9.45684L0.75 8.92651L0.21967 8.39618ZM9.67648 0.750038C9.67648 0.335824 9.34069 3.74911e-05 8.92648 3.76386e-05L2.17648 3.72171e-05C1.76226 3.72171e-05 1.42648 0.335824 1.42648 0.750037C1.42648 1.16425 1.76226 1.50004 2.17648 1.50004H8.17648V7.50004C8.17648 7.91425 8.51226 8.25004 8.92648 8.25004C9.34069 8.25004 9.67648 7.91425 9.67648 7.50004L9.67648 0.750038ZM0.75 8.92651L1.28033 9.45684L9.45681 1.28037L8.92648 0.750037L8.39615 0.219707L0.21967 8.39618L0.75 8.92651Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
} */

.product-advantages__items-wrapper {
    background: #64968D;
    color: #FFFFFF;
    margin: 0 -15px;
    padding: 28px 15px;
    display: flex;
    flex-direction: column;
}

.product-advantages .product-advantages__items-wrapper .btn.btn--green {
    width: 220px;
    min-width: auto;
    align-self: flex-end;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 400;
}

.product-advantages .btn.btn--green.btn--ico-arrow-angle::after {
    color: #FFFFFF;
    background-color: #64968D;
}

.product-advantages .btn.btn--green.btn--ico-arrow-angle::before {
    background-color: white;
}

.product-advantages .product-advantages__slide-adv-accordion {
    padding-bottom: 15px;
    margin-bottom: 15px;
    will-change: opacity;
}

.product-advantages .product-advantages__slide-adv-accordion .product-advantages__slide-accordion-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
}

.product-advantages .product-advantages__slide-accordion-content {
    font-size: 12px;
    font-weight: 400;
    padding-left: 32px;
}

.product-advantages .product-advantages__slide-accordion-content--padding-top {
    margin-top: 10px;
    font-weight: 500;
}

.product-advantages .product-advantages__slide-adv-title span {
    font-size: 19px;
    line-height: 19px;
    font-weight: 100;
    white-space: nowrap;
    color: #CDCDCD;
}

.product-advantages .product-advantages__slide-adv-title--arrow::after {
    content: '';
    display: flex;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6219 5.37329H0.708396C0.568323 5.37326 0.431403 5.3317 0.314946 5.25387C0.198489 5.17603 0.107724 5.06542 0.0541242 4.93601C0.000524607 4.80659 -0.0135027 4.6642 0.013816 4.52681C0.0411347 4.38943 0.108573 4.26323 0.207605 4.16417L4.16435 0.207426C4.29719 0.074634 4.47732 3.49977e-05 4.66515 3.49977e-05C4.85297 3.49977e-05 5.03311 0.074634 5.16594 0.207426L9.12269 4.16417C9.22172 4.26323 9.28916 4.38943 9.31648 4.52681C9.34379 4.6642 9.32977 4.80659 9.27617 4.93601C9.22257 5.06542 9.1318 5.17603 9.01535 5.25387C8.89889 5.3317 8.76197 5.37326 8.6219 5.37329Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .5s all;
    rotate: 180deg;
}

.product-advantages .product-advantages__slide-adv-title--arrow {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.product-advantages .product-advantages__slide-adv-accordion.product-advantages__slide-adv-accordion--opened .product-advantages__slide-accordion-content {
    max-height: 99em;
    visibility: visible;
    overflow: visible;
    transition-property: max-height, opacity, visibility, margin-bottom;
    transition-duration: .5s;
    opacity: 1;
}

.product-advantages .product-advantages__slide-adv-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    transition: .5s all;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 21px;
    font-weight: 100;
    font-family: var(--font-main);
    text-transform: none;
    cursor: default;
}

.product-advantages .product-advantages__slide-adv-accordion.product-advantages__slide-adv-accordion--opened .product-advantages__slide-adv-title--arrow::after {
    rotate: 0deg;
    transition: .5s all;
}

.container-fluid-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.product-advantages__items-wrapper > .container-fluid-lg {
    display: flex;
    justify-content: flex-end;
}

.product-advantages span.product-advantages__slide-adv-title--num::after {
    content: ".";
}

.background-padding-peculiar {
  background-color: #404040;
  padding-bottom: 55px;
  border-radius: 20px;
}

@media (min-width: 576px) {
    .container-fluid-lg {
        max-width: 540px;
    }
}

@media (min-width: 800px) {
    .product-advantages .product-advantages__items-wrapper .btn.btn--green span {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .product-advantages {
        margin-top: 100px;
    }

    .container-fluid-lg {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .product-advantages .product-advantages__slide-adv-title {
        display: block;
    }

    .product-advantages  .product-advantages__slide-accordion-content {
        padding-left: 0px;
    }

    .product-advantages .product-advantages__slide-adv-title--arrow {
        display: none;
    }

    .product-advantages__items-wrapper {
        position: relative;
        background: #FFFFFF;
        border-radius: 20px 20px 20px 0px;
        margin-left: 100px;
        padding: 40px;
    }

    .product-advantages .product-advantages__slide-adv-accordion {
        position: relative;
        padding: 30px;
        margin: 0;
        /* box-shadow: 12px 12px 0 0 #E6E8EA;  */
        box-shadow: 9px 9px 11px 0 #E6E8EA; 
        border-radius: 20px;
        background-color: #64968D;
    }

    .product-advantages span.product-advantages__slide-adv-title--num {
        bottom: 10px;
        right: 10px;
        font-family: "Korataki";
        font-weight: 300;
        /* font-size: 24px; */
        font-size: 20px;
        cursor: default;
        position: absolute;
        z-index: 1;
    }
    
    .product-advantages span.product-advantages__slide-adv-title--num::after {
        content: "";
    }

    .product-advantages .product-advantages__items-wrapper .product-advantages__slide-adv-accordion::after {
        content: "";
        position: absolute;
        /* width: 30%;
        height: 40%; */
        width: 20%;
        height: 40%;
        right: 0;
        bottom: 0;
        /* border-bottom: 85px solid #588F87;
        border-left: 135px solid transparent; */
        border-bottom: 70px solid #588F87;
        border-left: 130px solid transparent;
        border-bottom-right-radius: 20px;
    }

    .product-advantages .product-advantages__slide-adv-accordion .product-advantages__slide-accordion-content {
        max-height: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        z-index: 5;
    }

    .product-advantages__items-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: -65px;
        bottom: 0;
        width: 145px;
        background: #FFFFFF;
        transform: skewX(-7deg);
        border-radius: 15px 0px 0px 20px; 
        z-index: -1;
    }

    .product-advantages .product-advantages__slide-adv-title span {
      color: #8FBAB3;
    }

    .product-advantages .product-advantages__items-wrapper .btn {
        display: none;
    }

    .product-advantages .product-advantages__description-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 90px 10px;
        gap: 60px;
    }

    .product-advantages .product-advantages__description-wrapper .btn {
        display: flex;
        max-width: 280px;
    }

    .product-advantages .btn.btn--green {
        background: #64968D;
        color: #FFFFFF;
    }

    .product-advantages .product-advantages__title {
        /* font-size: 66px; */
        /* font-size: 55px; */
        font-size: 40px;
        font-weight: 100;
        text-wrap: nowrap;
        line-height: 60px;
        /* line-height: 80px; */
    }

    .product-advantages .product-advantages__description {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }

    .product-advantages .product-advantages__description-wrapper .product-advantages__info-inner {
        gap: 90px;
    }

    .product-advantages .btn.btn--green:hover span {
        color: #64968D;
    }

    .product-advantages .btn.btn--green.btn--ico-arrow-angle::after {
        color: #64968D;
        background-color: #FFFFFF;
    }

    .product-advantages .btn.btn--green:hover::before {
        width: calc(100% - var(--btn-padding) * 2);
    }

    .btn--ico-arrow-angle::before {
        transition: all 0.3s;
        position: absolute;
        background: white;
        right: var(--btn-padding);
        border-radius: calc(var(--btn-ico-size) / 2);
        z-index: 1;
    }

    .product-advantages .btn.btn--green::after {
        content: "";
        background-image: none;
    }

    .product-advantages {
        display: flex;
    }

    .product-advantages .product-advantages__block-adv > .container-fluid-lg {
        display: grid;
        grid-template-columns: repeat(1, minmax(400px, 1fr));
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .product-advantages .product-advantages__block-adv > .container-fluid-lg {
        gap: 30px 32px;
    }

    .product-advantages .product-advantages__title {
      font-size: 55px;
    }
}

@media (min-width: 1500px) {
    .product-advantages {
        margin-top: 200px;
    }

    .product-advantages .product-advantages__title {
      font-size: 40px;
      line-height: 60px;
    }

    .product-advantages .product-advantages__block-adv > .container-fluid-lg {
        gap: 70px 32px;
    }

    .product-advantages .product-advantages__block-adv > .container-fluid-lg {
        grid-template-columns: repeat(2, minmax(393px, 1fr));
    }

    .product-advantages .product-advantages__slide-adv-title {
        font-size: 26px;
        line-height: 28px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .product-advantages span.product-advantages__slide-adv-title--num {
        /* font-size: 28px; */
        font-size: 20px;
    }

    .product-advantages .product-advantages__slide-accordion-content--padding-top {
        margin-top: 30px;
    }

    .product-advantages .product-advantages__slide-accordion-content {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .product-advantages .product-advantages__items-wrapper .product-advantages__slide-adv-accordion::after {
        /* width: 40%;
        height: 45%;
        border-bottom: 110px solid #588F87;
        border-left: 165px solid transparent; */
        width: 25%;
        height: 45%;
        border-bottom: 90px solid #588F87;
        border-left: 120px solid transparent;
    }
}

@media (max-width: 567px) {
  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk svg {
    width: 10px;
  }

  .mainBanner .mainBanner__header_title h1 .mainBanner__header_title--attr-sk {
    width: 10px;
  }
}

@media (min-width: 1940px) {
    .product-advantages .product-advantages__block-adv > .container-fluid-lg {
        grid-template-columns: repeat(2, minmax(400px, 1fr));
    }

    .product-advantages .product-advantages__items-wrapper .product-advantages__slide-adv-accordion::after {
        /* width: 40%;
        height: 45%;
        border-bottom: 110px solid #588F87;
        border-left: 185px solid transparent; */
        width: 30%;
        height: 45%;
        border-bottom: 80px solid #588F87;
        border-left: 125px solid transparent;
    }
}

div.popup-compound-detail {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(60px);
}

@media (max-width:1490px) and (max-height:905px) {
  /* div.section--product-peculiarties {
    padding-top: 130px !important;
  }

  div.peculiarties {
    padding-top: 55px;
  }

  .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    top: 30px;
  } */
}

@media (min-width:1200px) and (max-height:980px) {
  div.section--product-peculiarties {
    padding-top: 175px !important;
  }

  div.section--product-peculiarties::before {
    height: 175px;
  }

  /* div.peculiarties {
    padding-top: 50px;
  } */

  .peculiarties__slide-title {
    margin: 0;
  }
}

@media (min-width:1200px) and (max-height:900px) {
  div.section--product-peculiarties {
    padding-top: 145px !important;
  }

  div.section--product-peculiarties::before {
    height: 145px;
  }

  div.peculiarties {
    padding-top: 20px;
  }

  .peculiarties__slide-title {
    margin: 0;
  }

  .peculiarties__title-block {
    padding: 20px 70px;
  }

  .peculiarties__title {
    font-size: 40px;
  }

  .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    font-size: 17px;
  }

  .peculiarties-pagination {
    margin-top: 25px;
  }

  div.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    top: 40px;
  }
}

@media (min-width:1200px) and (max-height:780px) {
  div.section--product-peculiarties {
    padding-top: 145px !important;
  }

  div.section--product-peculiarties::before {
    height: 145px;
  }

  div.peculiarties {
    padding-top: 20px;
  }

  .peculiarties__slide-title {
    margin: 0;
  }

  .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    font-size: 17px;
  }

  .peculiarties__title-block {
    padding: 20px 70px;
  }

  .peculiarties__title {
    font-size: 40px;
  }

  .peculiarties-pagination {
    margin-top: 25px;
  }

  .peculiarties-pagination {
    display: none;
  }

  div.section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    top: 40px;
  }
}

@media (min-width:1200px) and (max-height:730px) {
  .peculiarties__wrapper {
    padding-top: 65px;
  }

  .effects__title {
    margin-bottom: 85px;
  }
}

@media (min-width:1500px) {
  .background-padding-peculiar .peculiarties__title-block {
    margin-top: 25px;
  }
}

@media (min-width:1500px) and (max-height:980px) {
  div.section--product-peculiarties {
    padding-top: 180px !important;
  }

  div.section--product-peculiarties::before {
    height: 185px;
  }
}

@media (min-width:1500px) and (max-height:935px) {
  div.section--product-peculiarties {
    padding-top: 180px !important;
  }

  div.section--product-peculiarties::before {
    height: 185px;
  }

  div.peculiarties {
    padding-top: 85px;
  }

  .background-padding-peculiar .peculiarties__title-block {
    margin-top: 55px;
  }

  .section--product-peculiarties.section--product-peculiarties-subprod .peculiarties-pagination__bullet--active .peculiarties-pagination__bullet-text {
    top: 45px;
  }
}

@media (min-width:1500px) and (max-height:880px) {
  div.section--product-peculiarties {
    padding-top: 145px !important;
  }

  div.section--product-peculiarties::before {
    height: 145px;
  }

  div.peculiarties {
    padding-top: 45px;
  }
}

@media (min-width:1500px) and (max-height:780px) {
  .peculiarties__title {
    font-size: 45px;
  }

  .peculiarties__slide-title {
    font-size: 40px;
  }

  .peculiarties-pagination {
    display: block;
  }

  .peculiarties__slide-img {
    max-width: 35%;
  }

  .peculiarties__slide-adv-accordion {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width:1500px) and (max-height:730px) {
  .peculiarties__wrapper {
    padding-top: 45px;
  }

  .effects__title {
    margin-bottom: 85px;
  }

  .effects__title-prod {
    font-size: 60px;
    line-height: 60px;
  }

  .effects__title-block {
    font-size: 50px;
  }

  .peculiarties-pagination {
    display: block;
  }
}

@media (min-width:1500px) and (max-height:710px) {
  .peculiarties-pagination {
    display: none;
  }
}

@media (min-width:1700px) and (max-height:900px) {
  /* .peculiarties-pagination {
    display: none;
  } */
  .peculiarties-pagination {
    display: block;
  }
}

@media (min-width: 1700px) and (max-height: 880px) {
  div.section--product-peculiarties {
    padding-top: 150px !important;
  }

  div.section--product-peculiarties::before {
    height: 155px;
  }
}

@media (min-width:1700px) and (max-height:800px) {
  .peculiarties__title {
    font-size: 45px;
  }

  .peculiarties__slide-title {
    font-size: 40px;
  }

  .peculiarties__slide-img {
    max-width: 35%;
  }

  .peculiarties__slide-adv-accordion {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width:1700px) and (max-height:730px) {
  .peculiarties-pagination {
    display: none;
  }
}

@media (min-width:1940px) and (max-height:980px) {
  .peculiarties__title {
    font-size: 50px;
  }
  
  .peculiarties__slide-title {
    font-size: 40px;
  }

  div.section--product-peculiarties {
    padding-top: 175px !important;
  }

  div.section--product-peculiarties::before {
    height: 175px;
  }

  .background-padding-peculiar .peculiarties__title-block {
    margin-top: 35px;
  }
  
  .peculiarties__slide-img {
    max-width: 45%;
  }
  
  .peculiarties__slide-adv-accordion {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width:1940px) and (max-height:880px) {
  .peculiarties__title {
    font-size: 50px;
  }

  .peculiarties__slide-title {
    font-size: 40px;
  }
  
  .peculiarties__slide-img {
    max-width: 40%;
  }

  .peculiarties__slide-adv-accordion {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  div.section--product-peculiarties {
    padding-top: 155px !important;
  }

  div.section--product-peculiarties::before {
    height: 155px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width:1940px) and (max-height:880px) {
  .peculiarties__title {
    font-size: 50px;
  }

  .peculiarties__slide-title {
    font-size: 40px;
  }
  
  .peculiarties__slide-img {
    max-width: 40%;
  }

  .peculiarties__slide-adv-accordion {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  div.section--product-peculiarties {
    padding-top: 155px !important;
  }

  div.section--product-peculiarties::before {
    height: 155px;
  }

  .peculiarties__slide-adv-title span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width:1940px) and (max-height:770px) {
  .peculiarties-pagination {
    display: none;
  }
}
