
:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.projects__slider-thumbs.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    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 {
    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;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: 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: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.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
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20
}

.modal__container {
    max-width: 1060px;
    max-height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    width: 100%
}

.modal__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 48px;
    padding-left: 104px;
    padding-right: 104px;
    border-radius: 8px;
    position: relative
}

.modal__close {
    position: absolute;
    right: 18px;
    top: 18px;
    border: none;
    background: 0;
    font-size: 14px;
    line-height: 171%;
    color: #b7bbbd;
    font-weight: 400
}

.modal__close span {
    display: inline-block;
    margin-right: 20px
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    height: 8px;
    background-color: #ef7f1a
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 4px
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%;
    border-radius: 4px
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0;
    width: 100%;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #ef7f1a
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal .noUi-handle {
    right: -17px;
    top: -10px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #efefef;
    border-radius: 4px
}

.noUi-connect {
    background: #ef7f1a
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    width: 26px;
    height: 26px;
    cursor: default;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d4d8da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .13)
}

.noUi-handle::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ef7f1a;
    width: 10px;
    border-radius: 50%;
    height: 10px
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 187%;
    color: #596267;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-style: italic;
    display: none
}

.noUi-pips {
    position: absolute
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 5px 15px;
    height: 30px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    display: none;
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

input,
textarea {
    outline: transparent
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    min-width: 320px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #282a2e;
    background: #f2f3f3
}

b,
strong {
    font-weight: 700
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

ul.dash-list>li:before {
    display: inline-block;
    content: "-"
}

li {
    padding: 0;
    margin: 25px 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.form input,
.form textarea,
form input,
form textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    font-weight: 300;
    border: 1px solid #78878f;
    border-radius: 8px;
    padding: 20px 23px;
    margin: 20px 0;
    color: #60656f;
    font-size: 16px;
    line-height: 150%
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #60656f
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder,
form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #60656f
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #60656f
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: #60656f
}

.form input::placeholder,
.form textarea::placeholder,
form input::placeholder,
form textarea::placeholder {
    color: #60656f
}

.form input.invalid,
.form textarea.invalid,
form input.invalid,
form textarea.invalid {
    color: red;
    border-color: red
}

.form input.invalid::-webkit-input-placeholder,
.form textarea.invalid::-webkit-input-placeholder,
form input.invalid::-webkit-input-placeholder,
form textarea.invalid::-webkit-input-placeholder {
    color: red
}

.form input.invalid::-moz-placeholder,
.form textarea.invalid::-moz-placeholder,
form input.invalid::-moz-placeholder,
form textarea.invalid::-moz-placeholder {
    color: red
}

.form input.invalid:-ms-input-placeholder,
.form textarea.invalid:-ms-input-placeholder,
form input.invalid:-ms-input-placeholder,
form textarea.invalid:-ms-input-placeholder {
    color: red
}

.form input.invalid::-ms-input-placeholder,
.form textarea.invalid::-ms-input-placeholder,
form input.invalid::-ms-input-placeholder,
form textarea.invalid::-ms-input-placeholder {
    color: red
}

.form input.invalid::placeholder,
.form textarea.invalid::placeholder,
form input.invalid::placeholder,
form textarea.invalid::placeholder {
    color: red
}

.form input.valid,
.form textarea.valid,
form input.valid,
form textarea.valid {
    color: green;
    border-color: green
}

.form input.valid::-webkit-input-placeholder,
.form textarea.valid::-webkit-input-placeholder,
form input.valid::-webkit-input-placeholder,
form textarea.valid::-webkit-input-placeholder {
    color: green
}

.form input.valid::-moz-placeholder,
.form textarea.valid::-moz-placeholder,
form input.valid::-moz-placeholder,
form textarea.valid::-moz-placeholder {
    color: green
}

.form input.valid:-ms-input-placeholder,
.form textarea.valid:-ms-input-placeholder,
form input.valid:-ms-input-placeholder,
form textarea.valid:-ms-input-placeholder {
    color: green
}

.form input.valid::-ms-input-placeholder,
.form textarea.valid::-ms-input-placeholder,
form input.valid::-ms-input-placeholder,
form textarea.valid::-ms-input-placeholder {
    color: green
}

.form input.valid::placeholder,
.form textarea.valid::placeholder,
form input.valid::placeholder,
form textarea.valid::placeholder {
    color: green
}

button {
    outline: transparent;
    cursor: pointer
}

textarea {
    resize: none;
    min-height: 100px
}

a {
    text-decoration: none;
    color: inherit
}

.logo {
    display: block
}

.overflow-hidden {
    overflow: hidden
}

.overflow-hidden body {
    overflow: hidden
}

.block-scroll {
    overflow: hidden;
    height: 100%
}

.block-scroll body {
    overflow: hidden;
    height: 100%
}

.container {
    max-width: 1150px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 224px;
    overflow: hidden
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding: 24px 55px;
    text-align: center;
    background: linear-gradient(95.45deg, rgba(102, 58, 140, 1) 0%, rgba(144, 50, 95, 1) 100%);
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    white-space: break-spaces;
    border: none;
    border-radius: 8px;
    color: #fff
}

.btn--white {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn--white svg path {
    stroke: #fff
}

.btn--lead {
    padding: 19px 30px
}

.btn--card {
    padding: 15px 30px
}

.btn--card--small {
    padding: 3px 0;
    font-size: 16px;
    font-weight: normal;
}

.btn--outline {
    background-color: transparent;
    border-color: #ef7f1a;
    color: #ef7f1a
}

.btn--big {
    min-width: 312px
}

.btn--large-font {
    font-size: 24px
}

.btn:focus {
    -webkit-box-shadow: 0 3px 7px rgba(8, 59, 129, .19);
    box-shadow: 0 3px 7px rgba(8, 59, 129, .19)
}

.btn img,
.btn svg {
    display: inline-block;
    margin-left: 23px
}

.socials {
    padding: 15px 0
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: -4px
}

.socials li {
    margin: 4px
}

.pagination {
    padding: 30px 0
}

.pagination__list {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0 -4px;
    overflow: hidden;
    color: #595959
}

.pagination__item {
    margin: 0 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    font-weight: 400
}

.pagination__item.active {
    border-color: #ef7f1a;
    color: #ef7f1a
}

.pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 32px
}

.preload * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.section-head__title {
    margin: 0
}

.section-head__link {
    margin-left: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #66707b
}

.section-head__link svg {
    display: inline-block;
    margin-left: 15px
}

.side-background__wrapper {
    position: relative
}

.side-background__wrapper::before {
    position: absolute;
    content: "";
    left: -105px;
    top: 0;
    bottom: 0;
    width: 105px;
    height: 100%;
    background-color: #e8e9ea
}

.side-background__wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 200vw;
    height: 100%;
    background-color: #e8e9ea
}

.side-background__content {
    padding: 114px 0 146px 0;
    position: relative;
    z-index: 3
}

.checkbox__item {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #8493a5;
    border-radius: 2px
}

.checkbox__item::after {
    position: absolute;
    content: "";
    background: url(../images/dist/check-icon.svg) center no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox input {
    display: none
}

.checkbox input:checked~.checkbox__item::after {
    opacity: 1
}

.checkbox span {
    display: inline-block;
    margin-left: 5px
}

.radiobutton__item {
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #d4d8da;
    border-radius: 50%
}

.radiobutton__item::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #ef7f1a;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.radiobutton label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radiobutton input {
    display: none
}

.radiobutton input:checked~.radiobutton__item::after {
    opacity: 1
}

.radiobutton span {
    display: inline-block;
    margin-left: 12px
}

input,
textarea {
    outline: transparent
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    min-width: 320px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #282a2e;
    background: #f2f3f3
}

b,
strong {
    font-weight: 700
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

ul.dash-list>li:before {
    display: inline-block;
    content: "-"
}

li {
    padding: 0;
    margin: 25px 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.form input,
.form textarea,
form input,
form textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    font-weight: 300;
    border: 1px solid #78878f;
    border-radius: 8px;
    padding: 20px 23px;
    margin: 20px 0;
    color: #60656f;
    font-size: 16px;
    line-height: 150%
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #60656f
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder,
form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #60656f
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #60656f
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: #60656f
}

.form input::placeholder,
.form textarea::placeholder,
form input::placeholder,
form textarea::placeholder {
    color: #60656f
}

.form input.invalid,
.form textarea.invalid,
form input.invalid,
form textarea.invalid {
    color: red;
    border-color: red
}

.form input.invalid::-webkit-input-placeholder,
.form textarea.invalid::-webkit-input-placeholder,
form input.invalid::-webkit-input-placeholder,
form textarea.invalid::-webkit-input-placeholder {
    color: red
}

.form input.invalid::-moz-placeholder,
.form textarea.invalid::-moz-placeholder,
form input.invalid::-moz-placeholder,
form textarea.invalid::-moz-placeholder {
    color: red
}

.form input.invalid:-ms-input-placeholder,
.form textarea.invalid:-ms-input-placeholder,
form input.invalid:-ms-input-placeholder,
form textarea.invalid:-ms-input-placeholder {
    color: red
}

.form input.invalid::-ms-input-placeholder,
.form textarea.invalid::-ms-input-placeholder,
form input.invalid::-ms-input-placeholder,
form textarea.invalid::-ms-input-placeholder {
    color: red
}

.form input.invalid::placeholder,
.form textarea.invalid::placeholder,
form input.invalid::placeholder,
form textarea.invalid::placeholder {
    color: red
}

.form input.valid,
.form textarea.valid,
form input.valid,
form textarea.valid {
    color: green;
    border-color: green
}

.form input.valid::-webkit-input-placeholder,
.form textarea.valid::-webkit-input-placeholder,
form input.valid::-webkit-input-placeholder,
form textarea.valid::-webkit-input-placeholder {
    color: green
}

.form input.valid::-moz-placeholder,
.form textarea.valid::-moz-placeholder,
form input.valid::-moz-placeholder,
form textarea.valid::-moz-placeholder {
    color: green
}

.form input.valid:-ms-input-placeholder,
.form textarea.valid:-ms-input-placeholder,
form input.valid:-ms-input-placeholder,
form textarea.valid:-ms-input-placeholder {
    color: green
}

.form input.valid::-ms-input-placeholder,
.form textarea.valid::-ms-input-placeholder,
form input.valid::-ms-input-placeholder,
form textarea.valid::-ms-input-placeholder {
    color: green
}

.form input.valid::placeholder,
.form textarea.valid::placeholder,
form input.valid::placeholder,
form textarea.valid::placeholder {
    color: green
}

button {
    outline: transparent;
    cursor: pointer
}

textarea {
    resize: none;
    min-height: 100px
}

a {
    text-decoration: none;
    color: inherit
}

.logo {
    display: block
}

.overflow-hidden {
    overflow: hidden
}

.overflow-hidden body {
    overflow: hidden
}

.block-scroll {
    overflow: hidden;
    height: 100%
}

.block-scroll body {
    overflow: hidden;
    height: 100%
}

.container {
    max-width: 1150px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 224px;
    overflow: hidden
}


.btn--white {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn--white svg path {
    stroke: #fff
}

.btn--lead {
    padding: 19px 30px
}

.btn--card {
    padding: 15px 30px
}

.btn--card--small {
    padding: 3px 0;
    font-size: 16px;
    font-weight: normal;
}

.btn--outline {
    background-color: transparent;
    border-color: #ef7f1a;
    color: #ef7f1a
}

.btn--big {
    min-width: 312px
}

.btn--large-font {
    font-size: 24px
}

.btn:focus {
    -webkit-box-shadow: 0 3px 7px rgba(8, 59, 129, .19);
    box-shadow: 0 3px 7px rgba(8, 59, 129, .19)
}

.btn img,
.btn svg {
    display: inline-block;
    margin-left: 23px
}

.socials {
    padding: 15px 0
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: -4px
}

.socials li {
    margin: 4px
}

.pagination {
    padding: 30px 0
}

.pagination__list {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0 -4px;
    overflow: hidden;
    color: #595959
}

.pagination__item {
    margin: 0 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    font-weight: 400
}

.pagination__item.active {
    border-color: #ef7f1a;
    color: #ef7f1a
}

.pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 32px
}

.preload * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.section-head__title {
    margin: 0
}

.section-head__link {
    margin-left: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #66707b
}

.section-head__link svg {
    display: inline-block;
    margin-left: 15px
}

.side-background__wrapper {
    position: relative
}

.side-background__wrapper::before {
    position: absolute;
    content: "";
    left: -105px;
    top: 0;
    bottom: 0;
    width: 105px;
    height: 100%;
    background-color: #e8e9ea
}

.side-background__wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 200vw;
    height: 100%;
    background-color: #e8e9ea
}

.side-background__content {
    padding: 114px 0 146px 0;
    position: relative;
    z-index: 3
}

.checkbox__item {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #8493a5;
    border-radius: 2px
}

.checkbox__item::after {
    position: absolute;
    content: "";
    background: url(../images/dist/check-icon.svg) center no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox input {
    display: none
}

.checkbox input:checked~.checkbox__item::after {
    opacity: 1
}

.checkbox span {
    display: inline-block;
    margin-left: 5px
}

.radiobutton__item {
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #d4d8da;
    border-radius: 50%
}

.radiobutton__item::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #ef7f1a;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.radiobutton label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radiobutton input {
    display: none
}

.radiobutton input:checked~.radiobutton__item::after {
    opacity: 1
}

.radiobutton span {
    display: inline-block;
    margin-left: 12px
}

.article-section {
    padding-bottom: 120px
}

.article-section__nav {
    padding-top: 42px
}

.article-section__inner {
    max-width: 882px
}

.article-section .page-head__nav {
    padding-bottom: 10px;
    margin-bottom: 0
}

.article-section .page-head__nav li:last-child {
    color: #514a4a
}

.article-section__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #777b89;
    margin-bottom: 60px;
    margin-top: 20px
}

.article-section__back-btn span {
    display: inline-block;
    margin-left: 11px
}

.article-section__title {
    margin-bottom: 37px;
    margin-top: 0
}

.article-section__text {
    font-size: 18px;
    line-height: 178%
}

.article-section__img {
    margin-bottom: 40px
}

.article-section__img img {
    border-radius: 4px
}

.article-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 -11px
}

.article-section__col {
    margin: 0 11px;
    width: calc(50% - 22px)
}

.news-article {
    padding-bottom: 80px
}

.news-article__img {
    margin-bottom: 32px
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 40px
}

.article:last-child {
    margin-bottom: 0
}

.article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
    padding-top: 10px;
    width: 61%
}

.article__img {
    width: 39%
}

.article__name {
    font-size: 20px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 10px
}

.article__text {
    margin-bottom: 10px;
    font-size: 18px
}

.article__link {
    margin-top: auto
}

.articles-container {
    max-width: 1008px
}

.page-articles {
    padding-top: 62px;
    padding-bottom: 90px
}

.benefits {
    padding-top: 52px;
    padding-bottom: 66px
}

.benefits__title {
    margin-bottom: 50px;
    margin-top: 0
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -36px -25px;
    overflow: hidden
}

.benefits__item {
    margin: 36px 25px;
    width: calc(33.333% - 50px)
}

.benefits__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background-color: #ef7f1a;
    margin-bottom: 24px
}

.benefits__name {
    font-weight: 500;
    line-height: 144%;
    margin-bottom: 24px;
}
.benefits__text {
    font-size: 18px;
}

.calc-form {
    color: #515658
}

.calc-form__title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #1d1d1e
}

.calc-form__item {
    margin-bottom: 16px
}

.calc-form__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px
}

.calc-form__item-caption {
    font-weight: 400;
    margin-bottom: 16px
}

.calc-form__item-input {
    width: 95px
}

.calc-form__item-input input {
    margin: 0;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    color: #515658
}

.calc-form__item-input input::-webkit-input-placeholder {
    color: #515658
}

.calc-form__item-input input::-moz-placeholder {
    color: #515658
}

.calc-form__item-input input:-ms-input-placeholder {
    color: #515658
}

.calc-form__item-input input::-ms-input-placeholder {
    color: #515658
}

.calc-form__item-input input::placeholder {
    color: #515658
}

.calc-form__item-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc-form__radiobuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc-form__fuel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.calc-form__fuel-img {
    position: relative
}

.calc-form__fuel-img::after {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.887 55.552'%3E%3Cpath fill='%23FFFFFF' d='M34.373 49.541L76.887 5.889 70.739 0 28.426 43.458 6.078 20.632 0 26.585l22.488 22.972 6.029 5.995-.091-.085.091.085 5.856-6.011z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ef7f1a;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.calc-form__fuel-item {
    width: calc(33.333% - 24px);
    margin: 0 12px
}

.calc-form__fuel-item input {
    display: none
}

.calc-form__fuel-item input:checked~.calc-form__fuel-img::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.calc-form__fuel-item img {
    margin-bottom: 6px
}

.calc-form__radiobtn {
    margin-left: 81px
}

.calc-form__radiobtn:first-child {
    margin-left: 0
}

.calc-form__power {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000
}

.calc-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.calc-form__row:last-child {
    margin-bottom: 0
}

.calc-form__col {
    width: calc(50% - 15px)
}

.calc-form__col input,
.calc-form__col textarea {
    margin-top: 0
}

.calc-form__col .wpcf7-form-control-wrap:last-child input:last-child {
    margin-bottom: 0
}

.calc-form__col textarea {
    height: 100%
}

.calc-form__btn {
    width: 100%;
    font-size: 18px;
    line-height: 133%
}

.calc-form__policy {
    font-size: 14px;
    line-height: 129%
}

.card-head {
    padding-top: 43px
}

.card {
    padding-bottom: 90px
}

.card__title {
    margin-top: 0;
    margin-bottom: 64px
}
h1.card__title {
    font-size: 32px;
    line-height: 125%;
}

.card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 56px
}

.card__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    max-height: 410px
}

.card__slider-thumbs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 20px
}

.card__slider-item img {
    width: 100%
}

.card__slider-thumbs-item {
    height: 74px;
    width: 71px
}

.card__slider-thumbs-item img {
    width: 100%
}

.card__slider {
    margin-left: 30px
}

.card__center {
    margin-left: 50px
}

.card__qualities {
    margin-bottom: 40px
}

.card__qualities-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 171%;
    border-bottom: 1px dotted #3f3934;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 16px
}

.card__qualities-item:last-child {
    margin-bottom: 0
}

.card__key {
    color: #242728;
    font-weight: 400;
    max-width: 160px;
    line-height: 132%
}

.card__value {
    color: #352e2e;
    font-weight: 500;
    margin-left: 10px
}

.card__download-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 7px;
    font-weight: 400;
    color: #ef7f1a;
    border-bottom: 1px dotted #ef7f1a
}

.card__download-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.card__download-link span {
    display: inline-block;
    margin-left: 14px
}

.card__btn {
    margin-bottom: 10px;
    width: 100%
}

.card__btn:last-child {
    margin-bottom: 0;
    margin-top: 2.4em;
}

.card__extra {
    margin-left: 53px
}

.card__extra--mob {
    display: none
}

.card__extra-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #393c43;
    margin-bottom: 20px
}

.card__extra-list {
    padding: 0
}

.card__extra-item {
    margin: 0;
    margin-bottom: 11px;
    font-size: 16px
}

.card__extra-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__extra-item:last-child {
    margin-bottom: 0
}

.card__extra-item img {
    max-width: 58px
}

.card__extra-item span {
    display: inline-block;
    margin-left: 34px
}

.card__tabs-buttons>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__tabs-btn {
    margin: 0
}

.card__tabs-btn>a {
    border-right: none;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #515658;
    display: block;
    padding: 15px;
    padding-right: 37px;
    min-width: 120px;
    border: 1px solid #dedfe9
}

.card__tabs-btn:last-child>a {
    border-right: 1px solid #dedfe9
}

.card__tabs-content {
    padding-top: 40px;
    padding-bottom: 120px;
    max-width: 900px
}

.card__tabs-content-item {
    display: none
}

.card__tabs-content-item.active {
    display: block
}

.card__table table {
    border-collapse: collapse
}

.card__table tbody th {
    text-align: left;
    font-weight: 400;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 200%
}

.card__table td {
    padding: 4px 20px;
    font-size: 16px;
    line-height: 200%
}

.card__table tbody td:nth-child(2) {
    width: 220px
}

.card__table tbody tr:nth-child(even) {
    background-color: #eceef0
}

.card__schemes-item {
    margin-bottom: 24px
}

.card__schemes-item:last-child {
    margin-bottom: 0
}

.card__schemes-item a {
    font-size: 18px;
    line-height: 178%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__schemes-item span {
    display: inline-block;
    margin-left: 13px;
    text-decoration: underline
}

.card__gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
    overflow: hidden
}

.card__gallery-item {
    margin: 16px;
    width: calc(20% - 32px)
}

.card__text {
    font-size: 18px;
    line-height: 178%
}

.card__text p {
    margin-top: 0
}

.card__text-list {
    list-style: disc;
    padding-left: 20px
}

.card__text-list-item {
    margin: 0;
    font-size: 18px;
    line-height: 178%
}

.card__history-title {
    margin-top: 0;
    margin-bottom: 40px
}

.card__back-btn {
    display: none
}

.cart-head {
    padding-top: 43px;
    padding-bottom: 66px
}

.cart-head .page-head__nav {
    margin-bottom: 0
}

.cart {
    padding-bottom: 85px
}

.cart__title {
    margin-top: 0;
    margin-bottom: 36px
}

.cart__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart__content {
    width: calc(100% - 420px)
}

.cart__list {
    margin-bottom: 42px
}

.cart__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #c6c6cc;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart__item:last-child {
    border-bottom: 1px solid #c6c6cc
}

.cart__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 185px;
    width: 28%;
    height: 150px
}

.cart__img img {
    width: 100%;
    max-height: 170px
}

.cart__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 32px;
    width: calc(72% - 32px)
}

.cart__item-delete {
    position: absolute;
    right: 0;
    top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 185%;
    color: #a6b0b6;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 400
}

.cart__item-delete span {
    display: inline-block;
    margin-right: 13px
}

.cart__name {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #1d1d1e;
    margin-bottom: 12px;
    max-width: 320px;
    padding-top: 15px
}

.cart__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -12px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart__col {
    max-width: 166px;
    margin: 12px
}

.cart__key {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #929394
}

.cart__value {
    font-weight: 400;
    line-height: 150%;
    color: #272727
}

.cart__download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 118%;
    max-width: 120px;
    color: #ef7f1a
}

.cart__download-link span {
    display: inline-block;
    margin-right: 10px
}

.cart__download-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cart__form {
    padding: 34px;
    background-color: #e8e9ea;
    border-radius: 4px;
    max-width: 350px;
    width: 100%
}

.cart__form textarea {
    min-height: 140px
}

.cart__form input,
.cart__form textarea {
    border: 1px solid #d2dadf;
    border-radius: 4px;
    padding: 13px;
    font-size: 16px;
    line-height: 150%
}

.cart__form input::-webkit-input-placeholder,
.cart__form textarea::-webkit-input-placeholder {
    color: #8a9499
}

.cart__form input::-moz-placeholder,
.cart__form textarea::-moz-placeholder {
    color: #8a9499
}

.cart__form input:-ms-input-placeholder,
.cart__form textarea:-ms-input-placeholder {
    color: #8a9499
}

.cart__form input::-ms-input-placeholder,
.cart__form textarea::-ms-input-placeholder {
    color: #8a9499
}

.cart__form input::placeholder,
.cart__form textarea::placeholder {
    color: #8a9499
}

.cart__form-title {
    margin-bottom: 19px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 109%;
    color: #393c43
}

.cart__form-btn {
    width: 100%;
    margin-bottom: 19px
}

.cart__form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px
}

.cart__form-file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cart__form-file label span {
    display: inline-block;
    margin-left: 17px
}

.cart__form-file input {
    display: none
}

.cart__policy {
    font-size: 14px;
    line-height: 129%;
    color: #515658
}

.catalog-filter {
    padding-bottom: 45px;
    border-bottom: 1px solid #e6dede
}

.catalog-filter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-filter__search {
    margin-bottom: 33px;
    border-bottom: 1px solid #e6dede
}

.catalog-filter__search label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-filter__search input {
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    font-weight: 300;
    font-size: 18px;
    line-height: 167%;
    font-style: italic;
    color: #282a2e;
    background-color: transparent;
    border: none
}

.catalog-filter__search input::-webkit-input-placeholder {
    color: #5f686c
}

.catalog-filter__search input::-moz-placeholder {
    color: #5f686c
}

.catalog-filter__search input:-ms-input-placeholder {
    color: #5f686c
}

.catalog-filter__search input::-ms-input-placeholder {
    color: #5f686c
}

.catalog-filter__search input::placeholder {
    color: #5f686c
}

.catalog-filter__search-icon {
    margin-left: 3px
}

.catalog-filter__title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 167%;
    color: #000;
    font-weight: 400
}

.catalog-filter__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
/*    display: flex;*/
	display:block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.catalog-filter__checkboxes>div {
    margin-right: 32px
}

.catalog-filter__checkboxes>div:first-child {
    margin-left: 0
}

.catalog-filter__checkboxes-item {
    font-style: italic;
    font-weight: 400
}

.catalog-filter__checkboxes-item input {
    margin: 0
}

.catalog-filter__power-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 8px
}

.catalog-filter__power-wrapper {
    margin-bottom: 25px
}

.catalog-filter__power-slider {
    position: relative
}

.catalog-filter__power-slider .stick-list {
    position: absolute;
    left: 0;
    top: 0
}

.catalog-filter__power-slider .stick {
    height: 8px;
    width: 1px;
    background: #969292;
    border-radius: 4px
}

.catalog-filter__power-slider .noUi-base {
    background-image: url("data:image/svg+xml,%3Csvg width='592' height='8' viewBox='0 0 592 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='592' height='8' rx='4' fill='%23E9E7E7'/%3E%3Cline x1='120.5' y1='-2.18557e-08' x2='120.5' y2='8' stroke='%23969292'/%3E%3Cline x1='7.5' y1='-2.18557e-08' x2='7.5' y2='8' stroke='%23969292'/%3E%3Cline x1='207.5' y1='-2.18557e-08' x2='207.5' y2='8' stroke='%23969292'/%3E%3Cline x1='296.5' y1='-2.18557e-08' x2='296.5' y2='8' stroke='%23969292'/%3E%3Cline x1='480.5' y1='-2.18557e-08' x2='480.5' y2='8' stroke='%23969292'/%3E%3Cline x1='391.5' y1='-2.18557e-08' x2='391.5' y2='8' stroke='%23969292'/%3E%3Cline x1='586.5' y1='-2.18557e-08' x2='586.5' y2='8' stroke='%23969292'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left -5px
}

.catalog-filter__power-value {
    margin: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 187%;
    color: #596267;
    font-weight: 400
}

.catalog-filter__power-input {
    display: none
}

.catalog-filter__accordion-item {
    border-bottom: 1px solid #e6dede;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px
}

.catalog-filter__accordion-item .accordion-close {
    display: none
}

.catalog-filter__accordion-item .catalog-filter__accordion-content {
    display: none
}

.catalog-filter__accordion-item.active .accordion-open {
    display: none
}

.catalog-filter__accordion-item.active .accordion-close {
    display: block
}

.catalog-filter__accordion-item.active .catalog-filter__accordion-content {
    display: block
}

.catalog-filter__accordion-item:last-child {
    margin-bottom: 0
}

.catalog-filter__accordion-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494a55;
    line-height: 187%;
    font-weight: 400;
    cursor: pointer
}

.catalog-filter__accordion-content {
    color: #596267;
    padding-top: 10px
}

.catalog-filter__accordion-content input:checked~span {
    color: #1e2224
}

.catalog-filter__accordion-checkbox-item {
    margin-bottom: 8px
}

.catalog-filter__accordion-checkbox-item:last-child {
    margin-bottom: 0
}

.catalog-filter__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -8px -12px;
    margin-top: 8px
}

.catalog-filter__type {
    width: 156px;
    margin: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    text-align: center;
    opacity: .6;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 15px;
    border-radius: 5px;
    color: #596267;
    border: 1px solid #e1e1e1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer
}

.catalog-filter__type img {
    margin-bottom: 13px;
    height: 74px
}

.catalog-filter__type.active {
    opacity: 1;
    border-radius: 0 0 4px 4px;
    border-bottom: 7px solid #ef7f1a
}

.catalog-inner__tab-content {
    display: none
}

.catalog-inner__tab-content.active {
    display: block
}

.catalog-inner__img {
    width: 45%;
    display: none
}

.catalog-inner__img img {
    width: 100%
}

.catalog-inner__img.active {
    display: block
}

.catalog-inner__filter {
    width: 55%;
    margin-left: 30px;
    padding-top: 54px
}

.catalog-inner__types-mob {
    display: none
}

.catalog-items {
    padding-top: 30px;
    padding-bottom: 50px
}

.catalog-items__inner {
    max-width: 900px
}

.catalog-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -24px -18px;
    overflow: hidden;
    padding-bottom: 30px
}

.catalog-items__item {
    width: calc(33.333% - 36px);
    margin: 24px 18px
}

.catalog-items__img {
    display: block;
    position: relative;
    margin-bottom: 12px
}

.catalog-items__img img {
    max-height: 238px
}

.catalog-items__img-banner {
    position: absolute;
    right: 14px;
    top: 14px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 116%;
    background: #f10000;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff
}

.catalog-items__title {
    font-size: 16px;
    display: inline-block;
    line-height: 162%;
    color: #000;
    margin-bottom: 16px;
    font-weight: 400
}

.catalog-items__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 129%;
    color: #32363a
}

.certificates {
    padding-bottom: 120px;
    padding-top: 78px
}

.certificates__inner {
    max-width: 904px
}

.certificates__title {
    font-size: 18px;
    line-height: 167%;
    margin-bottom: 26px;
    color: #000;
    font-weight: 400
}

.certificates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
    margin-bottom: 72px;
    overflow: hidden
}

.certificates__list:last-child {
    margin-bottom: 0
}

.certificates__item {
    margin: 8px;
    width: calc(33.333% - 16px)
}

.certificates__item img {
    width: 100%
}

.clients {
    padding-top: 60px;
    padding-bottom: 46px
}

.clients__slider-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px
}

.clients__title {
    margin-bottom: 48px
}

.clients__slider {
    padding: 0 10px;
    height: 103px
}

.clients__slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 161px
}

.clients__item img {
    max-height: 130px
}

.clients__slider-next,
.clients__slider-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer
}

.clients__slider-next {
    right: 0
}

.clients__slider-prev {
    left: 0
}

.comfort {
    padding-top: 50px;
    padding-bottom: 65px;
    overflow: hidden
}

.comfort__wrapper {
    position: relative;
    padding-bottom: 140px;
    padding-top: 144px
}

.comfort__content {
    max-width: 560px
}

.comfort__title {
    margin-top: 0;
    margin-bottom: 34px
}

.comfort__subtitle {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%
}

.comfort__text {
    max-width: 490px
}

.comfort__img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    right: -75px
}

.contacts {
    padding-top: 64px;
    padding-bottom: 80px;
    font-size: 16px;
    line-height: 150%
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px
}

.contacts__row:last-child {
    margin-bottom: 0
}

.contacts__col {
    min-width: 384px
}

.contacts__col:not(:first-child) {
    margin-left: 67px
}

.contacts__key {
    margin-bottom: 8px
}

.contacts__key--lg-mb {
    margin-bottom: 15px
}

.contacts__value {
    color: #17191c;
    font-weight: 400
}

.contacts__value--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contacts__value span {
    font-weight: 300
}

.contacts__value ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 14px
}

.contacts__value li {
    margin: 0;
    margin-left: 16px
}

.contacts__value-big-fz {
    font-size: 18px
}

.contacts__center {
    padding-top: 48px;
    padding-bottom: 57px;
    border-top: 1px solid #bfc3c8;
    border-bottom: 1px solid #bfc3c8;
    margin-bottom: 38px
}

.contacts__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 20px
}

.contacts__row-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__row-col .contacts__col {
    min-width: auto;
    max-width: 244px
}

.contacts__map {
    margin-top: 80px;
    border: 1px solid #bcbdc4;
    border-radius: 8px
}

.contacts__map iframe {
    border-radius: 8px
}

.design-categories {
    padding-top: 60px;
    padding-bottom: 120px
}

.design-categories__title {
    margin-top: 0;
    margin-bottom: 82px
}

.design-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.design-categories__item {
    margin: 0;
    width: 33.333%;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}

.design-categories__item a {
    padding: 40px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.design-categories__item:nth-child(1),
.design-categories__item:nth-child(2),
.design-categories__item:nth-child(3) {
    border-top: none
}

.design-categories__item:nth-child(1) a,
.design-categories__item:nth-child(2) a,
.design-categories__item:nth-child(3) a {
    padding-top: 5px
}

.design-categories__item:nth-child(3n) {
    border-right: none
}

.design-categories__item:nth-child(3n+1) {
    padding-left: 22px
}

.design-categories__item:nth-child(3n+1) a {
/*    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start*/
}

.design-categories__item-inner {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.design-categories__img {
    margin-bottom: 25px
}

.design-categories__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px
}

.design-categories__name {
    text-align: center;
    font-size: 18px;
    max-width: 260px;
    font-weight: 400
}

.design-department {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden
}

.design-department__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.design-department__content {
    margin-right: 120px;
    max-width: 610px
}

.design-department__title {
    margin-bottom: 20px;
    margin-top: 0
}

.design-department__subtitle {
    margin-bottom: 39px;
    font-weight: 700;
    font-size: 24px;
    line-height: 108%
}

.design-department__img-wrapper {
    background-color: #e8e9ea;
    padding-left: 97px;
    padding-top: 55px;
    margin-top: 10px
}

.design-department__img {
    margin-right: -280px
}

.design-department__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.design-department__box {
    margin-bottom: 42px
}

.design-department__box:last-child {
    margin-bottom: 0
}

.design-department__box-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%
}

.design-department li {
    margin: 0
}

.design-directions {
    padding-top: 68px;
    padding-bottom: 45px
}

.design-directions__title {
    font-size: 24px;
    line-height: 144%;
    letter-spacing: .01em;
    color: #282a2e;
    margin-bottom: 10px;
    max-width: 600px;
    font-weight: 700
}

.design-directions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.design-directions__row ul {
    max-width: 570px
}

.design-directions__row ul+ul {
    margin-left: 20px
}

.design-directions__row li {
    margin: 15px 0
}

.design-slider {
    position: relative
}

.design-slider__container {
    margin-top: -23px;
    padding-left: 86px;
    padding-right: 0;
    max-width: 1290px
}

.design-slider__next,
.design-slider__prev {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 12px;
    background-color: rgba(0, 0, 0, .21);
    z-index: 3
}

.design-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 292px;
    min-width: 175px;
    width: auto
}

.design-slider__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.design-slider__content {
    height: 180px
}

.design-slider__next {
    right: 0
}

.design-slider__prev {
    left: 0
}

.engineering-department {
    padding-top: 96px;
    padding-bottom: 60px
}

.engineering-department__title {
    margin-top: 0;
    margin-bottom: 50px
}

.engineering-department__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 18px;
    margin-left: -26px;
    margin-right: -26px;
    padding-bottom: 44px
}

.engineering-department__item:last-child {
    margin-bottom: 0
}

.engineering-department__item::before {
    position: absolute;
    content: "";
    left: 160px;
    bottom: 0;
    width: 734px;
    height: calc(100% - 60px);
    background-color: #efefef;
    z-index: -1
}

.engineering-department__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.engineering-department__img {
    width: calc(50% - 52px);
    margin: 0 26px
}

.engineering-department__content {
    width: calc(50% - 52px);
    margin: 0 26px;
    padding-bottom: 46px
}

.engineering-department__name {
    font-weight: 500;
    font-size: 22px;
    line-height: 118%;
    margin-bottom: 7px
}

.engineering-department__position {
    margin-bottom: 13px
}

.engineering-department__cite {
    position: relative;
    color: #575b62
}

.engineering-department__quote-element {
    position: absolute;
    left: -2px;
    top: -12px;
    z-index: -1
}

.footer {
    padding-left: 224px
}

.footer__inner {
    padding-top: 64px;
    padding-bottom: 24px;
    border-top: 1px solid #bfc3c8
}

.footer__company {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    margin-left: -37px;
    margin-right: -37px;
    overflow: hidden
}

.footer__col {
    min-width: 140px;
    max-width: 390px;
    margin-left: 37px;
    margin-right: 37px
}

.footer__text {
    font-size: 14px;
    line-height: 170%
}

.footer__text--mob {
    display: none
}

.footer__key {
    margin-bottom: 8px
}

.footer__value {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
    overflow: hidden
}

.footer__socials li {
    margin: 0
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__policy-link {
    text-decoration: underline
}

.gallery {
    padding-bottom: 90px;
    padding-top: 56px
}

.gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -16px
}

.gallery__item {
    margin: 10px 16px;
    width: calc(50% - 32px);
    position: relative
}

.gallery__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.gallery__item a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3168)), to(rgba(0, 0, 0, .72)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3168) 0, rgba(0, 0, 0, .72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .3168) 0, rgba(0, 0, 0, .72) 100%)
}

.gallery__item span {
    position: absolute;
    left: 17px;
    bottom: 40px;
    color: #fff;
    z-index: 2
}

.gallery__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.gallery__item img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 273px;
    border-radius: 4px
}

.gallery-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -13px -15px;
    margin-top: 17px
}

.gallery-category__item {
    width: calc(25% - 30px);
    margin: 13px 15px
}

.gallery-category__item a {
    display: block;
    width: 100%
}

.gallery-category__item img {
    width: 100%
}

.header.active .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header.active .header__panel-phone {
    display: none
}

.header__panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 21px 24px;
    z-index: 7;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__inner > .header__logo {
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 1;
}

.header__inner > .header__logo img {
    width: 184px;
}

.header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #282a2e;
    z-index: 6;
    color: #fff;
    overflow: auto
}

.header__panel-phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__panel-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #282a2e;
    cursor: pointer;
    padding: 7px;
    border: none
}

.header__panel-icon img {
    width: 16px;
    height: 16px;
}

.header__panel-btn {
    position: relative;
    margin-left: 6px;
    z-index: 8;
    padding: 8px
}

.header__panel-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 16px;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.header__panel-btn span:first-child {
    top: calc(50% - 4px)
}

.header__panel-btn span:last-child {
    top: calc(50% + 4px)
}

.header__panel-btn.active {
    background-color: #393c42
}

.header__panel-btn.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.header__panel-btn.active span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%
}

.header__panel-btn.active span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%
}

.header__city {
    padding: 0 22px
}

.header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 12px
}

.header__logo {
    margin-right: 25px
}

.header__logo img {
    width: 104px
}

.header__phone {
    margin-left: auto;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -.01em;
    padding-right: 65px
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 32px 12px 22px;
    border-top: 1px solid #373b43;
    border-bottom: 1px solid #373b43;
    margin-bottom: 25px
}

.header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #66707b
}

.header__cart span {
    display: inline-block;
    margin-left: 18px
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__bottom-links {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #a1a4ac;
    padding: 9px 25px;
    border-top: 1px solid #373b43;
    border-bottom: 1px solid #373b43
}

.header__bottom-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__bottom-links a span {
    display: inline-block;
    margin-right: 9px
}

.header__foot {
    padding: 18px 24px
}

.header__foot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
    overflow: hidden
}

.header__foot li {
    margin: 0 24px
}

.header__foot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-navigation {
    position: relative;
    padding: 0 25px;
    margin-bottom: auto
}

.header-navigation__item {
    margin: 0;
    margin-bottom: 6px
}

.header-navigation__item:last-child {
    margin-bottom: 0
}

.header-navigation__link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.header-navigation__link {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 150%
}

.header-navigation__link span {
    margin-left: 25px;
    margin-right: 10px
}

.header-navigation__list-content {
    display: none;
    background-color: #282a2e;
    color: #97a3b0
}

.header-navigation__list-content li {
    margin: 0
}

.header-navigation__list-content li>a {
    display: block;
    width: 100%;
    padding: 10px 25px
}

.header-navigation__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 18px
}

.header-navigation__back-btn span {
    display: inline-block;
    margin-left: 22px
}

.hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden
}

.hero::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 58, 70, .61)
}

.hero__overlay {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero__overlay-wrapper svg {
    position: absolute;
    
}

@media (min-width: 2000px){
    .hero__overlay-wrapper svg {
        transform: scale(1.5);
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}
.hero__overlay-wrapper text {
    font-family: Ubuntu, sans-serif;
    font-size: 26px;
    line-height: 123%;
    letter-spacing: .045em;
    fill: #fff;
    stroke-width: 0;
    font-weight: 400
}

.hero__overlay-mob {
    display: none;
    position: absolute;
    left: -223px;
    bottom: -407px
}

.hero__overlay-mob text {
    font-size: 16px;
    line-height: 200%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.hero__overlay-mob-xs {
    display: none;
    position: absolute;
    left: -223px;
    bottom: -407px
}

.hero__overlay-mob-xs text {
    font-size: 16px;
    line-height: 200%
}

.hero__container {
    position: relative;
    z-index: 4;
    max-width: 920px;
    padding: 0 25px;
    margin-left: 233px;
    margin-right: auto
}
.hero__elements {
    position: absolute;
    left: 240px;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero__item {
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    line-height: 123%;
    color: #fff;
    letter-spacing: .045em;
    margin-bottom: 163px
}

.hero__item:last-child {
    margin-bottom: 0
}

.hero__item::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero__item--1 {
    margin-left: -28px
}

.hero__item--2 {
    margin-left: 5px
}

.hero__item--3 {
    margin-left: -30px
}

.test {
    position: relative;
    background-color: #e8e9ea
}

.dots-content {
    position: absolute;
    z-index: 5;
    color: #fff
}

.lead {
    padding-bottom: 50px;
    overflow: hidden
}

.lead__inner {
    padding-top: 114px;
    padding-bottom: 124px;
    margin-top: 0
}

.lead__title {
    margin-top: 0
}

.lead__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 55px
}

.lead__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
    overflow: hidden
}

.lead__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(33.333% - 32px)
}

.lead__form-item:last-child {
    width: calc(25% - 32px)
}

.lead__input {
    margin: 0
}

.lead__btn {
    width: 100%
}

.lead__privacy {
    margin-top: 20px
}

.lead__privacy a {
    text-decoration: underline
}

.news {
    padding-top: 96px;
    padding-bottom: 60px
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    overflow: hidden
}

.news__item {
    width: calc(33.333% - 40px);
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news__img {
    display: block;
    margin-bottom: 8px
}

.news__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.news__date {
    font-size: 14px;
    line-height: 170%;
    color: #c4c4c4;
    margin-bottom: 4px
}

.news__name {
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px
}

.news__link {
    font-size: 16px;
    color: #535353;
    margin-top: auto
}

.news-page {
    padding-bottom: 85px
}

.news-page__list {
    padding-bottom: 30px
}

.page-head {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.page-head--white {
    color: #727886
}

.page-head--white .page-head__title {
    color: #282a2e
}

.page-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 43px;
    padding-bottom: 30px;
    min-height: 433px
}

.page-head__container {
    max-width: 1235px;
    padding-left: 66px
}

.page-head__nav {
    font-size: 14px;
    line-height: 214%;
    margin-bottom: 30px;
    color: #bcadad
}

.page-head__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}

.page-head__nav li {
    margin: 0
}

.page-head__nav li+li {
    margin-left: 13px
}

.page-head__nav li+li a {
    padding-left: 13px
}

.page-head__nav li:first-child a::before {
    display: none
}

.page-head__nav li:last-child {
    color: #fff
}

.page-head__nav a {
    position: relative;
    display: block
}

.page-head__nav a::before {
    position: absolute;
    content: "|";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #727886
}

.page-head__nav--grey {
    color: #727886
}

.page-head__nav--grey li:last-child {
    color: #282a2e
}

.page-head__nav--grey a::before {
    color: #727886
}

.page-head__center {
    margin-top: auto;
    margin-bottom: 30px
}

.page-head__center--all {
    margin-bottom: auto
}

.page-head__categories {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 72px;
    color: #c4c4c5;
    font-weight: 400
}

.page-head__categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-head__categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.page-head__categories li a {
    position: relative;
    display: block;
    padding-bottom: 4px
}

.page-head__categories li a::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -50px;
    width: 1px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='12' viewBox='0 0 1 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='2.18557e-08' x2='0.499999' y2='12' stroke='white'/%3E%3C/svg%3E%0A")
}

.page-head__categories li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ef7f1a
}

.page-head__categories li.active {
    color: #ef7f1a
}

.page-head__categories li.active a::after {
    width: 100%
}

.page-head__categories li+li {
    margin-left: 100px
}

.page-head__categories li:first-child a::before {
    display: none
}

.page-head__categories--grey {
    color: #727478
}

.page-head__categories--grey li a::before {
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='12' viewBox='0 0 1 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='2.18557e-08' x2='0.499999' y2='12' stroke='%23727478'/%3E%3C/svg%3E%0A")
}

.page-head__subtitle {
    font-weight: 800;
    font-size: 18px;
    line-height: 222%;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.page-head__title {
    letter-spacing: .01em;
    max-width: 1030px;
    color: #fff;
    margin-top: 0
}

.page-head__caption {
    font-size: 22px;
    line-height: 136%;
    margin-top: auto
}

.page-head__press-center {
    margin-top: auto
}

.page-head__press-center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -28px;
    overflow: hidden
}

.page-head__press-center li {
    margin: 6px 28px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #fff
}

.page-head__press-center li.active {
    color: #ef7f1a
}

.page-head__press-center li.active a::after {
    width: 100%
}

.page-head__press-center a {
    display: inline-block;
    padding-bottom: 14px;
    position: relative
}

.page-head__press-center a::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #ef7f1a
}

.engineering-head .page-head__inner {
    display: block
}

.catalog-head {
    padding-bottom: 90px
}

.catalog-head__nav {
    margin-bottom: 60px
}

.catalog-head__inner {
    min-height: auto
}

.catalog-head__title {
    margin-bottom: 0
}

.press-center-head__inner {
    padding-bottom: 0
}

.catalog-inner-head {
    padding-top: 53px;
    padding-bottom: 42px
}

.catalog-inner-head__inner {
    max-width: 800px
}

.catalog-inner-head__title {
    margin-top: 0;
    margin-bottom: 10px
}

.catalog-inner-head .article-section__back-btn {
    margin-bottom: 33px
}

.catalog-inner-head__text {
    font-size: 18px;
    line-height: 167%;
    color: #000
}

.partnership {
    position: relative;
    padding-top: 213px;
    padding-bottom: 197px;
    margin-bottom: -26px;
    overflow: hidden
}

.partnership__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -55px;
    right: -550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.partnership__bg::before {
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(90.77deg, #f2f3f3 .72%, rgba(242, 243, 243, 0) 23.98%), -o-linear-gradient(348.3deg, #f2f3f3 9.71%, rgba(242, 243, 243, 0) 47.55%), -o-linear-gradient(.2deg, #f2f3f3 3.54%, rgba(242, 243, 243, 0) 47.55%), -o-linear-gradient(276.25deg, #f2f3f3 9.56%, rgba(242, 243, 243, .56) 22.41%, rgba(242, 243, 243, 0) 50.5%);
    background: linear-gradient(359.23deg, #f2f3f3 .72%, rgba(242, 243, 243, 0) 23.98%), linear-gradient(101.7deg, #f2f3f3 9.71%, rgba(242, 243, 243, 0) 47.55%), linear-gradient(89.8deg, #f2f3f3 3.54%, rgba(242, 243, 243, 0) 47.55%), linear-gradient(173.75deg, #f2f3f3 9.56%, rgba(242, 243, 243, .56) 22.41%, rgba(242, 243, 243, 0) 50.5%)
}

.partnership__inner {
    position: relative;
    z-index: 2
}

.partnership__title {
    margin-top: 0;
    margin-bottom: 84px
}

.partnership__list {
    padding-left: 0
}

.partnership__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    margin-top: 0;
    max-width: 540px
}

.partnership__item:last-child {
    margin-bottom: 0
}

.partnership__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 5px
}

.partnership__content {
    margin-left: 40px
}

.partnership__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 15px
}

.partnership__text {
    font-weight: 400
}

.production-benefits {
    padding-top: 50px;
    padding-bottom: 120px
}

.production-benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 0
}

.production-benefits__item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.production-benefits__item--column .production-benefits__content {
    width: 100%;
    margin-bottom: 24px
}

.production-benefits__item--column .production-benefits__img {
    width: 100%
}

.production-benefits__item--column .production-benefits__img img {
    width: 100%;
    height: 312px
}

.production-benefits__item:nth-child(2) {
    margin-bottom: 95px
}

.production-benefits__item:nth-child(3) {
    margin-bottom: 90px
}

.production-benefits__item:nth-child(4) {
    margin-bottom: 136px
}

.production-benefits__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.production-benefits__item:last-child {
    margin-bottom: 0
}

.production-benefits__content {
    width: calc(50% - 16px)
}

.production-benefits__title {
    margin-top: 0;
    margin-bottom: 42px
}

.production-benefits__img {
    width: calc(50% - 16px)
}

.production-park {
    padding-top: 104px;
    padding-bottom: 120px
}

.production-park__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -14px
}

.production-park__item {
    margin: 14px;
    width: calc(25% - 28px)
}

.production-park__item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.production-principles {
    padding-top: 77px;
    padding-bottom: 23px
}

.production-principles__title {
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 24px;
    line-height: 144%;
    letter-spacing: .01em
}

.production-principles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.production-principles__col:nth-child(2) {
    padding-right: 180px;
    margin-left: 20px
}

.production-principles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    font-weight: 400
}

.production-principles__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.production-principles__item span {
    display: inline-block;
    margin-left: 37px
}

.production-tabs__item {
    display: block;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .01em;
    color: #a5a5a5;
    min-width: 370px;
    margin-left: 20px
}

.production-tabs__item:first-child {
    margin-left: 0
}

.production-tabs__item.active {
    color: #1d1d1e;
    background-color: #e9e9e9
}

.production-tabs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.projects {
    padding-bottom: 120px;
    padding-top: 66px
}

.projects__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px solid #bfc3c8;
    margin-bottom: 38px
}

.projects__pagination {
    font-size: 16px
}

.projects__pagination-current {
    color: #ef7f1a
}

.projects__pagination-divider {
    color: #66707b
}

.projects__pagination-max {
    color: #afb4b9
}

.projects__link {
    font-weight: 400;
    color: #66707b
}

.projects__link span {
    display: inline-block;
    margin-right: 16px
}

.projects__link.prev span {
    display: inline-block;
    margin-left: 16px
}

.projects__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.projects__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 64px
}

.projects__left {
    width: 54%;
    margin-right: 32px
}

.projects__slider-thumbs-item {
    height: 64px;
    width: 73px;
    opacity: .29;
    cursor: pointer;
    margin-bottom: 8px;
}

.projects__slider-thumbs-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    height: 100%;
    width: 100%;
}

.projects__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 16px
}

.projects__slider-thumbs {
    width: 73px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.projects__slider {
    max-height: 436px;
    margin-right: 32px
}

.projects__slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.projects__slider-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px
}

.projects__zoom-icon {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.projects__info {
    width: 46%
}

.projects__city {
    font-size: 16px;
    margin-bottom: 32px
}

.projects__text p {
    margin: 0
}

.projects__btn--mob {
    display: none
}

.questions {
    padding-bottom: 118px;
    padding-top: 65px
}

.questions__title {
    margin-bottom: 48px
}

.questions__list {
    padding: 0;
    margin: 0
}

.questions__item {
    margin: 0
}

.questions__item.active .questions__answer {
    display: block
}

.questions__item.active .questions__btn span {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.questions__item.active .questions__btn span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.questions__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 178%;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7d2;
    font-weight: 500
}

.questions__btn {
    position: relative;
    width: 17px;
    height: 17px
}

.questions__btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 1px;
    background-color: #ef7f1a;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.questions__btn span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.questions__answer {
    font-weight: 400;
    padding-top: 10px;
    padding-left: 93px;
    line-height: 150%;
    color: #515658;
    display: none
}

.questions__answer span {
    color: #121212
}

.quote {
    padding-top: 132px;
    padding-bottom: 60px
}

.quote__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quote__desc {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quote__img {
    margin-bottom: 24px
}

.quote__img img {
    border-radius: 50%
}

.quote__name {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 8px
}

.quote__position {
    font-size: 14px;
    line-height: 171%
}

.quote__content {
    position: relative;
    max-width: 700px;
    margin-left: 125px
}

.quote__content q {
    position: relative;
    z-index: 3;
    font-style: italic;
    font-size: 18px;
    line-height: 183%
}

.quote__element {
    position: absolute;
    left: -102px;
    top: -27px
}

.sales-department {
    margin-top: -127px
}

.sales-department__title {
    margin-top: 0;
    margin-bottom: 25px
}

.sales-department__subtitle {
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%
}

.sales-department__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 8px 0 0 8px
}

.sales-department__img-container {
    max-width: 1400px;
    padding-left: 25px;
    margin-left: auto
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%;
    z-index: 7;
    background-color: #282a2e;
    color: #fff
}

.sidebar__inner {
    padding-top: 16px;
    padding-bottom: 10px
}

.sidebar__head {
    padding: 0 35px;
    padding-bottom: 25px
}

.sidebar__logo {
    margin-bottom: 20px;
    text-align: center
}

.sidebar__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 20px
}

.sidebar__city-caption {
    color: #66707b;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar__city-select-wrapper {
    position: relative;
    margin-left: 11px
}

.sidebar__city-select-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.sidebar__city-select {
    display: block;
    color: #fff;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    /* text-align: right; */
    width: 100px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-right: 15px;
    cursor: pointer
}

.sidebar__city-select option {
    background-color: #000
}

.sidebar__phone {
    font-size: 19px;
    line-height: 120%
}

.sidebar__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 35px;
    border-top: 1px solid #A4A3BB;
    border-bottom: 1px solid #A4A3BB;
    font-size: 16px;
    font-weight: 500;
    color: #66707b;
    margin-bottom: 27px;
}

.sidebar__cart span {
    display: inline-block;
    margin-left: 18px
}

.sidebar__body {
    padding: 15px 0 35px 0
}

.sidebar__navigation li {
    /* position: relative; */
    font-weight: 500;
    margin: 0
}

.sidebar__navigation li span {
    display: inline-block;
    margin-left: 25px
}

.sidebar__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 30px;
    padding: 0 38px
}

.sidebar__search input {
    padding-bottom: 9px;
    padding-left: 28px;
    display: block;
    width: 100%;
    font-style: italic;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #66707b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.sidebar__search input::-webkit-input-placeholder {
    color: #66707b
}

.sidebar__search input::-moz-placeholder {
    color: #66707b
}

.sidebar__search input:-ms-input-placeholder {
    color: #66707b
}

.sidebar__search input::-ms-input-placeholder {
    color: #66707b
}

.sidebar__search input::placeholder {
    color: #66707b
}

.sidebar__search-icon {
    position: absolute;
    left: 38px;
    top: 0
}

.sidebar__foot-caption {
    color: #66707b;
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 13px;
}

.sidebar__foot-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a1a4ac;
    margin-bottom: 8px
}

.sidebar__foot-links a:last-child {
    margin-bottom: 0
}

.sidebar__foot-links a span {
    display: inline-block;
    margin-right: 9px
}

.sidebar__foot-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    overflow: hidden
}

.sidebar__foot-socials li {
    margin: 0 12px
}

.sidebar__foot-item {
    padding: 15px 35px;
    border-top: 1px solid #A4A3BB;
}
.sidebar__foot-item.__lang {
    padding: 42px 35px;
}

.navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 35px;
    font-size: 16px;
}

.navigation__list-container {
    display: none;
    /* opacity: 0;
	transform: translateX(-200%);
    top: 0;
	left: 224px; */
    position: absolute; 
    /* height: 100vh; */
    margin-left: 100%;
    /* width: 205px; */
}

.navigation__list-wrapper {
    overflow-x: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 5;
    background-color: #202226;
    padding-left: 20px;
    padding-right: 10px;
    width: 205px;
    /* overflow: hidden scroll; */
}

.navigation__list-wrapper .simplebar-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation__list-wrapper ul li {
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
    color: #97a3b0
}

.navigation__list-wrapper ul a {
    display: block;
    padding: 16px 0
}

.statistic {
    overflow: hidden
}

.statistic__inner {
    background-color: #e8e9ea
}

.statistic__title {
    max-width: 870px;
    margin-top: 0
}

.statistic__text {
    font-size: 18px;
    line-height: 178%;
    margin-bottom: 35px;
    max-width: 740px
}

.statistic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px;
    overflow: hidden
}

.statistic__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 30%;
    min-width: 190px;
    margin: 40px
}

.statistic__item-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.statistic__key {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .01em;
    border-bottom: 1px solid #ef7f1a;
    padding-bottom: 8px;
    margin-bottom: 15px
}

.statistic__key span {
    color: #ef7f1a;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase
}

.statistic__value {
    font-size: 16px
}

.steps {
    position: relative;
    padding-top: 101px;
    padding-bottom: 360px
}

.steps__bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dist/steps-bg.png) center/cover no-repeat;
    z-index: -1
}

.steps__title {
    max-width: 520px
}

.steps__list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -17px;
    overflow: hidden
}

.steps__item {
    width: calc(33.333% - 34px);
    margin: 8px 17px;
    background-color: #fff;
    border: 1px solid #e5ecf3;
    border-radius: 8px;
    padding: 26px 21px;
    padding-bottom: 56px
}

.steps__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    color: #ef7f1a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    line-height: 190%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.steps__num::after {
    content: "";
    display: block;
    margin-left: 18px;
    height: 2px;
    background-color: #f2f3f3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: -21px
}

.steps__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 16px
}

.steps__text {
    max-width: 290px;
    line-height: 150%
}

.steps__text ul {
    list-style: disc;
    padding-left: 20px
}

.steps__text li {
    margin: 0
}

.text {
    padding-top: 85px;
    padding-bottom: 46px;
    font-size: 18px;
    line-height: 173%
}

.vacancy {
    padding-top: 96px;
    padding-bottom: 120px
}

.vacancy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vacancy__img {
    position: relative;
    margin-left: 59px;
    margin-right: 180px
}

.vacancy__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vacancy__img::before {
    position: absolute;
    content: "";
    left: -59px;
    bottom: 0;
    height: calc(100% - 75px);
    width: calc(100% + 108px);
    background-color: #e8e9ea;
    z-index: -1
}

.vacancy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400
}

.vacancy__name {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px
}

.vacancy__position {
    font-size: 16px;
    line-height: 162%;
    color: #5d6371;
    margin-bottom: 32px
}

.vacancy__link {
    display: inline-block;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    margin-bottom: 32px
}

.vacancy__caption {
    font-size: 16px;
    line-height: 162%;
    color: #232832;
    margin-bottom: 14px
}

.vacancy__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vacancy__socials li {
    margin: 0
}

.vacancy__socials li+li {
    margin-left: 18px
}

.video-gallery {
    padding-top: 57px;
    padding-bottom: 120px
}

.video-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -16px;
    overflow: hidden
}

.video-gallery__item {
    position: relative;
    width: calc(50% - 32px);
    margin: 10px 16px
}

.video-gallery__img {
    height: 273px
}

.video-gallery__img img {
    height: 100%;
    width: 100%
}

.video-gallery__caption {
    max-width: 305px
}

.video {
    padding-top: 50px;
    padding-bottom: 80px
}

.video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -20px
}

.video__item {
    position: relative;
    margin: 20px;
    width: calc(33.333% - 40px)
}

.video__item a {
    display: block
}

.video__play-icon {
    position: absolute;
    top: 17px;
    left: 19px;
    z-index: 3
}

.video__img {
    position: relative
}

.video__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px
}

.video__img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3168)), to(rgba(0, 0, 0, .72)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3168) 0, rgba(0, 0, 0, .72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .3168) 0, rgba(0, 0, 0, .72) 100%)
}

.video__caption {
    position: absolute;
    bottom: 17px;
    left: 0;
    padding-left: 17px;
    padding-right: 24px;
    z-index: 3;
    color: #fff
}

.catalog-page-video {
    padding-bottom: 20px
}

@media (min-width:1921px) {
    .sales-department__img-container {
        max-width: 1150px;
        margin: 0 auto
    }
}

@media (min-width:1280px) {
    .design-categories__list--four .design-categories__img {
        height: 146px
    }

    .design-categories__list--four .design-categories__img img {
        height: auto;
        max-height: 100%;
        max-width: 176px
    }

    .design-categories__list--four .design-categories__item {
        width: 25%;
        border-top: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9
    }

    .design-categories__list--four .design-categories__item a {
        padding: 26px 15px
    }

    .design-categories__list--four .design-categories__item:nth-last-child(-4) a {
        padding-bottom: 6px
    }

    .design-categories__list--four .design-categories__item:nth-child(1),
    .design-categories__list--four .design-categories__item:nth-child(2),
    .design-categories__list--four .design-categories__item:nth-child(3),
    .design-categories__list--four .design-categories__item:nth-child(4) {
        border-top: none
    }

    .design-categories__list--four .design-categories__item:nth-child(1) a,
    .design-categories__list--four .design-categories__item:nth-child(2) a,
    .design-categories__list--four .design-categories__item:nth-child(3) a,
    .design-categories__list--four .design-categories__item:nth-child(4) a {
        padding-top: 15px
    }

    .design-categories__list--four .design-categories__item:nth-child(1),
    .design-categories__list--four .design-categories__item:nth-child(5),
    .design-categories__list--four .design-categories__item:nth-child(9) {
        border-left: none
    }

    .design-categories__list--four .design-categories__item:nth-child(4n) {
        border-right: none
    }

    .design-categories__list--four .design-categories__item:nth-child(4n) a {
    /*    -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0*/
    }

    .design-categories__list--four .design-categories__name {
        max-width: 176px;
        font-size: 16px
    }
}

@media (min-width:1025px) {
    .card__tabs-btn {
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .card__tabs-btn:hover a::after {
        color: #ef7f1a
    }

    .cart__download-link:hover {
        text-decoration: underline
    }

    .cart__item-delete {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .cart__item-delete path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .cart__item-delete:hover {
        color: #ef7f1a
    }

    .cart__item-delete:hover path {
        fill: #ef7f1a
    }

    .cart__form-file {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .cart__form-file circle {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .cart__form-file:hover {
        color: #ef7f1a
    }

    .cart__form-file:hover circle {
        fill: #ef7f1a
    }

    .contacts__value path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .contacts__value li:hover path {
        fill: #ef7f1a
    }

    .contacts a:hover {
        text-decoration: underline
    }

    .article-section__back-btn {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .article-section__back-btn circle,
    .article-section__back-btn path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .article-section__back-btn:hover {
        color: #ef7f1a
    }

    .article-section__back-btn:hover path {
        fill: #ef7f1a
    }

    .article-section__back-btn:hover circle {
        stroke: #ef7f1a
    }

    .pagination__item {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .pagination__item path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .pagination__item:hover {
        color: #ef7f1a
    }

    .pagination__item:hover path {
        fill: #ef7f1a
    }

    .vacancy__socials path,
    .vacancy__socials svg {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .vacancy__socials li:hover path,
    .vacancy__socials li:hover svg {
        fill: #ef7f1a
    }

    .production-tabs__item {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .production-tabs__item:hover {
        color: #282a2e
    }

    .projects__slider-thumbs-item {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .projects__slider-thumbs-item:hover {
        opacity: 1
    }

    .projects__link {
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .projects__link path {
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .projects__link:hover {
        color: #ef7f1a
    }

    .projects__link:hover path {
        fill: #ef7f1a
    }

    .footer__socials li {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in
    }

    .footer__socials li:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .section-head__link {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .section-head__link path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .section-head__link:hover {
        color: #ef7f1a
    }

    .section-head__link:hover path {
        fill: #ef7f1a
    }

    .page-head li {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .page-head li:hover {
        color: #ef7f1a
    }

    .page-head__nav li {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .news__link {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .btn {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .btn:not(.btn--white):not(.btn--outline):hover {
        background-color: #663A8C75;
    }

    .btn circle,
    .btn path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    .socials path,
    .socials svg {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .navigation__list-wrapper li:hover {
        /* -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; */
        color: #fff
    }

    /* .sidebar__navigation li {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    } */

    .sidebar__navigation li path,
    .sidebar__navigation li rect {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .sidebar__navigation li:hover {
        background-color: #202226
    }

    .sidebar__navigation li:hover path,
    .sidebar__navigation li:hover rect {
        fill: #663A8C;
    }

    .sidebar__navigation li:hover .navigation__list-container {
        display: block
    }
}

@media (min-width:769px) {
    .card__tabs-btn>a {
        position: relative
    }

    .card__tabs-btn>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #ef7f1a;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .card__tabs-btn.active>a {
        color: #000
    }

    .card__tabs-btn.active>a::after {
        width: 100%
    }
}

@media (max-width:1700px) {
    .design-department__content {
        margin-right: 40px
    }

    .design-department__img {
        margin-right: -265px
    }

    .design-department__img img {
        width: 80%
    }

    .design-department__img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 57px;
        padding-top: 35px
    }
}

@media (max-width:1850px) {
    .hero__container {
        margin-left: 50px
    }
}

@media (max-width:1620px) {
    .hero__overlay {
        right: -330px
    }

    .quote__content {
        max-width: 700px;
        margin-left: 90px
    }
}

@media (max-width:1500px) {
    .partnership__bg {
        right: -250px
    }

    .page-head__categories li+li {
        margin-left: 50px
    }

    .page-head__categories li a::before {
        left: -25px
    }

    .design-department__content {
        max-width: 100%
    }

    .design-department__img-wrapper {
        min-width: 400px
    }

    .design-department__img {
        margin-right: -216px
    }

    .design-department__img img {
        width: 70%
    }

    .design-slider__container {
        max-width: 1150px;
        padding-left: 25px
    }

    .page-head__container {
        max-width: 1150px;
        padding-left: 25px
    }
}

@media (max-width:1450px) {
    .catalog-inner__img {
        width: 35%
    }

    .catalog-inner__filter {
        width: 65%
    }

    .comfort__img {
        right: -300px
    }

    .footer__col {
        max-width: 310px
    }

    .side-background {
        background-color: #e8e9ea
    }

    .side-background__wrapper::after,
    .side-background__wrapper::before {
        display: none
    }

    .quote__content {
        margin-left: 40px;
        max-width: 100%
    }

    .quote__desc {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        min-width: 200px;
        margin-right: 50px
    }

    .quote__element {
        left: -55px;
        top: -10px
    }

    .quote__element img {
        width: 70px
    }
}

@media (max-width:1380px) {
    .card__sliders {
        max-width: 400px
    }
}

@media (max-width:1280px) {
    .card__tabs-buttons ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card__tabs-btn {
        min-width: auto
    }

    .card__tabs-btn>a {
        border: 1px solid #dedfe9
    }

    .catalog-filter__power-slider .noUi-base {
        background-image: url("data:image/svg+xml,%3Csvg width='268' height='8' viewBox='0 0 268 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='268' height='8' rx='4' fill='%23E9E7E7'/%3E%3Cline x1='54.5' y1='-4.90098e-08' x2='54.5' y2='8' stroke='%23969292'/%3E%3Cline x1='3.5' y1='-4.38596e-08' x2='3.5' y2='8' stroke='%23969292'/%3E%3Cline x1='94.5' y1='-4.82783e-08' x2='94.5' y2='8' stroke='%23969292'/%3E%3Cline x1='134.5' y1='-4.82783e-08' x2='134.5' y2='8' stroke='%23969292'/%3E%3Cline x1='172.5' y1='-4.82783e-08' x2='172.5' y2='8' stroke='%23969292'/%3E%3Cline x1='217.5' y1='-4.82783e-08' x2='217.5' y2='8' stroke='%23969292'/%3E%3Cline x1='265.5' y1='-4.82783e-08' x2='265.5' y2='8' stroke='%23969292'/%3E%3C/svg%3E%0A")
    }

    .contacts__col:not(:first-child) {
        margin-left: 30px
    }

    .contacts__row-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__row-col .contacts__col {
        margin-left: 0;
        margin-bottom: 32px
    }

    .production-principles__col:nth-child(2) {
        padding-right: 0
    }

    .production-tabs__item {
        margin-left: 0;
        min-width: auto;
        width: 50%
    }

    .production-tabs__inner {
        margin-left: -25px;
        margin-right: -25px
    }

    .page-head__subtitle {
        font-size: 16px;
        line-height: 159%;
        margin-bottom: 12px
    }

    .page-head__press-center ul {
        margin: -6px -30px
    }

    .page-head__press-center li {
        margin: 6px 15px
    }

    .engineering-department__item::before {
        left: 264px;
        bottom: 0;
        width: 50%
    }

    .design-department__img-wrapper {
        display: none
    }

    .design-department__content {
        margin-right: 0
    }

    h2 {
        font-size: 22px;
        line-height: 130%
    }

    .footer__col {
        margin-left: 15px;
        margin-right: 15px
    }

    .footer__row {
        margin-left: -15px;
        margin-right: -15px
    }

    .video__play-icon {
        top: 11px;
        left: 8px
    }

    .video__play-icon img {
        width: 31px;
        height: 31px
    }

    .video__caption {
        font-size: 14px;
        padding: 5px 8px
    }

    .news__name {
        font-size: 16px;
        line-height: 162%
    }

    .news__link {
        font-size: 16px
    }

    .news__list {
        margin: -20px -12px
    }

    .news__item {
        margin: 20px 12px;
        width: calc(33.333% - 24px)
    }

    .news__slider-container .news__img {
        margin-bottom: 0
    }

    .news__slider-container .news__item {
        margin: 0 8px;
        width: calc(33.333% - 16px)
    }

    .news__slider-container .news__link {
        font-size: 14px
    }

    .news__slider-container .news__name {
        font-size: 14px;
        margin-bottom: 8px
    }

    .news__slider-container .news__list {
        margin: -8px
    }

    .quote__img img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 150px
    }

    .btn {
        padding: 16px 30px
    }


    .hero__container {
        margin-left: 0
    }

    .hero__overlay text {
        font-size: 16px;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    .lead__btn {
        padding: 19px 30px
    }
}

@media (max-width:1250px) {
    .card__center {
        margin-left: 20px
    }

    .card__extra {
        margin-left: 20px
    }

    .card__sliders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .card__slider {
        width: 100%;
        max-width: 300px;
        margin-bottom: 19px;
        margin-left: 0
    }

    .card__slider-thumbs {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .page-head__categories {
        margin-bottom: 38px
    }

    .page-head__categories ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
        overflow: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page-head__categories li+li {
        margin-left: 12px
    }

    .page-head__categories li {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 12px;
        padding-left: 12px
    }

    .page-head__categories li:first-child {
        padding-left: 0
    }

    .page-head__categories li a::before {
        left: -12px
    }
}

@media (max-width:1024px) {
    .cart-head {
        padding-top: 80px
    }

    .cart {
        padding-bottom: 80px
    }

    .cart__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart__content {
        width: 100%;
        margin-bottom: 62px
    }

    .cart__form {
        max-width: 500px;
        margin: 0 auto
    }

    .catalog-page-video .section-inner {
        padding-bottom: 0
    }

    .questions {
        padding-bottom: 80px;
        padding-top: 0
    }

    .questions__title {
        margin-bottom: 38px
    }

    .modal__container {
        padding: 0 25px
    }

    .modal__inner {
        padding-right: 25px;
        padding-left: 25px
    }

    .video-gallery {
        padding-top: 47px;
        padding-bottom: 80px
    }

    .page-articles {
        padding-top: 48px;
        padding-bottom: 50px
    }

    .page-articles__list {
        padding-bottom: 70px
    }

    .article__name {
        font-size: 16px;
        line-height: 162%
    }

    .article__text {
        font-size: 14px;
        line-height: 20px;
        color: #544d4d;
        margin-bottom: 20px
    }

    .news-page {
        padding-top: 48px;
        padding-bottom: 50px
    }

    .news-page__list {
        padding-bottom: 64px
    }

    .engineering-department {
        padding-top: 0;
        padding-bottom: 0
    }

    .catalog-head {
        padding-bottom: 15px
    }

    .vacancy {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .vacancy__img {
        margin-right: 100px
    }

    .vacancy__name {
        font-size: 16px;
        line-height: 162%
    }

    .vacancy__position {
        margin-bottom: 22px
    }

    .vacancy__link {
        font-size: 16px;
        margin-bottom: 15px
    }

    .vacancy__caption {
        margin-bottom: 22px
    }

    .vacancy__socials svg {
        width: 32px
    }

    .vacancy__socials li+li {
        margin-left: 38px
    }

    .production-park {
        padding-top: 50px;
        padding-bottom: 80px
    }

    .production-park__list {
        margin: -7px
    }

    .production-park__item {
        width: calc(33.333% - 14px);
        margin: 7px
    }

    .production-benefits {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .production-principles {
        padding-top: 64px;
        padding-bottom: 20px
    }

    .steps {
        padding-top: 40px
    }

    .comfort {
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 0
    }

    .comfort__content {
        max-width: 100%;
        margin-bottom: 32px
    }

    .comfort__text {
        max-width: 100%
    }

    .comfort__subtitle {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 10px
    }

    .comfort__title {
        margin-bottom: 15px
    }

    .comfort__wrapper {
        padding: 0
    }

    .comfort__img {
        margin-left: -25px;
        margin-right: -25px;
        position: static
    }

    .comfort__img img {
        height: 300px
    }

    .design-categories {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .design-categories__item:nth-child(3n+1) {
        padding-left: 0
    }

    .engineering-department__inner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .design-department {
        padding-top: 35px;
        padding-bottom: 40px
    }

    .design-department__box-title {
        font-size: 14px;
        line-height: 143%
    }

    .design-department__text {
        font-size: 14px;
        line-height: 143%
    }

    .design-department__box {
        margin-bottom: 30px
    }

    .design-department__title {
        margin-bottom: 15px
    }

    .design-department__subtitle {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 30px
    }

    .design-directions {
        padding-top: 48px
    }

    .page-head__inner {
        min-height: auto;
        padding-bottom: 60px
    }

    .design-slider__content {
        height: 120px
    }

    .design-slider__item {
        min-width: 116px;
        max-width: 177px
    }

    .design-slider__item img {
        max-height: 119px
    }

    .design-slider__next,
    .design-slider__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .text {
        font-size: 14px;
        line-height: 130%
    }

    .clients__item {
        max-width: 150px
    }

    .clients__slider {
        padding: 0;
        max-height: 140px;
        min-height: 104px
    }

    .clients__title {
        margin-bottom: 15px;
        margin-top: 0
    }

    .clients__slider-next,
    .clients__slider-prev {
        display: none
    }

    .news__list-container .news__link {
        color: #ef7f1a
    }

    body {
        font-size: 14px;
        line-height: 143%
    }

    .btn--large-font {
        font-size: 16px
    }

    .header__panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar {
        display: none
    }

    .footer,
    .main {
        padding-left: 0
    }

    .projects {
        padding-top: 96px;
        padding-bottom: 80px
    }

    .certificates {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

@media (max-width:900px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .footer__col {
        margin-bottom: 28px
    }

    .footer__col:first-child {
        display: none
    }

    .footer__inner {
        padding-top: 28px;
        padding-bottom: 22px
    }

    .footer__text--mob {
        display: block;
        margin: 18px 0
    }
}

@media (max-width:800px) {
    .statistic__item {
        width: calc(50% - 80px);
        min-width: auto;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .card-head {
        padding-top: 0
    }

    .card__back-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card__history-title {
        font-size: 16px;
        line-height: 250%;
        margin-bottom: 10px
    }

    .card .catalog-items__list {
        padding-bottom: 0
    }

    .card__tabs-content {
        display: none
    }

    .card__text-list-item {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 15px
    }

    .card__schemes-item {
        margin-bottom: 30px
    }

    .card__schemes-item a {
        font-size: 14px;
        line-height: 143%
    }

    .card__schemes-item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .card__head {
        padding-bottom: 25px
    }

    .card__tabs-buttons>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .card__text {
        font-size: 14px;
        line-height: 143%
    }

    .card__tabs-content-item {
        padding: 19px 16px 25px 16px;
        border-left: 1px solid #dedfe9;
        border-right: 1px solid #dedfe9
    }

    .card__center {
        margin-left: 0
    }

    .card__tabs-btn .card__tabs-content-item:last-child {
        border-bottom: 1px solid #dedfe9
    }

    .card__tabs-btn>a {
        position: relative
    }

    .card__tabs-btn>a::after {
        position: absolute;
        content: "";
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.046 -4.17007e-08L4.5 3.75082L0.954 -3.51702e-07L-3.82294e-08 0.874587L4.5 5.5L9 0.874587L8.046 -4.17007e-08Z' fill='%23777B89'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        width: 9px;
        height: 6px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .card__tabs-btn.active>a {
        font-weight: 700
    }

    .card__tabs-btn.active>a::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .card__extra {
        display: none
    }

    .card__extra--mob {
        margin-left: 0;
        margin-bottom: 80px;
        margin-top: 60px;
        display: block
    }

    .card__extra-item {
        border-top: 1px solid #e6dede;
        margin-bottom: 0
    }

    .card__extra-item a {
        padding: 10px 0
    }

    .card__extra-item:last-child {
        border-bottom: 1px solid #e6dede
    }

    .card__extra-item span {
        margin-left: 40px
    }

    .card__extra-item img {
        width: 87px;
        max-width: 100%
    }

    .card__title {
        margin-bottom: 57px;
        font-size: 14px;
        line-height: 189%
    }

    .card__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card__sliders {
        margin: 0 auto;
        margin-bottom: 40px
    }

    .card__qualities {
        margin-bottom: 30px
    }

    .card__download-link {
        margin-bottom: 20px
    }

    .card-schemes {
        padding-bottom: 53px
    }

    .card-services {
        padding-top: 12px;
        padding-bottom: 30px
    }

    .card-gallery {
        padding-bottom: 40px
    }

    .card-video {
        padding-left: 8px;
        padding-right: 8px
    }

    .card-video .video-gallery__img {
        height: auto
    }

    .catalog-items__item {
        width: calc(50% - 36px)
    }

    .catalog-inner-head {
        padding-bottom: 5px;
        padding-top: 20px
    }

    .catalog-inner-head__title {
        font-size: 14px;
        line-height: 189%
    }

    .catalog-inner-head__text {
        font-size: 14px;
        line-height: 143%
    }

    .catalog-inner__filter {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .catalog-inner__types-mob {
        display: block
    }

    .catalog-inner__img {
        width: 100%;
        margin-bottom: 10px
    }

    .catalog-inner__inner {
        width: 100%
    }

    .catalog-filter {
        padding: 0 25px 45px 25px;
        overflow: hidden;
        margin: 0 -25px
    }

    .catalog-filter__search {
        margin-bottom: 20px
    }

    .catalog-filter__checkboxes {
        margin-top: 12px
    }

    .catalog-filter__power-value {
        font-size: 10px
    }

    .catalog-filter__power-list {
        padding-top: 22px
    }

    .catalog-filter__power-wrapper {
        margin-top: 28px
    }

    .catalog-filter__types {
        margin-bottom: 47px
    }

    .catalog-filter__inner {
        display: block
    }

    .catalog-filter__foot {
/*        display: none*/
    }

    .calc-form__radiobtn {
        margin-left: 30px
    }

    .contacts {
        padding-top: 46px
    }

    .contacts__map {
        margin-top: 60px
    }

    .contacts .contacts__col {
        margin-left: 0
    }

    .contacts__new-line-mob {
        display: block
    }

    .contacts__center {
        padding-top: 32px;
        padding-bottom: 62px
    }

    .contacts__col {
        min-width: auto;
        margin-bottom: 32px
    }

    .contacts__col:last-child {
        margin-bottom: 0
    }

    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificates__list {
        margin: -14px;
        margin-bottom: 34px
    }

    .certificates__item {
        margin: 7px;
        width: calc(50% - 14px)
    }

    .article-section {
        padding-bottom: 120px
    }

    .article-section__back-btn {
        margin-bottom: 35px
    }

    .article-section__title {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 143%
    }

    .article-section__img {
        margin-bottom: 28px
    }

    .article-section__text {
        font-size: 14px
    }

    .news-article {
        padding-bottom: 80px
    }

    .pagination__list {
        margin: 0 -3px
    }

    .pagination__item {
        margin: 0 3px
    }

    .pagination__item a {
        width: 30px;
        height: 30px
    }

    .container:not(.news__list-container) .news__item {
        width: calc(50% - 24px)
    }

    .production-tabs__item {
        width: 100%;
        padding: 20px 10px
    }

    .production-tabs__item:last-child {
        border: 1px solid #e6e6e6
    }

    .production-principles__title {
        font-size: 16px;
        line-height: 200%;
        margin-bottom: 18px
    }

    .production-principles__item {
        margin-bottom: 19px
    }

    .production-principles__item span {
        margin-left: 14px
    }

    .production-principles__item img {
        width: 20px
    }

    .projects__btn {
        display: none
    }

    .projects__btn--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .projects__img {
        width: 100%
    }

    .projects__img img {
        width: 100%
    }

    .projects__slider {
        margin-right: 0;
        margin-bottom: 25px
    }

    .projects__slider-thumbs {
        width: 100%
    }

    .projects__head {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 72px
    }

    .projects__name {
        margin-bottom: 6px
    }

    .projects__city {
        margin-bottom: 26px
    }

    .projects__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .projects__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .projects__slider-wrapper {
        display: block
    }

    .projects__left {
        margin: 0;
        width: 100%
    }

    .projects__info {
        width: 100%;
        margin-bottom: 50px
    }

    .partnership {
        padding: 40px 0;
        margin-bottom: 0
    }

    .partnership__title {
        margin-bottom: 48px
    }

    .partnership__content {
        margin-left: 24px
    }

    .partnership__bg {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: .1
    }

    .partnership__name {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 5px
    }

    .partnership__item {
        margin-bottom: 30px
    }

    .sales-department {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sales-department__img-container {
        padding-left: 0
    }

    .sales-department__title {
        margin-bottom: 8px
    }

    .sales-department__subtitle {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 16px
    }

    .steps {
        padding-bottom: 40px
    }

    .steps__item {
        width: calc(50% - 34px)
    }

    .steps__bg {
        opacity: .09
    }

    .steps__bg::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(90.77deg, #f2f3f3 .72%, rgba(242, 243, 243, 0) 23.98%), -o-linear-gradient(348.3deg, #f2f3f3 9.71%, rgba(242, 243, 243, 0) 47.55%), -o-linear-gradient(.2deg, #f2f3f3 3.54%, rgba(242, 243, 243, 0) 47.55%);
        background: linear-gradient(359.23deg, #f2f3f3 .72%, rgba(242, 243, 243, 0) 23.98%), linear-gradient(101.7deg, #f2f3f3 9.71%, rgba(242, 243, 243, 0) 47.55%), linear-gradient(89.8deg, #f2f3f3 3.54%, rgba(242, 243, 243, 0) 47.55%)
    }

    .steps__inner {
        position: relative;
        z-index: 3
    }

    .engineering-department__quote-element {
        left: 3px;
        top: -16px
    }

    .engineering-department__title {
        margin-bottom: 32px
    }

    .engineering-department__item {
        padding-bottom: 0;
        margin-bottom: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .engineering-department__item::before {
        display: none
    }

    .engineering-department__name {
        font-size: 18px;
        line-height: 144%
    }

    .engineering-department__content {
        padding-bottom: 10px
    }


    .design-directions__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .design-directions__row ul+ul {
        margin-left: 0
    }

    .design-directions__row li:last-child {
        margin-bottom: 0
    }

    .design-directions__title {
        font-size: 16px;
        line-height: 150%
    }

    .page-head__inner {
        min-height: 570px
    }

    .page-head__center-mob {
        margin-top: auto;
        padding-bottom: 30px
    }

    .page-head__title {
        word-break: break-word;
        font-size: 20px;
        line-height: 160%
    }

    .page-head__caption {
        font-size: 18px;
        line-height: 167%
    }

    .engineering-head .page-head__inner {
        min-height: auto
    }

    .engineering-head .page-head__title {
        font-size: 16px;
        line-height: 166%;
        margin: 0
    }

    .design-slider__container {
        margin-top: 10px
    }

    .certificates-head .page-head__inner,
    .contacts-head .page-head__inner {
        min-height: 177px;
        padding-top: 33px
    }

    .certificates-head .page-head__title,
    .contacts-head .page-head__title {
        font-size: 18px;
        margin-top: 0
    }

    .certificates-head .page-head__center,
    .contacts-head .page-head__center {
        margin: 0
    }

    .text {
        padding-top: 55px;
        padding-bottom: 80px
    }

    .lead__form-item {
        width: calc(33.333% - 16px);
        margin: 4px 8px
    }

    .lead__form-row {
        margin: -4px -8px
    }

    .lead__title {
        margin-top: 0;
        margin-bottom: 20px
    }

    .lead__subtitle {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 37px
    }

    .video {
        padding-top: 50px
    }

    .news {
        padding-top: 80px;
        padding-bottom: 50px
    }

    .news-page {
        padding-top: 48px;
        padding-bottom: 50px
    }

    .clients {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .statistic {
        padding-bottom: 85px
    }

    .statistic__title {
        font-size: 18px;
        line-height: 136%;
        margin-bottom: 12px
    }

    .statistic__text {
        font-size: 14px;
        line-height: 143%;
        margin-bottom: 44px
    }

    .side-background {
        padding-bottom: 55px;
        padding-top: 44px
    }

    .side-background__content {
        padding: 0
    }

    .benefits {
        padding-top: 40px;
        padding-bottom: 80px
    }
    .quote {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .quote__content q {
        font-size: 13px;
        line-height: 138%
    }

    .quote__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        min-width: auto;
        margin-bottom: 27px
    }

    .quote__info {
        margin-left: 14px
    }

    .quote__name {
        font-size: 16px;
        margin-bottom: 18px
    }

    .quote__position {
        font-size: 13px;
        line-height: 112%
    }

    .quote__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quote__element {
        display: none
    }

    .quote__content {
        margin-left: 0
    }

    .quote__img {
        margin-bottom: 0
    }

    .quote__img img {
        width: 78px
    }

    .gallery-category {
        padding-bottom: 80px
    }

    .gallery-category .article-section__title {
        margin-bottom: 14px
    }

    .gallery-category__list {
        margin: -7px -8px;
        margin-top: 20px
    }

    .gallery-category__item {
        width: calc(33.333% - 16px);
        margin: 7px 8px
    }
}

@media (max-width:700px) {
    .card__sliders {
        max-width: 100%
    }

    .card__gallery-list {
        margin: -5px
    }

    .card__gallery-item {
        margin: 5px;
        width: calc(50% - 10px)
    }

    .card__gallery-item img {
        width: 100%;
        max-height: 154px
    }

    .modal__inner {
        padding-top: 56px;
        padding-bottom: 40px
    }

    .calc-form__row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .calc-form__row:last-child {
        margin-bottom: 20px
    }

    .calc-form__row textarea {
        margin-bottom: 0
    }

    .calc-form__col {
        margin: 0;
        margin-bottom: 16px;
        width: 100%
    }

    .calc-form__col:last-child {
        margin-bottom: 0
    }

    .calc-form__radiobtn {
        margin-left: 30px
    }

    .article {
        display: block
    }

    .article__img {
        width: 100%
    }

    .article__img img {
        width: 100%
    }

    .article__content {
        width: 100%;
        margin-left: 0
    }

    .design-categories__title {
        margin-bottom: 34px
    }

    .design-categories__name {
        font-size: 14px;
        line-height: 130%;
        word-break: break-word
    }

    .design-categories__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .design-categories__img img {
        height: 81px
    }

    .design-categories__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        border-top: 1px solid #e9e9e9;
        border-right: none
    }

    .design-categories__item:nth-child(n) {
        border-top: 1px solid #e9e9e9
    }

    .design-categories__item:nth-child(n) a {
        padding-top: 20px
    }

    .design-categories__item:nth-child(1),
    .design-categories__item:nth-child(2) {
        border-top: none
    }

    .design-categories__item:nth-child(1) a,
    .design-categories__item:nth-child(2) a {
        padding-top: 2px
    }

    .design-categories__item:nth-last-child(-2) {
        border-top: none
    }

    .design-categories__item:nth-child(3n+1) a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .design-categories__item:nth-child(odd) {
        border-right: 1px solid #e9e9e9
    }

    .design-categories__item a {
        padding: 20px 5px
    }

    .design-categories__img {
        margin-bottom: 14px
    }

    .catalog-categories__name {
        font-size: 13px;
        line-height: 138%
    }
}

@media (max-width:640px) {
    .catalog-page-video .video__item {
        max-width: 100%
    }

    .catalog-page-video .video__img img {
        width: 100%
    }

    .catalog-page-video .video__list-container {
        padding-right: 25px
    }

    .catalog-head__title {
        font-size: 13px;
        line-height: 173%
    }

    .vacancy__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .vacancy__content {
        margin-bottom: 55px
    }

    .vacancy__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        overflow: hidden
    }

    .vacancy__img img {
        max-width: 76%
    }

    .production-benefits__img {
        width: 100%
    }

    .production-benefits__img img {
        width: 100%
    }

    .production-benefits__item {
        display: block
    }

    .production-benefits__item--column .production-benefits__img {
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px
    }

    .production-benefits__item--column .production-benefits__img img {
        max-height: 440px
    }

    .production-benefits__item:first-child .production-benefits__img {
        margin-left: -25px
    }

    .production-benefits__item:first-child .production-benefits__content {
        margin-bottom: 80px
    }

    .production-benefits__item:nth-child(3) .production-benefits__img {
        margin-right: -25px
    }

    .production-benefits__item:nth-child(4) .production-benefits__img {
        margin-left: -25px
    }

    .production-benefits__title {
        margin-bottom: 25px
    }

    .production-benefits__content {
        width: 100%;
        margin-bottom: 30px
    }

    .production-benefits__img {
        width: auto
    }

    .production-benefits .production-benefits__item {
        margin-bottom: 80px
    }

    .production-benefits .production-benefits__item--column {
        margin-bottom: 0
    }

    .engineering-department__item {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .engineering-department__content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-bottom: 0
    }

    .engineering-department__img {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-height: 400px
    }

    .section-inner {
        position: relative;
        padding-bottom: 63px
    }

    .section-inner .section-head__link {
        position: absolute;
        margin: 0;
        left: 25px;
        bottom: 0
    }

    .clients__slider-container {
        padding-right: 0
    }

    .video__list-container {
        padding-right: 0
    }

    .video__list {
        margin: 0
    }

    .video__item {
        margin: 0;
        width: 100%;
        max-width: 216px
    }

    .news__list-container .news__list {
        margin: 0
    }

    .news__list-container .news__list-container {
        padding-right: 0
    }

    .news__list-container .news__item {
        margin: 0;
        width: 100%;
        max-width: 216px
    }

    .hero__overlay {
        right: -417px
    }

}

@media (max-width:570px) {
    .card-qualities {
        padding: 0
    }

    .card__table table {
        width: 100%
    }

    .card__table tbody th {
        /* display: none */
    }

    .card__table td {
        padding: 0 13px;
        font-size: 13px;
        line-height: 246%;
        font-weight: 400;
        color: #282a2e
    }

    .card__table tbody td:first-child {
        line-height: 154%;
        font-weight: 300
    }

    .card__table tbody tr {
        padding: 6px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #dedfe9
    }

    .card__table tbody tr:nth-child(2) td:first-child {
        padding-top: 16px
    }

    .card__table tbody tr:last-child {
        border: none
    }

    .card__table tbody tr:last-child td:last-child {
        padding-bottom: 10px
    }

    .card__table tbody tr:nth-child(even) {
        background: 0 0
    }

    .questions__answer {
        padding-left: 0;
        font-size: 14px;
        line-height: 129%
    }

    .questions__btn {
        display: none
    }

    .questions__name {
        font-size: 14px;
        line-height: 150%
    }

    .calc-form__item {
        margin-bottom: 32px
    }

    .calc-form__radiobuttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .calc-form__radiobtn {
        margin-left: 0;
        margin-bottom: 16px
    }

    .calc-form__radiobtn:last-child {
        margin-bottom: 0
    }

    .calc-form__item-foot {
        margin-top: 12px
    }

    .calc-form__fuel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }

    .calc-form__fuel-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .certificates__item {
        width: calc(50% - 16px)
    }

    .container:not(.news__list-container) .news__img {
        width: 100%
    }

    .gallery__item img {
        height: auto
    }

    .gallery__list,
    .video-gallery__list {
        margin: 0
    }

    .gallery__item,
    .video-gallery__item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .gallery__item:last-child,
    .video-gallery__item:last-child {
        margin-bottom: 0
    }

    .catalog-head {
        padding-top: 88px
    }

    .production-park__item {
        width: calc(50% - 14px);
        margin: 7px
    }

    .steps__list {
        margin: 0
    }

    .steps__num {
        font-size: 16px
    }

    .steps__num::after {
        margin-left: 45px
    }

    .steps__name {
        font-size: 14px;
        margin-bottom: 10px
    }

    .steps__text {
        font-size: 14px
    }

    .steps__item {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
        padding: 10px 22px 32px 15px
    }

    .steps__item:last-child {
        margin-bottom: 0
    }

    .press-center-head .page-head__title {
        margin-bottom: 0
    }

    .press-center-head__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .page-head__inner {
        padding-top: 23px;
        padding-bottom: 50px
    }

    .page-head__press-center {
        margin-top: 0
    }

    .page-head__press-center li {
        font-size: 16px;
        line-height: 150%
    }

    .page-head__press-center a {
        padding-bottom: 5px
    }

    .page-head__press-center ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-head__nav {
        display: none
    }

    .page-head__categories ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0
    }

    .page-head__categories ul li {
        margin: 0;
        margin-bottom: 12px;
        padding-left: 0
    }

    .page-head__categories ul li:last-child {
        margin-bottom: 0
    }

    .page-head__categories ul li a {
        padding: 0;
        padding-bottom: 4px
    }

    .page-head__categories ul li a::before {
        display: none
    }

    .footer__row {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .footer__company {
        margin-bottom: 28px
    }

    .footer__col {
        max-width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .lead__form-row {
        margin: 0
    }

    .lead__form-item {
        width: 100%;
        margin: 0;
        margin-bottom: 8px
    }

    .lead__form-item:last-child {
        margin-bottom: 0;
        margin-top: 20px
    }

    .benefits__item {
        width: calc(50% - 16px);
        margin: 13px 8px
    }

    .benefits__list {
        margin: -13px -8px
    }

    .benefits__icon {
        margin-bottom: 11px
    }

    .benefits_name {
        font-size: 11px;
        line-height: 114%
    }

    .hero__container {
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%
    }

    .hero__title {
        margin-top: auto
    }

    .btn--big {
        min-width: 260px
    }
}

@media (max-width:500px) {
    .cart__form {
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
        padding: 35px 25px
    }

    .cart__btn {
        width: 100%
    }

    .cart__name {
        font-size: 16px;
        line-height: 162%;
        margin-bottom: 7px;
        max-width: 100%
    }

    .cart__download-link {
        max-width: 100%
    }

    .cart__title {
        margin-bottom: 30px
    }

    .cart__item-content {
        width: 100%;
        margin-left: 0
    }

    .cart__img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .cart__img img {
        max-width: 200px;
        width: auto
    }

    .cart__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }

    .cart__info {
        display: block;
        margin: 0
    }

    .cart__col {
        max-width: 100%;
        margin: 0;
        margin-bottom: 15px
    }

    .cart__col:last-child {
        margin-bottom: 0
    }

    .catalog-items__list {
        margin: 0;
        padding-bottom: 38px
    }

    .catalog-items__item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .catalog-items__item:last-child {
        margin-bottom: 0
    }

    .catalog-filter__checkboxes {
        margin-bottom: 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .catalog-filter__checkboxes>div {
        margin-left: 0;
        margin-bottom: 10px
    }

    .catalog-filter__checkboxes>div:last-child {
        margin-bottom: 0
    }

    .catalog-filter__types {
        margin: -4px -7px;
        padding-bottom: 47px
    }

    .catalog-filter__type {
        width: calc(50% - 14px);
        margin: 4px 7px !important
    }

    .calc-form__title {
        margin-bottom: 40px
    }

    .calc-form__item-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .calc-form__item-foot {
        margin-bottom: -12px
    }

    .calc-form__radiobuttons {
        padding-bottom: 8px
    }

    .calc-form__fuel-item {
        margin-bottom: 20px
    }

    .calc-form__fuel-item img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4px
    }

    .calc-form__item input,
    .calc-form__item textarea {
        padding: 13px
    }

    .calc-form__item:last-child {
        margin-top: 47px;
        margin-bottom: 0
    }

    .calc-form__item-input input {
        padding: 2px;
        text-align: right
    }

    .calc-form__item-caption {
        margin-bottom: 10px
    }

    .calc-form__row:last-child {
        margin-bottom: 0
    }

    .gallery-category__item {
        width: calc(50% - 16px)
    }

    .article-section__row {
        overflow: auto;
        margin-right: -25px
    }

    .article-section__col {
        min-width: 224px;
        width: auto
    }

    .article-section__col img {
        width: 100%
    }

    .container:not(.news__list-container) .news__list {
        margin: -20px 0
    }

    .container:not(.news__list-container) .news__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .container:not(.news__list-container) .news__item:last-child {
        margin-bottom: 0
    }

    .production-principles__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .production-principles__col {
        width: 100%
    }

    .production-principles__col:nth-child(2) {
        margin-left: 0
    }

    .projects__head {
        padding-bottom: 16px
    }

    .projects__btn--mob {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-radius: 4px
    }

    .projects__slider {
        margin-left: -28px;
        margin-right: -28px
    }

    .projects__img img {
        width: 100%;
        border-radius: 0
    }

    .statistic__list {
        margin: 0;
        display: block
    }

    .statistic__item {
        width: auto;
        margin: 0;
        margin-bottom: 33px
    }

    .statistic__item:last-child {
        margin-bottom: 0
    }

    .hero__overlay {
        display: none
    }

    .hero__overlay-mob {
        display: block
    }
}

@media (max-width:370px) {
    .hero__overlay-mob-xs {
        display: block;
        width: 100%;
        left: 0;
        bottom: -224px
    }

    .hero__overlay-mob-xs text {
        -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
        transform: translateY(-11px)
    }

    .hero__overlay-mob {
        display: none
    }
}

@media (max-width:380px) {
    .hero__btn {
        width: 100%
    }
}

.sidebar__navigation li span {
    margin-left: 16px;
}
.navigation__link {
    padding-right: 16px;
}
.sidebar__cart span {
    margin-left: 16px;
}


.sidebar__body {
    padding-top: 0;
}
.navigation__list-wrapper {
    background-color: #373b43;
}

@media (min-width: 1025px) {
    .sidebar__navigation li:hover {
        background-color: #373b43;
    }
}