

/* Start:/local/templates/monitel_new/components/bitrix/news.detail/product/style.css?177376156554602*/
.mainBanner {
  position: relative;
}

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

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

button.platform__accordion-close {
  display: none;
}

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

.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-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 {
  font-size: 27px;
  font-weight: 700;
  font-family: Korataki;
}

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

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

.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::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #131F39;
  width: 17px;
  height: 17px;
}

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

.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;
}

.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;
}

.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: #F6F6F7;
  color: #3C4C5D;
  border-radius: 10px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, opacity, visibility;
  transition-duration: .5s;
}

.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;
}

.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: 99em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, opacity, visibility;
  transition-duration: .5s;
  opacity: 1;
}

.types__list-item--open .types__item-description {
  max-height: 99em;
  visibility: visible;
  overflow: visible;
  transition-property: max-height, 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;
}

.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;
}

.types__title {
  margin-bottom: 35px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
  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;
}

.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__button-download--center {
    text-align: center;
    z-index: 0;
  }
}

@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: flex-start;
  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 .effects__list-accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s all;
}

.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;
}

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;
}

.product-map {
  position: relative;
}

@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;
  }

  .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: 51px;
  }

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

  .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;
  }

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

  .peculiarties__title {
    margin-bottom: 0;
  }

  .types__title {
    margin-bottom: 35px;
  }

  .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;
  }

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

  .subprod__name--serial::after {
    width: 35px;
    height: 35px;
  }

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

  .subprod__name--prod {
    transform: translateX(120px);
    font-size: 60px;
    line-height: 60px;
  }

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

  .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;
  }

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

  .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: 30px;
    padding-top: 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;
    flex: 5;
  }

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

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

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

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

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

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

  .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;
    border-left: 2px solid #A2B1CE;
  }

  .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;
  }

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

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

  .types {
    padding-top: 100px;
  }

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

  div.section--product-types {
    margin-top: 120px;
    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;
    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-bottom: 80px;
  }
  
  div.mainBanner div.mainBanner__header_subtitle {
    font-size: 40px;
  }

  .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;
  }

  .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;
    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__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: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: 20px;
  }

  .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: 14px;
  }

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

  .mainBanner .mainBanner__header_title h1 {
    font-size: 70px;
  }

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

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

  .mainBanner__next-block {
    bottom: 70px;
  }

  .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;
  }

  .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;
  }

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

  .compound__list-item--open .compound__item-title {
    font-size: 30px;
  }

  .compound__list-item--open .compound__item-title {
    font-size: 30px;
  }

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

  .platform__image {
    max-width: 330px;
  }

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

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

  .compound__items-list {
    gap: 50px;
    padding-top: 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: 260px;
  }

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

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

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

  .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--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;
  }

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

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

  .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;
  }

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

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

  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: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: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: 160px;
    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:first-child .functions__item-number::before {
    width: 30px;
    top: 0;
    background-color: #59718B;
    bottom: auto;
    left: 100%;
  }

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

  .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 12px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }
}

@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;
  }

  .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 12px);
    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 12px);
  }

  .peculiarties__slide {
    gap: 10px;
  }

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

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

  .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: 17px;
  }

  .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;
    padding: 0;
    padding-left: 40px;
  }

  .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: 150px !important;
    /* margin-top: 110px; */
    margin-top: 85px;
  }

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

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

  .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-content {
    font-size: 22px;
    padding-left: 45px;
  }

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

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

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

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

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

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

  .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: 175px !important;
    margin-top: 60px;
  }

  .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;
  }

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

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

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

  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;
  }
} */

/* Доработка анимации особенностей конец */
/* End */
/* /local/templates/monitel_new/components/bitrix/news.detail/product/style.css?177376156554602 */
