@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
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,
summary,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

b,
strong {
    font-weight: 700
}

i {
    font-style: italic
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima nova/ProximaNova-Black.eot');
    src: url('../fonts/proxima nova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima nova/ProximaNova-Black.woff') format('woff'), url('../fonts/proxima nova/ProximaNova-Black.ttf') format('truetype');
    font-weight: #000;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat/Montserrat-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format('woff'), url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format('svg');
    font-weight: 800;
    font-style: normal
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

[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
}

div.scrollingHotSpotLeft {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur), w-resize
}

div.scrollingHotSpotLeftVisible {
    background-image: url(../images/arrow_left.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: .35;
    -moz-opacity: .35;
    zoom: 1
}

div.scrollingHotSpotRight {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(../images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur), e-resize
}

div.scrollingHotSpotRightVisible {
    background-image: url(../images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: .35;
    -moz-opacity: .35;
    zoom: 1
}

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

div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
    padding-top: 30px
}

.page-content {
    padding-top: 60px;
    padding-bottom: 114px
}

@media only screen and (max-width:1200px) {
    .page-content {
        padding-top: 54px
    }
}

@media only screen and (max-width:1200px) {
    .page-content {
        padding-bottom: 70px
    }
}

.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

@media only screen and (max-width:1200px) {
    .bread {
        font-size: 12px
    }
}

@media only screen and (max-width:780px) {
    .bread {
        font-size: 10px
    }
}

.bread a {
    color: #333;
    text-decoration: underline
}

.bread a:hover {
    text-decoration: none
}

.bread .sep {
    color: #333;
    margin: 0 5px
}

@media only screen and (max-width:1200px) {
    .bread .sep {
        margin: 0 4px
    }
}

@media only screen and (max-width:780px) {
    .bread .sep {
        margin: 0 3px
    }
}

.bread .current {
    color: #333
}

.btn-blue,
.btn-blue .button__bg,
.btn-orange,
.btn-orange .button__bg {
    -webkit-font-smoothing: antialiased;
    border: none;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
    padding: 20px 40px 21px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn-blue .button__bg:focus,
.btn-blue:focus,
.btn-orange .button__bg:focus,
.btn-orange:focus {
    outline: 0
}

.svg-filters {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0
}

.btn-blue,
.btn-orange {
    color: #fff;
    background: 0 0;
    position: relative;
    z-index: 0;
    -webkit-filter: none!important;
    filter: none!important
}

.safari .btn-blue .button__bg,
.safari .btn-orange .button__bg {
    -webkit-filter: none!important;
    filter: none!important
}

.btn-blue .button__container,
.btn-orange .button__container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.btn-blue .button__bg,
.btn-blue .circle,
.btn-orange .button__bg,
.btn-orange .circle {
    background: #ea961c;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite
}

.btn-blue .button__bg,
.btn-orange .button__bg {
    background: #ea961c;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn-blue .circle,
.btn-orange .circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #ea961c
}

.btn-blue .circle.top-left,
.btn-orange .circle.top-left {
    top: 10px;
    left: 10px
}

.btn-blue .circle.bottom-right,
.btn-orange .circle.bottom-right {
    bottom: 10px;
    right: 10px
}

.btn-blue .button__bg,
.btn-blue .circle {
    background: #455bd7
}

.btn-blue .button__bg {
    background: #455bd7
}

.btn-blue .circle {
    background: #455bd7
}

.h1,
.text-style h1 {
    font-size: 50px;
    line-height: 62px
}

@media only screen and (min-width:1200px) and (max-width:780px) {
    .h1,
    .text-style h1 {
        font-size: 40px
    }
}

@media only screen and (max-width:1200px) {
    .h1,
    .text-style h1 {
        line-height: 46px
    }
}

.h2,
.text-style h2 {
    font-size: 40px;
    line-height: 46px
}

@media only screen and (max-width:1200px) {
    .h2,
    .text-style h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:1200px) {
    .h2,
    .text-style h2 {
        line-height: 36px
    }
}

.h3,
.text-style h3 {
    font-size: 30px;
    line-height: 36px
}

@media only screen and (max-width:1200px) {
    .h3,
    .text-style h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .h3,
    .text-style h3 {
        line-height: 26px
    }
}

.h4,
.text-style h4 {
    font-size: 20px;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .h4,
    .text-style h4 {
        font-size: 16px
    }
}

@media only screen and (max-width:1200px) {
    .h4,
    .text-style h4 {
        line-height: 26px
    }
}

.p,
.text-style p {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .p,
    .text-style p {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .p,
    .text-style p {
        line-height: 24px
    }
}

.p a,
.text-style p a {
    color: #455bd7;
    text-decoration: underline
}

.p a:hover,
.text-style p a:hover {
    text-decoration: none
}

.text-style ul,
.ul {
    list-style: none
}

.text-style ul li,
.ul li {
    padding-left: 29px;
    font-size: 16px;
    line-height: 26px;
    position: relative
}

.text-style ul li::before,
.ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #455bd7;
    position: absolute;
    left: 0;
    top: 11px
}

.ol,
.text-style ol {
    list-style: none;
    counter-reset: my-counter
}

.ol li,
.text-style ol li {
    padding-left: 29px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    counter-increment: my-counter
}

.ol li::before,
.text-style ol li::before {
    content: counter(my-counter) ".";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    color: #455bd7;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em
}

.pagetitle {
    margin-top: 22px;
    margin-bottom: 64px
}

@media only screen and (max-width:1200px) {
    .pagetitle {
        margin-top: 18px
    }
}

@media only screen and (max-width:1200px) {
    .pagetitle {
        margin-bottom: 54px
    }
}

.text-style h1:not(:last-child),
.text-style h2:not(:last-child),
.text-style h3:not(:last-child),
.text-style h4:not(:last-child) {
    margin-bottom: 32px
}

.text-style h1:not(:first-child),
.text-style h2:not(:first-child),
.text-style h3:not(:first-child),
.text-style h4:not(:first-child) {
    margin-top: 53px
}

@media all and (max-width:760px) {
    .text-style h1:not(: last-child), .text-style h2:not(: last-child), .text-style h3:not(: last-child), .text-style h4:not(: last-child) {
        margin-bottom: 26px
    }
    .text-style h1:not(:first-child),
    .text-style h2:not(:first-child),
    .text-style h3:not(:first-child),
    .text-style h4:not(:first-child) {
        margin-top: 43px
    }
}

.text-style ol:not(:last-child),
.text-style ul:not(:last-child) {
    margin-bottom: 53px
}

@media only screen and (max-width:780px) {
    .text-style ol:not(: last-child), .text-style ul:not(: last-child) {
        margin-bottom: 43px
    }
}

.text-style ol:not(:first-child),
.text-style ul:not(:first-child) {
    margin-top: 53px
}

@media only screen and (max-width:780px) {
    .text-style ol:not(: first-child), .text-style ul:not(: first-child) {
        margin-top: 43px
    }
}

.text-style {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .text-style {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .text-style {
        line-height: 24px
    }
}

.text-style p+p {
    margin-top: 1em
}

.input,
.modal-form .input-line .message,
.modal-form .input-line input {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 22px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 303px;
    border-radius: 6px;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
    margin: 0
}

.input::-webkit-input-placeholder,
.modal-form .input-line .message::-webkit-input-placeholder,
.modal-form .input-line input::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    opacity: .7
}

.input::-moz-placeholder,
.modal-form .input-line .message::-moz-placeholder,
.modal-form .input-line input::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    opacity: .7
}

.input:-ms-input-placeholder,
.modal-form .input-line .message:-ms-input-placeholder,
.modal-form .input-line input:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    opacity: .7
}

.input::-ms-input-placeholder,
.modal-form .input-line .message::-ms-input-placeholder,
.modal-form .input-line input::-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    opacity: .7
}

.input::placeholder,
.modal-form .input-line .message::placeholder,
.modal-form .input-line input::placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    opacity: .7
}

.input.not-empty,
.input:focus,
.modal-form .input-line .message:focus,
.modal-form .input-line .not-empty.message,
.modal-form .input-line input.not-empty,
.modal-form .input-line input:focus {
    outline: 0;
    border-color: #455bd7;
    background: #eceffb
}

.input.error,
.modal-form .input-line .error.message,
.modal-form .input-line input.error {
    border-color: #ea961c;
    background: #fdf4e8
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 14px 54px 15px 22px;
    width: 303px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative
}

.inputfile+label * {
    pointer-events: none
}

.inputfile+label:hover {
    border-color: #455bd7;
    background: #eceffb
}

.inputfile+label:hover::after {
    background-image: url(../img/input-file-select.svg)
}

.inputfile+label::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/input-file.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 19px;
    top: calc(50% - 10px)
}

.inputfile.has-file+label,
.inputfile:focus+label {
    border-color: #455bd7;
    background: #eceffb
}

.inputfile.has-file+label::after,
.inputfile:focus+label::after {
    background-image: url(../img/input-file-select.svg)
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0
}

.checkbox input+span {
    position: relative;
    padding: 0 0 0 26px;
    cursor: pointer
}

.checkbox input+span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid #ea961c;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkbox input+span::after {
    content: "";
    display: none;
    position: absolute;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkbox input:checked+span::before {
    background: #ea961c
}

.checkbox input:checked+span::after {
    display: block
}

.checkbox input:not(:checked):hover+span:after {
    display: block;
    border-color: #ea961c
}

.close-btn,
.modal-form .fancybox-close-small {
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: transparent url(../img/close.svg) center center no-repeat;
    background-size: 15px
}

.close-btn:hover,
.modal-form .fancybox-close-small:hover {
    background-color: #ea961c;
    background-image: url(../img/close-hover.svg)
}

.circle-btn {
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #d6d6d6;
    background-color: transparent;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center
}

.circle-btn.arr-left {
    background-image: url(../img/arr-left.svg)
}

.circle-btn.arr-right {
    background-image: url(../img/arr-right.svg)
}

.circle-btn.arr-up {
    background-image: url(../img/arr-up.svg)
}

.circle-btn.arr-down {
    background-image: url(../img/arr-down.svg)
}

.circle-btn.zoom {
    background-image: url(../img/zoom.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 17px 17px
}

.circle-btn:hover {
    border-color: #ea961c;
    background-color: #ea961c
}

.circle-btn:hover.arr-left {
    background-image: url(../img/arr-left-hover.svg)
}

.circle-btn:hover.arr-right {
    background-image: url(../img/arr-right-hover.svg)
}

.circle-btn:hover.arr-up {
    background-image: url(../img/arr-up-hover.svg)
}

.circle-btn:hover.arr-down {
    background-image: url(../img/arr-down-hover.svg)
}

.circle-btn:hover.zoom {
    background-image: url(../img/zoom-hover.svg)
}

.circle-btn:after {
    display: none
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.pagination .page-link {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.pagination .page-link.current {
    color: #fff;
    background-color: #ea961c;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-link.current:not(:first-child) {
    margin-left: 20px
}

.pagination .page-link.current+* {
    margin-left: 20px
}

.pagination .page-link:not(.current):hover {
    color: #ea961c
}

.pagination *+* {
    margin-left: 35px
}

.share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    -webkit-box-shadow: 10px 17px 50px rgba(9, 32, 61, .2);
    box-shadow: 10px 17px 50px rgba(9, 32, 61, .2);
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden
}

.share-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px
}

.share-block a+a::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ccc;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0
}

.share-block a.vk {
    background-image: url(../img/soc-vk-dark.svg)
}

.share-block a.fb {
    background-image: url(../img/soc-fb-dark.svg)
}

.share-block a.tw {
    background-image: url(../img/soc-tw-dark.svg)
}

.share-block a.ok {
    background-image: url(../img/soc-ok-dark.svg)
}

.share-block a.vb {
    background-image: url(../img/soc-vb-dark.svg)
}

.share-block a.wa {
    background-image: url(../img/soc-wa-dark.svg)
}

.share-block a:hover::before {
    display: none
}

.share-block a:hover.vk {
    background-color: #6695bd;
    background-image: url(../img/soc-vk.svg)
}

.share-block a:hover.fb {
    background-color: #3b5998;
    background-image: url(../img/soc-fb.svg)
}

.share-block a:hover.tw {
    background-color: #00a1f4;
    background-image: url(../img/soc-tw.svg)
}

.share-block a:hover.ok {
    background-color: #ff9205;
    background-image: url(../img/soc-ok.svg)
}

.share-block a:hover.vb {
    background-color: #7b519d;
    background-image: url(../img/soc-vb.svg)
}

.share-block a:hover.wa {
    background-color: #65bc54;
    background-image: url(../img/soc-wa.svg)
}

.slider-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #333;
    opacity: .15;
    margin: 0 8px
}

.slider-pagination .swiper-pagination-bullet-active {
    background-color: #ea961c;
    opacity: 1
}

.slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: #ea961c;
    opacity: .2
}

.download-btn {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 88px;
    border-radius: 15px;
    cursor: pointer;
    background: #f7f8f9
}

@media only screen and (max-width:1200px) {
    .download-btn {
        height: 74px
    }
}

.download-btn img {
    width: 18px;
    margin-right: 14px;
    display: block
}

.download-btn span {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width:1200px) {
    .download-btn span {
        font-size: 14px
    }
}

.download-btn:hover {
    background: #455bd7
}

.download-btn:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.download-btn:hover span {
    color: #fff
}

a {
    text-decoration: none
}

body,
html {
    min-height: 100%
}

body {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container {
    width: 1140px;
    max-width: calc(100% - 60px);
    margin: 0 auto
}

#jGrowl {
    z-index: 999999
}

:focus {
    outline: 0
}

.hide {
    display: none
}

a {
    color: #455bd7
}

.fancybox-is-open .fancybox-bg {
    background-color: #f6f6f6;
    opacity: .6
}

header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 100;
    -webkit-transition: .5s;
    transition: .5s
}

header.header_with-box-shadow {
    -webkit-box-shadow: 0 0 30px rgba(9, 32, 61, .2);
    box-shadow: 0 0 30px rgba(9, 32, 61, .2)
}

.padding-for-fixed-header {
    width: 100%
}

.page-header {
    width: 1140px;
    max-width: calc(100% - 60px);
    margin: 0 auto
}

.page-header__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 44px
}

.page-header__burger {
    display: none
}

.page-header__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-header__logo img {
    width: 278px;
    height: 100%
}

.page-header__logo-img-mob {
    display: none
}

.page-header__search {
    margin-right: 4.6%;
    padding-bottom: 9px;
    position: relative
}

.page-header__search input {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 206px;
    padding: 0 30px 0 3px;
    height: 30px
}

.page-header__search input::-webkit-input-placeholder {
    color: #666
}

.page-header__search input::-moz-placeholder {
    color: #666
}

.page-header__search input:-ms-input-placeholder {
    color: #666
}

.page-header__search input::-ms-input-placeholder {
    color: #666
}

.page-header__search input::placeholder {
    color: #666
}

.page-header__search-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.page-header__phone-numbers {
    margin-right: 3%;
    text-align: right;
    position: relative
}

.page-header__main-phone {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.65px;
    text-transform: uppercase;
    color: #333;
    position: relative
}

.page-header__main-phone::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 9px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -21px;
    top: 8px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.page-header__main-phone a {
    color: #333
}

.page-header__main-phone a:hover {
    text-decoration: underline
}

.page-header__phone-numbers-visible {
    padding-right: 31px;
    cursor: pointer
}

.page-header__phone-numbers-visible.another-visible .page-header__main-phone::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.page-header__phones-desc {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 26.65px
}

.page-header__another-phones {
    display: none;
    position: absolute;
    -webkit-box-shadow: -7px 19px 50px rgba(9, 32, 61, .2);
    box-shadow: -7px 19px 50px rgba(9, 32, 61, .2);
    border-radius: 15px;
    background-color: #fff;
    padding: 35px 39px 42px;
    text-align: left
}

.page-header__another-phones .city {
    white-space: nowrap;
    font-weight: 700;
    line-height: 38px
}

.page-header__another-phones .number {
    white-space: nowrap;
    line-height: 16px
}

.page-header__another-phones .number a {
    color: #333
}

.page-header__another-phones .number a:hover {
    text-decoration: underline
}

.page-header__online-req-btn {
    padding: 0 40px;
    border-radius: 30px;
    background-color: #ea961c;
    font-weight: 700;
    line-height: 26.65px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block
}

.page-header__bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 26.65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.page-header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -16px
}

.page-header__menu li {
    margin: 0 16px
}

.page-header__menu a {
    color: #333
}

.page-header__menu a.active {
    position: relative;
    color: #455bd7
}

.page-header__menu a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -24px;
    height: 3px;
    border-radius: 2px;
    background-color: #455bd7
}

.page-header__menu a:hover {
    color: #455bd7
}

.page-header__lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -14px;
    line-height: 16px
}

.page-header__lang li {
    border-right: 1px solid #c3c3c3;
    padding: 0 14px;
    -webkit-transition: .2s;
    transition: .2s
}

.page-header__lang li:last-child {
    border-right: 0
}

.page-header__lang a {
    text-decoration: underline;
    -webkit-transition: .2s;
    transition: .2s
}

.page-header__lang a:hover {
    text-decoration: none
}

@media (max-width:1130px) {
    .page-header__top-line {
        padding: 26px 0 29px
    }
    .page-header__logo img {
        width: 199px
    }
    .page-header__search {
        margin-right: 6.2%;
        padding-bottom: 2px
    }
    .page-header__search input {
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        width: 128px
    }
    .page-header__search-btn {
        right: 5px
    }
    .page-header__phone-numbers {
        margin-right: 4%
    }
    .page-header__main-phone {
        font-size: 18px;
        font-weight: 500;
        line-height: 26.65px;
        line-height: 15.65px;
        padding-top: 10px
    }
    .page-header__main-phone:after {
        right: -18px;
        top: 15px
    }
    .page-header__phones-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 26.65px
    }
    .page-header__online-req-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        background: #ea961c url(../img/onl-req.svg) no-repeat center center;
        background-size: 34% auto
    }
    .page-header__online-req-btn span {
        display: none
    }
    .page-header__bottom-line {
        font-size: 14px;
        font-weight: 700;
        line-height: 34px;
        padding-bottom: 12px
    }
    .page-header__menu ul {
        font-size: 14px;
        font-weight: 700;
        line-height: 34px;
        margin: 0 -13.9px
    }
    .page-header__menu li {
        margin: 0 13.9px
    }
    .page-header__menu a.active::after {
        bottom: -20px
    }
}

@media (max-width:740px) {
    .body-homepage header {
        -webkit-box-shadow: 0 0 30px rgba(9, 32, 61, .2)!important;
        box-shadow: 0 0 30px rgba(9, 32, 61, .2)!important
    }
    .page-header__top-line {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px 0 16px
    }
    .page-header__burger {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #f7f8f9;
        cursor: pointer;
        position: relative;
        -webkit-transition-duration: .2s;
        transition-duration: .2s
    }
    .page-header__burger span,
    .page-header__burger span::after,
    .page-header__burger span::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -11.5px;
        width: 23px;
        height: 3px;
        background-color: #000
    }
    .page-header__burger span::after,
    .page-header__burger span::before {
        content: '';
        -webkit-transition: .2s;
        transition: .2s
    }
    .page-header__burger span::before {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    .page-header__burger span::after {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    .page-header__burger.active {
        background: #333
    }
    .page-header__burger.active span {
        background-color: #fff;
        height: 0;
        margin-top: -1px
    }
    .page-header__burger.active span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff
    }
    .page-header__burger.active span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff
    }
    .page-header__logo {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .page-header__logo img {
        width: 111px
    }
    .page-header__logo-img-desktop {
        display: none
    }
    .page-header__logo-img-mob {
        /*display: block*/
    }
    .page-header__bottom-line {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        padding-bottom: 43px;
        padding-top: 13px;
        height: calc(100vh - 80px);
        overflow-x: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .page-header__menu {
        padding-bottom: 27px
    }
    .page-header__menu ul {
        display: block;
        text-align: center;
        margin: 0
    }
    .page-header__menu li {
        margin: 0;
        line-height: 40px
    }
    .page-header__menu a.active::after {
        content: none
    }
    .page-header__search {
        margin-right: 0;
        padding-bottom: 0;
        max-width: 290px;
        margin: 0 auto
    }
    .page-header__search input {
        width: calc(100% - 30px);
        padding-right: 0;
        padding: 0 30px 3px 4px
    }
    .page-header__phone-numbers {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 38px
    }
    .page-header__phone-numbers-visible {
        margin: 0 auto;
        padding-right: 24px;
        padding-top: 33px
    }
    .page-header__main-phone:after {
        right: calc(50% - 95px)
    }
    .page-header__phones-desc {
        padding-left: 25px
    }
    .page-header__another-phones {
        left: -15px;
        width: 100%;
        padding: 12px 0;
        text-align: center;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .page-header__another-phones .city {
        line-height: 32px
    }
    .page-header__another-phones .number {
        font-weight: 400
    }
    .page-header__lang ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:460px) {
    .modal-form {
        padding-top: 77px!important
    }
}

.modal-form {
    display: none;
    border-radius: 15px;
    cursor: unset;
    padding: 80px 80px 54px
}

@media only screen and (max-width:780px) {
    .modal-form {
        padding: 30px
    }
}

.modal-form .fancybox-close-small {
    right: 30px;
    top: 30px
}

.modal-form .fancybox-close-small svg {
    display: none
}

.modal-form .title {
    text-align: center
}

.modal-form .input-container {
    margin-top: 40px
}

.modal-form .input-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px
}

@media only screen and (max-width:780px) {
    .modal-form .input-line {
        display: block
    }
}

.modal-form .input-line .desc {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    width: 160px
}

.modal-form .input-line .star-orange {
    color: #ea961c
}

@media only screen and (max-width:780px) {
    .modal-form .input-line input {
        width: 100%
    }
}

.modal-form .input-line .message {
    height: 130px;
    resize: none
}

@media only screen and (max-width:780px) {
    .modal-form .input-line .message {
        width: 100%
    }
}

.modal-form .agreement {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal-form .agreement #agr-ch-req {
    display: none
}

.modal-form .agreement #agr-ch-req:checked+.agr-check::before {
    opacity: 1
}

.modal-form .agreement .agr-check {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 23px;
    height: 22px;
    border-radius: 4px;
    background-color: #ea961c
}

.modal-form .agreement .agr-check::before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    content: '';
    background: url(../img/checkbox-arrow.png) no-repeat center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.modal-form .agreement p {
    padding-top: 3px;
    padding-left: 15px
}

.modal-form .agreement a {
    text-decoration: underline
}

.modal-form .agreement a:hover {
    text-decoration: none
}

.modal-form .submit {
    text-align: center;
    width: 100%
}

.modal-form .submit .btn-blue,
.modal-form .submit .btn-orange {
    margin: 30px auto 0
}

footer {
    background-color: #13204e
}

footer .new_line_desktop {
    display: block
}

.page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.65px;
    color: #717995;
    padding: 58px 0 61px
}

.page-footer__left {
    display: block
}

.page-footer__logo {
    width: 139px;
    display: block
}

.page-footer__logo img {
    max-width: 100%;
    margin-top: 9px
}

.page-footer__center {
    text-align: center;
    padding: 0 55px
}

.page-footer__center a {
    color: #fff;
    text-decoration: underline
}

.page-footer__center a:hover {
    text-decoration: none
}

.page-footer__right {
    text-align: right
}

.page-footer__right p {
    white-space: nowrap
}

.page-footer__right a {
    color: #fff;
    font-weight: #000;
    font-family: 'Proxima Nova', Montserrat;
    text-transform: uppercase
}

@media (max-width:870px) {
    .page-footer {
        font-size: 14px;
        line-height: 22px
    }
    .page-footer__logo {
        width: 105px
    }
}

@media (max-width:626px) {
    footer .new_line_desktop {
        display: none
    }
    .page-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 52px 0 50px
    }
    .page-footer__left {
        width: 50%;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
    .page-footer__center {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 34px 6px 0;
        font-size: 12px
    }
    .page-footer__right {
        width: 50%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

html {
    width: 100%;
    overflow-x: hidden
}

.body-homepage {
    background: #1333a4 url(../img/background.png) no-repeat top center;
    background-size: 100% auto
}

.body-homepage header {
    -webkit-box-shadow: none;
    box-shadow: none
}

.body-homepage main {
    overflow: hidden
}

@media (min-width:2000px) {
    .full-width-slider .swiper-button-prev-c {
        left: calc(50% - 725px)!important
    }
    .full-width-slider .swiper-button-next-c {
        right: calc(50% - 725px)!important
    }
}

@media (min-width:1525px) and (max-width:2060px) {
    .body-homepage header.screen-top-homepage {
        background: 0 0
    }
    .body-homepage header.screen-top-homepage .page-header__lang li {
        border-color: #8aa3ff;
        color: #fff
    }
    .body-homepage header.screen-top-homepage .page-header__lang a {
        text-decoration: underline;
        color: #8aa3ff
    }
}

.full-width-slider {
    position: relative
}

.full-width-slider .container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto
}

.full-width-slider .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 85px
}

.full-width-slider .swiper-container .swiper-slide .left {
    width: 59%;
    padding-left: 30px
}

.full-width-slider .swiper-container .swiper-slide .left .title {
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    margin-top: 25px
}

.full-width-slider .swiper-container .swiper-slide .left .title a {
    color: #455bd7;
    text-decoration: underline
}

.full-width-slider .swiper-container .swiper-slide .left .title a:hover {
    text-decoration: none
}

.full-width-slider .swiper-container .swiper-slide .left .description {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 22px
}

.full-width-slider .swiper-container .swiper-slide .left .btn-blue,
.full-width-slider .swiper-container .swiper-slide .left .btn-orange {
    margin-top: 48px
}

.full-width-slider .swiper-container .swiper-slide .right {
    width: 41%;
    padding-right: 30px;
    margin-top: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full-width-slider .swiper-container .swiper-slide .right img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.full-width-slider .swiper-pagination {
    bottom: 28px;
    margin-left: -5px
}

.full-width-slider .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #333;
    opacity: .15;
    margin: 0 8px
}

.full-width-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: #ea961c;
    opacity: .4
}

.full-width-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ea961c;
    opacity: 1
}

.full-width-slider .swiper-button-next-c,
.full-width-slider .swiper-button-prev-c {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #d6d6d6;
    background: 0 0;
    position: absolute;
    top: 40.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.full-width-slider .swiper-button-next-c svg,
.full-width-slider .swiper-button-prev-c svg {
    width: 20%
}

.full-width-slider .swiper-button-next-c:hover,
.full-width-slider .swiper-button-prev-c:hover {
    border: 2px solid #ea961c;
    background-color: #ea961c
}

.full-width-slider .swiper-button-next-c:hover .cls-1,
.full-width-slider .swiper-button-prev-c:hover .cls-1 {
    stroke: #fff
}

.full-width-slider .swiper-button-prev-c {
    left: 44px
}

.full-width-slider .swiper-button-next-c {
    right: 44px
}

.catalog {
    margin-top: 89px
}

.catalog .catalog-wrap {
    width: 1240px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 15px;
    background-color: #f7f8f9
}

.catalog .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 52px 0 50px;
    padding-bottom: 30px
}

.catalog .top>.title {
    font-size: 40px;
    font-weight: 400;
    line-height: 38px;
    margin: -4px 0 0 -5px
}

.catalog .top .tab-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 19px
}

.catalog .top .tab-controls .item {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.catalog .top .tab-controls .item::after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #ccc;
    margin: 0 30px
}

.catalog .top .tab-controls .item:last-child::after {
    content: none
}

.catalog .top .tab-controls .item svg {
    height: 18px;
    width: 17px;
    margin-right: 14px
}

.catalog .top .tab-controls .item path {
    fill: #666
}

.catalog .top .tab-controls .item.active {
    pointer-events: none
}

.catalog .top .tab-controls .item:not(.active) {
    color: #455bd7;
    position: relative
}

.catalog .top .tab-controls .item:not(.active) path {
    fill: #455bd7
}

.catalog .top .tab-controls .item:not(.active) span {
    position: relative;
    display: inline-block
}

.catalog .top .tab-controls .item:not(.active) span::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px dashed #455bd7
}

.catalog .top .all-catalog {
    color: #455bd7;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .top .all-catalog:hover {
    text-decoration: none
}

.catalog .top .all-catalog svg {
    margin-left: 13px;
    width: 7px;
    height: 10px
}

.catalog .top .all-catalog svg .cls-1 {
    stroke: #455bd7
}

.catalog .tabs {
    padding: 0 0 54px 76px
}

.catalog .tabs .tab {
    display: none
}

.catalog .tabs .tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog .tabs .tab .item {
    width: 33.33333333333333%
}

.catalog .tabs .tab .item:nth-child(3n-1) {
    padding-left: 2px;
    width: calc(33.33333333333333% - 2px)
}

a .catalog .tabs .tab .item:nth-child(3n) {
    padding-left: 4px;
    width: calc(33.33333333333333% - 4px)
}

.catalog .tabs .tab .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.catalog .tabs .tab .title::after {
    content: '';
    display: block;
    background: url(../img/arr-down.svg) no-repeat center center;
    width: 8px;
    height: 5px;
    display: inline-block;
    background-size: auto 100%;
    margin-left: 10px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.catalog .tabs .tab .title:hover {
    text-decoration: underline
}

.catalog .tabs .tab .invisible-refs {
    display: none
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip {
    height: auto!important;
    margin-left: -45px;
    margin-top: -68px
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box {
    -webkit-box-shadow: -7px 19px 50px rgba(9, 32, 61, .2);
    box-shadow: -7px 19px 50px rgba(9, 32, 61, .2);
    border-radius: 15px;
    background-color: #fff;
    border: 0;
    overflow: hidden
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content {
    padding: 34px 40px 43px
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content {
        padding: 25px 42px 24px 25px
    }
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content .close {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 27px;
    top: 28px;
    cursor: pointer;
    opacity: .5;
    background: url(../img/close.svg) center center no-repeat;
    background-size: contain
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content .close:hover {
    opacity: 1
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    letter-spacing: -.025em;
    margin-bottom: 25px
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content .title {
        margin-bottom: 15px
    }
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a:not(.goto) {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #333
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a:not(.goto) {
        font-size: 14px
    }
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a:not(.goto):hover {
    text-decoration: underline
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a:not(.goto)+a {
    margin-top: 15px
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a:not(.goto)+a {
        margin-bottom: 10px
    }
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a.goto {
    font-size: 16px;
    font-weight: 500;
    color: #455bd7;
    text-decoration: underline;
    display: inline-block;
    padding-right: 20px;
    background: url(../img/arr-right-blue.svg) right center no-repeat;
    background-size: 7px 10px;
    margin-bottom: 30px
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a.goto {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a.goto {
        margin-bottom: 15px
    }
}

.tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a.goto:hover {
    text-decoration: none
}

.about-company {
    margin-top: 111px;
    position: relative;
    z-index: 50
}

.about-company .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-company .container .left {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    padding: 10px 0 0 1.9%
}

.about-company .container .left img {
    max-width: 100%;
    height: auto
}

.about-company .container .right {
    width: 49%;
    padding-left: 12.1%
}

.about-company .container .right .title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    margin-left: -4px;
    margin-bottom: 18px
}

.about-company .container .right .text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: .9
}

.about-company .container .right .btn-blue,
.about-company .container .right .btn-orange {
    margin-top: 48px;
    margin-left: -2px
}

.predstavitelstva .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.predstavitelstva .container .left {
    padding-top: 101px;
    width: 48%
}

.predstavitelstva .container .left .title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    margin-left: -4px;
    margin-bottom: 26px
}

.predstavitelstva .container .left .text {
    opacity: .9;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: -2px;
    margin-bottom: 49px
}

.predstavitelstva .container .right {
    height: 744px;
    position: relative
}

.predstavitelstva .container .right .map {
    width: 1441px;
    position: absolute;
    left: 0;
    left: 35px;
    top: -115px
}

.predstavitelstva .container .right .map svg {
    width: 100%
}

.predstavitelstva .container .right .map .cls-2,
.predstavitelstva .container .right .map .cls-3 {
    fill: #2848b9
}

.predstavitelstva .container .right .map .points {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.predstavitelstva .container .right .map .points .hidden-text {
    display: none
}

.predstavitelstva .container .right .map .points .point {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.predstavitelstva .container .right .map .points .point * {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.predstavitelstva .container .right .map .points .point .mark {
    width: 17px;
    height: 21px;
    display: block
}

.predstavitelstva .container .right .map .points .point .mark svg {
    width: 100%;
    height: auto
}

.predstavitelstva .container .right .map .points .point .name {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    left: 26px;
    white-space: nowrap
}

.predstavitelstva .container .right .map .points .point:hover .mark {
    width: 29px;
    height: 36px
}

.predstavitelstva .container .right .map .points .point:hover .mark svg path {
    fill: #ea961c
}

.predstavitelstva .container .right .map .points .point:hover .mark svg .cls-3,
.predstavitelstva .container .right .map .points .point:hover .mark svg circle {
    fill: #fff
}

.predstavitelstva .container .right .map .points .point:hover .name {
    color: #ea961c;
    line-height: 36px;
    left: 38px
}

.predstavitelstva .container .right .map .points .point-spb {
    bottom: 67.4%;
    left: 15%
}

.predstavitelstva .container .right .map .points .point-spb:hover {
    left: 14.6%
}

.predstavitelstva .container .right .map .points .point-dz {
    bottom: 49%;
    left: 16.5%
}

.predstavitelstva .container .right .map .points .point-dz:hover {
    left: 16.1%
}

.predstavitelstva .container .right .map .points .point-kras {
    left: 3.7%;
    bottom: 36.4%
}

.predstavitelstva .container .right .map .points .point-kras:hover {
    left: 3.3%
}

.predstavitelstva .container .right .map .points .point-ekb {
    bottom: 36%;
    left: 28%
}

.predstavitelstva .container .right .map .points .point-ekb:hover {
    left: 27.6%
}

.predstavitelstva .container .right .map .points .point-nn {
    bottom: 46.5%;
    left: 17.5%
}

.predstavitelstva .container .right .map .points .point-nn:hover {
    left: 17.1%
}

.predstavitelstva .container .right .map .points .point-sam {
    bottom: 36.8%;
    left: 18.5%
}

.predstavitelstva .container .right .map .points .point-sam:hover {
    left: 18.1%
}

.tooltipster-map-points-customized .tooltipster-box {
    border-radius: 10px;
    background-color: #ea961c;
    border: 0
}

.tooltipster-map-points-customized .tooltipster-box .tooltipster-content {
    padding: 13px 14px
}

.tooltipster-map-points-customized .tooltipster-box .tooltipster-content a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline
}

.tooltipster-map-points-customized .tooltipster-box .tooltipster-content a:hover {
    text-decoration: none
}

.tooltipster-map-points-customized .tooltipster-arrow .tooltipster-arrow-background {
    border-top-color: #ea961c
}

.tooltipster-map-points-customized .tooltipster-arrow .tooltipster-arrow-border {
    border-top-color: #ea961c
}

.news-homepage .top,
.parthners-homepage .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-homepage .top .title,
.parthners-homepage .top .title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 62px
}

.news-homepage .top .all,
.parthners-homepage .top .all {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
    padding-right: 19px;
    position: relative
}

.news-homepage .top .all:hover,
.parthners-homepage .top .all:hover {
    text-decoration: none
}

.news-homepage .top .all::after,
.parthners-homepage .top .all::after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 10px;
    background: url(../img/arr-right-hover.svg);
    right: 1px;
    top: 3px
}

.news-homepage {
    margin-top: -200px;
    padding-bottom: 64px
}

.news-homepage .slick-container {
    margin-top: 14px
}

.news-homepage .slick-container .slick-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative
}

.news-homepage .slick-container .slick-wrapper .slick-list {
    overflow: visible;
    padding-top: 10px
}

.news-homepage .slick-container .slick-wrapper .slick-slide {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.news-homepage .slick-container .slick-wrapper .slick-slide:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 30px 20px rgba(9, 32, 61, .15);
    box-shadow: 0 30px 20px rgba(9, 32, 61, .15)
}

.news-homepage .slick-container .slick-wrapper .pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.news-homepage .slick-container .slick-wrapper .type:hover {
    text-decoration: underline
}

.news-homepage .slick-dots {
    margin: 53px -8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-top: 53px
}

.news-homepage .slick-dots li {
    cursor: pointer;
    display: block;
    margin: 0 8px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: .15;
    border-radius: 50%
}

.news-homepage .slick-dots li button {
    display: none
}

.news-homepage .slick-dots li:hover {
    background-color: #ea961c;
    opacity: .4
}

.news-homepage .slick-dots li.slick-active {
    background-color: #ea961c;
    opacity: 1
}

.parthners-homepage {
    padding-top: 48px;
    background-color: #0d2782;
    width: 100%;
    overflow: hidden
}

.parthners-homepage .parthners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 120px;
    overflow: hidden;
    padding: 21px 5px 0 11px;
    margin: 0 -30px
}

.parthners-homepage .parthners-container .parthner {
    margin: 0 30px 60px
}

.parthners-homepage .parthners-container .parthner img {
    -webkit-filter: grayscale(1) brightness(100);
    filter: grayscale(1) brightness(100);
    opacity: .4
}

.parthners-homepage .parthners-container .parthner img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

@media (max-width:1400px) {
    .full-width-slider .swiper-button-next-c,
    .full-width-slider .swiper-button-prev-c {
        display: none
    }
}

@media (max-width:1200px) {
    .full-width-slider .swiper-container .swiper-slide {
        padding-top: 36px;
        padding-bottom: 43px
    }
    .full-width-slider .swiper-container .swiper-slide .left {
        width: 52%
    }
    .full-width-slider .swiper-container .swiper-slide .left .title {
        font-size: 32px;
        font-weight: 400;
        line-height: 42px
    }
    .full-width-slider .swiper-container .swiper-slide .left .description {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 15px
    }
    .full-width-slider .swiper-container .swiper-slide .left .btn-blue,
    .full-width-slider .swiper-container .swiper-slide .left .btn-orange {
        margin-top: 40px
    }
    .full-width-slider .swiper-container .swiper-slide .right {
        width: 48%;
        margin-top: 22px
    }
    .full-width-slider .swiper-pagination {
        bottom: 0;
        margin-left: 0
    }
    .catalog {
        margin-top: 66px
    }
    .catalog .catalog-wrap {
        width: 100%;
        max-width: 100%;
        border-radius: 0
    }
    .catalog .top {
        padding: 46px 26px 0 32px
    }
    .catalog .top>.title {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 0 -5px
    }
    .catalog .top .tab-controls {
        padding-right: 0
    }
    .catalog .top .tab-controls .item {
        font-size: 14px;
        line-height: 34px
    }
    .catalog .top .tab-controls .item::after {
        margin: 0 20px
    }
    .catalog .top .tab-controls .item.active span::after,
    .catalog .top .tab-controls .item:hover span::after {
        bottom: 8px
    }
    .catalog .top .all-catalog {
        font-size: 14px;
        line-height: 34px
    }
    .catalog .tabs {
        padding: 27px 0 46px 29px
    }
    .catalog .tabs .tab .item,
    .catalog .tabs .tab .item:nth-child(3n),
    .catalog .tabs .tab .item:nth-child(3n-1) {
        width: calc(50% - 30px);
        padding: 0;
        margin: 0;
        padding-right: 30px
    }
    .catalog .tabs .tab .title {
        font-size: 14px;
        line-height: 34px
    }
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content .title {
        font-size: 14px;
        line-height: 34px
    }
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content a {
        font-size: 14px;
        line-height: 34px
    }
    .about-company {
        margin-top: 50px
    }
    .about-company .container .left {
        padding: 57px 0 0
    }
    .about-company .container .right {
        padding-left: 4.2%;
        width: 60.2%
    }
    .about-company .container .right .title {
        font-size: 30px;
        line-height: 62px;
        margin-left: -3px;
        margin-bottom: 8px
    }
    .about-company .container .right .text {
        font-size: 14px;
        line-height: 24px;
        padding-right: 10px
    }
    .about-company .container .right .btn-blue,
    .about-company .container .right .btn-orange {
        margin-top: 39px;
        margin-left: -1px
    }
    .predstavitelstva .container {
        padding-top: 67px
    }
    .predstavitelstva .container .left {
        padding-top: 0
    }
    .predstavitelstva .container .left .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 18px
    }
    .predstavitelstva .container .left .text {
        font-size: 14px;
        line-height: 24px;
        margin-left: -2px;
        margin-bottom: 39px
    }
    .predstavitelstva .container .right {
        height: 404px;
        margin-top: 106px
    }
    .predstavitelstva .container .right .map {
        height: 100%;
        width: 822px
    }
    .predstavitelstva .container .right .map .points .point .mark {
        width: 9px;
        height: 11px
    }
    .predstavitelstva .container .right .map .points .point .name {
        font-size: 12px;
        line-height: 12px;
        left: 15px;
        top: 3px
    }
    .predstavitelstva .container .right .map .points .point:hover .mark {
        width: 16px;
        height: 20px
    }
    .predstavitelstva .container .right .map .points .point:hover .name {
        left: 21px;
        top: -8px
    }
    .predstavitelstva .container .right .map .points .point-dz:hover {
        left: 16.1%
    }
    .predstavitelstva .container .right .map .points .point-kras {
        bottom: 33.4%
    }
    .predstavitelstva .container .right .map .points .point-nn {
        bottom: 44.5%
    }
    .tooltipster-map-points-customized .tooltipster-box .tooltipster-content a {
        line-height: 20px;
        font-weight: 400
    }
    .news-homepage .top .title,
    .parthners-homepage .top .title {
        font-size: 30px;
        line-height: 36px
    }
    .news-homepage .top .all,
    .parthners-homepage .top .all {
        font-size: 14px;
        line-height: 34px
    }
    .news-homepage .top .all::after,
    .parthners-homepage .top .all::after {
        top: 12px
    }
    .news-homepage {
        margin-top: -39px;
        padding-bottom: 54px
    }
    .news-homepage .slick-container {
        margin-top: 27px;
        margin-left: 0;
        margin-right: 0
    }
    .news-homepage .slick-container .slick-wrapper .slick-list {
        padding-top: 0
    }
    .news-homepage .slick-container .slick-wrapper .slick-slide:hover {
        margin-top: 0
    }
    .news-homepage .slick-dots {
        margin: 42px 0 0 -2px
    }
    .parthners-homepage .parthners-container {
        padding: 24px 14px 0 19px;
        max-height: 107px
    }
}

@media (max-width:900px) {
    .body-homepage {
        background: #1333a4 url(../img/background.png) no-repeat top center;
        background-size: 1920px auto
    }
}

@media (max-width:740px) {
    .body-homepage {
        background-position: 60% 43px
    }
    .full-width-slider .swiper-container .swiper-slide {
        padding-top: 25px;
        padding-bottom: 63px;
        padding-left: 2.5px
    }
    .full-width-slider .swiper-container .swiper-slide .left {
        width: calc(100% - 60px)
    }
    .full-width-slider .swiper-container .swiper-slide .left .title {
        font-size: 22px;
        line-height: 32px
    }
    .full-width-slider .swiper-container .swiper-slide .left .description {
        font-size: 14px;
        line-height: 24px
    }
    .full-width-slider .swiper-container .swiper-slide .right {
        display: none
    }
    .catalog .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 46px 34px 0
    }
    .catalog .top .tab-controls {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 19px
    }
    .catalog .top .tab-controls .item::after {
        margin: 0 15px
    }
    .catalog .top .all-catalog {
        padding-top: 7px
    }
    .catalog .top .all-catalog svg {
        margin-left: 9px
    }
    .catalog .tabs {
        padding: 23px 35px 46px
    }
    .catalog .tabs .tab .item,
    .catalog .tabs .tab .item:nth-child(3n),
    .catalog .tabs .tab .item:nth-child(3n-1) {
        width: 100%;
        padding-right: 0
    }
    .catalog .tabs .tab .title::after {
        content: none
    }
    .about-company {
        margin-top: 63px
    }
    .about-company .container .left {
        display: none
    }
    .about-company .container .right {
        width: 100%;
        padding-left: 5px
    }
    .about-company .container .right .title {
        line-height: 36px;
        margin-bottom: 20px
    }
    .about-company .container .right .text {
        padding-right: 6px
    }
    .predstavitelstva .container {
        display: block;
        max-width: 100%;
        padding-top: 63px
    }
    .predstavitelstva .container .left {
        width: 100%;
        max-width: calc(100% - 70px);
        margin: 0 auto
    }
    .predstavitelstva .container .left .title {
        font-size: 30px;
        line-height: 36px
    }
    .predstavitelstva .container .right {
        width: 100%;
        height: 364px
    }
    .predstavitelstva .container .right .map {
        left: 0;
        top: -103px
    }
    .predstavitelstva .container .right .map .points {
        top: 26px
    }
    .predstavitelstva .container .right .map .points .point-dz:hover {
        left: 16.1%
    }
    .news-homepage .top,
    .parthners-homepage .top {
        max-width: calc(100% - 70px);
        margin: 0 auto;
        width: 100%
    }
    .news-homepage {
        margin-top: 0;
        max-width: 100%
    }
    .news-homepage .slick-container {
        margin-left: 35px;
        margin-top: 25px
    }
    .news-homepage .slick-dots {
        margin: 43px 0 0 -37px
    }
    .parthners-homepage .container {
        max-width: 100%;
        width: 100%
    }
    .parthners-homepage .parthners-container {
        padding: 24px 39px 0 37px;
        margin: 0 -15px
    }
    .parthners-homepage .parthners-container .parthner {
        margin: 0 15px 60px
    }
    .parthners-homepage .parthners-container .parthner img {
        max-height: 50px
    }
}

@media (max-width:374px) {
    .news-homepage .top,
    .parthners-homepage .top {
        max-width: calc(100% - 50px)
    }
    .predstavitelstva .container .left .title {
        font-size: 25px
    }
    .news-homepage .top .title,
    .parthners-homepage .top .title {
        font-size: 25px
    }
    .news-homepage .top .all,
    .parthners-homepage .top .all {
        padding-right: 13px
    }
    .catalog .top .tab-controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
    .catalog .tabs .tab .title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 13px
    }
    .predstavitelstva .container .right .map .points .point .name {
        font-size: 12px;
        line-height: 12px;
        left: -22px;
        top: -8px
    }
    .predstavitelstva .container .right .map .points .point:hover .name {
        font-size: 12px;
        line-height: 12px;
        left: -22px;
        top: -13px
    }
    .parthners-homepage .parthners-container {
        padding: 24px 12px 0;
        margin: 0
    }
    .parthners-homepage .parthners-container .parthner {
        margin: 0 12px 60px
    }
}

@media (max-width:330px) {
    .catalog .top .tab-controls .item svg {
        margin-right: 8px
    }
    .catalog .top .tab-controls .item::after {
        margin: 0 10px
    }
}

.partner-page .partners-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
    margin-top: 20px;
    margin-bottom: 110px
}

@media only screen and (max-width:1200px) {
    .partner-page .partners-grid {
        margin-bottom: 70px
    }
}

.partner-page .partners-grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 166px;
    border-radius: 15px;
    background-color: #f7f8f9;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 204px;
    flex: 1 0 204px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear
}

@media (min-width:468px) {
    .partner-page .partners-grid .item {
        max-width: calc(50% - 30px)
    }
}

@media (min-width:702px) {
    .partner-page .partners-grid .item {
        max-width: calc(33.33333% - 30px)
    }
}

@media (min-width:936px) {
    .partner-page .partners-grid .item {
        max-width: calc(25% - 30px)
    }
}

@media (min-width:1170px) {
    .partner-page .partners-grid .item {
        max-width: calc(20% - 30px)
    }
}

@media (min-width:1020px) {
    .partner-page .partners-grid .item {
        min-width: calc(20% - 30px)
    }
}

.partner-page .partners-grid .item img {
    display: block;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px)
}

.partner-page .partners-grid .item:hover {
    -webkit-box-shadow: 0 20px 30px rgba(9, 32, 61, .15);
    box-shadow: 0 20px 30px rgba(9, 32, 61, .15)
}

.partner-page .contact-us-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px 50px 62px;
    background: #f7f8f9;
    border-radius: 15px;
    margin-top: 30px
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block {
        margin-top: 43px
    }
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block {
        padding: 43px 30px 43px 30px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block {
        display: block
    }
}

.partner-page .contact-us-block .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left {
        display: block
    }
}

.partner-page .contact-us-block .left img {
    width: 60px;
    display: block
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block .left img {
        width: 53px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left img {
        width: 44px
    }
}

.partner-page .contact-us-block .left .text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 45px;
    max-width: 500px
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block .left .text {
        font-size: 16px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left .text {
        font-size: 14px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left .text {
        line-height: 22px
    }
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block .left .text {
        margin-left: 34px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left .text {
        margin-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .partner-page .contact-us-block .left .text {
        max-width: 250px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left .text {
        margin-top: 26px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .left .text {
        margin-bottom: 26px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .right .btn-blue,
    .partner-page .contact-us-block .right .btn-orange {
        padding-left: 15px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .right .btn-blue,
    .partner-page .contact-us-block .right .btn-orange {
        padding-right: 15px
    }
}

@media only screen and (max-width:780px) {
    .partner-page .contact-us-block .right .btn-blue,
    .partner-page .contact-us-block .right .btn-orange {
        width: 100%
    }
}

.news-single-page .pagetitle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-single-page .pagetitle-row .pagetitle {
    width: 876px
}

@media only screen and (max-width:1200px) {
    .news-single-page .pagetitle-row .pagetitle {
        width: 100%
    }
}

.news-single-page .pagetitle-row .pagetitle-row-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .news-single-page .pagetitle-row .pagetitle-row-icons {
        display: none
    }
}

.news-single-page .pagetitle-row .pagetitle-row-icons .share-icon {
    margin-right: 30px;
    position: relative
}

.news-single-page .pagetitle-row .pagetitle-row-icons .share-icon>svg {
    width: 19px;
    height: 21px
}

.news-single-page .pagetitle-row .pagetitle-row-icons .share-icon .share-block {
    position: absolute;
    top: 100%;
    left: -14px;
    display: none
}

.news-single-page .pagetitle-row .pagetitle-row-icons .share-icon:hover>svg * {
    stroke: #455bd7!important
}

.news-single-page .pagetitle-row .pagetitle-row-icons .share-icon:hover .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-single-page .pagetitle-row .pagetitle-row-icons .print-icon {
    margin: 0 10px
}

.news-single-page .pagetitle-row .pagetitle-row-icons .print-icon a {
    display: inline-block;
    width: 20px
}

.news-single-page .pagetitle-row .pagetitle-row-icons .print-icon a>svg {
    width: 100%
}

.news-single-page .pagetitle-row .pagetitle-row-icons .print-icon a:hover>svg * {
    stroke: #455bd7!important
}

.news-single-page .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block {
        display: block
    }
}

.news-single-page .content-block .main-side {
    width: 747px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .main-side {
        width: 100%
    }
}

.news-single-page .content-block .aside {
    width: 265px;
    border-radius: 15px;
    background-color: #f7f8f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 21px
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside {
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside {
        margin-top: 54px
    }
}

.news-single-page .content-block .aside .item+.item {
    margin-top: 30px
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside .item+.item {
        margin-top: 26px
    }
}

.news-single-page .content-block .aside .item a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside .item a {
        font-size: 14px
    }
}

.news-single-page .content-block .aside .item a:hover {
    color: #455bd7
}

.news-single-page .content-block .aside .item .date {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside .item .date {
        margin-top: 8px
    }
}

@media only screen and (max-width:1200px) {
    .news-single-page .content-block .aside .item .date {
        font-size: 12px
    }
}

.news-single-page .news-image {
    margin-top: 53px
}

@media only screen and (max-width:1200px) {
    .news-single-page .news-image {
        margin-top: 43px
    }
}

.news-single-page .news-image img {
    width: 100%;
    display: block;
    border-radius: 15px
}

.news-single-page .news-image .label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px
}

@media only screen and (max-width:1200px) {
    .news-single-page .news-image .label {
        margin-top: 13px
    }
}

.news-single-page .share-row {
    margin-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .news-single-page .share-row {
        margin-top: 54px
    }
}

@media only screen and (max-width:780px) {
    .news-single-page .share-row {
        display: block
    }
}

.news-single-page .share-row .back-link {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

@media only screen and (max-width:1200px) {
    .news-single-page .share-row .back-link {
        font-size: 14px
    }
}

.news-single-page .share-row .back-link svg {
    width: 9px;
    height: 13px;
    margin-right: 12px
}

.news-single-page .share-row .back-link:hover {
    color: #455bd7
}

.news-single-page .share-row .back-link:hover svg * {
    stroke: #455bd7!important
}

.news-single-page .share-row .share-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .news-single-page .share-row .share-side {
        margin-top: 26px
    }
}

@media only screen and (max-width:780px) {
    .news-single-page .share-row .share-side {
        display: block
    }
}

.news-single-page .share-row .share-side .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 26px
}

@media only screen and (max-width:1200px) {
    .news-single-page .share-row .share-side .label {
        font-size: 14px
    }
}

@media only screen and (max-width:780px) {
    .news-single-page .share-row .share-side .label {
        margin-bottom: 18px
    }
}

.news-single-page .share-row .share-side .label svg {
    width: 19px;
    height: 21px;
    margin-right: 14px
}

.news-single-page .share-row .share-side .share-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    overflow: hidden
}

.news-single-page .share-row .share-side .share-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    cursor: pointer;
    position: relative
}

.news-single-page .share-row .share-side .share-line a+a {
    margin-left: 5px
}

.news-single-page .share-row .share-side .share-line a img {
    display: block;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.news-single-page .share-row .share-side .share-line a.vk {
    background-color: #6695bd
}

.news-single-page .share-row .share-side .share-line a.fb {
    background-color: #3b5998
}

.news-single-page .share-row .share-side .share-line a.tw {
    background-color: #00a1f4
}

.news-single-page .share-row .share-side .share-line a.ok {
    background-color: #ff9205
}

.news-single-page .share-row .share-side .share-line a.vb {
    background-color: #7b519d
}

.news-single-page .share-row .share-side .share-line a.wa {
    background-color: #65bc54
}

.catalog-menu-side {
    width: 310px;
    display: block
}

@media only screen and (max-width:999px) {
    .catalog-menu-side {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .catalog-menu-side {
        width: 270px
    }
}

.catalog-menu-side .download-btn {
    margin-top: 30px
}

.catalog-menu-acord {
    width: 100%;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 30px 60px rgba(10, 26, 45, .2);
    box-shadow: 0 30px 60px rgba(10, 26, 45, .2);
    background-color: #fff
}

.catalog-menu-acord .categories {
    padding: 30px 30px 30px 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    list-style: none
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .categories {
        padding: 24px
    }
}

.catalog-menu-acord .categories>li {
    position: relative
}

.catalog-menu-acord .categories>li+li {
    margin-top: 10px
}

.catalog-menu-acord .categories>li>a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .categories>li>a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .categories>li>a {
        line-height: 24px
    }
}

.catalog-menu-acord .categories>li>a:hover {
    text-decoration: underline
}

.catalog-menu-acord .categories>li.has_child>a {
    padding-right: 25px;
    background: url(../img/arr-down.svg) right 12px center no-repeat;
    background-size: 8px auto
}

.catalog-menu-acord .categories>li.has_child.active>a {
    font-weight: 700;
    background: url(../img/arr-up-dark.svg) right 12px center no-repeat;
    background-size: 8px auto
}

.catalog-menu-acord .categories>li.has_child.active .popmenu {
    display: block
}

.catalog-menu-acord .categories>li .popmenu {
    display: none;
    padding: 25px 40px 10px 29px;
    list-style: none;
    z-index: 1
}

.catalog-menu-acord .categories>li .popmenu li {
    margin-bottom: 10px
}

.catalog-menu-acord .categories>li .popmenu li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .categories>li .popmenu li a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .categories>li .popmenu li a {
        line-height: 24px
    }
}

.catalog-menu-acord .categories>li .popmenu li a:hover {
    text-decoration: underline
}

.catalog-menu-acord .by_type {
    padding: 30px;
    border-top: 1px solid rgba(204, 204, 204, .4)
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .by_type {
        padding: 24px
    }
}

.catalog-menu-acord .by_type a img {
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle
}

.catalog-menu-acord .by_type a span {
    color: #455bd7;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #455bd7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

@media only screen and (max-width:1200px) {
    .catalog-menu-acord .by_type a span {
        font-size: 14px
    }
}

.catalog-menu-acord .by_type a:hover span {
    border-color: transparent
}

.catalog-page {
    background: #fff url(../img/blue-bg-page.png) center top repeat-x
}

.catalog-page .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog-page .content-block .main-side {
    width: 752px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width:999px) {
    .catalog-page .content-block .main-side {
        width: 100%
    }
}

.catalog-page .content-block .main-side .top-side {
    height: 150px
}

.catalog-page .content-block .main-side .bread a {
    color: #fff
}

.catalog-page .content-block .main-side .bread .sep {
    color: #fff
}

.catalog-page .content-block .main-side .bread .current {
    color: #fff
}

.catalog-page .content-block .main-side .pagetitle {
    color: #fff
}

.catalog-page .content-block .main-side .bottom-size {
    margin-top: 67px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size {
        margin-top: 54px
    }
}

.catalog-page .content-block .main-side .bottom-size ul {
    list-style: none
}

.catalog-page .content-block .main-side .bottom-size ul li {
    margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size ul li {
        margin-bottom: 8px
    }
}

.catalog-page .content-block .main-side .bottom-size ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:mbpx) {
    .catalog-page .content-block .main-side .bottom-size ul li a {
        line-height: 24px
    }
}

.catalog-page .content-block .main-side .bottom-size ul li a:hover {
    text-decoration: underline
}

.catalog-page .content-block .main-side .bottom-size ul.dual {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size ul.dual {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.catalog-page .content-block .main-side .bottom-size ul.dual li {
    padding-left: 30px
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size ul.dual li {
        padding-left: 0
    }
}

.catalog-page .content-block .main-side .bottom-size .letters.dual {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: -32px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .letters.dual {
        margin-bottom: -26px
    }
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size .letters.dual {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.catalog-page .content-block .main-side .bottom-size .letters .letter-block {
    margin-bottom: 64px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .letters .letter-block {
        margin-bottom: 54px
    }
}

.catalog-page .content-block .main-side .bottom-size .letters .letter-block .h3,
.catalog-page .content-block .main-side .bottom-size .letters .letter-block .text-style h3,
.text-style .catalog-page .content-block .main-side .bottom-size .letters .letter-block h3 {
    color: #455bd7;
    margin-bottom: 32px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .letters .letter-block .h3,
    .catalog-page .content-block .main-side .bottom-size .letters .letter-block .text-style h3,
    .text-style .catalog-page .content-block .main-side .bottom-size .letters .letter-block h3 {
        margin-bottom: 26px
    }
}

.catalog-page .content-block .main-side .bottom-size .see-also {
    margin-top: 200px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .see-also {
        margin-top: 150px
    }
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size .see-also {
        margin-top: 100px
    }
}

.catalog-page .content-block .main-side .bottom-size .see-also ul {
    margin-top: 32px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media only screen and (max-width:780px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.catalog-page .content-block .main-side .bottom-size .see-also ul li {
    padding-left: 30px;
    margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul li {
        padding-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul li {
        margin-bottom: 8px
    }
}

.catalog-page .content-block .main-side .bottom-size .see-also ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .catalog-page .content-block .main-side .bottom-size .see-also ul li a {
        line-height: 24px
    }
}

.catalog-page .content-block .main-side .bottom-size .see-also ul li a:hover {
    text-decoration: underline
}

.catalog-menu {
    width: 100%;
    border-radius: 15px;
    background: #f7f8f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.catalog-menu .categories {
    padding: 30px 30px 30px 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    list-style: none
}

@media only screen and (max-width:1200px) {
    .catalog-menu .categories {
        padding: 24px
    }
}

.catalog-menu .categories>li {
    position: relative
}

.catalog-menu .categories>li+li {
    margin-top: 10px
}

.catalog-menu .categories>li>a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .catalog-menu .categories>li>a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .catalog-menu .categories>li>a {
        line-height: 24px
    }
}

.catalog-menu .categories>li>a:hover {
    text-decoration: underline
}

.catalog-menu .categories>li.has_child>a {
    padding-right: 25px;
    background: url(../img/arr-right.svg) right 12px center no-repeat;
    background-size: 5px auto
}

.catalog-menu .categories>li .popmenu {
    display: none;
    position: absolute;
    left: 194px;
    top: -35px;
    padding: 35px 38px 25px;
    -webkit-box-shadow: 10px 17px 50px rgba(9, 32, 61, .2);
    box-shadow: 10px 17px 50px rgba(9, 32, 61, .2);
    border-radius: 15px;
    background-color: #fff;
    list-style: none;
    z-index: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.catalog-menu .categories>li .popmenu li {
    width: 200px;
    margin-bottom: 10px
}

.catalog-menu .categories>li .popmenu li a {
    max-width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .catalog-menu .categories>li .popmenu li a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .catalog-menu .categories>li .popmenu li a {
        line-height: 24px
    }
}

.catalog-menu .categories>li .popmenu li a:hover {
    text-decoration: underline
}

.catalog-menu .categories>li:hover>a {
    font-weight: 700;
    letter-spacing: -.25px
}

.catalog-menu .categories>li:hover .popmenu {
    display: block
}

.catalog-menu .by_type {
    padding: 30px;
    border-top: 1px solid rgba(204, 204, 204, .4)
}

@media only screen and (max-width:1200px) {
    .catalog-menu .by_type {
        padding: 24px
    }
}

.catalog-menu .by_type a img {
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle
}

.catalog-menu .by_type a span {
    color: #455bd7;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #455bd7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

@media only screen and (max-width:1200px) {
    .catalog-menu .by_type a span {
        font-size: 14px
    }
}

.catalog-menu .by_type a:hover span {
    border-color: transparent
}

.product-page .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-page .main-side {
    width: 752px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width:999px) {
    .product-page .main-side {
        width: 100%
    }
}

.product-page .main-side .table-image-block {
    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
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block {
        display: block
    }
}

.product-page .main-side .table-image-block .table {
    display: table;
    width: 556px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .table-image-block .table {
        width: calc(100% - 150px)
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table {
        width: 100%
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table {
        display: block
    }
}

.product-page .main-side .table-image-block .table .tr {
    display: table-row
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table .tr {
        display: block
    }
}

.product-page .main-side .table-image-block .table .tr .td {
    display: table-cell;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 0
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .table-image-block .table .tr .td {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .table-image-block .table .tr .td {
        padding: 5px 0
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table .tr .td {
        display: block
    }
}

.product-page .main-side .table-image-block .table .tr .td:first-child {
    font-weight: 700;
    width: 230px;
    overflow: hidden
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .table-image-block .table .tr .td:first-child {
        width: 203px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table .tr .td:first-child {
        width: 100%
    }
}

.product-page .main-side .table-image-block .table .tr .td:first-child:after {
    content: '';
    display: inline-block;
    width: 100%;
    margin: 0 -99% 0 3px;
    vertical-align: baseline;
    border-bottom: 1px dotted #333;
    opacity: .4
}

.product-page .main-side .table-image-block .table .tr .td:last-child {
    padding-left: 5px
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table .tr .td:last-child {
        padding-left: 0
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .table .tr .td:last-child {
        padding-bottom: 12px
    }
}

.product-page .main-side .table-image-block .img {
    width: 166px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .table-image-block .img {
        width: 150px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .table-image-block .img {
        margin-top: 14px
    }
}

.product-page .main-side .table-image-block .img img {
    max-width: 100%;
    display: block
}

.product-page .main-side>.text-style {
    margin-top: 32px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side>.text-style {
        margin-top: 26px
    }
}

.product-page .main-side .vendor-block {
    padding: 50px 0;
    border-bottom: 1px solid rgba(204, 204, 204, .4)
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block {
        padding: 43px 0
    }
}

.product-page .main-side .vendor-block>h3 {
    margin-bottom: 50px
}

/* .product-page .main-side .vendor-block */ .tech-table {
    width: 100%;
    overflow-x: auto;
    margin-top: 50px;
    /* display: none; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vendor-block .tech-table {
    display: none;
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        margin-top: 43px
    }
}

@media only screen and (max-width:780px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        padding-left: 30px
    }
}

@media only screen and (max-width:780px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        padding-right: 30px
    }
}

@media only screen and (max-width:780px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        margin-left: -30px
    }
}

@media only screen and (max-width:780px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        margin-right: -30px
    }
}

@media only screen and (max-width:780px) {
    /* .product-page .main-side .vendor-block */ .tech-table {
        width: calc(100% + 60px)
    }
}

/* .product-page .main-side .vendor-block */ .tech-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

/* .product-page .main-side .vendor-block */ .tech-table table tr th {
    padding: 5px 19px 18px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 3px solid #455bd7
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table table tr th {
        padding: 8px 9px 18px
    }
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table table tr th {
        font-size: 14px
    }
}

/* .product-page .main-side .vendor-block */ .tech-table table tr td {
    padding: 10px 19px;
    text-align: left;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table table tr td {
        padding: 8px 9px
    }
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table table tr td {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    /* .product-page .main-side .vendor-block */ .tech-table table tr td {
        line-height: 24px
    }
}

/* .product-page .main-side .vendor-block */ .tech-table table tr:nth-child(2n) td {
    background: #f7f8f9
}

.product-page .main-side .vendor-block .vendor-gallery {
    margin-top: 53px;
    display: none
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block .vendor-gallery {
        margin-top: 43px
    }
}

.product-page .main-side .vendor-block .vendor-gallery .swiper-slide {
    overflow: hidden;
    border-radius: 15px
}

.product-page .main-side .vendor-block .vendor-gallery .swiper-slide img {
    display: block;
    width: 100%
}

.product-page .main-side .vendor-block .vendor-gallery .slider-pagination {
    position: static;
    margin-top: 32px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block .vendor-gallery .slider-pagination {
        margin-top: 26px
    }
}

.product-page .main-side .vendor-block .vendor-gallery .swiper-button-prev {
    left: 30px
}

.product-page .main-side .vendor-block .vendor-gallery .swiper-button-next {
    right: 30px
}

.product-page .main-side .vendor-block .vendor-gallery .swiper-button-next,
.product-page .main-side .vendor-block .vendor-gallery .swiper-button-prev {
    top: calc((100% - 36px)/ 2 - 25px)
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block .vendor-gallery .swiper-button-next,
    .product-page .main-side .vendor-block .vendor-gallery .swiper-button-prev {
        top: calc((100% - 30px)/ 2 - 25px)
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .vendor-block .vendor-gallery .swiper-button-next,
    .product-page .main-side .vendor-block .vendor-gallery .swiper-button-prev {
        display: none
    }
}

.product-page .main-side .vendor-block .vendor-gallery .zoom {
    position: absolute;
    right: 30px;
    top: 30px
}

@media only screen and (max-width:780px) {
    .product-page .main-side .vendor-block .vendor-gallery .zoom {
        top: calc(50% - 25px)
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .vendor-block .vendor-gallery .zoom {
        right: calc(50% - 25px)
    }
}

.product-page .main-side .vendor-block .show-more {
    margin-top: 53px;
    display: inline-block;
    cursor: pointer
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block .show-more {
        margin-top: 43px
    }
}

.product-page .main-side .vendor-block .show-more span {
    color: #455bd7;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #455bd7;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .vendor-block .show-more span {
        font-size: 14px
    }
}

.product-page .main-side .vendor-block .show-more svg {
    width: 10px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.product-page .main-side .vendor-block .show-more:hover span {
    border-color: transparent
}

.product-page .main-side .vendor-block.active .tech-table {
    display: block
}

.product-page .main-side .vendor-block.active .vendor-gallery {
    display: block
}

.product-page .main-side .vendor-block.active .show-more svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-page .main-side .sklad-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px 50px 50px;
    background: #f7f8f9;
    border-radius: 15px;
    margin-top: 53px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block {
        margin-top: 43px
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block {
        padding: 43px 30px 43px 30px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block {
        display: block
    }
}

.product-page .main-side .sklad-block .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left {
        display: block
    }
}

.product-page .main-side .sklad-block .left img {
    width: 60px;
    display: block
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block .left img {
        width: 53px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left img {
        width: 44px
    }
}

.product-page .main-side .sklad-block .left .text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 45px;
    max-width: 280px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block .left .text {
        font-size: 16px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left .text {
        font-size: 14px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left .text {
        line-height: 22px
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block .left .text {
        margin-left: 34px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left .text {
        margin-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .sklad-block .left .text {
        max-width: 250px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left .text {
        margin-top: 26px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .left .text {
        margin-bottom: 26px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .right .btn-blue,
    .product-page .main-side .sklad-block .right .btn-orange {
        padding-left: 15px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .right .btn-blue,
    .product-page .main-side .sklad-block .right .btn-orange {
        padding-right: 15px
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .sklad-block .right .btn-blue,
    .product-page .main-side .sklad-block .right .btn-orange {
        width: 100%
    }
}

.product-page .main-side .see-also {
    margin-top: 60px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .see-also {
        margin-top: 54px
    }
}

.product-page .main-side .see-also ul {
    margin-top: 32px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (max-width:780px) {
    .product-page .main-side .see-also ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media only screen and (max-width:780px) {
    .product-page .main-side .see-also ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.product-page .main-side .see-also ul li {
    padding-left: 30px;
    margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .see-also ul li {
        padding-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .see-also ul li {
        margin-bottom: 8px
    }
}

.product-page .main-side .see-also ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .see-also ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .see-also ul li a {
        line-height: 24px
    }
}

.product-page .main-side .see-also ul li a:hover {
    text-decoration: underline
}

.product-page .main-side .download-btn {
    display: none
}

@media only screen and (max-width:1200px) {
    .product-page .main-side .download-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-404 {
    overflow: hidden;
    padding-top: 106px;
    margin-top: 0
}

.page-404.text-style p+p {
    margin-top: 0
}

.page-404 a {
    text-decoration: none!important;
    border-bottom: 1px solid #455bd7;
    color: #455bd7
}

.page-404 a:hover {
    border-color: transparent
}

.page-404 .logo-404 {
    padding-right: 90px;
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    color: #1333a4
}

.page-404 .logo-404 b {
    font-weight: 800;
    font-family: Montserrat;
    position: relative;
    z-index: 1
}

.page-404 .logo-404 span {
    position: relative;
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -30px
}

.page-404 .logo-404 span:after {
    content: '';
    width: 445px;
    position: absolute;
    height: 451px;
    background: url(../img/404.svg) no-repeat;
    background-size: 100% auto;
    right: -87px;
    bottom: -87px
}

.page-404 .pagetitle {
    margin-top: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.page-404 p {
    max-width: 1072px
}

.page-404 .search_form {
    margin-top: 45px
}

.page-404 .search_form input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    font-family: Montserrat;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding-top: 19px;
    padding-bottom: 15px;
    border: 0;
    padding-left: 19px;
    padding-right: 19px;
    border-bottom: 1px solid #e7e7e7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:600px) {
    .page-404 {
        padding-top: 40px
    }
    .page-404 .logo-404 {
        padding-right: 0;
        font-size: 100px
    }
    .page-404 .logo-404 span {
        width: 80px;
        height: 80px
    }
    .page-404 .logo-404 span:after {
        width: 300px;
        height: 320px;
        right: -60px;
        bottom: -80px
    }
}

.second_menu {
    background: #1333a4 url(../img/second_menu.png) no-repeat center center;
    color: #fff
}

.second_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.second_menu ul li+li {
    margin-left: 33px
}

.second_menu ul li a {
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #6993f1
}

.second_menu ul li.active a,
.second_menu ul li:hover a {
    color: #fff
}

@media (max-width:740px) {
    .second_menu {
        background: #1333a4
    }
    .second_menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .second_menu ul li+li {
        margin-left: 0
    }
    .second_menu ul li a {
        font-size: 14px;
        line-height: 50px
    }
}

.jobs-page .pagetitle {
    margin-bottom: 63px
}

.jobs-page .bg_block {
    border-radius: 14px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 107px 165px 115px 100px;
    background-color: #1a38ad;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 64px
}

.jobs-page .bg_block .h2,
.jobs-page .bg_block .text-style h2,
.text-style .jobs-page .bg_block h2 {
    margin-bottom: 30px
}

.jobs-page .block {
    position: relative;
    background: #f7f8f9;
    padding: 46px 130px 52px 50px
}

.jobs-page .block .open_block {
    position: absolute;
    right: 51px;
    top: 67px;
    width: 46px;
    height: 46px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jobs-page .block .open_block.active {
    border-color: #ea961c;
    background-color: #ea961c
}

.jobs-page .block .open_block.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jobs-page .block .open_block.active svg .st {
    stroke: #fff
}

.jobs-page .block .btn-blue,
.jobs-page .block .btn-orange {
    margin-top: 23px
}

.jobs-page .block:first-child {
    border-radius: 14px 14px 0 0
}

.jobs-page .block:last-child {
    border-radius: 0 0 14px 14px
}

.jobs-page .block+.block {
    border-top: 1px solid #e6e6e7
}

.jobs-page .block .city {
    font-size: 14px;
    color: #455bd7;
    margin-bottom: 10px
}

.jobs-page .block h3 {
    margin-top: 0;
    margin-bottom: 0
}

.jobs-page .block h4 {
    margin-top: 0;
    margin-bottom: 12px
}

.jobs-page .block ul {
    margin-bottom: 24px;
    margin-top: 0
}

.jobs-page .block .hide {
    margin-top: 28px
}

@media (max-width:1280px) {
    .jobs-page .bg_block {
        margin-left: -30px;
        margin-right: -30px;
        padding: 80px
    }
}

@media (max-width:600px) {
    .jobs-page .bg_block {
        padding: 30px
    }
    .jobs-page .block {
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px 80px 30px 30px
    }
    .jobs-page .block .open_block {
        top: 37px;
        right: 30px
    }
}

.contacts-page .page-title {
    font-size: 40px;
    line-height: 62px;
    font-weight: 400;
    margin-top: 7px
}

.contacts-block {
    margin-top: 47px
}

.contacts-block .ct-controls {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-block .ct-controls,
.contacts-block .ct-controls * {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.contacts-block .ct-controls .ct-control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-align: center
}

.contacts-block .ct-controls .ct-control:hover {
    color: #455bd7
}

.contacts-block .ct-controls .ct-control::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px
}

.contacts-block .ct-controls .ct-control::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #ccc;
    bottom: -17px
}

.contacts-block .ct-controls .ct-control.active {
    font-weight: 700;
    pointer-events: none
}

.contacts-block .ct-controls .ct-control.active::after {
    height: 3px;
    border-radius: 2px;
    background-color: #455bd7;
    bottom: -17px
}

.contacts-block .ct-tabs {
    margin-top: 39px
}

.contacts-block .ct-tabs .tab {
    display: none
}

.contacts-block .ct-tabs .tab.active {
    display: block
}

.contacts-block .ct-tabs .tab .desc {
    font-size: 20px;
    line-height: 26.65px;
    font-weight: 400
}

.contacts-block .ct-tabs .tab .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-block .ct-tabs .tab .flex-wrap .left {
    width: calc(50% - 20px);
    padding-right: 20px
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options {
    width: 480px;
    max-width: 100%;
    margin-top: 47px
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-name {
    margin-right: 4px;
    width: 40%;
    max-width: 40%;
    overflow: hidden
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-name span {
    margin-top: 48px;
    font-weight: 700;
    position: relative
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-name span::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% + 4px);
    bottom: 4px;
    width: 500px;
    border-bottom: 1px dotted #ccc
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-value {
    width: 60%;
    max-width: 60%;
    font-weight: 400
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-value a {
    text-decoration: underline
}

.contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-value a:hover {
    text-decoration: none
}

.contacts-block .ct-tabs .tab .flex-wrap .right {
    width: 50%
}

.contacts-block .ct-tabs .tab .flex-wrap .right .map {
    position: relative;
    right: -11px;
    margin-top: 53px
}

.contacts-block .ct-tabs .tab .flex-wrap .right .map iframe {
    max-width: 100%;
    width: 100%
}

@media (max-width:1230px) {
    .contacts-block .ct-tabs .tab .flex-wrap .right .map {
        right: 0
    }
}

@media (max-width:1010px) {
    .contacts-block .ct-tabs .tab .flex-wrap {
        display: block
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left {
        width: 100%
    }
    .contacts-block .ct-tabs .tab .flex-wrap .right {
        width: 100%
    }
}

@media (max-width:500px) {
    .contacts-page .page-title {
        font-size: 30px;
        line-height: 70px
    }
    .contacts-block {
        margin-top: 0
    }
    .contacts-block .ct-controls .ct-control {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .contacts-block .ct-controls .ct-control::after {
        bottom: -7px
    }
    .contacts-block .ct-controls .ct-control.active::after {
        bottom: -7px
    }
    .contacts-block .ct-tabs {
        margin-top: 25px
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left .options {
        margin-top: 20px
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left .options .option {
        font-size: 14px;
        line-height: 18px;
        display: block
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-name {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-name span::after {
        content: none
    }
    .contacts-block .ct-tabs .tab .flex-wrap .left .options .option .option-value {
        width: 100%;
        max-width: 100%;
        padding-left: 20px
    }
    .contacts-block .ct-tabs .tab .flex-wrap .right {
        margin: 0 -30px;
        width: 100vw
    }
    .contacts-block .ct-tabs .tab .flex-wrap .right .map {
        margin-top: 30px
    }
}

.delivery-page .bg_block {
    margin-top: 60px;
    border-radius: 14px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 107px 135px 115px 100px;
    background-color: #1a38ad;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 60px
}

@media only screen and (max-width:1200px) {
    .delivery-page .bg_block {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1200px) {
    .delivery-page .bg_block {
        margin-top: 50px
    }
}

.delivery-page .bg_block .h2,
.delivery-page .bg_block .text-style h2,
.text-style .delivery-page .bg_block h2 {
    margin-bottom: 30px
}

@media only screen and (max-width:1200px) {
    .delivery-page .bg_block .h2,
    .delivery-page .bg_block .text-style h2,
    .text-style .delivery-page .bg_block h2 {
        margin-bottom: 25px
    }
}

.delivery-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 102px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1200px) {
    .delivery-page .row {
        margin-bottom: 70px
    }
}

.delivery-page .row a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 18px;
    margin-right: 18px
}

.delivery-page .partners-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
    margin-top: 20px;
    margin-bottom: 110px
}

@media only screen and (max-width:1200px) {
    .delivery-page .partners-grid {
        margin-bottom: 70px
    }
}

.delivery-page .partners-grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 164px;
    border-radius: 15px;
    background-color: #f7f8f9;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 165px;
    flex: 1 0 165px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear
}

@media (min-width:390px) {
    .delivery-page .partners-grid .item {
        max-width: calc(50% - 30px)
    }
}

@media (min-width:585px) {
    .delivery-page .partners-grid .item {
        max-width: calc(33.33333% - 30px)
    }
}

@media (min-width:780px) {
    .delivery-page .partners-grid .item {
        max-width: calc(25% - 30px)
    }
}

@media (min-width:975px) {
    .delivery-page .partners-grid .item {
        max-width: calc(20% - 30px)
    }
}

@media (min-width:1170px) {
    .delivery-page .partners-grid .item {
        max-width: calc(16.66667% - 30px)
    }
}

@media (min-width:990px) {
    .delivery-page .partners-grid .item {
        min-width: calc(16.66667% - 30px)
    }
}

.delivery-page .partners-grid .item img {
    display: block;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px)
}

.delivery-page .partners-grid .item:hover {
    -webkit-box-shadow: 0 20px 30px rgba(9, 32, 61, .15);
    box-shadow: 0 20px 30px rgba(9, 32, 61, .15)
}

.delivery-page p a {
    color: inherit;
    text-decoration: none
}

.delivery-page p a b {
    font-weight: 500
}

@media (max-width:1280px) {
    .delivery-page .bg_block {
        margin-left: -30px;
        margin-right: -30px;
        padding: 80px
    }
}

@media (max-width:600px) {
    .delivery-page .bg_block {
        padding: 30px
    }
}

.about-page {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.about-page .text-block .text-block-title {
    margin-bottom: 32px
}

@media only screen and (max-width:1200px) {
    .about-page .text-block .text-block-title {
        margin-bottom: 26px
    }
}

.about-page .text-block .text-block-title.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:780px) {
    .about-page .text-block .text-block-title.flex-block {
        display: block
    }
}

.about-page .text-block .text-block-title.flex-block .all {
    display: inline-block;
    color: #455bd7;
    text-decoration: underline;
    font-size: 16px;
    padding-right: 20px;
    background: url(../img/arr-right-blue.svg) right center no-repeat;
    background-size: 7px 10px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .about-page .text-block .text-block-title.flex-block .all {
        font-size: 14px
    }
}

@media only screen and (max-width:780px) {
    .about-page .text-block .text-block-title.flex-block .all {
        margin-top: 26px
    }
}

.about-page .text-block .text-block-title.flex-block .all:hover {
    text-decoration: none
}

.about-page .first-block {
    padding-top: 60px;
    background: #f4f6f6 url(../img/about-bg.png) center top no-repeat;
    overflow: hidden
}

@media only screen and (max-width:1200px) {
    .about-page .first-block {
        padding-top: 54px
    }
}

.about-page .first-block .video-block {
    position: relative;
    width: 100%;
    height: 460px;
    -webkit-box-shadow: 0 30px 60px rgba(10, 26, 45, .2);
    box-shadow: 0 30px 60px rgba(10, 26, 45, .2);
    border-radius: 15px;
    background-color: #455bd7
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .video-block {
        height: 340px
    }
}

@media only screen and (max-width:780px) {
    .about-page .first-block .video-block {
        height: 250px
    }
}

.about-page .first-block .video-block a {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: url(../img/about-video.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.about-page .first-block .video-block a .play-btn {
    width: 105px;
    height: 105px;
    background-color: rgba(234, 150, 28, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 100%
}

.about-page .first-block .video-block a .play-btn img {
    position: relative;
    z-index: 2;
    width: 15px;
    display: block
}

.about-page .first-block .video-block a .play-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #ea961c;
    z-index: 1;
    -webkit-transform: scale(.66);
    transform: scale(.66);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.about-page .first-block .video-block a:hover .play-btn:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.about-page .first-block .video-block::before {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -44px;
    bottom: 51px;
    pointer-events: none
}

.about-page .first-block .video-block::after {
    content: "";
    display: block;
    width: 302px;
    height: 306px;
    background: url(../img/about-slider-element.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: -144px;
    bottom: -78px;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .video-block::after {
        width: 152px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .video-block::after {
        height: 156px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .video-block::after {
        right: -56px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .video-block::after {
        bottom: -38px
    }
}

.about-page .first-block .text-block {
    margin-top: 120px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .text-block {
        margin-top: 70px
    }
}

.about-page .first-block .grid-images {
    margin-top: 90px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images {
        padding-top: 26px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images {
        margin-top: 44px
    }
}

.about-page .first-block .grid-images .col {
    float: left;
    -webkit-transition: margin .5s linear;
    transition: margin .5s linear;
    margin-left: 20px;
    padding-bottom: 26px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col {
        margin-left: 15px
    }
}

.about-page .first-block .grid-images .col:last-child {
    margin-right: 20px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col:last-child {
        margin-right: 15px
    }
}

.about-page .first-block .grid-images .col:nth-child(2n) {
    margin-top: 40px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col:nth-child(2n) {
        margin-top: 20px
    }
}

.about-page .first-block .grid-images .col .item {
    display: block;
    width: 312px;
    height: 209px;
    position: relative;
    border-radius: 15px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    cursor: pointer
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col .item {
        width: 206px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col .item {
        height: 138px
    }
}

.about-page .first-block .grid-images .col .item+.item {
    margin-top: 20px
}

@media only screen and (max-width:1200px) {
    .about-page .first-block .grid-images .col .item+.item {
        margin-top: 10px
    }
}

.about-page .first-block .grid-images .col .item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.about-page .first-block .grid-images .col .item:hover {
    -webkit-box-shadow: 0 30px 20px rgba(3, 11, 20, .45);
    box-shadow: 0 30px 20px rgba(3, 11, 20, .45);
    z-index: 2;
    -webkit-transform: scale(1.24);
    transform: scale(1.24)
}

.about-page .first-block .grid-images .col .item:hover::before {
    content: "";
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #ea961c;
    background-image: url(../img/zoom-hover.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.about-page .production-block {
    padding-top: 120px;
    position: relative;
    z-index: 10;
    background: #fff
}

@media only screen and (max-width:1200px) {
    .about-page .production-block {
        padding-top: 70px
    }
}

.about-page .production-block .text-block .text-block-title {
    margin-bottom: 32px
}

@media only screen and (max-width:1200px) {
    .about-page .production-block .text-block .text-block-title {
        margin-bottom: 26px
    }
}

.about-page .production-block .production-swiper {
    padding-top: 72px
}

@media only screen and (max-width:1200px) {
    .about-page .production-block .production-swiper {
        padding-top: 22px
    }
}

.about-page .production-block .production-swiper .swiper-slide {
    width: 360px
}

.about-page .production-block .production-swiper .swiper-slide a {
    margin-top: 49px;
    width: 360px;
    height: 181px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 0 0 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background-color: #f7f8f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.about-page .production-block .production-swiper .swiper-slide a .background {
    opacity: 0;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.about-page .production-block .production-swiper .swiper-slide a .label {
    width: 220px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.about-page .production-block .production-swiper .swiper-slide a .icon {
    width: 106px;
    height: 125px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden
}

.about-page .production-block .production-swiper .swiper-slide a .icon .center {
    width: 45px;
    height: 45px;
    z-index: 1;
    display: block
}

.about-page .production-block .production-swiper .swiper-slide a .icon .center svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.about-page .production-block .production-swiper .swiper-slide a .icon .center svg .svg-w {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    fill: #455bd7;
    stroke: #455bd7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.about-page .production-block .production-swiper .swiper-slide a .icon .before {
    width: 138%;
    height: 138%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .05;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.about-page .production-block .production-swiper .swiper-slide a:hover {
    margin-top: 0;
    height: 230px;
    background-color: #455bd7
}

.about-page .production-block .production-swiper .swiper-slide a:hover .background {
    opacity: 1
}

.about-page .production-block .production-swiper .swiper-slide a:hover .label {
    color: #fff
}

.about-page .production-block .production-swiper .swiper-slide a:hover .icon .center svg .svg-w {
    fill: #fff;
    stroke: #fff
}

.about-page .production-block .production-swiper .swiper-slide a:hover .icon .before {
    opacity: 0
}

.about-page .production-block .production-swiper .swiper-pagination {
    position: static;
    margin-top: 64px
}

@media only screen and (max-width:1200px) {
    .about-page .production-block .production-swiper .swiper-pagination {
        margin-top: 54px
    }
}

.about-page .map-block {
    margin-top: 120px;
    padding-top: 25px;
    background: url(../img/about-map.svg) center top no-repeat;
    background-size: 1447px 710px;
    overflow: hidden;
    min-height: 710px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1200px) {
    .about-page .map-block {
        margin-top: 70px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .map-block {
        padding-top: 20px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .map-block {
        background-size: 1447px 535px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .map-block {
        min-height: 535px
    }
}

.about-page .map-block .graf {
    margin-top: 120px
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf {
        margin-top: 70px
    }
}

.about-page .map-block .graf .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line {
        overflow-x: scroll
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line {
        width: calc(100% + 30px)
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line {
        margin-left: -30px
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line {
        padding-left: 30px
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line {
        margin-right: -30px
    }
}

.about-page .map-block .graf .line .item {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line .item {
        margin-right: 10px
    }
}

.about-page .map-block .graf .line .item .icon {
    width: 29px;
    height: 36px;
    background: url(../img/map-mark-2.svg) center center no-repeat;
    background-size: contain
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .line .item .icon {
        width: 23px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .line .item .icon {
        height: 29px
    }
}

.about-page .map-block .graf .line .item .point {
    width: 13px;
    height: 13px;
    background-color: #455bd7;
    display: block;
    border-radius: 100%;
    margin-left: 8px;
    margin-top: 3px
}

.about-page .map-block .graf .line .item .city {
    margin-top: 10px;
    margin-left: 8px;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .line .item .city {
        font-size: 12px
    }
}

.about-page .map-block .graf .line .item .date {
    margin-left: 8px;
    margin-top: 3px;
    color: #d8dee0;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .line .item .date {
        font-size: 20px
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line .item .date {
        font-size: 14px
    }
}

.about-page .map-block .graf .line::before {
    content: "";
    width: 200%;
    height: 3px;
    left: 11px;
    top: 44px;
    background: #455bd7;
    position: absolute;
    display: block;
    z-index: -1
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .line::before {
        top: 37px
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line::before {
        left: 41px
    }
}

@media only screen and (max-width:780px) {
    .about-page .map-block .graf .line::before {
        width: 150%
    }
}

.about-page .map-block .graf .many-block {
    text-align: center;
    margin-top: 85px
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .many-block {
        margin: 65px
    }
}

.about-page .map-block .graf .many-block .text {
    color: #333;
    font-size: 28px;
    font-weight: 700
}

@media only screen and (max-width:1200px) {
    .about-page .map-block .graf .many-block .text {
        font-size: 20px
    }
}

.about-page .map-block .graf .many-block img {
    display: block;
    margin: 15px auto 0;
    width: 69px
}

.about-page .partners-block {
    margin-top: 120px;
    margin-bottom: 63px
}

@media only screen and (max-width:1200px) {
    .about-page .partners-block {
        margin-top: 70px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .partners-block {
        margin-bottom: 53px
    }
}

.about-page .partners-block .partners-swiper {
    margin-top: 53px
}

@media only screen and (max-width:1200px) {
    .about-page .partners-block .partners-swiper {
        margin-top: 43px
    }
}

.about-page .partners-block .partners-swiper .swiper-pagination {
    position: static;
    margin-top: 53px
}

@media only screen and (max-width:1200px) {
    .about-page .partners-block .partners-swiper .swiper-pagination {
        margin-top: 43px
    }
}

.about-page .partners-block .partners-swiper .swiper-slide {
    width: 165px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-page .partners-block .partners-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.about-page .mission-block {
    padding-top: 120px;
    background: url(../img/about-mission-bg.jpg) center top no-repeat
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block {
        padding-top: 70px
    }
}

.about-page .mission-block .text-block {
    color: #fff
}

.about-page .mission-block .acords-blocks {
    margin-top: 120px;
    border-radius: 15px;
    background-color: #f7f8f9;
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks {
        margin-top: 70px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks {
        width: calc(100% + 60px)
    }
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks {
        margin-left: -30px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks {
        margin-right: -30px
    }
}

.about-page .mission-block .acords-blocks .item {
    padding: 53px 50px
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item {
        padding: 43px 30px
    }
}

.about-page .mission-block .acords-blocks .item+.item {
    border-top: 1px solid rgba(204, 204, 204, .4)
}

.about-page .mission-block .acords-blocks .item .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .mission-block .acords-blocks .item ol {
    list-style-type: none;
    counter-reset: li;
    margin-top: 53px;
    display: none
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol {
        margin-top: 43px
    }
}

.about-page .mission-block .acords-blocks .item ol li {
    padding-left: 96px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol li {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol li {
        line-height: 24px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol li {
        padding-left: 60px
    }
}

.about-page .mission-block .acords-blocks .item ol li+li {
    margin-top: 32px
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol li+li {
        margin-top: 26px
    }
}

.about-page .mission-block .acords-blocks .item ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: li;
    content: counter(li, decimal-leading-zero) ".";
    color: #e5e8ea;
    font-size: 30px;
    font-weight: 900
}

@media only screen and (max-width:1200px) {
    .about-page .mission-block .acords-blocks .item ol li::before {
        font: 26px
    }
}

.about-page .mission-block .acords-blocks .item.active .title-row .circle-btn.arr-down {
    background-image: url(../img/arr-up.svg)
}

.about-page .mission-block .acords-blocks .item.active .title-row .circle-btn.arr-down:hover {
    background-image: url(../img/arr-up-hover.svg)
}

.about-page .mission-block .acords-blocks .item.active ol {
    display: block
}

.about-page .show-block {
    margin-top: 120px;
    padding-bottom: 64px
}

@media only screen and (max-width:1200px) {
    .about-page .show-block {
        margin-top: 70px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .show-block {
        padding-bottom: 54px
    }
}

.about-page .show-block .flex-block {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .about-page .show-block .flex-block {
        margin-top: 43px
    }
}

.about-page .show-block .flex-block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:780px) {
    .about-page .show-block .flex-block .item {
        width: 50%
    }
}

.about-page .show-block .flex-block .item img {
    display: block;
    max-width: 90%
}

.about-page .serts-block {
    padding-top: 64px;
    padding-bottom: 120px;
    background: #f7f8f9
}

@media only screen and (max-width:1200px) {
    .about-page .serts-block {
        padding-top: 54px
    }
}

@media only screen and (max-width:1200px) {
    .about-page .serts-block {
        padding-bottom: 70px
    }
}

.about-page .serts-block .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 53px
}

@media only screen and (max-width:1200px) {
    .about-page .serts-block .flex-block {
        margin-top: 43px
    }
}

.about-page .serts-block .flex-block .item {
    display: block;
    width: 215px;
    position: relative;
    border-radius: 15px
}

@media only screen and (max-width:1200px) {
    .about-page .serts-block .flex-block .item {
        width: 155px
    }
}

@media only screen and (max-width:780px) {
    .about-page .serts-block .flex-block .item {
        width: 120px
    }
}

.about-page .serts-block .flex-block .item img {
    display: block;
    width: 100%;
    border-radius: 15px
}

.about-page .serts-block .flex-block .item:hover {
    -webkit-box-shadow: 0 30px 20px rgba(9, 32, 61, .15);
    box-shadow: 0 30px 20px rgba(9, 32, 61, .15)
}

.about-page .serts-block .flex-block .item:hover::before {
    content: "";
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #ea961c;
    background-image: url(../img/zoom-hover.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center
}

.about-page .download-block {
    padding: 64px 0;
    text-align: center
}

@media only screen and (max-width:1200px) {
    .about-page .download-block {
        padding: 54px 0
    }
}

.about-page .download-block .btn-blue img,
.about-page .download-block .btn-orange img {
    width: 19px;
    height: 18px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block
}

@media only screen and (max-width:780px) {
    .about-page .download-block .btn-blue img,
    .about-page .download-block .btn-orange img {
        display: none
    }
}

.about-page .download-block .btn-blue span,
.about-page .download-block .btn-orange span {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:760px) {
    .big-news-card {
        width: 522px!important;
        height: 316px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 27px 0 27px 30px
    }
    .big-news-card .pic {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-size: cover!important
    }
    .big-news-card .pic::after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/bg-news.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 282px
    }
    .big-news-card .type {
        border-radius: 2px;
        background-color: #ea961c;
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 0 6px;
        display: inline-block
    }
    .big-news-card .title {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        margin-top: 9px;
        text-decoration: none
    }
    .big-news-card .title:hover {
        text-decoration: underline
    }
    .big-news-card .date {
        color: #ccc;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-left: 7px;
        margin-top: 12px
    }
}

.big-news-card,
.small-news-card {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.big-news-card .type,
.small-news-card .type {
    text-decoration: none
}

.big-news-card .type:hover,
.small-news-card .type:hover {
    text-decoration: underline
}

.small-news-card {
    width: 263px!important;
    height: 370px;
    border-radius: 15px;
    background-color: #f7f8f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.small-news-card .pic {
    height: 176px;
    width: 100%;
    margin-bottom: 29px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important
}

.small-news-card .type {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 21px;
    margin-bottom: 17px
}

.small-news-card .title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 21px;
    margin-bottom: 9px;
    text-decoration: none
}

.small-news-card .title:hover {
    text-decoration: underline
}

.small-news-card .date {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 21px;
    padding-bottom: 32px
}

.small-news-card--blue {
    background-color: #455bd7
}

.small-news-card--blue .type {
    color: #fff
}

.small-news-card--blue .title {
    color: #fff
}

.small-news-card--blue .date {
    color: #b2b9ec
}

.small-news-card--blue:hover {
    margin-top: -10px
}

@media (max-width:1200px) {
    .big-news-card {
        width: 421px!important;
        height: 317px;
        padding: 0 15px 26px 20px
    }
    .big-news-card .type {
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px
    }
    .big-news-card .title {
        font-size: 14px;
        line-height: 22px;
        max-width: 259px
    }
    .big-news-card .date {
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px
    }
    .small-news-card {
        width: 215px!important;
        height: 343px
    }
    .small-news-card .pic {
        height: 142px;
        margin-bottom: 22px
    }
    .small-news-card .type {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px
    }
    .small-news-card .title {
        font-size: 14px;
        line-height: 22px
    }
    .small-news-card .date {
        font-size: 12px;
        line-height: 12px;
        padding: 0 18px;
        padding-bottom: 28px
    }
}

@media (max-width:759px) {
    .big-news-card,
    .small-news-card {
        width: 215px!important;
        height: 344px!important;
        border-radius: 15px;
        background-color: #f7f8f9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0
    }
    .big-news-card .pic,
    .small-news-card .pic {
        height: 144px;
        min-height: 144px;
        width: 100%;
        margin-bottom: 24px;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-size: cover!important
    }
    .big-news-card .type,
    .small-news-card .type {
        color: #333;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        padding: 0 21px;
        margin-bottom: 11px
    }
    .big-news-card .title,
    .small-news-card .title {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding: 0 21px;
        margin-bottom: 9px;
        text-decoration: none;
        margin-bottom: 0;
        max-height: 88px;
        overflow: hidden
    }
    .big-news-card .title:hover,
    .small-news-card .title:hover {
        text-decoration: underline
    }
    .big-news-card .date,
    .small-news-card .date {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        padding: 0 21px;
        padding-bottom: 29px
    }
    .big-news-card--blue,
    .small-news-card--blue {
        background-color: #455bd7
    }
    .big-news-card--blue .type,
    .small-news-card--blue .type {
        color: #fff
    }
    .big-news-card--blue .title,
    .small-news-card--blue .title {
        color: #fff
    }
    .big-news-card--blue .date,
    .small-news-card--blue .date {
        color: #b2b9ec
    }
}

.page-content.page-news {
    padding-top: 64px
}

.page-content.page-news .container .pagetitle.h2,
.page-content.page-news .container .text-style h2.pagetitle,
.text-style .page-content.page-news .container h2.pagetitle {
    margin-top: 12px
}

.page-content.page-news .container .pagination {
    margin-top: 30px
}

.np-tab-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 71px;
    position: relative
}

.np-tab-controls__item {
    padding: 0 67px;
    text-align: center;
    cursor: pointer
}

.np-tab-controls__item:hover {
    color: #455bd7
}

.np-tab-controls__item::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px
}

.np-tab-controls__item--active {
    font-weight: 700;
    position: relative;
    pointer-events: none
}

.np-tab-controls__item--active::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -19px;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #455bd7;
    z-index: 1
}

.np-tab-controls::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -19px;
    left: 0;
    height: 1px;
    border-radius: 1px;
    background-color: #ccc
}

.news-block {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.news-block .big-news-card,
.news-block .small-news-card {
    margin-bottom: 30px
}

.news-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px
}

.news-tabs__tab {
    display: none
}

.news-tabs__tab--active {
    display: block
}

@media screen and (max-width:860px) {
    .np-tab-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 40px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative
    }
    .np-tab-controls__item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .np-tab-controls__item:hover {
        color: #455bd7
    }
    .np-tab-controls__item--active::after {
        height: 2px;
        bottom: 0
    }
    .np-tab-controls::after {
        content: none
    }
}

@media screen and (max-width:500px) {
    .np-tab-controls {
        display: block;
        padding-bottom: 40px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative
    }
    .np-tab-controls__item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .np-tab-controls__item:hover {
        color: #455bd7
    }
    .np-tab-controls__item--active::after {
        height: 2px;
        bottom: 0
    }
    .np-tab-controls::after {
        content: none
    }
}

.search-page .search_form {
    margin-top: -13px;
    margin-bottom: 48px
}

.search-page .search_form input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    font-family: Montserrat;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding-top: 19px;
    padding-bottom: 15px;
    border: 0;
    padding-left: 19px;
    padding-right: 19px;
    border-bottom: 1px solid #e7e7e7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-page .no_find {
    margin-bottom: 26px
}

.search-page .block {
    padding-right: 95px;
    padding-bottom: 26px
}

.search-page .block .link {
    margin-bottom: 18px
}

.search-page .block .link a {
    color: inherit
}

.search-page .block .date {
    margin-top: 25px;
    margin-bottom: 5px
}

.search-page .block .path ul {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.search-page .block .path ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 0
}

.search-page .block .path ul li:before {
    display: none
}

.search-page .block .path ul li+li:before {
    content: '»';
    display: inline-block;
    vertical-align: top;
    position: static;
    width: auto;
    height: auto;
    background: 0 0;
    top: 0;
    margin-right: 9px;
    margin-left: 3px
}

.search-page .block .path ul li a span {
    border-bottom: 1px solid #455bd7
}

.search-page .block .path ul li a span:hover {
    border-bottom-color: transparent
}

.search-page .block+.block {
    border-top: 1px solid #e7e7e7;
    padding-top: 28px
}

@media (max-width:600px) {
    .search-page .block {
        padding-right: 0
    }
}

.catalog-wrap .tabs > .tab:last-child > .item {
    width: auto;
    min-width: 24%;
    max-width: 24%;
    flex: 1;
}

@media (max-width: 1200.98px){
    .catalog-wrap .tabs > .tab:last-child > .item {
        min-width: 22%;
        max-width: 22%;
    }
}
@media (max-width: 1028.98px){
    .catalog-wrap .tabs > .tab:last-child > .item {
        min-width: 30%;
        max-width: 30%;
    }
}
@media (max-width: 928.98px){
    .catalog-wrap .tabs > .tab:last-child > .item {
        min-width: 29%;
        max-width: 29%;
    }
}
@media (max-width: 740.98px){
    .catalog-wrap .tabs > .tab:last-child > .item {
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 600px){
    .tooltipster-noir.tooltipster-noir-customized.tooltipster-base.tooltipster-sidetip {
        margin-left: 5vw !important;
        left: 0 !important;
        width: 80vw !important;
        max-width: 90vw !important;
        min-width: 90vw !important;
    }
}

.about-page .production-block .production-swiper .swiper-slide a:hover .img-svg path
{
    fill: #ffffff;
    stroke: #ffffff;
}

/* .agreement
{
    border-color: #ea961c;
    background: #fdf4e8;
    border: 1px solid;
} */

/*# sourceMappingURL=maps/main.css.map */
