

/* Start:/local/templates/new/assets/css/reset.css?17773031896601*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* End */


/* Start:/local/templates/new/assets/libs/fancybox/jquery.fancybox.min.css?177730318912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/new/assets/libs/ion.rangeSlider-master/css/ion.rangeSlider.min.css?177730318911084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/new/assets/css/styles.min.css?1780490889128756*/
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 200;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
  }

  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/new/assets/css/../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/new/assets/css/../fonts/FontAwesome/Pro-Light-300_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/new/assets/css/../fonts/FontAwesome/Pro-Regular-400_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/new/assets/css/../fonts/FontAwesome/Pro-Solid-900_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "AwesomeBrands";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/new/assets/css/../fonts/FontAwesome/Brands-Regular-400_2.otf") format("opentype");
  }
  
  /* breakpoints */
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .hide-block{
    display: none !important;
  }
  
  body {
    font-family: "Gilroy";
    line-height: 1.15;
  }
  
  a {
    color: #289fd3;
    text-decoration: none;
  }
  
  a:hover {
    color: #0f658b;
    text-decoration: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav {
    /*width: calc(100% + 160px);*/
	width: calc(100% + 0px);
    /*left: -80px;*/
	left: 0;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
 	display: flex;
    justify-content: space-between;
  }

  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  .horizont-arrow.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }
  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav .owl-prev {
      left: calc(50% - 46px);
    }
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-prev:hover {
    background: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav .owl-next {
      right: calc(50% - 46px);
    }
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-next:hover {
    background: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow {
    display: block;
    width: 26px;
    height: 49px;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow-left {
    background: url("/local/templates/new/assets/css/../img/arrow-left.png") no-repeat center center;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow-right {
    background: url("/local/templates/new/assets/css/../img/arrow-right.png") no-repeat center center;
  }
  
  .horizont-arrow.owl-theme .owl-nav [class*="owl-"]:hover{
    background: none;
  }
  
  .bold-text {
    font-weight: 600;
  }
  
  .blue-text {
    color: #055581;
  }
  
  .blue-text--light {
    color: #75ceff;
  }
  
  .fal {
    font-family: "Awesome";
    font-weight: 300;
  }
  
  svg.bolt {
    width: 38px;
  }

  @media(max-width: 560px){
    svg.bolt {
      display: none;
    }
  }

  svg.certificate {
    width: 60px;
  }

  @media(max-width: 560px){
    svg.certificate {
      display: none;
    }
  }

  svg.warehouse {
    width: 90px;
  }

  @media(max-width: 560px){
    svg.warehouse {
      display: none;
    }
  }

  .content{
    color: #474747;
  }
  
  .section {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 70px 0;
    /*overflow: hidden;*/
  }
  
  .section--no-overflow{
    overflow: visible;
  }

  @media screen and (max-width: 560px) {
    .section.section--no-overflow{
      padding-bottom: 20px;
    }
  }
  
  .section--p75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  @media screen and (max-width: 560px) {
    .section {
      padding: 0;
    }
  }
  
  .section--no-pb {
    padding-bottom: 0;
  }
  
  .section--small-pt {
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  .section.grey-bg {
    background: #f1f4f8;
    width: 99.6vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none !important;
  }

  @media screen and (max-width: 560px) {
    .section.grey-bg {
      margin-top: 50px;
    }
  }
  
  .section.section3-img-bg {
    background: url("/local/templates/new/assets/css/../img/bg.form-section3.jpg") no-repeat center center;
  }
  
  .section.point-bg {
    background: url("/local/templates/new/assets/css/../img/point-bg.png"), -webkit-gradient(linear, left top, right top, from(#055581), to(#1987c3));
    background: url("/local/templates/new/assets/css/../img/point-bg.png"), -o-linear-gradient(left, #055581 0%, #1987c3 100%);
    background: url("/local/templates/new/assets/css/../img/point-bg.png"), linear-gradient(90deg, #055581 0%, #1987c3 100%);
    padding-top: 67px;
  }
  @media screen and (max-width: 560px) {
    .section.point-bg {
      padding-top: 25px;
    }
  }
  
  @media screen and (max-width: 1300px){
    .section.point-bg .container{
      overflow: hidden;
    }
  }
  
  .section.section-form-bg {
    background: url("/local/templates/new/assets/css/../img/section-form-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 15px 0;
    overflow: hidden;
    min-height: 765px;
  }
  
  .section.map-bg {
    background: url("/local/templates/new/assets/css/../img/map.png") no-repeat;
    background-position: calc(100% + 225px) 75px;
  }
  
  @media screen and (max-width: 560px) {
    .section.map-bg {
      background: none;
    }
  }
  
  .section.gen-dir {
    background: url("/local/templates/new/assets/css/../img/gen-dir-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
  }
  
  .section__title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    line-height: 48px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .section__title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
      text-align: center;
    }
    .section__title.page_ {
      padding-top: 40px;
      margin-top: 0;
    }
  }
  
  @media screen and (max-width: 560px) {
    .section__title br {
      display: none;
    }
  }
  
  .section__title--white-text {
    color: #fff;
  }
  
  .section__subtitle {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 60px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .section__subtitle {
      text-align: center;
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .section__subtitle br {
      display: none;
    }
  }
  
  .section__subtitle--white-text {
    color: #a0d9f8;
  }
  
  .top-separator{
    border-top: 1px solid #b8d0f0;
  }
  
  .container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 560px) {
    .container {
      overflow: hidden;
    }
    .container:has(p) {
      margin-bottom: 10px;
    }
    .container.page_{
      margin-bottom: 0;
    }
  }

  .container.pb-50{
    padding-bottom: 50px;
  }
  
  .container--grey{
    background: #f1f4f8;
  }
  
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
  }
  
  .btn:hover,
  .btn:focus {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  
  .btn--dash {
    background: none;
    color: #05576e;
    border: 1px dashed #000;
  }
  
  .btn--dash:hover {
    color: #000;
    background: #e4f7ff;
  }
  
  .btn--one-click{
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  
  .btn--small{
    max-width: 320px;
  }
  .btn--center{
    display: block;
    text-align: center;
  }
  
  .blue-btn-wrap {
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    border: none;
  }
  
  .blue-btn-wrap:hover:before {
    bottom: 0;
  }
  
  .blue-btn-wrap:active .blue-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  
  .blue-btn-wrap:before {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -7px;
    content: "";
    display: block;
    background: #024970;
    border-radius: 15px;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
  }
  
  .blue-btn-wrap .blue-btn {
    width: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 13px 10px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 560px) {
    .blue-btn-wrap .blue-btn {
      font-size: 18px;
    }
  }
  
  
  .blue-btn-wrap .blue-btn__regular {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  
  .main-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  
  .main-bg--grey{
    background: #f1f4f8;
    padding-bottom: 40px;
  }
  
  .detail-page ~ .main-bg{
    display: none;
  }
  
  .section-page ~ .main-bg .header-line{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    transition: all 0.25s ease-in;
  }
  @media screen and (max-width: 560px){
    .section-page ~ .main-bg .header-wrap.active-search .header-line{
      margin-bottom: 60px;
    }
    .section-page ~ .main-bg .header-wrap.active-search .header-line{
      border-radius: 8px 8px 0 0;
      box-shadow: none;
    }
    .section-page ~ .main-bg .header-wrap.active-search.fixed .header-line{
      margin-bottom: 0;
    }
  }
  
  .detail-page ~ .header-wrap .header-line{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  /* body > .header-wrap{
    display: none;
  } */
  
  .section-page ~ .header-wrap{
    display: none;
  }
  
  .detail-page ~ .header-wrap{
    display: block;
  }
  
  .header-wrap--border {
    border-bottom: 1px solid #dfe5ed;
  }
  
  .header-wrap.fixed{
    padding-bottom: 98.4px;
  }
  
  .main-screen {
    background: url(/local/templates/new/assets/css/../img/main-bg2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 50px;
  }
  
  /* .main-screen__header {
    height: 117px;
  }
  
  @media screen and (max-width: 560px) {
    .main-screen__header {
      height: auto;
    }
  } */
  
  .main-screen__menu {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .main-menu__sub li{
    flex-wrap: wrap;
  }
  .main-menu__sub li ul{
    width: 100%;
  }
  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .banner__half {
    width: 100%;
  }
  
  .banner__text {
    /*margin: 30px 0 60px;*/
    max-width: 700px;
    position: relative;
    padding: 0 180px 0 0;
    color: #289dd1;
  }
  
  .banner__title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .banner__subtitle {
    max-width: 500px;
    font-size: 18px;
    line-height: 27px;
  }
  
  .banner__plus {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .banner__plus .plus {
    max-width: 170px;
    text-align: center;
  }
  
  .banner .circle-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .main-info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .main-info__half {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .main-info__half {
      width: 100%;
    }
    .main-menu__sub li ul{
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .main-info__half:first-child {
      margin-bottom: 15px;
    }
  }
  
  .main-info .main-left {
    padding-top: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left {
      padding-top: 0;
    }
  }
  
  .main-info .main-left__text {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #289dd1;
    padding: 0 0 175px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left__text {
      padding-bottom: 180px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .main-info .main-left__text {
      margin-right: 0;
      font-size: 26px;
      line-height: 40px;
      text-align: center;
    }
  }
  
  .main-info .main-left__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 45px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left__plus {
      position: relative;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 300px;
      margin: 45px auto;
      text-align: center;
    }
    .main-info .main-left__plus:before{
      content: "";
      display: block;
      width: 110%;
      height: 110%;
      position: absolute;
      z-index: 1;
      top: -5%;
      left: -5%;
      background: rgba(0,0,0,0.15);
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -o-filter: blur(15px);
      -ms-filter: blur(15px);
      filter: blur(15px);
    }
  }
  
  .main-info .main-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .plus-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
  }
  
  .plus {
    margin-right: 35px;
  }
  
  @media screen and (max-width: 560px) {
    .plus {
      position: relative;
      z-index: 2;
      margin-right: 0;
      margin-bottom: 40px;
    }

    .plus-wrap{
      flex-direction: column;
      align-items: center;
    }
  }
  
  .plus:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .plus:last-child {
      margin-bottom: 0;
    }
  }
  
  .plus svg {
    max-width: 90px;
    max-height: 60px;
    fill: #fff;
  }
  .plus--dark{
    text-align: center;
    max-width: 250px;
  }
  .plus--dark svg{
    fill: #000;
  }
  
  .plus__text {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
  }
  
  .plus__text--dark{
    color: #474747;
  }
  
  .circle-block {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 175px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .main-left__text .circle-block {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }
  
  }
  
  .circle-block:before {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 163px;
    height: 163px;
    border-radius: 100%;
    border: 1px solid #e0e6ed;
  }
  
  .circle-block__text {
    max-width: 150px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #748396;
  }
  
  .circle-block__value {
    display: block;
    padding-top: 10px;
    font-size: 27px;
    color: #289fd3;
  }
  
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
  }
  
  @media screen and (max-width: 560px) {
    .header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .header__logo{
    max-width: 270px;
  }
  .header__logo img{
    width: 100%;
  }
  .header-fixed-line .header__logo{
    margin-left: 20px;
  }
  
  .kz-site .header__logo{
    max-width: 200px;
  }
  
  .header__part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 555px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 560px) {
    .header__part {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .header__part--rigth {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media screen and (max-width: 560px) {
    .header__part--rigth {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
              flex-direction: column;
      margin-top: 10px;
      align-items: center;
    }
  
  }
  
  .header-line{
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 560px) {
    .header-line {
      align-items: baseline;
    }
  }
  
  .header-line--shadow{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .header-line:hover{
    background: #fff;
    border-radius: 8px 8px 0 0;
  }
  
  .header-wrap.fixed .header-line{
    margin: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
  }
  
  .header-wrap.fixed .header-fixed-line{
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10;
    width: 100%;
    max-width: 1140px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  @media screen and (max-width: 1170px) {
    .header-wrap.fixed .header-fixed-line{
      max-width: calc(100% - 30px);
    }
  }
  
  @media screen and (max-width: 560px) {
    .header-wrap.fixed.active-search .header-fixed-line{
      box-shadow: none;
    }
  }
  
  .mobile_icons{
    display: none;
  }
  .mobile_icons .phone-icon{
    margin-right: 15px;
  }
  @media screen and (max-width: 560px) {
    .mobile_icons{
      display: block;
      position: absolute;
      top: 11px;
      right: 70px;
    }
  }
  
  .header-search{
    color: #289fd3;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 100%;
    width: 440px;
  }
  
  
  .header-wrap.fixed .header-search{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + -200px));
    max-width: 40%;
    margin-top: 5px;
  }
  @media screen and (max-width: 560px) {
    .header-wrap.fixed .header-search{
      width: calc(100% - 30px);
      left: 15px;
      margin-top: 0;
      max-width: none;
      z-index: 10;
      transform: none;
    }
  }
  
  .header-fixed-line .header-search{
    margin-top: 0;
  }
  .header-search i:hover{
    color: #0f658b;
    cursor: pointer;
  }
  
  .header-search__wrap{
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 10px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s ease-in;
    border-radius: 8px 0 0 8px;
  }
  
  @media screen and (max-width: 560px){
    .header-wrap.active-search .header-search__wrap{
      border-radius: 0 0 8px 8px;
      background: #fff;
    }
  }
  
  .header-search__wrap form{
    display: flex;
  }
  
  .js-search-link{
    display: none;
  }
  @media screen and (max-width: 560px){
    .js-search-link{
      display: block;
      position: absolute;
      top: 11px;
      right: 140px;
      color: #289fd3;
    }
  }
  
  .search-wrap{
    position: relative;
    border: 1px solid;
    border-radius: 8px;
    padding: 4px;
  }
  .search-wrap input[type="text"]{
    border: none;
    outline: none;
  }
  .search-wrap input[type="submit"]{
    box-shadow: none;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 14px;
  }
  .search-wrap input[type="submit"]:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
    cursor: pointer;
  }
  
  .header-fixed-top{
    display: none;
  }
  .header-wrap.fixed .header-fixed-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  @media screen and (max-width: 560px){
  
    .header-wrap.fixed .header-fixed-top{
      display: none;
      padding: 0;
    }
  
    .header-fixed-top .logo,
    .header-fixed-top .header__contacts{
      display: none;
    }
  
  }
  
  .header-wrap.fixed .header__contacts{
    display: flex;
    align-items: center;
  }
  .header-wrap.fixed .header__contacts .phone{
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header-wrap.fixed .header__contacts .phone i{
    display: none;
  }
  
  @media screen and (max-width: 560px){
    .header-wrap .header-fixed-top{
      display: flex;
      position: relative;
    }
    .header-wrap .header-search{
      width: calc(100% - 30px);
      position: absolute;
      top: 224px;
      opacity: 0;
      transition: all 0.25s ease-in;
    }
    .header-wrap.active-search .header-search{
      top: 246px;
      opacity: 1;
      left: 15px;
      -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      border-radius: 0 0 8px 8px;
    }
    .header-wrap.active-search.fixed .header-search{
      top: 38px;
    }
  
  }
  
  @media screen and (max-width: 400px){
    .header-wrap.active-search .header-search{
      top: 256px;
    }
  }
  
  .auth_link{
    display: block;
    margin-top: 2px;
    margin-right: 15px;
    font-size: 18px;
  }
  .auth_link--no-auth{
    color: #748396;
  }
  
  .cart-link{
    display: block;
    margin-top: 7px;
    margin-right: 15px;
    position: relative;
    font-size: 18px;
  }
  
  .header__call-link {
    margin-right: 35px;
    padding-top: 5px;
    font-size: 16px;
  }
  
  @media screen and (max-width: 400px) {
    .header__call-link {
      margin-right: 0;
    }
  }
  
  .header__text {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4f87a2;
    max-width: 250px;
  }
  
  @media screen and (max-width: 560px) {
    .header__text {
      text-align: center;
      margin-left: 0;
      max-width: auto;
      max-width: 270px;
    }
  }
  
  .header__contacts {
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .header__contacts {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 400px) {
    .header__contacts {
      margin-top: 10px;
    }
  }
  
  .header__contacts .phone {
    display: block;
    margin-bottom: 7.5px;
  }
  
  .header__contacts .phone i {
    margin-right: 15px;
    font-size: 20px;
    color: #0992cd;
  }
  
  .header__contacts .phone a {
    color: #474747;
    font-size: 27px;
    font-weight: 700;
  }
  .header-fixed-line .header__contacts .phone a{
    font-size: 22px;
  }
  
  .header__contacts .time {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #748396;
    margin-bottom: 7.5px;
  }
  
  .header__contacts .email {
    display: block;
  }
  
  .header__contacts .email a {
    font-size: 20px;
    font-weight: 600;
    color: #748396;
  }
  .header-fixed-line .header__contacts .email a{
    font-size: 17px;
  }
  
  .header__menu {
    width: 100%;
  }
  
  .header__menu--shadow{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .logo {
    text-align: center;
  }
  
  @media screen and (max-width: 560px) {
    .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .logo__text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #289dd1;
  }
  
  @media screen and (max-width: 560px) {
    .logo__text {
      display: block;
      width: 100%;
    }
  }
  
  .logo__text--footer {
    margin-top: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #748396;
  }
  
  .logo--footer {
    text-align: left;
  }
  
  @media screen and (max-width: 560px) {
    .logo--footer {
      text-align: center;
    }
  }
  
  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: distribute;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 20px;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu {
      max-height: 0px;
      /*overflow: hidden;*/
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: auto;
      -webkit-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease;
    }
  }
  
  @media screen and (max-width: 560px) {
    .main-menu.active {
      max-height: 750px;
    }
  }
  
  .main-menu__parent{
    position: relative;
    padding: 15px 15px;
  }
  .main-menu__catalog{
    position: static;
  }
  
  .main-menu__parent.personal{
    display: none;
  }
  @media screen and (max-width: 560px) {
    .main-menu__parent.personal{
      display: block;
    }
  }
  
  .main-menu__parent:hover .main-menu__sub{
    display: block;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__parent:hover .main-menu__sub{
      display: none;
    }
  }
  
  .main-menu__catalog:hover .main-menu__sub{
    display: -ms-grid;
    display: grid;
        align-items: start;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
     max-height: 100vh;
	/*max-height: calc(100vh - 300px);
      overflow-y: scroll;*/
	  overflow-y: hidden;
      overflow-x: hidden;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__catalog:hover .main-menu__sub{
      display: none;
    }
  
  }
  
  .main-menu__sub{
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(100% - 5px);
    left: 0;
    background: #fff;
    padding: 26px 0 21px;
    list-style: none;
    border-radius: 0 0 8px 8px;
  }
  
  .main-menu__catalog .main-menu__sub{
    width: 100%;
    padding: 21px 20px;
  }
  @media screen and (max-width: 560px) {
    .main-menu__catalog .main-menu__sub{
    width: 100%;
    padding: 21px 0px;
  }
  
    
  }
  .main-menu__sub li{
    padding: 7px 0px;
  }
  
  .main-menu__catalog-sub{
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .main-menu__catalog-sub li{
    display: flex;
    align-items: self-start;
  }
  .main-menu__parent__link{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1881af;
  }
  .main-menu__catalog-sub img{
    margin-right: 10px;
	height: 40px;
  }
  @media screen and (max-width: 560px) {
    .main-menu li {
      width: 100%;
    }
    .main-menu__catalog-sub img{
      margin-bottom: 5px;
    }
    .main-menu__sub{
      position: static;
      /*display: block;*/
    }
    .main-menu .main-menu__sub.active{
      display: block;
      box-shadow: none;
    }
  /*  .main-menu__catalog-sub.active{
      display: block;
    }*/
  }
  
  @media screen and (max-width: 560px) {
    .main-menu li:last-child {
      margin-bottom: 0;
    }
  }
  
  .main-menu__link {
    font-size: 16px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__link {
      display: block;
      text-align: center;
      padding: 10px 0;
    }
  }
  
  .main-menu__link--active {
    font-weight: 600;
    color: #018fcc;
  }
  
  .main-menu__link--grey {
    font-weight: 600;
    color: #474747;
  }
  
  .main-menu__fake-link{
    color: #289fd3;
  }
  
  .header__menu a{
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .main-menu__catalog i{
    margin-left: 5px;
      transform: rotate(90deg);
  }
  
  .form {
    width: 100%;
    max-width: 502px;
    position: relative;
    margin: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .form {
      margin: 10px auto;
    }
  
  }
  .form--full{
    max-width: none;
  }
  
  .form--mr{
    margin: 20px 0;
  }
  
  .form:before {
    display: block;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
  }
  
  
  .modal .form{
    margin: 0;
    background: #fff;
    border-radius: 8px;
  }
  .modal .form:before{
    content: none;
  }
  
  .form.send .blue-btn{
    color: rgba(255,255,255,0);
  }
  .form.send .blue-btn:before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/new/assets/css/../img/spinner.gif") no-repeat center center;
  }
  
  .form--center{
    margin: 0 auto;
  }
  
  .form--right {
    float: right;
  }
  
  @media screen and (max-width: 560px) {
    .form--right {
      float: none;
    }
  }
  
  .form__error{
    margin-bottom: 10px;
    color: red;
  }
  
  .form__wrap {
    position: relative;
    z-index: 2;
    padding: 20px 40px 20px;
    border-radius: 8px;
    border: 1px solid #dfe5ed;
    min-height: 100%;
  }
  
  .form__wrap--arrow-bg {
    background: url("/local/templates/new/assets/css/../img/form-arrow.png") no-repeat rgba(255, 255, 255, 0.95);
    background-position: 10px 385px;
  }
  
  @media screen and (max-width: 560px) {
    .form__wrap {
      padding: 15px 10px;
      background-image: none;
    }
  }
  
  .form__title {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  @media screen and (max-width: 560px) {
    .form__title {
      font-size: 20px;
      line-height: 31px;
    }
  }
  
  .form__subtitle {
    font-size: 16px;
    max-width: 335px;
    text-align: center;
    margin: 0 auto 15px;
    color: #748396;
  }
  
  .form__errors{
    margin-bottom: 10px;
    text-align: center;
    color: red;
    font-size: 13px;
  }
  
  .form__errors span{
    display: block;
    margin-bottom: 3px;
  }
  
  .form__fixed-width {
    margin: 0 auto;
    max-width: 400px;
  }
  .form--full .form__fixed-width{
    max-width: none;
  }
  
  .form__field-line{
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 560px) {
    .form__field-line{
      flex-wrap: wrap;
    }
  }
  
  .form__field-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .form__field-line .form__field-wrap{
    margin: 0 10px;
  }
  @media screen and (max-width: 560px) {
    .form__field-line .form__field-wrap {
      margin-bottom: 10px;
    }
  }
  
  .form__field-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    color: #c4cbd3;
  }
  
  .form__field-wrap svg {
    width: 27px;
    height: 19px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    color: #c4cbd3;
  }
  
  @media screen and (max-width: 560px) {
    .form__field-wrap svg {
      display: none;
    }
  }
  
  .form__text-filed {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #fff;
    padding-left: 90px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
  
  .main-info .form__text-filed{
    height: 50px;
  }
  .form__field-line .form__text-filed{
    margin-bottom: 0;
  }
  
  .sotbit-seometa-tags-wrapper{
      color: #333;
      padding: 5px 15px;
      border: solid 1px #05576e;
      border-radius: 3px;
      margin: 5px;
      display: inline-block;
      font-size: 14px;
  }
  .sotbit-seometa-tags-wrapper:hover{
    background: #289fd3;
  }
  .sotbit-seometa-tags-wrapper:hover a{
    color: #fff;
  }
  
  @media screen and (max-width: 560px) {
    .form__text-filed {
      padding-left: 50px;
      height: 43px;
    }
  }
  
  .form__text-filed:hover {
    -webkit-box-shadow: 0 0 0 3px #e6e9ec;
            box-shadow: 0 0 0 3px #e6e9ec;
  }
  
  .form__text-filed:focus {
    -webkit-box-shadow: 0 0 0 3px #e6e9ec;
            box-shadow: 0 0 0 3px #e6e9ec;
  }
  
  .form__text-filed--small-h{
    height: 53px;
    padding-left: 10px;
  }
  
  .form__area-filed{
    position: relative;
    z-index: 1;
    background: transparent;
    width: 100%;
    resize: none;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    padding: 10px 10px 10px 90px;
  }
  
  .form__area-filed:focus ~ .form__area-placeholder{
    display: none;
  }
  
  .form__area-placeholder{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #878787;
    padding-left: 90px;
  }
  .form__area-placeholder.hide{
    display: none;
  }
  
  .form__file-wrap {
    display: block;
    color: #289fd3;
    height: 43px;
    border-radius: 8px;
    border: 1px dashed #289fd3;
    padding-top: 11px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .form__file-wrap:hover {
    background: #e4f7ff;
    cursor: pointer;
  }
  
  .form__file-field {
    display: none;
  }
  
  .form__short-desc {
    display: block;
    max-width: 360px;
    margin: 0 auto 15px;
    text-align: center;
    color: #748396;
  }
  
  .form__ico{
    max-width: 18px;
    max-height: 18px;
  }
  
  .form__success{
    font-size: 24px;
    text-align: center;
    padding-bottom: 27px;
  }
  
  .form .blue-btn-wrap {
    display: block;
    margin: 20px auto 20px;
  }
  .required{
    display: block;
    position: relative;
      margin-bottom: 5px;
  }
  .required__checkbox:checked ~ .required__text i {
    display: block;
  }
  
  .modal .required{
    margin-bottom: 20px;
  }
  
  .required__checkbox {
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 3px;
  }
  
  .required__text {
    display: block;
    color: #748396;
    position: relative;
    line-height: 21px;
    cursor: pointer;
    padding: 0 5px 0 25px;
  }
  
  .required__text:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #34a3d4;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .required__text i {
    display: none;
    position: absolute;
    left: 2.5px;
    top: 1.5px;
    color: #34a3d4;
  }
  
  .required__text a {
    text-decoration: underline;
    color: #748396;
  }
  
  .eight-bg {
    position: absolute;
    z-index: 1;
    top: -85px;
    right: 100px;
    font-size: 446px;
    color: #e6edf6;
    font-weight: 800;
  }
  
  .sections-list {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .sections-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .sections-list .section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
    margin-top: 50px;
  }
  
  @media screen and (max-width: 560px) {
    .sections-list .section-block {
      margin-right: 0;
      margin-bottom: 40px;
      margin-top: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  .sections-list .section-block:nth-child(1), .sections-list .section-block:nth-child(2), .sections-list .section-block:nth-child(3) {
    margin-top: 0;
  }
  
  .sections-list .section-block__img {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .sections-list .section-block__img img{
    max-width: 100%;
  }
  .sections-list .section-block__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .sections-list .section-block__name i {
    margin-left: 15px;
    color: #b6d6ea;
  }
  
  .advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  
  @media screen and (max-width: 560px) {
    .advantages-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .advantages-list--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .advantages-list--vertical .advantage {
    max-width: none;
    margin-bottom: 20px;
  }
  
  .advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 25%;
  }
  
  @media screen and (max-width: 560px) {
    .advantage {
      max-width: 90%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .advantage:last-child {
      margin-bottom: 0;
    }
  }
  
  .advantage__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 145px;
    height: 145px;
    border-radius: 100%;
    border: 1px solid #289fd3;
  }
  
  .advantages-list .advantage__ico{
    width: 103px;
    height: 103px;
  }
  .advantages-list .advantage__ico img{
    max-width: 50%;
    max-height: 50%;
  }
  
  .advantage__text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #748396;
    padding: 0 15px;
    margin-top: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .advantage__text {
      text-align: center;
      margin-top: 15px;
    }
  }
  
  .advantage__text--center {
    text-align: center;
  }
  
  .advantage__link {
    display: block;
    color: #289fd3;
    font-weight: 500;
    margin-top: 25px;
    text-decoration: underline;
  }
  
  .materials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  @media screen and (max-width: 560px) {
    .materials-list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 263px;
    margin-right: 80px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .material {
      margin: 0 15px 30px;
    }
  }
  
  .material:hover .material__name {
    text-decoration: underline;
  }
  
  .material__img {
    position: relative;
  }
  
  .material__img:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 10px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(255, 255, 255, 0.27);
  }
  
  .material__img img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .material__name {
    display: block;
    /*max-width: 183px;*/
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-top: 30px;
  }
  
  .material__name i {
    position: relative;
    top: 1px;
    color: #fff;
    margin-left: 13px;
  }
  
  .projects-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .projects-list--three {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list--three {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .projects-list--three .project {
    margin: 0 10px 15px;
    border-radius: 8px;
  }
  
  .projects-list--three .project:hover {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .projects-list--three .project:hover .project__img-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .projects-list--three .project__img-wrap {
    border-radius: 8px;
  }
  
  .projects-list--three .project__name {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list--three .project__name {
      text-align: center;
    }
  }
  
  
  .projects-list-slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list-slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .project {
    position: relative;
    max-width: 555px;
    margin: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .project {
      margin: 20px;
      overflow: hidden;
    }
  }
  
  .project:hover{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .project:nth-child(1), .project:nth-child(2) {
    margin-top: 0;
  }
  
  .project:hover .project__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .project:hover .project__text{
      transform: translateY(0);
    }
  }
  
  .project__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
  
  @media screen and (max-width: 560px) {
    .project__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .project__img {
    display: block;
    width: 100%;
  }
  
  .project__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .project__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .project__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .project__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .project__name {
    padding: 30px;
    background: #fff;
    font-size: 20px;
    line-height: 29px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
  }
  
  .project__name .blue-text {
    color: #289dd1;
  }
  
  .project__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  .related {
    position: relative;
    max-width: 555px;
    margin: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .related {
      margin: 20px;
      overflow: hidden;
    }
  }
  
  .related:hover{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .related:nth-child(1), .related:nth-child(2) {
    margin-top: 0;
  }
  
  .related:hover .related__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .related:hover .related__text{
      transform: translateY(0);
    }
  }
  
  
  
  .related__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
  }
  
  @media screen and (max-width: 560px) {
    .related__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .related__img {
    display: block;
    width: 100%;
  }
  
  .related__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .related__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .related__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .related__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .related__name {
    padding: 30px;
    background: #fff;
    font-size: 20px;
    line-height: 29px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
  }
  
  .related__name .blue-text {
    color: #289dd1;
  }
  
  .related__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  
  
  .case-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .case-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .case-list--three {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .case-list--three {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .case-list--three .project {
    margin: 0 10px 15px;
    border-radius: 8px;
  }
  
  .case-list--three .project:hover {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .case-list--three .project:hover .case__img-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .case-list--three .case__img-wrap {
    border-radius: 8px;
  }
  
  .case-list--three .case__name {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .case-list--three .case__name {
      text-align: center;
    }
  }
  
  
  .case-list-slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .case-list-slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .case {
    position: relative;
    max-width: 555px;
    margin: 0 auto 40px;
  }
  
  @media screen and (max-width: 560px) {
    .case {
      margin: 20px;
      overflow: hidden;
    }
  }

  @media screen and (max-width: 400px){
    .case {
      min-height: 250px;
      width: 120px;
    }
  }
  
  .case-col{
    width: 95%;
  }
  .case-col:nth-child(2){
    margin-top: -15px;
  }
  
  
  .case:hover .case__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .project:hover .project__text{
      transform: translateY(0);
    }
  }
  
  .case:hover .case__img-wrap {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .case__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
  }
  
  @media screen and (max-width: 560px) {
    .case__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .case__img {
    display: block;
    width: 100%;
  }
  
  .case__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .case__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .case__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .case__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .case__name {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 70%;
    padding: 15px;
    background: #fff;
    /*background: linear-gradient(222.22deg, rgb(255 255 255 / 49%) 18.78%, rgb(255 255 255 / 71%) 101.41%);
    border: 0.9px solid rgba(255, 255, 255, 0.8);*/
    font-size: 16px;
    line-height: 25px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0 8px 0 0;
  }
  .case__name .case__text {
      display:none;
  }
  .case:hover .case__text {
      display: contents;
  }
  .case__name .blue-text {
    color: #289dd1;
  }
  
  .case__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .case__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  .numeral-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  @media screen and (max-width: 560px) {
    .numeral-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .numeral {
    width: 100%;
    max-width: 265px;
    margin-right: 55px;
  }
  
  @media screen and (max-width: 560px) {
    .numeral {
      text-align: center;
      margin-right: 0;
      margin-bottom: 30px;
    }
  }
  
  .numeral:last-child {
    margin-right: 0;
  }
  
  .numeral__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #289dd1;
    font-size: 45px;
    line-height: 29px;
    font-weight: 200;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .numeral__value {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px;
    }
  }
  
  .numeral__value__small {
    font-size: 18px;
  }
  
  .numeral__text {
    font-size: 18px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
  }
  
  .slider {
    margin-top: 90px;
    margin-bottom: 120px;
  }
  
  @media screen and (max-width: 560px) {
    .slider {
      margin-top: 30px;
      margin-bottom: 60px;
    }
  }
  
  .detail-item .slider{
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav .owl-prev {
      left: calc(50% - 46px);
    }
  }
  
  .slider .owl-theme .owl-nav .owl-prev:hover {
    background: none;
  }
  
  .slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav .owl-next {
      right: calc(50% - 46px);
    }
  }
  
  .slider .owl-theme .owl-nav .owl-next:hover {
    background: none;
  }
  
  .slider .owl-theme .owl-nav .arrow {
    display: block;
    width: 26px;
    height: 49px;
  }
  
  .slider .owl-theme .owl-nav .arrow-left {
    background: url("/local/templates/new/assets/css/../img/arrow-left.png") no-repeat center center;
  }
  
  .slider .owl-theme .owl-nav .arrow-right {
    background: url("/local/templates/new/assets/css/../img/arrow-right.png") no-repeat center center;
  }
  
  .slider-item {
    position: relative;
    border-radius: 8px;
  }
  
  .slider-item__name {
    max-width: 335px;
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
  }
  
  @media screen and (max-width: 560px) {
    .slider-item__name {
      max-width: 100%;
      top: 15px;
      left: 15px;
      font-size: 16px;
    }
  }
  
  .slider-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 51px;
    height: 58px;
    background: url("/local/templates/new/assets/css/../img/play.png") no-repeat center center;
    cursor: pointer;
  }
  @media screen and (max-width: 560px) {
    .slider-video__play {
      width: 25px;
      height: 30px;
      top: auto;
      background-size: contain;
      bottom: 35px;
      -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    }
  }
  
  .pulse {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
  }
  
  .pulse:before, .pulse:after {
    border-radius: 50%;
    border: 1px solid #ffffff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  
  .pulse:before {
    -webkit-animation: rounds 3s linear infinite;
            animation: rounds 3s linear infinite;
  }
  
  .pulse:after {
    -webkit-animation: rounds 3s linear infinite 1.5s;
            animation: rounds 3s linear infinite 1.5s;
  }
  
  .pulse-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .pulse-fill:before, .pulse-fill:after {
    border-radius: 50%;
    border: 20px solid #ffffff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  
  .pulse-fill:before {
    -webkit-animation: rounds-fill 3s linear infinite;
            animation: rounds-fill 3s linear infinite;
  }
  
  .pulse-fill:after {
    -webkit-animation: rounds-fill 3s linear infinite 1.5s;
            animation: rounds-fill 3s linear infinite 1.5s;
  }
  
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .gallery {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .gallery__row {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .gallery__row {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  
  .gallery__row:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .gallery__row:last-child {
      margin-bottom: 0;
    }
  }
  
  .gallery__col {
    margin-bottom: 15px;
  }
  
  .gallery__col:last-child {
    margin-bottom: 0;
  }
  
  .gallery__item {
    width: 100%;
    background: #eae9ee;
    border-radius: 8px;
    overflow: hidden;
  }
  .gallery__item img{
    width: 100%;
    border-radius: 8px;
  }
  .map {
    position: relative;
  }
  
  .map__bg {
    position: relative;
    width: 100%;
    height: 460px;
    background: url("/local/templates/new/assets/css/../img/map.jpg") no-repeat center center;
  }
  
  @media screen and (max-width: 560px) {
    .map__bg {
      padding: 15px 0 0 40px;
    }
  }
  
  .map__info {
    display: none;
    width: 100%;
    max-width: 390px;
    height: calc(100% + 10px);
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: -5px;
    right: 0;
    padding-top: 45px;
    overflow: hidden;
  }
  
  @media screen and (max-width: 560px) {
    .map__info {
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      top: -10px;
      padding-top: 10px;
    }
  }
  
  .map__info.active{
    display: block;
  }
  
  .map__info__line {
    display: block;
    padding: 0 40px 0 25px;
    font-size: 18px;
    line-height: 26px;
    color: #748396;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 560px) {
    .map__info__line{
      margin-bottom: 5px;
    }
    .map__info__line:last-child {
      margin-bottom: 0px;
    }
  }
  
  .map__info__line b {
    font-weight: 500;
    color: #131a26;
  }
  
  .map__info__line .other_time {
    display: block;
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .map__info__line .other_time {
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 560px) {
    .map__info__img{
      display: block;
      margin-top: 15px;
    }
    .map__info__img img {
      display: block;
      margin: 0 auto;
    }
  }
  
  .map-point {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .map-point.active{
    
  }
  
  @media screen and (max-width: 560px) {
    .map-point {
      position: relative;
      left: 0 !important;
      top: 0 !important;
      margin-bottom: 10px;
    }
  }
  
  .map-point[data-info="samara"] {
    top: 45px;
    left: 485px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="samara"] {
      left: 40px;
    }
  }
  
  .detail-wrap .map-point[data-info="samara"] {
    left: 415px;
  }
  
  .map-point[data-info="sankt-peterburg"] {
    top: 140px;
    left: 160px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="sankt-peterburg"] {
      top: 110px;
      left: 50%;
    }
  }
  
  .map-point[data-info="krasnoyarsk"] {
    top: 170px;
    left: 510px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="krasnoyarsk"] {
      left: 40px;
    }
  }
  
  .detail-wrap .map-point[data-info="krasnoyarsk"] {
    left: 450px;
  }
  
  .map-point[data-info="moskva"] {
    top: 240px;
    left: 100px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="moskva"] {
      left: 40px;
    }
  }
  
  .map-point[data-info="novosibirsk"] {
    top: 260px;
    left: 415px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="novosibirsk"] {
      left: calc(50% + 30px);
    }
  }
  
  .map-point[data-info="krasnodar"] {
    top: 340px;
    left: 150px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="krasnodar"] {
      left: 40px;
    }
  }
  
  .map-point[data-info="nizhniy-novgorod"] {
    top: 340px;
    left: 465px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="nizhniy-novgorod"] {
      left: calc(50% + 30px);
    }
  }
  
  .detail-wrap .map-point[data-info="nizhniy-novgorod"]{
    left: 395px;
  }
  
  .map-point:hover .map-point__plus {
    background: #0f658b;
  }
  
  .map-point__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 1;
    background: #289dd1;
    font-size: 40px;
    color: #fff;
    border-radius: 100%;
    transition: all 0.15s ease-in;
  }
  
  .map-point.active .map-point__plus{
    transform: rotate(45deg);
    background: #0f658b;
  }
  
  .map-point__adress {
    height: 53px;
    position: relative;
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 10px 15px 0 45px;
    font-size: 14px;
    line-height: 18px;
    color: #748396;
    font-weight: 500;
  }
  
  @media screen and (max-width: 560px) {
    .map-point__adress {
      padding-right: 5px;
    }
  }
  
  .map-point__city {
    display: block;
  }
  
  .phone-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 790px;
    margin: 35px auto 0;
    height: 80px;
    background: #fff;
    border-radius: 5px;
    padding: 0 50px;
  }
  
  @media screen and (max-width: 560px) {
    .phone-line {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: auto;
      padding: 15px 20px;
    }
  }
  
  .phone-line__text {
    font-size: 28px;
    color: #748396;
    font-weight: 600;
  }
  
  @media screen and (max-width: 560px) {
    .phone-line__text {
      margin-bottom: 10px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .phone-line__text {
      text-align: center;
    }
  }
  
  .phone-line__phone {
    color: #289dd1;
    font-size: 30px;
    font-weight: 600;
  }
  
  .phone-line__phone i {
    font-size: 18px;
    color: #bec3ca;
    margin-right: 5px;
  }
  
  .plus-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1020px;
    margin: 45px auto 0;
  }
  
  @media screen and (max-width: 560px) {
    .plus-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .plus-list .plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 225px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .plus-list .plus svg {
    fill: #75ceff;
  }
  
  .plus-list .plus__text {
    text-align: center;
    line-height: 26px;
    font-weight: 500;
  }
  
  .plus-list .plus__text a {
    color: #92d8ff;
    text-decoration: underline;
  }
  
  .gen-dir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .gen-dir__text {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding-top: 135px;
    font-weight: 300;
    opacity: 0.8;
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir__text {
      font-size: 20px;
      padding-top: 0;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir__text br {
      display: none;
    }
  }
  
  .director {
    position: relative;
  }
  
  @media screen and (max-width: 560px) {
    .director__img{
      transform: translateX(-25%);
      width: 100%;
    }
  }
  
  .director__video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 90px;
    right: -20px;
  }
  
  @media screen and (max-width: 560px) {
    .director__video-wrap {
      top: 50px;
      right: 30px;
    }
  }
  
  .director__video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 97px;
    height: 97px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 auto;
  }
  
  .director__video img {
    position: relative;
    left: 4px;
  }
  
  .director__video__text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 55px;
  }
  
  .director__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 250px;
    position: absolute;
    left: 0;
    bottom: 55px;
  }
  
  .director__name {
    max-width: 200px;
    padding: 12px 27px 0px;
    display: inline-block;
    background: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2a;
    font-weight: 600;
  }
  
  .director__sign {
    position: absolute;
    bottom: 50px;
    left: -215px;
    max-width: 150px;
  }
  .director__sign img{
    width: 100%;
  }
  
  .director__position {
    padding: 10px 15px 15px 27px;
    display: inline-block;
    background: #fff;
    border-radius: 0px 8px 8px 8px;
    font-size: 18px;
    line-height: 26px;
    color: #748396;
  }
  
  .docs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media screen and (max-width: 560px) {
    .docs-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .doc {
    position: relative;
    max-width: 360px;
    /*&:hover &:before{
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: url("/local/templates/new/assets/css/../img/search.png") rgba(0, 0, 0, 0.3) no-repeat center center ;
      cursor: pointer;
    }*/
  }
  
  @media screen and (max-width: 560px) {
    .doc {
      margin-bottom: 30px;
    }
  }
  
  .doc__name {
    position: relative;
    text-align: center;
    font-size: 23px;
    line-height: 27px;
    color: #055581;
  }
  
  @media screen and (max-width: 560px) {
    .doc__name br {
      display: none;
    }
  }
  
  .doc__name:before {
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background: #289dd1;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .doc__slider {
    margin-top: 55px;
  }
  
  .doc__slider img {
    width: 100%;
  }
  
  .doc__slider .owl-prev:hover, .doc__slider .owl-next:hover {
    background: none !important;
  }
  
  .doc__slider .arrow-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
  }
  
  .doc__slider .arrow-circle i {
    font-size: 24px;
    color: #289dd1;
  }
  
  .doc__slider .arrow-circle:hover {
    background: none;
  }
  
  .doc__slider .arrow-circle:hover {
    background: #e4f7ff;
  }
  
  .doc__slider-item {
    display: block;
    position: relative;
  }
  
  .doc__slider-item:before{
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/local/templates/new/assets/css/../img/search.png") rgba(0, 0, 0, 0.3) no-repeat center center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.35s ease-in-out;
  }
  
  .doc__slider-item:hover:before {
    opacity: 1;
    z-index: 1;
    
  }
  
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f1f4f8;
  }
  
  @media screen and (max-width: 560px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 90px;
    }
  }
  
  .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
    border-top: 1px solid #b8d0f0;
  }
  
  @media screen and (max-width: 560px) {
    .footer-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 30px;
    }
  }
  
  .footer__col {
    margin-right: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  
  .footer__col:first-child {
    max-width: 275px;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col:first-child {
      max-width: 100%;
    }
  }
  
  .footer__col:last-child {
    max-width: 315px;
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col:last-child {
      max-width: 100%;
    }
  }
  
  .footer__copy {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
  }
  
  .footer__props {
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    margin-bottom: 60px;
  }
  
  .footer__props:last-child {
    margin-bottom: 0;
  }
  
  .footer__props-link {
    display: block;
  }
  
  .footer__props-link {
    font-weight: 500;
    display: block;
    color: #289dd1;
  }
  
  .footer__phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media screen and (max-width: 560px) {
    .footer__phone-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .footer__phone {
      width: 100%;
    }
  }
  
  .footer__phone i {
    margin-right: 20px;
    font-size: 20px;
    color: #0992cd;
  }
  
  .footer__phone a {
    font-size: 27px;
    line-height: 26px;
    color: #748396;
    font-weight: 600;
  }
  
  .footer__phone-text {
    max-width: 150px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #748396;
    margin-top: 10px;
  }
  
  .footer__offices {
    margin-top: 60px;
  }
  
  .footer__office {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .footer__office {
      text-align: center;
    }
  }
  
  .foter-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
  }
  
  .foter-menu li {
    margin-bottom: 15px;
  }
  
  
  .foter-menu li:last-child {
    margin-bottom: 0;
  }
  
  .foter-menu__link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #289dd1;
  }
  
  .footer-row{
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .footer-copyright{
    color: #748396;
  }
  
  .catalog {
    margin: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }
  @media screen and (max-width: 560px) {
    .catalog {
      margin: 25px 0;
    }
  }
  
  .use-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
  }
  .use-title{
    display: inline-block;
    font-size: 18px;
  }
  .use-item{
    padding: 5px 10px;
    border: 1px solid #dfe5ed;
    border-radius: 12px;
    margin-left: 15px;
  }
  
  /* @media screen and (max-width: 560px) {
    .catalog {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  } */
  
  .catalog__content {
    width: 100%;
    /* width: calc(100% - 300px); */
  }
  
  #section-delivery {
    border-top: 2px solid #b9d0f0;
    border-bottom: 2px solid #b9d0f0;
  }

  @media screen and (max-width: 560px) {
    .catalog__content{
      width: 100%;
    }
  }
  
  .catalog__list ~ .catalog__list{
    border-top: 1px solid #b8d0f0;
    padding-top: 30px;
  }
  
  .catalog__list--full{
    width: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__list {
      width: 100%;
      /*margin-top: 40px;*/
    }
  }
  
  
  .catalog__sect {
    display: -ms-grid;
    display: flex;
    -ms-grid-columns: repeat(auto-fit, minmax(25%, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)); */
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;

  }
  
  @media screen and (max-width: 560px) {
    .catalog__sect {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-bottom: 0;
    }
  }
  
  
  .catalog__sect--some{
    display: grid;
    -ms-grid-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
    grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__sect--some {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .catalog__sidebar {
    width: 250px;
    margin-right: 50px;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__sidebar {
      width: 100%;
      margin-right: 0;
      height: 200px;
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
    }
    .sotbit-seometa-tags-block{
      display: flex;
      width: 100%;
      float: none;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      flex-wrap: nowrap;
      align-items: center;
      margin: 10px 0;
    }
  }
  
  .catalog__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .menu-burger{
    width: 22px;
    margin-right: 20px;
  }
  
  .menu-burger__line{
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background: #289dd1;
  }
  .menu-burger__line:last-child{
    margin-bottom: 0;
  }
  
  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
  }
  
  .menu-btn--filter{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dfe5ed;
    padding: 0 0 15px;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  
  .menu-btn__syb{
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-left: 5px;
    transition: transform 0.25s ease;
  }
  
  .menu-btn__syb:before{
    content: "+";
    display: block;
  }
  
  .menu-btn.active .menu-btn__syb:before{
    content: "-";
  }
  
  .catalog-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  
  .catalog-menu.active {
    max-height: 750px;
  }
  
  .catalog-menu__link {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    padding: 10px 5px;
    border-bottom: 1px solid #dfe5ed;
  }
  
  .catalog-menu__link:hover {
    background: #e4f7ff;
    border-bottom: 1px solid transparent;
  }
  
  .filter {
    display: block;
  }
  
  .filter__title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dfe5ed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .filter__filter-row {
    position: relative;
    border-bottom: 1px solid #dfe5ed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .bx-filter-popup-result{
    display: none !important;
    background: #fff;
    padding: 5px;
    border: 1px solid #748396;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .filter__name {
    font-size: 16px;
  }
  
  .filter__label {
    display: block;
    margin-top: 15px;
  }
  
  .filter__checkbox {
    display: none;
  }
  
  .filter__checkbox:checked ~ .filter__text i {
    display: block;
  }
  
  .filter .filter__text {
    display: block;
    color: #748396;
    position: relative;
    line-height: 21px;
    cursor: pointer;
    padding-left: 25px;
  }
  
  .filter .filter__text:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #34a3d4;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .filter .filter__text i {
    display: none;
    position: absolute;
    left: 2.5px;
    top: 2.5px;
    color: #34a3d4;
  }
  
  .filter .filter-price-wrap{
    display: flex;
    justify-content: space-between;
  }
  .filter .bx-filter-parameters-box-container-block{
    width: 45%;
  }
  .filter .bx-ft-sub{
    font-style: normal;
  }
  .filter .bx-ui-slider-track-container{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .filter .bx-ui-slider-track{
    width: calc(100% - 28px);
    position: relative;
    margin: 0 auto;
    height: 7px;
    background: #34a3d4;
  }
  
  .filter .bx-ui-slider-track:before{
    content: "";
    display: block;
    height: 7px;
    background: #34a3d4;
    position: absolute;
    left: -25%;
    width: 150%;
  }
  
  
  .filter .bx-ui-slider-handle {
      position: absolute;
      top: 50%;
      width: 16px;
      height: 16px;
      border-bottom: 0;
      background: #fff;
      border-radius: 100%;
      border: 1px solid #748396;
  }
  .filter .bx-ui-slider-handle:hover {
      -webkit-cursor: grab;
      -ms-cursor: grab;
      -o-cursor: grab;
      cursor: grab;
  }
  .filter .bx-ui-slider-handle.left {
      left: -1px;
      transform: translateX(-90%) translateY(-50%);
  }
  .filter .bx-ui-slider-handle.right {
      right: -1px;
      transform: translateX(90%) translateY(-50%);
  }
  .filter .bx-filter-input-container input{
    width: 100%;
  }
  .filter .bx-ui-slider-part{
    position: absolute;
    top: -6px;
  }
  .filter .bx-ui-slider-part span{
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    width: 15px;
    text-align: center;
    color: #000;
  }
  .filter .bx-ui-slider-part.p1{
    left: -1px;
  }
  .filter .bx-ui-slider-part.p5 {
    right: 15px;
  }
  
  
  .sect {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .sect {
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
      margin-right: 0;
    }
  }
  
  
  .sect__left{
    margin-right: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .sect__left{
      margin-right: 0px;
    }
  }
  
  .sect__name {
    display: block;
    color: #474747;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .sect__img img{
    max-width: 100%;
    width: 270px;
  }
  
  .sect-main{
    display: flex;
    margin-bottom: 30px;
    padding: 0 10px;
    transition: transform 0.1s ease-in;
  }
  
  .sect-main:hover{
    transform: scale(1.05);
  }
  
  .sect-main__full{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #f1f4f8;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  .sect-main__link{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .sect-main__name{
    display: flex;
    min-height: 65px;
    color: #474747;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  @media screen and (max-width: 560px) {
    .sect-main__name {
      min-height: 61px;
    }
  }
  
  .sect-main__img{
    max-width: 100%;
  }
  @media screen and (max-width: 560px) {
    .sect-main__img {
      width: 100%;
    }
  }
  
  .sect__tags{
    padding-top: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .sect__tags {
      padding-top: 10px;
      padding-left: 0;
    }
  }
  
  .tags{
    width: 100%;
  }
  
  .tags__name{
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  
  .tags__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  @media screen and (max-width: 560px) {
    .tags__list {
      justify-content: center;
    }
  }
  
  .tags__list li{
    margin-right: 10px;
    margin-bottom: 15px;
  }
  
  .tags__list__link{
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #748396;
  }
  .tags__list__link:hover{
    text-decoration: none;
    background: #e4f7ff;
  }
  
  .filter-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .filter-list__link {
    padding: 0 0 0 5px;
    display: block;
    margin-top: 5px;
  }
  
  
  .items_list{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 40px 20px;
    /* min-height: 356px; */
  }
  
  @media screen and (max-width: 560px) {
    .items_list {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 40px 10px;
    }
  }
  
  .product-item-container{
    /* margin-bottom: 40px;
    margin-right: 20px; */
  }
  .product-item-container:nth-child(4n){
    /* margin-right: 0; */
  }
  .item-card-wrap{
    width: 100%;
    position: relative;
  }
  .item-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0px;
    /*margin-bottom: 50px;*/
  }
  
  @media screen and (min-width: 560px) {
  
    .item-card{
      /*border: 1px solid transparent;*/
    }
    .item-card-hover:hover{
      position: absolute;
      left: -5%;
      top: -15px;
      width: 110%;
      padding: 15px 5% 0;
      z-index: 1;
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      background: #fff;
    }
    .item-card-hover:hover .item-card{
      background: #fff;
    }
    .item-card__bottom{
      width: 100%;
      display: none;
      background: #fff;
      padding-bottom: 15px;
    }
  
    .item-card-hover:hover .item-card__bottom {
      display: block;
    }
  
  }
  
  .item-card__name{
    display: block;
    color: #474747;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 15px;
    font-weight: 600;
    min-height: 58px;
  }
  .item-card__img{
    max-width: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .item-card__img {
      text-align: center;
    }
  }
  
  .item-card__img img{
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
  .item-card__prop-name{
    font-size: 12px;
    line-height: 1.187;
    font-weight: bold;
  }
  .item-card__prop{
      list-style: none;
      padding: 0;
      margin: 10px 0;
  }
  
  .item-card__prop-name ~ .item-card__prop{
    margin-top: 3px;
  }
  
  .item-card__prop > li{
     font-size: 12px;
    line-height: 1.187;
    display: flex;
    margin-bottom: 3px;
  }
  .item-card__prop > li > i {
    margin-right: 4px;
  }
  .item-card__prop .fa-check{
    color: #333;
  }
  .item-card__availability{
    margin-top: 10px;
      color: #a0be1e;
      font-size: 14px;
  }
  
  .plus-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 60px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-table {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .plus-table {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .plus-item {
    margin: 10px 15px 10px 10px;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-item {
      padding: 10px;
    }
  }
  
  .plus-item__name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-item__name {
      font-size: 18px;
      height: auto;
    }
  }
  
  .manager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    padding: 20px 40px;
    margin: 25px 0;
  }
  
  @media screen and (max-width: 560px) {
    .manager {
      margin: 30px 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-shadow: 0px 15px 16px 0px rgba(5, 85, 129, 0.39);
              box-shadow: 0px 15px 16px 0px rgba(5, 85, 129, 0.39);
    }
  }
  
  .manager__text {
    max-width: 450px;
    margin-right: 60px;
  }
  
  @media screen and (max-width: 560px) {
    .manager__text {
      margin-right: 0;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  
  .manager__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .manager__subtitle {
    font-size: 18px;
  }
  
  @media screen and (max-width: 560px) {
    .manager__social {
      margin: 0 auto;
    }
  }
  
  .manager__social-text {
    font-size: 14px;
    margin-top: 20px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .manager__social-text{
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .manager__social-text br{
      display: none;
    }
  }
  
  .social-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 560px) {
    .social-list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  @media screen and (max-width: 400px) {
    .social-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .social-list__link {
    font-size: 40px;
    margin-right: 20px;
  }
  
  @media screen and (max-width: 400px) {
    .social-list__link {
      width: 33%;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: center;
    }
  }
  
  .social-list__link:last-child {
    margin-right: 0;
  }
  
  .inter-map {
    position: relative;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .inter-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  
  .inter-map__text {
    position: absolute;
    width: 100%;
    max-width: 320px;
    height: calc(100% + 20px);
    top: -10px;
    left: calc(50% - 585px);
    background: #fff;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    padding: 20px 30px;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
  }
  
  @media screen and (max-width: 560px) {
    .inter-map__text {
      max-width: 100%;
      position: static;
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    .inter-map__text {
      text-align: center;
    }
  }
  
  .inter-map iframe {
    border: none;
  }
  
  @media screen and (max-width: 560px) {
    .breadcrumbs_wrap{
      overflow: hidden;
    }
  }
  
  .breadcrumbs {
    display: flex;
    /*flex-wrap: wrap;*/
    padding: 0;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    width: 0;
  }
  @media screen and (max-width: 560px) {
    .breadcrumbs{
      padding-bottom: 0;
      margin-bottom: 0;
      white-space: nowrap;
      overflow-x: auto;
    }
  }
  
  .breadcrumbs__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
  }
  
  .breadcrumbs__link i {
    font-size: 10px;
    padding-left: 10px;
  }
  
  .detail-wrap{
    margin-top: 40px;
  }
  
  .detail-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 60px;
  }
  
  .detail-item__left {
    width: 45%;
    margin-right: 5%;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__left {
      width: 100%;
    }
  }
  
  .detail-slider .owl-dots .owl-dot{
    width: 24%;
    padding-top: 17% !important;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  
  .detail-slider .owl-theme .owl-dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  
  .detail-slider .owl-theme .owl-dots .owl-dot span{
    display: none;
  }
  
  .detail-slider__item{
    display: block;
    width: 100%;
    max-height: 350px;
  }
  
  .detail-item__right {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__right {
      width: 100%;
    }
  }
  
  .detail-item__name {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__name {
      margin-bottom: 10px;
    }
  }
  
  .detail-item__type {
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
  }
  
  .detail-item__short-info {
    font-size: 20px;
    color: #289dd1;
    margin-top: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__short-info {
      margin: 10px 0;
    }
  }
  
  .detail-item__short-info--bold{
    font-weight: bold;
    font-size: 22px;
  }
  
  .detail-item__preview-text {
    line-height: 24px;
    margin-top: 10px; 
  }
  
  .detail-item__preview-text .prop_list{
    width: 100%;
  }
  
  .detail-item__price {
    font-size: 26px;
    font-weight: 500;
    color: #289dd1;
    margin: 20px 0;
  }
  
  .detail-item__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 400px) {
    .detail-item__buttons {
      width: calc(100vw - 10%);
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: space-between;
      -webkit-justify-content:center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .detail-item__buttons .btn {
    margin-right: 10px;

  }
  
  @media screen and (max-width: 400px) {
    .detail-item__buttons .btn {
      width: 90%;
      margin-right: 0;
      margin-bottom: 0;
    }
  }
  
  .detail-item__buttons .btn:last-child {
    margin-right: 0;
  }
  
  .detail-item__tabs {
    margin-top: 30px;
  }
  
  .tabs {
    width: 100%;
    margin-top: 40px;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            border-radius: 8px;
  }
  
  @media screen and (max-width: 620px){
    .tabs {
      overflow: hidden;
    }
  }
  
  .tabs__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media screen and (max-width: 620px){
    .tabs__links{
      overflow-x: scroll;
    }
  }
  
  @media screen and (max-width: 400px) {
    .tabs__links {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .tabs__link {
    position: relative;
    z-index: 1;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
  }
  
  @media screen and (max-width: 620px){
    .tabs__link{
      width: max-content;
      padding: 15px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link {
      width: 100%;
    }
  }
  
  .tabs__link:not(:last-child) {
    border-right: none;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link:not(:last-child) {
      border-right: 1px solid #000;
      border-bottom: none;
    }
  }
  
  .tabs__link--active {
    color: #000;
    border-bottom: 1px solid #e4f7ff;
  }
  
  /* .tabs__link--active:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link--active:before {
      content: none;
    }
  }
  
  .tabs__link--active:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -19px;
    border: 10px solid transparent;
    border-top: 10px solid #e4f7ff;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link--active:after {
      content: none;
    }
  } */
  
  .tabs__block {
    display: none;
    padding: 30px 40px 40px;
    border-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .tabs__block--active {
    display: block;
  }
  
  .tabs__block__title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block__title {
      text-align: center;
    }
  }
  
  .tabs__block__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block__subtitle {
      text-align: center;
    }
  }
  
  .prop_list{
    width: 65%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
  }
  
  @media screen and (max-width: 560px) {
    .prop_list {
      width: 100%;
    }
  }
  
  .prop_list__item{
    display: grid;
    grid-template-columns: 80% 20%;
    margin-bottom: 5px;
  }
  
  .prop_list__name{
    
  }
  .prop_list__value{
    display: block;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
  }
  
  .garanty {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .garanty__half {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .garanty__half {
      width: 100%;
    }
    .prop_list__item{
      grid-template-columns: 50% 50%;
    }
  }
  
  .garanty__cert {
    position: relative;
    margin-top: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .garanty__cert {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  
  .garanty__cert img{
    max-width: 100%;
    max-height: 490px;
  }
  
  .garanty__cert-link {
    width: 100%;
    max-width: 360px;
    max-height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
  }
  
  @media screen and (max-width: 560px) {
    .garanty__cert-link {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  
  .imgs-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 400px) {
    .imgs-line {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .imgs-line__img {
    margin-right: 20px;
  }
  
  @media screen and (max-width: 400px) {
    .imgs-line__img {
      margin-right: 0;
    }
  }
  
  .imgs-line__img:last-child {
    margin-right: 0;
  }
  
  .imgs-line__img img {
    width: 100%;
  }
  
  .detail-slider__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  
  .detail-slider__thumb {
    max-width: 30%;
  }
  
  .detail-slider__thumb img {
    width: 100%;
  }
  
  .slider-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .slider-line {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  
  .slider-line__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .slider-line__title {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .slider-line__item {
      max-width: 320px;
      margin: 0 auto;
    }
  }
  
  .interesting-slider{
  
  }
  
  .interesting-item__name {
    display: block;
    padding-top: 10px;
    height: 90px;
  }
  
  .interesting-item__btn {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .related__slider{
  
  }
  
  .related-item__name {
    display: block;
    padding-top: 10px;
    height: 90px;
  }
  
  .interesting-item__btn {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .articles-list {
    margin-top: 20px;
  }
  
  .article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe5ed;
  }
  
  .article:last-child {
    border-bottom: none;
  }
  
  .article__img{
    margin-right: 15px;
  }
  
  .article__name {
    font-size: 18px;
    margin: 0;
  }
  
  .article__data {
    font-size: 12px;
    margin: 10px 0;
  }
  
  .article__link {
    display: block;
  }
  
  .modal {
    display: none;
  }
  .modal p{
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .fancybox-content {
    background: none;
  }
  
  .fancybox-button svg {
    color: #fff;
  }
  
  .show-mobile {
    display: none;
  }
  
  @media screen and (max-width: 560px) {
    .show-mobile {
      display: flex;
      justify-content: flex-start;
    }
  }
  
  @-webkit-keyframes rounds {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .05;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @keyframes rounds {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .05;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @-webkit-keyframes rounds-fill {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .15;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @keyframes rounds-fill {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .15;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  .bx-filter-parameters-box-container{
    display: flex;
  }
  .bx-filter-parameters-box-container input{
    width: 48%;
    margin-right: 2%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .bx-filter-parameters-box-container input.btn-link{
    margin-right: 0;
  }
  
  .review_list{
  
  }
  
  .review-line{
    display: flex;
    justify-content: flex-start;
  }
  .review-photo-wrap{
    max-width: 300px;
    margin-right: 15px;
  }
  .review-photo-wrap img{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    max-width: 100%; 
  }
  .review-info{
    width: 100%;
  }
  .review-name{
    margin-bottom: 10px;
    font-size: 22px;
    color: #055581;
    font-weight: 500;
  }
  
  
  .contacts-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #111;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-item{
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
  @media (max-width: 560px){
    .contacts-item{
      height: 400px;
      margin-bottom: 0;
    }
  }
  
  .smart-captcha{margin: 10px 0;}
  .fancybox-stage .smart-captcha {
    height: 102px !important;
  }
  .login-html{width:100%;height:100%;padding:40px 70px 180px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px; background: #fff;}
  .login-html .sign-in-htm,.login-html .sign-up-htm{top:0;left:0;right:0;bottom:0;position:absolute;transform:rotateY(180deg);opacity:0;visibility:hidden;transition:all .4s linear}
  .login-html .sign-in,.login-html .sign-up,.login-form .group .check{display:none}
  .login-html .tab,.login-form .group .label,.login-form .group .button{text-transform:uppercase}
  .login-html .tab{font-size:22px;padding-bottom:5px;margin:0 40px 10px 0;display:inline-block;border-bottom:2px solid transparent; cursor: pointer;}
  .login-html .tab[for="tab-2"]{margin-right: 0;}
  .login-html .sign-in:checked + .tab,.login-html .sign-up:checked + .tab{border-color: #289dd1}
  .login-form{min-height:500px;position:relative;perspective:1000px;transform-style:preserve-3d; padding-top: 20px;}
  .registration-form{padding-top: 20px;}
  .login-form .group{margin-bottom:15px}
  .login-form .group .label,.login-form .group .input,.login-form .group .button{width:100%;color:#232324;display:block;font-size:16px}
  .login-form .group .input,.login-form .group .button{border:none;padding:10px 20px;border-radius:25px;border:1px solid #bebebe;margin-top:2px}
  .login-form .group input[data-type="password"]{text-security:circle;-webkit-text-security:circle}
  .login-form .group .label{color:#aaa;font-size:12px}
  .login-form .group .button{height:auto;background:#f7d723;font-weight:700;border:none;-webkit-transform:skew(0deg) scale(0.9999);-moz-transform:skew(0deg) scale(0.9999);-o-transform:skew(0deg) scale(0.9999);transform:skew(0deg) scale(0.9999)}
  .login-form .group label .icon{width:15px;height:15px;border-radius:2px;position:relative;display:inline-block;background:rgba(0,0,0,.1)}
  .login-form .group label .icon:before,.login-form .group label .icon:after{content:'';width:10px;height:2px;background:#333;position:absolute;transition:all .2s ease-in-out 0}
  .login-form .group label .icon:before{left:3px;width:5px;bottom:6px;transform:scale(0) rotate(0)}
  .login-form .group label .icon:after{top:6px;right:0;transform:scale(0) rotate(0)}
  .login-form .group .check:checked + label .icon{background:#f7d723}
  .login-form .group .check:checked + label .icon:before{transform:scale(1) rotate(45deg)}
  .login-form .group .check:checked + label .icon:after{transform:scale(1) rotate(-45deg)}
  .login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{transform:rotate(0);opacity:1;visibility:visible}
  .login-html .sign-up:checked + .tab + .login-form .sign-up-htm{transform:rotate(0);opacity:1;visibility:visible}
  .login-html .hr{height:2px;margin:70px 0 50px;background:rgba(0,0,0,.2)}.foot-lnk{text-align:center}
  .registration-form,.dev_form .login-form{border:none}.login-form label{width:auto;margin:0}
  .login-form .check-row{text-align:left}.group .label{text-align:left}
  
  
  #clients-slider .owl-stage{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .client{
    display: flex;
    justify-content: center;
  }
  
  .owl-carousel .owl-item a.fancy{
    display: block;
  }
  #clients-slider.owl-carousel .owl-item img{
    width: auto;
  }
  
  .basket-items-search-field{
    display: none;
  }
  
  /*.top-seo{
    margin-bottom: 20px;
  }
  .bottom-seo{
    margin-top: 20px;
  }*/
  
  
  
  .sale-section{
    padding: 75px 0;
  }
  .sale-section + .section--p75{
    padding-top: 0;
  }
  .sales-carousel{
    width: 100%;
    max-width: 1100px;
    padding: 6px 15px;
    margin: 0 auto;
   }
   .sales-carousel.owl-carousel .owl-item{
      border-radius: 8px;
   }
   .sale-block{
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
   }
   .owl-carousel .owl-item img.sale-block__img,
   .sale-block__img{
    max-width: 100%;
    max-height: 220px;
    width: auto;
    position: relative;
    z-index: 2;
   }
   @media screen and (max-width: 480px) {
    .owl-carousel .owl-item img.sale-block__img,
    .sale-block__img{
      width: 100%;
      max-height: auto;
     }
   }
   .sale-block__bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-color: #015973 !important;
    background-position: 310px !important;
    background-size: contain !important;
   }

   
   .sale-block__text{
    position: absolute;
    z-index: 4;
    padding: 15px;
    height: 81%;
    margin-top: 10px;
    right: 20px;
    height: calc(90% - 30px);
    max-width: calc(100% - 40px);
    top: 10%;
    border-radius: 8px;
    overflow: hidden;
   }
   @media screen and (max-width: 480px) {
    .sale-block__text{
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding-right: 40px;
      font-size: 12 !important;
     }
   }
   .sale-block__link{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
   }
  
   .popup-window-buttons{
    display: flex;
    justify-content: center;
   }
  
   .stock__slider.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
   }
  
  .breadcrumbs{
    margin: 15px 0;
  }
  .irs--flat .irs-bar{
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
  }
  .irs--flat .irs-handle>i:first-child {
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      width: 15px;
      border-radius: 100%;
      height: 100%;
      margin-left: -1px;
      background-color: #fff;
      transform: translateX(-50%);
      border: 1px solid #748396;
  }
  .irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child{
    background: #fff;
    cursor: pointer;
  }
  .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
  }
  
  .amo-button-holder{
    bottom: 20px !important;
    right: 20px !important;
  }
  
  .irs--flat .irs-handle > i:first-child{
    width: 18px;
  }
  .irs--flat .irs-from:before, 
  .irs--flat .irs-to:before, 
  .irs--flat .irs-single:before{
    border-top-color: #115d87;
  }
  
  .show_more{
    position: relative;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    margin: 0 auto 15px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
  }
  .show_more:hover, .show_more:focus{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  .show_more.send{color: transparent;}
  .show_more.send:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/geosint/assets/css/../img/spinner.gif") no-repeat center center;
  }
  
  
  [data-pagination-num]{
    text-align: center;
  }
  [data-pagination-num] .text{
    display: block;
    margin-bottom: 10px;
  }
  [data-pagination-num] .text a{
    margin: 0px 2.5px;
  }
  .product-item-button-container .btn, .btn--one-click{
    font-size: 16px;
  }
  
  .footer__gp-link{
    position: relative;
    top: 10px;
    text-align: left;
  }
  @media screen and (max-width: 560px) {
    .footer__gp-link{
      display: none;
    }
  }
  .footer__gp-link--mobile{
    display: none;
  }
  @media screen and (max-width: 560px) {
    .footer__gp-link--mobile{
      display: block;
      top: 0;
      margin-top: 10px;
      text-align: center;
    }
  }
  
  .footer__gp-link a{
    color: #748396;
    font-size: 12px;
  }
  .footer__gp-link a:hover{
    color: #748396;
    text-decoration: underline;
  }
  
  
  @media screen and (max-width: 560px) {
    .header-line .personal:not(.main-menu__parent){
      display: none;
      position: absolute;
      right: 134px;
      top: 8px;
    }
    .header-line .cart{
      position: absolute;
      right: 0;
      top: 3px;
    }
    .header-wrap.fixed .header-line, .header-wrap .header-line{
      flex-direction: column;
    }
    .item-card{
      padding: 0;
    }
  
    .item-card:last-child{
      padding-right: 0;
    } 
    .item-card__name{
      font-size: 14px;
    }
    .item-card__buttons{
      font-size: 14px;
    }
    .product-item-container{
      /* margin-right: 10px; */
    }
    .product-item-button-container .btn, .btn--one-click{
      padding: 10px 0;
    }
    .product-item-container:nth-child(4n){
      margin-right: 10px
    }
    .product-item-container:nth-child(2n){
      margin-right: 0;
    }
    .item-card__availability{
      font-size: 12px;
      margin-bottom: 10px;
    }
    .sect__left{
      min-width: auto;
    }
    .catalog__sect{
      padding: 5px 5px 0 5px;
      display: grid;
          grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .banner__subtitle{
      font-size: 14px;
      line-height: 1.4
    }
    .main-menu.active{
      padding: 0
    }
    .header__text{
      font-size: 12px;
      line-height: 1.4;
    }
    .header__contacts .email a{
      font-size: 14px;
    }
    .header__contacts .phone a{
      font-size: 20px;
    }
    .header__contacts .phone i{
      margin-right: 5px;
    }
    .header__call-link{
      display: none
    }
    .main-menu__parent__link{
      flex-direction: column;
      align-items: start;
    }
    .product-item-button-container .btn, .btn--one-click{
      font-size: 14px;
    }
    .detail-item__name{
      font-size: 20px;
    }
    .detail-item__short-info{
      font-size: 14px;
    }
    .detail-item__short-info--bold{
      font-size: 16px;
    }
    .detail-wrap{
      margin-top: 10px
    }
    .detail-item__buttons .btn{
      font-size: 14px;
    }
    .fancybox-content{
      padding: 15px 25px;
    }
    .login-form{
      min-height: 380px;
    }
    .login-html{
      padding: 40px;
    }
    .login-html .tab{
      display: block;
      text-align: center;
      margin-right: 0;
    }
    .fancybox-content{
      overflow: hidden;
    }
    .fancybox-slide--html .fancybox-close-small{
      right: -10px;
    }
    .login-html .hr{
      margin: 35px 0 25px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .login-html{
      padding: 15px;
    }
    .login-html .tab{
      font-size: 18px;
    }
    .form__text-filed--small-h{
      height: 40px;
      font-size: 14px;
    }
    .blue-btn-wrap .blue-btn{
      font-size: 16px;
    }
    .required__text{
      font-size: 14px;
    }
    .login-form{
      min-height: 360px;
    }
  }

  .main-menu__sub.main-menu__sub {
    padding: 0 26px 0;
  }

  .content-block {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    color: #333;
}

.intro-text {
    font-size: 18px;
 font-family: 'Ubuntu', sans-serif;
    margin-bottom: 25px;
    text-align: left;
    color: #2c3e50;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #005771;
}

.benefit-icon {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.benefit-text {
    flex: 1;
    text-align: left;
}

.contract-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #005771;
}

.contract-title {
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: left;
    font-size: 22px;
}

.contract-text {
    text-align: left;
    margin: 0;
    font-size: 16px;
}

.contract-link {
    color: #E85E29;
    text-decoration: none;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.contract-link:hover {
    color: #E85E29;
    background: rgba(231, 76, 60, 0.1);
    text-decoration: underline;
}

.contract-link:focus {
    outline: 2px solid #e74c3c;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .content-block {
        padding: 15px;
    }
    
    .benefit-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .benefit-icon {
        margin-bottom: 10px;
    }
}

.contact-block {
    max-width: 800px;
    margin: 30px auto;
    padding: 30px;
    background: linear-gradient(135deg, #005771 0%, #03799C 100%);
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.contact-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.steps-container {
    margin-bottom: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.step-number {
    background: #E85E29;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.step-content {
    flex: 1;
}

.step-text {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
}

.step-text strong {
    color: #E85E29;
}

.cta-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 2px dashed rgba(255,255,255,0.3);
}

.cta-icon {
    font-size: 32px;
    margin-right: 15px;
}

.cta-text {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.phone-form {
    background: rgba(255,255,255,0.95);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.form-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.phone-input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.phone-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.phone-input::placeholder {
    color: #999;
}

.submit-btn {
    background: #E85E29;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,107,107,0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.form-note {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.privacy-link {
    color: #005771;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #764ba2;
    text-decoration: underline;
}
.sale-personal-section-row-flex {
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.sale-personal-section-row-flex .pesronal-block {
    width: 100%;
}
.sale-personal-section-index-block.bx-theme-blue {
    background: linear-gradient(rgb(0 87 113), rgb(0 87 113)), url(/local/templates/new/components/bitrix/sale.personal.section/personal/images/wt_blue.png) center top;
    opacity: 1;
}
.sale-personal-section-index-block.bx-theme-blue:hover {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .contact-block {
        padding: 20px 15px;
        margin: 20px auto;
    }
    
    .contact-title {
        font-size: 22px;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .form-group {
        flex-direction: column;
    }

    .cta-section {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    @media (max-width: 560px) {
      .rekvizits{
        padding-top: calc(50px - 1em);
      }
    }

}
/* End */


/* Start:/local/templates/new/dist/main.css?177730318912152*/
body {
    line-height: 1;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

:root {
    --header-height: 137px;
}

body {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.15;
    color: #262626;
    min-width: 340px;
}

.container {
    max-width: 1214px;
    margin: 0 auto;
    padding: 0 16px;
}

.header-main {
    background-color: #fff;
}
.header__top-inner {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    gap: 12px;
}
.header__contacts {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}
.header__contacts-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header__logo-text {
    padding-left: 11px;
    border-left: 0.5px solid #8c8b8b;
    color: #8c8b8b;
    font-size: 10px;
    line-height: 100%;
    max-width: 160px;
	min-width: 160px;
}
.logo__img {
    width: 318px !important;
    /*height: 55px;*/
	height: auto;
}

.header__bottom {
    background-color: #005771;
}
.header__nav {
    display: grid;
    grid-template-columns: 1fr 159px;
}
.header__nav-list {
    display: flex;
    align-items: center;
}
.header__nav-item {
    /* position: relative; */
}
.header__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 20px 15px;
    color: white !important;
}
.header__nav-link:hover {
    background-color: #0280a7a5;
}

.cart__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: white;
    font-size: 16px;
    background-color: #023848;
}
.cart__link-price {
    font-size: 12px;
}

/* Mobile Header Styles */
.header__mobile {
    display: none;
}

.header__mobile-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header__mobile-logo {
    flex: 1;
}

.header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-menu__line {
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.burger-menu.active .burger-menu__line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active .burger-menu__line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-menu__line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu__header {
    padding: 12px;
    display: flex;
    justify-content: flex-end;
}

.mobile-menu__close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu__nav-list {
    list-style: none;
}

.mobile-menu__nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu__nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.mobile-menu__nav-link:hover {
    background-color: #f8f9fa;
    color: #3498db;
}

.mobile-menu__contacts {
    padding: 20px;
}

.mobile-menu__contacts-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.mobile-menu__contacts-list {
    list-style: none;
}

.mobile-menu__contacts-item {
    margin-bottom: 10px;
}

.mobile-menu__contacts-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.mobile-menu__contacts-link:hover {
    color: #3498db;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1164px) {
    .header__contacts {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .header__nav-list {
        flex-wrap: wrap;
    }
    .header__contacts-link {
        font-size: 12px;
    }
    .header__nav {
        grid-template-columns: 1fr 120px;
    }
    .header__nav-link {
        padding: 16px 8px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    .header__top,
    .header__bottom {
        display: none;
    }

    .header__mobile {
        display: block;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .header__mobile-logo .logo__img {
        height: auto;
 		/*height: 40px;*/
        width: 240px !important;
    }

    .cart__link {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        background: transparent;
        & .icon {
            stroke: #333;
        }
    }

    .cart__link-counter {
        background-color: #e74c3c;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }
}
@media screen and (max-width: 370px) {
    .header__mobile-logo .logo__img {
        height: auto;
		/*height: 32px;*/
        width: 200px !important;
    }
}
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    fill: currentColor;
    vertical-align: middle;
}

.icon use,
.icon svg {
    width: 100%;
    height: 100%;
}

.icon--small {
    width: 16px;
    height: 16px;
}

.icon--large {
    width: 32px;
    height: 32px;
}

.main {
    min-height: calc(100dvh - var(--header-height));
    /* padding: 40px 0; */
}
.main__banner {
    /* height: calc(100dvh - var(--header-height)); */
    height: 100dvh;
    max-height: 750px;
    position: relative;
    padding-bottom: 30px;
    & .container {
        height: 100%;
    }
    @media(max-width: 560px){
        padding-bottom: 26px;
    }
}

.main__banner-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 750px;
}

.main__banner-img {
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main__banner-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    gap: 70px;
    max-width: 672px;
    width: 100%;
    & .flex {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    & .title {
        line-height: 100%;
        font-weight: 700;
        font-size: clamp(1.5rem, 0.4063rem + 3.125vw, 2.75rem);
    }
    & .button {
        font-size: 18px;
        font-weight: 700;
        background-color: #e85e29;
        box-shadow: 0px 32.65px 90.27px 0px #e85e296b;
        padding: 38px 48px;
        border-radius: 5px;
        width: fit-content;
    }
    & .glass {
        background: linear-gradient(222.22deg, rgba(10, 30, 50, 0.8) 30.78%, rgba(10, 30, 50, 0.4) 101.41%);
        /* border: 0.9px solid linear-gradient(118.5deg, rgba(255, 255, 255, 0.8) -2.64%, rgba(255, 255, 255, 0) 9.54%); */
        border: 0.9px solid #23566e;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 32px;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        padding: 38px 26px;
    }
}

.title.glass{
    font-size: clamp(1.5rem, 0.4063rem + 3.125vw, 2.75rem);
    padding: 20px 15px;
}

.main__section {
    padding: 50px 0;
    position: relative;
}
.main__section-title {
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 0.4063rem + 3.125vw, 2.75rem);
}
.main__section-descr {
    /* margin-top: 20px; */
    font-size: clamp(1rem, 0.8906rem + 0.3125vw, 1.125rem);
}
.main__section--rectangle {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}

.mt-30 {
    margin-top: 30px;
}
.mobile-menu__nav-item.has-submenu {
    position: relative;
}

.mobile-menu__nav-link.has-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu__nav-link.has-submenu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    transition: transform 0.3s ease;
}

.mobile-menu__nav-link.has-submenu.active::after {
    transform: rotate(180deg);
}

.mobile-menu__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f8f9fa;
}

.mobile-menu__submenu.active {
    max-height: 1000px;
}

.mobile-menu__submenu-item {
    border-bottom: 1px solid #e9ecef;
}

.mobile-menu__submenu-link {
    display: block;
    padding: 12px 30px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.mobile-menu__submenu-link:hover {
    background-color: #e9ecef;
    color: #3498db;
}

/* Parent category styling */
.mobile-menu__parent-category {
    padding: 15px 20px;
    background-color: #f0f0f0;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu__category-items {
    background-color: #fafafa;
}

.mobile-menu__category-items .mobile-menu__submenu-link {
    padding-left: 40px;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .main__banner-inner {
        gap: 32px;
    }
    .main__banner-inner .glass {
        flex-wrap: wrap;
        padding: 24px;
    }
    .main__banner-inner .button {
        padding: 20px;
    }
}

.main__section .advantages-list {
    margin-top: 60px;
}
.slide-owl-custom {
    display: flex;
    flex-direction: column;

    & .descr {
        text-align: center;
        padding: 28px;
        background-color: white;
    }
    & .link {
        color: #005771;
        text-decoration: underline;
        font-size: 18px;
    }
}

.phone-line {
    background: #005771;
}
.phone-line__text {
    color: white;
}

.plus-list--grey {
    padding: 40px 52px;
    border-radius: 6px;
    background: linear-gradient(259.92deg, rgba(188, 188, 188, 0.14) -7.51%, rgba(188, 188, 188, 0) 115.04%);

    & .plus__text {
        color: #262626;
        line-height: 120%;
    }
}

.main__user {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 32px;
    & .title {
        font-size: clamp(1.5rem, 0.4063rem + 3.125vw, 2.75rem);
        line-height: 120%;
    }
    & .descr {
        line-height: 120%;
        font-size: 18px;
    }
}

.main__user-img {
    border-radius: 5px;
    position: relative;
    & img {
        width: 100%;
        height: 100%;
        max-width: 540px;
        margin: 0 auto;
    }
    & .text {
        backdrop-filter: blur(19.711999893188477px);
        border: 0.9px solid white;
        background: #00000024;
        display: grid;
        gap: 12px;
        font-size: 18px;
        line-height: 120%;
        padding: 14px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        border-radius: 5px;
        color: white;
        width: fit-content;
    }
}

@media screen and (max-width: 870px) {
    .main__user {
        grid-template-columns: 1fr;
    }
}

.catalog {
    & .breadcrumbs_wrap {
        margin-top: 32px;
        margin-bottom: 20px;
    }
}
.catalog__title {
    max-width: 440px;
}

.preview_text ul{
    list-style: disc;
}

.footer__col ul{
    list-style: none;
}
/* End */


/* Start:/local/templates/new/components/bitrix/sale.basket.basket.line/basket/style.min.css?17773031873712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/new/components/arturgolubev/search.title/main/style.min.css?177730318812020*/
.bx_smart_searche,.bx_smart_searche *,.bx-searchtitle,.bx-searchtitle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:14px}.bx-searchtitle{margin:10px 0 0}.bx-searchtitle-history{margin-top:5px}.bx-searchtitle-history a{color:#222;text-decoration:underline}.bx-searchtitle-history a:hover{text-decoration:none}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#333;background-color:#f8fafc;border:1px solid #d5dadc;border-right:none;border-radius:1px 0 0 1px;outline:none;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-searchtitle .bx-input-group .bx-form-control:focus{background-color:#fff}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0%,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0%,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell;line-height:normal}.bx-searchtitle .bx-input-group-btn button{position:relative;border:none;background:url(/local/templates/new/components/arturgolubev/search.title/main/images/search-icon.png) center center no-repeat #95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:0;border-radius:0 1px 1px 0;color:#fff;font-size:16px;line-height:1.42857143;height:34px;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background-color:#1484CE}div.title-search-result{border:0 none!important;border-top:0 none;display:none;overflow:hidden;z-index:999;min-width:200px;margin-top:3px;background-color:#FFF;border-radius:2px;box-shadow:0 0 7px -2px #d6d6d6}div.title-search-fader{display:none;background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/fader.png);background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_smart_searche{padding-top:8px;border-top:0 none;border-radius:0 0 3px 3px}.bx_smart_searche .bx_info_wrap{margin-left:85px}.bx_smart_searche .bx_img_element{float:left;padding:5px;width:75px;text-align:center}.bx_smart_searche .bx_item_block{min-height:65px;position:relative}.bx_smart_searche .bx_image{display:inline-block;max-width:100%}.bx_smart_searche .bx_image.empty_image{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/image/noimg.png)}.bx_smart_searche .bx_item_element{padding:8px 0}.bx_smart_searche .bx_item_element_all_result{text-align:center}.bx_smart_searche .bx_item_element hr{margin:0;border:none;border-bottom:1px solid #e5e5e5}.bx_smart_searche .bx_item_element a{margin-top:5px;display:inline-block;color:#333;font-size:14px;text-decoration:none;font-weight:700}.bx_smart_searche .bx_item_element a b{font-weight:700;color:#000}.bx_smart_searche .bx_item_element a:hover,.bx_smart_searche .bx_item_element a:hover b{text-decoration:underline}.bx_smart_searche .bx_item_preview_text{font-size:13px;padding:5px 10px 5px 0}.bx_smart_searche .bx_price{font-weight:700;font-size:15px;margin-top:5px}.bx_smart_searche .bx_price .old{font-weight:400;text-decoration:line-through;color:#636363;font-size:12px;vertical-align:middle}.bx_smart_searche .bx_item_block.all_result{min-height:0}.bx_smart_searche .bx_item_block.others_result{min-height:0;line-height:12px;padding:0}.bx_smart_searche .bx_item_block.all_result .all_result_button{display:inline-block;font-size:14px;background-color:#1485CE;border:1px solid;border-color:#1485CE;color:#FFF;padding:0 22px;height:34px;text-decoration:none;border-radius:2px;margin:0 0 8px;line-height:34px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.bx_smart_searche .bx_item_block_href{display:block;text-decoration:none;margin-bottom:5px;padding:8px;line-height:14px}.bx_smart_searche .bx_item_block_href:hover{background-color:#feeed2}.bx_smart_searche .bx_item_block_hrline{border-bottom:1px solid #f5a61c;margin:0 8px 5px}.bx_item_block_item_clear{display:block;clear:both}.bx_smart_searche .bx_item_block_item_info_wrap{display:block}.bx_smart_searche .bx_item_block_item_info_wrap.wpic{padding-left:39px}.bx_smart_searche .bx_item_block_item_info{display:block}.bx_smart_searche .bx_item_block_href_category_title{color:#a2a2a2}.bx_smart_searche .bx_item_block_href_category_name{color:#f5a61c;font-weight:700;text-transform:uppercase}.bx_smart_searche .bx_item_block_item_image{width:34px;height:34px;float:left;margin-right:5px;position:relative}.bx_smart_searche .bx_item_block_item_image img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.bx_smart_searche .bx_item_block_item_name{color:#333;overflow:hidden;height:34px;display:block;line-height:17px;display:flex}.bx_smart_searche .bx_item_block_item_name_flex_align{margin:auto 0}.bx_smart_searche .bx_item_block_item_simple_name{color:#333;display:block;line-height:17px}.bx_smart_searche .bx_item_block_item_name b,.bx_smart_searche .bx_item_block_item_simple_name b{color:#f5a61c}.bx_smart_searche .bx_item_block_item_price{float:right;text-align:right;color:#333;line-height:17px;padding-left:5px}.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one{line-height:34px}.bx_smart_searche .bx_item_block_item_price .bx_price_new{white-space:nowrap;font-weight:700;display:block}.bx_smart_searche .bx_item_block_item_price .bx_price_old{white-space:nowrap;text-decoration:line-through}.bx_smart_searche .bx_item_block_item_text{color:#9b9b9b;display:block;margin-top:8px;font-size:13px;line-height:15px}.bx_smart_searche .bx_item_block_item_props{color:#9b9b9b;display:block;margin-top:8px;font-size:13px;line-height:15px}.bx_item_block_item_prop_item{display:block}.bx_smart_no_result_find{padding:0 8px 8px}.bx-searchtitle .bx-searchtitle-preloader{position:absolute;top:2px;right:110%;width:30px;height:30px;z-index:5;display:none}.bx-searchtitle .bx-searchtitle-preloader.view{background:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_orange.gif) center center no-repeat}.bx-searchtitle.theme-blue .bx-input-group .bx-form-control{border-color:#0083d1}.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_blue.gif)}.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{background-color:#0083d1;border-color:#0083d1}.bx-searchtitle.theme-blue .bx-input-group-btn button{background-color:#0083d1;border-color:#0083d1;color:#FFF}.bx-searchtitle.theme-blue .bx-input-group-btn button:hover,.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover{background-color:#5ca6e4;border-color:#5ca6e4;text-decoration:none}.bx_smart_searche.theme-blue .bx_item_element a b{color:#5ca6e4}.bx_smart_searche.theme-blue .bx_item_block_href:hover{background-color:#b2d9f1}.bx_smart_searche.theme-blue .bx_item_block_href_category_name{color:#0083d1}.bx_smart_searche.theme-blue .bx_item_block_item_name b,.bx_smart_searche.theme-blue .bx_item_block_item_simple_name b{color:#0083d1}.bx_smart_searche.theme-blue .bx_item_block_hrline{border-color:#0083d1}.bx-searchtitle.theme-black .bx-input-group .bx-form-control{border-color:#333}.bx-searchtitle.theme-black .bx-searchtitle-preloader.view{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_black.gif)}.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{background-color:#333;border-color:#333}.bx-searchtitle.theme-black .bx-input-group-btn button{background-color:#333;border-color:#333;color:#FFF}.bx-searchtitle.theme-black .bx-input-group-btn button:hover,.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover{background-color:#5c5c5c;border-color:#5c5c5c;text-decoration:none}.bx_smart_searche.theme-black .bx_item_element a b{color:#5c5c5c}.bx_smart_searche.theme-black{border-top:0 none;border-radius:0 0 3px 3px}.bx_smart_searche.theme-black .bx_item_block_href:hover{background-color:#eaeaea}.bx_smart_searche.theme-black .bx_item_block_href_category_name{color:#333}.bx_smart_searche.theme-black .bx_item_block_item_name b,.bx_smart_searche.theme-black .bx_item_block_item_simple_name b{color:#333}.bx_smart_searche.theme-black .bx_item_block_hrline{border-color:#333}.bx-searchtitle.theme-green .bx-input-group .bx-form-control{border-color:#159ebb}.bx-searchtitle.theme-green .bx-searchtitle-preloader.view{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_green.gif)}.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{background-color:#159ebb;border-color:#159ebb}.bx-searchtitle.theme-green .bx-input-group-btn button{background-color:#159ebb;border-color:#159ebb;color:#FFF}.bx-searchtitle.theme-green .bx-input-group-btn button:hover,.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover{background-color:#44b1c9;border-color:#44b1c9;text-decoration:none}.bx_smart_searche.theme-green .bx_item_element a b{color:#44b1c9}.bx_smart_searche.theme-green .bx_item_block_href:hover{background-color:#d0ebf1}.bx_smart_searche.theme-green .bx_item_block_href_category_name{color:#159ebb}.bx_smart_searche.theme-green .bx_item_block_item_name b,.bx_smart_searche.theme-green .bx_item_block_item_simple_name b{color:#159ebb}.bx_smart_searche.theme-green .bx_item_block_hrline{border-color:#159ebb}.bx-searchtitle.theme-red .bx-input-group .bx-form-control{border-color:#E22B2B}.bx-searchtitle.theme-red .bx-searchtitle-preloader.view{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_red.gif)}.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{background-color:#E22B2B;border-color:#E22B2B}.bx-searchtitle.theme-red .bx-input-group-btn button{background-color:#E22B2B;border-color:#E22B2B;color:#FFF}.bx-searchtitle.theme-red .bx-input-group-btn button:hover,.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover{background-color:#e95c5c;border-color:#e95c5c;text-decoration:none}.bx_smart_searche.theme-red .bx_item_element a b{color:#e95c5c}.bx_smart_searche.theme-green .bx_item_block_href:hover{background-color:#f9d4d4}.bx_smart_searche.theme-red .bx_item_block_href_category_name{color:#E22B2B}.bx_smart_searche.theme-red .bx_item_block_item_name b,.bx_smart_searche.theme-red .bx_item_block_item_simple_name b{color:#E22B2B}.bx_smart_searche.theme-red .bx_item_block_hrline{border-color:#E22B2B}.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control{border-color:#F9A91D}.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view{background-image:url(/local/templates/new/components/arturgolubev/search.title/main/images/loader_yellow.gif)}.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{background-color:#F9A91D;border-color:#F9A91D}.bx-searchtitle.theme-yellow .bx-input-group-btn button{background-color:#F9A91D;border-color:#F9A91D;color:#FFF}.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover,.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover{background-color:#faba4a;border-color:#faba4a;text-decoration:none}.bx_smart_searche.theme-yellow .bx_item_element a b{color:#faba4a}.bx_smart_searche.theme-yellow .bx_item_block_href_category_name{color:#F9A91D}.bx_smart_searche.theme-yellow .bx_item_block_item_name b,.bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b{color:#F9A91D}.bx_smart_searche.theme-yellow .bx_item_block_hrline{border-color:#F9A91D}
/* End */


/* Start:/local/templates/new/components/bitrix/menu/top/style.min.css?1777303187490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/new/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/new/components/bitrix/system.auth.form/authfrm_new/style.min.css?1777303188424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/new/components/bitrix/system.auth.form/authfrm_new/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/new/components/bitrix/system.auth.form/authfrm_new/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/new/components/bitrix/main.register/registerfrm_new/style.min.css?1777303188442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/local/templates/new/components/bitrix/main.register/registerfrm_new/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/local/templates/new/components/bitrix/main.register/registerfrm_new/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/new/template_styles.css?178049117442275*/
.header-search__wrap{
    padding: 0;
}
.header-search__wrap form, #title-search, .header-search__wrap form input{
    height:100%;
}
.search-wrap, .header-search__wrap form input[type='text']{
    width:100%;
}
.search-wrap input[type="submit"]{
    right: 0px;
    bottom: 1px;
    height: 95%;
}
.section__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 44px;
    flex-direction:row;
}
.search {
    width: 100%;
}
.header__mobile-search {
    display: none;
}
.header__mobile-search.active {
    display: block;
    width: 100%;
}
.header__mobile-search #catalog-search {
    position: relative;
    padding: 15px;
    width: 100%;
}
.header__contacts a.search:hover {
    color:#e85e29;
    border: 1px solid #e85e29 !important;
}
#catalog-search-input {
    width: 100%;
}
.catalog-search__main {
    width: 50%;
}
.catalog__search {
    min-width: 40%;
}
.header__contacts a.search {
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #005771;
}
.container.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-searching:before {
    content: "\f002";
}
@media screen and (max-width: 750px) {
    .container.search {
        flex-direction: column;
        margin-right: 0px;
    }
    .catalog__search {
        display: none;
    }
    .fa-searching {
        margin-right: 4px;
    }
}
.title-search-result table{
    width:100%;
}
.fancybox-container #auth {
    height: auto;
    overflow: hidden;
}
.phone-line__phone a {
	color:white;
}
.fancybox-container #auth .login-html {
    height: auto;
    padding: 40px 70px 40px;
}
#auth .login-html .sign-in:checked ~ .login-form {
    min-height: 400px;
}
#auth .login-html .sign-up:checked ~ .login-form {
    min-height: 700px;
}
#smart-title-search{
    margin:0;
    height:100%;
    border-radius: 8px;
}
#smart-title-search button{
    height:40px;
    border-radius: 0 8px 8px 0;
}
#smart-title-search .bx-input-group{
    width:100%;
}
#smart-title-search-input{
    height:40px;
    border-radius: 8px 0 0 8px;
    background: #fff;
}
.header-search__wrap{
    background: transparent;
}
.small-text{
    font-size: 12px;
} 
.text-bold{
    font-weight: bold;
}
.fil_open {
    display: none;
}
.interesting-item__name {
    height: 100%;
}


@media(max-width:1350px){
    body {
        overflow-x: hidden;
    }
    #clients-slider {
        overflow-x: hidden;
    }
    #docs-wrap .doc {
        max-width: 32.333%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }    
}

@media(max-width:1050px){
    .main-menu__parent {
        padding: 15px 5px;
    }
    .map__info {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        top: -10px;
        padding-top: 10px;
    }
    .map__info__line .other_time {
        display: inline;
    }
}

@media(max-width:991px){
    .footer-wrap {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .footer__col {
        width: 45%;
        max-width: 100%;
        margin-right: 0;
    }
    .footer__gp-link {
        position: inherit;
    }
    .footer__col:first-child {
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: solid 1px #bcd0ee;
        padding-bottom: 20px;
    }
    .footer__col:nth-child(2) {
        text-align: right;
        align-items: flex-end;
        margin-bottom: 20px;
        border-bottom: solid 1px #bcd0ee;
        padding-bottom: 20px;
    }
    .footer__col:last-child {
        max-width: 100%;
        text-align: right;
        align-items: flex-end;
    }
    .footer__phone-wrap .footer__phone-text {
        width: 100%;
        max-width: 100%;
    }
    .footer__props {
        margin-bottom: 15px;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    }
}

@media(max-width:870px){ 
    .header__menu .show-mobile {
        display: flex;
        justify-content: flex-start;
    }
    .header-line .personal:not(.main-menu__parent){
        display: none;
        position: absolute;
        right: 134px;
        top: 8px;
    }
    .header-line .cart{
        position: absolute;
        right: 0;
        top: 3px;
    }
    .header-wrap.fixed .header-line, .header-wrap .header-line{
        flex-direction: column;
    }
    .main-menu {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
        max-height: 0;
    }
    .main-menu.active {
        padding: 0 20px;
        max-height: 750px;
    }
    .main-menu li {
        width: 100%;
    }
    .main-menu .main-menu__sub {
        display: none;
    }
    .main-menu__sub {
        position: static;
    }
    .main-menu__catalog:hover .main-menu__sub {
        display: none;
    }
    .main-menu .main-menu__sub.active {
        display: block;
        box-shadow: none;
    }
    .main-info {
        flex-wrap: wrap;
    }
    .main-info__half {
        width: 100%;
    }
    .main-info .main-left__text {
        padding: 0;
        order: 1;
    }
    .main-info .main-left__plus {
        margin: 10px -.5rem;
        order: 2;
    }
    .main-left__plus .plus {
        margin: 1rem .5rem;
        padding: .7rem;
        background: rgb(255 255 255 / 80%);
        border-radius: 5px;
    }
    .main-left__plus .plus__text {
        display: block;
        margin-top: 0;
        font-size: 1rem;
        color: #333;
    }
    .circle-block {
        position: relative;
        left: 0;
        bottom: auto;
        top: auto;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .main-info__half.main-right .form {
        margin: 10px auto 0;
    }
    .advantages-list {
        flex-wrap: wrap;
    }
    .advantage {
        max-width: 50%;
        margin: 15px 0;
    }
    .advantage__text {
        text-align: center;
    }
    .advantage__text br {
        display: none;
    }
    .advantage__link {
        margin-top: 0;
    }
    .related {
        margin: 5px;
    }
    .phone-line__phone {
        white-space: nowrap;
        font-size: 20px;
    }
    .phone-line__text {
        font-size: 20px;
    }
    .gen-dir {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gen-dir__text {
        font-size: 20px;
        padding-top: 0;
    }
    .gen-dir__dir.director {
        width: 100%;
        text-align: center;
    }
    .director__img {
        width: auto;
        height: 500px;
        margin: 0 auto;
    }
    .gen-dir__text br {
        display: none;
    }
    #clients-slider.owl-carousel .owl-item img {        
        max-width: 100%;
    }
    .footer__phone {
        white-space: nowrap;
    }
    .footer__offices {
        margin-top: 20px;
    }
    .banner .circle-block {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .catalog__sect--some {
        -ms-grid-columns: 33.333% 33.333% 33.333%;
        grid-template-columns: 33.333% 33.333% 33.333%;
    }
    .sect-main__img {
        width: 100%;
    }
    .header-search {
        width: 300px;
        max-width: 100%;
    }
    .header-wrap.fixed .header-search {
        left: 100px;
        transform: none;
        max-width: 30%;
    }
    .banner__text {
        max-width: 100%;
        padding-right: 0;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media(max-width:720px){
    .header-search__wrap{
        left: 0;
        width: 100%;
        top: -55px;
        background: transparent;
    }
	.case__title {
    	font-size: 15px;
	}
	.case__name { 
		font-size: 12px;
	}
	.case__name {
    	position: relative;
    	max-width: 100%;
        min-height: 190px;
	}
    .case {
        box-shadow: 0px 0px 1px 0px black;
	}
    #smart-title-search button, #smart-title-search-input, #smart-title-search{
        height:40px;
    }
    .map__bg {
        padding: 15px 0 0 40px;
    }
    .map-point {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 10px;
    }
    .header-wrap.fixed .header-search {
        display: none;
    }
    .review-photo-wrap {
        width: 40%;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .review-photo-wrap img {
        width: 100%;
    }
    .review-line {
        margin-bottom: 20px;
    }
    .form__field-line {
        flex-wrap: wrap;
    }
    .form__field-line .form__field-wrap {
        margin-bottom: 10px;
    }
    div.news-detail img.detail_picture {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        float: none;
        margin: 0 0 20px 0;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
    .detail-item__left {
        width: 100%;
    }
    .detail-item__right {
        width: 100%;
    }
}

@media(max-width:560px){
    #docs-wrap .doc {
        width: 48%;
        margin: 10px 1%;
        max-width: 100%;
    }
    .doc__name {
        font-size: 18px;
    }
    .footer__col {
        width: 100%;
        max-width: 100%;
    }
    .footer__col:nth-child(2) {
        align-items: center;
        text-align: center;
    }
    .footer__col:last-child {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }
    .main-left__text .circle-block {
        right: auto;
        left: auto;
        transform: translateX(0);
    }
    .main-info .main-left__plus {
        max-width: 100%;
    }
    .main-info .main-left__plus {
        margin: 10px 0 0;
    }
    .main-left__plus .plus {
        margin: 0.5rem 0;
        padding: 0.7rem;
        background: rgb(255 255 255 / 80%);
        border-radius: 5px;
        width: 100%;
    }
    .advantage__text {
        font-size: 1rem;
    }
    .plus-list .plus {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
    }

    .plus-list .plus__text{
        margin-top: 0;
    }
    .catalog__sect--some {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }
    .fil_open {
        display: block;
        padding: 15px;
        background: #05576e;
        color: #fff;
        border-radius: 7px;
        margin: 0 0 15px;
    }
    .catalog__sidebar {
        height: auto;
        display: none;
        max-height: 500px;
    }
    .review-line {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .review-info {
        text-align: center;
    }
    .review-photo-wrap {
        width: 220px;
        max-width: 100%;
        flex-shrink: 0;
        margin: 0 auto 15px;
    }
    .project__text {
        opacity: 0;
    }
    .project:hover .project__text {
        opacity: 1;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media(max-width: 370px){
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

/* Мобильные стили (до 768px) */
@media (max-width: 768px) {
	.gallery__item--medium {
		height: 204px !important;
	}
	
	.gallery__item--large,
	.gallery__item--small {
		height: 270px !important;
	}
}

/* Десктопные стили */
@media (min-width: 769px) {
	.gallery__item--large {
		height: 555px;
	}
	
	.gallery__item--medium,
	.gallery__item--small {
		height: 270px;
	}
}

.header__menu .main-menu__parent {
    padding: 20px 15px;
}

.header__menu .main-menu__parent a {
    color: #fff;
}

.header__menu a.main-menu__sub_sub {
    color: #262626;
}

.header__menu .main-menu__parent__link a {
    color: #1881af;
}

.cart__cnt {
    font-size: 16px;
}

.total-basket-summ {
    font-size: 12px;
    margin-left: 5px;
}

.bx-basket-block a {
    margin: 0;
}
.bx-basket-block {
    padding: 0;
}

html .sales-carousel {
    max-width: 1214px;
}

.advantages-list .advantage__ico img {
    max-width: 90%;
    max-height: 90%;
}

.main__section--gray {
    margin-top: 35px;
    background: #F1F4F8;
    padding: 40px 20px;
}

@media(max-width: 560px){
    .main__section--gray {
        padding: 40px 20px 0;
    }
}

.section.section-form-bg {
    background: url("/local/templates/new/assets/img/main_banner_with_form.png") no-repeat center center;
}
@media(max-width: 560px){
    .section.section-form-bg{
        padding-top: 40px;
    }
}

@media (max-width: 560px) {
    .case-col .case:last-child {
        margin-bottom: 0;
    }
}

.case-list {
    margin-top: 20px;
}
.case-col:nth-child(2) {
    margin-top: 0;
}

@media screen and (max-width: 870px) {
    .main-menu {
        display: flex;
        flex-direction: row;
        max-height: unset;
        flex-wrap: nowrap;
    }
    .header__menu .show-mobile {
        display: none;
    }
    .fa-shopping-cart, .fa-searching {
        font-size: 19px;
    }
    .header__mobile-actions .cart-link {
        color: #333;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .header__mobile-actions .cart__cnt {
        background-color: #e74c3c;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }
    .header__mobile-actions .total-basket-summ {
        display: none;
    }

    .mobile-menu__nav .header__menu .main-menu__parent a {
        color: #333;
    }
    .mobile-menu__nav .header__menu .main-menu {
        flex-direction: column;
    }

    .mobile-menu__nav .main-menu__parent__link img {
        display: none;
    }

    .mobile-menu__nav .main-menu__catalog .main-menu__sub {
        padding: 0;
    }

    .mobile-menu__nav .main-menu {
        padding: 0;
    }

    .mobile-menu__nav .header__menu .main-menu__parent {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .mobile-menu__nav .header__menu .main-menu__parent.main-menu__catalog {
        padding: 0;
    }

    .mobile-menu__nav .main-menu__parent__link {
        width: 100%;
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
        background-color: #f0f0f0;
    }

    .mobile-menu__nav .header__menu .main-menu__parent.main-menu__catalog .main-menu__sub ul li {
        display: block;
        padding: 12px 30px;
        color: #666;
        text-decoration: none;
        font-size: 14px;
        transition: background-color 0.3s ease;
        padding-left: 40px;
        font-size: 13px;
    }

    .mobile-menu__nav .header__menu .main-menu__parent a.parent {
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .main-menu__catalog:hover .main-menu__sub {
        max-height: unset;
    }
    .mobile-menu__nav .header__menu .main-menu__parent a.main-menu__sub_sub {
        font-size: 13px;
    }
}

.sect-main__full img {
    width: 100%;
}

.catalog {
    margin: 20px 0;
}



.detail-item__short-info {
    margin-top: 20px;
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    line-height: 120%;
}
.detail-item__short-info--bold {
    margin-top: 0;
    font-weight: 700;
}

.detail-item__preview-text hr {
    display: none;
}
.detail-item__preview-text {
    margin-top: 20px;
}
.detail-item__preview-text .prop_list {
    margin-top: 20px;
}
.product-item-detail-info-container {
    margin-top: 0;
}

.product-item-detail--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 34px;
}

.detail-item__price {
    margin: 0;
}

.product-item-amount-field {
    font-size: 32px;
}
.product-item-detail-price-current {
    font-size: 32px;
}
.price-roll {
    /* font-size: 32px; */
}
.custom--flex {
    display: flex;
    flex-direction: column;
}
.custom--label {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #262626;
    margin-bottom: 10px;
}
.custom--label.custom--bold {
    font-weight: 700;
}
.custom--value {
    white-space: nowrap;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    color: #262626;
}
@media (max-width: 767px){
    .custom--value {
        font-size: 20px;
    }
}
.custom--value.custom--light {
    font-weight: 400;
}
.product-item-amount-field {
    font-size: 28px;
    height: 38px;
}
@media (max-width: 400px){
    .product-item-amount-field {
        max-width: 30px;
    }
}
@media (max-width: 767px){
    .product-item-amount-field {
        font-size: 20px;
        height: 22px;
    }
}
.product-item-price-current {
    display: flex;
    flex-direction: column;
}
.product-item-price-current .price-roll {
    font-weight: normal;
}
.detail-item__buttons {
    align-items: center;
    gap: 20px;
}
.get--consult-btn {
    padding: 28px 32px;
    background: #E85E29;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    transition: .3s;
}

.get--consult-btn:hover {
    background: #eb7f55;
    color: #FFFFFF;
}

.get--consult-btn:focus {
    background: #eb7f55;
    color: #FFFFFF;
}
.detail-item__buttons .btn {
    margin-right: 0;
}

.buy-btn--redesign {
    padding: 28px 32px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E85E29;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    border: 1px solid #E85E29;
    transition: .3s;
}

.buy-btn--redesign:hover {
    background: #E85E29;
    color: #FFFFFF;
}

.buy-btn--redesign:focus {
    background: #E85E29;
    color: #FFFFFF;
}

.detail-item__name {
    margin-top: 0;
}

.detail-item .sotbit-seometa-tags-wrapper {
    padding: 20px 38px;
    color: #005771;
    border: 1px solid #005771;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.detail-item .sotbit-seometa-tags-wrapper:hover {
    background: #005771;
    color: #FFFFFF;
}

.detail-item .descr {
    text-align: left;
    background-color: white;
}

.detail-item .descr .link {
    color: #005771;
    text-decoration: underline;
    font-size: 18px;
}

.numeral-wrap {
    gap: 40px;
}


.footer__logo.logo--footer img {
	width: 100%;
}

.video-reviews{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
    .video-reviews{
        margin-bottom: 0;
    }
}

.video-reviews-wrap{
  width: calc(50% - 20px);
}
@media (max-width: 1000px){
  .video-reviews-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px){
    .video-reviews-wrap{
        margin-bottom: 40px;
    }
}

.video-review{
  position: relative;
  padding-top: 56%;
}
.video-review iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.good_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.good_in {
  position: relative;
  margin-bottom: 30px;
}
.good_list .good_in{
  /*width: calc(50% - 20px);*/
  width: calc(33% - 30px);
}
@media (max-width: 1000px){
  .good_list .good_in{
    width: 100%;
  }
}

.good_in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  float: left;
  margin-right: 30px;
}

.good_in .goods img{
  margin-right: 0;
  height: auto;
  margin-bottom: 13px;
}

.review-swiper-buttons {
	display: flex;
    justify-content: space-between;
    top: 50%;
    position: absolute;
    width: 100%;
    flex-direction: row-reverse;
	left: -7px;
}
@media screen and (max-width: 768px) {
	.review-swiper-buttons {
		display:none;
	}
}
.review-swiper-button-next,
.review-swiper-button-prev {
    /*position: absolute;
    top: 50%;*/
    transform: translateY(-50%)  scale(1.1);
    /*width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    /*border: 2px solid #fff;*/
}

.review-swiper-button-next:hover,
.review-swiper-button-prev:hover {
   /* background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);*/
    transform: translateY(-50%) scale(1.1);
}

.review-swiper-button-next {
    right: -20px;
}

.review-swiper-button-prev {
    left: -27px;
}
.review-swiper-button-next::after {
	background-image: url('/local/templates/new/assets/img/arrow-next.svg');
}
.review-swiper-button-prev::after {
	background-image: url('/local/templates/new/assets/img/arrow-prev.svg');
}
/* Стрелки в виде шевронов */
.review-swiper-button-next::after,
.review-swiper-button-prev::after {
	content: '';
    width: 20px;
    height: 70px;
	background-repeat: no-repeat;
    /*border-right: 3px solid #333;
    border-bottom: 3px solid #333;*/
    transition: all 0.3s ease;
}

.review-swiper-button-next::after {
    transform: rotate(180deg) translate(-2px, -2px);
}

.review-swiper-button-prev::after {
    transform: rotate(180deg) translate(-2px, -2px);
}

.review-swiper-button-next:hover::after,
.review-swiper-button-prev:hover::after {
    border-color: #007bff;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .review-swiper-button-next,
    .review-swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .review-swiper-button-next {
        right: 10px;
    }
    
    .review-swiper-button-prev {
        left: 10px;
    }
    
    .review-swiper-button-next::after,
    .review-swiper-button-prev::after {
        width: 10px;
        height: 10px;
    }
}

/* Стили для пагинации */
.review-swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.review-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.review-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    transform: scale(1.2);
}

/* Стили для контейнера слайдера */
.swiper-container {

    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
 	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.3);
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.float-banner{
  position: fixed;
  bottom: 110px;
  left: 20px;
  display: block;
  border-radius: 10px;
  text-align: center;
  z-index: 1001;
  transition: bottom 0.5s ease-in;
}
@media (max-width: 1000px){
  .float-banner{
    left: auto;
    bottom: 150px;
    right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 560px){
  .float-banner{
    width: 100%;
  }
}
.float-banner.float-banner--open{
  bottom: 95px;
}
@media (max-width: 1000px){
  .float-banner.float-banner--open{
    bottom: 150px;
  }
}
.float-banner__link{
  display: block;
  padding: 5px;
  background: #166079;
  border-radius: 10px;
}
.float-banner__link:hover{
  border-bottom: none;
}
.float-banner__img{
  display: block;
  max-width: 100%;
}
.float-banner--open .float-banner__img{
/*  height: 100%;*/
}

.float-banner__wrap{
  width: calc(100% - 20px);
  max-width: 363px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}
@media (max-width: 560px){
  .float-banner__wrap{
    max-width: 300px;
    margin: 0 auto;
  }
}
.float-banner--open .float-banner__wrap{
  max-height: 300px;
}

.float-banner__btn{
  position: fixed;
  left: calc((100% - 1100px) / 4);
  bottom: 30px;
  z-index: 1001;
  transform: translate(-50%);
  width: 60px;
  height: 60px;
  background-size: 100%;
  margin: 10px auto 0;
  cursor: pointer;
  transition: all 0.25s ease-in;
  background-size: contain;
}
@media (max-width: 1250px){
  .float-banner__btn{
    left: 20px;
    transform: none;
  }
}
@media (max-width: 1000px){
  .float-banner__btn{
    left: auto;
    right: 23px;
    bottom: 95px;
    transform: none;
    width: 40px;
    height: 40px;
  }
}

.float-banner__btn.float-banner__btn--open{
  width: 45px;
  height: 45px;
  transition: all 0.25s ease-in;
  background-size: contain;
}
@media (max-width: 1000px){
  .float-banner__btn.float-banner__btn--open{
    width: 35px;
    height: 35px;
  }
}
.float-banner__btn img{
  width: 100%;
  height: 100%;
}

.float-banner__btn-open{
  display: block;
}
.float-banner__btn--open .float-banner__btn-open{
  display: none;
}

.float-banner__btn-close{
  display: none;
}
.float-banner__btn--open .float-banner__btn-close{
  display: block;
}
@media screen and (max-width: 1200px) {
    .section.section-form-bg {
        background-position-x: 40%;
    }
}

@media screen and (max-width: 870px) {
    .main__user .descr {
        margin-top: 20px;
    }
}
.footer__col:nth-child(1) {
    max-width: 325px;
	justify-content: flex-start;
	gap: 10px;
}
.footer__col:nth-child(1) u{
	color:#005771;
	font-size: 14px;
	line-height: 120%;
}
.footer__col:nth-child(1) .footer__copy {
    margin-top: 0px;
	color:#005771;
	font-size: 14px;
	line-height: 120%;
}
.footer__col:nth-child(1) .footer__gp-link a {
	color:#005771;
	font-size: 10px;
	line-height: 120%;
}
.footer__col:nth-child(1) .footer__gp-link {
    top: 5px;
}
.footer__col:nth-child(1) .footer__docs {
    display: flex;
    flex-direction: column;
    margin-top: 58px;
    margin-bottom: 58px;
    font-size: 14px;
    gap: 5px;
}
@media screen and (max-width: 560px) {
    .footer__col:nth-child(1) .footer__docs {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
.footer__col:nth-child(2) {
	margin-top: 15px;
	max-width: 325px;
	justify-content: flex-start;
}
.footer__col:nth-child(2) h3{
	color:#005771;
	font-size: 18px;
	line-height: 160%;
	font-weight: 700;
	margin: 0px;
}
.footer__col:nth-child(2) ul {
	padding: 0px;
	margin: 0px;
}
.footer__col:nth-child(2) ul li{
	color:#005771;
	font-size: 14px;
	line-height: 160%;
}
.footer__col:nth-child(3) .footer__phone a {
	color: #262626; 
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 21px;
}
.footer__col:nth-child(3) {
	justify-content: flex-start;
	margin-top: 15px;
	gap:10px;
}
.footer__col:nth-child(3) .footer__props {
    text-align: end;
    margin-top: 10px;
	font-size: 16px;
    line-height: 120%;
	color:#262626;
	margin-bottom: 10px;
}
.footer__col:nth-child(3) .footer__props p{
	color:#005771;
}
.footer__col:nth-child(3) .footer__offices {
	min-width: 360px;
	margin-top: 43px;
}
.footer__col:nth-child(3) .footer__office {
	color:#005771;
	font-size:14px;
 	line-height: 120%;
}

.footer__col:nth-child(3) .footer__phone {
	display: flex;
    flex-wrap: wrap;
    width: 55%;
    justify-content: space-between;
}
.footer__col:nth-child(3) .footer__phone i.fa-phone-alt::before {
 background-image: url('/local/templates/new/assets/img/phone.svg');
 content: " ";
 width: 17px;
 height: 17px;
 display: block;
}
.footer__col:nth-child(3) .footer__phone i.fa-email-alt::before {
 background-image: url('/local/templates/new/assets/img/envelope.svg');
 content: " ";
 width: 17px;
 height: 17px;
 display: block;
}
.footer-wrap {
    padding-top: 0px;
    border-top: 0px  #b8d0f0;
  }
.img-flex-wrap-element {
    display: flex;    
	margin: 10px;
    flex-direction: column;
    width: 49%;
    text-align: center;
}
.img-flex-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sections-list .section-block__name {
    color: #005771;
    text-decoration: underline;
}

@media(max-width: 560px){
    .section-block:last-child{
        margin-bottom: 0;
    }
}

@media(max-width: 560px){
    .main__section.page_{
        padding-bottom: 100px;
        padding-top: 74px;
    }
    .main__section.page_2{
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .main__section.page_3{
        padding-top: 11px;
        padding-bottom: 10px;
    }
}

.sections-list .section-block__name i {
    display: none;
}
.main__section-title {
    font-weight: 400;
}
@media(max-width: 560px){
    .main__section-title.page_{
        margin-top: 0;
    }
}

.main__section-title .blue-text {
    font-weight: 700;
}
.main__section img {
    z-index: -11111;
}
.section__subtitle {
    color: #262626;
}
.sections-list .section-block__img {
    border-radius: 0;
}
.sections-list .section-block__img img {
    border-radius: 5px;
}
.main__section--rectangle.top-custom,.main__section > img {
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    /*width: 100%;*/
}
.horizont-arrow.owl-theme .owl-nav .owl-prev {
    left: -55px;
}
.horizont-arrow.owl-theme .owl-nav .owl-next {
    right: -55px;
}
.horizont-arrow.owl-theme .owl-nav .arrow-left {
    background: url("data:image/svg+xml,%3Csvg width='17' height='74' viewBox='0 0 17 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='15.551' y1='1.30244' x2='1.30244' y2='36.449' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='-1' x2='38.9249' y2='-1' transform='matrix(0.375705 0.926739 0.926739 -0.375705 2 36)' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.horizont-arrow.owl-theme .owl-nav .arrow-right {
    background: url("data:image/svg+xml,%3Csvg width='17' height='74' viewBox='0 0 17 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-1' x2='38.9249' y2='-1' transform='matrix(0.375705 0.926739 0.926739 -0.375705 2 0)' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='15.551' y1='37.3024' x2='1.30245' y2='72.449' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main__user .title {
    font-weight: 400;
    margin: 0;
}
.sect-main__full img {
    height: 100%;
}
.catalog .sect-main__name {
    font-weight: 400;
    font-size: 16px;
}
.catalog__title .main__section-title {
    font-weight: 700;
}
.footer__col:nth-child(3) .footer__phone i.fa-phone-alt::before {
    background-repeat: no-repeat;
}

.breadcrumbs__link {
    color: #26262680;
    padding-right: 3px;
}
.breadcrumbs__link span {
    text-decoration: underline;
}
.readcrumbs__link--active {
    color: #005771;
}

.readcrumbs__link--active span {
    text-decoration: none;
}

.breadcrumbs {
    margin-top: 60px;
    margin-bottom: 0;
}
@media screen and (max-width: 560px) {
    .breadcrumbs:has(li[data-name="Каталог"]){
        margin-top: 100px;
    }
}
@media screen and (max-width: 560px) {
    .breadcrumbs:has(li[data-name="Геотекстиль"]){
        margin-top: 40px;
    }
}

.project {
    margin: 10px;
}

.detail-item__name {
    font-weight: 700;
}

.product-item-amount-field-btn-plus, 
.product-item-amount-field-btn-minus {
    background-color: #005771;
    border-radius: 5px;
}

.product-item-amount-field-btn-minus:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='1' viewBox='0 0 8 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H7.904V2.784H0V0Z' fill='white'/%3E%3C/svg%3E%0A");
    opacity: 1;
}
.product-item-amount-field-btn-plus:after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.15H5.07576V0H7.22424V5.15H12.3V7.125H7.22424V12.3H5.07576V7.125H0V5.15Z' fill='white'/%3E%3C/svg%3E%0A");
    opacity: 1;
}

.plus__text {
    margin-top: 0;
}

.stock__slider, .interesting__slider {
    padding: 0;
}

.slider .owl-theme .owl-nav .owl-prev {
    left: 70px;
}
.slider .owl-theme .owl-nav .owl-next {
    right: 70px;

}
.slider .owl-theme .owl-nav .owl-next span {
    background: url("data:image/svg+xml,%3Csvg width='17' height='74' viewBox='0 0 17 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-1' x2='38.9249' y2='-1' transform='matrix(0.375705 0.926739 0.926739 -0.375705 2 0)' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='15.551' y1='37.3024' x2='1.30245' y2='72.449' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.slider .owl-theme .owl-nav .owl-prev span {
    background: url("data:image/svg+xml,%3Csvg width='17' height='74' viewBox='0 0 17 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='15.551' y1='1.30244' x2='1.30244' y2='36.449' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='-1' x2='38.9249' y2='-1' transform='matrix(0.375705 0.926739 0.926739 -0.375705 2 36)' stroke='%23005771' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.detail-item .descr {
    /* box-shadow: 0px 14px 64px 0px #00577126; */
}
.interesting-item {
    border-radius: 5px;
    overflow: hidden;
}

.stock__slider .owl-item, .interesting__slider .owl-item  {
    padding-bottom: 50px;
}

.phone-line__phone {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer__phone {
    flex-direction: column;
}
.footer__phone .custom-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer__phone i,
.footer__phone a {
    margin: 0;
}

.footer__col:nth-child(3) .footer__phone i.fa-email-alt::before {
    background-repeat: no-repeat;
    background-position: center;
}

.footer__col:nth-child(3) .footer__phone a {
    margin-bottom: 0;
}
.footer__col:nth-child(3) .footer__phone {
    width: 60%;
    justify-content: unset;
    gap: 10px;
}

.main-menu__sub li ul {
    padding-left: 50px;
}
.main-menu__catalog-sub img {
    width: 40px;
}
.review-swiper-buttons {
    left: 0;
}
.review-swiper-button-next, .review-swiper-button-prev {
    position: absolute;
}

.review-swiper-button-next::after,
.review-swiper-button-prev::after {
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 49px;
}

.project__name {
    color: #005771;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 26px;
    box-shadow: 0px 14px 64px 0px #00577126;
}

.project:hover {
    box-shadow: none;
}

.header__menu .main-menu__parent__link a {
    color: #005771;
}

.main-menu__sub {
    top: 100%;
}


@media screen and (max-width: 768px) {
    .main-menu__sub li ul {
        padding-left: 0;
    }
}

.main-menu__parent.main-menu__catalog a.parent svg {
    display: none;
}

.mobile-menu__nav .header__menu .main-menu__parent a.parent svg {
    width: 14px;
    height: 14px;
    color: #005771;
    margin-left: auto;
    transition: .3s;
    display: block;
}

.mobile-menu__nav .header__menu .main-menu__parent a.parent.active svg {
    transform: rotate(180deg);
}

.header__menu .main-menu__parent.non-catalog {
    position: relative;
}
.main-menu .main-menu__parent.main-menu__catalog.non-catalog:first-child .main-menu__sub.main-menu__catalog-sub  {
    left: -2vw;
}
.main-menu__catalog.non-catalog:hover .main-menu__sub {
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    width: 100vw;
    position: absolute;
    top: 100%;
    left: 0vw;
    max-width: 1200px;
    padding: 21px 30px;
    max-height: max-content;
}

@media screen and (max-width: 768px) {
    .main-menu__catalog.non-catalog:hover .main-menu__sub {
        display: none;
        width: calc(100vw - 30px);
        padding: 15px;
    }
    .main-menu__catalog.non-catalog:hover .main-menu__sub.active {
        display: block;
        box-shadow: none;
    }
}

.sort_wrap{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 20px 0;
}

body a {
    color: #005771;
    text-decoration: none;
}

a.button, .cart-link{
	color: #fff;
}

.breadcrumbs{
	gap: 7px;
}

.breadcrumbs__link{
    /* color: #005771; */
    gap: 2px;
}

.breadcrumbs__link a span {
    text-decoration: underline;
}

.readcrumbs__link--active{
    color: #000;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 1!important;
}

#stock-slider .owl-item img,
#interesting-slider .owl-item img {
    border-radius: 5px;
}

.breadcrumbs {
    gap: 0;
}

@media screen and (max-width: 768px) {
    .footer__col:nth-child(3) .footer__phone {
        width: 100%;
    }
    .footer__col:nth-child(3) .footer__props {
        text-align: center;
    }

    .footer__col:nth-child(1),
    .footer__col:nth-child(2) {
        max-width: unset;
    }

}

.partnership__info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .partnership__info {
        flex-wrap: wrap;
    }
}

.partnership__photo img {
    border-radius: 5px;
}
.cart__personal {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.cart__personal .personal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: white;
    font-size: 16px;
    background-color: #023848;
    padding: 0px 5px 0px 15px;
}
.cart__personal .cart__link {
    padding: 0px 15px 0px 5px;
}
.cart__personal .personal .fa-user:before {
    /*color: white;*/
}
.cart__personal .personal:hover .fa-user:before{
    /*color: #0f658b;*/
    text-decoration: none;
}
.grey-bg {
    background: #f1f4f8;
}
.auth_link {
    color: inherit;
}
.auth_link:hover, .cart-link:hover {
    color:#e85e29;
}
.advantages-list .advantage__ico {
    z-index: 0 !important;
}

.header__contacts li:first-child {
    pointer-events: none;
}
.case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 400px){
    .case-list {
        gap: 0;
    }
}

.case {
    display: flex;
    flex-direction: column;
}

.case__img-wrap {
    position: relative;
    padding-bottom: 56.25%; /* соотношение 16:9 (100% / 16 * 9) */
    height: 0;
    overflow: hidden;
}


.case__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#form-price .form__success {
	padding-bottom: 0;
}
.breadcrumbs {
    flex-wrap: wrap;
}

.breadcrumbs__link span {
text-decoration: none;
}
#bx_breadcrumb_0 span {
   text-decoration: underline; 
}
.readcrumbs__link--active {
    color: #0f658b;
}

.breadcrumbs_wrap + h1 {
    display: none;
}
.breadcrumbs_wrap {
   padding-bottom: 20px;
}
h1 + .container {
	padding: 0;
	margin-top: -20px;
}

@media (max-width: 560px) {
    .container:has(.case-list){
        margin-bottom: 0;
    }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
.fancybox__content {
    width: 100% !important;
    height: 100% !important;
}
nav.header__menu .main-menu .main-menu__parent.main-menu__catalog.non-catalog:hover a[href="/o-kompanii/"] +.main-menu__sub.main-menu__catalog-sub{
    display: flex;
    width: fit-content;
    flex-direction: column;
}

textarea.form__area-filed.js-area-filed {
    max-height: 60px;
    padding-top: 20px;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    background: #005771;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 10000;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-consent__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-consent__text {
    margin: 0;
    flex: 1;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-consent__link {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-consent__link:hover {
    opacity: 0.9;
}

.cookie-consent__button {
    background: #fff;
    color: #005771;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.cookie-consent__button:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

.cookie-consent__button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .cookie-consent {
        bottom: 10px;
        right: 10px;
        left: 10px;
        padding: 15px;
    }

    .cookie-consent__content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cookie-consent__text {
        min-width: auto;
    }

    .cookie-consent__button {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .cookie-consent {
        border-radius: 6px;
    }

    .cookie-consent__text {
        font-size: 13px;
    }

    .cookie-consent__button {
        padding: 10px 20px;
        font-size: 13px;
    }
}



#docs {
  background: #f1f4f8;
  width: 99.6vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* End */
/* /local/templates/new/assets/css/reset.css?17773031896601 */
/* /local/templates/new/assets/libs/fancybox/jquery.fancybox.min.css?177730318912795 */
/* /local/templates/new/assets/libs/ion.rangeSlider-master/css/ion.rangeSlider.min.css?177730318911084 */
/* /local/templates/new/assets/css/styles.min.css?1780490889128756 */
/* /local/templates/new/dist/main.css?177730318912152 */
/* /local/templates/new/components/bitrix/sale.basket.basket.line/basket/style.min.css?17773031873712 */
/* /local/templates/new/components/arturgolubev/search.title/main/style.min.css?177730318812020 */
/* /local/templates/new/components/bitrix/menu/top/style.min.css?1777303187490 */
/* /local/templates/new/components/bitrix/system.auth.form/authfrm_new/style.min.css?1777303188424 */
/* /local/templates/new/components/bitrix/main.register/registerfrm_new/style.min.css?1777303188442 */
/* /local/templates/new/template_styles.css?178049117442275 */
