@charset "UTF-8";

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

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

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

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

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

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

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

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

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

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

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

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

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: rgba(0, 0, 0, .5)
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -moz-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,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

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

.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: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    display: none
}

.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 {
    top: 0
}

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

.mfp-arrow:after {
    top: 0;
    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-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%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

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

.mfp-figure,
img.mfp-img {
    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;
    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-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .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;
        -moz-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
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

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

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -moz-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background-color: #d61c1d;
    left: 0;
    right: 5px;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
    margin: 10px 0
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@font-face {
    font-family: ubuntu;
    src: url(../fonts/ubuntu/ubuntu.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: ubuntulight;
    src: url(../fonts/ubuntulight/ubuntulight.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: ubuntumedium;
    src: url(../fonts/ubuntumedium/ubuntumedium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: arialbold;
    src: url(../fonts/arialbold/arialbold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: arialregular;
    src: url(../fonts/arialregular/arialregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

#SVG_container,
#SVG_container svg {
    position: absolute;
    height: 0;
    width: 0
}

.icon-a {
    font-size: 3.3rem;
    width: 1.1212121212em
}

.icon-arrow {
    font-size: 1.4rem;
    width: .6428571429em
}

.icon-bar {
    font-size: 2.4rem;
    width: 1.9583333333em
}

.icon-brand {
    font-size: 1.6rem;
    width: .875em
}

.icon-check {
    font-size: .7rem;
    width: 1.2857142857em
}

.icon-close {
    font-size: 1.1rem;
    width: 1.0909090909em
}

.icon-cross {
    font-size: 2.4rem;
    width: 1.0833333333em
}

.icon-down {
    font-size: .9rem;
    width: 1.5555555556em
}

.icon-electrical-service {
    font-size: 3.5rem;
    width: 1em
}

.icon-ellipse {
    font-size: .5rem;
    width: 1em
}

.icon-energy,
.icon-exchange {
    font-size: 3.4rem;
    width: 1em
}

.icon-fb {
    font-size: 2.2rem;
    width: .5454545455em
}

.icon-h {
    font-size: 3rem;
    width: 1.1em
}

.icon-indicator {
    font-size: 3.4rem;
    width: 1em
}

.icon-instagram {
    font-size: 2rem;
    width: 1.05em
}

.icon-left {
    font-size: 1.4rem;
    width: .6428571429em
}

.icon-menu {
    font-size: 2.2rem;
    width: 1.3636363636em
}

.icon-r {
    font-size: 3.5rem;
    width: 1em
}

.icon-right {
    font-size: 1.4rem;
    width: .6428571429em
}

.icon-sanylogo2 {
    font-size: 1.8rem;
    width: 3.4444444444em
}

.icon-speed {
    font-size: 3.4rem;
    width: 1em
}

.icon-temperature {
    font-size: 3.5rem;
    width: .4571428571em
}

.icon-top {
    font-size: .9rem;
    width: 1.5555555556em
}

.icon-ui {
    font-size: 1.6rem;
    width: 1em
}

.icon-vk {
    font-size: 1.2rem;
    width: 1.75em
}

.icon-webest {
    font-size: 2rem;
    width: 4em
}

.icon-yout {
    font-size: 4.2rem;
    width: 1.4047619048em
}

.icon-yt {
    font-size: 1.4rem;
    width: 1.4285714286em
}

body {
    line-height: 1.3;
    font-size: 18px;
    color: #000;
    overflow-x: hidden
}

body,
body * {
    font-family: arialregular, sans-serif
}

body * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.body--fix {
    position: fixed;
    left: 0;
    right: 0
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh
}

.page {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

@media only screen and (max-width:1280px) {
    .container {
        max-width: 1090px
    }
}

@media only screen and (max-width:1024px) {
    .container {
        max-width: 820px
    }
}

@media only screen and (max-width:768px) {
    .container {
        max-width: unset
    }
}

.container-fluid {
    max-width: 1815px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

@media only screen and (max-width:1280px) {
    .container-fluid {
        max-width: 1190px
    }
}

@media only screen and (max-width:1024px) {
    .container-fluid {
        max-width: 935px
    }
}

@media only screen and (max-width:768px) {
    .container-fluid {
        max-width: unset
    }
}

.section {
    padding: 140px 0
}

@media only screen and (max-width:1280px) {
    .section {
        padding: 90px 0
    }
}

@media only screen and (max-width:440px) {
    .section {
        padding: 50px 0
    }
}

.section--grey {
    background: #f3f3f5
}

.section__title {
    margin-bottom: 50px
}

@media only screen and (max-width:768px) {
    .section__title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:475px) {
    .section__title {
        margin-bottom: 30px
    }
}

.grid {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.grid--2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:1024px) {
    .grid--2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.grid--3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1024px) {
    .grid--3 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:475px) {
    .grid--3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.grid--4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width:1024px) {
    .grid--4 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width:768px) {
    .grid--4 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:475px) {
    .grid--4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.btn {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    font-family: ubuntu, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #d61c1d;
    padding: 20px 30px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

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

.btn:hover {
    background-color: #bc1213
}

.btn:active {
    background-color: #aa0f10
}

.btn:disabled {
    background-color: #f0f0f0 !important;
    color: #787878 !important;
    cursor: not-allowed
}

.btn--grey {
    background-color: #f3f3f5
}

.btn--grey:active,
.btn--grey:hover {
    background-color: #c4c4c4
}

.btn-icon {
    background-color: #e5e5e5;
    color: #d61c1d
}

.btn-icon .icon {
    margin-right: 10px;
    font-size: 16px
}

.btn-icon:hover {
    background-color: #cacaca;
    color: #bc1213
}

.btn-icon:active {
    background-color: #b1b1b1;
    color: #aa0f10
}

.link {
    font-family: arialregular, sans-serif;
    color: #565656;
    font-size: 16px;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

.link:hover {
    color: #d61c1d
}

.link:active {
    color: #bc1213
}

.link--bold {
    font-size: 16px
}

.link--bold,
.link--underline {
    font-family: arialbold, sans-serif
}

.link--underline {
    font-size: 16px;
    color: #1b1b1b;
    padding-bottom: 6px;
    text-decoration: none;
    border-bottom: 1px solid #1b1b1b;
    -webkit-transition: color .3s ease, border-bottom-color .3s ease;
    transition: color .3s ease, border-bottom-color .3s ease;
    cursor: pointer;
    display: inline-block
}

.link--underline:hover {
    border-bottom-color: #d61c1d;
    color: #d61c1d
}

.link--underline:active {
    border-bottom-color: #aa0f10;
    color: #aa0f10
}

.input-group {
    position: relative
}

.input-group__error {
    color: #d61c1d;
    font-size: 12px
}

.input-group--error .input {
    border: 1px solid #d61c1d
}

.input-group--error .input-group__error {
    padding-top: 10px
}

.input-group--required:after {
    content: "*";
    font-size: 28px;
    color: #d61c1d;
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 1
}

.input-area {
    width: 100%
}

@media screen and (max-width:550px) {
    .input-area {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

.input::-webkit-input-placeholder {
    color: #bcbcbc;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.input:-ms-input-placeholder {
    color: #bcbcbc;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.input:-moz-placeholder,
.input::-moz-placeholder {
    color: #bcbcbc;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 0 #e7eaf4 inset !important;
    color: #8c8c8c
}

.input {
    background: #fff;
    color: rgba(0, 0, 0, .8);
    padding: 18px 30px 18px 13px;
    min-height: 52px;
    border: 1px solid #859ca9;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.input:hover:not(:disabled) {
    box-shadow: 0 2px 4px rgba(110, 130, 141, .15)
}

.input:hover:not(:disabled)::-webkit-input-placeholder {
    color: #8c8c8c
}

.input:hover:not(:disabled):-ms-input-placeholder {
    color: #8c8c8c
}

.input:hover:not(:disabled):-moz-placeholder,
.input:hover:not(:disabled)::-moz-placeholder {
    color: #8c8c8c
}

.input:focus:not(:disabled) {
    color: #1b1b1b;
    box-shadow: 0 2px 4px rgba(110, 130, 141, .15)
}

.input:focus:not(:disabled)::-webkit-input-placeholder {
    color: #1b1b1b
}

.input:focus:not(:disabled):-ms-input-placeholder {
    color: #1b1b1b
}

.input:focus:not(:disabled):-moz-placeholder,
.input:focus:not(:disabled)::-moz-placeholder {
    color: #1b1b1b
}

.input:disabled {
    cursor: not-allowed;
    background: #f6f7f9 !important;
    border: 1px solid rgba(0, 0, 0, .1)
}

.textarea {
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
    width: 100% !important
}

.form-default__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:550px) {
    .form-default__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-default__row--offer {
    margin-left: -20px
}

.form-default__column {
    width: 50%
}

@media screen and (max-width:550px) {
    .form-default__column {
        width: 100%
    }
}

.form-default .input-group {
    margin-bottom: 27px
}

.form-default .input-group--offer {
    margin-left: 20px
}

.form-default__send {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-default__send button {
    margin-right: 50px
}

.form-default__send button span {
    white-space: nowrap
}

.form-default__consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-default__consent a {
    color: #000
}

.form-default__consent a:hover {
    text-decoration: none
}

.form-default .form-submit {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:550px) {
    .form-default .form-submit {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form-default .form-submit p {
    font-size: 11px;
    text-transform: uppercase;
    max-width: 400px;
    color: #b3b3b3;
    margin: 0;
    margin-left: 20px
}

@media screen and (max-width:550px) {
    .form-default .form-submit p {
        margin-left: 0;
        margin-top: 10px
    }
}

.form-default .form-submit p a {
    font-size: 11px
}

.seo-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.paragraph {
    font-size: 16px;
    color: #1b1b1b;
    font-family: ubuntulight, sans-serif;
    line-height: 1.5
}

.paragraph--big {
    font-size: 20px
}

.title {
    color: #1b1b1b;
    font-family: arialregular, sans-serif;
    font-size: 50px;
    font-weight: 700
}

@media only screen and (max-width:1280px) {
    .title {
        font-size: 40px
    }
}

@media only screen and (max-width:1024px) {
    .title {
        font-size: 30px
    }
}

@media only screen and (max-width:475px) {
    .title {
        font-size: 20px
    }
}

.title--small {
    font-size: 20px
}

@media only screen and (max-width:1280px) {
    .title--small {
        font-size: 16px
    }
}

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

.fadeInUp {
    -webkit-animation-name: b;
    animation-name: b
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

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

@keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

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

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
}

@keyframes c {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
}

.top-header {
    background-color: #eeeef3
}

@media screen and (max-width:660px) {
    .top-header {
        display: none
    }
}

.header-links {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0
}

.header-links,
.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:660px) {
    .header-logo {
        max-width: 60%
    }
}

@media screen and (max-width:660px) {
    .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
}

.header-logo__img {
    margin-right: 8px
}

.header-logo__languages {
    font-family: arialregular, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logo__languages .link {
    color: #565656;
    margin-right: 10px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-logo__languages .link:last-child {
    margin-right: 0
}

.header-logo__languages .link:hover {
    color: #d61c1d
}

.header-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header-contacts__contact {
    color: #565656;
    position: relative;
    padding: 0 20px
}

@media only screen and (max-width:1280px) {
    .header-contacts__contact {
        font-size: 14px
    }
}

.header-contacts__contact:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #c4c4c4;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-contacts__contact:last-child {
    padding-right: 0
}

.header-contacts__contact:last-child:after {
    opacity: 0;
    padding: 0
}

.bottom-header {
    background-color: #fff;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:660px) {
    .bottom-header {
        background-color: #eeeef3;
        min-height: 50px
    }
}

.bottom-header:before {
    content: "";
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.bottom-header--hover:before {
    opacity: 1;
    pointer-events: auto
}

.bottom-header .header-logo__languages {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

@media screen and (max-width:660px) {
    .bottom-header .header-logo__languages {
        display: block
    }
}

.page {
    position: relative
}

.header-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-navigation,
.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation,
.navigation-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.navigation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    .navigation-list {
        display: none;
        visibility: hidden
    }
}

.navigation-list:hover .navigation-list__item:not(:hover) {
    opacity: .5
}

.navigation-list__item {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.navigation-item__link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: arialbold, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    padding: 25px 0 25px 25px;
    white-space: nowrap
}

.dropdown-arrow,
.navigation-item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-arrow {
    width: 10px;
    margin: 0 0 0 8px;
    height: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dropdown-arrow .icon {
    font-size: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, color .3s ease;
    transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 0;
    left: 0;
    margin-top: 69px;
    padding: 20px 0 60px;
    background-color: #eeeef3;
    opacity: 0;
    -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, transform .1s ease;
    transition: opacity .1s ease, transform .1s ease, -webkit-transform .1s ease;
    pointer-events: none;
    z-index: 3
}

.dropdown-menu__handler-link {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    min-height: 68px
}

.dropdown-menu__handler-link:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

.dropdown-menu__handler-link:hover .bottom-header:after {
    pointer-events: auto;
    opacity: 1
}

.dropdown-menu__handler-link:hover .dropdown-arrow .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #d61c1d
}

.dropdown-menu__handler-link:hover:before {
    pointer-events: auto;
    opacity: 1
}

.dropdown-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    margin-left: -100px;
    padding: 0;
    line-height: 2;
}

.dropdown-wrapper:hover .dropdown-content:not(:hover) {
    opacity: .5
}

.dropdown-content {
    position: relative;
    /* margin-left: 100px; */
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-decoration: none
}

@media screen and (max-width:1110px) {
    .dropdown-content {
        width: -webkit-calc(33.3333333333% - 100px);
        width: calc(33.3333333333% - 100px)
    }
}

.dropdown-content__img {
    max-width: 265px;
    max-height: 190px;
    display: inline-block
}

.dropdown-content__img img {
    width: 100%;
    height: 190px;
    object-fit: contain
}

.dropdown-content__title {
    font-family: arialregular, sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    text-transform: none;
    text-align: start;
    max-width: 160px;
    margin: 0 auto;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media screen and (max-width:1110px) {
    .dropdown-content__title {
        white-space: normal
    }
}

/* .dropdown-content:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    width: 1px;
    top: 10%;
    right: -50px
} */

.dropdown-content:hover .dropdown-content__title {
    color: #d61c1d
}

.header-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .header-offer {
        display: none;
        visibility: hidden
    }
}

.header-offer__btn {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    font-family: arialbold, sans-serif;
    font-size: 16px;
    color: #d61c1d;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 0
}

.header-offer__btn:hover {
    color: #bc1213
}

.header-offer__btn:active {
    color: #aa0f10
}

.header-offer__divider {
    width: 4px;
    height: 17px;
    margin: 0 30px;
    background-color: #d61c1d
}

.hidden-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 12px;
    background-color: #eeeef3;
    border-radius: 40px;
    margin-left: 25px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    display: none;
    visibility: hidden
}

@media screen and (max-width:1110px) {
    .hidden-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible
    }
}

@media only screen and (max-width:768px) {
    .hidden-list {
        display: none;
        visibility: hidden
    }
}

.hidden-list--open .hidden-list__links {
    display: block
}

.hidden-list:hover {
    background-color: #b0cbda
}

.hidden-list__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1b1b1b;
    margin: 0 2px
}

.hidden-list__links {
    position: absolute;
    min-width: 160px;
    min-height: 100px;
    background-color: #eeeef3;
    top: 40px;
    padding: 25px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
    display: none
}

.hidden-list__links:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #eeeef3;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    border-radius: 2px
}

.hidden-list__link {
    font-family: arialbold, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%
}

.hidden-list__link:hover {
    color: #d61c1d
}

.hidden-list__link:last-child {
    margin-bottom: 0
}

.mobile-menu__toggle {
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 30px;
    height: 30px;
    display: none
}

@media only screen and (max-width:768px) {
    .mobile-menu__toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.mobile-menu__toggle .mobile-menu__span,
.mobile-menu__toggle:after,
.mobile-menu__toggle:before {
    width: 100%;
    height: 4px;
    background-color: #d61c1d;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu__toggle:after,
.mobile-menu__toggle:before {
    content: "";
    position: absolute
}

.mobile-menu__toggle:before {
    top: 4px
}

.mobile-menu__toggle:after {
    bottom: 4px
}

.mobile-menu__toggle--active .mobile-menu__span {
    opacity: 0
}

.mobile-menu__toggle--active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
}

.mobile-menu__toggle--active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 12px
}

.mobile-menu__toggle--active .mobile-menu {
    display: block
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media screen and (max-width:550px) {
    .mobile-menu {
        height: 100vh
    }
}

.mobile-menu__link {
    display: block;
    font-size: 16px;
    font-family: arialbold, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #1b1b1b;
    padding: 10px 0;
    cursor: pointer
}

.mobile-menu__link:first-child {
    padding-top: 0
}

.mobile-menu__link:hover {
    color: #d61c1d
}

.mobile-menu__offer {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7
}

.mobile-menu__btn {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    text-transform: uppercase;
    color: #d61c1d;
    font-family: arialbold, sans-serif;
    font-size: 14px
}

.mobile-menu__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
    margin-top: 30px;
    display: none
}

@media screen and (max-width:550px) {
    .mobile-menu__contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.mobile-menu__contact {
    font-family: arialregular, sans-serif;
    font-size: 16px;
    color: #565656;
    margin-bottom: 15px
}

.mobile-menu__contact:last-child {
    margin-bottom: 0;
    margin-top: 20px
}

.mobile-menu--active {
    display: block
}

.footer {
    background-color: #fff;
    padding: 15px 0
}

.footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1330px) {
    .footer-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1330px) {
    .footer-contacts {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

@media screen and (max-width:550px) {
    .footer-contacts {
        margin-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-contacts__company {
    font-size: 16px;
    color: #1b1b1b;
    font-family: arialbold, sans-serif;
    margin-right: 45px
}

@media screen and (max-width:550px) {
    .footer-contacts__company {
        margin-bottom: 30px;
        margin-right: 0
    }
}

.footer-contacts__company span {
    font-family: arialregular, sans-serif
}

.social-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -50px
}

@media only screen and (max-width:768px) {
    .social-group {
        margin-left: -30px
    }
}

.social-group {
    max-height: 22px;
    max-width: 21px;
    margin-left: 50px;
    color: #1b1b1b;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (max-width:768px) {
    .social-group {
        margin-left: 0px
    }
}



.social-group__link .icon {
    height: 22px;
    width: 21px;
    object-fit: contain;
    font-size: 15px
}

.social-group__link:hover {
    color: #d61c1d
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1330px) {
    .footer-links {
        width: 100%
    }
}

@media screen and (max-width:550px) {
    .footer-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-links__link {
    margin-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .footer-links__link {
        margin-left: 20px
    }
}

@media screen and (max-width:550px) {
    .footer-links__link {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1330px) {
    .footer-links__link:first-child {
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .footer-links__link-site-map {
        display: none
    }
}

.footer-links__link--logo {
    text-decoration: none
}

@media screen and (max-width:1330px) {
    .footer-links__link--logo {
        margin-left: auto
    }
}

@media screen and (max-width:550px) {
    .footer-links__link--logo {
        margin-top: 20px;
        padding-top: 20px;
        margin-bottom: 0;
        border-top: 1px solid #d7d7d7
    }
}

.footer-links__link--logo:hover {
    color: #4d4d4d
}

.footer-links__link--logo:hover .icon {
    color: #37aade
}

.footer-links__link--logo .icon {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    margin-left: 10px
}

@media only screen and (max-width:768px) {
    .footer-links__link--logo .icon {
        font-size: 20px
    }
}

.modals {
    display: none
}

.mfp-close {
    display: none !important
}

.mfp-bg {
    background: rgba(39, 62, 92, .45)
}

.modal {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 55px 40px 45px;
    background-color: #fff;
    color: #000;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .32);
    background-image: url(/img/11.png)
}

.modal--message {
    max-width: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 60px;
    overflow: hidden
}

.modal--message .modal__title {
    font-family: arialregular, sans-serif;
    color: #1b1b1b;
    font-size: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 20px
}

.modal--message .modal__title:before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #d61c1d;
    position: absolute;
    top: 0;
    left: -60px
}

.modal--message .modal__description {
    max-width: 325px;
    margin-top: 20px;
    text-align: left;
    margin-left: 0
}

.modal--error .modal__title {
    color: #fc6464
}

.modal__close {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 40px;
    right: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__close .icon {
    font-size: 16px;
    color: #d61c1d
}

.modal__title {
    text-align: left;
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 60px
}

.modal__description {
    font-size: 15px;
    margin: 0 auto;
    line-height: 1.5
}

.modal__content {
    margin-top: 45px
}

.modal .form-default .input-group {
    margin-bottom: 20px
}

.modal .form-default .input-group--help {
    height: 30px
}

.modal .form-default__send {
    margin-bottom: 20px
}

.modal .form-default__consent .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumbs-wrapper,
.modal .form-default__consent .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

@media only screen and (max-width:768px) {
    .breadcrumbs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.breadcrumbs-wrapper__title {
    position: relative;
    padding-right: 20px
}

@media only screen and (max-width:1280px) {
    .breadcrumbs-wrapper__title {
        font-size: 30px
    }
}

@media only screen and (max-width:768px) {
    .breadcrumbs-wrapper__title {
        margin-bottom: 15px;
        padding-right: 0
    }
}

.breadcrumbs-wrapper__title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:768px) {
    .breadcrumbs-wrapper__title:after {
        display: none
    }
}

.bread-crumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 20px;
    padding-bottom: 10px
}

@media only screen and (max-width:768px) {
    .bread-crumbs {
        padding-left: 0;
        width: 100%
    }
}

.bread-crumb {
    color: #1b1b1b;
    font-size: 16px;
    text-decoration: none;
    font-family: ubuntulight, sans-serif;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.bread-crumb span {
    text-decoration: underline
}

.bread-crumb:after {
    content: "-";
    padding-left: 6px;
    padding-right: 6px
}

.bread-crumb:after,
.bread-crumb:not(a) {
    text-decoration: none !important
}

.bread-crumb:not(a):after {
    display: none
}

.bread-crumb:hover span {
    color: #d61c1d
}

.catalog-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
    overflow-x: auto
}

.catalog-nav__link {
    position: relative;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding: 8px 15px;
    color: #1b1b1b;
    font-size: 16px;
    text-transform: none;
    text-decoration: none
}

.catalog-nav__link:first-child {
    margin-right: 12px
}

.catalog-nav__link:first-child:after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #999b9f
}

.catalog-nav__link--active {
    background-color: #d61c1d;
    color: #fff
}

.pagination {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 24px
}

.pagination,
.pagination__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d61c1d;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin: 0 4px;
    width: 27px;
    height: 27px;
    background: transparent;
    border-radius: 50%
}

.pagination__control .icon {
    font-size: 12px
}

.pagination__control:hover {
    color: #d61c1d
}

.pagination__list {
    margin: 0 10px
}

.pagination__link,
.pagination__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__link {
    margin: 0 8px;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    color: #565656;
    text-decoration: none;
    font-family: arialbold, sans-serif;
    font-size: 18px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.pagination__link--current {
    color: #1b1b1b;
    position: relative
}

.pagination__link--current:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 4px;
    background-color: #d61c1d;
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%)
}

.pagination__link:hover {
    color: #1b1b1b
}

.wrap-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 34, 41, .5);
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrap-preloader .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.section-preloader {
    position: relative
}

.section-preloader__wrapper {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    background: transparent;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.section-preloader .loader {
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.section-preloader--show .section-preloader__wrapper {
    pointer-events: auto;
    background: rgba(26, 34, 41, .6)
}

.section-preloader--show .loader {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.loader {
    height: 10rem;
    width: 10rem
}

.loader .circle {
    position: absolute;
    height: inherit;
    width: inherit;
    background: #fbc35f;
    border-radius: 50%;
    -webkit-animation: d 2s cubic-bezier(.9, .24, .62, .79) infinite;
    animation: d 2s cubic-bezier(.9, .24, .62, .79) infinite
}

.loader .circle:first-of-type {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .circle:nth-of-type(2) {
    -webkit-animation-delay: -0.66667s;
    animation-delay: -0.66667s
}

.loader .circle:nth-of-type(3) {
    -webkit-animation-delay: -0.33333s;
    animation-delay: -0.33333s
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

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

.custom-select {
    max-width: 100%;
    position: relative
}

.custom-select--open .custom-select__arrow {
    color: #d61c1d
}

.custom-select--open .custom-select__arrow .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select--open .custom-select__body {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .21);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.custom-select__header {
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 25px;
    min-height: 55px;
    width: 100%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border: 1px solid #e1dede
}

.custom-select__body {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: box-shadow .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, opacity .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    z-index: 10;
    max-height: 260px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    border: 1px solid #e1dede
}

.custom-select__body::-webkit-scrollbar {
    padding-right: 5px;
    margin-right: 10px
}

.custom-select__body::-webkit-scrollbar-track {
    width: 14px;
    background-color: transparent
}

.custom-select__body::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #d61c1d
}

.custom-select__body::-webkit-scrollbar-thumb:hover {
    background-color: #aa0f10
}

.custom-select__selected {
    line-height: 1;
    font-size: 16px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-select__arrow {
    color: #000;
    margin-left: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.custom-select .icon {
    font-size: 11px !important;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.custom-select__label {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    color: #4d4d4d;
    background: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select__label:hover {
    color: #1b1b1b
}

.custom-select [type=checkbox],
.custom-select [type=radio] {
    display: none
}

.custom-select [type=checkbox]:checked~.custom-select__label,
.custom-select [type=radio]:checked~.custom-select__label {
    font-family: arialbold, sans-serif
}

.card {
    padding: 30px;
    background: #f3f3f5;
    color: inherit;
    text-decoration: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.card:hover {
    background: #ddd
}

.card__code {
    margin-bottom: 20px;
    font-size: 14px
}

.card__code span {
    color: #999b9f
}

.card__img {
    width: 100%;
    object-fit: contain
}

.card__name {
    margin-top: 40px;
    color: #1b1b1b;
    font-size: 20px
}

@media only screen and (max-width:475px) {
    .card__name {
        margin-top: 30px;
        font-size: 16px
    }
}

.catalog-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -80px;
    padding-top: 0
}

@media only screen and (max-width:1280px) {
    .catalog-cards {
        margin-left: -60px
    }
}

@media only screen and (max-width:1024px) {
    .catalog-cards {
        margin-left: 0
    }
}

.catalog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 80px;
    margin-top: 60px;
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px)
}

@media only screen and (max-width:1280px) {
    .catalog-card {
        margin-top: 50px;
        margin-left: 60px;
        width: -webkit-calc(50% - 60px);
        width: calc(50% - 60px)
    }
}

@media only screen and (max-width:1024px) {
    .catalog-card {
        width: 100%;
        margin-top: 40px;
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .catalog-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.catalog-card:hover .card-links__title {
    color: #d61c1d
}

.catalog-card .card-content {
    max-width: 460px;
    width: 100%;
    height: 330px;
    background-color: #eeeef3;
    position: relative
}

@media only screen and (max-width:1280px) {
    .catalog-card .card-content {
        width: 290px;
        min-width: 290px;
        height: 210px
    }
}

@media only screen and (max-width:1024px) {
    .catalog-card .card-content {
        width: 50%;
        height: 290px
    }
}

@media only screen and (max-width:768px) {
    .catalog-card .card-content {
        width: 100%
    }
}

@media screen and (max-width:440px) {
    .catalog-card .card-content {
        min-width: 100%
    }
}

.catalog-card .card-content__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catalog-card .card-content__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.catalog-card .card-content__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1b1b1b;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease
}

@media only screen and (max-width:1280px) {
    .catalog-card .card-content__btn {
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width:1024px) {
    .catalog-card .card-content__btn {
        width: 60px;
        height: 60px
    }
}

.catalog-card .card-content__btn .icon {
    font-size: 14px
}

@media only screen and (max-width:1280px) {
    .catalog-card .card-content__btn .icon {
        font-size: 10px
    }
}

@media only screen and (max-width:1024px) {
    .catalog-card .card-content__btn .icon {
        font-size: 12px
    }
}

.catalog-card .card-content__btn:hover {
    background-color: #d61c1d;
    color: #fff
}

.catalog-card .card-content__btn:active {
    background-color: #aa0f10
}

.catalog-card .card-links {
    margin-left: 30px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:1280px) {
    .catalog-card .card-links {
        margin-left: 25px;
        margin-top: 10px
    }
}

@media only screen and (max-width:768px) {
    .catalog-card .card-links {
        margin-top: 20px
    }
}

@media screen and (max-width:440px) {
    .catalog-card .card-links {
        margin-left: 0
    }
}

.catalog-card .card-links__title {
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    color: #1b1b1b
}

@media only screen and (max-width:1280px) {
    .catalog-card .card-links__title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1024px) {
    .catalog-card .card-links__title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .catalog-card .card-links__title {
        margin-bottom: 15px
    }
}

@media screen and (max-width:440px) {
    .catalog-card .card-links__title {
        font-size: 20px
    }
}

.catalog-card .card-links__link {
    margin-bottom: 10px
}

.info-card {
    max-width: 460px;
    width: -webkit-calc(50% - 95px);
    width: calc(50% - 95px);
    min-height: 405px;
    background-color: #eeeef3;
    position: relative;
    margin-left: 95px;
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .info-card {
        max-width: 330px;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        min-height: 330px;
        margin-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    .info-card {
        max-width: 260px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
        min-height: 230px
    }
}

@media screen and (max-width:500px) {
    .info-card {
        width: 100%;
        max-width: 100%;
        min-height: 250px
    }
}

.info-card .card-header {
    width: 100%;
    height: 280px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    cursor: pointer;
    display: block
}

@media only screen and (max-width:1280px) {
    .info-card .card-header {
        height: 200px
    }
}

.info-card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.info-card .card-body {
    padding: 0 70px 20px 30px
}

@media only screen and (max-width:1280px) {
    .info-card .card-body {
        padding: 0 45px 20px 30px
    }
}

@media only screen and (max-width:1024px) {
    .info-card .card-body {
        padding: 0 45px 10px 20px
    }
}

.info-card .card-body__title {
    font-family: arialbold, sans-serif;
    margin-bottom: 10px;
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .info-card .card-body__title {
        margin-bottom: 0
    }
}

.info-card .card-body__description {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .7)
}

@media only screen and (max-width:1280px) {
    .info-card .card-body__description {
        margin-bottom: 3px
    }
}

@media only screen and (max-width:1024px) {
    .info-card .card-body__description {
        display: none
    }
}

.info-card .card-body__description span {
    font-family: arialbold, sans-serif
}

.info-card .card-btn {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

@media only screen and (max-width:1280px) {
    .info-card .card-btn {
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width:1024px) {
    .info-card .card-btn {
        width: 40px;
        height: 40px
    }
}

.info-card .card-btn .icon {
    font-size: 16px;
    color: #1b1b1b;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.info-card .card-btn:hover {
    background-color: #d61c1d
}

.info-card .card-btn:hover .icon {
    color: #fff
}

.info-card .card-btn:active {
    background-color: #aa0f10
}

.info-card:hover .card-body__title {
    color: #d61c1d
}

.section-catalogue-items {
    padding-top: 0
}

.name-card {
    position: relative;
    background: #f3f3f5
}

.name-card__img {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: cover
}

.name-card__name {
    position: absolute;
    bottom: 23px;
    left: 30px;
    z-index: 1;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, .137254902)
}

@media only screen and (max-width:475px) {
    .name-card__name {
        font-size: 18px;
        bottom: 11px;
        left: 15px
    }
}

.offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/image\ 13.jpg);
    position: relative;
    width: 100%;
    padding: 95px 0 80px
}

@media only screen and (max-width:1280px) {
    .offer {
        padding: 43px 0
    }
}

@media only screen and (max-width:1024px) {
    .offer {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%
    }
}

.offer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://sanyglobal-img.sany.com.cn/rebuildwww/new/img/caseIndex/excavator/pc/1-1.jpg?x-oss-process=image/format,webp) center center no-repeat;
background-size: cover;
;
}

.offer__title {
    z-index: 1;
    font-size: 30px;
    color: #fff;
    max-width: 400px;
    text-align: center;
    margin-bottom: 25px
}

@media only screen and (max-width:1280px) {
    .offer__title {
        font-size: 20px
    }
}

.offer__btn {
    z-index: 1
}

.section-suggestions {
    padding-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .section-suggestions {
        padding-bottom: 50px
    }
}
/* 
.suggestions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
} */

@media screen and (max-width:660px) {
    .suggestions {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.suggestions .suggestions-item {
    width: 100%;
    /* margin: 0 40px ; */
}

@media screen and (max-width:660px) {
    .suggestions .suggestions-item {
        width: 100%;
        margin-bottom: 40px
    }
}

.suggestions .suggestions-item__title {
    /* max-width: 520px; */
    font-size: 40px;
    margin-bottom: 25px
}

@media only screen and (max-width:1280px) {
    .suggestions .suggestions-item__title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.suggestions .suggestions-item__description {
    /* max-width: 520px; */
    font-family: ubuntulight, sans-serif;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 30px
}

@media only screen and (max-width:1280px) {
    .suggestions .suggestions-item__description {
        margin-bottom: 25px;
        max-width: 450px
    }
}

.collapse {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    cursor: pointer
}

.collapse:first-child {
    border-bottom: 1px solid #d7d7d7 !important
}

.collapse:last-child {
    margin-bottom: 0
}

.collapse-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: 25px;
    text-align: left
}

.collapse-header__title {
    font-size: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.collapse-header__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    margin-right: -5px;
    padding: 0 5px
}

.collapse-header__icon .icon {
    font-size: 9px
}

.collapse-body {
    display: none
}

@media only screen and (max-width:1024px) {
    .collapse-body {
        font-size: 16px;
        line-height: 1.5
    }
}

.collapse-body:not(:empty) {
    padding-bottom: 30px
}

.collapse-body__link {
    margin-bottom: 10px;
    display: block
}

.collapse-body__link:last-child {
    margin-bottom: 0
}

.collapse-body ul {
    padding-left: 16px;
    list-style: none
}

.collapse-body ul li {
    line-height: 1.5;
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

.collapse-body ul li strong {
    font-family: ubuntumedium, sans-serif
}

.collapse-body ul li:last-child {
    margin-bottom: 0
}

.collapse-body ul li:before {
    content: "•";
    color: #d61c1d;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.collapse-body ul p {
    line-height: 1.5;
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

.collapse--long {
    margin-bottom: 30px;
    padding: 0 30px
}

@media screen and (max-width:660px) {
    .collapse--long {
        padding: 0 5px;
        margin-bottom: 25px
    }
}

.collapse--long:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.collapse--long .collapse-header {
    padding-bottom: 30px
}

@media screen and (max-width:660px) {
    .collapse--long .collapse-header {
        padding-bottom: 25px
    }
}

.toggle-element--open .collapse-header__title {
    color: #d61c1d
}

.toggle-element--open .collapse-header__icon {
    color: #d61c1d;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.office {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
}

@media only screen and (max-width:1024px) {
    .office {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.office__image {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .office__image {
        display: none
    }
}

.office__info {
    display: -ms-grid;
    display: grid;
    grid-template: "a b" ". c" /minmax(220px, auto) minmax(220px, auto);
    gap: 20px;
    margin-top: 60px
}

@media only screen and (max-width:1024px) {
    .office__info {
        margin-top: 30px
    }
}

@media only screen and (max-width:550px) {
    .office__info {
        grid-template: "a" "b" "c" /1fr
    }
}

.office__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.office__info-item:first-child {
    grid-area: a
}

.office__info-item:nth-child(2) {
    grid-area: b
}

.office__info-item:nth-child(3) {
    grid-area: c
}

.office__info-title {
    color: #999b9f
}

.contacts-list__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px
}

@media only screen and (max-width:768px) {
    .contacts-list__list {
        margin-top: 30px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:475px) {
    .contacts-list__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.contacts-list__name {
    font-size: 30px;
    line-height: 1.15
}

@media only screen and (max-width:1024px) {
    .contacts-list__name {
        font-size: 22px
    }
}

.contacts-list__info {
    margin-top: 5px;
    font-size: 16px;
    color: #999b9f
}

.contacts-list__mail {
    display: block;
    margin-top: 20px;
    color: #d61c1d;
    font-size: 14px
}

.interest {
    padding-left: 70px;
    padding-right: 70px
}

@media only screen and (max-width:1280px) {
    .interest {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media only screen and (max-width:1024px) {
    .interest {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width:768px) {
    .interest {
        padding-left: 0;
        padding-right: 0
    }
}

.index-contact-map [class*=ymaps-2][class*=-ground-pane] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.index-contact-map .ymaps-2-1-79-balloon {
    top: 0 !important;
    left: 0 !important
}

.index-contact-map .ymaps-2-1-79-balloon-overlay {
    top: 50px !important;
    left: 50px !important
}

.index-contact-map .ymaps-2-1-79-balloon__close-button,
.index-contact-map .ymaps-2-1-79-balloon__tail {
    display: none
}

.index-contact-map .ymaps-2-1-79-balloon__content {
    padding: 30px !important;
    font-size: 14px
}

.index-contact-map .ymaps-2-1-79-balloon__content b {
    display: block;
    font-size: 18px
}

.catalog-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 140px
}

.catalog-grid__card img {
    max-height: 398px
}

.product-data-table {
    max-width: 78%;
    margin: 0 auto
}

@media only screen and (max-width:900px) {
    .product-data-table {
        max-width: unset;
        margin: 0
    }
}

.product-data-table table,
.product-data-table tbody,
.product-data-table td,
.product-data-table tr {
    display: block;
    width: 100%;
    border: 0
}

.product-data-table thead {
    display: block;
    margin-bottom: 30px
}

.product-data-table thead tr {
    display: block
}

.product-data-table thead th {
    display: inline
}

.product-data-table th {
    text-align: left
}

.product-data-table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-data-table tbody,
.product-data-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.product-data-table tr {
 position: static !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-data-table td {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.product-data-table td:only-child {
    margin: 20px 0 10px
}

.product-data-table td:first-child p {
    padding-right: 5px;
    text-align: left
}

.product-data-table td:nth-child(2):before {
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    /* border-bottom: 1px dashed rgba(0, 0, 0, .4588235294) */
}

.product-data-table td:nth-child(2) p {
    text-align: right
}

.product-data-table p {
    position: relative;
    z-index: 2;
    margin: 0;
    background: #fff
}

.product-data-table b {
    font-size: 18px
}

.section-hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/hero.webp);
    width: 100%;
    min-height: -webkit-calc(100vh - 110px);
    min-height: calc(100vh - 110px);
    padding-bottom: 95px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .section-hero {
        min-height: unset;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:768px) {
    .section-hero {
        padding-bottom: 45px
    }
}

.section-hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(89.59%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5) 89.59%);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5) 89.59%);
    z-index: 1;
    pointer-events: none
}

@media only screen and (max-width:768px) {
    .section-hero:before {
        height: 100%;
        background: rgba(0, 0, 0, .3)
    }
}

.section-hero .container-fluid {
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 3.72vw
}

.v_player {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:768px) {
    .v_player {
        display: none
    }
}

.hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50vh;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1024px) {
    .hero-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 200px
    }
}

@media only screen and (max-width:768px) {
    .hero-wrapper {
        padding-top: 40px
    }
}

@media screen and (max-width:440px) {
    .hero-wrapper {
        padding-top: 80px
    }
}

.hero-description__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: arialregular, sans-serif;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (max-width:1280px) {
    .hero-description__text {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1024px) {
    .hero-description__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .hero-description__text {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.hero-description__text-title {
    max-width: 650px;
    font-size: 50px;
    margin-right: 1.06vw;
    line-height: 1.2
}

@media only screen and (max-width:1280px) {
    .hero-description__text-title {
        font-size: 40px;
        margin-right: 30px
    }
}

@media only screen and (max-width:1024px) {
    .hero-description__text-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .hero-description__text-title {
        margin-right: 0
    }
}

@media screen and (max-width:440px) {
    .hero-description__text-title {
        font-size: 30px
    }
}

.hero-description__text-subtitle {
    max-width: 400px;
    font-size: 20px;
    position: relative;
    margin-left: 20px
}

@media only screen and (max-width:1280px) {
    .hero-description__text-subtitle {
        font-size: 15px;
        margin-left: 30px
    }
}

@media only screen and (max-width:1024px) {
    .hero-description__text-subtitle {
        max-width: 100%;
        margin-left: 0
    }
}

.hero-description__text-subtitle:before {
    content: "";
    position: absolute;
    left: -20px;
    height: 100%;
    width: 1px;
    background-color: #fff
}

@media only screen and (max-width:1024px) {
    .hero-description__text-subtitle:before {
        display: none
    }
}

.hero-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:768px) {
    .hero-links {
        display: none
    }
}

.hero-links .hero-link {
    font-family: arialregular, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 10px 2.8vw 10px 1.5vw;
    text-align: right
}

@media only screen and (max-width:1280px) {
    .hero-links .hero-link {
        font-size: 25px
    }
}

@media only screen and (max-width:1024px) {
    .hero-links .hero-link {
        font-size: 20px
    }
}

.hero-links .hero-link:last-child {
    margin-bottom: 0
}

.hero-links .hero-link:before {
    content: attr(data-link-number);
    font-size: 20px;
    color: hsla(0, 0%, 100%, .5);
    margin-right: 10px
}

@media only screen and (max-width:1280px) {
    .hero-links .hero-link:before {
        font-size: 15px
    }
}

.hero-links .hero-link:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.32vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    z-index: -1
}

@media only screen and (max-width:1024px) {
    .hero-links .hero-link:after {
        right: 0
    }
}

.hero-links .hero-link--red:after {
    background-color: #d61c1d
}

.hero-links .hero-link--blue:after {
    background-color: #859ca9
}

.hero-links .hero-link--grey:after {
    background-color: #c4c4c4
}

.hero-links .hero-link:hover:after {
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px)
}

.hero-links .hero-link:active--red:after {
    color: #aa0f10
}

.section-mission {
    background-color: #eeeef3;
    padding: 125px 95px 90px
}

@media only screen and (max-width:1280px) {
    .section-mission {
        padding: 40px 45px
    }
}

@media screen and (max-width:440px) {
    .section-mission {
        padding: 30px 20px
    }
}

.mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1024px) {
    .mission {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mission__title {
    position: relative;
    font-size: 50px
}

@media only screen and (max-width:1280px) {
    .mission__title {
        font-size: 35px;
        margin: auto 0
    }
}

@media only screen and (max-width:1024px) {
    .mission__title {
        font-size: 30px;
        margin-bottom: 25px
    }
}

@media screen and (max-width:440px) {
    .mission__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.mission__title-dash {
    width: 23px;
    height: 4px;
    background-color: #d61c1d;
    display: inline-block
}

.mission-text {
    max-width: 520px;
    margin-left: 150px
}

@media only screen and (max-width:1280px) {
    .mission-text {
        max-width: 460px;
        margin-left: 50px
    }
}

@media only screen and (max-width:1024px) {
    .mission-text {
        max-width: 700px;
        margin-left: 0
    }
}

.mission-text__paragraph {
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6
}

@media only screen and (max-width:1024px) {
    .mission-text__paragraph {
        margin-bottom: 20px
    }
}

.mission-text__paragraph:last-child {
    margin-bottom: 0
}

.section-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .section-services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.services-image {
    max-width: 650px
}

.services-image img {
    width: 100%
}

@media only screen and (max-width:1280px) {
    .services-image {
        max-width: 480px
    }
}

@media only screen and (max-width:768px) {
    .services-image {
        max-width: 90%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:440px) {
    .services-image {
        max-width: 100%
    }
}

.services-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 150px
}

@media only screen and (max-width:1280px) {
    .services-cards {
        margin-left: 60px
    }
}

@media only screen and (max-width:768px) {
    .services-cards {
        margin-left: 0
    }
}

.services-card {
    margin-bottom: 95px
}

@media only screen and (max-width:1280px) {
    .services-card {
        margin-bottom: 50px
    }
}

.services-card:last-child {
    margin-bottom: 0
}

.services-card__title {
    font-size: 30px;
    margin-bottom: 25px
}

@media only screen and (max-width:1280px) {
    .services-card__title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.services-card__paragraph {
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 520px;
    margin-bottom: 30px
}

@media only screen and (max-width:1280px) {
    .services-card__paragraph {
        margin-bottom: 25px;
        line-height: 1.7
    }
}

.section-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:440px) {
    .section-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-link {
    cursor: pointer;
    width: 50%;
    padding: 85px 60px;
    text-decoration: none;
    color: #1b1b1b;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

@media only screen and (max-width:1280px) {
    .about-link {
        padding: 50px 45px
    }
}

@media only screen and (max-width:768px) {
    .about-link {
        padding: 30px
    }
}

@media screen and (max-width:440px) {
    .about-link {
        width: 100%;
        padding: 30px 20px
    }
}

.about-link__title {
    font-family: arialbold, sans-serif;
    font-size: 16px;
    margin-bottom: 15px
}

@media only screen and (max-width:768px) {
    .about-link__title {
        margin-bottom: 10px
    }
}

.about-link__subtitle {
    max-width: 450px;
    font-family: ubuntulight, sans-serif;
    font-size: 30px
}

@media only screen and (max-width:1280px) {
    .about-link__subtitle {
        font-size: 20px
    }
}

@media screen and (max-width:440px) {
    .about-link__subtitle {
        font-size: 16px
    }
}

.about-link__image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%
}

@media only screen and (max-width:1280px) {
    .about-link__image {
        max-width: 45%
    }
}

@media only screen and (max-width:768px) {
    .about-link__image {
        display: none
    }
}

.about-link--company {
    background-color: #eeeef3
}

.about-link--company:hover {
    background-color: #e1e1e9
}

.about-link--company:active {
    background-color: #ceced9
}

.about-link--contacts {
    background-color: #b0cbda
}

.about-link--contacts:hover {
    background-color: #9bb7c7
}

.about-link--contacts:active {
    background-color: #84a3b5
}

.news-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:560px) {
    .news-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news__title {
    font-size: 50px;
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .news__title {
        font-size: 40px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:440px) {
    .news__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.news-group {
    margin-left: 120px
}

@media only screen and (max-width:1280px) {
    .news-group {
        margin-left: 30px
    }
}

@media only screen and (max-width:768px) {
    .news-group {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:560px) {
    .news-group {
        width: 100%;
        margin-left: 0
    }
}

.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

@media only screen and (max-width:1280px) {
    .news-item {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1024px) {
    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:1024px) {
    .news-item:last-child {
        display: none
    }
}

@media screen and (max-width:440px) {
    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-item:last-child {
    margin-bottom: 0
}

.news-item .news__img {
    display: none
}

@media only screen and (max-width:1024px) {
    .news-item .news__img {
        display: block;
        width: 100%;
        height: 95px;
        margin-bottom: 15px
    }

    .news-item .news__img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media only screen and (max-width:768px) {
    .news-item .news__img {
        height: 120px
    }
}

.news-item .link--underline {
    display: none
}

@media only screen and (max-width:1024px) {
    .news-item .link--underline {
        display: inline-block;
        margin-top: 20px
    }
}

.news-item__date {
    font-size: 16px;
    color: #565656;
    margin-right: 15px;
    margin-top: 5px
}

@media only screen and (max-width:1024px) {
    .news-item__date {
        margin-bottom: 10px;
        margin-top: 0
    }
}

.news-item .news-info {
    max-width: 485px
}

@media only screen and (max-width:1280px) {
    .news-item .news-info {
        max-width: 330px
    }
}

.news-item .news-info__title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1b1b1b;
    text-decoration: none;
    display: block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (max-width:1280px) {
    .news-item .news-info__title {
        margin-bottom: 15px
    }
}

@media screen and (max-width:440px) {
    .news-item .news-info__title {
        margin-bottom: 5px
    }
}

.news-item .news-info__title:hover {
    color: #d61c1d
}

.news-item .news-info__title:active {
    color: #aa0f10
}

.news-item .news-info__paragraph {
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.news-item--big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .news-item--big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:560px) {
    .news-item--big {
        width: 100%;
        margin-bottom: 20px
    }
}

.news-item--big .news-img {
    width: 430px;
    height: 350px;
    margin-right: 35px
}

@media only screen and (max-width:1280px) {
    .news-item--big .news-img {
        width: 300px;
        height: 250px;
        margin-right: 25px
    }
}

@media only screen and (max-width:768px) {
    .news-item--big .news-img {
        margin-right: 0;
        width: 100%;
        height: 120px;
        margin-bottom: 15px
    }
}

.news-item--big .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-item--big .news-description {
    max-width: 390px
}

@media only screen and (max-width:1280px) {
    .news-item--big .news-description {
        max-width: 270px
    }
}

@media only screen and (max-width:768px) {
    .news-item--big .news-description {
        max-width: 100%
    }
}

.news-item--big .news-description__date {
    font-size: 16px;
    color: #565656;
    margin-bottom: 15px
}

.news-item--big .news-description__title {
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #1b1b1b;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.news-item--big .news-description__title:hover {
    color: #d61c1d
}

@media only screen and (max-width:1280px) {
    .news-item--big .news-description__title {
        font-size: 20px
    }
}

.news-item--big .news-description__paragraph {
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

@media only screen and (max-width:1280px) {
    .news-item--big .news-description__paragraph {
        margin-bottom: 20px
    }
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .4)
}

.section-leasing {
    padding: 60px 0
}

@media only screen and (max-width:1280px) {
    .section-leasing {
        padding: 50px 0
    }
}

.leasing__title {
    font-size: 30px;
    margin-bottom: 15px
}

@media only screen and (max-width:1280px) {
    .leasing__title {
        font-size: 20px
    }
}

.leasing-wrapper {
    font-family: ubuntulight, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1000px;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.leasing-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0))
}

.leasing-wrapper--opened {
    max-height: unset
}

.leasing-wrapper--opened:after {
    display: none
}

.catalogue-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:768px) {
    .catalogue-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalogue-aside {
    max-width: 280px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .catalogue-aside {
        max-width: 260px
    }
}

@media only screen and (max-width:768px) {
    .catalogue-aside {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.catalogue-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 40px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .catalogue-content {
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .catalogue-content {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

.catalogue-pagination {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogue-pagination,
.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.news-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -48px
}

@media only screen and (max-width:1280px) {
    .news-list {
        margin-left: -30px
    }
}

@media only screen and (max-width:1024px) {
    .news-list {
        margin-left: -20px
    }
}

.news-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(33.3333333333% - 48px);
    width: calc(33.3333333333% - 48px);
    margin-left: 48px;
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .news-card {
        width: -webkit-calc(33.3333333333% - 30px);
        width: calc(33.3333333333% - 30px);
        margin-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    .news-card {
        width: -webkit-calc(33.3333333333% - 20px);
        width: calc(33.3333333333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .news-card {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:560px) {
    .news-card {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

.news-card:hover .news-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news-card:hover .news-content__title {
    color: #d61c1d
}

.news-card .news-img {
    width: 100%;
    height: 180px;
    max-width: 510px;
    margin-bottom: 30px;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .news-card .news-img {
        height: 95px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .news-card .news-img {
        height: 120px
    }
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.news-card .news-content {
    padding: 0 20px
}

@media only screen and (max-width:1280px) {
    .news-card .news-content {
        padding: 0
    }
}

.news-card .news-content__date {
    font-size: 16px;
    color: #565656;
    margin-bottom: 10px
}

.news-card .news-content__title {
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    text-decoration: none;
    color: #1b1b1b
}

@media only screen and (max-width:1280px) {
    .news-card .news-content__title {
        margin-bottom: 10px
    }
}

.news-card .news-content__description {
    font-family: ubuntulight, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 20px
}

.news-long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(66.6666666667% - 48px);
    width: calc(66.6666666667% - 48px);
    margin-left: 48px;
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .news-long {
        margin-left: 30px;
        width: -webkit-calc(66.6666666667% - 30px);
        width: calc(66.6666666667% - 30px);
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    .news-long {
        margin-left: 20px;
        width: -webkit-calc(66.6666666667% - 20px);
        width: calc(66.6666666667% - 20px);
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .news-long {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:560px) {
    .news-long {
        width: 100%
    }
}

.news-long:hover .long-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news-long:hover .long-content__title {
    color: #d61c1d
}

.news-long .long-img {
    max-width: -webkit-calc(50% - 24px);
    max-width: calc(50% - 24px);
    min-width: -webkit-calc(50% - 24px);
    min-width: calc(50% - 24px);
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:1280px) {
    .news-long .long-img {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
        min-width: -webkit-calc(50% - 15px);
        min-width: calc(50% - 15px)
    }
}

@media only screen and (max-width:1024px) {
    .news-long .long-img {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
        min-width: -webkit-calc(50% - 10px);
        min-width: calc(50% - 10px)
    }
}

@media only screen and (max-width:768px) {
    .news-long .long-img {
        max-width: 100%;
        min-width: 100%;
        height: 120px;
        margin-bottom: 15px
    }
}

.news-long .long-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.news-long .long-content {
    margin-left: 48px
}

@media only screen and (max-width:1280px) {
    .news-long .long-content {
        margin-left: 25px
    }
}

@media only screen and (max-width:768px) {
    .news-long .long-content {
        margin-left: 0
    }
}

.news-long .long-content__date {
    font-size: 16px;
    color: #565656;
    margin-bottom: 10px
}

.news-long .long-content__title {
    font-size: 30px;
    margin-bottom: 15px;
    max-width: 385px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    color: #1b1b1b;
    display: inline-block
}

@media only screen and (max-width:1280px) {
    .news-long .long-content__title {
        font-size: 20px
    }
}

.news-long .long-content__description {
    font-family: ubuntulight, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 20px
}

@media only screen and (max-width:1280px) {
    .news-long .long-content__description {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1024px) {
    .news-long .long-content__description {
        margin-bottom: 15px
    }
}

.news {
    max-width: 1070px
}

.news-content__img {
    max-width: 1070px;
    height: 380px;
    margin-bottom: 30px
}

@media only screen and (max-width:768px) {
    .news-content__img {
        height: 250px
    }
}

.news-content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-content__date {
    font-size: 14;
    margin-bottom: 10px;
    color: #565656
}

.news-content__text {
    max-width: 930px;
    font-size: 16px;
    line-height: 1.5
}

.news-content__text,
.news-content__text div,
.news-content__text p {
    font-family: ubuntulight, sans-serif
}

.page--news .breadcrumbs-wrapper__title {
    display: none
}

.page--news .bread-crumbs {
    padding-left: 0
}

.page--news .news__heading {
    margin-bottom: 30px
}

.finance-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media only screen and (max-width:1024px) {
    .finance-sections {
        margin-left: 0
    }
}

.finance-section {
    width: 50%;
    margin-left: 60px
}

@media only screen and (max-width:1024px) {
    .finance-section {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .finance-section:last-child {
        display: none
    }
}

.finance-quote {
    margin-bottom: 50px
}

@media only screen and (max-width:1280px) {
    .finance-quote {
        margin-bottom: 25px
    }
}

.finance-leasing {
    margin-bottom: 40px
}

@media only screen and (max-width:1280px) {
    .finance-leasing {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1024px) {
    .finance-leasing {
        margin-bottom: 30px
    }
}

.finance-leasing__title {
    margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
    .finance-leasing__title {
        font-size: 20px
    }
}

.finance-value__title {
    margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
    .finance-value__title {
        font-size: 20px
    }
}

.finance-img {
    width: 100%
}

.finance-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.finance-terms {
    margin-bottom: 30px
}

.finance-terms__title {
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .finance-terms__title {
        margin-bottom: 30px
    }
}

.finance-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -48px
}

@media only screen and (max-width:1280px) {
    .finance-bullets {
        margin-left: -30px
    }
}

@media only screen and (max-width:1024px) {
    .finance-bullets {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

@media screen and (max-width:550px) {
    .finance-bullets {
        overflow-x: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.finance-bullets__text {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    max-width: 875px;
    color: rgba(52, 31, 31, .4);
    line-height: 1.5
}

@media only screen and (max-width:1280px) {
    .finance-bullets__text {
        font-size: 12px;
        max-width: 620px;
        margin-top: 10px
    }
}

.finance-bullet {
    margin-left: 48px;
    padding: 40px;
    width: -webkit-calc(33.3333333333% - 48px);
    width: calc(33.3333333333% - 48px);
    background-color: #eeeef3;
    margin-bottom: 30px
}

@media only screen and (max-width:1280px) {
    .finance-bullet {
        margin-left: 30px;
        width: -webkit-calc(33.3333333333% - 30px);
        width: calc(33.3333333333% - 30px);
        padding: 25px
    }
}

@media only screen and (max-width:1024px) {
    .finance-bullet {
        width: auto;
        min-width: 300px;
        margin-bottom: 0
    }
}

@media screen and (max-width:550px) {
    .finance-bullet {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-bottom: 15px;
        min-width: unset
    }
}

.finance-bullet__title {
    text-transform: uppercase;
    margin-bottom: 35px
}

@media only screen and (max-width:1280px) {
    .finance-bullet__title {
        margin-bottom: 20px
    }
}

.finance-bullet__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px
}

@media only screen and (max-width:1280px) {
    .finance-bullet__item {
        margin-bottom: 12px
    }
}

.finance-bullet__item-value {
    text-align: right;
    margin-left: 10px
}

.finance-bullet__item:last-child {
    margin-bottom: 0
}

.about-cover {
    width: 100%;
    height: 430px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -50px
}

@media only screen and (max-width:1280px) {
    .about-cover {
        height: 280px;
        margin-left: -30px
    }
}

@media only screen and (max-width:1024px) {
    .about-cover {
        margin-left: -20px
    }
}

@media only screen and (max-width:768px) {
    .about-cover {
        height: 200px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:550px) {
    .about-cover {
        margin-bottom: 30px
    }
}

.about-cover--group {
    margin-top: 60px
}

.about-cover--group img {
    width: -webkit-calc(50% - 25px) !important;
    width: calc(50% - 25px) !important
}

@media only screen and (max-width:1280px) {
    .about-cover--group img {
        width: -webkit-calc(50% - 15px) !important;
        width: calc(50% - 15px) !important
    }
}

@media only screen and (max-width:1024px) {
    .about-cover--group img {
        width: -webkit-calc(50% - 10px) !important;
        width: calc(50% - 10px) !important
    }
}

@media only screen and (max-width:768px) {
    .about-cover--group img {
        width: 100% !important
    }
}

.about-cover img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-left: 50px;
    margin-right: -70px;
}
@media only screen and (max-width:768px) {
  .about-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 50px;
    margin-right: -70px;
}
}

@media only screen and (max-width:768px) {
    .about-cover img:nth-child(2) {
        display: none;
        visibility: hidden
    }
}

@media only screen and (max-width:1280px) {
    .about-cover img {
        margin-left: 30px
    }
}

@media only screen and (max-width:1024px) {
    .about-cover img {
        margin-left: 20px
    }
}

.about__title {
    margin-bottom: 15px
}

.about__paragraph {
    max-width: 1070px
}

@media only screen and (max-width:1280px) {
    .about__paragraph {
        max-width: 870px
    }
}

.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-map {
    width: 100%;
    height: 800px
}

@media only screen and (max-width:1280px) {
    .contact-map {
        height: 520px
    }
}

@media only screen and (max-width:1024px) {
    .contact-map {
        height: 400px
    }
}

@media only screen and (max-width:768px) {
    .contact-map {
        height: 350px
    }
}

.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1280px) {
    .services {
        margin-left: -30px
    }
}

@media only screen and (max-width:1024px) {
    .services {
        margin-left: -20px
    }
}

.services-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 50px;
    margin-bottom: 60px;
    padding: 60px;
    background-color: #eeeef3;
    height: 200px;
    margin-left: 30px;
    margin-bottom: 30px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding: 40px
}

@media only screen and (max-width:1024px) {
    .services-item {
        height: 150px;
        margin-left: 20px;
        margin-bottom: 20px;
        padding-right: 70px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:650px) {
    .services-item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

.services-item__text {
    font-family: ubuntulight, sans-serif;
    font-size: 30px;
    color: #1b1b1b;
    max-width: 300px
}

@media only screen and (max-width:1280px) {
    .services-item__text {
        font-size: 20px
    }
}

.services-item__img {
    max-width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width:1280px) {
    .services-item__img {
        max-width: 40%
    }
}

@media only screen and (max-width:1024px) {
    .services-item__img {
        max-width: 30%
    }
}

.services-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1024px) {
    .services-item__img img {
        object-position: center left
    }
}

.advantages {
    margin-right: 40px
}

@media only screen and (max-width:1280px) {
    .advantages {
        margin-right: 0
    }
}

.advantages__title {
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .advantages__title {
        margin-bottom: 50px;
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 70px
    }
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.swiper-slide {
    width: 370px;
    height: 180px;
    padding: 45px 45px 0;
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px
}

@media only screen and (max-width:1024px) {
    .swiper-slide {
        padding: 40px 40px 0;
        margin-right: 40px;
        margin-bottom: 30px
    }
}

.swiper-slide__text {
    font-size: 20px;
    color: #fff
}

.swiper-slide__img {
    z-index: -1
}

.swiper-slide__img,
.swiper-slide__img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-slide__img:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 28, 52, .5)), to(rgba(18, 28, 52, .5)));
    background: -webkit-linear-gradient(bottom, rgba(18, 28, 52, .5), rgba(18, 28, 52, .5));
    background: linear-gradient(0deg, rgba(18, 28, 52, .5), rgba(18, 28, 52, .5))
}

.swiper-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 70px;
    height: 70px;
    background-color: #b0cbda;
    margin-right: 30px;
    color: #1b1b1b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: unset;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 45px;
    height: 45px
}

.swiper-button-next:last-child,
.swiper-button-prev:last-child {
    margin-right: 0
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
    font-size: 16px;
    color: #1b1b1b
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #eeedf3
}

.swiper-button-next:active,
.swiper-button-prev:active {
    background-color: #e1e0e9
}

.swiper-button-next[aria-disabled=true],
.swiper-button-prev[aria-disabled=true] {
    background-color: #f0f0f0;
    opacity: 1
}

.swiper-button-next[aria-disabled=true] .icon,
.swiper-button-prev[aria-disabled=true] .icon {
    color: #bcbcbc
}

.slider-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-pagination {
    position: relative;
    width: auto;
    font-family: arialregular, sans-serif;
    font-size: 20px
}

.swiper-pagination-current {
    font-size: 30px
}

.page--product-card .breadcrumbs-wrapper__title {
    display: none
}

.page--product-card .bread-crumbs {
    padding-left: 0
}

.page--product-card .container {
    max-width: 1820px
}

.product-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.product-card {
    width: 100%;
    margin-top: 20px
}

@media only screen and (max-width:1024px) {
    .product-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
    }
}

@media only screen and (max-width:768px) {
    .product-card {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:580px) {
    .product-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-card__link {
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 1
}

@media only screen and (max-width:1280px) {
    .product-card__link {
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width:768px) {
    .product-card__link {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width:768px) {
    .product-card__link-wrapper {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        height: 110px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #eeeef3;
        margin-right: 20px
    }

    .product-card__link-wrapper:last-child {
        margin-right: 0
    }
}

.product-card__link .icon {
    font-size: 16px;
    color: #1b1b1b;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (max-width:1280px) {
    .product-card__link .icon {
        font-size: 14px
    }
}

.product-card__link:hover {
    background-color: #d61c1d
}

.product-card__link:hover .icon {
    color: #fff
}

.product-card__link:active {
    background-color: #aa0f10
}

.product-card__link--prev {
    left: -110px
}

@media only screen and (max-width:1280px) {
    .product-card__link--prev {
        left: -6%
    }
}

.product-card__link--next {
    right: -110px
}

@media only screen and (max-width:1280px) {
    .product-card__link--next {
        right: -6%
    }
}

.product-content {
    max-width: 49%
}

@media only screen and (max-width:1024px) {
    .product-content {
        max-width: 50%
    }
}

@media screen and (max-width:580px) {
    .product-content {
        max-width: 100%
    }
}

.product-content__title {
    margin-bottom: 50px
}

@media only screen and (max-width:1280px) {
    .product-content__title {
        margin-bottom: 30px
    }
}

.product-content__description {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    line-height: 1.7;
    text-transform: uppercase
}

.product-content__description span {
    font-family: arialbold, sans-serif
}

.product-content__offtop {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .3);
    max-width: 500px;
    margin-top: 35px
}

@media only screen and (max-width:1024px) {
    .product-content__offtop {
        margin-top: 0
    }
}

@media screen and (max-width:580px) {
    .product-content__offtop {
        display: none
    }
}

.product-content__offtop--mobile {
    display: none
}

@media screen and (max-width:580px) {
    .product-content__offtop--mobile {
        display: block;
        margin-top: 30px
    }
}

.product-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px
}

@media only screen and (max-width:1024px) {
    .product-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 220px
    }
}

.product-buttons .btn {
    margin-right: 30px
}

@media only screen and (max-width:1024px) {
    .product-buttons .btn {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.product-buttons .btn:last-child {
    margin-right: 0
}

@media only screen and (max-width:1024px) {
    .product-buttons .btn:last-child {
        margin-bottom: 20px
    }
}

.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    overflow: hidden;
    width: 50%
}

@media only screen and (max-width:1280px) {
    .product-gallery {
        width: 40%;
        right: 25px
    }
}

@media only screen and (max-width:1024px) {
    .product-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        width: 50%
    }
}

@media screen and (max-width:580px) {
    .product-gallery {
        width: 100%
    }
}

.product-gallery .swiper-slide {
    margin-bottom: 0;
    padding: 0;
    margin-right: 20px
}

@media only screen and (max-width:1024px) {
    .product-gallery .swiper-slide {
        margin-right: 0
    }
}

.product-gallery .swiper-pagination {
    padding: 75px 0;
    z-index: 1;
    overflow-y: auto
}

@media only screen and (max-width:1280px) {
    .product-gallery .swiper-pagination {
        padding: 40px 0
    }
}

@media only screen and (max-width:1024px) {
    .product-gallery .swiper-pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 10px 0
    }

    .product-gallery .swiper-pagination::-webkit-scrollbar {
        display: block
    }
}

.product-gallery .swiper-pagination::-webkit-scrollbar {
    display: none
}

.product-gallery .swiper-pagination-bullet {
    width: 80px;
    height: 70px;
    margin: 0 !important;
    margin-bottom: 20px !important;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

@media only screen and (max-width:1280px) {
    .product-gallery .swiper-pagination-bullet {
        width: 60px;
        height: 50px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1024px) {
    .product-gallery .swiper-pagination-bullet {
        min-width: 60px;
        max-width: 60px;
        width: 100%;
        margin-bottom: 0 !important;
        margin-right: 10px !important
    }
}

.product-gallery .swiper-pagination-bullet-active:after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #d61c1d;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-img {
    height: 100%;
    width: auto
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.gallery-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 75px
}

.gallery-items,
.js-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.js-tabs {
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 30px
}

@media screen and (max-width:900px) {
    .js-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tabs__actions {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding-top: 10px;
    background: #fff
}

@media only screen and (max-width:1280px) {
    .tabs__actions {
        min-width: 210px
    }
}

@media screen and (max-width:660px) {
    .tabs__actions {
        top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 100%;
        padding: 20px 0;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        overflow-x: auto;
        margin-bottom: 30px
    }
}

.tab-action {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%
}

@media screen and (max-width:660px) {
    .tab-action {
        padding: 0;
        border-bottom: none;
        margin-right: 20px;
        white-space: nowrap
    }
}

.tab-action:first-child {
    padding-top: 0
}

.tab-action.active,
.tab-action:hover {
    color: #d61c1d
}

.tab {
    margin-left: 95px;
    width: 100%;
    display: none
}

@media only screen and (max-width:1280px) {
    .tab {
        margin-left: 30px
    }
}

@media only screen and (max-width:900px) {
    .tab {
        margin-left: 0
    }
}

.tab__title {
    margin-bottom: 30px
}

.tab--show {
    display: block
}

.tab-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media only screen and (max-width:1280px) {
    .tab-bullets {
        margin-left: -30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    .tab-bullets {
        margin-left: -20px
    }
}

@media screen and (max-width:660px) {
    .tab-bullets {
        margin-left: 0;
        overflow-x: auto
    }
}

.tab-bullet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px
}

@media only screen and (max-width:1280px) {
    .tab-bullet {
        margin-left: 30px
    }
}

@media only screen and (max-width:1024px) {
    .tab-bullet {
        margin-left: 20px
    }
}

@media only screen and (max-width:768px) {
    .tab-bullet {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (max-width:660px) {
    .tab-bullet {
        margin-left: 0;
        margin-right: 20px
    }
}

@media only screen and (max-width:1024px) {
    .tab-bullet:last-child {
        display: none
    }
}

@media screen and (max-width:660px) {
    .tab-bullet:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tab-bullet__icon {
    min-width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eeeef3;
    margin-right: 20px
}

@media only screen and (max-width:1280px) {
    .tab-bullet__icon {
        min-width: 60px;
        height: 60px
    }
}

@media only screen and (max-width:1024px) {
    .tab-bullet__icon {
        min-width: 50px;
        height: 50px
    }
}

.tab-bullet__icon .icon {
    font-size: 34px
}

@media only screen and (max-width:1280px) {
    .tab-bullet__icon .icon {
        font-size: 25px
    }
}

@media only screen and (max-width:1024px) {
    .tab-bullet__icon .icon {
        font-size: 20px
    }
}

.tab-bullet__description {
    font-family: arialbold, sans-serif;
    font-size: 16px
}

@media screen and (max-width:660px) {
    .tab-bullet__description {
        white-space: nowrap
    }
}

.tab-video {
    width: 100%;
    height: 410px;
    background-color: #eeeef3;
    margin-bottom: 60px
}

@media only screen and (max-width:1280px) {
    .tab-video {
        height: 300px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1024px) {
    .tab-video {
        height: 200px
    }
}

.tab-video iframe {
    width: 100%;
    height: 100%
}

.tab-table table {
    width: 100%
}

.tab-table tr {
    background-color: #eeeef3;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.tab-table tr:nth-child(2n) {
    background-color: #fff
}

.tab-table tr:hover {
    background-color: #fee6e6
}

.tab-table td {
    padding: 15px 30px
}

@media only screen and (max-width:1280px) {
    .tab-table td {
        font-size: 14px
    }
}

.tab-table td:last-child {
    text-align: right
}

.model__SEO img {
    max-width: 100%
}

.page--404 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/hero.jpg);
    position: relative
}

.page--404:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(89.59%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5) 89.59%);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5) 89.59%)
}

.error-section {
    min-height: -webkit-calc(100vh - 110px);
    min-height: calc(100vh - 110px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative
}

.error-section__title {
    font-family: ubuntumedium, sans-serif;
    color: #fff;
    font-size: 330px;
    line-height: 1;
    margin-bottom: 5px
}

.error-section__subtitle {
    color: #fff;
    font-size: 50px;
    margin-bottom: 25px
}

.error-section__paragraph {
    font-family: ubuntulight, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 55px
}

.error-section__button {
    color: #fff;
    text-decoration: none !important
}

.widget_list {
    padding-left: 0
}

.ui {
    margin-bottom: 50px
}

.ui-section {
    padding: 50px
}

.ui-section td {
    padding: 10px
}

.ui-section .input-group {
    max-width: 480px;
    margin-bottom: 20px
}

.ui-header {
    padding: 35px 50px;
    background: #f4f7fb;
    color: #5a6872;
    font-size: 54px
}

.ui-title {
    font-size: 24px;
    padding-bottom: 18px
}

.ui-colors {
    margin-bottom: 45px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui-color,
.ui-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ui-color {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 22px
}

.ui-color__bg {
    width: 80px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #eff2f5
}

.ui-color__name {
    color: #5a6872;
    margin-bottom: 10px
}

.ui-color__code {
    color: #000;
    text-decoration: underline
}

.catalog_text {
    margin-bottom: 100px
}

.name-card-link {
    position: absolute;
    right: 20px;
    top: 20px;
}

.map-selects {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 15px 0;
}

.map-selects .custom-select {
    min-width: 200px;
}

.map-selects .custom-select__header {
    padding: 20px;
}


.map-selects .custom-select__arrow {
    border: 2px solid #B3B3B3;
    border-width: 2px 0 0 2px;
    width: 7px;
    height: 7px;
    right: 14px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 576px) {
    .map-selects {
        flex-direction: column;
    }

    .map-selects .custom-select {
        width: 100%;
    }
}

.map-selects {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 15px 0;
}

.map-selects .custom-select {
    min-width: 200px;
}

.map-selects .custom-select__header {
    padding: 20px;
}


.map-selects .custom-select__arrow {
    border: 2px solid #B3B3B3;
    border-width: 2px 0 0 2px;
    width: 7px;
    height: 7px;
    right: 14px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 576px) {
    .map-selects {
        flex-direction: column;
    }

    .map-selects .custom-select {
        width: 100%;
    }
}