/*PAGE LOADER*/

html {
    position: relative;
    background-color: #fff;
}

body {
    position: relative;
    color: #282828;
    font-family: 'MUSEOSANSCYRL-500';
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0072ff;
}

a {
    color: #0072ff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    margin-bottom: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.container {
    padding: 0px 0px;
    position: relative;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

[class*='col-'], [class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

.section {
    padding: 80px 0px;
}

.section_t {
    padding-top: 80px;
}

.section_b {
    padding-bottom: 80px;
}

.bold {
    font-family: 'MUSEOSANSCYRL-700';
}

.light {
    font-family: 'MUSEOSANSCYRL-300';
}

/*--------------------------------------------------
    Header
    ---------------------------------------------------*/
    .header {
        background: #0d2b57;
        color: #fff;
        font-family: 'MUSEOSANSCYRL-300';
    }

    .header a {
        color: #fff;
        border-bottom: 1px solid;
    }

    .header a:hover {
        border-bottom: 0px solid transparent;
    }

    .logo {
        height: 70px;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -ms-flex-align: center;
        padding-right: 20px;
        border-right: 1px solid #061931;
        max-width: 240px;
    }
    .logo img{
     width: 100%;
 }

 .logo a {
    border: 0px;
}

.city {
    position: relative;
}

.city_m {
    position: relative;
}

.select_city {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 150px;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    z-index: 99;
    font-size: 16px;
    display: none;
}

.select_city:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
}

.select_city ul {
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.select_city ul a {
    color: #626262;
    font-family: 'MUSEOSANSCYRL-300';
    border-bottom: 0px;
    display: block;
}

.selected_city {
    color: #9cd11f;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
}

.lang {
    margin-left: 25px;
    cursor: pointer;
}

.img_lang {
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 100%;
    margin-right: 5px;
    background-size: 100%;
}

.leng_closed {
    position: absolute;
    right: 0px;
    color: #fff;
    line-height: 23px;
    font-size: 40px;
    font-weight: 100;
    top: 6px;
    opacity: 0.4;
    cursor: pointer;
    font-family: Tahoma;
    font-weight: 100;
}

.leng_closed:hover {
    opacity: 1;
}

.ru .img_lang {
    background-image: url("../images/rus.png");
}

.eng .img_lang {
    background-image: url("../images/eng.png");
}

.esp .img_lang {
    background-image: url("../images/esp.png");
}

.fr .img_lang {
    background-image: url("../images/fr.png");
}

.lang i {
    margin-left: 5px;
    margin-top: 3px;
    font-size: 12px;
}

.search_b {
    background: #0a2245;
    border-radius: 30px;
    width: 180px;
    display: flex;
}

.search_b input {
    background: none;
    border: none;
    height: 30px;
    padding-left: 12px;
    outline: none;
    color: #fff;
    width: 150px;
}

.search_b input::placeholder {
    color: #144387;
}

.search_b button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search_b button i {
    color: #144387;
    margin-right: 10px;
}

.btn {
    border-radius: 30px;
    height: 30px;
    border: none;
    padding: 3px .75rem;
}

.btn_call {
    background: #9cd11f;
    color: #0d2b57;
    font-family: 'MUSEOSANSCYRL-700';
}

.btn_call:hover {
    background: #bde65c;
}

.btn_gray {
    background: #ebebeb;
    color: #0d2b57;
    font-family: 'MUSEOSANSCYRL-500';

}

.btn_gray:hover {
    background-color: #9cd11f;
    color: #0d2b57;
}

.btn_gray.disable:hover {
    background: #ebebeb;
    color: #0d2b57;
    cursor: default;
}

.btn_gray.flag_news {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_green {
    background: #9cd11f;
    color: #0d2b57;
    font-family: 'MUSEOSANSCYRL-500';
    min-width: 200px;
}

.btn_green:hover {
    background: #bde65c;
}

.btn_green_b {
    border: 1px solid #9cd11f;
    font-size: 14px;
    color: #fff;
}

.btn_green_b:hover {
    background-color: #9cd11f;
    color: #0d2b57;
}

.phone_head {
    font-family: 'MUSEOSANSCYRL-700';
    font-size: 26px;
    text-align: center;
}

.phone_head small {
    display: block;
    color: #9cd11f;
    font-size: 12px;
    font-family: 'MUSEOSANSCYRL-300';
}

/*--------------------------------------------------
    content
    ---------------------------------------------------*/
    .mobile_menu {
        position: fixed;
        z-index: 99;
        background: #fff;
        height: calc(100% - 70px);
        width: 400px;
        top: 70px;
        right: -100%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mobile_menu.active {
        right: 0px;
    }

    .mobile_menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .mobile_menu .nav-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #0d2b57;
        padding-bottom: 10px;
    }

    .mobile_menu .nav-item:last-child {
        border-bottom: 0px;
    }

    .mobile_menu .nav-item > div > a {
        font-family: 'MUSEOSANSCYRL-900';
    }

    .mobile_menu .title_nav {
        font-family: 'MUSEOSANSCYRL-700';
    }

    .mobile_menu .nav-item ul {
        margin-top: 10px;
        display: none;
    }

    .mobile_menu .nav-item .fa-angle-down {
        color: #282828;
    }

    .mobile_menu a {
        color: #282828;
        line-height: 26px;
    }

    .wrap_mob_menu {
        overflow: auto;
        height: 100%;
        padding: 20px;
    }

    .menu {
        position: relative;
        height: 40px;
    }

    .lang_outer {
        height: 40px;
    }

    .lang_outer .lang {
        color: #fff;
        opacity: 0.4;
    }

    .lang_outer .lang.active {
        opacity: 1;
    }

    .lang_select {
        height: 40px;
        background-color: #313131;
        display: none;
        position: absolute;
        top: 40px;
        z-index: 5;
        width: 100%;
    }

    .lang_select.mobil {
        display: none;
        visibility: hidden;
    }

    .nav_titles {
        background: #fff;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    }

    .nav-tabs {
        border: 0px;
    }

    .nav-tabs .nav-item {
        margin: 0px;
    }

    .nav-tabs .nav-link {
        border: 0px;
        border-radius: 0px;
        color: #626262;
        padding: 0px;
        line-height: 37px;
        border-bottom: 3px solid transparent;
        font-family: 'MUSEOSANSCYRL-300';
        cursor: pointer;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs .nav-link.current{
        color: #282828;
        border-bottom: 3px solid #95c81e;
    }

    .tab-content {
        position: relative;
    }

    .tab-pane {
        /*height: 250px;*/
        width: 100%;
        padding: 20px 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 3;
        background-color: #ebebeb;
        border-top: 1px solid #dcdcdc;
        display: none;
    }

    .tab-pane.active {
        z-index: 10;
        display: block;
    }

    .tab-pane ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        font-family: 'MUSEOSANSCYRL-300';
    }

    .tab-pane ul > li {
        margin-right: 30px;
    }

    .tab-pane a {
        color: #282828;
        line-height: 24px;
    }

    .tab-pane a.title_nav {
        font-family: 'MUSEOSANSCYRL-700';
    }

    .tab-pane a.title_nav + ul {
        list-style: outside;
        padding-left: 20px;
    }

    .bx-wrapper {
        margin-bottom: 0px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }

    .bx-wrapper .bx-controls .bx-pager, .bx-wrapper .bx-controls .bx-controls-auto {
        bottom: 30px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #e7e7e7;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #9cd11f;
    }

    .slider_img {
        height: 620px;
    }

    .slider_img img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        font-family: 'MUSEOSANSCYRL-300';
        height: 100%;
    }

    .slider_txt {
        margin-top: 230px;
        font-size: 50px;
        /*color: #fff;*/
        color: #0D2B57
    }

    .actions_slide {
        margin-top: 50px;
    }

    .actions_slide .btn {
        min-width: 200px;
    }

    .title_h1 {
        font-size: 36px;
        font-family: 'MUSEOSANSCYRL-700';
    }

    .title_h2 {
        font-size: 22px;
        font-family: 'MUSEOSANSCYRL-700';
    }

    .title_h3 {
        font-size: 20px;
    }

    .title_h4 {
        font-size: 18px;
    }

    .title_h4 p {
        line-height: 25px;
    }

    .title_h5 {
        font-size: 16px;
    }

    .title_h6 {
        font-size: 14px;
    }

    .title_banner {
        font-size: 50px;
        font-family: 'MUSEOSANSCYRL-700';
        line-height: 55px;
    }

    .about_txt {
        padding-right: 25px;
    }

    .about_media {
        padding-left: 25px;
    }

    .name_adv {
        font-size: 16px;
        color: #282828;
        margin-left: 30px;
    }

    .adv_item {
        margin-bottom: 80px;
        position: relative;
    }

    .adv_discr {
        position: absolute;
        background: #fff;
        top: 50%;
        transform: translate(0%, -50%);
        border-left: 2px solid #0856a2;
        padding-left: 20px;
        overflow: hidden;
        max-height: 0px;
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }

    .adv_item:hover .adv_discr {
        max-height: 400px;
    }

    .diagrams_outer {
        margin-top: 60px;
    }

    .project_adm_img img {
        width: 100%;
    }

    .diagram_item {
        font-family: 'MUSEOSANSCYRL-700';
        text-align: center;
        margin-bottom: 50px;
    }

    .count_objects {
        background-color: #0d2b57;
        height: 320px;
        text-align: center;
        position: relative;
        margin-top: 30px;
    }

    .count_objects img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
    }

    .text_count {
        position: relative;
        text-align: center;
        color: #9fd21e;
        font-size: 90px;
        font-family: 'MUSEOSANSCYRL-300';
    }

    .rev_item {
        padding-bottom: 40px;
    }

    .rev_item:nth-child(odd) {
        padding-right: 20px;
    }

    .rev_item:nth-child(even) {
        padding-left: 20px;
    }

    .rev_item_wrap {
        background-color: #f3f3f3;
        border-radius: 5px;
        border: 1px solid #ebebeb;
        padding: 20px;
        height: 100%;
        cursor: pointer;
    }

    .text_count small {
        display: block;
        font-size: 24px;
        color: #fff;
    }

    .rev_text {
        color: #282828;
        font-size: 18px;
        padding-bottom: 50px;
        font-family: 'MUSEOSANSCYRL-300';
    }

    .link {
        font-size: 14px;
    }

    .reviews_outer {
        margin-top: 50px;
    }

    .news {
        margin-top: -40px;
    }

    .news_outer {
        margin-top: 50px;
    }

    .new_wrap {
        padding-bottom: 10px;
    }

    .new_wrap:nth-child(1), .new_wrap:nth-child(2), .new_wrap:nth-child(4) {
        padding-right: 10px;
    }

    .new_item {
        background-color: #d6d7d7;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        min-height: 400px;
        padding: 25px;

    }

    .new_item:hover img {
        transform: scale(1.1);
    }

    .new_item img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .text_new {
        position: relative;
    }

    .date {
        font-family: 'MUSEOSANSCYRL-300';
        font-size: 16px;
    }

    .all_news a {
        color: #282828;
        font-family: 'MUSEOSANSCYRL-700';
        font-size: 24px;
    }

    .fa-angle-double-right {
        position: relative;
        top: 1px;
    }

    .mobile_head {
        display: none;
    }

    .banner_b {
        position: relative;
        height: 420px;
        color: #fff;
        background: rgb(13, 43, 87);
        background: -webkit-linear-gradient(45deg, rgb(13, 43, 87) 38%, rgb(8, 86, 162) 100%);
        background: -o-linear-gradient(45deg, rgb(13, 43, 87) 38%, rgb(8, 86, 162) 100%);
        background: -ms-linear-gradient(45deg, rgb(13, 43, 87) 38%, rgb(8, 86, 162) 100%);
        background: linear-gradient(45deg, rgb(13, 43, 87) 38%, rgb(8, 86, 162) 100%);
        flex-direction: column;
        display: flex;
    }

    .banner_b img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
    }
    .breadcrumbs {
        padding-top: 20px;
    }
    .bread_cont {
        flex: 0;
    }
    .baner_cont {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .services_outer {
        margin-left: -25px;
    }

    .services_item {
        padding-bottom: 25px;
        padding-left: 25px;
        width: 20%;
    }

    .services_item img {
        max-width: 100%;
    }

    .services_item_wr {
        height: 290px;
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #e7e7e7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .services_item_wr .link {
        text-align: center;
        padding: 0px 20px;
    }

    .link {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    .link a {
        font-size: 14px;
        color: #0856a2;
    }

    .link a i {
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .filters_b .btn {
        margin: 12px 10px;
        min-width: 120px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filters_b .btn.active {
        background-color: #9cd11f;
        color: #0d2b57;
    }

    .projects_b, .news_b {
        margin-top: 70px;
    }

    .project_img {
        max-width: 375px;
        height: 200px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

    .project_img img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
    }

    .project_title a {
        color: #0072ff;
    }

    .project_item, .news_item {
        margin-top: 50px;
    }

    .left .project_txt {
        padding-right: 40px;
    }

    .right .project_txt, .right .news_item {
        padding-left: 40px;
    }

    .list_b {
        margin-top: 40px;
    }

    .list_b ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        padding-left: 25px;
    }

    .list_b ul li {
        position: relative;
        padding-left: 5px;
        padding-bottom: 15px;
    }

    .list_b ul li:before {
        content: '';
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjOWNkMTFmIi8+Cjwvc3ZnPgo=);
        width: 20px;
        height: 17px;
        background-repeat: no-repeat;
        position: absolute;
        left: -20px;
        top: 3px;
    }

    .btn_form {
        background-color: #9cd11f;
        border: none;
        color: #fff;
        font-size: 14px;
        font-family: 'MUSEOSANSCYRL-300';
        height: 35px;
        border-radius: 5px;
        width: 100%;
        outline: none;
    }

    .check_b {
        width: 15px;
        margin-right: 10px;
    }

    .check_b + div {
        font-size: 11px !important;
    }

    a.dark {
        border-bottom: 1px solid;
    }

    .slider_item {
        height: 400px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        padding: 30px;
        border: 1px solid #e7e7e7;
    }

    .conf_slider .slider_item {
     height: 620px;
 }

 .slider_item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.title_slide, .text_slide {
    position: relative;
}

.title_slide {
    color: #0072ff;
}

.slider_b, .slider_sert {
    margin-top: 50px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: space-between;
}

.owl-stage-outer {
    z-index: 2;
}

.owl-prev, .owl-next {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-prev {
    margin-left: -75px;
}

.owl-next {
    margin-right: -75px;
}

.owl-prev:hover, .owl-next:hover {
    background: #e7e7e7 !important;
}

.owl-prev span, .owl-next span {
    font-size: 60px;
    line-height: 0px;
    margin-top: -6px;
}

.solutions_item {
    height: 220px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.solutions_item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.solutions_item:hover img {
    transform: scale(1.1);
}

.solutions_item div, .solution_link a {
    position: relative;
    color: white;
    text-shadow: 0px 0px 9px #000;
}

.solution_wrap {
    padding-right: 15px;
    padding-bottom: 30px;
}

.solution_link i {
    position: relative;
    top: 2px;
}

.equipment_outer {
    margin-left: -60px;
}

.equipment_item {
    padding-left: 60px;
    margin-bottom: 30px;
}

.equipment_image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.equipment_image {
    height: 275px;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
}

.nav_page {
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-top: 82px;
    max-width: 190px;
    z-index: 3;
}

.nav_page.fixed {
    position: fixed;
    top: -50px;
}

.nav_page li {
    margin-bottom: 15px;
}

.nav_page li:last-child {
    margin-bottom: 0px;
}

.nav_page li a {
    color: #292929;
    border-bottom: 1px solid;
    font-size: 13px;
}

.tabs_nav {
    border-bottom: 1px solid #e7e7e7;
}

.tabs_nav ul {
    display: flex;
    justify-content: space-between;
}

.tabs_nav ul li.active {
    border-bottom: 3px solid #95c81e;
}

.tabs_nav ul a {
    line-height: 77px;
    font-size: 16px;
    font-family: 'MUSEOSANSCYRL-700';
    color: #626262;
}

.dig {
    font-family: 'MUSEOSANSCYRL-900ITALIC';
    font-size: 100px;
    color: #d3d3d3;
    line-height: 76px;
    padding-right: 15px;
}

.argument_item {
    margin-bottom: 100px;
}

.argument_item:nth-last-child(-n+3) {
    margin-bottom: 0px;
}

.arguments {
    background-color: #f0f0f0;
    padding: 20px 0px;
    margin-top: 30px;
}

.sertificate img {
    width: 100%;
}

.border_left_green {
    padding-left: 40px;
    border-left: 1px solid #9cd11f;
}

.personal_avatar {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.personal_avatar img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.personal_info {
    margin-left: 20px;
}

.addres_outer {
    margin-top: 40px;
}

.addres_outer ul {
    padding-right: 30px;
}

.addres_outer ul:nth-child(even) {
    padding-right: 0px;
}

.addres_outer ul li a {
    color: #626262;
}

.addres_outer ul li.active a {
    color: #282828;
    padding-left: 20px;
    position: relative;
}

.addres_outer ul li.active a:before {
    content: "";
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00ODQuMTQsMjI2Ljg4NkwzMDYuNDYsNDkuMjAyYy01LjA3Mi01LjA3Mi0xMS44MzItNy44NTYtMTkuMDQtNy44NTZjLTcuMjE2LDAtMTMuOTcyLDIuNzg4LTE5LjA0NCw3Ljg1NmwtMTYuMTMyLDE2LjEzNiAgICBjLTUuMDY4LDUuMDY0LTcuODYsMTEuODI4LTcuODYsMTkuMDRjMCw3LjIwOCwyLjc5MiwxNC4yLDcuODYsMTkuMjY0TDM1NS45LDIwNy41MjZIMjYuNThDMTEuNzMyLDIwNy41MjYsMCwyMTkuMTUsMCwyMzQuMDAyICAgIHYyMi44MTJjMCwxNC44NTIsMTEuNzMyLDI3LjY0OCwyNi41OCwyNy42NDhoMzMwLjQ5NkwyNTIuMjQ4LDM4OC45MjZjLTUuMDY4LDUuMDcyLTcuODYsMTEuNjUyLTcuODYsMTguODY0ICAgIGMwLDcuMjA0LDIuNzkyLDEzLjg4LDcuODYsMTguOTQ4bDE2LjEzMiwxNi4wODRjNS4wNzIsNS4wNzIsMTEuODI4LDcuODM2LDE5LjA0NCw3LjgzNmM3LjIwOCwwLDEzLjk2OC0yLjgsMTkuMDQtNy44NzIgICAgbDE3Ny42OC0xNzcuNjhjNS4wODQtNS4wODgsNy44OC0xMS44OCw3Ljg2LTE5LjFDNDkyLjAyLDIzOC43NjIsNDg5LjIyOCwyMzEuOTY2LDQ4NC4xNCwyMjYuODg2eiIgZmlsbD0iIzljZDExZiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 1px;
}

.fa-map-marker-alt, .fa-phone {
    color: #9cd11f;
}

.map {
    height: 630px;
    width: 57%;
}

.ya_map {
    position: relative;
    /*margin-top: 80px;*/
}

.contact_b {
    position: absolute;
    height: 100%;
    width: 43%;
    background: rgba(13, 43, 87, 0.7);
    z-index: 2;
    right: 0px;
    padding: 40px;
}

.story_year {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 10px;
}

.story_year span {
    font-weight: 400;
}

.story_discr {
    padding-right: 60px;
    padding-top: 20px;
}

.story_hr {
    position: relative;
    background-color: #9cd11f;
    border: 0px;
    height: 4px;
    width: 100%;
}

.story_hr:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #9cd11f;
    position: absolute;
    left: 0px;
    top: -5px;
}

.story_item:last-child .story_hr:after {
    content: '';
    position: absolute;
    right: -12px;
    top: -8px;
    border: 10px solid transparent;
    border-left: 10px solid #9cd11f;
}

.info_sotrudnich {
    background-color: #e7e7e7;
    padding: 60px 0px;
}

.equt_wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    min-height: 165px;
    padding: 10px;
}

.equt_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.equt_wrap ul {
    position: relative;
}

.equt_wrap ul > li {
    font-weight: bold;
}

.equt_wrap ul > li > a {
    display: block;
}

.equt_wrap ul > li > ul > li {
    font-weight: 400;
}

.equt_wrap ul > li > ul {
    margin-top: 3px;
}

.equt_item {
    padding-left: 15px;
    margin-bottom: 15px;
}

.equt_outer {
    margin-left: -15px;
}

.eq_img {
    width: 100%;
}
.mw_img {
    max-width: 100%;
}

.item_sert {
    cursor: pointer;
}

.doc_item {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #f3f3f3;
    margin-top: 15px;
}

.doc_item a {
    border-bottom: 1px solid;
}

.doc_item a, .doc_item i {
    color: #0856a2;
}

.doc_file:nth-child(n+3) {
    margin-top: 15px;
}

.video_outer {
    margin-left: -30px;
}

.video_item {
    padding-left: 30px;
    margin-top: 30px;
}

.wrap_video_item {
    height: 210px;
    background: #e7e7e7;
}

.download_b {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.config_item .download_b a {
    border-bottom: none;
}

.config_item {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.config_item:last-child {
    border-bottom: 0px;
}

.config_item a {
    color: #0856a2;
    border-bottom: 1px solid;
}

.config_item select {
    outline: none;
    padding: 5px 10px;
    padding-right: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #0856a2;
}

.for_select {
    position: relative;
    display: inline-block;
}

.for_select:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiMwODU2YTIiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    top: 10px;
    right: 10px;
    background-size: 100%;
}

.breadcrumbs {
    position: relative;
    z-index: 2;
}
.breadcrumbs ul {
    display: flex;
}

.breadcrumbs li {
    position: relative;
    padding-right: 20px;
    font-size: 12px;
}

.breadcrumbs li a {
    color: #fff;
    font-family: 'MUSEOSANSCYRL-300';
}

.breadcrumbs li:after {
    content: '-';
    position: absolute;
    right: 5px;
    top: 0;
}

.breadcrumbs li.active:after {
    display: none;
}
.breadcrumbs li.active {
    font-family: 'MUSEOSANSCYRL-700';
}

.toggle_text {
    max-height: 100px;
    overflow: hidden;
}

.toggle_text.show {
    max-height: initial;
}

.toggle_text_btn {
    margin-top: 10px;
    color: #0072ff;
    display: inline-block;
    cursor: pointer;
}

ul.dotted {
    list-style: disc;
}

ul.dotted li {
    margin-left: 20px;
}

.container_use_equip {
    padding: 25px 0px;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.use_equip_name {
    font-size: 18px;
    font-family: 'MUSEOSANSCYRL-300';
    margin-bottom: 20px;
}

.use_equip_item {
    margin-bottom: 30px;
}

.accordeon_item_name {
    border-bottom: 2px solid #e7e7e7;
    padding: 10px 0px;
    cursor: pointer;
}

.accordeon_item_content {
    height: 0px;
    overflow: hidden;
}

.accordeon_item.active .accordeon_item_content {
    height: auto;
}

.accordeon_item .fa-angle-up {
    transform: rotate(-180deg);
}

.accordeon_item.active .fa-angle-up {
    transform: rotate(0deg);
}

.content_item {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
}

.content_item_link a {
    border-bottom: 1px solid;
}

.content_item_link a:hover {
    border-bottom: 0px solid;
}

.issue {
    background-color: #e7e7e7;
    padding: 40px 0px;
}
.issue .accordeon_item_name {
    color: #0072ff;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.equt_list a {
    color: #0d2b57;
}

/*--------------------------------------------------
    footer
    ---------------------------------------------------*/
    .footer {
        margin-top: 100px;
        padding: 50px 0px;
        background-color: #0d2b57;
    }

    .footer_menu > ul {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        padding-left: 0px;
    }

    .footer_menu > ul > li {
        padding-right: 20px;
    }

    .footer_menu > ul > li:last-child {
        padding-right: 0px;
    }

    .footer_menu > ul > li > ul {
        padding-left: 0px;
        list-style: none;
    }

    .footer_menu .list_ul {
        list-style: outside;
        color: #fff;
        font-size: 14px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .footer_menu a {
        color: #fff;
    }

    .main_title_footer_menu {
        font-size: 16px;
        font-family: 'MUSEOSANSCYRL-900';
        margin-bottom: 20px;
    }

    .title_footer_menu {
        margin-top: 10px;
        font-size: 14px;
        font-family: 'MUSEOSANSCYRL-900';
    }

    .lang_footer {
        padding-bottom: 10px;
        border-bottom: 1px solid #144387;
        position: relative;
    }

    .lang_footer, .lang_footer a {
        color: #fff;
    }

    .lang_footer a {
        border-bottom: 1px solid;
    }

    .lang_footer a:hover {
        border-bottom: 1px solid transparent;
    }

    .footer_head {
        padding-top: 20px;
    }

    .footer .logo {
        border: 0px;
    }

    .footer .phone_head, .footer .phone_head small, .footer a {
        color: #fff;
    }

    .soc_item {
        margin: 0px 10px;
    }

    .fa-angle-down {
        color: #fff;
        float: right;
        font-size: 22px;
        cursor: pointer;
        display: none !important;
    }

    .modal-content {
        padding: 40px;
    }

    .close {
        width: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .modal-content {
        color: #353545;
    }

    .modal-body {
        padding: 0px;
    }

    .line_form {
        margin-top: 15px;
    }

    .line_form label, .line_form input {
        width: 100%;
    }

    .line_form label > div {
        font-size: 14px;
        color: #aeaeae;
    }

    .line_form input[type="text"] {
        height: 35px;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
        background-color: #f8f9fc;
        padding: 0px 10px;
        outline: none;
    }

/*--------------------------------------------------
    colors
    ---------------------------------------------------*/

    .dark {
        color: #282828;
    }

    .white {
        color: #fff;
    }

    .green {
        color: #9cd11f;
    }

/*--------------------------------------------------
    margin
    ---------------------------------------------------*/
    .mt0 {
        margin-top: 0px;
    }

    .mt5 {
        margin-top: 5px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .mt50 {
        margin-top: 50px;
    }

    .mt60 {
        margin-top: 60px;
    }

    .mr5 {
        margin-right: 5px;
    }

    .mr30 {
        margin-right: 30px;
    }

    .ml5 {
        margin-left: 5px;
    }

    .ml20 {
        margin-left: 20px;
    }

    .mr10 {
        margin-right: 10px;
    }

    .mr20 {
        margin-right: 20px;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb25 {
        margin-bottom: 25px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

/*--------------------------------------------------
    padding
    ---------------------------------------------------*/
    .pt20 {
        padding-top: 20px;
    }

    .pt30 {
        padding-top: 30px;
    }

    .pb20 {
        padding-bottom: 20px;
    }

    .pr20 {
        padding-right: 20px;
    }

    .pr10 {
        padding-right: 10px;
    }

    .pr15 {
        padding-right: 15px;
    }

    .pl5 {
        padding-left: 5px;
    }

    .pl10 {
        padding-left: 10px;
    }

    .pl15 {
        padding-left: 15px;
    }

    .pl20 {
        padding-left: 20px;
    }
/*--------------------------------------------------
    form errors
    ---------------------------------------------------*/
    form label.error{
     color: red;
     font-size: 12px;
 }
 form .check_b label.error{
     white-space: nowrap;
     margin-top: 10px;
 }
 .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}
.new-news .item{
	margin-bottom: 0;
    height: 100%;
}
.new-news .item .image{
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
	display: block;
	position: relative;
	overflow: hidden;
	height: 250px;
	border-radius: 5px;
}
.new-news .item .image img{
	max-height: 100%;
	display: inline-block;
	/*width: 100%;*/
}
.new-news .item .date{
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 17px;
}
.new-news .item .info{
	padding: 17px 24px 51px;
}
.new-news .item .name{
	color: #0d2b57;
	font-size: 18px;
}

@media screen and (max-width: 500px) {
    .mob_slider_button {
        display: block;
        width: fit-content;
        background: #9cd11f;
    }

    .mob_slier_container {
        margin-top: 12px;
    }

    .banner_title.item_info {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
}

.amd007 {
    background: #92c622;
    min-width: 200px;
}

@media screen and (max-width: 321px) {
    .banner_title.item_info {
        font-size: 16px !important;
    }
}

.faq_link {
    display: inline-block;
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
}

/**/


/* Задаем общий стиль всплывающей подсказки для нужных элементов*/
/*.faq_link:hover > .text_top_faq {
    position: absolute;
    width: 100px;
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 4px;
    bottom: -56px;
    left: -34px;
    z-index: 9;
    display: block;
}
 */
.text_top_faq {
    position: absolute;
    top: 65px;
    background: #0d2b57;
    z-index: 999;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400 !important;
}