.section-main-case{
    padding: 56px 0 32px 0;
}
.main-case-inf{
    max-width: 944px;
    margin: 0 auto;
    text-align: center;
}
.main-case-inf h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #111;
    padding: 0 0 16px 0;
    margin: 0;
}
.main-case-inf p{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #111;
    padding: 0 0 25px 0;
    margin: 0;
}
.main-case-inf-list{
    display: flex;
    padding: 7px 0 32px 0;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}
.main-case-inf-list__item{
    width: 33.3333%;
    text-align: center;
    padding: 8px 16px;
}
.main-case-inf-list__item+.main-case-inf-list__item{
    border-left: 1px dashed rgba(17, 17, 17, 0.15);
}
.main-case-inf-list__num{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #111;
    padding-bottom: 4px;
}
.main-case-inf-list__descr{
    font-weight: 600;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #111;
    opacity: 0.5;
}
.main-case-inf-video{
    padding: 0 0 0 0;
    position: relative;
}
.main-case-inf-video img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}
.main-case-inf-video__play{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.main-case-inf-video__play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    padding: 12px 16px;
    backdrop-filter: blur(56px);
    background: rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 13px;
    line-height: 185%;
    color: #fff;
    display: flex;
    align-items: center;
}
.main-case-inf-video__play-icon:before{
    display: block;
    content: '';
    border-left: 17px solid #FFF;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
    border-radius: 5px;
    margin-right: 8px;
}
.section-online-experience{
    padding: 27px 0 56px 0;
}
.section-online-experience h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #111;
    padding: 0;
    margin: 0;
}
.online-experience-period{
    padding: 40px;
    border-radius: 16px;
    display: flex;
}
.online-experience-period__left{
    width: 50%;
    padding-right: 20px;
}
.online-experience-period__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: left;
    color: #222;
    padding-bottom: 8px;
}
.online-experience-period__title span{
    color: #EB7353;
}
.online-experience-period-list{
    padding: 0 0 0 0;
    list-style-type: none;
    margin: 0;
}
.online-experience-period-list li{
    padding: 8px 0 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.online-experience-period-list li:before{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 7px;
    width: 100%;
    border-bottom: 1px dotted #e0e0e0;
}
.online-experience-period-list li span{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #111;
    background: #FFF;
    padding-left: 0;
    padding-right: 7px;
    position: relative;
    z-index: 1;
}
.online-experience-period-list li span+span{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #828282;
    background: #FFF;
    padding-left: 7px;
    padding-right: 0;
    text-align: right;
}
.online-experience-period__right{
    width: 50%;
    padding-left: 20px;
}
.online-experience-descr{
    padding: 0 0 0 0;
}
.online-experience-descr__item{
    border-left: 2px solid #e0e0e0;
    padding: 0px 0px 0px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #333;
}
.online-experience-descr__item+.online-experience-descr__item{
    margin-top: 16px;
}
.online-experience-descr__item strong{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #111;
    padding-bottom: 4px;
}
.online-experience-period.with-choice{
    background: #fcf4eb;
}
.online-experience-period.with-choice .online-experience-period-list li span{
    background: #fcf4eb;
}
.online-experience-period.with-choice .online-experience-period-list li span+span{
    color: #EB7353;
}
.section-why-they-need{
    background: #f5f5f7;
    padding-top: 56px;
    padding-bottom: 56px;
}
.why-they-need{
    display: flex;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}
.why-they-need__left{
    width: 50%;
    padding-right: 20px;
}
.why-they-need__left h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #111;
    padding-bottom: 8px;
    margin: 0;
}
.why-they-need-list{
    padding: 0 0 0 0;
}
.why-they-need-list__item{
    border-bottom: 1px dashed rgba(17, 17, 17, 0.15);
    padding: 16px 0px;
}
.why-they-need-list__item:last-child{
    border-bottom: none;
}
.why-they-need-list__item strong{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 1px;
    color: #111;
}
.why-they-need-list__item p{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #333;
    padding: 0;
    margin: 0;
}
.why-they-need__right{
    width: 50%;
    padding-left: 20px;
}
.why-they-need-inf__img{
    border-radius: 16px 16px 0 0;
}
.why-they-need-inf__img img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}
.why-they-need-inf__text{
    padding: 24px;
    background: #FFF;
    border-radius: 0 0 16px 16px;
    text-align: center;
}
.why-they-need-inf__text h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #111;
    padding: 0 0 4px 0;
    margin: 0;
}
.why-they-need-inf__subtitle{
    font-weight: 600;
    font-size: 13px;
    line-height: 123%;
    color: #222;
    opacity: 0.5;
    padding-bottom: 8px;
}
.why-they-need-inf__hr{
    position: relative;
    text-align: center;
}
.why-they-need-inf__hr:before{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 2px;
    background: #e0e0e0;
    width: 100%;
    margin-top: -1px;
}
.why-they-need-inf__hr img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    position: relative;
    z-index: 1;
}
.why-they-need-inf p{
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #333;
    padding-top: 8px;
    padding-bottom: 0;
    margin: 0;
}
.section-free-try{
    position: relative;
    padding-top: 24px;
    min-height: 200px;
}
.section-free-try:after{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    height: 104px;
}
.section-free-try .container{
    position: relative;
    z-index: 1;
}

.free-try-cont{
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-right: 40px;
}
.free-try-cont__left{
    width: 50%;
    padding-right: 20px;
    text-align: center;
    align-self: center;
}
.free-try-cont__left h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #111;
    padding: 0 0 40px 0;    
    margin: 0;
}
.free-try-cont__left .btn{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    padding: 24px 25px 24px 25px;
    border-radius: 12px;
    background: #EB7353;
}
.free-try-cont__left .btn:hover{
    background-color: #fb9074;
}
.free-try-cont__right{
    width: 50%;
    padding-left: 20px;
    text-align: center;
}
.free-try-cont__right img{
    display: block;
    max-width: 100%;
    height: auto;
}
.section-success-stories{
    padding-top: 56px;
    padding-bottom: 56px;
}
.success-stories{
    padding-left: 40px;
    padding-right: 40px;
}
.success-stories h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #111;
    padding: 0 0 24px 0;
    margin: 0;
}
.success-stories-list{
    padding: 0;
}
.success-stories-list__item{
    margin-bottom: 16px;
    background: #f5f5f7;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}
.success-stories-list__img{
    width: 452px;
}
.success-stories-list__img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px 0 0 16px;
    object-fit: cover;
}
.success-stories-list__inf{
    width: calc(100% - 452px);
    padding: 40px;
}
.success-stories-list__inf h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #111;
    padding: 0 0 16px 0;
    margin: 0;
}
.success-stories-list__inf .main-case-inf-list{
    text-align: left;
    padding-top: 0;
    padding-bottom: 24px;
}
.success-stories-list__inf .main-case-inf-list__item{
    text-align: left;
    padding-left: 0; 
    padding-top: 0;
    padding-bottom: 0;
}
.success-stories-list__inf .main-case-inf-list__item+.main-case-inf-list__item{
    border-left: none;
}
.success-stories-list__inf .main-case-inf-list__num{
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #111;
    text-align: left;
}
.success-stories-list__inf .main-case-inf-list__descr{
    font-weight: 600;
    font-size: 11px;
    line-height: 127%;
    color: #828282;
    text-align: left;
}
.btn-read{
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 24px;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 185%;
    color: #222;
}
@media screen and (max-width: 1023px) {
    .main-case-inf{
        padding-left: 20px;
        padding-right: 20px
    }
    .main-case-inf-video img{
        border-radius: 0;
    }
    .free-try-cont__left h2{
        font-size: 29px;
    }
    .success-stories-list__img{
        width: 45%;
    }
    .success-stories-list__inf{
        width: 55%;
        padding: 35px;
    }
}
@media screen and (max-width: 767px) {
    .section-main-case{
        padding-top: 30px;
    }
    .main-case-inf{
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-case-inf h1{
        font-weight: 600;
        font-size: 36px;
        line-height: 122%;
        padding-bottom: 16px;
    }
    .main-case-inf-list{
        display: block;
        padding-bottom: 15px;
    }
    .main-case-inf-list__item{
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .main-case-inf-list__item+.main-case-inf-list__item{
        border-left: none;
        border-top: 1px dashed rgba(17, 17, 17, 0.15);
    }
    .main-case-inf-list__num{
        font-size: 20px;
        line-height: 120%;
    }
    .section-online-experience{
        padding-top: 5px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 0;
    }
    .section-online-experience h2{
        text-align: left;
    }
    .online-experience-period{
        padding: 25px 32px 32px 32px;
        margin-left: -32px;
        margin-right: -32px;
        display: block;
    }
    .online-experience-period.with-choice{
        border-radius: 0;
    }
    .online-experience-period__left{
        width: 100%;
        padding-right: 0;
    }
    .online-experience-period__right{
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
    }
    .section-why-they-need{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .why-they-need{
        display: block;
        padding-left: 32px;
        padding-right: 32px;
    }
    .why-they-need__left{
        width: 100%;
        padding-right: 0;
    }
    .why-they-need__right{
        width: 100%;
        padding-left: 0;
        padding-top: 7px;
    }
    .free-try-cont{
        padding-left: 32px;
        padding-right: 32px;
        display: block;
    }
    .free-try-cont__left{
        width: 100%;
        padding-right: 0;
    }
    .free-try-cont__right{
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
    }
    .free-try-cont__left .btn{
        padding: 20px 20px;
        font-size: 20px;
    }
    .free-try-cont__left h2{
        font-size: 32px;
        padding-bottom: 24px;
    }
    .section-success-stories{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .success-stories{
        padding-left: 32px;
        padding-right: 32px;
    }
    .success-stories-list__item{
        display: block;
    }
    .success-stories-list__img{
        width: 100%;
    }
    .success-stories-list__img img{
        border-radius: 16px 16px 0 0;
    }
    .success-stories-list__inf{
        padding: 24px;
        width: 100%;
    }
    .success-stories-list__inf .main-case-inf-list{
        display: flex;
    }
    .success-stories-list__inf .main-case-inf-list__item{
        width: 33.3333%;
    }
    .success-stories-list__inf .main-case-inf-list__item+.main-case-inf-list__item{
        border: none;
    }
    .btn-read{
        display: block;
        text-align: center;
    }
    .main-case-inf p{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 413px) {
    .main-case-inf{
        padding-left: 20px;
        padding-right: 20px;
    }
}











