/* Fonts */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/Ruberoid-Regular.eot');
    src: local('Ruberoid'), local('Ruberoid-Regular'),
        url('../fonts/Ruberoid-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Regular.woff2') format('woff2'),
        url('../fonts/Ruberoid-Regular.woff') format('woff'),
        url('../fonts/Ruberoid-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ruberoid Semi';
    src: url('../fontsRuberoid-SemiBold.eot');
    src: local('Ruberoid Semi Bold'), local('Ruberoid-SemiBold'),
        url('../fontsRuberoid-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fontsRuberoid-SemiBold.woff2') format('woff2'),
        url('../fontsRuberoid-SemiBold.woff') format('woff'),
        url('../fontsRuberoid-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/Ruberoid-Bold.eot');
    src: local('Ruberoid Bold'), local('Ruberoid-Bold'),
        url('../fonts/Ruberoid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Bold.woff2') format('woff2'),
        url('../fonts/Ruberoid-Bold.woff') format('woff'),
        url('../fonts/Ruberoid-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    border: 1px solid #000;
} */
.art_content_wrapper ol,
.privacy-policy ol,
.page-template-default ol {
    margin: 0 0 10px;
}
.art_content_wrapper ul,
.privacy-policy ul,
.page-template-default ul {
    margin: 0 0 10px;
    padding-left: 20px;
}
.art_content_wrapper ul li,
.privacy-policy ul li,
.page-template-default ul li {
    list-style: disc;
}
.privacy-policy strong,
.page-template-default strong {
    display: block;
    margin-bottom: 10px;
}
input {
    outline: none !important;
}
textarea {
    resize: none;
}
html, body {
    font-family: 'Ruberoid';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #282828;
    text-align: center;
    background: #F0F0F0;
    overflow-x: hidden;
}
.site.grid-container {
    margin: 0 auto;
    padding: 80px 0 0;
    overflow: hidden;
}
.site.grid-container {
    max-width: 100%;
}
button, a, input, select, textarea {
    font-family: 'Ruberoid';
}
/* .home .site.grid-container {
    max-width: 1600px;
} */
.site-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
section {
    width: 100%;
    padding: 120px 0 0;
    margin: 0 auto;
}
ul, li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
h1, p {
margin: 0;
}
.inside-header {
    padding: 15px 0;
}
select {
    background-color: transparent !important;
    border-color: transparent !important;
}
.site-header {
    width: 100%;
    z-index: 1000;
    background: #FFF;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 0;
}
.grid-container {
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
}
.site-header.scroll {
    left: 0;
    -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
}
.header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
}
.logo {

}
.logo_img {
    display: block;
    width: 65px;
    min-width: 65px;
    height: 50px;
}

.menu_nav_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-item {

}
.menu-item a {
    color: #141414;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
}
.menu-item a:hover,
.menu-item a:focus {
    border-bottom: 1px solid #141414;
}
.header_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .header_phone {
    margin-right: 25px;
}
.header_phone::before {
    content: '';
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    background: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.header_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin: 0 25px 0 10px;
}
.header_email::before {
    content: '';
    display: block;
    position: relative;
    width: 27px;
    height: 27px;
    background: url(../img/email.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ham {
    width: 50px;
    min-width: 50px;
    height: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0;
    z-index: 100;
}

.ham div {
    width: 50px;
    height: 2px;
    background: #13323F;
    position: relative;
    margin-bottom: 10px;
}

.ham div:nth-of-type(1) {
    -webkit-transition: background .3s, -webkit-transform .3s ease-in-out;
    transition: background .3s, -webkit-transform .3s ease-in-out;
    -o-transition: background .3s, transform .3s ease-in-out;
    transition: background .3s, transform .3s ease-in-out;
    transition: background .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 45px;
}

.ham div:nth-of-type(2) {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: background .3s, -webkit-transform .15s ease-in-out;
    transition: background .3s, -webkit-transform .15s ease-in-out;
    -o-transition: background .3s, transform .15s ease-in-out;
    transition: background .3s, transform .15s ease-in-out;
    transition: background .3s, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.ham div:nth-of-type(3) {
    -webkit-transition: background .3s, -webkit-transform .3s ease-in-out;
    transition: background .3s, -webkit-transform .3s ease-in-out;
    -o-transition: background .3s, transform .3s ease-in-out;
    transition: background .3s, transform .3s ease-in-out;
    transition: background .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin-bottom: 0;
    width: 45px;
}
.ham.--toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
}
.ham.--toggle div {
    position: absolute;
    margin-bottom: 0;
}

.ham.--toggle div:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.ham.--toggle div:nth-of-type(2) {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}

.ham.--toggle div:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.button {
    padding: 15px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    color: #141414;
    font-size: 20px;
}
.header_content .button {
    width: 200px;
    margin-left: 20px;
}
.hidden {
    display: none;
}
.mobile {
    display: none;
}
.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding: 100px 0 0;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: absolute;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    overflow-y: auto;
    height: 100vh;
    color: #212322;
    text-align: left;
}
.menu_nav.--toggle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    z-index: 20;
    width: 100%;
}
.menu_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.menu_nav .menu-full_menu-container {
    width: 100%;
}
.menu_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-family: 'TT Firs Neue';
    color: #212322;
    font-size: 70px;
    line-height: normal;
    letter-spacing: -0.8px;
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.menu_nav .menu-item a:hover {
    border: none;
}
.menu_nav .menu-item:hover, 
.menu_nav .menu-item:focus {
    background: #18768C;
}
.menu_nav .menu-item:hover a,
.menu_nav .menu-item:focus a {
    color: #fff;
    text-decoration: none;
}




.button {
    float: left;
    position: relative;
    cursor: pointer;
}
.button.main_button .label {
    display: inline-block;
}
.button.main_button:hover .icon:before,  .button.main_button:hover .icon:after {
    width: 100%;
}
.button.main_button:hover .icon span:before,  .button.main_button:hover .icon span:after {
height: 100%;
}
.button.main_button .icon {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.button.main_button .icon:before,  .button.main_button .icon:after {
content: "";
height: 2px;
width: 130px;
position: absolute;
display: block;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s;
}
.button.main_button .icon:before {
left: 0;
top: 0;
background: #0F5585;
}
.button.main_button .icon:after {
right: 0;
bottom: 0;
background: #141414;
}
.button.main_button .icon span:before,  .button.main_button .icon span:after {
content: "";
position: absolute;
display: block;
width: 2px;
height: 57px;
-webkit-transition: height 0.5s;
-o-transition: height 0.5s;
transition: height 0.5s;
}
.button.main_button .icon span:before {
left: 0;
top: 0;
background: #0F5585;
}
.button.main_button .icon span:after {
right: 0;
bottom: 0;
background: #141414;
}

.main_button:before, .main_button:after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 2px;
-webkit-transition: height 0.5s;
-o-transition: height 0.5s;
transition: height 0.5s;
z-index: 1;
}
.main_button:before {
bottom: 0;
left: 0;
background: #0F5585;
}
.main_button:after {
top: 0;
right: 0;
background: #141414;
}
.main_button {
    padding-right: 50px;
    background: url(../img/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 20px;
}
.header__ham {
    display: none;
}


.menu {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 80px;
}
.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    height: 80px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu li a.menu__submenu-toggler {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 15px;
        height: 15px;
    padding: 0;
    border: 0;
    margin-left: 10px;
    background: url(../img/arrow-down.svg) no-repeat 100%;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
}
.menu li a {
    color: #141414;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
}
.parent-menu .menu__submenu {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu .open .menu__submenu, .menu>li:hover .menu__submenu {
    overflow: visible;
}
.menu__submenu li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.menu__submenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 1rem;
    line-height: normal;
    color: #282828;
}
.header__menu {
    position: absolute;
    z-index: 2000;
    top: 100%;
    right: 0;
    list-style: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 0 0 0 1.25rem;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.15);
            box-shadow: 0 10px 25px rgba(0,0,0,.15);
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
        transform: translateX(150%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu__submenu {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding: 0.8125rem 0 0 1.25rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.lang_select {
    color: #000;
    background: url(../img/lang_select.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
    padding-right: 20px;
}
@media(min-width: 1200px) {
    .site-header .header_phone {
        margin-right: 25px;
        }
    .header__menu {
        position: static;
        width: auto;
        max-width: none;
        height: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    }
    .menu > .menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
                margin-right: 20px;
    }
    .menu > .menu__item:last-child {
        margin-right: 0;
    }
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        overflow: visible;
        height: 100%!important;
        padding: 0;
    }
    menu li {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 1.875rem 0 0;
    }
    .menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding-top: 1px;
        border: 2px solid transparent;
    }
    .menu > .menu__item > .menu__link:hover {
        border: 2px solid #E85300;
        background: url(../img/btn_arrow-orange.svg);
        background-repeat: no-repeat;
        background-position: center right 4px;
        background-size: 12px;
    }
    .menu>li>a.menu__link {
        padding: 0px 20px 0 2px;
    }
    .menu li a.menu__submenu-toggler {
        -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
        background: url(../img/arrow-down.svg) no-repeat 100%;
        background-size: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .parent-menu .container__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;
        width: 100%;
        padding: 0;
        background: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        max-width: 1100px;
        margin: 0 auto;
        right: 0;
    }
    .menu>li:active>a.menu__submenu-toggler, .menu>li:focus>a.menu__submenu-toggler, .menu>li:hover>a.menu__submenu-toggler {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    .menu .open .menu__submenu, .menu>li:hover .menu__submenu {
        max-height: 43.75rem;
        padding: 10px 0px 0px;
        border: 2px solid #939597;
        min-height: 410px;
    }
    .menu__submenu li a {
        border: none;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 3px;
        border-radius: 10px;
    }
    .menu__submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: hidden;
        width: 100%;
        max-height: 0;
        padding: 0;
        border: 0;
        background: #FFF;
    }
    .menu>li .second-parent-menu .menu__submenu {
        max-height: 0;
        padding: 0;
        border: 0;
    }
    .menu>li .second-parent-menu:hover .menu__submenu {
        max-height: 43.75rem;
        padding: 10px 15px;
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        z-index: 1;
    }
    .second-parent-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    }
    .second-parent-menu:hover .menu__submenu-toggler {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    }
    .second-parent-menu .container__submenu {
        width: 100%;
        left: 35.5%;
        top: 1%;
        margin: 0;
        height: 98%;
        max-width: 420px;
    }
    .menu__submenu li {
        padding: 10px 10px 10px 30px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .menu__submenu li:hover {
        background: #0F5585;
    }
    .menu__submenu li:hover a {
        color: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .second-parent-menu .menu__submenu li a {
        color: #141414;
        font-size: 0;
    }
    .second-parent-menu:hover .menu__submenu li a {
        font-size: 1rem;
    }
    .second-parent-menu:hover .menu__submenu-toggler {
        background: url(../img/arrow-down-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .second-parent-menu .menu__submenu li {
        padding: 0;
        background: transparent;
        margin-bottom: 20px;
    }
    .second-parent-menu .menu__submenu li:hover a {
        color: #0F5585;
    }
}

.second-parent-menu .menu_article {
    display: none !important;
}
.menu_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 290px;
    padding: 20px 25px;
    margin-left: auto;
    position: absolute;
    right: 2px;
    background: #fff;
    height: 95%;
}
.menu_article_title {
    color: #034F84;
    text-align: left;
    margin-bottom: 10px;
}
.menu_article_img {
    margin-bottom: 10px;
    width: 240px;
    height: 110px;
    background: url(../img/menu_article.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.menu_article_description {
    margin-bottom: 10px;
    color: #141414;
    font-size: 14px;
    text-align: left;
}
.menu_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px !important;
    border: 1px solid #034F84 !important;
    color: #034F84 !important;
    font-size: 12px !important;
    line-height: 16px;
    height: 35px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
}
.menu-open .header__menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
}

.main_link.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_link.mobile {
    display: none;
}

@media(max-width: 1200px) {
    .main_link.desktop {
        display: none;
    }
    .main_link.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header_content {
        padding: 12px 10px;
    }
    .header__ham {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 40px;
    }
    .menu {
        height: calc(100vh - 8rem);
    }
    .parent-menu .container__submenu {
        padding: 0.625rem 0 0;
        width: 100%;
    }
    .parent-menu .menu__submenu {
        height: 0;
        overflow: hidden!important;
        padding: 0;
    }
    .menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .menu li {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 0;
    }
    .parent-menu .menu__submenu-toggler.active {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
            transform: rotate(1turn);
    }
    .parent-menu .menu__submenu.active {
        height: auto;
        overflow: visible;
        padding: 0.625rem 0 0;
    }
    .parent-menu .menu__submenu {
        height: 0;
        overflow: hidden!important;
        padding: 0;
    }
    .second-parent-menu .menu__submenu-toggler.active {
        -webkit-transform: 0;
        -ms-transform: 0;
            transform: 0;
    }
    .second-parent-menu .menu__submenu.active {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    .second-parent-menu .menu__submenu-toggler.show {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
            transform: rotate(1turn);
    }
    .second-parent-menu .menu__submenu.show {
        height: auto;
        overflow: visible;
        padding: 0.625rem 0 0;
    }
    .menu_nav_center {
        width: 100%;
    }
    .main_button {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .header_email {
        margin-left: auto;
    }
}
.mobile {
    display: none;
}

@media(max-width: 650px) {
    .site.grid-container {
        padding-top: 60px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .header_content .button {
        margin: 10px 0 0;
    }
    .main_button {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .header__ham {
        margin-left: 30px;
    }
}


.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    padding-top: 40px;
    /* max-width: 1400px; */
}
.main_content {
    width: 100%;
    padding: 80px 0px 40px 0px;
    position: relative;
}
.main_content .grid-container {
    margin: 0;
}
.main_content::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 1080px;
    height: 100%;
    background: #0F5585;
    z-index: 1;
    margin: 80px auto 0 0;
}
.main_info {
    padding-right: 240px;
}
.main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgba(147, 149, 151, 0.50);
    margin: 0;
    z-index: 2;
}
.main::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 293px;
    background: #fff;
    z-index: 0;
}
.main_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    position: relative;
    width: calc(100% + 100px);
}
.main_slider .slick-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -100px 700px 0 auto;
}
.main_slider .slick-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -23px 600px 0 auto;
}
.main_slide {
    color: #fff;
}
.main .main_title {
    margin: 0 0 20px;
    font-size: 50px;
    text-align: left;
    max-width: 900px;
}
.main .main_text {
    margin: 0 0 30px;
    font-size: 20px;
    text-align: left;
    max-width: 600px;
}
.main_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    /* border: 1px solid #FFF; */
    padding: 10px 15px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 45px;
    cursor: pointer;
    height: 45px;
}
.first_btns .main_link {
    font-size: 20px;
}
.main_link::after {
    content: '';
    display: block;
    position: relative;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.programms_download .main_link {
    background: transparent;
}
.main_link rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.main_link svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.news_link rect {
    stroke: #034F84;
}

/* .main_link:hover {
    font-weight: 700;
    letter-spacing: 1px;
} */
.main_link:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_link:hover {
    color: #fff;
}

.main_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: -130px 1px 0 0px;
}
.main_img {
    margin-left: auto;
    max-width: 565px;
    -o-object-fit: cover;
       object-fit: cover;
}
.main_media::before {
    content: '';
    display: block;
    position: absolute;
    width: 650px;
    height: 322px;
    background: url(../img/main_decor.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: -200px 100px 0 0px;
}

.main_media_decor {
    position: relative;
}
.main_slider::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
    margin: 0 0 -177px 0;
    z-index: 1;
}

.media_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.media_slider .slick-arrow {
    display: none !important;
}




@media(max-width: 1200px) {
    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        position: relative;
        padding-top: 0px;
    }
    .grid-container {
        max-width: 100%;
        padding: 0 65px;
    }
    .main_content::after {
        left: 0;
        width: calc(100% + 130px);
        margin-left: -65px;
    }
    .main_slider {
        width: calc(100% + 65px);
    }
    .main_content::after {
        background: #034F84;
        top: 0;
        margin-top: 0;
    }
    .main::before {
        left: 65px;
        width: 130px;
        height: 70px;
    }
    .main_content {
        padding: 95px 0px 40px 0px;
    }
    .main_media {
        margin: -30px 0 0 0;
    }
    .main_media::before {
        width: 435px;
        height: 200px;
        background-size: contain;
        margin: -50px 245px 0 0px;
    }
    .main_img {
        max-width: 450px;
    }
    .main_slider .slick-prev {
        margin: -60px 600px 0 auto;
    }
    .main_slider .slick-next {
        margin: -23px 500px 0 auto;
    }
    .main_slide {
        margin-right: 1px;
    }
}


@media(max-width: 1024px) {
    section {
        padding: 90px 0 0;
    }
    .main_info {
        padding: 0;
    }
    .main .main_title {
        font-size: 45px;
    }
    .main .main_text {
        margin: 0 0 20px;
    }
    .main_slider::after {
        width: 130px;
        height: 130px;
        margin: 0 0 -100px 0;
    }
}

@media(max-width: 750px) {
    section {
        padding: 60px 0 0;
    }
    .grid-container {
        max-width: 100%;
        padding: 0 10px;
    }
    .main_slider {
        width: calc(100% + 10px);
    }
    .main_content {
        padding: 60px 0 0 0;
    }
    .main_media {
        margin: 90px 0 0 0;
    }
    .main_media::before {
        width: 250px;
        height: 125px;
        margin: -75px 170px 0 0px;
    }
    .main_img {
        max-width: 350px;
    }
    .main_slider .slick-prev {
        margin: 0;
        position: absolute;
        bottom: 240px;
        left: 0px;
    }
    .main_slider .slick-next {
        position: absolute;
        bottom: 240px;
        left: 70px;
        margin: 0;
    }
    .main_slider::after {
        width: 45px;
        height: 90px;
        margin: 0 0 150px 0;
    }
    .main_content::after {
        height: 74%;
    }
    .main .main_title {
        font-size: 30px;
    }
    .main .main_text {
        font-size: 12px;
    }
    .main::before {
        left: 0px;
        width: 70px;
        height: 60px;
    }
}




@media(max-width: 450px) {
    .header_content {
        padding: 10px;
    }
    .main_info {
        max-width: 380px;
    }
    .main_media::before {
        margin: -75px 70px 0 0px;
    }
    .main_img {
        max-width: 250px;
    }
    .main_slider .slick-prev {
        bottom: 200px;
    }
    .main_slider .slick-next {
        bottom: 200px;
    }
    .main_content::after {
        height: 77%;
    }
    .logo_img {
        width: 52px;
        height: 40px;
    }
}

@media(max-width: 380px) {
    .main_media::before {
        margin: -75px 70px 0 0px;
    }
    .main_img {
        max-width: 250px;
    }
    .main_info {
        max-width: 320px;
    }
    .main_slider .slick-prev {
        bottom: 160px;
    }
    .main_slider .slick-next {
        bottom: 160px;
    }
    .main_content::after {
        height: 84%;
    }
    .main_slider::after {
        width: 45px;
        height: 90px;
        margin: 0 0 100px 0;
    }
}

.prezent {
    position: relative;
    padding: 150px 0 0;
}
.prezent::after {
    content: '';
    display: block;
    position: absolute;
    width: 1006px;
    height: 630px;
    background: url(../img/prezent_line.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    right: 0px;
    top: 0;
    z-index: 0;
}

.prezent_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.prezent_main {
    color: #141414;
    font-size: 32px;
    text-align: left;
}
.prezent_main span {
    font-weight: 700;
    color: #0F5585;
}
.prezent_block {
    max-width: 640px;
    z-index: 1;
}
.prezent_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 90px;
}
.prezent_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 50px;
}
.prezent_img {
    width: 51px;
    min-width: 51px;
    height: 51px;
    margin-right: 20px;
}
.prezent_content {
    color: #141414;
    text-align: left;
}
.prezent_content span {
    font-weight: 700;
}
@media(min-width: 1450px) {
    .prezent::after {
        right: 125px;
    }
}

@media(max-width: 1200px) {
    .prezent::after {
        display: none;
    }
    .prezent_item {
        margin-bottom: 30px;
    }
    .prezent_list {
        margin-left: 0;
    }
    .prezent_block {
        width: 100%;
    }
    .prezent_main {
        font-size: 26px;
    }
}

@media(max-width: 1024px) {
    .prezent {
        padding: 100px 0 30px;
    }
    .prezent_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .prezent_block {
        margin: 0 auto;
    }
    .prezent_main {
        font-size: 22px;
        text-align: center;
    }
    .prezent_main::after {
        content: '';
        display: block;
        position: relative;
        width: 300px;
        height: 1px;
        background: #E0784A;
        margin: 25px auto
    }
}

@media(max-width: 650px) {
    .prezent {
        padding: 50px 0;
    }
    .prezent_main {
        font-size: 14px;
    }
    .prezent_content {
        font-size: 14px;
    }
    .prezent_main::after {
        width: 200px;
    }
    .first_btns .main_link {
        font-size: 12px;
    }
}




.statistics {
    padding: 220px 0 250px;
    background: url(../img/stat_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
}

.statistics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.statistics_item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.statistics_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    min-width: 160px;
    height: 160px;
    border: 2px solid #E0784A;
    border-radius: 50%;
    margin-bottom: 30px;
}
.statistics_value {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.2px;
}
.statistics_content {
    color: #FFF;
    text-align: left;
}
.statistics::after {
    content: '';
    display: block;
    position: absolute; 
    bottom: 0;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media(max-width: 1400px) {
    .statistics {
        padding: 170px 0 200px;
    }
}
@media(max-width: 1200px) {
    .statistics {
        padding: 120px 0 130px;
    }
}
@media(max-width: 1024px) {
    .statistics {
        padding: 150px 0 100px;
        background: url(../img/stat_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        position: relative;
    }
    .statistics_list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .statistics_item {
        width: 45%;
    }
    .statistics_item:nth-child(2) {
        margin-top: 100px;
    }
    .statistics::after {
        bottom: -150px;
    }
}
@media(max-width: 650px) {
    .statistics {
        padding: 50px 0 70px;
        background: url(../img/stat_bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        position: relative;
    }
    .statistics_item {
        width: 100%;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit;
                margin-bottom: 40px;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
    }
    .statistics_item:nth-child(2) {
        margin-top: 0;
    }
    .statistics_item:last-child {
        margin: 0;
    }
    .statistics_head {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin: 0 20px 0 0;
    }
    .statistics_value {
        font-size: 20px;
    }
    .statistics::after {
        width: 100px;
        height: 100px;
        right: 0;
        bottom: 0;
        left: 92%;
    }
    .statistics_content {
        font-size: 14px;
    }
    .main_link { 
        font-size: 12px;
    }
}

@media(max-width: 390px) {
    .statistics_content {
        font-size: 12px;
    }   
    .main_link { 
        font-size: 12px;
    }
}




.projects {
    padding: 0;
}
.page_title {
    margin: 0 0 60px;
    color: #141414;
    font-size: 50px;
    text-align: left;
}
.projects_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;        
    margin: 0 0 40px;
}
.projects_item {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 20px;
    background: #FFF;
    -webkit-box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border: none;
    text-align: left;
}
.projects_name {
    margin-bottom: 45px;
    color: #034F84;
    font-size: 20px;
    font-weight: 700;
}
.button.projects_btn .icon:before,
.button.projects_btn .icon span:before,
.projects_btn:before {
background: #E0784A;
}
.button.projects_btn .icon:after,
.button.projects_btn .icon span:after,
.projects_btn:after {
background: #034F84;
}
.projects_description {
    font-size: 14px;
    margin-bottom: auto;
}
.projects_link {
    margin-top: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    color: #939597 !important;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 1px solid #939597;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}
.projects_link:before {
    content: "";
    position: absolute;
    width: 0;
    background: #939597;
    left: 45%;
    height: 1px;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0.7;
}
.projects_link:hover:before {
    width: 100%;
    left: 0;
}
.projects_link::after {
    margin-left: 10px;
    content: '';
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../img/link_arrow-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


@media(max-width: 1200px) {
    .projects_list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .projects_item {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px) {
    .projects {
        padding: 100px 0 0;
    }
    .projects .page_title {
        border-left: 3px solid #E0784A;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        padding-left: 10px;
    }
    .page_title {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .projects_name {
        margin-bottom: 30px;
    }
    .projects_link {
        margin-top: 30px;
        font-size: 16px;
    }
}
@media(max-width: 650px) {
    .page_title {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .projects_item {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 15px;
    }
    .projects_item:last-child {
        margin: 0;
    }
    .projects_description {
        font-size: 14px;
    }
    .projects_name {
        margin-bottom: 10px;
    }
    .projects_link {
        margin-top: 10px;
        font-size: 12px;
    }
}
@media(max-width: 390px) {
    .projects_description {
        font-size: 12px;
    }
}

.news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 40px;
}
.news_article {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: left;
    min-height: 235px;
    width: 23%;
}
.news_article:not(:last-child) {
    margin-right: 30px;
}
.news .attachment-post-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.news_article_content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px;
    height: 100%;
    width: 100%;
}
.news_article_date {
    font-size: 12px;
    margin: 0 0 75px;
	display: none;
}
.news_article_title {
    margin: auto 0 30px;
    font-size: 14px;
}
.news_article_link {
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.animation_link {
    position: relative;
    padding-top: 5px;
}
.animation_link:before {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 45%;
    height: 1px;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0.7;
}
.project_worked_link::before {
    background: #939597;
}
.animation_link:hover:before {
    width: 100%;
    left: 0;
}
.news_link {
    background: transparent !important;
    color: #034F84 !important;
    margin: 0 auto !important;
    float: inherit;
}
.news_link::after {
    content: '';
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../img/btn_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}




.proj {
    padding: 220px 0 150px;
    background: url(../img/proj_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 760px;
}
.proj .news_article {
    min-height: 165px;
    height: 165px;
}
.proj .cays_article_title {
    font-size: 14px;
}


@media(max-width: 1024px) {
    .proj {
        padding: 140px 0 90px;
        background: url(../img/proj_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 600px;
    }
    .news_content {
        justify-content: space-between;
    }
    .news_article {
        width: 47%;
        margin-bottom: 30px;
    }
}
@media(max-width: 650px) {
    .proj {
        padding: 60px 0 50px;
        background: url(../img/proj_bg-mob.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 600px;
    }
    .news_article {
        width: 100%;
    }
    .news_article:not(:last-child) {
        margin: 0 0 30px;
    }
}
@media(max-width: 390px) {

}


.reviews {
    position: relative;
    padding-bottom: 50px;
}
.reviews::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    z-index: 1;
    -webkit-transform: rotate(31.017deg);
        -ms-transform: rotate(31.017deg);
            transform: rotate(31.017deg);
    margin-right: -110px;
}
.block_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
}
.block_head .page_title {
    margin: 0;
}
.block_head .button {
    margin-right: 0 !important;
}
.reviews_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.reviews_item {
    position: relative;
    border: 1px solid #141414;
    padding: 100px 20px 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin: 0 12.5px;
    height: 500px;
}
.reviews_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(../img/reviews_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.reviews_name {
    margin: 15px 0;
    color: #034F84;
    font-size: 20px;
    font-weight: 700;
}
.reviews_role {
    color: #939597;
}
.slick-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: url(../img/slider_arrow_orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 80px;
    height: 15px;
    font-size: 0;
    z-index: 1;
}
.slick-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: url(../img/slider_arrow_orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 80px;
    height: 15px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 0;
}
.slick-disabled {
    background: url(../img/slider_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: default;
}
.slick-arrow:hover,
.slick-arrow:focus {
    background-color: transparent !important;
}
.reviews_list .slick-prev {
    margin: 20px 100px 0 auto;
}
.reviews_list .slick-next {
    margin: -22px 0 0 auto;
}
.reviews_list .slick-disabled {
    background: url(../img/slider_arrow_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.block_head .button.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button.mobile {
    display: none;
}

.reviews_slider .reviews_item {
    margin: 0;
    height: fit-content
}
.reviews_item img {
    margin: 10px 0;
}


@media(max-width: 1400px) {
    .reviews::after {
        display: none;
    }
}
@media(max-width: 1250px) {
    .reviews_slider .reviews_item {
        margin: 0 15px;
    }
}
@media(max-width: 1024px) {
    .block_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .block_head .page_title {
        margin: 0 0 20px;
        text-align: left;
        width: 100%;
    }
    .block_head .button {
        margin: 0 0 30px auto !important;
    }
    .block_head .button.desktop {
        display: none;
    }
    .button.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .site-header .main_link {
        margin: 20px 0 0 !important;
    }
    .reviews_item {
        margin: 0px 5px;
        height: 540px;
    }
    .reviews .button {
        margin-left: 0 !important
    }
    .slick-prev {
        width: 50px;
    }
    .slick-next {
        width: 50px;
    }
    .reviews_list .slick-prev {
        margin: 20px 80px 0 auto;
    }
}

@media(max-width: 650px) {
    .slick-prev {
        width: 40px;
    }
    .slick-next {
        width: 40px;
    }
    .reviews_item {
        margin: 0px;
        padding-top: 60px;
    }
    .reviews_list .slick-prev {
        margin: 20px 60px 0 auto;
    }
}


.clients {
    position: relative;
    padding: 200px 0 70px;
    background: url(../img/clients_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 500px;
    overflow: hidden;
}
.clients::after {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.80);
    z-index: 1;
}
.clients_text {
    font-size: 20px;
    text-align: right;
    max-width: 500px;
}
.clients .block_head {
    margin-bottom: 50px;
}
.clients_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.clients_list .slick-arrow {
    display: none !important;
}
.clients_item {

}
.clients_img {
    width: 190px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media(max-width: 1200px) {
    .clients .block_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
    }
    .clients .page_title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: right;
        padding-left: 10px;
        border-left: 3px solid #E0784A;
    }
}
@media(max-width: 1024px) {
    .clients {
        padding: 110px 0 50px;
        background: url(../img/clients_bg-mob.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 380px;
    }
    .clients::after {
        left: -80px;
        width: 130px;
        height: 130px;
    }
}

@media(max-width: 650px) {
    .clients_img {
        width: 110px;
        height: 40px;
    }
    .clients .page_title {
        text-align: left;
    }
    .clients .block_head {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin: 0 0 20px;
    }
    .clients_text {
        font-size: 14px;
        text-align: left;
    }
    .clients {
        padding: 70px 0 50px;
        background: url(../img/clients_bg-mob.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 260px;
    }
    .slick-prev {
        width: 50px;
    }
    .slick-next {
        width: 50px;
    }
    .reviews_list .slick-prev {
        margin: 20px 70px 0 auto;
    }
    .clients::after {
        top: -40px;
        left: 0px;
        right: -40px;
        width: 80px;
        height: 80px;
        margin-left: auto;
    }
}

@media(max-width: 390px) {
    .clients_img {
        width: 70px;
        height: 30px;
    }
}


.footer_form {
    padding: 0;
}
.footer_form_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer_form_img {
    width: 100%;
}
.footer_form_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(3, 79, 132, 0.85);
}
.footer_form_title {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
}
.footer_title {
    margin-top: 150px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    line-height: 36px;
}
.footer_form_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cf7_inputs {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cf7_inputs p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 165px;
}
.cf7_inputs p br {
    display: none;
}
.form_block_input {
    padding: 11.45px 24px !important;
    border: 1px solid #FFF;
    background: transparent !important;
    color: #fff !important;
    max-width: 290px !important;
    height: 50px;
}
.form_block_input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
 }
.form_block_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
 }
.form_block_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
 }
.form_block_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
 }
 .form_btn {
    background: #FFF !important;
    color: #034F84 !important;
    background-image: url(../img/btn_arrow-blue.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    background-size: 15px !important;
    padding-right: 40px !important;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 50px;
    z-index: 1;
    padding: 10px 40px 10px 10px !important;
 }
 .btn_newslater {
    position: relative;
    border: 1px solid #FFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    margin-left: 50px;
    height: 50px;
 }
  .btn_newslater:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f0f0f0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .btn_newslater:hover {
    border: 1px solid #FFF;
    color: #FFF !important;
  }
  .btn_newslater:hover .form_btn {
    background-color: transparent !important;
  }
  .btn_newslater:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
 /* .form_btn:hover {
    background: #034F84 !important;
    color: #fff !important;
    background-image: url(../img/link_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    background-size: 15px !important;
 } */

 .footer {
    padding: 40px 0;
    background: #034F84;
    position: relative;
    margin-top: -1px;
 }
 .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
 .footer_logo {
    width: 105px;
    min-width: 105px;
    height: 80px;
    margin-right: 60px;
 }
 .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 }
 .footer_soc_item {
    width: 100%;
    margin-bottom: 30px;
 }
 .footer_soc_item:last-child {
    margin: 0;
 }
 .footer_soc_link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #FFF !important;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
 }
 .footer_block_policy .footer_soc_link {
    margin-bottom: 30px;
 }
 .footer_block_policy .footer_soc_link:last-child {
    margin: 0;
 }
 .footer_soc_link:hover {
    text-decoration: underline;
 }
 .footer_email::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
 }
 .footer_phone::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/phone-call.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
 }
 .footer_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
 .footer_social {
    width: 25px;
    min-width: 25px;
    height: 25px;
 }
 .footer_social_fb {
    background: url(../img/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-bottom: 20px;
 }
 .footer_social_in {
    background: url(../img/linkedin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
 }
 .footer_social_inst {
    background: url(../img/instagram.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
 }

 #shadow-host-companion {
    display: none !important;
 }
.wpcf7-spinner {
    display: none !important;
}

 @media(max-width: 1200px) {
    .footer_form_title {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 15px;
    }
    .footer_form_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer_content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer_block_policy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .footer_block_soc {
        max-width: 450px;
    }
    .footer_title {
        font-size: 25px;
        line-height: normal;
    }
    .footer_form_img {
        height: 425px;
        -o-object-fit: cover;
           object-fit: cover;
    }
 }

 @media(max-width: 700px) {
    .cf7_inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer_form_img {
        height: 470px;
    }
    .footer_title {
        font-size: 14px;
    }
    .footer_form_title {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .footer_block_logo {
        width: 80px;
    }
    .footer_logo {
        width: 52px;
        min-width: 52px;
        height: 40px;
        margin: 0 auto;
    }
    .footer_soc_link {
        font-size: 14px;
    }
    .footer_social {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .footer_soc_item {
        width: 100%;
    }
    .footer_block_soc {
        max-width: 50%;
    }
    .footer_block_socials {
        width: 50%;
        margin: -75px 0px 0 13px;
    }
    .footer_socials {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit;
    }
    .cf7_inputs p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer_form_info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form_block_input {
        padding: 6.45px 20px !important;
    }
    .form_btn {
        padding: 9px 40px 9px 20px !important;
    }
    .footer_form_wrapper::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 67px;
        height: 80px;
        background: rgba(147, 149, 151, 0.60);
    }
    .btn_newslater {
        margin-top: 15px;
        margin-left: 0px;
        max-width: 210px;
    }
    .form_wrapper {
        width: 100%;
    }
    .cf7_form .form_block_input {
        max-width: 100% !important;
    }
    .footer_social_fb {
        margin-bottom: 0;
    }
 }

 @media(max-width: 390px) {
    .footer_title {
        font-size: 12px;
    }
    .footer_form_title {
        font-size: 12px;
    }
    .footer_soc_link {
        font-size: 12px;
    }
 }



 .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    background: #525252;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    padding: 100px;
    margin: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.modal.active {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}
.modal_wrapper {
    position: relative;
    z-index: 1;
    border: 1px solid #034F84;
    background: #F0F0F0;
    padding: 50px 35px;
    max-width: 670px;
    color: #fff;
}
.modal_title {
    width: 100%;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #034F84;

}
.modal_text {
    margin: 0 0 15px;
    text-align: center;
    color: #141414;
}
.modal_text span {
    color: #034F84;
    font-weight: 700;
}
.form_block br {
    display: none;
}
.modal .form_block_input {
    width: 100%;
    margin: 0 0 30px;
    padding: 11px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}
.form_block_input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
 }
 .form_block_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
 }
 .form_block_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
 }
 .form_block_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
 }
 .wpcf7-spinner {
    display: none;
 }
 input {
    outline: none !important;
 }
 .mailpoet_form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 .mailpoet_form .mailpoet_paragraph:nth-child(n+4) {
        max-width: 48%;
        width: 100%;
 }
 .mailpoet_paragraph fieldset {
    display: none;
 }

 .form_block .main_button {
    margin: 20px 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .modal .form_btn {
    position: relative;
    background: transparent !important;
    padding: 0 !important;
    width: calc(100% + 115px);
    text-align: left;
    height: 70px;
    z-index: 1;
 }
 .accept {
    max-width: 500px;
    margin: 0 auto;
 }
 .accept p {
    font-size: 12px !important;
    text-align: left;
 }
 .accept a {
    color: #858585 !important;
   /* font-size: 14px; */
 }
 .modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: url(../img/modal_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
 }

 .swal-modal {
    background: #fff !important;
 }
 .swal-title {
    color: #034F84 !important;
    font-size: 20px;
 }
 .swal-button {
    width: 20px;
    height: 20px;
    background: url(../img/modal_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0;
    z-index: 11;
    position: absolute;
    top: -130px;
    right: 0;
    display: block;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
 }
 @media(max-width: 420px) {
    .swal-text {
        font-size: 12px;
    }
    .swal-title:first-child {
        margin-top: 30px;
    }
    .swal-title {
        font-size: 20px;
    }
    .swal-button {
        top: -160px;
    }
 }
 .swal-footer {
    height: 0;
 }
 .wpcf7 form.sent .wpcf7-response-output {
    display: none;
 }
 .swal-text {
    color: #000;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
 }
 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    pointer-events: none;
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
.bg_decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(bottom, rgba(3, 79, 132, 0.70) 0%, rgba(3, 79, 132, 0.70) 100%), lightgray 50% / cover no-repeat;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 79, 132, 0.70)), to(rgba(3, 79, 132, 0.70))), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(3, 79, 132, 0.70) 0%, rgba(3, 79, 132, 0.70) 100%), lightgray 50% / cover no-repeat;
    opacity: 0.8;
}
.modal_form .form_block_input,
.contacts .form_block_input,
.mailpoet_text  {
    display: block;
    margin: 0 !important;
    padding: 11.45px 25px !important;
    border: 1px solid #C3C3C3 !important;
    background: #FFF !important;
    color: #858585 !important;
    height: 50px;
}
.modal_form .form_block_input::-webkit-input-placeholder,
.contacts .form_block_input::-webkit-input-placeholder,
.mailpoet_text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #858585;
 }
 .modal_form .form_block_input:-moz-placeholder,
 .contacts .form_block_input::-moz-placeholder,
 .mailpoet_text::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #858585;
 }
 .modal_form .form_block_input::-moz-placeholder,
 .contacts .form_block_input::-moz-placeholder,
 .mailpoet_text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #858585;
 }
 .modal_form .form_block_input:-ms-input-placeholder,
 .contacts .form_block_input::-ms-input-placeholder,
 .mailpoet_text::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #858585;
 }
 .modal_form .form_block p,
 .contacts .form_block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px;
 }
 .modal_form .wpcf7-form-control-wrap,
 .contacts .wpcf7-form-control-wrap {
    width: 290px;
    margin-bottom: 10px;
 }
 .modal_form .form_btn,
 .contacts .form_btn {
    width: 290px;
    height: 50px;
    border: 1px solid #E0784A;
    padding: 10px 25px !important;
    color: #E0784A !important;
    text-transform: uppercase;
    font-size: 16px;
    background: url(../img/btn_arrow-orange.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    background-size: 18px !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
 }
 .form_block .main_link {
    margin-bottom: 10px;
 }
.accept {
    color: #858585;
}

.modal_form .form_btn {
    text-align: center;
}






@media(max-width: 1060px) {
    .modal_wrapper {
        width: 90%;
        padding: 50px 20px;
        max-width: 640px;
    }
    .modal_title {
        font-size: 30px;
    }
    .swal-button {
        width: 25px;
        height: 25px;
    }
    .modal_title.little {
        font-size: 30px;
    }
    .modal_form .form_block p, .contacts .form_block p {
        align-items: center;
    }
    .modal {
        width: 100%;
        height: 100%;
        padding: 0;
    }
 }

 @media(max-width: 700px) {
    .modal_wrapper {
        width: 95%;
        padding: 40px 10px;
        max-width: 100%;
    }
    .modal_title {
        font-size: 18px;
    }
    .modal_text {
        font-size: 14px;
    }
    .modal_close {
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
    }
    .form_block_input {
        font-size: 16px;
    }
    .form_btn {
        font-size: 16px;
    }
    .form_block .main_button {
        margin: 0 0 15px;
    }
    .swal-button {
        width: 20px;
        height: 20px;
        right: -10px;
    }
    .modal_title.little {
        font-size: 20px;
    }
    .modal_form .form_block_input {
        padding: 10px !important;
    }
    .mailpoet_form .mailpoet_paragraph:nth-child(n+4) {
        max-width: 100%;
        width: 100%;
    }
 }




 .article {
    position: relative;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            min-height: 60vh;
 }
 .article::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    z-index: 1;
 }
 .main_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg_decor_main {
    background: -o-linear-gradient(5deg, rgba(3, 79, 132, 0.80) 0%, rgba(3, 79, 132, 0.00) 96.19%);
    background: linear-gradient(85deg, rgba(3, 79, 132, 0.80) 0%, rgba(3, 79, 132, 0.00) 96.19%);
}
.article_content {
    position: relative;
    z-index: 1;
}
.main_title {
    font-size: 58px;
    margin: 0 0 20px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.main_text {
    margin: 0;
    font-size: 30px;
    text-align: left;
    color: #fff
}



.art_content {
    padding-top: 80px
}
.art_content_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 40px;
}
.art_content_info_block {
    margin-right: 15px;
    border: 1px solid #939597;
    padding: 10px 25px;
    color: #939597;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.art_content_info_block:hover {
    color: #E0784A;
    border: 1px solid #E0784A;
}
.art_content_info_block:hover a {
    color: #E0784A;
}
.art_content_wrapper {
    margin: 0 0 30px;
    text-align: left;
}
.art_content_wrapper img {
    max-width: 650px;
    margin: 0 auto 20px;
    width: 100%;
    display: none;
}
.art_content_wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 60px 0;
}
.art_content_wrapper > div div:first-child {
    margin-right: 60px;
}
.art_content_data {
    color: #858585;
    text-align: left;
	display:none;
}

.art_content_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.art_content_info_block a {
    color: #939597;
    font-size: 14px;
    text-decoration: none;
}

.question {
    margin-top: 110px;
    min-height: 550px;
    padding: 0;
    position: relative;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.question_bg  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.bg_decor_white {
    opacity: 0.5;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), lightgray 50% / cover no-repeat;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.50)), to(rgba(255, 255, 255, 0.50))), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), lightgray 50% / cover no-repeat;
}
.question_wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.question_title {
    margin: 0 0 30px;
    color: #141414;
    font-size: 50px;
}
.question_text {
    margin: 0 0 30px;
}
.question_btn {
    margin: 0 0 30px;
    border: 2px solid #034F84 !important;
    background: #034F84 !important;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.question_btn:hover {
    color: #034F84 !important;
    background: #fff !important;
}
.question_btn::after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.question_btn:hover::after {
    background: url(../img/btn_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.question_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.question .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}



.about_article {
    padding-bottom: 40px;
}
.about_article_item {
    height: 330px;
}
.about_article .attachment-post-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.about_article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.about_article_block {
    width: 330px;
}
.about_article_block:not(:last-child) {
    margin-right: 100px;
}
.about_article_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #141414;
    font-size: 35px;
    border-left: 3px solid #E0784A;
    padding-left: 10px;
    margin: 0 0 30px;
    text-align: left;
}

.about_article_block .slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.about_article_block .slick-arrow {
    width: 60px;
    height: 20px;
}
.about_article_block .slick-disabled {
    background: url(../img/slider_arrow_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.about_article_block .slick-prev {
    margin: 10px 0 0 0;
}

.about_article_block .slick-next {
    margin: -22px 0 0 80px;
}


@media(max-width: 1250px) {
    .about_article_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about_article_block {
        width: 100%;
        margin-bottom: 30px;
    }
    /* .about_article_item {
        margin: 0 15px;
    } */
    .about_article_block .slick-track {
        margin-left: 0;
    }
    .about_article_block .slick-prev {
        margin: 10px 0 0 15px;
    }
    .about_article_block .slick-next {
        margin: -22px 0 0 100px;
    }
    .about_article .slick-slider .slick-slide {
        margin-right: 15px;
    }
}

@media(max-width: 1024px) {
    .main_title {
        font-size: 40px;
    }
    .question {
        min-height: 400px;
    }
    .article::after {
        left: 0;
        bottom: -30px;
        width: 130px;
        height: 130px;
    }
    .art_content_wrapper img {
        display: block;
    }
    .question_title {
        font-size: 40px;
    }
    .art_content_wrapper > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 20px 0;
    }
    .art_content_wrapper > div div:first-child {
        margin: 0 0 20px;
    }
}

@media(max-width: 650px) {
    /* .article {
        height: calc(100vh - 60px);
    } */
    .main_title {
        font-size: 30px;
    }
    .main_text {
        font-size: 14px;
    }
    .art_content_wrapper {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .art_content_data {
        font-size: 14px;
    }
    .question_title {
        font-size: 24px;
    }
    .question_text {
        font-size: 14px;
    }
    .question_btn {
        font-size: 14px;
    }
    .question {
        min-height: 300px;
        margin-top: 50px;
    }
    .article::after {
        width: 80px;
        height: 80px;
        right: 0;
        margin-left: auto;
    }
    .about_article_title {
        font-size: 24px;
    }
    .question::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: -40px;
        width: 60px;
        height: 60px;
        background: rgba(147, 149, 151, 0.60);
    }
    /* .about_article_item {
        margin: 0 !important;
    } */
    .reviews_slider .reviews_item {
        margin: 0;
    }
    .about_article_block .slick-prev {
        margin: 10px 0 0 0;
    }
    .about_article_block .slick-next {
        margin: -23px 0 0 80px;
    }
    .art_content_blocks {
        width: 100%;
        margin-top: 15px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
    .art_content_info  > .art_content_info_block {
        margin: 0;
    }
    .art_content_blocks .art_content_info_block:last-child {
        margin-right: 0;
    }
    .about_article .slick-slider .slick-slide {
        margin-right: 0px;
    }
}

@media(max-width: 390px) {
    .main_text {
        font-size: 12px;
    }
    .art_content_wrapper {
        font-size: 12px;
    }
    .art_content_data {
        font-size: 12px;
    }
    .question_text {
        font-size: 12px;
    }
    .question_btn {
        font-size: 12px;
    }
}



.project {
    position: relative;
    padding: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
}
.project::after {
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    z-index: 1;
    -webkit-transform: rotate(31.017deg);
        -ms-transform: rotate(31.017deg);
            transform: rotate(31.017deg);
}
.about_project {
    padding: 80px 0 40px;
}
.about_project_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.about_project_content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    text-align: left;
}
.about_project_media {
    position: relative;
    height: 225px;
    margin-right: 50px;
}
.about_project_img {
    width: 305px;
    min-width: 305px;
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
}
.project_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(3, 79, 132, 0.85);
    padding: 10px 35px;
}
.project_logo_img {
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.about_project_content  {
    text-align: left;
}

@media(max-width: 1024px) {
    .about_project_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about_project_media {
        margin: 0 0 20px;
    }
}

@media(max-width: 650px) {
    .about_project_content {
        font-size: 14px;
    }
    .about_project_content > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about_project_media {
        width: 100%;
    }
    .about_project_img {
        width: 100%;
    }
}

@media(max-width: 390px) {
    .about_project_content {
        font-size: 12px;
    }
}


.project_stats {
    background: url(../img/project_stats_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.project_stats .page_title {
    margin: 0 0 30px;
    color: #fff;
    border-left: 3px solid #E0784A;
    padding-left: 10px;
}
.project_stats .page_text {
    margin: 0 0 60px;
    text-align: left;
    color: #fff;
}
.project_stats::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    margin-left: auto;
    top: 30px;
    right: 0;
}
.default_text {
    text-align: left;
    margin: 0 0 60px;
}


.project_worked_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.project_worked_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 47%;
    margin: 0 0 50px;
}
.project_worked_media {
    margin-right: 30px;
}
.project_worked_media img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
}
.project_worked_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
}
.project_worked_name {
    margin: 0 0 15px;
    color: #034F84;
    font-size: 20px;
    font-weight: 700;
}
.ours_experts .project_worked_name {
    color: #fff;
}
.project_worked_role {
    margin: 0 0 15px;
    font-weight: 600;
}
.project_worked_role br {
    display: none;
}
.project_worked_description {
    margin: 0 0 15px;
}
.project_worked_link {
    color: #939597 !important;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #939597;
}


@media(max-width: 1400px) {
    .project_stats {
        padding-top: 100px;
    }
    .project_stats::after {
        top: -50px;
    }
}
@media(max-width: 1024px) {
    .project_stats {
        padding: 150px 0 100px;
        background: url(../img/stat_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        position: relative;
    }
    .project_stats::after {
        width: 130px;
        height: 130px;
        -webkit-transform: rotate(-37.021deg);
            -ms-transform: rotate(-37.021deg);
                transform: rotate(-37.021deg);
        right: -75px;
        top: 80px;
    }
    .project_worked_item {
        width: 100%;
        margin: 0 0 20px;
    }
    .project_worked_media {
        margin-right: 15px;
    }
}
@media(max-width: 650px) {
    .statistics {
        padding: 50px 0 70px;
        background: url(../img/stat_bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        position: relative;
    }
    .project_stats .page_text {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .project_stats::after {
        width: 80px;
        height: 80px;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        right: -30px;
        top: -15px;
    }
    .project_stats .page_title {
        margin: 0 0 20px;
    }
    .project_worked_media img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .project_worked_name {
        font-size: 18px;
    }
    .project_worked_role, .project_worked_description, .project_worked_link {
        font-size: 14px;
    }
    .project_worked_list {
        margin: 0 0 30px;
    }

    .project_worked_name {
        margin: 0 0 10px;
    }
    .project_worked_role {
        margin: 0 0 10px;
    }
    .project_worked_description {
        margin: 0 0 10px;
    }
}

@media(max-width: 390px){
    .project_stats .page_text {
        font-size: 12px;
    } 
    .project_worked_role, .project_worked_description, .project_worked_link {
        font-size: 12px;
    }
}

.project_worked .page_title {
    border-left: 3px solid #E0784A;
    padding-left: 10px;
}
.title_border {
    border-left: 3px solid #E0784A;
    padding-left: 10px;
}

.expert_description {
    margin: 20px 0 0;
    color: #fff;
    text-align: left;
}
.expert_about_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.expert_about_img {
    min-width: 570px;
    width: 100%;
}
.expert_about_content {
    text-align: left;
}
.expert_about_content ul {
    padding-left: 20px;
}
.expert_about_content ul li {
    list-style: disc;
    margin-bottom: 7px;
}
.expert_about_content ul li:last-child {
    margin-bottom: 0;
}
.expert_about_media {
    position: relative;
    margin-right: 60px;
}
.expert_about_img_decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.expert_about_img_decor::before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    width: 57px;
    height: 55px;
    background: url(../img/decor_before.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.expert_about_img_decor::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    right: 13px;
    width: 57px;
    height: 55px;
    background: url(../img/decor_after.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}





.expert_skills_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.expert_skills_item  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22%;
    padding: 0 25px;
    margin: 0 15px 20px;
}
.expert_skills_img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;;
}
.expert_skills_name {
    color: #034F84;
    font-size: 30px;
}



.expert_skills_item:nth-child(2),
.animation_item:nth-child(2) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

.expert_skills_item:nth-child(3),
.animation_item:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.expert_skills_item:nth-child(4),
.animation_item:nth-child(4) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.expert_skills_item:nth-child(5),
.animation_item:nth-child(5) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.animation_item:nth-child(6) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.animation_item:nth-child(7) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
}
.animation_item:nth-child(8) {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
}
.animation_item:nth-child(9) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
.animation_item:nth-child(10) {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
}
.animation_item:nth-child(11) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}
.animation_item:nth-child(12) {
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
}











.service_about .animation_item:nth-child(2) {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.service_about .animation_item:nth-child(3) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
.service_about .animation_item:nth-child(4) {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.service_about .animation_item:nth-child(5) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
.service_about .animation_item:nth-child(6) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.service_about .animation_item:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}
.service_about .animation_item:nth-child(8) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
}
.service_about .animation_item:nth-child(9) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}
.service_about .animation_item:nth-child(10) {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
}
.service_about .animation_item:nth-child(11) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
}
.service_about .animation_item:nth-child(12) {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s;
}

@media(max-width: 1200px) {
    .expert_about_img {
        min-width: 450px;
        width: 100%;
    }
    .expert_about_media {
        margin-bottom: 30px;
    }
}

@media(max-width: 1024px) {
    .expert_about_img {
        min-width: 100%;
        width: 100%;
    }
    .expert_about_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .expert_skills_list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .expert_skills_item {
        width: 28%;
    }
    .expert_about_media {
        width: 100%;
        margin-right: 0px;
    }
}

@media(max-width: 650px) {
    .expert_about_content {
        font-size: 14px;
    }
    .expert_about_img_decor::before {
        width: 30px;
        height: 30px;
    }
    .expert_about_img_decor::after {
        width: 30px;
        height: 30px;
    }
    .expert_skills_item {
        width: 45%;
        padding: 0 15px;
        margin: 0 auto 20px;
    }
    .expert_skills_name {
        font-size: 18px;
    }
    .expert_skills_description {
        font-size: 14px;
    }
}
@media(max-width: 390px) {
    .expert_about_content {
        font-size: 12px;
    }
    .expert_skills_name {
        font-size: 16px;
    }
    .expert_skills_description {
        font-size: 12px;
    }
}








.service_about {
    position: relative;
    padding-top: 80px;
}
.service_about_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 125px;
}
.service_about_description {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 70px;
}
.service_problems_title {
    margin-bottom: 40px;
    color: #034F84;
    font-size: 30px;
    text-align: left;
}
.service_problems_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    margin: 0 -13px;
}
.service_problems_item {
    position: relative;
    width: calc(25% - 26px);
    padding: 20px;
    border: 1px solid #034F84;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 0 13px 26px;
}
.service_problems_content {
    color: #282828;
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service_problems_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    right: 13px;
    width: 57px;
    height: 55px;
    background: url(../img/decor_after.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}

/*.service_problems_item:hover {
    background: #034F84;
    cursor: pointer;
}
.service_problems_item:hover .service_problems_content {
    color: #fff;
}
.service_problems_item:hover::after {
    background: url(../img/decor_after_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}*/
@media(max-width: 1200px) {

}

@media(max-width: 1024px) {
    .service_about_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 0 80px;
    }
    .service_about_description,
    .service_about_dop {
        font-size: 16px;
    }
    .service_about_description {
        margin: 0 0 20px;
    }
    .service_problems_title {
        font-size: 22px;
    }
    .service_problems_item {
        width: 100%;
        margin: 0 0 26px;
    }
    .service_problems_item::after {
        width: 30px;
        height: 30px;
        bottom: 8px;
        right: 8px;
        margin-right: 0;
    }

}
@media(max-width: 1024px) {
    .service_problems_list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                margin: 0;
    }
}

@media(max-width: 650px) {
    .service_about_wrapper {
        margin: 0 0 40px;
    }
    .service_about_description {
        margin: 0 0 10px;
    }
    .service_about_description, .service_about_dop {
        font-size: 14px;
    }
    .service_problems_list {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .service_problems_item {
        width: 270px;
        min-width: 270px;
        height: 120px;
        padding: 10px;
    }
    .service_problems_item:not(:last-child) {
        margin: 0 10px;
    }
    .service_problems_item:first-child {
        margin-left: 0;
    }
    .service_problems_content {
        font-size: 14px;
    }
    .service_problems_title {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media(max-width: 390px) {
    .service_problems_item {
        width: 250px;
        min-width: 250px;
        height: 120px;
        padding: 10px;
    }
    .service_problems_title {
        font-size: 14px;
    }
    .service_about_description, .service_about_dop {
        font-size: 12px;
    }
}

.service_goals {
    padding-bottom: 20px;
}
.service_goals .page_title {
    margin-bottom: 30px;
}
.service_goals_list,
.programms_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.service_slider .slick-track {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* width: 100% !important; */
    margin: 0 !important;
}
.service_goals_item {
    /* display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */

    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px 20px 20px;
    border: 1px solid #034F84;
    height: fit-content;
    min-height: 330px;
}
.service_goals_item:not(:last-child) {
    margin-right: 15px;
}
.service_goals_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media(min-width: 1025px) {
    /* .service_slider .slick-track {
        width: 100% !important;
    } */
}
.service_goals_content {
    font-size: 15px;
    text-align: left;
}
.service_goals_number {
    color: #939597;
    text-align: right;
    font-size: 50px;
}
.service_slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: url(../img/goals_arrow_orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.service_slider .slick-disabled {
    background: url(../img/goals_arrow_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.service_slider .slick-prev {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin: 0 80px -50px auto;
}
.service_slider .slick-next {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 15px 20px auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


@media(max-width: 650px) {
    .service_slider .slick-arrow {
        display: none !important;
    }
    .service_goals_item {
        padding: 20px;
      /*  min-height: fit-content; */
        /* margin: 0 auto 20px; */
		min-height: 210px;
    }
    .service_goals_content {
        font-size: 16px;
    }
    .service_goals_number {
        font-size: 40px;
    }
    .service_goals .page_title {
        margin: 0 0 20px;
    }
    /* .service_goals .grid-container {
        padding: 0;
    } */
    .service_goals .slick-list {
        padding-left: 0 !important;
    }
}

@media(max-width: 390px) {
    .service_goals_content {
        font-size: 14px;
    }
}




.service_feature {
    padding: 200px 0 180px;
    background: url(../img/stat_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
}
.service_feature::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
}
.service_feature_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}
.service_feature .page_title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    width: fit-content;
    margin: 0 auto 30px;
}
.service_feature_content {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.service_feature .news_link {
    color: #fff !important;
}
/* .service_feature_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #E0784A;
    color: #fff;
    margin: 0 auto;
}
.service_feature_btn::after {
    content: '';
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
} */

@media(max-width: 1024px) {
    .service_feature {
        padding: 130px 0 100px;
        background: url(../img/stat_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        position: relative;
    }
    .service_feature .page_title {
        text-align: left;
    }
    .service_feature_content {
        text-align: left;
    }
    .service_feature::after {
        bottom: -30px;
        left: 0;
        right: -50px;
        margin-left: auto;
        width: 200px;
        height: 200px;
    }
    .service_feature_btn {
        margin-left: 0;
    }
}

@media(max-width: 650px) {
    .service_feature {
        padding: 100px 0 50px;
    }
    .service_feature .page_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .service_feature_content {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .service_feature_btn {
        font-size: 14px;
    }
    .service_feature::after {
        width: 80px;
        height: 80px;
        bottom: 0px;
    }
}

@media(max-width: 390px) {
    .service_feature_content {
        font-size: 12px;
    }
    .service_feature_btn {
        font-size: 12px;
    }
}




.service_process_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service_process_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   /* min-width: 570px; */
    width: 100%;
}
.service_process_wrapper > .service_process_content {
    margin-right: 30px;
}
.service_process_img {
    width: 100%;
}
.service_process_info {
    padding: 0;
    /* padding: 25px 30px; */
    border: 1px solid #E0784A;
    background: #fff;
    /* position: absolute;
    left: 0;
    bottom: 0; */
    height: 0;
    max-width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
}
.service_process_wrapp.active .service_process_info {
    opacity: 1;
    display: flex;
    z-index: 1;  
    height: fit-content;
    padding: 25px 30px;
}

.programms_blocks .service_process_wrapp.active .service_process_info {
    opacity: 1;
    width: 100%;
    display: flex;
    z-index: 1;  
    height: fit-content;
    padding: 0px 30px;
}
.programms_blocks .service_process_info {
    position: absolute;
    right: 0;
    top: 0;
}
.service_process_wrapp.active .service_process_text {
    overflow: auto;
    max-height: 505px;
    height: fit-content;
}
.service_process_item.active {
    background: #034F84;
    cursor: pointer;
	color: #FFF;
}

.service_process_wrapp.active .service_process_number,
.service_process_wrapp.active .service_process_content {
   /* color: #fff; */
}
.service_process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	
	width: 550px;
	
	
}

@media (max-width: 1024px) {
	.service_process_list {
		width:100%;
	}
	
}

.service_process_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #034F84;
}
.service_process_wrapp {
    margin-bottom: 25px;
}
.service_process_wrapp:last-child {
    margin-bottom: 0;
}
.service_process_number {
    color: #034F84;
    font-size: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 25px;
}
.service_process_content {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
}
.service_process_item:hover {
    background: #034F84;
    cursor: pointer;
}
.service_process_item:hover .service_process_number,
.service_process_item:hover .service_process_content {
    color: #fff;
}
.service_process_text {
    text-align: left;
}


.service_communication {
    margin-top: 120px;
    padding: 35px 0;
    background: url(../img/communication_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.service_communication_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.service_communication_text {
    color: #FFF;
    font-size: 22px;
    max-width: 350px;
    text-align: left;
    margin-right: 50px;
}
.service_communication_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    
}
.service_communication_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(255,255,255,0.3);
    margin-right: 15px;
}
.service_communication_item:last-child {
    margin-right: 0;
}
.service_communication_content {
    color: #fff;
}

.programms_giving .slick-prev {
    order: -1;
}
/* .programms_giving .service_communication_list {
    flex-wrap: wrap;
}
.programms_giving .service_communication_item {
    margin: 0 7.5px 30px;
    width: 31.5%;
} */

@media(max-width: 1200px) {
    .service_communication_text {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .service_communication_wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .service_communication_item {
        padding: 10px;
        margin: 0 0 20px;
    }
    .programms_giving .service_communication_list {
        justify-content: space-between;
    }
    .programms_giving .service_communication_item {
        width: 45%;
    }
}
@media(max-width: 1024px) {
    .programms_blocks .service_process_wrapp.active .service_process_info {
        padding: 25px 30px;
    }
    .programms_blocks .service_process_wrapp.active .service_process_info {
       position: relative;
    }
    .service_process_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .service_process_wrapper > .service_process_content {
        margin: 0 0 30px;
    }
    .service_process_content {
        position: relative;
    min-width: 80%;
    }
    .service_process_info {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        background: rgba(255,255,255,0.8);
        border: none;
        max-height: 0;
        padding: 0;
    }
    .service_process_wrapp.active .service_process_info {
         max-height: -webkit-fit-content;
         max-height: -moz-fit-content;
         max-height: fit-content;
         padding: 20px 25px;
    }
    .service_communication {
        margin-top: 80px;
    }
    .service_communication_list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media(max-width: 650px) {
    .service_communication {
        margin-top: 50px;
        background: url(../img/communication_bg_mob.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }
    .service_process_text,
    .service_process_content,
    .service_communication_text,
    .service_communication_content {
        font-size: 14px;
    }
    .service_communication_text {
        text-align: center;
    }
}

@media(max-width: 390px) {
    .service_process_text,
    .service_process_content,
    .service_communication_text,
    .service_communication_content {
        font-size: 12px;
    }
}



.hide_form {
    position: absolute;
    bottom: -100px;
    opacity: 0;
    height: 0;
    margin: 0;
}
.service_experts {
    padding: 130px 0;
    background: url(../img/service_experts_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.service_experts .main_link {
    margin-left: 0 !important;
}

@media(max-width: 1024px) {
    .service_experts {
        padding: 120px 0 80px;
        background: url(../img/service_experts_bg_tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }
}

@media(max-width: 650px) {
    .service_experts {
        padding: 80px 0 50px;
        background: url(../img/service_experts_bg_mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        color: #fff;
    }
    .service_experts .page_title {
        color: #fff;
    }
    .project_worked_link {
        color: #E0784A !important;
        border-bottom: 1px solid #E0784A;
    }
    .service_experts .main_link {
        color: #FFF !important;
        border: 2px solid #FFF !important;
    }
    .service_experts .news_link::after {
        background: url(../img/btn_arrow-orange.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
}

.service_responsibility {
    position: relative;
}
.service_responsibility_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.service_responsibility_media {
    max-width: 450px;
    width: 100%;
    margin-right: 50px;
}
.service_responsibility_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 105px;
}
.service_responsibility_title {
    margin-bottom: 20px;
    text-align: left;
    color: #034F84;
    font-size: 30px;
}
.service_responsibility_text {
    margin-bottom: 30px;
    text-align: left;
    color: #141414;
    font-size: 25px;
}

ol {
    padding-left: 20px; 
    margin: 0;
}
.service_responsibility_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
}
.service_responsibility_text ul li {
    margin: 0 0 7px;
    list-style: disc;
    font-size: 16px;
}
ol li {
    margin: 0 0 7px;
    font-size: 16px; 
    list-style: auto;
}
.service_responsibility_text ul li:last-child {
    margin-bottom: 0;
}
ol li:last-child {
    margin-bottom: 0;
}
.service_responsibility .main_link {
    margin-left: 0 !important;
}
.service_responsibility::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
}

.service_offer {
    position: relative;
}
.service_offer .page_title {
    margin-bottom: 25px;
}
.service_offer .main_link {
    margin-left: 0 !important;
}
.service_offer::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -212px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
    -webkit-transform: rotate(-45.941deg);
        -ms-transform: rotate(-45.941deg);
            transform: rotate(-45.941deg);
    z-index: 1;
}


@media(max-width: 1200px) {
    .service_responsibility::after {
        width: 130px;
        height: 130px;
        right: 0;
        left: -50px;
        bottom: 0;
        top: 30px;
    }
    .service_offer::after {
        bottom: 0px;
        top: -50px;
        left: 0px;
        right: -65px;
        margin-left: auto;
        width: 130px;
        height: 130px;
    }
    .service_responsibility_media {
        max-width: 100%;
        height: 400px;
    }
    .service_responsibility_img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .service_responsibility_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .service_responsibility_title {
        font-size: 22px;
    }
    .service_offer .service_responsibility_media {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .service_responsibility_text {
        font-size: 20px;
    }
    .service_offer .service_responsibility_text {
        margin: 0;
    }
    .service_responsibility_media {
        margin: 0 0 30px;
    }
    .service_responsibility_content {
        margin: 0 0 105px;
    }
}

@media(max-width: 650px) {
    .service_responsibility_title {
        font-size: 18px;
    }
    .service_responsibility_text ul li {
        font-size: 14px;
    }
    ol li {
        font-size: 14px; 
    }
    .service_responsibility_media {
        height: 250px;
    }
    .service_responsibility::after {
        width: 80px;
        height: 80px;
        right: -40px;
        left: 0px;
        margin-left: auto;
        top: 30px;
    }
    .service_offer::after {
        top: -40px;
        right: -45px;
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 390px) {
    .service_responsibility_title {
        font-size: 16px;
    }
    .service_responsibility_text {
        font-size: 16px;
    }
    .service_responsibility_text ul li {
        font-size: 12px;
    }
    .service_responsibility_media {
        height: 200px;
    }
}

.service_question {
    padding: 90px 0 175px;
}
.service_question .question_title {
    color: #034F84;
}
.service_question .question_text {
    color: #141414;
    font-size: 30px;
}

@media(max-width: 1024px) {
    .service_question {
        padding: 60px 0 70px;
    }
    .service_question .question_title {
        font-size: 30px;
    }
    .service_question .question_text {
        font-size: 30px;
    }
}

@media(max-width: 650px) {
    .service_question {
        padding: 35px 0;
    }
    .service_question .question_title {
        font-size: 18px;
    }
    .service_question .question_text {
        font-size: 20px;
    }
    .service_question::after {
        display: none;
    }
}

@media(max-width: 390px) {
    .service_question .question_title {
        font-size: 16px;
    }
    .service_question .question_text {
        font-size: 18px;
    }
}






.first {
    position: relative;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60vh;
}

.first_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.first_btns button {
    margin: 0 !important
}
.first_btns .first_btn_find {
    position: relative;
    height: 45px;
    /* border: 2px solid #E0784A; */
    color: #fff !important;
    font-size: 20px;
    margin-right: 20px !important;
}
.first_btn_find svg {
    height: 45px;
}
.first_btn_find rect {
    stroke: #E0784A;
}
.first_btn_find::after {
    background: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.first_btn {
    height: 60px;
    color: #fff !important;
    min-width: 200px;
    background: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 20px;
    background-color: transparent !important;
    font-size: 20px;
}
.button.first_btn .icon:before,
.button.first_btn .icon span:before,
.first_btn:before {
background: #fff;
}
.button.first_btn .icon:after,
.button.first_btn .icon span:after,
.first_btn:after {
background: #fff;
}
.services_about .service_about_wrapper {
    margin: 0;
}
.services {
    padding: 200px 0;
    background: url(../img/services_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.services_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.services_block {
    width: 31%;
    margin: 0 25px 25px 0;
}
.services_block_content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(3, 79, 132, 0.85);
    padding: 15px 35px;
    width: 90%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services_block {
    position: relative;
    height: 230px;
}
.services_block_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    height: 230px;
    font-size: 0;
}
.services_block .attachment-post-thumbnail {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
.service_media_img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}
.services_block a[rel="tag"] {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    background: #E0784A;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    z-index: 1;
}
.services_block_title {
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.services_form {
    padding-top: 40px;
}
.services_form .modal_wrapper {
    margin: 0 auto;
}

@media(min-width: 1024px) {
    .services_full .services_blocks {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .services_full .services_block {
        width: 22%;
    }
}



.services_outher {
    margin-top: 120px;
    padding: 20px 0;
    background: #034F84;
}
.services_outher_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.services_outher_title {
    color: #FFF;
    font-size: 30px;
    margin: 0;
}

.services_outher_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services_outher_block {
    padding: 10px;
    background: rgba(255,255,255,0.3);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 25px;
}
.services_outher_block:last-child {
    margin-right: 0;
}
.services_outher_block_title {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
}
.services_outher_block:hover {
    background: #E0784A;
}
.services_outher_content {
    text-decoration: none !important;
}





.services_howwork .service_responsibility_img {
    min-width: 460px;
}
.services_howwork .service_responsibility_text {
    font-size: 16px;
}
.services_howwork .service_responsibility_text ul {
    margin: 10px 0;
}

.services_howwork_wrapper {
    margin-top: 120px;
    padding: 20px 0;
    background: #034F84;
}
.services_howwork_info {
    color: #fff;
    max-width: 1050px;
    margin: 0 auto;
}
.services_howwork_info span {
    font-weight: 700;
}
.services_howwork::after {
    display: none !important;
}
.services_howwork .service_responsibility_media {
     /* margin: 0 0 0 50px; */
}

.fast_solutions .slick-arrow {
    display: none !important;
}
.fast_solutions_sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.fast_solutions hr {
    width: 3px;
    height: 430px;
    background: #E0784A;
    margin: 0;
}
.fast_solutions_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
}
.fast_solutions_slider_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
}

.fast_solutions_block {
    max-width: 420px;
    padding: 25px 15px;
    margin: 0 0 30px;
    border: 1px solid #034F84;
}
.fast_solutions_block:nth-child(2n) {
    margin-left: auto;
}
.fast_solutions_title {
    margin: 0 0 20px;
    color: #141414;
    font-size: 20px; 
    text-align: left;
}
.fast_solutions_block .main_link {
    margin-right: 0 !important;
}


.fast_solutions .slick-slide > div .fast_solutions_block {
    margin-right: auto;
    display: block !important;
    border: 1px solid #034F84;
}
.fast_solutions .slick-slide > div:nth-child(2n) .fast_solutions_block {
    margin-right: 0;
    margin-left: auto;
}
.fast_solutions_slider_second .slick-slide > div .fast_solutions_block {
    border: 1px solid #141414;
}


.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-dots li button {
    width: 20px;
    height: 4px;
    background: #C1C1C1;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}
.slick-dots li:last-child button {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    width: 90px;
    background: #034F84;
}

.fast_solutions_slider_second .news_link {
    color: #E0784A !important;
}
.fast_solutions_slider_second .news_link rect {
    stroke: #E0784A;
}
.fast_solutions_slider_second .news_link::after {
    background: url(../img/btn_arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.fast_solutions_slider_second .slick-dots li.slick-active button {
    background: #E0784A;
}





.services_question {
    padding: 90px 0 180px;
}
.services_question .question_title {
    color: #034F84;
}
.services_question .question_text {
    color: #141414;
    font-size: 30px;
}



@media(max-width: 1024px) {
    .services_howwork .service_responsibility_media {
        margin: 0 0 30px;
    }
    .services {
        padding: 120px 0;
        background: url(../img/services_bg_tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }
    .services .slick-slide > div {
        margin: 0 30px;
    }
    .services_block {
        margin: 0 0 20px;
        width: 50%;
    }
    .services_blocks {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }
    .services_blocks .slick-prev {
        margin: 0 0 0 auto;
    }
    .services_blocks .slick-next {
        margin: 0 auto 0 0;
    }
    .services_blocks .slick-disabled {
        background: url(../img/slider_arrow_grey.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .services_outher_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .services_outher_title {
        margin: 0 0 30px;
    }
    .services_outher_blocks {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .services_outher_block {
        margin-bottom: 40px;
    }
    .services_outher,
    .services_howwork_wrapper {
        margin-top: 100px;
    }
    .fast_solutions_sliders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .fast_solutions hr {
        width: 100%;
        height: 3px;
    }
    .fast_solutions_slider,
    .fast_solutions_slider_second {
        width: 100%;
    }
    .fast_solutions_slider {
        margin-bottom: 20px;
    }
    .fast_solutions_slider_second {
        margin-top: 20px;
    }
    .fast_solutions_block {
        max-width: 100%;
    }
    .fast_solutions_sliders .slick-slide {
        margin-right: 15px;
    }
    .first {
        height: auto;
        min-height: 500px;
    }
}



@media(max-width: 650px) {
    .first {
        min-height: 400px;
    }
    .services .slick-slide > div {
        margin: 0 10px;
        max-height: 250px;
    }
    .services_blocks {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .services_block_title {
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .services_block {
        width: 100%;
    }
    .services_block_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .services_outher_block_title {
        text-transform: uppercase;
        font-size: 14px;
    }
    .services_outher_block {
        margin-bottom: 20px;
    }
    .services_howwork .service_responsibility_text {
        font-size: 14px;
    }
    .services_outher,
    .services_howwork_wrapper {
        margin-top: 50px;
    }
    .services_howwork_info {
        font-size: 14px;
    }
    .fast_solutions_title {
        font-size: 16px;
    }
    .fast_solutions_sliders .slick-slide {
        margin: 0 0 15px;
    }
    .slick-dots li.slick-active button {
        width: 50px;
    }
    .services_question {
        padding: 30px 0 40px;
    }
    .services_question .question_text {
        font-size: 20px;
    }
    .first_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
}

@media(max-width: 390px) {
    .services_block_title {
        font-size: 14px;
    }
    .modal_form .form_block_input {
        max-width: 250px !important;
        margin: 0 auto !important;
    }
    .modal_form .form_btn {
        width: 250px;
    }
    .services_outher_block_title {
        font-size: 12px;
    }
    .services_howwork .service_responsibility_text {
        font-size: 12px;
    }
    .services_howwork_info {
        font-size: 12px;
    }
    .fast_solutions_title {
        font-size: 14px;
    }
}

.blog .main_title,
.projs .main_title {
    color: #141414 !important;
}
.blog_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.blog .news_article,
.projs .about_article_item {
    width: 23%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 285px;
    margin-bottom: 20px;
}
.blog .news_article,
.projs .about_article_item {
    margin-right: 20px;
    height: 240px;
}
.blog .news_article:nth-child(4n),
.projs .about_article_item:nth-child(4n) {
    margin-right: 0;
}
.attachment-post-thumbnail {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.wpc-filters-widget-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.wpc-filters-section {
    margin-right: 20px;
}
.wpc-filters-section:last-child {
    margin-right: 0;
}
.wpc-edit-filter-set,
.wpc-filters-section-553 .wpc-filter-title,
.wpc-filters-section-554 .wpc-filter-title,
.wpc-filters-section-581 .wpc-filter-title,
.wpc-filters-section-577 .wpc-filter-title,
.wpc-filters-section-1385 .wpc-filter-title,
.wpc-filters-section-1390 .wpc-filter-title,
.wpc-filters-section-1391 .wpc-filter-title {
    display: none;
}
.wpc-filter-content {
    border: 1px solid #034F84;
}
.wpc-filter-content select {
    margin: 0 !important;
}
.projs .about_article_item {
    min-height: 100%;
}
.projs .cays_article_title {
    font-size: 14px;
}
.projs {
    padding-bottom: 40px;
}
picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media(max-width: 1200px) {
    .blog .news_article,
    .projs .about_article_item {
        width: 32%;
        margin-right: 20px;
    }
    .blog .news_article:nth-child(4n),
    .projs .about_article_item:nth-child(4n) {
        margin-right: 20px;
    }
    .blog .news_article:nth-child(3n),
    .projs .about_article_item:nth-child(3n) {
        margin-right: 0px;
    }
}
@media(max-width: 1024px) {
    .blog_content {
        justify-content: space-between;
    }
    .blog .news_article,
    .projs .about_article_item  {
        width: 45%;
        margin-right: 0px;
    }
    .blog .news_article:nth-child(2n),
    .projs .about_article_item:nth-child(2n) {
        margin-right: 0px;
    }
    .blog .news_article:nth-child(3n),
    .projs .about_article_item:nth-child(3n) {
        margin-right: 0px;
    }
}

@media(max-width: 650px) {
    .blog .news_article,
    .projs .about_article_item  {
        width: 100%;
    }
    .wpc-filters-widget-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 10px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wpc-filters-section {
        margin-right: 0px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }
}




.contacts {
    position: relative;
}
.contacts_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts_content {
    text-align: left;
    max-width: 500px;
    width: 100%;
}
.contacts_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 30px;
}
.contacts_address::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
.contacts_address span {
    font-weight: 600;
    margin-right: 10px;
}
.contacts_form {
    margin-left: 90px;
}

.contacts_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 30px;
}
.contacts_code::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/kod.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
.contacts_code span {
    font-weight: 600;
    margin-right: 10px;
}
.contacts_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.contacts_socials_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contacts_socials_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #282828;
    text-decoration: none;
    margin-right: 50px;
}
.contacts_socials_email::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
.contacts_socials_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #282828;
    text-decoration: none;
}
.contacts_socials_tel::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
.contacts_socials_tel:hover {
    text-decoration: underline;
}
.contacts_form_text {
    text-align: left;
    margin: 0 0 30px;
}


.contacts::before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
    margin: 0;
    z-index: 2;
}
.contacts_form_wrapper {
    max-width: 600px;
}

@media(max-width: 1200px) {
    .contacts_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts::before {
        left: -100px;
        right: 0;
    }
    .contacts_form {
        margin-top: 50px;
        margin-left: 0px;
    }
}

@media(max-width: 650px) {
    .contacts::before {
        width: 80px;
        height: 80px;
        top: -50px;
        right: -30px;
        margin-left: auto;
        left: 0;
    }
    .contacts_wrapper {
        font-size: 14px;
    }
    .modal_form .form_block p, .contacts .form_block p {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .modal_form .wpcf7-form-control-wrap, .contacts .wpcf7-form-control-wrap {
        min-width: 100%;
    }
    .modal_form .form_block_input, .contacts .form_block_input {
        min-width: 100%;
    }
    .modal_form .form_btn, .contacts .form_btn {
        width: 100%;
        font-size: 16px;
    }
    .contacts_socials {
    }
    .contacts_socials_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .contacts_socials_email {
        margin: 0 0 20px;
    }
    .contacts_address,
    .contacts_code {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .first_contacts .main_title {
        max-width: 250px;
    }
    .contacts_address, .contacts_code {
        margin: 0 0 20px;
    }
}

@media(max-width: 390px) {
    .contacts_wrapper {
        font-size: 12px;
    }
}









.vakancy {
    position: relative;
}
.vakancy_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.vakancy_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 10px;
    width: 47%;
    border: 1px solid #034F84;
    text-align: left;
    margin-bottom: 60px;
}
.vakancy_item_media {
    max-width: 30%;
    margin-right: 20px;
}
.vakancy_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.vakancy_name {
    margin-bottom: 15px;
    color: #034F84;
    font-size: 20px;
    font-weight: 700;
}
.vakancy_description {
    margin-bottom: 15px;
}
.vakancy_callback {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #939597;
    padding-bottom: 5px;
    border-bottom: 1px solid #939597;
    cursor: pointer;
}
.vakancy_item_img {
    min-width: 80px;
}
.vakancy::before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: -150px;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.50);
    margin: 0;
    z-index: 2;
    -webkit-transform: rotate(31.017deg);
        -ms-transform: rotate(31.017deg);
            transform: rotate(31.017deg);

}


@media(max-width: 1024px) {
    .vakancy_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .vakancy_list {
    }
    .vakancy::before {
        top: -100px;
        left: 0px;
        margin-left: auto;
        right: -30px;
        width: 130px;
        height: 130px;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
}


@media(max-width: 650px) {
    .vakancy_item {
        padding: 15px;
        margin-bottom: 20px;
    }
    .vakancy_name {
        font-size: 18px;
        margin: 0;
    }
    .vakancy_description,
    .vakancy_callback {
        font-size: 14px;
    }
    .vakancy_item_img {
        min-width: 60px;
    }
    .vakancy::before {
        top: -50px;
        width: 80px;
        height: 80px;
    }
    .vakancy_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media(max-width: 390px) {
    .vakancy_description,
    .vakancy_callback {
        font-size: 12px;
    }
}



.experts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.experts_content_media {
    max-width: 550px;
    width: 100%;
    margin-right: 100px;
}
.experts_content_info {
    text-align: left;
}
.hr_team::before {
    content: '';
    display: block;
    position: relative;
    background: #E0784A;
    border-radius: 15px;
    width: 710px;
    height: 2px;
    margin: 40px auto;
}

@media(max-width: 1024px) {
    .experts_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .experts_content_media {
        margin: 0 0 30px;
    }
    .hr_team::before {
        margin: 50px auto;
    }
}

@media(max-width: 650px) {
    .experts_content_info {
        font-size: 14px;
    }
    .hr_team::before {
        margin: 20px auto 30px;
    }
    .experts_content_media {
        margin: 0 0 20px;
    }
}

@media(max-width: 390px) {
    .experts_content_info {
        font-size: 12px;
    }
}



.mission_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.mission_item {
    max-width: fit-content;
    margin: 0 13px 40px;
    width: calc(23% - 13px);
}
.mission_name {
    margin: 15px 0 30px;
    color: #034F84;
    font-size: 24px;
    font-weight: 700;
}
.first_decor {
    position: relative;
}
.first_decor::after {
    content: '';
    display: block;
    z-index: 1;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    position: absolute;
    bottom: -100px;
    right: -50px;
}

@media(max-width: 1024px) {
    .mission_list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .first_decor::after {
        width: 130px;
        height: 130px;
        bottom: -50px;
        right: -50px;
    }
    .mission_item {
        max-width: fit-content;
        margin: 0 13px 40px;
        width: calc(31% - 13px);
    }
}

@media(max-width: 650px) {
    .mission_list {
    
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        align-items: start;
        align-content: center;
        justify-items: center;
   
    }
    .mission_name {
        margin: 10px 0;
        font-size: 20px;
    }
    .mission_text {
        font-size: 14px;
    }
    .first_decor::after {
        width: 80px;
        height: 80px;
        bottom: -30px;
        right: -30px;
    }
    .mission_item {
        max-width: fit-content;
        margin: 0 13px 40px;
       /* width: calc(46% - 13px); */
		width: 100%;
    }
}

@media(max-width: 390px) {
    .mission_name {
        font-size: 18px;
    }
    .mission_text {
        font-size: 12px;
    }
}


.ours_experts {
    position: relative;
    padding: 200px 0 100px;
    background: url(../img/ours_experts_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.ours_experts_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    margin-bottom: 80px;
}
.ours_experts .page_title {
    color: #fff;
}
.ours_experts .project_worked_info {
    color: #fff;
}
.ours_experts .project_worked_link {
    color: #E0784A !important;
    border-bottom: 1px solid #E0784A;
}
.ours_experts .news_link rect {
    stroke: #fff;
}
.ours_experts .project_worked_link::before {
    background: #E0784A;
}
.ours_experts .news_link {
    margin-left: 0 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.ours_experts .news_link::after {
    background: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.ours_experts::after {
    content: '';
    display: block;
    z-index: 1;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    position: absolute;
    top: 50px;
    right: -100px;
    -webkit-transform: rotate(31.017deg);
        -ms-transform: rotate(31.017deg);
            transform: rotate(31.017deg);
}


.history {
    position: relative;
}
.history_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.history .hr_team::before {
    width: 2px;
    height: 710px;
    margin: 0 50px;
}
.history .experts_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.history .experts_content_info {
    margin: 50px 0;
}
.history .experts_content_media {
    margin-right: 0;
}


@media(max-width: 1024px) {
    .ours_experts {
        position: relative;
        padding: 60px 0;
        background: url(../img/ours_experts_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .ours_experts_items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .ours_experts_item {
        margin-bottom: 40px;
    }
    .ours_experts::after {
        display: none;
    }
    .history {
        padding-bottom: 40px;
    }
    .history::after {
        content: '';
        display: block;
        z-index: 1;
        width: 130px;
        height: 130px;
        background: rgba(147, 149, 151, 0.60);
        position: absolute;
        bottom: 0px;
        left: -100px;
        -webkit-transform: rotate(31.017deg);
            -ms-transform: rotate(31.017deg);
                transform: rotate(31.017deg);
    }
    .history_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .history .hr_team {
        display: none;
    }
    .history .experts_content_info {
        margin: 0;
    }
    .history .experts_content {
        margin-bottom: 40px;
    }
    .history .experts_content_media {
        margin: 30px 0 20px;
    }
}

@media(max-width: 650px) {
    .history::after {
        width: 80px;
        height: 80px;
        bottom: 0px;
        left: -50px;
    }
    .history .experts_content_media {
        margin: 20px 0;
    }
}

.error404 .widget-area,
.error404 .entry-content {
    display: none !important;
}

.programms .service_problems_title {
    margin: 30px 0;
}
.programms_content {
    text-align: left;
    font-size: 16px;
}
.programms_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.programms_expert_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.programms_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
}
.programms_content ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.programms_content ul li:last-child {
    margin-bottom: 0;
}

.programms_waiting .mission_name {
    margin: 15px 0;
    font-size: 16px;
}

.programms_download {
    position: relative;
    margin-top: 120px;
    padding: 40px 0;
    background: #034F84;
    margin-bottom: 40px;
}
.programms_download::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    position: absolute;
    top: -120px;
    left: -100px;
    z-index: 2;
}
.programms_download_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.programms_download_title {
    color: #fff;
    margin: 0;
    font-size: 45px;
}
.programms_download_link {
    border-color: #E0784A;
}

@media(max-width: 1400px) {
    .programms_download::after {
        width: 130px;
        height: 130px;
        top: 100px;
        left: 0;
        right: -60px;
        margin-left: auto;
    }
}
@media(max-width: 1200px) {
    .programms_download_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .programms_download_title {
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px) {
    .programms_download_title {
        font-size: 30px;
    }
}
@media(max-width: 650px) {
    .programms_content {
        font-size: 14px;
    }
    .programms_download_title {
        font-size: 20px;
    }
    .programms_download::after {
        width: 80px;
        height: 80px;
        top: 120px;
        left: -50px;
        right: 0;
        margin-left: 0;
    }
    .programms_download_link {
        border-color: #E0784A;
        margin: 0 0 0 auto;
    }
}
@media(max-width: 390px) {
    .programms_content {
        font-size: 12px;
    } 
    .programms_download_title {
        font-size: 18px;
    }
}



.programms_blocks {
    position: relative;
}
.programms_blocks .service_process_item {
    max-width: 50%;
}
.programms_blocks .service_process_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 0px;
    margin-left: auto;
    max-width: 50%;
    border: none;
    padding: 0;
    background: transparent;
}
.programms_blocks .service_process_info::before {
    content: '';
    display: block;
    position: relative;
    width: 2px;
    height: 505px;
    border-radius: 5px;
    background: #E0784A;
    margin: 0 30px;
}
.programms_blocks .service_process_list {
    position: relative;
    min-height: 505px;
	width: 100%;
}
.service_process_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
}
.service_process_text ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.service_process_text ul li:last-child {
    margin-bottom: 0px;
}

@media(max-width: 1024px) {
    .programms_blocks .service_process_item {
        max-width: 100%;
    }
    .programms_blocks .service_process_info::before {
        display: none;
    }
}



.programms_giving {
    background: #939597;
}
.programms_giving .service_communication_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.programms_giving .service_communication_text {
    margin: 0 0 25px;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.service_communication_description  {
    margin-top: 25px;
    color: #fff;
}

.programms_expert {
    padding-bottom: 50px;
}
.programms_expert .project_worked_item {
    width: 100%;
}
.project_worked_description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
}
.project_worked_description ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.project_worked_description ul li:last-child {
    margin-bottom: 0px;
}
.programms_expert_link {
    color: #034F84 !important;
    text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #034F84;
    margin: 20px auto 0;
}
.programms_expert_link::before {
    background: #034F84;
}
.programms_expert_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.programms_expert {
    position: relative;
}
.programms_expert .project_worked_role br {
    display: block;
}
.programms_expert::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    position: absolute;
    top: 100px;
    right: -150px;
    -webkit-transform: rotate(31.017deg);
        -ms-transform: rotate(31.017deg);
            transform: rotate(31.017deg);
    z-index: 2;
}


.programms_process {
    position: relative;
    padding: 170px 0;
    background: url(../img/process_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.programms_process::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: rgba(147, 149, 151, 0.60);
    position: absolute;
    top: -50px;
    left: -150px;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    z-index: 2;  
}
.programms_process .page_title {
    color: #fff;
}
.programms_process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.programms_process_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    max-width: 29%;
    margin: 0 25px 50px;
}
.programms_process_media {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 150px;
    border: 2px solid #E0784A;
    width: 80px;
    height: 80px;
}
.project_worked_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.programms_process_name {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}


.programms_question {
    margin: 0;
}
.programms_question::after {
    display: none !important;
}


@media(max-width: 1024px) {
    .programms_process {
        position: relative;
        padding: 150px 0 60px;
        background: url(../img/process_bg-tablet.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
    }
    .programms_process::after { 
        display: none;
    }
    .programms_expert::after {
        width: 130px;
        height: 130px;
        right: -90px;
    }
    .programms_process_list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0;
    }
    .programms_process_item {
        max-width: 45%;
        margin: 0 1dvb 50px;
    }
}
@media(max-width: 650px) {
    .service_communication_description  {
        font-size: 14px;
    }
    .service_communication_item {
        width: 100%;
    }
    .programms_expert .project_worked_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .programms_expert .project_worked_media {
        width: 100%;
    }
    .programms_expert .project_worked_media img {
        min-width: 150px;
        min-height: 150px;
    }
    .programms_expert_link {
        margin-left: 0;
        font-size: 14px;
        text-align: left;
    }
    .project_worked_info {
        width: 100%;
    }
    .programms_process {
        position: relative;
        padding: 70px 0 50px;
        background: url(../img/process_bg-mob.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        color: #fff;
    }
    .programms_process_item {
        min-width: 100%;
        margin-bottom: 40px;
    }
    .programms_process_media {
        width: 50px;
        height: 50px;
    }
    .programms_process_media img {
        width: 25px;
        height: 25px;
    }
    .programms_process_name {
        font-size: 18px;
    }
    .programms_process_content {
        font-size: 14px;
    }
}

@media(max-width: 390px) {
    .service_communication_description  {
        font-size: 12px;
    }
    .programms_expert_link {
        font-size: 12px;
    }
    .programms_process_name {
        font-size: 16px;
    }
    .programms_process_content {
        font-size: 12px;
    }
}


.modal picture,
.question picture,
.first picture,
.article picture,
.project picture {
    width: auto;
}
select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
    padding-right: 40px;
    color: #034F84;
    cursor: pointer;
}
#page_theme {
    padding-top: 30px;
}
#page_theme .page-header {
    padding: 0;
    background: transparent;
    padding: 0 0 20px;
}
.separate-containers .inside-article {
    background: transparent;
}

.form_block .main_link {
    max-width: 48%;
    height: 50px;
    padding: 0;
    width: 100%;
    min-width: 290px;
    cursor: pointer;
}
.form_block .main_link rect {
    stroke: #E0784A;
}
.form_block .main_link svg {
    height: 50px;
    width: 100%;
}
.form_button,
.mailpoet_submit {
    z-index: 1;
    position: relative;
    background: transparent !important;
    color: #E0784A !important;
    font-weight: 500;
    width: 100%;
}
.mailpoet_submit {
    padding: 10px 20px !important;
    border: 1px solid #E0784A !important;
}
.form_block .main_link::after {
    display: none;
}

.second-parent-menu {
    max-width: 36%;
}

@media(max-width: 1200px) {
    .second-parent-menu {
        max-width: 100%;
    } 
}
@media(max-width: 650px) {
    .form_block .main_link {
        max-width: 100%;
    }
}
#wptime-plugin-preloader {
    background-size: 200px 200px !important;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(http://amazes.2dar.ru/wp-content/uploads/2024/10/prel.gif) no-repeat #f0f0f0 50%;
    background-size: 350px 250px;
    z-index: 99998;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
#preloader.hide {
    z-index: -1;
    opacity: 0;
}

.about_all .main_title {
    color: #141414;
    margin-bottom: 60px;
}
.about_all_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about_all_item {
    width: 47%;
    position: relative;
    margin: 0 40px 40px 0;
}
.about_all_item:nth-child(2n) {
    margin-right: 0;
}
.about_all_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.about_all .services_block_content {
    padding: 25px 60px;
}
.about_all .services_block_title {
    font-size: 20px;
}



@media(max-width: 1024px) {
    #preloader {
        background-size: 250px 200px;
    } 
    .first_btn {
        height: 45px;
    }
    .first_btn_find {
        height: 45px;
    }
    .first_btn_find svg {
        height: 45px;
    }
    .about_all_item {
        width: 46%;
    }
    .about_all .services_block_content {
        max-width: 100%;
        width: 100%;
        padding: 25px 20px;
    }
    .about_all .services_block_title {
        text-align: center;
    }
}

@media(max-width: 650px) {
    #preloader {
        background-size: 200px 150px;
    } 
    .about_all .main_title {
        margin-bottom: 25px;
    }
    .about_all_item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .about_all .services_block_content {
        padding: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .about_all .services_block_title {
        text-align: center;
    }
    .first_btns .first_btn_find {
        font-size: 12px;
        margin: 0 0 20px !important;
    }
}


.privacy-policy .page {
    text-align: left;
}
.page-id-1238 .page {
    text-align: left;
}
#cookie-notice {
    bottom: 0px;
    background: #fff !important;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#cn-notice-text {
    color: #000;
    font-size: 20px;
    margin-right: 25px;
}
.coockie_btn {
    padding: 10px 20px;
    border: 1px solid #034F84;
    color: #034F84 !important;
    text-align: center;
    font-size: 16px;
    background: transparent !important;
    cursor: pointer;
    text-decoration: none;
}
.coockie.hide {
    display: none !important;
}

#modal_callback span[data-name="your-email"],
#modal_question span[data-name="your-email"],
#modal_price span[data-name="your-email"],
.services_form span[data-name="your-email"],
.big_form span[data-name="your-email"] {
    width: 100%;
}
#modal_callback span[data-name="your-massage"],
#modal_question span[data-name="your-massage"],
#modal_price span[data-name="your-massage"],
.services_form span[data-name="your-massage"],
.big_form span[data-name="your-massage"] {
    width: 100%;
}
#modal_callback span[data-name="your-email"] input,
#modal_question span[data-name="your-email"] input,
#modal_price span[data-name="your-email"] input,
.services_form span[data-name="your-email"] input,
.big_form span[data-name="your-email"] input {
    max-width: 100% !important;
    width: 100%;
}
#modal_callback span[data-name="your-massage"] textarea,
#modal_question span[data-name="your-massage"] textarea,
#modal_price span[data-name="your-massage"] textarea,
.services_form span[data-name="your-massage"] textarea,
.big_form span[data-name="your-massage"] textarea {
    max-width: 100% !important;
    height: 100px;
}
#modal_callback .form_block .main_link,
#modal_question .form_block .main_link,
#modal_price .form_block .main_link,
.services_form .form_block .main_link,
.big_form .form_block .main_link   {
    margin: 0 auto 10px;
}

@media(max-width: 1024px) {
    /* .coockie {
        width: 90%;
        flex-direction: column;
    } */
    #cn-notice-text {
        margin: 0 0 15px;
        font-size: 14px;
    }
}
.page-template-services .featured-image {
    display: none;
}
section.hide {
    display: none;
}
.seminar_text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.hide_block {
    display: none;
}
.seminar_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    padding: 10px 15px;
    background: #E0784A;
    color: #fff;
}
.page-template-programms .featured-image {
    display: none;
}
.mailpoet_validate_success {
    color: #000;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #034F84;
    font-weight: 700;
}

.accept.acpol {
	color:#ffffff;
	padding-top: 10px;
}

.accept.acpol span.wpcf7-list-item a {
	color:#ffffff!important;	
}

.accept.acpol span.wpcf7-list-item {
	padding:0;
	margin:0;
}


.experts_content_info.history2 {
    margin: 0;
}

.fast_solutions_slider.wow.fadeInLeft.slow.slick-initialized.slick-slider.slick-dotted.animated.slick-list.draggable.slick-track {
min-height:400px;
height: auto;
}



.wpcf7 .wpcf7-submit{
	width: 100%;
}

.poliit {
	display:flex;
	gap:10px;
	margin-top:30px;
}

.trp-language-switcher .trp-ls-shortcode-language{
	left: 15px !important;
}
















.site-header .header_content {
  gap: 20px !important;
}
.site-header .menu_nav_center {
  gap: 20px !important;
}
@media (max-width: 1200px) {
  .site-header .menu_nav_center {
    justify-content: flex-end !important;
  }
}
.site-header .menu_nav_center .menu {
  align-items: center !important;
  gap: 20px !important;
}
.site-header .menu_nav_center .menu > .menu__item {
  margin-right: 0 !important;
}
.site-header .menu_nav_center .menu > .menu__item .menu__submenu-toggler {
  margin-bottom: 5px !important;
}
.site-header .menu_nav_center .header_email, .site-header .menu_nav_center .header_phone {
  margin: 0 !important;
}
.site-header .langmob {
  margin-top: 0 !important;
}

.main {
  padding-top: 0 !important;
}

.langmob .trp-ls-shortcode-current-language, .langmob .trp-ls-shortcode-language, .header_lang .trp-ls-shortcode-current-language, .header_lang .trp-ls-shortcode-language {
  width: 100% !important;
  padding: 4px 35px 4px 10px !important;
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px) !important;
}
.langmob .trp-ls-shortcode-current-language a, .langmob .trp-ls-shortcode-language a, .header_lang .trp-ls-shortcode-current-language a, .header_lang .trp-ls-shortcode-language a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1 !important;
  padding: 7px 0px !important;
}
.langmob .trp-ls-shortcode-current-language a:hover, .langmob .trp-ls-shortcode-language a:hover, .header_lang .trp-ls-shortcode-current-language a:hover, .header_lang .trp-ls-shortcode-language a:hover {
  background: none !important;
}
.langmob .trp-ls-shortcode-current-language a img, .langmob .trp-ls-shortcode-language a img, .header_lang .trp-ls-shortcode-current-language a img, .header_lang .trp-ls-shortcode-language a img {
  display: block !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.langmob .trp-ls-shortcode-language, .header_lang .trp-ls-shortcode-language {
  left: 0 !important;
}

@media (max-width: 1200px) {
  .langmob {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .header_lang {
    display: block !important;
    margin: 0px !important;
  }
  .header_lang .trp-language-switcher {
    width: 100% !important;
  }
  .header_lang .trp-ls-shortcode-current-language {
    width: auto !important;
  }
	
	
    .vakancy_callback {
        display: flex!important;
    }
}
	
}

.header__ham {
  margin-left: 0px !important;
}