.header{
    background: transparent;
}
.first-section {
    background: url("../images/fs-sp.png");
    background-size: 100% 100% ;
    height: 150vh;
    background-repeat:no-repeat;
    margin-top:-80px;
    padding:180px 0 40px;

}
.header.active{
    background: url("../images/fs-sp.png");
}

.pack{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color:#fff;

}
h1.first-section__title{
    font-family: Unbounded;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    color:#fff;

}
.first_screen_subtitle{
    font-family: Raleway;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin:20px 0;

}
.first_screen_description{
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;

}
.first_screen_image{
    max-width: 660px;
    margin:20px auto;
}
.first_screen_image .wrap{
    height: 660px;
    overflow: hidden;
}
.first-section svg{
    position: absolute;
    left: 0;
    bottom: -38%;
}
/*feature section*/
.features_section {
    position: relative;
}
@media(min-width:767px){
   .features_section h2.section__title{
    position: absolute;
    left:30%;
    top:-60px;
    z-index: 100;
} 
}

.feature_item{
    padding:20px;
    position: relative;
    border: 1px solid #ABB5B8;
    border-radius: 6.66px;
    margin-bottom:20px;
}
.feature_item_icon{
    width: 32px;
}
.feature_item_title{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin:10px 0;
color:#000;
}
.feature_item_description{
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
color:#273649;
}
    /*feature section*/
/*promo block*/
.promo_block{
    position: relative;
}
.price_desc_desc{
    width:90%;
}
.price_name{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color:#273649;

}
.price_vol{
    background: -webkit-linear-gradient(90deg, #1C67C7 0%, #299BFF 61.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Unbounded;
    font-weight: 700;
    font-size: 80.5px;
    line-height: 120%;

}
.promo_flex{
    text-align: left;
    margin:40px 0;
}

.price_vol>span{

    font-family: Unbounded;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color:#273649;
}
.price_description{
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color:#273649;
}
.promo_item_title{
margin-bottom:20px;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color:#273649;
}
.promo_item_description li{
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;

}
.promo_down{
    justify-content: flex-end;
}
/*promo block*/

/*doctors section*/
.doctor_person{
    justify-content: flex-start;
    border-radius: 6.66px;
    position: relative;
    padding:5px;
    width:31%;
    margin-bottom: 20px;
    border:1px solid #ABB5B8;
    color:#273649;
}
.doctor_item_text{
    padding:10px;
}
.doctor_item_title{
    font-family: Raleway;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;

}
.doctor_spec{
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    color:#3F61C4;

}


.doctor_exp p{
    max-width:60% ;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;

    background: #EDF1F5;
    border-radius: 10px;
    padding:5px 10px;
    margin-right: 10px;
}
.doctor_description p{
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;

}
/*doctors section*/
/*documents block*/
.document_item{
    padding:20px;
    position: relative;
    width: 24%;
    border-radius: 6.66px;
    background: #D3DBE44D;
    color:#273649;
}
.document_item h3{
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;

}
.document_item p{
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    margin:0;
    line-height: 130%;

}
/*documents block*/

/*license section*/
.license_section{
    background: #fff;

}
.license_item{
    position: relative;
    width: 31%;
}

.licence_item_image{
    display: block;
    padding: 5px;
    overflow: hidden;
    border:1px solid #ABB5B8;
    border-radius: 6.66px;
    height: 500px;
}
.license_item_name{
    font-family: Raleway;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;

}
/*license section*/
/*banner section*/

.banner_section{
    background-image: url("../images/bs-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 0;
}
.banner_section.resource{
    text-align: left;
    position: relative;
    background-image: url("../images/bs-sp-res.png");
    padding:40px 0;
    border-radius: 12px;
}
.banner_section.intensive{
    padding:40px 0;
background: #D3DBE4;
}
.banner_section.intensive  h2, .banner_section.intensive >div{
    color:#2F3944;

}
.banner_section h2, .banner_section>div{
    color:#fff;

}
.banner_section h2{
    margin-bottom:0px;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;

}
.banner_section.resource h2{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%
}
.banner_section.resource h2 .other_color,.banner_section.intensive h2 .other_color{
    background: linear-gradient(90deg, #1C67C7 0%, #299BFF 61.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(min-width: 767px){
    .banner_image_box{
        position: absolute;
        bottom:0;
    }
    .intensive .banner_image {
        position: relative;
    }
    .intensive .banner_image_box{

        width: 440px;
        bottom:-30px;
    }
    .banner_image_box img{
        margin-bottom:-4px;
    }
}

.banner-subtitle{
    font-family: Unbounded;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;


}
.banner-description{
    max-width:700px;
    margin:40px auto 0;
}
/*banner section*/
/*digits block*/
.digits_block{
    padding:40px 0;
}
@media(min-width: 767px){
    .digits_block_numbers{
        width: 60%;
        margin-bottom:-20px;
    }
}

.digit_item{
    border:1px solid #ABB5B8;
    border-radius: 6.66px;
    padding:20px 10px;
    margin-bottom:20px;
}
.digit_item_number{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 39.99px;
    line-height: 120%;
    color:#3F61C4;

}
.digit_item_title{
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
color:#273649;
}
.digit_item_description{

    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;

}
.digits_block_description {
    padding: 20px;
    border-radius: 12px;
    color: #fff;
}
@media(min-width: 767px) {
    .digits_block_description {
        width: 39%;

    }
}
.digits_block_description h2{
    font-family: Unbounded;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color:#fff;

}
/*digits block*/