body * {
    box-sizing: border-box;
}
main{padding-bottom: 100px;}
main *{
    transition: .5s all ease-out;
}
.clearfix:after{content:'';display: block;clear: both;}
::-webkit-input-placeholder {color: #fff !Important;} /* Edge */
:-ms-input-placeholder {color: #fff !Important;} /* Internet Explorer 10-11 */
::placeholder {color: #fff !Important;}
section{
    background: #fff;
}
section .inner{
    margin: 0 auto;
    width:100%;
    max-width: 1440px;
}
section>.title, section .inner>.title{padding: 80px 20px;}

/* ============ */
.bl-1{
    position: relative;
    overflow: hidden;
    height: 568px;
}
.bl-1 > img{
    width: 100%;
    max-width: 1920px;
}
.bl-1 .title{
    position: absolute;
    top: 48px;
    left: 0px;
    backdrop-filter: blur(7px);
    background-color: #ffffff57;
    border: 3px solid #fff;
    border-radius: 0 25px 25px 0;
    padding: 78px 0 78px 80px;
    width: 700px;
}
.bl-1 h1{
    line-height: 61px;
    text-align: left;
}
.bl-1 h1 span{
    font-size: 40px;
    font-weight: 900;
}
.bl-1 h1 img{
    margin-top: 9px;
}
.bl-1 .description{
    font-size: 25px;
    font-weight: normal;
}
.bl-1 .row{
    display: flex;
    margin-top: 30px;
}
.bl-1 .col1{
    color: #FE4E1C;
    font-size: 25px;
}
.bl-1 .col1 span{
    color: #FE4E1C;
    display: block;
    font-weight: 900;
    font-size: 56px;
}
.bl-1 .col2{
    font-size: 25px;
    margin-top: 29px;
    margin-left: 10px;
    width: 200px;
}

/* ============ */
.bl-2{
    padding-bottom: 150px;
}
.bl-2 .inner{
}
.bl-2 .title{
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    position: relative;
}
.bl-2 .title:before{content:'';position: absolute;width: 12px;height: 12px;border: 2px solid #F1752B;box-sizing: border-box;left: 120px;border-radius: 6px;}
.bl-2 .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bl-2 .col{
    width: 240px;
    height: 302px;
    /* padding: 40px; */
    margin: 0 auto;
    background-image: url(../img/bl-2-col-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.bl-2 .num{
    padding: 10px 25px;
    font-size: 30px;
    font-weight: 300;
    color: #1ECF69;
}
.bl-2 .val{
    font-size: 56px;
    margin-top: 37px;
    text-align: center;
}
.bl-2 .descr{
    font-size: 16px;
    font-weight: 300;
    margin-top: 17px;
    height: 116px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 30px;
}
.bl-2 .pointers{
    margin-top: 11px;
    position: relative;
}
.bl-2 .pointers .p1{
    background-image: url(../img/bl-2-p1.png);
    width: 176px;
    height: 8px;
    left: 93px;
    top: 27px;
    position: absolute;
}
.bl-2 .pointers .plus{
    background-image: url(../img/bl2-plus.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 71%;
}
.bl-2 .pointers .p2{
    background-image: url(../img/bl-2-p2.png);
    width: 38px;
    height: 219px;
    position: absolute;
    right: 40px;
    bottom: -140px;
    z-index: 2;
}


/* ============ */
section.bl-3{
    background-color: #578CD8;
    position: relative;
}
.bl-3:before{
    content:'';
    background-image: url(../img/bl-3-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 84px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bl-3:after{
    content:'';
    background-image: url(../img/bl-3-bg-2.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 84px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.bl-3 .inner{
    position: relative;
}
.bl-3 .inner>.title{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 40px;
}
.bl-3 .title:before{
    content:'';
    position: absolute;
    width: 41px;
    height: 41px;
    border: 4px solid #F1752B;
    box-sizing: border-box;
    left: 50px;
    border-radius: 21px;
}
.bl-3 .cont{
    display: flex;
    align-items: center;
    margin: 0 100px;
    padding-bottom: 15px;
}
.bl-3 .col1{}
.bl-3 img{}
.bl-3 .col2{margin-left: 40px;}
.bl-3 .col2 .tit{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.bl-3 .col2 .text{
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
}
.bl-3 .del{
    position: relative;
    background-color: #1ECF69;
    transform: skew(-20deg, 0);
    border-radius: 10px;
    margin-left: -1000px;
    padding-left: 1000px;
    max-width: calc(405px + 1000px);
}
.bl-3 .in{
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    padding: 14px 80px 14px 100px;
    transform: skew(
            20deg
            , 0);
}
.bl-3 .row{
    margin: 30px 100px 0;
    display: flex;
    max-width: 1340px;
    flex-wrap: wrap;
}
.bl-3 .col{
    background-image: url(../img/bl-3-bg-3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 191px;
    height: 247px;
    margin: 0 auto 33px;
}
.bl-3 .col .num{
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    padding: 22px 30px;
}
.bl-3 .col .text{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px 0 26px;
    display: flex;
    align-items: center;
    height: 150px;
}


/* ============ */
.bl-4{
    position: relative;
    /* height: 862px; */
}
.bl-4 .bg-img{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bl-4-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    height: 100%;
    width: 50%;
}
.bl-4 .bg-white{
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #fff;
}
.bl-4 .inner{
    position: relative;
    z-index: 3;
}
.bl-4 .title{
    text-align: center;
    font-weight: 900;
    font-size: 40px;
}
.bl-4 .del{
    position: relative;
    background-color: #1ECF69;
    transform: skew(-20deg, 0);
    border-radius: 10px;
    margin-left: -1000px;
    padding-left: 1000px;
    width: calc(1020px + 1000px);
}
.bl-4 .in{
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding: 14px 80px 14px 100px;
    transform: skew(
            20deg
            , 0);
}
.bl-4 .text{
    padding: 0 100px;
    width: 70%;
    padding-top: 5px;
}
.bl-4 .text p{
    margin-top: 30px;
}
.bl-4 .video{
    margin-top: 35px;
    padding-left: 84px;
    position: relative;
}
.bl-4 .video a{
    position: relative;
    max-width: 100%;
}
.bl-4 .video a:hover{
    z-index:1;
}
.bl-4 .video a img{
    max-width: 100%;
}


/* ============ */
section.bl-5{
    padding: 40px 66px 66px;
    background-image: url("../img/bl-5-bg3.png");
    background-color: #578DD8;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 40px 15px 66px;
    position: relative;
    min-height: 448px;
}
.bl-5 .title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.bl-5 img{
    float: left;
    margin-top: 40px;
    width: 253px;
    border-radius: 18px;
}
.bl-5 .text{
    width: 630px;
    float: left;
    margin-top: 57px;
    margin-left: 100px;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 0 21px 9px #0000000a;
    position: relative;
}
.bl-5 .text p{
    /* font-weight: bold; */
    /* color: #000; */
}
.bl-5 .text p+p{
    margin-top: 20px;
    font-style: italic;
    font-size: 16px;
}




/* ============ */
.bl-6 {
    position: relative;
    padding-bottom: 80px;
}
.bl-6:before {
    content:'';
    background-image: url(../img/bl-6-bg-1.png);
    background-repeat: no-repeat;
    background-position: center 54px;
    width: 176px;
    height: 100%;
    top: 0;
    left: 44px;
    position: absolute;
}
.bl-6:after {
    content: '';
    background-image: url(../img/bl-6-bg-2.png);
    background-repeat: no-repeat;
    background-position: center 54px;
    width: 55px;
    height: 100%;
    top: 0;
    right: 45px;
    position: absolute;
}
.bl-6 .inner{
}
.bl-6 .title{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.bl-6 .row{
    display: flex;
    justify-content: center;
    padding: 0 34px;
}
.bl-6 .item{
    text-align: center;
    margin: 0 20px;
}
.bl-6 .img{
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bl-6 .img.img2{
    align-items: flex-end;
}
.bl-6 .text{
    font-size: 18px;
}


/* ============ */
.bl-9 {
    position: relative;
}
.bl-9:before{
    content:'';
    background-image: url(../img/bl-9-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 207px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
}
.bl-9:after{
    content:'';
    background-image: url(../img/bl-9-bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 234px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}
.bl-9 .inner{}
.bl-9 .title{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.bl-9 .row{
    margin: 0 auto 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 790px;
}
.bl-9 .item{
    padding: 0 30px 30px;
    text-align: center;
    width: 33.3333%;
}
.bl-9 .text{
    margin: 20px auto 0;
    max-width: 200px;
}



.bl-7{
    padding-top: 40px;
    position: relative;
    background-color: #578DD8;
}
.bl-7 .title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0 40px;
}
.bl-7 .form{
    background-color: #578DD8;
    /* padding: 60px; */
    position: relative;
    z-index: 2;
}
.bl-7 form{
    max-width: initial;
    padding: 60px 60px 30px;
}
.bl-7 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bl-7 .col{
    width: 24%;
}
.bl-7 input{
    padding: 0 30px;
    max-width: 100%;
    box-shadow: none;
    text-align: left;
    padding-left: 20px;
    outline: 0;
    width: 100%;
    height: 60px;
    display: block;
    font-size: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
    color: #fff !important;
    position: relative;
}
.bl-7 input.inp-user {
    background: url(/img/icon--user.svg) no-repeat 95% 50%;
}
.bl-7 input.inp-phone {
    background: url(/img/icon--phone.svg) no-repeat 95% 50%;
}
.bl-7 input.inp-mail {
    background: url(/img/icon--mail.svg) no-repeat 95% 50%;
}
.bl-7 button{
    background-color: #fff;
    height: 61px;
    margin: 0!important;
    width: 100%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    border-radius: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
}



.bl-8{
    padding: 0 40px 40px;
    background-color: #F9FBFB;
    /* margin-bottom: 100px; */
}
.bl-8 .inner>.title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}
.bl-8 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bl-8 .col{
    background: #fff;
    box-shadow: 0 0 20px 7px #0000000d;
    width: 400px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.bl-8 .col:after{content:'';position: absolute;top: 300px;right: 16px;background-image: url("../img/go.png");width: 47px;height: 47px;z-index: 2;}
.bl-8 .img{
    width: 400px;
    height: 355px;
    position:relative;
}
.bl-8 img{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.bl-8 a:after{content:'';opacity:0;background-image: url("../img/bl8i1.png");position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 355px;transition: .3s ease-out;}
.bl-8 a:hover:after{opacity:1}
.bl-8 .tit{
    padding: 40px 20px 60px;
}

.bl-another_blocks .in .title{
    text-align: center;
    font-size: 40rem!important;
    font-weight: 900!important;
}

@media (max-width: 1500px){
    .bl-2 .row{
        max-width: 90%;
        margin: 43px auto;
    }
}
@media (max-width: 1210px){
    .bl-1{
        height: auto;
    }
    .bl-2 .pointers .p2{display:none}
    .bl-9:before,.bl-9:after{display:none}
    .bl-4 {
        /* height: 922px; */
    }

}
@media (max-width: 1120px){
    .bl-5 .text{
        margin-left: 40px;
        width: calc(100% - 293px);
    }
}
@media (max-width: 1100px){
    .bl-2 .row {
        max-width: 70%;
        margin: 43px auto;
    }
    .bl-2 .col{
        margin: 0 calc((100% - 480px) / 4) 50px;
    }
    .bl-4{
        height: auto;
    }
    .bl-4 .man{display:none}
}
@media (max-width: 1050px){
    .bl-4 .del{
        width: calc(90% + 1000px);
    }
    .bl-6:after{content:none}
}
@media (max-width: 1000px){
    .bl-1{
        height: 470px;
    }
    .bl-1 > img{
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
        object-fit: cover;
    }

}
@media (max-width: 950px){
    .bl-4 .bg-img, .bl-4 .bg-white{display:none}
    .bl-4 .text{
        width: 100%;
    }
    .bl-4 .video{
        padding: 0;
        text-align: center;
    }
    .bl-5:before,.bl-5:after{content:none}
    .bl-6 .row{
        flex-wrap: wrap;
    }
    .bl-6 .item{
        max-width: 210px;
        margin-bottom: 20px;
    }
    .bl-6:before{content:none}
}
@media (max-width: 880px){
    .bl-5 img{
        width: 33%;
    }
    .bl-5 .text{
        width: calc(67% - 40px);
        margin-top: 40px;
    }
    .bl-7 .col{
        width: 50%;
        padding: 0 10px;
    }
    .bl-7 input{
        width:100%;
    }
}
@media (max-width: 780px){
    .bl-1 .title{
        width: 550px;
    }
    .bl-1 h1{
        line-height: 42px;
    }
    .bl-1 h1 span{
        font-size: 30px;
    }
    .bl-1 .description{
        font-size: 18px;
    }
    .bl-1 .col1{
        font-size: 18px;
    }
    .bl-1 .col1 span{
        font-size: 38px;
    }
    .bl-1 .col2{
        font-size: 18px;
        margin-top: 17px;
    }
    .bl-2 .title:before{content:none}
    .bl-2 .row{
        max-width: 90%;
    }
    .bl-3 .cont{
        flex-direction: column;
        margin: 0 20px;
    }
    .bl-3 .col1{}
    .bl-3 .col2{
        margin: 40px 0;
    }
    .bl-4 .in{
        padding: 14px 20px;
    }
    .bl-4 .text{
        padding: 0 20px;
    }
    .bl-5 .title{
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 610px) {
    .bl-5 img{
        float: none;
    }
    .bl-5 .text{
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 600px){
    .bl-1 .title{left: 20px;right: 20px;width: auto;border-radius: 25px;padding: 25px;}
    .bl-2 .row{
        flex-direction: column;
    }
    .bl-2 .col{
        margin: 0 auto 50px;
    }
    .bl-3 .title:before{content:none}
    .bl-7 .col{
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 470px){
    .bl-1 .row{
        display: block;
    }
    .bl-1 .col1 span{
        display: inline-block;
        margin-top: -19px;
    }
    .bl-1 .col2{
        width: auto;
        margin: 10px 0;
    }
    .bl-2{
        padding-bottom: 0;
    }
    .bl-2 .pointers{display:none}
    .bl-3 .row{
        margin: 30px 20px 0;
    }
    .bl-3:before,.bl-3:after{content:none}
    .bl-3 .del{
        max-width: calc(276px + 1000px);
    }
    .bl-3 .in{
        padding: 14px 20px;
    }
    .bl-9 .item{
        width: 50%;
    }
}

@media (max-width: 380px){
    .bl-1 .col1 span{
        font-size: 18px;
        margin-top: 0;
    }
    section>.title, section .inner>.title{
        font-size: 35px!important;
    }
    .bl-5 .title{
        font-size:20px!important;
    }
    .bl-9 .item{
        width: 100%;
    }
    .bl-another_blocks .in .title{
        font-size: 35rem!important;
    }
}