/*
Theme Name: typhoon
Author: Ivan Efremov
*/

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* defaults */

/* Slider */

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/* Slider */

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

/* Icons */

@font-face {
    font-family: "slick";
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/slick.svg?9554358cd54a92d416404105e472e902) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

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

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

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

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

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

.slick-prev {
    left: -25px;
}

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

.slick-prev:before {
    content: "\2190";
}

[dir=rtl] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

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

.slick-next:before {
    content: "\2192";
}

[dir=rtl] .slick-next:before {
    content: "\2190";
}

/* Dots */

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/*! nouislider - 12.1.0 - 10/25/2018 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.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: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    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 {
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    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 {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.slick-lightbox {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    background: black;
}

.slick-lightbox .slick-arrow {
    top: 50%;
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}

.slick-lightbox .slick-prev {
    left: 15px;
}

.slick-lightbox .slick-next {
    right: 15px;
}

.slick-lightbox-hide {
    opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-lightbox-slick-item {
    overflow: hidden;
    text-align: center;
}

.slick-lightbox-slick-item:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    content: "";
    vertical-align: middle;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.slick-lightbox-slick-img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}

.slick-lightbox-close {
    font-size: 35px;
    font-weight: 900;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    color: #FFF;
    border: none;
    background: #6F45E0;
}

.slick-lightbox-close:focus {
    outline: none;
}

.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    content: "\D7";
    opacity: 0.85;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html.lb-disable-scrolling {
    position: fixed;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.lightboxOverlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.8;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
    font-weight: normal;
    line-height: 0;
    position: absolute;
    z-index: 10000;
    left: 0;
    width: 100%;
    text-align: center;
}

.lightbox .lb-image {
    display: block;
    max-width: inherit;
    height: auto;
    max-height: none;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    display: table;
    clear: both;
    content: "";
}

.lb-loader {
    line-height: 0;
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 25%;
    text-align: center;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(assets/js/libs/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    display: block;
    height: 100%;
    cursor: pointer;
}

.lb-nav a.lb-prev {
    left: 0;
    float: left;
    width: 34%;
    transition: opacity 0.6s;
    opacity: 0;
    background: url(assets/js/libs/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-prev:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-nav a.lb-next {
    right: 0;
    float: right;
    width: 64%;
    transition: opacity 0.6s;
    opacity: 0;
    background: url(assets/js/libs/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-next:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-dataContainer {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
    clear: both;
    content: "";
}

.lb-data {
    padding: 0 4px;
    color: #CCC;
}

.lb-data .lb-details {
    line-height: 1.1em;
    float: left;
    width: 85%;
    text-align: left;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4AE;
}

.lb-data .lb-number {
    font-size: 12px;
    display: block;
    clear: left;
    padding-bottom: 1em;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    transition: opacity 0.2s;
    text-align: right;
    opacity: 0.7;
    outline: none;
    background: url(assets/img/icons/icon-close-white.svg) top right no-repeat;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    display: inline-block;
    box-sizing: border-box;
    height: 57px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #00B3FF;
    background: transparent;
}

.btn:hover {
    color: #FFF;
    border-color: #00A1E6 !important;
    background: #00A1E6 !important;
}

.btn:active {
    border-color: #00B3FF !important;
    background: #00B3FF !important;
}

.btn.btn-small {
    font-size: 16px;
    line-height: 41px;
    height: 44px;
}

.btn.btn-big {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    letter-spacing: 3px;
}

@media(max-width: 991px) {
    .btn.btn-big {
        font-size: 14px;
    }
}

.btn.btn-filled {
    color: #FFF;
    background: #00B3FF;
}

.btn.btn-filled:hover {
    background: #00A1E6;
}

.btn.btn-filled.btn-with-arrow * {
    stroke: #FFF;
    fill: #FFF;
}

.btn.btn-with-arrow {
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 66px;
}

.btn.btn-with-arrow:hover svg #line {
    stroke: #FFF;
}

.btn.btn-with-arrow:hover svg #tr {
    fill: #FFF;
}

.btn.btn-with-arrow svg {
    position: absolute;
    right: 18px;
    margin-left: 17px;
}

.btn.btn-with-arrow svg * {
    transition: 0.2s;
}

.btn.btn-with-arrow:hover:after {
    border-color: #FFF;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]),
textarea:not([type=checkbox]):not([type=radio]):not([type=range]) {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 16px;
    transition: 0.2s;
    border: 1px solid #DADADA;
    caret-color: #00B3FF;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
textarea:not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #00B3FF;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]).has-error,
textarea:not([type=checkbox]):not([type=radio]):not([type=range]).has-error {
    border-color: #C41F1F;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]) {
    height: 60px;
}

label {
    cursor: pointer;
}

label [type=checkbox],
label [type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

label [type=checkbox]:checked + i:after {
    opacity: 1;
}

label [type=checkbox] + i {
    position: relative;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    border: 2px solid #00B3FF;
    background: #FFF;
}

label [type=checkbox] + i:after {
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    transition: 0.2s;
    opacity: 0;
    background: #00B3FF;
}

label [type=radio]:checked + i {
    opacity: 1;
    background: #00B3FF;
}

label [type=radio] + i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    border: 2px solid #00B3FF;
    border-radius: 50%;
    background: #FFF;
}

form .row {
    display: flex;
    justify-content: space-between;
}

form .row.row-2-col .input-block {
    width: 375px;
}

form .input-block {
    width: 100%;
    margin-bottom: 28px;
}

form .input-block.req .name:after {
    font-size: 24px;
    line-height: 20px;
    position: relative;
    top: 2px;
    float: right;
    content: "*";
    color: #00B3FF;
}

form .input-block .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    form .row {
        display: block;
    }

    form .row.row-2-col .input-block {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    input:not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 50px;
    }

    form .input-block {
        margin-bottom: 28px;
    }

    form .input-block .name {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.h1,
.page-title,
.h2,
.h3 {
    font-family: Russo One;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}

.h1,
.page-title {
    font-size: 38px;
    letter-spacing: 1px;
}

.h2 {
    font-size: 32px;
    letter-spacing: 1px;
}

.page-title {
    margin-bottom: 14px;
}

a {
    transition: color 0.2s;
    text-decoration: none;
    color: #464646;
}

a.color {
    color: #00B3FF;
}

a.color:hover {
    text-decoration: underline;
}

a.bordered:hover {
    text-decoration: underline;
}

.breadcrumbs-wr {
    padding: 34px 0 16px;
}

.breadcrumbs-wr .breadcrumbs {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs-wr .breadcrumbs li:last-child a:after {
    display: none;
}

.breadcrumbs-wr .breadcrumbs li a {
    color: #00B3FF;
}

.breadcrumbs-wr .breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs-wr .breadcrumbs li a:after {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px 0 10px;
    content: "";
    border-radius: 50%;
    background: #000;
}

.equipment-title-wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.equipment-title-wr .page-title {
    margin-bottom: 0;
}

.equipment-title-wr .link-to-configurator {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.equipment-title-wr .link-to-configurator svg {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.equipment-title-wr .link-to-configurator span {
    padding-bottom: 2px;
    border-bottom: 4px solid #00B3FF;
}

ul.dotted li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 26px;
}

ul.dotted li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #00B3FF;
}

ol {
    counter-reset: item;
    /* Обнуляем счетчик списка */
}

ol li:before {
    font-weight: bold;
    margin-right: 13px;
    content: counter(item) " ";
    counter-increment: item;
    color: #00B3FF;
}

.blue-color {
    color: #00B3FF;
}

#wait {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: wait;
    transition: 0.5s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
}

#wait .lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

#wait .lds-dual-ring:after {
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    content: " ";
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
    border: 5px solid #FFF;
    border-color: #FFF transparent #FFF transparent;
    border-radius: 50%;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slider-nav-container {
    display: flex;
    align-items: center;
}

.slider-nav-container.centered-slider-nav {
    justify-content: center;
}

.slider-nav-container .slick-arrow {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 46px;
    height: 20px;
    cursor: pointer;
}

.slider-nav-container .slick-arrow:before {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    content: "";
    background: #00B3FF;
}

.slider-nav-container .slick-arrow:after {
    position: absolute;
    top: 4px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.slider-nav-container .slick-arrow.prev-btn {
    margin-right: 12px;
}

.slider-nav-container .slick-arrow.prev-btn:before {
    margin-left: 2px;
}

.slider-nav-container .slick-arrow.prev-btn:after {
    left: -3px;
    border-width: 6px 12px 6px 0;
    border-color: transparent #00B3FF transparent transparent;
}

.slider-nav-container .slick-arrow.next-btn {
    margin-left: 12px;
}

.slider-nav-container .slick-arrow.next-btn:before {
    margin-left: -2px;
}

.slider-nav-container .slick-arrow.next-btn:after {
    right: -3px;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #00B3FF;
}

.slider-nav-container .slick-dots {
    position: relative;
    bottom: initial;
    display: flex;
    width: auto;
}

.slider-nav-container .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slider-nav-container .slick-dots li.slick-active button {
    background: #00B3FF;
}

.slider-nav-container .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    margin: 10px;
    padding: 0;
    border-radius: 50%;
    background: #000;
}

.slider-nav-container .slick-dots li button:before {
    display: none;
}

.blue-hover {
    position: relative;
}

.blue-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.2s;
    opacity: 0;
    background: rgba(0, 179, 255, 0.5);
}

@media screen and (max-width: 1200px) {
    .h1,
    .page-title {
        font-size: 36px;
        letter-spacing: 1px;
    }

    .breadcrumbs-wr {
        padding: 34px 0 13px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs-wr {
        padding: 30px 0 20px;
    }

    .h1,
    .page-title {
        font-size: 28px;
        line-height: normal;
    }

    .h2 {
        font-size: 28px;
        line-height: normal;
    }

    .slider-nav-container .dots {
        overflow-x: hidden;
        max-width: calc(100vw - 150px);
    }

    .slider-nav-container .slick-dots {
        max-width: 100%;
    }
}

html,
body {
    height: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6666666667;
    color: #464646;
    background: #FFF;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body.wait #wait {
    visibility: visible;
    opacity: 1;
}

body.transparent-header header {
    position: relative;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

body.transparent-header header a {
    color: #FFF;
}

body.transparent-header header .top-block .top-block-wr .logo svg .black {
    fill: #FFF;
}

.lang-selector {
    display: none;
}
body.transparent-header header .top-block .top-block-wr .lang-selector .wr {
    border-color: #FFF;
}


body.transparent-header header .top-block .top-block-wr .lang-selector .wr span,
body.transparent-header header .top-block .top-block-wr .lang-selector .wr a {
    color: #FFF;
}

body.transparent-header header .top-block .top-block-wr .feedback-btn {
    border-color: #FFF;
}

body.transparent-header header .main-menu li.has-dropdown:hover .main-link a {
    color: #3A3A3A;
}

body.transparent-header header .main-menu li.has-dropdown .dropdown-menu a {
    color: #000;
}

body.transparent-header header .main-menu li .main-link a {
    color: #FFF;
}

#page-wrapper {
    min-height: 100%;
}

#page-wrapper #page-wrapper2 {
    padding-bottom: 270px;
}

.grecaptcha-badge {
    display: none;
}

.center-block {
    position: relative;
    width: 1174px;
    margin: 0 auto;
}

header {
    z-index: 11;
    height: 158px;
    background: #F9F9F9;
}

header .top-block .top-block-wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 97px;
    padding-top: 14px;
}

header .top-block .top-block-wr .logo {
    margin: 9px 49px 0 0;
}

header .top-block .top-block-wr .lang-selector {
    position: relative;
    width: 66px;
    height: 44px;
    margin-right: 96px;
}

header .top-block .top-block-wr .lang-selector:hover {
    z-index: 10;
}

header .top-block .top-block-wr .lang-selector:hover:after {
    transform: rotate(180deg);
}

header .top-block .top-block-wr .lang-selector:hover .wr {
    border-color: #00B3FF;
    background: #FFF;
}

header .top-block .top-block-wr .lang-selector:hover .wr span,
header .top-block .top-block-wr .lang-selector:hover .wr a {
    display: block;
    color: #000 !important;
}

header .top-block .top-block-wr .lang-selector:hover .wr span:not(:last-child),
header .top-block .top-block-wr .lang-selector:hover .wr a:not(:last-child) {
    border-bottom-color: #CCC;
}

header .top-block .top-block-wr .lang-selector:after {
    position: absolute;
    top: 21px;
    right: 11px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: 0.2s;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #00B3FF transparent transparent transparent;
}

header .top-block .top-block-wr .lang-selector .wr {
    display: flex;
    flex-direction: column;
    border: 2px solid #000;
}

header .top-block .top-block-wr .lang-selector .wr a {
    display: none;
}

header .top-block .top-block-wr .lang-selector .wr a:hover {
    color: #00B3FF !important;
}

header .top-block .top-block-wr .lang-selector .wr span,
header .top-block .top-block-wr .lang-selector .wr a {
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    height: 40px;
    padding-right: 6px;
    text-align: center;
    letter-spacing: 3px;
}

header .top-block .top-block-wr .lang-selector .wr span:not(:last-child),
header .top-block .top-block-wr .lang-selector .wr a:not(:last-child) {
    border-bottom: 1px solid transparent;
}

header .top-block .top-block-wr .address {
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-right: 96px;
    cursor: pointer;
}

header .top-block .top-block-wr .address svg {
    width: 16px;
    height: 21px;
    margin-right: 10px;
}

header .top-block .top-block-wr .address .location-selector {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px dashed;
}

header .top-block .top-block-wr .short-phone {
    display: none;
}

header .top-block .top-block-wr .icons {
    display: flex;
    align-items: center;
    margin-right: 41px;
}

header .top-block .top-block-wr .icons span {
    margin-right: 11px;
}

header .top-block .top-block-wr .icons svg {
    display: block;
}

header .top-block .top-block-wr .icons .phone {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-right: 0;
}

header .top-block .top-block-wr .icons .phone svg {
    margin-right: 14px;
}

header .top-block .top-block-wr .feedback-btn {
    padding: 0 21px;
}

header .top-block .top-block-wr .menu-icon {
    display: none;
}

header .main-menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -22px;
    padding-right: 9px;
}

header .main-menu li {
    transition: 0.2s;
}

header .main-menu li.has-dropdown:nth-child(1) {
    margin-right: -44px;
}

header .main-menu li.has-dropdown:nth-child(2) {
    margin-right: -24px;
}

header .main-menu li.has-dropdown:hover .main-link {
    background: #FFF;
}

header .main-menu li.has-dropdown:hover .main-link:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #00B3FF transparent;
}

header .main-menu li.has-dropdown:hover .main-link a {
    border-bottom-color: transparent !important;
}

header .main-menu li.has-dropdown:hover .dropdown-menu {
    transition-delay: 0.1s;
    transform: scaleY(1);
    opacity: 1;
}

header .main-menu li.has-dropdown:hover .dropdown-menu a {
    opacity: 1;
}

header .main-menu li.has-dropdown .main-link {
    padding: 14px 37px 9px 22px;
    transition: 0.1s;
    background: transparent;
}

header .main-menu li.has-dropdown .main-link:after {
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    content: "";
    transition: 0.2s;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #00B3FF transparent transparent transparent;
}

header .main-menu li.has-dropdown .dropdown-menu {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 13px 0 11px;
    transition: 0.2s;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    border-bottom: 5px solid #00B3FF;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 22px;
}

header .main-menu li.has-dropdown .dropdown-menu:before {
    position: absolute;
    top: 1px;
    left: 22px;
    display: block;
    width: 55px;
    height: 2px;
    content: "";
    background: #00B3FF;
}

header .main-menu li.has-dropdown .dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 7px 35px 7px 22px;
    transition: 0.2s;
    opacity: 0;
}

header .main-menu li.has-dropdown .dropdown-menu a:hover {
    color: #FFF;
    background: #00B3FF;
}

header .main-menu li.has-dropdown .dropdown-menu a:hover svg * {
    fill: #FFF;
}

header .main-menu li.has-dropdown .dropdown-menu a svg {
    margin-right: 12px;
}

header .main-menu li.has-dropdown .dropdown-menu a svg * {
    transition: 0.2s;
}

header .main-menu li .main-link {
    position: relative;
    padding: 14px 0 9px;
}

header .main-menu li .main-link a {
    display: inline-block;
    transition: 0.2s;
    color: #3A3A3A;
    border-bottom: 4px solid transparent;
}

header .main-menu li .main-link a:hover,
header .main-menu li .main-link a.selected {
    border-bottom-color: #00B3FF;
}

header .menu-icon {
    display: none;
}

footer {
    width: 100%;
    height: 270px;
    margin-top: -270px;
    color: #FFF;
    background: #252525;
}

footer a {
    color: #FFF;
}

footer .main-menu {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 36px 0 49px;
}

footer .middle-block {
    padding-bottom: 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .middle-block .middle-block-wr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .middle-block .middle-block-wr .bl {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    max-width: 280px;
    color: #DADADA;
}

footer .middle-block .middle-block-wr .bl.address svg {
    width: 18px;
}

footer .middle-block .middle-block-wr .bl.time .icon-wr {
    margin-right: 17px;
}

footer .middle-block .middle-block-wr .bl.email .text {
    text-decoration: underline;
}

footer .middle-block .middle-block-wr .bl .icon-wr {
    margin-right: 19px;
}

footer .middle-block .middle-block-wr .bl .icon-wr svg {
    display: block;
    height: auto !important;
}

footer .middle-block .middle-block-wr .bl a {
    color: #DADADA;
}

footer .bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}

footer .bottom-block .terms {
    font-size: 16px;
    color: #FFF;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

footer .bottom-block .copy {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #DADADA;
}

footer .bottom-block .developers {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-right: 4px;
}

footer .bottom-block .developers .t {
    text-decoration: underline;
}

footer .bottom-block .developers svg {
    margin-left: 6px;
}

.news-page {
    margin-top: -158px;
    padding-bottom: 83px;
}

.news-page .title-wr {
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}

.news-page .title-wr nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    margin-left: 32px;
    padding: 0 12px;
    background: #F9F9F9;
}

.news-page .title-wr nav a {
    color: #00B3FF;
}

.news-page .title-wr nav * {
    height: 32px;
    padding: 0 15px;
}

.news-page .title-wr nav *:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.news-page .news-wr {
    overflow: hidden;
}

.news-page .news-wr .news-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
}

.news-page .news-wr .news-list .news-preview-block {
    margin: 0 41px 61px 0;
}

.news-page .news-wr .show-more-news-wr {
    text-align: center;
}

.news-page .news-wr .show-more-news-wr .load-more-btn {
    padding: 0 72px;
}

.news-one-page {
    padding-bottom: 0;
}

.news-one-page .news-one-page-content {
    max-width: 776px;
    margin-bottom: 81px;
}

.news-one-page .news-one-page-content .breadcrumbs-wr {
    padding: 34px 0 27px;
}

.news-one-page .news-one-page-content .breadcrumbs-wr .breadcrumbs {
    justify-content: center;
}

.news-one-page .news-one-page-content .page-title {
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.news-one-page .news-one-page-content .date {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 37px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #464646;
}

.news-one-page .news-one-page-content .annotation {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 32px;
    color: #000;
}

.news-one-page .news-one-page-content .content a {
    color: #00B3FF;
}

.news-one-page .news-one-page-content .content a:hover {
    text-decoration: underline;
}

.news-one-page .news-one-page-content .content p {
    margin-bottom: 1em;
}

.news-one-page .news-one-page-content .content img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.news-one-page .news-one-page-content .content ul li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 26px;
}

.news-one-page .news-one-page-content .content ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #00B3FF;
}

.news-one-page .news-list-block {
    overflow: hidden;
    padding-bottom: 80px;
    background: #F9F9F9;
}

.news-one-page .news-list-block .news-list {
    display: flex;
    width: calc(100% + 50px);
    padding: 81px 0 37px;
}

.news-one-page .news-list-block .news-list li {
    margin: 0 50px 0 0;
}

.news-one-page .news-list-block .btn-wr {
    text-align: center;
}

.news-one-page .news-list-block .btn-wr .btn {
    padding: 0 45px;
}

.about-page {
    margin-top: -158px;
}

.about-page .about-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 96px;
}

.about-page .about-block .left-bl {
    width: 575px;
}

.about-page .about-block .left-bl .t {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 27px;
    color: #000;
}

.about-page .about-block .our-mission-block {
    width: 477px;
    margin: 10px 48px 0 0;
    padding: 38px 39px 73px 51px;
    background: #F9F9F9;
    background-image: url(assets/img/about-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.about-page .about-block .our-mission-block .title {
    font-size: 32px;
    line-height: 46px;
    color: #000;
}

.about-page .about-block .our-mission-block .title:after {
    display: block;
    width: 74px;
    height: 6px;
    margin: 9px 0 17px;
    content: "";
    background: #00B3FF;
}

.about-page .history-block-wr2 {
    display: flex;
    margin-bottom: 47px;
}

.about-page .history-block-wr2 .arrow {
    display: flex;
    width: 40px;
    padding-bottom: 34px;
    cursor: pointer;
}

.about-page .history-block-wr2 .arrow.prev {
    justify-content: flex-start;
}

.about-page .history-block-wr2 .arrow.prev img {
    transform: rotate(180deg);
}

.about-page .history-block-wr2 .arrow.next {
    justify-content: flex-end;
}

.about-page .history-block-wr2 .history-block-wr {
    position: relative;
    overflow-x: hidden;
    width: calc(100% - 80px);
}

.about-page .history-block-wr2 .history-block-wr .history-block {
    width: 200000px;
    height: 267px;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones {
    display: inline-flex;
    padding-left: 242px;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    display: flex;
    width: 458px;
    height: 92px;
    margin-bottom: 20px;
    margin-left: -229px;
    padding-left: 31px;
    border-left: 1px solid #999;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone:last-child {
    width: 260px;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone .flag {
    position: absolute;
    top: 0;
    left: 0;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone .c {
    max-width: 240px;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone:nth-child(2n) {
    top: 133px;
    align-items: flex-end;
}

.about-page .history-block-wr2 .history-block-wr .history-block .milestones .milestone .year {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: 3px;
    color: #000;
}

.about-page .history-block-wr2 .history-block-wr .history-block .time-line {
    position: relative;
}

.about-page .history-block-wr2 .history-block-wr .history-block .time-line .line {
    width: 100%;
    height: 2px;
    background: #00B3FF;
}

.about-page .history-block-wr2 .history-block-wr .history-block .time-line .markers {
    position: relative;
    top: -19px;
    display: flex;
}

.about-page .history-block-wr2 .history-block-wr .history-block .time-line .markers svg {
    width: 29px;
    height: 35px;
    margin-right: 200px;
    fill: #FFF;
}

.about-page .photos-slider-block {
    margin-bottom: 65px;
}

.about-page .photos-slider-block .slider-nav-container-wr {
    margin-top: -7px;
    text-align: center;
}

.about-page .icon-prefs-block-wr {
    margin-bottom: 44px;
}

.about-page .icon-prefs-block-wr .title {
    line-height: 1.2;
    max-width: 576px;
    margin: 0 auto 62px;
    text-align: center;
}

.about-page .icon-prefs-block-wr .icon-prefs-block .icon-prefs {
    padding: 0;
}

.about-page .number-prefs-block {
    margin-bottom: 74px;
    padding: 49px 0;
    background: #F9F9F9;
}

.about-page .docs-block {
    margin-bottom: 60px;
}

.about-page .docs-block .title {
    margin-bottom: 10px;
    text-align: center;
}

.about-page .docs-block .descr {
    max-width: 630px;
    margin: 0 auto 60px;
    text-align: center;
}

.about-page .docs-block .docs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-page .docs-block .docs-list li {
    margin: 0 36px 30px;
    cursor: pointer;
}

.about-page .docs-block .docs-list li:hover .photo-wr:before {
    opacity: 1;
}

.about-page .docs-block .docs-list li img {
    display: block;
    max-width: 100%;
}

.about-page .feedback-form-block {
    background: #F9F9F9;
}

.index-page {
    margin-top: -158px;
}

.index-page .top-slider-wr .slider-nav-container {
    position: absolute;
    z-index: 10;
    top: 190px;
}

.index-page .top-slider-wr .slider-nav-container .slick-dots li.slick-active button {
    background: #00B3FF;
}

.index-page .top-slider-wr .slider-nav-container .slick-dots li button {
    background: #FFF;
}

.index-page .top-slider-wr .top-slider {
    overflow: hidden;
    height: 674px;
    margin-bottom: 0;
}

.index-page .top-slider-wr .top-slider .top-slide {
    position: relative;
    height: 674px;
    padding-top: 232px;
    color: #FFF;
    background-color: #000;
    background-position: center;
    background-size: cover;
}

.index-page .top-slider-wr .top-slider .top-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: #010F14;
}

.index-page .top-slider-wr .top-slider .top-slide .video-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-page .top-slider-wr .top-slider .top-slide .video-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}

.index-page .top-slider-wr .top-slider .top-slide .video-bg video {
    width: 100%;
}

.index-page .top-slider-wr .top-slider .top-slide .wr {
    position: relative;
    z-index: 2;
}

.index-page .top-slider-wr .top-slider .top-slide .content-block {
    min-height: 300px;
}

.index-page .top-slider-wr .top-slider .top-slide .note {
    color: #FEF681;
}

.index-page .top-slider-wr .top-slider .top-slide .note a {
    text-decoration: underline;
    color: #FEF681;
}

.index-page .top-slider-wr .top-slider .top-slide .title {
    font-family: Russo One;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.index-page .top-slider-wr .top-slider .top-slide .type {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00B3FF;
}

.index-page .top-slider-wr .top-slider .top-slide .product-name {
    font-size: 16px;
    line-height: 28px;
}

.index-page .top-slider-wr .top-slider .top-slide .text-descr {
    font-size: 23px;
    line-height: 33px;
    max-width: 609px;
}

.index-page .top-slider-wr .top-slider .top-slide .list li {
    font-size: 23px;
    line-height: 42px;
    margin-bottom: 0;
}

.index-page .top-slider-wr .top-slider .top-slide .list li:before {
    top: 18px;
}

.index-page .top-slider-wr .top-slider .top-slide .facts {
    display: flex;
    margin-top: 27px;
}

.index-page .top-slider-wr .top-slider .top-slide .facts li {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    width: 236px;
    margin-right: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.index-page .top-slider-wr .top-slider .top-slide .facts li:after {
    display: block;
    width: 59px;
    height: 4px;
    margin-top: 10px;
    content: "";
    background: #00B3FF;
}

.index-page .top-slider-wr .top-slider .top-slide .facts li .color {
    color: #00B3FF;
}

.index-page .top-slider-wr .top-slider .top-slide .bt-block {
    display: flex;
    align-items: center;
}

.index-page .top-slider-wr .top-slider .top-slide .bt-block .details-btn {
    margin-right: 24px;
}

.index-page .top-slider-wr .top-slider .top-slide .bt-block .video-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #FFF;
    border-color: #FFF;
}

.index-page .top-slider-wr .top-slider .top-slide .bt-block .video-btn:hover {
    color: #FFF;
}

.index-page .top-slider-wr .top-slider .top-slide .bt-block .video-btn svg {
    margin-right: 11px;
}

.index-page .number-prefs-block .number-prefs-wr {
    padding: 50px 0 11px;
}

.index-page .icon-prefs-block-wr {
    margin-bottom: 49px;
}

.index-page .catalog-wr {
    padding: 72px 0 32px;
    background: #F9F9F9;
}

.index-page .catalog-wr .equipment-catalog-block {
    margin-bottom: 0;
}

.index-page .catalog-wr .equipment-catalog-block .equipment-title-wr .link-to-configurator {
    display: none;
}

.index-page .catalog-wr .equipment-catalog-block .categories {
    background: #FFF;
}

.index-page .catalog-wr .equipment-catalog-block .categories a {
    background: #FFF;
}

.index-page .catalog-wr .equipment-catalog-block .categories a:last-child {
    background: #E6EBF0;
}

.index-page .catalog-wr .equipment-catalog-block .products-wr .products .product-cart {
    background: #FFF;
}

.index-page .business-examples-block {
    margin-bottom: 32px;
}

.index-page .business-examples-block .slide {
    cursor: pointer;
    padding: 0 10px;
}

.index-page .business-examples-block .slide img {
    max-width: 100%;
}

.index-page .feedback-form-wr {
    background: #F9F9F9;
}

.index-page .reviews-block .btn-wr {
    margin-top: 60px;
    text-align: center;
}

.index-page .reviews-block .btn-wr .btn {
    padding: 0 60px;
}

.product-page .product-name {
    margin-bottom: -4px;
}

.product-page .product-type {
    font-size: 20px;
    margin-bottom: 31px;
}

.product-page .page-markup {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 18px;
    padding-bottom: 53px;
}

.product-page .page-markup .main-content {
    width: 780px;
}

.product-page .page-markup .main-content .title-2 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 14px;
    color: #000;
}

.product-page .page-markup .main-content .slider-block {
    margin-bottom: 37px;
}

.product-page .page-markup .main-content .slider-block .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr {
    display: flex;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr .content-btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    display: flex;
    align-items: center;
    margin-right: 33px;
    cursor: pointer;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr .content-btn.video-btn svg {
    width: 32px;
    height: 32px;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr .content-btn svg {
    margin-right: 10px;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr .content-btn svg .fill {
    fill: #00B3FF;
}

.product-page .page-markup .main-content .slider-block .top .btns-wr .content-btn svg .stroke {
    stroke: #00B3FF;
}

.product-page .page-markup .main-content .slider-block .slider {
    overflow: hidden;
    height: 465px;
}

.product-page .page-markup .main-content .slider-block .slider .slick-list,
.product-page .page-markup .main-content .slider-block .slider .slick-track {
    height: 100%;
}

.product-page .page-markup .main-content .slider-block .slider .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-page .page-markup .main-content .slider-block .slider img {
    max-width: 100%;
    max-height: 100%;
}

.product-page .page-markup .main-content .performance-block-wr {
    display: none;
}

.product-page .page-markup .main-content .performance-block-wr .performance-block {
    margin-bottom: 0 !important;
}

.product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .btns-wr {
    width: 100%;
}

.product-page .page-markup .main-content .icon-prefs li .icon {
    width: 60px;
    height: 60px;
}

.product-page .page-markup .main-content .icon-prefs li .icon svg {
    width: 60px;
    height: 60px;
}

.product-page .page-markup .main-content .main-params-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 46px;
    padding: 40px 9px;
    background: #F9F9F9;
}

.product-page .page-markup .main-content .main-params-block .bl {
    width: 254px;
}

.product-page .page-markup .main-content .main-params-block .bl .name {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    text-align: center;
    color: #000;
}

.product-page .page-markup .main-content .main-params-block .bl .name:after {
    display: block;
    width: 63px;
    height: 6px;
    margin: 10px auto 15px;
    content: "";
    background: #00B3FF;
}

.product-page .page-markup .main-content .main-params-block .bl .value {
    font-family: Russo One;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.product-page .page-markup .main-content .composition-block .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;
}

.product-page .page-markup .main-content .composition-block .block-wr {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 24px;
    align-items: flex-start;
}

.product-page .page-markup .main-content .composition-block .img-wr {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
}

.product-page .page-markup .main-content .composition-block .img-wr img {
    max-width: 100%;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item {
    position: absolute;
    top: 0;
    height: 100%;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item:hover .caption {
    visibility: visible;
    opacity: 1;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item:hover .marker .num {
    color: #FFF;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item:hover .marker svg path {
    fill: #00B3FF;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background: #464646;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .caption {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    margin-top: -110px;
    padding: 12px;
    transition: 0.2s;
    transform: translateX(-50%);
    opacity: 0;
    border: 2px solid #00B3FF;
    background: #FFF;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .caption:before,
.product-page .page-markup .main-content .composition-block .img-wr .composition-item .caption:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border-style: solid;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .caption:before {
    bottom: -11px;
    border-width: 11px 8px 0 8px;
    border-color: #00B3FF transparent transparent transparent;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .caption:after {
    bottom: -7px;
    border-width: 13px 8px 0 8px;
    border-color: #FFF transparent transparent transparent;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .marker {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: -40px 0 0 -18px;
    color: #000;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .marker svg {
    position: absolute;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .marker .num {
    position: relative;
}

.product-page .page-markup .main-content .composition-block .img-wr .composition-item .point {
    position: absolute;
    top: 100%;
    width: 18px;
    height: 18px;
    margin: -9px;
    border: 4px solid #FFF;
    border-radius: 50%;
    background: #00B3FF;
}

.product-page .page-markup .main-content .composition-block .img-caption {
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
}

.product-page .page-markup .main-content .text-descr p {
    margin-bottom: 20px;
}

.product-page .page-markup .main-content .text-descr img {
    display: block;
    margin: 0 auto;
}

.product-page .page-markup .main-content .text-descr ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}

.product-page .page-markup .main-content .text-descr ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #00B3FF;
}

.product-page .page-markup .main-content .specs-block {
    padding-bottom: 27px;
}

.product-page .page-markup .main-content .specs-block .title-2 {
    margin-bottom: 26px;
}

.product-page .page-markup .main-content .specs-block .specs {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.product-page .page-markup .main-content .specs-block .specs li {
    display: contents;
}

.product-page .page-markup .main-content .specs-block .specs li div {
    padding: 10px 16px;
}

.product-page .page-markup .main-content .specs-block .specs li:nth-child(2n+1) div {
    background: #F9F9F9;
}

.product-page .page-markup .main-content .specs-block .specs li .name {
    color: #000;
}

.product-page .page-markup .floated-info-block {
    position: sticky;
    top: 50px;
    width: 335px;
    min-height: 450px;
}

.product-page .page-markup .floated-info-block .product-name {
    display: none;
    border: 2px solid #F9F9F9;
}

.product-page .page-markup .floated-info-block .product-name span {
    font-family: Russo One;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 77px;
    padding: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background: #FFF;
}

.product-page .page-markup .performance-block .info-wr {
    margin-bottom: 38px;
    padding: 25px 20px;
    background: #F9F9F9;
}

.product-page .page-markup .performance-block .info-wr .t {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 16px;
    color: #000;
}

.product-page .page-markup .performance-block .info-wr .performance {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-row-gap: 20px;
}

.product-page .page-markup .performance-block .info-wr .performance li {
    display: contents;
}

.product-page .page-markup .performance-block .info-wr .performance li .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.product-page .page-markup .performance-block .info-wr .performance li .name svg {
    margin-right: 9px;
}

.product-page .page-markup .performance-block .info-wr .performance li .value {
    text-align: right;
}

.product-page .page-markup .performance-block .info-wr .order-btn {
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    height: 60px;
}

.product-page .page-markup .performance-block .info-wr .download-passport-link {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    color: #000;
}

.product-page .page-markup .performance-block .info-wr .download-passport-link svg {
    position: absolute;
    top: 3px;
    left: 15px;
}

.product-page .page-markup .performance-block .info-wr .download-passport-link span {
    line-height: 20px;
    border-bottom: 2px solid #00B3FF;
}

.product-page .page-markup .performance-block .link-wr {
    text-align: center;
}

.product-page .page-markup .performance-block .link-to-configurator {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.product-page .page-markup .performance-block .link-to-configurator svg {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.product-page .page-markup .performance-block .link-to-configurator span {
    border-bottom: 4px solid #00B3FF;
}

.product-page .other-products {
    padding-bottom: 96px;
    background: #F9F9F9;
}

.product-page .other-products .title {
    margin-bottom: 48px;
    padding-top: 72px;
    text-align: center;
}

.product-page .other-products .title:after {
    display: block;
    width: 119px;
    height: 6px;
    margin: 7px auto 0;
    content: "";
    background: #00B3FF;
}

.product-page .other-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-page .other-products .products .product-cart {
    margin: 0 25px;
    background: #FFF;
}

.clients-page {
    margin-top: -158px;
}

.clients-page .about-top-slider {
    margin-bottom: 0;
}

.clients-page .our-clients-block {
    padding: 42px 0 33px;
}

.clients-page .our-clients-block .title {
    display: none;
}

.clients-page .our-clients-block .slider {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.clients-page .our-clients-block .slider .brands {
    width: 100%;
}

.clients-page .reviews-block .slider .reviews .review {
    margin: 0 auto 63px;
    opacity: 1;
}

.service-page {
    margin-top: -158px;
}

.service-page .about-top-slider {
    position: relative;
    margin-bottom: 0;
}

.service-page .about-top-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: #010F14;
}

.service-page .warranty-block,
.service-page .post-warranty-block {
    padding: 72px 0 76px;
}

.service-page .warranty-block .title,
.service-page .post-warranty-block .title {
    margin-bottom: 51px;
    text-align: center;
}

.service-page .warranty-block .list,
.service-page .post-warranty-block .list {
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.service-page .warranty-block .list li,
.service-page .post-warranty-block .list li {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    width: 300px;
}

.service-page .warranty-block .list li .icon,
.service-page .post-warranty-block .list li .icon {
    position: relative;
    margin-bottom: 11px;
}

.service-page .warranty-block .list li .icon .icon-wr,
.service-page .post-warranty-block .list li .icon .icon-wr {
    position: relative;
}

.service-page .warranty-block .list li .icon .icon-wr .content,
.service-page .post-warranty-block .list li .icon .icon-wr .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    color: #FFF;
}

.service-page .warranty-block .list li .icon .icon-wr .content .years,
.service-page .post-warranty-block .list li .icon .icon-wr .content .years {
    font-family: Russo One;
    font-size: 63px;
    margin-bottom: -32px;
}

.service-page .warranty-block .list li .icon .icon-wr .content .year,
.service-page .post-warranty-block .list li .icon .icon-wr .content .year {
    font-size: 25px;
    text-align: center;
    color: #FFF;
}

.service-page .post-warranty-block {
    padding-bottom: 104px;
}

.service-page .post-warranty-block .title {
    margin-bottom: 74px;
}

.service-page .post-warranty-block .list li .icon {
    margin-bottom: 30px;
}

.service-page .post-warranty-block .list li .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.service-page .post-warranty-block .list li .t2 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #999;
}

.service-page .start-block {
    position: relative;
    padding: 73px 0 93px;
    color: #FFF;
    background-position: center;
    background-size: cover;
}

.service-page .start-block:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    background: #000;
}

.service-page .start-block .title {
    margin-bottom: 73px;
    text-align: center;
    color: #FFF;
}

.service-page .start-block .list {
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.service-page .start-block .list li {
    flex: 1;
    width: 300px;
}

.service-page .start-block .list li .icon {
    margin-bottom: 31px;
}

.service-page .start-block .list li .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 12px;
}

.service-page .start-block .list li .t2 {
    font-size: 18px;
    color: #DADADA;
}

.service-page .feedback-form-wr {
    background: #F9F9F9;
}

.partners-page {
    position: relative;
    min-height: 700px;
    min-height: calc(100vh - 270px);
    margin-top: -158px;
    padding-top: 216px;
    background: url("assets/img/dealers.jpg") center;
    background-size: cover;
}

.partners-page:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: #021421;
}

.partners-page .breadcrumbs-wr {
    padding-top: 0;
}

.partners-page .breadcrumbs-wr .breadcrumbs li a:after {
    background: #FFF;
}

.partners-page .wr {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #FFF;
}

.partners-page .wr .success-block {
    display: none;
}

.partners-page .wr .success-block .wr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 60px 0;
}

.partners-page .wr .success-block .wr .t {
    color: #FFF;
}

.partners-page .wr .success-block .wr .t2 {
    margin: 32px 0;
    color: #FFF;
}

.partners-page .wr .page-title {
    color: #FFF;
}

.partners-page .wr .descr {
    font-size: 22px;
    line-height: 37px;
    margin: -3px 0 57px;
}

.partners-page .wr form {
    width: 100%;
    max-width: 776px;
}

.partners-page .wr form .btn-wr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 16px 0 77px;
}

.partners-page .wr form .btn-wr button {
    margin-bottom: 20px;
}

.partners-page .wr form .btn-wr label {
    font-size: 16px;
    line-height: 29px;
}

.services-page .top-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.services-page .top-block .text-wr {
    width: 558px;
}

.services-page .top-block .text-wr .t {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 23px;
    color: #000;
}

.services-page .top-block .bg {
    width: 507px;
    height: 295px;
    margin-top: -49px;
    background-position: center;
    background-size: cover;
}

.services-page .cost-calc-block-wr {
    margin-bottom: 72px;
}

.services-page .cost-calc-block-wr .cost-calc-block .title {
    margin-bottom: 30px;
    text-align: left;
}

.services-page .cost-calc-block-wr .cost-calc-block .form-wr {
    display: flex;
}

.services-page .cost-calc-block-wr .cost-calc-block .main {
    width: calc(100% - 384px);
    padding: 49px 32px 60px;
    background: #F9F9F9;
    background-image: url(assets/img/about-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector {
    display: flex;
    justify-content: space-between;
    height: 68px;
    margin: 0 0 36px;
    background: #FFF;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding: 0 33px;
    cursor: pointer;
    transition: 0.1s;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background: #FFF;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li.selected,
.services-page .cost-calc-block-wr .cost-calc-block .main .selector li:hover {
    color: #FFF;
    background: #00B3FF !important;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li.selected svg *,
.services-page .cost-calc-block-wr .cost-calc-block .main .selector li:hover svg * {
    fill: #FFF;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li:not(:last-child) {
    margin-right: 5px;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li svg {
    margin-right: 8px;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .selector li svg * {
    transition: 0.1s;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .input-wr {
    margin-bottom: 40px;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .input-wr .top {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .input-wr input {
    height: 60px;
    padding: 16px;
    border: 1px solid #DADADA;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block {
    text-align: center;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block .t {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block .summary-wr {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block .summary-wr .summary {
    font-family: Russo One;
    color: #00B3FF;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block .summary-wr .rub {
    font-size: 42px;
    font-weight: bold;
}

.services-page .cost-calc-block-wr .cost-calc-block .main .summary-block .order-calc-btn {
    padding: 0 39px;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services {
    width: 384px;
    padding: 63px 34px;
    background: #E6EBF0;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services .t {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 28px;
    color: #000;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label [type=checkbox] + i {
    width: 22px;
    height: 22px;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .name {
    font-size: 20px;
    line-height: 28px;
    margin: 0 10px 0 5px;
    max-width: calc(100% - 60px);
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon {
    position: relative;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon svg {
    display: block;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon .tooltip {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    visibility: hidden;
    width: 467px;
    margin-top: 50px;
    padding: 15px;
    transition: 0.2s;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    border: 2px solid #00B3FF;
    background: #FFF;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon .tooltip:before,
.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon .tooltip:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border-style: solid;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon .tooltip:before {
    z-index: 2;
    top: -16px;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #FFF transparent;
}

.services-page .cost-calc-block-wr .cost-calc-block .add-services label .icon .tooltip:after {
    z-index: 1;
    top: -20px;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #00B3FF transparent;
}

.services-page .scheme-block {
    margin-bottom: 37px;
}

.services-page .scheme-block .title {
    margin-bottom: 37px;
}

.services-page .scheme-block .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-page .scheme-block .list li {
    display: flex;
    align-items: center;
    width: 563px;
    margin-bottom: 44px;
}

.services-page .scheme-block .list li .num {
    font-family: Russo One;
    font-size: 32px;
    line-height: 56px;
    top: 1361px;
    left: 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 36px 0 8px;
    text-align: center;
    color: #00B3FF;
    border: 4px solid #00B3FF;
    border-radius: 50%;
}

.services-page .scheme-block .list li .text {
    font-size: 18px;
    line-height: 30px;
    width: calc(100% - 110px);
    color: #464646;
}

.services-page .feedback-form-wr {
    background: #F9F9F9;
}

.services-page .feedback-form-block {
    padding: 0;
}

.services-page .feedback-form-block form {
    max-width: 100%;
}

.contacts-page {
    margin-top: -158px;
}

.contacts-page .page-markup {
    display: flex;
    flex-wrap: wrap;
}

.contacts-page .page-markup .contacts-block {
    width: 100%;
    margin-bottom: 43px;
}

.contacts-page .page-markup .contacts-block .contacts-block-wr {
    display: flex;
}

.contacts-page .page-markup .contacts-block .division {
    display: flex;
    flex-direction: column;
    width: 33.3%;
}

.contacts-page .page-markup .contacts-block .division .name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.contacts-page .page-markup .contacts-block .division a {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
}

.contacts-page .page-markup .contacts-block .division a svg {
    margin-right: 15px;
}

.contacts-page .page-markup .map {
    width: 50%;
    height: auto;
}

.contacts-page .page-markup .contacts-data {
    width: 50%;
    background: #E6EBF0;
}

.contacts-page .page-markup .contacts-data .contacts {
    padding: 37px 35px 20px;
    background: #F9F9F9;
}

.contacts-page .page-markup .contacts-data .contacts .location,
.contacts-page .page-markup .contacts-data .contacts .time {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contacts-page .page-markup .contacts-data .contacts .location svg,
.contacts-page .page-markup .contacts-data .contacts .time svg {
    margin-top: 2px;
    margin-right: 16px;
}

.contacts-page .page-markup .contacts-data .contacts .location span,
.contacts-page .page-markup .contacts-data .contacts .time span {
    width: calc(100% - 41px);
}

.contacts-page .page-markup .contacts-data .company-details {
    padding: 28px 35px 45px;
}

.contacts-page .page-markup .contacts-data .company-details .wr {
    max-width: 530px;
}

.contacts-page .page-markup .contacts-data .company-details .wr .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 17px;
}

.production-page {
    margin-top: -158px;
}

.production-page .variants-wr {
    overflow-x: hidden;
}

.production-page .variants-wr .variants {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    padding-bottom: 54px;
}

.production-page .variants-wr .variants li {
    width: 360px;
    margin-right: 48px;
    margin-bottom: 64px;
}

.production-page .variants-wr .variants li:hover .photo:before {
    opacity: 1;
}

.production-page .variants-wr .variants li .photo {
    position: relative;
    width: 100%;
    height: 209px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
}

.production-page .variants-wr .variants li .title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 17px;
    padding: 0 27px;
    color: #000;
}

.production-page .variants-wr .variants li .text {
    padding: 0 28px;
}

.production-page .feedback-form-wr {
    background: #F9F9F9;
}

.configurator-page {
    margin-top: -158px;
}

.configurator-page .configurator-wr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 100px;
    opacity: 0;
}

.configurator-page .configurator-wr .steps-list {
    position: relative;
    width: 342px;
    padding: 27px 0 38px;
    background: #F9F9F9;
}

.configurator-page .configurator-wr .steps-list:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 63px;
    height: 100%;
    content: "";
    background: #00B3FF;
}

.configurator-page .configurator-wr .steps-list li {
    position: relative;
    z-index: 1;
    display: flex;
    height: 53px;
}

.configurator-page .configurator-wr .steps-list li.passed .num {
    color: #464646;
    background: #E6EBF0;
}

.configurator-page .configurator-wr .steps-list li.current .num {
    color: #00B3FF;
    background: #FFF;
}

.configurator-page .configurator-wr .steps-list li.current .caption {
    font-weight: bold;
}

.configurator-page .configurator-wr .steps-list li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    text-align: center;
    color: #FFF;
    background: #00B3FF;
}

.configurator-page .configurator-wr .steps-list li .caption {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    color: #000;
}

.configurator-page .configurator-wr .steps-block {
    width: 752px;
    padding-top: 2px;
}

.configurator-page .configurator-wr .steps-block .step {
    margin-bottom: 100px;
}

.configurator-page .configurator-wr .steps-block .step .title-block {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.configurator-page .configurator-wr .steps-block .step .title-block .num {
    margin-right: 3px;
    color: #00B3FF;
}

.configurator-page .configurator-wr .steps-block .step .title-block .title {
    color: #999;
}

.configurator-page .configurator-wr .steps-block .step .subtitle {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 22px;
    color: #000;
}

.configurator-page .configurator-wr .steps-block .step .descr {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}

.configurator-page .configurator-wr .steps-block .step .body .controls label {
    font-size: 20px;
    margin-right: 19px;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .btn-block.with-add-block {
    display: flex;
    align-items: flex-end;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .own-input-block {
    margin: 32px 20px 0 0;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .own-input-block input {
    width: 485px;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .caption {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .place-params {
    display: flex;
    align-items: flex-end;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .place-params label {
    margin-right: 20px;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .place-params label input {
    width: 124px;
}

.configurator-page .configurator-wr .steps-block .step .body .controls .place-params .upload-scheme-btn {
    max-width: 324px;
    height: 60px;
}

.configurator-page .configurator-wr .steps-block .step .body .multi-select-block {
    margin-bottom: 8px;
    margin-left: -24px;
    padding: 26px 24px 28px;
}

.configurator-page .configurator-wr .steps-block .step .body .multi-select-block.selected {
    background: #F9F9F9;
}

.configurator-page .configurator-wr .steps-block .step .body .multi-select-block label {
    display: flex;
    align-items: center;
}

.configurator-page .configurator-wr .steps-block .step .body .multi-select-block .dosage .t {
    font-size: 16px;
    line-height: 20px;
    margin: 26px 0 16px;
    text-transform: uppercase;
}

.configurator-page .configurator-wr .steps-block .step .body .next-btn {
    font-size: 16px;
    margin-top: 38px;
    padding: 0 64px 0 67px;
    letter-spacing: 2.4px;
}

.configurator-page .configurator-wr .steps-block .step .body .next-btn svg {
    top: 16px;
    right: 30px;
    margin-left: 8px;
}

.configurator-page .configurator-wr .final-costs-block {
    width: calc(100% - 420px);
}

.configurator-page .configurator-wr .final-costs-block .title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 1px;
}

.configurator-page .configurator-wr .final-costs-block .btn-wr {
    margin-top: 54px;
    text-align: center;
}

.configurator-page .configurator-wr .final-costs-block .specs li {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    min-height: 50.5px;
    padding: 0 18px;
    transition: 0.2s;
    box-shadow: none;
}

.configurator-page .configurator-wr .final-costs-block .specs li.head {
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
}

.configurator-page .configurator-wr .final-costs-block .specs li:nth-child(2n+2) {
    background: #F9F9F9;
}

.configurator-page .configurator-wr .final-costs-block .specs li .name {
    width: 379px;
}

.configurator-page .configurator-wr .final-costs-block .specs li .count {
    width: 161px;
}

.configurator-page .configurator-wr .final-costs-block .specs li .price {
    width: 200px;
}

.configurator-page .configurator-wr .feedback-form-block {
    width: 100%;
    margin: 0 auto;
    padding: 52px 0 64px;
}

.configurator-page .configurator-wr .personal-data-form .h1,
.configurator-page .configurator-wr .personal-data-form .page-title {
    text-align: center;
}

.configurator-page .configurator-wr .personal-data-form .error {
    font-size: 16px;
    color: red;
}

.configurator-page .configurator-wr .final-block {
    width: 100%;
    max-width: 794px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    background: #F9F9F9;
}

.configurator-page .configurator-wr .final-block .title {
    margin-bottom: 13px;
}

.configurator-page .configurator-wr .final-block .mail {
    color: #00B3FF;
}

.configurator-page .configurator-wr .final-block .mail:hover {
    text-decoration: underline;
}

.configurator-page .configurator-wr .final-block .t1 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 24px;
}

.configurator-page .configurator-wr .final-block .t2 {
    font-size: 18px;
    line-height: 30px;
}

.equipment-factories-page .variants-wr {
    overflow-x: hidden;
}

.equipment-factories-page .variants-wr .variants {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    padding-bottom: 54px;
}

.equipment-factories-page .variants-wr .variants li {
    width: 360px;
    margin-right: 48px;
    margin-bottom: 64px;
}

.equipment-factories-page .variants-wr .variants li .photo {
    width: 100%;
    height: 209px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
}

.equipment-factories-page .variants-wr .variants li .title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 17px;
    padding: 0 27px;
    color: #000;
}

.equipment-factories-page .variants-wr .variants li .text {
    padding: 0 28px;
}

.equipment-factories-page .feedback-form-wr {
    background: #F9F9F9;
}

.production-landing-page {
    margin-top: -158px;
}

.production-landing-page .about-top-slider {
    position: relative;
    height: 670px;
    margin-bottom: 61px;
}

.production-landing-page .about-top-slider .top-slide {
    height: 670px;
}

.production-landing-page .about-top-slider .top-slide .title {
    line-height: 1.2;
    max-width: 600px;
    margin: 21px auto 17px;
    letter-spacing: 0px;
}

.production-landing-page .about-top-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: #000;
}

.production-landing-page .content {
    width: 776px;
    margin: 0 auto;
}

.production-landing-page .content h2 {
    font-family: Russo One;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 29px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.production-landing-page .content .lead-text {
    font-size: 22px !important;
    line-height: 37px;
    margin-bottom: 35px;
    color: #464646;
}

.production-landing-page .content p {
    margin-bottom: 24px;
}

.production-landing-page .content img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin: 44px 0 37px;
}

.production-landing-page .thematic-blocks {
    padding-top: 80px;
}

.production-landing-page .thematic-blocks .thematic-block {
    display: flex;
    align-items: flex-start;
}

.production-landing-page .thematic-blocks .thematic-block:not(:last-child) {
    margin-bottom: 80px;
}

.production-landing-page .thematic-blocks .thematic-block:nth-child(2n+1) .content-wr {
    margin-right: 63px;
}

.production-landing-page .thematic-blocks .thematic-block:nth-child(2n) {
    flex-direction: row-reverse;
}

.production-landing-page .thematic-blocks .thematic-block:nth-child(2n) .bg {
    margin-right: 60px;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr {
    width: 540px;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr .title {
    font-family: Russo One;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr .lead-text {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 24px;
    color: #464646;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr p {
    margin-bottom: 24px;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr .number-caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #000;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr .number-caption:after {
    display: block;
    width: 63px;
    height: 6px;
    margin-top: 10px;
    content: "";
    background: #00B3FF;
}

.production-landing-page .thematic-blocks .thematic-block .content-wr .number {
    font-family: Russo One;
    font-size: 24px;
    color: #000;
}

.production-landing-page .thematic-blocks .thematic-block .bg {
    width: 574px;
}

.production-landing-page .photos {
    padding-bottom: 40px;
}

.production-landing-page .prm-block {
    position: relative;
    height: 543px;
    margin-top: 83px;
    color: #FFF;
    background-position: center;
    background-size: cover;
}

.production-landing-page .prm-block:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.production-landing-page .prm-block .wr {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.production-landing-page .prm-block .wr .title {
    font-family: Russo One;
    font-size: 64px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.production-landing-page .prm-block .wr .subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    height: 36px;
    margin-top: 15px;
    padding: 0 27px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid #00B3FF;
}

.production-landing-page .prm-block .wr .btn {
    margin-top: 53px;
    padding: 0 68px;
}

.production-landing-page .icon-prefs-block-wr {
    padding: 80px 0 50px;
}

.production-landing-page .feedback-form-wr {
    background: #F9F9F9;
}

.production-landing-page .number-prefs-wr {
    margin-bottom: 49px;
    background: #F9F9F9;
}

.terms-page .page-title {
    margin-top: 60px;
}

.terms-page .p {
    margin-bottom: 1em;
}

.terms-page .content {
    max-width: 800px;
    margin-bottom: 150px;
    text-align: justify;
}

.terms-page h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.terms-page a {
    color: #00B3FF;
}

.terms-page a:hover {
    text-decoration: underline;
}

.equipment-page {
    margin-top: -158px;
}

.equipment-page .equipment-title-wr {
    display: none;
}

.equipment-page .about-top-slider {
    color: #FFF;
}

.equipment-page .about-top-slider .msg {
    margin-bottom: 32px;
    text-align: center;
}

.equipment-page .about-top-slider .link-to-configurator {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
}

.equipment-page .about-top-slider .link-to-configurator:hover span {
    border-bottom-color: transparent;
}

.equipment-page .about-top-slider .link-to-configurator svg {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.equipment-page .about-top-slider .link-to-configurator span {
    padding-bottom: 2px;
    transition: 0.2s;
    border-bottom: 4px solid #00B3FF;
}

.label-block {
    display: block;
}
#away-popup{
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 99;
}


.popup.is-open {
    display: block;
}
#away-popup .wr .btn{
    margin: 0 auto;
    display: block;
    max-width: fit-content;
    display: flex;
    max-width: fit-content;
    width: 100%;
    justify-content: center;
}
#away-popup .wr .btn svg{
    width: 16px;
    height: auto;
    margin-left: 3px;
}
.away-desc{
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

#away-popup  .btn-wr label{
    margin-top: 15px;
    display: block;
}

#away-popup .wr .title{
    font-family: Russo One;
    line-height: 1.3;
}

.lizing-btn{
    margin-top: 15px;
    width: 100%;
}

.text-descr iframe{
    width: 100%;
}

.main-banner{
    background: #252525;
    color: #fff;
    padding: 100px 0;
    padding-top: 240px;
    position: relative;
}


.main-banner:after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: #010F14;
}

.main-banner .center-block{
    z-index: 2;
}


.main-banner-title{
    font-family: Russo One;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
 .main-banner .facts {
    display: flex;
    margin-top: 27px;
}

.main-banner .facts li {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    width: 236px;
    margin-right: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-banner .facts li .color {
    color: #00B3FF;
}
.main-banner .facts li:after {
    display: block;
    width: 59px;
    height: 4px;
    margin-top: 10px;
    content: "";
    background: #00B3FF;
}

.main-banner-list{
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    max-width: 727px;
}

.main-banner-list li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-banner .btn-big{
color: #fff;
}

.main-banner .bt-block{
    gap: 25px;
    display: flex;
    margin-bottom: 45px;
}

@media screen and (max-width: 1200px) {
    .center-block {
        width: 1024px;
        padding: 0 38px;
    }

    header .top-block .top-block-wr .logo {
        margin: 13px 30px 0 2px;
    }

    header .top-block .top-block-wr .logo svg {
        width: 150px;
        height: 34px;
    }

    header .top-block .top-block-wr .lang-selector {
        margin-right: 52px;
    }

    header .top-block .top-block-wr .address {
        align-items: center;
        margin-right: 53px;
    }

    header .top-block .top-block-wr .address .location-selector {
        font-size: 16px;
    }

    header .top-block .top-block-wr .icons {
        margin-right: 34px;
    }

    header .top-block .top-block-wr .icons sapn {
        margin-right: 7px;
    }

    header .top-block .top-block-wr .icons .viber {
        margin-right: 9px;
    }

    header .top-block .top-block-wr .icons .whatsapp {
        margin-right: 4px;
    }

    header .top-block .top-block-wr .icons .phone {
        font-size: 18px;
    }

    header .top-block .top-block-wr .icons .phone svg {
        margin-right: 4px;
    }

    header .top-block .top-block-wr .feedback-btn {
        font-size: 14px;
        line-height: 43px;
        padding: 0 17px;
        letter-spacing: 2px;
    }

    footer .main-menu {
        padding: 36px 40px 49px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .news-page .news-wr .news-list .news-preview-block {
        margin: 0 23px 61px 0;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .about-page .about-block {
        align-items: stretch;
    }

    .about-page .about-block .left-bl {
        width: 533px;
        padding-left: 13px;
    }

    .about-page .about-block .our-mission-block {
        width: 382px;
        margin: 7px 2px 0 0;
        padding: 38px 37px 0 39px;
    }

    .about-page .history-block-wr2 .arrow {
        display: none;
    }

    .about-page .history-block-wr2 .history-block-wr {
        overflow-x: auto;
        width: 100%;
    }

    .about-page .photos-slider-block {
        margin-bottom: 60px;
    }

    .about-page .photos-slider-block .slider .slide img {
        width: 300px;
    }

    .about-page .icon-prefs-block-wr .icon-prefs-block .icon-prefs li {
        width: 201px;
        margin: 0 19px 61px;
    }

    .about-page .number-prefs-block {
        padding: 46px 0;
    }

    .about-page .docs-block .docs-list li {
        width: 186px;
        margin: 0 25px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .index-page .top-slider .slick-arrow.slick-prev {
        margin-left: -468px;
    }

    .index-page .top-slider .slick-arrow.slick-next {
        margin-left: -331px;
    }

    .index-page .top-slider .top-slide .video-bg {
        background-position: center;
        background-size: cover;
    }

    .index-page .top-slider .top-slide .video-bg video {
        display: none;
    }

    .index-page .catalog-wr {
        padding: 72px 0 41px;
    }

    .index-page .frying-service-block .wr {
        padding-top: 63px;
    }

    .index-page .frying-service-block .wr .info {
        width: 387px;
    }

    .index-page .frying-service-block .wr .info .title {
        font-size: 32px;
        line-height: 1.34;
        margin-bottom: 20px;
    }

    .index-page .frying-service-block .wr .info .text {
        margin-bottom: 33px;
    }

    .index-page .frying-service-block .wr .services-list {
        width: 534px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .clients-page .our-clients-block {
        padding: 42px 0 37px;
    }

    .clients-page .our-clients-block .slider .brands {
        height: 313px;
    }

    .clients-page .reviews-block .reviews-block-wr {
        padding: 0;
    }

    .clients-page .reviews-block .title {
        margin-bottom: 9px;
    }

    .clients-page .reviews-block .slider .reviews .review {
        margin: 0 auto 62px;
        padding-left: 161px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .contacts-page .page-title {
        margin-bottom: 20px;
    }

    .contacts-page .page-markup .map {
        width: 49%;
    }

    .contacts-page .page-markup .contacts-data {
        width: 51%;
    }

    .contacts-page .page-markup .contacts-data .contacts {
        padding: 37px 20px 21px 52px;
    }

    .contacts-page .page-markup .contacts-data .contacts .location,
    .contacts-page .page-markup .contacts-data .contacts .time {
        align-items: flex-start;
        margin-bottom: 11px;
    }

    .contacts-page .page-markup .contacts-data .company-details {
        padding: 28px 51px 29px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .product-page .product-name {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 8px;
    }

    .product-page .page-markup {
        padding: 0;
    }

    .product-page .page-markup .main-content {
        width: 100%;
    }

    .product-page .page-markup .main-content .slider-block {
        margin-bottom: 27px;
    }

    .product-page .page-markup .main-content .slider-block .top {
        padding-right: 0;
    }

    .product-page .page-markup .main-content .slider-block .slider {
        height: 568px;
        margin-bottom: 0;
    }

    .product-page .page-markup .main-content .slider-block .slider li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 568px;
    }

    .product-page .page-markup .main-content .performance-block-wr {
        display: block;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block {
        margin-bottom: 42px;
        padding: 34px 60px 46px 42px;
        background: #F9F9F9;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .t {
        width: 100%;
        margin-bottom: 19px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .performance {
        width: 500px;
        margin-bottom: 19px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .btns-wr {
        width: 263px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .btns-wr .download-passport-link {
        padding-right: 11px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .link-wr {
        text-align: left;
    }

    .product-page .page-markup .main-content .icon-prefs-block .icon-prefs {
        width: calc(100% + 70px);
    }

    .product-page .page-markup .main-content .icon-prefs-block .icon-prefs li {
        width: 187px;
        margin: 0 67px 46px 0;
    }

    .product-page .page-markup .main-content .main-params-block {
        padding: 40px 33px;
    }

    .product-page .page-markup .main-content .specs-block {
        padding: 27px 0 80px;
    }

    .product-page .page-markup .floated-info-block {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .service-page .warranty-block,
    .service-page .post-warranty-block {
        padding: 52px 0 76px;
    }

    .service-page .warranty-block .title,
    .service-page .post-warranty-block .title {
        margin-bottom: 40px;
    }

    .service-page .warranty-block .list,
    .service-page .post-warranty-block .list {
        padding: 0 31px;
    }

    .service-page .start-block {
        margin-bottom: 21px;
        padding: 73px 0 69px;
    }

    .service-page .post-warranty-block .title {
        margin-bottom: 74px;
    }

    .service-page .post-warranty-block .list li .t1 {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .services-page .page-title {
        margin-bottom: 9px;
    }

    .services-page .top-block .bg {
        width: 537px;
        height: 212px;
        margin-top: 3px;
    }

    .services-page .scheme-block .title {
        margin-bottom: 41px;
        text-align: center;
    }

    .services-page .scheme-block .list {
        max-width: 621px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .configurator-page .page-title {
        margin-bottom: 25px;
    }

    .configurator-page .configurator-wr .steps-list {
        width: 301px;
    }

    .configurator-page .configurator-wr .steps-block {
        width: 607px;
    }

    .configurator-page .configurator-wr .steps-block .step {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .production-landing-page .content {
        width: 100%;
    }

    .production-landing-page .prm-block {
        height: 423px;
    }

    .production-landing-page .prm-block .wr .title {
        font-size: 44px;
    }

    .production-landing-page .thematic-blocks .thematic-block {
        flex-direction: column !important;
    }

    .production-landing-page .thematic-blocks .thematic-block .content-wr {
        width: 100% !important;
        margin: 0 0 32px;
    }

    .production-landing-page .thematic-blocks .thematic-block .bg {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .production-landing-page .thematic-blocks .thematic-block .bg img {
        max-width: 100%;
    }

    .production-landing-page .photos .slick-slide {
        padding: 0 15px;
    }

    .production-landing-page .photos img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .equipment-factories-page .variants-wr .variants {
        padding-bottom: 31px;
    }

    .equipment-factories-page .variants-wr .variants li {
        width: 303px;
        margin-right: 19px;
    }

    .equipment-factories-page .variants-wr .variants li .title {
        margin-bottom: 18px;
        padding: 0 25px;
    }

    .equipment-factories-page .variants-wr .variants li .text {
        line-height: 1.61;
        padding: 0 25px;
    }
}

@media screen and (max-width: 1023px) {
    #page-wrapper #page-wrapper2 {
        padding-bottom: 381px;
    }

    .center-block {
        width: 768px;
        padding: 0 33px;
    }

    body.mobile-menu-showed {
        background: #000;
    }

    body.mobile-menu-showed header .top-block .top-block-wr .short-phone {
        display: none;
    }

    body.mobile-menu-showed #page-wrapper #page-wrapper2 {
        padding-bottom: 0;
    }

    body.mobile-menu-showed main,
    body.mobile-menu-showed footer {
        display: none;
    }

    body.transparent-header header .top-block .menu-icon i {
        background: #FFF;
    }

    header {
        height: 104px;
        margin-bottom: 5px;
    }

    header .top-block .top-block-wr {
        height: 97px;
        padding: 10px 28px 0 33px;
    }

    header .top-block .top-block-wr .logo {
        margin: 9px 24px 0 -8px;
    }

    header .top-block .top-block-wr .logo svg {
        width: 158px;
        height: 36px;
    }

    header .top-block .top-block-wr .lang-selector {
        margin-right: 24px;
    }

    header .top-block .top-block-wr .address {
        margin-right: 26px;
    }

    header .top-block .top-block-wr .feedback-btn {
        display: none;
    }

    header .top-block .top-block-wr .icons {
        margin-right: 21px;
    }

    header .top-block .top-block-wr .menu-icon {
        display: block;
        width: 29px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    header .top-block .top-block-wr .menu-icon.showed {
        top: 0;
        left: 3px;
    }

    header .top-block .top-block-wr .menu-icon.showed i:nth-child(1) {
        transform: rotate(45deg) scaleX(1.08);
    }

    header .top-block .top-block-wr .menu-icon.showed i:nth-child(2) {
        transform: scaleX(0);
    }

    header .top-block .top-block-wr .menu-icon.showed i:nth-child(3) {
        transform: rotate(-45deg) scaleX(1.08);
    }

    header .top-block .top-block-wr .menu-icon i {
        display: block;
        height: 4px;
        transition: 0.3s;
        transform-origin: left center;
        background: #000;
    }

    header .top-block .top-block-wr .menu-icon i:not(:last-child) {
        margin-bottom: 7px;
    }

    header .main-menu {
        display: none;
    }

    footer {
        display: flex;
        flex-wrap: wrap;
        height: 381px;
        margin-top: -381px;
        padding-top: 60px;
    }

    footer .main-menu {
        align-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 50%;
        height: 210px;
        padding: 0;
        padding-left: 34px;
    }

    footer .main-menu a {
        width: 181px;
        margin-bottom: 24px;
    }

    footer .middle-block {
        width: 50%;
        padding: 0;
        border: 0;
    }

    footer .middle-block .middle-block-wr {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    footer .middle-block .middle-block-wr .bl {
        width: 100%;
        margin-bottom: 22px;
    }

    footer .middle-block .middle-block-wr .bl .icon-wr {
        width: 22px;
    }

    footer .middle-block .middle-block-wr .bl .text {
        width: calc(100% - 42px);
    }

    footer .bottom-block {
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .news-page .news-wr .news-list {
        width: 100%;
    }

    .news-one-page .news-list-block {
        padding-bottom: 60px;
    }

    .news-one-page .news-list-block .news-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 60px 0 10px;
    }

    .news-one-page .news-list-block .news-list li {
        margin: 0 0 41px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .clients-page .reviews-block .slider .reviews .review {
        margin: 0 auto 57px;
        padding: 0 50px 0 91px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .about-page .about-block {
        flex-direction: column;
    }

    .about-page .about-block .left-bl {
        width: 100%;
        margin-bottom: 35px;
        padding: 0;
    }

    .about-page .about-block .our-mission-block {
        width: 100%;
        padding: 34px 59px 49px;
    }

    .about-page .photos-slider-block {
        margin-bottom: 49px;
    }

    .about-page .photos-slider-block .slider .slide img {
        width: 340px;
    }

    .about-page .icon-prefs-block-wr {
        margin-bottom: 22px;
    }

    .about-page .number-prefs-block {
        margin-bottom: 72px;
    }

    .about-page .docs-block {
        margin-bottom: 53px;
    }

    .about-page .docs-block .descr {
        margin: 0 auto 47px;
    }

    .about-page .docs-block .docs-list li {
        margin: 0 25px 39px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .index-page .top-slider-wr .slider-nav-container {
        top: 184px;
    }

    .index-page .top-slider-wr .top-slider {
        height: 723px;
    }

    .index-page .top-slider-wr .top-slider .top-slide {
        height: 723px;
        padding-top: 256px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .title {
        font-size: 44px;
        line-height: 57px;
    }

    .index-page .number-prefs-block {
        margin-bottom: 47px;
        padding: 0;
    }

    .index-page .catalog-wr {
        padding: 52px 0 41px;
    }

    .index-page .frying-service-block {
        padding-bottom: 20px;
    }

    .index-page .frying-service-block .wr {
        flex-direction: column;
        padding-top: 60px;
    }

    .index-page .frying-service-block .wr .info {
        width: 100%;
        padding: 0 35px 0 55px;
    }

    .index-page .frying-service-block .wr .info .title {
        margin-bottom: 16px;
    }

    .index-page .frying-service-block .wr .info .text {
        margin-bottom: 33px;
    }

    .index-page .frying-service-block .wr .info .to-page-btn {
        display: none;
    }

    .index-page .frying-service-block .wr .services-list {
        width: 100%;
        padding: 13px 41px;
    }

    .index-page .frying-service-block .wr .services-list li .icons {
        width: 259px;
        padding: 5px 0 13px 14px;
    }

    .index-page .frying-service-block .wr .services-list li .icons svg:not(:last-child) {
        margin-right: 37px;
    }

    .index-page .frying-service-block .wr .services-list li .name {
        padding: 2px 0 0 42px;
    }

    .index-page .frying-service-block .wr .to-page-btn {
        display: inline-flex;
        width: 290px;
        margin: 40px auto;
        color: #FFF;
    }

    .index-page .our-clients-block {
        padding: 52px 0 33px;
    }

    .index-page .reviews-block .slider .centered-slider-nav {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .service-page .warranty-block,
    .service-page .post-warranty-block {
        padding: 34px 0 77px;
    }

    .service-page .warranty-block .list,
    .service-page .post-warranty-block .list {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 22px;
    }

    .service-page .warranty-block .list li .icon,
    .service-page .post-warranty-block .list li .icon {
        margin-bottom: 20px;
    }

    .service-page .warranty-block .list li .icon .icon-wr .content .years,
    .service-page .post-warranty-block .list li .icon .icon-wr .content .years {
        margin-bottom: -22px;
    }

    .service-page .warranty-block .list li .icon svg,
    .service-page .post-warranty-block .list li .icon svg {
        width: 108.57px;
        height: 135px;
    }

    .service-page .start-block {
        padding: 53px 0 56px;
    }

    .service-page .start-block .title {
        margin-bottom: 52px;
    }

    .service-page .start-block .list li .icon svg {
        width: 110px;
        height: 110px;
    }

    .service-page .post-warranty-block .title {
        line-height: 1.2;
        max-width: 390px;
        margin: 6px auto 49px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .contacts-page .page-title {
        margin-bottom: 15px;
    }

    .contacts-page .page-markup .map {
        width: 434px;
    }

    .contacts-page .page-markup .contacts-block {
        width: 334px;
        margin-bottom: 0;
    }

    .contacts-page .page-markup .contacts-block .contacts-block-wr {
        flex-direction: column;
        width: 100%;
        padding-bottom: 13px;
    }

    .contacts-page .page-markup .contacts-block .contacts-block-wr .division {
        width: 100%;
        margin-bottom: 14px;
    }

    .contacts-page .page-markup .contacts-block .contacts-block-wr .division .name {
        margin-bottom: 17px;
    }

    .contacts-page .page-markup .contacts-data {
        display: flex;
        width: 100%;
    }

    .contacts-page .page-markup .contacts-data .contacts {
        width: 334px;
        padding: 37px 32px 20px;
    }

    .contacts-page .page-markup .contacts-data .contacts .location,
    .contacts-page .page-markup .contacts-data .contacts .time {
        margin-bottom: 25px;
    }

    .contacts-page .page-markup .contacts-data .company-details {
        width: 434px;
        padding: 40px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .partners-page .feedback-form-block {
        padding: 0 33px 0;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .services-page .top-block {
        flex-direction: column;
    }

    .services-page .top-block .text-wr {
        width: 100%;
        margin-bottom: 34px;
    }

    .services-page .top-block .bg {
        width: 100%;
        height: 323px;
        margin: 0;
    }

    .services-page .cost-calc-block-wr {
        padding: 0;
    }

    .services-page .cost-calc-block-wr .title {
        padding: 0 20px;
        text-align: center;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .form-wr {
        display: block;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .main {
        width: 100%;
        padding: 20px 0;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .main .selector {
        padding: 0 33px;
        background: transparent;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .input-block {
        padding: 0 20px;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .add-services {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .equipment-factories-page .variants-wr .variants {
        padding-bottom: 0;
    }

    .equipment-factories-page .variants-wr .variants li {
        width: 344px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .product-page .page-markup .main-content .composition-block .block-wr {
        grid-template-columns: 1fr;
        grid-row-gap: 92px;
    }

    .product-page .page-markup .main-content .main-params-block {
        padding: 40px 16px;
    }

    .product-page .page-markup .main-content .main-params-block .bl {
        width: 223px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block {
        position: relative;
        padding: 28px 40px 47px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .link-wr {
        margin-top: 32px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr {
        margin-bottom: 0;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .btns-wr .download-passport-link {
        padding-right: 0;
    }

    .product-page .other-products .products .product-cart {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .configurator-page .configurator-wr {
        flex-direction: column;
    }

    .configurator-page .configurator-wr .steps-list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 48px;
        padding: 0;
        background: #00B3FF;
    }

    .configurator-page .configurator-wr .steps-list li {
        flex: 1;
        justify-content: center;
    }

    .configurator-page .configurator-wr .steps-list li .caption {
        display: none;
    }

    .configurator-page .configurator-wr .steps-list li .num {
        width: 100%;
    }

    .configurator-page .configurator-wr .steps-block {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #page-wrapper #page-wrapper2 {
        padding-bottom: 1181px;
    }

    .center-block {
        width: 320px;
        width: 100%;
        padding: 0 20px;
    }

    body.transparent-header header .top-block .top-block-wr .short-phone svg * {
        fill: #FFF;
    }

    header {
        height: 83px;
        margin-bottom: 0;
    }

    header .top-block .top-block-wr {
        height: 77px;
        padding: 10px 19px 0 25px;
    }

    header .top-block .top-block-wr .logo {
        margin: 9px -1px 0 -5px;
    }

    header .top-block .top-block-wr .logo svg {
        width: 144.8px;
        height: 32.91px;
    }

    header .top-block .top-block-wr .short-phone {
        display: block;
    }

    header .top-block .top-block-wr .short-phone svg {
        display: block;
    }

    header .top-block .top-block-wr .lang-selector,
    header .top-block .top-block-wr .feedback-btn,
    header .top-block .top-block-wr .phone,
    header .top-block .top-block-wr .address,
    header .top-block .top-block-wr .icons {
        display: none;
    }

    header .top-block .top-block-wr .menu-icon {
        position: relative;
        z-index: 2;
    }

    footer {
        flex-direction: column;
        height: 1181px;
        margin-top: -1181px;
        padding-top: 45px;
    }

    footer .main-menu {
        width: 100%;
        height: auto;
        margin: 0 0 12px;
        padding: 0;
    }

    footer .main-menu a {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 31.5px;
        text-align: center;
    }

    footer .middle-block {
        width: 100%;
        padding: 0 0 15px;
    }

    footer .middle-block .middle-block-wr {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }

    footer .middle-block .middle-block-wr .bl {
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: center;
    }

    footer .middle-block .middle-block-wr .bl .icon-wr {
        width: 22px;
        margin: 0 0 14px !important;
    }

    footer .bottom-block {
        flex-direction: column;
        justify-content: flex-start;
        height: 236px;
        padding-top: 40px;
    }

    footer .bottom-block .terms {
        margin-bottom: 40px;
    }

    footer .bottom-block .copy {
        margin-bottom: 42px;
    }

    footer .bottom-block .developers {
        flex-direction: column-reverse;
        padding: 0;
    }

    footer .bottom-block .developers .dash {
        display: none;
    }

    footer .bottom-block .developers svg {
        margin: 0 0 13px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .news-page {
        padding-bottom: 100px;
    }

    .news-page .title-wr {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 36px;
    }

    .news-page .title-wr nav {
        width: calc(100% + 40px);
        margin: 20px 0 0 -20px;
    }

    .news-page .title-wr nav * {
        padding: 0 11px;
    }

    .news-page .news-wr .news-list .news-preview-block {
        margin: 0 0 36px;
    }

    .news-page .news-wr .show-more-news-wr .load-more-btn {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .clients-page .our-clients-block {
        padding: 18px 0 47px;
    }

    .clients-page .reviews-block .reviews-block-wr {
        padding: 0 20px;
    }

    .clients-page .reviews-block .reviews-block-wr .title {
        margin-bottom: 38px;
    }

    .clients-page .reviews-block .reviews-block-wr .reviews .review {
        display: block !important;
        padding: 0;
    }

    .clients-page .reviews-block .reviews-block-wr .reviews .review:not(:last-child):after {
        display: block;
        width: 70px;
        height: 2px;
        margin: 20px auto;
        content: "";
        background: #464646;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .product-page .breadcrumbs-wr .breadcrumbs li:first-child a:after {
        display: inline-block;
    }

    .product-page .breadcrumbs-wr .breadcrumbs li:last-child {
        display: none;
    }

    .product-page .breadcrumbs-wr .breadcrumbs li a:after {
        display: none;
    }

    .product-page .product-name {
        font-size: 28px;
        line-height: 34px;
    }

    .product-page .page-markup .main-content .slider-block {
        position: relative;
        padding-bottom: 40px;
    }

    .product-page .page-markup .main-content .slider-block .top {
        margin-bottom: 0;
    }

    .product-page .page-markup .main-content .slider-block .top .slider-nav-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
    }

    .product-page .page-markup .main-content .slider-block .slider {
        height: 200px;
    }

    .product-page .page-markup .main-content .performance-block-wr {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block {
        position: relative;
        margin-bottom: 37px;
        padding: 0;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 31px;
        padding: 34px 20px 21px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .t {
        width: 100%;
        margin-bottom: 17px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .performance {
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .performance li {
        width: 100%;
        margin: 0 0 20px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .performance li .name {
        width: 165px;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .info-wr .btns-wr {
        width: 100%;
    }

    .product-page .page-markup .main-content .performance-block-wr .performance-block .link-wr {
        padding: 30px 0;
        text-align: center;
        background: #FFF;
        margin-top: 16px;
    }

    .product-page .page-markup .main-content .title-2 {
        font-size: 24px;
        line-height: 34px;
    }

    .product-page .page-markup .main-content .icon-prefs-block .icon-prefs {
        width: 100%;
        padding: 40px 0;
    }

    .product-page .page-markup .main-content .icon-prefs-block .icon-prefs li {
        width: 100%;
        margin: 0 0 20px;
    }

    .product-page .page-markup .main-content .main-params-block {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 40px 46px;
    }

    .product-page .page-markup .main-content .main-params-block .bl {
        width: 100%;
    }

    .product-page .page-markup .main-content .main-params-block .bl:not(:last-child) {
        margin-bottom: 44px;
    }

    .product-page .page-markup .main-content .specs-block {
        padding: 27px 0 10px;
    }

    .product-page .page-markup .main-content .specs-block .specs {
        width: calc(100% + 40px);
        margin-left: -20px;
        display: flex;
        flex-direction: column;
    }

    .product-page .page-markup .main-content .specs-block .specs li {
        display: block;
        height: auto;
        padding: 10px 20px;
    }

    .product-page .page-markup .main-content .specs-block .specs li:nth-child(2n+1) {
        background: #F9F9F9;
    }

    .product-page .page-markup .main-content .specs-block .specs li div {
        background: transparent !important;
        width: 100%;
        padding: 0;
    }

    .product-page .other-products {
        padding-bottom: 60px;
    }

    .product-page .other-products .products .product-cart {
        margin: 0 0 32px;
    }

    .product-page .other-products .products .product-cart:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .index-page .top-slider-wr .slider-nav-container {
        top: 174px;
        left: 0;
        justify-content: center;
        width: 100%;
    }

    .index-page .top-slider-wr .top-slider {
        height: 643px;
        margin-bottom: 45px;
    }

    .index-page .top-slider-wr .top-slider .top-slide {
        height: 643px;
        padding-top: 214px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .wr {
        height: 100%;
    }

    .index-page .top-slider-wr .top-slider .top-slide .content-block {
        min-height: 270px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 13px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .list li {
        font-size: 18px;
        line-height: 29px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .text-descr {
        font-size: 18px;
        line-height: 28px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .type {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 1px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .facts {
        display: block;
        margin-top: 0;
    }

    .index-page .top-slider-wr .top-slider .top-slide .facts li {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .index-page .top-slider-wr .top-slider .top-slide .facts li:not(:last-child) {
        margin-bottom: 20px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .facts li:after {
        margin-top: 7px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .bt-block {
        display: flex;
        flex-direction: column;
    }

    .index-page .top-slider-wr .top-slider .top-slide .bt-block .details-btn {
        /*position: absolute;*/
        /*bottom: 0;*/
        /*width: 100%;*/
        /*margin-right: 0;*/
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .index-page .top-slider-wr .top-slider .top-slide .bt-block .video-btn {
        width: 100%;
    }

    .index-page .number-prefs-block {
        margin-bottom: 11px;
    }

    .index-page .number-prefs-block .number-prefs-wr {
        padding: 0 0 11px;
    }

    .index-page .catalog-wr {
        padding: 48px 0 41px;
    }

    .index-page .icon-prefs-block-wr {
        margin-bottom: 0;
    }

    .index-page .frying-service-block .wr {
        padding-top: 60px;
    }

    .index-page .frying-service-block .wr .info {
        padding: 0;
    }

    .index-page .frying-service-block .wr .info .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
        letter-spacing: 0.5px;
    }

    .index-page .frying-service-block .wr .info .text {
        margin-bottom: 29px;
    }

    .index-page .frying-service-block .wr .services-list {
        padding: 0;
    }

    .index-page .frying-service-block .wr .services-list li {
        position: relative;
        align-items: flex-start;
        flex-direction: column-reverse;
        margin-bottom: 8px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .index-page .frying-service-block .wr .services-list li .name {
        margin-bottom: 8px;
        padding: 0;
    }

    .index-page .frying-service-block .wr .services-list li .name .info-icon {
        position: absolute;
        right: 0;
        bottom: 16px;
    }

    .index-page .frying-service-block .wr .services-list li .icons {
        width: 100%;
        padding: 0;
        border-right: 0;
    }

    .index-page .frying-service-block .wr .services-list li .icons .empty-icon {
        display: none;
    }

    .index-page .frying-service-block .wr .services-list li .icons svg:not(:last-child) {
        margin-right: 12px;
    }

    .index-page .frying-service-block .wr .to-page-btn {
        justify-content: center;
        width: 100%;
        margin: 23px auto 40px;
        padding: 0;
    }

    .index-page .our-clients-block {
        padding: 48px 0 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .about-page .about-block .left-bl .t {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .about-page .about-block .our-mission-block {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 34px 20px 54px;
    }

    .about-page .about-block .our-mission-block .title {
        font-size: 26px;
        line-height: 37px;
    }

    .about-page .photos-slider-block {
        margin-bottom: 41px;
        padding: 0;
    }

    .about-page .icon-prefs-block-wr .title {
        margin: 0 auto 41px;
    }

    .about-page .icon-prefs-block-wr .icon-prefs-block .icon-prefs {
        width: 100%;
    }

    .about-page .icon-prefs-block-wr .icon-prefs-block .icon-prefs li {
        width: 280px;
        margin: 0 auto 46px;
    }

    .about-page .icon-prefs-block-wr .icon-prefs-block .icon-prefs li .icon {
        margin-bottom: 23px;
    }

    .about-page .number-prefs-block {
        margin-bottom: 60px;
    }

    .about-page .docs-block {
        margin-bottom: 48px;
    }

    .about-page .docs-block .docs-list li {
        width: 200px;
        margin: 0 auto 23px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .contacts-page .page-title {
        margin-bottom: 23px;
    }

    .contacts-page .page-markup {
        flex-direction: column-reverse;
    }

    .contacts-page .page-markup .contacts-block {
        width: 100%;
    }

    .contacts-page .page-markup .map {
        width: 100%;
        height: 373px;
    }

    .contacts-page .page-markup .contacts-data {
        flex-direction: column;
    }

    .contacts-page .page-markup .contacts-data .contacts {
        width: 100%;
        padding: 32px 20px 8px;
    }

    .contacts-page .page-markup .contacts-data .company-details {
        width: 100%;
        padding: 39px 20px 46px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .configurator-page .configurator-wr .steps-list {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .configurator-page .configurator-wr .steps-block .step {
        margin-bottom: 60px;
    }

    .configurator-page .configurator-wr .steps-block .step .title-block {
        font-size: 16px;
        line-height: 23px;
    }

    .configurator-page .configurator-wr .steps-block .step .subtitle {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .configurator-page .configurator-wr .steps-block .step .body .multi-select-block {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls {
        flex-wrap: wrap;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .place-params label {
        width: 100%;
        margin: 0 0 20px;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .place-params label input {
        width: 100%;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .switches {
        display: flex;
        flex-wrap: wrap;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .switches label {
        margin: 0px 30px 16px 0;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .own-input-block {
        margin: 20px 0 0;
    }

    .configurator-page .configurator-wr .steps-block .step .body .controls .own-input-block input {
        width: 100%;
    }

    .configurator-page .configurator-wr .steps-block .step .body .next-btn {
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .configurator-page .configurator-wr .final-block {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .partners-page .feedback-form-block {
        padding: 0 20px 0;
    }

    .partners-page .wr .descr {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
        text-align: center;
    }

    .partners-page .wr form .btn-wr button {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .service-page {
        margin-top: -83px;
    }

    .service-page .about-top-slider {
        height: 446px;
    }

    .service-page .about-top-slider .top-slide {
        height: 446px;
        padding-top: 141px;
    }

    .service-page .warranty-block,
    .service-page .post-warranty-block {
        padding: 48px 0 8px;
    }

    .service-page .warranty-block .list,
    .service-page .post-warranty-block .list {
        flex-direction: column;
        padding: 0;
    }

    .service-page .warranty-block .list li,
    .service-page .post-warranty-block .list li {
        width: 210px;
        margin: 0 auto 49px;
    }

    .service-page .start-block {
        padding: 61px 0 12px;
    }

    .service-page .start-block .title {
        font-size: 23px;
        margin-bottom: 43px;
    }

    .service-page .start-block .list {
        flex-direction: column;
    }

    .service-page .start-block .list li {
        width: 100%;
        margin: 0 auto 47px;
    }

    .service-page .start-block .list li .icon {
        margin-bottom: 23px;
    }

    .service-page .post-warranty-block .title {
        font-size: 24px;
        margin: -8px auto 28px;
    }

    .service-page .post-warranty-block .list li {
        margin-bottom: 36px;
    }

    .service-page .post-warranty-block .list li .icon {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .services-page .page-title {
        margin-bottom: 14px;
    }

    .services-page .top-block {
        margin-bottom: 48px;
    }

    .services-page .top-block .text-wr {
        width: 100%;
        margin-bottom: 39px;
    }

    .services-page .top-block .text-wr .t {
        font-size: 20px;
        line-height: 31px;
    }

    .services-page .top-block .bg {
        width: calc(100% + 40px);
        height: 56.1vw;
        margin-left: -20px;
    }

    .services-page .cost-calc-block-wr {
        margin-bottom: 48px;
    }

    .services-page .cost-calc-block-wr .title {
        margin-bottom: 32px;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .main .categories-wr {
        overflow: hidden;
        width: 100vw;
        max-width: 100%;
        height: 68px;
        margin-bottom: 36px;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .main .categories-wr .categories-wr2 {
        overflow-x: auto;
    }

    .services-page .cost-calc-block-wr .cost-calc-block .main .categories-wr .categories-wr2 .selector {
        padding: 0;
    }

    .services-page .scheme-block {
        margin-bottom: 21px;
    }

    .services-page .scheme-block .title {
        margin-bottom: 41px;
    }

    .services-page .scheme-block .list {
        max-width: 100%;
    }

    .services-page .scheme-block .list li {
        flex-direction: column;
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }

    .services-page .scheme-block .list li .num {
        margin: 0 0 23px;
    }

    .services-page .scheme-block .list li .text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .news-one-page {
        padding-bottom: 0;
    }

    .news-one-page .news-one-page-content .breadcrumbs-wr .breadcrumbs {
        justify-content: flex-start;
    }

    .news-one-page .news-one-page-content .page-title {
        text-align: left;
    }

    .news-one-page .news-one-page-content .date {
        text-align: left;
    }

    .news-one-page .news-one-page-content .annotation {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .news-one-page .news-list-block {
        padding-bottom: 60px;
    }

    .news-one-page .news-list-block .news-list {
        flex-direction: column;
        width: 100%;
        padding: 31px 0 20px;
    }

    .news-one-page .news-list-block .news-list li {
        margin: 0 0 30px;
    }

    .news-one-page .news-list-block .btn-wr .btn {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .production-landing-page .top-slide .title {
        font-size: 32px;
    }

    .production-landing-page .content h2 {
        font-size: 23px;
    }

    .production-landing-page .content .lead-text {
        font-size: 20px !important;
        line-height: 31px;
    }

    .production-landing-page .prm-block .wr .title {
        font-size: 34px;
    }

    .production-landing-page .thematic-blocks .thematic-block .content-wr .title {
        font-size: 26px;
    }

    .production-landing-page .thematic-blocks .thematic-block .content-wr .lead-text {
        font-size: 20px;
        line-height: 31px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .equipment-factories-page .breadcrumbs {
        overflow: hidden;
        height: 26px;
    }

    .equipment-factories-page .equipment-title-wr {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 36px;
    }

    .equipment-factories-page .equipment-title-wr .page-title {
        margin-bottom: 14px;
    }

    .equipment-factories-page .equipment-title-wr .link-to-configurator {
        font-size: 16px;
        top: 0;
        letter-spacing: 2px;
    }

    .equipment-factories-page .variants-wr .variants {
        width: 100%;
    }

    .equipment-factories-page .variants-wr .variants li {
        width: 100%;
        margin: 0 0 43px;
    }

    .equipment-factories-page .variants-wr .variants li .photo {
        margin-bottom: 32px;
    }

    .equipment-factories-page .variants-wr .variants li .title {
        padding: 0;
    }

    .equipment-factories-page .variants-wr .variants li .text {
        padding: 0;
    }
}

.news-preview-block {
    width: 359px;
}

.news-preview-block .date {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #464646;
}

.news-preview-block .subject {
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 16px;
    color: #00B3FF;
}

.news-preview-block .annotation {
    font-size: 18px;
    line-height: 30px;
    color: #464646;
}

@media screen and (max-width: 1200px) {
    .news-preview-block {
        width: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .news-preview-block {
        width: 100%;
    }
}

.popup {
    display: none;
}

.popup .overflow {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    cursor: pointer;
}

.popup .close svg * {
    transition: 0.2s;
}

.popup .close:hover svg * {
    fill: #42210E;
}

.popup .wr {
    position: absolute;
    z-index: 10000;
    top: 50px;
    left: 50%;
    width: 506px;
    margin-bottom: 50px;
    margin-left: calc(-1 * 506px / 2);
    background: #FFF;
}

@media(min-width: 991px) {
    .feedback_popup.popup .wr {
        max-width: 780px;
        width: 100%;
        margin-left: calc(-1 * 780px / 2);
    }
}

.popup .wr .title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 14px;
    text-align: center;
    color: #000;
}

.popup .wr .t {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 38px;
    text-align: center;
    color: #464646;
}

.popup .wr .form-wr {
    padding: 39px 48px 46px;
}

.popup .wr .form-wr .btn-wr {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popup .wr .form-wr .btn-wr .btn {
    width: 260px;
    margin-bottom: 19px;
}

.popup .wr .form-wr .btn-wr label {
    font-size: 16px;
    line-height: 29px;
}

.popup .wr .success-block {
    display: none;
    padding: 34px 0;
}

.popup .wr .success-block .close-btn {
    display: block;
    width: 262px;
    margin: 42px auto 30px;
}

@media screen and (max-width: 767px) {
    .popup .close {
        width: 56px;
        height: 56px;
    }

    .popup .wr {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .popup .wr .form-wr {
        padding: 16px;
    }

    .popup .wr .form-wr .btn-wr .btn {
        width: 100%;
    }
}

.reviews-block {
    margin-bottom: 101px;
}

.reviews-block .title {
    margin-bottom: 7px;
    text-align: center;
}

.reviews-block .slider {
    text-align: center;
}

.reviews-block .slider .slider-nav-container {
    margin-bottom: 32px;
}

.reviews-block .slider .reviews {
    margin: 0 auto;
    text-align: left;
}

.reviews-block .slider .reviews .review {
    max-width: 941px;
    padding-top: 10px;
    transition: opacity 0.2s;
    opacity: 0;
}

.reviews-block .slider .reviews .review.slick-active {
    opacity: 1;
}

.reviews-block .slider .reviews .review .mobile-logo-wr {
    display: none;
}

.reviews-block .slider .reviews .review .text {
    position: relative;
    max-width: 941px;
    margin-bottom: 39px;
    padding: 0 85px;
}

.reviews-block .slider .reviews .review .text:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 53px;
    height: 49px;
    content: "";
    background: url("assets/img/icons/quote.svg");
}

.reviews-block .slider .reviews .review .user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 85px;
}

.reviews-block .slider .reviews .review .user-info .user {
    display: flex;
    max-width: 500px;
}

.reviews-block .slider .reviews .review .user-info .user .avatar-wr {
    width: 102px;
}

.reviews-block .slider .reviews .review .user-info .user .avatar-wr .avatar {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
}

.reviews-block .slider .reviews .review .user-info .user .info {
    width: calc(100% - 102px);
    margin-top: -3px;
}

.reviews-block .slider .reviews .review .user-info .user .info .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.reviews-block .slider .reviews .review .user-info .user .info .pos {
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

@media screen and (max-width: 1200px) {
    .reviews-block {
        margin-bottom: 83px;
    }

    .reviews-block .slider .reviews .review {
        width: 100vw;
        padding-right: 77px;
        padding-left: 162px;
    }
}

@media screen and (max-width: 1023px) {
    .reviews-block .reviews-block-wr {
        padding: 0;
    }

    .reviews-block .slider .reviews {
        margin: 0 auto 47px;
    }

    .reviews-block .slider .reviews .review {
        padding-right: 29px;
        padding-left: 92px;
    }

    .reviews-block .slider .reviews .review .text {
        padding: 0;
    }

    .reviews-block .slider .reviews .review .text:before {
        top: 2px;
        left: -60px;
        width: 39px;
        height: 36px;
        background-size: contain;
    }

    .reviews-block .slider .reviews .review .user-info {
        padding: 0;
    }

    .reviews-block .slider .reviews .review .user-info .user {
        max-width: 440px;
    }

    .reviews-block .slider .reviews .review .user-info .logo {
        max-width: 165px;
    }
}

@media screen and (max-width: 767px) {
    .reviews-block .title {
        margin-bottom: 28px;
    }

    .reviews-block .slider .slider-nav-container {
        display: none;
    }

    .reviews-block .slider .reviews .review {
        width: 100%;
        padding: 0 20px 0;
        opacity: 1;
    }

    .reviews-block .slider .reviews .review:not(:first-child) {
        display: none;
    }

    .reviews-block .slider .reviews .review .mobile-logo-wr {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .reviews-block .slider .reviews .review .text {
        margin-bottom: 32px;
    }

    .reviews-block .slider .reviews .review .text:before {
        display: none;
    }

    .reviews-block .slider .reviews .review .user-info {
        align-items: center;
        justify-content: space-between;
    }

    .reviews-block .slider .reviews .review .user-info .logo {
        display: none;
    }

    .reviews-block .slider .reviews .review .user-info .user {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .reviews-block .slider .reviews .review .user-info .user .avatar-wr {
        width: auto;
        margin: 0 0 18px;
    }

    .reviews-block .slider .reviews .review .user-info .user .info {
        width: 100%;
        margin: 0;
        text-align: center;
    }


}

.map-block {
    position: relative;
    height: 478px;
    overflow-x: hidden;
}

.map-block .map {
    height: 100%;
}

.map-block .contacts-block {
    position: absolute;
    z-index: 10;
    top: 48px;
    left: 0;
    width: 375px;
    padding: 40px 25px;
    background: #FFF;
}

.map-block .contacts-block .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 24px;
    color: #000;
}

.map-block .contacts-block .contact {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
    color: #464646;
}

.map-block .contacts-block .contact .icon-wr {
    height: 26px;
    margin-right: 15px;
}

@media screen and (max-width: 1200px) {
    .map-block {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .map-block .contacts-block {
        position: relative;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 33px 0 25px;
    }

    .map-block .contacts-block .title {
        width: 100%;
        margin-bottom: 21px;
    }

    .map-block .contacts-block .contact {
        margin-right: 50px;
    }

    .map-block .contacts-block .contact.address {
        width: 100%;
    }

    .map-block .map {
        height: 478px;
    }
}

@media screen and (max-width: 767px) {
    .map-block .contacts-block {
        padding: 39px 0 25px;
    }

    .map-block .contacts-block .title {
        margin-bottom: 25px;
    }

    .map-block .contacts-block .contact {
        margin-right: 0;
    }
}

.news-block {
    padding: 79px 0 103px;
    background: #F9F9F9;
}

.news-block .title-wr {
    display: flex;
    align-items: center;
    margin-bottom: 59px;
}

.news-block .title-wr .title {
    line-height: 1;
    margin-right: 40px;
}

.news-block .news-wr {
    overflow: hidden;
}

.news-block .news-list {
    display: flex;
    overflow-x: hidden;
    flex-wrap: wrap;
    width: calc(100% + 50px);
}

.news-block .news-list .news-preview-block {
    margin-right: 41px;
}

.news-block .mobile-btn-wr {
    display: none;
}

@media screen and (max-width: 1200px) {
    .news-block {
        padding: 60px 0 83px;
    }

    .news-block .news-list .news-preview-block {
        margin-right: 23px;
    }
}

@media screen and (max-width: 1023px) {
    .news-block .title-wr {
        justify-content: space-between;
        margin-bottom: 31px;
    }

    .news-block .news-list .news-preview-block {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .news-block {
        padding: 43px 0 60px;
    }

    .news-block .title-wr {
        justify-content: center;
        margin-bottom: 40px;
    }

    .news-block .title-wr .title {
        margin-right: 0;
    }

    .news-block .title-wr .btn {
        display: none;
    }

    .news-block .news-list {
        width: 100%;
    }

    .news-block .mobile-btn-wr {
        display: block;
    }

    .news-block .mobile-btn-wr .btn {
        justify-content: center;
        width: 100%;
        padding: 0;
    }
}

.our-clients-block {
    padding: 72px 0 33px;
}

.our-clients-block .title {
    margin-bottom: 7px;
    text-align: center;
}

.our-clients-block .slider {
    text-align: center;
}

.our-clients-block .slider .slider-nav-container {
    margin-bottom: 14px;
}

.our-clients-block .slider .brands {
    overflow: hidden;
    height: 324px;
}

.our-clients-block .slider .brands .slide {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.our-clients-block .slider .brands .slide .img-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 147px;
    margin-bottom: 15px;
}

.our-clients-block .slider .brands .slide .img-wr img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .our-clients-block .title {
        margin-bottom: 20px;
    }

    .our-clients-block .slider .slider-nav-container {
        margin-bottom: 2px;
    }
}

.mobile-menu {
    position: relative;
    display: none;
    transition: 0.3s;
    opacity: 0;
}

.mobile-menu.showed {
    display: block;
    transition: 0.6s;
    opacity: 1;
}

.mobile-menu .menu-wr {
    display: flex;
    height: 600px;
    padding: 57px 38px 0;
}

.mobile-menu .menu-wr .menu-block {
    display: flex;
    flex-direction: column;
    max-width: 160px;
}

.mobile-menu .menu-wr .menu-block:not(:last-child) {
    margin-right: 47px;
}

.mobile-menu .menu-wr .menu-block.other-menu a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #FFF;
}

.mobile-menu .menu-wr .menu-block .main-link {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px;
    color: #FFF;
}

.mobile-menu .menu-wr .menu-block .main-link:after {
    display: block;
    width: 32px;
    height: 1px;
    margin-top: 15px;
    content: "";
    background: #00B3FF;
}

.mobile-menu .menu-wr .menu-block .submenu {
    display: flex;
    flex-direction: column;
}

.mobile-menu .menu-wr .menu-block .submenu a {
    font-size: 18px;
    margin-bottom: 26px;
    color: #999;
}

.mobile-menu .link-to-configurator {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #00B3FF;
}

.mobile-menu .link-to-configurator svg {
    width: 26px;
    height: 26px;
    margin-right: 16px;
}

.mobile-menu .link-to-configurator svg path {
    fill: #FFF;
}

.mobile-menu .contacts-wr {
    display: flex;
    height: 258px;
}

.mobile-menu .contacts-wr .contacts-block-wr {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 362px);
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block {
    width: 323px;
    padding: 49px 21px 0 0;
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    color: #DADADA;
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl.address svg {
    width: 16.5px;
    height: 22px;
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl:not(:last-child) {
    margin-bottom: 22px;
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl .icon-wr {
    width: 39px;
    padding-right: 11px;
    text-align: center;
}

.mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl .text {
    width: calc(100% - 50px);
}

.mobile-menu .contacts-wr .map {
    width: 362px;
    background: #EEE;
}

.mobile-menu .mobile-icon-toolbar {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-menu {
        min-height: calc(100vh - 77px);
    }

    .mobile-menu .mobile-icon-toolbar {
        position: absolute;
        z-index: 1;
        top: -77px;
        right: 0;
        display: block;
        width: 69px;
        height: calc(100% + 77px);
        padding-top: 82px;
        background: #00B3FF;
    }

    .mobile-menu .mobile-icon-toolbar .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 66px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-menu .mobile-icon-toolbar .item.active {
        border-color: #000;
        background: #000;
    }

    .mobile-menu .mobile-icon-toolbar .item.lang-selector {
        font-size: 22px;
        font-weight: bold;
        line-height: 34px;
        letter-spacing: 3px;
    }

    .mobile-menu .mobile-icon-toolbar .item svg {
        width: 28px;
        height: 28px;
    }

    .mobile-menu .mobile-icon-toolbar .item svg * {
        fill: #FFF;
    }

    .mobile-menu .mobile-icon-toolbar a.item.lang-selector {
        display: none;
    }

    .mobile-menu .mobile-icon-toolbar span.item.lang-selector {
        position: relative;
    }

    .mobile-menu .mobile-icon-toolbar span.item.lang-selector.opened:after {
        transform: rotate(180deg);
    }

    .mobile-menu .mobile-icon-toolbar span.item.lang-selector:after {
        position: absolute;
        bottom: 8px;
        display: block;
        width: 0;
        height: 0;
        content: "";
        transition: 0.2s;
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: #FFF transparent transparent transparent;
    }

    .mobile-menu .menu-wr {
        display: block;
        height: auto;
        padding: 17px 0;
    }

    .mobile-menu .menu-wr .menu-block {
        max-width: 100%;
        margin-right: 0 !important;
        padding: 0 27px;
    }

    .mobile-menu .menu-wr .menu-block.other-menu a {
        margin-bottom: 0;
        padding: 16px 0;
    }

    .mobile-menu .menu-wr .menu-block.opened {
        background: #464646;
    }

    .mobile-menu .menu-wr .menu-block.opened .main-link.has-submenu:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #00B3FF transparent;
    }

    .mobile-menu .menu-wr .menu-block .main-link {
        margin-bottom: 0;
        padding: 17px 0;
    }

    .mobile-menu .menu-wr .menu-block .main-link.has-submenu:after {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        border-width: 5px 4px 0 4px;
        border-style: solid;
        border-color: #00B3FF transparent transparent transparent;
        background: transparent;
    }

    .mobile-menu .menu-wr .menu-block .submenu-wr {
        display: none;
    }

    .mobile-menu .menu-wr .menu-block .submenu-wr a {
        color: #DADADA;
    }

    .mobile-menu .link-to-configurator {
        display: none;
    }

    .mobile-menu .contacts-wr {
        display: none;
        width: calc(100% - 69px);
        height: auto;
    }

    .mobile-menu .contacts-wr .contacts-block-wr {
        width: 100%;
        height: 203px;
        padding: 29px 20px 0px 18px;
    }

    .mobile-menu .contacts-wr .contacts-block-wr .contacts-block {
        width: 100%;
        padding: 0;
    }

    .mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl:not(:last-child) {
        margin-bottom: 30px;
    }

    .mobile-menu .contacts-wr .contacts-block-wr .contacts-block .bl.email {
        display: none;
    }

    .mobile-menu .contacts-wr .map {
        width: 100%;
        height: 287px;
    }
}

.product-cart {
    position: relative;
    overflow: hidden;
    width: 360px;
    margin-right: 48px;
    margin-bottom: 48px;
    padding-bottom: 16px;
    transition: 0.2s;
    background: #F9F9F9;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.product-cart:hover {
    box-shadow: 0 4px 26px rgba(0, 0, 0, 0.14);
}

.product-cart:hover .wr .name {
    color: #00B3FF;
}

.product-cart:hover .types svg * {
    fill: #00B3FF;
}

.product-cart .types {
    display: flex;
    margin-top: 16px;
}

.product-cart .types svg {
    width: 24px;
    margin-right: 8px;
}

.product-cart .types svg * {
    transition: 0.2s;
    fill: #B9C3D0;
}

.product-cart .photo {
    height: 243px;
    margin-bottom: 31px;
    background-position: center;
    background-size: cover;
}

.product-cart .wr {
    padding: 0 28px;
}

.product-cart .wr .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 7px;
    transition: 0.2s;
    color: #000;
}

.product-cart .wr .type {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #999;
    border-bottom: 1px solid #C0C0C0;
}

.product-cart .wr .descr {
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #464646;
}

.product-cart .wr .param {
    display: flex;
    margin-bottom: 8px;
}

.product-cart .wr .param .n {
    font-weight: bold;
    margin-right: 16px;
}

.product-cart .product-order-btn {
    width: 170px;
    margin: 0 auto;
}

/*  */

button.back-to-top{
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	left: 50px;
	bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
	outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
	content: "";
		display: block;
		vertical-align: middle;
		border-bottom: solid 10px #EA5D5F;
		border-left: solid 10px transparent;
		line-height: 0;
		border-right: solid 10px transparent;
		height: 0;
		margin: 18px auto 0;
		width: 0;
	border-radius:20px;
	visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
	visibility: visible;
}
button.back-to-top::after {
	border-bottom-color:#fff;
			position: relative;
	top:-24px;
}
button.back-to-top.show {
	display: block;
	background: #fff;
	color: #00ab6c;
	font-size: 25px;
	right: 25px;
	bottom: 50px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*  */

@media screen and (max-width: 1200px) {
    .product-cart {
        width: 301px;
        min-height: 546px;
        margin-right: 22px;
        margin-bottom: 40px;
    }

    .product-cart .img-wr {
        height: 209px;
    }

    .product-cart .wr {
        padding: 0 23px;
    }

    .product-cart .wr .name {
        font-size: 24px;
        line-height: 31px;
    }

    .product-cart .wr .descr {
        height: 140px;
    }
}

@media screen and (max-width: 1023px) {
    .product-cart {
        width: 341px;
        min-height: 505px;
        margin-right: 20px;
        margin-bottom: 31px;
    }

    .product-cart .descr {
        height: 112px;
    }
}

@media screen and (max-width: 767px) {
    .product-cart {
        width: 100%;
        min-height: auto;
        margin-right: 0;
    }
}

.feedback-form-block {
    padding: 72px 0 65px;
}

.feedback-form-block .success-block {
    display: none;
}

.feedback-form-block .success-block .wr {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.feedback-form-block .success-block .wr .t2 {
    margin: 32px 0;
}

.feedback-form-block .title {
    text-align: center;
}

.feedback-form-block .descr {
    margin-bottom: 40px;
    text-align: center;
}

.feedback-form-block form {
    max-width: 775px;
    margin: 0 auto;
}

.feedback-form-block form .btn-wr {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 16px;
}

.feedback-form-block form .btn-wr .submit-btn {
    width: 260px;
    margin-bottom: 19px;
}

.feedback-form-block form .btn-wr label {
    font-size: 16px;
    line-height: 29px;
    color: #808080;
}

.feedback-form-block form textarea {
    height: 148px;
    resize: none;
}

@media screen and (max-width: 1023px) {
    .feedback-form-block form {
        max-width: 585px;
    }
}

@media screen and (max-width: 767px) {
    .feedback-form-block {
        padding: 59px 0 48px;
    }

    .feedback-form-block .descr {
        margin-top: 15px;
        margin-bottom: 36px;
    }

    .feedback-form-block form .btn-wr label {
        line-height: 25px;
        position: relative;
        margin-top: 3px;
        padding-left: 52px;
    }

    .feedback-form-block form .btn-wr label input {
        top: 7px;
        left: 26px;
    }

    .feedback-form-block form .btn-wr label input + i {
        position: absolute;
        top: 2px;
        left: 20px;
    }
}

.fullscreen-map {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.fullscreen-map .close-icon {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #00B3FF;
}

.fullscreen-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.fullscreen-video {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.fullscreen-video .close-icon {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #00B3FF;
}

.fullscreen-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.icon-prefs-block {
    overflow-x: hidden;
}

.icon-prefs-block .title {
    line-height: 1.23;
    max-width: 600px;
    margin: 0 auto 5px;
    text-align: center;
}

.icon-prefs-block .icon-prefs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 55px 0 19px;
}

.icon-prefs-block .icon-prefs li {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 3);
    margin-bottom: 34px;
    padding: 0 22px;
    text-align: center;
}

.icon-prefs-block .icon-prefs li .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 26px;
}

@media screen and (max-width: 1023px) {
    .icon-prefs-block .icon-prefs li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .icon-prefs-block .icon-prefs {
        width: 100%;
        padding: 35px 0 19px;
    }

    .icon-prefs-block .icon-prefs li {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px;
        padding: 0;
    }

    .icon-prefs-block .icon-prefs li .icon {
        margin-bottom: 23px;
    }
}

.about-top-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 56px;
    background-position: center;
    background-size: cover;
}

.about-top-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    background: #000;
}

.about-top-slider .top-slide {
    min-height: 413px;
    padding-top: 216px;
    padding-bottom: 20px;
    text-align: center;
    color: #FFF;
    background-position: center;
    background-size: cover;
}

.about-top-slider .top-slide .breadcrumbs-wr {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0;
}

.about-top-slider .top-slide .breadcrumbs-wr .breadcrumbs li a:after {
    background: #FFF;
}

.about-top-slider .top-slide .title {
    font-size: 52px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
}

.about-top-slider .top-slide .descr {
    font-size: 18px;
    line-height: 28px;
    max-width: 554px;
    margin: 0 auto 43px;
}

.about-top-slider .top-slide nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-top-slider .top-slide nav a {
    color: #00B3FF;
}

.about-top-slider .top-slide nav a:hover {
    text-decoration: underline;
}

.about-top-slider .top-slide nav * {
    height: 32px;
    padding: 0 15px;
}

.about-top-slider .top-slide nav *:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1023px) {
    .about-top-slider .top-slide {
        padding-top: 232px;
    }
}

@media screen and (max-width: 767px) {
    .about-top-slider {
        margin-bottom: 37px;
    }

    .about-top-slider .top-slide {
        padding-top: 216px;
    }

    .about-top-slider .top-slide .breadcrumbs-wr {
        margin-bottom: 20px;
    }

    .about-top-slider .top-slide .title {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .about-top-slider .top-slide .descr {
        font-size: 16px;
        line-height: 25px;
        margin: 0 auto 31px;
    }

    .about-top-slider .top-slide nav {
        flex-direction: column;
    }

    .about-top-slider .top-slide nav *:not(:last-child) {
        position: relative;
        margin-bottom: 33px;
        border-right: 0;
    }

    .about-top-slider .top-slide nav *:not(:last-child):after {
        display: block;
        width: 32px;
        height: 1px;
        margin: 17px auto;
        content: "";
        opacity: 0.2;
        background: #FFF;
    }
}

.number-prefs-block {
    overflow-x: hidden;
    margin-bottom: 50px;
}

.number-prefs-block .number-prefs-wr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1344px;
    margin: 0 auto;
    padding: 76px 0 7px;
}

.number-prefs-block .bl {
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33.333%;
    margin-bottom: 69px;
    text-align: center;
    color: #000;
}

.number-prefs-block .bl .num-block {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin: 16px 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.number-prefs-block .bl .num-block .num {
    font-family: "Russo One";
    font-size: 68px;
    line-height: 60px;
    position: relative;
    margin: 0 17px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.number-prefs-block .bl .num-block .num span {
    position: relative;
    z-index: 2;
}

.number-prefs-block .bl .num-block .num:after {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 124px;
    max-width: 171px;
    height: 14px;
    content: "";
    transform: translateX(-50%);
    background: #00B3FF;
}

@media screen and (max-width: 1200px) {
    .number-prefs-block .bl {
        min-width: 309px;
    }
}

@media screen and (max-width: 1023px) {
    .number-prefs-block {
        padding: 49px 0;
    }

    .number-prefs-block .number-prefs-wr {
        padding: 0 69px;
    }

    .number-prefs-block .number-prefs-wr .bl {
        min-width: auto;
    }

    .number-prefs-block .number-prefs-wr .bl .t {
        margin-bottom: 11px;
    }

    .number-prefs-block .number-prefs-wr .bl .num-block {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .number-prefs-block .number-prefs-wr .bl .num-block .num {
        font-size: 58px;
        margin: 0 21px;
    }
}

@media screen and (max-width: 767px) {
    .number-prefs-block {
        padding: 0;
    }

    .number-prefs-block .number-prefs-wr {
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

    .number-prefs-block .number-prefs-wr .bl {
        width: 100%;
        margin-bottom: 32px;
    }

    .number-prefs-block .number-prefs-wr .bl .num-block {
        margin-bottom: 14px;
    }
}

.frying-service-block {
    position: relative;
    padding-bottom: 78px;
    color: #FFF;
    background-position: center;
    background-size: cover;
}

.frying-service-block:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    background: #000;
}

.frying-service-block .wr {
    display: flex;
    justify-content: space-between;
    padding-top: 62px;
}

.frying-service-block .wr .info {
    width: 517px;
}

.frying-service-block .wr .info .title {
    line-height: 1.35;
    margin-bottom: 11px;
    letter-spacing: 0.5px;
    color: #FFF;
}

.frying-service-block .wr .info .text {
    margin-bottom: 40px;
}

.frying-service-block .wr .info .to-page-btn {
    display: inline-flex;
    color: #FFF;
}

.frying-service-block .wr .services-list {
    width: 557px;
    padding-top: 56px;
}

.frying-service-block .wr .services-list li {
    display: flex;
    align-items: flex-start;
    color: #FFF;
}

.frying-service-block .wr .services-list li .icons {
    display: flex;
    align-items: center;
    width: 169px;
    padding: 5px 0 13px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.frying-service-block .wr .services-list li .icons svg:not(:last-child) {
    margin-right: 12px;
}

.frying-service-block .wr .services-list li .icons svg * {
    fill: #FFF;
}

.frying-service-block .wr .services-list li .name {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 2px 0 0 30px;
    letter-spacing: 1px;
}

.frying-service-block .wr .services-list li .name .info-icon {
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}

.frying-service-block .wr .services-list li .name .info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.frying-service-block .wr .services-list li .name .info-icon svg {
    display: block;
}

.frying-service-block .wr .services-list li .name .info-icon .tooltip {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    visibility: hidden;
    width: 357px;
    margin-top: 50px;
    padding: 15px;
    transition: 0.2s;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: normal;
    opacity: 0;
    color: #000;
    border: 2px solid #00B3FF;
    background: #FFF;
}

.frying-service-block .wr .services-list li .name .info-icon .tooltip:before,
.frying-service-block .wr .services-list li .name .info-icon .tooltip:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transform: translateX(-50%);
    border-style: solid;
}

.frying-service-block .wr .services-list li .name .info-icon .tooltip:before {
    z-index: 2;
    top: -16px;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #FFF transparent;
}

.frying-service-block .wr .services-list li .name .info-icon .tooltip:after {
    z-index: 1;
    top: -20px;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #00B3FF transparent;
}

.frying-service-block .wr .to-page-btn {
    display: none;
}

@media screen and (max-width: 1200px) {
    .frying-service-block .wr .services-list li {
        position: relative;
    }

    .frying-service-block .wr .services-list li .name .info-icon {
        position: static;
    }

    .frying-service-block .wr .services-list li .name .info-icon .tooltip {
        right: 0;
        left: initial;
        transform: none;
    }

    .frying-service-block .wr .services-list li .name .info-icon .tooltip:before,
    .frying-service-block .wr .services-list li .name .info-icon .tooltip:after {
        display: none;
    }
}

.equipment-catalog-block {
    position: relative;
    margin-bottom: 36px;
}

.equipment-catalog-block.centered .equipment-title-wr {
    justify-content: center;
}

.equipment-catalog-block.centered .equipment-title-wr .link-to-configurator {
    position: absolute;
    top: 14px;
    right: 0;
}

.equipment-catalog-block .equipment-title-wr {
    margin-bottom: 35px;
}

.equipment-catalog-block .categories-wr {
    overflow: hidden;
    max-width: 1174px;
    margin: 0 auto 40px;
}

.equipment-catalog-block .categories-wr .categories {
    display: flex;
    justify-content: space-between;
    height: 68px;
    background: #F9F9F9;
}

.equipment-catalog-block .categories-wr .categories a {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    transition: 0.1s;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background: #F9F9F9;
}

.equipment-catalog-block .categories-wr .categories a:last-child {
    background: #E6EBF0;
}

.equipment-catalog-block .categories-wr .categories a.selected,
.equipment-catalog-block .categories-wr .categories a:hover {
    color: #FFF;
    background: #00B3FF !important;
}

.equipment-catalog-block .categories-wr .categories a.selected svg *,
.equipment-catalog-block .categories-wr .categories a:hover svg * {
    fill: #FFF;
}

.equipment-catalog-block .categories-wr .categories a svg {
    width: 24px;
    margin-right: 8px;
}

.equipment-catalog-block .categories-wr .categories a svg * {
    transition: 0.1s;
}

.equipment-catalog-block .filters-block {
    margin-bottom: 40px;
}

.equipment-catalog-block .filters-block ul {
    display: flex;
    justify-content: center;
}

.equipment-catalog-block .filters-block ul li {
    margin: 0 16px;
}

.equipment-catalog-block .filters-block ul li.active {
    font-weight: bold;
}

.equipment-catalog-block .filters-block ul li:not(.active) {
    cursor: pointer;
    border-bottom: 1px dashed #00B3FF;
}

.equipment-catalog-block .products-wr {
    overflow: hidden;
}

.equipment-catalog-block .products-wr .products {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
}

.equipment-catalog-block .products-wr .products .link-to-configurator {
    width: 100%;
}

.equipment-catalog-block .products-wr .products .link-to-configurator a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 360px;
    transition: background-color 0.2s;
}

.equipment-catalog-block .products-wr .products .link-to-configurator a:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.2s;
    opacity: 0.4;
    background-image: url(assets/img/conf.jpg);
    background-position: center;
    background-size: cover;
}

.equipment-catalog-block .products-wr .products .link-to-configurator a:hover:after {
    opacity: 0.5;
}

.equipment-catalog-block .products-wr .products .link-to-configurator a > * {
    position: relative;
    z-index: 3;
}

.equipment-catalog-block .products-wr .products .link-to-configurator .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #FFF;
}

.equipment-catalog-block .products-wr .products .link-to-configurator .circle svg {
    width: 34px;
    height: 34px;
}

.equipment-catalog-block .products-wr .products .link-to-configurator span {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 1px;
    transition: border-bottom-color 0.2s;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 4px solid #00B3FF;
}

@media screen and (max-width: 1200px) {
    .equipment-catalog-block.centered .equipment-title-wr .link-to-configurator {
        top: 12px;
        right: 38px;
    }

    .equipment-catalog-block .categories-wr {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: 68px;
    }

    .equipment-catalog-block .categories-wr .categories-wr2 {
        overflow-x: auto;
        height: 85px;
    }

    .equipment-catalog-block .categories-wr .categories-wr2 .categories {
        min-width: 1180px;
    }

    .equipment-catalog-block .products-wr .products .link-to-configurator a {
        height: 296px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .equipment-catalog-block.centered .equipment-title-wr {
        flex-direction: column;
        margin-bottom: 42px;
    }

    .equipment-catalog-block.centered .equipment-title-wr .link-to-configurator {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 4px;
    }

    .equipment-catalog-block.centered .categories-wr {
        padding: 0;
    }

    .equipment-catalog-block .equipment-title-wr {
        margin-bottom: 11px;
    }

    .equipment-catalog-block .categories-wr {
        margin: 0 auto 40px;
        padding: 0 0 0 33px;
    }

    .equipment-catalog-block .products-wr .products .link-to-configurator a {
        width: 341px;
        height: 505px;
        margin-right: 20px;
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 767px) {
    .equipment-catalog-block.centered .equipment-title-wr {
        align-items: center;
        margin-bottom: 36px;
    }

    .equipment-catalog-block.centered .equipment-title-wr .link-to-configurator {
        margin-top: 14px;
    }

    .equipment-catalog-block .filters-block ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .equipment-catalog-block .equipment-title-wr {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .equipment-catalog-block .equipment-title-wr .link-to-configurator {
        font-size: 16px;
        margin-top: 15px;
    }

    .equipment-catalog-block .categories-wr {
        margin: 0 auto 44px;
        padding: 0;
    }

    .equipment-catalog-block .products-wr .products {
        width: 100%;
    }

    .equipment-catalog-block .products-wr .products .link-to-configurator {
        width: 100%;
    }

    .equipment-catalog-block .products-wr .products .link-to-configurator a {
        width: 100%;
        height: 440px;
        margin-right: 0;
    }
}

.personal-data-disclaimer {
    font-size: 14px;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    width: 100%;
    padding: 23px 0;
    color: black !important;
    border-radius: 5px;
    background: #F7F7F7;
}

.personal-data-disclaimer .wr {
    display: flex;
    align-items: center;
}

.personal-data-disclaimer .wr .text-wr {
    font-size: 14px;
    line-height: 1.6;
    max-width: 711px;
    margin-right: 31px;
}

@media screen and (max-width: 1200px) {
    .personal-data-disclaimer .btn-wr {
        display: flex;
    }

    .personal-data-disclaimer .btn-wr .btn {
        font-size: 14px;
        letter-spacing: 1px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .personal-data-disclaimer .wr .text-wr {
        max-width: 461px;
    }
}

@media screen and (max-width: 767px) {
    .personal-data-disclaimer {
        padding: 13px 0 40px 0;
    }

    .personal-data-disclaimer .wr {
        flex-direction: column;
    }

    .personal-data-disclaimer .wr .text-wr {
        width: 100%;
        margin: 0 0 16px;
        font-size: 13px;
    }
}

.frying-benefits-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 12px;
    color: #FFF;
    background: #333;
}

.frying-benefits-block .video-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frying-benefits-block .video-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}

.frying-benefits-block .video-bg video {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.frying-benefits-block .center-block {
    position: relative;
    z-index: 2;
}

.frying-benefits-block .a {
    display: flex;
    max-width: 769px;
    margin: 0 auto 34px;
    padding-top: 61px;
}

.frying-benefits-block .a svg {
    width: 49px;
    margin-right: 20px;
}

.frying-benefits-block .a .t {
    font-family: Russo One;
    font-size: 40px;
    line-height: 1.2;
    max-width: 590px;
    padding-top: 8px;
    text-transform: uppercase;
}

.frying-benefits-block ul {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-left: 272px;
}

.frying-benefits-block ul li {
    width: 220px;
    margin: 0 27px 41px 0;
    text-transform: uppercase;
}

.frying-benefits-block ul li:after {
    display: block;
    width: 44px;
    height: 4px;
    margin-top: 6px;
    content: "";
    background: #00B3FF;
}

.frying-benefits-block ul li .blue {
    color: #00B3FF;
}

@media screen and (max-width: 767px) {
    .frying-benefits-block .video-bg {
        display: none;
    }

    .frying-benefits-block .a {
        padding-top: 31px;
    }

    .frying-benefits-block .a .t {
        font-size: 24px;
    }

    .frying-benefits-block ul {
        padding: 0;
    }

    .frying-benefits-block ul li {
        width: 100%;
    }
}

.equipment-catalog-block .content-block{
    margin: 20px 0px;
}
.equipment-catalog-block .content-block h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.equipment-catalog-block .content-block h3{
    font-size: 20px;
    line-height: 1.3px;
    margin-bottom: 20px;
}
.equipment-catalog-block .content-block p,.equipment-catalog-block .content-block ul, .equipment-catalog-block .content-block ol{
    margin: 25px 0px;
}

.equipment-catalog-block  .content-block{
    height: 500px;
    overflow: hidden;
}
.equipment-catalog-block  .content-block.active{
    height: auto;
    transition: 0.5s;
}
.read-more-text{
    margin: auto;
    text-align: center;
    display: block;
    max-width: 230px;
    width: 100%;
    height: 50px;
    background: #fff;
    transition: 0.3s;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 179, 255);
    border-image: initial;
    background: transparent;
    font-size: 18px;
}
.read-more-text:hover{
    background-color: rgb(0, 179, 255);
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.iti--allow-dropdown{
    width: 100%;
    max-width: 100%;
}
.iti__search-input{
    padding-left: 30px!important;
}

.js-basic-single{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 16px;
    transition: 0.2s;
    border: 1px solid #DADADA;
}

.checkbox-row{
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}


.button-group.wr .feedback-t2-btn{
    padding: 0 10px;
    letter-spacing: 1.3px;
    font-size: 14px;
}


.container_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9d9d9d;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    left: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #9D9D9D;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox .checkmark:after {
    left: 4px;
    top: -4px;
    width: 4px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(40deg);
    transform: rotate(40deg) skew(8deg);
    left: 7px;
    top: -6px;
    width: 13px;
    height: 31px;
}


.container_checkbox input:checked~.checkmark:after {
    display: block;
}

.container_checkbox input:checked~.checkmark{
    background: #47A0E0;
    border: 1px solid #47A0E0;
}

.multi-step .modal-footer {
    padding: 0 50px 50px;
    border: 0; }

.multi-step .modal-body {
    padding: 50px;
padding-top: 0;
}



@media (min-width: 576px) {
    .multi-step .modal-dialog {
        width: auto;
        max-width: 1396px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 0px; } }

.m-progress-bot {
    font-size: 16px;
    line-height: 25px;
    color: #A9A9A9; }

.m-progress-stats {
    font-size: 16px;
    line-height: 25px;
    color: #A9A9A9; }

.steps_check_box {
    display: none; }

.steps_check_box + label .steps_check_box_img {
    position: relative;
    cursor: pointer; }
.steps_check_box + label .steps_check_box_img:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }
.steps_check_box + label .steps_check_box_img:before {
    content: '';
    width: 2px;
    height: 40px;
    background: #47A0E0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
    bottom: -40px;
    z-index: 9;
    margin-left: -11px;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box:checked + label {
    margin-bottom: 0; }

.steps_check_box:checked + label .steps_check_box_img:before {
    opacity: 1;
    z-index: 10;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box:checked + label .steps_check_box_img:after {
    opacity: 1;
    z-index: 2;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box + label .steps_check_box_img svg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box:checked + label .steps_check_box_img svg {
    opacity: 1;
    z-index: 10;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box_title {

    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #A9A9A9;
    margin-top: 40px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box:checked + label .steps_check_box_title {
    color: #47A0E0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }

.steps_check_box_img {
    position: relative; }

.steps_check_box_img svg line{
    stroke: #47A0E0;
}

.step-1 .steps_check_box_img img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover; }

.step-2 .steps_check_box_img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.step-3 .steps_check_box_img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.step-6 .steps_check_box_img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
width: 100%;
}

.m-progress-complete {
    font-size: 16px;
    line-height: 25px;
    color: #BBBBBB; }

.step_6_img {
    margin-top: -100px; }

.step_6_subtitle {
    z-index: 9;
    position: relative;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    margin-top: 50px; }

.step-4 .irs--flat .irs-bar {
    background-color: #467B48; }

.step-4 .irs--flat {
    width: 370px; }

.step-4 .irs--flat .irs-line {
    background-color: #EDEDED; }

.step-4 .irs--flat .irs-min, .step-4 .irs--flat .irs-max {
    font-size: 18px;
    line-height: 25px;
    color: #9D9D9D; }

.step-4 .irs--flat .irs-from, .step-4 .irs--flat .irs-to, .step-4 .irs--flat .irs-single {
    font-size: 18px;
    line-height: 25px; }

.step-4 .js-range-slider_group {
    margin-bottom: 80px; }

.check_item {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 25px;
    display: grid;
    grid-template-columns: 68px 1fr;
}


.check_item svg{
    max-width: 80px;
}

.check_item .checkmark {
    width: 30px;
    height: 30px;
    border: 1px solid #828282; }

.check_item .container_checkbox {
    font-size: 20px;
    line-height: 26px;
    color: #9D9D9D;
    padding-left: 45px;
margin-bottom: 0;
}



.step-4.modal-body {
    padding-bottom: 20px; }


.quiz-popup .form-wr{
    padding: 0 !important;
}

.quiz-popup .wr{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.m-progress-bar-wrapper {
    background: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-progress-bar {
    min-height: 2px;
    background: #47A0E0;
    width: 5%;
}
.modal-body h2{
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: normal;
}

.column-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.step-3 .column-2{
    gap: 0px;
}
.column-2-1{
    display: grid;
    grid-template-columns: 530px 530px;
    gap: 20px;
}
.column-3{
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
}
.column-4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.quiz-popup .close{
    display: none;
}
.step.step-6{
    margin-left: auto;
    margin-right: 0;
    display: block;
    max-width: max-content;
    color: #47A0E0;
}
.multi-step .btn{
    margin-right: 0;
    margin-left: auto;
    display: block;
    background: #47A0E0;
    border: 1px solid #47A0E0;
    color: #fff;
    font-size: 22px;
    text-transform: none;
    letter-spacing: normal;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    padding: 0 38px;
    height: 50px;
    line-height: 1.2;
}

.btn-row{
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.btn-row a{
    color: #47A0E0;
}

.step-5 .steps_check_box_img{
    border: 1px solid #000;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-7 h2{
    margin-bottom: 26px;
}

.step-7 .row{
    max-width: 435px;
}

.step-7 .row .col-md-5{
    width: 100%;
}
.step-7  input[type=text]{
    border: none!important;
    border-bottom: 1px solid #5E5E5E!important;
    margin-bottom: 7px;
    padding-left: 0;
}

.p0{
    padding-left: 0!important;
}

.politic_form .container_checkbox{
    color: #777676;
    margin-top: 20px;
    margin-bottom: 25px;
}
.politic_form .container_checkbox a{
    color: #777676;
    border-bottom: 1px solid;
}
.step_6_subtitle{
    margin-bottom: 30px;
    margin-top: 0;
}

.btn_submit.btn{
    margin: 0;
    display: block;
    margin-bottom: 65px;
}

.politic_form{
    margin-top: 10px;
}

.politic_form .container_checkbox .checkmark:after{
    border-width: 0px 1px 1px 0;
    left: 2px;
    top: -5px;
    width: 4px;
    height: 12px;
}

.step_6_img{
    position: absolute;
    top: 41px;
    margin: 0;
    right: 0;
}


.toggle-group {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.toggle-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Иконка */
.toggle-icon img {
    width: 32px;
    height: 32px;
    display: block;
}

/* Скрытый чекбокс */
.toggle-checkbox {
    display: none;
}

/* Переключатель */
.toggle-switch {
    width: 50px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    transition: 0.2s;
    box-sizing: border-box;
    border:1px solid #5D5D5D;
}

.toggle-switch::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: 0.2s;
    border: 1px solid #47A0E0;
}

/* Активное состояние */
.toggle-checkbox:checked + .toggle-switch {
    background: #3a98e3;
    border-color: #5D5D5D;
}

.toggle-checkbox:checked + .toggle-switch::after {
    transform: translateX(30px);
    border: 1px solid #fff;
}


/*.step-1{*/
/*    background: url(/wp-content/themes/typhoon/assets/img/step1-bg.jpg) no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

.final-message{
    padding: 0 50px 50px;
    text-align: center;
}

.final-message-title{
    font-size: 30px;
    font-weight: 600;
}

.final-message-subtitle{
    font-size: 28px;
}


/* Поля с ошибкой */
.error {
    border-bottom: 1px solid #ff0000 !important;
}

/* Текст над required полями */
.error-text {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 5px;
}


#quiz-popup .quiz-popup .wr{
    top: 50%;
    transform: translate(0, -50%);
}

.modal-body.step-1{
    background: url(/wp-content/themes/typhoon/assets/img/qiuz-start.jpg) no-repeat;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
        background-size: cover;
        background-position: center;
}

.quiz-title{
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 830px;
    line-height: 1.2;
}

.quiz-subtitle{
    font-size: 24px;
    margin-bottom: 70px;
    color: #fff;
    max-width: 600px;
}

.step-1 .btn{
    margin-left: 0;
    height: 59px;
}

.modal-footer{
    display: none;
}

.modal-body,step-7{
    position: relative;
}

.modal.multi-step{
 margin-bottom: 56px;
}

.new-form{
    background: url(/wp-content/themes/typhoon/assets/img/new-form.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.new-form-title{
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    max-width: 650px;
}
.new-form-title:first-child{
    margin-bottom: 15px;
}
.new-form-row{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media(min-width: 1024px) {
   header > .top-block {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    header{
        padding-top: 95px;
    }

    /* Состояние при скролле */
    .top-block.is-scrolled {
        background: #252525;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    header  .top-block .top-block-wr{
        padding-top: 0;
    }






}

@media(max-width: 768px){
    .checkbox-row{
        grid-template-columns: 1fr;
    }




    .multi-step .modal-body {
        padding: 12px;
        padding-top: 30px;
    }
    .modal-body h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 35px;
    }

    .column-2 {
        grid-template-columns: 1fr;
    }
    .column-3 {
        grid-template-columns: 1fr;
    }
    .check_item svg {
        max-width: 30px;
    }
    .check_item {
        margin-bottom: 10px;
        grid-template-columns: 16px 1fr;
    }
    .multi-step .modal-footer {
        padding: 20px 12px 30px;
    }
    .column-4 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .steps_check_box_title{
        margin-top: 23px;
    }

    .step-2 .steps_check_box_img img{
        width: 100%;
    }
    .m-progress-bot{
        margin-bottom: 15px;
    }
    .column-2-1 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .step-6 .steps_check_box_img img{
        max-width: 100%;
    }

    .step_6_img{
        display: none;
    }
    .step_6_subtitle{
        font-size: 20px;
        line-height: 29px;
    }
    .btn_submit.btn {
        margin-bottom: 35px;
    }

    .steps_check_box + label{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
.steps_check_box_img img{
        max-width: 100%;
    }
    .steps_check_box_title{
        display: flex;
        align-items: center;
        margin-left: 30px;
        margin-top: 0;
        text-align: left;
    }
    .steps_check_box + label .steps_check_box_img:before{
        top: 50%;
        left: auto;
        -webkit-transform: translate(0px, -50%) rotate(90deg);
        -ms-transform: translate(0px, -50%) rotate(90deg);
        transform: translate(0px, -50%) rotate(90deg);
        text-align: center;
        right: 0px;
        z-index: 9;
        margin-left: -11px;
    }
    .step-5 .steps_check_box_img{
        height: auto;
        padding: 22px;
    }

    .check_item svg {
        height: 35px;
    }
    .modal-body h2 {
        margin-bottom: 15px;
    }

    .steps_check_box + label {
        grid-template-columns: .3fr 1fr;
    }


    .column-2 {
        gap: 0;
    }

    .step-5 .steps_check_box_img {
        padding: 8px;
    }

    .step-6 .steps_check_box_img {
        margin-bottom: 15px;
    }

    .steps_check_box:checked + label .steps_check_box_img svg {
        max-width: 49px;
        margin: 0 auto;
    }

    .step-6 .steps_check_box + label {
        grid-template-columns: .5fr 1fr;
    }

    .check_item .container_checkbox {
        font-size: 16px;
        line-height: 20px;
    }

    .check_item {
        margin-bottom: 0;
    }
    .m-progress-bot {
        line-height: 20px;
    }
    .check_item svg{
        height: 45px;
    }
    .new-form-row{
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }
    .new-form-title {
        font-size: 34px;
    }
}

@media(max-width: 575px) {
    .main-banner .facts {

        gap: 20px;
    }

    .main-banner .facts li {
        font-size: 17px;
        font-weight: bold;
        line-height: 26px;
        width: auto;
        margin-right: 5px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .main-banner .bt-block {
        flex-direction: column;
        gap: 20px;
    }

    .main-banner-title {
        font-size: 38px;
        line-height: 46px;
    }

    .main-banner-list {
        column-count: 2;
        display: block;
        padding: 30px 0;
    }

    .main-banner-list li:nth-child(odd) {
        margin-bottom: 12px;
    }

    .main-banner {
        padding: 70px 0;
        padding-top: 200px;
    }

    .main-banner .bt-block {
        margin-bottom: 35px;
    }

    .quiz-title {
        font-weight: bold;
        font-size: 32px;
    }

    .quiz-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .modal.multi-step {
        margin-bottom: 0;
    }

    .about-top-slider-conf {
        margin-bottom: 0;
    }
    .new-form-title {
        font-size: 24px;
    }
    .new-form{
        background-position: left center !important;
    }
}


@media(max-width: 370px) {
    .main-banner-title {
        font-size: 32px;
    }
}