@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 100%;
    background: transparent
}

body,
html {
    height: 100%
}

a img,
fieldset,
img {
    border: none
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

button,
input {
    margin: 0;
    padding: 0;
    border: 0
}

button,
input[type=submit] {
    cursor: pointer
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: none
}

ol,
ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    opacity: 1;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.introjs-overlay {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.introjs-showElement,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
    z-index: 9999999 !important
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.introjs-relativePosition,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
    position: relative
}

.introjs-helperLayer {
    z-index: 9999998;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px .9375rem rgba(0, 0, 0, .4);
    box-shadow: 0 2px .9375rem rgba(0, 0, 0, .4)
}

.introjs-helperLayer,
.introjs-tooltipReferenceLayer {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-tooltipReferenceLayer {
    visibility: hidden;
    z-index: 90;
    background-color: transparent
}

.introjs-helperLayer *,
.introjs-helperLayer :after,
.introjs-helperLayer :before {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-helperNumberLayer {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    top: -1rem;
    left: -1rem;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: .8125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: #ff3019;
    background: -webkit-linear-gradient(top, #ff3019, #cf0404);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), color-stop(100%, #cf0404));
    background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), to(#cf0404));
    background: linear-gradient(180deg, #ff3019 0, #cf0404);
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border: 3px solid #fff;
    border-radius: 50%;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
    filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.introjs-arrow {
    border: 5px solid transparent;
    content: "";
    position: absolute
}

.introjs-arrow.top,
.introjs-arrow.top-right {
    top: -10px;
    border-bottom-color: #fff
}

.introjs-arrow.top-right {
    right: 10px
}

.introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #fff
}

.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-left-color: #fff
}

.introjs-arrow.right-bottom {
    bottom: 10px;
    right: -10px;
    border-left-color: #fff
}

.introjs-arrow.bottom,
.introjs-arrow.bottom-right {
    bottom: -10px;
    border-top-color: #fff
}

.introjs-arrow.bottom-right {
    right: 10px
}

.introjs-arrow.bottom-middle {
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color: #fff
}

.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-right-color: #fff
}

.introjs-arrow.left-bottom {
    left: -10px;
    bottom: 10px;
    border-right-color: #fff
}

.introjs-tooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    padding: 10px;
    background-color: #fff;
    min-width: 12.5rem;
    max-width: 18.75rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.introjs-tooltipbuttons {
    text-align: right;
    white-space: nowrap
}

.introjs-button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .3em .8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    border-radius: .2em;
    zoom: 1;
    *display: inline;
    margin-top: 10px
}

.introjs-button:hover {
    border-color: #bcbcbc;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px #e3e3e3;
    box-shadow: 0 1px 1px #e3e3e3
}

.introjs-button:active,
.introjs-button:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
    background-image: -o-linear-gradient(#ececec, #f4f4f4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
    background-image: -webkit-linear-gradient(#ececec, #f4f4f4);
    background-image: linear-gradient(#ececec, #f4f4f4)
}

.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.introjs-skipbutton {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 5px;
    color: #7a7a7a
}

.introjs-prevbutton {
    border-radius: .2em 0 0 .2em;
    border-right: 0
}

.introjs-prevbutton.introjs-fullbutton {
    border: 1px solid #d4d4d4;
    border-radius: .2em
}

.introjs-nextbutton {
    border-radius: 0 .2em .2em 0
}

.introjs-nextbutton.introjs-fullbutton {
    border-radius: .2em
}

.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
    color: #9a9a9a;
    border-color: #d4d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none
}

.introjs-hidden {
    display: none
}

.introjs-bullets {
    text-align: center
}

.introjs-bullets ul {
    clear: both;
    margin: .9375rem auto 0;
    padding: 0;
    display: inline-block
}

.introjs-bullets ul,
.introjs-bullets ul li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-bullets ul li {
    list-style: none;
    float: left;
    margin: 0 2px
}

.introjs-bullets ul li a {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    cursor: pointer
}

.introjs-bullets ul li a.active,
.introjs-bullets ul li a:hover {
    background: #999
}

.introjs-progress {
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px;
    border-radius: 4px;
    background-color: #ecf0f1
}

.introjs-progress,
.introjs-progressbar {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-progressbar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%
}

.introjs-fixedTooltip {
    position: fixed
}

.introjs-hint {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    background: transparent;
    width: .75rem;
    height: .75rem;
    cursor: pointer
}

.introjs-hint:focus {
    border: 0;
    outline: 0
}

.introjs-hidehint {
    display: none
}

.introjs-fixedhint {
    position: fixed
}

.introjs-hint:hover>.introjs-hint-pulse {
    border: 0 solid rgba(60, 60, 60, .57)
}

.introjs-hint-pulse {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 0 solid rgba(60, 60, 60, .27);
    border-radius: 1.875rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: hsla(0, 0%, 53%, .24);
    z-index: 10;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.introjs-hint-no-anim .introjs-hint-dot {
    -webkit-animation: none;
    animation: none
}

.introjs-hint-dot {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 5px solid rgba(20, 70, 155, .5);
    background: transparent;
    border-radius: 3.75rem;
    height: 2.5rem;
    width: 2.5rem;
    -webkit-animation: a 3s ease-out;
    animation: a 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -1.3125rem;
    left: -1.25rem;
    z-index: 1;
    opacity: 0
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.custom-select {
    position: relative;
    display: block
}

.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: .6em .8em .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem
}

.custom-select:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    pointer-events: none;
    display: none
}

@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) or ((-moz-appearance:none) and (mask-type:alpha)) {
    .custom-select:after {
        display: block
    }

    .custom-select select {
        padding-right: 2em;
        background: none;
        border: 1px solid transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .custom-select select:focus {
        border-color: #aaa
    }
}

.custom-select:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #666;
    margin-top: -3px
}

.custom-select.has-error span {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.custom-select select {
    font-weight: 500
}

.custom-select:hover {
    border-color: #888
}

@supports (box-shadow:none) {
    .custom-select select:focus {
        outline: none
    }
}

.custom-select option {
    font-weight: normal
}

@-moz-document url-prefix() {
    .custom-select {
        overflow: hidden
    }

    .custom-select:after {
        display: block
    }

    .custom-select select {
        overflow: -moz-hidden-unscrollable;
        padding-right: .4em;
        background: none;
        border: 1px solid transparent;
        min-width: 6em;
        width: 130%;
        min-width: 0;
        width: -moz-calc(100% + 2.4em);
        min-width: 0em;
        width: calc(100% + 2.4em)
    }

    @supports (mask-type:alpha) {
        .custom-select {
            overflow: visible
        }

        .custom-select select {
            -moz-appearance: none;
            width: 100%;
            padding-right: 2em
        }
    }
}

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(10px);
        transform: translatey(10px)
    }

    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes b {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(10px);
        transform: translatey(10px)
    }

    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-.9375rem, 0, 0);
        transform: translate3d(-.9375rem, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: c;
    animation-name: c
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.9375rem, 0, 0);
        transform: translate3d(.9375rem, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes d {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.9375rem, 0, 0);
        transform: translate3d(.9375rem, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: d;
    animation-name: d
}

@-webkit-keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 4.6875rem, 0);
        transform: translate3d(0, 4.6875rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 4.6875rem, 0);
        transform: translate3d(0, 4.6875rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: e;
    animation-name: e;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: translate(0) skewX(20deg);
        transform: translate(0) skewX(20deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate(100%) skewX(20deg);
        transform: translate(100%) skewX(20deg);
        opacity: 1
    }
}

@keyframes f {
    0% {
        -webkit-transform: translate(0) skewX(20deg);
        transform: translate(0) skewX(20deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate(100%) skewX(20deg);
        transform: translate(100%) skewX(20deg);
        opacity: 1
    }
}

.fadeOutRight {
    -webkit-animation-name: f;
    animation-name: f;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animateThis {
    opacity: 0
}

.old_browser .animateThis {
    opacity: 1;
    -o-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

html.remodal-is-locked {
    overflow-y: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -312.5rem;
    right: -312.5rem;
    bottom: -312.5rem;
    left: -312.5rem;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: i;
    animation-name: i
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: j;
    animation-name: j
}

.remodal-wrapper {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 2.1875rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: g;
    animation-name: g
}

.remodal.remodal-is-closing {
    -webkit-animation-name: h;
    animation-name: h
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 3.125rem;
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.75rem;
    content: "\00d7";
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 6.875rem;
    margin: 0;
    padding: .75rem 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: transform(0, -6.25rem);
        transform: transform(0, -6.25rem);
        opacity: 0
    }

    to {
        -webkit-transform: transform(0, 0);
        transform: transform(0, 0);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes g {
    0% {
        -webkit-transform: transform(0, -6.25rem);
        transform: transform(0, -6.25rem);
        opacity: 0
    }

    to {
        -webkit-transform: transform(0, 0);
        transform: transform(0, 0);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes h {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes i {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes i {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes j {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes j {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 43.75rem
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 6.25rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    margin-left: -3.125rem;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .2) 60%, hsla(0, 0%, 100%, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .2) 60%, hsla(0, 0%, 100%, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .2) 60%, hsla(0, 0%, 100%, 0) 70%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0);
    -ms-transform: scale(0) translate(0);
    transform: scale(0) translate(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: hsla(0, 0%, 100%, .4);
    background: -webkit-radial-gradient(hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%);
    background: -o-radial-gradient(hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%);
    background: radial-gradient(hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .15)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: hsla(0, 0%, 100%, .35)
}

.waves-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 0)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 1.25rem 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 1.25rem 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: .9375rem;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: .9375rem;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #1a5ac8;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #14469b;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #14469b;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=password] {
    font: small-caption;
    line-height: 1.65
}

input {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "OpenSans";
    color: #000;
    font-size: 1rem
}

input:-ms-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

input::placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

input::-ms-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

input::-webkit-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

input::-ms-clear {
    display: none
}

svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

button {
    background: 0 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

textarea {
    resize: none;
    font-family: "Roboto";
    font-size: 1rem
}

textarea:-ms-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

textarea::placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

textarea::-ms-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

textarea::-webkit-input-placeholder {
    font-family: "OpenSans";
    font-size: .875rem
}

ul li>a {
    display: inline-block;
    width: 100%
}

i:not([class]),
p i {
    font-style: italic
}

b:not([class]),
p b {
    font-weight: bold
}

html {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: auto;
    -webkit-font-smoothing: antialiased
}

html>.ps__rail-y {
    z-index: 2000
}

html>.ps__rail-y:hover {
    background-color: transparent !important
}

html.locked {
    overflow-y: hidden;
    -ms-touch-action: none;
    touch-action: none
}

body {
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "OpenSans";
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow: hidden;
    color: #2e2e2e;
    max-width: 100%
}

svg {
    -o-object-fit: contain;
    object-fit: contain
}

.out {
    position: relative
}

.table-content {
    display: table;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    table-layout: fixed
}

@supports ((display:-webkit-box) or (display:flex)) or (-webkit-display:flex) or (display:-webkit-flex) {
    .table-content {
        display: block
    }
}

.table-content__row {
    display: table-row;
    padding: 0;
    margin: 0;
    height: 100%;
    vertical-align: top
}

.table-content__row.js-hidden {
    visibility: hidden;
    -webkit-transition: visibility 0s linear .2s, opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: visibility 0s linear .2s, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: visibility 0s linear .2s, opacity .2s ease-out, transform .2s ease-out;
    transition: visibility 0s linear .2s, opacity .2s ease-out, transform .2s ease-out;
    transition: visibility 0s linear .2s, opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    opacity: 0;
    -webkit-transform: translateY(.9375rem);
    -ms-transform: translateY(.9375rem);
    transform: translateY(.9375rem);
    position: absolute;
    display: table-row;
    width: 100%
}

.table-content__row.js-hidden.active {
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: visibility 0s linear 0s, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: visibility 0s linear 0s, opacity .2s ease-out, transform .2s ease-out;
    transition: visibility 0s linear 0s, opacity .2s ease-out, transform .2s ease-out;
    transition: visibility 0s linear 0s, opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative
}

@supports ((display:-webkit-box) or (display:flex)) or (-webkit-display:flex) or (display:-webkit-flex) {
    .table-content__row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.table-content__cell {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: 100%
}

@supports ((display:-webkit-box) or (display:flex)) or (-webkit-display:flex) or (display:-webkit-flex) {
    .table-content__cell {
        display: inline-block;
        vertical-align: initial;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto
    }
}

.table-content__cell>.table-content {
    height: 50%;
    vertical-align: top
}

.table-content__cell--centered {
    vertical-align: middle;
    text-align: center;
    position: relative
}

.table-content__cell--centered>* {
    margin: auto;
    text-align: left;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-content--with-space>.table-content__row>.table-content__cell,
.table-content.with-space>.table-content__row>.table-content__cell {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.table-content--with-space>.table-content__row>.table-content__cell:last-child,
.table-content.with-space>.table-content__row>.table-content__cell:last-child {
    border-right: 0
}

.table-content--with-paddings>.table-content__row>.table-content__cell {
    border-right: 1.25rem solid transparent;
    border-left: 1.25rem solid transparent
}

.table-content--with-paddings>.table-content__row>.table-content__cell:last-child {
    border-right: 1.25rem solid transparent
}

.table-content--spacing-right .table-content__cell:not(:last-child) {
    border-right: 3.125rem solid transparent
}

.table-content--spacing-right .table-content__cell:not(:first-child) {
    border-left: 3.125rem solid transparent
}

.table-text-block {
    width: 100%;
    max-width: 37.5rem;
    padding: 2.5rem 0;
    padding-right: 1.25rem;
    vertical-align: middle
}

.table-text-block__inner {
    width: 100%;
    max-width: 30rem
}

.table-text-block .h3,
.table-text-block h3 {
    margin-bottom: 1.875rem
}

.pages {
    display: inline-block;
    padding: 10px .875rem
}

.pages-wrapper {
    position: fixed;
    border: 1px solid #ccc;
    bottom: 1.875rem;
    padding-left: 1.875rem;
    left: -1px;
    background-color: #fff;
    z-index: 999999999;
    -webkit-transform: translateX(-1.875rem);
    -ms-transform: translateX(-1.875rem);
    transform: translateX(-1.875rem);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.pages-wrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-color: #555
}

#pages ul {
    text-align: left
}

#pages ul li {
    padding-top: 5px;
    padding-bottom: 5px
}

#pages ul p {
    display: inline-block;
    margin: 0
}

body {
    background-color: transparent
}

body::-webkit-scrollbar-track {
    background-color: #fff
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-thumb {
    background-color: #14469b
}

/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-icon {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 1.375rem;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 1.25rem
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 1.25rem
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes k {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    to {
        left: 0
    }
}

@keyframes k {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    to {
        left: 0
    }
}

@-webkit-keyframes l {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    to {
        left: 0
    }
}

@keyframes l {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: k .3s;
    animation: k .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: l .3s;
    animation: l .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    height: 2.9375rem;
    line-height: 1.6875rem;
    padding: 10px 0;
    text-align: center;
    width: 3.125rem;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 1rem;
    left: 0;
    padding: 10px 2.5rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: .8125rem;
    font-weight: bold
}

.lg-sub-html p {
    font-size: .75rem;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-top: .75rem;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 21.875rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 7.5rem
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 6.25rem
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.4375rem;
    line-height: 1.6875rem;
    padding: 5px 0;
    position: absolute;
    right: 1.25rem;
    text-align: center;
    top: -2.4375rem;
    width: 3.125rem
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 71.25rem;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 5.25rem;
    height: 3.6875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.625rem;
    margin-top: -1.875rem;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../img/vimeo-play.png) no-repeat scroll 0 -3.625rem transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../../img/video-play.png) no-repeat scroll 0 0;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../img/youtube-play.png) no-repeat scroll 0 -3.75rem transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 1.25rem
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 5.1875rem;
    left: 0;
    margin-bottom: 1.25rem;
    margin-left: -3.75rem;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 7.5rem;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px hsla(0, 0%, 100%, .7) inset;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: .75rem;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: .75rem
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: .875rem;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3.125rem;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 1rem;
    top: -1rem
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px .75rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 1.25rem;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../../img/loading.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.hidden {
    display: none !important
}

.visuallyHidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
    padding: 0;
    margin: 0;
    display: block
}

.maxWidth-1440 {
    max-width: 95rem
}

.maxWidth-1200,
.maxWidth-1440 {
    width: 100%;
    margin: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.maxWidth-1200 {
    max-width: 80rem
}

.gray-bg {
    background-color: #f7f7f7
}

.gray-bg .tabs__item.active {
    background-color: #fafafa
}

.h1,
h1 {
    font-size: 2.625rem;
    line-height: 1.21;
    margin-bottom: 1.25rem
}

.h1,
.h2,
h1,
h2 {
    font-family: "Core";
    margin-top: 1.25rem;
    margin-left: -2px;
    position: relative
}

.h2,
h2 {
    font-size: 2.25rem;
    line-height: 1.28;
    margin-bottom: 2.5rem
}

.h2--title,
h2--title {
    margin-top: 2px;
    max-width: 47.5rem
}

.h3,
h3 {
    font-family: "Core";
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.h3--blue,
h3--blue {
    color: #14469b
}

.h4,
h4 {
    font-family: "Core";
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.big,
.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.6
}

.big {
    font-family: OpenSans
}

.big:first-child {
    margin-bottom: 2.5rem
}

.big--title {
    margin-top: 2px
}

p {
    font-family: OpenSans;
    font-size: 1rem;
    line-height: 1.63;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

p.nomarg {
    margin: 0
}

p a {
    color: #14469b;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    -webkit-filter: none;
    filter: none;
    padding-bottom: 2px
}

@supports (-ms-ime-align:auto) {
    p a {
        color: red;
        -webkit-filter: none;
        filter: none;
        text-decoration: underline
    }
}

p a:hover {
    color: #000;
    text-decoration: none;
    -webkit-filter: none;
    filter: none
}

p a:active {
    color: #14469b
}

.small {
    font-family: OpenSans;
    font-size: .875rem;
    color: #969ba5
}

a {
    color: #2e2e2e;
    text-decoration: none;
    -webkit-filter: none;
    filter: none
}

a,
a.svgUnderline {
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

a.svgUnderline {
    color: #14469b;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

@supports (-ms-ime-align:auto) {
    a.svgUnderline {
        color: red;
        -webkit-filter: none;
        filter: none;
        text-decoration: underline
    }
}

a.svgUnderline:hover {
    color: #000;
    text-decoration: none;
    -webkit-filter: none;
    filter: none
}

a.svgUnderline:active {
    color: #14469b
}

img {
    max-width: 100%
}

img.fl-left {
    float: left;
    margin-right: 1.25rem
}

img.fl-left,
img.fl-right {
    margin-top: 10px;
    margin-bottom: .9375rem
}

img.fl-right {
    float: right;
    margin-left: 1.25rem
}

.gray-block-text {
    font-family: "OpenSans";
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.75rem;
    margin: 0
}

.gray-block-text-wrapper {
    background-color: #e9edf2;
    padding: 2.1875rem
}

.js-slider,
.js-slider__slide {
    overflow: hidden;
    width: 100%;
    position: relative
}

.js-slider__slide {
    height: 45.75rem
}

.js-slider .slick-dots {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    list-style-type: none
}

.js-slider .slick-dots li {
    display: inline-block;
    padding: 5px;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center
}

.js-slider .slick-dots li:after {
    display: none
}

.js-slider .slick-dots li button {
    font-size: 0;
    background-color: #000;
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: border-color .15s ease-out, background-color .15s ease-out;
    -o-transition: border-color .15s ease-out, background-color .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out
}

.js-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border: 3px solid #14469b;
    width: .75rem;
    height: .75rem
}

.js-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    font-size: 0;
    top: 0;
    height: 100%;
    width: 3.75rem;
    margin-top: -1.25rem
}

.js-slider .slick-arrow:after {
    display: block;
    content: "";
    position: absolute;
    width: 1.25rem;
    top: 50%;
    height: 1.25rem;
    right: 50%;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.js-slider .slick-arrow.slick-next {
    right: 0
}

.js-slider .slick-arrow.slick-next:hover:after {
    -webkit-transform: translateX(5px) rotate(45deg);
    -ms-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg)
}

.js-slider .slick-arrow.slick-prev {
    left: 0
}

.js-slider .slick-arrow.slick-prev:after {
    left: 50%;
    right: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.js-slider .slick-arrow.slick-prev:hover:after {
    -webkit-transform: translateX(-5px) rotate(-135deg);
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg)
}

.js-slider img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.width-60 .js-slider-wrapper:not(:first-child) {
    margin-top: 2.5rem
}

.width-60 .js-slider-wrapper:not(:last-child) {
    margin-bottom: 2.5rem
}

.width-60 .js-slider .slick-track {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.width-60 .js-slider__slide {
    height: 100%
}

.width-60 .js-slider__slide img {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.underline {
    text-decoration: underline
}

@supports not (-webkit-text-decoration-skip:objects) {
    .underline {
        -webkit-filter: url(#svg-underline);
        filter: url(#svg-underline);
        text-decoration: none
    }
}

@supports (-ms-ime-align:auto) {
    .underline {
        color: red;
        -webkit-filter: none;
        filter: none;
        text-decoration: underline
    }
}

.button {
    padding: .75rem 1.5rem;
    display: inline-block;
    border-radius: 6.25rem;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    -webkit-filter: none;
    filter: none;
    white-space: nowrap
}

.button p {
    margin: 0;
    text-transform: uppercase;
    font-family: "Core";
    font-weight: bold;
    font-size: .9375rem;
    letter-spacing: .7px
}

.button--blue {
    background-color: #14469b;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

.button--blue p {
    color: #fff
}

.button--blue:hover {
    background-color: #0a3378
}

.button--blue:active {
    background-color: #14469b
}

.button--transparent {
    background-color: transparent;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s;
    border: 1px solid #fff
}

.button--transparent p {
    color: #fff;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.button--transparent:hover {
    background-color: #fff
}

.button--transparent:hover p {
    color: #14469b
}

.button--transparent:active {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7
}

.button--transparent:active p {
    color: #14469b
}

.button--white {
    background-color: #fff;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

.button--white p {
    color: #14469b;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.button--white:hover {
    background-color: #14469b
}

.button--white:hover p {
    color: #fff
}

.button--white:active {
    background-color: #0a3378
}

.button--white:active p {
    color: #fff
}

.buttonSquare {
    height: 2.0625rem;
    padding-top: 4px;
    padding-left: .875rem;
    padding-right: .875rem;
    -webkit-filter: none;
    filter: none;
    text-decoration: none;
    border: 1px solid #dadada;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: border-color .15s ease-out, background-color .15s ease-out;
    -o-transition: border-color .15s ease-out, background-color .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.buttonSquare-wrapper {
    margin: auto;
    display: inline-block
}

.buttonSquare p {
    margin: 0;
    font-size: .875rem;
    font-family: "OpenSans";
    color: #2e2e2e;
    max-width: 15.625rem
}

.buttonSquare:hover {
    background-color: #f4f6f7;
    border: 1px solid #f4f6f7
}

.buttonSquare:hover p {
    color: #14469b
}

.buttonSquare:active {
    background-color: transparent;
    border: 1px solid #000
}

.buttonSquare:active p {
    color: #2e2e2e
}

.buttonSquare.active {
    background-color: #d4e0f2;
    border: 1px solid #d4e0f2
}

.buttonSquare.active p {
    color: #2e2e2e
}

.buttonSquare.disabled {
    background-color: #fff;
    border: 1px solid #dadada;
    pointer-events: none
}

.buttonSquare.disabled p {
    color: #dadada
}

.buttonSquare.disabled svg {
    fill: #dadada
}

.buttonSquare--left,
.buttonSquare--right {
    position: relative;
    padding-left: 2.625rem;
    padding-top: 2px;
    padding-bottom: 2px
}

.buttonSquare--left p,
.buttonSquare--right p {
    font-size: 1rem;
    color: #000
}

.buttonSquare--left .svg-icon,
.buttonSquare--right .svg-icon {
    position: absolute;
    height: 10px;
    width: 6px;
    left: 10px;
    top: 10px
}

.buttonSquare--left:hover,
.buttonSquare--right:hover {
    background-color: #fff;
    border: 1px solid #000
}

.buttonSquare--left:hover p,
.buttonSquare--right:hover p {
    color: #000
}

.buttonSquare--left:hover .svg-icon,
.buttonSquare--right:hover .svg-icon {
    fill: #000
}

.buttonSquare--right {
    padding-left: .9375rem;
    padding-right: 2.625rem
}

.buttonSquare--right .svg-icon {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.buttonSquare--blue {
    background: #14469b;
    border: 1px solid transparent
}

.buttonSquare--blue p {
    color: #fff
}

.buttonSquare--blue:hover {
    background-color: #0a3378;
    border: 1px solid transparent
}

.buttonSquare--blue:hover p {
    color: #fff
}

.buttonSquare--blue:active {
    background-color: #14469b;
    border: 1px solid transparent
}

.buttonSquare--blue:active p {
    color: #fff
}

.pagination {
    white-space: nowrap
}

.pagination-wrapper {
    margin: auto;
    display: inline-block;
    margin-left: 8rem;
    margin-right: 8rem
}

.pagination--item {
    font-size: 1rem;
    font-family: "OpenSans";
    color: #2e2e2e;
    -webkit-filter: none;
    filter: none;
    text-decoration: none;
    padding: 7px 5px;
    padding-bottom: 8px;
    border-radius: 3.125rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
    display: inline-block;
    text-align: center;
    -webkit-transition: background-color .1s, color .1s;
    -o-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s;
    margin-left: 5px;
    margin-right: 5px
}

.pagination--item:hover {
    background-color: #0a3378;
    color: #fff
}

.pagination--active,
.pagination--item:active {
    background-color: #14469b;
    color: #fff
}

.pagination--disabled {
    pointer-events: none
}

.pagination--disabled:active,
.pagination--disabled:hover {
    background-color: transparent;
    color: #2e2e2e
}

.selection {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 6.875rem;
    padding: 10px .9375rem;
    padding-right: 0;
    font-size: .875rem;
    color: #2e2e2e
}

.selection-wrapper {
    text-align: right;
    z-index: 6;
    position: relative
}

.selection__current {
    padding: 4px 2.8125rem 4px .9375rem;
    border: 1px solid #dadada;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s;
    position: relative;
    cursor: pointer;
    -webkit-transition: border .1s;
    -o-transition: border .1s;
    transition: border .1s
}

.selection__current:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: .9375rem;
    top: 11px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.selection__current a,
.selection__current p {
    margin: 0;
    font-size: .875rem;
    font-family: "OpenSans";
    color: #2e2e2e;
    pointer-events: none;
    display: inline-block;
    padding: 5px 0
}

.selection__current:hover {
    border: 1px solid #000
}

.selection__current .selection--active,
.selection__current:active {
    border: 1px solid #14469b
}

.selection__current.active:after {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px)
}

.selection__hidden {
    border-radius: 3px;
    display: block;
    top: 100%;
    right: 0;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 1.0625rem 0 rgba(18, 18, 33, .15);
    box-shadow: 0 4px 1.0625rem 0 rgba(18, 18, 33, .15);
    width: 100%;
    max-width: 5.625rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: .9375rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translatey(.875rem);
    -ms-transform: translatey(.875rem);
    transform: translatey(.875rem);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    z-index: 2
}

.selection__hidden.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

.selection__item {
    cursor: pointer;
    display: block
}

.selection__item a,
.selection__item p {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 100%
}

.selection__item a:hover,
.selection__item p:hover {
    background-color: #f4f6f7;
    color: #14469b
}

.selection__option {
    height: 1.375rem
}

.filter {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 1.25rem
}

.filter.hasSelect {
    margin-left: 0
}

.clearFilters {
    cursor: pointer;
    display: none;
    vertical-align: middle;
    position: relative;
    padding-left: .875rem;
    margin-left: 1.875rem;
    margin-right: 10px
}

.clearFilters p {
    font-size: .875rem;
    vertical-align: middle;
    margin: 0;
    color: #5e5e5e
}

.clearFilters:after,
.clearFilters:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: .875rem;
    background-color: #5e5e5e;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.clearFilters:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.clearFilters-wrapper,
.hasSelect~.clearFilters-wrapper .clearFilters,
.switch {
    display: inline-block
}

.switch {
    padding: 8px;
    cursor: pointer;
    vertical-align: middle
}

.switch__row {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 3px;
    display: block;
    font-size: 0
}

.switch__cell {
    background-color: #5e5e5e;
    width: 9px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 0;
    border: 0;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

.switch__cell--little {
    width: 3px
}

.switch:hover .switch__cell {
    background-color: #14469b
}

.switch.active .switch__cell,
.switch:active .switch__cell {
    background-color: #0a3378
}

.link {
    color: #14469b;
    font-size: 1.125rem;
    font-family: "OpenSans"
}

.link:hover {
    color: #0a3378
}

.tabsSwitch-wrapper {
    position: relative;
    overflow: hidden
}

.tabs {
    font-size: 0;
    display: block;
    border-bottom: 1px solid #dadada
}

@supports ((display:-webkit-box) or (display:flex)) {
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tabs-wrapper {
    margin-bottom: 3.125rem
}

.tabs__item {
    display: inline-block;
    padding: .875rem 3.125rem;
    border: 1px solid #dadada;
    margin: 0;
    font-size: 1.25rem;
    font-family: "Core";
    font-weight: bold;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .1s, color .1s;
    -o-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-filter: none;
    filter: none;
    color: #2e2e2e;
    margin-bottom: -1px
}

.tabs__item:not(:first-child) {
    margin-left: -1px
}

.tabs__item:hover {
    background-color: #f4f6f7;
    color: #14469b
}

.tabs__item.active {
    border-bottom: 1px solid #fafafa;
    color: #14469b;
    cursor: default;
    border-top: 1px solid transparent
}

.tabs__item.active:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #14469b;
    top: -1px;
    left: 0
}

.tabs__item:active {
    color: #000;
    background-color: #fff
}

.tabsUnderline {
    font-size: 0;
    border-bottom: 1px solid #dedede;
    width: calc(100% + 2.5rem);
    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;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.tabsUnderline__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "Core";
    font-weight: bold;
    display: inline-block;
    color: #2e2e2e;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    text-decoration: none;
    cursor: pointer;
    -webkit-filter: none;
    filter: none;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: .9375rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.tabsUnderline__item:hover {
    color: #14469b
}

.tabsUnderline__item:active {
    color: #000
}

.tabsUnderline__item.active {
    color: #14469b
}

.tabsUnderline__item.active:after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -2px;
    left: 0
}

.blueBlock,
.tabsUnderline__item.active:after {
    display: block;
    width: 100%;
    background-color: #14469b
}

.blueBlock {
    height: 12.5rem;
    padding: 2.5rem;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease;
    cursor: pointer
}

.blueBlock__top {
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    color: hsla(0, 0%, 100%, .5);
    text-transform: uppercase
}

.blueBlock__href {
    margin-top: 4rem;
    position: relative;
    display: inline-block
}

.blueBlock__href:after {
    position: absolute;
    display: block;
    content: "";
    width: .875rem;
    height: .875rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3.125rem;
    top: .8125rem;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.blueBlock__href p {
    font-family: "Core";
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.blueBlock:hover {
    background-color: #0a3378
}

.blueBlock:hover .blueBlock__href:after {
    -webkit-transform: translatex(10px) rotate(45deg);
    -ms-transform: translatex(10px) rotate(45deg);
    transform: translatex(10px) rotate(45deg)
}

.blueBlock:active {
    background-color: #14469b
}

.backButton {
    display: inline-block;
    padding-left: 2.5rem;
    position: relative;
    margin-top: 10px;
    color: #2e2e2e
}

.backButton .icon {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 1.5625rem;
    top: 3px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.backButton .icon path {
    fill: currentColor
}

.backButton__text {
    color: #2e2e2e;
    font-size: 1.25rem
}

.backButton:hover {
    color: #14469b
}

.backButton:hover .backButton__text {
    color: #0a3378
}

.backButton:hover .icon {
    -webkit-transform: translatex(-10px);
    -ms-transform: translatex(-10px);
    transform: translatex(-10px)
}

.backButton:active .backButton__text {
    color: #14469b
}

.blueBlockLittle {
    display: block;
    background-color: #14469b;
    height: 14.6875rem;
    position: relative;
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s
}

.blueBlockLittle-wrapper {
    display: inline-block;
    font-size: 0;
    width: 21.875rem;
    max-width: 33%
}

.blueBlockLittle-wrapper:not(:first-child) {
    margin-left: 10px
}

.blueBlockLittle__text {
    font-size: 1.25rem;
    font-family: "Core";
    font-weight: bold;
    text-transform: uppercase;
    bottom: 3.875rem;
    left: 0;
    width: 100%;
    line-height: 1.5
}

.blueBlockLittle__date,
.blueBlockLittle__text {
    color: #fff;
    position: absolute;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.blueBlockLittle__date {
    font-size: .875rem;
    bottom: 2rem
}

.blueBlockLittle:hover {
    background-color: #0a3378
}

.blueBlockLittle:active {
    background-color: #14469b
}

.selectList,
.selectList-wrapper,
.selectList-wrapper .SumoSelect {
    width: 100%
}

.selectList-wrapper .CaptionCont {
    border: 1px solid #14469b;
    border-radius: 4px
}

.news,
.presentation {
    height: 14.6875rem;
    width: 100%;
    display: inline-block;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.news:before,
.presentation:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(36, 46, 64, .7);
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.news-wrapper,
.presentation-wrapper {
    width: 21.875rem;
    max-width: 33%;
    display: inline-block;
    font-size: 0;
    height: 100%;
    white-space: normal
}

.news-wrapper:not(:first-child),
.presentation-wrapper:not(:first-child) {
    margin-left: 10px
}

.news__text,
.presentation__text {
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    padding-left: 1.25rem;
    padding-right: 3.75rem;
    text-transform: uppercase;
    z-index: 2;
    font-family: "Core";
    font-weight: bold;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    line-height: 1.5
}

.news__download,
.presentation__download {
    position: absolute;
    width: 3.4375rem;
    height: 3.4375rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease
}

.news:hover .presentation__text,
.presentation:hover .presentation__text {
    color: #888a93
}

.news:hover .presentation__download,
.presentation:hover .presentation__download {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: .8
}

.news:active .presentation__download,
.presentation:active .presentation__download {
    opacity: 1
}

.news:active:before,
.presentation:active:before {
    background-color: rgba(36, 46, 64, .8)
}

.news:before {
    background-color: rgba(36, 46, 64, .6)
}

.news__text {
    bottom: 3.75rem
}

.news__date {
    font-size: .875rem;
    position: absolute;
    color: #fff;
    bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.news:hover:before {
    background-color: rgba(36, 46, 64, .7)
}

.news:active:before {
    background-color: rgba(36, 46, 64, .8)
}

.catalogBlock {
    background: url(../img/catalog_image_back.png) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-clip: padding-box
}

.catalogBlock__buttons-wrapper {
    display: block;
    max-width: 24.375rem
}

@supports ((display:-webkit-box) or (display:flex)) {
    .catalogBlock__buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.catalogBlock-wrapper {
    width: 100%;
    max-width: 44.6875rem;
    height: 25rem;
    position: relative
}

.catalogBlock__background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.catalogBlock__background-wrapper,
.catalogBlock__img {
    width: 100%;
    height: 100%;
    position: absolute
}

.catalogBlock__img {
    background-position: 50% 50%;
    background-size: 110%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-transition: opacity 1s, -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
    transition: opacity 1s, -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .7s cubic-bezier(.165, .84, .44, 1), opacity 1s;
    transition: transform .7s cubic-bezier(.165, .84, .44, 1), opacity 1s;
    transition: transform .7s cubic-bezier(.165, .84, .44, 1), opacity 1s, -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
    opacity: 1
}

.catalogBlock__img--front {
    right: 0;
    left: auto;
    bottom: -5rem;
    top: auto
}

.catalogBlock__img--middle {
    left: -10rem;
    top: -1.5625rem;
    background-size: 60%
}

.catalogBlock__front {
    position: relative;
    padding-right: 2.5rem;
    padding-left: 2.5625rem;
    padding-top: 2.5rem;
    height: 100%
}

.catalogBlock__front-wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

.catalogBlock__title {
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: "Core";
    color: #fff
}

.catalogBlock__section {
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    line-height: 1.33;
    color: #778292;
    margin-top: 1.625rem;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.catalogBlock:hover .catalogBlock__img--front {
    -webkit-transform: scale(1.05) translateY(-10px);
    -ms-transform: scale(1.05) translateY(-10px);
    transform: scale(1.05) translateY(-10px)
}

.catalogBlock:hover .catalogBlock__img--middle {
    -webkit-transform: scale(.95) translateY(10px);
    -ms-transform: scale(.95) translateY(10px);
    transform: scale(.95) translateY(10px);
    opacity: .5
}

.catalogBlock .buttonSquare-wrapper {
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px
}

.catalogBlock .button-wrapper {
    position: absolute;
    bottom: 2.5rem
}

.catalogBlock .buttonSquare {
    border-radius: 5px;
    padding-top: 2px;
    -webkit-transition: border-color .15s ease-out, background-color .15s ease-out;
    -o-transition: border-color .15s ease-out, background-color .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.catalogBlock .buttonSquare p {
    color: #fff;
    font-size: 1rem
}

.catalogBlock .buttonSquare:hover {
    background-color: #fff
}

.catalogBlock .buttonSquare:hover p {
    color: #14469b
}

.catalogBlock .buttonSquare:active {
    background-color: #f4f6f7;
    border: 1px solid #f4f6f7
}

.catalogBlock .buttonSquare:active p {
    color: #14469b
}

.document {
    display: inline-block;
    padding: 5px 5px 5px 2.8125rem;
    position: relative;
    margin-left: -5px;
    min-height: 3rem
}

.document__text {
    font-size: 1rem;
    color: #14469b;
    max-width: 10.625rem;
    display: block;
    line-height: 1.4;
    margin-bottom: 4px
}

.document__sub {
    font-size: .75rem;
    line-height: 1.17;
    color: #b5b3b3
}

.document__svg {
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 1.4375rem;
    height: 1.875rem;
    color: #2e2e2e
}

.document__svg svg {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor
}

.document:hover .document__text {
    color: #000
}

.document:active .document__text,
.document:hover .document__svg {
    color: #14469b
}

.documents-wrapper--with-space .document-wrapper {
    display: inline-block;
    margin-right: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 25%
}

.diplom,
.diplom-wrapper {
    display: inline-block
}

.diplom-wrapper {
    font-size: 0;
    width: 49%;
    margin-bottom: 3.125rem;
    vertical-align: top
}

.diplom__image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -o-object-fit: contain;
    object-fit: contain
}

.diplom__image-wrapper {
    display: inline-block;
    width: 8.75rem;
    height: 12.5rem;
    float: left
}

.diplom__info-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-top: 1.0625rem;
    padding-left: 1.875rem;
    max-width: 20.625rem;
    float: left
}

.diplom__title {
    font-family: "Core";
    font-size: 1.5rem;
    line-height: 1.33;
    color: #14469b;
    margin-bottom: 1.0625rem
}

.diplom__text {
    font-size: 1rem;
    line-height: 1.63;
    color: #2e2e2e;
    margin-bottom: 1.0625rem
}

.diplom__date {
    font-size: .875rem;
    color: #969ba5
}

.searchField {
    width: 22.5rem;
    height: 2.8125rem;
    position: relative
}

.searchField-wrapper,
.searchField__label {
    display: inline-block;
    position: relative
}

.searchField__label {
    width: 100%;
    height: 100%;
    border-radius: 6.25rem;
    border: 1px solid transparent;
    padding-top: 10px;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
    cursor: text;
    -webkit-transition: border .1s ease-out;
    -o-transition: border .1s ease-out;
    transition: border .1s ease-out;
    background-color: #fff;
    z-index: 0
}

.searchField__label:hover {
    border: 1px solid #14469b
}

.searchField__input {
    width: 80%;
    font-size: .875rem;
    padding-top: 2px;
    position: absolute;
    top: 10px;
    left: 1.25rem;
    z-index: 2
}

.searchField__input::-webkit-input-placeholder {
    color: #bbb
}

.searchField__input:-ms-input-placeholder,
.searchField__input::-ms-input-placeholder {
    color: #bbb
}

.searchField__input::placeholder {
    color: #bbb
}

.searchField__input:focus+label,
.searchField__input:hover+label {
    border: 1px solid #14469b
}

.searchField__button {
    position: absolute;
    right: .9375rem;
    top: .75rem;
    cursor: pointer
}

.searchField__search {
    width: 1.125rem;
    height: 1.1875rem;
    fill: #bbb;
    z-index: 2
}

.searchField__search:hover {
    fill: #14469b
}

.socials {
    position: relative;
    display: inline-block;
    font-size: 0
}

.socials .social__item {
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    width: 2.625rem;
    height: 2.625rem;
    color: #5e5e5e;
    border: 2px solid #b5b6bb;
    vertical-align: middle;
    -webkit-transition: border-color .15s ease-out;
    -o-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out
}

.socials .social__item--more.active+.social__hidden-wrapper,
.socials .social__item--more:focus+.social__hidden-wrapper {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: auto
}

.socials .social__item circle {
    -webkit-transition: stroke .1s ease;
    -o-transition: stroke .1s ease;
    transition: stroke .1s ease
}

.socials .social__item .icon,
.socials .social__item .social-fill {
    fill: currentColor
}

.socials .social__item:hover {
    border-color: #5e5e5e
}

.socials .social__hidden {
    padding: 8px;
    padding-bottom: 10px;
    padding-top: 10px
}

.socials .social__hidden .social__item {
    margin: auto;
    z-index: 10;
    display: block
}

.socials .social__hidden .social__item:not(:last-child) {
    margin-bottom: 5px
}

.socials .social__hidden-wrapper {
    position: absolute;
    width: 3.75rem;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(18, 18, 33, .3);
    box-shadow: 0 4px 10px 0 rgba(18, 18, 33, .3);
    right: -2px;
    top: -10px;
    height: 0;
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

.searched__item {
    max-width: 49%;
    display: inline-block;
    padding-right: 2.9375rem;
    margin-bottom: 3.125rem;
    font-size: 0;
    white-space: nowrap
}

.searched__item__img {
    width: 14.5rem;
    height: 14.5rem;
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.searched__item__img-wrapper {
    max-width: 45%;
    overflow: hidden;
    border-radius: 3px
}

.searched__item__content-wrapper,
.searched__item__img-wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 62.5rem
}

.searched__item__content-wrapper {
    padding-left: 1.25rem;
    white-space: normal;
    max-width: 55%
}

.searched__item__title a {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #14469b;
    text-transform: uppercase;
    font-family: "Core";
    font-weight: bold
}

.out ul li,
.remodal ul li {
    position: relative;
    padding-left: .75rem;
    font-size: .875rem
}

.out ul li:first-letter,
.remodal ul li:first-letter {
    text-transform: capitalize
}

.out ul li p,
.remodal ul li p {
    font-size: .875rem
}

.out ul li p:first-letter,
.remodal ul li p:first-letter {
    text-transform: capitalize
}

.out ul li:after,
.remodal ul li:after {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background-color: #2e2e2e;
    left: 0;
    top: .75rem
}

.out ul li.opt:after,
.remodal ul li.opt:after {
    display: none
}

.out ul.dots,
.remodal ul.dots {
    padding-left: 1.125rem;
    list-style-type: disc
}

.out ul.dots li,
.remodal ul.dots li {
    list-style-type: disc;
    padding-left: 4px
}

.out ul.dots li p,
.remodal ul.dots li p {
    font-size: 1rem
}

.out ul.dots li:after,
.remodal ul.dots li:after {
    display: none
}

.out ul.numbers,
.remodal ul.numbers {
    padding-left: 1.25rem;
    list-style-type: decimal
}

.out ul.numbers li,
.remodal ul.numbers li {
    list-style-type: decimal;
    padding-left: 2px;
    margin-bottom: 1.25rem
}

.out ul.numbers li p,
.remodal ul.numbers li p {
    font-size: 1rem;
    margin: 0
}

.out ul.numbers li:after,
.remodal ul.numbers li:after {
    display: none
}

.catalog-card-item {
    position: relative;
    width: 100%;
    min-height: 26.875rem;
    height: 100%;
    display: inline-block
}

.catalog-card-item-wrapper {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.catalog-card-item-wrapper .buttonSquare-wrapper {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 2
}

.catalog-card-item__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.catalog-card-item__bg-wrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%
}

.catalog-card-item__content {
    width: 100%;
    height: 100%;
    position: relative
}

.catalog-card-item__content-wrapper {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%
}

.catalog-card-item__header {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    height: 100%;
    width: 100%;
    position: absolute
}

.catalog-card-item__header p {
    margin: 0
}

.catalog-card-item__header-wrapper {
    height: 100%;
    width: 100%
}

.catalog-card-item__title {
    color: #14469b;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.6;
    font-family: "Core", sans-serif;
    font-weight: bold
}

.catalog-card-item__title--catalog {
    font-weight: normal;
    color: #2e2e2e;
    text-transform: none;
    font-size: 1.5rem;
    padding-right: 9.375rem;
    line-height: 1.33
}

.catalog-card-item__sub {
    color: #2e2e2e;
    font-size: .875rem;
    line-height: 1.71
}

.catalog-card-item__sub--catalog {
    color: #5e6979;
    line-height: 1.33;
    font-family: "Core", sans-serif;
    font-weight: bold;
    width: 80%;
    max-width: 28.4375rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-top: .9375rem
}

.catalog-card-item__button,
.catalog-card-item__sub--catalog {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    opacity: 0;
    -webkit-transform: translatey(10px);
    -ms-transform: translatey(10px);
    transform: translatey(10px)
}

.catalog-card-item__button {
    position: absolute;
    bottom: 2.5rem;
    padding-left: 2.5rem;
    display: inline-block;
    width: 100%
}

.catalog-card-item__button .button-wrapper {
    text-align: left !important
}

.catalog-card-item:hover .catalog-card-item__bg {
    opacity: .4
}

.catalog-card-item:hover .catalog-card-item__button,
.catalog-card-item:hover .catalog-card-item__sub--catalog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.catalog-card-item__card-title {
    position: relative;
    width: 100%
}

.catalog-card-item__card-title:after,
.catalog-card-item__card-title p {
    font-size: 2rem;
    line-height: 1.32;
    font-family: "Core";
    text-transform: uppercase;
    color: #14469b;
    font-weight: bold
}

.catalog-card-item__card-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 23.125rem
}

.catalog-card-item__card-title:after {
    position: absolute;
    display: block;
    content: "/";
    left: -1.25rem;
    top: -2px
}

.catalog-card-item--catalog-blue {
    background-color: #14469b;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.catalog-card-item--catalog-blue p {
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    max-width: 12.5rem;
    margin: 0
}

.catalog-card-item--catalog-blue .catalog-card-item__card-title-wrapper {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 2.5rem;
    margin-top: 2.5rem
}

.catalog-card-item--catalog-blue .catalog-card-item__card-title:after {
    display: none
}

.catalog-card-item--catalog-blue:hover {
    background-color: #0a3378
}

.sliderDoubleWithVideo {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%
}

.sliderDoubleWithVideo-wrapper {
    max-width: 50rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
    display: inline-block
}

.sliderDoubleWithVideo .main-slider {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.sliderDoubleWithVideo .main-slider .slick-arrow {
    top: 50%;
    z-index: 100;
    font-size: 0;
    display: inline-block;
    height: 3.75rem;
    width: 2.5rem;
    -webkit-transform: translatey(-1.25rem);
    -ms-transform: translatey(-1.25rem);
    transform: translatey(-1.25rem);
    background-color: rgba(0, 0, 0, .05)
}

.sliderDoubleWithVideo .main-slider .slick-arrow:after {
    display: block;
    position: absolute;
    content: "";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    left: .9375rem;
    top: 50%
}

.sliderDoubleWithVideo .main-slider .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.sliderDoubleWithVideo .main-slider .slick-arrow.slick-next:after {
    left: auto;
    right: .9375rem
}

.sliderDoubleWithVideo .main-slider .slick-arrow.slick-prev {
    right: auto;
    left: 0
}

.sliderDoubleWithVideo .main-slider .slick-arrow.slick-prev:after {
    -webkit-transform: translateY(-11px) rotate(-135deg);
    -ms-transform: translateY(-11px) rotate(-135deg);
    transform: translateY(-11px) rotate(-135deg);
    left: .9375rem
}

.sliderDoubleWithVideo .main-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .1)
}

.sliderDoubleWithVideo .main-slider .slick-arrow:active {
    background-color: rgba(0, 0, 0, .2)
}

.sliderDoubleWithVideo .main-slider .slick-arrow.slick-disabled {
    display: none
}

.sliderDoubleWithVideo .main-slider-wrapper {
    overflow: hidden
}

.sliderDoubleWithVideo .main-slider__slide {
    min-height: 35rem
}

.sliderDoubleWithVideo .main-slider__slide-inner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sliderDoubleWithVideo .main-slider__slide-content {
    height: 100%;
    width: 100%;
    position: relative
}

.sliderDoubleWithVideo .main-slider__slide-content-wrapper {
    height: 100%;
    width: 100%
}

.sliderDoubleWithVideo .main-slider__slide-content-spin {
    width: 100%;
    height: 100%;
    position: relative
}

.sliderDoubleWithVideo .main-slider__slide .motio,
.sliderDoubleWithVideo .main-slider__slide iframe,
.sliderDoubleWithVideo .main-slider__slide img,
.sliderDoubleWithVideo .main-slider__slide video {
    min-width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sliderDoubleWithVideo .main-slider__slide .motio video,
.sliderDoubleWithVideo .main-slider__slide iframe video,
.sliderDoubleWithVideo .main-slider__slide img video,
.sliderDoubleWithVideo .main-slider__slide video video {
    height: 100%
}

.sliderDoubleWithVideo .main-slider__slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sliderDoubleWithVideo .main-slider__slide iframe {
    min-height: 100%;
    width: 100%;
    display: inline-block;
    padding-bottom: 5rem
}

.sliderDoubleWithVideo .main-slider .slick-arrow {
    position: absolute
}

.sliderDoubleWithVideo .thumbs-slider {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.sliderDoubleWithVideo .thumbs-slider__slide {
    max-width: 5.5rem;
    height: 3.75rem;
    margin-right: 10px;
    display: inline-block;
    left: auto !important;
    opacity: 1 !important;
    position: relative !important;
    background-color: #222
}

.sliderDoubleWithVideo .thumbs-slider__slide-content--video:after {
    width: .9375rem;
    height: 1.125rem;
    background-image: url(../img/video.svg)
}

.sliderDoubleWithVideo .thumbs-slider__slide-content--rotate:after,
.sliderDoubleWithVideo .thumbs-slider__slide-content--video:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sliderDoubleWithVideo .thumbs-slider__slide-content--rotate:after {
    width: 2.75rem;
    height: 2.75rem;
    background-image: url(../img/rotate360.svg);
    fill: #fff
}

.sliderDoubleWithVideo .thumbs-slider__slide img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .4;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.sliderDoubleWithVideo .thumbs-slider__slide.slick-current .thumbs-slider__slide-content:after {
    opacity: 0
}

.sliderDoubleWithVideo .thumbs-slider__slide.slick-current img {
    opacity: 1
}

.engine-table {
    display: table;
    margin-top: 3.125rem
}

.engine-table__row {
    display: table-row
}

.engine-table__row:last-child .engine-table__cell {
    border-bottom: 1px solid #dadada
}

.engine-table__cell {
    display: table-cell;
    border-top: 1px solid #dadada;
    padding-top: 10px;
    padding-bottom: 1rem
}

.engine-table__cell .icon {
    width: 2rem;
    height: 1.5rem;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform: translatey(5px);
    -ms-transform: translatey(5px);
    transform: translatey(5px)
}

.engine-table__cell p {
    margin: 0 .75rem
}

.engine-table__cell:nth-child(2) {
    width: 12.5rem
}

.engine-table__cell:nth-child(2) p {
    color: #5e5e5e
}

.engine-table__cell:nth-child(3) p {
    color: #000
}

.switchBlue__button {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.switchBlue__button:not(:first-child) {
    margin-left: -5px
}

.switchBlue__button:not(:first-child) .buttonSquare {
    border-radius: 0 3px 3px 0
}

.switchBlue__button:first-child .buttonSquare {
    border-radius: 3px 0 0 3px
}

.switchBlue__button .buttonSquare {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #14469b
}

.switchBlue__button .buttonSquare p {
    color: #14469b
}

.switchBlue__button .buttonSquare:hover {
    background-color: #0a3378
}

.switchBlue__button .buttonSquare:hover p {
    color: #fff
}

.switchBlue__button .buttonSquare.active,
.switchBlue__button .buttonSquare:active {
    background-color: #14469b
}

.switchBlue__button .buttonSquare.active p,
.switchBlue__button .buttonSquare:active p {
    color: #fff
}

.accordion__header {
    background-color: #e9e9e9;
    padding: .875rem 1.25rem;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.accordion__header p {
    margin: 0
}

.accordion__header svg {
    width: 1rem;
    overflow: hidden;
    position: absolute;
    right: 1.9375rem;
    top: 1.25rem;
    height: 1rem;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.accordion__header.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion.js-accordion--open .accordion__hidden {
    max-height: 625rem
}

.accordion__hidden {
    overflow: hidden;
    max-height: 0;
    height: 100%;
    -webkit-transition: height .2s ease-out, max-height .2s ease-out;
    -o-transition: height .2s ease-out, max-height .2s ease-out;
    transition: height .2s ease-out, max-height .2s ease-out
}

.accordion__hidden>div {
    padding-top: 1.25rem
}

.grid {
    padding-bottom: 2.5rem;
    color: #000
}

.grid--switchable .grid__eng,
.grid--switchable.rusystem .grid__eng,
.grid--switchable grid__rus {
    display: none
}

.grid--switchable.engsystem .grid__eng,
.grid--switchable.rusystem .grid__rus {
    display: inline-block
}

.grid--switchable.engsystem .grid__rus {
    display: none
}

.grid__img-block {
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    margin-bottom: 1.25rem;
    max-width: 23.125rem;
    min-height: 9.375rem;
    text-align: center;
    background-color: #fff
}

.grid__img-block img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: inline-block
}

.grid__gray {
    color: #5e5e5e
}

.grid__table {
    display: table;
    width: 100%
}

.grid__row {
    display: table-row
}

.grid__cell {
    display: table-cell;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 1px solid #dadada
}

.grid__cell.width-75 {
    padding-left: 6.25rem
}

.multipleSelect {
    overflow: visible;
    position: relative
}

.multipleSelect.has-error {
    margin-bottom: 1.25rem !important
}

.multipleSelect:after {
    display: none
}

.multipleSelect .checkbox-label:first-of-type {
    margin-top: 0 !important
}

.multipleSelect .form-error {
    position: absolute !important;
    top: auto !important;
    left: 0 !important;
    bottom: -1.25rem !important
}

.g-recaptcha {
    margin-top: 1.875rem
}

.hid-input-wrapper {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -1px;
    left: -1px
}

.checkbox-form {
    margin-bottom: 10px
}

.checkbox-input {
    display: none
}

.checkbox-label {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 2.1875rem;
    cursor: pointer;
    margin-left: -5px;
    width: 100%
}

.checkbox-label--radio:after {
    border-radius: 50% !important
}

.checkbox-label--radio svg {
    top: 2px !important
}

.checkbox-label--multiple {
    padding-left: 0;
    margin-left: 0
}

.checkbox-label--multiple p {
    padding-left: 1.25rem
}

.checkbox-label--multiple:after {
    display: none !important
}

.checkbox-label__hidden {
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 2.125rem;
    text-align: left
}

.checkbox-label__visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left
}

.checkbox-label p {
    font-size: .875rem;
    color: #2e2e2e;
    margin: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out
}

.checkbox-label:after {
    position: absolute;
    width: .875rem;
    height: .875rem;
    border-radius: 3px;
    border: 1px solid #333;
    content: "";
    display: block;
    left: 5px;
    top: 7px
}

.checkbox-label svg {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 3px;
    left: 7px;
    -webkit-transform: translate(-2px, 2px) scale(.5);
    -ms-transform: translate(-2px, 2px) scale(.5);
    transform: translate(-2px, 2px) scale(.5);
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    opacity: 0
}

.checkbox-input:checked+.checkbox-label svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.checkbox-input:checked+.checkbox-label--multiple {
    background-color: #14469b
}

.checkbox-input:checked+.checkbox-label--multiple p {
    color: #fff
}

.tabsSquare {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

.tabsSquare-wrapper {
    position: relative;
    width: 100%
}

.tabsSquare__row {
    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
}

.tabsSquare__cell {
    display: block
}

.tabsSquare__text {
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
    color: #14469b;
    bottom: 1.25rem;
    left: 1.25rem
}

.tabsSquare__numb,
.tabsSquare__text {
    font-family: "Core";
    position: absolute;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out
}

.tabsSquare__numb {
    color: #dadada;
    font-size: 1rem;
    right: 1.25rem;
    top: 1.25rem
}

.tabsSquare__icon,
.tabsSquare__icon svg {
    width: 2.75rem;
    height: 2.75rem
}

.tabsSquare__icon svg path {
    fill: #979797;
    -webkit-transition: fill .1s ease-out;
    -o-transition: fill .1s ease-out;
    transition: fill .1s ease-out
}

.tabsSquare--switch .tabsSquare__cell {
    height: 12.5rem;
    width: 25%;
    padding: 1.25rem;
    position: relative;
    -webkit-transition: background-color .1s ease, border-color .1s ease;
    -o-transition: background-color .1s ease, border-color .1s ease;
    transition: background-color .1s ease, border-color .1s ease;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    display: block
}

.tabsSquare--switch .tabsSquare__cell.active,
.tabsSquare--switch .tabsSquare__cell:hover {
    background-color: #14469b;
    border-color: #14469b
}

.tabsSquare--switch .tabsSquare__cell.active .tabsSquare__numb,
.tabsSquare--switch .tabsSquare__cell.active .tabsSquare__text,
.tabsSquare--switch .tabsSquare__cell:hover .tabsSquare__numb,
.tabsSquare--switch .tabsSquare__cell:hover .tabsSquare__text {
    color: #fff
}

.tabsSquare--switch .tabsSquare__cell.active .tabsSquare__icon svg path,
.tabsSquare--switch .tabsSquare__cell:hover .tabsSquare__icon svg path {
    fill: #fff
}

.tabsSquare--hidden {
    margin-top: 3.125rem;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, visibility 0s linear .2s, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear .2s, -webkit-transform .2s ease-out;
    -webkit-transform: translatey(.9375rem);
    -ms-transform: translatey(.9375rem);
    transform: translatey(.9375rem);
    visibility: hidden;
    z-index: 0;
    display: table;
    overflow: hidden;
    max-width: 100%;
    width: 100%
}

.tabsSquare--hidden.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear 0s, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, visibility 0s linear 0s, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear 0s;
    transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear 0s;
    transition: opacity .2s ease-out, transform .2s ease-out, visibility 0s linear 0s, -webkit-transform .2s ease-out
}

.tabsSquare--hidden .tabsSquare__hid-text {
    margin: auto;
    margin-left: 6.25rem
}

.tabsSquare--hidden .tabsSquare__title {
    font-family: "Core";
    font-size: 1.5rem;
    line-height: 1.33;
    color: #14469b
}

.tabsSquare--hidden .tabsSquare__cell {
    vertical-align: middle;
    padding: 7px
}

.tabsSquare .imgSquare-wrapper {
    width: 100%
}

.tabsSquare .imgSquare img {
    max-height: 90%
}

.imgSquare {
    border: 1px solid #dadada;
    position: relative;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
    height: 23.4375rem;
    max-width: 22rem;
    min-width: 90%;
    width: 100%;
    cursor: pointer
}

.imgSquare-wrapper {
    height: 100% !important;
    max-width: 100%
}

.imgSquare img {
    max-width: 90%;
    margin: auto;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.imgSquare-wrapper,
.imgSquare img {
    display: inline-block;
    position: relative
}

.imgSquare-wrapper {
    vertical-align: top;
    height: 100%
}

.imgSquare:after,
.imgSquare:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: .9375rem;
    right: 1.25rem;
    top: 1.25rem;
    background-color: #14469b;
    -webkit-transition: -webkit-transform .7s ease-out;
    transition: -webkit-transform .7s ease-out;
    -o-transition: transform .7s ease-out;
    transition: transform .7s ease-out;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out;
    z-index: 2
}

.imgSquare:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.imgSquare:hover:before {
    -webkit-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg)
}

.imgSquare:hover:after {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    -o-transition: transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out
}

.card-belaz-remodal {
    min-width: 18.75rem;
    max-width: 25rem;
    padding: 0;
    text-align: left;
    max-height: 100%;
    overflow-y: auto
}

.card-belaz-remodal .remodal-close-sticks {
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    opacity: 1
}

.card-belaz-remodal .remodal-close-sticks__stick {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.card-belaz-remodal .remodal-close-sticks:hover {
    opacity: .6
}

.card-belaz-remodal .remodal-close-sticks:hover .remodal-close-sticks__stick {
    background-color: #fff
}

.card-belaz-remodal-img {
    width: 100%;
    height: 15.625rem;
    position: relative;
    overflow: hidden
}

.card-belaz-remodal-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-belaz-remodal-info {
    padding: 10px 1.25rem 1.875rem
}

.icon-list .h3 {
    color: #14469b
}

.icon-list-wrapper {
    padding-left: 4.375rem;
    position: relative;
    margin-top: 3.125rem
}

.icon-list__icon {
    position: absolute;
    left: 0;
    top: -10px
}

.icon-list__icon .icon {
    vertical-align: top;
    width: 2.5rem;
    height: 5rem
}

.icon-list__icon--pen .icon {
    height: 5.625rem;
    width: 2.8125rem
}

.icon-list .content__main-content__aside-info__dot {
    font-size: 1rem;
    line-height: 1.63;
    margin-bottom: .875rem
}

.news-block {
    padding-bottom: 3.125rem
}

.news-block-wrapper {
    position: relative;
    margin-top: 10px;
    white-space: nowrap
}

.news-block-wrapper:after {
    display: block;
    content: "";
    clear: both
}

.news-block__item {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative
}

.news-block__item:hover .news-block__item__image {
    opacity: .8
}

.news-block__item__sub p {
    color: #969ba5;
    font-size: .875rem;
    display: inline-block;
    margin: 0;
    height: 1.1875rem
}

.news-block__item__info p {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 5.125rem;
    overflow: hidden;
    display: block
}

.news-block__item__date {
    padding-right: 10px;
    border-right: 1px solid #969ba5
}

.news-block__item__category {
    padding-left: 10px
}

.news-block__item__title p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "Core";
    font-weight: bold;
    text-transform: uppercase;
    color: #14469b;
    margin: 0;
    max-width: 100%;
    white-space: normal
}

.news-block__item__image {
    width: 100%;
    height: 100%;
    opacity: .4;
    background-size: cover;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.news-block__item__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #1e283b;
    display: none
}

.news-block__item-wrapper {
    float: right;
    width: 50%;
    max-width: 37.5rem;
    padding-top: 2.5rem
}

.news-block__item-wrapper:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dadada;
    padding-top: 0
}

.news-block__item-wrapper--big {
    height: 26.875rem;
    float: left;
    padding-left: 0;
    padding-right: 1.25rem;
    max-width: 100%;
    padding-bottom: 0 !important;
    border-bottom: none !important
}

.news-block__item-wrapper--big p {
    color: #fff
}

.news-block__item-wrapper--big .news-block__item__image-wrapper {
    display: block
}

.news-block__item-wrapper--big .news-block__item__title {
    position: absolute;
    bottom: 4.375rem;
    left: 2.5rem
}

.news-block__item-wrapper--big .news-block__item__title p {
    font-size: 2rem;
    line-height: 1.31;
    text-transform: none
}

.news-block__item-wrapper--big .news-block__item__info {
    display: none
}

.news-block__item-wrapper--big .news-block__item__sub {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem
}

.news-block--pics .news-block__item--video .news-block__item__title {
    bottom: 1.25rem
}

.news-block--pics .news-block__item--video .news-block__item__category {
    display: inline-block;
    left: 1.25rem;
    position: absolute;
    padding-left: 0;
    top: 1.25rem
}

.news-block--pics .news-block__item--video .news-block__item__category p {
    color: #778292;
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.news-block--pics .news-block__item--video .news-block__item__play {
    position: absolute;
    display: block;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    background-image: url(../img/video.svg);
    background-position: 60% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    opacity: .5;
    -webkit-transition: opacity .12s ease-out;
    -o-transition: opacity .12s ease-out;
    transition: opacity .12s ease-out
}

.news-block--pics .news-block__item--video:hover .news-block__item__play {
    opacity: 1
}

.news-block--pics .news-block__item-wrapper {
    height: 13.4375rem;
    padding-top: 5px;
    width: 30%
}

.news-block--pics .news-block__item-wrapper:not(:last-child) {
    padding-bottom: 5px;
    border: 0;
    padding-top: 0
}

.news-block--pics .news-block__item-wrapper:last-child .news-block__item__image--blue {
    background-image: none !important;
    background: #14469b;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.news-block--pics .news-block__item-wrapper:last-child .news-block__item__image--blue:hover {
    opacity: .8
}

.news-block--pics .news-block__item-wrapper--big {
    width: 70%;
    height: 26.875rem;
    padding-right: 10px
}

.news-block--pics .news-block__item-wrapper--big .news-block__item__title {
    left: 2.5rem;
    bottom: 4.0625rem
}

.news-block--pics .news-block__item-wrapper--big .news-block__item__title p {
    font-size: 2rem;
    line-height: 1.2
}

.news-block--pics .news-block__item-wrapper--big .news-block__item__sub {
    left: 2.5rem;
    bottom: 2.5rem
}

.news-block--pics .news-block__item-wrapper--big .news-block__item--video .news-block__item__title {
    bottom: 2.5rem
}

.news-block--pics .news-block__item-wrapper--big .news-block__item--video .news-block__item__category {
    left: 2.5rem;
    top: 2.5rem
}

.news-block--pics .news-block__item-wrapper p {
    color: #fff
}

.news-block--pics .news-block__item__image-wrapper {
    display: block
}

.news-block--pics .news-block__item__title {
    position: absolute;
    bottom: 2.5rem;
    padding-right: 1.25rem;
    left: 1.25rem
}

.news-block--pics .news-block__item__title p {
    font-size: 1.25rem;
    line-height: 1.31;
    text-transform: none
}

.news-block--pics .news-block__item__info {
    display: none
}

.news-block--pics .news-block__item__sub {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem
}

.news-block--pics .news-block__item__date {
    border-right: 0
}

.news-block--pics .news-block__item__category {
    display: none
}

.news-block--no-big .news-block__item-wrapper {
    width: 50%;
    padding: 0;
    float: left;
    vertical-align: top
}

.news-block--no-big .news-block__item-wrapper:not(:last-child) {
    padding: 0
}

.news-block--no-big .news-block__item-wrapper:not(:first-child) {
    padding-left: 10px
}

.news-block--rev .news-block__item-wrapper--big {
    float: right;
    padding-right: 0;
    padding-left: 10px
}

.quote {
    position: relative
}

.quote img {
    position: absolute;
    left: -2.375rem;
    top: -1.4375rem;
    z-index: -1
}

.quote-wrapper {
    max-width: 68.75rem;
    position: relative;
    margin: auto;
    padding: 3.125rem 2.5rem 10px 6.25rem;
    z-index: 2
}

.quote__text p {
    font-family: "Core";
    font-size: 1.5rem;
    line-height: 1.33
}

.quote__author {
    max-width: 23.75rem
}

.quote__name {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.44;
    margin-bottom: 0;
    margin-top: 2.1875rem
}

.quote__position {
    font-size: .875rem;
    color: #969ba5;
    margin-top: 7px
}

.quote-with-image {
    display: block;
    white-space: nowrap;
    font-size: 0
}

.quote-with-image .quote-image-wrapper,
.quote-with-image .quote-wrapper {
    display: inline-block;
    white-space: normal;
    vertical-align: top
}

.quote-with-image .quote-wrapper {
    width: 75%;
    padding: 0 1.25rem 0 3.125rem;
    text-align: center
}

.quote-with-image .quote-wrapper .quote {
    display: inline-block;
    text-align: left;
    max-width: 37.5rem;
    width: auto
}

.quote-with-image .quote-wrapper .quote img {
    top: 0
}

.quote-with-image .quote-image img {
    display: inline-block;
    max-width: 100%;
    width: 17.5rem
}

.quote-with-image .quote-image-wrapper {
    width: 25%;
    overflow: hidden
}

.bigBlueBlock {
    background-color: #14469b;
    padding: 1.25rem;
    min-height: 12.5rem;
    width: 100%;
    display: inline-block;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.bigBlueBlock:hover {
    background-color: #0a3378
}

.bigBlueBlock__content {
    max-width: 67.5rem;
    margin: auto;
    padding-top: 3.125rem
}

.bigBlueBlock__button {
    float: right;
    padding-top: 8px
}

.bigBlueBlock__button,
.bigBlueBlock__text {
    display: inline-block;
    vertical-align: middle
}

.bigBlueBlock__text {
    margin-top: -3px
}

.bigBlueBlock__text p {
    color: #fff;
    font-size: 2.25rem;
    line-height: .89;
    font-family: "Core"
}

.bigBlueBlock-wrapper {
    width: 100%;
    margin-top: 3.125rem
}

.motio {
    background: #363840;
    height: 100%
}

.motio .frame {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15rem;
    height: 12.5rem
}

.moreText-wrapper {
    max-width: 49.375rem;
    margin: auto
}

.moreText__title p {
    font-size: 1.5rem;
    font-family: "Core";
    line-height: 1.33;
    color: #14469b
}

.moreText__text-hidden {
    height: 100%;
    max-height: 0;
    min-height: 6.25rem;
    overflow: hidden;
    -webkit-transition: height .35s ease-out, max-height .35s ease-out;
    -o-transition: height .35s ease-out, max-height .35s ease-out;
    transition: height .35s ease-out, max-height .35s ease-out
}

.moreText__button {
    cursor: pointer;
    display: inline-block;
    max-height: 1.25rem;
    overflow: hidden;
    margin-top: 1.25rem
}

.moreText__button p {
    color: #14469b;
    margin: 0;
    margin-bottom: .9375rem;
    position: relative;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.moreText__button p:hover {
    color: #0a3378
}

.moreText__button.active p {
    -webkit-transform: translatey(-3rem);
    -ms-transform: translatey(-3rem);
    transform: translatey(-3rem)
}

.asideMenu {
    position: relative;
    border: 1px solid #dadada
}

.asideMenu-wrapper {
    max-width: 17.5rem
}

.asideMenu__item {
    padding: 1.25rem;
    padding-right: 10px;
    display: block;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out
}

.asideMenu__item p {
    -webkit-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

.asideMenu__item.active {
    background-color: #d4e0f2
}

.asideMenu__item.active .asideMenu__text p {
    color: #2e2e2e
}

.asideMenu__item:hover {
    background-color: #f4f6f7
}

.asideMenu__item:hover .asideMenu__text p {
    color: #14469b
}

.asideMenu__item-wrapper:not(:first-child) {
    border-top: 1px solid #dadada
}

.asideMenu__item-inner__item {
    padding: .9375rem;
    padding-left: 3.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    -webkit-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out
}

.asideMenu__item-inner__item p {
    margin: 0;
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    line-height: 1.33;
    color: #778292;
    -webkit-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

.asideMenu__item-inner__item.active p {
    color: #2e2e2e
}

.asideMenu__item-inner__item-wrapper:last-child .asideMenu__item-inner__item {
    padding-bottom: 1rem
}

.asideMenu__item-inner__item:hover {
    background-color: #f4f6f7
}

.asideMenu__item-inner__item:hover p {
    color: #14469b
}

.asideMenu__item-inner__item:active p {
    color: #000
}

.asideMenu__item-hidden {
    border-top: 1px solid #dadada
}

.asideMenu__item-hidden-wrapper {
    height: 100%;
    -webkit-transition: height .35s ease-out, max-height .35s ease-out;
    -o-transition: height .35s ease-out, max-height .35s ease-out;
    transition: height .35s ease-out, max-height .35s ease-out
}

.asideMenu__item-hidden__item {
    padding: 1.25rem;
    padding-left: 2.5rem;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%
}

.asideMenu__item-hidden__item.active p {
    color: #2e2e2e
}

.asideMenu__item-hidden__item-wrapper:first-child .asideMenu__item-hidden__item {
    padding-top: .875rem
}

.asideMenu__item-hidden__item-wrapper:last-child .asideMenu__item-hidden__item {
    padding-bottom: 1rem
}

.asideMenu__item-hidden__item p {
    margin: 0;
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    line-height: 1.33;
    color: #778292;
    -webkit-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

.asideMenu__item-hidden__item:hover {
    background-color: #f4f6f7
}

.asideMenu__item-hidden__item:hover p {
    color: #14469b
}

.asideMenu__item-hidden__item:active p {
    color: #000
}

.asideMenu__text p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.33;
    text-transform: uppercase;
    font-family: "Core";
    font-weight: bold;
    color: #778292
}

.pyramid {
    width: 100%;
    position: relative;
    display: table-row
}

.pyramid-wrapper {
    display: table
}

.pyramid__text {
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pyramid__text p {
    font-family: "Core";
    font-size: 1.125rem;
    line-height: 1.44;
    color: #fff
}

.pyramid__border-line {
    border: 1px dashed #dadada;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    width: 9.375rem;
    height: 12.5rem;
    position: absolute;
    left: 90%;
    top: 50%;
    z-index: -1;
    -webkit-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out;
    pointer-events: none
}

.pyramid__border-line--right {
    left: auto;
    right: 100%;
    border-right: 0 !important;
    border-radius: 1.25rem 0 0 1.25rem
}

.pyramid__border-line--left {
    left: auto;
    left: 100%;
    border-left: 0 !important;
    border-radius: 0 1.25rem 1.25rem 0
}

.pyramid__border-line--top {
    border-bottom: 0 !important
}

.pyramid__border-line--middle {
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important
}

.pyramid__border-line--bottom {
    border-top: 0 !important;
    top: auto;
    bottom: 50%
}

.pyramid__left-wrapper {
    border-right: 2.5rem solid transparent
}

.pyramid__right-wrapper {
    border-left: 2.5rem solid transparent
}

.pyramid__center,
.pyramid__left,
.pyramid__right {
    position: relative
}

.pyramid__center-wrapper,
.pyramid__left-wrapper,
.pyramid__right-wrapper {
    display: table-cell;
    width: 33.3%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.pyramid__center__item,
.pyramid__left__item,
.pyramid__right__item {
    background-color: #fff;
    position: relative;
    height: 11.25rem;
    -webkit-box-shadow: 0 4px .9375rem 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 4px .9375rem 0 hsla(0, 0%, 100%, 0);
    -webkit-transition: background-color .1s ease-out, -webkit-box-shadow .1s ease-out;
    transition: background-color .1s ease-out, -webkit-box-shadow .1s ease-out;
    -o-transition: box-shadow .1s ease-out, background-color .1s ease-out;
    transition: box-shadow .1s ease-out, background-color .1s ease-out;
    transition: box-shadow .1s ease-out, background-color .1s ease-out, -webkit-box-shadow .1s ease-out;
    cursor: pointer;
    border: 1px solid #dadada;
    display: inline-block;
    width: 100%;
    overflow: visible
}

.pyramid__center__item-wrapper,
.pyramid__left__item-wrapper,
.pyramid__right__item-wrapper {
    display: block;
    vertical-align: middle
}

.pyramid__center__item-wrapper:not(:last-child),
.pyramid__left__item-wrapper:not(:last-child),
.pyramid__right__item-wrapper:not(:last-child) {
    border-bottom: 1.5625rem solid transparent
}

.pyramid__center__item__text,
.pyramid__left__item__text,
.pyramid__right__item__text {
    width: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: opacity .05s ease-out, -webkit-transform .05s ease-out;
    transition: opacity .05s ease-out, -webkit-transform .05s ease-out;
    -o-transition: transform .05s ease-out, opacity .05s ease-out;
    transition: transform .05s ease-out, opacity .05s ease-out;
    transition: transform .05s ease-out, opacity .05s ease-out, -webkit-transform .05s ease-out;
    z-index: 2;
    background-color: #fff
}

.pyramid__center__item__text p,
.pyramid__left__item__text p,
.pyramid__right__item__text p {
    color: #14469b;
    font-size: 1.25rem;
    font-family: "Core";
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    margin: auto
}

.pyramid__center__item__hidden,
.pyramid__left__item__hidden,
.pyramid__right__item__hidden {
    position: relative;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    z-index: 2;
    background-color: #0a3378;
    overflow: hidden
}

.pyramid__center__item__hidden p,
.pyramid__left__item__hidden p,
.pyramid__right__item__hidden p {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 18.75rem;
    -webkit-transform: translatey(-80%);
    -ms-transform: translatey(-80%);
    transform: translatey(-80%);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.pyramid__center__item:hover,
.pyramid__left__item:hover,
.pyramid__right__item:hover {
    -webkit-box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3);
    box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3);
    -webkit-transition: background-color .25s ease-out, -webkit-box-shadow .25s ease-out;
    transition: background-color .25s ease-out, -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out, background-color .25s ease-out;
    transition: box-shadow .25s ease-out, background-color .25s ease-out;
    transition: box-shadow .25s ease-out, background-color .25s ease-out, -webkit-box-shadow .25s ease-out
}

.pyramid__center__item:hover .pyramid__left__item__text,
.pyramid__center__item:hover .pyramid__right__item__text,
.pyramid__left__item:hover .pyramid__left__item__text,
.pyramid__left__item:hover .pyramid__right__item__text,
.pyramid__right__item:hover .pyramid__left__item__text,
.pyramid__right__item:hover .pyramid__right__item__text {
    opacity: 0;
    -webkit-transform: translatey(1.25rem);
    -ms-transform: translatey(1.25rem);
    transform: translatey(1.25rem);
    -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out, opacity .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out
}

.pyramid__center__item:hover .pyramid__left__item__hidden,
.pyramid__center__item:hover .pyramid__right__item__hidden,
.pyramid__left__item:hover .pyramid__left__item__hidden,
.pyramid__left__item:hover .pyramid__right__item__hidden,
.pyramid__right__item:hover .pyramid__left__item__hidden,
.pyramid__right__item:hover .pyramid__right__item__hidden {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.pyramid__center__item:hover .pyramid__left__item__hidden p,
.pyramid__center__item:hover .pyramid__right__item__hidden p,
.pyramid__left__item:hover .pyramid__left__item__hidden p,
.pyramid__left__item:hover .pyramid__right__item__hidden p,
.pyramid__right__item:hover .pyramid__left__item__hidden p,
.pyramid__right__item:hover .pyramid__right__item__hidden p {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

.pyramid__center__item:hover .pyramid__border-line,
.pyramid__left__item:hover .pyramid__border-line,
.pyramid__right__item:hover .pyramid__border-line {
    border: 1px solid #14469b
}

.pyramid__center__item:hover .pyramid__background-img,
.pyramid__left__item:hover .pyramid__background-img,
.pyramid__right__item:hover .pyramid__background-img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pyramid__background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.pyramid__background-img--contain {
    background-size: contain;
    height: 6.875rem;
    top: 50%;
    margin: auto;
    margin-top: -3.75rem;
    max-width: 12.5rem;
    left: 0;
    right: 0
}

.pyramid__center {
    width: 21.875rem;
    height: 11.25rem;
    margin: auto;
    vertical-align: middle
}

.pyramid__center__item {
    background-color: #14469b;
    border: 0
}

.pyramid__center__item:hover {
    background-color: #0a3378;
    -webkit-box-shadow: 0 4px 1.0625rem 0 rgba(18, 18, 33, .3);
    box-shadow: 0 4px 1.0625rem 0 rgba(18, 18, 33, .3)
}

.pyramid__center-wrapper {
    z-index: 3
}

.numbCount__numb {
    margin-bottom: 10px;
    display: inline-block
}

.numbCount__numb p {
    font-size: 4rem;
    font-family: "Core";
    color: #14469b;
    margin: 0;
    line-height: 0
}

.numbCount__numb p sub {
    font-size: 1.125rem;
    text-transform: uppercase
}

.numbCount__text {
    max-width: 13.125rem
}

.news-one-line {
    position: relative;
    min-height: 12.5rem;
    display: inline-block;
    width: 100%
}

.news-one-line-wrapper {
    border-bottom: 1px solid #dadada;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    clear: both
}

.news-one-line-wrapper:after {
    position: absolute;
    display: block;
    content: "";
    clear: both
}

.news-one-line__content-wrapper {
    max-width: 70%;
    display: inline-block;
    padding-right: 2.5rem
}

.news-one-line__title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #14469b;
    text-transform: uppercase
}

.news-one-line__text {
    line-height: 1.63;
    margin-top: 10px
}

.news-one-line__date {
    font-size: .875rem;
    color: #969ba5;
    margin-top: 10px
}

.news-one-line__img {
    display: inline-block;
    width: 100%;
    max-width: 17.5rem;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.news-one-line__img-wrapper {
    float: right;
    width: 30%;
    display: inline-block;
    height: 12.5rem;
    position: relative;
    vertical-align: top;
    text-align: right
}

.news-one-line--no-pic {
    min-height: 0
}

.news-one-line--no-pic .news-one-line__content-wrapper {
    max-width: 53.75rem
}

.news-one-line--no-pic .news-one-line__img-wrapper {
    display: none
}

.news-one-line:hover .news-one-line__title {
    color: #000
}

.content-section {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    clear: both;
    position: relative
}

.content-section:after {
    position: relative;
    display: block;
    content: "";
    clear: both
}

.content-section--line-top {
    border-top: 1px solid #dadada
}

.content-section--line-bottom {
    border-bottom: 1px solid #dadada
}

.content-section--no-paddings {
    padding: 0
}

.content-section--centered {
    text-align: center
}

.content-section--bottom-twice {
    padding-bottom: 3.125rem
}

.content-section--top-twice {
    padding-top: 3.125rem
}

.content-section--gray {
    background-color: #f7f7f7;
    padding: 2.5rem;
    padding-bottom: 5rem
}

.content-section--shadow {
    -webkit-box-shadow: 0 5px 1.25rem 0 rgba(32, 33, 73, .2);
    box-shadow: 0 5px 1.25rem 0 rgba(32, 33, 73, .2);
    padding: 2.5rem;
    margin-bottom: 3.75rem;
    padding-top: 1.25rem !important;
    margin-top: -10px
}

.content-section--contacts {
    max-width: 48.75rem
}

.content-section--dillers {
    max-width: 52.5rem
}

.content-section--title .button {
    float: right
}

.content-section:first-child {
    padding-top: 0
}

.content-section:first-child .table-content:first-child .button-wrapper {
    text-align: right
}

.line {
    display: block;
    background-color: #dadada;
    width: 100%;
    height: 1px
}

.table-img-wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 32.5rem;
    overflow: hidden
}

.table-img-wrapper--height-100 {
    height: 100%
}

.table-img-wrapper--height-twice {
    min-height: 65rem
}

.table-img-wrapper--height-half {
    min-height: 16.25rem;
    border-left: 10px solid transparent
}

.table-img-wrapper--height-half:not(:last-child) {
    border-bottom: 10px solid transparent
}

.table-img-wrapper--half {
    min-height: 16.25rem
}

.table-img-wrapper--half:not(:first-child) {
    margin-top: 10px
}

.table-img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.back-page-block-wrapper {
    padding-top: 3.125rem;
    border-top: 1px solid #dadada;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #dadada
}

.back-page-block-wrapper--noline {
    border-top: 0;
    border-bottom: 0
}

.ya-share2 li {
    padding-left: 5px
}

.ya-share2 li:after {
    display: none !important
}

.ya-share2__badge {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px
}

.ya-share2__icon {
    margin-right: 5px;
    margin-left: 5px
}

.views-count {
    display: inline-block;
    border-radius: 2px;
    background-color: #e7e7e7;
    font-size: 0;
    padding: .1875rem .9375rem
}

.views-count__item {
    font-size: .875rem;
    line-height: 2;
    font-family: OpenSans, sans-serif
}

.views-count__icon,
.views-count__item {
    display: inline-block;
    vertical-align: middle
}

.views-count__icon {
    width: 1.125rem;
    height: .625rem;
    margin-left: 10px
}

.news-page-date {
    color: #969ba5;
    font-size: .875rem;
    line-height: 1.6;
    margin-bottom: .9375rem
}

.news-page-square {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table-gray-text-centered {
    color: #8d8d8d;
    line-height: 1.63;
    max-width: 18.75rem;
    margin-top: 2.5rem;
    margin-left: 2.5rem
}

.table-gray-text-centered--height-100 {
    height: 100%;
    max-height: 100%
}

.table-gray-text-block {
    margin: auto;
    padding: 2.5rem
}

.table-gray-text-block--height-100 {
    height: 100%;
    max-height: 100%;
    vertical-align: middle
}

.table-gray-text-block p {
    font-size: 1rem;
    color: #2e2e2e;
    margin-bottom: .9375rem;
    vertical-align: middle
}

.table-gray-text-block p.big {
    font-size: 1.25rem
}

.titleTableText {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    max-width: 28.125rem;
    max-height: 15.625rem;
    padding-left: 1.5rem;
    overflow: hidden
}

.titleTableText:after {
    position: absolute;
    display: block;
    content: "/";
    font-size: 2rem;
    color: #14469b;
    left: 0;
    top: 0
}

.titleTableText p {
    margin: 0;
    font-size: 2rem;
    line-height: 1.32;
    font-family: Core;
    text-transform: uppercase;
    color: #14469b;
    font-weight: bold
}

.titleTableText-wrapper {
    position: relative;
    height: 100%;
    min-height: 15rem;
    width: 100%
}

.region-card {
    height: 100%;
    position: relative;
    min-height: 25rem;
    overflow: hidden
}

.region-card-wrapper {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out
}

.region-card-wrapper.active {
    border: 1px solid #0a3378
}

.region-card-wrapper .active .region-card__image,
.region-card-wrapper:hover .region-card__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.region-card__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.region-card__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

.region-card__content {
    position: absolute;
    display: block;
    bottom: 2.5rem;
    left: 1.25rem
}

.region-card__content-wrapper {
    z-index: 2;
    position: relative;
    width: 100%;
    min-height: 25rem
}

.region-card__title {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #14469b;
    text-decoration: none;
    font-family: "Core";
    font-weight: bold;
    margin-bottom: 1.25rem
}

.region-card__lang {
    font-size: 1rem
}

.region-card__lang:hover {
    color: #14469b
}

.region-card__lang-wrapper {
    display: inline-block;
    margin-right: 10px
}

.blueImageBlock {
    padding: 2.5rem;
    position: relative;
    color: #f4f4f4;
    background-position: 50% 50%;
    background-size: cover
}

.blueImageBlock .table-content {
    z-index: 2;
    position: relative;
    margin-bottom: 3.125rem
}

.blueImageBlock .numbCount__numb p {
    color: #f4f4f4
}

.blueImageBlock__blue-block {
    background: rgba(20, 70, 155, .85);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

.documentSlider {
    position: relative;
    padding-bottom: 1.875rem
}

.documentSlider .slick-list {
    overflow: hidden
}

.documentSlider .slick-arrow {
    position: absolute;
    top: 45%;
    right: 0;
    margin: auto;
    border-right: 2px solid #14469b;
    border-top: 2px solid #14469b;
    font-size: 0;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.documentSlider .slick-arrow.slick-prev {
    display: none
}

.documentSlider .slick-arrow.slick-disabled {
    display: none !important
}

.documentSlider .slick-dots {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.documentSlider .slick-dots li {
    display: inline-block;
    width: .75rem;
    overflow: hidden;
    height: .75rem;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    padding: 0;
    vertical-align: middle;
    cursor: pointer
}

.documentSlider .slick-dots li.slick-active {
    background-color: #14469b
}

.documentSlider .slick-dots li.slick-active button {
    background-color: #fff
}

.documentSlider .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -3px
}

.documentSlider .slick-dots li:after {
    display: none
}

.documentSlider-wrapper {
    max-width: 31.25rem;
    padding-left: 3.125rem
}

.documentSlider__img {
    display: inline-block;
    max-width: 8.3125rem;
    vertical-align: middle
}

.documentSlider__info-wrapper {
    display: inline-block;
    max-width: 18.75rem;
    margin-left: 1.25rem;
    vertical-align: middle;
    padding-right: 1.25rem;
    white-space: normal
}

.documentSlider__info-wrapper .h3 {
    margin-bottom: 0
}

.documentSlider__info-wrapper p {
    margin: 0;
    margin-top: 10px
}

.documentSlider__date {
    color: #969ba5;
    font-size: .875rem
}

.documentSlider__slide-inner {
    white-space: nowrap
}

.personCard {
    overflow: hidden;
    width: 100%
}

.personCard-wrapper {
    min-width: 10.625rem;
    width: 24%;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    font-size: 0;
    margin-bottom: 3.125rem;
    padding-right: 10px
}

.personCard__img {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.personCard__img-wrapper {
    width: 15rem;
    height: 23rem;
}

.personCard__img-wrapper,
.personCard__info-wrapper {
    display: inline-block;
    float: left;
    vertical-align: middle
}

.personCard__info-wrapper {
    padding-top: 1.25rem;
    width: 100%;
    max-width: 12.5rem
}

.personCard__title {
    font-size: 1.125rem;
    line-height: 1.44;
    margin-top: 0;
    font-weight: bold;
    color: #2e2e2e
}

.personCard__text {
    font-size: .875rem;
    line-height: 1.71;
    color: #969ba5;
    margin-top: 1.25rem
}

.contact-column {
    max-width: 27.5rem
}

.contact-column .document {
    padding-left: 0;
    margin-left: 0
}

.contact-column .document__svg {
    display: none
}

.contact-column .document__text {
    max-width: 100%;
    text-decoration: underline
}

.contact-column__block {
    padding-right: 10px
}

.contact-column__block:not(:last-child) {
    margin-bottom: 1.25rem
}

.contact-column p {
    margin: 0
}

.contact-column .h4 {
    text-transform: uppercase;
    display: block
}

.contact-column .tel {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    font-weight: 600;
    padding-left: 10px
}

.contact-column .tel:hover {
    color: #14469b
}

.contact-column .tel:click {
    color: #0a3378
}

.contact-info-address {
    width: 27%
}

.contact-info-address,
.contact-info-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.contact-info-phone {
    width: 33%
}

.contact-info-mail,
.contact-info-site {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.gray {
    color: #838d9b;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.contacts-page-block .h4 {
    display: block;
    margin: 0;
    padding-bottom: 1.125rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #dadada
}

.map {
    width: 100%;
    height: 18.75rem;
    margin-top: 2.5rem
}

.line-top {
    border-top: 1px solid #ccc
}

.line-bottom {
    border-bottom: 1px solid #ccc
}

.content .form-contacts .checkbox-label {
    display: inline-block;
    vertical-align: middle
}

.content .form-contacts .checkbox-label:first-of-type {
    margin-top: 1.75rem
}

.content .form-contacts .custom-select {
    margin-top: 1.5625rem;
    margin-bottom: 10px;
    border: 1px solid #7e7e7e !important
}

.content .form-contacts .custom-select.has-error {
    border-color: #b94a48 !important
}

.content .form-contacts .custom-select select {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    font-family: "OpenSans";
    color: #2e2e2e
}

.content .form-contacts .form-error {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    color: red;
    display: inline-block;
    margin-left: 1.0625rem
}

.content .form-contacts .line-top {
    padding-top: 1.25rem
}

.content .form-contacts .line-bottom {
    padding-bottom: 3.125rem
}

.content .form-contacts p.gray {
    font-size: .75rem;
    line-height: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem
}

.content .form-contacts--dillers {
    padding-top: 1.875rem
}

.content .form-contacts__title {
    margin: 0;
    margin-top: 1.875rem;
    display: inline-block
}

.content .form-contacts .form-contacts__select,
.content .form-contacts__input {
    width: 100%;
    min-height: 2.5rem;
    background-color: transparent;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    padding: 0;
    padding-left: .9375rem;
    margin: 0;
    margin-top: 1.5625rem;
    margin-bottom: 6px;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.content .form-contacts .form-contacts__select:focus,
.content .form-contacts__input:focus {
    background-color: #fff
}

.content .form-contacts .form-contacts__select--textarea,
.content .form-contacts__input--textarea {
    min-height: 5rem;
    height: auto;
    padding-top: 10px
}

.content .form-contacts .form-contacts__select--message,
.content .form-contacts__input--message {
    min-height: 6.875rem
}

.content .form-contacts .form-contacts__select--half,
.content .form-contacts__input--half {
    max-width: 12.5rem
}

.content .form-contacts__label-wrapper--buttons {
    padding-top: 3.125rem
}

.content .form-contacts__label-wrapper--buttons .gray {
    font-size: .875rem
}

.content .form-contacts__select {
    padding-top: 2px;
    padding-left: .9375rem;
    font-size: .875rem;
    height: 2.5rem;
    position: relative
}

.content .form-contacts__select option {
    color: #8b8b8b;
    display: inline-block
}

.content .form-contacts__select option:not(:disabled) {
    color: #2e2e2e
}

.print-button-wrapper {
    margin-top: .9375rem
}

.print-button__icon {
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .9375rem
}

.print-button__icon svg path {
    fill: #14469b
}

.print-button__text {
    display: inline-block;
    color: #14469b;
    vertical-align: middle;
    margin: 0
}

.print-button:hover .print-button__text {
    color: #000
}

.print-button:hover .print-button__icon svg path {
    fill: #000
}

#callbackSuccess {
    max-width: 33.5rem;
    padding: 3.75rem;
    padding-bottom: 6.25rem;
    text-align: left
}

#callbackSuccess button {
    top: 10px;
    right: 10px
}

#callbackSuccess .h2 {
    color: #14469b;
    margin-bottom: 3.125rem;
    margin-top: 0
}

#callbackSuccess p {
    margin: 0
}

.lightGallery {
    font-size: 0
}

.lightGallery__href {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 10px;
    vertical-align: top
}

.lightGallery__image {
    min-height: 100%;
    min-width: 100%;
    width: 100%
}

.searchBlackList {
    background-color: #14469b;
    padding: 1.875rem;
    padding-top: 2.5rem;
    position: relative;
    color: #fff
}

.searchBlackList-wrapper {
    margin-bottom: 2.5rem
}

.searchBlackList__inner {
    position: relative;
    width: 100%;
    height: 3.125rem
}

.searchBlackList__label {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6.25rem;
    display: block;
    position: relative
}

.searchBlackList__input {
    position: absolute;
    left: 1%;
    right: 0;
    top: .875rem;
    width: 98%;
    z-index: 2;
    padding-left: 2.5rem;
    padding-right: 1.25rem
}

.searchBlackList__text {
    padding-top: 10px
}

.searchBlackList__text p {
    margin: 0
}

.searchBlackList__button {
    position: absolute;
    left: 1.25rem;
    top: 1rem;
    z-index: 3;
    opacity: .5;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    cursor: pointer;
    text-decoration: none;
    display: inline-block
}

.searchBlackList__button:hover {
    opacity: 1
}

.searchBlackList p {
    font-size: .875rem
}

.searchBlackList span {
    margin-left: 3px;
    margin-right: 3px
}

.searchBlackList .underline {
    -webkit-filter: none !important;
    filter: none !important;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

#svg-map {
    width: 67.5rem;
    max-width: 100%;
    max-height: 100%;
    height: 35.6875rem
}

.svg-map-dot {
    fill: #d9dbdf
}

.svg-map-dot--blue {
    fill: #14469b;
    cursor: pointer;
    display: block
}

.introjs-button {
    display: none
}

.introjs-hint {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px)
}

.introjs-hintReference {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.introjs-tooltip {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.introjs-tooltip h3 {
    border-bottom: 1px solid #bababa;
    padding-bottom: 1.25rem
}

.introjs-tooltip .introjs-arrow.bottom,
.introjs-tooltip .introjs-arrow.top {
    left: 10px
}

.introjs-relativePosition {
    position: static !important
}

.circle-diag-switchers-wrapper {
    margin-top: 1.25rem
}

.circle-diag-switchers__item {
    width: 100%;
    cursor: pointer;
    padding: 10px 1.25rem
}

.circle-diag-switchers__item:hover {
    background-color: #f4f4f4
}

.circle-diag-switchers__item:after {
    position: relative;
    display: block;
    content: "";
    clear: both
}

.circle-diag-switchers__item .circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: middle;
    top: -2px;
    position: relative;
    margin-right: 1.25rem
}

.circle-diag-switchers__item p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1rem
}

.circle-diag-switchers__percent {
    float: right;
    top: 3px;
    position: relative
}

#canvasCircle {
    float: right
}

.not-found {
    width: 100%;
    position: relative
}

.not-found__item {
    text-align: center;
    max-width: 29.375rem;
    margin: auto
}

.not-found__title {
    width: 100%;
    margin-bottom: 1.25rem
}

.not-found__text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.63
}

.technical-works-wrapper {
    max-width: 43.75rem;
    width: 100%;
    margin: auto;
    text-align: center
}

.technical-works__title {
    font-size: 2.25rem;
    font-family: "Core";
    color: #fff;
    line-height: 1.28;
    margin-bottom: 2.5rem
}

.technical-works__text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.63
}

.technical-works__line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 3.75rem;
    margin-bottom: 1.25rem
}

.technical-works__contact {
    width: 49%;
    font-size: 0;
    display: inline-block;
    line-height: 0;
    text-align: left
}

.technical-works__tel {
    font-size: 1rem;
    color: #fff;
    line-height: 1.63;
    display: inline-block;
    margin-right: 1.25rem
}

.technical-works__tel--tel:hover {
    color: #333
}

.technical-works__tel--mail {
    color: #14469b;
    text-decoration: underline
}

.technical-works__tel--mail:hover {
    color: #333;
    text-decoration: none
}

.image-with-header-block-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 22rem;
    margin-right: 1%;
    white-space: nowrap;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 2.5rem;
    padding-top: 1.875rem;
    min-height: 26.875rem;
    position: relative
}

.image-with-header-block__title {
    color: #14469b;
    text-transform: uppercase;
    font-family: "Core";
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 0;
    z-index: 2;
    position: relative
}

.image-with-header-block__image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.image-with-header-block__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 2.8125rem;
    left: 0;
    top: 0;
    z-index: 0
}

.width-0 {
    width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 0
}

.width-0--padding-left {
    padding-left: 3.125rem !important
}

.width-0--padding-right {
    padding-right: 3.125rem !important
}

.width-5 {
    width: 5%;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    max-width: 5%
}

.width-5--padding-left {
    padding-left: 3.125rem !important
}

.width-5--padding-right {
    padding-right: 3.125rem !important
}

.width-10 {
    width: 10%;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    max-width: 10%
}

.width-10--padding-left {
    padding-left: 3.125rem !important
}

.width-10--padding-right {
    padding-right: 3.125rem !important
}

.width-15 {
    width: 15%;
    -webkit-box-flex: 15;
    -ms-flex-positive: 15;
    flex-grow: 15;
    max-width: 15%
}

.width-15--padding-left {
    padding-left: 3.125rem !important
}

.width-15--padding-right {
    padding-right: 3.125rem !important
}

.width-20 {
    width: 20%;
    -webkit-box-flex: 20;
    -ms-flex-positive: 20;
    flex-grow: 20;
    max-width: 20%
}

.width-20--padding-left {
    padding-left: 3.125rem !important
}

.width-20--padding-right {
    padding-right: 3.125rem !important
}

.width-25 {
    width: 25%;
    -webkit-box-flex: 25;
    -ms-flex-positive: 25;
    flex-grow: 25;
    max-width: 25%
}

.width-25--padding-left {
    padding-left: 3.125rem !important
}

.width-25--padding-right {
    padding-right: 3.125rem !important
}

.width-30 {
    width: 30%;
    -webkit-box-flex: 30;
    -ms-flex-positive: 30;
    flex-grow: 30;
    max-width: 30%
}

.width-30--padding-left {
    padding-left: 3.125rem !important
}

.width-30--padding-right {
    padding-right: 3.125rem !important
}

.width-35 {
    width: 35%;
    -webkit-box-flex: 35;
    -ms-flex-positive: 35;
    flex-grow: 35;
    max-width: 35%
}

.width-35--padding-left {
    padding-left: 3.125rem !important
}

.width-35--padding-right {
    padding-right: 3.125rem !important
}

.width-40 {
    width: 40%;
    -webkit-box-flex: 40;
    -ms-flex-positive: 40;
    flex-grow: 40;
    max-width: 40%
}

.width-40--padding-left {
    padding-left: 3.125rem !important
}

.width-40--padding-right {
    padding-right: 3.125rem !important
}

.width-45 {
    width: 45%;
    -webkit-box-flex: 45;
    -ms-flex-positive: 45;
    flex-grow: 45;
    max-width: 45%
}

.width-45--padding-left {
    padding-left: 3.125rem !important
}

.width-45--padding-right {
    padding-right: 3.125rem !important
}

.width-50 {
    width: 50%;
    -webkit-box-flex: 50;
    -ms-flex-positive: 50;
    flex-grow: 50;
    max-width: 50%
}

.width-50--padding-left {
    padding-left: 3.125rem !important
}

.width-50--padding-right {
    padding-right: 3.125rem !important
}

.width-55 {
    width: 55%;
    -webkit-box-flex: 55;
    -ms-flex-positive: 55;
    flex-grow: 55;
    max-width: 55%
}

.width-55--padding-left {
    padding-left: 3.125rem !important
}

.width-55--padding-right {
    padding-right: 3.125rem !important
}

.width-60 {
    width: 60%;
    -webkit-box-flex: 60;
    -ms-flex-positive: 60;
    flex-grow: 60;
    max-width: 60%
}

.width-60--padding-left {
    padding-left: 3.125rem !important
}

.width-60--padding-right {
    padding-right: 3.125rem !important
}

.width-65 {
    width: 65%;
    -webkit-box-flex: 65;
    -ms-flex-positive: 65;
    flex-grow: 65;
    max-width: 65%
}

.width-65--padding-left {
    padding-left: 3.125rem !important
}

.width-65--padding-right {
    padding-right: 3.125rem !important
}

.width-70 {
    width: 70%;
    -webkit-box-flex: 70;
    -ms-flex-positive: 70;
    flex-grow: 70;
    max-width: 70%
}

.width-70--padding-left {
    padding-left: 3.125rem !important
}

.width-70--padding-right {
    padding-right: 3.125rem !important
}

.width-75 {
    width: 75%;
    -webkit-box-flex: 75;
    -ms-flex-positive: 75;
    flex-grow: 75;
    max-width: 75%
}

.width-75--padding-left {
    padding-left: 3.125rem !important
}

.width-75--padding-right {
    padding-right: 3.125rem !important
}

.width-80 {
    width: 80%;
    -webkit-box-flex: 80;
    -ms-flex-positive: 80;
    flex-grow: 80;
    max-width: 80%
}

.width-80--padding-left {
    padding-left: 3.125rem !important
}

.width-80--padding-right {
    padding-right: 3.125rem !important
}

.width-85 {
    width: 85%;
    -webkit-box-flex: 85;
    -ms-flex-positive: 85;
    flex-grow: 85;
    max-width: 85%
}

.width-85--padding-left {
    padding-left: 3.125rem !important
}

.width-85--padding-right {
    padding-right: 3.125rem !important
}

.width-90 {
    width: 90%;
    -webkit-box-flex: 90;
    -ms-flex-positive: 90;
    flex-grow: 90;
    max-width: 90%
}

.width-90--padding-left {
    padding-left: 3.125rem !important
}

.width-90--padding-right {
    padding-right: 3.125rem !important
}

.width-95 {
    width: 95%;
    -webkit-box-flex: 95;
    -ms-flex-positive: 95;
    flex-grow: 95;
    max-width: 95%
}

.width-95--padding-left {
    padding-left: 3.125rem !important
}

.width-95--padding-right {
    padding-right: 3.125rem !important
}

.width-100 {
    width: 100%;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    max-width: 100%
}

.width-100--padding-left {
    padding-left: 3.125rem !important
}

.width-100--padding-right {
    padding-right: 3.125rem !important
}

.width-20 .catalog-card-item .buttonSquare-wrapper {
    display: none
}

.width-20 .catalog-card-item__title,
.width-25 .catalog-card-item__title {
    padding-right: 1.875rem
}

.width-25 .catalog-card-item+.buttonSquare-wrapper {
    display: none
}

.width-100 .catalog-card-item__card-title-wrapper {
    left: 1.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo_sub {
    width: 90%;
    max-width: 12.5rem;
    margin-top: 1.875rem
}

#contact-vue-render,
#vueMap {
    width: 100%
}

#vueMap {
    height: 100%
}

.vueMap {
    width: 100%;
    display: inline-block;
    height: 80vh;
    min-height: 31.25rem;
    max-width: 45rem
}

.vueMap-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 3.125rem;
    text-align: right
}

.vueMapInfo__title {
    font-family: "Core";
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6;
    text-transform: uppercase
}

.vueMapInfo__title-wrapper {
    border-bottom: 1px solid #bababa;
    padding-bottom: .9375rem;
    padding-top: .9375rem
}

.vueMapInfo__item-wrapper {
    margin-bottom: 3.125rem
}

.vueMapInfo__info-wrapper {
    padding-top: .9375rem
}

.vueMapInfo__info p {
    margin-top: 0;
    margin-bottom: 10px
}

.vueMapInfo__info .tel {
    color: #333;
    text-decoration: none;
    -webkit-filter: none;
    filter: none;
    font-weight: bold
}

.content .searchDillers {
    display: block;
    position: relative
}

.content .searchDillers-wrapper {
    background-color: #14469b;
    padding: 1.875rem 2.5rem 10px;
    margin-bottom: 3.75rem
}

.content .searchDillers .custom-select {
    margin-bottom: 1.5625rem;
    overflow: hidden
}

.content .searchDillers__select {
    position: relative;
    width: 100%;
    height: 2.5rem;
    display: block;
    padding: 10px;
    font-size: .875rem;
    outline: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff
}

.content .searchDillers__select option {
    padding-top: 10px;
    padding-bottom: 10px
}

.content .searchDillers__found {
    color: #fff
}

.content .searchDillers__found-text {
    opacity: .6;
    display: inline-block;
    font-size: .875rem;
    margin-top: 0
}

.content .searchDillers__found-number {
    display: inline-block;
    margin-top: 0;
    float: right;
    font-size: .875rem
}

.content .searchDillers-input {
    position: relative;
    width: 100%;
    display: block
}

.content .searchDillers-input-wrapper {
    margin-bottom: 3.75rem
}

.content .searchDillers-input__input {
    position: relative;
    padding: 10px;
    padding-left: 3.125rem;
    padding-right: 1.25rem;
    border-bottom: 2px solid #14469b;
    width: 100%
}

.content .searchDillers-input__input:focus {
    border-bottom: 2px solid #0a3378
}

.content .searchDillers-input__button {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    padding: 5px
}

.content .searchDillers-input__button svg {
    fill: #14469b
}

.controls-section {
    z-index: 3
}

.index-card {
    padding: 2.5rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.index-card__sub {
    font-size: 1.125rem;
    font-weight: bold;
    color: #778292;
    text-transform: uppercase
}

.index-card__sub,
.index-card__title {
    font-family: "Core";
    line-height: 1.33;
    max-width: 13.125rem;
    display: inline-block;
    margin: 0;
    z-index: 2
}

.index-card__title {
    font-size: 1.5rem;
    color: #2e2e2e
}

.index-card-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-card-wrapper--slider {
    position: relative;
    background-color: #fff
}

.index-card-wrapper--slider .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.index-card-wrapper--slider .slick-dots li {
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    padding: 4px;
    width: 1.25rem;
    position: relative;
    text-align: center
}

.index-card-wrapper--slider .slick-dots li button {
    font-size: 0;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 1.25rem;
    padding: 0;
    border: 3px solid #fff;
    display: inline-block;
    -webkit-transition: border-color .15s ease-out, background-color .15s ease-out;
    -o-transition: border-color .15s ease-out, background-color .15s ease-out;
    transition: border-color .15s ease-out, background-color .15s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-card-wrapper--slider .slick-dots li.slick-active button {
    border: 3px solid #14469b;
    background-color: #fff
}

.index-card-wrapper--slider .slick-dots li:after {
    display: none
}

.index-card-wrapper--slider .index-card {
    padding: 0
}

.index-card-wrapper--slider .index-card__slider-item {
    padding: 5px
}

.index-card-wrapper--slider .index-card__slider-item__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    right: 0;
    margin: auto;
    display: inline-block;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.index-card-wrapper--slider .index-card__slider-item__bg-inner {
    width: 100%;
    height: 100%;
    background: no-repeat top;
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.index-card-wrapper--slider .index-card__slider-item__bg-wrapper {
    width: 100%;
    height: 12.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.index-card-wrapper--slider .index-card__slider-item__text {
    padding: 5px 1.25rem;
    position: relative;
    height: 12.5rem
}

.index-card-wrapper--slider .index-card__slider-item__text ul {
    max-height: 9.375rem;
    overflow: hidden;
    display: block
}

.index-card-wrapper--slider .index-card__slider-item__text p {
    margin: 0
}

.index-card-wrapper--slider .index-card__slider-item__text .button {
    padding: 6px 1.3125rem;
    position: absolute;
    bottom: 2.5rem
}

.index-card-wrapper--slider .index-card__slider-item__title {
    text-transform: uppercase;
    font-family: "Core";
    color: #14469b;
    line-height: 1.6;
    font-size: 1.25rem;
    font-weight: bold
}

.index-card-wrapper--slider .index-card__slider-item:hover .index-card__slider-item__bg-inner {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.loading-circle {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .95)
}

.loading-circle-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 2;
    display: none
}

.loading-circle__circle {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.loading-circle__circle img {
    -webkit-animation: m 3s linear infinite;
    animation: m 3s linear infinite
}

.md-click-circle {
    display: block;
    background: -webkit-radial-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
    background: -o-radial-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
    background: radial-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.md-click-circle.md-click-animate {
    -webkit-animation: n 1s linear;
    animation: n 1s linear
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes m {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes n {
    0% {
        opacity: .5;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0 !important;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes n {
    0% {
        opacity: .5;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0 !important;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.material-click:not(.md-skip) {
    overflow: hidden
}

.inComparison,
.material-on-me:not(.md-skip) {
    position: relative
}

.inComparison {
    width: 11.25rem;
    height: 2.8125rem
}

.inComparison p {
    color: #fff;
    font-size: .875rem;
    margin: 0
}

.inComparison-checkbox .checkbox-form__hidden {
    opacity: 0
}

.inComparison-checkbox .checkbox-form__visible {
    opacity: 1
}

.inComparison-checkbox .checkbox-form-input:checked+.checkbox-label .checkbox-label__hidden {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.inComparison-checkbox .checkbox-form-input:checked+.checkbox-label .checkbox-label__visible,
.inComparison-checkbox .checkbox-label__hidden {
    opacity: 0
}

.inComparison-checkbox .checkbox-label__visible {
    opacity: 1
}

.inComparison-checkbox .checkbox-input:checked+.checkbox-label .checkbox-label__hidden {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.inComparison-checkbox .checkbox-input:checked+.checkbox-label .checkbox-label__visible {
    opacity: 0
}

.inComparison__content {
    padding-left: 1.0625rem;
    padding-top: .8125rem;
    position: relative;
    display: inline-block
}

.inComparison__content-wrapper {
    position: absolute;
    width: 11.25rem;
    height: 2.8125rem;
    background-color: #14469b;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.inComparison__content-wrapper:hover {
    background-color: #0a3378
}

.inComparison__delete {
    padding-left: 1.0625rem;
    padding-top: .8125rem;
    position: relative
}

.inComparison__delete-wrapper {
    position: absolute;
    width: 11.25rem;
    height: 2.8125rem;
    background-color: #b61616;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -webkit-transform: translatey(2.8125rem);
    -ms-transform: translatey(2.8125rem);
    transform: translatey(2.8125rem);
    -webkit-transition: background-color .1s ease-out, -webkit-transform .2s ease-out;
    transition: background-color .1s ease-out, -webkit-transform .2s ease-out;
    -o-transition: background-color .1s ease-out, transform .2s ease-out;
    transition: background-color .1s ease-out, transform .2s ease-out;
    transition: background-color .1s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    z-index: 3;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.inComparison__delete-wrapper:hover {
    background-color: #850303
}

.inComparison__cross {
    position: relative;
    width: 100%;
    height: 100%
}

.inComparison__cross-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.8125rem;
    border-radius: 0 5px 5px 0;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    z-index: 2
}

.inComparison__cross-wrapper:hover {
    background-color: #14469b
}

.inComparison__cross-wrapper:hover .inComparison__cross__stick {
    -webkit-transform: rotate(225deg) scale(1.2);
    -ms-transform: rotate(225deg) scale(1.2);
    transform: rotate(225deg) scale(1.2)
}

.inComparison__cross-wrapper:hover .inComparison__cross__stick:first-child {
    -webkit-transform: rotate(-225deg) scale(1.2);
    -ms-transform: rotate(-225deg) scale(1.2);
    transform: rotate(-225deg) scale(1.2)
}

.inComparison__cross__stick {
    width: 1px;
    height: .875rem;
    background-color: #fff;
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    -o-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out
}

.inComparison__cross__stick:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.inComparison-wrapper {
    position: fixed;
    bottom: 0;
    right: 20%;
    -webkit-transform: translatey(3.125rem);
    -ms-transform: translatey(3.125rem);
    transform: translatey(3.125rem);
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    -o-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
    overflow: hidden
}

.inComparison-wrapper.active,
.inComparison-wrapper.delete .inComparison__delete-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.logo-finance {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem
}

.lg-backdrop.in {
    opacity: .85
}

.fixed-size.lg-outer .lg-inner {
    background-color: #fff
}

.fixed-size.lg-outer .lg-sub-html {
    position: absolute;
    text-align: left
}

.fixed-size.lg-outer .lg-toolbar {
    background-color: transparent;
    height: 0
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
    color: #fff
}

.fixed-size.lg-outer .lg-img-wrap {
    padding: .75rem
}

.lg-next {
    background: transparent !important
}

.lg-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.lg-next:before {
    content: "" !important;
    display: inline-block;
    border-right: 2px solid #2e2e2e;
    border-top: 2px solid #2e2e2e;
    width: .875rem;
    height: .875rem;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.lg-prev {
    background: transparent !important
}

.lg-prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.lg-prev:after {
    content: "" !important;
    display: inline-block;
    border-right: 2px solid #2e2e2e;
    border-top: 2px solid #2e2e2e;
    width: .875rem;
    height: .875rem;
    -webkit-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important
}

.lg-sub-html {
    background-color: transparent;
    color: #2e2e2e;
    font-size: .875rem;
    text-align: left;
    padding-left: 1.25rem;
    padding-bottom: 1.25rem
}

.lg-item {
    max-width: 100%;
    top: 0;
    left: 0
}

.lg-img-wrap {
    padding: 3.75rem !important
}

.lg-download {
    position: absolute;
    left: 1.25rem;
    top: 0;
    width: auto !important
}

.lg-download:after {
    content: "Скачать оригинал" !important;
    color: #2e2e2e;
    font-size: .875rem;
    padding-left: 1.25rem;
    background-image: url(../img/icons/attach.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 9%
}

.lg-download:hover:after {
    color: #14469b
}

.lg-close:after {
    content: "+" !important;
    font-size: 2.125rem;
    display: inline-block;
    color: #2e2e2e;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.lg-close:hover:after {
    color: #14469b
}

.lg-backdrop.in {
    opacity: .7
}

.social-form__group {
    margin-bottom: 3.75rem
}

.social-form .button-wrapper {
    text-align: left !important
}

.radio-button-wrapper {
    margin-bottom: 1rem;
    padding: 3px 0
}

.radio-button__label {
    white-space: nowrap;
    cursor: pointer
}

.radio-button__input {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px
}

.radio-button__input:checked+.radio-button__text .radio-button__textarea {
    display: block
}

.radio-button__text {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    max-width: 28.125rem;
    margin-top: -2px
}

.radio-button__textarea {
    display: none;
    margin-top: .75rem;
    width: 100%;
    padding: 10px .9375rem;
    cursor: text
}

.select-u-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 2px;
    padding-left: 0 !important
}

.select-u-item:after {
    display: none !important
}

.select-u-item.hover,
.select-u-item:hover {
    background-color: #f2f2f2
}

.select-u-item.hover .input-text,
.select-u-item:hover .input-text {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.select-u-item.hover .input-checked,
.select-u-item:hover .input-checked {
    border-color: #0e2a91;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.select-u-item .input_label {
    display: inline-block;
    min-width: .9375rem;
    cursor: pointer;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px
}

.select-u-item .input_label .input_main {
    float: left;
    position: relative;
    display: inline-block
}

.select-u-item .input-text {
    font-size: .875rem;
    color: #2e2e2e;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 2px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.select-u-item .input-real {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.select-u-item .input-real.active+.input-checked:before,
.select-u-item .input-real:checked+.input-checked:before {
    opacity: 1
}

.select-u-item .input-real.active+.input-checked,
.select-u-item .input-real:checked+.input-checked {
    border: 1px solid #1785ff
}

.select-u-item .input-checked {
    width: .9375rem;
    height: .9375rem;
    display: block;
    margin-top: 1px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    position: relative;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.select-u-item .input-checked:before {
    content: "";
    width: .75rem;
    height: .75rem;
    background: url(../img/icons/checkbox.svg) no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    opacity: 0;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.select-u-body {
    -webkit-user-select: none;
    -moz-user-select: none;
    *zoom: 1;
    max-height: 12.8125rem;
    overflow-y: auto
}

.select-u-body:after {
    content: " ";
    display: table;
    clear: both
}

.selects {
    width: 100%;
    padding: 7px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    z-index: 1
}

.selects .btn-text {
    display: inline-block;
    float: left;
    color: #555;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    max-width: 10rem;
    overflow: hidden;
    text-align: left;
    -webkit-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    font-size: .875rem
}

.selects:hover {
    cursor: pointer;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.selects:hover .btn-text {
    color: #14469b
}

.selects.error {
    border: 1px solid red
}

.select-img {
    float: right;
    display: inline-block;
    width: 10px;
    height: .75rem;
    margin-top: 4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNDUuMSAoNDM1MDQpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjJCQzhCQzdCLUMzQjItNDBDNi05NEM0LUZCQUIwRDdFMTU4RDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iVUktS2l0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUlfS2l0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzQxLjAwMDAwMCwgLTIwMjAuMDAwMDAwKSIgZmlsbD0iIzVFNUU1RSI+CiAgICAgICAgICAgIDxnIGlkPSJTb3J0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0ODAuMDAwMDAwLCAyMDA2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MC4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9Ikljb25fYXJvdyIgcG9pbnRzPSI5MC4zOTM3NSA4IDg2IDEyLjcwMzEyNSA4MS42MDMxMjUgOCA4MSA4LjY0Njg3NSA4NiAxNCA5MSA4LjY0Njg3NSI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 50%
}

.select-clear {
    position: absolute;
    right: 1px;
    top: 0;
    width: 1.6875rem;
    height: 1.75rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: transparent;
    -webkit-transition: right .3s ease-out, background-color .2s ease-out;
    -o-transition: right .3s ease-out, background-color .2s ease-out;
    transition: right .3s ease-out, background-color .2s ease-out;
    z-index: 0;
    text-align: center;
    font-size: 0;
    float: left;
    height: 100%
}

.select-clear:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.select-clear:hover .i-close {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.i-close {
    width: 9px;
    height: 9px;
    background: url(../img/icons/clear-select.svg) no-repeat 50%
}

.i-close,
.js-select-clear-all {
    display: inline-block;
    vertical-align: middle
}

.js-select-clear-all {
    padding: 0 1rem;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    height: 2.125rem;
    white-space: nowrap;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.js-select-clear-all:hover {
    background-color: #f2f2f2
}

.js-select-clear-all p {
    font-size: .875rem;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.js-select-clear-all p span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 1.375rem;
    margin-right: 7px;
    color: #555
}

.select-check {
    position: relative
}

.select-check .dropdown-target {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
    left: 0;
    right: 0
}

.select-check .dropdown-inner,
.select-check .dropdown-target {
    min-width: 100%
}

.select-check .dropdown-inner {
    padding: .9375rem .75rem 1.0625rem
}

.select-check .dropdown-inner .u-graytext {
    margin-bottom: 7px;
    font-size: .75rem;
    margin-top: 7px
}

.select-check .dropdown-footer {
    margin-top: 10px
}

.select-check .dropdown-footer .small-link {
    display: none;
    margin-top: 5px;
    padding-top: 3px
}

.select-check .dropdown-footer .small-link.close span:after,
.select-check .dropdown-footer .small-link.close span:before {
    top: 0
}

.select-check.active .select-img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.select-check.active .selects {
    border: 1px solid #0e2a91
}

.select-check.error .selects {
    border: 1px solid #d40303
}

.select-check.is-checked .selects {
    border: 1px solid #14469b;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.select-check.is-checked .select-clear {
    right: -1.6875rem;
    background-color: #14469b
}

.select-check.is-checked .small-link {
    display: inline-block
}

.t-blue {
    background-color: #14469b;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.t-blue:hover {
    background-color: #0a3378
}

.small-link.close {
    padding-left: 10px
}

.filter-section {
    padding: 1.125rem 1.5625rem 1.25rem 3.4375rem
}

.filter-section.articles-filter .o-menu-search {
    margin: 1.0625rem 0 .9375rem
}

.filter-container {
    position: relative;
    padding-left: 5.0625rem
}

.filter-checkbox {
    display: inline-block;
    margin-top: 7px;
    padding-right: .875rem
}

.filter-form {
    -webkit-transition: max-height .3s, overflow .1s .5s;
    -o-transition: max-height .3s, overflow .1s .5s;
    transition: max-height .3s, overflow .1s .5s;
    max-height: 62.5rem;
    overflow: visible
}

.filter-form-title {
    position: absolute;
    left: 0;
    top: 7px
}

.filter-form-inner {
    font-size: 0
}

.filter-form-inner .select-check {
    display: inline-block;
    min-width: 13.4375rem;
    margin-right: 1.25rem;
    vertical-align: top;
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s
}

.filter-form-inner .select-check.is-checked {
    margin-right: 2.8125rem
}

.filter-form-inner .dropdown-target {
    z-index: 5
}

.filter-form-inner .dropdown-target .price {
    width: 50%;
    display: inline-block;
    outline: 0;
    padding-left: 1.3125rem;
    height: 1.6875rem;
    font-size: .75rem;
    margin-bottom: .75rem;
    position: relative;
    border: 1px solid;
    border-color: #e2e7ea;
    border-radius: 4px
}

.filter-form-inner .dropdown-target .price:-ms-input-placeholder {
    opacity: .5
}

.filter-form-inner .dropdown-target .price::placeholder {
    opacity: .5
}

.filter-form-inner .dropdown-target .price::-ms-input-placeholder {
    opacity: .5
}

.filter-form-inner .dropdown-target .price::-webkit-input-placeholder {
    opacity: .5
}

.filter-form-inner .dropdown-target .price-label {
    position: absolute;
    margin-right: -1.1875rem;
    margin-top: 5.5px;
    color: #000;
    font-size: 11px;
    z-index: 1;
    font-weight: 300;
    padding-left: 7px;
    opacity: .5
}

.filter-form-inner .dropdown-target .price-min {
    border-right-color: transparent !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.filter-form-inner .dropdown-target .price-max {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.filter-form {
    padding-top: .8125rem
}

.mobile-dropdowm-trigger {
    display: none
}

.dropdown-trigger {
    position: relative
}

.dropdown-target.active,
.dropdown-trigger:hover .dropdown-target,
.js-select-custom.active .dropdown-target,
.js-select-item.active .dropdown-target,
.js-select-trigger.active .dropdown-target {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    max-height: 62.5rem;
    padding-bottom: 1.0625rem
}

.dropdown-target {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    margin-right: -1.0625rem;
    max-height: 0;
    padding-top: 0;
    -webkit-transition-property: max-height, padding;
    -o-transition-property: max-height, padding;
    transition-property: max-height, padding;
    -webkit-transition-timing-function: cubic-bezier(.8, .23, .29, 1.06);
    -o-transition-timing-function: cubic-bezier(.8, .23, .29, 1.06);
    transition-timing-function: cubic-bezier(.8, .23, .29, 1.06);
    -webkit-transition-duration: .28s;
    -o-transition-duration: .28s;
    transition-duration: .28s;
    will-change: max-height, padding;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    *zoom: 1
}

.dropdown-target:after {
    content: " ";
    display: table;
    clear: both
}

.dropdown-target .dropdown-inner {
    margin-top: 10px;
    margin-bottom: 2px;
    float: right;
    background: #fff;
    -webkit-box-shadow: 2px 3.464px 1.125rem 0 rgba(0, 0, 0, .17);
    box-shadow: 2px 3.464px 1.125rem 0 rgba(0, 0, 0, .17)
}

.dropdown-target .dropdown-inner .dropdown-footer {
    border-top: 1px solid #e2e7ea;
    padding-top: .9375rem
}

.dropdown-target .dropdown-inner .dropdown-footer .btn {
    min-width: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 11px;
    letter-spacing: 1px
}

.dropdown-target .dropdown-inner .dropdown-footer .small-link {
    vertical-align: sub;
    margin-left: 5px;
    opacity: .6
}

.dropzone {
    position: relative;
    padding-top: 5.625rem;
    padding-left: 1.5rem
}

.dropzone .dz-default {
    position: absolute;
    cursor: pointer;
    top: 0
}

.dropzone .dz-default .dz-block {
    position: relative
}

.dropzone .dz-default .dz-block__icon {
    width: .875rem;
    height: .875rem;
    position: absolute;
    left: -1.125rem;
    top: 5px
}

.dropzone .dz-default .dz-block__button {
    color: #14469b;
    font-size: .875rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

.dropzone .dz-default .dz-block__text {
    font-size: .875rem;
    color: #969ba5;
    margin-top: 10px;
    line-height: 1.4
}

.dropzone .dz-preview {
    margin-bottom: .9375rem
}

.dropzone .dz-details {
    white-space: nowrap
}

.dropzone .dz-filename,
.dropzone .dz-remove,
.dropzone .dz-size {
    font-size: .875rem;
    color: #2e2e2e;
    display: inline-block
}

.dropzone .dz-filename {
    white-space: normal;
    margin-right: 10px
}

.dropzone .dz-size {
    color: #969ba5;
    margin-right: 3px
}

.dropzone .dz-remove {
    cursor: pointer
}

.dropzone .dz-remove:hover {
    color: #14469b
}

.dropzone .dz-error-message {
    color: red;
    font-size: .875rem;
    margin-top: 5px
}

.dropzone .dz-progress {
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
    border-radius: 3px
}

.dropzone .dz-progress span {
    background-color: #14469b;
    height: 100%;
    display: block
}

.loading-block {
    opacity: .5 !important;
    pointer-events: none;
    cursor: default
}

.loading-block:after {
    display: block;
    position: absolute;
    content: "";
    width: 5.625rem;
    height: 5.625rem;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: o 3s linear infinite;
    animation: o 3s linear infinite
}

@-webkit-keyframes o {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes o {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.header-main {
    position: absolute;
    width: 100%
}

.header-main__top {
    width: 100%;
    height: 2.8125rem;
    background-color: #005198;
    z-index: 200;
    position: relative
}

.header-main__top-inner {
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto
}

.header-main__top-left {
    float: left
}

.header-main__top-right {
    float: right
}

.header-main__top-menu {
    margin-left: -3px
}

.header-main__top-menu__item {
    display: inline-block
}

.header-main__top-menu__item:not(:first-child) {
    margin-left: 1.25rem
}

.header-main__top-menu__item__href {
    display: inline-block;
    padding: .9375rem 3px 10px;
    font-family: "Core";
    font-size: .875rem;
    font-weight: bold;
    color: #d2d2d2;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

.header-main__top-menu__item__href:hover {
    color: #fff
}

.header-main__top-country {
    display: inline-block;
    margin-right: 2.25rem
}

.header-main__top-country__globe {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy42MDgyNDE0MyAzLjkxNDA4NTdjLjg2NzIxNDk2LjQ3MjMyMjQyIDEuNzkyNTAyMzUuODQ3ODU3NDcgMi43NDg3NjE3IDEuMTExMTE5MTYuNDg3ODA4NDItMS4zMjAxNzk5MiAxLjE3MzA2MzEtMi41NDc0NDM5NSAyLjA0NDE0OTU2LTMuNjU4NTYzMTItMS44MTk2MDI4My4zMDE5NzY2NC0zLjUwNzU3NDggMS4yMDAxNjM1Ni00Ljc5MjkxMTI3IDIuNTQ3NDQzOTV6bTcuNjUzOTQ2MzctMi41NDc0NDM5NmMuODYzMzQzNCAxLjExMTExOTE3IDEuNTQ4NTk4MSAyLjM0MjI1NDcgMi4wMzY0MDY1IDMuNjYyNDM0Ni45NjQwMDI0LS4yNjMyNjE2NyAxLjg4OTI4OTgtLjYzODc5NjcyIDIuNzU2NTA0Ny0xLjExMTExOTE2LTEuMjc3NTkzNC0xLjM0NzI4MDM4LTIuOTczMzA4NC0yLjI0OTMzODgtNC43OTI5MTEyLTIuNTUxMzE1NDR6bS00LjExMTUyODEgMy44NDgyNjY0Yy43NjI2ODQ1Ny4xNTg3MzEzIDEuNTI5MjQwNjYuMjQ3Nzc1NyAyLjI4MDMxMDc2LjI3MTAwNDY3VjEuMzc4MjU2MjNjLS45ODMzNTk4MiAxLjE0OTgzNDEzLTEuNzQ5OTE1OSAyLjQzOTA0MjA4LTIuMjgwMzEwNzcgMy44MzY2NTE5em0zLjA4OTQ1MzMuMjc0ODc2MTZjLjc3MDQyNzYtLjAyNzEwMDQ2IDEuNTMzMDczNC0uMTE2MTQ0ODYgMi4yNzI1Njc4LS4yNzEwMDQ2Ny0uNTM0MjY2NC0xLjQwNTM1MjgyLTEuMjk2OTUxLTIuNjk0NTYwNzgtMi4yNzI1Njc4LTMuODM2NjUxOVY1LjQ4OTc4NDN6TTUuNTA5MTQ1NjUgOS40MjcwOTUxYy4wMzQ4NDM0Ni0xLjIzODg3ODUzLjIzNjE2MTIyLTIuNDYyMjcxMDYuNTkyMzM4OC0zLjYzNTMzNDE2LTEuMDQ5MTc1MjUtLjI5MDM2MjE1LTIuMDcxMjUwMDMtLjcxMjM1NTE1LTMuMDMxMzgwODgtMS4yNTA0OTMtMS4xMDcyNDc2OCAxLjQxMzA5NTgtMS43MzQ0Mjk5MyAzLjEwMTA2NzgtMS44MTU3MzEzMyA0Ljg4NTgyNzE1aDQuMjU0NzczNHptNy44MzU5MDY2NSAwYy0uMDM0ODQzNS0xLjE2MTQ0ODYyLS4yMjQ1NDY4LTIuMzE5MDI1NzMtLjU2OTEwOTgtMy40Mzc4ODc5LS44MzIzNzE1LjE4MTk2MDMtMS42ODQxMDA1LjI4NjQ5MDY2LTIuNTM1ODI5NS4zMDk3MTk2M1Y5LjQyNzA5NTFoMy4xMDQ5Mzkzem0tMy45MTQwODE4NC4wMDM4NzE1VjYuMjk4OTI2ODJDOC41NzUzNjk5OCA2LjI3NTY5Nzg2IDcuNzE5NzY5NSA2LjE3MTE2NzUgNi44ODczOTggNS45ODkyMDcyYy0uMzQwNjkxNiAxLjEwNzI0NzY4LS41MzQyNjYzNiAyLjI2NDgyNDgtLjU2OTEwOTgyIDMuNDQxNzU5NGgzLjExMjY4MjI4em04Ljk4MTgzMDU0IDBjLS4wODEyNjI3LTEuNzg0NzU5MzgtLjcwODQ0NDktMy40NzI3MzEzNi0xLjgxMTgyMTEtNC44ODk2OTg2Ni0uOTU2Mjk4MS41MzgxMzc4NS0xLjk3ODMzNDIuOTU2MjU5MzUtMy4wMzkxMjM5IDEuMjU0MzY0NS4zNTYxNzc2IDEuMTgwODA2MDguNTU3NDk1MyAyLjQwNDE5ODYyLjU5MjMwMDEgMy42MzUzMzQxNWg0LjI1ODY0NDl6bS04LjE3MjY4OCAzLjkzNzMxMDhjLjg1MTcyOS4wMjcxMDA0IDEuNzAzNDU4LjEzMTYzMDggMi41MzU4Mjk1LjMwOTcxOTYuMzQwNjkxNS0xLjExMTExOTIuNTM0MjY2My0yLjI2NDgyNDguNTY5MTA5OC0zLjQ0MTc1OTRIMTAuMjQwMTEzdjMuMTMyMDM5OHptLTMuOTIxODI0ODItMy4xMzIwMzk4Yy4wMzQ4NDM0NiAxLjE3NjkzNDYuMjI4NDE4MjMgMi4zMzQ1MTE3LjU2OTEwOTgyIDMuNDQ1NjMwOS44NTU2MDA0OC0uMTgxOTYwMyAxLjcwNzMyOTQ2LS4yODY0OTA3IDIuNTQzNTcyNDYtLjMwOTcxOTZ2LTMuMTMyMDM5OEg2LjMxODI4ODE4di0uMDAzODcxNXptLTUuMDYzOTE1OTQgMGMuMDgxMzAxNCAxLjc4ODYzMDkuNzA4NDgzNjUgMy40NzY2MDI5IDEuODE1NzMxMzMgNC44ODU4MjcyLjk0ODUxNjM2LS41MzAzOTQ5IDEuOTY2NzE5NjUtLjk1MjM4NzkgMy4wMzEzODA4Ny0xLjI1MDQ5My0uMzU2MTc3NTctMS4xNzMwNjMxLS41NTc0OTUzMy0yLjM5NjQ1NTctLjU5MjMzODgtMy42MzUzMzQyaC00LjI1NDc3MzR6bTEyLjMwMzYxMjI2IDMuNjM1MzM0MmMxLjA2MDc1MS4yOTgxMDUxIDIuMDgyODY0NS43MTYyMjY2IDMuMDM5MTIzOSAxLjI1NDM2NDUgMS4xMTExMTkyLTEuNDE2OTY3MyAxLjczNDQyOTktMy4xMDQ5MzkzIDEuODExODU5OC00Ljg4OTY5ODdoLTQuMjU4NjQ0OWMtLjAzNDg4MjIgMS4yMzg4Nzg1LS4yMzYxNjEyIDIuNDU4Mzk5Ni0uNTkyMzM4OCAzLjYzNTMzNDJ6bS02LjQwNzMyNDguNTc2ODUyOGMuNTM0MjY2MzUgMS40MDE0ODEzIDEuMzAwODIyNDMgMi42OTA2ODkzIDIuMjgwMzEwNzYgMy44MzY2NTE5di00LjEwNzY1NjZjLS43NTQ5NDE2LjAxOTM1NzUtMS41MjE0OTc2OC4xMTIyNzM0LTIuMjgwMzEwNzcuMjcxMDA0N3ptMy4wODk0NTMzIDMuODQwNTIzNGMuOTc1NjE2OC0xLjEzODIxOTYgMS43MzgzMDE0LTIuNDI3NDI3NiAyLjI3MjU2NzgtMy44MzY2NTE5LS43Mzk0OTQ0LS4xNTg3MzEzLTEuNTA2MDExNy0uMjQ3Nzc1Ny0yLjI3MjU2NzgtLjI3MTAwNDd2NC4xMDc2NTY2em0tNi42MzE4NzE1Ny0yLjUzOTcwMWMxLjI3NzU5MzQ3IDEuMzQ3MjgwNCAyLjk2OTQzNjk0IDIuMjQ1NDY3MyA0Ljc4OTAzOTc3IDIuNTQ3NDQ0LS44NjcyMTQ5Ny0xLjExNDk5MDctMS41NTI0Njk2NS0yLjM0MjI1NDctMi4wNDAyNzgwNi0zLjY1ODU2MzEtLjk1MjM4Nzg2LjI2NzEzMzEtMS44NzM4MDM3Ni42Mzg3OTY3LTIuNzQ4NzYxNyAxLjExMTExOTF6bTkuNjk0MTg1NjctMS4xMTExMTkxYy0uNDg3NzY5NyAxLjMyNDA1MTQtMS4xNzMwMjQ0IDIuNTU1MTg2OS0yLjAzNjM2NzggMy42NjI0MzQ2IDEuODE1NzMxMy0uMzAxOTc2NyAzLjUwNzUzNjEtMS4yMDQwMzUxIDQuNzkyOTExMi0yLjU1MTMxNTUtLjg3MTA4NjQtLjQ3NjE5MzktMS44MDAyNDUzLS44NDc4NTc1LTIuNzU2NTQzNC0xLjExMTExOTF6bS0zLjQ2ODgyMTEyIDQuOTUxNjQyNWMtMi42MDU1MTY0IDAtNS4wNTYxNzI5NS0xLjAxNDMzMTgtNi44OTkwMDQ3NS0yLjg1NzE2MzVDMS4wOTE3Njk0MyAxNC44ODk3NzUxLjA3NzQzNzY1IDEyLjQzOTExODUuMDc3NDM3NjUgOS44MzM2MDIxYzAtMi42MDU1MTYzOCAxLjAxNDMzMTgtNS4wNTYxNzI5NCAyLjg1NzE2MzU4LTYuODk5MDA0NzRDNC43Nzc0MzMwMyAxLjA5MTc2NTU2IDcuMjI4MDg5Ni4wNzc0MzM3OCA5LjgzMzYwNTk4LjA3NzQzMzc4YzIuNjA1NTE2NDIgMCA1LjA1NjEzNDIyIDEuMDE0MzMxOCA2Ljg5OTAwNDcyIDIuODU3MTYzNTggMS44NDI4MzE4IDEuODQyODMxOCAyLjg1NzE2MzYgNC4yOTM0ODgzNiAyLjg1NzE2MzYgNi44OTkwMDQ3NSAwIDIuNjA1NTE2NC0xLjAxNDMzMTggNS4wNTYxNzMtMi44NTcxNjM2IDYuODk5MDA0OC0xLjg0Mjg3MDUgMS44NDI4MzE3LTQuMjkzNDg4MyAyLjg1NzE2MzUtNi44OTkwMDQ3MiAyLjg1NzE2MzV6Ii8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 1rem
}

.header-main__top-country__text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: "Core";
    font-weight: bold;
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle
}

.header-main__top-country__href {
    padding-top: 11px;
    padding-bottom: 11px
}

.header-main__top-lang__wrapper {
    display: inline-block;
    padding-top: 5px
}

.header-main__top-lang__href {
    color: #d2d2d2;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: "Core";
    font-weight: bold;
    font-size: .875rem;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px
}

.header-main__top-lang__href.active {
    color: #fff
}

.header-main__top-lang__href--rus {
    margin-right: 11px
}

.header-main__top-lang__href--by {
    margin-right: 11px
}

.header-main__middle {
    background-color: hsla(0, 0%, 100%, 0);
    z-index: 2;
    position: relative
}

.header-main__middle-wrapper {
    z-index: 100;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    background-color: transparent;
    position: absolute;
    top: 2.8125rem;
    left: 0;
    width: 100%;
    will-change: backface-visibility
}

.header-main__middle-wrapper.active,
.header-main__middle-wrapper.is_stuck {
    background-color: #fff;
    -webkit-box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3);
    box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3);
    position: -webkit-sticky;
    position: sticky
}

.header-main__middle-wrapper.active .header-main__middle,
.header-main__middle-wrapper.is_stuck .header-main__middle {
    background-color: #fff
}

.header-main__middle-wrapper.active {
    -webkit-box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, 0);
    box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, 0)
}

.header-main__middle-main {
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto;
    height: 4.6875rem;
    position: relative
}

.header-main__middle-main__search-button {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 11px
}

.header-main__middle-main__search-button svg {
    -webkit-transition: fill .1s ease;
    -o-transition: fill .1s ease;
    transition: fill .1s ease;
    fill: #2e2e2e
}

.header-main__middle-main__search-button-wrapper {
    position: absolute;
    right: 5.625rem;
    top: 1.0625rem;
    width: 3.125rem;
    height: 2.375rem;
    border-radius: 3px
}

.header-main__middle-main__search-button:hover svg {
    fill: #14469b
}

.header-main__middle-main__burger-button {
    padding: 10px;
    position: relative;
    display: block
}

.header-main__middle-main__burger-button-wrapper {
    position: absolute;
    right: 1.875rem;
    top: 1.0625rem;
    border-radius: 3px
}

.header-main__middle-main__burger-button__line {
    background-color: #2e2e2e;
    position: relative;
    width: 1.875rem;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease
}

.header-main__middle-main__burger-button:hover .header-main__middle-main__burger-button__line {
    background-color: #14469b
}

.header-main__middle-logo svg {
    margin-top: 5px;
    fill: #14469b
}

.header-main__middle-logo-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 10rem
}

.header-main__middle-menu {
    height: 100%
}

.header-main__middle-menu-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 100%
}

.header-main__middle-menu__item {
    display: inline-block;
    padding-left: .9375rem;
    padding-right: .9375rem;
    height: 100%
}

.header-main__middle-menu__item .header-main__middle-menu__href:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: #14469b;
    bottom: 0;
    left: 0;
    -webkit-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out
}

.header-main__middle-menu__item.active .header-main__middle-menu__href:after,
.header-main__middle-menu__item .header-main__middle-menu__href:hover:after {
    width: 100%
}

.header-main__middle-menu__href {
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #2e2e2e;
    display: inline-block;
    padding-top: 1.75rem;
    height: 100%;
    position: relative
}

.header-main__middle-menu__href:hover {
    color: #14469b
}

.header-main__middle-hidden {
    background-color: #fff;
    position: absolute;
    -webkit-transform: translatey(-3.125rem);
    -ms-transform: translatey(-3.125rem);
    transform: translatey(-3.125rem);
    z-index: -1;
    height: auto;
    margin: -1px;
    overflow: hidden;
    max-height: 1px;
    width: 1px;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, width 0s ease .1s, max-height 0s ease .1s, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, width 0s ease .1s, max-height 0s ease .1s, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out, width 0s ease .1s, max-height 0s ease .1s;
    transition: opacity .2s ease-out, transform .2s ease-out, width 0s ease .1s, max-height 0s ease .1s;
    transition: opacity .2s ease-out, transform .2s ease-out, width 0s ease .1s, max-height 0s ease .1s, -webkit-transform .2s ease-out;
    -webkit-box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3);
    box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, .3)
}

.header-main__middle-hidden.active {
    opacity: 1;
    width: 100%;
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out
}

.header-main__middle-hidden.active:not(:first-child) {
    -webkit-box-shadow: 0 8px 8px 0 rgba(18, 18, 33, .3);
    box-shadow: 0 8px 8px 0 rgba(18, 18, 33, .3)
}

.header-main__middle-hidden.active.srch {
    -webkit-box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, 0);
    box-shadow: 0 4px .9375rem 0 rgba(18, 18, 33, 0)
}

.header-main__middle-hidden__search-content {
    margin-top: 1.25rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: absolute
}

.header-main__middle-hidden__search-content.active {
    opacity: 1;
    pointer-events: auto;
    position: relative
}

.header-main__middle-hidden__menu-wrapper {
    max-width: 77.5rem;
    margin: auto;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: absolute;
    padding: 3.125rem 1.25rem 5.3125rem
}

.header-main__middle-hidden__menu-wrapper.active {
    opacity: 1;
    pointer-events: auto;
    position: relative
}

.header-main__middle-hidden__menu__column {
    width: 25%;
    font-size: 0;
    display: inline-block;
    margin-left: -5px;
    vertical-align: top
}

.header-main__middle-hidden__menu__title {
    display: inline-block;
    height: 5rem
}

.header-main__middle-hidden__menu__title p {
    text-transform: uppercase;
    color: #bcbcbc;
    font-size: .875rem;
    font-family: "OpenSans";
    font-weight: 600;
    letter-spacing: .7px
}

.header-main__middle-hidden__menu__href {
    font-size: 1rem;
    color: #2e2e2e;
    display: inline-block;
    line-height: 1.63;
    padding-top: 4px;
    padding-bottom: 4px
}

.header-main__middle-hidden__menu__href:hover {
    color: #14469b
}

.header-main__middle-hidden__menu__href:active {
    color: #0a3378
}

.header-main__middle-hidden__menu__href-inner {
    display: block;
    padding-right: 1.25rem;
    margin-bottom: .9375rem;
    max-width: 16.875rem
}

.header-main__middle-hidden__search {
    width: 100%;
    -webkit-box-shadow: inset 0 2px 2rem 0 hsla(0, 0%, 84%, .4);
    box-shadow: inset 0 2px 2rem 0 hsla(0, 0%, 84%, .4);
    height: 3.75rem;
    background-color: #f5f5f5
}

.header-main__middle-hidden__search-inner-wrapper {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: auto
}

.header-main__middle-hidden__search-label {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    padding-top: 1.25rem;
    cursor: text;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.header-main__middle-hidden__search-button {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1px
}

.header-main__middle-hidden__search-button svg {
    fill: rgba(0, 0, 0, .2)
}

.header-main__middle-hidden__search-button:hover svg {
    fill: #14469b
}

.header-main__middle-hidden__search-input {
    display: block;
    width: 100%;
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto;
    background: transparent
}

.header-main__middle-hidden__search-input::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(0, 0, 0, .2)
}

.header-main__middle-hidden__search-input:-ms-input-placeholder,
.header-main__middle-hidden__search-input::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(0, 0, 0, .2)
}

.header-main__middle-hidden__search-input::placeholder {
    font-size: 1rem;
    color: rgba(0, 0, 0, .2)
}

.remodal-close-svg {
    width: 2.375rem;
    height: 2.375rem
}

.remodal-close-sticks,
.remodal-close-svg {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0
}

.remodal-close-sticks {
    width: 3.125rem;
    height: 3.125rem;
    z-index: 100
}

.remodal-close-sticks__wrapper {
    position: relative
}

.remodal-close-sticks__stick {
    position: absolute;
    height: 2px;
    width: 2.25rem;
    left: 3px;
    background-color: #000;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.remodal-close-sticks__stick--second {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.remodal-close-sticks:hover .remodal-close-sticks__stick {
    background-color: #14469b
}

.searched {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    padding-top: 1.25rem
}

.searched::-webkit-scrollbar-track {
    background-color: #fff
}

.searched::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.searched::-webkit-scrollbar-thumb {
    background-color: #14469b;
    border-radius: 5px
}

.searched .remodal-close-sticks {
    position: absolute;
    top: 1.875rem;
    z-index: 100;
    right: 50%;
    -webkit-transform: translateX(37.5rem);
    -ms-transform: translateX(37.5rem);
    transform: translateX(37.5rem)
}

.searched-wrapper {
    top: 0;
    left: 0;
    padding-top: 8.5rem;
    height: 1px;
    width: 1px;
    margin-top: -1px;
    overflow: hidden;
    opacity: 0;
    margin-left: -1px;
    position: absolute;
    pointer-events: none;
    z-index: -100;
    padding-bottom: 4.25rem;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    -o-transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translatey(-3.125rem);
    -ms-transform: translatey(-3.125rem);
    transform: translatey(-3.125rem)
}

.searched-wrapper.active {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    margin: 0;
    opacity: 1;
    z-index: -1;
    background-color: #fff;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.searched__items-wrapper {
    position: relative
}

.searched__items--loading .loading-circle-wrapper {
    display: block;
    position: fixed;
    z-index: 50;
    height: 100vh
}

.searched__content {
    position: relative
}

.searched__content-wrapper {
    max-width: 80rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: auto
}

.header-main__middle-wrapper.is_stuck {
    width: 100% !important;
    top: 0;
    left: 0;
    position: fixed
}

.header-main__middle-wrapper.is_stuck .searched-wrapper {
    padding-bottom: 0
}

.modalHeaderMenu,
.modalHeaderSearch {
    position: relative;
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto
}

.modalHeaderMenu__inner,
.modalHeaderSearch__inner {
    padding-bottom: 4.375rem;
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modalHeaderMenu__inner-wrapper,
.modalHeaderSearch__inner-wrapper {
    max-width: 76.25rem;
    margin: auto
}

.modalHeaderMenu__inner-wrapper--full-width,
.modalHeaderSearch__inner-wrapper--full-width {
    max-width: 100%
}

.modalHeaderMenu__inner-wrapper--full-width .modalHeaderMenu__column,
.modalHeaderSearch__inner-wrapper--full-width .modalHeaderMenu__column {
    width: auto;
    padding-right: 8%
}

.modalHeaderMenu__inner-wrapper--full-width .modalHeaderMenu__column-title p,
.modalHeaderSearch__inner-wrapper--full-width .modalHeaderMenu__column-title p {
    margin-top: 0
}

.modalHeaderMenu__inner--first,
.modalHeaderSearch__inner--first {
    padding-top: 4.375rem
}

.modalHeaderMenu__inner--last,
.modalHeaderSearch__inner--last {
    border-top: 1px solid #dadada;
    padding-top: 4.0625rem
}

.modalHeaderMenu__column,
.modalHeaderSearch__column {
    display: inline-block;
    width: 17.5rem;
    text-align: left;
    padding-right: 1.875rem;
    vertical-align: top;
    display: table-cell
}

.modalHeaderMenu__column--second,
.modalHeaderSearch__column--second {
    padding-right: 4.375rem;
    width: 20rem
}

.modalHeaderMenu__column-title p,
.modalHeaderSearch__column-title p {
    min-height: 1.875rem;
    font-family: "Core";
    font-size: 1.5rem;
    line-height: 1.33;
    color: #2e2e2e;
    letter-spacing: 0
}

.modalHeaderMenu__column-href,
.modalHeaderSearch__column-href {
    font-size: 1rem;
    line-height: 1.63;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px
}

.modalHeaderMenu__column-href:hover,
.modalHeaderSearch__column-href:hover {
    color: #14469b
}

.modalHeaderMenu__column-href:active,
.modalHeaderSearch__column-href:active {
    color: #0a3378
}

.modalHeaderMenu__column-href-wrapper,
.modalHeaderSearch__column-href-wrapper {
    margin-bottom: 10px
}

.modalHeaderMenu__column-href-wrapper+.modalHeaderMenu__column-title,
.modalHeaderSearch__column-href-wrapper+.modalHeaderMenu__column-title {
    margin-top: 3.75rem
}

.modalHeaderMenu__modal-logo,
.modalHeaderSearch__modal-logo {
    position: absolute;
    left: 8.125rem;
    top: 10px
}

.modalHeaderMenu__modal-logo svg,
.modalHeaderSearch__modal-logo svg {
    fill: #14469b
}

.modalHeaderSearch {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem
}

.modalHeaderSearch--page {
    padding-top: 0
}

.modalHeaderSearch--page .modalHeaderSearch__inner-wrapper {
    max-width: 100%
}

.modalHeaderSearch--page .modalHeaderSearch__search-form {
    margin-bottom: 3.125rem
}

.modalHeaderSearch--page .modalHeaderSearch__search__found-wrapper {
    float: none;
    margin-bottom: 0;
    margin-top: 1.875rem
}

.modalHeaderSearch--page .modalHeaderSearch__search__found-wrapper span {
    font-weight: bold
}

.modalHeaderSearch--page .modalHeaderSearch__search__item-wrapper:not(:last-child) {
    border-bottom: 0
}

.modalHeaderSearch--page .modalHeaderSearch__search__input {
    height: 2.8125rem;
    padding-left: 3.125rem;
    font-size: .875rem;
    bottom: 0
}

.modalHeaderSearch--page .modalHeaderSearch__search__input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #b5b3b3
}

.modalHeaderSearch--page .modalHeaderSearch__search__input:-ms-input-placeholder,
.modalHeaderSearch--page .modalHeaderSearch__search__input::-ms-input-placeholder {
    font-size: .875rem;
    color: #b5b3b3
}

.modalHeaderSearch--page .modalHeaderSearch__search__input::placeholder {
    font-size: .875rem;
    color: #b5b3b3
}

.modalHeaderSearch--page .modalHeaderSearch__search__label {
    border: 1px solid #14469b;
    border-radius: 3.125rem;
    height: 2.8125rem
}

.modalHeaderSearch--page .modalHeaderSearch__search-svg {
    width: 1.25rem;
    height: 1.25rem
}

.modalHeaderSearch--page .modalHeaderSearch__button {
    right: auto;
    top: 10px;
    left: 10px
}

.modalHeaderSearch__button {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1.8125rem;
    height: 1.6875rem
}

.modalHeaderSearch__button:hover .modalHeaderSearch__search-svg {
    fill: #14469b
}

.modalHeaderSearch__search-svg {
    height: 1.8125rem;
    width: 1.75rem;
    fill: #000;
    -webkit-transition: fill .1s ease;
    -o-transition: fill .1s ease;
    transition: fill .1s ease
}

.modalHeaderSearch__inner-wrapper {
    max-width: 38.75rem;
    margin: auto;
    text-align: left
}

.modalHeaderSearch__search-form {
    position: relative;
    margin-bottom: 4rem;
    z-index: 5
}

.modalHeaderSearch__search__label {
    width: 100%;
    height: 3.75rem;
    border-bottom: 2px solid #14469b;
    display: block;
    position: relative;
    cursor: text
}

.modalHeaderSearch__search__label-wrapper {
    position: relative;
    margin-bottom: 1.5rem
}

.modalHeaderSearch__search__input {
    position: absolute;
    font-size: 1.5rem;
    color: #2e2e2e;
    bottom: 1.75rem
}

.modalHeaderSearch__search__input::-webkit-input-placeholder {
    font-size: 1.5rem;
    color: #b5b3b3
}

.modalHeaderSearch__search__input:-ms-input-placeholder,
.modalHeaderSearch__search__input::-ms-input-placeholder {
    font-size: 1.5rem;
    color: #b5b3b3
}

.modalHeaderSearch__search__input::placeholder {
    font-size: 1.5rem;
    color: #b5b3b3
}

.modalHeaderSearch__search__checkbox {
    display: inline-block
}

.modalHeaderSearch__search__checkboxes-wrapper {
    display: inline-block;
    vertical-align: middle
}

.modalHeaderSearch__search__checkbox__label {
    display: inline-block;
    padding: 5px .9375rem;
    border: 1px solid #dadada;
    margin: 0;
    font-size: 0;
    cursor: pointer;
    float: left;
    position: relative
}

.modalHeaderSearch__search__checkbox__label:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    background-color: #d4e0f2;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: opacity .2s ease-out, -webkit-transform .1s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .1s ease-out;
    -o-transition: opacity .2s ease-out, transform .1s ease-out;
    transition: opacity .2s ease-out, transform .1s ease-out;
    transition: opacity .2s ease-out, transform .1s ease-out, -webkit-transform .1s ease-out;
    z-index: -1
}

.modalHeaderSearch__search__checkbox__label:first-of-type {
    border-radius: 3px 0 0 3px
}

.modalHeaderSearch__search__checkbox__label:last-of-type {
    border-radius: 0 3px 3px 0
}

.modalHeaderSearch__search__checkbox__label:not(:first-child) {
    margin-left: -1px
}

.modalHeaderSearch__search__checkbox__label p {
    margin: 0;
    font-size: .875rem
}

.modalHeaderSearch__search__checkbox input:checked+label:before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modalHeaderSearch__search__content-wrapper--loading {
    overflow: hidden;
    position: relative
}

.modalHeaderSearch__search__content-wrapper--loading .loading-circle {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(#fff));
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, .8), #fff);
    background: -o-linear-gradient(hsla(0, 0%, 100%, .8), #fff);
    background: linear-gradient(hsla(0, 0%, 100%, .8), #fff)
}

.modalHeaderSearch__search__content-wrapper--loading .loading-circle-wrapper {
    display: block
}

.modalHeaderSearch__search__found {
    margin: 0;
    font-size: .875rem;
    color: #000
}

.modalHeaderSearch__search__found-wrapper {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 6px
}

.modalHeaderSearch__search__found-wrapper:after {
    position: relative;
    display: block;
    content: "";
    clear: both
}

.modalHeaderSearch__search__item {
    display: block
}

.modalHeaderSearch__search__item-wrapper:not(:first-child) {
    padding-top: .75rem
}

.modalHeaderSearch__search__item-wrapper:not(:last-child) {
    padding-bottom: .75rem;
    border-bottom: 1px solid #dadada
}

.modalHeaderSearch__search__item__title p {
    color: #14469b;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    font-weight: 600
}

.modalHeaderSearch__search__item__title span {
    display: inline-block;
    width: 1.25rem;
    text-align: right;
    text-decoration: none;
    color: #2e2e2e;
    margin-right: 4px;
    font-weight: normal
}

.modalHeaderSearch__search__item:hover .modalHeaderSearch__search__item__title p {
    text-decoration: none;
    color: #0a3378
}

.modalHeaderSearch__search__item__text {
    padding-left: 1.25rem
}

.modalHeaderSearch__search__item__text span {
    font-weight: 600
}

.remodal--full-width {
    min-height: 100vh;
    height: 100vh;
    position: relative;
    overflow: hidden;
    overflow-y: auto
}

.remodal--full-width::-webkit-scrollbar-track {
    background-color: #fff
}

.remodal--full-width::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.remodal--full-width::-webkit-scrollbar-thumb {
    background-color: #14469b;
    border-radius: 5px
}

.footer-main {
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto
}

.footer-main__top-main {
    display: table;
    margin-bottom: 1.25rem
}

.footer-main-wrapper {
    background-color: #e9edf2;
    padding: 5.625rem 0 3.125rem;
    position: relative
}

.footer-main__left-block-wrapper {
    width: 30%;
    font-size: 0;
    position: relative;
    display: table-cell
}

.footer-main__left-block-wrapper--second {
    width: 20%
}

.footer-main__right-block-wrapper {
    width: 50%;
    display: table-cell;
    font-size: 0;
    position: relative
}

.footer-main__country {
    margin-top: 2.25rem;
    margin-bottom: 11.25rem
}

.footer-main__country__globe {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CiAgPGcgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0zLjYwODI0MTQzIDMuOTE0MDg1N2MuODY3MjE0OTYuNDcyMzIyNDIgMS43OTI1MDIzNS44NDc4NTc0NyAyLjc0ODc2MTcgMS4xMTExMTkxNi40ODc4MDg0Mi0xLjMyMDE3OTkyIDEuMTczMDYzMS0yLjU0NzQ0Mzk1IDIuMDQ0MTQ5NTYtMy42NTg1NjMxMi0xLjgxOTYwMjgzLjMwMTk3NjY0LTMuNTA3NTc0OCAxLjIwMDE2MzU2LTQuNzkyOTExMjcgMi41NDc0NDM5NXptNy42NTM5NDYzNy0yLjU0NzQ0Mzk2Yy44NjMzNDM0IDEuMTExMTE5MTcgMS41NDg1OTgxIDIuMzQyMjU0NyAyLjAzNjQwNjUgMy42NjI0MzQ2Ljk2NDAwMjQtLjI2MzI2MTY3IDEuODg5Mjg5OC0uNjM4Nzk2NzIgMi43NTY1MDQ3LTEuMTExMTE5MTYtMS4yNzc1OTM0LTEuMzQ3MjgwMzgtMi45NzMzMDg0LTIuMjQ5MzM4OC00Ljc5MjkxMTItMi41NTEzMTU0NHptLTQuMTExNTI4MSAzLjg0ODI2NjRjLjc2MjY4NDU3LjE1ODczMTMgMS41MjkyNDA2Ni4yNDc3NzU3IDIuMjgwMzEwNzYuMjcxMDA0NjdWMS4zNzgyNTYyM2MtLjk4MzM1OTgyIDEuMTQ5ODM0MTMtMS43NDk5MTU5IDIuNDM5MDQyMDgtMi4yODAzMTA3NyAzLjgzNjY1MTl6bTMuMDg5NDUzMy4yNzQ4NzYxNmMuNzcwNDI3Ni0uMDI3MTAwNDYgMS41MzMwNzM0LS4xMTYxNDQ4NiAyLjI3MjU2NzgtLjI3MTAwNDY3LS41MzQyNjY0LTEuNDA1MzUyODItMS4yOTY5NTEtMi42OTQ1NjA3OC0yLjI3MjU2NzgtMy44MzY2NTE5VjUuNDg5Nzg0M3pNNS41MDkxNDU2NSA5LjQyNzA5NTFjLjAzNDg0MzQ2LTEuMjM4ODc4NTMuMjM2MTYxMjItMi40NjIyNzEwNi41OTIzMzg4LTMuNjM1MzM0MTYtMS4wNDkxNzUyNS0uMjkwMzYyMTUtMi4wNzEyNTAwMy0uNzEyMzU1MTUtMy4wMzEzODA4OC0xLjI1MDQ5My0xLjEwNzI0NzY4IDEuNDEzMDk1OC0xLjczNDQyOTkzIDMuMTAxMDY3OC0xLjgxNTczMTMzIDQuODg1ODI3MTVoNC4yNTQ3NzM0em03LjgzNTkwNjY1IDBjLS4wMzQ4NDM1LTEuMTYxNDQ4NjItLjIyNDU0NjgtMi4zMTkwMjU3My0uNTY5MTA5OC0zLjQzNzg4NzktLjgzMjM3MTUuMTgxOTYwMy0xLjY4NDEwMDUuMjg2NDkwNjYtMi41MzU4Mjk1LjMwOTcxOTYzVjkuNDI3MDk1MWgzLjEwNDkzOTN6bS0zLjkxNDA4MTg0LjAwMzg3MTVWNi4yOTg5MjY4MkM4LjU3NTM2OTk4IDYuMjc1Njk3ODYgNy43MTk3Njk1IDYuMTcxMTY3NSA2Ljg4NzM5OCA1Ljk4OTIwNzJjLS4zNDA2OTE2IDEuMTA3MjQ3NjgtLjUzNDI2NjM2IDIuMjY0ODI0OC0uNTY5MTA5ODIgMy40NDE3NTk0aDMuMTEyNjgyMjh6bTguOTgxODMwNTQgMGMtLjA4MTI2MjctMS43ODQ3NTkzOC0uNzA4NDQ0OS0zLjQ3MjczMTM2LTEuODExODIxMS00Ljg4OTY5ODY2LS45NTYyOTgxLjUzODEzNzg1LTEuOTc4MzM0Mi45NTYyNTkzNS0zLjAzOTEyMzkgMS4yNTQzNjQ1LjM1NjE3NzYgMS4xODA4MDYwOC41NTc0OTUzIDIuNDA0MTk4NjIuNTkyMzAwMSAzLjYzNTMzNDE1aDQuMjU4NjQ0OXptLTguMTcyNjg4IDMuOTM3MzEwOGMuODUxNzI5LjAyNzEwMDQgMS43MDM0NTguMTMxNjMwOCAyLjUzNTgyOTUuMzA5NzE5Ni4zNDA2OTE1LTEuMTExMTE5Mi41MzQyNjYzLTIuMjY0ODI0OC41NjkxMDk4LTMuNDQxNzU5NEgxMC4yNDAxMTN2My4xMzIwMzk4em0tMy45MjE4MjQ4Mi0zLjEzMjAzOThjLjAzNDg0MzQ2IDEuMTc2OTM0Ni4yMjg0MTgyMyAyLjMzNDUxMTcuNTY5MTA5ODIgMy40NDU2MzA5Ljg1NTYwMDQ4LS4xODE5NjAzIDEuNzA3MzI5NDYtLjI4NjQ5MDcgMi41NDM1NzI0Ni0uMzA5NzE5NnYtMy4xMzIwMzk4SDYuMzE4Mjg4MTh2LS4wMDM4NzE1em0tNS4wNjM5MTU5NCAwYy4wODEzMDE0IDEuNzg4NjMwOS43MDg0ODM2NSAzLjQ3NjYwMjkgMS44MTU3MzEzMyA0Ljg4NTgyNzIuOTQ4NTE2MzYtLjUzMDM5NDkgMS45NjY3MTk2NS0uOTUyMzg3OSAzLjAzMTM4MDg3LTEuMjUwNDkzLS4zNTYxNzc1Ny0xLjE3MzA2MzEtLjU1NzQ5NTMzLTIuMzk2NDU1Ny0uNTkyMzM4OC0zLjYzNTMzNDJoLTQuMjU0NzczNHptMTIuMzAzNjEyMjYgMy42MzUzMzQyYzEuMDYwNzUxLjI5ODEwNTEgMi4wODI4NjQ1LjcxNjIyNjYgMy4wMzkxMjM5IDEuMjU0MzY0NSAxLjExMTExOTItMS40MTY5NjczIDEuNzM0NDI5OS0zLjEwNDkzOTMgMS44MTE4NTk4LTQuODg5Njk4N2gtNC4yNTg2NDQ5Yy0uMDM0ODgyMiAxLjIzODg3ODUtLjIzNjE2MTIgMi40NTgzOTk2LS41OTIzMzg4IDMuNjM1MzM0MnptLTYuNDA3MzI0OC41NzY4NTI4Yy41MzQyNjYzNSAxLjQwMTQ4MTMgMS4zMDA4MjI0MyAyLjY5MDY4OTMgMi4yODAzMTA3NiAzLjgzNjY1MTl2LTQuMTA3NjU2NmMtLjc1NDk0MTYuMDE5MzU3NS0xLjUyMTQ5NzY4LjExMjI3MzQtMi4yODAzMTA3Ny4yNzEwMDQ3em0zLjA4OTQ1MzMgMy44NDA1MjM0Yy45NzU2MTY4LTEuMTM4MjE5NiAxLjczODMwMTQtMi40Mjc0Mjc2IDIuMjcyNTY3OC0zLjgzNjY1MTktLjczOTQ5NDQtLjE1ODczMTMtMS41MDYwMTE3LS4yNDc3NzU3LTIuMjcyNTY3OC0uMjcxMDA0N3Y0LjEwNzY1NjZ6bS02LjYzMTg3MTU3LTIuNTM5NzAxYzEuMjc3NTkzNDcgMS4zNDcyODA0IDIuOTY5NDM2OTQgMi4yNDU0NjczIDQuNzg5MDM5NzcgMi41NDc0NDQtLjg2NzIxNDk3LTEuMTE0OTkwNy0xLjU1MjQ2OTY1LTIuMzQyMjU0Ny0yLjA0MDI3ODA2LTMuNjU4NTYzMS0uOTUyMzg3ODYuMjY3MTMzMS0xLjg3MzgwMzc2LjYzODc5NjctMi43NDg3NjE3IDEuMTExMTE5MXptOS42OTQxODU2Ny0xLjExMTExOTFjLS40ODc3Njk3IDEuMzI0MDUxNC0xLjE3MzAyNDQgMi41NTUxODY5LTIuMDM2MzY3OCAzLjY2MjQzNDYgMS44MTU3MzEzLS4zMDE5NzY3IDMuNTA3NTM2MS0xLjIwNDAzNTEgNC43OTI5MTEyLTIuNTUxMzE1NS0uODcxMDg2NC0uNDc2MTkzOS0xLjgwMDI0NTMtLjg0Nzg1NzUtMi43NTY1NDM0LTEuMTExMTE5MXptLTMuNDY4ODIxMTIgNC45NTE2NDI1Yy0yLjYwNTUxNjQgMC01LjA1NjE3Mjk1LTEuMDE0MzMxOC02Ljg5OTAwNDc1LTIuODU3MTYzNUMxLjA5MTc2OTQzIDE0Ljg4OTc3NTEuMDc3NDM3NjUgMTIuNDM5MTE4NS4wNzc0Mzc2NSA5LjgzMzYwMjFjMC0yLjYwNTUxNjM4IDEuMDE0MzMxOC01LjA1NjE3Mjk0IDIuODU3MTYzNTgtNi44OTkwMDQ3NEM0Ljc3NzQzMzAzIDEuMDkxNzY1NTYgNy4yMjgwODk2LjA3NzQzMzc4IDkuODMzNjA1OTguMDc3NDMzNzhjMi42MDU1MTY0MiAwIDUuMDU2MTM0MjIgMS4wMTQzMzE4IDYuODk5MDA0NzIgMi44NTcxNjM1OCAxLjg0MjgzMTggMS44NDI4MzE4IDIuODU3MTYzNiA0LjI5MzQ4ODM2IDIuODU3MTYzNiA2Ljg5OTAwNDc1IDAgMi42MDU1MTY0LTEuMDE0MzMxOCA1LjA1NjE3My0yLjg1NzE2MzYgNi44OTkwMDQ4LTEuODQyODcwNSAxLjg0MjgzMTctNC4yOTM0ODgzIDIuODU3MTYzNS02Ljg5OTAwNDcyIDIuODU3MTYzNXoiLz4KICAgIDxwYXRoIGQ9Ik0zLjczNTk5MzAzIDE1Ljc2ODU5MjljLjgyMDc1NzAyLS40Mzc0NzkgMS42ODQxMDA0OC0uNzg1OTEzNiAyLjU3NDU0NDQyLTEuMDM3NTYwOC40NjQ1Nzk0NCAxLjIzNTA0NTggMS4xMDcyNDc2NyAyLjM5NjQ5NDQgMS45MDQ3NzU3MiAzLjQ1MzM3MzktLjgyODUtLjE1ODczMTMtMS42MjIxNTY1Ni0uNDM3NDQwMy0yLjM2OTM1NTE2LS44MzIzNzE1LS43ODIwNDIwNi0uNDE0MjUtMS40OTA1MjU3LS45NDQ2NDQ5LTIuMTA5OTY0OTctMS41ODM0NDE2em03LjcxMjAxODc3IDIuNDIzNTk0OGMuNzk3NTI4LTEuMDU2OTU2OSAxLjQzNjMyNDgtMi4yMTg0MDU2IDEuOTAwOTA0Mi0zLjQ1NzI4NDEuODk0MzE1NS4yNTE2NDcyIDEuNzYxNTMwNC42MDAwODE4IDIuNTgyMjg3NCAxLjAzNzU5OTUtLjYyMzMxMDcuNjM4Nzk2Ny0xLjMzMTc5NDQgMS4xNzMwMjQ0LTIuMTE3NzA3OSAxLjU4NzMxMzEtLjc0MzMyNzEuMzk0ODUzOC0xLjUzNjk4MzcuNjczNjAxNS0yLjM2NTQ4MzcuODMyMzcxNXptLTEuMTMwNDc2Ni0uMTE2MTQ0OXYtMy44MTczMzMxYy43MDQ2MTIxLjAyNzEwMDUgMS40MDkyMjQzLjEwODQwMTkgMi4wOTA2MDc1LjI0Nzc3NTctLjUwMzI5NDQgMS4zMDA4MjI0LTEuMjA0MDM1MSAyLjQ5NzExNDUtMi4wOTA2MDc1IDMuNTY5NTU3NHptLTMuMDYyMzUyODgtMy41Njk1NTc0Yy42OTY4NjkxNy0uMTM5MzczOCAxLjQwMTQ4MTMyLS4yMjQ1MDggMi4wOTgzNTA1LS4yNDc3NzU3djMuODEzNDIyOWMtLjg5MDQ0Mzk1LTEuMDc2Mjc1Ny0xLjU5NTA1NjEtMi4yNzI1Njc3LTIuMDk4MzUwNS0zLjU2NTY0NzJ6TTEuMzM1NjY1OSAxMC4zMTM2OTQ2SDUuNDMxNzA4Yy4wNDI1ODY0NSAxLjE5MjM4MTkuMjMyMjg5NzIgMi4zNzMxODguNTcyOTgxMzIgMy41MDc1MzYxLTEuMDE4MjAzMy4yOTAzNjIyLTEuOTk3NjkxNi42OTY4NjkyLTIuOTE1MjM2MDIgMS4yMDQwMzUxLS41MTQ5MDg4OC0uNjY5NzY4Ny0uOTI5MTU4ODgtMS40MDUzNTI4LTEuMjI3MjY0MDMtMi4xOTUwOTkyLS4zMDE5NzY2NC0uODA5MTgxMi0uNDgwMDY1NDItMS42NTMxNjcyLS41MjY1MjMzNy0yLjUxNjQ3MnptOC45ODE4NjkzIDBoMi45NTAwNzk0Yy0uMDQyNTg2NCAxLjExNDk1Mi0uMjI0NTQ2NyAyLjIxNDQ1NjctLjU0MjAwOTMgMy4yNzE0MTM2LS43ODk3ODUxLS4xNjY1MTMtMS41OTg5Mjc2LS4yNjMzMDA0LTIuNDA4MDcwMS0uMjk0MjcyM3YtMi45NzcxNDEzem0tMy45MjE4MjQ4NSAwSDkuMzUzNTMyOHYyLjk4MTA1MTVjLS43OTM2NTY1NC4wMjcwNjE3LTEuNjAyNzk5MDcuMTIzODQ5MS0yLjQxNTgxMzEuMjk0MTk0OS0uMzE3NDYyNjItMS4wNTY5MTgyLS40OTk0MjI5LTIuMTU2NDIyOS0uNTQyMDA5MzUtMy4yNzUyNDY0em03LjgzMjAzNTE1IDBoNC4wOTk5MTM2Yy0uMDkyOTE1OSAxLjcxODkwNTMtLjY5Mjk5NzcgMy4zNDEwNjE4LTEuNzUzNzg3NCA0LjcxMTU3MTItLjkyMTQxNTktLjUxMDk5ODctMS45MDA5MDQzLS45MTc1MDU3LTIuOTE5MTA3NS0xLjIwNzg2NzkuMzM2ODIwMS0xLjEzNDM4NjguNTMwMzk0OC0yLjMxMTMyMTQuNTcyOTgxMy0zLjUwMzcwMzN6bS0zLjkxMDIxMDMtMy45NDEyMjA5N2MuODA5MTQyNS0uMDI3MTAwNDcgMS42MTQ0MTM1LS4xMjM4ODc4NSAyLjQwODA3MDEtLjI5NDIzMzY1LjMyMTMzNDEgMS4wNjg1MzI3My41MDMyOTQ0IDIuMTY4MDM3NC41NDIwMDkzIDMuMjcxNDEzNmgtMi45NTAwNzk0VjYuMzcyNDczNjJ6TTYuMzk1NzEwMzUgOS4zNTM1MjUwN2MuMDQyNTg2NDUtMS4xMTg4NjIxNy4yMjQ1NDY3My0yLjIxODM2Njg1LjU0MjAwOTM1LTMuMjc1Mjg1MS43ODk3ODUwNS4xNzAzNDU4IDEuNjAyNzk5MDguMjY3MTMzMiAyLjQxNTgxMzEuMjk0MjMzNjZ2Mi45ODEwNTE0NEg2LjM5NTcxMDM2em03LjI2MjkyNTM1LTMuNTAzNzAzM2MxLjAxODIwMzItLjI5MDM2MjE2IDEuOTk3NjkxNi0uNjk2ODY5MTggMi45MTkxMDc1LTEuMjA3OTA2NTcgMS4wNTMwNDY3IDEuMzcwNTA5MzYgMS42NTcgMi45OTY1Mzc0MiAxLjc1Mzc4NzQgNC43MTE2MDk4N0gxNC4yMzE2MTdjLS4wNDI1ODY1LTEuMTg4NTQ5MDgtLjIzNjE2MTItMi4zNjU0ODM2Ny0uNTcyOTgxMy0zLjUwMzcwMzN6TTEuMzM1NjY1OSA5LjM0OTY1MzU2Yy4wNDY0NTc5NS0uODYzMzQzNDcuMjI0NTQ2NzMtMS43MDczMjk0Ni41MzAzOTQ4Ny0yLjUxMjYwMDUuMjk4MTA1MTQtLjc4OTc4NTA1LjcwODQ4MzY1LTEuNTI1MzY5MTcgMS4yMjcyNjQwMy0yLjE5NTEzNzg3LjkyNTI4NzQuNTE0OTA4OSAxLjkwNDc3NTcyLjkxNzU0NDQgMi45MTEzNjQ1MiAxLjIwNDAzNTA2LS4zMzY4MjAxIDEuMTM0MzQ4MTUtLjUzMDM5NDg3IDIuMzExMjgyNzQtLjU3Mjk4MTMyIDMuNTAzNzAzM0gxLjMzNTY2NTl6bTguOTgxODY5My0zLjkzNzMxMDhWMS41OTUwNDgzNmMuODg2NTcyNCAxLjA2ODUzMjcyIDEuNTg3MzEzMSAyLjI2NDgyNDggMi4wOTA2MDc1IDMuNTY1NjQ3MjMtLjY4MTM4MzIuMTM5MzczODQtMS4zODU5OTU0LjIyMDY3NTI0LTIuMDkwNjA3NS4yNTE2NDcyek03LjI1NTE4MjMyIDUuMTU2ODI0MWMuNDk5NDIyOS0xLjI5MzA3OTQ3IDEuMjA0MDM1MDYtMi40OTMyNDMwMyAyLjA5ODM1MDUtMy41NjU2NDcyNVY1LjQwODQ3MTNjLS42OTI5OTc2OC0uMDI3MTAwNDgtMS4zOTc2MDk4NC0uMTA4NDAxODgtMi4wOTgzNTA1LS4yNTE2NDcyem0tMy41MTkxODkzLTEuMjYyMTA3NUM0LjM1NTQzMjMgMy4yNTk3OTEzNiA1LjA2Nzc4NzQ1IDIuNzI1NTI1IDUuODQ5ODI5NSAyLjMxMTI3NWMuNzQ3MTk4Ni0uMzk0ODkyNTQgMS41NDA4NTUxNi0uNjc3NTExNyAyLjM2NTQ4MzY3LS44MzIzNzE1LS44MDEzOTk1NCAxLjA1MzA0NjczLTEuNDQwMTk2MjggMi4yMTQ0OTUzNC0xLjkwNDc3NTcyIDMuNDUzMzczODYtLjg5NDMxNTQzLS4yNTE2NDcyLTEuNzU3NjU4OS0uNjAwMDgxOC0yLjU3NDU0NDQyLTEuMDM3NTYwNzZ6TTEzLjM0ODkxNiA0LjkzNjE0ODg1Yy0uNDY4NDUwOS0xLjI0Mjc1LTEuMTA3MjQ3Ni0yLjQwNDE5ODYyLTEuOTAwOTA0Mi0zLjQ1NzI0NTM2LjgyODUuMTU4NzMxMyAxLjYyNjAyODEuNDM3NDc4OTYgMi4zNzMyMjY3LjgzNjI0My43ODIwNDIuNDE0MjUgMS40OTQzOTcyLjk0ODUxNjM1IDIuMTEzODM2NCAxLjU4NzMxMzEtLjgyMDc1Ny40MzM2MDc0Ny0xLjY4Nzk3MTkuNzgyMDQyMDUtMi41ODYxNTg5IDEuMDMzNjg5MjV6TTkuODMzNTk4MjMtLjAwMDAwNzc1Yy0xLjMyNzkyMjkgMC0yLjYxNzEzMDg2LjI1OTM5MDItMy44Mjg5MDg5Ljc3NDI5OTA4LTEuMTY5MTkxNjIuNDk1NTUxNC0yLjIyMjIzODM2IDEuMjA0MDM1MDYtMy4xMjQyOTY3OCAyLjEwNjA5MzQ4QzEuOTc4MzM0MTMgMy43ODI0NDMyNCAxLjI2NTk3OSA0LjgzNTQ4OTk4Ljc3NDI5OTA3IDYuMDA0NjgxNTguMjU5MzkwMiA3LjIxNjQ1OTYyIDAgOC41MDU2Njc1NyAwIDkuODMzNTkwNWMwIDEuMzI3OTIyOS4yNTkzOTAyIDIuNjE3MTMwOS43NzQyOTkwNyAzLjgyODk0NzYuNDk1NTUxNCAxLjE2OTE1MjkgMS4yMDQwMzUwNiAyLjIyMjE5OTcgMi4xMDYwOTM0OCAzLjEyNDI1ODEuOTAyMDU4NDIuOTAyMDk3MSAxLjk1NTEwNTE2IDEuNjEwNTQyIDMuMTI0Mjk2NzcgMi4xMDYwOTM1IDEuMjExNzc4MDUuNTExMDM3MyAyLjUwMDk4Ni43NzQyOTkgMy44Mjg5MDg5Ljc3NDI5OSAxLjMyNzkyMjg4IDAgMi42MTcxMzA4OC0uMjU5MzkwMiAzLjgyODkwODk4LS43NzQyOTkgMS4xNjkxOTE2LS40OTU1NTE1IDIuMjIyMjM4My0xLjIwMzk5NjQgMy4xMjQyOTY3LTIuMTA2MDkzNS45MDIwNTg0LS45MDIwNTg0IDEuNjEwNTQyMS0xLjk1NTEwNTIgMi4xMDYwOTM1LTMuMTI0MjU4MS41MTEwMzc0LTEuMjExODE2Ny43NzQyOTkxLTIuNTAxMDI0Ny43NzQyOTkxLTMuODI4OTQ3NiAwLTEuMzI3OTIyOTItLjI1OTM5MDItMi42MTcxMzA4OC0uNzc0Mjk5MS0zLjgyODkwODkzLS40OTU1NTE0LTEuMTY5MTkxNi0xLjIwNDAzNTEtMi4yMjIyMzgzNC0yLjEwNjA5MzUtMy4xMjQyOTY3Ni0uOTAyMDU4NC0uOTAyMDU4NC0xLjk1NTEwNTEtMS42MTQ0MTM1Ni0zLjEyNDI5NjctMi4xMDYwOTM0Ny0xLjIxMTc3ODEtLjUxNDkwODg4LTIuNTAwOTg2MS0uNzc0Mjk5MDctMy44Mjg5MDg5Ny0uNzc0Mjk5MDd6TTguNTgzMTA1MjMgMTguNDA1MTJjLS45MzY5MDE4OC0xLjE2OTIzMDQtMS42Njg2MTQ1LTIuNDcwMDUyOC0yLjE3NTc4MDQtMy44NTk5MTk2LTEuMDEwNDYwMy4yNzQ4NzYxLTEuOTg5OTQ4NjIuNjY5NzY4Ny0yLjkyMjk3OSAxLjE4NDY3NzUgMS4zMTYzMDg0MyAxLjQxNzAwNjEgMy4wOTcxOTYzIDIuMzg4NzEyNyA1LjA5ODc1OTQgMi42NzUyNDIxem0yLjUwMDk4NTk3LjAwMzgzMjdjMi4wMDE1NjMxLS4yODY0OTA2IDMuNzgyNDUxLTEuMjYyMDY4NyA1LjEwMjYzMDktMi42NzkwNzQ4LS45MzY5MDE4LS41MTg3NDE2LTEuOTIwMjYxNy0uOTEzNjcyOS0yLjkzMDcyMi0xLjE4NDY3NzUtLjQ5OTQyMjkgMS4zNzA1MDkzLTEuMjIzMzkyNSAyLjY3OTExMzUtMi4xNzE5MDg5IDMuODYzNzUyM3ptLS45MjE0MTU5LjA4NTE3MjljMS4wOTE3NjE3LTEuMjM1MDA3IDEuOTA4NjQ3My0yLjYyODc0NTMgMi40NTQ1MjgxLTQuMDk5OTEzNi0uODA5MTQyNS0uMTc4MDg4OC0xLjYyOTg5OTUtLjI3NDg3NjEtMi40NTQ1MjgxLS4yOTQyMzM2djQuMzk0MTQ3MnptLS42NTQyODI2OC0uMDAzODcxNXYtNC4zOTQxNDcyYy0uODI4NS4wMTkzNTc1LTEuNjUzMTI4NTIuMTIwMDE2My0yLjQ2MjI3MTA1LjI5NDIzMzYuNTU3NDk1MzMgMS40OTQzOTczIDEuMzg1OTk1MzQgMi44ODAzOTI2IDIuNDYyMjcxMDUgNC4wOTk5MTM2ek0zLjA1MDczODM1IDE1LjIyMjcxMmMxLjAwMjcxNzMtLjU2OTEwOTggMi4wNTk2MzU1NC0uOTk4ODA3IDMuMTQ3NTI1NzMtMS4yOTY5NTA5LS4zNzU1MzUwNS0xLjIwNzkwNjYtLjU4NDU5NTgtMi40Njk5NzUzLS42MTU1Njc3Ni0zLjc2NjkyNjNIMS4xNzMwNjMxYy4wNjk2ODY5IDEuOTEyNDguNzYyNjg0NTggMy42NjYyNjc0IDEuODc3Njc1MjUgNS4wNjM4Nzcyem05Ljc3OTM5NzI1LTEuNDU1NjgyMmMuMzY3NzkyMS0xLjE3MzA2MzEuNTY1MjM4NC0yLjM4ODY3MzkuNTk2MjEwMy0zLjYwODE5NWgtMy4yNjM2NzA2djMuMjgyOTg5NGMuODk4MTg3LjAyMzIyODkgMS43ODg2MzA5LjEzMTYzMDggMi42Njc0NjAzLjMyNTIwNTZ6bS01Ljk5Njk0NjI4LjAwMzg3MTVjLjg4MjcwMDk1LS4xOTM1NzQ4IDEuNzc3MDE2MzgtLjMwNTg0ODIgMi42NzUyMDMzLS4zMjUyMDU2di0zLjI4Njg2MDlINi4yMzY5NzkwNGMuMDMwOTcxOTYgMS4yNDI3MTEzLjIzMjI4OTcyIDIuNDU0NDg5NC41OTYyMTAyOCAzLjYxMjA2NjV6bTkuNzgzMjY4NzggMS40NTU2ODIyYzEuMTE0OTkwNy0xLjQwMTQ4MTMgMS44MDc5ODg0LTMuMTU1MjY4NyAxLjg3MzgwMzgtNS4wNjc3NDg3aC00LjQxMzUwNDdjLS4wMzA5NzIgMS4yNzM2ODMzLS4yMzYxNjEzIDIuNTQzNTMzOC0uNjE1NTY3OCAzLjc2NjkyNjMgMS4wOTE3NjE3LjI5ODE0MzkgMi4xNTI1NTE0LjczMTcxMjYgMy4xNTUyNjg3IDEuMzAwODIyNHpNNi4yMzY5NzkwNCA5LjUwODM4NDg4aDMuMjcxNDEzNThWNi4yMjE0ODUzYy0uODk4MTg2OTItLjAxOTM1NzQ2LTEuNzk2MzczODUtLjEyNzc1OTMzLTIuNjc1MjAzMy0uMzI1MjA1Ni0uMzYzOTIwNTYgMS4xNTc1NzcxMi0uNTY1MjM4MzIgMi4zNjkzNTUxNy0uNTk2MjEwMjggMy42MTIxMDUxOHptMy45MjU2OTYyNi0uMDAzODcxNWgzLjI2MzY3MDZjLS4wMjcxMDA0LTEuMjE5NTIxMDQtLjIyODQxODItMi40MzUxNzA1OC0uNTk2MjEwMy0zLjYwODIzMzY4LS44Nzg4Mjk0LjE5NzQ0NjI3LTEuNzczMTQ0OC4zMDU4NDgxNC0yLjY2NzQ2MDMuMzI1MjA1NlY5LjUwNDUxMzR6bS04Ljk4OTYxMjIgMGg0LjQwOTYzMzIyYy4wMzA5NzE5Ni0xLjI5MzA3OTQ1LjI0MDAzMjctMi41NTkwNTg0My42MTU1Njc3Ni0zLjc2Njk2NS0xLjA4Nzg5MDItLjI5NDIzMzY0LTIuMTQ0ODA4NDMtLjcyNzg0MTEyLTMuMTQ3NTI1NzMtMS4yOTY5NTA5NEMxLjkzNTc0NzY4IDUuODQyMDc4NzcgMS4yNDI3NSA3LjU5NTg2NjE3IDEuMTczMDYzMSA5LjUwNDUxMzM4em0xMi45MDc1NjU2LjAwMzg3MTVoNC40MTM1MDQ3Yy0uMDY5Njg2OS0xLjkxMjUxODctLjc2MjY4NDYtMy42NjYzMDYxLTEuODczODAzOC01LjA2Nzc4NzQ0LTEuMDAyNzE3My41NjkxMDk4Mi0yLjA2MzUwNyAxLjAwMjcxNzMtMy4xNTUyNjg3IDEuMzAwODIyNDUuMzc5NDA2NSAxLjIyNzI2NDAyLjU4NDU5NTggMi40OTMyNDMuNjE1NTY3OCAzLjc2Njk2NDk4ek02LjQwNzMyNDgzIDUuMTE4MTA5MTNjLjUwMzI5NDQtMS4zODU5OTUzNCAxLjIzNTAwNzAzLTIuNjkwNjg5MjggMi4xNzU3ODA0LTMuODU5ODgwODgtMi4wMDE1NjMxLjI4NjQ5MDY2LTMuNzgyNDUwOTcgMS4yNjIxMDc1LTUuMDk4NzU5NCAyLjY3NTIwMzMuOTMzMDMwMzguNTE4NzgwMzggMS45MTYzOTAyLjkxMzY3MjkgMi45MjI5NzkgMS4xODQ2Nzc1OHptNi44NDQ4MDM3Ny4wMDM4NzE1YzEuMDEwNDYwMy0uMjcxMDA0NjggMS45OTc2OTE3LS42NjU4OTcyIDIuOTMwNzIyLTEuMTg0Njc3NTgtMS4zMTYzMDg0LTEuNDE2OTY3My0zLjA5NzE5NjMtMi4zOTI1ODQxNC01LjEwMjYzMDktMi42NzkwNzQ4Ljk0ODUxNjQgMS4xODQ2Nzc1OCAxLjY3MjQ4NiAyLjQ5MzI0MzAyIDIuMTcxOTA4OSAzLjg2Mzc1MjM4em0tMy4wODk0NTMzLjQ0OTA5MzQ2Yy44MjQ2Mjg2LS4wMjMyMjg5OCAxLjY0NTM4NTYtLjEyMDAxNjM3IDIuNDU0NTI4MS0uMjk0MjMzNjYtLjU0NTg4MDgtMS40NzExNjgyNC0xLjM2Mjc2NjQtMi44NjQ5MDY1Ny0yLjQ1NDUyODEtNC4wOTk5MTM2VjUuNTcxMDc0MXptLS42NTQyODI2OC0uMDAzODcxNVYxLjE3MzA1NTM1Yy0xLjA4MDE0NzIgMS4yMTk1MjEwNC0xLjkwODY0NzIgMi42MDU1MTY0LTIuNDYyMjcxMDUgNC4wOTk5MTM2LjgxMzAxNDAzLjE3NDIxNzMgMS42Mzc2NDI1NC4yNzQ4NzYxNyAyLjQ2MjI3MTA1LjI5NDIzMzY1em0uMzI1MjA1Ni01LjQxMjM1MDUzYzUuMzQ2NTM1MDggMCA5LjY3ODczODQ4IDQuMzMyMjAzMzIgOS42Nzg3Mzg0OCA5LjY3ODczODQyIDAgNS4zNDY1MzUxLTQuMzMyMjAzNCA5LjY3ODczODQtOS42Nzg3Mzg0NyA5LjY3ODczODQtNS4zNDY1MzUxIDAtOS42Nzg3Mzg0LTQuMzMyMjAzMy05LjY3ODczODQtOS42Nzg3Mzg0IDAtNS4zNDY1MzUxIDQuMzMyMjAzMy05LjY3ODczODQzIDkuNjc4NzM4NC05LjY3ODczODQzeiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle
}

.footer-main__country__text {
    font-size: .875rem;
    letter-spacing: -.3px;
    color: #2e2e2e;
    line-height: 1.71;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.footer-main__country:hover .footer-main__country__text {
    color: #14469b
}

.footer-main__country:active .footer-main__country__text {
    color: #0a3378
}

.footer-main__lang-change__item {
    font-size: .875rem;
    height: 3rem;
    width: 2.8125rem;
    padding-top: 11px;
    padding-left: .875rem;
    font-weight: 600;
    letter-spacing: -.3;
    line-height: 1.71;
    color: #000;
    display: inline-block;
    border: 1px solid #9ea2a5;
    z-index: 1;
    position: relative;
    -webkit-transition: border .1s;
    -o-transition: border .1s;
    transition: border .1s
}

.footer-main__lang-change__item--eng {
    margin-left: -1px
}

.footer-main__lang-change__item:hover {
    border: 1px solid #5e5e5e;
    z-index: 2
}

.footer-main__lang-change__item:active {
    border: 1px solid #000;
    color: #000;
    z-index: 2
}

.footer-main__lang-change__item.active {
    color: #949494
}

.footer-main__lang-change__item.active:active,
.footer-main__lang-change__item.active:hover {
    color: #949494;
    border: 1px solid #9ea2a5
}

.footer-main__logo svg {
    fill: #2e2e2e
}

.footer-main__left-inner-block,
.footer-main__right-inner-block {
    display: inline-block;
    font-size: 0;
    vertical-align: top
}

.footer-main__short-menu-wrapper {
    margin-top: -10px
}

.footer-main__short-menu__item {
    font-size: 1.125rem;
    font-family: "Core";
    line-height: 1.89;
    font-weight: bold;
    color: #2e2e2e;
    display: block;
    text-transform: uppercase;
    margin-bottom: .875rem
}

.footer-main__short-menu__item:hover {
    color: #14469b
}

.footer-main__short-menu__item:active {
    color: #0a3378
}

.footer-main__long-menu {
    display: inline-block;
    min-height: 15.375rem;
    margin-bottom: .9375rem
}

.footer-main__long-menu-wrapper {
    -webkit-transform: translatey(-1.5rem);
    -ms-transform: translatey(-1.5rem);
    transform: translatey(-1.5rem)
}

.footer-main__long-menu__item {
    display: inline-block;
    width: 33.3%;
    padding-right: 1.25rem;
    vertical-align: top
}

.footer-main__long-menu__item__href {
    display: inline-block
}

.footer-main__long-menu__item__href a {
    font-size: .875rem;
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    line-height: 1.71
}

.footer-main__long-menu__item__href:hover a {
    color: #14469b
}

.footer-main__long-menu__item__href:active a {
    color: #0a3378
}

.footer-main__bottom-main {
    display: table;
    width: 100%
}

.footer-main__bottom-main-inner {
    display: table-cell;
    width: 25%;
    font-size: 0;
    vertical-align: middle
}

.footer-main__bottom-main-inner--first {
    -webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
    width: 30%
}

.footer-main__bottom-main-inner--second {
    width: 20%
}

.footer-main__bottom-main-inner--fourth {
    text-align: right
}

.footer-main__map {
    font-size: .875rem;
    width: 15.375rem
}

.footer-main__map:hover {
    color: #14469b
}

.footer-main__caption {
    max-width: 18.25rem
}

.footer-main__caption p {
    font-size: .875rem
}

.footer-main__madeby {
    font-size: .875rem;
    text-align: right;
    display: inline-block;
    width: 100%
}

.footer-main__madeby strong {
    font-weight: bold;
    text-transform: uppercase
}

.footer-main__madeby:hover strong {
    color: #14469b
}

.footer-main__madeby:active strong {
    color: #0a3378
}

.index-page {
    margin: auto
}

.index-page__background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 64rem;
    z-index: -100
}

.index-page__background__video {
    position: relative
}

.index-page__background__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    opacity: .3
}

.index-page__background__video-wrapper video {
    min-width: 100%;
    min-height: 100%
}

.index-page__background__img {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.index-page__background__img--middle {
    background-position: 50% 90%;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-page__background__img--blured {
    background-size: cover;
    opacity: 0
}

.index-page__background__img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.index-page__first-block {
    min-height: 56.25rem;
    height: 100%
}

.index-page__first-block-wrapper {
    height: 100vh;
    max-width: 95rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto
}

.index-page__first-block__title {
    max-width: 26.5625rem;
    padding-top: 13.75rem
}

.index-page__first-block__bottom {
    display: table;
    width: 100%
}

.index-page__first-block__bottom-wrapper {
    position: fixed;
    bottom: 2.5rem;
    width: 100%;
    max-width: 92.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.index-page__first-block__bottom__item-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    font-size: 0;
    margin: 0
}

.index-page__first-block__bottom__item-wrapper .mouse-down-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 5px
}

.index-page__first-block__bottom__item-wrapper .mouse-down-icon img {
    -webkit-animation: b 1.3s ease-out infinite;
    animation: b 1.3s ease-out infinite
}

.index-page__first-block__bottom__item__img-wrapper {
    display: inline-block;
    vertical-align: middle
}

.index-page__first-block__bottom__item__text {
    display: inline-block;
    max-width: 13.75rem;
    vertical-align: middle
}

.index-page__first-block__bottom__item__text p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Core";
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33;
    margin-left: 1.25rem
}

.index-page__second-block {
    position: relative
}

.index-page__second-block__items {
    display: table-row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 8px
}

.index-page__second-block__items-wrapper {
    display: table;
    width: 100%;
    max-width: 92.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: auto
}

.index-page__second-block__item {
    height: 25rem;
    max-width: 23.125rem;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.index-page__second-block__item-wrapper {
    display: table-cell;
    position: relative;
    padding: 0;
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 10
}

.index-page__second-block__item-wrapper--big {
    width: 50%
}

.index-page__second-block__item-wrapper--big .index-page__second-block__item {
    max-width: 44.6875rem;
    width: 100%
}

.index-page__second-block__item-wrapper:first-of-type {
    padding-right: 5px;
    padding-left: 0
}

.index-page__second-block__item-wrapper:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px
}

.index-page__second-block__item-wrapper:last-of-type {
    padding-right: 0;
    padding-left: 5px
}

.index-page__second-block__item .index-card {
    padding: 2.5rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.index-page__second-block__item .index-card__sub {
    font-size: 1.125rem;
    font-family: "Core";
    font-weight: bold;
    line-height: 1.33;
    color: #778292;
    text-transform: uppercase;
    max-width: 13.125rem;
    display: inline-block;
    margin: 0;
    z-index: 2
}

.index-page__second-block__item .index-card__title {
    font-size: 1.5rem;
    font-family: "Core";
    color: #2e2e2e;
    line-height: 1.33;
    max-width: 13.125rem;
    display: inline-block;
    margin: 0;
    z-index: 2
}

.index-page__second-block__item .index-card-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-page__second-block__item .index-card-wrapper--map .index-card__title {
    position: absolute;
    bottom: 2.5rem
}

.index-page__second-block__item .index-card-wrapper--map .index-card {
    position: relative
}

.index-page__second-block__item .index-card-wrapper--map .index-card__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    position: absolute;
    top: 0;
    left: 0
}

.index-page__second-block__item .index-card-wrapper--map .index-card__bg--pins {
    height: 15.625rem;
    background-size: contain;
    top: 5rem;
    left: 2.1875rem;
    -webkit-transition: -webkit-transform .2s ease-out .1s;
    transition: -webkit-transform .2s ease-out .1s;
    -o-transition: transform .2s ease-out .1s;
    transition: transform .2s ease-out .1s;
    transition: transform .2s ease-out .1s, -webkit-transform .2s ease-out .1s
}

.index-page__second-block__item .index-card-wrapper--map .index-card__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-page__second-block__item .index-card-wrapper--map:hover .index-card__bg {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.index-page__second-block__item .index-card-wrapper--map:hover .index-card__bg--pins {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__bg--first {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__bg--second {
    height: 14.375rem;
    bottom: 0
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__title {
    max-width: 100%;
    margin-bottom: 1.25rem
}

.index-page__second-block__item .index-card-wrapper--biggest .index-card__sub {
    max-width: 100%
}

.index-page__second-block__item .index-card-wrapper--biggest:hover .index-card__bg--first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.index-page__second-block__item .index-card-wrapper--biggest:hover .index-card__bg--second {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__sub-wrapper {
    z-index: 2
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__title {
    color: #fff;
    margin-bottom: 1.5625rem
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__title-wrapper {
    position: absolute;
    bottom: 2.5rem
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__title-wrapper .button {
    padding: 6px 1.3125rem;
    display: inline-block
}

.index-page__second-block__item .index-card-wrapper--flag .index-card {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.index-page__second-block__item .index-card-wrapper--flag .index-card__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.index-page__second-block__item .index-card-wrapper--flag:hover .index-card__bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-page__second-block__item .index-card-wrapper--slider {
    position: relative;
    background-color: #fff
}

.index-page__second-block__item .index-card-wrapper--slider .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.index-page__second-block__item .index-card-wrapper--slider .slick-dots li {
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    padding: 4px;
    width: 1.25rem;
    position: relative;
    text-align: center
}

.index-page__second-block__item .index-card-wrapper--slider .slick-dots li button {
    font-size: 0;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 1.25rem;
    padding: 0;
    border: 3px solid #fff;
    display: inline-block;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-page__second-block__item .index-card-wrapper--slider .slick-dots li.slick-active button {
    border: 3px solid #14469b;
    background-color: #fff
}

.index-page__second-block__item .index-card-wrapper--slider .slick-dots li:after {
    display: none
}

.index-page__second-block__item .index-card-wrapper--slider .index-card {
    padding: 0
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item {
    padding: 5px
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    right: 0;
    margin: auto;
    display: inline-block;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__bg-inner {
    width: 100%;
    height: 100%;
    background: no-repeat top;
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__bg-wrapper {
    width: 100%;
    height: 12.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__text {
    padding: 5px 1.25rem;
    position: relative;
    height: 12.5rem
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__text ul {
    max-height: 9.375rem;
    overflow: hidden;
    display: block
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__text p {
    margin: 0
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__text .button {
    padding: 6px 1.3125rem;
    position: absolute;
    bottom: 2.5rem
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__title {
    text-transform: uppercase;
    font-family: "Core";
    color: #14469b;
    line-height: 1.6;
    font-size: 1.25rem;
    font-weight: bold
}

.index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item:hover .index-card__slider-item__bg-inner {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-page__second-block__item .index-card-wrapper--video .index-card {
    position: relative;
    padding: 0;
    z-index: 2
}

.index-page__second-block__item .index-card-wrapper--video .index-card:after {
    position: absolute;
    display: block;
    content: "";
    background: #2e2e2e;
    top: 0;
    opacity: .4;
    height: 100%;
    width: 100%;
    z-index: -1
}

.index-page__second-block__item .index-card-wrapper--video .index-card__bg-video {
    width: 100%;
    height: 100%
}

.index-page__second-block__item .index-card-wrapper--video .index-card__bg-video video {
    min-width: 100%;
    height: 100%
}

.index-page__second-block__item .index-card-wrapper--video .index-card__bg-video-wrapper {
    position: absolute;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%
}

.index-page__second-block__item .index-card-wrapper--video .index-card__button-wrapper {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    width: 6.0625rem;
    height: 6.0625rem;
    opacity: 1;
    -webkit-transition: opacity .1s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .1s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .1s ease-out, transform .3s ease-out;
    transition: opacity .1s ease-out, transform .3s ease-out;
    transition: opacity .1s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out
}

.index-page__second-block__item .index-card-wrapper--video .index-card__button-wrapper:hover {
    opacity: .5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-page__second-block__item .index-card-wrapper--video .index-card__title {
    color: #fff;
    position: absolute;
    bottom: 2.5rem
}

.index-page__second-block__item .index-card-wrapper--video .index-card__text {
    padding: 2.5rem
}

.index-page__third-block {
    padding-top: 4.6875rem;
    padding-bottom: 4.0625rem
}

.index-page__third-block-wrapper {
    max-width: 92.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: auto
}

.index-page__third-block .index-news {
    display: table-row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.index-page__third-block .index-news-wrapper {
    display: table;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-page__third-block .news-item {
    width: 100%;
    display: block;
    border-top: 2px solid #969ba5;
    padding-top: .9375rem;
    position: relative
}

.index-page__third-block .news-item__title {
    font-size: 1.25rem;
    color: #fff;
    font-family: "Core";
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    margin-bottom: 0;
    width: 100%
}

.index-page__third-block .news-item__title-wrapper {
    width: 100%;
    padding-right: 12.5rem
}

.index-page__third-block .news-item__sub {
    margin-top: 10px
}

.index-page__third-block .news-item__date,
.index-page__third-block .news-item__label {
    font-size: .875rem;
    color: #969ba5;
    display: inline-block;
    margin-top: 0
}

.index-page__third-block .news-item__label {
    margin-left: 10px
}

.index-page__third-block .news-item__date {
    position: relative;
    padding-right: 10px
}

.index-page__third-block .news-item__date:after {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1px;
    background-color: #969ba5;
    content: "";
    right: -1px;
    top: 3px
}

.index-page__third-block .news-item__img {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.index-page__third-block .news-item__img-wrapper {
    width: 11.25rem;
    height: 7.5rem;
    position: absolute;
    right: 0;
    top: 1.875rem;
    overflow: hidden
}

.index-page__third-block .news-item-wrapper {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    width: 33.33%;
    padding-right: 2.5rem
}

.index-page__third-block .news-item-wrapper--big .news-item {
    padding-right: 1.25rem
}

.index-page__third-block .news-item-wrapper--big .news-item__title {
    font-size: 2rem;
    line-height: 1.31
}

.index-page__third-block .news-item-wrapper--big .news-item__title-wrapper {
    max-width: inherit;
    width: 100%;
    padding-right: 0
}

.index-page__third-block .news-item-wrapper--big .news-item__img-wrapper {
    display: none
}

.index-page__third-block .news-item-wrapper:nth-child(2) {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.index-page__third-block .news-item-wrapper:last-child {
    padding-left: 2.5rem;
    padding-right: 0
}

.index-page__third-block .news-item:hover .news-item__title {
    opacity: .6
}

.index-page__third-block .news-item:hover .news-item__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-page__fourth-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.index-page__fourth-block-wrapper {
    height: 42.8125rem;
    width: 100%
}

.index-page__fourth-block .index-slider-numbers {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none
}

.index-page__fourth-block .index-slider-numbers__header {
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 92.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: auto;
    z-index: 5
}

.index-page__fourth-block .index-slider-numbers__header__inner {
    display: table-cell;
    width: 50%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.index-page__fourth-block .index-slider-numbers__header .h1 {
    max-width: 19.375rem
}

.index-page__fourth-block .index-slider-numbers__header .h3 {
    max-width: 30.625rem
}

.index-page__fourth-block .index-slider-numbers__slide {
    width: 100%;
    height: 100%;
    position: relative
}

.index-page__fourth-block .index-slider-numbers__slide-wrapper {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.index-page__fourth-block .index-slider-numbers__slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.index-page__fourth-block .index-slider-numbers__number {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 30%;
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    -o-transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
    opacity: 0;
    -webkit-transform: translateY(12.5rem);
    -ms-transform: translateY(12.5rem);
    transform: translateY(12.5rem);
    pointer-events: none
}

.index-page__fourth-block .index-slider-numbers__number p {
    margin: 0;
    font-size: 3.125rem;
    width: 100%;
    color: #9ebbde;
    background-image: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ebbde), color-stop(36%, #d4e0f2), color-stop(47%, #d4e0f2), to(#fff));
    background-image: -webkit-linear-gradient(top, #9ebbde, #d4e0f2 36%, #d4e0f2 47%, #fff);
    background-image: -o-linear-gradient(top, #9ebbde, #d4e0f2 36%, #d4e0f2 47%, #fff);
    background-image: linear-gradient(180deg, #9ebbde, #d4e0f2 36%, #d4e0f2 47%, #fff);
    font-family: "Core";
    font-size: 40.625rem;
    line-height: .85;
    letter-spacing: -5.3125rem;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: absolute;
    text-align: left;
    bottom: 0;
    pointer-events: none
}

.index-page__fourth-block .index-slider-numbers__content {
    position: absolute;
    right: 30%;
    top: 50%;
    margin-top: 3.125rem;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, visibility 0s linear .05s, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, visibility 0s linear .05s, -webkit-transform .5s ease-out;
    -o-transition: opacity .5s ease-out, transform .5s ease-out, visibility 0s linear .05s;
    transition: opacity .5s ease-out, transform .5s ease-out, visibility 0s linear .05s;
    transition: opacity .5s ease-out, transform .5s ease-out, visibility 0s linear .05s, -webkit-transform .5s ease-out;
    display: inline-block;
    padding: 0;
    pointer-events: none;
    -webkit-transform: translatey(-70%);
    -ms-transform: translatey(-70%);
    transform: translatey(-70%);
    visibility: hidden
}

.index-page__fourth-block .index-slider-numbers__text {
    position: relative;
    margin: 0;
    margin-bottom: 2.8125rem;
    pointer-events: auto
}

.index-page__fourth-block .index-slider-numbers__text:before {
    display: block;
    position: absolute;
    content: "\\";
    font-size: 2rem;
    font-family: "Core";
    font-weight: bold;
    color: #14469b;
    left: -1.875rem;
    top: 5px
}

.index-page__fourth-block .index-slider-numbers__text p {
    font-family: "Core";
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.31;
    color: #14469b;
    display: block;
    max-width: 13.125rem;
    pointer-events: auto
}

.index-page__fourth-block .index-slider-numbers-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.index-page__fourth-block .index-slider-numbers .slick-list,
.index-page__fourth-block .index-slider-numbers .slick-track {
    height: 100%;
    width: 100%;
    position: relative
}

.index-page__fourth-block .index-slider-numbers .slick-current .index-slider-numbers__content,
.index-page__fourth-block .index-slider-numbers .slick-current .index-slider-numbers__number {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s ease-out .5s, visibility 0s linear 0s, -webkit-transform 1s ease-out .5s;
    transition: opacity 1s ease-out .5s, visibility 0s linear 0s, -webkit-transform 1s ease-out .5s;
    -o-transition: transform 1s ease-out .5s, opacity 1s ease-out .5s, visibility 0s linear 0s;
    transition: transform 1s ease-out .5s, opacity 1s ease-out .5s, visibility 0s linear 0s;
    transition: transform 1s ease-out .5s, opacity 1s ease-out .5s, visibility 0s linear 0s, -webkit-transform 1s ease-out .5s;
    visibility: visible
}

.index-page__fourth-block .index-slider-numbers .slick-current .index-slider-numbers__content {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

.index-page__fourth-block .index-slider-numbers .slick-dots {
    position: absolute;
    right: 4.625rem;
    top: 50%;
    pointer-events: all
}

.index-page__fourth-block .index-slider-numbers .slick-dots li {
    font-size: 0;
    display: block;
    cursor: pointer;
    padding: 4px;
    width: 1.25rem;
    position: relative;
    text-align: center;
    margin-bottom: .875rem
}

.index-page__fourth-block .index-slider-numbers .slick-dots li button {
    font-size: 0;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 1.25rem;
    padding: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.index-page__fourth-block .index-slider-numbers .slick-dots li button:after {
    display: block;
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
    border-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    opacity: 0
}

.index-page__fourth-block .index-slider-numbers .slick-dots li.slick-active button {
    border: 6px solid #14469b;
    background-color: #fff
}

.index-page__fourth-block .index-slider-numbers .slick-dots li.slick-active button:after {
    opacity: 1
}

.index-page__fourth-block .index-slider-numbers .slick-dots li:after {
    display: none
}

.index-page__fourth-block .index-slider-numbers__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4
}

.index-page__fourth-block .index-slider-numbers__bg__inner {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%;
    pointer-events: none
}

.index-page__fourth-block .index-slider-numbers__bg__inner__white {
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0) skewX(20deg);
    -ms-transform: translate(0) skewX(20deg);
    transform: translate(0) skewX(20deg);
    position: relative
}

.index-page__fourth-block .index-slider-numbers__bg--white {
    z-index: 0
}

.index-page__fourth-block .index-slider-numbers__bg--front {
    pointer-events: none
}

.index-page__fourth-block .index-slider-numbers__bg--back {
    z-index: 0
}

.index-page__fourth-block .index-slider-numbers__bg--back:after,
.index-page__fourth-block .index-slider-numbers__bg--back:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 50rem;
    top: -3.125rem;
    right: 30%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background-color: #2e2e2e;
    opacity: .2;
    z-index: 2
}

.index-page__fourth-block .index-slider-numbers__bg--back:before {
    right: 50%
}

.advanced-page--notfound {
    height: auto
}

.advanced-page--notfound .advanced-page__header {
    height: auto;
    min-height: 18.75rem;
    padding-top: 15.625rem;
    padding-bottom: 9.375rem
}

.advanced-page--notfound .advanced-page__header-bread-wrapper {
    bottom: auto;
    top: 10.625rem
}

.advanced-page--notfound .advanced-page__header-bread__href {
    color: #333
}

.advanced-page--notfound .advanced-page__header-bread__href:hover {
    opacity: .6
}

.advanced-page--notfound .advanced-page__header-bread__href:after {
    color: #333 !important
}

.advanced-page--notfound .advanced-page__header-wrapper {
    height: auto
}

.advanced-page__header {
    max-width: 95rem;
    margin: auto;
    height: 100%;
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10.625rem
}

.advanced-page__header-wrapper {
    width: 100%;
    position: relative;
    min-height: 18.75rem
}

.advanced-page__header-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.advanced-page__header-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.advanced-page__header-bread__href {
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: .875rem;
    color: #fff;
    white-space: nowrap
}

.advanced-page__header-bread__href:first-child,
.advanced-page__header-bread__href:not(:last-child) {
    margin-right: 1.25rem
}

.advanced-page__header-bread__href:first-child:after,
.advanced-page__header-bread__href:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "/";
    font-size: .875rem;
    right: -.875rem;
    top: 0;
    color: #fff
}

.advanced-page__header-bread__href:hover:not(:last-child) {
    opacity: .6
}

.advanced-page__header-bread__href:hover:not(:last-child):after {
    color: #fff
}

.advanced-page__header-bread__href:active:not(:last-child) {
    opacity: .5
}

.advanced-page__header-title-wrapper {
    margin-top: 1.25rem;
    padding-bottom: 1.25rem
}

.advanced-page__header-title-wrapper h1 {
    margin: 0;
    color: #fff
}

.advanced-page__header-button-wrapper {
    position: absolute;
    right: 0;
    bottom: 2.5rem
}

.advanced-page__content-wrapper {
    background-color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.advanced-page__content-wrapper:last-child {
    padding-bottom: 6.25rem
}

.advanced-page__content-wrapper.gray-bg,
.advanced-page__content-wrapper:nth-child(odd) {
    background-color: #fafafa
}

.advanced-page__content-wrapper--nopad {
    padding-top: 10px
}

.content {
    height: 100%
}

.content,
.content-wrapper {
    position: relative
}

.content__links {
    max-width: 90rem;
    width: 100%;
    margin: auto;
    text-align: left;
    padding-bottom: 2px;
    width: calc(100% + 2.5rem);
    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;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.content__links-wrapper {
    margin-bottom: 4.375rem;
    width: 100%;
    top: 0;
    display: inline-block;
    text-align: center
}

.content__links-wrapper.is_stuck {
    z-index: 10;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
    background-color: #14469b;
    -webkit-box-shadow: 0 5px 5px 0 rgba(18, 18, 33, .2);
    box-shadow: 0 5px 5px 0 rgba(18, 18, 33, .2);
    position: fixed;
    top: 4.6875rem;
    left: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 3.125rem;
    padding-top: 5px
}

.content__links-wrapper.is_stuck .content__links {
    padding-bottom: 0
}

.content__links-wrapper.is_stuck .link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.content__links-wrapper.is_stuck .link:hover {
    opacity: .7
}

.content__title {
    margin: 0;
    margin-top: 1.875rem;
    max-width: 46.875rem;
    margin-bottom: 10px
}

.content__filter {
    display: inline-block;
    vertical-align: middle
}

.content__filter-wrapper {
    padding-top: .875rem;
    margin-bottom: 2.5rem
}

.content__filter--grid {
    float: right;
    margin-top: 10px;
    margin-right: -5px
}

.content--links {
    padding-bottom: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.content--links .content__links-wrapper {
    margin-bottom: 0
}

.content--links .link-wrapper {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 5px;
    margin-bottom: .9375rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.content__main-content {
    max-width: 100%;
    position: relative
}

.content__main-content .switchBlue-wrapper {
    margin-top: 3.75rem
}

.content__main-content-wrapper {
    margin-top: 2.5rem
}

.content__main-content .checkbox-form {
    margin-bottom: 1.875rem
}

.content__main-content__docs {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem
}

.content__main-content__docs .document-wrapper {
    margin-bottom: .9375rem
}

.content__main-content__aside-info {
    padding-top: 1.875rem;
    border-top: 1px solid #dadada
}

.content__main-content__aside-info .button--blue {
    padding: 5px 1.25rem;
    margin-top: 1.5625rem
}

.content__main-content__aside-info .button-wrapper {
    text-align: left !important
}

.content__main-content__aside-info__title {
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: "Core"
}

.content__main-content__aside-info__dot {
    font-size: .875rem;
    display: block;
    padding-left: 1.875rem;
    position: relative;
    margin: 0;
    margin-bottom: 5px
}

.content__main-content__aside-info__dot:after {
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 5px;
    background-color: #2e2e2e;
    content: "";
    display: block;
    left: 0;
    top: 10px
}

.content__main-content__table {
    display: table;
    position: relative;
    width: 100%
}

.content__main-content__row {
    display: table-row
}

@supports ((display:-webkit-box) or (display:flex)) {
    .content__main-content__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.content__main-content__cell {
    display: table-cell;
    position: relative;
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.content__main-content__cell__main-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.content__main-content__cell__main-img-wrapper {
    width: 100%;
    max-width: 52.5rem;
    height: 35rem;
    position: relative;
    border: 1px solid #bababa;
    background-color: #fff
}

.content__main-content__cell__card-text {
    max-width: 27.5rem;
    margin: auto;
    vertical-align: top
}

.content__main-content__cell__card-text p:first-child {
    margin-top: 0
}

.content .accordion-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 60rem
}

.content .switchBlue-wrapper {
    margin-bottom: 1.875rem
}

.catalog-table {
    display: table;
    width: 100%;
    padding-bottom: 1.25rem;
    border-collapse: separate;
    border-spacing: 0 10px
}

.catalog-table__row {
    position: relative;
    min-height: 7.25rem;
    width: 100%;
    border-bottom: 5px solid transparent;
    display: table-row;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #fff
}

@supports ((display:-webkit-box) or (display:flex)) {
    .catalog-table__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent
    }

    .catalog-table__row:after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 6.625rem;
        background-color: #f2f2f2;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 1.5rem 0 transparent;
        box-shadow: 0 2px 1.5rem 0 transparent;
        -webkit-transition: background-color .2s ease-out, -webkit-box-shadow .2s ease-out;
        transition: background-color .2s ease-out, -webkit-box-shadow .2s ease-out;
        -o-transition: background-color .2s ease-out, box-shadow .2s ease-out;
        transition: background-color .2s ease-out, box-shadow .2s ease-out;
        transition: background-color .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out
    }
}

.catalog-table__row p {
    color: #000;
    margin: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.catalog-table__row--header {
    background-color: transparent;
    min-height: auto
}

.catalog-table__row--header .catalog-table__cell-7 {
    min-height: auto;
    max-height: 3.75rem;
    padding-bottom: .9375rem;
    background-color: transparent
}

.catalog-table__row--header p {
    margin: 0
}

.catalog-table__row--header:after {
    display: none
}

.catalog-table__row:hover:after {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1.5rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 1.5rem 0 rgba(0, 0, 0, .2)
}

.catalog-table__circle {
    width: 100%;
    height: 6.625rem;
    border-radius: 5px
}

.catalog-table__circle-wrapper {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: .4
}

@supports ((display:-webkit-box) or (display:flex)) {
    .catalog-table__circle-wrapper {
        display: block
    }
}

.catalog-table__cell-7 {
    width: 14.3%;
    display: table-cell;
    text-align: center;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@supports ((display:-webkit-box) or (display:flex)) {
    .catalog-table__cell-7 {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0
    }
}

.catalog-table__cell-7--first {
    width: 16%
}

.catalog-table__cell-7--first p {
    color: #14469b;
    text-align: left;
    font-family: "Core";
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    max-height: 96
}

.catalog-table__cell-7--title p {
    font-size: .75rem;
    font-weight: bold;
    color: #000
}

.catalog-table__number {
    font-size: 2.5rem;
    color: #000
}

.catalog-table-list {
    border-collapse: separate;
    border-spacing: 10px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

.catalog-table-list,
.catalog-table-list tbody {
    width: 100%;
    display: block
}

.catalog-table-list__row {
    display: table-row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-table-list__cell {
    display: table-cell;
    display: inline-block;
    padding: 5px
}

.catalog-table-list__cell .index-card-wrapper--slider {
    border: 2px solid #14469b
}

.catalog-table-list__cell:first-child {
    padding-left: 0
}

.catalog-table-list__cell:last-child {
    padding-right: 0
}

.catalog-table-list--filials .catalog-table-list__row {
    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
}

.catalog-table-list--filials .catalog-table-list__cell {
    width: 32%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px
}

.catalog-table-list--filials .catalog-card-item {
    overflow: hidden;
    background-color: #333;
    height: 100%
}

.catalog-table-list--filials .catalog-card-item__header {
    padding: 0 10px 0 1.25rem;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.catalog-table-list--filials .catalog-card-item__header p {
    color: #fff
}

.catalog-table-list--filials .catalog-card-item__title {
    font-size: 1.125rem;
    text-transform: uppercase
}

.catalog-table-list--filials .catalog-card-item__sub {
    overflow: hidden;
    display: none !important;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    max-height: 5.625rem
}

.catalog-table-list--filials .catalog-card-item__button {
    padding-left: 1.25rem;
    bottom: .9375rem
}

.catalog-table-list--filials .catalog-card-item-wrapper {
    border: 1px solid #ddd;
    background-color: #eee;
    overflow: hidden;
    height: 26.875rem
}

.catalog-table-list--filials .catalog-card-item__bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    opacity: .5 !important;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.catalog-table-list--filials .catalog-card-item:hover .catalog-card-item__bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.card-belaz-parts-wrapper {
    position: relative;
    margin-bottom: 10px
}

.card-belaz-parts__img {
    max-width: 100%
}

.card-belaz-parts__button {
    position: absolute;
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #14469b;
    border-radius: 50%;
    border: 3px solid hsla(0, 0%, 100%, .4);
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: border-color .1s ease-out, -webkit-transform .1s ease-out;
    transition: border-color .1s ease-out, -webkit-transform .1s ease-out;
    -o-transition: border-color .1s ease-out, transform .1s ease-out;
    transition: border-color .1s ease-out, transform .1s ease-out;
    transition: border-color .1s ease-out, transform .1s ease-out, -webkit-transform .1s ease-out
}

.card-belaz-parts__button-crist {
    position: relative;
    width: 100%;
    height: 100%
}

.card-belaz-parts__button-crist:after,
.card-belaz-parts__button-crist:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: .9375rem;
    background-color: #fff;
    left: .875rem;
    top: 7px;
    -webkit-transition: -webkit-transform .3s ease-out .1s;
    transition: -webkit-transform .3s ease-out .1s;
    -o-transition: transform .3s ease-out .1s;
    transition: transform .3s ease-out .1s;
    transition: transform .3s ease-out .1s, -webkit-transform .3s ease-out .1s
}

.card-belaz-parts__button-crist:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.card-belaz-parts__button:hover {
    border-color: #fff;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.card-belaz-parts__button:hover .card-belaz-parts__button-crist:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.card-belaz-parts__button:hover .card-belaz-parts__button-crist:before {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.table-compare {
    width: 100%;
    table-layout: fixed;
    empty-cells: show
}

.table-compare-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 3.125rem
}

.table-compare__counter {
    margin-top: -8px
}

.table-compare__results tr td,
.table-compare__results tr th {
    vertical-align: bottom;
    padding-bottom: 1.25rem;
    border-bottom: 0 !important;
    border-top: 0
}

.table-compare__results tr:hover td,
.table-compare__results tr:hover th,
.table-compare__results tr th {
    background-color: #fafafa !important
}

.table-compare__results .checkbox-form {
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    padding-left: 1.25rem;
    left: 0
}

.table-compare tr:hover td,
.table-compare tr:hover th {
    background-color: #f2f2f2
}

.table-compare tr:first-child td,
.table-compare tr:first-child th,
.table-compare tr:last-child td,
.table-compare tr:last-child th {
    border-bottom: 0 !important
}

.table-compare tr:nth-child(2) th {
    border-top: 0 !important
}

.table-compare td,
.table-compare th {
    padding: 1rem 1.25rem;
    vertical-align: top;
    text-align: left;
    width: 100%;
    max-width: 100%;
    min-height: 3.125rem;
    border-top: 0;
    border-bottom: 1px solid #bababa
}

.table-compare td:not(:first-child),
.table-compare th:not(:first-child) {
    border-left: 1px solid #bababa
}

.table-compare td:nth-child(3) {
    border-left: 1px solid transparent !important
}

.table-compare th {
    position: absolute;
    display: block;
    left: 0;
    margin-top: -.5px;
    top: auto;
    color: #5e5e5e;
    width: 15.625rem;
    z-index: 2;
    vertical-align: top;
    text-align: left;
    background-color: #fafafa;
    border-top: 1px solid #bababa;
    border-left: 1px solid #fafafa !important;
    border-right: 1px solid #bababa;
    border-bottom: 0 !important
}

.table-compare__alone {
    width: 100% !important;
    background-color: #e7e7e7 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    z-index: 5 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    max-width: 100% !important;
    border-bottom: 1px solid #bababa !important;
    margin-top: 0 !important;
    left: 0 !important
}

.table-compare__alone~td {
    border: 0 !important;
    height: 3.125rem !important
}

.table-compare__double {
    width: 15.625rem !important;
    max-width: 15.625rem !important;
    color: transparent
}

.table-compare__splice td,
.table-compare__splice th {
    border: 0 !important;
    background-color: transparent
}

.table-compare__splice:hover td,
.table-compare__splice:hover th {
    background-color: transparent !important
}

.table-compare__title {
    text-align: left;
    font-size: 1.25rem;
    color: #14469b;
    font-family: "Core";
    font-weight: bold;
    margin-top: 10px;
    vertical-align: bottom;
    display: inline-block
}

.table-compare__image {
    height: 9.375rem;
    text-align: left
}

.table-compare__image img {
    margin: auto;
    display: inline-block;
    max-width: 11.25rem;
    width: 100%
}

.table-compare__image-wrapper {
    width: 100%
}

.table-compare__cross {
    position: relative;
    width: 1.25rem;
    height: 1.25rem
}

.table-compare__cross-wrapper {
    position: absolute;
    display: block;
    padding: 10px;
    right: -1.25rem;
    top: -1.25rem;
    cursor: pointer
}

.table-compare__cross-stick {
    width: 1.25rem;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.table-compare__cross-stick:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.table-compare__td-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.table-compare .compare {
    background-color: #fafad2
}

table.default td {
    border: 1px solid #dadada;
    text-align: right;
    padding: 0 1.25rem;
    max-width: 23.75rem
}

table.default td a {
    color: #14469b;
    text-decoration: underline
}

table.default td a:hover {
    color: #000;
    text-decoration: none
}

table.default td:last-child {
    border-right: 0
}

table.default td:first-child {
    border-left: 0;
    text-align: left;
    padding-left: 2.5rem
}

table.default thead td {
    background-color: #e7e7e7;
    padding-top: 0;
    padding-bottom: 0
}

.history__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.history__header-wrapper {
    background-color: #f7f7f7
}

.history__header a {
    color: #14469b;
    padding: 1.5625rem 10px;
    display: inline-block;
    margin-left: .75rem
}

.history__header a:hover {
    color: #000
}

.history__line {
    width: 4px;
    height: 0;
    background-color: #14469b;
    border-radius: 5px
}

.history__line-wrapper {
    height: 100%;
    width: 4px;
    margin: auto;
    background-color: #dadada;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: 0
}

.history__dot {
    position: relative;
    width: 1rem;
    height: 1rem
}

.history__dot,
.history__dot-wrapper {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.history__dot-wrapper {
    position: absolute;
    right: -8px;
    top: -8px;
    width: .875rem;
    height: .875rem;
    z-index: 2
}

.history__dot-blue {
    top: 3px;
    left: 3px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #14469b;
    z-index: 2;
    border: 1px solid hsla(0, 0%, 90%, .7)
}

.history__dot-blue,
.history__dot-border {
    position: absolute;
    display: inline-block;
    margin: auto
}

.history__dot-border {
    top: 2px;
    left: 2px;
    border-radius: 100%;
    width: .75rem;
    height: .75rem;
    background-color: hsla(0, 0%, 90%, .7)
}

.history__dot.active {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}

.history__content {
    position: relative;
    padding-bottom: 6.25rem;
    -webkit-transform: translatey(6.25rem);
    -ms-transform: translatey(6.25rem);
    transform: translatey(6.25rem)
}

.history__content:after {
    content: "";
    position: relative;
    display: block;
    clear: both
}

.history__content-wrapper {
    position: relative;
    margin-top: 3.125rem
}

.history__title p {
    font-size: 2rem;
    text-transform: uppercase;
    color: #14469b;
    font-family: "Core", "Arial", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    margin-bottom: .9375rem
}

.history__text {
    color: #727272;
    line-height: 1.5
}

.history img {
    max-width: 100%
}

.history .table-content__cell.width-70 {
    padding-left: .9375rem
}

.history__video-button {
    padding-left: 1.875rem;
    position: relative
}

.history__video-button__blue {
    position: absolute;
    width: 1.25rem;
    height: 1rem;
    background-color: #14469b;
    top: 3px;
    left: 0;
    border-radius: 4px
}

.history__video-button__triangle {
    width: 6px;
    height: 6px;
    border: 3px solid #fff;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 5px
}

.history__video-button p {
    color: #14469b;
    display: inline-block;
    margin: 0
}

.history__video-button:hover p {
    color: #000
}

.history__video-button:hover .history__video-button__blue {
    background-color: #0a3378
}

.history__date {
    position: absolute;
    left: 0;
    top: -2.5rem
}

.history__date p {
    margin: 0;
    color: #14469b;
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: "Core";
    font-weight: bold
}

.history__item {
    position: relative;
    border-top: 1px solid #dadada;
    padding: 1.25rem;
    padding-left: 3.625rem
}

.history__item-content img {
    max-width: 100%
}

.history__item-content-cell {
    display: inline-block
}

.history__item-wrapper {
    display: inline-block;
    padding-right: 1.5px;
    min-height: 23.75rem;
    position: relative
}

.history__item-wrapper:not(:first-child) {
    margin-top: -15%
}

.history__item-wrapper:nth-child(2n) {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    padding-right: 0;
    padding-left: 2px
}

.history__item-wrapper:nth-child(2n) .history__date {
    left: auto;
    right: 0
}

.history__item-wrapper:nth-child(2n) .history__dot-wrapper {
    right: auto;
    left: -10px
}

.history-item-content,
.history-item-content-row {
    display: block
}

.diploms-wrapper {
    border-top: 1px solid #dadada;
    padding-top: 4.375rem
}

.contact-vue-list .searchField-wrapper,
.vue-block .searchField-wrapper {
    position: absolute;
    right: 0;
    top: 4.375rem
}

.contact-vue-list .searchField__label,
.vue-block .searchField__label {
    border: 1px solid #333
}

.contact-vue-list .searchField__input,
.vue-block .searchField__input {
    padding-top: 3px
}

.contact-vue-list .searchField__input::-webkit-input-placeholder,
.vue-block .searchField__input::-webkit-input-placeholder {
    color: #333
}

.contact-vue-list .searchField__input:-ms-input-placeholder,
.contact-vue-list .searchField__input::-ms-input-placeholder,
.vue-block .searchField__input:-ms-input-placeholder,
.vue-block .searchField__input::-ms-input-placeholder {
    color: #333
}

.contact-vue-list .searchField__input::placeholder,
.vue-block .searchField__input::placeholder {
    color: #333
}

.contact-vue-list__item-wrapper {
    display: inline-block;
    max-width: 49%;
    margin-bottom: 3.125rem;
    vertical-align: top
}

.contact-vue-list__item-wrapper.item-wrapper-title {
    margin-bottom: 0
}

.contact-vue-list__item-wrapper:nth-child(odd) {
    padding-right: 5rem
}

.contact-vue-list__item-wrapper:nth-child(2n) {
    padding-left: 5rem
}

.contact-vue-list__item-wrapper .tel {
    font-weight: 600;
    line-height: 1.63;
    margin-top: 0;
    margin-bottom: 5px
}

.contact-vue-list__item-wrapper .mail {
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 5px
}

.contact-vue-list__item-wrapper .line {
    width: 100%;
    max-width: 30rem;
    height: 1px;
    background-color: #dadada;
    margin-top: .9375rem;
    margin-bottom: 1.5625rem
}

.contact-vue-list__item-content__name {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.44
}

.contact-vue-list__item-content .contact-column {
    padding-bottom: 1.25rem
}

.vue-group {
    width: 100%
}

@supports ((display:-webkit-box) or (display:flex)) {
    .vue-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .vue-group .contact-vue-list__item-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 50%
    }

    .vue-group .contact-vue-list__item-wrapper:nth-child(odd) {
        padding-right: 3.75rem
    }

    @media only screen and (max-width:1366px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(odd) {
            padding-right: 2.5rem
        }
    }

    @media only screen and (max-width:1280px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(odd) {
            padding-right: 1.25rem
        }
    }

    @media only screen and (max-width:1024px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(odd) {
            padding-right: 10px
        }
    }

    .vue-group .contact-vue-list__item-wrapper:nth-child(2n) {
        padding-left: 3.75rem
    }

    @media only screen and (max-width:1366px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(2n) {
            padding-left: 2.5rem
        }
    }

    @media only screen and (max-width:1280px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(2n) {
            padding-left: 1.25rem
        }
    }

    @media only screen and (max-width:1024px) {
        .vue-group .contact-vue-list__item-wrapper:nth-child(2n) {
            padding-left: 10px
        }
    }

    .vue-group .contact-vue-list__item-wrapper .line {
        max-width: 100%
    }
}

#KeyShotVR {
    width: 100%;
    height: 100%
}

#backbuffer {
    width: auto !important;
    height: 100% !important;
    margin: auto !important;
    min-width: auto !important;
    display: block;
    left: 0;
    right: 0
}

.not-found .advanced-page__header-bread-wrapper,
.not-found .footer-main__bottom-main-inner--second,
.not-found .footer-main__country,
.not-found .footer-main__lang-change-wrapper,
.not-found .footer-main__left-block-wrapper--second,
.not-found .footer-main__right-block-wrapper,
.not-found .header-main__middle-main__burger-button-wrapper,
.not-found .header-main__middle-main__search-button-wrapper,
.not-found .header-main__middle-menu-wrapper,
.not-found .header-main__top-wrapper {
    display: none !important
}

.old_browser .index-page__background {
    background-size: cover;
    height: 100vh;
    position: absolute
}

.old_browser .index-page__first-block {
    position: relative;
    min-height: auto
}

.old_browser .index-page__first-block__bottom-wrapper {
    position: absolute
}

.old_browser .index-page__second-block {
    padding-top: 3.125rem
}

.old_browser .index-page__second-block-wrapper {
    background-color: #2e384b
}

.old_browser .index-page__third-block {
    padding-top: 3.125rem;
    max-width: 90rem;
    width: 100%;
    margin: auto
}

.old_browser .index-page__third-block-wrapper {
    background-color: #2e384b;
    width: 100%;
    max-width: 100%
}

.old_browser .index-page__fourth-block .index-slider-numbers__number p {
    background: transparent !important;
    color: #9ebbde
}

.old_browser .table-content__cell--centered>* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.old_browser .titleTableText-wrapper {
    top: auto
}

.old_browser .asideMenu__item-inner__item {
    display: block
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

@media only screen and (max-width:768px) and (max-width:768px) {
    .mobile-dropdowm-trigger.active+.filter-form {
        max-height: 62.5rem;
        overflow: visible
    }
}

@media only screen and (max-width:1600px) {
    .index-page__fourth-block .index-slider-numbers__number {
        padding-left: 20%
    }
}

@media only screen and (max-width:1520px) {

    .modalHeaderMenu__modal-logo,
    .modalHeaderSearch__modal-logo {
        left: 0
    }
}

@media only screen and (max-width:1460px) {
    .contact-vue-list__item-wrapper:nth-child(odd) {
        padding-right: 2.5rem
    }

    .contact-vue-list__item-wrapper:nth-child(2n) {
        padding-left: 2.5rem
    }
}

@media only screen and (max-width:1380px) {
    .table-content--spacing-right .table-content__cell:not(:last-child) {
        border-right: 1.875rem solid transparent
    }

    .table-content--spacing-right .table-content__cell:not(:first-child) {
        border-left: 1.875rem solid transparent
    }
}

@media only screen and (max-width:1360px) {
    .diplom__image-wrapper {
        float: none;
        display: block;
        padding-left: 0;
        text-align: left
    }

    .diplom__info-wrapper {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 1.25rem
    }

    .modalHeaderMenu__inner-wrapper--full-width .modalHeaderMenu__column,
    .modalHeaderSearch__inner-wrapper--full-width .modalHeaderMenu__column {
        padding-right: 5%
    }

    .contact-vue-list .searchField-wrapper,
    .vue-block .searchField-wrapper {
        position: relative;
        top: -1.875rem;
        margin-bottom: 2.5rem
    }
}

@media only screen and (max-width:1340px) {
    .contact-vue-list__item-wrapper:nth-child(odd) {
        padding-right: 1.25rem
    }

    .contact-vue-list__item-wrapper:nth-child(2n) {
        padding-left: 1.25rem
    }
}

@media only screen and (max-width:1300px) {
    .index-page__fourth-block .index-slider-numbers__number {
        padding-left: 10%
    }
}

@media only screen and (max-width:1290px) {
    .table-content--spacing-right .table-content__cell:not(:last-child) {
        border-right: 1.25rem solid transparent
    }

    .table-content--spacing-right .table-content__cell:not(:first-child) {
        border-left: 1.25rem solid transparent
    }
}

@media only screen and (max-width:1280px) {
    .header-main__middle-logo-wrapper {
        margin-right: 2.5rem
    }

    .searched .remodal-close-sticks {
        -webkit-transform: translateX(29.375rem);
        -ms-transform: translateX(29.375rem);
        transform: translateX(29.375rem)
    }

    .modalHeaderMenu__inner-wrapper--full-width .modalHeaderMenu__column,
    .modalHeaderSearch__inner-wrapper--full-width .modalHeaderMenu__column {
        padding-right: 2%
    }

    .index-page__first-block__bottom__item-wrapper {
        width: 30%
    }

    .index-page__first-block__bottom__item-wrapper--first {
        width: 10%
    }
}

@media only screen and (max-width:1270px) {
    .content .searchDillers__found-number {
        float: none
    }
}

@media only screen and (max-width:1200px) {
    .table-content--spacing-right .table-content__cell:not(:last-child) {
        border-right: 10px solid transparent
    }

    .table-content--spacing-right .table-content__cell:not(:first-child) {
        border-left: 10px solid transparent
    }

    .catalog-card-item {
        height: 23.125rem
    }

    .catalog-card-item-wrapper .buttonSquare-wrapper {
        right: 1.875rem;
        top: 1.875rem
    }

    .catalog-card-item__header {
        padding-left: 1.875rem;
        padding-top: 1.875rem
    }

    .catalog-card-item__button {
        bottom: 1.875rem;
        padding-left: 1.875rem
    }

    .catalog-card-item--catalog-blue .catalog-card-item__card-title-wrapper {
        margin-left: 1.875rem;
        margin-top: 1.875rem
    }

    .sliderDoubleWithVideo-wrapper {
        max-width: 37.5rem
    }

    .quote-with-image .quote-wrapper {
        width: 60%
    }

    .quote-with-image .quote-image-wrapper {
        width: 40%
    }

    .bigBlueBlock__button {
        float: none;
        margin-bottom: 1.25rem
    }

    .pyramid__center {
        width: 15.625rem
    }

    .contact-info-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-info-address,
    .contact-info-mail,
    .contact-info-phone,
    .contact-info-site {
        width: 50%;
        margin-bottom: 1.25rem
    }

    .index-card {
        padding: 1.25rem
    }

    .index-card-wrapper--slider .index-card__slider-item__bg-wrapper {
        height: 10.625rem
    }

    .index-card-wrapper--slider .index-card__slider-item__text {
        height: 14.375rem
    }

    .index-page__second-block__item {
        max-width: 17.5rem
    }

    .index-page__second-block__item .index-card {
        padding: 1.25rem
    }

    .index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__bg-wrapper {
        height: 10.625rem
    }

    .index-page__second-block__item .index-card-wrapper--slider .index-card__slider-item__text {
        height: 14.375rem
    }

    .index-page__third-block .index-news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 44.6875rem;
        margin: auto;
        padding-left: 5px;
        padding-right: 5px
    }

    .index-page__third-block .news-item {
        padding-bottom: .9375rem;
        min-height: 8.75rem
    }

    .index-page__third-block .news-item__img-wrapper {
        top: 1.25rem;
        height: 6.25rem
    }

    .index-page__third-block .news-item-wrapper {
        width: 100%;
        padding: 0;
        display: block
    }

    .index-page__third-block .news-item-wrapper:last-child,
    .index-page__third-block .news-item-wrapper:nth-child(2) {
        padding: 0
    }

    .content--links .link-wrapper {
        margin-right: .9375rem
    }
}

@media only screen and (max-width:1160px) {

    .modalHeaderMenu__inner-wrapper--full-width .modalHeaderMenu__column,
    .modalHeaderSearch__inner-wrapper--full-width .modalHeaderMenu__column {
        padding-right: 1%
    }
}

@media only screen and (max-width:1140px) {
    .index-page__fourth-block .index-slider-numbers__number {
        padding-left: 0
    }
}

@media only screen and (max-width:1100px) {
    .catalog-card-item {
        height: 21.25rem
    }

    .catalog-card-item-wrapper .buttonSquare-wrapper {
        right: 1.25rem;
        top: 1.25rem
    }

    .catalog-card-item__header {
        padding-left: 1.25rem;
        padding-top: 1.25rem
    }

    .catalog-card-item__button {
        bottom: 1.25rem;
        padding-left: 1.25rem
    }

    .catalog-card-item--catalog-blue .catalog-card-item__card-title-wrapper {
        margin-left: 1.25rem;
        margin-top: 1.25rem
    }

    .catalog-table-list--filials .catalog-table-list__cell {
        width: 49%
    }
}

@media only screen and (max-width:1024px) {

    * .animated,
    * .animateThis {
        opacity: 1;
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

@media only screen and (max-width:991px) {
    .filter-section {
        padding: 1.125rem 1.25rem 1.25rem
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    * {
        -webkit-text-size-adjust: none
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .custom-select select::-ms-expand {
        display: none
    }

    .custom-select select:focus {
        border-color: transparent
    }

    .custom-select select:focus::-ms-value {
        background: transparent;
        color: #222
    }

    .custom-select select {
        padding-right: 2em;
        background: none;
        border: 1px solid transparent
    }

    .custom-select:after {
        display: block
    }

    .ps {
        overflow: auto !important
    }
}

@media only screen and (max-width:768px) {
    .mobile-dropdowm-trigger {
        display: block;
        cursor: pointer;
        padding: 5px 0 6px;
        margin-bottom: 10px
    }

    .mobile-dropdowm-trigger.active .u-bold {
        color: #0e2a91
    }

    .mobile-dropdowm-trigger.active .arrow-icon {
        -webkit-transform: scaleY(-1) rotate(90deg);
        -ms-transform: scaleY(-1) rotate(90deg);
        transform: scaleY(-1) rotate(90deg)
    }

    .mobile-dropdowm-trigger .u-bold {
        font-size: .8125rem
    }

    .mobile-dropdowm-trigger .arrow-icon {
        display: inline-block;
        float: right;
        width: .75rem;
        margin-top: 4px;
        height: .75rem;
        background: url(../img/icons/barrow.svg) no-repeat 50%;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .catalog-table-list--filials .catalog-table-list__cell {
        width: 100%
    }
}