/*font-family: 'Rubik', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
*{
    outline: 0;
}
body, html {
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #e0e4e9;
}
a, a:hover{
    text-decoration: none;
    transition: all 0.5s ease;
}
a, p, li, div, body, html, span, button{
    font-family: 'Rubik', sans-serif;
}
p{
    margin: 0px;
}
/*header*/

header{
    background-color: #002046;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.top_height {
    height: 118px;
    display: flex;
    align-items: center;
}
.logo_header_img{
    margin: 5px 15px 5px 0;
}
.logo_header_text_title a{
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
}
.logo_header_text_title a span{
    color: #9ecd07;
}
.logo_header_text_desc a{
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #9AA0AB;
}
.icon_block {
    /*display: flex;*/
    /*align-items: center;*/
}
.icon_block_item{
    color: #9ece06;
    margin-right: 10px;
}
.icon_block_item svg {
    fill: #ABDC02;;
}
.icon_block_desc{
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
}
.icon_block_title, .icon_block_title a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
button.sf2-callBtn{
    background-color: #9ece06;
    border: 0px;
    transition: all 0.5s ease;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #042045;
    padding: 15px 25px;
    white-space: nowrap;
}
button.sf2-callBtn:hover{
    transition: all 0.5s ease;
    background-color: #b6e423;
}
.freebtn button.sf2-callBtn{
    width: 190px;
    height: 50px;
    background-color: #0b4a95;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    transition: all 0.5s ease;
}
.freebtn button.sf2-callBtn:hover{
    transition: all 0.5s ease;
    color: #fff;
    background-color: #002046;
}
/*top_menu*/

.top_menu ul.menu {
    width: 100%;
}
.top_menu .deeper ul{
    margin: 0px;
    padding: 0px;
    display: none;
    left: 197px;
    top: 0;
}
.top_menu ul li{
    float: left;
    display: inline-block;
    position: relative;
}
.top_menu ul li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: #194A93;
    transition: all 0.5s ease;
    white-space: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #143E7B;
}
.top_menu ul li a:hover{
    transition: all 0.5s ease;
    background-color: #ABDC02;
}
.top_menu ul li.deeper a.link_level1 i{
    margin-left: 10px;
}
.top_menu ul li.deeper:hover ul{
    display: block;
}
.top_menu .deeper ul{
    position: absolute;
    z-index: 99;
}
.top_menu .deeper ul li a{
    background-color: #194A93;
    min-width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    transition: all 0.5s ease;
    padding: 15px 20px;
    border-bottom: 1px solid #093e7c;
}
.top_menu .deeper ul li a:hover{
    background-color: #ABDC02;
    border-bottom: 1px solid #9ece06;
}
.item-102 a:hover, .item-103 a:hover {
    background-color: #ABDC02;
}
.item-102 a:hover ~ .nav-child .item-103 a {
    background-color: #ABDC02;
}
.item-102.hover a {
    background-color: #ABDC02;
}
.top_menu ul li.level1:last-child{
    /*margin-left: auto;*/
}

/*slider*/
.main_slider_block{
    padding: 80px 0px 140px;
    background-size: cover;
    background-position: center;
}
.main_slider_block_item{
    background-color: rgba(0, 32, 70, 0.7);
    display: inline-block;
    padding: 40px;
}
.msbi_header{
    color: #ffffff;
    font-size: 37px;
    font-weight: 300;
    line-height: 24.96px;
    margin-bottom: 20px;
}
.msbi_subheader{
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    margin-bottom: 30px;
}
.msbi_desc{
    color: #bbbdc3;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.96px;
    margin-bottom: 35px;
}
.msbi_link a{
    width: 200px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 500;
}
.msbi_link a:hover{
    background-color: #b6e423;
}
.slider_next_arrow, .slider_prev_arrow, .gallery_prev_arrow, .gallery_next_arrow, .arrow_styled_prev, .arrow_styled_next{
    width: 50px;
    height: 50px;
    background-color: rgba(0, 32, 70, 0.6);
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    top: calc(50% - 25px);
    position: absolute;
}
.slider_next_arrow:hover, .slider_prev_arrow:hover, .gallery_prev_arrow:hover, .gallery_next_arrow:hover, .arrow_styled_prev:hover, .arrow_styled_next:hover{
    transition: all 0.5s ease;
    background-color: rgba(0, 32, 70, 1);
}
.slider_prev_arrow{
    left: -100px;
}
.slider_next_arrow{
    right: -100px;
}
.main_slider_block{
    position: relative;
}
.main_slider_block .container{
    position: relative;
}
.slider_control{
    display: none;
}

/*service_catalog*/
.service_catalog{
    padding: 90px 0px 60px;
}
.service_catalog_item{
    margin-bottom: 60px;
}
.sci{
    background-color: #e4e7e8;
    padding-bottom: 30px;
    transition: all 0.5s ease;
}
.service_catalog_item:hover .sci{
    background-color: #002046;
    transition: all 0.5s ease;
}
.service_catalog_item img{
    top: -30px;
    position: relative;
}
.service_title{
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    min-height: 60px;
    transition: all 0.5s ease;
}
.service_catalog_item:hover .service_title{
    color: #ffffff;
    transition: all 0.5s ease;
}
.service_link{
    padding-left: 30px;
}
.service_link a{
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.service_link a i{
    margin-left: 10px;
    transition: all 0.5s ease;
}
.service_catalog_item:hover .service_link a i{
    margin-left: 20px;
    transition: all 0.5s ease;
}

.service_catalog_item:hover a{
    color: #bbbdc3;
    transition: all 0.5s ease;
}
.service_header{
    color: #002046;
    font-size: 32px;
    font-weight: 500;
    line-height: 39.56px;
    text-align: center;
}
.service_desc{
    color: #40454b;
    font-size: 16px;
    font-weight: 400;
    line-height: 39.56px;
    margin-bottom: 60px;
    text-align: center;
}

/*advantages_block*/
.advantages_block{
    background-image: url(../../../images/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0px 50px;
}
.advantages_item {
    display: flex!important;
    align-items: flex-start;
}
.advantages_item_icon{
    margin-right: 15px;
}
.advantages_item_text .ait_title{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.advantages_item_text .ait_desc {
    color: #cdcfd6;
    font-size: 13px;
    font-weight: 300;
}
.advantages_item_text{
    padding-top: 5px;
}

.main_gallery_item{
    padding: 0px 10px;
}

.gal_schild{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.main_gallery_item_photo{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 220px;
}
.main_gallery_text_block{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 70, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
}
.main_gallery_text_block p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}
.main_gallery_text_block:hover{
    background-color: rgba(0, 32, 70, 0.9);
    transition: all 0.5s ease;
}
.main_gallery_text_block:hover p {
    opacity: 1;
    transition: all 0.5s ease;
}
.gallery_next_arrow{
    right: 10vw;
}
.gallery_prev_arrow{
    left: 10vw;
}
.all_gallery_btn{
    text-align: center;
}
.all_gallery_btn a{
    width: 200px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 500;
    margin: 50px auto 90px;
}
.all_gallery_btn a:hover {
    background-color: #b6e423;
}
.all_gallery_btn{
    display: inline-block;
    width: 100%;
    margin-top: -14px;
    background-color: #fff;
}
.feedback_pp_form{
    padding: 50px 0px;
    background-image: url(../../../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.free_pp_form{
    padding: 50px 0px;
    background-image: url(../../../images/bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.free_pp_header{
    color: #002046;
    font-size: 32px;
    font-weight: 500;
}
.form_pp_header{
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
}
.form_pp_subheader{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}
.form_pp_desc{
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.free_pp_desc{
    color: #3d5e3a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 500px;
}
.form_pp_btn{
    display: flex;
    align-items: center;
}

.abount_company_img{
    background-image: url(../../../images/about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: absolute;
}
.abount_company_block{
    display: inline-block;
    width: 100%;
    min-height: 500px;
}
.abount_company_text{
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0 0 43px rgba(71, 71, 71, 0.11);
}
.abount_company_text_block p{
    color: #474747;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 35px;
}
.abount_company_text_block a{
    color: #9ece06;
    font-size: 16px;
    font-weight: 500;
}
.abount_company_text_block a:hover {
    color: #b6e423;
}
.about_company{
    padding: 90px 0px;
    background-color: #fff;
}

footer{
    padding-top: 45px;
    background-color: #002046;
}
.footer_feedback{
    margin-top: 40px;
}
.footer_feedback .sf2-callBtn{
    width: 80%;
}
.footer_col_header{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
}
.footer_col_header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #9ece06;
}
footer .logo_header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
footer .logo_header_text_title a {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
}
footer .icon_block {
    display: flex;
    align-items: flex-start;
}
footer .icon_block_title a{
    color: #9aa0ab;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;

}
footer .icon_block_mail a{
    color: #9aa0ab;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
footer .icon_block_title, footer .icon_block_mail{
    line-height: 22px;
}
footer .icon_block{
    margin-bottom: 30px;
}
.footer_copy{
    min-height: 40px;
    border-top: 1px solid #686f7c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copy div{
    margin: 0px -15px;
}
.footer_col:first-child{
    margin-left: -15px;
}
.footer_col:last-child {
    margin-right: -15px;
}
.footer_copy_title{
    color: #9aa0ab;
    font-size: 13px;
    font-weight: 400;
}
.footer_copy_link a{
    color: #9aa0ab;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px dotted #686f7c;
}
.breadcrumb {
    background-color: unset;
    padding: 50px 0px;
}
.breadcrumbs_page_name p, .breadcrumbs_page_name h1{
    color: #002046;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}
.breadcrumbs_page_adress ul{
    margin: 0px;
    padding: 0px;
}
.breadcrumbs_page_adress ul li{
    list-style-type: none;
    float: left;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumbs_page_adress ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #002046;
    text-decoration: underline;
}
.breadcrumbs_page_adress ul li span{
    color: #808080;
    margin: 0px 3px;
}
.service_catalog {
    background-color: #fff;
}
.content_block{
    box-shadow: 0 0 7px rgba(179, 179, 179, 0.16);
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    margin: 0px 0px 60px 0px;
    display: inline-block;
}
.content_block_item{
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 15px 0px;
}
.gallery_page_block{
    margin: -15px -5px;
}
.map {
    height: 400px;
    width: 100%;
    position: relative;
}
.map_block_contacts_parents{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.map_block_contacts{
    position: relative;
    padding-left: 25px;
}
.map_block_contacts:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    height: 80px;
    background-color: #9ece06;
}
.map_block_contacts_desc, .map_block_contacts_desc a{
    font-size: 17px;
    font-weight: 500;
    color: #40454b;
}
.maps_items {
    margin-bottom: 40px;
}
.form_header{
    color: #40454b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.start_form{
    display: inline-block;
    width: 100%;
    margin: 0px -15px;
}

.start_form .sf2-form-label-wrap label{
    color: #737a83;
    font-size: 13px;
    font-weight: 400;
}
.start_form .sf2-form-element-wrap input{
    height: 38px;
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    width: 100%;
    padding-left: 15px;
}
.start_form .sf2-form-element-wrap textarea{
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    width: 100%;
    height: 110px;
    padding-left: 15px;
}
.start_form .sf2-form-group{
    margin-bottom: 20px;
}
.start_form .sf2-form-group button{
    width: 190px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    border: 0px;
    transition: all 0.5s ease;
}
.start_form .sf2-form-group button:hover{
    transition: all 0.5s ease;
    background-color: #b6e423;
}
.pgb_form {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
    margin-top: 50px;
    box-shadow: 0 0 7px rgba(179, 179, 179, 0.16);
}
.pgb_form .control-group .control-label{
    color: #737a83;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.pgb_form .control-group .control-label span{
    color: #f02830;
}
.pgb_form .control-group input{
    width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    padding-left: 10px;
}
.pgb_form .control-group textarea{
    width: 100%;
    height: 110px;
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    padding-left: 10px;
}
.pgb_form .control-group{
    margin-bottom: 20px;
}
.pgb_form_btn{
    width: 170px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 400;
    border: 0px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.pgb_form_btn:hover{
    transition: all 0.5s ease;
    background-color: #b6e423;
    color: #002046;
}
.pgb_btns_block .control-group{
    margin-bottom: 0px;
}
.pgb_form form{
    margin: 0px -15px;
}
#jform_privacy_checkbox {
    display: none;
}
.pgb_privacy_checkbox label{
    width: 17px;
    height: 17px;
    border: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}
.pgb_privacy_checkbox input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #9ece06;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
}
.ph-privacy-row{
    margin-top: unset !important;
    margin-left: 10px !important;
    color: #737a83;
    font-size: 14px;
    font-weight: 300;
}
.ph-privacy-row a{
    color: #002046;
    text-decoration: underline;
}
.pgb_privacy_checkbox{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.pgb_font{
    color: #40454b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}
.pgb_review {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
    box-shadow: 0 0 7px rgba(179, 179, 179, 0.16);
}
.pgb_post_block_ava{
    width: 103px;
    height: 103px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Rubik;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    top: -66.5px;
}
.pgb_review{
    position: relative;
}
.pgb_post_block_name{
    margin-top: 40px;
    color: #40454b;
    font-size: 20px;
    font-weight: 500;
}
.pgb_post_block_theme{
    color: #40454b;
    font-size: 13px;
    font-weight: 300;
}
.pgb_post_block_text{
    color: #737a83;
    font-size: 14px;
    font-style: italic;
}
.sectiontablefooter{
    margin: 0px !important;
}
.sectiontablefooter ul{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.sectiontablefooter ul li{
    list-style-type: none;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    border: 1px solid #adb8c5;
    margin: 0px 3px;
    transition: all 0.5s ease;
    color: #737a83;
    font-size: 14px;
    font-weight: 400;
}
.sectiontablefooter ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #737a83;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
}
.sectiontablefooter ul li:hover a{
    color: #002046;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.sectiontablefooter ul li:hover{
    background-color: #9ece06;
    border: 1px solid #9ece06;
    transition: all 0.5s ease;
}
.sectiontablefooter .pagination-start, .sectiontablefooter .pagination-end{
    display: none;
}
.pagination-prev span:before, .pagination-prev a:before{
    content: '\f177';
    position: relative;
    font-family: FontAwesome;
    color: #adb8c5;;
}
.pagination-next a:before, .pagination-next span:before{
    content: '\f178';
    position: relative;
    color: #0b4a95;;
    font-family: FontAwesome;
}
.pagination-prev{
    border: 1px solid #adb8c5;
    margin-right: 5px !important;
}
.pagination-next{
    border: 1px solid #0b4a95;
    margin-left: 5px !important;
}
.pgcenter .pagination{
    justify-content: flex-end;
}
.pre-header{
    color: #40454b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.item-page p{
    color: #737a83;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}
.new_stripped_table tr td{
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #737a83;
    font-size: 14px;
    font-weight: 400;
}
.new_stripped_table tr:nth-child(odd){
    background-color: #c9d7e8;
}
.new_stripped_table tr:nth-child(even) {
    background-color: #e0e8f2;
}
.new_stripped_table td{
    border: 1px solid #fff;
}
.new_stripped_table{
    width: 100%;
}
.question_title a, .question_title_link a{
    color: #002046;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px dashed #002046;
}
.question_desc{
    display: none;
}
.question_block{
    margin-bottom: 25px;
}
.item-page ul{
    margin-left: 10px;
    padding-left: 10px;
    }
.item-page li{
    color: #737a83;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.about_us_page{
    margin: 0px -15px;
}
.imgwp img{
    max-width: 100%;
    position: relative;
}
.imgwp_block{
    position: absolute;
    width: 350px;
    height: 100px;
    background-color: #002046;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -45px;
    left: calc(50% - 175px);
}
.imgwp_block_title, .imgwp_block_desc{
    color: #a6aeb9;
    font-size: 17px;
    font-weight: 300;
    margin: 0px !important;
}
.imgwp_block_desc a{
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin: 0px !important;
}
.service_main{
    margin-bottom: 30px;
}
.service_main .item-image{
    width: 100%;
}
.service_main .item-image a img{
    width: 100%;
}
.article_img{
    width: calc(50% - 2px);
    margin-bottom: 30px;
}
.left_menu{
    border-top: 1px solid #bfc7d1;
    border-right: 1px solid #bfc7d1;
    border-bottom: 1px solid #bfc7d1;
    border-left: 3px solid #0b4a95;
}
.left_menu ul li{
    width: 100%;
    position: relative;
}
.left_menu ul li:before{
    content: '';
    position: absolute;
    width: calc(100% + 3px);
    left: -3px;
    height: 1px;
    background-color: #bfc7d1;
}
.left_menu ul li:first-child:before{
    content: '';
    display: none;
}
.left_menu ul li a{
    display: block;
    width: 100%;
    padding: 20px;
    color: #40454b;
    font-size: 14px;
    font-weight: 500;
    background-color: #e0e4e9;
    transition: all 0.5s ease
}
.left_menu ul li a:hover{
    background-color: #9ece06;
    transition: all 0.5s ease
}
.main_page_review, .main_review_blocks{
    position: relative;
}
.main_review_blocks .main_page_review, .main_review_blocks .pgb_post_block_text{
    width: 100%;
}
.main_review_blocks{
    background-color: #fff;
    padding: 0px 40px 50px 40px;
    margin: 60px 15px 15px;
}
.main_review_blocks .pgb_post_block_ava {
    width: 103px;
    height: 103px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    top: -92.5px;
    left: calc(50% - 51.5px);
}
.main_review_blocks .pgb_post_block_name {
    margin-top: 40px;
    color: #40454b;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
}
.main_review_blocks .pgb_post_block_theme {
    color: #40454b;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}
.moreot{
    margin: 60px;
    text-align: center;
}
.moreot a{
    width: 190px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    transition: all 0.5s ease;
    margin: auto;
}
.moreot a:hover{
    transition: all 0.5s ease;
    background-color: #b6e423;
    margin: auto;
}
.footer_col_menu ul li{
    width: 100%;
    margin-bottom: 15px;
}
.footer_col_menu ul li a{
    color: #9aa0ab;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
}
.footer_col_menu ul li a:hover{
    color: #9ece06;
    transition: all 0.5s ease;
}
.footer_col{
    margin-bottom: 70px;
}
.top_menu_call{
    display: none;
}
.child_call{
    display: none;
}
.margin-bottom15{
    margin-bottom: 15px;
}
.mobile_phone_header{
    display: none;
    text-align: center;
}
.mobile_phone_header a{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: auto;
}
.adaptive_top_form_call{
    display: none;
}
.control_only_adaptiv{
    display: none;
}
.sf2-checkbox-label input{
    display: none;
}
.sf2-checkbox-label label{
    width: 17px;
    height: 17px;
    border: 2px solid #2b4463;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    margin-right: 15px;
    float: left;
}
.sf2-checkbox-label input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #9ece06;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
}
.sf2-checkbox-label {
    font-size: 14px;
    font-weight: 300;
    color: #b3b7bf;
}
.sf2-checkbox-label a{
    color: #9ece06;
    text-decoration: underline;
}
.h2, h2 {
    font-size: 1.8rem;
}
.spoler-text{
    display: none;
}
.spoler{
    margin-bottom: 30px;
}
.spoler-anchor{
    color: #9ece06;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.top_menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 58px;
    left: 0;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logo_header {
    display: flex;
    align-items: center;
}
.adress-wrapper {
    display: flex;
    align-items: center;
}
.services-menu {
    border-right: 1px solid #194A93;
    border-left: 1px solid #194A93;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: relative;
}
/*.services-menu a {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 19px;*/
/*    color: #FFFFFF;*/
/*}*/
.services-menu span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.sevices-menu-wrapper.active span {
    color: #ABDC02;
}
/*.sevices-menu-wrapper a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-transform: uppercase;*/
/*}*/
.sevices-menu-wrapper span {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.number-icon {
    display: flex;
    align-items: center;
}
.number-icon svg {
    fill: #ABDC02;
    margin-right: 5px;
}
.first-phone {

}
.second-phone {
    margin-left: 26px;
}
.adress-icon {
    display: flex;
    align-items: center;
}
.adress-icon svg {
    fill: #ABDC02;
    margin-right: 5px;
}
.adress-edit {
    margin-left: 18px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-left: 0;
    /* margin-bottom: 0; */
    /* list-style: none; */
    flex-direction: column;
}
.menu-icon {
    fill: #FFFFFF;
    margin-left: 5px;
    transition: .4s;
}
.menu-icon.active {
    transform: rotate(180deg);
    transition: .4s;
}
.item-102 > a:after {
    content: url("data:image/svg+xml,%3Csvg width='7' height='12`' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18131 0.904452L6.27686 5.99999L1.18131 11.0955L0.276855 10.1911L4.46794 5.99999L0.276855 1.80891L1.18131 0.904452Z' fill='white'/%3E%3C/svg%3E%0A");
    display: block;
    margin-left: 100px;
}
.slider {
    margin-top: 191px;
}
.logo_mobile_header_text_title a {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.logo_mobile_header_text_title span:nth-child(1) {
    display: flex;
}
.logo_mobile_header_text_title span:nth-child(2) {
    color: #ABDC02;
}
.first-phone.mobile_phone {

}
.second-phone.mobile_phone {

}
.phones_mobile a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.burger_btn {
    width: 35px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger_btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ABDC02;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.burger_btn span:nth-child(1) {
    top: 0px;
}
.burger_btn span:nth-child(2) {
    top: 13px;
    width: 25px;
    left: 10px;
}
.burger_btn span:nth-child(3) {
    top: 25px;
}
.burger_btn.active span:nth-child(1) {
    top: 13px;
    transform: rotate(135deg);
}
.burger_btn.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.burger_btn.active span:nth-child(3) {
    top: 13px;
    transform: rotate(-135deg);
}
.mobile_header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_mobile_header_img {
    display: flex;
    align-items: center;
}
.mobile_logo {
    margin: 15px 5px 15px 0;
}
.phones_mobile {
    display: flex;
    align-items: center;
}
.phones_mobile svg {
    fill: #ABDC02;
    margin-right: 5px;
}
.mobile_numbers {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.btn_back {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.child_call > .fa-angle-right:before {
    content: "\f105";
}
.child_call.back > .fa-angle-right:before {
    content: "Назад";
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    right: 20px;
}
.item-102.active a {
    background-color: #ABDC02;
}
.mobile_contacts {
    background: #FFFFFF;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.mobile_numbers_bottom a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #143E7B;
}
.mobile_numbers_bottom {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.mobile_adress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile_feedback_btn {
    align-self: flex-start;
}
.mobile_feedback_btn > .sf2-callBtn {
    padding: 12px 20px;
}
.level1.active:not(:nth-child(1)) {
    display: none;
}


.main_header > .container > .row > .top_menu {
    display: block;
    position: unset;
}
.main_header > .container > .row > .top_menu > .tmenu > .nav {
    flex-direction: unset;
    justify-content: flex-start;
}
.main_header > .container > .row > .top_menu > .tmenu > .nav > .item-102 > a:after {
    display: none;
}
.main_header > .container > .row > .top_menu ul li a {
    background-color: #002046;
    border-bottom: unset;
    padding: 24.5px 30px;
}
.main_header > .container > .row > .top_menu ul li a:hover {
    transition: all 0.5s ease;
    background-color: #0b4a95;
}
.main_header > .container > .row > .top_menu .deeper ul {
    left: unset;
    top: unset;
}
.main_header > .container > .row > .top_menu .deeper ul li a:hover {
    background-color: #9ece06;
    border-bottom: unset;
}
.main_header > .container > .row > .top_menu .deeper ul li a {
    background-color: #0b4a95;
    padding: 15px 20px;
    border-bottom: 1px solid #093e7c;
}
.main_header > .container > .row > .top_menu ul li.level1:last-child {
    margin-left: auto;
}
.main_header > .container > .row > .top_menu ul.menu {
    width: 100%;
    border-top: 1px solid #0b4a95;
}
.main_header > .container > .row > .contacts_header > .row > .icon_block {
    display: flex;
    align-items: center;
}
.main_header > .container > .row > .contacts_header > .row > .icon_block > .icon_block_text > .icon_block_desc {
    color: #9aa0ab;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.main_header > .container > .row > .contacts_header > .row > .icon_block > .icon_block_text > .icon_block_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: unset;
    display: unset;
    flex-direction: unset;
}
.main_header > .container > .row > .contacts_header > .row > .icon_block > .icon_block_text > .icon_block_title a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: unset;
    display: unset;
    flex-direction: unset;
}
.main_header > .container > .row > .logo_header > .logo_header_text > .logo_header_text_desc a {
    line-height: 18px;
}
.main_header > .container > .row > .feedback_header > .sf2-callBtn {
    width: 190px;
    height: 50px;
    background-color: #9ece06;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002046;
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    transition: all 0.5s ease;
    line-height: unset;
    text-align: unset;
    padding: unset;
    white-space: unset;
}
.container.desc {
    display: none;
}
.main_header > .container > .row > .feedback_header > .adaptive_contact_block > .icon_block {
    display: flex;
    align-items: center;
}
.main_header > .mobile_phone_header a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: auto;
    padding: 10px 0px;
}
.mobile_header_wrapper > .phones_mobile > .mobile_numbers > .second-phone {
    margin-left: 0;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.itb_footer_copy_link {
    position: relative;

}

#overlay.active {
    display: block;
}

.itb__footer-link {
    border: none!important;
}

.itb__footer-link img {
    margin-left: 12px;
}

.mobile_header {
    background: #042045;
    z-index: 3;
    position: relative;
    display: none;
}

.itb-copyright {
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: color ease-in-out 0.2s;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0 !important;
}

.itb-copyright__popup {
    display: none;
    position: absolute;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
    top: 0;
    left: -8px;
    width: max-content;
    margin: 0 !important;
    transform: translate(-1%, calc(-100% - 24px));
}



.itb-copyright.opened .itb-copyright__popup {
    display: block;
}

.itb-copyright__popup:after {
    content: '';
    border-radius: 2px;
    width: 12px;
    height: 12px;
    background: #f5f5f5;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.itb-copyright__popup a {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color ease-in-out 0.2s;
}

.itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

.itb-copyright__popup a + a {
    margin-left: 24px;
}

.itb-copyright svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: fill ease-in-out 0.2s;
    margin-left: 12px;
}

.itb-copyright:hover {
    color: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright:hover svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright.blacked {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked .itb-copyright__popup {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup:after {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup a {
    color: rgba(255, 255, 255, 0.7);
}

.itb-copyright.blacked .itb-copyright__popup a:hover {
    color: rgba(255, 255, 255, 1);
}

.itb-copyright.colored {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored .itb-copyright__popup {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup:after {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup a {
    color: rgba(0, 0, 0, 0.6);
}

.itb-copyright.colored .itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

@media (max-width:800px)
{
    
    /*slider*/
.main_slider_block{
    padding: 180px 0px 140px; 
}
    
    .breadcrumb { 
    padding: 180px 0px 0;
}
}