.action-links,
.actions-block .actions-list,
.info-line .info-list,
.menu ul,
.paginators ul,
.simple-paginators,
.simple-select+.jcf-select .jcf-select-drop .jcf-list ul,
.social,
.spare-list-holder .spare-list,
.sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after,
.titles-spare:after {
    content: "";
    display: block;
    clear: both
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #fff;
    font: 24px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    min-width: 320px
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.gm-style img {
    max-width: none
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    margin: 0 0 .5em;
    color: #002566
}

.h1,
h1 {
    font-size: 65px
}

.h2,
h2 {
    font-size: 60px
}

.h3,
h3 {
    font-size: 45px
}

.h4,
h4 {
    font-size: 37px
}

.h5,
h5 {
    font-size: 29px
}

.h6,
h6 {
    font-size: 25px
}

p {
    margin: 0 0 1em
}

a {
    color: #002566
}

a:focus,
a:hover {
    text-decoration: none
}

fieldset,
form {
    margin: 0;
    padding: 0;
    border-style: none
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #333;
    padding: 7px 22px;
    outline: none
}

input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
textarea:hover {
    border-color: #002566;
}

input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder,
input[type=text]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: #002566;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    border-color: #000
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #333
}

input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333
}

input[type=email].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
textarea.placeholder {
    color: #333
}

select {
    -webkit-border-radius: 0
}

textarea {
    resize: vertical;
    vertical-align: top
}

button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    outline: none
}

@font-face {
    font-family: calibri_light;
    src: url(../fonts/calibril.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: calibri_regular;
    src: url(../fonts/Calibri.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: calibri_bold;
    src: url(../fonts/CALIBRIB.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: exo_2bold;
    src: url(../fonts/exo2-bold-webfont.woff2) format("woff2"), url(../fonts/exo2-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: exo_2light;
    src: url(../fonts/exo2-light-webfont.woff2) format("woff2"), url(../fonts/exo2-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: exo_2regular;
    src: url(../fonts/exo2-regular-webfont.woff2) format("woff2"), url(../fonts/exo2-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff?9618ss) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-archive:before {
    content: "\e915"
}

.icon-bell:before {
    content: "\e916"
}

.icon-share-variant:before {
    content: "\e917"
}

.icon-calendar-clock:before,
.title-map .span:before {
    content: "\e914"
}

.icon-chevron-left:before,
.paginators li:first-child a:before,
.simple-paginators li:first-child a:before,
.timeline .slick-arrow.slick-prev:before {
    content: "\e912"
}

.icon-chevron-right:before,
.paginators li:last-child a:before,
.simple-paginators li:last-child a:before,
.timeline .slick-arrow.slick-next:before {
    content: "\e913"
}

.icon-menu-open:before {
    content: "\e911"
}

.icon-logo-mobile:before {
    content: "\e910"
}

.icon-logo:before {
    content: "\e90f"
}

.icon-account-star:before {
    content: "\e900"
}
/*.full-section .icon-play-circle-outline {*/
/*        display: none;*/
/*    }*/
.icon-arrow-right:before,
.news-block .more-link:before,
.small-image-block .image-holder .more-link:before,
.text-video-block .text-holder .more-link:before,
.vacancies-block .more-link:before {
    content: "\e901"
}


.icon-briefcase-check:before {
    content: "\e902"
}

.icon-chevron-down:before,
.simple-select+.jcf-select .jcf-select-opener:before {
    content: "\e903"
}

.icon-chevron-up:before {
    content: "\e904"
}

.fancybox-close-small:before,
.icon-close:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-headset:before {
    content: "\e907"
}

.icon-map-search-outline:before {
    content: "\e908"
}

.icon-menu:before {
    content: "\e909"
}

.icon-newspaper:before {
    content: "\e90a"
}


.text-video-block .video-holder a:before,
.video-block .video-holder a:before {
    content: "\e90b"
}

/*.icon-play-circle-outline:before{*/
/*    content: "\e90b";*/
/*}*/

.icon-volume-high:before {
    content: "\e90c"
}

.full-section .sound-btn.muted:before,
.icon-volume-off:before {
    content: "\e90d";
}

.icon-youtube:before {
    content: "\e90e"
}

.icon-instagram:before {
    content: "\ea92";
}

@-webkit-keyframes header-init {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-init {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes header-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes header-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes main-title-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes main-title-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes main-title-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes main-title-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes up-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes up-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes up-out {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes up-out {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}
.play-btn, .pause-btn{
    opacity: .73;
    color: #fff;
    font: 45px icomoon;
    position: absolute;
    top: 93%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}
/*.pause-btn{*/
/*    opacity: .73;*/
/*    color: #fff;*/
/*    font: 45px icomoon;*/
/*    position: absolute;*/
/*    top: 94.6%;*/
/*    left: 51%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    background: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*}*/
.pause-btn {
    display: block;
}
/*.play-btn img, .pause-btn img {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/
.play-btn, .pause-btn {
    width: 32px;
    height: 32px;
}


.header {
    -webkit-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 110px;
    padding-right: 0;
    background: transparent;
    -webkit-animation: header-init 1s forwards;
    animation: header-init 1s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


.header.white-header,
.hide-section .header {
    background: #fff;
    padding-right: 0
}

.header.white-header .login-link,
.hide-section .header .login-link {
    color: #002566
}

.header.white-header .login-link:hover,
.hide-section .header .login-link:hover {
    color: #002566;
    border-color: #002566
}

.header.white-header .logo .ico,
.hide-section .header .logo .ico {
    color: #002566
}

.hide-section.menu-active .header {
    background: #002566
}

.hide-section.menu-active .header .login-link {
    color: #fff
}

.hide-section.menu-active .header .login-link:hover {
    color: #fff;
    border-color: #fff
}

.hide-section.menu-active .header .logo .ico {
    color: #fff
}

.selected .header {
    -webkit-animation: header-init 1s forwards;
    animation: header-init 1s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header.white-header {
    -webkit-transition: background .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: background .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, background .5s ease-in-out;
    transition: transform .5s ease-in-out, background .5s ease-in-out;
    transition: transform .5s ease-in-out, background .5s ease-in-out, -webkit-transform .5s ease-in-out;
    height: 140px;
    -webkit-animation: none;
    animation: none
}

.header.white-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.menu-active .header.white-header.is-hidden {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-active .header.white-header {
    background: #002566
}

.menu-active .header.white-header .login-link {
    color: #fff
}

.menu-active .header.white-header .login-link:hover {
    color: #fff;
    border-color: #fff
}

.menu-active .header.white-header .logo .ico {
    color: #fff
}

.header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header .logo a {
    text-decoration: none
}

.header .logo .ico {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 85px;
    color: #fff
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.header .login-link {
    -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, color .3s ease-in-out;
    font: 18px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 0 5px 55px;
    margin-bottom: -8px;
    border-bottom: 2px solid transparent
}

.header .login-link.mobile {
    display: none
}

.header .login-link:hover {
    border-color: #fff
}

.header .login-link .ico {
    font-size: 44px;
    position: absolute;
    top: -4px;
    left: 0
}

.header .burger-btn {
    display: none
}

.footer {
    color: #fff;
    background: #002566;
    padding: 40px 0
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1470px
}

.footer a {
    color: #fff
}

.footer .logo-footer {
    font-size: 31px;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px
}
.link-blue {
    transition: opacity .3s ease-in-out;
    color: #fff;
    text-decoration: none;
}
.footer .social {
    font-size: 24px;
    margin: 25px 18px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-animation: none;
    animation: none
}

.footer .social li {
    margin: 0 0 0 36px
}

.footer .social li:first-child {
    margin: 0
}

.footer .social a {
    color: #fff;
    opacity: 1
}

.footer .social a:hover {
    opacity: .73
}

.footer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px
}

.footer .item.logo-item {
    width: 23%
}

.footer .item.participant-item {
    width: 25%
}

.footer .item.email-item {
    width: 18%
}

.footer .item.social-item {
    margin-left: auto
}

.footer .item .icon-logo-mobile {
    margin-top: 6px;
    display: block
}

.footer .item .title-footer {
    font: normal 18px/1.1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    display: block;
    margin-bottom: 4px
}

.footer .item .text-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .item .simple-footer-text {
    font: normal 16px/1.3 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal
}

.footer .item a.simple-footer-text {
    align-self: baseline;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.footer .item a.simple-footer-text:hover {
    border-color: transparent;
}

.allspares .title {
    top: 15%!important
}

.allspares h2 {
    font: 60px exo_2light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    left: 6.5%;
    top: 58%;
    max-width: 1070px;
    padding-right: 15px;
    position: absolute
}

.titles-spare div {
    position: relative
}

.titles-spare {
    padding: 0 15px;
    max-width: 1470px;
    margin: 0 auto;
}

.titles-spare label {
    font: 30px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    left: 41px;
    z-index: 2;
    color: #fff;
    bottom: 29px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    text-transform: uppercase
}

.titles-spare a img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.titles-spare .left {
    width: 50%;
    float: left;
    display: flex;
}

.titles-spare .left div {
    width: calc(50% - 30px);
    margin-right: 30px;
    display: inline-block;
    height: 600px
}

.titles-spare a:before {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 3;
    -webkit-box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5)
}

.titles-spare .right div:first-child a:after,
.titles-spare a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px
}

.titles-spare .right div:first-child a:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(0, 0, 0, .75));
    background: -o-linear-gradient(top, transparent 0, transparent 50%, rgba(0, 0, 0, .75));
    background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(0, 0, 0, .75))
}

.titles-spare a:hover:before {
    opacity: 1
}

.titles-spare .right {
    width: 50%;
    float: right
}

.titles-spare .left a {
    height: 590px;
    position: relative;
    display: block
}

.titles-spare .right a {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
    display: block
}

.titles-spare .right div img {
    height: 100%
}

.filter-column {
    width: 33.33%;
    padding-top: 35px
}

.filter-column .inner {
    padding: 0 20px
}

.filter-column2 {
    width: 330px;
    padding-top: 55px;
    margin-bottom: 30px;
}

.filter-column2 .inner {
    padding: 0;
}

.filter-column .select-holder {
    margin-bottom: 67px
}

.projects-page .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px
}

.titles-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    max-width: 1470px;
    margin: 0 auto;
}

.titles-services .item {
    position: relative
}

.titles-services .side {
    width: 23.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.titles-services .middle {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.titles-services .middle .item {
    margin: 0 0 30px
}

.titles-services .middle a {
    height: 280px;
    display: block;
    position: relative
}

.titles-services label {
    font: 30px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    left: 41px;
    z-index: 2;
    color: #fff;
    bottom: 29px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-right: 20px
}

.titles-services a {
    height: 900px;
    display: block;
    position: relative
}

.titles-services a:hover:before {
    opacity: 1
}

.titles-services a:before {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    border-radius: 8px;
    -webkit-box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5)
}

.titles-services a img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body:not(.home-page),
body:not(.home-page) #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body:not(.home-page) #wrapper {
    padding-top: 180px;
    min-height: 100vh
}

body:not(.home-page) .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    max-width: 1470px
}

.container,
.container-big {
    margin: 0 auto;
    padding: 0 15px
}

.container-big {
    max-width: 1470px !important
}

.second-section {
    padding-top: 150px
}

.full-section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.full-section.selected .main-title {
    -webkit-animation: main-title-in 1s forwards;
    animation: main-title-in 1s forwards
}

.full-section.selected .scroll-down,
.full-section.selected .social {
    -webkit-animation: up-in 1s forwards;
    animation: up-in 1s forwards
}

.full-section.first {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.full-section.no-video .sound-btn {
    display: none
}

.full-section.no-video .main-title {
    display: block
}

.full-section .main-title {
    font: 60px/1.24 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    max-width: 550px;
    -webkit-animation: main-title-out 1s forwards;
    animation: main-title-out 1s forwards;
    display: none
}

.full-section .title-container{
    height: calc(100vh - 390px);
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full-section .scroll-down {
    font: 45px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 20px;
    height: 250px;
    position: relative;
    top: 20px;
    -webkit-animation: up-out 1s forwards;
    animation: up-out 1s forwards;
    cursor: pointer
}

.full-section .scroll-down .label {
    font-size: 25px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 4px;
    right: 0;
    letter-spacing: 2.3px;
    white-space: nowrap
}

.full-section .scroll-down .ico {
    position: absolute;
    bottom: 7px;
    left: -10px;
}

.full-section .bottom-part {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%
}

.full-section .bottom-part .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.full-section .sound-btn {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 36px;
    color: #fff;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    opacity: .73;
    margin-right: 40px;
}

.full-section .sound-btn:hover {
    opacity: 1
}

.full-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.scroll-up {
    font: 45px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    text-transform: uppercase;
    display: block;
    width: 20px;
    height: 250px;
    position: absolute;
    bottom: 60px;
    left: 15px;
    z-index: 1;
    cursor: pointer
}

.scroll-up .label {
    font-size: 25px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    bottom: 63px;
    left: -35px;
    letter-spacing: 2.3px;
    white-space: nowrap
}

.scroll-up .ico {
    position: absolute;
    bottom: 125px;
    left: -12px;
}

.menu {
    font: 18px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.menu li {
    position: relative;
}

.menu li:not(:last-child) {
    margin-right: 50px
}

.menu li.active a {
    border-color: #fff
}

.hide-section .menu li.active a,
.white-header .menu li.active a {
    color: #002566;
    border-color: #002566
}

.menu a {
    -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, color .3s ease-in-out;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px
}

.menu a:hover {
    border-color: #fff
}

.menu .mobile-plus{
    font-size: 16px;
    color: #002566;
    display: none;
}
.menu .in-li{
    position: relative;
    z-index: 5;
}
.white-header .dropdown-menu{
    background: white;
    padding-left: 6px;
    padding-right: 6px;
}
.menu .dropdown-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
    
}
.menu .dropdown-menu .dropdown-list{
    flex-direction: column;
    min-width: 130px;
}
.menu .dropdown-menu .dropdown-list li{
    padding-top: 7px;
    padding-bottom: 7px;
}
.menu .dropdown-menu li:not(:last-child){
    margin-right: 0;
}

.hide-section .menu li.active .dropdown-menu a,
.white-header .menu li.active .dropdown-menu a{
    border-color: transparent;
}
.hide-section .menu a:hover{
    border-color: #fff !important;
}
.hide-section .menu .dropdown-list li.active a {
    border-color: #fff !important;
}

.white-header .menu a:hover{
    border-color: #002566 !important;
}
.white-header .menu .dropdown-list li.active a {
    border-color: #002566 !important;
}

@media (min-width:1020px){
    .menu .in-li:hover + .dropdown-menu{
        display: flex;
    }
    .menu .dropdown-menu:hover{
        display: flex;
    }
}

@media (max-width:1019px) {
    .menu .mobile-plus{
        display: inline-block;
        padding: 10px;
        color: #ffffff;
        position: absolute;
        right: -25px;
        top: 0;
    }
    .menu .in-li{
        display: inline-block;
    }
    .menu .dropdown-menu{
        padding-top: 5px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu .dropdown-menu .dropdown-list{
        margin-bottom: 15px;
    }
    .menu .dropdown-menu .dropdown-list li{
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu .dropdown-menu .dropdown-list li a{
        font-size: 16px;
    }
}

.hide-section .menu a:hover,
.white-header .menu a:hover {
    color: #002566;
    border-color: #002566
}

.hide-section .menu a,
.white-header .menu a {
    color: #002566
}

.social {
    font-size: 24px;
    line-height: 1;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -5px 0 0;
    -webkit-animation: up-out 1s forwards;
    animation: up-out 1s forwards
}

.social.mobile {
    display: none
}

.social li {
    margin-top: 25px
}

.social a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.social a:hover {
    opacity: .73
}

.text-video-block {
    max-width: 1870px;
    margin: 0 auto 105px;
    padding-top: 124px;
    position: relative
}

.text-video-block .container {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text-video-block .text-holder {
    font-size: 18px;
    line-height: 1.67;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px 18px 0 0;
    position: relative;
    text-align: justify
}

.text-video-block .text-holder:before {
    content: "";
    position: absolute;
    top: -29px;
    left: -158px;
    width: 395px;
    height: 120px;
    z-index: 1;
    background: url(../images/logo-bg.png) no-repeat 0 0
}

.text-video-block .text-holder .text-inner {
    position: relative;
    z-index: 2
}

.text-video-block .text-holder p {
    margin: 0 0 30px
}

.text-video-block .text-holder p:last-of-type {
    margin-bottom: 11px
}

.text-video-block .text-holder .link-holder {
    text-align: right
}

.text-video-block .text-holder .more-link {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 60px
}

.text-decor-none {
    text-decoration: none !important;
}

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

.text-video-block .text-holder .more-link:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    font: 25px icomoon;
    position: absolute;
    top: 3px;
    right: 26px
}

.text-video-block .text-holder .more-link:hover:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.text-video-block .video-holder {
    width: 35.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.text-video-block .video-holder .thumb-video {
    border-radius: 8px;
    -webkit-box-shadow: rgba(49, 116, 201, 0.13) 0 0 33px 0, #1b81b0 0 20px 55px -15px;
    box-shadow: rgba(49, 116, 201, 0.13) 0 0 33px 0, #1b81b0 0 20px 55px -15px;
    width: 100%
}

.text-video-block .video-holder a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    display: block;
    position: relative
}

.text-video-block .video-holder a:hover {
    opacity: .73
}

.text-video-block .video-holder a:before {
    opacity: .73;
    color: #fff;
    font: 45px icomoon;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.info-line {
    background: #f2f4f7;
    margin-bottom: 90px
}

.info-line .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.info-line li {
    width: 25%
}

.info-line a {
    width: 100%;
    padding: 11px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative
}

.info-line a:before {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    bottom: -20px;
    right: 0;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.info-line a:hover:before {
    opacity: 1;
    visibility: visible
}

.info-line a:hover .label {
    color: #002566
}

.info-line a:focus {
    outline: none
}

.info-line a .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.info-line .ico {
    font-size: 32px;
    color: #002566;
    width: 50px
}

.info-line .ico,
.info-line .label {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.info-line .label {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    letter-spacing: normal;
    max-width: 130px
}

.animate-block {
    margin-bottom: 38px
}

.animate-block.vertical {
    overflow: hidden
}

.animate-block.vertical .container-big {
    display: block;
    padding: 0;
    margin: 0
}

.animate-block.vertical figure.snip0016 {
    width: 100%;
    min-height: 320px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px 0 0 8px
}

.animate-block.vertical figure.snip0016:hover figcaption:before {
    background: transparent;
    border-color: #002566
}

.animate-block.vertical figure.snip0016:hover figcaption>a:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-color: #002566
}

.animate-block.vertical figure.snip0016:hover figcaption h2,
.animate-block.vertical figure.snip0016:hover figcaption p {
    color: #002566
}

.animate-block.vertical figure.snip0016 figcaption:before {
    left: 75px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.animate-block.vertical figure.snip0016 figcaption>a:before {
    -webkit-transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, border-color .3s ease-in-out;
    transition: transform .3s ease-in-out, border-color .3s ease-in-out;
    transition: transform .3s ease-in-out, border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    border: 2px solid #333;
    border-radius: 8px 0 0 8px
}

.animate-block.vertical figure.snip0016 figcaption h2,
.animate-block.vertical figure.snip0016 figcaption p {
    opacity: 1;
    color: #333;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 475px
}

.news-archive-page .animate-block {
    padding: 0 20px
}

.animate-block .container-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-archive-page .animate-block .container-big {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding: 0;
    max-width: 1880px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-archive-page .animate-block figure.snip0016 {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px
}

.animate-block figure.snip0016:hover .first-title {
    -webkit-animation: fade-out .35s forwards;
    animation: fade-out .35s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    visibility: hidden
}

.animate-block figure.snip0016 .first-title {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    left: 60px;
    right: 60px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fade-in .35s forwards;
    animation: fade-in .35s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

figure.snip0016 {
    width: 32%;
    max-height: 255px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #002566;
    border-radius: 8px;
    text-align: left
}

figure.snip0016 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

figure.snip0016 img {
    max-width: 100%;
    max-height: 100%;
    opacity: .73;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px 15px 30px 3.3em;
    width: 100%;
    height: 100%
}

figure.snip0016 figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid hsla(0, 0%, 100%, .8);
    content: "";
    opacity: 0;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

figure.snip0016 h2,
figure.snip0016 p {
    margin: 0 0 10px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

figure.snip0016 h2 {
    font: 20px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    max-width: 305px
}

figure.snip0016 h2 span {
    font-family: calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif
}

figure.snip0016 p {
    font: 18px/1.3 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    max-width: 305px
}

figure.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff
}

figure.snip0016:hover img {
    opacity: .13
}

figure.snip0016:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

figure.snip0016:hover figcaption p {
    opacity: .9;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

figure.snip0016:hover figcaption:before {
    background: hsla(0, 0%, 100%, 0);
    left: 40px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.fancybox-bg {
    background: #000
}

.fancybox-is-open .fancybox-bg {
    opacity: .8
}

.fancybox-content {
    padding: 0;
    border-radius: 8px;
    -webkit-box-shadow: 5px 50px 75px -40px #054bc5;
    box-shadow: 5px 50px 75px -40px #054bc5
}

.content-modal .fancybox-content {
    padding: 30px 35px 40px 40px !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox-close-small {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: fixed;
    padding: 5px!important;
    right: 10px!important;
    top: 10px!important;
    opacity: 1;
    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
}

.content-modal .fancybox-close-small {
    position: absolute;
    right: 30px!important;
    top: 15px!important
}

.fancybox-close-small:before {
    color: #fff;
    font: 35px icomoon
}

.content-modal .fancybox-close-small:before {
    font-size: 50px;
    color: #333
}

.fancybox-close-small:hover {
    opacity: .73
}

.fancybox-button svg {
    display: none
}

.sub-menu {
    background: #f2f4f7;
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    text-align: center
}

.sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 40px;
    width: 100%;
    background: #fff;
}

.sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px
}

.sub-menu li {
    width: 25%;
    margin-bottom: -10px;
}

.sub-menu li.active a {
    color: #002566;
    background: #fff;
    -webkit-box-shadow: 0 4px 33px 0 rgba(5, 75, 197, .33);
    box-shadow: 0 4px 33px 0 rgba(5, 75, 197, .33);
    border-radius: 8px 8px 0 0
}

.sub-menu a {
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    color: #333;
    height: 100%;
    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;
    -webkit-box-shadow: 0 13px 33px 0 rgba(5, 75, 197, 0);
    box-shadow: 0 13px 33px 0 rgba(5, 75, 197, 0);
    text-decoration: none;
    padding: 21px 15px 19px;
    position: relative;
    top: -10px;
}

.sub-menu a:hover {
    color: #002566
}

.sub-menu a .span {
    text-align: left;
    max-width: 150px;
    display: inline-block
}

.main-image-block {
    padding: 0 40px;
    margin-bottom: 58px
}

.main-image-block.image-right {
    margin-bottom: 30px
}

.main-image-block.image-right .img-holder{

}

.main-image-block.image-right .overlay {
    background: -moz-linear-gradient(left, rgba(0,37,102,0.83) 0%, rgba(0,37,102,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,37,102,0.83) 0%,rgba(0,37,102,0) 100%);
    background: linear-gradient(to right, rgba(0,37,102,0.83) 0%,rgba(0,37,102,0) 100%);
}

.main-image-block.image-right .title {
    font-size: 60px;
    line-height: 1.2;
    bottom: auto;
    left: 6.5%;
    top: 22%;
    max-width: 1070px;
    padding-right: 15px
}

.main-image-block.with-titles {
    margin-bottom: 79px
}

.main-image-block.with-titles .overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 87, 153, .2)), color-stop(50%, rgba(0, 37, 102, .5)), to(rgba(0, 37, 102, .73)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, .2) 0, rgba(0, 37, 102, .5) 50%, rgba(0, 37, 102, .73));
    background: -o-linear-gradient(top, rgba(30, 87, 153, .2) 0, rgba(0, 37, 102, .5) 50%, rgba(0, 37, 102, .73));
    background: linear-gradient(180deg, rgba(30, 87, 153, .2) 0, rgba(0, 37, 102, .5) 50%, rgba(0, 37, 102, .73))
}

.main-image-block.without-title {
    margin-bottom: 80px
}

.main-image-block.without-title .overlay {
    background: rgba(0, 37, 102, .1)
}

.projects-page .main-image-block {
    margin-bottom: 0
}

.services-page .main-image-block {
    margin-bottom: 30px
}

.main-image-block .img-holder {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden
}

.main-image-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 87, 153, 0)), color-stop(50%, rgba(0, 37, 102, 0)), to(rgba(0, 37, 102, .73)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, rgba(0, 37, 102, 0) 50%, rgba(0, 37, 102, .73));
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0, rgba(0, 37, 102, 0) 50%, rgba(0, 37, 102, .73));
    background: linear-gradient(180deg, rgba(30, 87, 153, 0) 0, rgba(0, 37, 102, 0) 50%, rgba(0, 37, 102, .73))
}

.main-image-block .title {
    font: 30px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 27px;
    left: 40px
}

.main-image-block .second-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1555px;
    margin: 0 auto;
    padding: 50px 15px 0
}

.main-image-block .second-titles h2 {
    font: 60px/1.25 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 49%
}

.main-image-block .second-titles h2:first-of-type .spincrement {
    min-width: 160px
}

.main-image-block .second-titles h2:last-of-type .spincrement {
    min-width: 240px
}

.main-image-block .second-titles h2 .span {
    font-family: exo_2light, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.main-image-block .second-titles h2 .spincrement {
    display: inline-block
}

.main-image-block img {
    width: 100%;
    border-radius: 8px
}

.projects-page .content-block {
    width: 44.5%
}

.content-block .container {
    max-width: 930px
}

.wrapper-block {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.flex-class {
    display: flex;
}

.detail-wrapper-block {
    display: flex;
    padding-left: 230px;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block .image-holder .more-link {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 30px;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block .text-holder p {
    font: 18px/1.33 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block .text-holder h2 {
    font: 36px/0.83 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 30px 0;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block .text-holder {
    width: 100%;
    padding: 0;
}

.stories-block .content-inner {
    padding-bottom: 60px;
}

.stories-block .items-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block .image-holder {
    width: 100%;
    padding: 0;
}

.detail-wrapper-block .detail-wrapper-left .small-image-block {
    padding: 0;
    display: block;
}

.detail-wrapper-block .detail-wrapper-left {
    flex: 1;
    margin-right: 120px;
}

.detail-wrapper-block .detail-wrapper-left .video-block .text-holder p {
    font: 18px/1.33 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.detail-wrapper-block .detail-wrapper-left .video-block .text-holder p b {
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.detail-wrapper-block .detail-wrapper-left .video-block .text-holder {
    width: 100%;
    padding: 0;
}

.detail-wrapper-block .detail-wrapper-left .video-block .text-holder .title {
    font: 36px/0.83 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.detail-wrapper-block .detail-wrapper-left .video-block {
    padding: 0;
    display: block;
}

.detail-wrapper-block .detail-wrapper-right {
    width: 360px;
}

.content-block.two-columns .container{
    max-width: 1635px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.content-block.two-columns .simple-link-holder a .inner{
    padding: 0;
}
.content-block.two-columns .holder{
    padding-right: 15px;
}
.content-block img {
    width: 100%;
    border-radius: 8px;
    margin: 64px 0 78px
}

.content-block {
    padding-bottom: 60px;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.stories-block h1,
.content-block h6 {
    font: 36px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566 !important
}

.projects-page .content-block h1,
.stories-block h2,
.projects-page .content-block h2,
.projects-page .content-block h3,
.projects-page .content-block h4,
.projects-page .content-block h5,
.projects-page .content-block h6 {
    font: 36px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 38px
}

.content-block h2 {
    font-size: 60px
}

.content-block h3 {
    font-size: 45px
}

.content-block h4 {
    font-size: 37px
}

.content-block h5 {
    font-size: 29px
}

.content-block h6 {
    font-size: 25px
}

.content-block p, .content-block li {
    margin: 0 0 30px;
    font: 18px/1.33 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: justify
}

.action-links li #social {
    position: absolute;
}

.superhidden {
    display: none;
}

.content-block .link-holder {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-block .link-holder a {
    transition: opacity .3s ease-in-out;
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #002566;
    border-radius: 8px;
    padding: 20px 40px;
    transition: all .3s ease-in-out;
}

.content-block .link-holder a:hover {
    background: #002566;
    color: #fff;
}

.content-block .link-holder a .inner {
    position: relative;
    padding: 0 0 0 50px
}

.content-block .link-holder a .ico {
    font-size: 35px;
    position: absolute;
    top: 6px;
    left: 0;
}

.content-block .simple-link-holder {
    text-align: center;
    margin: 58px 0 68px
}

.content-block .simple-link-holder a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: left
}

.content-block .simple-link-holder a:hover {
    opacity: .73
}

.content-block .simple-link-holder a .inner {
    position: relative;
    padding: 0 0 0 70px
}

.content-block .simple-link-holder a .ico {
    font-size: 47px;
    position: absolute;
    top: 0;
    left: 0
}

.timeline-holder {
    margin: 100px 0 0
}

.timeline-holder .slider-title {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    display: block;
    margin: 0 0 50px
}

.timeline {
    width: 100%;
    position: relative
}

.timeline-nav {
    margin: 0 0 52px
}

.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    background: transparent;
    color: #002566;
    margin: 0 25px!important;
    padding: 0 0 70px;
    position: relative;
    font: 18px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
}

.timeline-nav__item:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #002566;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.timeline-nav__item:hover {
    font-family: calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif
}

.timeline-nav__item:hover:before {
    -webkit-transform: scale(1.4) translateX(-37%);
    -ms-transform: scale(1.4) translateX(-37%);
    transform: scale(1.4) translateX(-37%);
    border-width: 3px
}

.timeline-nav__item:nth-child(2n) {
    padding: 69px 0 0
}

.timeline-nav__item:nth-child(2n):before {
    top: auto;
    bottom: 38px
}

.timeline-nav__item.slick-current {
    font-family: calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    opacity: 1
}

.timeline-nav__item.slick-current:before {
    -webkit-transform: scale(1.4) translateX(-37%);
    -ms-transform: scale(1.4) translateX(-37%);
    transform: scale(1.4) translateX(-37%);
    border-width: 3px;
    -webkit-box-shadow: 0 0 0 6px rgba(5, 75, 197, .33);
    box-shadow: 0 0 0 6px rgba(5, 75, 197, .33)
}

.timeline-nav .slick-track:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 4%;
    width: 100%;
    height: 2px;
    background: #002566
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    margin: 85px auto 12px
}

.timeline-slider,
.timeline .slick-list,
.timeline .slick-track {
    height: 100%
}

.timeline-slide {
    position: relative;
    overflow: hidden;
    outline: none;
    width: 100%;
    z-index: 1
}

.timeline-slide__content {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.timeline .slick-current .timeline-slide__content {
    opacity: 1
}

.timeline .buttons-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timeline .slick-arrow {
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out;
    font: 18px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    margin: 0 65px
}

.timeline .slick-arrow:before {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font: 50px/1 icomoon;
    position: absolute;
    top: -12px
}

.timeline .slick-arrow:hover {
    opacity: .73
}

.timeline .slick-arrow.slick-prev {
    padding: 0 0 0 50px
}

.timeline .slick-arrow.slick-prev:before {
    left: 0
}

.timeline .slick-arrow.slick-next {
    padding: 0 50px 0 0
}

.timeline .slick-arrow.slick-next:before {
    right: 0
}

.timeline .slick-arrow.slick-disabled {
    color: #999
}

.spare-holder {
    margin: 104px 0 30px
}

.spare-list-holder {
    margin: 0 -15px 35px;
    padding-bottom: 23px;
    padding-top: 23px;
    /*overflow: hidden*/
}
.fancybox-content span.modal-title {
    max-width: 95%;
}
.spare-list-holder .spare-letter {
    font: 30px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 0 7%;
    letter-spacing: normal
}

.spare-list-holder .spare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.spare-list-holder .spare-list li {
    width: 16.66%;
    padding: 0 20px
}

.spare-list-holder .spare-list a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative
}

.spare-list-holder .spare-list a:before {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 45px 0 rgba(9, 85, 217, .5);
    box-shadow: 0 0 45px 0 rgba(9, 85, 217, .5)
}

.spare-list-holder .spare-list a:after {
    content: "";
    display: block;
    padding-top: 100%
}

.spare-list-holder .spare-list a:hover:before {
    opacity: 1
}

.spare-list-holder .spare-list a .link-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;
    padding: 10px
}

.spare-list-holder .spare-list .spare-img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.modal-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin: 0 0 60px*/
}

.modal-content-holder .img-holder {
    padding: 0 40px 0 0
}

.modal-content-holder .img-holder .img-wrap {
    width: 235px;
    height: 235px;
    -webkit-box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    border-radius: 8px;
    background: #fff;
    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;
    margin: 10px 0 52px
}

.modal-content-holder .img-holder img {
    border-radius: 8px
}

.modal-content-holder .img-holder .modal-site-link {
    font: 18px/1.33 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.modal-content-holder .text-holder {
    font: 18px/1.35 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #394148;
    letter-spacing: normal;
    text-align: justify;
    max-height: 435px
}

.modal-content-holder .text-holder p {
    margin: 0 0 24px
}

.fancybox-content .input-wrap,
.fancybox-content .select-wrap {
    margin: 0 0 65px
}

.fancybox-content .input-wrap:last-child {
    margin-bottom: 0;
}

.fancybox-content .simple-btn {
    width: 100%;
    margin-top: 40px
}
.g-recaptcha {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
}

.modal-title {
    font: 30px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 45px
}

.modal-title,
.second-modal-title {
    color: #002566;
    text-transform: uppercase;
    display: block;
    letter-spacing: normal
}

.second-modal-title {
    font: 30px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
    margin: 0 0 60px
}

.mCSB_scrollTools {
    right: 0;
    opacity: 1
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #002566
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    border-radius: 8px;
    background-color: #002566
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    border-radius: 0
}

.custom-scrollbar,
.custom-scrollbar-form {
    height: 100%
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_inside>.mCSB_container {
    margin-right: 45px!important
}

.video-block {
    padding: 0 40px;
    margin: 0 0 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video-block .text-holder {
    width: 47%;
    padding-left: 40px;
    text-align: justify
}

.video-block .text-holder p {
    margin: 0 0 30px
}

.video-block .video-holder {
    width: 49%
}

.video-block .video-holder .thumb-video {
    border-radius: 8px;
    width: 100%
}

.video-block .video-holder a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    display: block;
    position: relative
}

.video-block .video-holder a:hover {
    opacity: .73
}

.video-block .video-holder a:before {
    opacity: .73;
    color: #fff;
    font: 45px icomoon;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: rgba(0, 37, 102, .99);
    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
}

.small-image-block {
    padding: 0 40px;
    margin: 0 0 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.small-image-block .image-holder {
    width: 32%;
    padding-top: 35px
}

.small-image-block .image-holder .more-link {
    font: 24px/1.25 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 60px;
    margin: 0 0 39px 40px
}

.small-image-block .image-holder .more-link:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    font: 25px icomoon;
    position: absolute;
    top: 5px;
    right: 26px
}

.small-image-block .image-holder .more-link:hover:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.small-image-block .image-holder img {
    width: 100%;
    border-radius: 8px
}

.small-image-block .text-holder {
    width: 64%;
    padding-right: 40px;
    text-align: justify
}

.small-image-block .text-holder h2 {
    font: 60px/1.25 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    margin: 0 0 19px
}

.small-image-block .text-holder p {
    margin: 0 0 30px
}

.vacancy-item {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    font: 18px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    border: 2px solid #333;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    height: 320px
}

.vacancy-item:hover {
    border-color: #002566
}

.vacancy-item:hover a {
    color: #fff;
    background: #002566
}

.vacancy-item:hover a .vacancy-title:before {
    background: #fff
}

.vacancy-item:hover .inner:after {
    opacity: 1;
    height: 30px
}

.vacancy-item:hover .description {
    max-height: 0;
    opacity: 0
}

.vacancy-item:hover .addon {
    opacity: 1
}

.vacancy-item a {
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    display: block;
    padding: 30px 30px 15px;
    text-decoration: none;
    color: #333;
    height: 100%
}

.vacancy-item .inner {
    max-height: 100%;
    overflow: hidden;
    position: relative
}

.vacancy-item .addon:after {
    -webkit-transition: opacity .3s ease-in-out, height .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, height .3s ease-in-out;
    transition: opacity .3s ease-in-out, height .3s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: block;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 37, 102, 0)), to(#002566));
    background: -webkit-linear-gradient(top, rgba(0, 37, 102, 0) 0, #002566);
    background: -o-linear-gradient(top, rgba(0, 37, 102, 0) 0, #002566);
    background: linear-gradient(180deg, rgba(0, 37, 102, 0) 0, #002566)
}

.vacancy-item .vacancy-title {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    padding-bottom: 15px;
    margin: 0 0 15px;
    position: relative
}

.vacancy-item .vacancy-title:before {
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95px;
    height: 4px;
    background: #333;
    display: block
}
#anket label {
    font-size: 20px;
}
.vacancy-item .vacancy-title .span {
    max-height: 115px;
    overflow: hidden;
    display: inline-block
}

.vacancy-item .vacancy-subtitle:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 95px;
    height: 4px;
    background: #fff;
    display: block;
}

.vacancy-item .vacancy-subtitle {
    font: 18px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.vacancy-item .addon .vacancy-subtitle {
    font: 24px/1 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 35px;
    position: relative;
}

.vacancy-item .description {
    -webkit-transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
    transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
    max-height: 273px;
    position: relative;
    opacity: 1
}

.vacancy-item .description:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.vacancy-item .addon {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    position: relative;
    margin: 0;
}

.vacancy-item .addon:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: none;
    width: 4px;
    height: 230px;
    background: #fff;
    pointer-events: none
}

.vacancy-item .addon ul {
    margin: 0;
    padding: 0;
}

.vacancy-item .addon ul li {
    margin: 0 0 6px
}

.vacancies-block {
    padding: 0 15px;
    max-width: 1470px;
    margin: 0 auto;
}

.vacancies-block.two-columns .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-col-button {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.left-col-button a {
    text-decoration: none;
}

.left-col-button a:hover .inner img {
    transform: translateX(-10px);
}

.left-col-button a .inner img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.top-wrapper-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 370px;
    margin-bottom: 30px;
}

.top-wrapper-heading .left-col-button {
    margin-bottom: 0;
}

.top-wrapper-heading .select-up-holder {
    display: flex;
    align-items: center;
}

.top-wrapper-heading .select-up-holder .select-holder {
    width: 320px;
    margin-left: 40px;
}

.left-col-button a .inner .label {
    font: 24px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
}

.back-button {
    display: inline-block;
    text-decoration: none !important;
    position: absolute;
    left: 30px;
    top: 31px;
    white-space: nowrap;
}

.back-button.back-to-projects {
    left: auto;
    right: calc(100% + 30px);
    top: 7px;
}

.back-button:hover img {
    transform: translateX(-10px);
}

.back-button img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0 !important;
    transition: all .3s ease-in-out;
}

.back-button .label {
    display: inline-block;
    vertical-align: middle;
    font: 24px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
}

.vacancies-block.two-columns .items-holder {
    flex: 1;
    padding: 0 100px 100px 0;
    margin: 0
}

.vacancies-block.two-columns .items-holder.item-holder-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 0 -20px;
}
.vacancies-block.two-columns .items-holder.no-padding-right {
    padding-right: 0;
}

.vacancies-block.two-columns .item-wrap {
    width: 50%
}

.vacancies-block.two-columns .items-holder.item-holder-flex .item-wrap {
    width: 33.33%;
}

.vacancies-block .items-holder p {
    margin: 0 0 .3em;
    font: 18px/1.3 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.vacancies-block .items-holder h1 {
    font: 36px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 15px;
}

.vacancies-block .items-holder .subtitle {
    font: 30px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 35px;
    color: #333;
}

.vacancies-block .items-holder .small-image-block {
    padding: 0;
}

.vacancies-block .items-holder {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*margin: 0 -20px*/
}

.vacancies-block .item-wrap {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px
}

.fullwidth .item-wrap {
    width: 100%;
    padding: 0;
}

.vacancies-block .link-holder {
    text-align: right
}

.vacancies-block .more-link {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin: 0 0 30px
}

.vacancies-block .more-link:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    font: 25px icomoon;
    position: absolute;
    top: 3px;
    right: 5px
}

.vacancies-block .more-link:hover:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.contacts-info-wrapper {
    margin-top: 50px;
}

.contacts-info-wrapper .contacts-info-row {
    display: flex;
    align-items: center;
}

.contacts-info-wrapper .contacts-info-left {
    display: block;
    width: 90px;
    text-align: right;
    margin-right: 20px;
    font: 18px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
}

.contacts-info-wrapper .contacts-info-right {
    display: block;
    font: 18px/1.67 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
}

.simple-select+.jcf-select {
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    border-bottom: 2px solid #333;
    margin: 0;
    display: block;
    height: 40px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.filter-line .simple-select+.jcf-select {
    background: #f2f4f7;
    width: 100%;
    max-width: 587px;
    margin: 0 15px 0 0
}

.map-block .simple-select+.jcf-select {
    height: 60px;
    border-radius: 8px;
    border: none
}

.simple-select+.jcf-select .jcf-select-text {
    font: 24px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0 32px 0 22px;
    display: block;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.map-block .simple-select+.jcf-select .jcf-select-text {
    line-height: 2.5
}

.simple-select+.jcf-select .jcf-select-opener {
    position: absolute;
    top: 2px;
    right: 16px
}

.simple-select+.jcf-select .jcf-select-opener:before {
    font: 22px icomoon;
    color: #333
}

.map-block .simple-select+.jcf-select .jcf-select-opener {
    top: 18px
}

.simple-select+.jcf-select .jcf-select-drop {
    background: #fff;
    -webkit-box-shadow: 0 13px 33px 0 rgba(5, 75, 197, .33);
    box-shadow: 0 13px 33px 0 rgba(5, 75, 197, .33);
    margin-top: 2px;
    position: relative;
    border-radius: 8px;
    z-index: 1
}
.vacancies-block .simple-select+.jcf-select .jcf-select-drop {
    height: 350px;
    overflow: auto;

}
.vacancies-block .select-holder{
    margin-left: 50px ;
    margin-right: 7px;
}

.simple-select+.jcf-select .jcf-select-drop .jcf-select-drop-content {
    border: none;
    padding: 0
}

.simple-select+.jcf-select .jcf-select-drop .jcf-list {
    background: #fff
}

.simple-select+.jcf-select .jcf-select-drop .jcf-list .jcf-option {
    font: 24px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    padding: 7px 22px;
    display: block
}

.simple-select+.jcf-select .jcf-select-drop .jcf-list .jcf-hover {
    color: #fff;
    background: #002566
}

.simple-select+.jcf-focus {
    border-color: #333;
    background: #fff;
    color: #333
}

.jcf-focus,
.jcf-focus * {
    border-color: #000
}

.actions-block {
    background: #002566 url("../images/vector-smart-object.png") no-repeat 0 0;
    border-radius: 8px;
    padding: 45px 35px;
    margin-bottom: 24px;
}

.actions-block .actions-list {
    font: 24px/1.25 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.actions-block .actions-list li {
    margin: 0 0 35px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.actions-block .actions-list li.action-callback {
    background-image: url('../images/cellphone-iphone.png');
}

.actions-block .actions-list li.action-download {
    background-image: url('../images/file-download.png');
}

.actions-block .actions-list li.action-send-cv {
    background-image: url('../images/file-send.png');
}

.actions-block .actions-list li.action-enter-data {
    background-image: url('../images/file-document-edit.png');
}

.actions-block .actions-list li.action-ask-hr {
    background-image: url('../images/account-question.png');
}

.actions-block .actions-list li:last-child {
    margin-bottom: 0
}

.actions-block .actions-list li a {
    padding-left: 45px;
    position: relative;
}

.actions-block .actions-list li a:hover::after {
    opacity: 1;
    visibility: visible;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.actions-block .actions-list li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 45px;
    right: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.actions-block .actions-list .actions-modal-link {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #fff;
    text-decoration: none
}

.actions-block .actions-list .actions-modal-link:hover {
    opacity: .73
}

.city-link {
    display: inline-block;
    font: 24px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    margin-bottom: 15px;
}

.simple-input {
    font: 24px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    display: block;
    width: 100%;
    min-height: 40px;
    background: #fff;
    resize: none
}

.simple-btn {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font: 30px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    padding: 28px 10px;
    background: #002566
}

.simple-btn:hover {
    opacity: .73
}

.news-block {
    width: 42.5%;
    padding-top: 33px
}

.news-block .snip0016 {
    min-height: initial !important;
    max-height: initial;
    border-radius: 8px !important;
    transition: all .3s ease-in-out;
}

.news-block .snip0016:hover {
    background: #002566 !important;
}

.news-block .snip0016:hover figcaption {
    border-color: #002566 !important;
}

.news-block .snip0016:hover figcaption p,
.news-block .snip0016:hover figcaption h2,
.news-block .snip0016:hover figcaption h2 tim {
    color: #fff !important;
}

.news-block .snip0016 figcaption h2 {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.news-block .snip0016 figcaption h2 time {
    font: 18px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.news-block .snip0016 figcaption {
    position: static;
    height: auto;
    padding: 30px;
    border: 2px solid #333;
    border-radius: 8px;
}

.news-block .snip0016 figcaption:before {
    display: none;
}

.news-block .snip0016 figcaption a:before {
    display: none;
}

.news-block .more-link-holder {
    text-align: right
}

.news-block .more-link {
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin: 0 0 33px
}

.news-block .more-link:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    font: 25px icomoon;
    position: absolute;
    top: 3px;
    right: 5px
}

.news-block .more-link:hover:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.map-block {
    padding: 0 40px;
    margin: 0 0 40px;
    position: relative
}

.map-block .select-holder {
    position: absolute;
    top: 19px;
    left: 59px;
    z-index: 1;
    width: 100%;
    max-width: 320px
}
.map-block .select-holder2 {
    position: absolute;
    top: 19px;
    left: 359px;
    z-index: 1;
    width: 100%;
    max-width: 320px
}

.map {
    height: 680px;
    border-radius: 8px
}

.title-map {
    font: 60px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    color: #002566;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 60px 0 30px
}

.title-map .span {
    display: inline-block;
    padding: 0 0 0 60px;
    position: relative
}

.title-map .span:before {
    font: 48px icomoon;
    position: absolute;
    top: 6px;
    left: 0
}

.text-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    margin: 0 0 80px
}

.text-image-block.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.text-image-block.row-reverse .text-holder {
    padding: 4.3% 40px 0 77px
}

.text-image-block .text-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: justify;
    padding: 4.3% 77px 0 40px;
    width: 49%;

}

.text-image-block .text-holder p {
    margin: 0 0 30px
}

.text-image-block .image-holder {
    width: 580px;
    margin: 40px auto;
}

.text-image-block .image-holder img {
    width: 100%;
    border-radius: 8px
}

.our-projects-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
}

.out-project-wrapper {
    margin: 0 -15px;
}

.our-projects-block .item {
    font: 18px/1.1 exo_2regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 20%;
    min-height: 260px;
    padding: 0 15px;
    margin: 0 0 30px
}

.our-projects-block .item.big-item {
    font: 60px/1.1 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
    min-height: 555px
}

.our-projects-block .item.big-item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 15px 80px
}

.our-projects-block .item.big-item .img-holder {
    margin: 0 20px 0 0
}

.our-projects-block .item.big-item .brand-name {
    font: 60px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif
}

.our-projects-block .item.dark-blue a {
    background: #013588
}

.our-projects-block .item.blue a {
    background: #0055a5
}

.our-projects-block .item.orange a {
    background: #ff5716
}

.our-projects-block .item.red a {
    background: #ec1b24
}

.our-projects-block .item.light-blue a {
    background: #00aeef
}

.our-projects-block .item.black a {
    background: #1e1e1e
}

.our-projects-block .item a {
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    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%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 25px 15px
}

.our-projects-block .item a:before {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    border-radius: 8px;
    -webkit-box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5);
    box-shadow: 5px 10px 85px -20px rgba(9, 85, 217, .5)
}

.our-projects-block .item a:hover:before {
    opacity: 1
}

.our-projects-block .item .img-holder {
    text-align: center;
    margin: 0 auto 20px;
    width: 110px;
}

.our-projects-block .item .brand-name {
    font: 24px/1.1 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block
}

.filter-line {
    background: #f2f4f7;
    padding: 40px 25px;
    margin: 0 0 40px
}

.filter-line .container-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-line .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-line .link-holder {
    margin: 0 70px 0 0
}

.filter-line .link-holder:last-child {
    margin: 0
}

.filter-line .link-holder a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font: 18px/1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: left
}

.filter-line .link-holder a:hover {
    opacity: .73
}

.filter-line .link-holder a .inner {
    position: relative;
    padding: 0 0 0 30px
}

.filter-line .link-holder a .ico {
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: 0
}

.paginators {
    text-align: center;
    margin: 0 0 39px
}

.paginators ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 59px;
    min-width: 374px
}

.paginators li {
    margin: 0 17px
}

.paginators li:first-child,
.paginators li:last-child {
    position: absolute;
    bottom: 0;
    margin: 0
}

.paginators li:first-child.inactive a,
.paginators li:last-child.inactive a {
    color: #999;
    pointer-events: none
}

.paginators li:first-child a,
.paginators li:last-child a {
    width: auto;
    height: auto;
    background: none;
    position: relative
}

.paginators li:first-child a:before,
.paginators li:last-child a:before {
    font: 45px/45px icomoon;
    position: absolute;
    top: -9px
}

.paginators li:first-child a:after,
.paginators li:last-child a:after {
    content: attr(data-page);
    font: 18px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif
}

.paginators li:first-child {
    left: 0
}

.paginators li:first-child a {
    padding: 0 0 0 40px
}

.paginators li:first-child a:before {
    left: -4px
}

.paginators li:last-child {
    right: 0
}

.paginators li:last-child a {
    padding: 0 40px 0 0
}

.paginators li:last-child a:before {
    right: -4px
}

.paginators li:not(:first-child):not(:last-child) {
    width: 40px;
    height: 40px;
    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
}

.paginators li:not(:first-child):not(:last-child).active a {
    font: 18px/23px calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 4px solid #002566
}

.paginators li:not(:first-child):not(:last-child) a {
    font-size: 18px;
    border: 4px solid #002566
}

.paginators li:not(:first-child):not(:last-child) a:hover {
    font: 18px/23px calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 40px;
    height: 40px;
    background: #fff;
    border-color: #002566;
    opacity: 1
}

.paginators a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0;
    line-height: 23px;
    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;
    text-decoration: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #002566
}

.paginators a:hover {
    opacity: .73
}

.action-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 85px
}

.action-links a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font: 24px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0
}

.action-links a:hover {
    color: #002566
}

.container-wrapper .text-image-block,
.container-wrapper .text-holder {
    padding: 0 !important;
}

.container-wrapper a {
    color: #002566;
}

.container-wrapper p {
    font: 18px/1.33 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.action-links a:hover .span {
    border-color: #002566
}

.action-links a .span {
    border-bottom: 1px solid transparent
}

.action-links a .ico,
.action-links a .span {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    display: inline-block
}

.action-links a .ico {
    position: absolute;
    top: 3px;
    right: 0
}

.simple-paginators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 63px 0 108px
}

.simple-paginators li.inactive a {
    color: #999;
    pointer-events: none
}

.simple-paginators li:first-child a {
    padding: 0 0 0 28px
}

.simple-paginators li:first-child a:before {
    left: -15px
}

.simple-paginators li:last-child a {
    padding: 0 28px 0 0;
    text-align: right
}

.simple-paginators li:last-child a:before {
    right: -15px
}

.simple-paginators li a {
    font: 18px/1.1 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    position: relative
}

.simple-paginators li a:before {
    font: 45px/45px icomoon;
    position: absolute;
    top: -2px
}

.simple-paginators a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    text-decoration: none
}

.simple-paginators a:hover {
    opacity: .73
}

.company-details {
    margin: 40px 0
}

.company-details .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.company-details .label {
    width: 50%;
    display: block;
    font-family: calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #002566;
    padding: 0 40px 0 0;
    text-align: right
}

.company-details address {
    width: 50%;
    font-style: normal
}

.company-details p {
    margin: 0 0 10px;
    font: 18px/1.3 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
}
.fill-form-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.map-block .jcf-select-drop-content{
    max-height: 400px;
    overflow-y: auto;
}
.fill-form-wrapper .simple-select+.jcf-select{
    height: 47px;
    min-height: 40px;
}
.fill-form-wrapper .simple-select+.jcf-select .jcf-select-text{
    line-height: 1.8;
}
.fill-form-wrapper .simple-select+.jcf-select .jcf-select-opener{
    top: 9px;
}
#fillform .simple-btn{
    margin-top: 30px;
}
.fancybox-content .fill-form-wrapper .input-wrap,
.fancybox-content .fill-form-wrapper .select-wrap{
    margin: 0 0 30px;
}
#fillform .second-modal-title{
    margin-bottom: 30px;
}
.fill-form-wrapper textarea.simple-input{
    height: 105px;
}
.fill-form-wrapper .radio-group,
.fill-form-wrapper .input-wrap,
.fill-form-wrapper .select-wrap{
    width: 48%;
}
/* Radio group START */
.radio-group .inputs-holder{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.radio-group .label{
    font: 24px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    margin: 0 0 10px;
    display: block;
}
.radio-group .radio-holder:first-child{
    margin-right: 30px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font: 24px/1.3 calibri_regular, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #002566;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Radio group END */

/* Datepicker START */
.ui-datepicker .ui-widget-header .ui-icon,
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-button:hover .ui-icon,
.ui-datepicker .ui-button:focus .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon,
.ui-datepicker .ui-icon{
    background-image: none;
}
.ui-widget-header{
    background: #002566;
    border-color: #002566;
}
.ui-datepicker .ui-datepicker-prev{
    top: 5px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover{
    left: 2px;
    top: 5px;
    border: none;
    background: none;
    opacity: 0.7;
}
.ui-datepicker .ui-datepicker-next{
    top: 5px;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover{
    right: 2px;
    top: 5px;
    border: none;
    background: none;
    opacity: 0.7;
}
.ui-datepicker .ui-datepicker-prev:before{
    content: "\e912";
    color: #fff;
    font: 30px 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next:before{
    content: "\e913";
    color: #fff;
    font: 30px 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-datepicker th{
    color: #002566;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    border: none;
    border-radius: 3px;
}
.ui-datepicker select.ui-datepicker-month{
    margin-right: 15px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    color: #002566;
}
.ui-widget.ui-widget-content{
    border-color: #002566;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border-color: #002566;
    background: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border-color: #002566;
    color: #fff;
    background: #002566;
}
/* Datepicker END */
/*lang list START*/
#wrapper .container {
    padding-right: 15px;
}
.lang-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    padding-right: 8px;
    top: 10px;
    right: 15px;
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: 7px;
}
.lang-list li{
    margin-left: 10px;
}
.lang-list li.active a,
.lang-list li a:hover {
    border-color: #fff;
}
.lang-list a{
    transition: all 0.3s ease-in-out;
    font: 14px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    text-decoration: none;
}
.hide-section .lang-list a,
.white-header .lang-list a{
    color: #002566;
}

.hide-section .lang-list li a:hover,
.white-header .lang-list li a:hover,
.hide-section .lang-list li.active a,
.white-header .lang-list li.active a {
    border-color: #002566;
}
/*lang list END*/

/* Upload input START */
.upload-wrapper {
    display: flex;
}

.upload-wrapper input[type="text"] {
    background: none;
}

.upload-input {
    margin-left: 23px;
    width: 250px;
    height: 60px;
    position: relative;
}

.upload-input input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.upload-input .upload-file {
    display: block;
    width: 100%;
    height: 100%;
    background: #ccc;
    padding: 15px 0;
    border-radius: 8px;
    text-align: center;
    font: 24px/1.25 calibri_light, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.upload-input:hover .upload-file {
    background: #bebaba;
}
/* Upload input END */



@media (min-width:1024px) and (max-height:899px) {
    .full-section .main-title {
        font-size: 45px;
    }
}

@media only screen and (min-width:1025px) {
    a[href^=skype],
    a[href^=sms],
    a[href^=tel] {
        cursor: default;
        pointer-events: none
    }
}

@media (min-width: 1025px){
    .header,
    .full-section .bottom-part{
        padding-right: 17px;
    }
    .hide-section .header,
    .hide-section .full-section .bottom-part{
        padding-right: 0;
    }
}

@media (max-width:1649px) {
    .main-image-block.image-right .title {
        font-size: 30px
    }
    .allspares h2{
        font-size: 30px;
    }
    .animate-block.vertical figure.snip0016 figcaption {
        padding: 62px 15px 62px 5em
    }
    .animate-block figure.snip0016 .first-title {
        top: 40px;
        left: 40px
    }
    figure.snip0016 figcaption {
        padding: 35px 15px 62px 2em
    }

    .news-block .snip0016 figcaption {
        padding: 30px !important;
    }
    figure.snip0016:hover figcaption:before {
        left: 30px
    }
}

@media (max-width:1549px) {
    .text-video-block .text-holder:before {
        top: -10px;
        left: -10px;
        width: 280px;
        height: 85px;
        background-size: cover
    }
    .animate-block.vertical figure.snip0016 figcaption:before {
        top: 40px;
        bottom: 40px
    }
    .animate-block.vertical figure.snip0016 figcaption h2 {
        font-size: 30px
    }
    .animate-block.vertical figure.snip0016 figcaption p {
        font-size: 18px
    }
    .animate-block figure.snip0016 .first-title {
        font-size: 25px
    }
    figure.snip0016 figcaption:before {
        top: 20px;
        bottom: 20px
    }
    figure.snip0016 h2 {
        font-size: 25px
    }
    figure.snip0016 p {
        font-size: 16px
    }
    .actions-block {
        padding: 40px 15px 40px 40px
    }
}

@media (max-width:1499px) {
    .info-line a {
        margin: 0 30px;
        width: calc(100% - 60px)
    }

    .stories-block .items-holder {
        margin: 0;
    }

    .detail-wrapper-block {
        padding: 0;
    }

    .detail-wrapper-block .detail-wrapper-left {
        margin-right: 30px;
    }

    .back-button {
        position: static;
        left: auto;
        margin-top: 30px;
    }
}

@media (max-width:1449px) {
    .our-projects-block {
        padding: 0 15px
    }
    .our-projects-block .item {
        font-size: 21px;
        padding: 0 10px;
        margin-bottom: 20px
    }
    .our-projects-block .item a {
        padding: 15px
    }
    .main-image-block .second-titles {
        padding-top: 30px
    }
    .main-image-block .second-titles h2 {
        font-size: 35px
    }
    .main-image-block .second-titles h2:first-of-type .spincrement {
        min-width: 95px
    }
    .main-image-block .second-titles h2:last-of-type .spincrement {
        min-width: 165px
    }
}

@media (max-width:1309px) {
    .scroll-up {
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        width: 45px;
        height: 45px;
        position: fixed;
        top: 95px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 4
    }
    .hide-section .scroll-up {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        background: #fff;
        width: 100%;
        text-align: center
    }
    .hide-section.menu-active .scroll-up {
        opacity: 0;
        visibility: hidden
    }
    .scroll-up .label {
        display: none
    }
    .scroll-up .ico {
        position: static
    }

    .vacancies-block.two-columns .items-holder.item-holder-flex {
        margin: 0;
    }
}

@media (max-width:1299px) {
    .lang-list a{
    font: 18px/1.3 exo_2bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    }

    .menu{
        font-size: 15px;
    }
    .filter-column .inner {
        padding: 0 10px
    }
    .vacancy-item a {
        padding: 24px 20px 40px
    }
    .vacancies-block .item-wrap {
        padding: 0 10px;
        margin-bottom: 20px
    }
    .allspares h2 {
        font-size: 30px
    }
}

@media (max-width:1199px) {
    .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer .item {
        margin-bottom: 15px
    }
    .footer .item.logo-item {
        width: 40%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .footer .item.participant-item {
        width: 40%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .footer .item.email-item {
        width: 40%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .footer .item.tel-item {
        width: 40%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .footer .item.social-item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .filter-column .inner {
        padding: 0 5px
    }
    .projects-page .content-wrapper {
        padding-left: 40px
    }
    .titles-services label {
        font-size: 20px;
        left: 20px;
        bottom: 20px
    }
    .menu li:not(:last-child) {
        margin-right: 15px
    }
    .info-line .ico {
        width: 40px;
        font-size: 35px
    }
    .info-line .label {
        font-size: 20px;
        max-width: 105px
    }
    .animate-block.vertical figure.snip0016 figcaption {
        padding: 30px 15px 30px 3em
    }
    .animate-block.vertical figure.snip0016 figcaption:before {
        left: 35px
    }
    .news-archive-page .animate-block {
        padding: 0 8px
    }
    .news-archive-page .animate-block figure.snip0016 {
        width: calc(33.33% - 15px);
        margin: 0 7px 15px
    }
    figure.snip0016 figcaption {
        padding: 20px 15px 20px 2em
    }
    .projects-page .content-block {
        width: 47%
    }
    .video-block {
        padding: 0 15px;
        margin-bottom: 30px
    }
    .video-block .text-holder {
        width: 55%;
        padding-left: 0
    }
    .video-block .video-holder {
        width: 43%
    }
    .small-image-block {
        padding: 0 15px
    }
    .small-image-block .image-holder {
        width: 34%
    }
    .small-image-block .image-holder .more-link {
        margin-left: 0
    }
    .small-image-block .text-holder {
        padding-right: 0
    }
    .vacancies-block {
        padding: 0 15px
    }
    .vacancies-block .item-wrap {
        padding: 0 5px;
        margin-bottom: 15px
    }
    .vacancies-block .more-link {
        margin-left: 0
    }
    .news-block {
        width: 50%
    }
    .news-block .more-link {
        margin-left: 0
    }
    .text-image-block.row-reverse .text-holder {
        padding: 0 0 0 20px
    }
    .text-image-block .text-holder {
        padding: 0 20px 0 0
    }
    .our-projects-block .item {
        font-size: 18px;
        min-height: 450px
    }
    .our-projects-block .item.big-item {
        font-size: 45px;
        min-height: 450px
    }
    .our-projects-block .item.big-item a {
        padding: 15px
    }
    .our-projects-block .item.big-item .brand-name {
        font-size: 45px
    }
    .our-projects-block .item .brand-name {
        font-size: 21px
    }
    .filter-line {
        padding: 30px 0
    }
    .filter-line .link-holder {
        margin-right: 25px
    }
}

@media (max-width:1024px) {
    .header {
        padding-right: 0
    }
    .titles-spare .left label,
    .titles-spare .right label {
        font-size: 16px;
        left: 5%
    }
    .titles-services,
    .titles-services .middle {
        padding: 0 15px
    }
    .titles-services .middle .item {
        margin-bottom: 15px
    }
    .titles-services .middle a {
        height: 230px
    }
    .titles-services label {
        font-size: 16px;
        left: 15px;
        bottom: 15px
    }
    .titles-services a {
        height: 720px
    }
    .full-section .main-title {
        font-size: 45px;
    }
    .text-video-block {
        margin-bottom: 80px
    }
    .info-line {
        background: none
    }
    .info-line .info-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7px
    }
    .info-line li {
        width: 50%;
        text-align: center;
        margin-bottom: 37px
    }
    .info-line a {
        margin: 0 7px;
        padding: 6px 0 5px;
        width: 100%
    }
    .info-line a:hover:before {
        opacity: 0;
        visibility: hidden
    }
    .info-line a:hover .label {
        color: #333
    }
    .info-line a:focus:before {
        opacity: 1;
        visibility: visible;
        background: #002566
    }
    .info-line a:focus .ico,
    .info-line a:focus .label {
        color: #fff
    }
    .info-line a .inner {
        display: block
    }
    .info-line .ico {
        font-size: 25px
    }
    .info-line .label {
        font-size: 18px;
        display: block;
        max-width: initial;
        margin: 3px auto 0
    }
    .info-line .label br {
        display: none;
    }
    .services-page .main-image-block {
        padding: 0 15px;
        margin-bottom: 15px
    }

    .vacancies-block.two-columns .items-holder.item-holder-flex .item-wrap {
        width: 100%;
    }

    .detail-wrapper-block {
        display: block;
    }

    .detail-wrapper-block .detail-wrapper-left {
        margin-right: 0;
    }

    .detail-wrapper-block .detail-wrapper-right {
        width: 100%;
    }

    .detail-wrapper-block .vacancies-block {
        padding: 0;
    }

    .vacancies-block .items-holder h1 {
        font: 28px/1.3 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    }
}

@media (max-width:1023px) {
    .allspares .title {
        top: 5%!important
    }
    .lang-list{
        position: unset;
    }
    .hide-section.menu-active .lang-list a,
    .menu-active .white-header .lang-list a{
        color: #fff;
    }
    .fill-form-wrapper textarea.simple-input {
        height: 130px;
    }
    .header {
        padding: 15px 0 6px;
        height: auto
    }
    .menu-active .header {
        background: #002566
    }
    .header.white-header {
        height: auto
    }
    .menu-active .header.white-header .burger-btn {
        color: #fff
    }
    .header.white-header .burger-btn {
        color: #002566
    }
    .header .logo .ico {
        font-size: 25px
    }
    .header .logo .ico:before {
        content: "\e910"
    }
    .header .login-link {
        display: none
    }
    .header .login-link.mobile {
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 8px;
        min-width: 200px;
        text-align: left;
        padding: 10px 0 10px 70px;
        margin-bottom: 65px
    }
    .header .login-link .ico {
        font-size: 23px;
        top: 17px;
        left: 29px
    }
    .header .burger-btn {
        order: 1;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        display: block;
        background: none;
        border: none;
        color: #fff;
        margin: 0 -8px 0 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    .menu-active .header .burger-btn:before {
        content: "\e911";
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block
    }
    .hide-section .header .burger-btn {
        color: #002566
    }
    .hide-section.menu-active .header .burger-btn {
        color: #fff
    }
    .titles-spare .allspares h2 {
        font-size: 24px
    }
    .titles-spare {
        padding: 0 15px
    }
    .titles-spare>div {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 15px
    }
    .titles-spare .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .titles-spare .right a {
        margin-bottom: 15px
    }
    .titles-spare .left div {
        height: auto;
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    .titles-spare a:before {
        height: 0!important
    }
    .titles-spare .left div:last-child {
        margin-right: 0;
        width: 50%;
    }
    body:not(.home-page) #wrapper {
        padding-top: 51px
    }
    .full-section .sound-btn {
        margin-bottom: -15px
    }
    .menu {
        -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
        transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
        transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        font-size: 18px;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 51px;
        left: 0;
        width: 100%;
        height: calc(100vh - 51px);
        background: #002566;
        text-align: center;
        margin: 0;
        padding-top: 43px;
        text-transform: uppercase;
        overflow: auto
    }
    .menu.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
    .menu ul {
        display: block;
        margin-bottom: 48px
    }
    .menu li:not(:last-child) {
        margin: 0
    }
    .hide-section.menu-active .menu li.active a,
    .menu-active .white-header .menu li.active a {
        color: #fff
    }
    .menu li.active a .span {
        border-color: #fff
    }
    .menu a {
        padding: 9px 15px;
        display: block;
        line-height: 1.25;
        border: none
    }
    .hide-section.menu-active .menu a,
    .menu-active .white-header .menu a {
        color: #fff
    }
    .menu a .span {
        -webkit-transition: border-color .3s ease-in-out;
        -o-transition: border-color .3s ease-in-out;
        transition: border-color .3s ease-in-out;
        border-bottom: 2px solid transparent
    }
    .social.mobile {
        font-size: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-animation: none;
        animation: none;
        margin: 0
    }
    .social.mobile li {
        margin: 0 5px
    }
    .social.mobile a {
        padding: 5px;
        opacity: 1
    }
    .social.mobile a:hover {
        opacity: 1
    }
    .text-video-block .text-holder {
        width: 55%;
        font-size: 16px;
        line-height: 1.5
    }
    .text-video-block .text-holder .more-link {
        font-size: 20px;
        padding-right: 32px
    }
    .text-video-block .text-holder .more-link:before {
        top: 0;
        right: -2px
    }
    .text-video-block .video-holder {
        width: 43.5%
    }
    .animate-block.vertical figure.snip0016 figcaption {
        padding-left: 1em
    }
    .animate-block.vertical figure.snip0016 figcaption:before {
        display: none
    }
    .animate-block.vertical figure.snip0016 figcaption>a:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .animate-block figure.snip0016 .first-title {
        font-size: 18px
    }
    figure.snip0016 figcaption {
        padding: 10px 10px 10px 1em
    }
    figure.snip0016 figcaption:before {
        top: 10px;
        bottom: 10px;
        right: 10px
    }
    figure.snip0016 h2 {
        font-size: 18px
    }
    figure.snip0016 p {
        font-size: 14px
    }
    figure.snip0016:hover figcaption:before {
        left: 10px
    }
    .sub-menu {
        margin-bottom: 35px
    }
    .top-wrapper-heading {
        display: block;
        padding: 0;
    }
    .top-wrapper-heading .select-up-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .top-wrapper-heading .select-up-holder .select-holder {
        margin-left: 0;
        margin-right: 30px;
    }
    .main-image-block {
        padding: 0 15px
    }
    .main-image-block.image-right {
        margin-bottom: 15px
    }
    .projects-page .main-image-block {
        margin-bottom: 15px
    }
    .content-block .link-holder a {
        min-width: auto;
        /*width: 100%;*/
        min-height: auto
    }
    .modal-content-holder .img-holder .img-wrap {
        width: 200px;
        height: 200px
    }
    .small-image-block {
        margin-bottom: 30px
    }
    .small-image-block .image-holder .more-link {
        font-size: 20px;
        padding-right: 32px
    }
    .small-image-block .image-holder .more-link:before {
        top: 0;
        right: -2px
    }
    .vacancy-item {
        font-size: 14px;
        height: 205px
    }
    .vacancy-item a {
        padding: 15px
    }
    .vacancy-item .vacancy-title {
        font-size: 20px;
        padding-bottom: 4px;
        margin-bottom: 15px
    }
    .vacancy-item .vacancy-title .span {
        max-height: 75px
    }
    .vacancy-item .vacancy-subtitle {
        font-size: 20px
    }
    .vacancy-item .description {
        max-height: 171px
    }
    .vacancies-block .more-link {
        font-size: 20px;
        padding-right: 32px
    }
    .vacancies-block .more-link:before {
        top: 0;
        right: -2px
    }
    .actions-block {
        padding: 35px 15px
    }
    .actions-block .actions-list {
        font-size: 20px;
        padding-left: 20px
    }
    .actions-block .actions-list li {
        margin-bottom: 15px
    }
    .news-block {
        padding-top: 0
    }
    .news-block .more-link {
        font-size: 20px;
        padding-right: 32px;
        margin: 0 15px 15px 0
    }
    .news-block .more-link:before {
        top: 0;
        right: -2px
    }
    .text-image-block {
        margin-bottom: 30px
    }
    .text-image-block .text-holder {
        font-size: 16px;
        line-height: 1.5
    }
    .out-project-wrapper {
        flex-wrap: wrap;
    }
    .our-projects-block .item {
        width: 100%;
        min-height: 260px !important;
    }
    .our-projects-block .item.big-item {
        font: 18px/1.1 exo_2regular, Arial, Helvetica Neue, Helvetica, sans-serif;
        text-transform: none
    }
    .our-projects-block .item.big-item a {
        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: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .our-projects-block .item.big-item .img-holder {
        text-align: center;
        margin: 0 auto 20px
    }
    .our-projects-block .item.big-item .brand-name {
        font-size: 21px
    }
    .main-image-block .second-titles h2 {
        font-size: 20px;
        width: 100%
    }
    .main-image-block .second-titles h2:first-of-type .spincrement {
        min-width: 55px
    }
    .main-image-block .second-titles h2:last-of-type .spincrement {
        min-width: 95px
    }
}

@media (max-width:768px) {
    .mobile-hidden {
        display: none !important;
    }
    .titles-services .middle a {
        height: 170px
    }
    .content-block .simple-link-holder a .inner {
        padding: 0px;
    }
    .titles-services a {
        height: 540px
    }
    .video-block {
        display: block
    }
    .video-block .text-holder {
        width: 100%
    }
    .video-block .video-holder {
        width: 100%;
        margin-bottom: 15px
    }
    .small-image-block {
        display: block
    }
    .small-image-block .image-holder {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 0
    }
    .small-image-block .text-holder {
        width: 100%
    }

    .content-block .link-holder a {
        display: block;
        padding: 20px;
    }
}

@media (max-width:767px) {
    .sub-menu:after {
        display: none;
    }
    .full-section .title-container{
        height: auto;
        margin-top: 100px;
    }
    .footer .item .text-footer{
        display: block;
    }
    .content-block.two-columns .container{
        flex-wrap: wrap-reverse;
    }
    .h1,
    h1 {
        font-size: 45px
    }

    .h2,
    h2 {
        font-size: 45px
    }

    .h3,
    h3 {
        font-size: 40px
    }

    .h4,
    h4 {
        font-size: 30px
    }

    .h5,
    h5 {
        font-size: 25px
    }

    .h6,
    h6 {
        font-size: 20px
    }
    .ui-widget.ui-widget-content{
        width: calc(100% - 42px);
    }
    .ui-datepicker .ui-datepicker-title select{
        font-size: 20px;
    }
    .ui-datepicker table{
        font-size: 16px;
    }
    .fill-form-wrapper{
        display: block;
    }
    .fill-form-wrapper .radio-group, .fill-form-wrapper .input-wrap, .fill-form-wrapper .select-wrap{
        width: 100%;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
        font-size: 20px;
    }
    .radio-group .label{
        font-size: 20px;
    }
    .paginators li:last-child a:before {
        right: 0;
        top: -12px;
    }
    .paginators li:first-child a:before {
        left: 0;
        top: -12px;
    }
    .footer {
        padding: 40px 0 22px
    }
    .footer .social {
        margin: 0
    }
    .footer .item {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .footer .item.logo-item {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 29px
    }
    .footer .item.logo-item .logo-footer {
        width: 100%;
        margin: 0 0 13px
    }
    .footer .item.logo-item .text-footer {
        text-align: left
    }
    .footer .item.participant-item {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .footer .item.participant-item .logo-footer {
        width: 100%;
        margin: 0 0 23px
    }
    .footer .item.participant-item .text-footer {
        margin: 0 0 9px
    }
    .footer .item.email-item {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 35px
    }
    .footer .item.tel-item {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 22px
    }
    .footer .item.social-item {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .footer .item .title-footer {
        margin-bottom: 3px
    }
    .titles-spare .left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .titles-spare .left div {
        width: 100% !important
    }
    .titles-spare .left a {
        height: 280px!important
    }
    .titles-spare .left div:first-child {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .filter-column2 {
        order: 1;
        width: 100%;
        padding-top: 0
    }
    .left-col-button {
        width: 100% !important;
        order: 2;
        margin-bottom: 30px;
    }
    .filter-column .select-holder {
        margin-bottom: 30px
    }
    .projects-page .content-wrapper {
        display: block;
        padding: 0 15px
    }
    .titles-services {
        display: block
    }
    .titles-services .item {
        margin-bottom: 15px
    }
    .titles-services .side {
        width: 100%
    }
    .titles-services .middle {
        padding: 0
    }
    .titles-services .middle a,
    .titles-services a {
        height: 280px
    }
    .second-section {
        padding-top: 82px
    }
    .full-section .main-title {
        font-size: 36px;
        display: block
    }
    .full-section .scroll-down {
        font-size: 23px;
        height: 160px;
        top: -10px;
    }
    .full-section .scroll-down .label {
        font-size: 17px;
        bottom: 13px;
        left: -7px;
    }
    .full-section .scroll-down .ico {
        bottom: -15px;
        left: -5px
    }
    .full-section .sound-btn{
        display: block;
    }
    .full-section .video-bg{
        display: none;
    }
    /*.full-section .icon-play-circle-outline {*/
    /*    display: block;*/
    /*}*/
    .play-btn{
        display: block;
    }
    .pause-btn{
        display: none;
    }
    .play-btn, .pause-btn{
        left: 54%;
        top: 98.5%;
    }
    .full-section .sound-btn{
        margin-right: 55px;
    }
    .full-section .video-bg{
        transform: translate(-50%, -50%) rotate(270deg);
        top: 50%;
        left: 50%;
        width: 100vh;
        max-width: 100vh;
        height: 100vw;
        object-fit: contain;
    }
    .scroll-up {
        font-size: 25px;
        width: 25px;
        height: 25px;
        top: 50px
    }
    .social {
        font-size: 23px;
        margin-right: 0
    }
    .social li {
        margin-top: 13px
    }
    .text-video-block {
        padding-top: 0
    }
    .text-video-block .container {
        display: block;
        padding: 0 15px !important
    }
    .text-video-block .text-holder {
        width: 100%;
        margin-bottom: 27px;
        padding-right: 0
    }
    .text-video-block .text-holder:before {
        width: 159px;
        height: 48px;
        top: 0;
        left: -20px
    }
    .text-video-block .text-holder p {
        margin-bottom: 24px
    }
    .text-video-block .text-holder p:last-of-type {
        margin-bottom: 13px
    }
    .text-video-block .text-holder .more-link {
        font: 16px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif
    }
    .text-video-block .text-holder .more-link:before {
        top: -2px
    }
    .text-video-block .video-holder {
        width: auto;
        margin: 0 -20px
    }
    .info-line {
        margin-bottom: 18px
    }
    .animate-block.vertical {
        margin-bottom: 15px
    }
    .animate-block.vertical figure.snip0016 {
        min-height: 254px;
        margin-bottom: 15px
    }
    .animate-block.vertical figure.snip0016 figcaption {
        position: static;
        padding-top: 20px
    }
    .animate-block.vertical figure.snip0016 figcaption>a:before {
        border-radius: 8px
    }
    .animate-block.vertical figure.snip0016 figcaption h2 {
        font-size: 25px
    }
    .animate-block.vertical figure.snip0016 figcaption p {
        font-size: 16px
    }
    .news-archive-page .animate-block {
        padding: 0 15px
    }
    .animate-block .container-big {
        display: block
    }
    .news-archive-page .animate-block figure.snip0016 {
        width: 100%;
        margin: 0 0 15px
    }
    .animate-block figure.snip0016 .first-title {
        top: 50px;
        left: 50px
    }
    figure.snip0016 {
        width: 100%;
        max-height: 200px;
        margin-bottom: 15px
    }
    .content-modal .fancybox-content {
        padding: 15px !important
    }
    .content-modal .fancybox-close-small {
        right: 0!important;
        top: 0!important
    }
    .content-modal .fancybox-close-small:before {
        font-size: 30px
    }
    .sub-menu {
        font-size: 18px;
        padding-top: 0
    }
    .sub-menu ul {
        overflow-x: auto;
        padding: 0
    }
    .sub-menu li {
        min-width: 125px
    }
    .sub-menu li.active a {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 4px solid #002566;
        background: none
    }
    .sub-menu a {
        padding: 25px 15px 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-image-block {
        margin-bottom: 15px
    }
    .main-image-block.image-right .title {
        font-size: 20px
    }
    .main-image-block.with-titles,
    .main-image-block.without-title {
        margin-bottom: 15px
    }
    .main-image-block .title {
        font-size: 20px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .main-image-block .second-titles {
        padding-top: 10px;
        display: block
    }
    .content-block {
        font-size: 16px;
        line-height: 1.5
    }
    .projects-page .content-block {
        width: 100%
    }
    .content-block img {
        margin: 15px 0 30px
    }
    .content-block h1,
    .content-block h2,
    .content-block h3,
    .content-block h4,
    .content-block h5,
    .content-block h6 {
        font-size: 50px
    }
    .projects-page .content-block h1,
    .projects-page .content-block h2,
    .projects-page .content-block h3,
    .projects-page .content-block h4,
    .projects-page .content-block h5,
    .projects-page .content-block h6 {
        margin-bottom: 20px
    }
    .content-block h2 {
        font-size: 45px
    }
    .content-block h3 {
        font-size: 40px
    }
    .content-block h4 {
        font-size: 30px
    }
    .content-block h5 {
        font-size: 25px
    }
    .content-block h6 {
        font-size: 20px
    }
    .content-block p {
        margin-bottom: 10px
    }
    .content-block .link-holder,
    .content-block .simple-link-holder {
        margin: 30px 0;
        padding: 0;
    }
    .timeline-holder {
        margin-top: 30px
    }
    .timeline-holder .slider-title {
        font-size: 20px;
        margin-bottom: 30px
    }
    .timeline-nav {
        margin-bottom: 30px
    }
    .timeline-wrapper {
        margin-top: 30px
    }
    .timeline .slick-arrow {
        margin: 0 10px
    }
    .timeline .slick-arrow:before {
        font-size: 25px;
        top: 0
    }
    .timeline .slick-arrow.slick-prev {
        padding-left: 25px
    }
    .timeline .slick-arrow.slick-next {
        padding-right: 25px
    }
    .spare-holder {
        margin-top: 50px
    }
    .spare-list-holder .spare-letter {
        padding-left: 13%
    }
    .spare-list-holder .spare-list li {
        width: 33.33%
    }
    .modal-content-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .modal-content-holder .img-holder {
        padding: 0;
        width: 100%
    }
    .modal-content-holder .img-holder .img-wrap {
        width: 100%;
        height: 150px;
        margin-bottom: 20px
    }
    .modal-content-holder .img-holder .modal-site-link {
        margin-bottom: 5px;
        display: inline-block
    }
    .modal-content-holder .text-holder {
        font-size: 16px;
        line-height: 1.5;
        margin-right: -15px
    }
    .fancybox-content .input-wrap,
    .fancybox-content .select-wrap {
        margin-bottom: 30px
    }
    .fancybox-content .simple-btn {
        margin-top: 30px
    }
    .modal-title,
    .second-modal-title {
        font-size: 25px;
        margin-bottom: 20px
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px
    }
    .mCSB_inside>.mCSB_container {
        margin-right: 15px!important
    }
    .video-block {
        font-size: 16px;
        line-height: 1.5
    }
    .video-block .text-holder p {
        margin-bottom: 24px
    }
    .small-image-block {
        font-size: 16px;
        line-height: 1.5
    }
    .small-image-block .image-holder .more-link {
        font: 16px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
        margin-bottom: 15px
    }
    .small-image-block .image-holder .more-link:before {
        top: -2px
    }
    .small-image-block .text-holder h2 {
        font-size: 40px;
        text-align: left;
    }
    .small-image-block .text-holder p {
        margin-bottom: 24px
    }
    .vacancies-block.two-columns .content-inner {
        flex-wrap: wrap;
    }
    .vacancies-block.two-columns .item-wrap,
    .vacancies-block.two-columns .items-holder {
        width: 100%;
        order: 3;
        padding: 0 0 50px !important;
    }
    .vacancies-block .items-holder {
        margin: 0
    }
    .vacancies-block .item-wrap {
        width: 100%;
        padding: 0
    }

    .vacancies-block .more-link {
        font: 16px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
        margin-bottom: 15px
    }
    .vacancies-block .more-link:before {
        top: -2px
    }
    .filter-line .simple-select+.jcf-select {
        margin: 0 0 30px
    }
    .map-block .simple-select+.jcf-select {
        height: 50px
    }
    .simple-select+.jcf-select .jcf-select-text {
        font-size: 20px
    }
    .map-block .simple-select+.jcf-select .jcf-select-opener {
        top: 12px
    }
    .simple-select+.jcf-select .jcf-select-drop .jcf-list .jcf-option {
        font-size: 20px;
        padding: 15px 22px;
    }
    .actions-block {
        margin-bottom: 30px
    }
    .simple-btn,
    .simple-input {
        font-size: 20px
    }
    .simple-btn {
        padding: 15px 10px 20px
    }
    .news-block {
        width: 100%
    }
    .news-block .more-link {
        font: 16px/1.25 calibri_bold, Arial, Helvetica Neue, Helvetica, sans-serif;
        margin-right: 0
    }
    .news-block .more-link:before {
        top: -2px
    }
    .map-block {
        padding: 0 15px;
        margin-bottom: 30px
    }
    .map-block .select-holder {
        top: 5px;
        left: 25px;
        right: 74px;
        width: auto;
        max-width: none;
        z-index: 2;
    }
    .map-block .select-holder2 {
        top: 45px;
        left: 25px;
        right: 74px;
        width: auto;
        max-width: none
    }
    .map {
        height: 480px
    }
    .title-map {
        font-size: 30px;
        margin: 30px 0
    }
    .title-map .span {
        padding-left: 35px
    }
    .title-map .span:before {
        font-size: 30px;
        top: -2px
    }
    .vacancies-block .link-holder {
        padding-right: 0 !important;
    }
    .text-image-block {
        display: block;
        padding: 0 15px;
        margin-bottom: 15px
    }
    .text-image-block.row-reverse .text-holder,
    .text-image-block .text-holder {
        padding: 0
    }
    .text-image-block .text-holder p {
        margin-bottom: 24px
    }
    .text-image-block .image-holder {
        width: 100%
    }
    .our-projects-block .item {
        width: 100%;
        min-height: 340px;
        padding: 0;
        margin-bottom: 15px
    }
    .our-projects-block .item.big-item {
        width: 100%;
        font-size: 20px;
        min-height: 340px
    }
    .our-projects-block .item.big-item .brand-name {
        font-size: 20px
    }
    .filter-line {
        margin-bottom: 15px
    }
    .filter-line .container-big,
    .filter-line .links {
        display: block
    }
    .filter-line .link-holder {
        margin: 0 0 15px
    }
    .paginators ul {
        padding: 0 15px 59px;
        min-width: 300px
    }
    .paginators li {
        margin: 0 5px
    }
    .paginators li:first-child a {
        padding-left: 40px
    }
    .paginators li:last-child a {
        padding-right: 40px
    }
    .action-links {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px
    }
    .action-links li {
        margin-bottom: 15px
    }
    .simple-paginators {
        margin: 30px 0 50px
    }
    .simple-paginators li:first-child a {
        padding-left: 30px
    }
    .simple-paginators li:last-child a {
        padding-right: 30px
    }
    .company-details {
        font-size: 16px;
        line-height: 1.5;
        margin: 30px 0
    }
    .company-details .container {
        display: block
    }
    .company-details .label {
        text-align: left;
        padding: 0;
        margin: 0 0 15px;
        width: 100%
    }
    .company-details address {
        width: 100%
    }
    .top-wrapper-heading .select-up-holder .select-holder {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .detail-wrapper-block .detail-wrapper-left .video-block .text-holder .title {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .text-image-block .text-holder {
        width: 100%;
    }
}
@media screen and (min-aspect-ratio: 13/9) and (max-width:767px) {
    .full-section .video-bg{
        transform: rotate(0deg) translate(-50%, -50%);
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
    }
}

@media (max-width:500px) {
    .timeline-slide__content {
        width: 100%
    }
}