.opener-sect{
    padding-bottom: 60px;
    border-radius: 30px 30px 0 0;
}
.opener-left h1{
   color: var(--Colors-Black-100, #1F1F25);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em; 
}
.opener-sect .opener-left p{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}
.opener-right{
    max-width: 584px;
    border-radius: var(--Radius-Radius-24, 24px);
    border-radius: var(--Radius-Radius-24, 24px);
    max-height: 270px;
    overflow: hidden;
}
.opener-right video{
    width: 100%;
    height: auto;
}
.possibilities-sect.cassy {
    top: 0;
    background: #fff;
    border-radius: unset;
    padding: 40px 0 60px 0;
}
.possibilities-sect h2.sect-heading{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 1.1em
}
.cassy.possibilities-sect h3.sect-subheading{
    padding-bottom: 32px;
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}
.possibility{
    display: flex;
    height: 180px;
    padding: var(--Spacing-Spacing-16, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Spacing-12, 12px);
    flex: 1 0 0;
    border-radius: var(--Radius-Radius-24, 24px);
    background: var(--Colors-Gray-100, #F0F0F0);
}
.possibility h4, .possibility .h4{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; 
}
.possibility p{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
.section7{
    padding: 40px 0 60px 0;
    background: #fff;
}
.section7 .question-js,
.section7 .answer-js.active{
    background: var(--Colors-Gray-100, #F0F0F0);
    width: 48%;
}
.section7 .question-js.active{
    border-radius: var(--Radius-Radius-20, 20px);
    background: var(--Colors-Green-Light, #F1F6F1);
}
.video-rew{
    padding: 40px 0 60px 0;
    background: #fff;
}
.video-rew-grid{
    padding-bottom: 32px;
}
.video-rew h2{
    padding-bottom: 32px;
    margin: 0;
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em
}
.compare-cassy{
    padding: 40px 0 60px 0;
    background: #fff;
}
.compare-cassy h2{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 32px;
    line-height: 1.1em;
}
.compare-cassy .wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}
.compare-cassy .wrapper .left,
.compare-cassy .wrapper .right {
    flex: 1 1 calc(50% - 6px);
}
.compare-cassy .wrapper .right {
    position: relative;
}
.is-success .nd-form__success-message{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.compare-cassy .is-success .nd-form__success-message{ 
    background: #f0f0f0;
    border-radius: 30px;
}
.is-success .nd-form__success-message h4{
    color: var(--Colors-Black-100, #1F1F25);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; 
}
.is-success .nd-form__success-message p{
    color: var(--Colors-Gray-Dark, #585869);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
    padding: 8px 0 24px 0;
}
.ws-call-popup-block .input label::after{
    content:'';
}
.compare-cassy .wrapper .left{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.compare-cassy .wrapper .left .item {
    display: flex;
    padding: var(--Spacing-Spacing-24, 24px) var(--Spacing-Spacing-24, 24px) var(--Spacing-Spacing-16, 16px) var(--Spacing-Spacing-16, 16px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Spacing-10, 10px);    
    align-self: stretch;
      flex: 1 1 calc(50% - 4px);
    border-radius: var(--Radius-Radius-24, 24px);
    background: var(--Colors-Gray-100, #F0F0F0);
}
.compare-cassy .wrapper .left .item img{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-Radius-1000, 1000px);
}
.compare-cassy .wrapper .left .item .name{
    color: var(--Colors-Black-100, #1F1F25);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; 
}

.compare-cassy .wrapper .right {
    border-radius: var(--Radius-Radius-24, 24px);
    background: var(--Colors-Gray-100, #F0F0F0);   
    padding: 24px;
}
.compare-cassy .wrapper .right .name{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 24px;
    line-height: 1.1em;
}
.compare-cassy .wrapper .right .descr {
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%; 
    padding-bottom: 24px;
}
.compare-cassy .wrapper .right .descr ul {
    padding: 12px 0;
}
.right .descr ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.compare-cassy .wrapper .right .input.phone{
    max-width: 256px;
    overflow: hidden;
}
.compare-cassy .wrapper .right .input.phone input{
    max-width: 100%;
    padding: 16px!important;
    border-radius: var(--Radius-Radius-16, 16px);
}
.compare-cassy .wrapper .right .input.phone span{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
}

.compare-cassy .wrapper .right .new_btn{
    width: 238px;
    border-radius: var(--Radius-Radius-16, 16px);
    opacity: 0.5;
    background: var(--Colors-Blue-100, #2261EB);
    transition: all ease 0.5s;
}
.compare-cassy .wrapper .right .new_btn:hover{
    opacity: 1;
    transition: all ease 0.5s;
}
.compare-cassy .wrapper .right .iti{
    border-radius: var(--Spacing-Spacing-16, 16px);
    border: 1px solid var(--Colors-Gray-100, #F0F0F0);
    background: var(--Colors-White-100, #FFF);
    height: 58px;
}
.compare-cassy .nd-form__body .wrapper{
    align-items: end;
}
.possibilities-grid{
    padding-bottom: 32px;
}

.ws-call-popup-block h3{
    color: var(--Colors-Black-100, #1F1F25);
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    margin: 0;
    padding-bottom: 16px;
}
.ws-call-popup-block .descr{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
}
.ws-call-popup-block .descr ul{
    padding: 12px 0;
}
.ws-call-popup-block .webinar__phone-wrap{
    color: var(--Colors-Gray-Dark, #585869);
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
}
    .right form{
        display: block;
    }
    .right a.new_btn {
        display: none;
    }
@media screen and (max-width: 770px) {
    .right form{
        display: none;
    }
    .right a.new_btn {
        display: flex;
    }
    .opener-sect {
        padding-bottom: 32px;
    }
    .opener-left h1{        
        text-align: center;
        font-size: 32px;        
    }
    .opener-sect .opener-left p{
        padding-bottom: 24px;
        font-size: 14px;
        text-align: center;
    }
    .cassy.possibilities-sect h2.sect-heading{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .cassy.possibilities-sect h3.sect-subheading{
        font-size: 14px;
    }
    .cassy .possibility{
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 140px;
        height: auto;
    }
    .cassy .possibility h4{
        font-size: 18px;
        max-width: 240px;
    }
    .cassy .possibility p{
        padding-left: 46px;
        font-size: 14px;
    }
    .possibilities-sect.cassy{
        padding-bottom: 32px;
    }
    .compare-cassy{
        padding: 32px 0;
    }
    .compare-cassy h2{
        font-size: 24px;
    }
    .compare-cassy .wrapper .left .item {
        display: flex;
        padding: var(--Spacing-Spacing-16, 16px) var(--Spacing-Spacing-24, 24px) var(--Spacing-Spacing-16, 16px) var(--Spacing-Spacing-16, 16px);
        align-items: center;
        gap: var(--Spacing-Spacing-10, 10px);
        align-self: stretch;
        width: 100%;
        flex: none;
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .compare-cassy .wrapper .right .descr ul li{
        align-items: flex-start;
    }
    .compare-cassy .wrapper .right .name{
        font-size: 20px;
        padding-bottom: 16px;
    }
    .compare-cassy .wrapper .right .descr{
        font-size: 14px;
    }
    .compare-cassy .wrapper .right .next-block,
    .compare-cassy .wrapper .right .new_btn,
    .compare-cassy .wrapper .right .input.phone {
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }
    .compare-cassy .wrapper .right .form__legend{
        font-size: 12px;
    }
    .section7 .question-js, .section7 .answer-js.active{
        width: 100%;
    }
    .section7 .question-js.active{
        background: unset;
    }

}