@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

:after,
:before {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
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,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}
html.is-loaded {
    opacity: 1;
}

html.mobile-overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.wr-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif
}

body.mobile-overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll
}

main {
    position: relative;
    left: 0;
    overflow: hidden;
    -webkit-transition: left .25s cubic-bezier(.895, .03, .685, .22);
    -o-transition: left .25s cubic-bezier(.895, .03, .685, .22);
    transition: left .25s cubic-bezier(.895, .03, .685, .22)
}

.no-photo {
  background-color: #eaeaea;
  background-position: center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

@media (min-width:240px) and (max-width:576px) {
    .container {
        padding: 0 15px
    }
}

@media (min-width:576px) and (max-width:768px) {
    .container {
        max-width: 540px;
        padding: 0 20px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) and (max-width:1230px) {
    .container {
        max-width: 960px;
        padding: 0 15px
    }
}

@media (min-width:1230px) and (max-width:1470px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1470px) and (max-width:9999px) {
    .container {
        max-width: 1440px;
        padding: 0
    }
}

.container--padding {
    padding: 0 14px
}

@media (max-width:767px) {
    .container--padding {
        padding: 0 15px
    }
}

.container--inner {
    padding: 0 7.8%
}

@media (max-width:991px) {
    .container--inner {
        padding: 0 20px
    }
}

a {
    outline: 0;
    text-decoration: none;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out
}

button,
input,
select {
    -webkit-appearance: none
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dont-show-me {
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important
}

.error-message {
    position: absolute;
    top: 11px;
    right: 15px
}

@media (max-width:1229px) {
    .error-message {
        position: static
    }
}

.error-message .is-error {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(239, 154, 121, .7)
}

@media (max-width:1229px) {
    .error-message .is-error {
        line-height: 24px
    }
}

.visually-hidden {
    position: absolute!important;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

button {
    -webkit-appearance: none;
    border-radius: 0
}

.svg-animation-path path {
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.785, .135, .15, .86);
    -o-transition: stroke-dashoffset 1s cubic-bezier(.785, .135, .15, .86);
    transition: stroke-dashoffset 1s cubic-bezier(.785, .135, .15, .86)
}

.border-yellow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 91%;
    height: 93%;
    margin: auto;
    border: 1px solid transparent;
    -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#f1ca44), color-stop(25%, #cda92b), to(#f1ca44));
    -webkit-border-image: -webkit-linear-gradient(bottom, #f1ca44 0, #cda92b 25%, #f1ca44 100%);
    -o-border-image: -o-linear-gradient(bottom, #f1ca44 0, #cda92b 25%, #f1ca44 100%);
    border-image: -webkit-gradient(linear, left bottom, left top, from(#f1ca44), color-stop(25%, #cda92b), to(#f1ca44));
    border-image: linear-gradient(to top, #f1ca44 0, #cda92b 25%, #f1ca44 100%);
    border-image-slice: 1;
    -webkit-transition: width 350ms ease-in-out, height 350ms ease-in-out;
    -o-transition: width 350ms ease-in-out, height 350ms ease-in-out;
    transition: width 350ms ease-in-out, height 350ms ease-in-out
}

.border-white:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 91%;
    height: 93%;
    margin: auto;
    border: 1px solid #fff;
    -webkit-transition: width 350ms ease-in-out, height 350ms ease-in-out;
    -o-transition: width 350ms ease-in-out, height 350ms ease-in-out;
    transition: width 350ms ease-in-out, height 350ms ease-in-out
}

.paragraph-small-container {
    margin: 0 0 60px
}

@media (max-width:767px) {
    .paragraph-small-container {
        margin: 0 0 30px
    }
}

.paragraph {
    margin: 0 0 44px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #353637
}

@media (max-width:767px) {
    .paragraph {
        margin: 0 0 30px
    }
}

.paragraph--small {
    margin: 0 0 20px;
    font-size: 15px
}

.paragraph--simple {
    margin: 0 0 20px
}

.paragraph--simple:last-of-type {
    margin: 0 0 65px
}

.preview {
    margin: 0 0 59px
}

@media (max-width:767px) {
    .preview {
        margin: 0 0 30px
    }
}

.preview__img {
    width: 100%;
    height: 646px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width:991px) {
    .preview__img {
        height: 400px
    }
}

@media (max-width:767px) {
    .preview__img {
        height: 187px
    }
}

.preview__text {
    padding: 29px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.79px;
    color: #5c5c5c
}

@media (max-width:767px) {
    .preview__text {
        padding: 10px 0 0
    }
}

.preview--small {
    margin: 0 0 65px
}

@media (max-width:767px) {
    .preview--small {
        margin: 0 0 30px
    }
}

.preview--small .preview__img {
    height: 454px
}

@media (max-width:991px) {
    .preview--small .preview__img {
        height: 350px
    }
}

@media (max-width:767px) {
    .preview--small .preview__img {
        height: 187px
    }
}

.preview--simple .preview__img {
    width: 79%;
    height: 438px;
    margin: auto
}

@media (max-width:991px) {
    .preview--simple .preview__img {
        height: 305px
    }
}

@media (max-width:767px) {
    .preview--simple .preview__img {
        width: 100%;
        height: 159px;
        margin: auto
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    max-width: 90%;
    font-family: Ubuntu, sans-serif;
    color: #353637
}

@media (max-width:767px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        max-width: 100%
    }
}

.h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:1229px) {
    .h1 {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .h1 {
        font-size: 30px
    }
}

.h2 {
    margin: 0 0 36px;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px
}

@media (max-width:1229px) {
    .h2 {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .h2 {
        margin: 0 0 30px;
        font-size: 26px
    }
}

.h3 {
    margin: 0 0 22px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

@media (max-width:1229px) {
    .h3 {
        font-size: 24px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .h3 {
        font-size: 22px
    }
}

.h4 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px
}

@media (max-width:1229px) {
    .h4 {
        font-size: 22px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .h4 {
        font-size: 21px
    }
}

.h5 {
    margin: 0 0 22px;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px
}

@media (max-width:1229px) {
    .h5 {
        font-size: 20px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .h5 {
        font-size: 21px
    }
}

.h6 {
    margin: 0 0 28px;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px
}

@media (max-width:1229px) {
    .h6 {
        font-size: 19px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .h6 {
        margin: 0 0 22px;
        font-size: 21px
    }
}

.container__lists .lists {
    position: relative;
    padding-left: 30px;
    margin: 0 0 28px;
    line-height: 25px;
    font-size: 16px
}

@media (max-width:767px) {
    .container__lists .lists {
        padding-left: 23px
    }
}

.container__lists .lists:before {
    content: '―';
    position: absolute;
    top: 0;
    left: 0
}

.container__lists .list {
    position: relative;
    padding-left: 60px;
    margin: 0 0 29px;
    line-height: 25px;
    font-size: 16px
}

@media (max-width:767px) {
    .container__lists .list {
        padding-left: 40px;
        margin: 0 0 20px
    }
}

.container__lists .list:before {
    content: '―';
    position: absolute;
    top: 0;
    left: 30px
}

@media (max-width:767px) {
    .container__lists .list:before {
        left: 17px
    }
}

.hidden-animate {
    opacity: 0
}

.visible-animate {
    opacity: 1
}

.js-animate {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease
}

.js-animate.is-ready {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.h-clear::after {
    content: '';
    display: table!important;
    clear: both;
    height: 0!important;
    visibility: hidden
}

.h-m0 {
    margin: 0!important
}

.h-mt0 {
    margin-top: 0!important
}

.h-mb0 {
    margin-bottom: 0!important
}

.h-m10 {
    margin: 10px 0
}

.h-mt10 {
    margin-top: 10px
}

.h-mb10 {
    margin-bottom: 10px
}

.h-m20 {
    margin: 20px 0
}

.h-mt20 {
    margin-top: 20px
}

.h-mb20 {
    margin-bottom: 20px
}

.h-m30 {
    margin: 30px 0
}

.h-mt30 {
    margin-top: 30px
}

.h-mb30 {
    margin-bottom: 30px
}

.h-hide {
    display: none!important
}

.h-show {
    display: block
}

.h-show__inline {
    display: inline!important
}

.h-show__inline-block {
    display: inline-block!important
}

.h-mobile-hide {
    display: block
}

.h-mobile-hide--inline {
    display: inline
}

.h-mobile-hide--inline-block {
    display: inline-block
}

@media (max-width:1229px) {
    .h-mobile-hide {
        display: none!important
    }
}

.h-mobile-show {
    display: none
}

@media (min-width:240px) and (max-width:1229px) {
    .h-mobile-show {
        display: block
    }
    .h-mobile-show--inline {
        display: inline
    }
    .h-mobile-show--inline-block {
        display: inline-block
    }
}

.h-tablet-hide {
    display: block
}

.h-tablet-hide--inline {
    display: inline
}

.h-tablet-hide--inline-block {
    display: inline-block
}

@media (max-width:1023px) {
    .h-tablet-hide {
        display: none
    }
}

.h-tablet-show {
    display: none
}

@media (max-width:1023px) {
    .h-tablet-show {
        display: block
    }
    .h-tablet-show--inline {
        display: inline
    }
    .h-tablet-show--inline-block {
        display: inline-block
    }
}

.h-desktop-hide {
    display: block
}

.h-desktop-hide--inline {
    display: inline
}

.h-desktop-hide--inline-block {
    display: inline-block
}

@media (max-width:1239px) {
    .h-desktop-hide {
        display: none
    }
}

.h-desktop-show {
    display: none
}

@media (max-width:1239px) {
    .h-desktop-show {
        display: block
    }
    .h-desktop-show--inline {
        display: inline
    }
    .h-desktop-show--inline-block {
        display: inline-block
    }
}

.dont-scroll {
    overflow: hidden
}

@media (max-width:767px) {
    .mobile-center {
        text-align: center
    }
}

@media (max-width:767px) {
    .mobile-hidden {
        visibility: hidden
    }
}

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

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.nano .nano-content:focus {
    outline: thin dotted
}

.nano .nano-content::-webkit-scrollbar {
    display: none
}

.nano>.nano-pane {
    width: 10px;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 5px;
    opacity: .01
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    border-radius: 3px
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: .99
}

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

.slick-list:focus {
    outline: 0
}

.slick-list.dragging,
.slick-list.draggable {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab
}
.slick-list.dragging:active,
.slick-list.draggable:active {
    cursor: pointer;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
    background: #fff url(../assets/img/ajax-loader.gif) center center no-repeat
}

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

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: default
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.vegas-overlay {
    opacity: .5;
    background: transparent url(overlays/02.png) center center repeat
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    -o-transition: width ease-out;
    transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity
}

body .vegas-container {
    position: relative
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px) brightness(1.01);
    filter: blur(32px) brightness(1.01)
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1.01);
    filter: blur(0) brightness(1.01)
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1
}

.vegas-transition-fade2-out {
    opacity: 0
}

.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    -ms-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    -ms-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    -ms-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.svg-close {
    width: 41px;
    height: 41px;
    opacity: 1;
}

.svg-close:hover {
    opacity: 1
}

.svg-close .cls-1 {
    fill: #fff
}

.svg-callback .cls-1 {
    fill: #203a73
}

.svg-mobile-arrow {
    fill: #262626;
    width: 13px;
    height: 6px
}

.svg-company-1 {
    width: 35px;
    height: 36px
}

.svg-company-1 .cls-1,
.svg-company-1 .cls-3 {
    fill: none
}

.svg-company-1 .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.svg-company-1 .cls-3 {
    stroke: #575858;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 3px
}

.svg-company-2 {
    width: 35px;
    height: 36px
}

.svg-company-2 .cls-1,
.svg-company-2 .cls-3,
.svg-company-2 .cls-4 {
    fill: none
}

.svg-company-2 .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.svg-company-2 .cls-3,
.svg-company-2 .cls-4 {
    stroke: #575858;
    stroke-linecap: round;
    stroke-width: 3px
}

.svg-company-2 .cls-3 {
    stroke-linejoin: round
}

.svg-company-2 .cls-4 {
    stroke-miterlimit: 10
}

.svg-company-3 {
    width: 29px;
    height: 39px
}

.svg-company-3 .cls-1,
.svg-company-3 .cls-3 {
    fill: none
}

.svg-company-3 .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.svg-company-3 .cls-3 {
    stroke: #575858;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px
}

.svg-company-4 {
    width: 40px;
    height: 36px
}

.svg-company-4 .cls-1,
.svg-company-4 .cls-3 {
    fill: none
}

.svg-company-4 .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.svg-company-4 .cls-3 {
    stroke: #575858;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px
}

.svg-f,
.svg-i {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.svg-f:hover,
.svg-i:hover {
    -webkit-box-shadow: inset 0 0 0 1px #eb6f13;
    box-shadow: inset 0 0 0 1px #eb6f13
}

.svg-f:hover .cls-1,
.svg-i:hover .cls-1 {
    fill: #eb6f13
}

.svg-f .cls-1 {
    fill: transparent;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.svg-f .cls-2 {
    fill: #fff;
    opacity: .8
}

.svg-i .cls-1 {
    fill: transparent;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.svg-i .cls-2,
.svg-i .cls-4 {
    fill: #fff
}

.svg-i .cls-2,
.svg-i .cls-3 {
    opacity: .8
}

.svg-face,
.svg-inst,
.svg-vk {
    width: 32px;
    height: 32px;
    border-radius: 4px
}

.svg-face .cls-1,
.svg-inst .cls-1,
.svg-vk .cls-1 {
    fill: #fff;
    opacity: .8;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.svg-face:hover .cls-1,
.svg-inst:hover .cls-1,
.svg-vk:hover .cls-1 {
    fill: #eb6f13
}

.svg-arrow-left,
.svg-arrow-right {
    width: 62px;
    height: 14px;
    cursor: pointer
}

.svg-arrow-left .cls-1,
.svg-arrow-right .cls-1 {
    fill: #a1a1a1;
    -webkit-transition: fill 350ms ease-in-out;
    -o-transition: fill 350ms ease-in-out;
    transition: fill 350ms ease-in-out
}

.svg-arrow-left:hover .cls-1,
.svg-arrow-right:hover .cls-1 {
    fill: #354638
}

.svg-photo {
    width: 21px;
    height: 19px
}

.svg-photo .cls-1,
.svg-photo .cls-3 {
    fill: none
}

.svg-photo .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.svg-photo .cls-3 {
    stroke: #414141;
    stroke-miterlimit: 10;
    stroke-width: .81px
}

.svg-photo .cls-4 {
    fill: #414141
}

.svg-arrow-simple-left {
    width: 39px;
    height: 16px
}

.svg-arrow-simple-left .cls-1 {
    fill: none;
    stroke: #858585;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: stroke 350ms ease-in-out;
    -o-transition: stroke 350ms ease-in-out;
    transition: stroke 350ms ease-in-out
}

.svg-arrow-simple-right {
    width: 39px;
    height: 16px
}

.svg-arrow-simple-right .cls-1 {
    fill: none;
    stroke: #858585;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: stroke 350ms ease-in-out;
    -o-transition: stroke 350ms ease-in-out;
    transition: stroke 350ms ease-in-out
}

.title {
    max-width: 1054px;
    margin: 0 0 74px;
    font-family: Ubuntu, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #353637
}

@media (max-width:1229px) {
    .title {
        margin: 0 0 50px;
        font-size: 38px
    }
}

@media (max-width:991px) {
    .title {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .title {
        margin: 0 0 30px;
        font-size: 30px;
        overflow-wrap: break-word
    }
}

.big-title {
    position: relative
}

@media (max-width:767px) {
    .big-title--object {
        background-image: url(../assets/img/big-title/1.png)
    }
}

.big-title--object:before {
    background-image: url(../assets/img/big-title/1.png)
}

@media (max-width:767px) {
    .big-title--catalog {
        background-image: url(../assets/img/big-title/2.png)
    }
}

.big-title--catalog:before {
    background-image: url(../assets/img/big-title/2.png)
}

@media (max-width:767px) {
    .big-title--catalog-inner {
        background-image: url(../assets/img/big-title/5.png)
    }
}

.big-title--catalog-inner:before {
    background-image: url(../assets/img/big-title/5.png)
}

@media (max-width:767px) {
    .big-title.big-title--special-offers {
        background-image: url(../assets/img/big-title/3.png)
    }
}

.big-title--special-offers:before {
    background-image: url(../assets/img/big-title/3.png)
}

@media (max-width:767px) {
    .big-title.big-title--articles {
        background-image: url(../assets/img/big-title/4.png)
    }
}

.big-title--articles:before {
    background-image: url(../assets/img/big-title/4.png)
}

@media (max-width:767px) {
    .big-title {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 253px;
        padding: 0 0 35px
    }
}

.big-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 599px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1
}

@media (max-width:1229px) {
    .big-title:before {
        height: 545px
    }
}

@media (max-width:767px) {
    .big-title:before {
        display: none
    }
}

.big-title .title {
    margin: 0 0 58px;
    color: #fff
}

@media (max-width:767px) {
    .big-title .title {
        font-size: 26px;
        margin: 0;
        padding: 0 10px
    }
}

.metka {
    font-size: 0;
    width: 294px;
    padding: 19px 0 0 13px
}

@media (max-width:767px) {
    .metka {
        width: 100%
    }
}

.metka__title {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 700;
    color: #262626
}

.metka__block {
    display: inline-block;
    vertical-align: top
}

@media (max-width:767px) {
    .metka__block {
        width: 100%
    }
}

.metka__text {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #262626
}

@media (max-width:767px) {
    .metka__text:last-child {
        margin: 0
    }
}

/*.ymaps-2-1-74-balloon__layout {
    border-top: 4px solid #035c9f
}

.ymaps-2-1-74-balloon__tail {
    width: 12px!important;
    height: 12px!important;
    margin-bottom: -12px!important;
    left: calc(50% - 12px)!important
}

.ymaps-2-1-74-balloon {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .15), 0 5px 15px -7px rgba(0, 0, 0, .5)!important;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .15), 0 5px 15px -7px rgba(0, 0, 0, .5)!important
}

.ymaps-2-1-74-balloon__close {
    right: 14px;
    top: 17px
}

.ymaps-2-1-74-balloon__close-button {
    background: url(../assets/img/metka-close.png) no-repeat center!important;
    width: 14px!important;
    height: 14px!important;
    opacity: 1!important
}*/

#placemarkr {
    position: relative;
    top: -19px;
    left: -19px;
    width: 38px;
    height: 38px;
}

/*#placemarkr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/img/metka-2.png) no-repeat center;
    width: 37px;
    height: 37px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#placemarkr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/img/metka.png) no-repeat center;
    width: 37px;
    height: 37px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
    z-index: 3
}

#placemarkr.placemarkr-hover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#placemarkr.placemarkr-hover:after {
    content: '';
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}*/
#placemarkr:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
    z-index: 2;
}
.placemarkr__item {
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0c4198;
    width: 37px;
    height: 37px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 0;
}
.placemarkr__item--hover {
    background: #eb6f13;
    width: 38px;
    height: 38px;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}
.placemarkr-hover .placemarkr__item--hover {
    opacity: 1;
}

.modal .mfp-close {
    position: fixed;
    top: 21px;
    right: 20px;
    width: 40px;
    height: 32px;
    opacity: .42;
    overflow: hidden;
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out
}
.modal .mfp-close:hover {
    opacity: 1;
}

@media (max-width:767px) {
    .modal .mfp-close {
        position: absolute;
        top: 10px;
        right: 10px
    }
}

.modal .mfp-close:active {
    top: 21px
}

@media (max-width:767px) {
    .modal .mfp-close:active {
        top: 10px
    }
}

.modal .mfp-close svg {
    width: 31px;
    height: 31px;
    pointer-events: none;
}

.sandwich {
    width: 29px;
    height: 22px;
    cursor: pointer;
    z-index: 9
}

.sandwich .sw-bottom,
.sandwich .sw-footer,
.sandwich .sw-topper {
    position: relative;
    top: 0;
    left: 0;
    width: 29px;
    height: 3px;
    border: none;
    border-radius: 4px 4px 4px 4px;
    background: #1d3874;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s
}

.sandwich .sw-bottom {
    top: 6px;
    -webkit-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

.sandwich .sw-footer {
    top: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.sandwich.is-active .sw-topper {
    top: 7px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.sandwich.is-active .sw-bottom {
    top: 4px;
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg)
}

.sandwich.is-active .sw-footer {
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 26px;
    background: #fff;
    overflow-y: auto
}

.mobile-menu.is-fixed {
    top: 60px
}

.mobile-menu.is-fixed .mobile-menu__category:last-child {
    margin-bottom: 33px
}

@media (max-width:767px) {
    .mobile-menu {
        top: 70px
    }
}

.mobile-menu__desc {
    margin: 4px 0 0;
    padding: 18px 10px 17px 31px;
    overflow: hidden;
    background: #f5f5f5
}

.mobile-menu__address {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    padding: 7px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #3e3e3e
}

.mobile-menu__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff
}

.mobile-menu__callback svg {
    width: 30px;
    height: 26px;
    margin: auto
}

.mobile-menu__category {
    border-top: 2px solid #e0e0e0
}

.mobile-menu__category:last-child {
    margin-bottom: 63px
}

@media (max-width:767px) {
    .mobile-menu__category:last-child {
        margin-bottom: 43px
    }
}

.mobile-menu__item {
    position: relative;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: #262626
}
.mobile-menu__item>a {
    color: #262626
}

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

.mobile-menu__item svg {
    position: absolute;
    right: 27px;
    top: 18px;
    width: 15px;
    height: 8px;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: -webkit-transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out
}

.mobile-menu__links {
    display: none;
    padding: 0 10px;
    border-top: 2px solid #e0e0e0
}

.mobile-menu__link {
    display: block;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    color: #353637;
    border-bottom: 2px solid #e0e0e0
}

.mobile-menu__link:last-child {
    border-bottom: none
}

.btn {
    display: inline-block;
    padding: 14px 21px;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    color: #047ed9;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: 1px solid #2988db;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

@media (max-width:767px) {
    .btn {
        width: 300px;
        text-align: center
    }
}

.btn:hover {
    color: #eb6f13;
    border-color: #eb6f13
}

.btn--blue {
    padding: 14px 47px
}

@media (max-width:767px) {
    .btn--blue {
        padding: 14px;
        width: 280px
    }
}

.btn-container {
    margin: 30px 0 65px;
    text-align: center
}

.button {
    z-index: 1;
    display: inline-block;
    padding: 17px 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    border: none;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

@media (max-width:1229px) {
    .button {
        padding: 13px 16px;
        font-size: 13px
    }
}

.button--white {
    padding: 29px 80px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff
}

.arrows {
    display: inline-block;
    vertical-align: top
}

.arrows--simple .arrows__arrow {
    border-color: transparent
}

.arrows--simple .arrows__arrow:hover {
    background: 0 0;
    border-color: transparent
}

.arrows--simple .arrows__arrow:hover svg {
    fill: #eb6f13
}

.arrows--simple .arrows__arrow svg {
    width: 22px;
    height: 22px;
    fill: #c1c2d0
}

.arrows__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.arrows__arrow:hover {
    cursor: pointer;
    background: #eb6f13;
    border-color: #eb6f13
}

.arrows__arrow:hover svg {
    fill: #fff
}

.arrows__arrow--left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 12px 0 0
}

.arrows__arrow--right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.arrows__arrow svg {
    fill: rgba(255, 255, 255, .7);
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-transition: fill 350ms ease-in-out;
    -o-transition: fill 350ms ease-in-out;
    transition: fill 350ms ease-in-out
}

.news {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 68px;
    background: #fff
}

@media (max-width:1469px) {
    .news {
        width: 46.3%;
        padding: 0 0 42px
    }
}

@media (max-width:1229px) {
    .news {
        width: 50%
    }
}

@media (max-width:991px) {
    .news {
        width: 100%;
        margin: 0 0 30px
    }
}

@media (max-width:767px) {
    .news {
        padding: 0 0 33px;
        margin: 0 0 16px
    }
}

.news:hover .news__title {
    color: #eb6f13
}

.news:hover .news__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news__container-img {
    position: relative;
    overflow: hidden
}

.news__img {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-transition: -webkit-transform 450ms ease-in-out;
    transition: -webkit-transform 450ms ease-in-out;
    -o-transition: transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out
}
.news__img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #052d52;
    opacity: 0.5;
}

@media (max-width:767px) {
    .news__img {
        height: 247px
    }
}

.news__name {
    position: absolute;
    top: 22px;
    left: 40px;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:767px) {
    .news__name {
        top: 23px;
        left: 21px
    }
}

.news__date {
    position: absolute;
    bottom: 32px;
    left: 40px;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}

@media (max-width:767px) {
    .news__date {
        bottom: 28px;
        left: 21px
    }
}

.news__date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: #fff
}

.news__title {
    display: block;
    padding: 44px 36px 0;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

@media (max-width:767px) {
    .news__title {
        padding: 35px 21px 0;
        margin: 0 0 21px
    }
}

.news__desc {
    min-height: 223px;
    padding: 0 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #262626
}

@media (max-width:767px) {
    .news__desc {
        min-height: auto;
        padding: 0 23px
    }
}

.articles {
    width: 31.8%;
    display: inline-block;
    vertical-align: top
}

@media (max-width:1229px) {
    .articles {
        width: 100%
    }
}

.articles .article {
    overflow: hidden;
    min-height: 208px;
    padding: 31px 14px 30px 27px;
    margin: 0 0 32px;
    background: #fff
}

@media (max-width:767px) {
    .articles .article {
        min-height: 214px;
        padding: 30px 22px 30px 23px;
        margin: 0 0 17px
    }
}

.articles .article__name {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #707579
}

.articles .article__date {
    position: relative;
    float: right;
    margin: 0 9px 0 0;
    color: #707579;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
}

.articles .article__date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: #707579
}

.articles .article__link {
    display: block;
    margin: 22px 0 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.articles .article__link:hover {
    color: #eb6f13
}

@media (max-width:1469px) {
    .articles .article__link {
        margin: 22px 0 0
    }
}

@media (max-width:1229px) {
    .articles .article__link {
        max-width: 75%
    }
}

@media (max-width:767px) {
    .articles .article__link {
        max-width: 100%;
        font-size: 17px;
        line-height: 23px
    }
}

.breadcrumbs {
    padding: 175px 0 0
}

@media (max-width:1229px) {
    .breadcrumbs {
        padding: 130px 0 0
    }
}

@media (max-width:767px) {
    .breadcrumbs {
        visibility: hidden
    }
    .breadcrumbs li {
        display: none !important;
    }
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 13px 0
}

.breadcrumbs li:first-child .breadcrumbs__link::after {
    display: none
}

.breadcrumbs li span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: rgba(53, 54, 55, .7)
}

.breadcrumbs li span::after {
    content: '–';
    position: absolute;
    top: -1px;
    left: -11px;
    color: rgba(53, 54, 55, .7)
}
.breadcrumbs li:first-of-type span::after {
    display: none;
}

.breadcrumbs__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: rgba(53, 54, 55, .7);
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.breadcrumbs__link:hover {
    color: #eb6f13
}

/*.breadcrumbs__link::after {
    content: '–';
    position: absolute;
    top: 0;
    left: -11px;
    color: rgba(53, 54, 55, .7)
}*/

.big-title .breadcrumbs__link,
.card .breadcrumbs__link {
    color: rgba(255, 255, 255, .7)
}

.big-title .breadcrumbs__link:hover,
.card .breadcrumbs__link:hover {
    color: #fff
}

.big-title .breadcrumbs__link::after,
.card .breadcrumbs__link::after {
    color: rgba(255, 255, 255, .7)
}

.big-title .breadcrumbs li span,
.card .breadcrumbs li span {
    color: rgba(255, 255, 255, .7)
}

.big-title .breadcrumbs li span::after,
.card .breadcrumbs li span::after {
    color: rgba(255, 255, 255, .7)
}

.table {
    margin: 0 0 96px;
    font-size: 0
}

@media (max-width:767px) {
    .table {
        display: none
    }
}

.table__row--header {
    background: #0f478d
}

.table__row--header .table__cell {
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .4px;
    color: #fff
}

.table__cell {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 27px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    border-bottom: 2px solid #e6e6e6
}

@media (min-width:1919px) and (max-width:9999px) {
    .card {
        margin: 90px 0 0
    }
}

.card .container {
    padding: 0 13px;
    font-size: 0
}

.card .container__card {
    min-height: 347px;
    background-size: auto;
    margin-top: 90px;
    position: relative;
    background-image: url('../assets/img/card-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width:1469px) {
    .card .container__card {
        background-size: auto
    }
}

@media (max-width:1229px) {
    .card .container__card {
        background-image: none!important;
        min-height: 360px;
        margin-top: 0;
        background: #273d7b
    }
}

@media (max-width:767px) {
    .card .container__card {
        min-height: auto;
        padding: 110px 0 77px
    }
}

.card .container__card:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0d000000',GradientType=0 );
    height: 74px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.card .container__card .container {
    padding: 0 12px;
}

.card .title {
    max-width: 840px;
    padding: 19px 0 0;
    margin: 0;
    font-size: 40px;
    color: #fff
}

@media (max-width:1469px) {
    .card .title {
        max-width: 760px
    }
}

@media (max-width:919px) {
    .card .title {
        font-size: 37px
    }
}

@media (max-width:767px) {
    .card .title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:767px) {
    .card .title br {
        display: none
    }
}

.card .breadcrumbs {
    max-width: 840px;
    padding: 85px 0 0
}

@media (max-width:1469px) {
    .card .breadcrumbs {
        max-width: 760px
    }
}

@media (max-width:767px) {
    .card .breadcrumbs {
        display: none
    }
}

.card__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    top: 50%;
    height: 300px;
    width: 300px;
    margin-top: -150px;
    margin-right: -707px;
}
@media (max-width:1469px) {
    .card__img {
        margin-right: -588px;
    }
}
@media (max-width:1229px) {
    .card__img {
        display: none;
    }
}
.card__img img {
    max-width: 100%;
    max-height: 100%;
}

.card__sidebar {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding: 171px 0 0 29px;
    text-align: right
}

@media (max-width:1229px) {
    .card__sidebar {
        width: 100%;
        padding: 0;
        text-align: left
    }
}

@media (max-width:767px) {
    .card__sidebar {
        margin: 0 0 41px;
        padding-right: 8px
    }
}

@media (max-width:767px) {
    .card .container-card-content {
        padding: 0 0 0 8px
    }
}

.card__content {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding: 66px 0 0;
    margin: 0 0 96px
}

@media (max-width:1229px) {
    .card__content {
        width: 100%
    }
}

@media (max-width:767px) {
    .card__content {
        padding: 44px 0 0;
        margin: 0 0 47px
    }
}

.card__title {
    margin: 0 0 28px;
    font-family: Ubuntu, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #047ed9
}

@media (max-width:767px) {
    .card__title {
        margin: 0 0 30px;
        padding-right: 8px
    }
}

.card__desc,
.card__content p {
    font-size: 16px;
    margin: 0 0 42px;
    padding: 0 10px 0 0
}

@media (max-width:767px) {
    .card__desc,
    .card__content p {
        padding: 0 8px 0 0
    }
}

.card__desc span {
    display: block;
    padding: 10px 0 0
}

.card__content ul {
    margin: 0 0 39px;
    line-height: 24px;
    font-size: 16px
}
.card__desc span.list,
.card__content ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 21px
}

.card__desc span.list:before,
.card__content ul li:before {
    content: '―';
    position: absolute;
    top: 0;
    left: 0;
    color: #047ed9
}

.card .lists {
    position: relative;
    padding-left: 30px;
    margin: 0 0 39px;
    padding: 0 0 0 21px;
    line-height: 24px;
    font-size: 16px
}

.card .lists:before {
    content: '―';
    position: absolute;
    top: 0;
    left: 0;
    color: #047ed9
}

.card .table-params {
    padding: 5px 0 0;
    margin: 0 0 60px
}

@media (max-width:767px) {
    .card .table-params {
        overflow-x: scroll;
        margin: 0 0 30px
    }
}

.card .table-params__row {
    padding: 17px 3px;
    border-bottom: 2px solid #f0f0f0
}

.card .table-params__row:nth-child(2) {
    border-bottom: 2px solid #929fbe
}

.card .table-params__row--header {
    padding: 6px 3px;
    border-bottom: 2px solid #929fbe
}

.card .table-params__row--header .table-params__cell {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    /*text-transform: uppercase;*/
    color: #1a1a1a
}

.card .table-params__row--type {
    padding: 6px 3px
}

@media (max-width:767px) {
    .card .table-params__row {
        width: 720px
    }
}

.card .table-params__cell {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    /*text-transform: uppercase*/
}

.card .table-params__cell span:first-child {
    width: 80px;
    display: inline-block;
    margin: 0 70px 0 0
}

@media (max-width:1469px) {
    .card .table-params__cell span:first-child {
        margin: 0 39px 0 0
    }
}

@media (max-width:991px) {
    .card .table-params__cell span:first-child {
        width: 55px
    }
}

.card .table-params__cell--type {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase
}

.card .table-params__cell:nth-child(1) {
    width: 22.5%
}

.card .table-params__cell:nth-child(1) span {
    margin: 0 15px 0 0
}

.card .table-params__cell:nth-child(2) {
    width: 31.3%;
    padding: 0 9% 0 0
}

@media (max-width:1469px) {
    .card .table-params__cell:nth-child(2) {
        padding: 0 6% 0 0
    }
}

.card .table-params__cell:nth-child(3) {
    width: 22.6%;
    padding: 0 5% 0 0
}

@media (max-width:1469px) {
    .card .table-params__cell:nth-child(3) {
        padding: 0
    }
}

@media (max-width:767px) {
    .card .table-params__cell:nth-child(3) {
        width: 25%
    }
}

.card .table-params__cell:nth-child(3) span {
    margin: 0 15px 0 0
}

.card .table-params__cell:nth-child(4) {
    width: 21%
}

.card .certificates {
    max-width: 370px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 26px 0 26px;
    margin: 0 0 40px;
    text-align: left;
    background: #f5f5f5
}

@media (max-width:1229px) {
    .card .certificates {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .card .certificates {
        width: 100%;
        margin: 0 0 20px;
        border: none
    }
}

.card .certificates--news .certificates__slider {
    padding: 36px 34px 20px
}

@media (max-width:767px) {
    .card .certificates--news .certificates__slider {
        padding: 32px 13px 30px
    }
}

.card .certificates__news-date {
    position: relative;
    margin: 0 9px 0 0;
    padding: 0;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    color: #707579
}

.card .certificates__news-date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: #707579
}

.card .certificates__news-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.card .certificates__news-link:hover {
    color: #eb6f13
}

.card .certificates__desc {
    margin: 0 0 42px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #262626
}

.card .certificates__title {
    width: 277px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 0 34px;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #3b3b3b
}

@media (max-width:1229px) {
    .card .certificates__title {
        width: calc(100% - 85px);
        padding: 3px 0 0 15px
    }
}

.card .certificates__slider {
    padding: 46px 43px 28px;
    border-top: 2px solid #e7e7e7
}

@media (max-width:767px) {
    .card .certificates__slider {
        padding: 32px 13px 30px
    }
}

.card .certificates__slide {
    display: inline-block;
    vertical-align: top;
    width: 320px!important
}

@media (max-width:1469px) {
    .card .certificates__slide {
        width: 265px!important
    }
}

@media (max-width:1229px) {
    .card .certificates__slide {
        width: auto!important;
        margin: 0 0 35px
    }
}

@media (max-width:767px) {
    .card .certificates__slide {
        margin: 0
    }
}

.card .certificates__preview {
    display: inline-block;
    margin: 0 16px 0 0
}

.card .certificates__link {
    max-width: 170px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.card .certificates__link:hover {
    color: #eb6f13
}

@media (max-width:1469px) {
    .card .certificates__link {
        margin: 0
    }
}

@media (max-width:1229px) {
    .card .certificates__link {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .card .certificates__link {
        max-width: 170px
    }
}

.card .certificates__date {
    position: relative;
    padding: 41px 0 0 77px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
    color: #656565
}

@media (max-width:1229px) {
    .card .certificates__date {
        padding: 40px 0 0
    }
}

.card .certificates__date::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 77px;
    width: 47px;
    height: 3px;
    background: #035c9f
}

@media (max-width:1229px) {
    .card .certificates__date::before {
        left: 0
    }
}

.card .certificates__arrows {
    margin: 0 0 26px
}

@media (max-width:1229px) {
    .card .certificates__arrows {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

.card .certificates__arrows .arrows__arrow {
    width: 30px;
    height: 30px;
    border: none
}

.card .certificates__arrows .arrows__arrow--left {
    margin: 0 18px 0 0
}

.card .certificates__arrows .arrows__arrow:hover {
    background: 0 0
}

.card .certificates__arrows .arrows__arrow:hover svg {
    fill: #eb6f13
}

@media (max-width: 767px) {
    .card .certificates__arrows .arrows__arrow:hover svg {
        fill: #565656
    }
}

.card .certificates__arrows .arrows__arrow svg {
    fill: #565656
}

.form {
    max-width: 52.4%;
    margin: 0 auto
}

@media (max-width:1469px) {
    .form {
        max-width: 49%
    }
}

@media (max-width:1229px) {
    .form {
        max-width: 61.1%
    }
}

@media (max-width:991px) {
    .form {
        max-width: 84%
    }
}

@media (max-width:767px) {
    .form {
        max-width: 100%
    }
}

.form form {
    width: 100%;
}

.form__group-container {
    padding: 28px 0 10px
}

@media (max-width:767px) {
    .form__group-container {
        text-align: center
    }
}

.form__group {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 0 24px;
    text-align: left;
    font-size: 18px;
    color: #333
}

.form__group-symbol:before {
    content: '*';
    position: absolute;
    top: 19px;
    right: 2px;
    font-size: 16px;
    color: #047ed9
}

.form__label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: 0 0;
    border: none;
    pointer-events: none;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.form__label--active {
    top: -15px;
    font-size: 12px;
    letter-spacing: .025em;
    color: #333
}

.form__input {
    position: relative;
    padding: 10px 10px 4px 0;
    width: 100%;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: 0 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    -webkit-transition: border-color 350ms;
    -o-transition: border-color 350ms;
    transition: border-color 350ms
}

.form__input.is-error {
    border-color: rgba(239, 154, 121, .7)!important
}

.form__input.is-error:focus:not(.has-value)+.form__label {
    color: rgba(239, 154, 121, .7)
}

.form__input.is-error+label {
    color: rgba(239, 154, 121, .7)
}

.form__input.has-value,
.form__input:focus {
    border-color: #fff
}

.form__input.has-value+.form__label,
.form__input:focus+.form__label {
    top: -15px;
    color: #fff;
    opacity: .28;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.form__input.has-value.is-error+label {
    color: rgba(239, 154, 121, .7)
}

.form__recapcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 31px
}

@media (max-width:767px) {
    .form__recapcha {
        -webkit-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.form__recapcha .g-recaptcha {
    max-width: 302px;
    margin: 0 auto
}

.form__input-float {
    position: relative;
    text-align: left
}

.form__input-float .error-message {
    position: absolute;
    top: auto;
    right: auto
}

.form__button {
    margin: 0 0 26px
}

.form .checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 23px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.1px;
    font-weight: 300;
    color: #fff;
    cursor: pointer
}
.form .checkbox a {
    color: #fff;
    text-decoration: underline;
}
.form .checkbox a:hover {
    text-decoration: none;
}
.form .checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer
}

.form .checkbox span:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 9px;
    height: 5px;
    border: 1px solid #191919;
    border-top: none;
    border-right: none;
    cursor: pointer;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.form input:checked+.checkbox span:after {
    opacity: 1
}

.form__textarea {
    max-height: 96px;
    min-height: 96px;
    resize: none
}

.articles-inner {
    font-size: 0
}

.articles-inner .container {
    padding: 0 12px
}

@media (max-width:767px) {
    .articles-inner .container {
        padding: 0
    }
}

.articles-inner .article-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    background: #fff;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.articles-inner .article-inner:nth-of-type(2n) {
    border-right: 1px solid #ddd
}

@media (max-width:767px) {
    .articles-inner .article-inner:nth-of-type(2n) {
        border-right: none
    }
}

.articles-inner .article-inner:hover {
    z-index: 2;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.articles-inner .article-inner:hover .article-inner__title {
    color: #eb6f13
}

@media (max-width:1229px) {
    .articles-inner .article-inner {
        border-right: 1px solid #ddd
    }
}

@media (max-width:991px) {
    .articles-inner .article-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

@media (max-width:767px) {
    .articles-inner .article-inner {
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 12px
    }
}

.articles-inner .article-inner__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .articles-inner .article-inner__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.articles-inner .article-inner__block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

@media (max-width:991px) {
    .articles-inner .article-inner__block {
        width: 100%
    }
}

.articles-inner .article-inner__block:last-child {
    padding: 31px 42px 75px 47px
}

@media (max-width:1229px) {
    .articles-inner .article-inner__block:last-child {
        padding: 20px 20px 70px
    }
}

@media (max-width:767px) {
    .articles-inner .article-inner__block:last-child {
        padding: 20px 0 40px
    }
}

.articles-inner .article-inner__img {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width:767px) {
    .articles-inner .article-inner__img {
        height: 132px
    }
}

.articles-inner .article-inner__title {
    min-height: 55px;
    margin: 0 0 22px;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.articles-inner .article-inner__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, .8)
}

.articles-inner .article-inner__date {
    padding: 0 7px;
    margin: 0 0 17px;
    font-family: Ubuntu, sans-serif, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(38, 38, 38, .8);
    text-transform: lowercase;
}

.articles-inner .article-inner__date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: rgba(38, 38, 38, .8)
}

.banner {
    position: relative;
    display: block;
    margin: 60px 0 0;
    padding: 30px 0 0
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#173974), to(rgba(21, 79, 137, .9)));
    background: -webkit-linear-gradient(top, #173974 0, rgba(21, 79, 137, .9) 100%);
    background: -o-linear-gradient(top, #173974 0, rgba(21, 79, 137, .9) 100%);
    background: linear-gradient(to bottom, #173974 0, rgba(21, 79, 137, .9) 100%);
    z-index: 2
}

@media (min-width:768px) and (max-width:9999px) {
    .banner:before {
        display: none
    }
}

@media (max-width:1469px) {
    .banner .container {
        padding: 0 14px
    }
}

.banner__content {
    position: relative;
    display: block;
    min-height: 750px
}

@media (max-width:1469px) {
    .banner__content {
        min-height: 545px
    }
}

@media (max-width:767px) {
    .banner__content {
        position: relative;
        z-index: 3;
        min-height: 378px
    }
}

.banner__links {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    min-height: 750px;
    background: -webkit-gradient(linear, left top, left bottom, from(#173974), to(rgba(21, 79, 137, .9)));
    background: -webkit-linear-gradient(top, #173974 0, rgba(21, 79, 137, .9) 100%);
    background: -o-linear-gradient(top, #173974 0, rgba(21, 79, 137, .9) 100%);
    background: linear-gradient(to bottom, #173974 0, rgba(21, 79, 137, .9) 100%);
    margin: 0 0 0 25px;
    padding: 87px 0 0
}

@media (max-width:1469px) {
    .banner__links {
        min-height: 545px;
        margin: 0
    }
}

@media (max-width:767px) {
    .banner__links {
        min-height: 378px;
        background: 0 0;
        margin: auto;
        padding: 19px 0 0
    }
}

.banner__link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .3px;
    color: #fff;
    -webkit-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out
}

.banner__link:last-child span {
    border-bottom: none
}

.banner__link:hover {
    background: #eb6f13
}

.banner__link:hover span {
    border-color: transparent
}

.banner__link span {
    display: block;
    margin: 0 22px;
    padding: 12px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    -webkit-transition: border 350ms ease-in-out;
    -o-transition: border 350ms ease-in-out;
    transition: border 350ms ease-in-out
}

@media (max-width:767px) {
    .banner__link span {
        margin: 0 20px
    }
}

.banner__news {
    position: absolute;
    bottom: 127px;
    right: 7px;
    width: 234px;
    height: 277px;
    display: inline-block;
    vertical-align: top;
    padding: 21px 15px 21px 26px;
    background: rgba(33, 38, 48, .54);
    border: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:1469px) {
    .banner__news {
        bottom: 49px;
        right: 0
    }
}

@media (max-width:767px) {
    .banner__news {
        display: none
    }
}

.banner__news-name {
    margin: 0 0 46px;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8)
}

.banner__news-desc {
    display: inline-block;
    margin: 0 0 27px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-height: 4.6em;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.banner__news-desc:hover {
    color: #eb6f13
}

.banner__news-date {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    text-transform: lowercase;
}

.banner__news-date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 2px;
    margin: 0 22px;
    background: rgba(255, 255, 255, .7)
}

.banner__slider {
    width: 100%
}

.banner__arrows {
    width: 70px;
    margin: 0 0 0 auto;
    text-align: right
}

.banner__arrow {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px
}

.banner__arrow:hover {
    cursor: pointer
}

.banner__arrow:hover svg {
    fill: #eb6f13
}

.banner__arrow--left svg,
.banner__arrow--right svg {
    fill: rgba(255, 255, 255, .7);
    width: 20px;
    height: 20px;
    -webkit-transition: fill 350ms ease-in-out;
    -o-transition: fill 350ms ease-in-out;
    transition: fill 350ms ease-in-out
}

.banner__arrow--left svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.banner__arrow--right svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.callback-modal {
    z-index: 99999;
    width: 100%;
    margin: auto;
    padding: 0 0 100px;
    font-family: "Open Sans", sans-serif;
    background: #1b2f67
}

@media (max-width:1229px) {
    .callback-modal {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .callback-modal {
        padding: 60px 0 50px
    }
}

.callback-modal__title {
    max-width: 430px;
    padding: 11.5% 0 0;
    margin: auto auto 38px;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

@media (max-width:1229px) {
    .callback-modal__title {
        padding: 5.5% 0 0
    }
}

@media (max-width:992px) {
    .callback-modal__title {
        padding: 0;
        font-size: 32px
    }
}

.callback-modal__content {
    width: 100%;
    height: 100%
}

.callback-modal .form__button {
    float: right;
    margin-left: 15px
}

@media (max-width:767px) {
    .callback-modal .form__button {
        margin-left: 0;
        float: none
    }
}

.mfp-container {
    padding: 0
}

.mfp-auto-cursor .mfp-content {
    cursor: default;
    background: #1b2f67
}

.catalog {
    font-size: 0;
    margin-bottom: 50px;
}

.catalog .container {
    padding: 0 12px;
}

@media (max-width:767px) {
    .catalog .container {
        padding: 0
    }
}

.catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.catalog .catalog-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333333333333%;
    padding: 43px 34px 50px 45px;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.catalog .catalog-block:nth-of-type(3n) {
    border-right: 1px solid #ddd
}

@media (max-width:1229px) {
    .catalog .catalog-block:nth-of-type(3n) {
        border-right: none
    }
}

@media (max-width:991px) {
    .catalog .catalog-block:nth-of-type(3n) {
        border-right: 1px solid #ddd
    }
}

@media (max-width:767px) {
    .catalog .catalog-block:nth-of-type(3n) {
        border-right: none
    }
}

@media (max-width:1229px) {
    .catalog .catalog-block:nth-of-type(2n) {
        border-right: 1px solid #ddd
    }
}

@media (max-width:767px) {
    .catalog .catalog-block:nth-of-type(2n) {
        border-right: none
    }
}

.catalog .catalog-block:hover {
    z-index: 2;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.catalog .catalog-block:hover .catalog-block__title {
    color: #eb6f13
}

@media (max-width:1229px) {
    .catalog .catalog-block {
        width: 50%
    }
}

@media (max-width:991px) {
    .catalog .catalog-block {
        width: 100%;
        border: 1px solid #ddd;
        border-bottom: none
    }
}

@media (max-width:767px) {
    .catalog .catalog-block {
        padding: 40px 5px 34px 8px;
        border: none;
        border-bottom: 1px solid #ddd
    }
}

.catalog .catalog-block__container {
    height: 100%;
    margin: 0 0 10px
}

.catalog-inner__content .catalog .catalog-block__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
    margin: 0;
}

@media (max-width:767px) {
    .catalog .catalog-block__container {
        height: auto;
        margin: 0 0 8px
    }
}

.catalog .catalog-block__title {
    display: inline-block;
    vertical-align: top;
    max-width: 227px;
    margin: 0 0 17px;
    padding: 5px 0 0;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.catalog-inner__content .catalog .catalog-block__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
}

.catalog .catalog-block__img {
    float: right;
    max-width: 74px;
    max-height: 82px;
    margin: 0 9px 0 0
}

.catalog-inner__content .catalog .catalog-block__img {
    max-width: 128px;
    max-height: none;
}


@media (max-width:767px) {
    .catalog .catalog-block__img {
        max-width: 66px;
        max-height: 54px;
        margin: 6px 21px 0 0
    }
}
@media (max-width:575px) {
    .catalog .catalog-block__img {
        margin: 6px 0 0 0
    }
}

.catalog .catalog-block__desc {
    min-height: 192px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, .8)
}

@media (max-width:991px) {
    .catalog .catalog-block__desc {
        min-height: 110px
    }
}

.catalog-inner .container {
    padding: 0 13px;
}

@media (max-width:767px) {
    .catalog-inner .container {
        padding: 0
    }
}

.catalog-inner__container {
    font-size: 0;
    position: relative;
}

.catalog-inner .tabs {
    display: inline-block;
    vertical-align: top;
    width: 31.8%;
    margin: 0 30px 30px 0;
}

@media (max-width:991px) {
    .catalog-inner .tabs {
        display: none
    }
}

.catalog-inner {
    margin-bottom: 50px;
}

.fixed-catalog-menu {
    position: absolute;
    top: 0;
    width: 449px;
}

@media (max-width:1469px) {
    .fixed-catalog-menu {
        width: 373px;
    }
}
@media (max-width:1229px) {
    .fixed-catalog-menu {
        width: 297px;
    }
}
.fixed-catalog-menu.fixed {
    position: fixed;
    top: 90px;
}
.fixed-catalog-menu.fixed.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.catalog-inner .tabs__tab {
    display: block;
    padding: 22px 39px;
    border-bottom: 1px solid #e9e9e9;
    background: #f5f5f5;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.catalog-inner .tabs__tab:last-child {
    border-bottom: none
}

.catalog-inner .tabs__tab:hover {
    cursor: pointer;
    background: #f96f38;
    border-color: #f96f38
}

.catalog-inner .tabs__tab:hover .tabs__text {
    color: #fff
}

.catalog-inner .tabs__tab.is-active {
    background: #f96f38
}

.catalog-inner .tabs__tab.is-active .tabs__text {
    color: #fff
}

.catalog-inner .tabs__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #353637;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.catalog-inner__content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65.6%;
    margin: 0 0 -1px
}

@media (max-width:1229px) {
    .catalog-inner__content {
        width: 64.9%
    }
}

@media (max-width:991px) {
    .catalog-inner__content {
        width: 100%
    }
}
.catalog-inner__content .catalog {
    max-width: 768px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}
.catalog-inner__content .catalog .catalog-block {
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 28px 23px 29px 33px;
    width: 50%;
}
.catalog-inner__content .catalog .catalog-block:last-child {
    border-right: 1px solid #ddd;
    margin-right: -1px;
    width: calc(50% + 1px);
}
.catalog-inner__content .catalog .catalog-block:nth-of-type(even) {
    border-left: 1px solid #ddd;
    border-right: 0;
    margin: 0;
    width: 50%;
}
.catalog-inner__block {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .catalog-inner__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .catalog-inner__block {
        margin: 0 0 40px
    }
}

.catalog-inner__block.is-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.catalog-inner__element {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 256px;
    padding: 28px 23px 29px 33px;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
    background: #fff;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.catalog-inner__element:last-child,
.catalog-inner__element:nth-of-type(3n) {
    border-right: 1px solid #ddd
}

@media (max-width:1229px) {
    .catalog-inner__element:last-child,
    .catalog-inner__element:nth-of-type(3n) {
        border-right: none
    }
}

@media (max-width:1229px) {
    .catalog-inner__element:nth-of-type(2n) {
        border-right: 1px solid #ddd
    }
}

@media (max-width:767px) {
    .catalog-inner__element:nth-of-type(2n) {
        border-right: none
    }
}

.catalog-inner__element:hover {
    z-index: 2;
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.catalog-inner__element:hover .catalog-inner__element-text {
    color: #f96f38
}

@media (max-width:767px) {
    .catalog-inner__element {
        max-width: 100%;
        padding: 36px 23px 37px 10px;
        border: none;
        border-bottom: 1px solid #ddd
    }
}

.catalog-inner__element-count {
    position: relative;
    padding: 0 26px;
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    color: #242424
}

.catalog-inner__element-count:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../assets/img/icons/element.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.catalog-inner__element-text {
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.certificates-inner {
    margin: 0 0 64px;
    font-size: 0
}

.certificates-inner .container {
    padding: 0 12px
}

@media (max-width:767px) {
    .certificates-inner .container {
        padding: 0 12px
    }
}

.certificates-inner__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width:767px) {
    .certificates-inner__container {
        padding: 30px 0 0
    }
}

.certificates-inner .certificate {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 48.7%;
    margin: 0 30px 30px 0;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.certificates-inner .certificate:nth-of-type(2n) {
    margin-right: 0
}

.certificates-inner .certificate:hover {
    z-index: 2;
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.certificates-inner .certificate:hover .certificate__title {
    color: #eb6f13
}

@media (max-width:1229px) {
    .certificates-inner .certificate {
        width: 48.2%
    }
}

@media (max-width:991px) {
    .certificates-inner .certificate {
        width: 100%;
        margin: 0 0 30px
    }
}

@media (max-width:767px) {
    .certificates-inner .certificate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.certificates-inner .certificate__block {
    display: inline-block;
    vertical-align: top
}

@media (min-width: 992px) and (max-width:1469px) {
  .certificates-inner .certificate__block {
    background-size: 80% !important;
  }
}

.certificates-inner .certificate__block:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    background: #ddd
}

@media (max-width:767px) {
    .certificates-inner .certificate__block:first-child {
        padding: 15px 0;
        width: 100%;
    }
}

.certificates-inner .certificate__block:last-child {
    width: 58%;
    padding: 51px 32px 30px
}

@media (max-width:767px) {
    .certificates-inner .certificate__block:last-child {
        width: 100%;
        padding: 30px
    }
}

.certificates-inner .certificate__img {
    width: 150px;
    height: 183px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.certificates-inner .certificate__title {
    min-height: 117px;
    margin: 0 0 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

@media (max-width:767px) {
    .certificates-inner .certificate__title {
        min-height: 75px;
        margin: 0 0 25px
    }
}

.certificates-inner .certificate__date {
    position: relative;
    padding: 41px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #656565;
    text-transform: lowercase;
}

.certificates-inner .certificate__date:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 47px;
    height: 3px;
    background: #035c9f
}

.certificates-inner .certificate__download {
    display: block;
    margin: 0 0 38px
}

@media (max-width:1469px) {
    .certificates-inner .certificate__download {
        margin: 0 0 14px
    }
}

@media (max-width:991px) {
    .certificates-inner .certificate__download {
        padding: 80px 0 0
    }
}

@media (max-width:767px) {
    .certificates-inner .certificate__download {
        padding: 0
    }
}

.certificates-inner .certificate__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #656565;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.certificates-inner .certificate__link:hover {
    color: #eb6f13
}

.certificates-modal {
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 91px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background: #1b2f67
}

@media (max-width:1229px) {
    .certificates-modal {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .certificates-modal {
        padding: 100px 0 30px
    }
}

.certificates-modal .modal__slide {
    display: none
}

.certificates-modal .modal__slide.is-active {
    display: block
}

.certificates-modal .modal__image {
    width: 80%;
    height: 640px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (max-width:1229px) {
    .certificates-modal .modal__image {
        width: 100%;
        height: 433px;
    }
}

@media (max-width:767px) {
    .certificates-modal .modal__image {
        margin: 0 auto 20px
    }
}

.certificates-modal .modal__title {
    max-width: 550px;
    margin: 0 auto 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff
}

@media (max-width:767px) {
    .certificates-modal .modal__title {
        margin: 0 0 15px
    }
}

.certificates-modal .modal__text {
    max-width: 550px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, .4)
}

@media (max-width:767px) {
    .certificates-modal .modal__text {
        font-size: 13px;
        line-height: 16px
    }
}

.certificates-modal .modal__slider-arrow {
    position: absolute;
    top: 50%;
    padding: 10px;
    z-index: 50
}

@media (max-width:1439px) {
    .certificates-modal .modal__slider-arrow {
        top: 40%
    }
}

@media (max-width:767px) {
    .certificates-modal .modal__slider-arrow {
        top: 8%
    }
}

.certificates-modal .modal__slider-arrow:hover {
    cursor: pointer
}

.certificates-modal .modal__slider-arrow:hover svg .cls-1 {
    stroke: #fff
}

.certificates-modal .modal__slider-arrow svg {
    width: 50px;
    height: 20px
}

.certificates-modal .modal__slider-arrow svg .cls-1 {
    stroke: rgba(255, 255, 255, .5)
}

.certificates-modal .modal__slider-arrow--left {
    left: 7.8%
}

@media (max-width:1229px) {
    .certificates-modal .modal__slider-arrow--left {
        left: 3%
    }
}

@media (max-width:767px) {
    .certificates-modal .modal__slider-arrow--left {
        left: 20%
    }
}

.certificates-modal .modal__slider-arrow--right {
    right: 7.8%
}

@media (max-width:1229px) {
    .certificates-modal .modal__slider-arrow--right {
        right: 3%
    }
}

@media (max-width:767px) {
    .certificates-modal .modal__slider-arrow--right {
        right: 20%
    }
}

@media (max-width:1229px) {
    .deliveries {
        background: #e8e8e8
    }
}

.deliveries .container {
    position: relative
}

@media (max-width:767px) {
    .deliveries .container {
        padding: 0 9px
    }
}

.deliveries__block {
    position: absolute;
    top: 145px;
    left: 25px;
    width: 448px;
    padding: 59px 44px 117px 33px;
    background: #e8e8e8;
    z-index: 10
}

@media (max-width:1469px) {
    .deliveries__block {
        left: 10px;
        width: 370px;
        padding: 62px 44px 92px 33px
    }
}

@media (max-width:1279px) {
    .deliveries__block {
        left: 30px
    }
}

@media (max-width:1229px) {
    .deliveries__block {
        position: static;
        width: auto;
        max-width: 510px;
        background: 0 0
    }
}

@media (max-width:767px) {
    .deliveries__block {
        padding: 55px 0 62px
    }
}

.deliveries__title {
    position: relative;
    margin: 0 0 54px;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #4a4a4a
}
.deliveries__title a {
    color: inherit;
}

@media (max-width:1469px) {
    .deliveries__title {
        font-size: 32px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .deliveries__title {
        font-size: 28px
    }
}

.deliveries__title:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 2px;
    width: 56px;
    height: 2px;
    background: #1b326b
}

.deliveries__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #3c3c3c
}

@media (max-width:767px) {
    .deliveries__desc {
        padding: 0 17px 0 0
    }
}

.deliveries .map {
    width: 100%;
    height: 788px
}

@media (max-width:1229px) {
    .deliveries .map {
        height: 447px
    }
}

.deliveries--simple {
    background: #fff
}

@media (max-width:767px) {
    .deliveries--simple {
        padding: 23px 0 0
    }
}

@media (max-width:767px) {
    .deliveries--simple .map {
        height: 473px
    }
}

.documentations .certificate__block:last-child {
    padding: 51px 45px 36px 32px
}

@media (max-width:1469px) {
    .documentations .certificate__block:last-child {
        padding: 51px 15px 30px 32px
    }
}

@media (max-width:991px) {
    .documentations .certificate__block:last-child {
        padding: 51px 32px 30px
    }
}

@media (max-width:767px) {
    .documentations .certificate__block:last-child {
        width: 100%;
        padding: 30px
    }
}

@media (max-width:767px) {
    .documentations .certificate__block:first-child {
        padding: 0 0 1px
    }
}

.documentations .certificate__title {
    min-height: auto;
    height: 76%;
    margin: 0 0 29px
}

@media (max-width:991px) {
    .documentations .certificate__title {
        height: auto
    }
}

.footer {
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 15px 0 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width:1229px) {
    .footer {
        padding: 15px 0 25px
    }
}

@media (max-width:767px) {
    .footer {
        padding: 15px 0 43px;
        text-align: center
    }
}

@media (max-width:1469px) {
    .footer .container {
        padding: 0 13px
    }
}

@media (max-width:1229px) {
    .footer .container {
        overflow: hidden
    }
}

.footer__block {
    display: inline-block;
    vertical-align: middle
}

.footer__block:nth-child(1) {
    width: 26.4%;
    padding: 18px 0 0 26px
}

@media (max-width:1469px) {
    .footer__block:nth-child(1) {
        width: 24.7%;
        padding: 17px 0 0
    }
}

@media (max-width:1229px) {
    .footer__block:nth-child(1) {
        display: none
    }
}

.footer__block:nth-child(2) {
    width: 24.8%;
    padding: 22px 0 0;
    overflow: hidden
}

@media (max-width:1469px) {
    .footer__block:nth-child(2) {
        width: 24.4%
    }
}

@media (max-width:1229px) {
    .footer__block:nth-child(2) {
        width: 33.3%
    }
}

@media (max-width:991px) {
    .footer__block:nth-child(2) {
        width: 27.5%
    }
}

@media (max-width:767px) {
    .footer__block:nth-child(2) {
        width: 100%;
        display: block;
        padding: 39px 0 0
    }
}

.footer__block:nth-child(3) {
    width: 22%;
    padding: 22px 0 0
}

@media (max-width:1469px) {
    .footer__block:nth-child(3) {
        width: 27%
    }
}

@media (max-width:1229px) {
    .footer__block:nth-child(3) {
        width: 33.3%
    }
}

@media (max-width:991px) {
    .footer__block:nth-child(3) {
        width: 43.3%
    }
}

@media (max-width:767px) {
    .footer__block:nth-child(3) {
        width: 100%;
        display: block;
        padding: 5px 0 0;
        font-size: 15px
    }
}

.footer__block:nth-child(4) {
    float: right;
    padding: 43px 2px 0 0
}

.footer__block:nth-child(4) .press-center__social-link {
    margin: 0 5px 0 0
}

@media (max-width:767px) {
    .footer__block:nth-child(4) .press-center__social-link:last-child {
        margin-right: 0
    }
}

@media (max-width:1469px) {
    .footer__block:nth-child(4) {
        padding: 43px 0 0
    }
}

@media (max-width:1229px) {
    .footer__block:nth-child(4) {
        padding: 20px 0 0
    }
}

@media (max-width:992px) {
    .footer__block:nth-child(4) {
        padding: 18px 0 0
    }
}

@media (max-width:767px) {
    .footer__block:nth-child(4) {
        width: 100%;
        display: block;
        padding: 49px 0 0
    }
}

.footer__address,
.footer__phone {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-weight: 400
}

@media (max-width:767px) {
    .footer__phone {
        font-size: 28px
    }
}

.footer-bottom {
    background: #1b2951;
    font-size: 0
}

@media (max-width:767px) {
    .footer-bottom {
        padding: 0 0 14px
    }
}

.footer-bottom .container {
    overflow: hidden
}

@media (max-width:1469px) {
    .footer-bottom .container {
        padding: 0 15px
    }
}

@media (max-width:1229px) {
    .footer-bottom .container {
        padding: 0;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .footer-bottom .container {
        max-width: 100%
    }
}

.footer-bottom__block {
    display: inline-block;
    vertical-align: middle
}

.footer-bottom__block:nth-child(1) {
    width: 26.6%;
    padding: 18px 0 0 26px
}

@media (max-width:1469px) {
    .footer-bottom__block:nth-child(1) {
        width: 25%;
        padding: 17px 0 0
    }
}

@media (max-width:1229px) {
    .footer-bottom__block:nth-child(1) {
        padding: 14px 0 0
    }
}

@media (max-width:767px) {
    .footer-bottom__block:nth-child(1) {
        width: 100%;
        padding: 18px 15px 10px;
    }
}

.footer-bottom__block:nth-child(2) {
    width: 34%;
    padding: 14px 0 0;
    overflow: hidden
}

@media (max-width:1469px) {
    .footer-bottom__block:nth-child(2) {
        width: 36.7%
    }
}

@media (max-width:1229px) {
    .footer-bottom__block:nth-child(2) {
        width: 41%;
        padding: 7px 0 0;
        text-align: center
    }
    .footer-bottom__block:nth-child(2) p {
        display: block
    }
    .footer-bottom__block:nth-child(2) p a {
        display: inline-block
    }
}

@media (max-width:767px) {
    .footer-bottom__block:nth-child(2) {
        width: calc(100% - 54px);
        padding: 0 0 0 15px;
        text-align: left
    }
}

.footer-bottom__block:nth-child(3) {
    float: right;
    padding: 0 6px 0 0
}

@media (max-width:1469px) {
    .footer-bottom__block:nth-child(3) {
        padding: 0
    }
}

@media (max-width:767px) {
    .footer-bottom__block:nth-child(3) {
        padding: 0;
        float: none
    }
}

.footer-bottom a,
.footer-bottom p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .26)
}

@media (max-width:767px) {
    .footer-bottom p {
        display: block
    }
}

.footer-bottom a {
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

@media (max-width:1229px) {
    .footer-bottom a {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .footer-bottom a {
        font-size: 14px
    }
}

.footer-bottom a:hover {
    color: #fff
}

.footer-bottom a.planet {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 85px;
    background: #1b2540
}

.footer-bottom a.planet:hover svg {
    fill: rgba(255, 255, 255, .7)
}

.footer-bottom a.planet svg {
    fill: rgba(255, 255, 255, .26);
    height: 41px;
    width: 41px;
    -webkit-transition: fill 350ms ease-in-out;
    -o-transition: fill 350ms ease-in-out;
    transition: fill 350ms ease-in-out
}

.footer-bottom p.makein {
    margin: 0 11px 0 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: right
}

@media (max-width:1229px) {
    .footer-bottom p.makein {
        display: none
    }
}

.footer-bottom p.offer {
    float: right
}

@media (max-width:1229px) {
    .footer-bottom p.offer {
        float: none
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 4px 0;
    font-size: 0;
    -webkit-box-shadow: 0 5px 18px rgba(69, 69, 74, .22);
    box-shadow: 0 5px 18px rgba(69, 69, 74, .22);
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99
}

@media (max-width:767px) {
    .header {
        height: 70px
    }
}

.header.is-fixed {
    height: 60px;
    padding: 0
}

@media (max-width:767px) {
    .header.is-fixed {
        height: 70px;
        padding: 4px 0
    }
}

.header.is-fixed .logo {
    height: auto
}

.header.is-fixed .logo .img,
.header.is-fixed .logo .img:before {
    width: 100px;
    height: 57px
}

@media (max-width:767px) {
    .header.is-fixed .logo .img,
    .header.is-fixed .logo .img:before {
        width: 86px;
        height: 62px
    }
}

.header.is-fixed .menu {
    padding: 24px 0 0 40px
}

.header.is-fixed .menu__link[data-element]:before {
    bottom: -36px
}

.header.is-fixed .header__callback-logo {
    width: 29px;
    height: 34px;
    margin: 4px 11px 0 0
}

.header.is-fixed .header__callback {
    padding: 9px 0 0
}

.header.is-fixed .header__callback-text {
    padding: 0
}

.header.is-fixed .header__callback-phone {
    font-size: 18px
}

.header.is-fixed .header__callback-call {
    font-size: 12px
}

.header.is-fixed .header__mobile-phone,
.header.is-fixed .header__sandwich {
    padding: 20px 0 0
}

@media (max-width:1469px) {
    .header .container {
        padding: 0 2px
    }
}

@media (max-width:767px) {
    .header .container {
        padding: 0 11px 0 5px
    }
}

.header__logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 16px
}

@media (max-width:1469px) {
    .header__logo {
        margin: 0
    }
}

.header__logo .logo {
    display: block;
    width: 141px;
    height: 80px
}

@media (max-width:767px) {
    .header__logo .logo {
        height: auto;
        width: auto
    }
}

.header__logo .logo .img {
    position: relative;
    width: 141px;
    height: 80px;
    background-image: url(../assets/img/svg/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    -o-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out
}

.header__logo .logo .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 141px;
    height: 80px;
    background-image: url(../assets/img/svg/logo_h.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}

.header__logo a.logo .img:hover:before {
    opacity: 1
}

@media (max-width:767px) {
    .header__logo .logo .img,
    .header__logo .logo .img:before {
        width: 86px;
        height: 62px
    }
}

.header__callback {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    padding: 14px 0 0;
    text-align: right;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width:1279px) {
    .header__callback {
        display: none
    }
}

.header__callback-phone {
    font-size: 19px;
    font-weight: 700;
    color: #3e3e3e;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header__callback-call {
    font-size: 13px;
    font-weight: 400;
    color: #858585;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header__callback-call:hover {
    cursor: pointer;
    color: #eb6f13
}

.header__callback-logo {
    width: 42px;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header__callback-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header__callback-mail {
    color: #858585;
    font-size: 13px;
    margin-right: 10px;
}
.header__callback-mail:hover {
    color: #eb6f13
}

@media (max-width: 1279px) {
    .header__callback-mail {
        font-size: 15px;
    }
}

.header__callback-text {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 0;
    text-align: left;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header .menu {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    text-align: right;
    padding: 34px 0 0 40px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width:1469px) {
    .header .menu {
        width: 62%
    }
}

@media (max-width:1279px) {
    .header .menu {
        display: none
    }
}

.header .menu__list {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 19px 0 0
}

.header .menu__list:last-child {
    margin-right: 0
}

.header .menu__link {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.33px;
    color: #262626;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.header .menu__link[data-element]:before {
    opacity: 0;
    content: '';
    position: absolute;
    bottom: -51px;
    left: calc(50% - 10px);
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    -webkit-transition: bottom .5s ease-in-out;
    -o-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
    z-index: 5
}

.header .menu__link.is-active[data-element]:before {
    opacity: 1
}

.header .menu__link:hover,
.header .menu__link.active {
    color: #eb6f13
}

.header .dropdown {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(33.8%, #0f478d), color-stop(33.8%, #0c3c78));
    background: -webkit-linear-gradient(left, #0f478d 33.8%, #0c3c78 33.8% 60%);
    background: -o-linear-gradient(left, #0f478d 33.8%, #0c3c78 33.8% 60%);
    background: linear-gradient(to right, #0f478d 33.8%, #0c3c78 33.8% 60%);
    background: -ms-linear-gradient(right, #0c3c78 75%, #0f478d 25%);
    -webkit-transition: top .5s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: top .5s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: top .5s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out
}

@media (max-width:1919px) {
    .header .dropdown {
        background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0f478d), color-stop(30%, #0c3c78));
        background: -webkit-linear-gradient(left, #0f478d 30%, #0c3c78 30% 60%);
        background: -o-linear-gradient(left, #0f478d 30%, #0c3c78 30% 60%);
        background: linear-gradient(to right, #0f478d 30%, #0c3c78 30% 60%)
    }
}

.header .dropdown.is-fixed {
    top: 60px
}

.header .dropdown.is-active {
    opacity: 1;
    visibility: visible;
}

.header .dropdown.is-simple {
    width: 294px;
    opacity: 1;
    visibility: visible;
    background: 0 0
}

.header .dropdown.is-simple .dropdown__links {
    width: 100%;
    padding: 0
}

.header .dropdown.is-simple .dropdown__link {
    height: 79px;
    line-height: 79px;
    padding: 0 27px
}

@media (max-width:1469px) {
    .header .dropdown {
        background: -webkit-gradient(linear, left top, right top, color-stop(32.2%, #0f478d), color-stop(32.2%, #0c3c78));
        background: -webkit-linear-gradient(left, #0f478d 32.2%, #0c3c78 32.2% 60%);
        background: -o-linear-gradient(left, #0f478d 32.2%, #0c3c78 32.2% 60%);
        background: linear-gradient(to right, #0f478d 32.2%, #0c3c78 32.2% 60%)
    }
}

@media (max-width:1439px) {
    .header .dropdown {
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0f478d), color-stop(20%, #0c3c78));
        background: -webkit-linear-gradient(left, #0f478d 20%, #0c3c78 20% 80%);
        background: -o-linear-gradient(left, #0f478d 20%, #0c3c78 20% 80%);
        background: linear-gradient(to right, #0f478d 20%, #0c3c78 20% 80%)
    }
}

@media (max-width:1279px) {
    .header .dropdown {
        display: none!important
    }
}

.header .dropdown__wrapper {
    position: relative;
    font-size: 0
}

.header .dropdown__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.header .is-active .dropdown__element.is-active,
.header .is-simple .dropdown__element.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.header .dropdown__links {
    display: inline-block;
    vertical-align: top;
    width: 28.6%;
    padding: 28px 0 28px 13px;
    background: #0f478d
}

.header .dropdown__content {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: calc(100vh - 90px) !important;
    max-height: 786px;
    margin: 30px 0 0
}

.header .dropdown__blocks {
    padding: 0 0 60px
}

.header .dropdown__block {
    display: block;
    padding-left: 26px;
    position: absolute;
    height: auto;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    width: 100%;
}

.header .is-active .dropdown__block.is-active {
    /*height: auto;
    position: relative;*/
    opacity: 1;
    visibility: visible;
}

.header .dropdown__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 77px;
    padding: 0 32px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    color: #fff;
    border-bottom: 2px solid #265898;
    -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out;
    transition: background 350ms ease-in-out, border-color 350ms ease-in-out
}

.header .dropdown__link:last-child {
    border-bottom: none
}

.header .dropdown__link.is-active,
.header .dropdown__link:hover,
.header .dropdown__link.active {
    background: #eb6f13;
    border-color: #eb6f13
}

.header .dropdown__pipes-container {
    display: inline-block;
    vertical-align: top;
    width: 65%
}

.header .dropdown__pipes {
    display: inline-block;
    vertical-align: top;
    width: 157px;
    margin: 0 16px 25px 0
}

.header .dropdown__trumpet {
    display: block
}

.header .dropdown__trumpet:hover .dropdown__trumpet-text {
    opacity: 1
}

.header .dropdown__trumpet-text {
    opacity: .71;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out
}

.header .dropdown__trumpet-img {
    background: #fff;
    border-radius: 100%;
    height: 128px;
    line-height: 128px;
    width: 128px;
    margin: 0 0 10px;
    overflow: hidden;
}
.header .dropdown__trumpet-img.no-photo {
  background: #fff;
  line-height: 98px;
  padding: 15px;
}
.header .dropdown__trumpet-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header .dropdown__btn-close {
    position: absolute;
    top: 28px;
    right: 0
}

@media (max-width:1469px) {
    .header .dropdown__btn-close {
        right: -96px
    }
}

@media (max-width:1439px) {
    .header .dropdown__btn-close {
        right: -32px
    }
}

.header .dropdown__news {
    width: 35%;
    display: inline-block;
    vertical-align: top
}

.header .dropdown__news-wrapper {
    width: 286px;
    padding: 0 0 68px;
    margin: 0 0 30px;
    background: #fff
}

.header .dropdown__news-container-img {
    position: relative
}

.header .dropdown__news-img {
    display: block;
    width: 286px;
    height: 215px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.header .dropdown__news-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #052d52;
    opacity: 0.5;
}

.header .dropdown__news-name {
    position: absolute;
    top: 21px;
    left: 23px;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff
}

.header .dropdown__news-date {
    position: absolute;
    bottom: 19px;
    left: 27px;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}

.header .dropdown__news-date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: #fff
}

.header .dropdown__news-title {
    display: block;
    padding: 24px 22px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.header .dropdown__news-title:hover {
    color: #eb6f13
}

.header .dropdown__news-desc {
    padding: 0 15px 0 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #262626
}

.header__mobile-phone {
    display: none;
    width: 75%;
    vertical-align: top;
    padding: 30px 0 0;
    text-align: right;
    -webkit-transition: padding .5s ease-in-out;
    -o-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out
}

@media (max-width:1279px) {
    .header__mobile-phone {
        display: inline-block
    }
}

@media (max-width:991px) {
    .header__mobile-phone {
        width: 70%
    }
}

@media (max-width:767px) {
    .header__mobile-phone {
        position: relative;
        left: -3px;
        top: 0;
        width: 62%;
        padding: 20px 0 0;
        text-align: center
    }
}

.header__mobile-phone a {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 700
}

.header__sandwich {
    display: none;
    float: right;
    vertical-align: top;
    padding: 30px 0 0;
    -webkit-transition: padding .5s ease-in-out;
    -o-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out
}

@media (max-width:1279px) {
    .header__sandwich {
        display: inline-block
    }
}

@media (max-width:767px) {
    .header__sandwich {
        padding: 20px 0 0
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.laboratory {
    font-size: 0;
    padding: 99px 0 113px;
    background: #ddd
}

@media (max-width:1229px) {
    .laboratory {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .laboratory {
        padding: 44px 0 37px
    }
}

.laboratory .container {
    padding: 0 12px
}

.laboratory__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.laboratory__block {
    width: 31.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 30px 0 0;
    background: #fff
}

.laboratory__block:nth-of-type(3n) {
    margin-right: 0
}

@media (max-width:1229px) {
    .laboratory__block:nth-of-type(3n) {
        margin-right: 30px
    }
}

@media (max-width:991px) {
    .laboratory__block:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (max-width:1229px) {
    .laboratory__block:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (max-width:1229px) {
    .laboratory__block {
        width: 48.3%;
        margin: 0 30px 30px 0
    }
}

@media (max-width:991px) {
    .laboratory__block {
        width: 100%;
        margin: 0 0 30px
    }
}

@media (max-width:767px) {
    .laboratory__block {
        margin: 0 0 10px
    }
}

.laboratory__img {
    width: 100%;
    height: 206px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.laboratory__content {
    padding: 47px 32px;
    margin: 0 0 26px
}

@media (max-width:767px) {
    .laboratory__content {
        padding: 30px 20px;
        margin: 0 0 49px
    }
}

.laboratory__title {
    margin: 0 0 50px;
    font-family: Ubuntu, sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #353637
}

@media (max-width:767px) {
    .laboratory__title {
        padding: 0 12px;
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 1.25
    }
}

.laboratory__text {
    margin: 0 0 20px;
    font-family: Ubuntu, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #353637
}

@media (max-width:767px) {
    .laboratory__text {
        margin: 0 0 7px
    }
}

.laboratory__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, .8)
}

.not-found {
    font-size: 0;
    min-height: 100vh;
    padding: 180px 0 0;
    background: #1b2f67
}

@media (max-width:1439px) {
    .not-found {
        padding: 100px 0 0
    }
}

@media (max-width:1229px) {
    .not-found {
        padding: 60px 0 0
    }
}

@media (max-width:767px) {
    .not-found {
        padding: 15px 0 0
    }
}

@media (max-width:1229px) {
    .not-found .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.not-found__logo {
    padding: 0 0 0 94px
}

@media (max-width:1229px) {
    .not-found__logo {
        display: none
    }
}

@media (max-width:767px) {
    .not-found__logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: block;
        width: 290px;
        padding: 0;
        margin: 0 auto 25px
    }
}

.not-found__logo .logo {
    display: inline-block
}

@media (max-width:767px) {
    .not-found__logo .logo img {
        width: 91px
    }
}

.not-found__block {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

@media (max-width:1229px) {
    .not-found__block {
        width: 100%
    }
}

.not-found__block:nth-child(2) {
    padding: 41px 0 0 97px;
    margin: 0 0 50px
}

@media (max-width:1229px) {
    .not-found__block:nth-child(2) {
        padding: 40px 0 0 94px
    }
}

@media (max-width:767px) {
    .not-found__block:nth-child(2) {
        max-width: 302px;
        padding: 0;
        margin: 0 auto 50px
    }
}

.not-found__block:nth-child(3) {
    padding: 71px 62px 0 0
}

@media (max-width:1229px) {
    .not-found__block:nth-child(3) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width:767px) {
    .not-found__block:nth-child(3) {
        max-width: 302px;
        margin: 0 auto;
        padding: 71px 0 0
    }
}

.not-found__introduction {
    padding: 0 90px 0 0;
    margin: 0 0 9px
}

@media (max-width:767px) {
    .not-found__introduction {
        padding: 0
    }
}

.not-found__introduction p {
    margin: 0 0 8px
}

.not-found__causes {
    padding: 27px 90px 0 0;
    margin: 0 0 18px
}

@media (max-width:767px) {
    .not-found__causes {
        padding: 27px 0 0
    }
}

.not-found__causes p {
    margin: 0 0 20px
}

.not-found__causes ul>li {
    position: relative;
    padding: 0 0 0 21px;
    margin: 0 0 10px
}

.not-found__causes ul>li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #ffe27e;
    opacity: .45
}

.not-found__image {
    width: 341px;
    height: 164px;
    margin: 0 0 29px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width:1469px) {
    .not-found__image {
        margin: 0 0 29px auto
    }
}

@media (max-width:1229px) {
    .not-found__image {
        margin: 0 auto 30px
    }
}

@media (max-width:767px) {
    .not-found__image {
        width: 280px;
        height: 115px;
        background-size: contain
    }
}

.not-found__title {
    margin: 0 62px 0 0;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 14.29px;
    color: rgba(255, 255, 255, .8)
}

@media (max-width:1229px) {
    .not-found__title {
        text-align: center;
        padding: 0;
        margin: 0
    }
}

@media (max-width:767px) {
    .not-found__title {
        margin: 0 0 40px
    }
}

.not-found a.link,
.not-found li,
.not-found p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.not-found a.link {
    color: #eb6f13;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.not-found a.link:hover {
    color: rgba(235, 111, 19, .7)
}

.objects {
    font-size: 0
}

.objects .container {
    padding: 0 12px
}

.objects__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 55px;
    width: 100%;
}

@media (max-width:767px) {
    .objects__container {
        margin: 0;
        padding: 30px 0 0
    }
}

.objects .object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31.6%;
    margin: 0 30px 30px 0;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.objects .object:nth-of-type(3n) {
    margin-right: 0
}

@media (max-width:1229px) {
    .objects .object:nth-of-type(3n) {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .objects .object:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (max-width:1229px) {
    .objects .object:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .objects .object:nth-of-type(2n) {
        margin-right: 0
    }
}

.objects .object:hover {
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.objects .object:hover .object__name {
    color: #eb6f13
}

@media (max-width:1229px) {
    .objects .object {
        width: 48.3%
    }
}

@media (max-width:991px) {
    .objects .object {
        width: 47.8%
    }
}

@media (max-width:767px) {
    .objects .object {
        width: 100%;
        margin: 0 0 30px
    }
}

.objects .object__container-img {
    position: relative
}

.objects .object__img {
    width: 100%;
    height: 280px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.objects .object__img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #052d52;
    opacity: 0.5;
}

@media (max-width:767px) {
    .objects .object__img {
        height: 220px
    }
}

.objects .object__date {
    position: absolute;
    bottom: 30px;
    left: 34px;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    color: #fff
}

@media (max-width:767px) {
    .objects .object__date {
        left: 20px
    }
}

.objects .object__date span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 10px 0 11px;
    background: #fff
}

.objects .object__content {
    padding: 29px 29px 25px;
    border: 1px solid #ddd;
    border-top: none
}

@media (max-width:767px) {
    .objects .object__content {
        padding: 20px
    }
}

.objects .object__name {
    min-height: 94px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.objects .object__quantity {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #414141
}

.objects .object__quantity span:first-child {
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 3px
}

.objects-modal {
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 91px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background: #1b2f67
}

@media (max-width:1229px) {
    .objects-modal {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .objects-modal {
        padding: 100px 0 30px
    }
}

.objects-modal .modal__slider.is-active {
    display: block
}

.objects-modal .modal__slider.is-hide {
    display: none
}

.objects-modal .modal__image {
    width: 800px;
    height: 600px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width:1439px) {
    .objects-modal .modal__image {
        width: 600px;
        height: 400px
    }
}

@media (max-width:1229px) {
    .objects-modal .modal__image {
        width: 400px;
        height: 300px
    }
}

@media (max-width:1229px) {
    .objects-modal .modal__image {
        width: 300px;
        height: 223px
    }
}

@media (max-width:767px) {
    .objects-modal .modal__image {
        margin: 0 auto 20px
    }
}

.objects-modal .modal__title {
    max-width: 550px;
    margin: 0 auto 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff
}

@media (max-width:767px) {
    .objects-modal .modal__title {
        margin: 0 0 15px
    }
}

.objects-modal .modal__text {
    max-width: 550px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, .4)
}

@media (max-width:767px) {
    .objects-modal .modal__text {
        font-size: 13px;
        line-height: 16px
    }
}

.objects-modal .modal__slider-arrow {
    position: absolute;
    top: 50%;
    padding: 10px;
    z-index: 50
}

@media (max-width:1439px) {
    .objects-modal .modal__slider-arrow {
        top: 40%
    }
}

@media (max-width:767px) {
    .objects-modal .modal__slider-arrow {
        top: -12%
    }
}

.objects-modal .modal__slider-arrow:hover {
    cursor: pointer
}

.objects-modal .modal__slider-arrow:hover svg .cls-1 {
    stroke: #fff
}

.objects-modal .modal__slider-arrow svg {
    width: 50px;
    height: 20px
}

.objects-modal .modal__slider-arrow svg .cls-1 {
    stroke: rgba(255, 255, 255, .5)
}

.objects-modal .modal__slider-arrow--left {
    left: 7.8%
}

@media (max-width:1229px) {
    .objects-modal .modal__slider-arrow--left {
        left: 3%
    }
}

@media (max-width:767px) {
    .objects-modal .modal__slider-arrow--left {
        left: 20%
    }
}

.objects-modal .modal__slider-arrow--right {
    right: 7.8%
}

@media (max-width:1229px) {
    .objects-modal .modal__slider-arrow--right {
        right: 3%
    }
}

@media (max-width:767px) {
    .objects-modal .modal__slider-arrow--right {
        right: 20%
    }
}

.objects-slider {
    padding: 46px 0 53px
}

@media (max-width:767px) {
    .objects-slider {
        padding: 40px 0 22px
    }
}

.objects-slider .container {
    position: relative
}

.objects-slider__title {
    margin: 0 0 39px;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #20346c
}
.objects-slider__title a {
    color: inherit;
}

@media (max-width:767px) {
    .objects-slider__title {
        margin: 0 0 33px;
        font-size: 28px
    }
}

.objects-slider__slider {
    z-index: 10
}

@media (max-width:1439px) {
    .objects-slider__slider {
        margin: 0 25px
    }
}

.objects-slider__slide {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    height: 150px
}

@media (max-width:767px) {
    .objects-slider__slide {
        margin: 0 0 16px;
        height: 120px;
    }
}

.objects-slider__slide img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .objects-slider__slide img {
        margin: 0 auto
    }
}

.objects-slider .arrows {
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%
}

@media (max-width:767px) {
    .objects-slider .arrows {
        top: 47.7%
    }
}

.objects-slider .arrows__arrow {
    position: relative
}

@media (max-width:767px) {
    .objects-slider .arrows__arrow {
        width: 36px;
        height: 36px
    }
}

.objects-slider .arrows__arrow--left {
    left: -3.7%
}

@media (max-width:1439px) {
    .objects-slider .arrows__arrow--left {
        left: 0
    }
}

.objects-slider .arrows__arrow--right {
    right: -4.8%;
    float: right
}

@media (max-width:1439px) {
    .objects-slider .arrows__arrow--right {
        right: 0
    }
}

.other {
    padding: 137px 0 72px 48px;
    font-size: 0
}

@media (max-width:1469px) {
    .other {
        padding: 68px 0 71px 0
    }
}

@media (max-width:767px) {
    .other {
        padding: 0
    }
}

.other .container {
    /*overflow: hidden*/
}

@media (max-width:1469px) {
    .other .container {
        padding: 0 14px
    }
}

@media (max-width:1229px) {
    .other .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .other .container {
        display: block;
        padding: 0
    }
}

.other .company {
    float: left;
    width: 48%;
    padding: 36px 86px 68px;
    margin: 0 28px 0 0;
    background: rgba(232, 232, 232, .4)
}

@media (max-width:1469px) {
    .other .company {
        padding: 45px 35px 69px 58px;
        margin: 0 40px 0 0
    }
}

@media (max-width:1229px) {
    .other .company {
        width: 100%;
        background: #fff
    }
}

@media (max-width:767px) {
    .other .company {
        margin: 0;
        padding: 36px 9px 61px
    }
}

.other .company__title {
    margin: 0 0 21px;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #353637
}
.other .company__title a {
    color: inherit;
}

@media (max-width:1469px) {
    .other .company__title {
        font-size: 31px;
        margin: 0 0 25px
    }
}

@media (max-width:767px) {
    .other .company__title {
        margin: 0 0 23px;
        font-size: 28px;
        text-align: center
    }
}

.other .company__desc {
    margin: 0 0 20px;
    padding: 0 0 0 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #191919
}

@media (max-width:1229px) {
    .other .company__desc {
        max-width: 610px
    }
}

@media (max-width:767px) {
    .other .company__desc {
        padding: 0;
        font-size: 15px;
        line-height: 24px
    }
}

.other .company__subtitle {
    margin: 0 0 4px;
    padding: 0 0 0 70px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #353637
}

@media (max-width:767px) {
    .other .company__subtitle {
        padding: 0 0 0 50px
    }
}

.other .company__subdesc {
    padding: 0 0 0 70px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #353637
}

@media (max-width:767px) {
    .other .company__subdesc {
        padding: 0 0 0 50px
    }
}

@media (max-width:767px) {
    .other .company__subdesc br {
        display: none
    }
}

.other .company__list {
    padding: 20px 0 0;
    margin: 0 0 42px
}

@media (max-width:767px) {
    .other .company__list {
        padding: 16px 0 0;
        margin: 0 0 37px
    }
}

.other .company__item {
    margin: 0 0 20px;
    overflow: hidden
}

.other .company__icon {
    float: left;
    margin: 4px 0 0 7px
}

@media (max-width:767px) {
    .other .company__icon {
        margin: 4px 0 0
    }
}

@media (max-width:767px) {
    .other .company__btns {
        text-align: center
    }
}

.other .company__btns .btn:first-child {
    margin: 0 16px 0 0
}

@media (max-width:1469px) {
    .other .company__btns .btn:first-child {
        margin: 0 20px 0 0
    }
}

@media (max-width:767px) {
    .other .company__btns .btn:first-child {
        margin: 0 0 15px
    }
}

.other .special-offers {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 38px 39px 69px 62px;
    margin: 0 0 37px
}

@media (max-width:1469px) {
    .other .special-offers {
        width: 48.5%;
        padding: 43px 28px 44px 40px
    }
}

@media (max-width:1229px) {
    .other .special-offers {
        width: 50%;
        margin: 0 15px 0 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 0 38px
    }
}

@media (max-width:767px) {
    .other .special-offers {
        width: 100%;
        margin: 0
    }
}

.other .special-offers__title {
    width: 76%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 74px;
    padding: 0 25px 0 0;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}
.other .special-offers__title a {
    color: inherit;
}

@media (max-width:1469px) {
    .other .special-offers__title {
        width: 74%;
        padding: 3px 25px 0 0;
        margin: 0 0 79px;
        font-size: 32px
    }
}

@media (max-width:1229px) {
    .other .special-offers__title {
        font-size: 28px;
        padding: 0 22px;
        margin: 0 0 37px
    }
}

.other .special-offers__subtitle {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:1229px) {
    .other .special-offers__subtitle {
        margin: 0 0 22px;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 600
    }
}

.other .special-offers__desc {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, .8)
}

.other .special-offers__arrows {
    margin: 5px 0 0
}

@media (max-width:1469px) {
    .other .special-offers__arrows {
        margin: 0
    }
}

@media (max-width:1229px) {
    .other .special-offers__arrows {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

@media (max-width:1229px) {
    .other .special-offers__slider {
        padding: 0 10px 0 22px;
        margin: 0 0 10px
    }
}

@media (max-width:767px) {
    .other .special-offers__slider {
        padding: 0 22px
    }
}

.other .certificates {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 25px 0 26px;
    border: 1px solid rgba(82, 85, 87, .33)
}

@media (max-width:1469px) {
    .other .certificates {
        width: 48.5%
    }
}

@media (max-width:1229px) {
    .other .certificates {
        width: calc(50% - 15px);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 36px 0 32px
    }
}

@media (max-width:767px) {
    .other .certificates {
        width: 100%;
        border: none
    }
}

.other .certificates__title {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px 0 41px;
    margin: 0 0 30px;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #353637
}
.other .certificates__title a {
    color: inherit;
}

@media (max-width:1469px) {
    .other .certificates__title {
        width: 72.5%;
        padding: 5px 25px 0 41px;
        margin: 0 0 39px;
        font-size: 31px
    }
}

@media (max-width:1229px) {
    .other .certificates__title {
        width: 100%;
        padding: 0;
        margin: 0 0 36px;
        text-align: center;
        font-size: 28px
    }
}

.other .certificates__slider {
    padding: 46px 32px 20px 43px;
    border-top: 1px solid #eee
}

@media (max-width:1229px) {
    .other .certificates__slider {
        padding: 46px 30px 20px 40px
    }
}

.other .certificates__slide {
    display: inline-block;
    vertical-align: top;
}

@media (max-width:1469px) {
    .other .certificates__slide {
    }
}

@media (max-width:1229px) {
    .other .certificates__slide {
        width: auto!important;
        margin: 0 0 35px
    }
}

@media (max-width:767px) {
    .other .certificates__slide {
        margin: 0
    }
}

.certificates__preview {
    position: relative;
    width: 61px;
}
.other .certificates__preview {
    display: inline-block;
    margin: 0 16px 0 0;
}
.certificates__preview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #052d52;
    opacity: 0.5;
}
.certificates__preview img {
    max-width: 100%;
}

.other .certificates__link {
    max-width: 170px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #047ed9;
    max-height: 4.2em;
    overflow: hidden;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}
.certificates__preview+.certificates__link {
    width: -webkit-calc(100% - 77px);
    width: calc(100% - 77px);
}

.other .certificates__slide:hover .certificates__link {
    color: #eb6f13
}

@media (max-width:1469px) {
    .other .certificates__link {
        margin: 0
    }
}

.other .certificates__date {
    position: relative;
    padding: 41px 0 0 77px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #656565;
    text-transform: lowercase;
}

@media (max-width:1229px) {
    .other .certificates__date {
        padding: 40px 0 0
    }
}

.other .certificates__date::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 77px;
    width: 47px;
    height: 3px;
    background: #035c9f
}

@media (max-width:1229px) {
    .other .certificates__date::before {
        left: 0
    }
}

.other .certificates__arrows {
    margin: 3px 0 0
}

@media (max-width:1229px) {
    .other .certificates__arrows {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

.other .certificates__arrows .arrows__arrow {
    border-color: #e9e9e9
}

.other .certificates__arrows .arrows__arrow:hover {
    border-color: #eb6f13
}

.other .certificates__arrows .arrows__arrow:hover svg {
    fill: #fff
}

.other .certificates__arrows .arrows__arrow svg {
    fill: #565656
}

.pagination {
    padding: 20px 0;
    text-align: center;
    background: #ddd
}
.catalog-inner__content .pagination {
    max-width: 768px;
}

.pagination .container {
    position: relative
}

.pagination__btn {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    background: 0 0;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.pagination__btn:hover {
    color: #fff;
    background: #f96f38
}

.pagination__btn.is-active {
    color: #fff;
    background: #047ed9
}

.pagination__btn.is-disable {
    pointer-events: none;
    opacity: 0.4;
}

.pagination .arrow-left,
.pagination .arrow-right {
    position: absolute;
    top: 0
}

.pagination .arrow-left:hover,
.pagination .arrow-right:hover {
    background: 0 0
}

.pagination .arrow-left:hover svg .cls-1,
.pagination .arrow-right:hover svg .cls-1 {
    stroke: #f96f38
}

.pagination .arrow-left {
    left: 9px
}

.pagination .arrow-right {
    right: 9px
}

@media (max-width:767px) {
    .pagination__btn {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        vertical-align: top;
        margin: 0 -1px;
    }
    .svg-arrow-simple-left {
        width: 25px;
        height: 23px;
    }
    .svg-arrow-simple-right {
        width: 25px;
        height: 23px;
    }
}

.press-center {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 56px 0 80px;
    font-size: 0
}

@media (max-width:1469px) {
    .press-center {
        padding: 64px 0 80px
    }
}

@media (max-width:767px) {
    .press-center {
        padding: 53px 0 68px
    }
}

.press-center .container {
    padding: 0 6px 0 20px
}

@media (max-width:1469px) {
    .press-center .container {
        padding: 0 13px 0 15px
    }
}

@media (max-width:767px) {
    .press-center .container {
        padding: 0 10px
    }
}

.press-center__title {
    width: calc(100% - 430px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 56px;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

@media (max-width:1469px) {
    .press-center__title {
        margin: 0 0 60px;
        font-size: 32px
    }
}

@media (max-width:1229px) {
    .press-center__title {
        width: auto
    }
}

@media (max-width:767px) {
    .press-center__title {
        margin: 0;
        font-size: 28px
    }
}

.press-center__socials {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    text-align: right;
    padding: 11px 0 0 2px
}

@media (max-width:1469px) {
    .press-center__socials {
        padding: 3px 0 0
    }
}

@media (max-width:1229px) {
    .press-center__socials {
        float: right
    }
}

@media (max-width:767px) {
    .press-center__socials {
        width: auto;
        padding: 0
    }
}

.press-center__socials-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 9px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.press-center__socials-text:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    margin: 0 22px 0 17px;
    background: #fff
}

@media (max-width:1229px) {
    .press-center__socials-text {
        display: none
    }
}

.press-center__social {
    display: inline-block;
    vertical-align: top
}

.press-center__social-link {
    display: inline-block;
    margin: 0 12px 0 0
}

.press-center__social-link:last-child {
    margin-right: 0
}

.press-center__news {
    width: 68.2%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:1229px) {
    .press-center__news {
        width: 100%;
        margin: 0 0 31px
    }
}

@media (max-width:991px) {
    .press-center__news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

@media (max-width:767px) {
    .press-center__news {
        padding: 50px 0 0
    }
}

.press-center__news .news:first-child {
    margin-right: 28px
}

@media (max-width:1469px) {
    .press-center__news .news:first-child {
        margin-right: 31px
    }
}

@media (max-width:991px) {
    .press-center__news .news:first-child {
        margin-right: 0
    }
}

.special-offers {
    margin: 0 0 84px;
    font-size: 0
}

@media (max-width:767px) {
    .special-offers .title {
        font-size: 31px
    }
}

.special-offers .container {
    padding: 0 12px
}

@media (max-width:767px) {
    .special-offers .container {
        padding: 0
    }
}

.special-offers .special-offer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 42px 45px 45px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.special-offers .special-offer:hover {
    z-index: 2;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 8px 60px 3px rgba(0, 0, 0, .22)
}

.special-offers .special-offer:hover .special-offer__title {
    color: #eb6f13
}

@media (max-width:991px) {
    .special-offers .special-offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .special-offers .special-offer {
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 12px
    }
}

.special-offers .special-offer:first-child {
    border-top: 1px solid #ddd
}

@media (max-width:767px) {
    .special-offers .special-offer:first-child {
        border-bottom: 1px solid #ddd
    }
}

.special-offers .special-offer__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special-offers .special-offer__block {
    display: inline-block;
    vertical-align: top
}

.special-offers .special-offer__block:first-child {
    width: 46%
}

@media (max-width:991px) {
    .special-offers .special-offer__block:first-child {
        width: 100%
    }
}

.special-offers .special-offer__block:last-child {
    width: 54%;
    padding: 20px 42px 20px 60px
}

@media (max-width:1229px) {
    .special-offers .special-offer__block:last-child {
        padding: 20px 0 20px 30px
    }
}

@media (max-width:991px) {
    .special-offers .special-offer__block:last-child {
        width: 100%;
        padding: 20px 0 20px
    }
}

.special-offers .special-offer__img {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width:1229px) {
    .special-offers .special-offer__img {
        height: 250px
    }
}

.special-offers .special-offer__title {
    margin: 0 0 22px;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #047ed9;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out
}

.special-offers .special-offer__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, .8)
}

.mfp-container {
    background: #1b2f67
}

@media (max-width:991px) {
    .mfp-container {
        padding: 0
    }
}

.slick-dots {
    left: -9px;
    bottom: -39px;
    text-align: left
}

.slick-dots li {
    margin: 0 3px
}

.slick-dots li button:before {
    font-size: 4px;
    color: #fff;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #eb6f13;
    opacity: 1
}

.slick-dotted.slick-slider {
    margin-bottom: 17px
}

.nano {
    overflow: visible!important;
    -ms-overflow-style: none
}

.nano>.nano-pane {
    position: absolute!important;
    top: 10%!important;
    right: -11px!important;
    bottom: 10%!important;
    width: 18px!important;
    background: 0 0!important
}

@media (max-width:1469px) {
    .nano>.nano-pane {
        right: -107px!important
    }
}

@media (max-width:1439px) {
    .nano>.nano-pane {
        right: -40px!important
    }
}

.nano>.nano-pane:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background: #728eb1;
    opacity: .37
}

.nano>.nano-pane>.nano-slider {
    background: #fff!important;
    border-radius: 16px!important
}
.card__table {
    margin: 0 0 60px;
}
.fl-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}
.fl-table__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}
.fl-table__grow-5 {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -ms-flex-positive: 5;
            flex-grow: 5;
}
.fl-table__item>* {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    min-height: 37px;
    border-bottom: 2px solid #929fbe;
    padding-right: 15px;
}
.fl-table__item>*:last-of-type {
    border-color: #f0f0f0;
    min-height: 56px;
}
.fl-table__item-head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #1a1a1a;
    min-height: 48px;
    padding-top: 6px;
    height: auto;
}
.fl-table__item-multi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fl-table__subitem {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}
.fl-table__subitem-head {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}
.fl-table__item-value,
.fl-table__subitem-value {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 991px) {
    .fl-table__item-value,
    .fl-table__subitem-value {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .card__table {
        overflow-x: scroll;
        margin: 0 0 30px;
    }
    .fl-table {
        width: 720px;
    }
}
.card-props {
    font-size: 14px;
    margin-bottom: 50px;
}
.card-prop {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.card-prop>*,
.card-prop__multi>* {
    width: 50%;
}
.card-prop__multi {
    display: flex;
    width: 100% !important;
}
.card-prop__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #1a1a1a;
}
.card-prop__title_multi {
    margin-bottom: 5px;
    width: 100%;
}
.card-prop__name {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}
.card-prop__value {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.dialog-message {
    margin-bottom: 20px;
    display: none;
    text-align: center;
}
.dialog-message.error {
    color: rgba(239, 154, 121, .7);
}
.dialog-message.success {
    color: rgba(121, 239, 136, 0.7);
}
.contacts-blocks {
  min-height: 604px;
  position: relative;
  padding: 0 0 63px;
  background: #f5f5f5; }
  @media (max-width: 1469px) {
    .contacts-blocks {
      padding: 0 0 40px; } }
  @media (max-width: 991px) {
    .contacts-blocks {
      padding: 0; } }
  .contacts-blocks__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 63%;}
  .contacts-blocks__map>* {
    height: 100%;
  }
    @media (max-width: 1229px) {
      .contacts-blocks__map {
        width: 58%; } }
    @media (max-width: 991px) {
      .contacts-blocks__map {
        position: static;
        width: 100%;
        height: 400px; } }
  .contacts-blocks .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 25px 0;
    font-size: 0; }
    @media (max-width: 1469px) {
      .contacts-blocks .container {
        padding: 0 14px 0; } }
    @media (max-width: 767px) {
      .contacts-blocks .container {
        padding: 0; } }
  .contacts-blocks__block {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 81px 30px 44px 0px;
    font-size: 17px }
    @media (max-width: 1229px) {
      .contacts-blocks__block {
        width: 42%; } }
    @media (max-width: 991px) {
      .contacts-blocks__block {
        display: block;
        width: 100%; } }
    @media (max-width: 767px) {
      .contacts-blocks__block {
        padding: 25px 20px 0 20px; } }
  .contacts-blocks__subtitle {
    margin: 0 0 9px;
    color: #353637;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; }
  .contacts-blocks__text {
    margin: 0 0 31px;
    color: #373737;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px; }
    @media (max-width: 991px) {
      .contacts-blocks__text {
        max-width: 500px; } }
  .contacts-blocks__link {
    display: inline-block;
    margin: 0 0 4px;
    color: #373737;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px; }
  .contacts-blocks__phone, .contacts-blocks__mail {
    margin: 0 0 30px; }


    .metka-2 {
      font-size: 0;
      padding: 0 16px; }
      .metka-2__title {
        margin: 0 0 6px;
        color: #000000;
        font-size: 15px;
        font-weight: 700; }
      .metka-2__block {
        display: inline-block;
        vertical-align: top; }
        .metka-2__block--img {
          width: 100px; }
        .metka-2__block--info {
            width: 100%;
        }
        .metka-2__block--img+.metka-2__block--info {
          width: calc(100% - 100px);
          padding-left: 20px;
        }
          @media (max-width: 400px) {
            .metka-2__block--img+.metka-2__block--info {
              width: 100%;
              padding-left: 0;
            } }
    .metka-2__img {
        max-width: 100%;
    }
      .metka-2__text {
        position: relative;
        margin: 0 0 3px;
        padding: 0 0 0 16px;
        color: #6c6c6c;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px; }
        .metka-2__text:nth-of-type(1) {
          margin: 0 0 9px;
          padding: 0; }
        .metka-2__text:nth-of-type(2) svg, .metka-2__text:nth-of-type(3) svg, .metka-2__text:nth-of-type(4) svg {
          width: 13px;
          height: 13px; }
        @media (max-width: 767px) {
          .metka-2__text:last-child {
            margin: 0; } }
        .metka-2__text svg {
          position: absolute;
          top: 0;
          left: -2px; }
        .metka-2__text a {
            color: #6c6c6c;
        }



    .popover {
      width: 388px;
      min-height: 155px;
      border-top: 4px solid #035c9f; }
      .popover-inner {
          padding: 20px 0 0;
          background: white;
          min-height: 155px;
          -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
        position: relative; }
        .popover-inner .close {
          position: absolute;
          top: 0;
          right: 5px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          display: block;
          font-size: 34px;
          text-align: center;
          color: #6c6c6c;
          background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
          opacity: .4;
          z-index: 4; }
          .popover-inner .close:hover {
            opacity: 1; }
      .popover__tail {
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 50%);
        background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 50%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 50%);
        display: block;
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 17px;
        height: 17px;
        margin-bottom: -17px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
        .popover__tail:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          background-color: #fff;
          bottom: 1px;
          left: 1px; }
        .popover-content {
            position: relative;
            padding-bottom: 20px;
            z-index: 1;
        }
        .metka__descr {
            color: #6c6c6c;
            font-size: 12px;
            font-weight: 400;
            line-height: 15px;
        }
  .catalog-inner__content .catalog {
    margin-bottom: 0;
  }
  .catalog-inner__content .catalog__container {
    border-bottom: 0;
  }
.catalog-inner__description {
    font-size: 15px;
max-width: 768px;
padding: 30px 32px;
border: 1px solid #ddd;
background: white; }
@media (max-width: 1229px) {
  .catalog-inner__description,
  .catalog-inner__content .catalog {
    max-width: 512px; }
    .catalog-inner__content .catalog .catalog-block {
        width: 100%;
    }
    .catalog-inner__content .catalog .catalog-block:nth-of-type(even) {
        border-left: 0;
        width: 100%;
    }
    .catalog-inner__content .catalog .catalog-block:last-child {
        border-right: 0;
        margin: 0;
        width: 100%;
    } }
@media (max-width: 991px) {
  .catalog-inner__description,
  .catalog-inner__content .catalog {
    margin: 0 auto; }
    .catalog-inner__content .catalog .catalog-block {
        width: 100%;
    }
    .catalog-inner__content .catalog .catalog-block:nth-of-type(even) {
        border-left: 0;
    } }
@media (max-width: 767px) {
    .catalog-inner__description {
        padding: 30px 10px;
    }
  .catalog-inner__description,
  .catalog-inner__content .catalog {
    border-left: none;
    border-right: none; }
    .catalog-inner__content .catalog .catalog-block {
        padding: 40px 5px 34px 8px;
        width: 100%;
    }
    .catalog-inner__content .catalog .catalog-block:nth-of-type(even) {
        border-left: 0;
    } }
.catalog-inner__description p {
  margin: 0 0 20px;
  color: rgba(38, 38, 38, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px; }
.catalog-inner__description h2 {
    font-size: 1.5em;
    margin: 30px 0 20px;
}
.catalog-inner__description h3 {
    font-size: 1.4em;
    margin: 30px 0 20px;
}
.catalog-inner__description h4 {
    font-size: 1.3em;
    margin: 30px 0 20px;
}
.catalog-inner__description h5 {
    font-size: 1.2em;
    margin: 30px 0 20px;
}
.catalog-inner__description h6 {
    font-size: 1.1em;
    margin: 30px 0 20px;
}
.catalog-inner__description ul,
.catalog-inner__description ol {
  margin: 0 0 20px;
  color: rgba(38, 38, 38, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.catalog-inner__description ol {
    padding-left: 30px;
}
.catalog-inner__description ul>li,
.catalog-inner__description ol>li {
    margin-bottom: 20px;
}
.catalog-inner__description ul>li {
    padding-left: 30px;
    position: relative;
}
.catalog-inner__description ul>li:before {
    content: '―';
    position: absolute;
    top: 0;
    left: 0;
}
.catalog-inner__description-hidden {
  display: none; }
.catalog-inner__description .preview-img {
  max-height: 300px;
  margin: 0 0 32px; }
  .catalog-inner__description .preview-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
.catalog-inner__description-btn-container {
  padding: 23px 0 21px;
  text-align: center; }
.catalog-inner__description-btn-container .btn {
width: 190px; }

.card__content ol {
    padding: 0 0 0 21px;
    margin: 0 0 39px;
    line-height: 24px;
    font-size: 16px;
}

.card__content ol > li {
    margin: 0 0 10px;
}

.card__content h1,
.card__content h2,
.card__content h3,
.card__content h4,
.card__content h5,
.card__content h6 {
    margin: 0 0 30px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    /* color: #353637; */
    color: #047ed9;
}

.card__content h1 {
    font-size: 45px;
    line-height: 1.2;
}
.card__content h2 {
    font-size: 28px;
    line-height: 1.2;
}
.card__content h3 {
    font-size: 30px;
    line-height: 35px
}
.card__content h4 {
    font-size: 26px;
    line-height: 32px
}
.card__content h5 {
    line-height: 30px;
    font-size: 24px
}
.card__content h6 {
    font-size: 22px;
    line-height: 18px
}

@media (max-width: 1229px) {
    .card__content h1 {
        font-size: 38px;
    }
    .card__content h2 {
        font-size: 28px;
    }
    .card__content h3 {
        font-size: 24px;
    }
    .card__content h4 {
        font-size:22px;
        line-height: 1.2
    }
    .card__content h5 {
        font-size:20px;
        line-height: 1.2
    }
    .card__content h6 {
        font-size:19px;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    .card__content h1 {
        font-size: 30px;
        overflow-wrap: break-word;
    }
    .card__content h2 {
        font-size: 26px;
    }
    .card__content h3 {
        font-size: 22px;
    }
    .card__content h4,
    .card__content h5,
    .card__content h6 {
        font-size: 21px;
    }
}


/* стили таблицы */
.catalog-table-container {
  position: relative;
  background: #fff;
  max-width: 768px; }
  @media (max-width: 1229px) {
    .catalog-table-container {
      margin: 50px 0 0; } }
  .catalog-table-container.is-active {
    padding: 95px 0 0; }
    @media (max-width: 767px) {
      .catalog-table-container.is-active {
        padding: 67px 0 0; } }
    .catalog-table-container.is-active .catalog-table__row--header {
      position: fixed;
      top: 60px;
      max-width: 768px;
      width: 100%;
      z-index: 98;
      background: #f9f9f9; }
      @media (max-width: 1229px) {
        .catalog-table-container.is-active .catalog-table__row--header {
          max-width: 606px; } }
      @media (max-width: 991px) {
        .catalog-table-container.is-active .catalog-table__row--header {
          max-width: 694px; } }
      @media (max-width: 767px) {
        .catalog-table-container.is-active .catalog-table__row--header {
          top: 70px;
          max-width: 540px; } }
      @media (max-width: 575px) {
        .catalog-table-container.is-active .catalog-table__row--header {
          max-width: 100%; } }
    .catalog-table-container.is-active.is-sticky-bottom .catalog-table__row--header {
      position: absolute;
      bottom: 0;
      top: auto;
      z-index: 10; }
  .catalog-table-container .catalog-table {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: none; }
    @media (max-width: 1229px) {
      .catalog-table-container .catalog-table {
        border-top: 1px solid #dddddd; } }
    @media (max-width: 767px) {
      .catalog-table-container .catalog-table {
        border-left: none;
        border-right: none; } }
    .catalog-table-container .catalog-table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: 1px solid #dddddd;
      border-bottom: none; }
      .catalog-table-container .catalog-table__row:hover:not(.catalog-table__row--header) .catalog-table__cell:nth-of-type(1) {
        color: #f96f38; }
      .catalog-table-container .catalog-table__row:last-child {
        border-bottom: none; }
      .catalog-table-container .catalog-table__row--header {
        padding: 24px 5px;
        border-top: none;
        background-color: rgba(221, 221, 221, 0.17);
        -webkit-transition: background 50ms ease-in-out;
        -o-transition: background 50ms ease-in-out;
        transition: background 50ms ease-in-out; }
        @media (max-width: 767px) {
          .catalog-table-container .catalog-table__row--header {
            padding: 10px 5px; } }
        .catalog-table-container .catalog-table__row--header .catalog-table__cell {
          font-size: 12px;
          font-weight: 700;
          line-height: 16px;
          text-transform: uppercase;
          color: #1a1a1a; }
          @media (max-width: 767px) {
            .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(1) {
              /* display: none;  */
              width: 70%;
              padding-left: 13px;
              } }
          .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(2), .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(3) {
            position: relative;
            cursor: pointer;
            }
            @media (max-width: 767px) {
              .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(2), .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(3) {
                /* width: 50%; */
                width: 30%;
                padding-top: 15px; } }
            .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(2):after, .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(3):after {
              content: '';
              display: inline-block;
              vertical-align: top;
              margin: 3px 0 0 14px;
              width: 12px;
              height: 12px;
              background: url(../assets/img/svg/arrow.svg) center no-repeat;
              -webkit-transition: -webkit-transform 350ms ease-in-out;
              transition: -webkit-transform 350ms ease-in-out;
              -o-transition: transform 350ms ease-in-out;
              transition: transform 350ms ease-in-out;
              transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
            .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(2).is-active:after, .catalog-table-container .catalog-table__row--header .catalog-table__cell:nth-of-type(3).is-active:after {
              -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-table-container .catalog-table__cell {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 18px;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: #047ed9;
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
      .catalog-table-container .catalog-table__cell:nth-of-type(1) {
        /* width: 69%; */
        width: 83%;
        padding-right: 70px; }
        @media (max-width: 1229px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(1) {
            padding-right: 0px;
            /* width: 65%;  */
            width: 81%;
            } }
        @media (max-width: 767px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(1) {
            width: 70%; } }
      .catalog-table-container .catalog-table__cell:nth-of-type(2) {
        width: 15.5%;
        text-transform: none;
        color: #1a1a1a; }
        @media (max-width: 1229px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(2) {
            width: 17.5%;
            padding-right: 5px; } }
        @media (max-width: 767px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(2) {
            width: 30%;
            padding: 0 5px 15px 18px; } }
      .catalog-table-container .catalog-table__cell:nth-of-type(3) {
        width: 15.5%;
        color: #1a1a1a; }
        @media (max-width: 1229px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(3) {
            width: 17.5%;
            padding-right: 5px; } }
        @media (max-width: 767px) {
          .catalog-table-container .catalog-table__cell:nth-of-type(3) {
            width: 50%;
            padding: 0 5px 15px 18px; } }

.container--clients {
    padding: 0;
}
.clients-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: -30px;
}
.clients-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    width: 12.5%;
}
.clients-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.clients-item__img img {
    max-height: 100%;
    max-width: 100%;
}
@media (max-width: 1439px) {
    .clients-item {
        width: -webkit-calc(100%/7);
        width: calc(100%/7);
    }
}
@media (max-width: 1229px) {
    .clients-item {
        width: 16.666666666667%;
    }
}
@media (max-width: 991px) {
    .clients-item {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .clients-item {
        width: 33.33333333333%;
    }
}
@media (max-width: 574px) {
    .clients-items {
        max-width: 320px;
        margin: 0 auto 30px;
    }
    .clients-item {
        padding: 20px 15px;
        height: auto;
        width: 50%;
    }
}


.dir_photo {
    width: 100%;
    max-width: 330px;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 0px;
    margin: 0 auto
}