.tariff .wrapper{
    display: flex;
    justify-content: space-between;
    
    
}
.tariff .opener-right{
    max-width: 330px;
}
.opener-right img{    
    width: auto; 
    margin-left: auto;
    display: block;
    object-fit: cover;
    height: 328px;
}
.tariff .opener-left .wrapper{
    gap: 6px;
}

.btn-borderd{
   border: 1px solid var(--Colors-Blue-100, #2261EB);
    color: #2261EB;
}
.wrapper.tariff .constructor{
    background: white;
    top: -75px;
}
.wrapper.tariff .constructor h1{
    color: #1F1F25
}
.wrapper.tariff .constructor .description {
    color: #585869;
}

.wrapper.tariff .constructor-wrapper {
    background: var(--green-gradient, linear-gradient(147deg, #92CF97 0.01%, #6F9D72 90.48%));
    border-radius: 32px;
}
.section16{
    justify-content: space-between;
    position: relative;
    top: -180px;
}
.section16-privacy{
    max-width: 300px;
}
.section16 .dynamic-img{
    max-width: 300px;
}
.section16 .nd-form__label{
    width: 424px;
    max-width: 100%;
}
.footer {
    top: -160px;
}
.section16 .nd-form__button{
    width: 220px;
}
.tariff .section16 .wrapper{
    gap: 16px;
}
.section16{
    padding: 40px 0 60px 0;
    margin: 0;
    background: #fff;
}
.section16 .container{
    padding: 32px 40px;
    background: linear-gradient(134deg, #606c88 0%, #3f4c6b 100%);
    border-radius: var(--Radius-Radius-32, 32px);
    width: 1180px;
    max-width: 100%;
}
.wrapper.tariff .options{
    background: #fff;
    top: -150px;
    padding-bottom: 0;
}

.wrapper.tariff .options__item{
    border-radius: 32px;
    background: var(--Colors-Gray-100, #F0F0F0);
    box-shadow: unset;
    display: flex;
    /* height: 600px; */
    padding: var(--Spacing-Spacing-24, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Spacing-16, 16px);
    flex: 1 0 0;
}
.wrapper.tariff .options__item.green{
    background: var(--Colors-Green-Light, #F1F6F1);


}
.options__advantages{
  position: relative;
  max-height: 360px;
  
}
.options__advantages-content {
  position: relative;
  max-height: 360px;
  overflow-y: auto;
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE и Edge */
}
.options__advantages-content::-webkit-scrollbar {
  display: none;
}
.options__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 126px;
  width: 100%;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.00) 0%, #F0F0F0 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.options__item.green .options__fade{
    background: linear-gradient(180deg, rgba(241, 246, 241, 0.00) 0%, #F1F6F1 100%);
}

.options__fade.hidden {
  opacity: 0;
}
.wrapper.tariff .options__advantages{
    padding-bottom: 0;
}
.wrapper.tariff .options__advantages{
    padding-bottom: 0;
}
.wrapper.tariff .options__advantages-item::before{
    content: unset;
}
.wrapper.tariff .options__advantages-item {
    padding: 12px 0;
    border-bottom: 1px solid var(--Colors-Gray-Secondary, #CDCFD1);
    align-items: center;
}
.wrapper.tariff .options__advantages-item svg:last-child {
  margin-left: auto;     
}
.wrapper.tariff .options__advantages-item span{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}
.wrapper.tariff .options-wrapper{
    gap: 12px;
    align-items: flex-start;
}
.wrapper.tariff .options__item .subtitle{
    margin: unset;
    padding: 0;
    text-align: left;
    background: unset;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    color: var(--Colors-Gray-Dark, #585869);

}
.options__item {
  position: relative;
}

.options__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 126px;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.00) 0%, #F0F0F0 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.options__fade.hidden {
  opacity: 0;
}
.options__item .price{
    color: var(--Colors-Black-100, #1F1F25);

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
}
.options__item .price span{
    color: var(--Colors-Gray-Dark, #585869);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
}
.options__item .price span.more {
    color: var(--Colors-Green-Dark, #6F9D72);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    padding-bottom: 19px;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}
.options__item .price span.more:hover{
    cursor: pointer;
}
.wrapper.tariff .options__item h3{
    color: var(--new-black-100, #1f1f25);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.32px;
    padding-bottom: 0px;
    display: flex;
    justify-content: left;
    width: 100%;
}
.wrapper.tariff .options__item,
.wrapper.tariff .options__item.open .options__advantages-content,
.wrapper.tariff .options__item.open .options__advantages {
    max-height: unset;
}
.wrapper.tariff .options__item.open .options__fade{
    opacity: 1;
}
.wrapper.tariff .options__item .more svg{
    transition: all ease 0.5;
}
.wrapper.tariff .options__item.open .more svg{
    transition: all ease 0.5;
    transform: rotateZ(180deg);

}
.wrapper.tariff .options .title{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.wrapper.tariff .constructor .description{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}
.wrapper.tariff .constructor h2{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.wrapper.tariff .constructor b{
    color: var(--Colors-White-100, #FFF);
    font-size: 28px;    
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding-bottom: 16px;
}
.wrapper.tariff .constructor b br{
    display: none;
}
.wrapper.tariff .constructor__steps{
    width: 100%;
}
.wrapper.tariff .constructor__steps .desk{
        display: block;
    }
    .wrapper.tariff .constructor__steps .mob{
        display: none;
    }
    .constructor__steps span{
        color: var(--Colors-White-100, #FFF);
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        padding-bottom: 10px;
        display: block;
    }
#type1 .constructor__next {
    display: none;
}
.wrapper.tariff .constructor__buttons input[type=checkbox]::after, .wrapper.tariff .constructor__buttons input[type=radio]::after{
    display: flex;
    height: 60px;
    min-height: 48px;
    padding: var(--Spacing-Spacing-12, 12px);
    align-items: center;
    gap: var(--Spacing-Spacing-6, 6px);
    flex: 1 0 0;
    border-radius: var(--Radius-Radius-16, 16px);
    background: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
    color: var(--Colors-White-100, #FFF);
    font-size: 14px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    justify-content: flex-start;
    
}
.wrapper.tariff .constructor__buttons input[type=checkbox]:hover::after, .wrapper.tariff .constructor__buttons input[type=radio]:hover::after{
    background: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
}

 .wrapper.tariff .constructor__buttons input[type=radio]:hover::after{
    background: #7eb082;
    background-image: url('/wp-content/uploads/2025/06/chevron_right.svg ');
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 30px; /* под отступ под иконку */
}
.wrapper.tariff #type1 .constructor__buttons{
    gap: 10px;
}
.wrapper.tariff .constructor__type#type1 .constructor__buttons{
    height: auto;
    justify-content: flex-start;
}
.wrapper.tariff .constructor__type#type1 input[type=checkbox], .wrapper.tariff .constructor__type#type1 input[type=radio]{
    height: 60px;
    overflow: hidden;
}
.wrapper.tariff .constructor__type#type1 input[type=checkbox], .wrapper.tariff .constructor__type#type1 input[type=radio] {
    width: calc(34% - 15px);
    height: initial;
}
.wrapper.tariff .constructor__type#type1 input[type=radio] {
  overflow: visible;
}
#wrapper {
    height: 353px /* Изначально устанавливаем автоматическую высоту */;
}

#wrapper:has( #type2.active) {
    height: 487px;
}
#wrapper:has( #type3.active){
    height: 413px;
}
#wrapper:has( #type5.active){
    height: 630px;
}
.wrapper.tariff .constructor__buttons input[type=checkbox]::after{
    width: 16px;
    height: 16px;
    min-height: unset;
    background-image: url(/wp-content/uploads/2025/06/sqaure.svg);
    border-radius: unset;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0!important;
}
.wrapper.tariff .constructor__buttons input[type=checkbox]:hover::after{
    background-image: url(/wp-content/uploads/2025/06/sqaure.svg);
    background-color: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wrapper.tariff .constructor__buttons input[type=checkbox]{
    width: auto;
}
.wrapper.tariff .constructor__buttons input[type=checkbox]:checked{
    background-color: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
    
}
.wrapper.tariff .constructor__buttons input[type=checkbox]:checked::after{
    background-image: url(/wp-content/uploads/2025/06/checked.svg);
    border-radius: unset;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a1c4a4;
}

.custom-checkbox {
    display: flex;
    height: 64px;
    padding: var(--Spacing-Spacing-16, 16px);
    align-items: center;
    gap: var(--Spacing-Spacing-10, 10px);    
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    color: var(--Colors-White-100, #FFF);
        border-radius: var(--Radius-Radius-20, 20px);
    background: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
    width: 32%;
}
.custom-checkbox:hover,
.custom-checkbox:has(input[type="checkbox"]:checked) {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

.wrapper.tariff .constructor__buttons{
    justify-content: flex-start;
    gap: 10px;

}


.wrapper.tariff .wrapper-btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 32px;
    margin-left: auto;
}
.wrapper.tariff .constructor__next button:hover,
.wrapper.tariff .constructor__next button{
    display: flex;
    height: 58px;
    padding: var(--Spacing-Spacing-8, 8px) var(--Spacing-Spacing-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Spacing-6, 6px);
    width: 281px;
    border-radius: var(--Radius-Radius-16, 16px);
    background: var(--Colors-Blue-100, #2261EB);
    color: var(--Colors-White-100, #FFF);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.wrapper.tariff .constructor__prev button:hover,
.wrapper.tariff .constructor__prev button{
    background: transparent;
    color: #fff;
}
.wrapper.tariff .constructor__prev button{
    font-size: 16px;
}
 .wrapper.tariff .constructor__buttons input[type=radio]::after {
  
  border-radius: var(--Radius-Radius-16, 16px);
  background-image: url('/wp-content/uploads/2025/06/chevron_right.svg');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 36px;
  box-sizing: border-box;
  width: 100%;
}
.animated-photo {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

/* Все кадры */
.frame {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  opacity: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  will-change: opacity;
  z-index: 2;
  background-image: url(/wp-content/uploads/2025/06/bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Общая длительность цикла */
:root {
  --cycle-duration: 20s;
}

/* Для каждого кадра задаём анимацию с фазовым сдвигом */
.frame1 {
  opacity: 1; /* начальный видимый */
  z-index: 1;
  animation-name: fadeFrameCycle;
  animation-duration: var(--cycle-duration);
  animation-delay: 0s;
}

.frame2 {
  animation-name: fadeFrameCycle;
  animation-duration: var(--cycle-duration);
  /* animation-delay: 0.8s; */
  z-index: 2;
}

.frame3 {
  animation-name: fadeFrameCycle;
  animation-duration: var(--cycle-duration);
  /* animation-delay: 1.6s; */
  z-index: 3;
}

.frame4 {
  animation-name: fadeFrameStay;
  animation-duration: var(--cycle-duration);
  /* animation-delay: 2.4s; */
  z-index: 4;
  opacity: 0;


}

/* Анимация появления/исчезновения с плавным переходом и без пауз */
@keyframes fadeFrameCycle {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  70%  { opacity: 1; }
  80%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Последний кадр — плавно появляется и остаётся видимым */
@keyframes fadeFrameStay {
  0%   { opacity: 0; }
  25%  { opacity: 1; }
  100% { opacity: 1; }
}
/* Стили фонов */
.background-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  will-change: opacity;
  z-index: 1;
}

.bg1 {
  width: 100px;
  height: 100px;
  border-radius: 291px;
  background: linear-gradient(140deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
  filter: blur(5px);
  animation-name: fadeInOut1;
  z-index: 0;
}

.bg2 {
  width: 185px;
  height: 185px;
  border-radius: 538px;
  background: linear-gradient(140deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
  filter: blur(9px);
  animation-name: fadeInOut2;
}

.bg3 {
  width: 290px;
  height: 290px;
  border-radius: 1015px;
  background: linear-gradient(140deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
  filter: blur(17px);
  animation-name: fadeInOut3;
}

.bg4 {
  width: 247px;
  height: 247px;
  border-radius: 719px;
  background: linear-gradient(140deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
  filter: blur(12px);
  animation-name: fadeInStay;
}

/* Анимации фонов */
@keyframes fadeInOut1 {
  0%   { opacity: 1; }
  25%  { opacity: 0.4; }
  100% { opacity: 0; }
}

@keyframes fadeInOut2 {
  0%   { opacity: 0; }
  25%  { opacity: 0.3; }
  50%  { opacity: 0.6; }
  100% { opacity: 0; }
}

@keyframes fadeInOut3 {
  0%   { opacity: 0; }
  50%  { opacity: 0.4; }
  75%  { opacity: 0.7; }
  100% { opacity: 0; }
}

@keyframes fadeInStay {
  0%   { opacity: 0; }
  75%  { opacity: 0.5; }
  100% { opacity: 0.5; }
}
/* .new_btn{
    opacity: 0.8;
    transition: all ease 0.5s;
}
.new_btn:hover{
    opacity: 1;
    transition: all ease 0.5s;
} */
.opener-sect{
    padding-bottom: 0;
}

@media screen and (max-width: 1100px){
    .container    {
        max-width: 100%;
    }
    .opener-left h1 {
        font-size: 48px;
        padding-bottom: 24px;
    }
    .opener-sect .opener-left p {
        padding-bottom: 40px;
        font-size: 18px;
    }
    .tariff .opener-left .wrapper {
        flex-direction: column;
    }
    .wrapper.tariff .constructor h2{
        margin: 0;
        padding-bottom: 16px;
    }
    .wrapper.tariff .constructor .description{
        margin-bottom: 0;
        padding-bottom: 32px;
    }
    .wrapper.tariff .constructor__type{
        padding: 32px 40px;
    }
    .wrapper.tariff .options__item.big, .wrapper.tariff .options__item{
        max-width: 306px;
    }
    .new_btn{
        width: 100%;
        padding: 18px 86px;
    }
    .wrapper.tariff .options-wrapper {
        flex-direction: row;
        overflow: auto;
        align-items: flex-start;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE и Edge */
    }
    .wrapper.tariff .options-wrapper::-webkit-scrollbar {
        display: none;
    }

}
@media screen and (max-width: 900px){
    .opener-sect{
        padding-top: 40px;
    }
    .opener-left h1{
        font-size: 32px;
        padding-bottom: 16px;
    }
    .opener-sect .opener-left p{
        font-size: 14px;
        padding-bottom: 24px;
    }
    .opener-sect .new_btn{
        max-width: 320px;
        font-size: 14px;
                height: 54px;
        padding: 0;
    }
    .tariff .opener-right {
        max-width: 55%;
    }

    .wrapper.tariff .constructor .description{
        font-size: 14px;
    }
    #wrapper{
        height: 270px;
    }
    .wrapper.tariff .constructor__buttons input[type=radio]::after{
        height: 48px;
    }
    .wrapper.tariff .constructor__buttons input[type=checkbox]::after{
        width: 16px;
        height: 16px;
        min-height: unset;
        background-image: url(/wp-content/uploads/2025/06/sqaure.svg);
        border-radius: unset;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
    }
    .wrapper.tariff .constructor__buttons input[type=checkbox]:hover::after{
        background-image: url(/wp-content/uploads/2025/06/sqaure.svg);
        background-color: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
            background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .wrapper.tariff .constructor__buttons input[type=checkbox]{
        width: auto;
        min-height: auto;
    }
    .wrapper.tariff .constructor__buttons input[type=checkbox]:checked{
        background-color: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
        
    }
    .wrapper.tariff .constructor__buttons input[type=checkbox]:checked::after{
        background-image: url(/wp-content/uploads/2025/06/checked.svg);
        border-radius: unset;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #91b893;
    }
    .custom-checkbox {
        display: flex;
        height: 60px;
        padding: var(--Spacing-Spacing-16, 16px);
        align-items: center;
        gap: var(--Spacing-Spacing-10, 10px);    
        font-size: 14px;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
        color: var(--Colors-White-100, #FFF);
            border-radius: var(--Radius-Radius-20, 20px);
        background: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
        width: 32%;
    }
    .custom-checkbox:has(input[type="checkbox"]:checked) {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid #fff;
    }
    .wrapper.tariff .options .title {
        font-size: 24px;
    }
    .wrapper.tariff .options__item.big, .wrapper.tariff .options__item{
        width: 320px;
        max-width: 320px;
    }
    .section16 .container{
        width: auto;
    }
    .wrapper.tariff .constructor__type{
        padding: 32px 24px;
    }

    #wrapper:has( #type2.active){
        height: 441px;
    }
    .wrapper.tariff .wrapper-btn{
        padding-top: 24px;
    }
    .wrapper.tariff .constructor__prev button,
    .wrapper.tariff .constructor__next button:hover, .wrapper.tariff .constructor__next button{
        width: 206px;
        font-size: 14px;
    }
    #wrapper:has( #type3.active) {
        height: 371px;
    }
    .wrapper.tariff .constructor b br {
        display: block;
    }
    .wrapper.tariff .constructor b{
        display: block;
        margin: 0 auto;
    }
    .wrapper.tariff .constructor h2{
        font-size: 24px;        
        
        width: 400px;
        max-width: 100%;
        margin: 0;
        padding-bottom: 10px;        
    }
    .wrapper.tariff .constructor h2.last{
        display: flex;
        width: 400px;
        max-width: 100%;
        padding: var(--Spacing-Spacing-24, 24px);
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--Colors-White-100, #FFF);
        text-align: center;
        text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; 
        border-radius: var(--Radius-Radius-20, 20px);
        border: 1.5px solid var(--Colors-White-16, rgba(255, 255, 255, 0.16));
        background: var(--Colors-White-16, rgba(255, 255, 255, 0.16));
        box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.12);
        margin: 0 auto;
    }
    .wrapper.tariff .constructor__type.last b{
        margin-bottom: 0;
        padding-bottom: 24px;
    }
    .wrapper.tariff .constructor__form{
        padding-top: 0;
    }
    .wrapper.tariff .constructor__form-info .descr{
        padding: 24px 0;
        color: var(--Colors-White-100, #FFF)!important;
        text-align: center;
        font-size: 16px!important;
        font-weight: 400;
        line-height: 130%!important; 
    }
    .constructor__form_whats.wp__mobile{
        color: #fff!important;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .wrapper.tariff .constructor__form-inputs{
        background: transparent;
        padding: 0;
    }
        #wrapper:has( #type5.active) {
        height: 448px;
    }
}
@media screen and (max-width: 700px){
    .opener-sect{
        padding: 32px 0 0 0;
    }
    .opener-sect .wrapper{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .wrapper.tariff .constructor .container{
        max-width: 100%;
        width: 420px;
    }
    .wrapper.tariff .constructor b{
        font-size: 20px;
    }
    .wrapper.tariff .constructor__type#type1 input[type=checkbox], .wrapper.tariff .constructor__type#type1 input[type=radio]{
        width: 100%;
    }
    #wrapper {
        height: 470px;
    }
    .wrapper.tariff .constructor__type{
        padding: 16px;
    }
    .wrapper.tariff .constructor__steps{
        height: auto;
        margin-bottom: 0;
        padding-bottom: 24px
    }
    .constructor__steps span{
        font-size: 12px;

    }
    .wrapper.tariff .constructor__steps .desk{
        display: none;
    }
    .wrapper.tariff .constructor__steps .mob{
        display: block;
    }
    .custom-checkbox{
        width: 100%;
    }
    .tariff .opener-right {
        max-width: 100%;
    }
    #wrapper:has( #type2.active){
        height: 750px;
    }
    #wrapper:has( #type3.active) {
        height: 600px;
    }
    .custom-checkbox {
        height: 48px;
    }
    .wrapper.tariff .wrapper-btn{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .wrapper.tariff .constructor__prev, .wrapper.tariff .constructor__next{
        width: 100%;
        height: 54px;
    }
    .tariff .section16 .wrapper{
        flex-wrap: wrap;
    }
    .section16 {
        padding: 40px 16px 60px 16px;
    }
    .section16 .dynamic-img{
        margin: 0 auto;
    }
    .section16 .container{
        padding: 16px;
        
    }
    .section16-text h2 {
        font-size: 24px;
        margin: 0;
        padding-bottom: 10px;
    }
        .section16-text p {
            font-size: 14px;
            margin-bottom: 0;
            padding-bottom: 32px;
        }
	.opener-right img{
		margin: 0 auto;
	}
    
}
@media screen and (max-width: 500px){
    .options__advantages,
    .options__advantages-content{
        height: 420px;
    }
    .open .options__advantages,
    .open .options__advantages-content{
        height: auto;
    }
    .constructor__prev{
        height: auto;
    }
    .wrapper.tariff .constructor h2.last{
        width: 333px;
    }
    .wrapper.tariff .constructor__type.last{
        justify-content: center;
    }
}