/*DESKTOP*/
@media screen and (min-width: 1024px){
    .skill-items-wrap, .get-items-wrap, .method-lists-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 24px;
    }
    .skill-items-wrap .skill-item, .get-items-wrap .get-item, .method-lists-wrapper .method-list-item{
        width: calc(50% - 12px);
    }
    .coach-member-block{
        gap: 24px;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    .coach-member-block > .text_center{
        width: 435px;
    }
    .member-content .coach-member-block .p1{
        margin: 0 0 34px;
    }
    .coach-member img{
        margin: 0;
    }
    .coach-diplom .diploms .diplom-img{
        width: 25%;
    }
    .coach-paket{
        padding-bottom: 37px;
    }
    .paks-items{
        display: flex;
        justify-content: space-between;
        margin: 0 -12px;
    }
    .paks-items .paket{
        margin: 0 12px;
        width: 33.33333%;
        position: relative;
        padding-bottom: 130px;
    }
    .paket .button{
        margin: 0 auto 0;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 25px;
    }
    .bonuses-list{
        display: flex;
        gap: 12px;
    }
    .method-content .bonuses-list li{
        width: 33.33333%;
        margin: 0;
    }
    .grant-block{
        gap: 24px;
        display: flex;
        justify-content: space-between;
    }
}
/*DESKTOP*/


.coach-img1{
    margin: 22px -26px 6px;
    height: auto;
}
.coach-skill{
    position: relative;
    background: #07757A;
    border-radius: 17px;
    padding-top: 37px;
    padding-bottom: 51px;
    margin-top: -17px;
    margin-bottom: 24px;
}
.coach-skill .button{
    margin: 35px auto 0;
}
.skill-item:not(:last-child){
    margin-bottom: 37px;
}
.skill-item{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.skill-item p{
    margin: 0 0 22px;
}
.skill-item .b{
    font-weight: 500;
}
.skill-item p:last-child{
    margin: 0;
}
.skill-item .h3{
    margin: 18px 0 14px;
}
.coach-get{
    background: #ECF5F7;
    border-radius: 20px;
    padding-top: 25px;
    padding-bottom: 58px;
}
.coach-get .h2 span{
    color: #4A9195;
}
.get-list{
    padding: 0;
    list-style: none;
    margin: 0 0 74px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.get-list li{
    padding: 0 0 0 52px;
    position: relative;
    margin: 0 0 24px;
}
.get-list li:last-child{
    margin: 0;
}
.get-list li:before{
    position: absolute;
    left: -2px;
    top: 0;
    display: inline-block;
    content: '';
    width: 31px;
    height: 31px;
    background: url("images/get-li.svg") no-repeat center;
}
.get-item{
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #C6DBDD;
    border-radius: 12px;
    padding: 18px 20px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 28px;
}
.get-item .number{
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    min-width: 41px;
    height: 41px;
    background: #07757A;
    border-radius: 50%;
    margin: 0 0 18px;
    display: inline-block;
    padding: 0 4px;
}
.get-item .h3{
    text-align: center;
    margin: 0 0 16px;
}
.get-item p{
    margin: 0 0 23px;
    text-align: left;
}
.get-item p span{
    color: #07757A;
}
.get-item img{
    max-width: 100%;
    height: auto;
}
.coach-get .button{
    margin: 0 auto;
}
.coach-get .important{
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 13px 20px 18px;
    margin: 10px 0 36px;
}
.coach-get .important span{
    font-weight: 700;
    color: #07757A;
}
.coach-program-for{
    background: #4A9195;
    border-radius: 20px;
    margin-top: -20px;
    padding-top: 44px;
    padding-bottom: 42px;
}
.coach-program-for .h2{
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
}
.coach-program-for ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 17px;
}
.coach-program-for ul li{
    padding: 0 0 0 44px;
    margin: 0 0 30px;
    position: relative;
}
.coach-program-for ul li:last-child{
    margin: 0;
}
.coach-program-for ul li:before{
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url("images/program-li.svg") no-repeat center;
}
.coach-program-for ul li p{
    margin: 0 0 17px;
}
.coach-program-for ul li p.b{
    font-weight: 600;
}
.coach-program-for ul li p:last-child{
    margin: 0;
}
.coach-method{
    padding-top: 64px;
    padding-bottom: 37px;
}
.coach-method .h2{
    font-size: 34px;
    line-height: 40px;
}
.coach-method .h2 span{
    color: #4A9195;
}
.method-content{
    padding: 0 0 0 30px;
    position: relative;
}
.method-content:before{
    position: absolute;
    display: block;
    content: '';
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #4A9195, #fff);
}
.coach-method .h3{
    position: relative;
    padding: 0 0 0 37px;
    margin: 29px 0 20px;
}
.coach-method .h3:before{
    position: absolute;
    display: block;
    content: '';
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url("images/m-star.svg") no-repeat center;
}
.method-list{
    padding: 0 0 0 47px;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #4A9195;
}
.method-list li{
    padding: 0 0 0 15px;
    margin: 0 0 17px;
    position: relative;
}
.method-list li:last-child{
    margin: 0;
}
.method-list li:before{
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #4A9195;
    border-radius: 50%;
}
.method-why{
    margin: 28px 0 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #EAF1F2;
    border-radius: 16px;
    padding: 15px 8px;
}
.coach-method .button{
    margin: 0 auto;
}
.coach-member{
    padding: 0;
}
.coach-member img{
    max-width: 100%;
    height: auto;
}
.member-content{
    background: #07757A;
    border-radius: 16px;
    padding: 18px 22px 39px 22px;
}
.member-content .h2{
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px;
}
.member-content .h2 span{
    color: #FFE9C0;
}
.member-content .p1{
    font-size: 16px;
    line-height: 19px;
    margin: 22px 0 34px;
}
.member-content .button{
    margin: 28px auto 0;
}
.member-list{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
}
.member-list li{
    position: relative;
    padding: 0 0 0 46px;
    margin: 0 0 33px;
}
.member-list li:last-child{
    margin: 0;
}
.member-list li:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background: url("images/li-2.svg") no-repeat center;
}
.structure-bonus{
    font-size: 16px;
    line-height: 17px;
    margin: 29px 0 0;
    background: #fff url("images/bonus-img.png") no-repeat left 24px center;
    border-radius: 12px;
    padding: 16px 16px 16px 118px;
}
.structure-bonus b{
    color: #07757A;
}
.coach-learn{
    background: #4A9195;
    margin-top: -20px;
    margin-bottom: 24px;
    border-radius: 20px;
    padding-top: 22px;
    padding-bottom: 35px;
}
.coach-learn .h2{
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 22px;
}
.coach-learn .button{
    margin: 36px auto 0;
}
.coach-consult .pak{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: #EAF1F2;
    border-radius: 16px;
    padding: 10px 14px 15px;
    margin: 21px 0 28px;
}
.coach-consult .txt{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 33px;
}
.consult-prog{
    padding: 14px;
    background: #EAF1F2;
    border-radius: 16px;
    margin: 0 0 27px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.consult-prog p{
    margin: 0;
}
.consult-prog p span{
    color: #4A9195;
}
.consult-prog .p1{
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.coach-consult .sub-title1{
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.coach-consult .h2{
    margin: 0 0 5px;
}
.consult-list{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
}
.consult-list li{
    position: relative;
    padding: 0 0 0 41px;
    margin: 0 0 25px;
}
.consult-list li:last-child{
    margin: 0;
}
.consult-list li:before{
    position: absolute;
    display: block;
    content: '';
    left: -1px;
    top: -4px;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(images/m-star.svg) no-repeat center;
}
.coach-diplom{
    background: #07757A;
    border-radius: 16px;
    padding: 35px 0;
}
.diploms{
    gap: 18px 12px;
}
.diploms .diplom-img{
    width: 50%;
}
.diplom-item{
    padding: 10px;
    background: #fff;
    border-radius: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    width: calc(50% - 12px);
}
.diplom-item .d-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    height: 290px;
}
.diplom-item p{
    margin: 0 0 14px;
}
.diplom-item p:last-child{
    margin: 0;
}
.diplom-item img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.coach-team{
    padding-top: 45px;
    padding-bottom: 45px;
}
.coach-team .h2{
    font-size: 42px;
    line-height: 36px;
}
.coach-team .button{
    margin: 35px auto 0 auto;
}
.coach-paket{
    background: #ECF5F7;
    border-radius: 18px;
    padding: 37px 0 14px;
}
.coach-paket .h2{
    font-size: 48px;
    line-height: 41px;
}
.paket{
    border: 1px solid #27858C;
    border-radius: 14px;
    padding: 10px 18px 33px 18px;
    margin: 0 0 28px;
}
.paket.style1{
    background: linear-gradient(202.31deg, #EFD7AE 2.22%, #FFFFFF 97.7%);
}
.paket.style2{
    background: linear-gradient(194.09deg, #C4F3FF 1.19%, #F1FFFC 97.43%);
}
.paket.style3{
    background: linear-gradient(190.35deg, #CDEDDC 0.98%, #FFFFFF 98.84%);
}
.paket .button{
    margin: 43px auto 0;
}
.paket .p-titl{
    background: #07757A;
    border-radius: 14px;
    padding: 12px;
    color: #fff;
    text-align: center;
    margin: 0 0 38px;
}
.paket .p-titl .p1{
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 4px;
}
.paket .p-titl .p2{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.paket ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}
.paket ul li{
    position: relative;
    padding: 0 0 0 42px;
    margin: 0 0 23px;
}
.paket ul li:last-child{
    margin: 0;
}
.paket ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    background: url("images/star-sm.svg") no-repeat center;
    width: 21px;
    height: 21px;
}

.coach-testi{
    background: #07757A;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.coach-testi .h2{
    font-size: 32px;
    line-height: 38px;
}
.testi-item{
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 21px;
    background: #FFFFFF;
    border-radius: 17px 17px 17px 0;
    padding: 11px 18px 15px 18px;
}
.coach-case{
    padding: 46px 0 0;
}
.coach-case .h2{
    font-size: 40px;
    line-height: 38px;
    margin: 0 0 14px;
}
.coach-method.no-padding-top{
    padding-top: 24px;
}
.coach-consult .title1{
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 0 30px;
}
.coach-consult .title1:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    background: url("images/grant-ic.svg") no-repeat center;
    width: 23px;
    height: 23px;
}
.grant-img{
    display: block;
    margin: 0 auto 30px;
}
.coach-case .slide .author{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
}
.coach-case .p2{
    text-align: center;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #07757A;
}
.bonuses-list{
    padding: 0;
    margin: 0 0 33px;
    list-style: none;
    font-size: 16px;
    line-height: 21px;
}
.bonuses-list li{
    position: relative;
    background: #EAF1F2;
    border-radius: 16px;
    padding: 15px;
    margin: 0 0 18px;
}
.bonuses-list li:last-child{
    margin: 0;
}
.bonuses-list img{
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 16px;
}
.coach-qa{
    background: #ECF5F7;
    border-radius: 18px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.coach-qa .h2{
    font-size: 38px;
    line-height: 42px;
}
.qa-item{
    margin: 0 0 13px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px 11px 18px;
}
.qa-item p:last-child{
    margin: 0;
}
.qa-item .h3{
    margin: 0 0 16px;
}
@media screen and (max-width: 767px){
    .diplom-item{
        width: 100%;
    }
    .diplom-item .d-img{
        height: auto;
    }
}

.coach-method.coach_free{
    padding-top: 40px;
    padding-bottom: 40px;
}
.coach-method.coach_free .h2{
    text-align: center;
    margin: 0 0 20px;
}
.coach-method.coach_free .p1, .coach-method.coach_free .p3{
    font-style: italic;
}
.coach-method.coach_free .p2{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 35px;
}
.coach-method.coach_free .get-list{
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.coach-method.coach_free .get-list li:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.coach-method.coach_free .buttons-gr{
    gap: 20px;
    margin: 0 0 30px;
}
.coach-method.coach_free .buttons-gr .button{
    margin: 0;
    width: 100%;
    max-width: 352px;
}
.popup .coach-form{
    padding: 0;
}
.popup .cf-wrap{
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}