.header{
    .header__title{
        font-weight: 700;
        font-size: 36px;
        line-height: 140%;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }
    .header__title span{
       color: #00b2e2; 
    }
    .header__text{
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #fff;
        text-align: left;
        margin-top: 56px;
    }
    .header__block{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 118px;
        margin-top: 10px;
        z-index: 2;
    }
    .header__picture{
        img{
            width: 472px;
            height: 459px;
        }
    }
    .header__block_link{
        display: flex;
        align-items: flex-end;
        gap: 20px;
        margin-top: 98px;
        margin-left: 0;
    }
    .header__btn{
        border: 2px solid #e5e7eb;
        border-radius: 15px;
        width: 275px;
        height: 60px;
        padding: 18px 20px 16px 20px;
    }
     .header__btn:hover{
        border: none;
     }
    .header__content{
        text-align: left;
    }
}

.howwork{
    padding: 110px 0 92px 0;
    .howwork__wrapp{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .howwork__title{
        font-weight: 700;
        font-size: 42px;
        line-height: 140%;
        text-align: center;
        color: #00b2e2;
        margin-bottom: 88px;
        span{
            color: #fff;
        }
    }
    .howwork__item{
        border: 0px solid #e5e7eb;
        border-radius: 8px;
        width: 268px;
        height: 258px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        background: #fff;
        padding: 24px 7px 37px 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .howwork__item_icon{
        border: 0px solid #e5e7eb;
        border-radius: 9999px;
        width: 64px;
        height: 64px;
        background: #34a0d9;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .howwork__item_icon i{
        width: 35px!important;
        height: 35px!important;
        font-size: 35px;
        color: #fff;
    }
    .howwwork__item_title{
        margin-top: 20px;
        margin-bottom: 14px;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        color: #000;
    }
    .howwork__item_text{
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #525252;
        padding-left: 10px;
        padding-right: 10px;
    }
    .howwork__list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 29px;
        position: relative;
    }
    .howwork__btn{
        border-radius: 15px;
        width: 338px;
        height: 60px;
        margin-top: 36px;
    }
    .howwork__arrow_icon{
        position: absolute;
        bottom: 0;
    }
    .howwork__arrow_icon-first{
        bottom: -53px;
        left: 236px;
    }
   .howwork__arrow_icon-second {
        top: -53px;
        left: 536px;
        transform: rotate(1deg);
    }
    .howwork__arrow_icon-third{
        bottom: -53px;
        right: 241px;
    }
}

.video{
    padding: 84px 220px 159px 220px;
    .video__text{
        border-radius: 30px;
        width: 560px;
        height: 347px;
        background: #fafafa;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #000;
        padding: 20px 28px 19px 27px;
        z-index: 13;
    }
    .video__video{
        border-radius: 30px;
        background-color: #000;
        width: 560px;
        height: 347px;
        z-index: 13;
    }
    .video__block{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .video__bright{
        position: absolute;
        filter: blur(200px);
        background: rgba(0, 178, 226, 0.6);
        top: 26%;
        left: 18%;
        width: 1225px;
        height: 174px;
        z-index: 12;
}
}

.aplication{
    padding: 50px 193px 76px 222px;
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 767px;
    box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    .aplication__wrap{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .application__title{
        font-weight: 700;
        font-size: 42px;
        line-height: 86%;
        color: #000;
        text-align: center;
        margin-bottom: 51px;
    }
    .aplication__text{
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 79px;
        color: #404040;
        display: block;
        text-align: center;
    }
    .aplication__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 70px 0;
        li{
            i{
                width: 32px!important;
                height: 32px!important;
                font-size: 32px!important;
                color: #34a0d9;
            }
        }
    }
    .aplication__item{
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        color: #000;
        width: calc(33.33% - 30px);
        display: block;
    }
    .aplication__btn{
        border: 0px solid #e5e7eb;
        border-radius: 15px;
        width: 336px;
        height: 60px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
        background: linear-gradient(90deg, #0094fe 0%, #00b2e2 100%);
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }
    .aplication__lower{
        margin-top: 110px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 56px;
    }
    .aplication__phone{
        display: flex;
        gap: 46px;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 24px;
        color: #000;
        span{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            font-weight: 400;
            font-size: 32px;
            color: #000;
            i{
                width: 26px!important;
                height: 26px!important;
                font-size: 26px!important;
                color: #34a0d9;
            }
        }
    }
}

.privilege{
    padding: 95px 220px 148px 220px;
    background: url('../images/privilege/1.png') no-repeat center/cover;
    .privilege__title{
        font-weight: 700;
        font-size: 42px;
        line-height: 140%;
        text-align: center;
        color: #000;
        span{
            color: #00b2e2; 
        }
    }
    .privilege__subtitle{
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #525252;
        margin-top: 36px;
    }
    .privilege__list{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-top: 98px;
    }
    .privilege__item{
        padding: 17px 30px 44px 15px;
        border-radius: 10px;
        width: 260px;
        height: 304px;
        background: linear-gradient(180deg, #005fae 0%, #00b2e2 100%);
        display: block;
        i{
            width: 40px!important;
            height: 40px!important;
            font-size: 40px!important;
            color: #fff;
        }
    }
    .privilege__item_title{
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0;
        height: 60px;
    }
    .privilege__item_text{
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }
}

.grade{
    position: relative;
    padding: 70px 220px 193px 220px;
    .grade__title{
        position: relative;
        font-weight: 700;
        font-size: 42px;
        line-height: 140%;
        text-align: center;
        color: #fff;
        z-index: 14;
    }
    .grade__list{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 44px;
        flex-wrap: wrap;
        margin-top: 63px;
    }
    .grade__item{
        padding: 10px 16px 41px 24px;
        border: 2px solid #fff;
        border-radius: 10px;
        width: 358px;
        height: 256px;
        z-index: 14;
        display: block;
        i{
            width: 43px!important;
            height: 43px!important;
            font-size: 43px!important;
            color: #fff;
        }
        .grade__item_title{
            font-weight: 700;
            font-size: 24px;
            line-height: 140%;
            color: #fff;
        }
        .grade__item_text{
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #fff;
            margin-top: 16px;
            display: block;
        }
    }
    .grade__pattern{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12;
    }
    .grade__pattern_first{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12;
    }
    .grade__pattern_second{
        position: absolute;
        top: 265px;
        left: 0;
        z-index: 12;
    }
    .grade__bright {
        position: absolute;
        filter: blur(200px);
        background: rgba(0, 178, 226, 0.6);
        top: 30%;
        left: 14%;
        width: 1391px;
        height: 450px;
        z-index: 12;
    }
}

.footer{
    .upper__footer{
        margin-top: 0;
        z-index: 14;
    }
    .footer__title{
        font-weight: 700;
        font-size: 42px;
        line-height: 140%;
        text-align: center;
        color: #fff;
        z-index: 14;
        margin-right: 0;
       
    }
    .footer__form{
        margin-top: 46px;
    }
    .upper__footer_inner{
        align-items: center;
         span{
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            text-align: center;
            color: #fff;
            margin-top: 46px;
        }
    }
    .upper__footer_second{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 19px;
        margin-bottom: 124px;
    }
    .upper__footer_second span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 20px;
    font-size: 16px;
        i{
            width: 24px!important;
            height: 24px!important;
            font-size: 24px!important;
            color: #fff;
        }
}
}

@media (max-width: 1700px){
    .grade{
        padding: 84px 140px 193px 140px;
        .grade__bright{
            left: 10%;
        }
    }
}


@media (max-width: 1600px) {
    .header{
        .header__block{
            .header__content{
                .header__title{
                    font-size: 36px;
                }
            }
        }
    }
    .howwork{
        padding: 36px 100px 142px 100px;
        .howwork__arrow{
            display: none;
        }
    }
    .video{
        padding: 84px 150px 159px 150px;
        .video__bright{
            left: 3%;
        }
    }
    .aplication{
        padding: 50px 150px 76px 150px;
    }
    .privilege{
         padding: 50px 100px 76px 100px;
    }
    .grade{
        padding: 84px 100px 193px 100px;
        .grade__bright{
            width: 80%;
        }
        .grade__list{
            gap: 22px;
        }
    }
}

@media (max-width: 1400px) {
    .header{
        .header__block{
            padding-left: 90px;
            .header__picture{
                img{
                   width: 472px;
                    height: 459px;
                }
            }
            .header__content{
                .header__title{
                    font-size: 30px;
                }
            }
        }
    }
    .howwork{
        padding: 36px 45px 142px 45px;
    }
    .video{
        .video__block{
          display: flex;  
          flex-wrap: wrap;
        } 
        .video__bright{
            top: 0;
            width: 100%;
            height: 80px;
        }
    }
    .aplication{
        padding: 50px 100px 76px 100px;
    }
    .privilege{
         padding: 50px 100px 76px 100px;
         .privilege__list{
            gap: 20px;
         }
    }
    .grade{
        padding: 84px 25px 193px 25px;
        .grade__list{
            gap: 22px;
        }
    }
}

@media (max-width: 1300px) {
    .header{
        padding: 36px 39px 142px 39px;
        .header__block{
            padding-left: 90px;
            .header__picture{
                img{
                   width: 100%;
                   height: 100%;
                }
            }
            .header__content{
                .header__title{
                    font-size: 30px;
                }
            }
        }
        
    }
    .aplication{
        padding: 50px 61px 76px 61px;
        height: 100%;
        .aplication__lower{
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
    }
    .privilege{
        padding: 50px 39px 76px 39px;
        .privilege__list{
            flex-wrap: wrap;
        }
        .privilege__item_title{
            font-size: 18px;
        }
        .privilege__item{
            width: calc(50% - 10px);
        }
    }
}

@media (max-width: 1200px) {
    .header{
        padding: 36px 0 142px 0;
        .header__wrapper{
            .header__block{
                .header__picture{
                    position: absolute;
                    width: 204px;
                    top: -65px;
                    right: 107px;
                }
                .header__content{
                    width: 100%;
                    .header__title{
                        width: 384px;
                        font-size: 28px;
                        br{
                            display: none;
                        }
                    }
                    .header__text{
                        max-width: 100%;
                        br{
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .aplication{
        .aplication__text{
            font-size: 14px;
        }
        .aplication__item{
            width: calc(50% - 30px);
        }
    }
    .grade{
        .grade__pattern_first{
            left: -350px;
        }
    }
}

@media (max-width: 900px){
    .video{
        display: none;
    }
    .grade{
        ul{
            padding-left: 0;
        }
        .grade__pattern_first{
            left: -435px;
        }
        .grade__pattern_second{
            left: -95px;
        }
    }
}

@media (max-width: 800px) {
    .header{
        padding: 36px 0 142px 0;
        .header__wrapper{
            .header__block{
                margin-top: 10px;
                .header__block_link{
                    margin-top: 54px;
                    .header__btn{
                        width: 326px;
                    }
                }
                .header__content{
                    width: 100%;
                    .header__title{
                        width: 384px;
                        font-size: 28px;
                        br{
                            display: none;
                        }
                    }
                    .header__text{
                        max-width: 100%;
                        br{
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .howwork{
        padding: 90px 45px 49px 45px;
        .howwork__title{
            font-size: 32px;  
            margin-bottom: 28px;
        }
        .howwork__item{
            align-items: flex-start;
            width: calc(50% - 10px);
        }
        .howwork__item_text{
            text-align:inherit;
            padding-left: 0;
        }
        .howwork__item{
            padding-left: 24px;
        }
        .howwork__list{
            gap: 16px;
        }
        .howwork__btn{
            margin-top: 12px;
        }
    }
    .aplication{
        .aplication__wrap{
            max-width: 731px;
            margin: 0 auto;
        }
        padding: 50px 30px 76px 53px;
        .application__title{
            font-size: 32px;
            margin-bottom: 33px;
        }
        .aplication__text{
            margin-bottom: 45px;
        }
        .aplication__list{
            gap: 24px;
            min-width: 524px;
            margin: 0 auto;
            .aplication__item_1{
                order: 1;
            }
            .aplication__item_2{
                order: 2;
            }
            .aplication__item_3{
                order: 3;
            }
            .aplication__item_4{
                order: 4;
            }
            .aplication__item_5{
                order: 5;
            }
            .aplication__item_6{
                order: 6;
            }
        }
        .aplication__lower{
            margin-top: 48px;
        }
        .aplication__phone{
            font-size: 20px;
            span{
                font-size: 32px;
            }
        }
    }
    .privilege{ 
        .privilege__item{
            height: 225px;
        }
        .privilege__title{
            font-size: 32px;
        }
        .privilege__subtitle{
            margin-top: 33px;
            padding: 0 85px;
        }
        .privilege__list{
            margin-top: 40px;
            gap: 14px;
        }
    }
     .grade{
            padding: 50px 25px 81px 25px;
        .grade__pattern_first{
            left: -540px;
        }
        .grade__pattern_second{
            display: none;
        }
        .grade__list{
            gap: 13px;
        }
        .grade__title{
            font-size: 32px;
        }
    }
    .footer{
        .footer__title{
            font-size: 32px;
            padding: 0 35px;
        }
        .upper__footer_inner{
            span{
                font-size: 14px;
                padding: 0 120px; 
                margin-top: 49px;
                br{
                    display: none;
                }
            }
        }
        .upper__footer_second{
            margin-bottom: 84px;
        }
        .policy{
            margin-bottom: 34px!important;
        }
        .footer__form{
            padding: 0 25px;
        }
    }


}

@media (max-width: 778px){
    .grade{
        .grade__item{
            width: 100%;
        }
        .grade__bright{
            top: 14%;
            width: 80%;
            height: 80%;
        }
    }
    .footer{
        .footer__wrapper{
            .upper__footer_second{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 26px;
                span{
                    margin-top: 0;
                }
                span:nth-child(1){
                    margin-top: 35px;
                }
            }
            .policy {
            margin: 85px auto 54px;
        }
        }
    }
}

@media (max-width: 700px) {
    .header{
        .header__wrapper{
            .header__block{
                flex-wrap: wrap;
                .header__content{
                    .header__title{
                        width: 100%;
                        text-align: center;
                    }
                    .header__text{
                        text-align: center;
                    }
                    .header__block_link{
                        .header__btn{
                            width: 100%;
                        }
                    }
                }
                .header__picture{
                    position: unset;
                    width: 271px;
                    margin: 0 auto;
                }
            }
        }
    }
    .howwork{
        padding: 48px 20px 64px 20px;
        .howwork__title{
            margin-bottom: 33px;
        }
        .howwork__btn{
            margin-top: 20px;
        }
    }
    .aplication{
        padding: 48px 52px 67px 52px;
        .aplication__list{

        }
    }
    .privilege{
        padding: 59px 16px 51px 16px;
    }
    .grade{
        padding: 85px 9px 99px 9px;
        .grade__list{
            margin-top: 46px;
        }
         .grade__pattern_first{
            left: -685px;
        }
    }
    .footer{
        .upper__footer_inner{
            span{
                margin-top: 37px;
                padding: 0 25px;
            }
        }
    }

}

@media (max-width: 630px) {
    .header{
        .header__wrapper{
            .header__block{
                margin-top: 25px;
            }
            .header__content{
                .header__block_link{
                margin-top: 80px;
            }
            }
        }
    }
    .howwork{
        padding: 106px 20px 64px 20px;
        .howwork__title{
            margin-bottom: 20px;
        }
        .howwork__item{
            width: 100%;
        }
    }
    .aplication{
        border-radius: 0;
        padding: 48px 6px 67px 6px;
        .application__title{
            margin-bottom: 40px;
        }
        .aplication__list{
            justify-content: flex-start;
            gap: 37px;
        }
        .aplication__item{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .aplication__lower{
            margin-top: 43px;
            .aplication__phone{
                display: flex;
                flex-direction: column;
                margin-top: -16px;
                gap: 31px;
            }
        }
    }
    .privilege{
        padding: 59px 16px 51px 16px;
        .privilege__item{
            width: 100%;
            height: auto;
        }
        .privilege__subtitle{
            margin-top: 26px;
            padding: 0;
        }
    }
      .grade{
         .grade__pattern_first{
            left: -860px;
        }
        .grade__title{
            font-size: 26px;
        }
    }
    .footer{
        .footer__form {
            padding: 0;
        }
        .footer__wrapper{
            .upper__footer_second{
                display: flex;
                justify-content: center;
                align-items: flex-start;
                padding-left: 50px;
                gap: 26px;
            }
        }
    }

}

@media (max-width:550px) {
    .header .header__header{
        padding: 36px 0 113px 0;
    }
    .aplication {
        .aplication__list {
            min-width: 0;
        }
    }
}

@media (max-width: 390px) {
    .header{
        .header__wrapper{
            .header__block{
                flex-wrap: wrap;
                .header__picture{
                    position: unset;
                    width: 271px;
                    margin: 0 auto;
                    margin-top: -85px;
                }
            }
        }
    }
}