/*



@font-face {



  font-family: 'Metronic';



  src: url("/assets/fonts/MetronicProRegular.eot");



  src: url("/assets/fonts/MetronicProRegular.woff2") format("woff2"), url("/assets/fonts/MetronicProRegular.woff") format("woff"), url("/assets/fonts/MetronicProRegular.ttf") format("truetype"), url("/assets/fonts/MetronicProRegular.svg#MetronicProRegular") format("svg"), url("/assets/fonts/MetronicProRegular.eot?#iefix") format("embedded-opentype");



  font-weight: 400;



}







@font-face {



  font-family: 'Metronic';



  src: url("/assets/fonts/MetronicProSemiBold.eot");



  src: url("/assets/fonts/MetronicProSemiBold.woff2") format("woff2"), url("/assets/fonts/MetronicProSemiBold.woff") format("woff"), url("/assets/fonts/MetronicProSemiBold.ttf") format("truetype"), url("/assets/fonts/MetronicProSemiBold.svg#MetronicProSemiBold") format("svg"), url("/assets/fonts/MetronicProSemiBold.eot?#iefix") format("embedded-opentype");



  font-weight: 600;



}







@font-face {



  font-family: 'Metronic';



  src: url("/assets/fonts/MetronicProBold.woff2") format("woff2"), url("/assets/fonts/MetronicProBold.woff") format("woff"), url("/assets/fonts/MetronicProBold.ttf") format("truetype");



  font-weight: 700;



}



*/
@font-face {
    font-family: 'Ruble';
    src: url("/assets/fonts/metronic-rub-regular.eot");
    src: url("/assets/fonts/metronic-rub-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/metronic-rub-regular.svg#metronic-rub-regular") format("svg"), url("/assets/fonts/metronic-rub-regular.ttf") format("truetype"), url("/assets/fonts/metronic-rub-regular.woff") format("woff"), url("/assets/fonts/metronic-rub-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ruble';
    src: url("/assets/fonts/metronic-rub-semibold.eot");
    src: url("/assets/fonts/metronic-rub-semibold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/metronic-rub-semibold.svg#metronic-rub-semibold") format("svg"), url("/assets/fonts/metronic-rub-semibold.ttf") format("truetype"), url("/assets/fonts/metronic-rub-semibold.woff") format("woff"), url("/assets/fonts/metronic-rub-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Ruble';
    src: url("/assets/fonts/metronic-rub-bold.eot");
    src: url("/assets/fonts/metronic-rub-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/metronic-rub-bold.svg#metronic-rub-bold") format("svg"), url("/assets/fonts/metronic-rub-bold.ttf") format("truetype"), url("/assets/fonts/metronic-rub-bold.woff") format("woff"), url("/assets/fonts/metronic-rub-bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
.rub:after {
    content: '\20BD';
    font-family: Ruble;
}
.btn, .button {
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-height: 80px;
    border: 1px transparent solid;
    background-color: transparent;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    overflow: hidden;
    font-size: 0;
    z-index: 20;
    color: #333333;
}
.btn:before, .button:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #ffffff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: none;
}
.btn .btn-bg, .button .btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn .btn-bg:before, .btn .btn-bg:after, .button .btn-bg:before, .button .btn-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.btn .btn-bg:before, .button .btn-bg:before {
    background-color: #333333;
}
.btn .btn-bg:after, .button .btn-bg:after {
    background-color: #3d3d3d;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn span, .button span {
    position: absolute;
    left: 0;
    padding: 0 32px;
    width: 100%;
    text-align: center;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    z-index: 5;
    font-size: 14px;
    line-height: 1em;
    z-index: 20;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.btn span.normal, .button span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.btn span.hover, .button span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
body.is-desktop .btn:not(.active):hover .btn-bg:after, body.is-desktop .button:not(.active):hover .btn-bg:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop .btn:not(.active):hover span.normal, body.is-desktop .button:not(.active):hover span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop .btn:not(.active):hover span.hover, body.is-desktop .button:not(.active):hover span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
.btn.h110, .button.h110 {
    height: 110px;
}
.btn.h80, .button.h80 {
    height: 80px;
}
.btn.transparent, .button.transparent {
    color: #ffffff;
}
.btn.transparent:before, .button.transparent:before {
    display: none;
}
body.is-desktop .btn.transparent-on-white:hover:before, body.is-desktop .button.transparent-on-white:hover:before {
    background-color: #fafafa;
}
.btn.transparent-on-white .btn-bg:before, .button.transparent-on-white .btn-bg:before {
    background-color: #fff;
}
.btn.transparent-on-white .btn-bg:after, .button.transparent-on-white .btn-bg:after {
    background-color: #fafafa;
}
.btn.transparent-on-dark, .button.transparent-on-dark {
    color: #ffffff;
}
.btn.transparent-on-dark .btn-bg:before, .button.transparent-on-dark .btn-bg:before {
    background-color: #333333;
}
.btn.transparent-on-dark .btn-bg:after, .button.transparent-on-dark .btn-bg:after {
    background-color: #3d3d3d;
}
.btn.green .btn-bg:before, .button.green .btn-bg:before {
    background-color: #01778d;
}
.btn.green .btn-bg:after, .button.green .btn-bg:after {
    background-color: #008f69;
}
.btn.green span, .button.green span {
    color: #ffffff;
}
.btn.dark, .button.dark {
    border: 0;
}
.btn.dark .btn-bg:before, .button.dark .btn-bg:before {
    background-color: #333333 !important;
}
.btn.dark .btn-bg:after, .button.dark .btn-bg:after {
    background-color: #3d3d3d !important;
}
.btn.dark span, .button.dark span {
    color: #ffffff;
}
body.is-desktop .btn.dark:not(.active):hover .btn-bg:after, body.is-desktop .button.dark:not(.active):hover .btn-bg:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop .btn.dark:not(.active):hover span.normal, body.is-desktop .button.dark:not(.active):hover span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop .btn.dark:not(.active):hover span.hover, body.is-desktop .button.dark:not(.active):hover span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
.btn.inine, .button.inine {
    display: inline-block;
    vertical-align: top;
}
.btn.bordered, .button.bordered {
    border: 1px rgba(51, 51, 51, 0.08) solid;
}
.btn.v-bordered, .button.v-bordered {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.input, .textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #efefef solid;
}
.input.required:after, .textarea.required:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 100% 100%;
    width: 5px;
    height: 5px;
    background-color: #d8d8d8;
    z-index: 1;
}
.input.full.required:after, .textarea.full.required:after {
    background-color: #333333;
}
.input.has-error, .textarea.has-error {
    z-index: 2;
    border: 1px #ff5656 solid;
}
.input.has-error label, .textarea.has-error label {
    color: #ff5656;
}
.input.has-error.required:after, .textarea.has-error.required:after {
    background-color: #ff5656;
}
.input.has-error.focused label, .input.has-error.focus label, .textarea.has-error.focused label, .textarea.has-error.focus label {
    color: #b0b0b0;
}
.input.has-error.focused input, .input.has-error.focus input, .textarea.has-error.focused input, .textarea.has-error.focus input {
    color: #ff5656;
}
.input label, .textarea label {
    font-size: 16px;
    line-height: 1.75;
    color: #b0b0b0;
    position: absolute;
    left: 24px;
    top: 26px;
    cursor: text;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}
.input input, .textarea input {
    height: 80px;
}
.input textarea, .textarea textarea {
    height: 120px;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 10px;
}
.input input, .input textarea, .textarea input, .textarea textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    padding-left: 24px;
    padding-right: 24px;
    border: 0;
}
body.is-desktop .input:hover label, body.is-desktop .textarea:hover label {
    color: #909090;
}
.input.focus input, .input.focused input, .textarea.focus input, .textarea.focused input {
    padding-top: 20px;
}
.input.focus label, .input.focused label, .textarea.focus label, .textarea.focused label {
    font-size: 13px;
    line-height: 6px;
    letter-spacing: 0;
    top: 16px;
    color: #b0b0b0;
}
.input .error, .textarea .error {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ff5656;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 5;
}
.input.has-error:hover .error, .textarea.has-error:hover .error {
    visibility: visible;
    opacity: 1;
}
.conditions span {
    color: #333333;
    cursor: pointer;
    -webkit-transition: 0.28s;
    transition: 0.28s;
}
body.is-desktop .conditions span:hover {
    color: #c0a378;
}
.radio .custom-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e0e7eb;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.radio .custom-radio:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5a6c82;
    -webkit-transition: opacity .5s ease, background-color .5s ease;
    transition: opacity .5s ease, background-color .5s ease;
    opacity: 0;
}
.radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.radio input:checked + .custom-radio {
    background-color: #fff;
}
.radio input:checked + .custom-radio:after {
    opacity: 1;
}
.fxRollX {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX .image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.fxRollX.active .image {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.fxRollX.navInNext {
    z-index: 10;
    -webkit-animation-name: rollInXNext;
    animation-name: rollInXNext;
}
.fxRollX.navInNext .image {
    -webkit-animation-name: rollInXPrev;
    animation-name: rollInXPrev;
}
.fxRollX.navOutNext {
    z-index: 9;
    -webkit-animation-name: rollOutXNext;
    animation-name: rollOutXNext;
}
.fxRollX.navOutNext .image {
    -webkit-animation-name: rollOutXPrev;
    animation-name: rollOutXPrev;
}
.fxRollX.navInPrev {
    z-index: 10;
    -webkit-animation-name: rollInXPrev;
    animation-name: rollInXPrev;
}
.fxRollX.navInPrev .image {
    -webkit-animation-name: rollInXNext;
    animation-name: rollInXNext;
}
.fxRollX.navOutPrev {
    z-index: 9;
    -webkit-animation-name: rollOutXPrev;
    animation-name: rollOutXPrev;
}
.fxRollX.navOutPrev .image {
    -webkit-animation-name: rollOutXNext;
    animation-name: rollOutXNext;
}
.fxRollX.flyNext {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.fxRollX.flyNext .image {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fxRollX.flyPrev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fxRollX.flyPrev .image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.fxRollX.flyInNext {
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.fxRollX.flyInNext .image {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyOutNext {
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fxRollX.flyOutNext .image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyInPrev {
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.fxRollX.flyInPrev .image {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.flyOutPrev {
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.fxRollX.flyOutPrev .image {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), opacity 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 1.2s cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.fxRollX.with-opacity {
    opacity: 0;
}
.fxRollX.with-opacity.active {
    opacity: 1;
}
.fxRollX.with-opacity.navInNext {
    z-index: 10;
    -webkit-animation-name: rollInXNextWithOpacity;
    animation-name: rollInXNextWithOpacity;
}
.fxRollX.with-opacity.navInNext .image {
    -webkit-animation-name: rollInXPrevWithOpacity;
    animation-name: rollInXPrevWithOpacity;
}
.fxRollX.with-opacity.navOutNext {
    z-index: 9;
    -webkit-animation-name: rollOutXNextWithOpacity;
    animation-name: rollOutXNextWithOpacity;
}
.fxRollX.with-opacity.navOutNext .image {
    -webkit-animation-name: rollOutXPrevWithOpacity;
    animation-name: rollOutXPrevWithOpacity;
}
.fxRollX.with-opacity.navInPrev {
    z-index: 10;
    -webkit-animation-name: rollInXPrevWithOpacity;
    animation-name: rollInXPrevWithOpacity;
}
.fxRollX.with-opacity.navInPrev .image {
    -webkit-animation-name: rollInXNextWithOpacity;
    animation-name: rollInXNextWithOpacity;
}
.fxRollX.with-opacity.navOutPrev {
    z-index: 9;
    -webkit-animation-name: rollOutXPrevWithOpacity;
    animation-name: rollOutXPrevWithOpacity;
}
.fxRollX.with-opacity.navOutPrev .image {
    -webkit-animation-name: rollOutXNextWithOpacity;
    animation-name: rollOutXNextWithOpacity;
}
.fxNews {
    opacity: 0;
}
.fxNews .news-item-head:after, .fxNews .news-item-body:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #333333;
    -webkit-transition: width .8s ease;
    transition: width .8s ease;
    -webkit-transition-timing-function: cubic-bezier(0.44, 0.02, 0.12, 0.97);
    transition-timing-function: cubic-bezier(0.44, 0.02, 0.12, 0.97);
}
.fxNews.active {
    opacity: 1;
}
.fxNews.active .news-item-head:after, .fxNews.active .news-item-body:after {
    width: 0;
}
.fxNews.active.sa-remove .news-item-head:after, .fxNews.active.sa-remove .news-item-body:after {
    width: 100%;
}
.fxNews.navInNext {
    z-index: 10;
    opacity: 1;
}
.fxNews.navInNext .news-item-head:after, .fxNews.navInNext .news-item-body:after {
    left: auto;
    right: 1px;
    -webkit-transition: width .8s ease;
    transition: width .8s ease;
    width: 0;
}
.fxNews.navOutNext {
    z-index: 9;
}
.fxNews.navOutNext .news-item-head:after, .fxNews.navOutNext .news-item-body:after {
    -webkit-transition: width .8s ease;
    transition: width .8s ease;
    width: calc(100% - 2px);
}
.fxNews.navInPrev {
    z-index: 10;
    opacity: 1;
}
.fxNews.navInPrev .news-item-head:after, .fxNews.navInPrev .news-item-body:after {
    -webkit-transition: width .8s ease;
    transition: width .8s ease;
    width: 0;
}
.fxNews.navOutPrev {
    z-index: 9;
}
.fxNews.navOutPrev .news-item-head:after, .fxNews.navOutPrev .news-item-body:after {
    left: auto;
    right: 1px;
    -webkit-transition: width .8s ease;
    transition: width .8s ease;
    width: calc(100% - 2px);
}
.fxClients {
    opacity: 0;
}
.fxClients .clients li:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    -webkit-transition-timing-function: cubic-bezier(0.41, 0.06, 0.29, 0.96);
    transition-timing-function: cubic-bezier(0.41, 0.06, 0.29, 0.96);
}
.fxClients.active {
    opacity: 1;
}
.fxClients.active .clients li:after {
    width: 0;
}
.fxClients.active.sa-remove .clients li:after {
    width: 100%;
}
.fxClients.navInNext {
    z-index: 10;
    opacity: 1;
}
.fxClients.navInNext .clients li:after {
    left: auto;
    right: 1px;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    width: 0;
}
.fxClients.navOutNext {
    z-index: 9;
}
.fxClients.navOutNext .clients li:after {
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    width: calc(100% - 2px);
}
.fxClients.navInPrev {
    z-index: 10;
    opacity: 1;
}
.fxClients.navInPrev .clients li:after {
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    width: 0;
}
.fxClients.navOutPrev {
    z-index: 9;
}
.fxClients.navOutPrev .clients li:after {
    left: auto;
    right: 1px;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    width: calc(100% - 2px);
}
.fxStats {
    opacity: 0;
    display: block;
}
.fxStats .number-box {
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxStats .stats-box .item .title, .fxStats .stats-box .item .value {
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
}
.fxStats .stats-box .item .line .inline {
    -webkit-transition: width .9s ease;
    transition: width .9s ease;
    -webkit-transition-timing-function: cubic-bezier(0.29, 0.04, 0.23, 0.96);
    transition-timing-function: cubic-bezier(0.29, 0.04, 0.23, 0.96);
}
.fxStats .stats-box .item:nth-child(1) .title, .fxStats .stats-box .item:nth-child(1) .value, .fxStats .stats-box .item:nth-child(1) .line .inline {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.fxStats .stats-box .item:nth-child(2) .title, .fxStats .stats-box .item:nth-child(2) .value, .fxStats .stats-box .item:nth-child(2) .line .inline {
    -webkit-transition-delay: .025s;
    transition-delay: .025s;
}
.fxStats .stats-box .item:nth-child(3) .title, .fxStats .stats-box .item:nth-child(3) .value, .fxStats .stats-box .item:nth-child(3) .line .inline {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.fxStats .stats-box .item:nth-child(4) .title, .fxStats .stats-box .item:nth-child(4) .value, .fxStats .stats-box .item:nth-child(4) .line .inline {
    -webkit-transition-delay: .075s;
    transition-delay: .075s;
}
.fxStats .stats-box .item:nth-child(5) .title, .fxStats .stats-box .item:nth-child(5) .value, .fxStats .stats-box .item:nth-child(5) .line .inline {
    -webkit-transition-delay: .100s;
    transition-delay: .100s;
}
.fxStats .stats-box .item:nth-child(6) .title, .fxStats .stats-box .item:nth-child(6) .value, .fxStats .stats-box .item:nth-child(6) .line .inline {
    -webkit-transition-delay: .125s;
    transition-delay: .125s;
}
.fxStats .stats-box .item:nth-child(7) .title, .fxStats .stats-box .item:nth-child(7) .value, .fxStats .stats-box .item:nth-child(7) .line .inline {
    -webkit-transition-delay: .150s;
    transition-delay: .150s;
}
.fxStats .stats-box .item:nth-child(8) .title, .fxStats .stats-box .item:nth-child(8) .value, .fxStats .stats-box .item:nth-child(8) .line .inline {
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
}
.fxStats .stats-box .item:nth-child(9) .title, .fxStats .stats-box .item:nth-child(9) .value, .fxStats .stats-box .item:nth-child(9) .line .inline {
    -webkit-transition-delay: .200s;
    transition-delay: .200s;
}
.fxStats .stats-box .item:nth-child(10) .title, .fxStats .stats-box .item:nth-child(10) .value, .fxStats .stats-box .item:nth-child(10) .line .inline {
    -webkit-transition-delay: .225s;
    transition-delay: .225s;
}
.fxStats.active {
    opacity: 1;
}
.fxStats.active .number-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.active .stats-box .item .title, .fxStats.active .stats-box .item .value {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.active.sa-remove .stats-box .item .line .inline {
    width: 0 !important;
}
.fxStats.navInNext {
    z-index: 10;
    opacity: 1;
}
.fxStats.navInNext .number-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.navInNext .stats-box .item .title, .fxStats.navInNext .stats-box .item .value {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.navOutNext {
    z-index: 9;
}
.fxStats.navOutNext .number-box {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
.fxStats.navOutNext .stats-box .item .title, .fxStats.navOutNext .stats-box .item .value {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
}
.fxStats.navOutNext .stats-box .item .line .inline {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.fxStats.navInPrev {
    z-index: 10;
    opacity: 1;
}
.fxStats.navInPrev .number-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.navInPrev .stats-box .item .title, .fxStats.navInPrev .stats-box .item .value {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxStats.navOutPrev {
    z-index: 9;
}
.fxStats.navOutPrev .number-box {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxStats.navOutPrev .stats-box .item .title, .fxStats.navOutPrev .stats-box .item .value {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
}
.fxStats.navOutPrev .stats-box .item .line .inline {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.fxDataImage {
    opacity: 0;
}
.fxDataImage .data-box .name, .fxDataImage .data-box .position, .fxDataImage .data-box .description, .fxDataImage .data-box .title, .fxDataImage .data-box .text, .fxDataImage .data-box .service-title, .fxDataImage .data-box .service-description, .fxDataImage .data-box .numbers, .fxDataImage .data-box:after {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxDataImage .image-box:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-transition: width .7s ease;
    transition: width .7s ease;
    background-color: #fff;
    z-index: 21;
}
.fxDataImage .image-box.image-box-dark:after {
    background-color: #333333;
}
.fxDataImage.active {
    opacity: 1;
}
.fxDataImage.active .data-box .name, .fxDataImage.active .data-box .position, .fxDataImage.active .data-box .description, .fxDataImage.active .data-box .title, .fxDataImage.active .data-box .text, .fxDataImage.active .data-box .service-title, .fxDataImage.active .data-box .service-description, .fxDataImage.active .data-box .numbers, .fxDataImage.active .data-box:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fxDataImage.active .image-box:after {
    width: 0;
}
.fxDataImage.active.sa-remove .data-box .name, .fxDataImage.active.sa-remove .data-box .position, .fxDataImage.active.sa-remove .data-box .description, .fxDataImage.active.sa-remove .data-box .title, .fxDataImage.active.sa-remove .data-box .text, .fxDataImage.active.sa-remove .data-box .service-title, .fxDataImage.active.sa-remove .data-box .service-description, .fxDataImage.active.sa-remove .data-box .numbers, .fxDataImage.active.sa-remove .data-box:after {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxDataImage.active.sa-remove .photo-box {
    height: 0;
}
.fxDataImage.active.sa-remove .image-box:after {
    width: 100%;
}
.fxDataImage.navInNext {
    z-index: 10;
    opacity: 1;
}
.fxDataImage.navOutNext {
    z-index: 9;
}
.fxDataImage.navOutNext .data-box .name, .fxDataImage.navOutNext .data-box .position, .fxDataImage.navOutNext .data-box .description, .fxDataImage.navOutNext .data-box .title, .fxDataImage.navOutNext .data-box .text, .fxDataImage.navOutNext .data-box .service-title, .fxDataImage.navOutNext .data-box .service-description, .fxDataImage.navOutNext .data-box .numbers, .fxDataImage.navOutNext .data-box:after {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxDataImage.navOutNext .image-box:after {
    width: 100%;
}
.fxDataImage.navInPrev {
    z-index: 10;
    opacity: 1;
}
.fxDataImage.navOutPrev {
    z-index: 9;
}
.fxDataImage.navOutPrev .data-box .name, .fxDataImage.navOutPrev .data-box .position, .fxDataImage.navOutPrev .data-box .description, .fxDataImage.navOutPrev .data-box .title, .fxDataImage.navOutPrev .data-box .text, .fxDataImage.navOutPrev .data-box .service-title, .fxDataImage.navOutPrev .data-box .service-description, .fxDataImage.navOutPrev .data-box .numbers, .fxDataImage.navOutPrev .data-box:after {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.fxDataImage.navOutPrev .image-box:after {
    width: 100%;
}
.fxFeedback {
    opacity: 0;
}
.fxFeedback .shader {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-transition: width .7s ease;
    transition: width .7s ease;
    background-color: #fff;
    z-index: 25;
}
.fxFeedback.active {
    opacity: 1;
}
.fxFeedback.active .shader {
    width: 0;
}
.fxFeedback.active.sa-remove .shader {
    width: 100%;
}
.fxFeedback.navInNext {
    z-index: 10;
    opacity: 1;
}
.fxFeedback.navOutNext {
    z-index: 9;
}
.fxFeedback.navOutNext .shader {
    width: 100%;
}
.fxFeedback.navInPrev {
    z-index: 10;
    opacity: 1;
}
.fxFeedback.navOutPrev {
    z-index: 9;
}
.fxFeedback.navOutPrev .shader {
    width: 100%;
}
@-webkit-keyframes rollInXNext {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes rollInXNext {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes rollOutXNext {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes rollOutXNext {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes rollInXPrev {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes rollInXPrev {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes rollOutXPrev {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes rollOutXPrev {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-webkit-keyframes rollInXNextWithOpacity {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes rollInXNextWithOpacity {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes rollOutXNextWithOpacity {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes rollOutXNextWithOpacity {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes rollInXPrevWithOpacity {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes rollInXPrevWithOpacity {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes rollOutXPrevWithOpacity {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes rollOutXPrevWithOpacity {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}
.fxFade {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    opacity: 0;
}
.fxFade.active {
    opacity: 1;
    z-index: 1001;
}
.fxFade.navInNext, .fxFade.navInPrev {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fxFade.navOutNext, .fxFade.navOutPrev {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fxPushReveal {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.fxPushReveal.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fxPushReveal.navOutPrev {
    -webkit-animation-name: slideOutBottom;
    animation-name: slideOutBottom;
}
.fxPushReveal.navInPrev {
    -webkit-animation-name: slideInHalfFromTop;
    animation-name: slideInHalfFromTop;
}
.fxPushReveal.navOutNext {
    -webkit-animation-name: slideOutHalfTop;
    animation-name: slideOutHalfTop;
}
.fxPushReveal.navInNext {
    z-index: 1001;
    -webkit-animation-name: slideInFromBottom;
    animation-name: slideInFromBottom;
}
@-webkit-keyframes slideOutBottom {
    from {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutBottom {
    from {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideInHalfFromTop {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
@keyframes slideInHalfFromTop {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
@-webkit-keyframes slideOutHalfTop {
    from {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
@keyframes slideOutHalfTop {
    from {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
@-webkit-keyframes slideInFromBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
@keyframes slideInFromBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
.slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider .stage {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider .stage .slide {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.slider .stage .slide .image {
    background-size: cover;
    background-position: center center;
}
.slider .stage .slide .slide-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider.rel {
    position: relative;
    height: 510px;
    z-index: 999;
}
.slider.rel .stage {
    position: relative;
    height: 510px;
}
.sa-reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 40;
}
.sa-reveal.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fxFadeUp {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
    animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    z-index: 1;
}
.fxFadeUp.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
}
.fxFadeUp.navInNext {
    z-index: 10;
    -webkit-animation-name: fadeUpInNext;
    animation-name: fadeUpInNext;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fxFadeUp.navOutNext {
    z-index: 9;
    -webkit-animation-name: fadeUpOutNext;
    animation-name: fadeUpOutNext;
}
.fxFadeUp.navInPrev {
    z-index: 10;
    -webkit-animation-name: fadeUpInPrev;
    animation-name: fadeUpInPrev;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fxFadeUp.navOutPrev {
    z-index: 9;
    -webkit-animation-name: fadeUpOutPrev;
    animation-name: fadeUpOutPrev;
}
.fxFadeUp.flyNext {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.fxFadeUp.flyPrev {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.fxFadeUp.flyInNext {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fxFadeUp.flyOutNext {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.fxFadeUp.flyInPrev {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fxFadeUp.flyOutPrev {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
@-webkit-keyframes fadeUpInNext {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUpInNext {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeUpOutNext {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
@keyframes fadeUpOutNext {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
@-webkit-keyframes fadeUpInPrev {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUpInPrev {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeUpOutPrev {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
@keyframes fadeUpOutPrev {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
.fxFadeUp30 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
    animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    z-index: 1;
}
.fxFadeUp30.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
}
.fxFadeUp30.navInNext {
    z-index: 10;
    -webkit-animation-name: fadeUpInNext;
    animation-name: fadeUpInNext;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fxFadeUp30.navOutNext {
    z-index: 9;
    -webkit-animation-name: fadeUpOutNext;
    animation-name: fadeUpOutNext;
}
.fxFadeUp30.navInPrev {
    z-index: 10;
    -webkit-animation-name: fadeUpInPrev;
    animation-name: fadeUpInPrev;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fxFadeUp30.navOutPrev {
    z-index: 9;
    -webkit-animation-name: fadeUpOutPrev;
    animation-name: fadeUpOutPrev;
}
.fxFadeUp30.flyNext {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.fxFadeUp30.flyPrev {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.fxFadeUp30.flyInNext {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fxFadeUp30.flyOutNext {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.fxFadeUp30.flyInPrev {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1) 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fxFadeUp30.flyOutPrev {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0, 0.25, 1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
@keyframes fadeUpInNext {
    from {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUpOutNext {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}
@keyframes fadeUpInPrev {
    from {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUpOutPrev {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    z-index: 1000;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 144px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.overlay .form-wrap {
    display: block;
}
.overlay .form-success-wrap, .overlay .form-error-wrap {
    padding-top: 42px;
    padding-bottom: 58px;
    display: none;
}
.overlay.form-successed .form-wrap {
    display: none;
}
.overlay.form-successed .form-success-wrap {
    display: block;
}
.overlay.form-errored .form-wrap, .overlay.form-failed .form-wrap {
    display: none;
}
.overlay.form-errored .form-error-wrap, .overlay.form-failed .form-error-wrap {
    display: block;
}
.overlay .overlay-popup {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin: 0 auto;
    z-index: 1;
    width: 845px;
}
.overlay .overlay-popup .overlay-content {
    position: relative;
}
.overlay .overlay-popup .overlay-content p {
    font-size: 16px;
    line-height: 1.75;
}
.overlay .overlay-popup .overlay-content .section-title h2 {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
}
.overlay .overlay-popup .overlay-content .section-title .description {
    margin-top: 32px;
    font-family: Metronic, sans-serif;
    line-height: 1.11;
    letter-spacing: -0.2px;
    font-size: 38px;
}
.overlay .overlay-popup .overlay-content .section-title span.green {
    color: #01778d;
}
.overlay .overlay-popup .overlay-content .section-title p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
}
.overlay .overlay-popup div.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    overflow: hidden;
    z-index: 100;
}
.overlay .overlay-popup div.close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.overlay .overlay-popup div.close svg {
    position: absolute;
    top: 48px;
    left: 48px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke: #fff;
    z-index: 3;
}
.overlay .overlay-popup div.close:hover svg {
    stroke: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.overlay .overlay-popup div.close:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.overlay.resizable {
    display: block;
}
.overlay.visible {
    visibility: visible;
}
.overlay.open {
    opacity: 1;
}
.overlay.open .overlay-popup {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.overlay.news-overlay .overlay-content .header {
    padding: 72px 80px 0 80px;
}
.overlay.news-overlay .overlay-content .date {
    font-size: 0;
}
.overlay.news-overlay .overlay-content .date span {
    display: inline-block;
    vertical-align: top;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
}
.overlay.news-overlay .overlay-content .date span.day {
    margin-right: 10px;
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.81;
    letter-spacing: -0.2px;
    font-size: 32px;
}
.overlay.news-overlay .overlay-content .date span.month {
    margin-right: 4px;
}
.overlay.news-overlay .overlay-content .date span.year {
    opacity: .4;
}
.overlay.news-overlay .overlay-content .title {
    margin-top: 40px;
    font-family: Metronic, sans-serif;
    line-height: 1.11;
    letter-spacing: -0.2px;
    font-size: 38px;
}
.overlay.news-overlay .overlay-content p.description {
    margin-top: 46px;
}
.overlay.news-overlay .overlay-content .cover {
    margin-top: 72px;
}
.overlay.news-overlay .overlay-content .cover img {
    width: 100%;
    height: auto;
}
.overlay.news-overlay .overlay-content a {
    color: #01778d;
    text-decoration: underline;
}
.overlay.news-overlay .overlay-content a:hover {
    color: #01778d;
}
.overlay.news-overlay .overlay-content .content {
    padding: 48px 80px 80px 80px;
}
.overlay.news-overlay .overlay-content .content .text {
    margin-top: 48px;
}
.overlay.news-overlay .overlay-content .content .text:first-child {
    margin-top: 0;
}
.overlay.news-overlay .overlay-content .content .text p {
    padding-bottom: 2em;
    line-height: 1.75em;
}
.overlay.news-overlay .overlay-content .content .text p:last-child {
    padding-bottom: 0;
}
.overlay.news-overlay .overlay-content .content .photo {
    margin-top: 32px;
}
.overlay.news-overlay .overlay-content .content .photo img {
    width: 100%;
    height: auto;
}
.overlay.news-overlay .overlay-content .content .photo:first-child {
    margin-top: 0;
}
.overlay.news-overlay .overlay-content .content .slider {
    margin-top: 32px;
}
.overlay.news-overlay .overlay-content .content .slider:first-child {
    margin-top: 0;
}
.overlay.news-overlay .overlay-content button.close-news {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
.overlay.video-overlay .overlay-popup {
    width: auto;
    background: transparent;
}
.overlay.video-overlay .overlay-popup iframe {
    width: 100%;
    height: 100%;
}
.overlay.video-overlay .overlay-popup .close {
    right: -120px;
    border: 0;
    background-color: #fff;
}
.overlay.structure-overlay .overlay-content .header {
    padding: 72px 80px;
}
.overlay.structure-overlay .overlay-content .header img {
    width: 200px;
    height: auto;
}
.overlay.structure-overlay .overlay-content .logo {
    position: relative;
}
.overlay.structure-overlay .overlay-content .logo img {
    height: 100px;
    width: auto;
}
.overlay.structure-overlay .overlay-content p.description {
    margin-top: 40px;
}
.overlay.structure-overlay .overlay-content .slider {
    position: relative;
    height: auto;
}
.overlay.structure-overlay .overlay-content .slider .arr {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    background-color: #fff;
    cursor: pointer;
}
.overlay.structure-overlay .overlay-content .slider .arr svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 28px;
    left: 28px;
    stroke: #262626;
}
.overlay.structure-overlay .overlay-content .slider .arr.arrl {
    left: 0;
}
.overlay.structure-overlay .overlay-content .slider .arr.arrr {
    right: 0;
}
.overlay.structure-overlay .overlay-content button {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
.overlay.resume-overlay .section-title {
    padding: 66px 125px 0 80px;
}
.overlay.resume-overlay .form {
    padding: 56px 40px 48px 40px;
}
.overlay.resume-overlay .form .input.name, .overlay.resume-overlay .form .input.phone {
    width: 34%;
}
.overlay.resume-overlay .form .input.file-upload, .overlay.resume-overlay .form .input.email {
    width: calc(66% + 1px);
}
.overlay.resume-overlay .form .agreement {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
.overlay.resume-overlay .form .agreement a {
    font-size: 14px;
    line-height: 1.57;
    color: #333333;
    text-decoration: none;
    opacity: .5;
}
.overlay.message-overlay .section-title {
    padding: 66px 125px 90px 80px;
}
.overlay.contact-form-overlay .overlay-popup, .overlay.news-subscription-overlay .overlay-popup {
    padding-bottom: 48px;
}
.overlay.contact-form-overlay .section-title, .overlay.news-subscription-overlay .section-title {
    padding: 66px 125px 0 80px;
}
.overlay.contact-form-overlay .form, .overlay.news-subscription-overlay .form {
    padding: 56px 40px 0 40px;
}
.overlay.contact-form-overlay .form .agreement, .overlay.news-subscription-overlay .form .agreement {
    border: 0;
    padding: 24px 0 0 0;
}
.overlay.contact-form-overlay .form .agreement a, .overlay.news-subscription-overlay .form .agreement a {
    font-size: 14px;
    line-height: 1.57;
    color: #333333;
    text-decoration: none;
    opacity: .5;
}
.overlay.yandex-map-overlay .overlay-popup, .overlay.google-map-overlay .overlay-popup {
    width: 900px;
    height: 600px;
}
.overlay.yandex-map-overlay .overlay-popup .map, .overlay.google-map-overlay .overlay-popup .map {
    width: 900px;
    height: 600px;
    background-color: #f2f2f2;
}
.overlay.yandex-map-overlay .close, .overlay.google-map-overlay .close {
    background-color: #fff;
}
.overlay.employee-overlay .overlay-popup {
    width: 987px;
}
.overlay.employee-overlay .close {
    background-color: #fff;
}
.overlay.employee-overlay .employee-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.overlay.employee-overlay .employee-box .photo img {
    width: auto;
    height: 600px;
}
.overlay.employee-overlay .employee-box .information {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 564px;
    height: 600px;
    background-color: #fff;
    padding: 0 0 56px 0;
}
.overlay.employee-overlay .employee-box .information .scrollbar-track.scrollbar-track-y {
    right: auto;
    left: 0;
    z-index: 10;
}
.overlay.employee-overlay .employee-box .information:before {
    content: '';
    position: absolute;
    background-image: url(/assets/desktop/images/white-grad-top.png);
    height: 45px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.overlay.employee-overlay .employee-box .information:after {
    content: '';
    position: absolute;
    background-image: url(/assets/desktop/images/white-grad-bottom.png);
    height: 45px;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 2;
}
.overlay.employee-overlay .employee-box .information .content-box {
    padding: 0 64px 0 16px;
}
.overlay.employee-overlay .employee-box .information .content-box .content {
    height: 600px;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    padding-left: 48px;
}
.overlay.employee-overlay .employee-box .information .content-box .content .main-box {
    padding-top: 56px;
    padding-right: 56px;
    margin-bottom: 56px;
}
.overlay.employee-overlay .employee-box .information .content-box .content .main-box .employee-name {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
.overlay.employee-overlay .employee-box .information .content-box .content .main-box .employee-position {
    font-size: 14px;
    line-height: 1.57;
    max-width: 320px;
    margin-top: 4px;
    opacity: .5;
}
.overlay.employee-overlay .employee-box .information .content-box .content .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
    padding-bottom: 16px;
}
.overlay.employee-overlay .employee-box .information .content-box .content p {
    font-size: 14px;
    line-height: 1.57;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.57;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box .dob {
    font-size: 14px;
    line-height: 1.57;
    font-weight: 600;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box .place {
    font-size: 14px;
    line-height: 1.57;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box:last-child {
    padding-bottom: 80px;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box.labor-activity p {
    margin-top: 1em;
}
.overlay.employee-overlay .employee-box .information .content-box .content .info-box.labor-activity p:first-child {
    margin-top: 0;
}
.slider, .slider .stage, .slider .stage .slide, .slider .stage .slide .image, .js-bl2trsvg svg, .row.projects .projects-map .google-map, ul.lines, section.news div.news-items .news-item .cover, section.news div.news-items .news-item .cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50, 0);
    transform: translate3d(-50%, -50, 0);
}
* {
    position: relative;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img, svg {
    display: block;
}
a {
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
a img {
    border: 0;
}
b, strong {
    font-weight: 600;
}
html {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    color: #333333;
    font: 14px/1 "Arial", "微软雅黑"
}
#screen {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contentFixed #screen {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#screen #content {
    position: relative;
    background-color: #fff;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 100%;
}
.noselect, section.index-services-map .map .popup {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently



                                  supported by Chrome, Opera and Firefox */
}
img {
    border: 0;
}
input, input:focus, select, select:focus, textarea, textarea:focus, button, button:focus {
    outline: none;
}
fieldset {
    position: relative;
    display: block;
    border: 0;
}
section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol, menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li, ol li, menu li {
    list-style: none;
}
#LZ, .LZ {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.lock-screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none;
}
.bg-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bg-image img {
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-video video {
    position: absolute;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}
textarea::-moz-placeholder {
    color: #b0b0b0;
}
textarea::-ms-input-placeholder {
    color: #b0b0b0;
}
textarea::placeholder {
    color: #b0b0b0;
}
input::-webkit-input-placeholder {
    color: #b0b0b0;
}
input::-moz-placeholder {
    color: #b0b0b0;
}
input::-ms-input-placeholder {
    color: #b0b0b0;
}
input::placeholder {
    color: #b0b0b0;
}
textarea::input-placeholder {
    color: #b0b0b0;
}
input::input-placeholder {
    color: #b0b0b0;
}
textarea::-moz-input-placeholder {
    color: #b0b0b0;
}
input::-moz-input-placeholder {
    color: #b0b0b0;
}
textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}
input::-webkit-input-placeholder {
    color: #b0b0b0;
}
textarea::-ms-input-placeholder {
    color: #b0b0b0;
}
input::-ms-input-placeholder {
    color: #b0b0b0;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus::-ms-input-placeholder {
    color: transparent;
}
textarea:focus::placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus::-ms-input-placeholder {
    color: transparent;
}
input:focus::placeholder {
    color: transparent;
}
textarea:focus::input-placeholder {
    color: transparent;
}
input:focus::input-placeholder {
    color: transparent;
}
textarea:focus::-moz-input-placeholder {
    color: transparent;
}
input:focus::-moz-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus::-ms-input-placeholder {
    color: transparent;
}
input:focus::-ms-input-placeholder {
    color: transparent;
}
.interactive-map-box {
    position: relative;
    background-color: #fff;
    width: 100%;
}
#interactive-map {
    position: relative;
    width: 100%;
    min-height: 432px;
    padding: 0px;
}
#interactive-map #map {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}
#interactive-map div.markers-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
    background-color: #fff;
    border: 1px #f0f0f0 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 20;
}
#interactive-map .mouse {
    position: absolute;
    top: 22px;
    left: -10px;
    width: 20px;
    height: 52px;
    background-color: #fff;
    display: none;
    z-index: 3;
    cursor: pointer;
}
#interactive-map.scrolling .mouse {
    display: block;
}
#interactive-map .mouse-border {
    position: relative;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px #129968 solid;
    border-radius: 20px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
#interactive-map .mouse-border:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 2px;
    height: 7px;
    background-color: #129968;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
#interactive-map .mouse:hover .mouse-border, #interactive-map .mouse.active .mouse-border {
    background-color: #129968;
}
#interactive-map .mouse:hover .mouse-border:before, #interactive-map .mouse.active .mouse-border:before {
    background-color: #fff;
}
#interactive-map ul.markers-list {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 230px;
    height: auto;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 40px;
}
#interactive-map ul.markers-list li {
    position: relative;
    line-height: 1.25em;
    padding: 20px 20px 20px 30px;
    font-size: 13px;
    color: #424242;
    cursor: pointer;
}
#interactive-map ul.markers-list li:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
#interactive-map ul.markers-list li.active {
    color: #129968;
    cursor: default;
}
#interactive-map ul.markers-list li:last-child {
    border-bottom: 0px;
}
#interactive-map ul.markers-list li span {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #129968;
    padding-right: 10px;
}
#interactive-map .marker-viewer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
    background-color: #f0f0f0;
    opacity: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
}
#interactive-map .marker-viewer:after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 40px;
    width: 20px;
    height: 4px;
    background-color: #424242;
}
#interactive-map .marker-viewer .marker-card {
    position: relative;
    width: 100%;
    white-space: normal;
    font-size: 13px;
    line-height: 1.25em;
}
#interactive-map .marker-viewer .marker-card .image {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
#interactive-map .marker-viewer .marker-card .image img {
    position: relative;
    width: 100%;
    height: auto;
}
#interactive-map .marker-viewer .marker-card .key {
    position: relative;
    color: #919191;
}
#interactive-map .marker-viewer .marker-card .val {
    position: relative;
    color: #424242;
    padding-bottom: 20px;
}
#interactive-map .marker-viewer .marker-card .val.place {
    font-size: 16px;
}
.ogk_marker {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.ogk_marker:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #14a670;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.ogk_marker:hover, .ogk_marker.active {
    background-color: #14a670;
}
.ogk_marker:hover:after, .ogk_marker.active:after {
    background-color: #fff;
}
.ogk_cluster {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px #14a670 solid;
    -webkit-transition: background-color .3s ease, background-color .3s ease;
    transition: background-color .3s ease, background-color .3s ease;
}
.ogk_cluster_number {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #14a670;
    font-weight: bold;
    font-size: 13px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.ogk_cluster:hover, .ogk_cluster.active {
    background-color: #14a670;
}
.ogk_cluster:hover .ogk_cluster_number, .ogk_cluster.active .ogk_cluster_number {
    color: #fff;
}
.InfoBubble {
    position: absolute;
    cursor: pointer;
}
.infoBubbleCnt {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 18px;
    background-color: #ffffff;
    height: auto;
    width: 350px;
}
.infoBubbleWnd {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.infoBubbleWnd .content {
    position: relative;
    top: 0;
    left: 0;
}
.InfoBubble.contact {
    position: absolute;
    cursor: pointer;
}
.InfoBubble.contact .infoBubbleCnt {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 4px;
}
.InfoBubble.contact .infoBubbleWnd {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.InfoBubble.contact .infoBubbleWnd .content {
    position: relative;
    top: 0;
    left: 0;
    padding: 22px 30px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #4a4949;
    white-space: nowrap;
}
.InfoBubble .infoBubbleArrow {
    position: absolute;
    top: -18px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.InfoBubble.contact .infoBubbleArrow {
    position: absolute;
    top: -10px;
    left: -9px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.InfoBubble.contact .infoBubbleClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(../images/close-icon.svg) no-repeat center;
    background-size: 30% 30%;
}
.InfoBubble.contact:hover .infoBubbleClose {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* CONTENT ITEM */
.infoBubbleWnd .content .item {
    position: relative;
    border-bottom: 1px #efefef solid;
    padding: 26px 30px 30px 30px;
}
.infoBubbleWnd .content .item .info {
    position: relative;
}
.infoBubbleWnd .content .item .info .ttl {
    font-size: 13px;
    color: #929292;
    white-space: normal;
}
.infoBubbleWnd .content .item .info .txt {
    font-size: 16px;
    padding-top: 6px;
    line-height: 22px;
    color: #4a4949;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.infoBubbleWnd .content .item .info .txt.small {
    font-size: 13px;
    line-height: 18px;
    padding-top: 3px;
}
.infoBubbleWnd .content .item .info .line {
    position: relative;
    margin-top: 45px;
    width: 25px;
    height: 4px;
    background-color: #129968;
}
.InfoBubble:hover .infoBubbleWnd .content .item .info .txt.hover {
    color: #129968;
}
/* SCROLLER */
.infoBubbleWnd .scroller {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    width: 6px;
    height: 50%;
    background-color: #999;
    display: none;
}
.infoBubbleWnd.scrolling {
    overflow: hidden;
}
.infoBubbleWnd.scrolling .scroller {
    display: block;
}
svg {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
}
.btop {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
.btop-dark {
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
.bbot {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.bbot-dark {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
.bleft {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
.bleft-dark {
    border-left: 1px rgba(255, 255, 255, 0.08) solid;
}
.bright {
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
.bright-dark {
    border-right: 1px rgba(255, 255, 255, 0.08) solid;
}
.scrollbar-track {
    background-color: #fff !important;
    border-radius: 3px;
}
.scrollbar-track.scrollbar-track-x {
    height: 6px;
}
.scrollbar-track.scrollbar-track-y {
    width: 6px;
}
.scrollbar-track .scrollbar-thumb {
    background-color: #ececec !important;
    border-radius: 3px;
}
.scrollbar-track .scrollbar-thumb.scrollbar-thumb-x {
    height: 6px;
}
.scrollbar-track .scrollbar-thumb.scrollbar-thumb-y {
    width: 6px;
}
.controls .position-dots {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 33px 56px;
}
.controls span.number {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 30px;
    font-family: Metronic, sans-serif;
    color: #262626;
    font-weight: bold;
    z-index: 20;
    width: 70px;
}
.controls span.number.dark {
    color: #fff;
}
.controls ul.dots {
    display: inline-block;
    vertical-align: top;
    z-index: 20;
}
.controls ul.dots li {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.controls ul.dots li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.controls ul.dots li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.controls ul.dots li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.controls ul.dots li:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.controls ul.dots li:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.controls ul.dots li:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.controls ul.dots li:nth-child(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.controls ul.dots li:nth-child(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.controls ul.dots li:nth-child(9) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.controls ul.dots li:nth-child(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.controls ul.dots li .round {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.2);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.controls ul.dots li svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    stroke: rgba(51, 51, 51, 0.1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke-width: 2px;
    fill: none;
}
.controls ul.dots li svg.progress {
    stroke: #333333;
    stroke-dasharray: 88px;
    stroke-dashoffset: 88px;
}
.controls ul.dots li.active .round {
    background-color: #01778d;
}
.controls ul.dots li.active svg.circle, .controls ul.dots li.active svg.progress {
    opacity: 1;
}
body.is-desktop .controls ul.dots li:hover .round {
    background-color: #01778d;
}
.controls ul.dots.dark li .round {
    background-color: #fff;
}
.controls ul.dots.dark li svg {
    stroke: rgba(255, 255, 255, 0.1);
}
.controls ul.dots.dark li svg.progress {
    stroke: #ffffff;
}
.controls ul.dots.dark li.active .round {
    background-color: #01778d;
}
.controls ul.dots.dark li.active svg.circle, .controls ul.dots.dark li.active svg.progress {
    opacity: 1;
}
body.is-desktop .controls ul.dots.dark li:hover .round {
    background-color: #01778d;
}
.controls ul.dots.green li .round {
    background-color: rgba(51, 51, 51, 0.2);
}
.controls ul.dots.green li svg {
    stroke: rgba(51, 51, 51, 0.1);
}
.controls ul.dots.green li svg.progress {
    stroke: #ffffff;
}
.controls ul.dots.green li.active .round {
    background-color: #ffffff;
}
.controls ul.dots.green li.active svg.circle, .controls ul.dots.green li.active svg.progress {
    opacity: 1;
}
body.is-desktop .controls ul.dots.green li:hover .round {
    background-color: #ffffff;
}
/*.controls ul.dots.sa-remove li {



  -webkit-transform: translate3d(-10px, 0, 0);



          transform: translate3d(-10px, 0, 0);



  opacity: 0;



}*/
.arrs {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    font-size: 0;
    white-space: nowrap;
    z-index: 20;
}
.arrs .arr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 96px;
    cursor: pointer;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.arrs .arr i {
    position: absolute;
    font-size: 38px;
    color: #333333;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.arrs .arr.arrl i {
    right: 22%;
}
.arrs .arr.arrr i {
    left: 22%;
}
.arrs.dark .arr i {
    color: #fff;
}
body.is-desktop .arrs.arrs-hovered .arr {
    opacity: .5;
}
body.is-desktop .arrs .arr:hover {
    opacity: 1;
}
body.is-desktop .arrs .arr:hover i {
    color: #01778d;
}
body.is-desktop .arrs .arr:hover.arrl i {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}
body.is-desktop .arrs .arr:hover.arrr i {
    -webkit-transform: translate3d(25%, -50%, 0);
    transform: translate3d(25%, -50%, 0);
}
.arrs.sa-remove .arr.arrl i {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    opacity: 0;
}
.arrs.sa-remove .arr.arrr i {
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
    opacity: 0;
}
.arrow-scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 96px;
    width: 150px;
    background-color: #01778d;
    z-index: 25;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
.arrow-scroll-down svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
    stroke: #ffffff;
}
.arrow-scroll-down i {
    position: absolute;
    top: 35%;
    left: 50%;
    font-size: 38px;
    color: #ffffff;
}
.arrow-scroll-down:hover i {
    color: #01778d;
}
.arrow-scroll-down:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
body.is-desktop .arrow-scroll-down:hover {
    position: absolute;
}
body.is-desktop .arrow-scroll-down:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop .arrow-scroll-down:hover svg {
    stroke: #01778d;
    -webkit-transform: translate3d(-50%, calc(-50% + 6px), 0) rotate(90deg);
    transform: translate3d(-50%, calc(-50% + 6px), 0) rotate(90deg);
}
.arrow-scroll-down.sa-remove {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}
.video-box {
    z-index: 21;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video-box .poster img {
    width: 100%;
    height: auto;
}
.video-box .video-play-with-description {
    position: absolute;
    bottom: 0;
    left: 0;
}
.video-play-with-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    cursor: pointer;
    overflow: hidden;
    width: 300px;
}
.video-play-with-description.w100 {
    width: 100%;
}
.video-play-with-description .play-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    width: 96px;
    height: 96px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 5;
    overflow: hidden;
    background-color: #01778d;
}
.video-play-with-description .play-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background-color: #008f69;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.video-play-with-description .play-button i {
    position: absolute;
    top: 27px;
    left: 42px;
    font-size: 38px;
    color: #ffffff;
    z-index: 5;
}
.video-play-with-description .video-description {
    height: 96px;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 96px);
    z-index: 5;
    background-color: #fff;
}
.video-play-with-description .video-description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background-color: #fafafa;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.video-play-with-description .video-description span {
    position: absolute;
    left: 0;
    padding: 0 32px;
    width: 100%;
    z-index: 20;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.video-play-with-description .video-description span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.video-play-with-description .video-description span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
.video-play-with-description .video-description .video-title {
    font-size: 14px;
    line-height: 1.57;
    color: #333333;
    font-weight: 600;
}
.video-play-with-description .video-description .video-duration {
    font-size: 14px;
    line-height: 1.57;
    color: rgba(51, 51, 51, 0.5);
}
.video-play-with-description.white .play-button {
    background-color: #fff;
}
.video-play-with-description.white .play-button i {
    color: #01778d;
}
.video-play-with-description.white .play-button:before {
    background-color: #fafafa;
}
body.is-desktop .video-play-with-description:hover .play-button:before {}
body.is-desktop .video-play-with-description:hover .video-description:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop .video-play-with-description:hover .video-description span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
body.is-desktop .video-play-with-description:hover .video-description span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
.video-play-with-description.dark-green {
    background-color: transparent;
}
.video-play-with-description.dark-green .play-button {
    background-color: #01778d;
}
.video-play-with-description.dark-green .play-button i {
    color: #ffffff;
}
.video-play-with-description.dark-green .video-description .video-title {
    color: #ffffff;
}
.video-play-with-description.dark-green .video-description .video-duration {
    color: rgba(255, 255, 255, 0.5);
}
.page-header-container {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 20;
}
.page-header-container .white-bg, .page-header-container .dark-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.page-header-container .white-bg ul.lines, .page-header-container .dark-bg ul.lines {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 300px);
    max-width: 1130px;
    min-width: 896px;
}
.page-header-container .dark-bg {
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.page-header-container div.lang-switcher {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: 64px;
    height: 100%;
    z-index: 20;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: background-color .5s ease, height .5s ease, border-color .5s ease;
    transition: background-color .5s ease, height .5s ease, border-color .5s ease;
}
.page-header-container div.lang-switcher a {
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
}
.page-header-container div.lang-switcher a.button {
    height: 55px;
    min-height: 0;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}
.page-header-container div.lang-switcher a span {
    padding: 0;
}
.page-header-container div.lang-switcher a span.normal {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-header-container div.lang-switcher a:first-child {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.page-header-container div.lang-switcher a.active span {
    color: rgba(51, 51, 51, 0.3);
}
.page-header-container .page-header-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: calc(100% - 300px);
    max-width: 1130px;
    min-width: 896px;
}
.page-header-container .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    z-index: 20;
}
.page-header-container .page-header:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
}
.page-header-container .page-header div.logo {
    width: 25%;
    -webkit-transition: background-color .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, transform .5s ease, opacity .5s ease;
    transition: background-color .5s ease, transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
.page-header-container .page-header div.logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header-container .page-header div.logo img {
    position: absolute;
    top: 30px;
    left: 18%;
    width: 180px;
    height: auto;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.page-header-container .page-header div.logo img.white {
    opacity: 0;
}
.page-header-container .page-header div.logo img.dark {
    opacity: 1;
}
.page-header-container .page-header div.split {
    width: 25%;
}
.page-header-container .page-header div.online-stats {
    width: 25%;
    text-align: center;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
.page-header-container .page-header div.online-stats .online-stats-button {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    -webkit-transition: color .5s ease, -webkit-transform .5s ease;
    transition: color .5s ease, -webkit-transform .5s ease;
    transition: color .5s ease, transform .5s ease;
    transition: color .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.page-header-container .page-header div.online-stats .online-stats-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 2px rgba(0, 154, 103, 0.4) solid;
    border-radius: 50%;
}
.page-header-container .page-header div.online-stats .online-stats-button:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    background-color: #01778d;
    border-radius: 50%;
}
.page-header-container .page-header div.toggle-menu-box {
    width: 25%;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    cursor: pointer;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu {
    position: relative;
    white-space: nowrap;
    height: 88px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
body.is-scrolled .page-header-container .page-header div.toggle-menu-box div.toggle-menu {
    height: 88px;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu ul.hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-70px, -50%, 0);
    transform: translate3d(-70px, -50%, 0);
    width: 25px;
    height: 17px;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu ul.hamburger li {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #01778d;
    border-radius: .5px;
    margin-bottom: 4px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu span.normal {
    color: #262626;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu span.hover {
    color: #01778d;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu.opened ul.hamburger li:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate3d(-5px, 5px, 0);
    transform: rotate(-45deg) translate3d(-5px, 5px, 0);
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu.opened ul.hamburger li:nth-child(2) {
    opacity: 0;
}
.page-header-container .page-header div.toggle-menu-box div.toggle-menu.opened ul.hamburger li:nth-child(3) {
    -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
    transform: rotate(45deg) translate3d(-5px, -5px, 0);
}
.page-header-container.page-header-leadership .split.split-2, .page-header-container.page-header-contacts .split.split-2 {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.about_nav {
    width: 100%;
    height: 70px;
    background: #088aa1;
}
.about_nav ul.navs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.about_nav ul.navs li {
    height: 69px;
    padding-top: 27px;
    text-align: center;
    white-space: nowrap;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    width: 16.667%;
    line-height: 1.18;
    font-size: 20px;
}
.about_nav ul.navs li a {
    color: #fff;
}
body.is-scrolled .page-header-container.page-header-leadership .split.split-2, body.is-scrolled .page-header-container.page-header-contacts .split.split-2 {
    border-bottom: 0;
}
body.is-scrolleds .page-header-container.page-header-leadership .split.split-2, body.is-scrolleds .page-header-container.page-header-contacts .split.split-2 {
    border-bottom: 0;
}
.page-header-container.page-header-transparent div.lang-switcher {
    border-left: 1px rgba(255, 255, 255, 0.08) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
.page-header-container.page-header-transparent div.lang-switcher a:first-child {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
.page-header-container.page-header-transparent div.lang-switcher a span {
    color: #ffffff;
}
.page-header-container.page-header-transparent div.lang-switcher a.active span {
    color: rgba(255, 255, 255, 0.3);
}
.page-header-container.page-header-transparent .page-header {
    background-color: transparent;
}
.page-header-container.page-header-transparent .page-header:after {
    background-color: rgba(255, 255, 255, 0.08);
}
.page-header-container.page-header-transparent .page-header div.logo img.white {
    opacity: 1;
}
.page-header-container.page-header-transparent .page-header div.logo img.dark {
    opacity: 0;
}
.page-header-container.page-header-transparent .page-header div.toggle-menu-box {
    border-color: rgba(255, 255, 255, 0.08);
}
.page-header-container.page-header-transparent .page-header div.toggle-menu-box div.toggle-menu span.normal {
    color: #ffffff;
}
.page-header-container.floating-header {
    z-index: 200;
}
.page-header-container.floating-header .page-header:after {
    background-color: rgba(51, 51, 51, 0.08);
}
.page-header-container.floating-header.page-header-transparent .page-header:after {
    background-color: rgba(255, 255, 255, 0.08);
}
body.is-scrolled .page-header-container.floating-header {
    position: fixed;
    top: 0;
    left: 0;
}
body.is-scrolleds .page-header-container.floating-header {
    position: fixed;
    top: 0;
    left: 0;
}
body.is-scrolled .page-header-container.floating-header .white-bg {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
body.is-scrolleds .page-header-container.floating-header .white-bg {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
body.is-scrolled .page-header-container.floating-header div.lang-switcher {
    border-left-color: rgba(51, 51, 51, 0.08);
    border-bottom-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolleds .page-header-container.floating-header div.lang-switcher {
    border-left-color: rgba(51, 51, 51, 0.08);
    border-bottom-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolled .page-header-container.floating-header div.lang-switcher a.button {
    height: 44px;
    min-height: 44px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}
body.is-scrolleds .page-header-container.floating-header div.lang-switcher a.button {
    height: 44px;
    min-height: 44px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}
body.is-scrolled .page-header-container.floating-header div.lang-switcher a:first-child {
    border-bottom-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolleds .page-header-container.floating-header div.lang-switcher a:first-child {
    border-bottom-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolled .page-header-container.floating-header div.lang-switcher a span {
    color: #333333;
}
body.is-scrolleds .page-header-container.floating-header div.lang-switcher a span {
    color: #333333;
}
body.is-scrolled .page-header-container.floating-header div.lang-switcher a.active span {
    color: rgba(51, 51, 51, 0.3);
}
body.is-scrolleds .page-header-container.floating-header div.lang-switcher a.active span {
    color: rgba(51, 51, 51, 0.3);
}
body.is-scrolled .page-header-container.floating-header .page-header {
    height: 88px;
}
body.is-scrolleds .page-header-container.floating-header .page-header {
    height: 88px;
}
body.is-scrolled .page-header-container.floating-header .page-header:after {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolleds .page-header-container.floating-header .page-header:after {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.08);
}
body.is-scrolled .page-header-container.floating-header .page-header div.logo img {
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
}
body.is-scrolleds .page-header-container.floating-header .page-header div.logo img {
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
}
body.is-scrolled .page-header-container.floating-header .page-header div.logo img.white {
    opacity: 0;
}
body.is-scrolleds .page-header-container.floating-header .page-header div.logo img.white {
    opacity: 0;
}
body.is-scrolled .page-header-container.floating-header .page-header div.logo img.dark {
    opacity: 1;
}
body.is-scrolleds .page-header-container.floating-header .page-header div.logo img.dark {
    opacity: 1;
}
body.is-scrolled .page-header-container.floating-header .page-header div.logo img.desc {
    opacity: 0;
}
body.is-scrolleds .page-header-container.floating-header .page-header div.logo img.desc {
    opacity: 0;
}
body.is-scrolled .page-header-container.floating-header .page-header div.toggle-menu-box .toggle-menu span.normal {
    color: #333333;
}
body.is-scrolleds .page-header-container.floating-header .page-header div.toggle-menu-box .toggle-menu span.normal {
    color: #333333;
}
body.is-scrolled .page-header-container.floating-header .page-header div.toggle-menu-box .toggle-menu span.hover {
    color: #01778d;
}
body.is-scrolleds .page-header-container.floating-header .page-header div.toggle-menu-box .toggle-menu span.hover {
    color: #01778d;
}
#main-menu.main-menu {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    height: 0;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}
#main-menu.main-menu .main-menu-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #333333;
}
#main-menu.main-menu .page-header-container .page-header:after {
    width: 100%;
}
body.is-scrolled #main-menu.main-menu .page-header-container div.lang-switcher a {
    height: 44px;
}
body.is-scrolled #main-menu.main-menu .page-header-container .page-header {
    height: 88px;
}
body.is-scrolled #main-menu.main-menu .page-header-container .page-header div.logo img {
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
}
#main-menu.main-menu .page-header-container .page-header-wrapper .page-header:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.08);
}
#main-menu.main-menu .page-header-container .page-header-wrapper .page-header div.toggle-menu-box div.toggle-menu span.normal {
    color: #ffffff !important;
}
#main-menu.main-menu .container {
    height: 100%;
    min-height: 100%;
    padding-top: 110px;
}
#main-menu.main-menu .container ul.lines.main-menu-lines li {
    top: 110px;
    height: calc(100% - 110px);
}
#main-menu.main-menu .container ul.lines.main-menu-lines li:nth-child(2), #main-menu.main-menu .container ul.lines.main-menu-lines li:nth-child(3), #main-menu.main-menu .container ul.lines.main-menu-lines li:nth-child(4) {
    display: none;
}
body.is-scrolled #main-menu.main-menu .container {
    padding-top: 88px;
}
body.is-scrolled #main-menu.main-menu .container ul.lines.main-menu-lines li {
    top: 88px;
    height: calc(100% - 88px);
}
#main-menu.main-menu .container .site-menu-box {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
    padding: 0 5%;
}
#main-menu.main-menu .container ul.site-menu {
    z-index: 20;
}
#main-menu.main-menu .container ul.site-menu li, #main-menu.main-menu .container div.section-item {
    display: inline-block;
    vertical-align: top;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
#main-menu.main-menu .container ul.site-menu li a, #main-menu.main-menu .container ul.site-menu li span, #main-menu.main-menu .container div.section-item a, #main-menu.main-menu .container div.section-item span {
    color: #ffffff;
}
#main-menu.main-menu .container ul.site-menu li.active a, #main-menu.main-menu .container div.section-item.active a {
    color: #01778d;
}
body.is-desktop #main-menu.main-menu .container ul.site-menu li a:hover, body.is-desktop #main-menu.main-menu .container div.section-item a:hover {
    color: #01778d;
}
#main-menu.main-menu .container ul.site-menu li:last-child, #main-menu.main-menu .container div.section-item:last-child {
    margin-right: 0;
}
#main-menu.main-menu .container ul.site-menu li {
    margin-right: 48px;
    line-height: 140px;
}
#main-menu.main-menu .container div.section-item {
    z-index: 20;
}
#main-menu.main-menu .container .page-header-extension {
    padding: 48px 5%;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
#main-menu.main-menu .container .page-header-extension div.submenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 20;
}
#main-menu.main-menu .container .page-header-extension div.submenu menu.submenu {
    position: relative;
    display: block;
    font-size: 0;
}
#main-menu.main-menu .container .page-header-extension div.submenu menu.submenu li {
    display: inline-block;
    vertical-align: top;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
    margin-right: 32px;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
#main-menu.main-menu .container .page-header-extension div.submenu menu.submenu li:last-child {
    margin-top: 0;
}
#main-menu.main-menu .container .page-header-extension div.submenu menu.submenu li a {
    color: rgba(255, 255, 255, 0.3);
}
#main-menu.main-menu .container .page-header-extension div.submenu menu.submenu li.active a {
    color: #01778d;
}
body.is-desktop #main-menu.main-menu .container .page-header-extension div.submenu menu.submenu li a:hover {
    color: #01778d;
}
#main-menu.main-menu .container .row.about-menu .page-header-extension {
    padding: 48px 6.66666667%;
}
#main-menu.main-menu .container .row.about-menu .download-presentation {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .box {
    position: absolute;
    top: 50%;
    padding-left: 16px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 0;
    white-space: nowrap;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .icon {
    display: inline-block;
    vertical-align: top;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .icon img {
    width: 105px;
    height: auto;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .text {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding-top: 24px;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .text .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.43;
}
#main-menu.main-menu .container .row.about-menu .download-presentation .text .cap {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 2px;
    opacity: .5;
}
body.is-desktop #main-menu.main-menu .container .row.about-menu .download-presentation:hover {
    background-color: #01778d;
}
#main-menu.main-menu .main-menu-footer {
    height: 200px;
}
#main-menu.main-menu .main-menu-footer a.button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
#main-menu.main-menu .main-menu-footer .copyright {
    position: absolute;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    bottom: 48px;
}
#main-menu.main-menu.visible {
    top: 0;
    left: 0;
}
#main-menu.main-menu.opened {
    height: 100vh;
}
#main-menu.main-menu.opened ul.site-menu li, #main-menu.main-menu.opened div.section-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#main-menu.main-menu.opened .page-header-extension div.submenu menu.submenu li {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
ul.faces {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
    z-index: 20;
}
ul.faces li {
    width: 12.5%;
    cursor: pointer;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
ul.faces li img {
    width: 100%;
    height: auto;
}
.row.projects {
    z-index: 20;
}
.row.projects .projects-map {
    position: relative;
    width: 100%;
    height: 100%;
}
.row.projects .projects-map-box {
    overflow: hidden;
}
.row.projects .projects-map-box .slider, .row.projects .projects-map-box .projects-map {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.row.projects .projects-map-box.photo .projects-map {
    z-index: 1;
}
.row.projects .projects-map-box.photo .slider {
    z-index: 100;
    opacity: 1;
}
.row.projects .projects-map-box.map .projects-map {
    z-index: 100;
    opacity: 1;
}
.row.projects .projects-map-box.map .slider {
    z-index: 1;
}
.row.projects .projects-map-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 200;
}
.row.projects .projects-map-box.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.row.projects .col.col-75 {
    width: calc(75% + 1px);
}
.row.projects .col.col-25 {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    width: calc(25% - 1px);
}
.row.projects .project-data-box .project-data {
    padding: 48px 40px;
    overflow: hidden;
}
.row.projects .project-data-box .project-data .kv {
    margin-bottom: 24px;
}
.row.projects .project-data-box .project-data .kv:last-child {
    margin-bottom: 0;
}
.row.projects .project-data-box .project-data .key {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.4px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Metronic, sans-serif;
}
.row.projects .project-data-box .project-data .val {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    overflow: hidden;
}
.row.projects .project-data-box .project-data .val.coords {
    height: 4em;
}
.row.projects .project-data-box .project-data .val.client {
    height: 4em;
}
.row.projects .project-data-box .project-data .val.work-type {
    height: 7em;
}
.row.projects .project-data-box .project-data .val.coords:after, .row.projects .project-data-box .project-data .val.client:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.row.projects .project-data-box .project-data .shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
}
.row.projects .project-data-box .project-data .shader.animate {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.row.projects-controls {
    height: 110px;
    z-index: 20;
}
.row.projects-controls .arrs {
    font-size: 0;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.row.projects-controls .arrs .arr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 110px;
    cursor: pointer;
}
.row.projects-controls .arrs .arr svg {
    position: absolute;
    width: 24px;
    height: 24px;
    stroke: #333333;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.row.projects-controls .arrs .arr.arrl svg {
    right: 12px;
}
.row.projects-controls .arrs .arr.arrr svg {
    left: 12px;
}
ul.lines {
    z-index: 15;
}
ul.lines li {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.08);
    width: 1px;
    left: 0;
    -webkit-transition: height 2s ease;
    transition: height 2s ease;
}
ul.lines li:nth-child(2) {
    left: 25%;
}
ul.lines li:nth-child(3) {
    left: 50%;
}
ul.lines li:nth-child(4) {
    left: 75%;
}
ul.lines li:nth-child(5) {
    left: 100%;
}
ul.lines li.x {
    display: none;
}
ul.lines.light-c li {
    background-color: #efefef;
}
ul.lines.dark li {
    background-color: rgba(255, 255, 255, 0.08);
}
ul.lines.dark-c li {
    background-color: #434343;
}
ul.lines.js-sa li {
    height: 0%;
}
ul.lines.js-sa.atscroll li {
    height: 100%;
}
ul.row.qubes li img {
    width: 100%;
    height: auto;
}
.qubes-8 li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
    height: 95px;
}
.qubes-12 li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.3333%;
    height: 95px;
}
section.index-services .slider .slide-content .data-box:after, section.index-stories .slider .data-box:after, section.index-contacts .row .col.phone:after, section.index-contacts .row .col.address:after, section.news div.news-items .news-item .news-item-body:before, section.career-information .slider.career-slider .col.data-box:after, section.service-description .container .section-title-box:after, section.leadership-list .ceo-box .data-box:after, section.feedback .feedback-box .text-box:after, section.enter-group .row .text.with-after:after, .story-box:after {
    content: '';
    position: absolute;
    background-color: #01778d;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
ul.fold {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
}
ul.fold li {
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
ul.fold li:nth-child(1) {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
ul.fold li:nth-child(2) {
    left: 33.33%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
ul.fold li:nth-child(3) {
    left: 66.66%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
ul.fold.sa-remove li:nth-child(1), ul.fold.sa-remove li:nth-child(2), ul.fold.sa-remove li:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section .darkbox {
    background-color: #333333;
}
section .container {
    margin: 0 auto;
    width: calc(100% - 300px);
    max-width: 1130px;
    min-width: 896px;
}
section .container.dark {
    background-color: #333333;
}
section .container .cbg:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 19;
}
section .container .cbg-333:before {
    background-color: #333333;
}
section .container .cbg-fff:before {
    background-color: #ffffff;
}
section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
section .row > .col, section .row > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
}
section .row > .col.col-125, section .row > li.col-125 {
    width: 12.5%;
}
section .row > .col.col-33, section .row > li.col-33 {
    width: 33.33%;
}
section .row > .col.col-375, section .row > li.col-375 {
    width: 37.5%;
}
section .row > .col.col-50, section .row > li.col-50 {
    width: 50%;
}
section .row > .col.col-625, section .row > li.col-625 {
    width: 62.5%;
}
section .row > .col.col-66, section .row > li.col-66 {
    width: 66.33%;
}
section .row > .col.col-75, section .row > li.col-75 {
    width: 75%;
}
section .row > .col.col-875, section .row > li.col-875 {
    width: 87.5%;
}
section .row.bordered {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section .row.bordered > .col, section .row.bordered > li {
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section .row.bordered > .col:last-child, section .row.bordered > li:last-child {
    border-right: 0;
}
section .row.row-56 > .col, section .row.row-56 > li {
    height: 56px;
}
section .row.row-72 > .col, section .row.row-72 > li {
    height: 72px;
}
section .row.row-88 > .col, section .row.row-88 > li {
    height: 88px;
}
section .row.row-120 > .col, section .row.row-120 > li {
    height: 120px;
}
section .row.row-140 > .col, section .row.row-140 > li {
    height: 140px;
}
section .row.row-144 > .col, section .row.row-144 > li {
    height: 144px;
}
section .row.row-160 > .col, section .row.row-160 > li {
    height: 160px;
}
section .row.row-200 > .col, section .row.row-200 > li {
    height: 200px;
}
section .rov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}
section .rov .col-ex {
    height: 90%;
}
section .section-title {
    z-index: 20;
    color: #333333;
}
section .section-title h2, section .section-title .h2 {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
}
section .section-title h2.hidden, section .section-title .h2.hidden {
    visibility: hidden;
}
section .section-title .description {
    font-family: Metronic, sans-serif;
    line-height: 1.11;
    letter-spacing: -0.2px;
    font-size: 38px;
}
section .section-title h2 + .description {
    margin-top: 32px;
}
section .section-title .h2 + p {
    margin-top: 2em;
}
section .section-title span.green {
    color: #01778d;
}
section .section-title p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
}
/*section .section-title.js-sa h2, section .section-title.js-sa .description, section .section-title.js-sa p {



  -webkit-transform: translate3d(0, 50px, 0);



          transform: translate3d(0, 50px, 0);



  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;



  transition: opacity .5s ease, -webkit-transform .5s ease;



  transition: transform .5s ease, opacity .5s ease;



  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;



  opacity: 0;



}*/
section .section-title.js-sa .description {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section .section-title.js-sa p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
section .section-title.js-sa.atscroll h2, section .section-title.js-sa.atscroll .description, section .section-title.js-sa.atscroll p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
section.dark {
    background-color: #333333;
}
section.dark .section-title .description, section.dark .section-title p {
    color: #fff;
}
section.dark .row.bordered {
    border-color: rgba(255, 255, 255, 0.08);
}
section.dark .row.bordered > .col, section.dark .row.bordered > li {
    border-color: rgba(255, 255, 255, 0.08);
}
section.pt {
    padding-top: 110px;
}
section.h100 {
    height: 100vh;
}
section.error .container {
    padding-top: 110px;
    height: 100vh;
}
section.error .container ul.row.after-head, section.error .container ul.row.before-head {
    height: calc(24.7%);
}
section.error .container .row.head {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    height: calc(50% - 80px);
}
section.error .container .row.head .section-title-box {
    padding: 0 56px;
}
section.error .container .row.head .section-title {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.error .container .row.head .error-code-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
section.error .container .row.head .error-code-box .code {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -0.6px;
    font-size: 70px;
}
section.error .container .row.head .error-code-box .err {
    margin-top: 16px;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.page-footer {
    background-color: #333333;
}
section.page-footer .page-header-extension {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}
section.page-footer .page-header-extension .overflow-box {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.page-footer .page-header-extension div.submenu {
    padding: 48px 5%;
}
section.page-footer .page-header-extension div.submenu menu.submenu {
    position: relative;
    display: block;
    font-size: 0;
    z-index: 20;
}
section.page-footer .page-header-extension div.submenu menu.submenu li {
    display: inline-block;
    vertical-align: top;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
    margin-right: 32px;
    color: white;
    white-space: nowrap;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
}
section.page-footer .page-header-extension div.submenu menu.submenu li a {
    color: white;
}
section.page-footer .page-header-extension div.submenu menu.submenu li.active, section.page-footer .page-header-extension div.submenu menu.submenu li.active a {
    color: #01778d;
}
body.is-desktop section.page-footer .page-header-extension div.submenu menu.submenu li a:hover {
    color: #01778d;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(5) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(6) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}
section.page-footer .page-header-extension div.submenu menu.submenu li:nth-child(7) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
section.page-footer .page-header-extension.active div.submenu menu.submenu li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
section.page-footer .footer-button {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.page-footer .footer-button .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 20;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.page-footer .footer-button .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-top: 56px;
    padding-bottom: 64px;
    padding-right: 64px;
    z-index: 21;
    color: #fff;
}
section.page-footer .footer-button .text .title {
    font-family: Metronic, sans-serif;
    line-height: 1.11;
    letter-spacing: -0.2px;
    font-size: 38px;
    z-index: 20;
}
section.page-footer .footer-button .text p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
    z-index: 20;
}
section.page-footer .footer-button.service .text .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.page-footer .footer-button .arrow {
    z-index: 21;
    border-left: 1px rgba(255, 255, 255, 0.08) solid;
}
section.page-footer .footer-button .arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 60px;
    height: auto;
    stroke: #fff;
}
body.is-desktop section.page-footer .footer-button .row:hover .bg {
    opacity: 1;
}
section.page-footer .container {
    font-size: 0;
}
section.page-footer .column {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 500px;
    padding-top: 62px;
    z-index: 20;
}
section.page-footer .column:last-child {
    border-right: 0;
}
section.page-footer .column.logo {
    padding-bottom: 48px;
    padding-left: 3.6%;
}
section.page-footer .column.logo img {
    width: 75%;
    height: auto;
    max-width: 220px;
}
section.page-footer .column.logo .copyrights {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
section.page-footer .column.logo .copy {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    padding: 145px 10%;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.page-footer .column.logo .design-and-development {
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    padding: 40px 14.3%;
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
}
section.page-footer .column.logo .design-and-development a {
    color: #01778d;
}
section.page-footer .column.column-menu {
    padding-left: 3.6%;
    padding-right: 3.6%;
}
section.page-footer .column.column-menu menu li {
    margin-bottom: 18px;
    font-family: "Arial", "微软雅黑";
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
    color: #ffffff;
}
section.page-footer .column.column-menu menu li a {
    text-decoration: none;
    color: #ffffff;
}
section.page-footer .column.column-menu menu li.active, section.page-footer .column.column-menu menu li.active a {
    color: #01778d;
}
section.page-footer .column.column-menu menu li.tit {
    color: #01778d;
    font-size: 16px;
    padding-bottom: 10px;
}
body.is-desktop section.page-footer .column.column-menu menu li a:hover {
    color: #01778d;
}
section.page-footer .column.column-menu menu.social a {
    color: #01778d;
}
body.is-desktop section.page-footer .column.column-menu menu.social a:hover {
    color: #ffffff;
}
section.page-footer .column.column-menu .contact {
    padding: 0 14.3%;
    color: #fff;
    margin-top: 24px;
}
section.page-footer .column.column-menu .contact:first-child {
    margin-top: 0;
}
section.page-footer .column.column-menu .contact .num, section.page-footer .column.column-menu .contact a {
    display: block;
    font-family: Metronic, sans-serif;
    line-height: 1.13;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}
section.page-footer .column.column-menu .contact .num p {
    margin-bottom: 10px;
}
section.page-footer .column.column-menu .contact .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.page-footer .column a.tender, section.page-footer .column a.connect {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 72px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.3);
}
body.is-desktop section.page-footer .column a.tender:hover, body.is-desktop section.page-footer .column a.connect:hover {
    color: white;
}
section.page-footer .column.contacts-column {
    padding: 0;
}
section.page-footer .column.contacts-column .download-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
body.is-desktop section.page-footer .column.contacts-column .download-icon:hover {
    background-color: #01778d;
}
section.page-footer .column.contacts-column .contacts-box {
    padding-top: 62px;
}
section.page-footer .column.contacts-column .contacts-box .contacts {
    /*position: absolute;*/
    top: 50%;
    /*-webkit-transform: translate3d(0, -50%, 0);



          transform: translate3d(0, -50%, 0);*/
}
section.page-footer .column.contacts-column .contacts-box .contacts .contacts-tit {
    color: #01778d;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-family: "Arial", "微软雅黑";
    font-weight: 600;
    line-height: 1.75;
    padding: 0 14.3%;
}
.select {
    font-size: 16px;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    cursor: pointer;
    z-index: 21;
}
.select .select-val {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.75;
    line-height: 78px;
    height: 80px;
    padding: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 80px);
}
.select .arrow {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: #fff;
}
.select .arrow svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #262626;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
body.is-desktop .select:hover .arrow {
    background-color: #fafafa;
}
.select .options {
    top: 1px;
    width: calc(100% + 1px);
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 22;
}
.select ul.select-list {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    height: 300px;
}
.select ul.select-list li {
    list-style-type: none;
    padding: 20px 32px 20px 32px;
    cursor: pointer;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-size: 16px;
    line-height: 1.75;
    line-height: 1.19;
}
.select ul.select-list li:last-child {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
body.is-desktop .select ul.select-list li:hover {
    color: #01778d;
}
.select.disabled .arrow {
    display: none;
}
.select.open {
    z-index: 100;
}
.select.open .options {
    height: auto;
}
.select.open .select-val {
    background-color: #fafafa;
}
body.is-desktop .select.open .select-val:hover {
    background-color: #fafafa;
}
.select.open .arrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
menu.floating-menu {
    padding-top: 92px;
    padding-bottom: 92px;
    z-index: 20;
}
menu.floating-menu.fixed {
    position: fixed;
    top: 110px;
}
menu.floating-menu li {
    padding-left: 48px;
    padding-right: 24px;
    margin-bottom: 22px;
}
menu.floating-menu li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 30px;
    height: 4px;
    background-color: #f2f2f2;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
menu.floating-menu li span {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.43;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}
menu.floating-menu li.active:before {
    background-color: #01778d;
}
menu.floating-menu li.active span {
    color: #01778d;
}
body.is-desktop menu.floating-menu li:hover:before {
    background-color: #01778d;
}
body.is-desktop menu.floating-menu li:hover span {
    color: #01778d;
}
.download-icon {
    position: absolute;
    display: block;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.download-icon .box {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.download-icon img {
    display: block;
    height: auto;
    margin: 0 auto;
}
.download-icon .cap {
    margin-top: 1em;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    color: #262626;
}
.download-icon .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    color: #262626;
    opacity: .5;
}
.download-icon .cap, .download-icon .desc {
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.download-icon.white .cap, .download-icon.white .desc {
    color: #ffffff;
}
body.is-desktop .download-icon.on-white:hover {
    background-color: #00778d;
}
body.is-desktop .download-icon.on-white:hover .cap, body.is-desktop .download-icon.on-white:hover .desc {
    color: #ffffff;
}
.dial-number-box {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: Metronic, sans-serif;
    z-index: 25;
    font-size: 0;
}
.dial-number-box .cells .cell {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 120px;
    margin-left: -5px;
    line-height: 0.81em;
    width: 0.68em;
    font-family: Metronic, sans-serif;
    font-weight: bold;
    height: 0.81em;
    overflow: hidden;
}
.dial-number-box .cells .cell:nth-child(1), .dial-number-box .cells .cell:nth-child(4), .dial-number-box .cells .cell:nth-child(7) {
    margin-right: 20px;
}
.dial-number-box .cells .cell ul {
    position: absolute;
    top: 0;
    left: 0;
}
.dial-number-box .cells span.rub {
    display: inline-block;
    vertical-align: top;
    top: -28px;
    padding-left: 16px;
    font-size: 120px;
    font-weight: bold;
}
section.index-first-screen {
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    background-color: #333333;
    overflow: hidden;
}
section.index-first-screen .container {
    height: 100%;
}
section.index-first-screen .container ul.lines.dark li:nth-child(2), section.index-first-screen .container ul.lines.dark li:nth-child(3) {
    height: 30.75%;
}
section.index-first-screen .container ul.lines.dark li:nth-child(6) {
    left: 25%;
}
section.index-first-screen .container ul.lines.dark li:nth-child(7) {
    left: 50%;
}
section.index-first-screen .container ul.lines.dark li:nth-child(6), section.index-first-screen .container ul.lines.dark li:nth-child(7) {
    height: 32%;
    top: auto;
    bottom: 0;
}
section.index-first-screen .row {
    height: 100%;
    z-index: 21;
}
section.index-first-screen .col-75 {
    color: #fff;
}
section.index-first-screen .col-75 h1 {
    font-size: 72px;
    line-height: 1em;
    font-family: Metronic, sans-serif;
    font-weight: normal;
}
section.index-first-screen .col-75 p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
}
section.index-first-screen .col-75 .vam-box {
    position: absolute;
    top: calc(100% * .3075);
    height: calc(100% * .3725);
    width: 100%;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
    z-index: 10;
}
section.index-first-screen .col-75 .vam {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 6.66666667%;
    width: 75%;
}
section.index-first-screen .col-75 .vam h1, section.index-first-screen .col-75 .vam p {
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .6s ease;
    transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
}
section.index-first-screen .col-75 .vam.active h1, section.index-first-screen .col-75 .vam.active p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
section.index-first-screen .col-75 .vam.active.inactive h1, section.index-first-screen .col-75 .vam.active.inactive p {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
}
section.index-first-screen .col-75 .row.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 96px;
}
section.index-first-screen .col-25 {
    height: 100%;
}
section.index-first-screen .col-25 .video {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% * .3075);
    height: calc(100% * .3725);
    z-index: 20;
}
section.index-first-screen .col-25 .video .bgv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.index-first-screen .col-25 .video .video-play-with-description {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity .5s ease .1s, -webkit-transform .5s ease .1s;
    transition: opacity .5s ease .1s, -webkit-transform .5s ease .1s;
    transition: transform .5s ease .1s, opacity .5s ease .1s;
    transition: transform .5s ease .1s, opacity .5s ease .1s, -webkit-transform .5s ease .1s;
}
section.index-first-screen div.controls {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    background-color: #fff;
    width: 37.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.index-first-screen div.controls .position-dots {
    padding: 33px 56px;
    width: 67%;
}
section.index-first-screen div.controls .arrs {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
/*section.index-first-screen.sa-remove .col-75 .vam-box .vam {



  -webkit-transform: translate3d(0, 50px, 0);



          transform: translate3d(0, 50px, 0);



  opacity: 0;



}







section.index-first-screen.sa-remove .col-25 .video .bgv {



  -webkit-transform: translate3d(0, 50px, 0);



          transform: translate3d(0, 50px, 0);



  opacity: 0;



}







section.index-first-screen.sa-remove .col-25 .video .video-play-with-description {



  -webkit-transform: translate3d(0, calc(100% + 50px), 0);



          transform: translate3d(0, calc(100% + 50px), 0);



  opacity: 0;



}







section.index-first-screen.sa-remove div.controls {



  -webkit-transform: translate3d(0, 100%, 0);



          transform: translate3d(0, 100%, 0);



  opacity: 0;



}*/
section.index-news {
    z-index: 20;
}
section.index-news .container {
    z-index: 20;
}
section.index-news .slider {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 21;
}
section.index-news .slider .stage {
    position: relative;
    width: 100%;
    height: auto;
}
section.index-news .news-item {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
body.is-desktop section.index-news .news-item:hover {
    background-color: #3D3D3D;
}
section.index-news .news-head {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
    z-index: 20;
}
section.index-news .news-head .news-head-title {
    height: 150px;
}
section.index-news .news-head .news-head-title h3 {
    position: absolute;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 18px;
    left: 5.3%;
    bottom: 20%;
    color: #01778d;
    z-index: 20;
}
section.index-news .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    z-index: 20;
}
section.index-news .news-items .news-item {
    display: block;
    width: 25%;
}
section.index-news .news-items .news-item .news-item-head {
    padding: 40px 10.7%;
    font-family: Metronic, sans-serif;
}
section.index-news .news-items .news-item .news-item-head .day {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    color: #fff;
}
section.index-news .news-items .news-item .news-item-head .month-year {
    margin-top: 16px;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
section.index-news .news-items .news-item .news-item-head .month-year span {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}
section.index-news .news-items .news-item .news-item-body {
    padding: 40px 10.7% 110px 10.7%;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-news .news-items .news-item .news-item-body .news-item-title {
    white-space: normal;
    font-size: 14px;
    line-height: 1.57;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 600;
    color: #fff;
}
section.index-news .news-items .news-item:before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: 30px;
    height: 4px;
    background-color: #01778d;
    border-radius: 1px;
}
section.index-news .row.news-controls {
    height: 110px;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    z-index: 20;
}
section.index-news .row.news-controls .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: 22;
    border-right: 1px rgba(255, 255, 255, 0.08) solid;
    cursor: pointer;
}
section.index-news .row.news-controls .icon img {
    position: absolute;
    top: 35px;
    left: 36px;
    width: 38px;
    height: 40px;
}
section.index-news .row.news-controls .cap {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 110px;
    height: 110px;
    color: #fff;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 110px;
    z-index: 22;
    cursor: pointer;
}
section.index-news .row.news-controls .news-subscription-btn {
    overflow: hidden;
}
section.index-news .row.news-controls .news-subscription-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 21;
}
section.index-news .row.news-controls .news-subscription-btn .cap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    padding-left: 110px;
    line-height: 110px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
}
section.index-news .row.news-controls .news-subscription-btn .cap span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.index-news .row.news-controls .news-subscription-btn .cap span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop section.index-news .row.news-controls .news-subscription-btn:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop section.index-news .row.news-controls .news-subscription-btn:hover .cap span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
body.is-desktop section.index-news .row.news-controls .news-subscription-btn:hover .cap span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
section.index-news .row.news-controls .arrs {
    border-left: 1px rgba(255, 255, 255, 0.08) solid;
    height: 110px;
}
section.index-news .row.news-controls .arrs .arr {
    height: 110px;
}
section.index-services-map .section-title {
    padding-top: 120px;
    z-index: 20;
}
section.index-services-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}
section.index-services-map .map img.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.index-services-map .map .marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 3;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.index-services-map .map .marker .bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-radius: 50%;
}
section.index-services-map .map .marker.pulse .bg {
    -webkit-animation: marker_pulse 2s ease infinite;
    animation: marker_pulse 2s ease infinite;
}
section.index-services-map .map .marker .circle {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 28px;
    height: 28px;
    border: 2px rgba(51, 51, 51, 0.1) solid;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    border-radius: 50%;
}
section.index-services-map .map .marker .dot {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 6px;
    height: 6px;
    background-color: #333333;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-radius: 50%;
}
section.index-services-map .map .marker.opened .bg {
    background-color: #01778d;
}
section.index-services-map .map .marker.opened .circle {
    border-color: rgba(255, 255, 255, 0.2);
}
section.index-services-map .map .marker.opened .dot {
    background-color: #fff;
}
body.is-desktop section.index-services-map .map .marker {
    cursor: pointer;
}
body.is-desktop section.index-services-map .map .marker:hover .bg {
    background-color: #01778d;
}
body.is-desktop section.index-services-map .map .marker:hover .circle {
    border-color: rgba(255, 255, 255, 0.2);
}
body.is-desktop section.index-services-map .map .marker:hover .dot {
    background-color: #fff;
}
section.index-services-map .map .popup {
    position: absolute;
    width: 300px;
    background-color: #fff;
    border: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 4;
    display: none;
}
section.index-services-map .map .popup:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
}
section.index-services-map .map .popup.pinned-top {
    -webkit-transform: translate3d(calc(-50%), 40px, 0);
    transform: translate3d(calc(-50%), 40px, 0);
}
section.index-services-map .map .popup.pinned-top:after {
    top: 0;
    left: 50%;
    -webkit-transform: rotate(-45deg) translate3d(0px, -11px, 0);
    transform: rotate(-45deg) translate3d(0px, -11px, 0);
}
section.index-services-map .map .popup.pinned-bottom {
    -webkit-transform: translate3d(calc(-50%), calc(-100% - 40px), 0);
    transform: translate3d(calc(-50%), calc(-100% - 40px), 0);
}
section.index-services-map .map .popup.pinned-bottom:after {
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg) translate3d(0px, 11px, 0);
    transform: rotate(45deg) translate3d(0px, 11px, 0);
}
section.index-services-map .map .popup .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 60px;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services-map .map .popup .header .num {
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 60px;
}
section.index-services-map .map .popup .header .title {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
    height: 60px;
    line-height: 60px;
    padding-left: 32px;
}
section.index-services-map .map .popup .body {
    font-size: 14px;
    line-height: 1.57;
    font-weight: bold;
    padding: 32px 32px 40px 32px;
}
section.index-services-map .map .popup .footer {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 20px 32px;
    font-size: 14px;
}
section.index-services-map .map .popup .footer img {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: auto;
    margin-right: 32px;
}
section.index-services-map .map .popup .footer img:last-child {
    margin-right: 0;
}
@-webkit-keyframes marker_pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes marker_pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
section.index-map {
    height: calc(100vh - 110px);
    background-image: url(/assets/desktop/images/index-map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.index-services-2 .section-title {
    padding-top: 127px;
    padding-bottom: 106px;
}
section.index-services-2 .col.col-image img.services-image {
    margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: 21;
}
section.index-services-2 .col.col-image .services-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    padding-left: 32px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .7;
    z-index: 21;
}
section.index-services-2 .row.services-list {
    z-index: 20;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services-2 .row.services-list .service {
    padding: 40px 32px;
    height: 250px;
    overflow: hidden;
    display: block;
    width: 25%;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services-2 .row.services-list .service .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
}
section.index-services-2 .row.services-list .service .title {
    font-family: Metronic, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 600;
    color: #333333;
    z-index: 3;
}
section.index-services-2 .row.services-list .service .shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 2;
}
section.index-services-2 .row.services-list .service .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services-2 .row.services-list .service .icon {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 3;
    opacity: 1;
    z-index: 1;
}
section.index-services-2 .row.services-list .service.mouseenter .bg, section.index-services-2 .row.services-list .service.mouseenter .shader {
    -webkit-transition: opacity .5s ease .2s;
    transition: opacity .5s ease .2s;
    opacity: 1;
}
section.index-services-2 .row.services-list .service.mouseenter .num, section.index-services-2 .row.services-list .service.mouseenter .title {
    -webkit-transition: color .75s ease;
    transition: color .75s ease;
    color: #ffffff;
}
section.index-services-2 .row.services-list .service.mouseenter .icon {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
}
section.index-services-2 .row.services-list .service.mouseleave .bg, section.index-services-2 .row.services-list .service.mouseleave .shader {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
}
section.index-services-2 .row.services-list .service.mouseleave .num, section.index-services-2 .row.services-list .service.mouseleave .title {
    -webkit-transition: color .75s ease;
    transition: color .75s ease;
    color: #333333;
}
section.index-services-2 .row.services-list .service.mouseleave .icon {
    -webkit-transition: opacity .5s ease .25s;
    transition: opacity .5s ease .25s;
    opacity: 1;
}
section.index-services-2 .row.services-list .service.service-empty {
    padding: 0;
}
section.index-services-2 .row.services-list .service.service-empty:before, section.index-services-2 .row.services-list .service.service-empty:after {
    display: none;
}
section.index-services .section-title {
    padding-top: 40px;
}
section.index-services .controls {
    margin-top: 80px;
    z-index: 20;
}
section.index-services .controls menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services .controls menu li {
    text-align: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    z-index: 20;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services .controls menu li:nth-child(1) {
    width: 12.5%;
}
section.index-services .controls menu li:nth-child(2) {
    width: 25%;
}
section.index-services .controls menu li:nth-child(3) {
    width: 37.5%;
}
section.index-services .controls menu li:nth-child(4) {
    width: 25%;
    border-right: 0;
}
section.index-services .controls menu li span {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 72px;
    color: #333333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal;
    z-index: 20;
}
section.index-services .controls menu li.active {
    background-color: #01778d;
}
section.index-services .controls menu li.active:before {
    background-color: #01778d;
}
section.index-services .controls menu li.active span {
    color: #ffffff;
}
body.is-desktop section.index-services .controls menu li:hover {
    background-color: #01778d;
}
body.is-desktop section.index-services .controls menu li:hover:before {
    background-color: #01778d;
}
body.is-desktop section.index-services .controls menu li:hover span {
    color: #ffffff;
}
section.index-services .slider {
    z-index: 20;
}
section.index-services .slider .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-services .slider .slide-content .data-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 73px 5% 107px 5%;
}
section.index-services .slider .slide-content .data-box:after {
    bottom: 56px;
    z-index: 20;
}
section.index-services .slider .slide-content .data-box .service-title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
    color: #333333;
    z-index: 20;
}
section.index-services .slider .slide-content .data-box .service-description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    font-weight: OpenSans, sans-serif;
    z-index: 20;
}
section.index-services .slider .slide-content .data-box ul.numbers {
    margin-top: 32px;
    z-index: 20;
}
section.index-services .slider .slide-content .data-box ul.numbers li {
    margin-bottom: 24px;
}
section.index-services .slider .slide-content .data-box ul.numbers li:last-child {
    margin-bottom: 0;
}
section.index-services .slider .slide-content .data-box ul.numbers li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    color: #01778d;
}
section.index-services .slider .slide-content .data-box ul.numbers li .cap {
    font-size: 14px;
    line-height: 1.57;
    color: #333333;
}
section.index-services .slider .slide-content .image-box {
    width: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
section.index-services .slider .slide-content .image-box .img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 70%;
    height: 70%;
    z-index: 20;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.index-park {
    overflow: hidden;
}
section.index-park #park-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
section.index-park .equipment-cars {
    -webkit-transform: translate3d(0, calc(-100vh / 8), 0);
    transform: translate3d(0, calc(-100vh / 8), 0);
}
section.index-park .park-numbers {
    position: absolute;
    top: 500px;
    left: 650px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    white-space: nowrap;
}
section.index-park .park-numbers li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20%;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.index-park .park-numbers li {
    margin-right: 64px;
}
@media screen and (min-width: 1280px) {
    section.index-park .park-numbers li {
        margin-right: calc(64px + 8 * ((100vw - 1280px) / 160));
    }
}
@media screen and (min-width: 1440px) {
    section.index-park .park-numbers li {
        margin-right: 72px;
    }
}
section.index-park .park-numbers li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -0.6px;
    font-size: 70px;
}
section.index-park .park-numbers li .cap {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
section.index-park .park-numbers li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.index-park .park-numbers.sa-remove li {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
}
section.index-park .park-equipment-box {
    text-align: center;
}
section.index-park .park-equipment {
    display: inline-block;
    padding: 125px 0 65px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.index-park .park-equipment li {
    margin-bottom: 78px;
    color: #fff;
    text-align: left;
}
section.index-park .park-equipment li:last-child {
    margin-bottom: 22px;
}
section.index-park .park-equipment li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.76;
    letter-spacing: -0.6px;
    font-size: 90px;
}
section.index-park .park-equipment li .cap {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.57;
}
section.index-park .park-equipment li .num, section.index-park .park-equipment li .cap {
    -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease;
    transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease;
}
section.index-park .park-equipment li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.index-park .park-equipment li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
section.index-park .slide.sa-remove .park-equipment li .num, section.index-park .slide.sa-remove .park-equipment li .cap {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.index-park .park-interactive {
    background-color: #01778d;
}
section.index-park ul.park-highlights {
    font-size: 0;
    white-space: nowrap;
}
section.index-park ul.park-highlights li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 64px 5%;
    color: #fff;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-park ul.park-highlights li:last-child {
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-park ul.park-highlights li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.index-park ul.park-highlights li .cap {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.57;
}
section.index-park ul.park-highlights li .num, section.index-park ul.park-highlights li .cap {
    -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease;
    transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease;
}
section.index-park ul.park-highlights.sa-remove li .num, section.index-park ul.park-highlights.sa-remove li .cap {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.static-slice-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
}
.static-slice-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
}
.static-slice-slider .slide.visible {
    visibility: visible;
    z-index: 2;
}
.static-slice-slider .slide.active {
    visibility: visible;
    z-index: 5;
}
.static-slice-slider .slide .slice {
    background-repeat: no-repeat;
}
.static-slice-slider .slide .slice.animated {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
section.index-stories .section-title {
    padding-top: 144px;
    padding-bottom: 80px;
}
section.index-stories .row {
    z-index: 20;
}
section.index-stories .btop {
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .row.qubes-12 li {
    height: 95px;
    border-right: 1px rgba(255, 255, 255, 0.08) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .row.qubes-12 li:nth-child(3), section.index-stories .row.qubes-12 li:nth-child(9), section.index-stories .row.qubes-12 li:nth-child(9), section.index-stories .row.qubes-12 li:nth-child(12) {
    border-right: 0;
}
section.index-stories ul.more-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
section.index-stories ul.more-stories li:nth-child(1) {
    height: calc(100% - 80px);
}
section.index-stories ul.more-stories li:nth-child(2) {
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    height: 80px;
}
section.index-stories .static-slice-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 42.5%;
    height: 100%;
}
section.index-stories .static-slice-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.index-stories .static-slice-slider .static-slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.index-stories .slider {
    position: relative;
    float: right;
    z-index: 20;
    background-color: #fff;
    width: 57.5%;
    height: 500px;
}
section.index-stories .slider .data-box {
    padding: 80px 80px 80px 56px;
}
section.index-stories .slider .data-box .name {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.index-stories .slider .data-box .position {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(51, 51, 51, 0.5);
}
section.index-stories .slider .data-box .description {
    margin-top: 56px;
    padding-bottom: 70px;
    font-size: 16px;
    line-height: 1.75;
}
section.index-stories .slider .data-box:after {
    bottom: 80px;
}
section.index-stories div.photos {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.index-stories div.photos div.vs-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.index-stories div.photos div.slide {
    width: 100%;
    height: 25%;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.index-stories .row.row-controls .col-25 {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .controls .position-dots, section.index-stories .controls .arrs {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .controls .arrs {
    border-left: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .row.row-stat .col.col-25 {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stories .col.stat {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
    padding: 56px 5%;
    color: #fff;
}
section.index-stories .col.stat .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    z-index: 20;
}
section.index-stories .col.stat .cap {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
    z-index: 20;
}
section.index-clients .row.above {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}
section.index-clients .row.above li {
    width: 25%;
    height: 144px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-clients .row.above li:nth-child(1) {
    border-left: 0;
}
section.index-clients .row.above li:nth-child(2) {
    width: 12.5%;
}
section.index-clients ul.clients li {
    height: 223px;
}
section.index-clients .slider {
    z-index: 21;
    position: relative;
    height: 502px;
}
section.index-clients .col.col-number {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-clients .col.col-arrs {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-clients .col.col-arrs .col-arrs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}
section.index-clients .col.col-arrs .col-arrs-box .diagonal {
    height: calc(100% - 110px);
}
section.index-clients .col.col-arrs .col-arrs-box .arrs {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    width: 100%;
    height: 110px;
}
section.index-clients .col.col-arrs .col-arrs-box .arrs .arr {
    height: 110px;
}
section.index-clients .number-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 0;
    white-space: nowrap;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.index-clients .number-box .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.76;
    letter-spacing: -0.6px;
    font-size: 90px;
    padding-left: 26px;
}
section.index-clients .number-box .num .num-pre {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 7px, 0) rotate(-90deg);
    transform: translate3d(0, 7px, 0) rotate(-90deg);
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.index-clients .number-box .cap {
    padding-left: 26px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.index-clients .number-box.sa-remove {
    -webkit-transform: translate3d(0, calc(-50% + 20px), 0);
    transform: translate3d(0, calc(-50% + 20px), 0);
    opacity: 0;
}
section.index-clients .controls {
    position: absolute;
    bottom: 28px;
    left: 56px;
    z-index: 30;
}
@media (min-width: 1280px) {
    section.index-clients .controls {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        left: auto;
        bottom: 45%;
        right: 56px;
    }
}
section.index-clients .col-375 {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.index-clients .section-title {
    padding-top: 25px;
    padding-bottom: 80px;
}
section.index-projects .container .section-title {
    padding-top: 162px;
    padding-bottom: 72px;
}
section.index-stats .section-title {
    padding-top: 0px;
    padding-left: 10%;
}
section.index-stats .video-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
section.index-stats .video-box:after {
    background-color: #333333;
}
section.index-stats .lines.dark.lines-1 li:nth-child(2), section.index-stats .lines.dark.lines-1 li:nth-child(4) {
    display: none;
}
section.index-stats .row.qubes-8 {
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stats .row.qubes-8 li {
    height: 144px;
}
section.index-stats .controls {
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}
section.index-stats .slider.stats-graphs .stats-column {
    color: #fff;
}
section.index-stats .slider.stats-graphs .stats-column .number-box {
    padding: 88px 10% 36px 10%;
}
section.index-stats .slider.stats-graphs .stats-column .number-box div:nth-child(1) {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
}
section.index-stats .slider.stats-graphs .stats-column .number-box div a {
    color: #01778d;
}
section.index-stats .slider.stats-graphs .stats-column .number-box div:nth-child(2) {
    margin-top: 32px;
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.index-stats .slider.stats-graphs .stats-column .number-box div:nth-child(3) {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box {
    padding: 0 10% 72px 10%;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item {
    position: relative;
    width: 100%;
    height: 56px;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 0;
    font-family: Metronic, sans-serif;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 2px solid #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .title:hover {
    border-bottom: 2px solid #01778d;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .title a {
    color: #fff;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .value {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 0 0 0;
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.08);
}
section.index-stats .slider.stats-graphs .stats-column .stats-box .item .line .inline {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #01778d;
}
.js-cc {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.index-contacts .map-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
section.index-contacts .map-box .box {
    position: absolute;
    height: 100%;
}
section.index-contacts .map-box .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.index-contacts .map-box .map.active {
    opacity: 1;
    z-index: 5;
}
section.index-contacts .map-box .close-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background-color: #fff;
    cursor: pointer;
    border: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 0;
    z-index: 10;
}
section.index-contacts .map-box .close-map svg {
    position: absolute;
    top: 43px;
    left: 43px;
    width: 24px;
    height: 24px;
    fill: #262626;
}
section.index-contacts .row .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.index-contacts .row .col:last-child {
    border-right: 0;
}
section.index-contacts .row .col.dl {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    background-color: #01778d;
    z-index: 20;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
body.is-desktop section.index-contacts .row .col.dl:hover {
    background-color: #00778d;
}
section.index-contacts .row .col.section-title {
    padding-top: 40px;
    padding-left: 5%;
    padding-bottom: 100px;
}
section.index-contacts .row .col.section-title > * {
    z-index: 20;
}
section.index-contacts .row .col.phone, section.index-contacts .row .col.address {
    padding: 48px 5% 30px 5%;
}
section.index-contacts .row .col.phone .cap, section.index-contacts .row .col.address .cap {
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
    z-index: 20;
}
section.index-contacts .row .col.phone .num, section.index-contacts .row .col.address .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 30px;
    margin: 18px 0;
    z-index: 20;
    white-space: nowrap;
}
section.index-contacts .row .col.phone .num a, section.index-contacts .row .col.address .num a {
    color: #333333;
    text-decoration: none;
    font-family: Metronic, sans-serif;
}
section.index-contacts .row .col.phone .address, section.index-contacts .row .col.address .address {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    z-index: 20;
}
section.index-contacts .row .col .email {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    z-index: 20;
}
section.index-contacts .row .col.phone:after, section.index-contacts .row .col.address:after {
    /*bottom: 48px;



  z-index: 20;*/
}
section.index-contacts .row .col.address {
    padding: 48px calc(100px + 5%) 30px 5%;
}
section.index-contacts .row .col.address .map-links {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    z-index: 20;
}
section.index-contacts .row .col.address .map-links li {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    cursor: pointer;
    width: 100%;
    height: 50%;
}
section.index-contacts .row .col.address .map-links li img {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.index-contacts .row .col.address .map-links li:last-child {
    border-bottom: 0;
}
section.index-contacts .row .col.address .map-links li img.normal {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.index-contacts .row .col.address .map-links li img.active {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.index-contacts .row .col.address .map-links li.active img.normal {
    opacity: 0;
}
section.index-contacts .row .col.address .map-links li.active img.active {
    opacity: 1;
}
body.is-desktop section.index-contacts .row .col.address .map-links li:hover img.normal {
    opacity: 0;
}
body.is-desktop section.index-contacts .row .col.address .map-links li:hover img.active {
    opacity: 1;
}
section.index-contacts .row .col.address .map-links li.yandex-maps.active {
    background-color: #ff3333;
}
body.is-desktop section.index-contacts .row .col.address .map-links li.yandex-maps:hover {
    background-color: #ff3333;
}
section.index-contacts .row .col.address .map-links li.google-maps.active {
    background-color: #3e7bf1;
}
body.is-desktop section.index-contacts .row .col.address .map-links li.google-maps:hover {
    background-color: #3e7bf1;
}
section.about-header {
    height: 100vh;
    background-color: #333333;
    background-size: cover;
    background-position: center center;
}
section.about-header .container {
    padding-top: 110px;
    height: 100%;
}
section.about-header .section-title {
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    padding-left: 10%;
    color: #fff;
}
section.about-header .section-title .description {
    margin-top: 0;
}
section.about-header ul.numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
section.about-header ul.numbers li {
    width: 33.33%;
    color: #fff;
    height: 96px;
    padding-top: 27px;
    text-align: center;
    white-space: nowrap;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.about-header ul.technology_nav li {
    width: 25%;
}
section.about-header ul.numbers li a {
    color: #fff;
    position: relative;
    z-index: 999;
}
section.about-header ul.numbers li .num {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 20px;
}
section.about-header ul.numbers li .cap {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
section.about-video .row {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.about-video .section-title-box {
    padding: 88px 5%;
}
section.about-video .video-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
section.about-video .video-box.mission-video {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
}
section.about-video .col-left .video-box .video-play-with-description {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
section.about-video .col-right .video-box .video-play-with-description {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
section.about-numbers .image-1 {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.about-numbers .image-1 img {
    width: 100%;
    height: auto;
}
section.about-numbers .rov.rov-2 .line.line-1 {
    height: 25%;
}
section.about-numbers .rov.rov-2 .line.line-1 .row {
    height: 100%;
}
section.about-numbers .rov.rov-2 .line.line-2 {
    height: 75%;
}
section.about-numbers .number-box {
    background-color: #333333;
    color: #fff;
}
section.about-numbers .number-box .number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
}
section.about-numbers .number-box .number .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.about-numbers .number-box .number .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.about-numbers .numbers-date-box .asterisk {
    position: absolute;
    top: 56px;
    left: 40px;
    font-size: 100px;
    line-height: 1em;
    font-family: Metronic, sans-serif;
    font-weight: bold;
}
section.about-numbers .numbers-date-box .caption {
    position: absolute;
    bottom: 54px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.about-stats .numbers-box {
    color: #fff;
    background-color: #01778d;
}
section.about-stats ul.numbers {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    padding: 0 10%;
    white-space: nowrap;
}
section.about-stats ul.numbers li {
    margin-bottom: 64px;
}
section.about-stats ul.numbers li:last-child {
    margin-bottom: 0;
}
section.about-stats ul.numbers li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.about-stats ul.numbers li .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.about-stats .section-title {
    padding: 104px 10%;
}
menu.nav-with-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}
menu.nav-with-dots:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.08);
    z-index: 1;
}
menu.nav-with-dots li {
    position: absolute;
    top: 1px;
    width: 0px;
    z-index: 3;
    cursor: pointer;
}
menu.nav-with-dots li span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transform: translate3d(-50%, -32px, 0);
    transform: translate3d(-50%, -32px, 0);
    z-index: 3;
}
menu.nav-with-dots li .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
}
menu.nav-with-dots li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 20;
}
menu.nav-with-dots li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
menu.nav-with-dots li:first-child span {
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
}
menu.nav-with-dots li:last-child span {
    -webkit-transform: translate3d(-100%, -32px, 0);
    transform: translate3d(-100%, -32px, 0);
}
menu.nav-with-dots li:nth-child(1) {
    left: 0;
}
menu.nav-with-dots li:nth-child(2) {
    left: 50%;
}
menu.nav-with-dots li:nth-child(3) {
    left: 100%;
}
menu.nav-with-dots li.active .circle {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}
section.photo-slider, section.numbers-slider {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.photo-slider.sa-remove, section.numbers-slider.sa-remove {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
section.photo-slider .slider, section.numbers-slider .slider {
    position: relative;
    height: 500px;
    overflow: hidden;
    z-index: 20;
}
section.photo-slider .slider.numbers-slider .stage, section.photo-slider .slider.numbers-slider .stage2, section.numbers-slider .slider.numbers-slider .stage, section.numbers-slider .slider.numbers-slider .stage2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.photo-slider .slider.numbers-slider .stage2 .slide, section.numbers-slider .slider.numbers-slider .stage2 .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.photo-slider .slider.numbers-slider .stage2 .slide .slide-content, section.numbers-slider .slider.numbers-slider .stage2 .slide .slide-content {
    padding-top: 144px;
    padding-bottom: 176px;
}
section.photo-slider .slider.numbers-slider .stage2 .slide .slide-content .number, section.numbers-slider .slider.numbers-slider .stage2 .slide .slide-content .number {
    position: relative;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    padding-left: 56px;
}
section.photo-slider .slider.numbers-slider .stage2 .slide .slide-content .number .cap, section.numbers-slider .slider.numbers-slider .stage2 .slide .slide-content .number .cap {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 150px;
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.photo-slider .slider.numbers-slider .stage2 .slide .slide-content .number p, section.numbers-slider .slider.numbers-slider .stage2 .slide .slide-content .number p {
    margin-top: 26px;
    opacity: .5;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.photo-slider .slider.numbers-slider .stage2 .slide.active .slide-content .number .cap, section.photo-slider .slider.numbers-slider .stage2 .slide.active .slide-content .number p, section.numbers-slider .slider.numbers-slider .stage2 .slide.active .slide-content .number .cap, section.numbers-slider .slider.numbers-slider .stage2 .slide.active .slide-content .number p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.photo-slider .slider .dial-number-box, section.numbers-slider .slider .dial-number-box {
    position: absolute;
    top: 180px;
    left: 50px;
    color: #fff;
}
section.photo-slider .controls, section.numbers-slider .controls {
    z-index: 20;
}
section.photo-slider .controls-caption, section.numbers-slider .controls-caption {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 96px;
}
section.photo-slider .arrs, section.numbers-slider .arrs {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.about-single-center .section-title {
    padding-top: 120px;
    padding-bottom: 135px;
}
section.about-single-center .slider {
    z-index: 20;
}
section.about-single-center .slide-content .row {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.about-single-center .slide-content .row .col {
    padding: 64px 5%;
}
section.about-single-center .data-box {
    top: 25%;
    z-index: 20;
}
section.about-single-center .data-box .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.about-single-center .data-box .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
}
section.about-single-center .image-box {
    z-index: 20;
}
section.about-single-center .image-box img {
    width: 100%;
    height: auto;
}
section.about-single-center ul.nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 23;
}
section.about-single-center ul.nav .progress-bar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #01778d;
    z-index: 1;
}
section.about-single-center ul.nav:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.15);
}
section.about-single-center ul.nav li {
    position: absolute;
    width: 50%;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}
section.about-single-center ul.nav li:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
section.about-single-center ul.nav li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
body.is-desktop section.about-single-center ul.nav li:hover:before {
    background-color: #333333;
}
section.about-single-center ul.nav li .line-timer {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #01778d;
}
section.about-single-center ul.nav li span {
    position: absolute;
    display: block;
    bottom: 22px;
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #262626;
}
section.about-single-center ul.nav li:nth-child(1) span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.about-single-center ul.nav li:nth-child(2) {
    left: 50%;
}
section.about-single-center ul.nav li:nth-child(3) {
    left: 100%;
    width: 0;
}
section.about-single-center ul.nav li:nth-child(3) span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
section.about-history .container .section-title {
    padding-top: 180px;
    padding-bottom: 96px;
}
section.about-history .container .history-box {
    z-index: 20;
}
section.about-history #history-path-svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
section.about-history #history-path-svg:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
}
section.about-history #history-path-svg svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
section.about-history .row {
    z-index: 21;
}
section.about-history .history-point {
    width: 25%;
    text-align: center;
    padding-bottom: 85px;
}
section.about-history .history-point .icon-box {
    overflow: hidden;
}
section.about-history .history-point .icon-box img {
    position: relative;
    margin: 0 auto;
    width: 85%;
    height: auto;
}
section.about-history .history-point .icon-box .date {
    padding: 16px 0;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.about-history .history-point .icon-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
section.about-history .history-point .icon-box.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.about-history .history-point .dot {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
}
section.about-history .history-point .dot .round {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
section.about-history .history-point .dot svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    stroke: rgba(51, 51, 51, 0.1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke-width: 2px;
    fill: none;
}
section.about-history .history-point .dot svg.circle {
    opacity: 1;
}
section.about-history .history-point .dot svg.progress {
    stroke: #333333;
    stroke-dasharray: 88px;
    stroke-dashoffset: 88px;
}
body.is-desktop section.about-history .history-point .dot:hover .round {
    background-color: #01778d;
}
section.about-history .history-point .text-box {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
}
section.about-history .history-point .text-box .title, section.about-history .history-point .text-box .text {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.about-history .history-point .text-box .title {
    font-weight: 600;
}
section.about-history .history-point .text-box .text {
    margin-top: 8px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.about-history .history-point .text-box.sa-remove .title, section.about-history .history-point .text-box.sa-remove .text {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.projects-header .container {
    padding-top: 110px;
}
section.projects-header .section-title {
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 96px;
}
section.projects-header .row {
    z-index: 20;
}
section.projects ul.timezones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 100%;
}
section.projects ul.timezones li.line.line-1 {
    height: 80%;
}
section.projects ul.timezones li.line.line-2 {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.projects ul.timezones div.diagonal {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 20;
}
section.projects ul.timezones div.timezone {
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 50px 0;
    width: 75%;
    z-index: 20;
}
section.projects ul.timezones div.timezone ul.timezone-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
section.projects ul.timezones div.timezone ul.timezone-numbers li {
    overflow: hidden;
}
section.projects ul.timezones div.timezone ul.timezone-numbers li .shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.projects ul.timezones div.timezone ul.timezone-numbers li .shader.animate {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
section.projects ul.timezones div.timezone ul.timezone-numbers li .time {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.projects ul.timezones div.timezone ul.timezone-numbers li .time span.sep {
    display: inline-block;
    -webkit-transform: translate3d(0, -0.09em, 0);
    transform: translate3d(0, -0.09em, 0);
}
section.projects ul.timezones div.timezone ul.timezone-numbers li .zone {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.33;
}
section.projects .projects-controls .col:first-child menu {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
section.projects .projects-controls .col:first-child menu li {
    cursor: pointer;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    height: 109px;
    overflow: hidden;
}
section.projects .projects-controls .col:first-child menu li:nth-child(1) {
    width: 40%;
}
section.projects .projects-controls .col:first-child menu li:nth-child(2) {
    width: 60%;
}
section.projects .projects-controls .col:first-child menu li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.projects .projects-controls .col:first-child menu li span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    text-align: center;
    line-height: 110px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
}
section.projects .projects-controls .col:first-child menu li span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.projects .projects-controls .col:first-child menu li span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop section.projects .projects-controls .col:first-child menu li:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop section.projects .projects-controls .col:first-child menu li:hover span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
body.is-desktop section.projects .projects-controls .col:first-child menu li:hover span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
section.projects .projects-controls .col:first-child menu li.active {
    cursor: default;
}
section.projects .projects-controls .col:first-child menu li.active span {
    color: #01778d;
}
section.projects .projects-controls .col:first-child menu li.active span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
section.projects .projects-controls .col:first-child menu li.active span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
section.projects .projects-controls .col.mode-caption-box {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
}
section.projects .projects-controls .col.mode-caption-box .mode-caption {
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.5;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.projects .projects-controls.mode-photo .col.mode-caption-box .mode-caption {
    opacity: 1;
}
section.projects-list .section-title {
    padding-top: 120px;
    padding-bottom: 80px;
}
section.projects-list .clear {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    border: 1px #efefef solid;
    border-left: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: none;
}
section.projects-list .clear svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #333333;
}
body.is-desktop section.projects-list .clear:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
section.projects-list .clear.visible {
    display: block;
}
section.projects-list .filters {
    margin-bottom: 56px;
}
section.projects-list .filters .select .arrow {
    -webkit-transition: background-color .5s ease, border-color .5s ease;
    transition: background-color .5s ease, border-color .5s ease;
}
section.projects-list .filters .select .select-val {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.projects-list .projects-list-box {
    padding-bottom: 120px;
}
section.projects-list .projects-list-box .project {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    margin-bottom: 24px;
}
section.projects-list .projects-list-box .project.hidden {
    display: none;
}
section.projects-list .projects-list-box .project .col.image .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.projects-list .projects-list-box .project .col.data-1, section.projects-list .projects-list-box .project .col.data-2 {
    padding: 56px 5% 28px 5%;
}
section.projects-list .projects-list-box .project:last-child {
    margin-bottom: 0;
}
section.projects-list .projects-list-box .project > * {
    z-index: 20;
}
section.projects-list .projects-list-box .project img {
    width: 100%;
    height: auto;
}
section.projects-list .projects-list-box .project .kv {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.projects-list .projects-list-box .project .kv.client .val {
    height: 6.28em;
}
section.projects-list .projects-list-box .project .kv.coords .val {
    height: 3.14em;
}
section.projects-list .projects-list-box .project .key {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.projects-list .projects-list-box .project .val {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.projects-list .projects-list-box .project.sa-remove .photo, section.projects-list .projects-list-box .project.sa-remove .kv {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
}
section.projects-list .projects-list-box.filtered .row.row-160, section.projects-list .projects-list-box.filtered .row.three-numbers {
    display: none;
}
.three-numbers {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.three-numbers li {
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
.three-numbers li:last-child {
    border-right: 0;
}
.three-numbers .number-box {
    padding-top: 96px;
    padding-bottom: 104px;
    padding-left: 15%;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.three-numbers .number-box div:nth-child(1) {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
.three-numbers .number-box div:nth-child(2) {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
.three-numbers.sa-remove .number-box {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
}
section.news .container {
    padding-top: 110px;
    padding-bottom: 120px;
}
section.news .section-title {
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 96px;
}
section.news .row {
    z-index: 20;
}
section.news div.news-head {
    z-index: 21;
}
section.news .load-more-news.hidden {
    display: none;
}
section.news div.news-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 20;
}
section.news div.news-items .news-item {
    width: 31.91%;
    margin-right: 2.135%;
    border: 1px rgba(51, 51, 51, 0.08) solid;
    margin-bottom: 64px;
    overflow: hidden;
    cursor: pointer;
}
section.news div.news-items .news-item .cover {
    z-index: 23;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.news div.news-items .news-item .cover:after {
    content: '';
    background: rgba(26, 26, 26, 0.7);
}
section.news div.news-items .news-item:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.news div.news-items .news-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
section.news div.news-items .news-item:nth-child(1), section.news div.news-items .news-item:nth-child(3n+1) {
    border-left: 0;
}
section.news div.news-items .news-item:nth-child(1):before, section.news div.news-items .news-item:nth-child(3n+1):before {
    width: calc(100% - 1px);
    left: 1px;
}
section.news div.news-items .news-item:nth-child(1):after, section.news div.news-items .news-item:nth-child(3n+1):after {
    left: 1px;
}
section.news div.news-items .news-item:nth-child(3n) {
    border-right: 0;
    margin-right: 0;
}
section.news div.news-items .news-item .news-item-head {
    z-index: 25;
    padding: 40px 8%;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
}
section.news div.news-items .news-item .news-item-head .day {
    display: inline-block;
    vertical-align: top;
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.81;
    letter-spacing: -0.2px;
    font-size: 32px;
    margin-right: 12px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #1a1a1a;
}
section.news div.news-items .news-item .news-item-head .month-year {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #1a1a1a;
}
section.news div.news-items .news-item .news-item-head .month-year span {
    color: rgba(51, 51, 51, 0.4);
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
section.news div.news-items .news-item .news-item-body {
    padding: 40px 8% 110px 8%;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    z-index: 25;
}
section.news div.news-items .news-item .news-item-body .news-item-title {
    white-space: normal;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    color: #1a1a1a;
}
section.news div.news-items .news-item .news-item-body:before {
    bottom: 40px;
}
section.news div.news-items .news-item.with-cover .news-item-head {
    border-color: rgba(255, 255, 255, 0.2);
}
section.news div.news-items .news-item.with-cover .news-item-head .day {
    color: #fff;
}
section.news div.news-items .news-item.with-cover .news-item-head .month-year {
    color: #fff;
}
section.news div.news-items .news-item.with-cover .news-item-head .month-year span {
    color: rgba(255, 255, 255, 0.3);
}
section.news div.news-items .news-item.with-cover .news-item-body .news-item-title {
    color: #fff;
}
body.is-desktop section.news div.news-items .news-item:hover.with-cover .news-item-head {
    border-color: rgba(51, 51, 51, 0.08);
}
body.is-desktop section.news div.news-items .news-item:hover.with-cover .news-item-head .day {
    color: #1a1a1a;
}
body.is-desktop section.news div.news-items .news-item:hover.with-cover .news-item-head .month-year {
    color: #1a1a1a;
}
body.is-desktop section.news div.news-items .news-item:hover.with-cover .news-item-head .month-year span {
    color: rgba(26, 26, 26, 0.3);
}
body.is-desktop section.news div.news-items .news-item:hover.with-cover .news-item-body .news-item-title {
    color: #1a1a1a;
}
body.is-desktop section.news div.news-items .news-item:hover .cover {
    opacity: 0;
}
body.is-desktop section.news div.news-items .news-item:hover:before {
    background-color: #fafafa;
}
section.news div.news-items .news-item.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.news button.more-news {
    width: 100%;
    height: 80px;
    z-index: 20;
    border-top: 1px #efefef solid;
    border-bottom: 1px #efefef solid;
}
section.news-subscribe-form {
    background-color: #01778d;
}
section.news-subscribe-form .section-title {
    padding-top: 112px;
    padding-right: 64px;
}
section.news-subscribe-form .section-title h2 {
    color: #fff;
}
section.news-subscribe-form .section-title .description {
    color: #fff;
}
section.news-subscribe-form .agreement {
    padding-top: 170px;
}
section.news-subscribe-form .agreement a {
    font-size: 14px;
    line-height: 1.57;
    text-decoration: none;
    color: #ffffff;
}
section.news-subscribe-form form {
    padding-bottom: 126px;
    margin-top: 56px;
    z-index: 20;
}
section.news-subscribe-form form button {
    width: 100%;
    height: 82px;
}
.calendar-box {
    margin-top: 120px;
    z-index: 100;
}
.calendar-box .fill {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px #efefef solid;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 5;
}
.calendar-box .fill svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #333333;
}
.calendar-box .clear {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px #efefef solid;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: none;
    z-index: 4;
}
.calendar-box .clear svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #333333;
}
.calendar-box .toggle-box {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    width: calc(100% + 80px);
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}
.calendar-box .toggle-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.calendar-box .toggle-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
.calendar-box .toggle-box .icon svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #333333;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.calendar-box .toggle-box div.cap {
    position: absolute;
    top: 0;
    left: 80px;
    width: calc(100% - 160px);
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    height: 80px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.calendar-box .toggle-box div.cap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.calendar-box .toggle-box div.cap span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.calendar-box .toggle-box div.cap span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop .calendar-box .toggle-box:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop .calendar-box .toggle-box:hover div.cap span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
body.is-desktop .calendar-box .toggle-box:hover div.cap span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
.calendar-box .calendar {
    position: absolute;
    display: none;
    top: 80px;
    right: 0px;
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #efefef solid;
    border-bottom: 1px #efefef solid;
}
.calendar-box .calendar-head {
    height: 80px;
    background: #ffffff;
    width: 100%;
}
.calendar-box .calendar-head .calendar-year {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    z-index: 1;
}
.calendar-box .calendar-head .arr {
    position: absolute;
    top: 0;
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.calendar-box .calendar-head .arr svg {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 24px;
    height: 24px;
    stroke: #333333;
}
.calendar-box .calendar-head .arr.arrl {
    left: 0;
    border-right: 1px #ffffff solid;
}
.calendar-box .calendar-head .arr.arrr {
    right: 0;
    border-left: 1px #ffffff solid;
}
.calendar-box .calendar-head .arr.disabled {
    visibility: hidden;
}
body.is-desktop .calendar-box .calendar-head .arr:hover {
    background-color: #fafafa;
    border-color: rgba(51, 51, 51, 0.08);
}
body.is-desktop .calendar-box .calendar-head .arr:hover svg {
    stroke: #01778d;
}
.calendar-box .calendar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.calendar-box .calendar-body .month {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    width: 33.33%;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
.calendar-box .calendar-body .month:nth-child(3n) {
    border-right: 0;
}
body.is-desktop .calendar-box .calendar-body .month:hover {
    color: #01778d;
}
.calendar-box .calendar-body .month.selected {
    background-color: #01778d;
    color: #ffffff;
}
.calendar-box .calendar-body .month.period {
    background-color: #fafafa;
}
.calendar-box .calendar-body .month span {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 72px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.calendar-box .to-close {
    display: none;
}
.calendar-box.open .to-open {
    display: none;
}
.calendar-box.open .toggle-box:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.calendar-box.open .to-close {
    display: block;
}
.calendar-box.open .icon svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.calendar-box.could-clear .clear {
    display: block;
}
.calendar-box.could-clear .fill {
    display: none;
}
section.career-header {
    height: 100vh;
    background-color: #333333;
}
section.career-header .container {
    padding-top: 110px;
    height: 100%;
}
section.career-header .container .row.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 97px;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.career-header .container .row.controls .arrs {
    background-color: #fff;
}
section.career-header .container .number {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 10% 0 10%;
    width: 100%;
    color: #fff;
}
section.career-header .container .number .num {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
}
section.career-header .container .number .cap {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
section.career-header .row.row-main {
    z-index: 20;
    height: 100%;
}
section.career-header .section-title {
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    padding-left: 10%;
    color: #fff;
}
section.career-header .section-title .description {
    margin-top: 0;
}
section.career-header .to-vacancy-list {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 96px;
    width: 50%;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding-left: 96px;
    overflow: hidden;
}
section.career-header .to-vacancy-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.career-header .to-vacancy-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 96px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 20;
}
section.career-header .to-vacancy-list .icon img {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 80px;
    height: 80px;
}
section.career-header .to-vacancy-list .cap {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    height: 96px;
    line-height: 96px;
    z-index: 20;
    color: #262626;
}
section.career-header .to-vacancy-list .cap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 96px;
    line-height: 96px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
section.career-header .to-vacancy-list .cap span.normal {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.career-header .to-vacancy-list .cap span.hover {
    bottom: 0px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
}
body.is-desktop section.career-header .to-vacancy-list:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.is-desktop section.career-header .to-vacancy-list:hover .cap span.normal {
    top: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
body.is-desktop section.career-header .to-vacancy-list:hover .cap span.hover {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 1;
}
section.career-information .numbers {
    z-index: 20;
}
section.career-information .numbers li {
    padding-top: 80px;
    padding-bottom: 88px;
    padding-left: 5%;
    color: #fff;
}
section.career-information .numbers .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -0.6px;
    font-size: 70px;
}
section.career-information .numbers .cap {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
section.career-information .slider.career-slider {
    position: relative;
    height: auto;
    z-index: 21;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
}
section.career-information .slider.career-slider .stage {
    position: relative;
    height: auto;
    z-index: 22;
}
section.career-information .slider.career-slider .col {
    height: 520px;
}
section.career-information .slider.career-slider .col.image-box {
    padding: 65px;
}
section.career-information .slider.career-slider .col.image-box img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto;
    z-index: 20;
}
section.career-information .slider.career-slider .col.data-box {
    padding: 112px 5%;
    color: #fff;
}
section.career-information .slider.career-slider .col.data-box:after {
    bottom: 65px;
    z-index: 20;
}
section.career-information .slider.career-slider .col.data-box .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
    z-index: 20;
}
section.career-information .slider.career-slider .col.data-box .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
    width: 400px;
    z-index: 20;
}
section.career-information .slider.career-slider ul.nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 23;
}
section.career-information .slider.career-slider ul.nav .progress-bar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #01778d;
    z-index: 1;
}
section.career-information .slider.career-slider ul.nav:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}
section.career-information .slider.career-slider ul.nav li {
    position: absolute;
    width: 25%;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}
section.career-information .slider.career-slider ul.nav li:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
}
body.is-desktop section.career-information .slider.career-slider ul.nav li:hover:before {
    background-color: #ffffff;
}
section.career-information .slider.career-slider ul.nav li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.career-information .slider.career-slider ul.nav li .line-timer {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #01778d;
}
section.career-information .slider.career-slider ul.nav li span {
    position: absolute;
    display: block;
    top: 22px;
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
section.career-information .slider.career-slider ul.nav li:nth-child(1) span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.career-information .slider.career-slider ul.nav li:nth-child(2) {
    left: 25%;
}
section.career-information .slider.career-slider ul.nav li:nth-child(3) {
    left: 50%;
}
section.career-information .slider.career-slider ul.nav li:nth-child(4) {
    left: 75%;
}
section.career-information .slider.career-slider ul.nav li:nth-child(5) {
    left: 100%;
    width: 0;
}
section.career-information .slider.career-slider ul.nav li:nth-child(5) span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
section.vacancies .section-title {
    padding-top: 88px;
    padding-bottom: 80px;
}
section.vacancies ul.vacancies {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.vacancies ul.vacancies li .vacancy-header {
    padding: 48px 5%;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    cursor: pointer;
}
section.vacancies ul.vacancies li .vacancy-header .area {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #01778d;
    margin-bottom: 12px;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.vacancies ul.vacancies li .vacancy-header .title {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.vacancies ul.vacancies li .vacancy-header .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 144px;
    height: 100%;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 20;
}
section.vacancies ul.vacancies li .vacancy-header .arrow svg {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 24px;
    height: 24px;
    stroke: #262626;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
body.is-desktop section.vacancies ul.vacancies li .vacancy-header:hover:before {
    background-color: #fafafa;
}
section.vacancies ul.vacancies li.sa-remove .vacancy-header .area, section.vacancies ul.vacancies li.sa-remove .vacancy-header .title {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.vacancies ul.vacancies li.sa-remove .vacancy-header .arrow svg {
    -webkit-transform: translate3d(0, 20px, 0) rotate(90deg);
    transform: translate3d(0, 20px, 0) rotate(90deg);
    opacity: 0;
}
section.vacancies ul.vacancies li .vacancy-body-box {
    height: 0;
    overflow: hidden;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 64px 5% 110px 5%;
    z-index: 20;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body .kv {
    margin-bottom: 56px;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body .k {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body p > strong {
    font-family: Metronic, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body ul {
    margin-top: 24px;
    margin-bottom: 56px;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body ul li {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 18px;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #01778d;
}
section.vacancies ul.vacancies li .vacancy-body-box .vacancy-body button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
section.vacancies ul.vacancies li.opened .vacancy-header:before {
    background-color: #fafafa;
}
section.vacancies ul.vacancies li.opened .vacancy-header .arrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
section.resume-form .section-title {
    padding-top: 136px;
    padding-bottom: 64px;
}
section.resume-form .form {
    padding-bottom: 0;
}
section.resume-form .form form {
    z-index: 20;
}
section.contacts .container {
    padding-top: 110px;
}
section.contacts .section-title {
    padding-left: 5%;
    padding-top: 56px;
    padding-bottom: 90px;
}
section.contacts .section-title p {
    margin-top: 8px;
}
section.contacts .section-title > * {
    z-index: 20;
}
section.contacts .msg-us button {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.contacts .row.contacts {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.contacts .phone-email {
    padding: 72px 5%;
}
section.contacts .phone-email .phone {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    z-index: 20;
}
section.contacts .phone-email .email {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    z-index: 20;
}
section.contacts .phone-email .phone a, section.contacts .phone-email .email a {
    color: #333333;
}
section.contacts .address-maps {
    padding: 64px 120px 64px 5%;
}
section.contacts .address-maps .cap {
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
    z-index: 20;
}
section.contacts .address-maps .address {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    z-index: 20;
}
section.contacts .map-links {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    z-index: 20;
}
section.contacts .map-links li {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    cursor: pointer;
    width: 100%;
    height: 50%;
}
section.contacts .map-links li img {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.contacts .map-links li img.normal {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.contacts .map-links li img.active {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.contacts .map-links li.active img.normal {
    opacity: 0;
}
section.contacts .map-links li.active img.active {
    opacity: 1;
}
body.is-desktop section.contacts .map-links li:hover img.normal {
    opacity: 0;
}
body.is-desktop section.contacts .map-links li:hover img.active {
    opacity: 1;
}
section.contacts .map-links li.yandex-maps.active {
    background-color: #ff3333;
}
body.is-desktop section.contacts .map-links li.yandex-maps:hover {
    background-color: #ff3333;
}
section.contacts .map-links li.google-maps.active {
    background-color: #3e7bf1;
}
body.is-desktop section.contacts .map-links li.google-maps:hover {
    background-color: #3e7bf1;
}
section.contacts .map-links li:last-child {
    border-bottom: 0;
}
.office-video {
    overflow: hidden;
    z-index: 20;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.office-video {
    height: 266.66666667px;
}
@media screen and (min-width: 1280px) {
    .office-video {
        height: calc(266.66666667px + 33.33333333 * ((100vw - 1280px) / 160));
    }
}
@media screen and (min-width: 1440px) {
    .office-video {
        height: 300px;
    }
}
.office-video .info {
    position: absolute;
    left: 6.6%;
    bottom: 48px;
    color: #fff;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    z-index: 3;
}
.office-video .info .time {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
.office-video .info .city {
    margin-top: 12px;
    font-family: Metronic, sans-serif;
    line-height: 1.08;
    letter-spacing: -0.4px;
    font-size: 50px;
}
.office-video.office-video-big {
    border-bottom: 0;
}
.office-video.office-video-big {
    height: 320px;
}
@media screen and (min-width: 1280px) {
    .office-video.office-video-big {
        height: calc(320px + 40 * ((100vw - 1280px) / 160));
    }
}
@media screen and (min-width: 1440px) {
    .office-video.office-video-big {
        height: 360px;
    }
}
.office-video.office-video-big .info {
    left: 5%;
}
.office-video .bg-video {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 1;
}
.office-video:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.office-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.office-video.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.office-video.sa-remove .info {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.office-video.sa-remove .bg-video {
    opacity: 0;
}
section.offices .container {
    padding-bottom: 170px;
}
section.offices .office {
    margin-bottom: 120px;
}
section.offices .office:last-child {
    margin-bottom: 0;
}
section.offices .office .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.offices .office .map.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.offices .office .close-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background-color: #fff;
    z-index: 40;
    cursor: pointer;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.offices .office .close-map svg {
    position: absolute;
    top: 43px;
    left: 43px;
    width: 24px;
    height: 24px;
    fill: #262626;
}
section.offices .office .close-map.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.offices .office.office-big {
    margin-bottom: 0;
}
section.offices .office .kv {
    display: inline-block;
    vertical-align: top;
    padding-left: 6.6%;
}
section.offices .office .kv .k {
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.5;
}
section.offices .office .kv .v {
    margin-top: 12px;
}
section.offices .office .kv .v a {
    color: #333333;
}
section.offices .office .office-info-box .phone-mail {
    z-index: 20;
    padding-top: 40px;
    padding-bottom: 56px;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.offices .office .office-info-box .phone-mail .kv {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.offices .office .office-info-box .phone-mail .kv .v {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.81;
    letter-spacing: -0.2px;
    font-size: 32px;
}
section.offices .office .office-info-box .address {
    z-index: 20;
    padding-top: 28px;
    padding-bottom: 31px;
}
section.offices .office .office-info-box .address .kv {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.offices .office .office-info-box .address .kv .v {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.5;
}
section.offices .office .office-info-box .address .map-links {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    font-size: 0;
    white-space: nowrap;
}
section.offices .office .office-info-box .address .map-links li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    width: 110px;
    height: 100%;
    cursor: pointer;
}
section.offices .office .office-info-box .address .map-links li img {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.offices .office .office-info-box .address .map-links li img.normal {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.offices .office .office-info-box .address .map-links li img.active {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.offices .office .office-info-box .address .map-links li.active img.normal {
    opacity: 0;
}
section.offices .office .office-info-box .address .map-links li.active img.active {
    opacity: 1;
}
body.is-desktop section.offices .office .office-info-box .address .map-links li:hover img.normal {
    opacity: 0;
}
body.is-desktop section.offices .office .office-info-box .address .map-links li:hover img.active {
    opacity: 1;
}
section.offices .office .office-info-box .address .map-links li.yandex-maps.active {
    background-color: #ff3333;
}
body.is-desktop section.offices .office .office-info-box .address .map-links li.yandex-maps:hover {
    background-color: #ff3333;
}
section.offices .office .office-info-box .address .map-links li.google-maps.active {
    background-color: #3e7bf1;
}
body.is-desktop section.offices .office .office-info-box .address .map-links li.google-maps:hover {
    background-color: #3e7bf1;
}
section.offices .office .office-info-box.sa-remove .phone-mail .kv, section.offices .office .office-info-box.sa-remove .address .kv {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.offices .office .office-info-box.sa-remove .map-links li img.normal {
    opacity: 0;
}
section.offices .office .submit {
    z-index: 20;
}
section.offices .office .submit button {
    width: 100%;
    color: #fff;
    border: 0;
}
section.offices .nav {
    margin-bottom: 120px;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.offices .nav li {
    width: 16.6666%;
    height: 120px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    text-align: center;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    cursor: pointer;
    z-index: 20;
}
section.offices .nav li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120px;
    color: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.offices .nav li img {
    position: absolute;
    width: 52px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.offices .nav li img.normal {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
section.offices .nav li img.hover {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
body.is-desktop section.offices .nav li:hover:nth-child(1) {
    background-color: #e33e3d;
}
body.is-desktop section.offices .nav li:hover:nth-child(2) {
    background-color: #ebb438;
}
body.is-desktop section.offices .nav li:hover:nth-child(3) {
    background-color: #464646;
}
body.is-desktop section.offices .nav li:hover:nth-child(4) {
    background-color: #10ac78;
}
body.is-desktop section.offices .nav li:hover:nth-child(5) {
    background-color: #4ba1f7;
}
body.is-desktop section.offices .nav li:hover:nth-child(6) {
    background-color: #954aea;
}
body.is-desktop section.offices .nav li:hover div {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
}
body.is-desktop section.offices .nav li:hover img.normal {
    opacity: 0;
}
body.is-desktop section.offices .nav li:hover img.hover {
    opacity: 1;
}
section.offices .nav li:first-child {
    border-left: 0;
}
section.contact-form .section-title {
    padding-bottom: 56px;
}
section.contact-form a.button.goto-contacts {
    font-size: 0;
    border-top-color: transparent;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.contact-form a.button.goto-contacts span {
    color: #262626;
}
section.contact-form .col.form-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.contact-form.contact-form-equipment .container:first-child {
    padding-top: 175px;
}
section.contact-form.contact-form-clients .container:first-child {
    padding-top: 160px;
}
section.contact-form.contact-form-service .container:first-child {
    padding-top: 120px;
}
.form {
    z-index: 20;
}
.form .fieldset .input:first-child {
    left: 0;
}
.form .fieldset .input:last-child {
    right: 0;
}
.form .fieldset .textarea {
    width: 100%;
}
.form .fieldset .textarea textarea {
    height: 138px;
}
.form .submit button {
    width: 100%;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
.form .agreement {
    padding: 28px 32px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.form .agreement a {
    font-size: 14px;
    line-height: 1.57;
    text-decoration: none;
    color: #333333;
    opacity: .5;
    z-index: 20;
}
.form .form-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.form.request-form .form-fields {
    height: 302px;
}
.form.request-form .form-fields .input {
    position: absolute;
    width: calc(50% + 0.5px);
}
.form.request-form .form-fields .input:nth-child(1) {
    top: 0;
    left: 0;
}
.form.request-form .form-fields .input:nth-child(1).has-error {
    z-index: 3;
}
.form.request-form .form-fields .input:nth-child(2) {
    top: 0;
    right: 0;
}
.form.request-form .form-fields .input:nth-child(2).has-error {
    z-index: 3;
}
.form.request-form .form-fields .input:nth-child(3) {
    top: 81px;
    left: 0;
}
.form.request-form .form-fields .input:nth-child(4) {
    top: 81px;
    right: 0;
}
.form.request-form .form-fields .textarea {
    position: absolute;
    top: 162px;
    height: 140px;
    width: 100%;
}
.form.request-form .submit button {
    border-top: 0;
}
.form.resume-form .input.file-upload {
    height: 82px;
}
.form.resume-form .input.file-upload:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 80px;
    height: 100%;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.form.resume-form .input.file-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.form.resume-form .input.file-upload .value {
    padding: 0 24px;
    line-height: 82px;
}
.form.resume-form .input.file-upload .value span.format {
    opacity: .5;
}
.form.resume-form .input.file-upload .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    background-color: #fff;
    z-index: 4;
}
.form.resume-form .input.file-upload .icon img.icon-image {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.form.resume-form .form-fields {
    height: 302px;
}
.form.resume-form .form-fields .input {
    position: absolute;
    width: calc(50% + 0.5px);
}
.form.resume-form .form-fields .input:nth-child(1) {
    top: 0;
    left: 0;
}
.form.resume-form .form-fields .input:nth-child(1).has-error {
    z-index: 3;
}
.form.resume-form .form-fields .input:nth-child(2) {
    top: 0;
    right: 0;
}
.form.resume-form .form-fields .input:nth-child(2).has-error {
    z-index: 3;
}
.form.resume-form .form-fields .input:nth-child(3) {
    top: 81px;
    left: 0;
}
.form.resume-form .form-fields .input:nth-child(4) {
    top: 81px;
    right: 0;
}
.form.resume-form .form-fields .textarea {
    position: absolute;
    top: 162px;
    height: 140px;
    width: 100%;
}
.form.resume-form .submit button {
    border-top: 0;
}
section.docs .container {
    padding-top: 110px;
}
section.docs .section-title {
    padding-left: 5%;
    padding-top: 145px;
    padding-bottom: 120px;
}
section.docs .section-title p {
    margin-top: 8px;
}
section.logotypes .row {
    z-index: 21;
}
section.logotypes .buttons {
    padding-left: 1px;
}
section.logotypes .buttons .button {
    display: block;
    width: calc(100% - 1px);
    height: 33.33%;
    border: 0px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.logotypes .buttons .button span {
    line-height: 1.57;
}
section.logotypes .buttons .button span > div {
    font-family: OpenSans, sans-serif;
    font-weight: normal;
    opacity: .5;
}
section.logotypes .buttons .button:nth-child(1) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
section.logotypes .buttons .button:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
section.logotypes .buttons .button:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
section.logotypes .buttons.sa-remove .button {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.logotypes .download-icon img, section.logotypes .download-icon .cap, section.logotypes .download-icon .desc {
    -webkit-transition: opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease, color .75s ease;
    transition: transform .75s ease, opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
}
section.logotypes .download-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    background-color: #00778d;
    width: 1px;
    height: 100%;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
}
section.logotypes .download-icon.sa-remove img, section.logotypes .download-icon.sa-remove .cap, section.logotypes .download-icon.sa-remove .desc {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
}
body.is-desktop section.logotypes .download-icon:hover:after {
    opacity: 1;
}
section.logotypes .elements {
    padding: 80px 65px;
}
section.logotypes .elements .text {
    z-index: 20;
}
section.logotypes .elements .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.logotypes .elements p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
}
section.logotypes .elements .title, section.logotypes .elements p {
    -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease;
    transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease;
}
section.logotypes .elements p {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.logotypes .elements.sa-remove .title, section.logotypes .elements.sa-remove p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
section.documents .section-title {
    padding-bottom: 100px;
}
section.documents ul.documents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.documents ul.documents .section-title {
    width: 75%;
}
section.documents ul.documents li.document {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    margin-bottom: 80px;
}
section.documents ul.documents li.document .icon {
    padding: 56px 0;
}
section.documents ul.documents li.document .icon img {
    margin: 0 auto;
}
section.documents ul.documents li.document .text {
    padding: 32px 0;
    text-align: center;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.documents ul.documents li.document .text .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.documents ul.documents li.document .text .size {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.documents ul.documents li.document.first {
    background-color: #01778d;
    margin-bottom: 0;
}
section.documents ul.documents li.document.first .text {
    color: #fff;
}
section.booklet {
    overflow: hidden;
}
section.booklet .section-title {
    padding-top: 14px;
    padding-bottom: 80px;
}
section.booklet .download-booklet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.booklet .download-booklet .icon {
    padding: 56px 0;
    height: 66%;
}
section.booklet .download-booklet .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.booklet .download-booklet .text {
    padding: 32px 0;
    text-align: center;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    height: 34%;
}
section.booklet .download-booklet .text .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.booklet .download-booklet .text .size {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
.flipbook-viewport {
    z-index: 20;
}
.flipbook {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    height: 500px;
}
.flipbook-viewport .flipbook {
    width: 100%;
    height: 100%;
}
.flipbook-viewport .page {
    width: 50%;
    height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
}
section.services .container {
    padding-top: 110px;
}
section.services .section-title {
    padding-left: 6.6%;
    padding-top: 80px;
    padding-bottom: 96px;
}
section.services .service {
    z-index: 20;
}
section.services .service .slider {
    position: relative;
}
section.services .service .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 6.6%;
    z-index: 11;
}
section.services .service .info .name {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.services .service .info .dsc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
}
section.services .service .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: -1px;
}
section.services .service .controls .position-dots {
    width: 50%;
    padding: 40px 42px;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.services .service .controls .arrs {
    width: 16.66%;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.services .service .controls .arrs .arr {
    height: 110px;
}
section.services .service .controls .learn-more {
    width: 33.44%;
    height: 110px;
    padding-top: 0;
    padding-bottom: 0;
    height: 110px;
}
section.services ul.row.qubes {
    z-index: 20;
}
section.services ul.row.qubes li {
    border: 0;
}
section.services ul.row.qubes li:nth-child(2), section.services ul.row.qubes li:nth-child(4), section.services ul.row.qubes li:nth-child(6) {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-header .container {
    padding-top: 110px;
}
section.service-header .section-title {
    padding-top: 96px;
    padding-bottom: 145px;
}
section.service-header .section-title .description {
    margin-top: 0;
    padding-left: 10%;
}
section.service-header .section-title p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 10%;
}
section.service-video-box {
    overflow: hidden;
}
section.service-video-box .video-box {
    overflow: hidden;
}
section.service-video-box .video-play-with-description {
    border-left: 1px #efefef solid;
}
section.service-video-box .col.col-75 {
    width: calc(75% + 1px);
    z-index: 21;
}
section.service-video-box .col.col-25 {
    width: calc(25% - 1px);
}
section.service-video-box .slider .stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.service-video-box .arrs {
    height: 100%;
    width: 50%;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-video-box .arrs .arr {
    height: 100%;
}
section.service-video-box .rov.providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 100%;
}
section.service-video-box .rov.providers .line {
    width: 100%;
    height: 25%;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-video-box .rov.providers .line.line-desc {
    padding: 30px 53px;
    text-align: center;
}
section.service-video-box .rov.providers .line.line-desc .desc {
    top: 50%;
    text-align: left;
    font-size: 14px;
    line-height: 1.57;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0.7;
}
section.service-video-box .rov.providers .line.line-logo {
    padding: 30px 53px;
}
section.service-video-box .rov.providers .line.line-logo img {
    position: absolute;
    top: 50%;
    left: 53px;
    height: 60%;
    width: auto;
    max-width: calc(100% - 106px);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.service-video-box ul.numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-video-box ul.numbers li {
    padding: 64px 5%;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-video-box ul.numbers li .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    color: #01778d;
    white-space: nowrap;
}
section.service-video-box ul.numbers li .num span {
    font-size: 0.4em;
    font-weight: normal;
}
section.service-video-box ul.numbers li .cap {
    white-space: nowrap;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
}
section.service-video-box ul.numbers.numbers-service3 {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}
section.service-video-box ul.numbers.numbers-service3 li:first-child {
    width: 25%;
}
section.service-video-box ul.numbers.numbers-service5 {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}
section.service-video-box ul.numbers.numbers-service5 li:first-child {
    width: 33.33%;
}
section.service-video-box ul.numbers.numbers-service5 li:nth-child(2) {
    width: calc(41.67% + 2px);
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-description .container .section-title-box {
    padding: 88px 5% 124px 5%;
    overflow: hidden;
}
section.service-description .container .section-title-box .text {
    font-size: 16px;
    line-height: 1.75;
    z-index: 20;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.service-description .container .section-title-box .text p, section.service-description .container .section-title-box .text ul {
    padding-bottom: 1.5em;
}
section.service-description .container .section-title-box .text p:last-child, section.service-description .container .section-title-box .text ul:last-child {
    padding-bottom: 0;
}
section.service-description .container .section-title-box .text ul li {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 1em;
}
section.service-description .container .section-title-box .text ul li:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01778d;
}
section.service-description .container .section-title-box:after {
    z-index: 20;
    bottom: 64px;
}
section.service-description .container .section-title-box.sa-remove .text {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.service-description .container .image-box {
    padding: 20px 0;
    overflow: hidden;
}
section.service-description .container .image-box img {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 70%;
    height: auto;
    z-index: 20;
}
section.service-advantages li .image {
    padding-top: 51px;
    padding-bottom: 56px;
    width: 100%;
    overflow: hidden;
}
section.service-advantages li .image img {
    margin: 0 auto;
    width: 80%;
    height: auto;
}
section.service-advantages li .text {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 40px 14.28%;
}
section.service-advantages li .text .title, section.service-advantages li .text p {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.service-advantages li .text .title {
    font-family: Metronic, sans-serif;
    line-height: 1.13;
    font-weight: 600;
    font-size: 16px;
}
section.service-advantages li .text p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.service-advantages li .text.sa-remove .title, section.service-advantages li .text.sa-remove p {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.service-clients ul.clients {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    border-top: 0;
}
section.service-clients .btop {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-clients ul.above {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-clients ul.above li {
    height: 142px;
}
section.service-clients ul.above li:nth-child(2), section.service-clients ul.above li:nth-child(4) {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.service-clients .section-title {
    padding-top: 35px;
    padding-left: 10%;
}
section.leadership {
    height: 100vh;
    background-color: #333333;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.leadership .section-title {
    position: absolute;
    top: 45%;
    padding-left: 5%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
section.leadership .container {
    padding-top: 206px;
    height: 100%;
}
section.leadership ul.lines li:nth-child(4) {
    height: 110px;
}
section.leadership ul.lines li:nth-child(2) {
    height: calc(100% - 120px);
}
section.leadership .signature {
    margin-top: 80px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
section.leadership .signature .name {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.leadership .signature .position {
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.leadership .signature.sa-remove {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.leadership .leadership-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
section.leadership .leadership-info .row {
    height: 120px;
}
section.leadership .leadership-info .row .col {
    padding: 32px 5%;
}
section.leadership .leadership-info .row .col .leadership-line1 {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
}
section.leadership .leadership-info .row .col .leadership-line2 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.leadership .leadership-info .row .col:nth-child(1) {
    background-color: #ffffff;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.leadership .leadership-info .row .col:nth-child(2) {
    background-color: transparent;
}
section.leadership .arrow-scroll-down {
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.leadership-list .ceo-box {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.leadership-list .ceo-box .photo-box {
    width: 50%;
    overflow: hidden;
}
section.leadership-list .ceo-box .photo-box img {
    position: absolute;
    top: 0;
    left: 0;
}
section.leadership-list .ceo-box .photo-box .video-play-with-description {
    position: absolute;
    bottom: 0;
    left: 0;
}
section.leadership-list .ceo-box .photo-box .video-play-with-description .play-button {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.leadership-list .ceo-box .data-box {
    width: 50%;
    padding: 80px 5%;
}
section.leadership-list .ceo-box .data-box:after {
    bottom: 80px;
}
section.leadership-list .leadership-list {
    z-index: 20;
}
section.leadership-list .leadership-list .row {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    margin-bottom: 80px;
}
section.leadership-list .leadership-list li {
    width: 31.21%;
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
    margin-right: 3.185%;
    cursor: pointer;
}
section.leadership-list .leadership-list li:nth-child(3n) {
    margin-right: 0;
}
section.leadership-list .leadership-list li .image {
    background-color: #d8d8d8;
    z-index: 20;
    overflow: hidden;
}
section.leadership-list .leadership-list li .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}
section.leadership-list .leadership-list li .image img.photo {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.leadership-list .leadership-list li .image.js-sa:after {
    width: 100%;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
section.leadership-list .leadership-list li .image.js-sa img.photo {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.leadership-list .leadership-list li .image.js-sa.atscroll:after {
    width: 0;
}
section.leadership-list .leadership-list li .image.js-sa.atscroll img.photo {
    -webkit-transform: scale(1);
    transform: scale(1);
}
section.leadership-list .leadership-list li .info {
    padding: 40px 16% 48px 16%;
}
section.leadership-list .leadership-list li .info .name {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
    z-index: 20;
}
section.leadership-list .leadership-list li .info .position {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    z-index: 20;
    opacity: .5;
}
section.leadership-list .leadership-list li .info.js-sa .name, section.leadership-list .leadership-list li .info.js-sa .position {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.leadership-list .leadership-list li .info.js-sa.atscroll .name, section.leadership-list .leadership-list li .info.js-sa.atscroll .position {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.leadership-list .leadership-list li .info.js-sa.atscroll .position {
    opacity: .5;
}
section.leadership-list .leadership-list li:nth-child(1), section.leadership-list .leadership-list li:nth-child(3n + 1) {
    border-left: 0;
}
section.leadership-list .leadership-list li:nth-child(3n) {
    border-right: 0;
}
section.leadership-list .leadership-list li:nth-child(2n) .image {
    background-color: #CCC;
}
section.leadership-list .leadership-list li:nth-child(3n) .info {
    border-right: 0;
}
body.is-desktop section.leadership-list .leadership-list li:hover .image.js-sa.atscroll img.photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section.clients-header .container {
    padding-top: 110px;
}
section.clients-header .container .section-title {
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 120px;
}
ul.clients {
    font-size: 0;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.clients li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 559px;
    margin-right: 10px;
    margin-bottom: 11px;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
ul.clients li:nth-child(2n) {
    margin-right: 0;
}
ul.clients li img {
    width: 100%;
    height: auto;
}
ul.clients li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: width .75s ease;
    transition: width .75s ease;
}
ul.clients li.sa-remove:after {
    width: 100%;
}
section.feedback .section-title {
    padding-top: 136px;
    padding-bottom: 64px;
}
section.feedback .slider {
    position: relative;
    height: auto;
    z-index: 21;
}
section.feedback .slider .stage {
    position: relative;
    height: auto;
}
section.feedback .feedback-box {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.feedback .feedback-box .slide-content .row {
    min-height: 100%;
}
section.feedback .feedback-box .client, section.feedback .feedback-box .client-name {
    z-index: 20;
}
section.feedback .feedback-box .client {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    padding-left: 1px;
}
section.feedback .feedback-box .client img {
    width: calc(100% - 1px);
    height: auto;
}
section.feedback .feedback-box .client-name {
    padding: 40px 14.28% 72px 14.28%;
}
section.feedback .feedback-box .client-name .name {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
}
section.feedback .feedback-box .client-name .position {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.feedback .feedback-box .text-box {
    padding: 80px 8.04% 150px 8.04%;
    z-index: 20;
}
section.feedback .feedback-box .text-box:after {
    bottom: 90px;
    z-index: 20;
}
section.feedback .feedback-box .text-box .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
    z-index: 20;
}
section.feedback .feedback-box .text-box .text {
    padding-top: 32px;
    max-width: 700px;
    z-index: 20;
}
section.feedback .feedback-box .text-box .text p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1em;
}
section.feedback .feedback-box .text-box .text p:last-child {
    margin-bottom: 0;
}
section.feedback .controls .arrs {
    border-left: 1px rgba(51, 51, 51, 0.08) solid;
}
section.feedback .controls .position-dots, section.feedback .controls .arrs {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.work-with-us .section-title {
    padding-top: 190px;
    padding-bottom: 98px;
}
section.work-with-us .slider {
    z-index: 20;
}
section.work-with-us .slide-content .row {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.work-with-us .slide-content .row .col {
    padding: 64px 5%;
}
section.work-with-us .text-box {
    z-index: 20;
}
section.work-with-us .text-box .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.work-with-us .text-box .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
}
section.work-with-us .image-box {
    z-index: 20;
}
section.work-with-us .image-box img {
    width: 100%;
    height: auto;
}
section.structure-header .container {
    padding-top: 110px;
}
section.structure-header .container .section-title {
    padding-top: 126px;
    padding-bottom: 114px;
    padding-left: 6.66666667%;
}
section.structure-header .number-box {
    white-space: nowrap;
    padding: 64px 0 72px 20%;
}
section.structure-header .number-box .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
    color: #01778d;
}
section.structure-header .number-box .num span {
    font-size: 0.4em;
    font-weight: normal;
}
section.structure-header .number-box .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.structure-header .number-box .num, section.structure-header .number-box .cap {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.structure-header .number-box .cap {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.structure-header .number-box.sa-remove .num, section.structure-header .number-box.sa-remove .cap {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.structure .structure-box {
    width: 100%;
    height: 660px;
    z-index: 20;
}
section.structure .structure-box div.logo {
    position: absolute;
    cursor: pointer;
    height: 33.33%;
    -webkit-transition: opacity .75s ease .2s, background-color .5s ease, -webkit-transform .75s ease .2s;
    transition: opacity .75s ease .2s, background-color .5s ease, -webkit-transform .75s ease .2s;
    transition: transform .75s ease .2s, opacity .75s ease .2s, background-color .5s ease;
    transition: transform .75s ease .2s, opacity .75s ease .2s, background-color .5s ease, -webkit-transform .75s ease .2s;
}
section.structure .structure-box div.logo.ztop {
    z-index: 25;
}
section.structure .structure-box div.logo .logo-box {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
section.structure .structure-box div.logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
}
section.structure .structure-box div.logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: rgba(51, 51, 51, 0.08);
}
section.structure .structure-box div.logo.hgrp {
    top: 0;
    left: 0;
    width: 50%;
}
section.structure .structure-box div.logo.hgrp .logo-box {
    right: 0;
}
section.structure .structure-box div.logo.bgrp {
    top: 0;
    left: 0;
    left: 50%;
    width: 50%;
}
section.structure .structure-box div.logo.bgrp .logo-box {
    left: 0;
}
section.structure .structure-box div.logo.machinery {
    top: 33.33%;
    left: 25%;
    width: 25%;
}
section.structure .structure-box div.logo.machinery .logo-box {
    left: 0;
    width: 100%;
}
section.structure .structure-box div.logo.td {
    top: 33.33%;
    width: 25%;
    left: 50%;
}
section.structure .structure-box div.logo.td .logo-box {
    left: 0;
    width: 100%;
}
section.structure .structure-box div.logo.detra {
    top: 0;
    height: 100%;
    width: 25%;
    z-index: 20;
}
section.structure .structure-box div.logo.detra .logo-box {
    left: 0;
    top: 33.33%;
    width: 100%;
    height: 33.33%;
}
section.structure .structure-box div.logo.agrp {
    top: 0;
    height: 100%;
    right: 0;
    width: 25%;
    z-index: 20;
}
section.structure .structure-box div.logo.agrp .logo-box {
    left: 0;
    top: 33.33%;
    width: 100%;
    height: 33.33%;
}
section.structure .structure-box div.logo.logistic {
    bottom: 0;
    left: 0;
    width: 50%;
}
section.structure .structure-box div.logo.logistic .logo-box {
    right: 0;
}
section.structure .structure-box div.logo.bvr {
    bottom: 0;
    left: 0;
    left: 50%;
    width: 50%;
}
section.structure .structure-box div.logo.bvr .logo-box {
    left: 0;
}
section.structure .structure-box div.logo.detra svg, section.structure .structure-box div.logo.agrp svg {
    fill: #f5f5f5;
}
body.is-desktop section.structure .structure-box div.logo.detra:hover svg, body.is-desktop section.structure .structure-box div.logo.agrp:hover svg {
    fill: #ededed;
}
body.is-desktop section.structure .structure-box div.logo.machinery:hover, body.is-desktop section.structure .structure-box div.logo.td:hover {
    background-color: #fafafa;
}
section.structure .structure-box div.logo.hgrp svg, section.structure .structure-box div.logo.bgrp svg, section.structure .structure-box div.logo.logistic svg, section.structure .structure-box div.logo.bvr svg {
    fill: #fafafa;
}
body.is-desktop section.structure .structure-box div.logo.hgrp:hover svg, body.is-desktop section.structure .structure-box div.logo.bgrp:hover svg, body.is-desktop section.structure .structure-box div.logo.logistic:hover svg, body.is-desktop section.structure .structure-box div.logo.bvr:hover svg {
    fill: #f2f2f2;
}
section.structure .structure-box.sa-remove div.logo {
    opacity: 0;
}
section.structure .structure-box.sa-remove div.logo.hgrp, section.structure .structure-box.sa-remove div.logo.bgrp {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
section.structure .structure-box.sa-remove div.logo.logistic, section.structure .structure-box.sa-remove div.logo.bvr {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
section.structure .structure-box.sa-remove div.logo.detra {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
section.structure .structure-box.sa-remove div.logo.agrp {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}
section.advantages .section-title {
    padding-top: 64px;
    padding-bottom: 130px;
}
section.advantages .row {
    min-height: 360px;
}
section.advantages .row .col.item {
    padding: 64px 5%;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.advantages .row .col.item .item-text {
    z-index: 20;
}
section.advantages .row .col.item .num, section.advantages .row .col.item .title, section.advantages .row .col.item p {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.advantages .row .col.item .num {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .3;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.advantages .row .col.item .title {
    margin-top: 32px;
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
section.advantages .row .col.item p {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
section.advantages .row .col.item.sa-remove .num, section.advantages .row .col.item.sa-remove .title, section.advantages .row .col.item.sa-remove p {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.enter-group .container {
    padding-bottom: 120px;
}
section.enter-group .section-title {
    padding-top: 130px;
    padding-bottom: 64px;
}
section.enter-group .row {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.enter-group .row .text {
    padding: 64px 10%;
    z-index: 20;
}
section.enter-group .row .text p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.75em;
}
section.enter-group .row .text p:last-child {
    margin-bottom: 0;
}
section.enter-group .row .text.with-after p:last-child {
    padding-bottom: 68px;
}
section.enter-group .row .text.with-after:after {
    bottom: 64px;
}
section.enter-group .row a.contacts-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 22;
}
section.enter-group .row a.contacts-button div.icon {
    width: 110px;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
section.enter-group .row a.contacts-button div.icon img {
    width: 80px;
    height: 80px;
}
section.enter-group .row a.contacts-button div.button-box {
    width: 90%;
}
section.enter-group .row a.contacts-button div.button-box button {
    height: 110px;
}
section.docs .container {
    padding-top: 110px;
}
section.docs .section-title {
    padding-left: 5%;
    padding-top: 145px;
    padding-bottom: 120px;
}
section.docs .section-title p {
    margin-top: 8px;
}
section.logotypes .row {
    z-index: 21;
}
section.logotypes .buttons {
    padding-left: 1px;
}
section.logotypes .buttons .button {
    display: block;
    width: calc(100% - 1px);
    height: 33.33%;
    border: 0px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.logotypes .buttons .button span {
    line-height: 1.57;
}
section.logotypes .buttons .button span > div {
    font-family: OpenSans, sans-serif;
    font-weight: normal;
    opacity: .5;
}
section.logotypes .buttons .button:nth-child(1) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
section.logotypes .buttons .button:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
section.logotypes .buttons .button:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
section.logotypes .buttons.sa-remove .button {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.logotypes .download-icon img, section.logotypes .download-icon .cap, section.logotypes .download-icon .desc {
    -webkit-transition: opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease, color .75s ease;
    transition: transform .75s ease, opacity .75s ease, color .75s ease, -webkit-transform .75s ease;
}
section.logotypes .download-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    background-color: #008f69;
    width: 1px;
    height: 100%;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
}
section.logotypes .download-icon.sa-remove img, section.logotypes .download-icon.sa-remove .cap, section.logotypes .download-icon.sa-remove .desc {
    opacity: 0;
}
body.is-desktop section.logotypes .download-icon:hover:after {
    opacity: 1;
}
section.logotypes .elements {
    padding: 80px 65px;
}
section.logotypes .elements .text {
    z-index: 20;
}
section.logotypes .elements .title {
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
}
section.logotypes .elements p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
}
section.logotypes .elements .title, section.logotypes .elements p {
    -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: transform .75s ease, opacity .75s ease;
    transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease;
}
section.logotypes .elements p {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.logotypes .elements.sa-remove .title, section.logotypes .elements.sa-remove p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
section.documents .section-title {
    padding-bottom: 100px;
}
section.documents ul.documents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.documents ul.documents .section-title {
    width: 75%;
}
section.documents ul.documents li.document {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    margin-bottom: 80px;
}
section.documents ul.documents li.document .icon {
    padding: 56px 0;
}
section.documents ul.documents li.document .icon img {
    margin: 0 auto;
}
section.documents ul.documents li.document .text {
    padding: 32px 0;
    text-align: center;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.documents ul.documents li.document .text .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.documents ul.documents li.document .text .size {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
section.documents ul.documents li.document.first {
    background-color: #01778d;
    margin-bottom: 0;
}
section.documents ul.documents li.document.first .text {
    color: #fff;
}
section.booklet {
    overflow: hidden;
}
section.booklet .section-title {
    padding-top: 14px;
    padding-bottom: 80px;
}
section.booklet .download-booklet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.booklet .download-booklet .icon {
    padding: 56px 0;
    height: 66%;
}
section.booklet .download-booklet .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
section.booklet .download-booklet .text {
    padding: 32px 0;
    text-align: center;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    height: 34%;
}
section.booklet .download-booklet .text .title {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}
section.booklet .download-booklet .text .size {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: .5;
}
.flipbook-viewport {
    z-index: 20;
}
.flipbook {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
    height: 500px;
}
.flipbook-viewport .flipbook {
    width: 100%;
    height: 100%;
}
.flipbook-viewport .page {
    width: 50%;
    height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
}
.equipment-overflow-box {
    overflow: hidden;
}
section.equipment-header {
    height: 100vh;
    background-color: #333333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
section.equipment-header .container {
    padding-top: 110px;
    height: 100%;
    z-index: 2;
}
section.equipment-header .section-title {
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 5%;
    color: #ffffff;
    white-space: nowrap;
}
section.equipment-header #equipment-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
section.equipment-header #equipment-svg.sa-remove {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
section.equipment-header .park-numbers {
    position: absolute;
    bottom: calc(100vw / 8);
    left: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) translate3d(-10%, 0, 0);
    transform: rotate(-30deg) translate3d(-10%, 0, 0);
    white-space: nowrap;
    color: #fff;
    z-index: 20;
}
section.equipment-header .park-numbers li {
    display: inline-block;
    vertical-align: top;
    margin-right: 48px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
section.equipment-header .park-numbers li .num {
    font-family: Metronic, sans-serif;
    line-height: 0.81;
    letter-spacing: -0.2px;
    font-size: 24px;
    font-weight: normal;
}
section.equipment-header .park-numbers li .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
section.equipment-header .park-numbers li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
section.equipment-header .park-numbers li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
section.equipment-header .park-numbers li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
section.equipment-header .park-numbers.sa-remove li {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
}
section.equipment .container {
    height: 900px;
}
.equipment-cars {
    z-index: 20;
}
.equipment-cars .car {
    position: absolute;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
.equipment-cars .car svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.equipment-cars .car.sa-remove-1 {
    -webkit-transform: translate3d(87px, -50px, 0);
    transform: translate3d(87px, -50px, 0);
    opacity: 0;
}
.equipment-cars .car.sa-remove-2 {
    -webkit-transform: translate3d(-87px, 50px, 0);
    transform: translate3d(-87px, 50px, 0);
    opacity: 0;
}
.equipment-cars .car.hidden {
    display: none;
}
section.equipment-categories .category {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 72px;
    margin: 0 auto;
}
section.equipment-categories .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.76;
    letter-spacing: -0.6px;
    font-size: 90px;
}
section.equipment-categories .cap {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 600;
}
section.equipment-categories .num, section.equipment-categories .cap {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.equipment-categories .num.sa-remove, section.equipment-categories .cap.sa-remove {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.equipment-categories ul {
    margin-top: 32px;
}
section.equipment-categories ul li {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.57em;
    margin-bottom: 0.72em;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
section.equipment-categories ul li:last-child {
    margin-bottom: 0;
}
section.equipment-categories ul li.sa-remove {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
section.evolution .evolution-container {
    background-size: cover;
    background-position: center center;
}
section.evolution .evolution-container .evolution-number-box {
    padding: 122px 7.14% 143px 7.14%;
    overflow: hidden;
}
section.evolution .section-title .description {
    color: #ffffff;
}
section.evolution .number {
    color: #fff;
    margin-top: 112px;
}
section.evolution .number .cap {
    font-family: Metronic, sans-serif;
    font-weight: 600;
    line-height: 0.71;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
section.evolution .number .dial-number-box {
    margin-left: -10px;
}
section.evolution .number p {
    margin-top: -26px;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.57;
}
section.equipment-services .section-title {
    padding-top: 104px;
    padding-bottom: 80px;
    padding-left: 6.6%;
}
section.equipment-services .line.line-2 {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.equipment-services .rov {
    z-index: 20;
}
section.equipment-services .number-box {
    padding: 56px;
}
section.equipment-services .number-box .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.2px;
    font-size: 40px;
}
section.equipment-services .number-box .cap {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.equipment-services ul.row.services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.equipment-services ul.row.services li {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    overflow: hidden;
}
section.equipment-services ul.row.services li .image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px 40px;
    z-index: 20;
}
section.equipment-services ul.row.services li .image img {
    margin: 0 auto;
    width: 80%;
    height: auto;
}
section.equipment-services ul.row.services li .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
}
section.equipment-services ul.row.services li .image.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.equipment-services ul.row.services li .data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    padding: 46px 40px;
    z-index: 20;
}
section.equipment-services ul.row.services li .data .title {
    font-family: Metronic, sans-serif;
    line-height: 1.13;
    font-weight: 600;
    font-size: 16px;
}
section.equipment-services ul.row.services li .data .text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
section.equipment-services ul.row.services li .data:after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
}
section.equipment-services ul.row.services li .data.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.manufacturers .section-title {
    padding-top: 35px;
    padding-left: 10%;
    z-index: 21;
}
section.manufacturers ul.row.qubes-8 li {
    width: 12.5%;
    height: auto;
}
section.manufacturers ul.row.qubes-8 li:nth-child(1), section.manufacturers ul.row.qubes-8 li:nth-child(3) {
    border-right: 1px rgba(51, 51, 51, 0.08) solid;
}
section.manufacturers ul.row.qubes-8 li:last-child {
    width: 50%;
}
section.manufacturers ul.row.manufacturers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.manufacturers ul.row.manufacturers li {
    overflow: hidden;
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
section.manufacturers ul.row.manufacturers li:nth-child(1), section.manufacturers ul.row.manufacturers li:nth-child(2) {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
section.manufacturers ul.row.manufacturers li img {
    width: 100%;
    height: auto;
}
section.manufacturers ul.row.manufacturers li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
section.manufacturers ul.row.manufacturers li.sa-remove:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.people-header .container {
    padding-top: 232px;
}
section.people-header .container .section-title {
    padding-top: 27px;
    padding-bottom: 170px;
    padding-left: 56px;
    padding-right: 80px;
}
section.people-header .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.people-header .video-box .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 64px 56px;
    font-family: Metronic, sans-serif;
    line-height: 1.14;
    font-size: 28px;
    color: #fff;
}
.story {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 25;
}
.story img.photo {
    width: 100%;
    height: auto;
}
.story .col-50 {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.story .col-50-img {
    width: calc(50% + 1px);
}
.story .col-50-txt {
    width: calc(50% - 1px);
}
.story .col-emp {
    border-bottom: 1px rgba(51, 51, 51, 0.08) solid;
}
.story.story-half {
    border-top: 0;
}
.story.story-half .col-50-txt {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
}
.story-box {
    padding: 64px 80px 76px 56px;
    z-index: 20;
}
.story-box > * {
    z-index: 20;
}
.story-box.white {
    color: #ffffff;
}
.story-box p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 1em;
}
.story-box p:first-child {
    margin-top: 0;
}
.story-box .signature {
    margin-top: 80px;
}
.story-box .signature .name {
    font-family: Metronic, sans-serif;
    line-height: 1.18;
    font-size: 22px;
}
.story-box .signature .position {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.57;
    opacity: 0.7;
}
.story-box:after {
    z-index: 21;
    bottom: 48px;
}
section.employment {
    background-color: #01778d;
}
section.employment .container {
    padding: 88px 0;
}
section.employment .section-title {
    padding-top: 46px;
}
section.employment .section-title h2, section.employment .section-title .description, section.employment .section-title p {
    color: #fff;
}
section.employment .section-title .description {
    padding-right: 56px;
}
section.employment .section-title p {
    max-width: 600px;
}
section.employment .container {
    padding-bottom: 120px;
}
section.employment .number-box {
    padding: 42px 64px 48px 64px;
    background-color: #333333;
}
section.employment .number-box .num {
    font-family: Metronic, sans-serif;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -0.6px;
    font-size: 70px;
    color: #fff;
}
section.employment .number-box .cap {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
    opacity: 0.7;
}
section.employment .button {
    height: 110px;
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    z-index: 20;
}
section.employment .button span {
    color: #01778d;
}
section.policy .container {
    padding-top: 110px;
}
section.policy .section-title {
    padding-left: 5%;
    padding-top: 48px;
    padding-bottom: 48px;
}
section.policy .policy-content {
    border-top: 1px rgba(51, 51, 51, 0.08) solid;
    font-size: 16px;
    line-height: 1.75;
    padding: 56px 6.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
}
section.policy .policy-content p {
    margin-bottom: 40px;
}
section.policy .policy-content p:last-child {
    margin-bottom: 0;
}
section.policy .policy-content p, section.policy .policy-content ul {
    max-width: 720px;
}
section.policy .policy-content ul {
    margin-bottom: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.policy .policy-content ul li {
    padding-left: 20px;
    margin-bottom: 12px;
}
section.policy .policy-content ul li:last-child {
    margin-bottom: 0;
}
section.policy .policy-content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333;
}
section.policy button {
    margin-top: 64px;
    z-index: 20;
}
section.inner-about {
    padding-top: 90px;
    overflow: hidden;
}
section.inner-about .box {
    margin-bottom: 100px;
}
section.inner-about .box .tit, section.page_title .tit {
    font-size: 36px;
    font-weight: bold;
    color: #01778d;
    margin-bottom: 30px;
}
section.page_title .tit {
    margin-top: 90px;
}
section.inner-about .box .con {
    color: #4f4f4f;
    line-height: 25px;
    font-size: 14px;
}
.inner-about .con .pageinfo .row {
    clear: both;
}
.inner-about .con .pageinfo .row .col-md-6 div {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.inner-about .con .pageinfo .row .col-md-6 div p {
    clear: both;
    width: 100%;
}
@media(max-width:990px) {
    .inner-about .con .pageinfo .row .col-md-6 {
        width: 100%;
    }
}
/*======================



Contact Page Style



========================*/
section.inner-contact {
    padding: 0px 0 90px 0;
    overflow: hidden;
}
section.inner-contact .con {
    float: left;
    width: 24%;
    margin-right: 15px;
}
section.inner-contact .con:nth-child(4) {
    margin-right: 0;
}
.contact-lx {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    background: #f4f6f8;
}
.contact-lx i {
    margin-right: 15px;
    color: #00778d;
}
.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 60px 10px;
    margin-top: 30px;
    line-height: 20px;
}
.contact-info-item .con-info-icon {
    border: 1px solid #00778d;
    border-radius: 100px;
    color: #00778d;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.contact-info-item .con-info-txt {
    font-size: 14px;
    line-height: 25px;
}
.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
}
.contact-info-item:hover .con-info-icon {
    background-color: #00778d;
    color: #FFFFFF;
}
.contact-form-inner .col-6 {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.contact-form-inner .col-6:nth-child(2) {
    margin-right: 0;
}
.contact-form-inner .col-12 {
    width: 100%;
}
.contact-form-content {
    width: 100%;
    margin-top: 80px;
}
.contact-form-content span {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}
.input-item {
    margin-top: 30px;
}
.input-item input, .input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.input-item input:focus, .input-item textarea:focus {
    border-color: #eeb644;
}
.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}
.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}
.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
    min-height: 50px;
    width: 200px
}
.btn-brand {
    background-color: #00778d;
    border-color: #00778d;
    border-radius: 25px;
    color: #fff;
}
.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}
/*news*/
.inner-news {
    padding: 45px 0;
    overflow: hidden;
}
.inner-news .con {
    margin-bottom: 30px;
}
.inner-news .con .tit {
    width: 100%;
    height: 35px;
    background: #00778d;
    margin-bottom: 37px;
}
.inner-news .con .tit span {
    text-indent: 17px;
    line-height: 35px;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.inner-news .con .tit em {
    line-height: 35px;
    display: block;
    float: right;
    font-size: 16px;
    margin-right: 30px;
}
.inner-news .con .tit em a {
    color: #fff;
}
.inner-news .con .main {
    width: 100%;
    height: 140px;
    background: #e9e9e9;
    position: relative;
    margin-bottom: 30px;
}
.inner-news .con .main img {
    position: absolute;
    top: 14px;
    left: 17px;
    width: 153px;
    height: 110px;
}
.inner-news .con .main .t-1 {
    width: 810px;
    height: 26px;
    position: absolute;
    top: 24px;
    left: 210px;
}
.inner-news .con .main .t-1 a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
.inner-news .con .main .t-2 {
    width: 875px;
    height: 78px;
    line-height: 22px;
    position: absolute;
    top: 50px;
    left: 210px;
    font-size: 14px;
    color: #5b5b5b;
    overflow: hidden;
}
/************新闻详情**************/
.news-info .leftwrap {
    width: 100%;
    padding: 50px 0;
}
.news-info.twrap .leftwrap, .news-info.m-wrap .leftwrap {
    margin-right: 0;
    width: 100%;
}
.news-info h1 {
    font-weight: normal;
    margin-bottom: 14px;
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}
.news-info .entry-meta {
    padding: 8px 20px;
    background: #edf1f7;
    overflow: hidden;
    color: #505050;
    line-height: 36px;
    font-size: 14px;
}
.news-info .contwrap {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #555;
}
.news-info .contwrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.news-info .paging {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}
.news-info .paging .fl {
    font-size: 14px;
    line-height: 22px;
}
.news-info .paging a {
    color: #666;
}
.news-info .paging a:hover {
    color: #098ca3;
}
.news-info .paging .return {
    border: 1px solid #ddd;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
}
.news-info .paging .return:hover {
    border: 1px solid #098ca3;
    background-color: #098ca3;
    color: #fff;
}
.inner-inquiry {
    padding: 45px 0;
    overflow: hidden;
}
.inner-inquiry .inquiry_list {
    margin-bottom: 50px;
}
/*产品页头部菜单*/
.pro-88 {
    width: 100%;
    height: 88px;
    background: #fff;
}
.pro-top {
    width: 100%;
    height: auto; /*70px;*/ min-height: 70px;
    background: #088aa1; /*position:fixed;  top: 88px;
    left: 0;
    z-index: 999;*/
}
.pro-top .pro-menu {
    width: 100%;
}
.pro-top .pro-menu .pro-menu-all {
    width: 218px;
    padding: 30px 0 15px 0;
    position: relative;
    float: left;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-txt {
    padding-left: 60px;
    font-size: 18px;
    color: #fff;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-txt a {
    color: #fff;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-txt i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 36px;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con {
    width: 1130px;
    ;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 100;
    display: none;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con i {
    position: absolute;
    top: -7px;
    left: 100px;
    font-size: 18px;
    color: #fff;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main {
    padding: 32px 26px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #D8D8D8;
    overflow: hidden;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main dl {
    width: 210px;
    float: left;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main dl dt {
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main dl dt a {
    color: #313131;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main dl dd {
    line-height: 25px;
    font-size: 14px;
    color: #6d6d6d;
}
.pro-top .pro-menu .pro-menu-all .pro-menu-all-con .main dl dd a {
    color: #6d6d6d;
}
.pro-top .pro-menu .search-box {
    width: 630px;
    margin-top: 13px;
    float: left;
}
.pro-top .pro-menu .search-box .search-form {
    position: relative
}
.pro-top .pro-menu .search-box .search-form .search-input {
    display: block;
    width: 579px;
    height: 45px;
    line-height: initial;
    background: #fff;
    color: #373737;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 45px;
    text-indent: 10px;
    border: 0;
}
.pro-top .pro-menu .search-box .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background: #19b5ce;
    border: 0;
    width: 51px;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    cursor: pointer
}
.pro-top .pro-menu .search-box .search-btn {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    color: #fff
}
.pro-top .pro-menu .search-box i {
    color: #fff;
}
.pro-top .pro-menu .login {
    float: left;
    margin-top: 27px;
    margin-right: 50px;
    margin-left: 31px;
    font-size: 14px;
}
.pro-top .pro-menu .login a, .pro-top .pro-menu .pro-menu-link a {
    color: #fff;
}
.pro-top .pro-menu .login i {
    color: #fff;
    margin-right: 11px;
}
.pro-top .pro-menu .pro-menu-link {
    float: left;
    margin-top: 27px;
    font-size: 14px;
}
/*产品首页*/
.inner-pro {
    padding: 60px 0;
    overflow: hidden;
}
.inner-pro-tit {
    height: 63px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.inner-pro .pro-main {
    padding-bottom: 50px;
}
.inner-pro .pro-main li {
    width: 320px;
    height: 337px;
    border-top: 6px solid #0590a7;
    float: left;
    margin: 0 28px;
    margin-bottom: 60px;
}
@media(max-width:1400px) and (min-width:1200px){
	.inner-pro .pro-main li {
		 margin: 0 18px;
	}
}
.inner-pro .pro-main li .con {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.inner-pro .pro-main li .con .txt {
    padding: 28px 20px 16px 20px;
}
.inner-pro .pro-main li .con .txt .t-1 {
    text-align: center;
    height: 45px;
    font-size: 24px;
    color: #000;
}
.inner-pro .pro-main li .con .txt .t-2 {
    text-align: center;
    height: 48px;
    line-height: 18px;
    font-size: 14px;
    color: #6f6f6f;
}
.inner-pro .pro-main li .con .txt .more {
    width: 109px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #8b8b8b;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}
.inner-pro .pro-main li .con .txt .more a {
    display: block;
    color: #222;
}
.inner-pro .pro-main li .con img {
    width: 292px;
    height: 195px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*产品列表页*/
.list-pro {
    padding: 38px 0;
    overflow: hidden; /*margin-top: 70px;*/
	clear: both;
}
.list-pro-1 {
    padding-bottom: 50px;
}
.list-pro-fl {
    width: 254px;
    overflow: hidden;
    float: left;
}
@media(max-width:1400px ) and (min-width:1200px){
	.list-pro-fl {width: 231px;}
}
.list-pro-fl .cat-t {
    margin-bottom: 15px;
    padding: 15px;
    overflow-y: auto;
    max-height: 281px;
    background-color: #098ca3;
    border: 1px solid #098ca3;
    color: #fff;
}
.list-pro-fl .cat-t h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.list-pro-fl .cat-t li {
    line-height: 25px;
    font-size: 14px;
}
.list-pro-fl .cat-t li a {
    color: #fff;
}
.list-pro-fl .cat-t li a i {
    float: right;
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #fff;
    color: #098ca3;
    vertical-align: bottom;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.list-pro-fl .cat-t li a i:before {
    display: inline-block;
}
.list-pro-fl .cat-list {}
.list-pro-fl .cat-list .con {
    border: 1px solid #ececec;
    margin-bottom: 15px;
    padding: 15px;
    max-height: 281px;
    overflow-y: auto;
}
.list-pro-fl .cat-list .con h3 {
    font-size: 15px;
    color: #313131;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.list-pro-fl .cat-list .con ul {
    margin-bottom: 0;
}
.list-pro-fl .cat-list .con ul li {
    font-size: 14px;
    line-height: 27px;
}
.list-pro-fl .cat-list .con ul li a {
    color: #3e3e3e;
    cursor: pointer;
}
.list-pro-fl .cat-list .con ul li span {
    color: #3e3e3e;
    margin-left: 10px;
}
.list-pro-fr {
    width: 840px;
    float: right;
}
.list-pro-fr .pro-main-1 {}
.list-pro-fr .pro-main-1 li {
    width: 267px;
    height: 287px;
    border-top: 5px solid #0590a7;
    float: left;
    margin-right: 12px;
    margin-bottom: 23px;
}
.list-pro-fr .pro-main-1 li:nth-child(3n) {
    margin-right: 0;
}
.list-pro-fr .pro-main-1 li .con {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.list-pro-fr .pro-main-1 li .con .txt {
    padding: 26px 20px 8px 20px;
}
.list-pro-fr .pro-main-1 li .con .txt .t-1 {
    text-align: center;
    height: 45px;
    font-size: 24px;
    color: #000;
}
.list-pro-fr .pro-main-1 li .con .txt .t-2 {
    text-align: center;
    height: 48px;
    line-height: 18px;
    font-size: 14px;
    color: #6f6f6f;
}
.list-pro-fr .pro-main-1 li .con .txt .more {
    width: 109px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #8b8b8b;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}
.list-pro-fr .pro-main-1 li .con .txt .more a {
    display: block;
    color: #222;
}
.list-pro-fr .pro-main-1 li .con img {
    width: 222px;
    height: 148px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pro-main-2 {}
.pro-main-2 .con {
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #0590a7;
    margin-bottom: 16px;
}
.pro-main-2 .con .con-m {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.pro-main-2 .con .con-m img {
    width: 233px;
    height: 155px;
    margin: 24px 30px 28px 14px;
    float: left;
    display: block;
}
.pro-main-2 .con .con-m .b-1 {
    width: 290px;
    overflow: hidden;
    padding-top: 33px;
    padding-right: 30px;
    float: left;
}
.pro-main-2 .con .con-m .b-1 .tit {
    height: 30px;
    font-size: 17px;
    color: #000;
}
.pro-main-2 .con .con-m .b-1 .tit a {
    color: #000;
}
.pro-main-2 .con .con-m .b-1 .txt {
    line-height: 23px;
    font-size: 14px;
    color: #6f6f6f;
}
.pro-main-2 .con .con-m .b-2 {
    padding-top: 83px;
    float: left;
}
.pro-main-2 .con .con-m .b-2 .txt-input {
    width: 52px;
    height: 40px;
    position: relative;
    margin-top: 46px;
    float: left;
}
.pro-main-2 .con .con-m .b-2 .txt-input .text-input__input {
    border: 1px solid #72777d;
    margin-bottom: 5px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    width: 100%;
    color: #000;
    border-radius: 2px;
    text-align: center;
}
.pro-main-2 .con .con-m .b-2 .txt-input .text-input__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #72777d;
    font-weight: 400;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    width: 100% !important;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(-180%);
}
.pro-main-2 .con .con-m .b-2 .txt-input .text-input__text {
    text-align: center;
    line-height: 1.3;
    padding: 0 2px !important;
    -webkit-transition: background-color .1s, -webkit-transform .1s;
    transition: background-color .1s, -webkit-transform .1s;
    transition: background-color .1s, transform .1s;
    transition: background-color .1s, transform .1s, -webkit-transform .1s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background-color: #fff;
    font-weight: 500;
    transform: scale(.85);
}
.pro-main-2 .con .con-m .b-2 .txt-link {
    width: 176px;
    height: 98px;
    float: left;
    margin-left: 6px;
}
.pro-main-2 .con .con-m .b-2 .txt-link span {
    width: 172px;
    height: 38px;
    display: block;
    border: 2px solid #0a8ca4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}
.pro-main-2 .con .con-m .b-2 .txt-link span a {
    color: #0a8ca4;
    display: block;
    line-height: 38px;
}
.pro-main-2 .con .con-m .b-2 .txt-link span a:hover {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 36px;
}
/*产品终端页*/
.show-pro {
    padding: 80px 0;
    overflow: hidden;
}
.show-pro .box-1 {
    margin-bottom: 78px;
    overflow: hidden;
}
.box-2 .txt ul {
    zoom: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-2 .txt ul li:nth-child(1), .box-2 .txt ul li:nth-child(2) {
    border-top: #ccc solid 1px;
}
.box-2 .txt ul li {
    border-bottom: #ccc solid 1px;
    zoom: 1;
    overflow: hidden;
    width: 50%;
}
.box-2 .txt ul li:last-child {}
.box-2 .txt ul li span.specifications__description {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    border: 0px;
    font: inherit;
    background-color: rgb(238, 238, 238);
    width: 254.332px;
    float: left;
}
.box-2 .txt ul li span.specifications__value {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    border: 0px;
    font: inherit;
    width: 254.332px;
    float: left;
}
/*================================



Single Product Page Style



==================================*/
.product-thumb-area {
    width: 30%;
    float: left;
}
.product-thumb-area .pro-thumb-item img {
    margin: auto;
    max-width: 100%;
}
.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}
.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 27px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 42px;
}
.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}
.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}
.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}
.prod-details-info-content {
    width: 70%;
    float: left;
    padding-left: 50px;
}
.prod-details-info-content h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 11px;
}
.prod-details-info-content .txt {
    line-height: 28px;
    font-size: 16px;
    color: #505050;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
    .prod-details-info-content h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}
.prod-details-info-content .price {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 33px;
}
@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
.product-config {
    margin: 40px 0;
}
.product-config .table {
    margin-bottom: 0;
}
.product-config .table-bordered td, .product-config .table-bordered th {
    border-color: #e1e1e1;
}
.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}
.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.product-config .table .config-option a:last-child {
    margin-right: 0;
}
.product-config .table .config-option a:hover {
    color: #db0303;
}
.product-meta {
    margin-top: 40px;
}
.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}
.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}
.product-meta a:last-child {
    margin-right: 0;
}
.product-meta a:hover {
    color: #db0303;
}
.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}
.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}
.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}
.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}
.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}
.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}
.product-description-review {
    margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}
.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product-description-review .desc-review-tab-menu li {
    width: 100%;
}
.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}
.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}
.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}
@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}
.product-description-review .tab-tit {
    line-height: 40px;
    background: linear-gradient(to right, #6f6f6f, #000);
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
}
.product-description-review .tab-content {
    padding: 20px 0;
    line-height: 25px;
}
@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}
.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}
.product-rating-wrap .average-rating h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}
.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}
.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}
.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover ~ i {
    color: #ccc;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}
.product-rating-wrap .rating-form-wrapper .rating-form input, .product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.product-rating-wrap .rating-form-wrapper .rating-form input:focus, .product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}
.prod-details-info-content .b-2 .txt-input {
    width: 52px;
    height: 40px;
    position: relative;
    float: left;
}
.prod-details-info-content .b-2 .txt-input .text-input__input {
    border: 1px solid #72777d;
    margin-bottom: 5px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    width: 100%;
    color: #000;
    border-radius: 2px;
    text-align: center;
}
.prod-details-info-content .b-2 .txt-input .text-input__label {
    color: #72777d;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    transform: translateY(-180%);
}
.prod-details-info-content .b-2 .txt-input .text-input__text {
    background-color: #fff;
    font-weight: 500;
}
.prod-details-info-content .b-2 .txt-link {
    width: 172px;
    height: 40px;
    float: left;
    margin-left: 6px;
    display: block;
    border: 2px solid #0a8ca4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.prod-details-info-content .b-2 .txt-link a {
    color: #0a8ca4;
    display: block;
    line-height: 40px;
}
.prod-details-info-content .b-2 .txt-link a:hover {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 38px;
}
.show-pro .box-2 {
    margin-bottom: 45px;
}
.show-pro .box-2 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.show-pro .box-2 .txt {
    line-height: 25px;
    font-size: 14px;
}
.show-pro .box-3 {
    margin-bottom: 20px;
    clear: both;
    padding-top: 20px;
}
.show-pro .box-3 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.show-pro .box-3 li {
    height: 24px;
    margin-bottom: 21px;
}
.show-pro .box-3 li span {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.show-pro .box-3 li span a {
    color: #0a8ca4;
}
.show-pro .box-3 li i {
    margin-right: 15px;
    font-size: 18px;
    color: #c8102e;
}
.show-pro .box-4 {
    margin-bottom: 40px;
}
.show-pro .box-4 .tit {
    margin-bottom: 30px;
}
.show-pro .box-4 .tit span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}
.show-pro .box-4 .tit em {
    display: block;
    font-size: 14px;
    color: #313131;
}
.show-pro .box-4 ul li {
    border: 1px solid #d8d8d8;
}
.show-pro .box-4 ul li .con {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}
.show-pro .box-4 ul li .con:nth-child(3n) {
    border-bottom: 0;
}
.show-pro .box-4 ul li .con img {
    display: block;
    float: left;
    margin: 16px;
    width: 195px;
    height: 130px;
}
.show-pro .box-4 ul li .con .txt {
    padding: 31px 0 0 9px;
    float: left;
    width: 54%;
}
.show-pro .box-4 ul li .con .txt .t-1 {
    height: 17px;
    font-size: 16px;
    color: #000;
}
.show-pro .box-4 ul li .con .txt .t-1 a {
    color: #000;
}
.show-pro .box-4 ul li .con .txt .t-2 {
    line-height: 21px;
    font-size: 14px;
    color: #535252;
}
.show-pro .box-4 ul li .con .t-3 {
    padding: 58px 44px 0 0;
    float: right;
}
.show-pro .box-4 ul li .con .t-3 .txt-input {
    width: 52px;
    height: 40px;
    position: relative;
    float: left;
}
.show-pro .box-4 ul li .con .t-3 .txt-input .text-input__input {
    border: 1px solid #72777d;
    margin-bottom: 5px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    width: 100%;
    color: #000;
    border-radius: 2px;
    text-align: center;
}
.show-pro .box-4 ul li .con .t-3 .txt-input .text-input__label {
    color: #72777d;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    transform: translateY(-180%);
}
.show-pro .box-4 ul li .con .t-3 .txt-input .text-input__text {
    background-color: #fff;
    font-weight: 500;
}
.show-pro .box-4 ul li .con .t-3 .txt-link {
    width: 172px;
    height: 40px;
    float: left;
    margin-left: 6px;
    display: block;
    border: 2px solid #0a8ca4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.show-pro .box-4 ul li .con .t-3 .txt-link a {
    color: #0a8ca4;
    display: block;
    line-height: 40px;
}
.show-pro .box-4 ul li .con .t-3 .txt-link a:hover {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 38px;
}
.show-pro .box-4 .hd {
    margin-top: 35px;
}
.show-pro .box-4 .swiper-pagination-bullet-active {
    background: #0a8ca4 !important;
}
.show-pro .box-4 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 6;
    background: #999;
    opacity: 1 !important;
    margin: 0 5px
}
.show-pro .box-4 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}
.show-pro .box-4 .swiper-button-next, .show-pro .box-4 .swiper-button-prev {
    width: 30px;
    height: 40px;
    margin-top: -24px;
    background: #cdd1d7;
    transition: 0.3s;
}
.show-pro .box-4 .swiper-button-prev i {
    font-size: 34px;
    color: #fff;
    position: relative;
    left: 9px;
    top: 2px;
}
.show-pro .box-4 .swiper-button-next, .show-pro .box-4 .swiper-button-prev {
    width: 30px;
    height: 40px;
    margin-top: -24px;
    background: #cdd1d7;
    transition: 0.3s;
}
.show-pro .box-4 .swiper-button-next:hover, .show-pro .box-4 .swiper-button-prev:hover {
    background: #0a8ca4;
}
.show-pro .box-4 .swiper-button-next i {
    font-size: 34px;
    color: #fff;
    position: relative;
    left: 11px;
    top: 2px;
}
.show-pro .box-5 {
    margin-bottom: 40px;
}
.show-pro .box-5 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.show-pro .box-5 ul li {
    width: 25%;
    border: 1px solid #d8d8d8;
    padding-bottom: 30px;
}
.show-pro .box-5 ul li:nth-child(3n) {}
.show-pro .box-5 ul li img {
    display: block;
    margin: 16px 14px 36px 14px;
    width: 233px;
    height: 156px;
}
.show-pro .box-5 ul li .t-1 {
    height: 36px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.show-pro .box-5 ul li .t-1 a {
    color: #000;
}
.show-pro .box-5 ul li .t-2 {
    width: 227px;
    height: 80px;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #535252;
}
.show-pro .box-5 ul li .t-3 {
    margin: 0 0 30px 16px;
}
.show-pro .box-5 ul li .t-3 .txt-input {
    width: 52px;
    height: 40px;
    position: relative;
    float: left;
}
.show-pro .box-5 ul li .t-3 .txt-input .text-input__input {
    border: 1px solid #72777d;
    margin-bottom: 5px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    width: 100%;
    color: #000;
    border-radius: 2px;
    text-align: center;
}
.show-pro .box-5 ul li .t-3 .txt-input .text-input__label {
    color: #72777d;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    transform: translateY(-180%);
}
.show-pro .box-5 ul li .t-3 .txt-input .text-input__text {
    background-color: #fff;
    font-weight: 500;
}
.show-pro .box-5 ul li .t-3 .txt-link {
    width: 172px;
    height: 40px;
    float: left;
    margin-left: 6px;
    display: block;
    border: 2px solid #0a8ca4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.show-pro .box-5 ul li .t-3 .txt-link a {
    color: #0a8ca4;
    display: block;
    line-height: 40px;
}
.show-pro .box-5 ul li .t-3 .txt-link a:hover {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 38px;
}
.show-pro .box-5 .swiper-button-next, .show-pro .box-5 .swiper-button-prev {
    width: 30px;
    height: 40px;
    margin-top: -24px;
    background: #cdd1d7;
    transition: 0.3s;
}
.show-pro .box-5 .swiper-button-prev {
    left: calc((10% - 78px - 24px));
}
.show-pro .box-5 .swiper-button-next {
    right: calc((10% - 78px - 24px));
}
.show-pro .box-5 .swiper-button-next:hover, .show-pro .box-5 .swiper-button-prev:hover {
    background: #0a8ca4;
}
.show-pro .box-5 .swiper-button-prev i {
    font-size: 34px;
    color: #fff;
    position: relative;
    left: 9px;
    top: 2px;
}
.show-pro .box-5 .swiper-button-next i {
    font-size: 34px;
    color: #fff;
    position: relative;
    left: 11px;
    top: 2px;
}
/*angular 分页*/
.pages {
    clear: both;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.no-items {
    line-height: 40px;
    padding: 10px 20px;
}
ul.am-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul.am-pagination {
    margin-bottom: 40px;
    margin-top: 10px;
}
ul.am-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul.am-pagination > li {
    display: inline;
}
ul.am-pagination > li > a, ul.am-pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* ul.am-pagination >li.am-active span{ background: #F60;} */
.am-pagination > .am-active > a, .am-pagination > .am-active > span, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span:hover, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
/*询盘产品列表*/
.btns .add_to_inquiry_num {
    height: 32px;
}
.goodsList {
    position: fixed;
    top: 200px;
    right: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
    border: #ccc solid 1px;
    width: 220px;
    min-height: 100px;
    z-index: 9999;
    background: #fff;
}
.goodsList .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.goodsList ul.goods li {
    border-bottom: #ccc solid 1px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
    font-weight: normal;
}
.goodsList ul.goods li:last-child {
    border-bottom: none;
}
.goodsList ul.goods li a.delete_inquiry_goods {
    color: red;
}
.goodsList .inquiry_go {
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}
a:hover.inquiry_go {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 38px;
}
a.inquiry_go {
    color: #0a8ca4;
    display: block;
    line-height: 30px;
    padding: 2px 20px;
    border: 2px solid #0a8ca4;
}
ul.inquiry_goods_list {
    display: flex;
    flex-direction: row;
}
ul.inquiry_goods_list li {
    margin-right: 10px;
}
ul.inquiry_goods_list li a.delete_inquiry_goods {
    color: red;
}
.btn-warning:hover {
    color: #fff;
    background: #0a8ca4;
    display: block;
    height: 38px;
}
.btn-warning {
    color: #0a8ca4;
    display: block;
    line-height: 30px;
    padding: 2px 20px;
    border: 2px solid #0a8ca4;
}
ul.icheck-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* 补充 bootstrap 开始*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/* 补充 bootstrap 结束*/
/*DOWN*/
.down {
    padding-bottom: 75px;
}
.down li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #ddd;
}
.down li span {
    display: block;
    line-height: 85px;
    float: left;
    font-size: 18px;
}
.down li span a {
    color: #131313;
}
.down li span i {
    font-size: 20px;
    margin-right: 20px;
}
.down li em {
    display: block;
    width: 195px;
    line-height: 48px;
    text-align: center;
    margin-top: 25px;
    background: #eaeaea;
    float: right;
    font-size: 18px;
}
.down li em a {
    color: #939393;
    display: block;
}
.down li:hover span a {
    color: #01778d;
}
.down li:hover em a {
    color: #fff;
    background: #01778d;
}
#info_form .col-md-6 {
    width: 50%;
    margin-right: 20px;
}
.email_inner .has-feedback .form-control-feedback {
    top: 130px !important;
}
.text1 {
    color: #111111;
    font-size: 38px;
    line-height: 42px;
    padding: 0px 40px;
}
.text2 {
    font-size: 16px;
    color: #555;
    padding: 0px 40px;
}
section.page-footer .column.column-menu menu li {
    line-height: 18px;
    margin-bottom: 7px;
}