@font-face {
    font-family: 'GilroyRegular';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('../Gilroy Regular'), local('../Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('../fonts/Gilroy Bold'), local('../fonts/Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyExtraBold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('../fonts/Gilroy Extrabold'), local('../fonts/Gilroy-Extrabold'),
    url('../fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
    url('../fonts/Gilroy-Extrabold.woff') format('woff'),
    url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GilroySemibold';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
    url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
    url('../fonts/Gilroy-Semibold.woff') format('woff'),
    url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyMedium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('../fonts/Gilroy Medium'), local('../fonts/Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body{
    font-family: GilroyRegular, sans-serif;
    color: #333333;
}
body *{
    outline: none!important;
}
.container{
    width: 71.4rem;
}
.container.long {
    width: 108.7rem;
}
.menu_btn{
    background: transparent;
    font-size: 1.5rem;
    margin-right: 2.4rem;
    color: #3f8efc;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 1.5rem 0;
    font-family: GilroySemibold, sans-serif;
    transition: all 0.25s;
}
header.shadow,header.shadow .phones{
    background-color: #ebf3fe;
}
.fixed_btn{
    position: fixed;
    z-index: 10;
    right: 4rem;
    bottom: 10rem;
    width: 3.8rem;
}
.fixed_btn img{
    width: 100%;
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
}
.fixed_btn:hover{
    opacity: 0.6;
}
.header_mail{
    font-size: 1.25rem;
}
a:hover, a.active, .active a{
    color: #3f8efc;
}
.input-row input{
    border: 1px solid #CCCCCC;
    padding: 10px;
}
footer.fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.btn{
    font-family: GilroySemibold, sans-serif;
    box-shadow: none!important;
    border: 1px solid #3f8efc;
    padding: 0.4rem 1.2rem;
    border-radius: 2.5rem;
    color: #3f8efc;
    transition: all 0.5s;
}
.btn:hover{
    background: #3f8efc;
    color: white;
}
.btn.filled{
    background-color: #3f8efc;
    border-color: #3f8efc;
    color: white;
    text-transform: uppercase;
    padding: 1.1rem 2.6rem;
}
.btn.filled:hover{
    background-color: white;
    color: #3f8efc;
}
.logo {
    display: block;
    width: 10rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.logo img{
    width: 100%;
}
.logo:hover{
    opacity: 0.7;
}
#page-1 {
    padding-top: 11.3rem;
    text-align: center;
    background-image: url("../img/main_bg.jpg");
    background-position: center center;
    background-size: cover;
}
#page-1 h1{
    font-size: 3.7rem;
    margin-bottom: 1.6rem;
}
#page-1 p {
    font-family: GilroySemibold, sans-serif;
    font-size: 1.87rem;
    margin-bottom: 3rem;
}
#page-1 img {
    width: 123%;
    margin-bottom: -8rem;
    position: relative;
    left: -2.4rem;
}
#page-2{
    padding-top: 13rem;
    padding-bottom: 7rem;
}
.full{
    width: 100%;
}
.main_about_text p {
    font-family: GilroyMedium, sans-serif;
    font-size: 1.11rem;
}
.main_about_text p:last-child{
    margin-bottom: 0;
}
.section_title{
    font-size: 2.25rem;
}
.section_title span{
    display: block;
    color: #3f8efc;
}
#page-2 .section_title{
    margin: 0;
}
.main_about_text{
    margin-bottom: 2.8rem;
}
.main_preims{

}
.preim_item {
    padding: 0.5rem 2.6rem;
    font-family: GilroyMedium, sans-serif;
    height: 10.2rem;
    font-size: 1.12rem;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    background: #3f8efc;
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem;
}
.mb_30{
    margin-bottom: 30px;
}
.preim_item span{
    font-family: GilroyExtraBold, sans-serif;
    font-size: 3.4rem;
    position: absolute;
    right: 1.2rem;
    bottom: 0.7rem;
    opacity: 0.2;
}
.more_link{
    text-align: center;
    margin-top: 0.8rem;
    font-size: 1.09rem;
    position: relative;
}
.more_link:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    height: 2px;
    transform: translateY(-50%);
    background-color: #e2eeff;
}
.more_link a{
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    font-family: GilroySemibold, sans-serif;
    color: #3f8efc;
    padding: 0 1.8rem;
    background-color: white;
}
.more_link a:hover{
    text-decoration: underline;
}
.func_left{
    width: 27.6%;
    padding-top: 7.6rem;
    padding-bottom: 11.5rem;
    background-color: #3c4073;
    position: relative;
    z-index: 1;
    color: white;
}
.func_right{
    width: 72.4%;
    padding: 7rem 3.6rem;
    padding-right: 0;
}
.func_left:after{
    position: absolute;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #3c4073;
}
.func_left .section_title{
    margin-bottom: 3rem;
}
.func_left ul{
    list-style-type: none;
}
.func_left ul li a {
    font-family: GilroySemibold, sans-serif;
    display: block;
    padding: 1.8rem 0;
    line-height: 1;
    position: relative;
    color: white;
}
.func_left .rel{
    z-index: 2;
}
.func_left ul li a:after{
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #4d5281;
    transition: all 0s;
}

.func_left ul li a.active:after{
    background-color: #3f8efc;
    border-color: #3f8efc;
}
.func_left ul li a.active:before{
    opacity: 1;
}
.func_left ul li a.active{
    color: white;
    pointer-events: none;
}
.func_left ul li a:hover{
    color: rgba(255,255,255,0.6);
}
.func_left ul li a span{
    position: relative;
    z-index: 1;
}
.func_left ul li a:before{
    position: absolute;
    left: 99.5%;
    top: 0;
    bottom: 0;
    width: 1.7rem;
    background-image: url(../img/after.png);
    background-size: 100% 100%;
    content: "";
    transition: all 0s;
    opacity: 0;
}
.top_text{
    font-family: GilroyMedium, sans-serif;
    font-size: 1.13rem;
    margin-bottom: 2.8rem;
}
.fade_block{
    display: none;
    /*overflow: hidden;*/
}
.fade_block.active{
    display: block;
}
.fade_block h4 {
    font-size: 1.63rem;
    margin-bottom: 1.7rem;
}
/*.fade_block img{
    float: right;
    max-width: 53%;
    margin-left: 2rem;
}*/
.fade_block p{
    margin-bottom: 1.4rem;
}
.square_list{
    list-style-type: none;
    margin-bottom: 1rem;
}
.square_list li{
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}
.square_list li:after{
    position: absolute;
    left: 0;
    top: 0.5rem;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3f8efc;
    border-radius: 50%;
}
.more_link_single{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: GilroySemibold, sans-serif;
    color: #3f8efc;
    font-size: 1.08rem;
    margin-top: 1.4rem;
}
.more_link_single img{
    margin-left: 0.6rem;
    position: relative;
    top: 0.1rem;
}
.more_link_single:hover{
    text-decoration: underline;
}
#page-3{
    background-color: #ebf3ff;
}

#page-4{
    margin-top: -7.2rem;
    position: relative;
    z-index: 2;
}
.zone{
    padding: 0 8.5rem
}
.zone_box {
    box-shadow: 11.491px 9.642px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 5.6rem 0;
    text-align: center;
    border-radius: 2.5rem;
    background-color: white;
    background-image: url("../img/gr.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.zone_text{
    font-family: GilroyMedium, sans-serif;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.section_title{
    margin-bottom: 2.3rem;
}
#page-5{
    padding: 7.3rem 0;
}
.rev_text p{
    margin: 0;
}
.rev_text{
    padding: 2.3rem 2.5rem;
    border-radius: 30px;
    background-color: #e2eeff;
    position: relative;
    margin-bottom: 2.4rem;
}
.rev_text:after{
    border: 1rem solid transparent;
    border-top: 1.2rem solid #e2eeff;
    content: "";
    position: absolute;
    top: 100%;
    left: 2.5rem;
}
.rev_author{
    padding-left: 2.5rem;
    padding-right: 0.5rem;
}
.rev_author h4{
    font-size: 1.13rem;
}
.main_revs .slick-list{
    margin: 0 -15px;
}
.rev_item{
    padding: 0 15px;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 1.3rem;
    height: 2.5rem;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background-size: 100% 100%;
}
.slick-next{
    right: -6.9rem;
    background-image: url("../img/next.png");
}
.slick-prev{
    left: -6.9rem;
    background-image: url("../img/prev.png");
}
.slick-arrow:hover{
    opacity: 0.6;
}
.slick-next:before, .slick-prev:before{
    display: none;
}
.section_title_flex .section_title,.section_title_flex .more_link_single{
    margin: 0;
}
.section_title_flex{
    margin-bottom: 2.3rem;
}
#page-6{
    padding: 7.3rem 0;
    padding-bottom: 4.5rem;
    background-color: #ebf3ff;
}
.news_img{
    height: 17.8rem;
    position: relative;
    overflow: hidden;
}
.news_date{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.8rem 2.5rem;
    border-top-right-radius: 30px;
    background-color: white;
    transition: background-color 0.6s;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    transform: scale(1) translateZ(0);
}
.news_text{
    padding: 2.2rem 2.6rem;
    padding-right: 3rem;
}
.news_text h4{
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 1.3rem;

}
.news_item{
    display: block;
    height: 100%;
    background-color: white;
    border-top-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    overflow: hidden;
}
.page .news_item{
    background-color: #ebf3fe;
}
.page .news_date{
    background-color: #ebf3fe;
}
.news_item:hover{
    color: white;
    background-color: #3c4073;
}
.news_item:hover .news_date{
    background-color: #3c4073;
}
.news_item:hover .news_img img{
    transform: scale(1.07) translateZ(0);
}
.news_item p{
    margin: 0;
}
.f_menu{
    font-family: GilroyBold, sans-serif;
}
.f_menu a{
    display: inline-block;
    margin-right: 5.3rem;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: white;
}
.f_menu a:hover, .f_menu a.active{
    color: #3f8efc;
}
.mb1{
    margin-bottom: 1rem;
}
.f_menu a:last-child{
    margin: 0;
}
.footer_top{
    padding: 1.9rem 0;
    background-color: #3c4073;
}
.footer_logo{
    display: block;
    width: 13rem;
}
.footer_logo img{
    width: 100%;
}
.footer_logo:hover{
    opacity: 0.6;
}
.footer_center{
    padding: 5.1rem 0;
    border-bottom: 1px solid #303030;
    color: white;
}
.footer_center a{
    color: white;
}
.footer_center a:hover{
    color: #3f8efc;
}
.icon_item{
    position: relative;
    padding-left: 1.5rem;
    margin-left: 2.5rem;
    font-family: GilroyMedium, sans-serif;
    font-size: 1.125rem;
}

.icon_item:after{
    position: absolute;
    left: 0;
    font-family: FontAwesome, sans-serif;
    color: #3f8efc;
    top: 0.4rem;
}

.phone_icon{
    float: right;
    font-family: GilroyBold, sans-serif;
}
.phone_icon:after{
    content: "\f879";
    font-size: 0.9rem;
}
.address_icon:after{
    content: "\f3c5";
    font-size: 1rem;
}

.mail_icon:after{
    content: "\f0e0";
    font-size: 0.9rem;
}
.footer_bottom{
    padding: 1.4rem 0;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
}
.footer_bottom a{
    color: white;
    opacity: 0.5;
}
.footer_bottom a:hover{
    opacity: 1;
}
.footer_bottom img{
    margin-left: 0.6rem;
}
.socials a{
    display: inline-block;
    margin: 0 0.8rem;
    font-size: 1.5rem;
}
footer{
    background-color: #191919;
}
.menu{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 38rem;
    z-index: 15;
    background-color: white;
    box-shadow: 12.287px 8.604px 30px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.menu_bg{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 14;
    display: none;
}
.menu.active{
    left: 0;
}
.menu_top{
    padding: 1.9rem 5.6rem;
}
.menu_top ul{
    list-style-type: none;
    margin-top: 4.4rem;
}
.menu_top ul li{
    margin-bottom: 1.8rem;
}
.menu_top ul li a{
    font-size: 1.9rem;
    font-family: GilroySemibold, sans-serif;
    position: relative;
}
.menu_top ul li a:after{
    position: absolute;
    bottom: -0.5rem;
    height: 2px;
    background-color: #3f8efc;
    left: 0;
    content: "";
    transition: all 0.6s;
    right: 100%;
}
.menu_top ul li a.active:after, .menu_top ul li a:hover:after{
    right: 0;
}
.menu_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.mb_flex{
    padding: 4.3rem 5.7rem;
    font-size: 1.25rem;
    background-color: #ebf3fe;
}
.mb_flex a{
    display: block;
    font-family: GilroySemibold, sans-serif;
}
.menu_close img{
    transition: all 0.5s;
}
.menu_close:hover img{
    transform: rotate(-180deg);
}
.page_top{
    padding-top: 7.5rem;
    background-color: #ebf3fe;
    padding-bottom: 2.8rem;
}
.contacts_page .page_top{
    padding-bottom: 4.6rem;
}
.page h1{
    font-size: 2.3rem;
    margin-bottom: 0;
}
.contacts_top{
    padding: 0 8.4rem;
}
.cont_box{
    background-color: white;
    border-radius: 2.5rem;
    margin-top: -4rem;
    box-shadow: 12.287px 8.604px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.cont_items{
    padding: 2.6rem 0;
    padding-left: 10.2rem;
}
.cont_title{
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}
.cont_text{
    font-family: GilroySemibold, sans-serif;
    font-size: 1.25rem;
}
.cont_item{
    margin-bottom: 1.7rem;
}
.cont_item .socials{
    display: flex;
    margin-top: 0.9rem;
}
.cont_item .socials a{
    margin: 0;
    margin-right: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #3f8efc;
    border-radius: 50%;
    color: #3f8efc;
}
.cont_item .socials a:hover{
    color: white;
    background-color: #3f8efc;
}
.map{
    height: 100%;
}
.contacts_form{
    padding-bottom: 3.5rem;
    margin-top: 7.5rem;
}
.section_title.sm{
    font-size: 1.88rem;
}

.section_text {
    margin-bottom: 1.8rem;
}
input:invalid{
    box-shadow: none!important;
}
.form-control{
    border-radius: 30px;
    height: auto;
    padding: 1.1rem 2.4rem;
    border: 1px solid #dddddd;
    outline: none!important;
    box-shadow: none!important;
}
.form-control::placeholder{
    color: #999999;
}
textarea.form-control{
    padding-bottom: 0.7rem;
}
.form_flex p{
    margin-bottom: 0;
    margin-left: 1.4rem;
    font-size: 0.88rem;
}
.form_flex{
    padding-top: 1rem;
}
.page{
    padding-bottom: 4rem;
}
.page .func_right{
    background-color: white;
    padding: 4.8rem 3.6rem;
    padding-bottom: 15rem;
    padding-right: 0;
}
.page .func_left {
    padding-top: 3.5rem;
    padding-bottom: 14rem;
}
.page #page-3{
    background-color: white;
}
.page #page-4 {
    margin-top: -12rem;
}
.page .zone_box{
    background-image: none;
    background-color: #ebf3fe;
    padding: 4.1rem 10rem;
}
#page-4 .form_flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#page-4 .form_flex p{
    margin: 0;
    margin-top: 1rem;
}
.page #page-4 .section_title.sm {
    font-size: 1.5rem;
}
.service_page{
    background-color: #3c4073;
}
.page_content{
    padding-top: 2.7rem;
}
.about_top{
    font-family: GilroyMedium, sans-serif;
}
.top_text p{
    font-size: 1.12rem;
}
.top_text{
    margin-bottom: 0.7rem;
}
.author_box{
    margin-bottom: 3.7rem;
}
.author_box p{
    margin-bottom: 0.3rem;
}
.author_box span{
    font-size: 0.88rem;
    color: #999999;
}
.percent_box .row{
    margin-bottom: 1.4rem;
    align-items: center;
}
.percent_box .row:last-child{
    margin-bottom: 0;
}
.page #page-2 {
    padding-top: 7.2rem;
    padding-bottom: 5rem;
}
.page #page-5 {
    padding-top: 0;
    padding-bottom: 4rem;
}
#page-4.no_margin{
    margin-top: 0;
    padding-bottom: 6rem;
}
.percent_line{
    padding: 0.25rem 0.35rem;
    height: 1.3rem;
    border-radius: 10px;
    border: 1px solid #dddddd;
}
.progress_line{
    width: 0;
    height: 100%;
    background-color: #3f8efc;
    border-radius: 10px;
}
.show_text{
    position: absolute;
}
.show_text_btn{
    font-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1;
    border-radius: 50%;
    background-color: white;
    color: #3f8efc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*padding-right: 0.05rem;*/
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.preim_item .show_text{
    left: 2.4rem;
    top: 1rem;
}
.hidden_text{
    position: absolute;
    width: 12rem;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    box-shadow: 12.287px 8.604px 30px 0px rgb(0 0 0 / 30%);
    background-color: white;
    border-radius: 15px;
    font-size: 0.88rem;
    display: none;
}
.hidden_text p{
    margin: 0;
    color: #333333;
}
.show_text:hover .show_text_btn{
    background-color: #ebf3fe;
}
.show_text:hover .hidden_text{
    display: block;
}
.form-group{
	position: relative;
}
.palceholder{
	position: absolute;
	padding: 1.1rem 2.4rem;
	left: 0;
	top: 0;
	width: 100%;
	color: #999999;
	text-align: left;
	/*pointer-events: none;*/
	/*user-select: none*/
}
.palceholder span{
	color: red;
}
.square_list .square_list{
	margin-top: 1rem
}
.content--container{
	overflow: hidden;
}
.tool_box{
    position: relative;
}
.fade_blocks{
    padding-bottom: 1rem
}
.fade_block .fe-smart-menu{
    color: white
}