

/* Start:/local/templates/main/assets/css/normalize.css?17368720616138*/
/*! 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/main/assets/css/perfect-scrollbar.css?16450058262598*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* End */


/* Start:/local/templates/main/assets/css/fancybox.css?164500582614065*/
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;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);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:.87;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,visibility 0s linear .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,visibility 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;text-align:center;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;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;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:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-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-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;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--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;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;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.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;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.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{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);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;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.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:#fff;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:transparent;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>ul{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>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;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-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;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 .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/assets/css/style.css?1750164354247526*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img{
    height:auto;
}
html {
    width: 100%;
    height: 100%;
}

html * {
    max-height: 999999px;
}

body {
    font-family: 'Fira Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #32373E;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

body * {
    outline: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input,
button,
textarea {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

input[type="text"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear,
textarea::-ms-clear,
input[type="tel"]::-ms-clear {
    display: none;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.container {
    width: 100%;
    max-width: 1272px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

img.img-overflow {
    max-width: none;
}

svg {
    display: block;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.fancybox-container {
    font-family: 'Fira Sans', sans-serif;
}

p,
li {
    line-height: 1.4;
    margin-bottom: 10px;
}

p b,
li b {
    font-weight: 500;
}

p a,
li a {
    font-weight: 500;
    color: #19398B;
}

p:last-child,
li:last-child {
    margin-bottom: 0;
}

li {
    position: relative;
    list-style-type: none;
}

ul,
ol {
    padding: 0;
    margin: 15px 0;
}

ul:first-child,
ol:first-child {
    margin-top: 0;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

ul li {
    padding-left: 27px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #19398B;
}

.btn-small {
    display: inline-block;
    text-align: center;
    background-color: #19398B;
    border-radius: 4px;
    padding: 11px 22px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.btn {
    display: inline-block;
    text-align: center;
    background-color: #19398B;
    border-radius: 3px;
    padding: 13px 15px;
    min-width: 280px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.01em;
}

.btn-white {
    background-color: #fff;
    color: #19398B;
}

.btn-border {
    background-color: transparent;
    border: 1px solid #19398B;
    padding: 12px 14px;
    color: #19398B;
}

.btn-border-grey {
    background-color: transparent;
    border: 1px solid #D4D6DB;
    padding: 12px 14px;
    color: #6D7686;
}

.btn-red {
    background-color: #BA4265;
}

h1,
.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 112%;
    color: #19398B;
    margin-bottom: 20px;
}

h1:last-child,
.title:last-child {
    margin-bottom: 0;
}

.title {
    text-align: center;
}

h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 112%;
    color: #19398B;
    margin-bottom: 20px;
}

h2:last-child {
    margin-bottom: 0;
}

h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 122%;
    color: #19398B;
    margin-top: 48px;
    margin-bottom: 14px;
}

h3:first-child {
    margin-top: 0;
}

h3:last-child {
    margin-bottom: 0;
}

h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #19398B;
    margin-bottom: 20px;
}

h4:last-child {
    margin-bottom: 0;
}

.fa-odn::before {
    content: '\f263';
}

.fa-vk::before {
    content: '\f189';
}

.fa-inst::before {
    content: '\f16d';
}

.fa-fb::before {
    content: '\f09a';
}

.fa-yt::before {
    content: '\f167';
}

.fa-tme::before {
    content: '\f1d8';
}

.select-scroll {
    position: relative;
    max-height: 240px !important;
    overflow: hidden;
    padding-right: 15px;
}

.select-scroll .ps__rail-y {
    opacity: 1 !important;
    width: 3px !important;
    background: rgba(196, 196, 196, 0.1) !important;
    border-radius: 2px;
}

.select-scroll .ps__rail-y .ps__thumb-y {
    right: 0;
    width: 100%;
    background: #C4C4C4 !important;
    opacity: 0.3 !important;
    border-radius: 2px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.select-scroll .ps__rail-y .ps__thumb-y:hover {
    opacity: 1 !important;
}

.bottom-panel {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.3);
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.3);
    z-index: 80;
}

.bottom-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
}

.bottom-panel__col {
    margin-right: 64px;
}

.bottom-panel__col:last-child {
    margin-right: 0;
}

.bottom-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-panel__item.active .bottom-panel__icon svg path {
    stroke: #BA4265;
}

.bottom-panel__item.active .bottom-panel__icon span {
    background-color: #BA4265;
}

.bottom-panel__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

.bottom-panel__icon span {
    position: absolute;
    top: -2px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #BFE4EB;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 1px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.bottom-panel__icon svg path {
    -webkit-transition: stroke .2s;
    transition: stroke .2s;
}

.bottom-panel__sub {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.bottom-panel__desc {
    margin-top: 1px;
    font-size: 13px;
    line-height: 16px;
    color: #6D7686;
    font-weight: 400;
}

.bottom-panel__desc b {
    font-weight: 400;
    color: #32373E;
}

.bottom-panel__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

.bottom-panel__mob-item {
    width: 20%;
    border-right: 1px solid #E6E7EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    flex-direction: column;
}

.bottom-panel__mob-item:last-child {
    border-right: 0;
}

.bottom-panel__mob-item.active .bottom-panel__mob-icon svg path {
    fill: #BA4265;
}

.bottom-panel__mob-item.active .bottom-panel__mob-icon span {
    background-color: #BA4265;
}

.bottom-panel__mob-item--cart.active .bottom-panel__mob-icon svg path:first-child {
    stroke: #BA4265;
    fill: none;
}

.bottom-panel__mob-icon {
    width: 28px;
    height: 28px;
    position: relative;
}

.bottom-panel__mob-title {
    font-size: 12px;
    text-align: center;
}

.bottom-panel__mob-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #EFF0F1;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -10px;
    padding-bottom: 1px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.bottom-panel__mob-icon svg path {
    -webkit-transition: .2s;
    transition: .2s;
}

.fancybox-slide:before {
    margin-right: 0;
}

.search-modal {
    display: none;
    width: 100%;
    max-width: 820px;
    margin: 50px 0;
    padding: 33px;
    padding-right: 20px;
    vertical-align: top;
    border-radius: 10px;
}

.search-modal .fancybox-close-small {
    display: none;
}

.search-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-modal__btn,
.search-modal__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-modal__input {
    border: 0;
    background: none;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin: 0 25px;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.search-modal__input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.search-modal__input::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.search-modal__input:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.search-modal__input::-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.search-modal__input::placeholder {
    opacity: 1;
    color: #000;
}

.fancybox-content, .fancybox-slide>* {
    position: relative;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box
}

.main-select-n .select {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 150px;
    z-index: 20;
}

.main-select-n .select.select_show .select__toggle {
    border-color: #19398B;
}

.main-select-n .select__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D7686;
    padding: 11px 15px 10px;
    padding-right: 35px;
    border: 1px solid rgba(109, 118, 134, 0.3);
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    text-align: left;
}

.main-select-n .select__dropdown {
    overflow: visible;
    max-height: none;
    border: 0;
    border-radius: 0;
    right: auto;
    min-width: calc(100% + 15px);
    padding: 12px 12px 16px;
    bottom: auto !important;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.main-select-n .select__dropdown ul {
    width: auto;
}

.main-select-n .select__dropdown ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #6D7686;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.main-select-n .select__dropdown ul li::before {
    display: none;
}

.main-select-n .select__dropdown ul li:hover {
    color: #19398B !important;
}

.main-select-n .select__dropdown ul li::after {
    display: none;
}

.main-select-n .select__dropdown ul li.select__option_selected {
    color: #19398B;
}

.main-select-n .select__dropdown ul:hover li.select__option_selected {
    color: #6D7686;
}

.main-select-n .select__toggle::after {
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: url(/local/templates/main/assets/css/../img/select-arrow.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.header {
    position: relative;
    background-color: #fff;
    z-index: 95;
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
}

.header__controls-item {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.header__controls-item:last-child {
    margin-right: 0;
}

.header__controls-item--menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.header__controls-burger {
    position: relative;
    width: 100%;
    height: 100%;
}

.header__controls-burger span {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 1px);
    display: block;
    width: 24px;
    height: 2px;
    background-color: #19398B;
    -webkit-transition: .2s;
    transition: .2s;
}

.header__controls-burger span:nth-child(1) {
    margin-top: -8px;
}

.header__controls-burger span:nth-child(3) {
    margin-top: 8px;
}

.header__controls-burger.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.header__controls-burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.header__controls-burger.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.header-top {
    padding: 14px 0 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

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

.header-top__nav>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__nav>ul li {
    padding-left: 0;
}

.header-top__nav>ul li::before {
    display: none;
}

.header-top__nav>ul>li {
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
}

.header-top__nav>ul>li:last-child {
    margin-right: 0;
}

.header-top__nav>ul>li>a {
    color: #6D7686;
    font-weight: 400;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.header-top__nav>ul>li.dropdown>a {
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.header-top__nav>ul>li.dropdown>a::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    background: url(/local/templates/main/assets/css/../img/menu-drop-arrow.svg) center center no-repeat;
    background-size: contain;
}

.header-top__city {
    font-weight: 400;
    color: #6D7686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__city>a {
    padding-left: 10px;
    font-weight: 500;
    color: #19398B;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__city>a>img {
    margin-top: -1px;
    margin-left: 6px;
}

.header-top__tel a {
    font-weight: 500;
    font-size: 18px;
    color: #19398B;
}

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

.header-bottom__nav {
    position: relative;
    width: 100%;
}

.header-bottom__nav>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom__nav>ul>li {
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
    line-height: 32px;
    position: static;
}

.header-bottom__nav>ul>li::before {
    display: none;
}

.header-bottom__nav>ul>li:last-child {
    margin-right: 0;
}

.header-bottom__nav>ul>li>a {
    display: inline-block;
    line-height: 32px;
    padding: 16px 0;
    color: #32373E;
    font-weight: 400;
    position: relative;
}

.header-bottom__nav>ul>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #19398B;
    opacity: 0;
    visibility: hidden;
}

.header-bottom__nav>ul>li.active>a {
    color: #345fcc;
}

.header-bottom__nav>ul>li.active>a::after {
    opacity: 1;
    visibility: visible;
}

.header-bottom__nav>ul>li.header-bottom__sale>a {
    color: #BA4265;
}

.header-bottom__nav>ul>li.header-bottom__sale.active>a::after {
    background-color: #BA4265;
}

.header-bottom__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    padding-right: 6px;
    position: relative;
}

.header-bottom__item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
    position: relative;
}

.header-bottom__item:first-child {
    margin-right: 0;
}

.header-bottom__item svg path {
    -webkit-transition: stroke .2s;
    transition: stroke .2s;
}

.header-bottom__item.active svg path {
    stroke: #BA4265;
}

.header-bottom__item.active .cart-count {
    background-color: #BA4265;
}

.cart-count {
    position: absolute;
    top: 0;
    right: -6px;
    width: 20px;
    height: 20px;
    background-color: #BFE4EB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    padding-left: 1px;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.header-mob__top {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 6px;
    padding: 23px 15px;
    background-color: #F3F4F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mob__top .header-top__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-mob__top .header-top__city>a {
    margin-left: 10px;
}

.header-mob__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 40px;
}

.header-mob__login img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
}

.header-mob__login span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #6D7686;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-mob__controls {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mob__contacts {
    margin-left: 18px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 17px;
    color: #19398B;
    font-weight: 400;
    border-bottom: 1px dashed #19398B;
}

.header-mob__drop-sub {
    padding: 14px 15px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mob__drop-sub img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.header-mob__drop-sub span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    color: #19398B;
    font-weight: 400;
    margin-left: -34px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 2px;
    text-align: center;
}

.header-login {
    position: absolute;
    right: 50px;
    top: calc(100% + 16px);
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 70px rgba(34, 40, 55, 0.2);
    box-shadow: 0px 15px 70px rgba(34, 40, 55, 0.2);
    border: 1px solid rgba(25, 57, 139, 0.1);
    z-index: 90;
    border-radius: 3px;
    padding: 32px 32px 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-login.active {
    opacity: 1;
    visibility: visible;
}

.header-login__arrow {
    position: absolute;
    right: 15px;
    bottom: 100%;
    height: 7px;
    width: 14px;
    overflow: hidden;
}

.header-login__arrow::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(25, 57, 139, 0.1);
    background-color: #fff;
    z-index: -1;
}

.header-login__sub {
    margin-bottom: 5px;
}

.header-login__desc {
    font-size: 15px;
    line-height: 18px;
}

.header-login__input input[type="text"] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    padding: 15px 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.header-login__input input[type="text"]::-webkit-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::-moz-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]:-ms-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::-ms-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"].error {
    border-color: #BA4265;
}

.header-login__input input[type="text"].error::-webkit-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::-moz-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error:-ms-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::-ms-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::placeholder {
    color: #BA4265;
}

.header-login__input-tel {
    margin-top: 16px;
}

.header-login__btn {
    margin-top: 20px;
}

.header-login__btn .btn {
    min-width: 0;
    display: block;
    width: 100%;
}

.header-login__error {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #BA4265;
}

.header-login__agree {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6D7686;
}

.header-login__code {
    margin-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-login__code .header-login__input {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-login__code .header-login__input input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::-moz-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::placeholder {
    color: #6D7686;
}

.header-login__again {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.header-login__again a {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #19398B;
}

.header-login__icon {
    margin-bottom: 17px;
}

.header-login__icon img {
    margin: 0 auto;
}

.header-login.header-login--logged-in {
    padding: 39px 20px 48px;
}

.header-login.header-login--logged-in .header-login__sub {
    text-align: center;
    margin-bottom: 0;
}

.city-modal {
    padding: 60px 40px 40px;
    width: 100%;
    max-width: 750px;
}

.city-modal__title {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.city-modal__desc {
    margin-top: 20px;
    font-weight: 400;
    color: #19398B;
    line-height: 150%;
}

.city-modal__list {
    -moz-columns: 155px auto;
    -webkit-columns: 155px auto;
    columns: 155px auto;
    margin: 0 -5px 0;
}

.city-modal__col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.city-modal__item {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    position: relative;
}

.city-modal__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
}

.city-modal__item::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #19398B;
    display: none;
}

.city-modal__item.active {
    color: #32373E !important;
}

.city-modal__item.active::after {
    display: block;
}

.city-modal__item.active::before {
    border-color: #19398B;
}

.footer {
    background: #FBFCFD;
    color: #A9B1BE;
    padding-bottom: 70px;
}

.footer-top {
    padding: 60px 0 53px;
}

.footer-top__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -30px;
}

.footer-top__col {
    width: 17%;
    margin-bottom: 30px;
}

.footer-top__logo-col {
    width: 25%;
}

.footer-top__contacts-col {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top__sub {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 112%;
}

.footer-top__nav ul {
    margin: 0;
    padding: 0;
}

.footer-top__nav ul li {
    margin-bottom: 8px;
    padding-left: 0px;
}

.footer-top__nav ul li::before {
    display: none;
}

.footer-top__nav ul li a {
    font-weight: 400;
    color: #A9B1BE;
    display: inline-block;
}

.footer-top__tel {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #19398B;
    margin-bottom: 20px;
}

.footer-top__btn {
    margin-top: 10px;
}

.footer-top__btn .btn-small {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top__btn .btn-small svg {
    margin-right: 5px;
}

.footer-top__contacts {
    margin-top: 25px;
}

.footer-top__contacts a {
    display: inline-block;
    font-size: 18px;
    line-height: 112%;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px dashed #fff;
}

.footer-top__soc {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-top__soc-item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(25, 57, 139, 0.05);
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.footer-top__soc-item::before {
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #BAC1D0;
}

.footer-addresses {
    margin-top: 55px;
    color: #6D7686;
}

.footer-addresses .footer-top__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer-addresses .footer-top__col {
    width: 20%;
}

.footer-addresses__sub {
    font-weight: 400;
    font-size: 19px;
    line-height: 112%;
    margin-bottom: 20px;
}

.footer-addresses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 21px;
    height: 100%;
}

.footer-addresses__geo {
    color: #6D7686;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
}

.footer-addresses__geo:last-child {
    margin-bottom: 0;
}

.footer-addresses__tel {
    font-weight: 500;
}

.footer-bottom {
    background: #F5F7FA;
    padding: 23px 0 26px;
    color: #6D7686;
}

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

.footer-bottom__col {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom__item {
    margin-right: 50px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #6D7686;
}

.footer-bottom__item:last-child {
    margin-right: 0;
}

.main-banner__slide {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 20px;
    height: 520px;
}

.main-banner__slide__pink {
    background: linear-gradient(180deg, #fab2a280 0%, rgba(250, 178, 162, 0.25) 100%);
}

.main-banner__slide__blue {
    background: linear-gradient(180deg, #c0e5ec 0%, rgba(192, 229, 236, 0.25) 100%);
}

.main-banner__bg {
    height: 100%;
}

.main-banner__small {
    display: none;
}

.main-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__wrap {
    position: absolute;
    top: 84px;
    left: 72px;
    right: 72px;
    bottom: 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-banner__label {
    height: 23px;
    margin-bottom: 24px;
}

.main-banner__label span {
    background: #19398B;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 600;
    padding: 4px 9px;
    font-family: 'Open Sans';
}

.main-banner__title {
    font-weight: 700;
    font-size: 62px;
    line-height: 1.1;
    max-width: 600px;
    margin-bottom: 16px;
}

.main-banner__preview {
    margin-bottom: 32px;
}

/* .main-banner__btn {
	margin-top: 30px;
} */
.main-banner__btn .btn {
    border-radius: 8px;
}

.main-banner__pagination {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-banner__pagination span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-banner__pagination span:last-child {
    margin-right: 0;
}

.main-banner__pagination span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-color: #6D7686;
    -webkit-transition: .2s;
    transition: .2s;
}

.main-banner__pagination span svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.main-banner__pagination span svg circle {
    fill: none;
    stroke-width: 2px;
    stroke: #19398B;
    stroke-dasharray: 56;
    stroke-dashoffset: 56;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.main-banner__pagination span.active::before {
    width: 8px;
    height: 8px;
    background-color: #19398B;
}

.main-banner__pagination span.active svg circle {
    -webkit-transition: 5s linear;
    transition: 5s linear;
    stroke-dashoffset: 0;
}

.main-banner__pagination-hidden {
    display: none;
}

.advantages {
    padding: 85px 0 120px;
}

.advantages__row {
    margin-top: 63px;
    margin-bottom: -30px;
}

.advantages__col {
    width: 16.666666%;
    margin-bottom: 30px;
}

.advantages__item {
    text-align: center;
 position: relative;
}
.advantages__item .hidden_block {
  position: absolute;
left: 50%;
transform: translateX(-50%); 
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  top: calc(100% + 20px);
  border-radius: 6px;
background: #FFF;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.10);
color:  #32373E;
font-family: "Fira Sans";
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-align: center;
width: 400px;
max-width: 400px;
height: auto;
}
.advantages__item:hover .hidden_block {
opacity: 1;
pointer-events: auto;
}
@media screen and (max-width: 1023px) {
	.advantages__item .hidden_block {
display: none;
}
}

.advantages__icon img {
    margin: 0 auto;
}

.advantages__sub {
    margin-top: 43px;
    line-height: 19px;
}

.advantages__sub:first-child {
    margin-top: 0;
}

.product-categories {
    padding-bottom: 120px;
}

.product-categories__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-categories__col {
    width: 33.333333%;
}

.product-categories__item {
    display: block;
    text-align: center;
}

.product-categories__img img {
    width: 100%;
    border-radius: 10px;
}

.product-categories__sub {
    margin-top: 29px;
    font-weight: 800;
    font-size: 32px;
    line-height: 112%;
    color: #19398B;
}

.product-categories__inner {
    margin-top: 30px;
}

.product-additional {
    margin-top: 54px;
}

.product-additional:first-child {
    margin-top: 0;
}

.product-additional__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}

.product-additional__col {
    width: 20%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.product-additional__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    padding-left: 0;
    -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
}

.product-additional__icon {
    width: 97px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
}

.product-additional__icon img {
    margin: 0 auto;
}

.product-additional__sub {
    font-size: 18px;
    line-height: 112%;
}

.banner {
    display: block;
    position: relative;
    /* background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), color-stop(57%, #FAFAFA), color-stop(57%, #BFE4EB), to(#BFE4EB)); */
    /* background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 57%, #BFE4EB 57%, #BFE4EB 100%); */
    height: 100%;
}

.banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.banner__img {
    z-index: 10;
    margin-left: -100px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex: 0 3 230px;
    height: 230px;
}

.banner__img img {
    height: 100%;
    width: auto;
}

.banner__left {
    width: calc(100% / 12 * 7);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 58px 0 57px;
    padding-left: 76px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #FAFAFA;
}

.banner__right {
    height: 1381px;
    width: 1381px;
    border-radius: 1000px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 630px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #BFE4EB;
    overflow: hidden;
}

.banner__right_wrapper {
    padding: 60px 50px 57px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner__sub {
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    color: #19398B;
}

.banner__title {
    font-weight: 700;
    font-size: 82px;
    line-height: 110%;
    color: #19398B;
}

.banner__desc {
    margin-top: 18px;
    font-size: 18px;
    line-height: 22px;
}

.banner__left-bottom {
    margin-top: 20px;
    white-space: nowrap;
}

.banner__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__price>b {
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #19398B;
}

.banner__price-old {
    margin-top: 11px;
    font-weight: 200;
    font-size: 32px;
    line-height: 110%;
    color: #A5A5A5;
}

.banner__price-old>span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

.banner__price-old>span::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #A5A5A5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    z-index: -1;
}

.banner__info {
    max-width: 500px;
    flex: 0 0 80px;
}

.banner__info-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #19398B;
}

.banner__info-desc {
    margin-top: 6px;
    font-size: 19px;
    line-height: 112%;
    color: #19398B;
}

.banner__advantages {
    /* margin-top: 370px; */
    flex: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
}

.banner__advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.banner__advantages-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.banner__advantages-item>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.banner__advantages-item>span {
    font-size: 14px;
    line-height: 17px;
}

.banner__price-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 22px;
}

.price-label {
    width: 72px;
    height: 50px;
    background: url(/local/templates/main/assets/css/../img/price-label.svg) center center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
    padding-left: 14px;
}

.products-section {
    padding: 90px 0 120px;
}

.products-section__tabs {
    margin-top: 32px;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-section__tabs-item {
    width: 224px;
    margin-right: 40px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    background-color: #FAFAFA;
    color: rgba(50, 55, 62, 0.5);
    padding: 13px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.products-section__tabs-item:last-child {
    margin-right: 0;
}

.products-section__tabs-item.active {
    color: #19398B;
    border-color: #19398B;
    background-color: #fff;
}

.products-section__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.products-section__col {
    width: 25%;
    margin-bottom: 30px;
}

.products-section__btn {
    margin-top: 90px;
    text-align: center;
}

.product {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__tags {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: block;
}

.product__tag-item {
    margin-bottom: 6px;
}

.product__tag-item:last-child {
    margin-bottom: 0;
}

.product__tag-item .price-label {
    width: 43px;
    height: 30px;
    font-size: 12px;
    padding-left: 8px;
}

.product__img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

.product__img img {
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.product__content {
    padding: 20px 28px 33px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__desc {
    font-size: 17px;
    line-height: 24px;
}

.product__name {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-top: 3px;
    color: #19398B;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product__name:first-child {
    margin-top: 0;
}

.product__price {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.product__price>b,
.product__price-word b{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #32373E;
}

.product__price>b span {
    font-weight: 300;
}

.product__price>s {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #6D7686;
    margin-left: 17px;
    overflow: hidden;
    z-index: 1;
}

.product__price>s::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #A5A5A5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: -1;
}

.product__specifications {
    margin-top: 11px;
}

.product__specifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product__specifications-item:last-child {
    margin-bottom: 0;
}

.product__specifications-item span,
.product__specifications-item b {
    font-weight: 400;
}

.product__specifications-item span {
    color: #6D7686;
    padding-right: 5px;
}

.product__specifications-item b {
    color: #32373E;
}

.product__select {
    margin-top: 11px;
}

.product__controls {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__btn a {
    padding: 7px 12px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6D7686;
    border: 2px solid #BFE4EB;
    border-radius: 4px;
}

.product__icon-wrap {
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__icon {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.product__icon:last-child {
    margin-right: 0;
}

.product__icon svg path {
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.product__icon svg line {
    -webkit-transition: stroke .2s;
    transition: stroke .2s;
}

.product__icon.active svg path {
    fill: #BA4265;
}

.product__icon.active svg line {
    stroke: #BA4265;
}

.product__mob {
    padding: 16px 28px 30px;
}

.product__mob .product__icon-wrap {
    margin-left: 20px;
}

.product__mob .product__icon-wrap .product__icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}

.product__mob .product__select {
    margin-top: 0;
}

.product__mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__advantages {
    margin-top: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -15px;
}

.product__advantages-col {
    width: 25%;
    margin-bottom: 15px;
}

.product__advantages-icon {
    position: relative;
}

.product__advantages-icon img {
    margin: 0 auto;
}

.product__advantages-icon>span {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 100%;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    white-space: nowrap;
    color: #a7a8aa;
    text-align: center;
}

.product__advantages-icon--spec>span {
    top: 50%;
}

.product__advantages-sub {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.product__reviews {
    margin-top: 25px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #19398B;
}

.product__reviews a {
    border-bottom: 1px dashed #19398B;
}

.product-tag {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #19398B;
    border-radius: 3px;
    padding: 5px 9px 3px;
}

.product-tag--lite {
    background-color: #B7D6E5;
}

.product-tag--border {
    border: 1px solid #19398B;
    background-color: transparent;
    color: #19398B;
    padding: 4px 8px 2px;
}

.home-about {
    background-color: #FAFAFA;
    padding: 109px 0 97px;
}

.home-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-about__video {
    width: calc(100% / 12 * 6 - 48px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
}

.home-about__video img {
    width: 100%;
    border-radius: 4px;
}

.home-about__video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/main/assets/css/../img/play-btn.svg) center center no-repeat;
    background-size: 84px;
}

.home-about__info {
    padding-left: 110px;
}

.home-about__title {
    text-align: left;
    margin-bottom: 20px;
}

.home-about__desc {
    max-width: 518px;
}

.home-about__desc p,
.home-about__desc li {
    font-size: 20px;
    line-height: 130%;
}

.home-about__link {
    margin-top: 30px;
}

.home-about__link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #19398B;
}

.home-banner {
    padding: 72px 0 118px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    margin-bottom: 92px;
    padding: 95px;
    min-height: 550px;
}

.home-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(0%, #C4C4C4), color-stop(0.01%, rgba(255, 255, 255, 0.82)), color-stop(39.75%, rgba(255, 255, 255, 0.77)), color-stop(68.9%, rgba(255, 255, 255, 0.12)), color-stop(73.5%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFFFFF 0%, #C4C4C4 0%, rgba(255, 255, 255, 0.82) 0.01%, rgba(255, 255, 255, 0.77) 39.75%, rgba(255, 255, 255, 0.12) 68.9%, rgba(255, 255, 255, 0) 73.5%);
    z-index: -1;
}

.home-banner__wrap {
    max-width: 530px;
}

.home-banner__title {
    text-align: left;
    margin-bottom: 20px;
}

.home-banner__desc {
    font-size: 20px;
    line-height: 130%;
}

.home-banner__btn {
    margin-top: 27px;
}

.home-banner__btn a.btn {
    border-radius: 8px;
}

.home-banner__call {
    margin-top: 77px;
    font-size: 18px;
    line-height: 22px;
}

.home-banner__call a {
    font-weight: 600;
    color: #19398B;
    white-space: nowrap;
}

.home-banner__img {
    margin: 30px 0;
}

.home-banner__img img {
    border-radius: 10px;
    width: 100%;
}

.reviews {}

.wrap_slides {
    padding: 15px 0;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.reviews__slider-wrapper {
    margin-left: auto;
    max-width: 570px;
    position: relative;
    margin-right: 30px;
}

.reviews__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #19398B;
}

.reviews__block {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    padding-top: 36px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    border-radius: 4px;
}

.reviews__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.reviews__desc {
    color: #19398B;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
}

.reviews__desc .more {
    display: inline;
    margin-top: 25px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25.5px;
    /* or 160% */
    text-decoration: none;
    color: #BA4265;
}

.reviews__desc .more:hover {
    text-decoration: underline;
}

.reviews__desc p,
.reviews__desc li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.reviews__info {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #19398B;
}

.reviews__author {
    color: #19398B;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.reviews__product {
    font-weight: 400;
    margin-bottom: 23px;
}

.reviews__product .top_to_prod {
    display: inline-block;
    font-weight: 400;
}

.reviews__product a {
    text-decoration: underline;
    font-weight: 700;
}

.reviews__bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.reviews__bottom-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews__rating-num {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #19398B;
}

.reviews__bottom-img {
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    border-radius: 8px;
}

.reviews__rating-list {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__rating-list span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(/local/templates/main/assets/css/../img/rating.png) center center no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.reviews__rating-list span:last-child {
    margin-right: 0;
}

.reviews__prev,
.reviews__next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #19398B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: calc(50% - 30px);
    z-index: 9;
}

.reviews__prev {
    left: -30px;
}

.reviews__next {
    right: -30px;
}

.post {
    padding-bottom: 60px;
}

.breadcrumbs {
    background-color: #FAFAFA;
    padding: 18px 0;
}

.breadcrumbs a,
.breadcrumbs i,
.breadcrumbs span {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.breadcrumbs a {
    color: #6D7686;
}

.breadcrumbs i {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #D7D9DD;
}

.breadcrumbs span {
    color: #C6C9D0;
}

.post-title {
    margin-top: 43px;
}

.post-content {
    padding-top: 25px;
}

.catalog-desc {
    margin-top: 17px;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
}

.catalog-tags {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.catalog-tags.active .catalog-tags__item:nth-child(1n + 6) {
    display: block;
}

.catalog-tags__item {
    display: block;
    background-color: transparent;
    border-radius: 40px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    padding: 11px 25px;
    color: #6D7686;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #F9F9F9;
    border-radius: 40px;
    background: #F9F9F9;
    margin: 0 5px;
    margin-bottom: 10px;
}

.catalog-tags__item_all {
    background: #19398B !important;
    color: #FFFFFF !important;
}

.catalog-tags__item_all:hover {
    color: #FFFFFF !important;
}

.catalog-tags__item.active {
    color: #1D3A86;
    background: #fff;
    border: 2px solid #19398B;
    border-radius: 40px;
}

.catalog-tags__item:nth-child(1n + 6) {

}
.swiper_sleep_products .product__tag-item.hidden-xs{
    display:none;
}
.faq{
    display: none;
}

.catalog-tags__dropdown {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.catalog-tags__dropdown{
    display: none!important
}
.catalog-tags__dropdown_more {
    color: #19398B;
    border: 2px solid #19398B;
    background: #FFFFFF;
}

.catalog-tags__dropdown_more i span {
    background-color: #19398B !important;
    opacity: 1 !important;
}

.catalog-tags__dropdown i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-tags__dropdown i span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6D7686;
    opacity: 0.3;
    margin-right: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog-tags__dropdown i span:last-child {
    margin-right: 0;
}

.catalog-tags__dropdown>span span:last-child {
    display: none;
}

.catalog-tags__dropdown.active-list>span span:first-child {
    display: none;
}

.catalog-tags__dropdown.active-list>span span:last-child {
    display: block;
}

.catalog-top {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-top__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-top__sort-sub {
    margin-right: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
}

.catalog-top__sort-select {
    margin-right: 40px;
}

.catalog-top__sort-select:last-child {
    margin-right: 0;
}

.catalog-top__sort-select .main-select-n .select__toggle {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    padding-right: 15px;
    display: block;
    font-size: 16px;
    color: #32373E;
}

.catalog-top__sort-select .main-select-n .select__toggle::after {
    right: 0;
}

.catalog-top__sort-select .main-select-n .select__dropdown {
    min-width: 100%;
}

.catalog-top__sort-select .main-select-n .select__dropdown ul {
    padding-right: 0;
}

.catalog-top__btn {
    margin-left: 30px;
}

.catalog-top__btn .btn {
    min-width: 288px;
}

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

.catalog-top__mob-col {
    width: calc(50% - 5px);
}

.catalog-top__mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(109, 118, 134, 0.3);
    border-radius: 4px;
    padding: 9px 5px;
}

.catalog-top__mob-btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.catalog-top__mob-btn span {
    font-size: 14px;
    line-height: 17px;
    color: #6D7686;
    font-weight: 400;
}

.catalog-top__mob-select .main-select-n .select {
    display: block;
    width: 100%;
}

.catalog-top__mob-select .main-select-n .select__toggle {
    display: block;
    width: 100%;
}

.catalog-top__mob-select .main-select-n .select__dropdown {
    min-width: 100%;
}

.catalog-wrap {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catalog-wrap__aside {
    width: 288px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.catalog-wrap__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.catalog-wrap__row {
    margin-bottom: -30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.catalog-wrap__col {
    width: 33.3333333%;
    margin-bottom: 30px;
}

.catalog-filter__col {
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.catalog-filter__col:last-child {
    margin-bottom: 0;
}

.catalog-filter__sub {
    position: relative;
    font-weight: 400;
    padding: 16px 47px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #6D7686;
    background-color: #F9FAFB;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.catalog-filter__sub::before {
    content: '';
    position: absolute;
    left: 20px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: url(/local/templates/main/assets/css/../img/filter-dropdown-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.catalog-filter__sub.active {
    background-color: #F3F4F6;
    color: #19398B;
}

.catalog-filter__sub.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filter__dropdown {
    display: none;
    background-color: #F3F4F6;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.catalog-filter__dropdown-wrap {
    padding: 3px 20px 30px;
}

.catalog-filter__list {
    padding-right: 10px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

.catalog-filter__list .ps__rail-y {
    opacity: 1 !important;
    width: 4px;
    background-color: rgba(216, 219, 224, 0.5);
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter__list .ps__rail-y .ps__thumb-y {
    opacity: 1 !important;
    background-color: #D8DBE0;
    border-radius: 10px;
    width: 100%;
    right: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.catalog-filter__list .ps__rail-y .ps__thumb-y:hover {
    background-color: #a7aaaf;
}

.catalog-filter__item {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter__item:first-child {
    margin-top: 0;
}

.catalog-filter__item label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter__item label input {
    display: none;
}

.catalog-filter__item label input:checked+span {
    color: #32373E;
}

.catalog-filter__item label input:checked+span::before {
    border-color: #19398B;
    background-color: #19398B;
}

.catalog-filter__item label input:checked+span::after {
    display: block;
}

.catalog-filter__item label>span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #6D7686;
    position: relative;
    padding-left: 34px;
    padding-top: 1px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.catalog-filter__item label>span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E3E5E8;
}

.catalog-filter__item label input[type="checkbox"]+span::before {
    border-radius: 4px;
}

.catalog-filter__item label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/assets/css/../img/check.svg) center center no-repeat;
    display: none;
}

.catalog-filter__item label input[type="checkbox"]:checked+span::after {
    display: block;
}

.catalog-filter__bottom {
    margin-top: 30px;
}

.catalog-filter__bottom-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #19398B;
    margin-bottom: 14px;
}

.catalog-filter__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

.catalog-filter__delete>span {
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
}

.catalog-filter__delete-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.catalog-filter__delete-all {
    margin-top: 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter__delete-all>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.catalog-filter__delete-all>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #19398B;
}

.catalog-filter__price {
    padding: 0 20px 26px;
}

.catalog-filter__header {
    padding: 28px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-filter__header-sub {
    font-size: 24px;
    line-height: 26px;
    color: #19398B;
    font-weight: 400;
}

.catalog-filter__close {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter__show {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.catalog-filter__show.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s .4s, visibility .2s .4s;
    transition: opacity .2s .4s, visibility .2s .4s;
}

.catalog-filter__show .btn {
    display: block;
    width: 100%;
}

.catalog-filter__notification {
    background-color: #BA4265;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 15px;
    white-space: nowrap;
    display: block;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    left: calc(50% + 218px);
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.catalog-filter__notification.active {
    opacity: 1;
    visibility: visible;
}

.catalog-filter__notification span {
    color: #FFA3BE;
}

.catalog-filter__notification b {
    font-weight: 400;
    color: #fff;
}

.catalog-filter__notification::before {
    content: '';
    position: absolute;
    left: calc(100% - 11px);
    top: calc(50% - 7px);
    z-index: -1;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #BA4265;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.filter-price__row::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    height: 1px;
    width: 10px;
    background-color: #D8DBE0;
}

.filter-price__item {
    width: calc(50% - 15px);
}

.filter-price__item input {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3E5E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 18px;
    color: #6D7686;
    font-weight: 400;
}

.filter-price__slider {
    margin-top: 15px;
}

.main-range {
    padding-bottom: 12px;
}

.main-range__slider {
    top: 6px;
    height: 4px;
    background: rgba(109, 118, 134, 0.2);
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 4px;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-range__slider .noUi-connect {
    background: #19398B;
}

.main-range__slider .noUi-handle {
    top: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(109, 118, 134, 0.2);
    box-shadow: 0px 5px 10px rgba(109, 118, 134, 0.2);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.main-range__slider .noUi-handle .noUi-touch-area,
.main-range__slider .noUi-handle::before,
.main-range__slider .noUi-handle::after {
    display: none;
}

.page-pagination {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-pagination span,
.page-pagination a {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #D3D6DB;
    border-radius: 50%;
    padding-top: 1px;
}

.page-pagination span:last-child,
.page-pagination a:last-child {
    margin-right: 0;
}

.page-pagination span,
.page-pagination a.active {
    color: #fff;
    background-color: #19398B;
    border-color: #19398B;
}

.page-pagination a.page-pagination__dotted {
    border-color: transparent;
}

.recommend {
    margin-top: 80px;
}

.recommend__title {
    margin-bottom: 30px;
}

.recommend__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.recommend__col {
    width: 25%;
    margin-bottom: 30px;
}

.recommend__more {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    color: #6D7686;
    padding: 13px 15px;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
}

.recommend__more span {
    display: block;
}

.recommend__more span:last-child {
    display: none;
}

.recommend__more.active span:first-child {
    display: none;
}

.recommend__more.active span:last-child {
    display: block;
}

.catalog-info {
    margin-top: 62px;
}

.catalog-info ul li{
    padding-left: 10px;
}
.catalog-info ul li:before{
    top:10px;
}

.catalog-info__more {
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 13px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-info__more::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: url(/local/templates/main/assets/css/../img/catalog-info-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.catalog-info__more span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #19398B;
}

.catalog-info__more span:last-child {
    display: none;
}

.catalog-info__more.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-info__more.active span:first-child {
    display: none;
}

.catalog-info__more.active span:last-child {
    display: block;
}

.catalog-info__hide-content {
    display: none;
}

.catalog-list {
    margin-top: 44px;
}

.catalog-list__row {
    margin-bottom: -40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-list__col {
    width: 25%;
    margin-bottom: 40px;
}

.catalog-list__item {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.catalog-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #BFE4EB;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.catalog-list__img img {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.catalog-list__sub {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #19398B;
}

.catalog-list-n {
    margin-top: 70px;
}

.catalog-list-n__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -40px;
}

.catalog-list-n__col {
    width: 20%;
    margin-bottom: 40px;
}

.catalog-list-n__item {
    display: block;
}

.catalog-list-n__img {
    border-radius: 5px;
    position: relative;
    padding-bottom: 134%;
    background-color: #E9F6F8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.catalog-list-n__img img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.not-found__row {
    height: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.not-found__info {
    max-width: 454px;
}

.not-found__img {
    position: absolute;
    right: -140px;
    top: 10%;
    z-index: -1;
}

.not-found__img>img {
    position: relative;
    max-width: none;
    width: 600px;
}

.not-found__error {
    font-weight: 800;
    font-size: 435px;
    line-height: 1;
    color: #D4D6DB;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: -210px;
}

.not-found__search {
    margin-top: 67px;
    position: relative;
}

.not-found__search input[type="text"] {
    display: block;
    width: 100%;
    border: 2px solid rgba(212, 214, 219, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #fff;
    padding: 21px 30px;
    padding-left: 66px;
    font-size: 14px;
    line-height: 17px;
    color: #32373E;
    font-weight: 400;
    color: #32373E;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.not-found__search input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::-moz-placeholder {
    color: #6D7686;
    opacity: .5;
    -moz-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus {
    border-color: #19398B;
}

.not-found__search button {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 38px;
    top: calc(50% - 8px);
}

.page-info__title {
    font-weight: 300;
    color: #6D7686;
    margin-bottom: 20px;
}

.page-info__desc p,
.page-info__desc li {
    font-size: 20px;
    color: #6D7686;
}

.page-info__btns-wrap {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-info__btn {
    margin-right: 15px;
}

.page-info__btn:last-child {
    margin-right: 0;
}

.page-info__btn .btn {
    min-width: 214px;
}

.popular-categories__title {
    margin-bottom: 30px;
}

.popular-categories__item {
    display: block;
}

.popular-categories__img {
    width: 100%;
}

.popular-categories__img img {
    width: 100%;
    border-radius: 50%;
}

.popular-categories__sub {
    font-weight: 400;
}

.popular-categories__slider-wrap {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.popular-categories__prev,
.popular-categories__next {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 9;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #19398B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.popular-categories__prev.swiper-button-disabled,
.popular-categories__next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.popular-categories__prev {
    left: -10px;
}

.popular-categories__next {
    right: -10px;
}

.watched-products {
    margin-top: 120px;
}

.watched-products__title {
    margin-bottom: 25px;
}

.watched-products .products-section {
    padding: 0;
}

.empty {
    padding: 120px 0;
}

.empty__info {
    max-width: 710px;
}

.search-result {
    margin-top: 21px;
}

.search-result__title span {
    font-weight: 200;
}

.search-result__title b {
    font-weight: 500;
}

.search-result__sub {
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6D7686;
}

.search-result__sub b {
    font-weight: 400;
    color: #32373E;
}

.search-result__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.search-result__top:last-child {
    margin-bottom: 0;
}

.search-result__form {
    width: calc(100% / 12 * 4);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
    position: relative;
}

.search-result__form:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.search-result__form input[type="text"] {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
    padding-right: 55px;
    font-weight: 400;
}

.search-result__form input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::-moz-placeholder {
    color: #6D7686;
    opacity: .5;
    -moz-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 20px;
}

.search-result__select {
    width: calc(50% - 15px);
}

.search-result__select .main-select-n .select {
    width: 100%;
}

.search-result__select .main-select-n .select__toggle {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
}

.search-result__select .main-select-n .select__dropdown {
    min-width: 100%;
}

.search-result__wrap .recommend__col:nth-child(1n + 2) {
    display: block;
}

.main-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-sort__sub {
    margin-right: 20px;
}

.main-sort__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-sort__item {
    display: block;
    margin-right: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6D7686;
    padding: 3px 0;
    border-bottom: 1px dashed #000;
    position: relative;
}

.main-sort__item::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    background: url(/local/templates/main/assets/css/../img/main-sort-icon.svg) center center no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

.main-sort__item:last-child {
    margin-right: 0 !important;
}

.main-sort__item.active {
    border-color: transparent;
    color: #32373E;
    padding-right: 15px;
    margin-right: 18px;
}

.main-sort__item.active::before {
    opacity: 1;
    visibility: visible;
}

.card-title span {
    font-weight: 200;
    color: #32373E;
}

.card-title b {
    color: #19398B;
    font-weight: 500;
}

.card {
    margin-top: 37px;
    border-bottom: 1px solid #EBEBEB;
}

.card__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.card__left {
    width: calc(100% / 12 * 7);
}

.card__right {
    width: calc(100% / 12 * 5);
}

.card__wrap {
    padding: 20px 0 32px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}

.card-info {
    height: 100%;
    border-left: 1px solid #EBEBEB;
    padding-left: 52px;
    padding: 16px 52px 56px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-info__label {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}

.card-info__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 2px;
    color: #19398B;
    border-bottom: 1px dashed rgba(25, 57, 139, 0.3);
}

.card-info__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-info__size {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
}

.card-info__size-link {
    margin-top: 8px;
}

.card-info__dops {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-info__dops-case .card-info__label {
    padding-left: 28px;
}

.card-info__dops-main {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-info__case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-info__case img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.card-info__bottom {
    margin-top: 30px;
}

.card-info__btns-wrap {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-info__btns-wrap {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-info__btn {
    margin-right: 10px;
}

.card-info__btn:last-child {
    margin-right: 0;
}

.card-info__btn .btn {
    min-width: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.card-info__colors-info {
    width: 180px;
    padding: 12px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.1);
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-info__colors-info p {
    font-weight: 400;
    text-align: center;
    margin: 0 0 5px;
    font-size: 14px;
}

.card-info__colors-info.active {
    opacity: 1;
    visibility: visible;
}

.card-info__checks {
    margin-top: 20px;
}

.card-info__checks-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.card-info__checks-item:last-child {
    margin-bottom: 0;
}

.card-info__checks-item label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-info__checks-item label input {
    display: none;
}

.card-info__checks-item label input:checked+span::after {
    opacity: 1;
    visibility: visible;
}

.card-info__checks-item label span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
}

.card-info__checks-item label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-info__checks-item label span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(/local/templates/main/assets/css/../img/check-blue.svg) center center no-repeat;
    background-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
    margin-right: -5px;
}

.card-colors.active .card-colors__item:nth-child(1n + 5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

.card-colors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    line-height: 1;
    color: #19398B;
    font-weight: 400;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    position: relative;
}

.card-colors__item:nth-child(1n + 5) {
    display: none !important;
}

.card-colors__item img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.card-colors__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 12px;
    height: 12px;
    background: url(/local/templates/main/assets/css/../img/card-colors-check.svg) center center no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-colors__item.active {
    border-color: #19398B;
}

.card-colors__item.active::before {
    opacity: 1;
    visibility: visible;
}

.card-colors__item.card-colors__more {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-price__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
}

.card-price__top>b {
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    color: #BA4265;
}

.card-price__top>s {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-left: 22px;
    margin-bottom: 2px;
    position: relative;
    text-decoration: none;
    /*z-index: 1;*/
}

.card-price__top>s::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #32373E;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    z-index: -1;
}

.card-price__sale {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 25px;
}

.card-price__sale>span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #19398B;
    margin-bottom: 5px;
}

.card-price__sale>b {
    display: block;
    background-color: #19398B;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding: 6px 9px 4px;
}

.card-price__desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #747474;
}

.card-delivery {
    margin: 27px 0 27px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-delivery__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.card-delivery__info {
    color: #19398B;
}

.card-delivery__info p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.card-delivery__info p b {
    font-weight: 500;
}

.card__gallery {
    max-width: calc(100% - 106px);
}

.card-pic {
    max-width: 100%;
    margin-top: 30px;
}

.card-pic__item--video a {
    display: block;
    position: relative;
}

.card-pic__item img {
    object-fit: contain;
    margin: 0 auto;
}

.card-pic__item--video a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) url(/local/templates/main/assets/css/../img/card-thumbs-video.svg) center center no-repeat;
    background-size: 60px;
}

.card-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 15px;
}

.card-thumbs__item {
    width: 76px;
    height: 64px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-thumbs__item:last-child {
    margin-left: 0;
}

.card-thumbs__item:not(.card-thumbs__video) img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.card-thumbs__item img {
    opacity: .3;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-thumbs__item.active {
    border-color: #19398B;
}

.card-thumbs__item.active img {
    opacity: 1;
}

.card-thumbs__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.card-thumbs__video img {
    opacity: 1;
}

.card-thumbs__video span {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #19398B;
}

.card-advantages {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-advantages__item {
    margin-bottom: 30px;
}

.card-advantages__item:last-child {
    margin-bottom: 0;
}

.card-advantages__icon {
    position: relative;
}

.card-advantages__icon img {
    margin: 0 auto;
}

.card-advantages__icon .wrap_img svg{
    height: inherit;
}

.card-advantages__sub {
    margin-top: 9px;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.card-controls__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-controls__tags-item {
    margin-right: 12px;
}

.card-controls__tags-item:last-child {
    margin-right: 0;
}

.card-controls__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-controls__btn {
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.card-controls__btn:last-child {
    margin-right: 0;
}

.card-controls__btn svg,
.card-controls__btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
}

.card-controls__btn svg path {
    -webkit-transition: .2s;
    transition: .2s;
}

.card-controls__btn>span {
    padding-top: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B8BBC0;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.card-controls__btn.active>span {
    color: #19398B;
}

.card-controls__btn:first-child.active svg path {
    stroke: #BA4265;
}

.card-controls__btn:last-child.active svg path {
    fill: #BA4265;
}

.card-adv {
    padding: 69px 0 67px;
}

.card-adv__title {
    margin-bottom: 48px;
}

.card-adv__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -30px;
}

.card-adv__col {
    width: 25%;
    margin-bottom: 30px;
}

.card-adv__item {
    max-width: 230px;
    margin: 0 auto;
}

.card-adv__icon {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-adv__desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.section-bottom {
    margin-bottom: -120px;
}

.card-bottom {
    background-color: #FAFAFA;
    padding: 70px 0;
}

.card-bottom__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-bottom__info p,
.card-bottom__info li {
    font-size: 17px;
    line-height: 1.5;
}

.card-bottom__info .card-info__link {
    font-size: 17px;
    font-weight: 700;
}

.card-bottom__info ul {
    margin: 0;
}

.card-bottom__info ul.active li:nth-child(1n + 3) {
    display: block;
}

.card-bottom__info ul li {
    padding-left: 40px;
}

.card-bottom__info ul li:nth-child(1n + 3) {
    display: none;
}

.card-bottom__info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(/local/templates/main/assets/css/../img/card-list-icon.svg) center center no-repeat;
    background-size: contain;
}

.card-bottom__more {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px dashed #19398B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-bottom__more span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #19398B;
}

.card-bottom__more span:last-child {
    display: none;
}

.card-bottom__more.active span:first-child {
    display: none;
}

.card-bottom__more.active span:last-child {
    display: block;
}

.card-bottom__col {
    width: calc(50% - 50px);
}

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

.card-bottom__block {
    width: calc(50% - 15px);
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(212, 214, 219, 0.3);
    box-shadow: 0px 4px 30px rgba(212, 214, 219, 0.3);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
}

.card-bottom__block img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 27px;
}

.card-bottom__block span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
}

.card-modal {
    display: none;
    border-radius: 3px;
}

.card-modal .fancybox-close-small {
    display: none;
}

.card-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
}

.qr-modal {
    padding: 55px 37px 0;
    width: 100%;
    max-width: 455px;
}

.qr-modal__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
    text-align: center;
    margin-bottom: 10px;
}

.qr-modal__img {
    margin-left: -37px;
    margin-right: -37px;
}

.qr-modal__desc {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.three-modal {
    padding: 23px 15px 68px;
    width: 100%;
    max-width: 668px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.three-modal__toggle {
    margin-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.three-modal__toggle-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #6D7686;
    border-radius: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 25px 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.three-modal__toggle-btn.active {
    background-color: #BFE4EB;
    color: #19398B !important;
}

.three-modal__wrap {
    margin-left: -15px;
    margin-right: -15px;
    height: 450px;
}

.three-modal__help-text {
    margin-top: 10px;
    color: #949494;
    text-align: center;
}

.three-modal__help-text span {
    display: inline-block;
    border: 1px solid #b4b4b4;
    padding: 6px 20px;
}

.three-modal iframe {
    display: block;
}

.three-modal iframe:last-child {
    display: none;
}

.three-modal.active iframe:first-child {
    display: none;
}

.three-modal.active iframe:last-child {
    display: block;
}

.select-scroll .ps__rail-x {
    display: none !important;
}

.card-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 20px;
}

.card-slider__pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c0c0c0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    margin-right: 12px !important;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.card-slider__pagination span:last-child {
    margin-right: 0 !important;
}

.card-slider__pagination span.active {
    background-color: #19398B;
}

.compare-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.compare-top__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compare-top__item {
    font-size: 16px;
    line-height: 110%;
    padding: 13px 25px;
    color: #6D7686;
    border-radius: 40px;
    font-weight: 400;
    -webkit-transition: .2s;
    transition: .2s;
}

.compare-top__item span {
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #D4D6DB;
}

.compare-top__item.active {
    background-color: #BFE4EB;
    color: #19398B;
}

.compare-top__item.active span {
    color: #19398B;
}

.compare-top__arrows {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.compare__left {
    width: calc((100% + 30px) / 12 * 3 - 30px);
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.compare__right {
    width: calc((100% + 30px) / 12 * 9 - 30px);
}

.compare__prev,
.compare__next {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ECEEF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 6px;
    -webkit-transition: .2s;
    transition: .2s;
}

.compare__prev:last-child,
.compare__next:last-child {
    margin-right: 0;
}

.compare__prev.swiper-button-disabled,
.compare__next.swiper-button-disabled {
    cursor: default;
    opacity: .5;
    background-color: transparent !important;
    border: 1px solid #ECEEF0 !important;
}

.compare__prev.swiper-button-disabled svg path,
.compare__next.swiper-button-disabled svg path {
    stroke: #6D7686 !important;
}

.compare__delete {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.compare__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare__slide:last-child .compare__list-item::before {
    display: none;
}

.compare__item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    padding: 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.compare__item .product__price>b {
    font-size: 24px;
}

.compare__item .product__img {
    border: 1px solid #ECEEF0;
    border-radius: 4px;
}

.compare__item .product__content {
    padding-left: 0;
    padding-right: 0;
}

.compare__list-item {
    font-size: 17px;
    line-height: 24px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 64px;
    position: relative;
}

.compare__list-item--empty {
    color: #D4D6DB;
}

.compare__list-item:nth-child(odd) {
    background-color: #FAFAFA;
}

.compare__labels .compare__list-item {
    padding-left: 25px;
}

.compare__labels .compare__list-item:nth-child(odd)::before {
    content: '';
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #FAFAFA;
}

.compare__controls {
    margin-bottom: 30px;
}

.compare__show {
    font-size: 16px;
    line-height: 110%;
    font-weight: 400;
}

.compare__radio-list {
    margin-top: 17px;
}

.compare__radio {
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
    margin-bottom: 11px;
}

.compare__radio:last-child {
    margin-bottom: 0;
}

.compare__radio a {
    display: inline-block;
    position: relative;
    padding-left: 34px;
}

.compare__radio a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E3E5E8;
    border-radius: 50%;
}

.compare__radio a::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #19398B;
    display: none;
}

.compare__radio a.active::before {
    border-width: 2px;
    border-color: #19398B;
}

.compare__radio a.active::after {
    display: block;
}

.compare__btn-wrap {
    margin-top: 40px;
}

.compare__btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #6D7686;
    font-weight: 400;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
    padding: 13px 34px;
}

.card-specif {
    background-color: #fff;
    padding: 70px 0;
}

.card-specif__title {
    font-weight: 600;
    margin-bottom: 30px;
}

.card-specif__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-specif__left {
    width: 57%;
    padding-right: 40px;
}

.card-specif__right {
    width: 43%;
}

.card-specif__item {
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.card-specif__item--spec {
    position: relative;
    z-index: 2;
}

.card-specif__item:last-child {
    margin-bottom: 0;
}

.card-specif__item span,
.card-specif__item b {
    font-weight: 400;
}

.card-specif__item>span {
    color: #747474;
    width: 43%;
    position: relative;
    z-index: 1;
}

.card-specif__item>span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background: transparent linear-gradient(to right, #CCC 0px, #CCC 1px, transparent 1px, transparent 3px) repeat-x scroll 0% 0%/3px 1px;
    z-index: -1;
}

.card-specif__item>span>span {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
}

.card-specif__item>span>span img {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-specif__item>b {
    padding-left: 8px;
    color: #000;
    width: 57%;
}

.card-specif__item>b>a {
    margin-left: 5px;
    font-weight: 600;
    color: #19398B;
    font-size: 14px;
    border-bottom: 1px dashed #19398b4d;
}

.card-specif__info-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    position: relative;
}

.card-specif__info-block:hover .card-specif__info-block-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.card-specif__info-block-content {
    position: absolute;
    left: calc(100% + 15px);
    top: calc(50% - 31px);
    background-color: #19398B;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    width: 350px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .2s;
    transition: .2s;
}

.card-specif__info-block-content::before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid #19398B;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    right: calc(100% - 1px);
}

.card-specif__files-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 55px;
}

.card-specif__files-item:nth-child(1n + 6) {
    display: none;
}

.card-specif__files-item>img {
    position: absolute;
    left: 0;
    top: 10px;
}

.card-specif__files-item>span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0;
}

.card-specif .card-bottom__more {
    margin-top: 25px;
}

.card-specif__files.active .card-specif__files-item:nth-child(1n + 6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-info-modal {
    width: 100%;
    max-width: 660px;
    padding: 45px 25px 30px;
}

.card-info-modal__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.card-info-modal__img {
    margin-top: 15px;
}

.card-info-modal__img img {
    margin: 0 auto;
}

.card-modal-credit {
    width: 100%;
    max-width: 520px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.card-modal-credit__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-modal-credit__img {
    width: 162px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.card-modal-credit__img img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.card-modal-credit__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-modal-credit__header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-modal-credit__price {
    color: #19398B;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
}

.card-modal-credit__count {
    margin-left: 10px;
}

.card-modal-credit__content {
    margin-top: 20px;
    padding: 20px 30px 0;
    border-top: 1px solid #D5D5D5;
}

.card-modal-credit__radio {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 8px;
    margin-left: 28px;
}

.card-modal-credit__radio:last-child {
    margin-bottom: 0;
}

.card-modal-credit__radio input {
    display: none;
}

.card-modal-credit__radio input:checked+.card-modal-credit__radio-row::before {
    border-color: #19398B;
}

.card-modal-credit__radio input:checked+.card-modal-credit__radio-row::after {
    background-color: #19398B;
    opacity: 1;
    visibility: visible;
}

.card-modal-credit__radio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #000;
}

.card-modal-credit__radio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.card-modal-credit__radio-row span {
    white-space: nowrap;
    font-size: 14px;
    background-color: #fff;
    padding: 5px;
    font-weight: 400;
    line-height: 16px;
}

.card-modal-credit__radio-row span:first-child {
    padding-left: 0;
}

.card-modal-credit__radio-row span:last-child {
    padding-right: 0;
}

.card-modal-credit__radio-row::before {
    content: '';
    position: absolute;
    right: calc(100% + 10px);
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__radio-row::after {
    content: '';
    position: absolute;
    right: calc(100% + 16px);
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DFDFDF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__sub {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 14px;
    font-weight: 600;
}

.card-modal-credit__sub:first-child {
    margin-top: 0;
}

.card-modal-credit__sub:last-child {
    margin-bottom: 0;
}

.card-modal-credit__form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -20px;
}

.card-modal-credit__col {
    width: 50%;
    margin-bottom: 20px;
}

.card-modal-credit__input input {
    font-size: 13px;
    line-height: 34px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border: 1px solid #D5D5D5;
}

.card-modal-credit__input input::-webkit-input-placeholder {
    font-weight: 300;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::-moz-placeholder {
    font-weight: 300;
    -moz-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input:-ms-input-placeholder {
    font-weight: 300;
    -ms-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::-ms-input-placeholder {
    font-weight: 300;
    -ms-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::placeholder {
    font-weight: 300;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input:focus::-webkit-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::-moz-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus:-ms-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::-ms-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__btn {
    margin-top: 20px;
}

.card-modal-credit__btn .btn {
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 0;
}

.card-modal-credit__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.card-modal-credit__agree label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-modal-credit__agree label input {
    display: none;
}

.card-modal-credit__agree label input:checked+span::before {
    background-color: #19398B;
}

.card-modal-credit__agree label input:checked+span::after {
    opacity: 1;
    visibility: visible;
}

.card-modal-credit__agree label span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.card-modal-credit__agree label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #DFDFDF;
    border-radius: 50%;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__agree label span::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 9px;
    height: 5px;
    border-left: 2px solid #FAFAFA;
    border-bottom: 2px solid #FAFAFA;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__agree label span a {
    color: #1C409C;
}

.main-count {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 120px;
    height: 30px;
}

.main-count__input {
    border: 0;
    background: none;
    width: calc(100% - 56px);
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 400;
}

.main-count__btn {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.main-count__btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: 1px;
    border-width: 5px 5px 0 5px;
    border-color: #D5D5D5 transparent transparent transparent;
}

.main-count__plus::before {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent #D5D5D5 transparent;
}

.card-modal-base {
    width: 100%;
    max-width: 820px;
    padding: 50px 50px 46px;
    padding-right: 38px;
}

.card-modal-base__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-modal-base__left {
    width: calc(100% - 124px);
    max-width: 550px;
    padding-right: 30px;
}

.card-modal-base__title {
    margin-bottom: 10px;
    font-weight: 400;
}

.card-modal-base__right {
    width: 124px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-modal-base__desc {
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    max-width: 460px;
}

.card-modal-base__desc b {
    font-weight: 500;
}

.card-modal-base__price {
    margin-top: 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #19398B;
}

.card-modal-base__item {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.card-modal-base__item:last-child {
    margin-bottom: 0;
}

.card-modal-base__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ECEEF0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

.card-modal-base__item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/assets/css/../img/base-check.svg) center center no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s;
    transition: .15s;
}

.card-modal-base__item.active::before {
    border: 2px solid #19398B;
}

.card-modal-base__item.active::after {
    opacity: 1;
    visibility: visible;
}

.card-modal-base__item.active .card-modal-base__item-price {
    color: #19398B;
}

.card-modal-base__item.active .card-modal-base__item-sub {
    color: #19398B;
}

.card-modal-base__item.active .card-modal-base__item-img img {
    opacity: 1;
}

.card-modal-base__item-img img {
    opacity: .5;
    -webkit-transition: .15s;
    transition: .15s;
}

.card-modal-base__item-price {
    padding-bottom: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #6D7686;
    -webkit-transition: .15s;
    transition: .15s;
}

.card-modal-base__item-sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #c3c4c7;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.card-modal-base__item.card-modal-base__item--spec {
    padding: 28px 10px;
}

.modals {
    display: none;
}

.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 99999;
}

.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals {
    display: block;
    background: white;
    padding: 40px 80px;
    /* box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35); */
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    max-width: 878px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
}

.overlay .modals.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}

.overlay .modals .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.overlay .modals .reviews__info {
    margin-top: 0;
}

.overlay .modals .reviews__info .reviews__desc {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #19398B;
}

.overlay .modals .reviews__info .read_link {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    text-decoration-line: underline;
    color: #19398B;
    margin-top: 25px;
    display: flex;
}

.overlay .modals .content .reviews__author {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #19398B;
    text-align: left;
    margin-bottom: 25px;
}

.overlay .modals .content .reviews__rating-list {
    margin-left: 0;
    margin-bottom: 25px;
}

.overlay .modals .title {
    margin-top: 0;
}

.modals .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    outline: none;
    background: none;
    width: 25px;
    height: 25px;
    min-width: auto;
    right: 8px;
    top: 7px;
    opacity: .5;
}

.modals .close-modal:after {
    content: '';
    height: 100%;
    width: 2px;
    background: grey;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: .5s;
}

.modals .close-modal:before {
    content: '';
    height: 100%;
    width: 2px;
    background: grey;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .5s;
}

.modals .close-modal:hover:before,
.modals .close-modal:hover:after {
    opacity: .5;
}

.modals .close-modal:hover {
    background: transparent;
}

.b24-window-panel-pos-center {
    height: fit-content !important;
    margin: auto 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.b24-window-panel>div>.b24-window-scrollable {
    height: fit-content;
    margin: auto;
    position: relative !important;
}

.b24-window-close {
    top: 6px !important;
    right: 6px !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .catalog-wrap__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(100% - 318px);
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    .catalog-wrap__content {
        width: 100%;
    }
}

@media (max-width: 1271px) {
    .header-bottom__col {
        margin-left: 50px;
    }

    .header-bottom__nav {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-bottom__nav>ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-bottom__nav>ul>li {
        margin-right: 0;
    }

    .main-banner__wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-filter__notification {
        left: auto;
        right: 310px;
    }
}

@media (min-width: 1200px) {
    .card-slider__pagination {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-bottom__nav>ul>li {
        font-size: 14px;
    }

    .header-top__tel {
        display: none;
    }

    .header-top__city {
        display: block;
    }

    .header-top__city>span {
        display: block;
        margin-bottom: 2px;
    }

    .header-top__city>a {
        padding-left: 0;
    }

    .main-banner__title {
        font-size: 40px;
    }

    .product-additional__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-additional__col {
        width: 33.3333333%;
    }

    .products-section__col {
        width: 33.3333333%;
    }

    .home-about__info {
        padding-left: 60px;
    }

    .footer-top__col {
        width: 33.3333333%;
    }

    .catalog-wrap__col {
        width: 50%;
    }

    .recommend {
        max-width: calc(100% - 318px);
    }

    .recommend__col {
        width: 50%;
    }

    .card-info {
        padding-left: 30px;
    }

    .card__row {
        display: block;
    }

    .card__left,
    .card__right {
        width: 100%;
    }

    .card-info {
        padding: 0;
    }

    .card-thumbs {
        display: none;
    }

    .card__wrap {
        display: block;
        padding: 0;
        border: 1px solid #ECEEF0;
        margin: 0 -10px 0 -10px;
    }

    .card-advantages {
        margin-top: 15px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 22px;
    }

    .card-advantages__item {
        margin-right: 60px;
        margin-bottom: 0;
    }

    .card-advantages__item:last-child {
        margin-right: 0;
    }

    .card-controls {
        position: static;
        margin: 21px 11px 0 11px;
    }

    .card__right {
        margin-top: 24px;
    }

    .card {
        margin-top: -15px;
        border: 0;
    }

    .card__gallery {
        margin-top: 15px;
    }

    .card-info {
        border-left: 0;
    }

    .search-result__wrap .recommend__col {
        width: 33.333333%;
    }

    .card__gallery {
        max-width: 100%;
    }

    .card-controls__btn svg,
    .card-controls__btn img {
        margin:0;
    }
}

@media (min-width: 1024px) {
    .btn-small {
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    .btn-small:hover {
        background-color: #345fcc;
    }

    .header-bottom__item:hover svg path {
        stroke: #BA4265;
    }

    .header-bottom__item.active:hover svg path {
        stroke: #19398B;
    }

    .btn {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .btn:hover {
        background-color: #345fcc;
    }

    .btn-white:hover {
        background-color: #19398B;
        color: #fff;
    }

    .btn-border:hover {
        background-color: #19398B;
        border-color: #19398B;
        color: #fff;
    }

    .btn-border-grey:hover {
        background-color: transparent;
        border-color: #19398B;
        color: #19398B;
    }

    .btn-border-grey:hover svg path {
        fill: #19398B;
    }

    .btn-red:hover {
        background-color: #e24170;
    }

    .product-categories__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .product-categories__item:hover .product-categories__sub {
        color: #BA4265;
    }

    .product-additional__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .product-additional__item {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s;
    }

    .product-additional__item:hover {
        -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
        box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    }

    .product-additional__item:hover .product-additional__sub {
        color: #19398B;
    }

    .products-section__tabs-item:hover {
        color: #19398B;
    }

    .product {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(25, 57, 139, 0.1);
        box-shadow: 0px 0px 20px rgba(25, 57, 139, 0.1);
    }

    .product__name a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__name a:hover {
        color: #1C409C;
    }

    .home-about__link a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .home-about__link a:hover {
        color: #1C409C;
    }

    .home-about__video::before {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .home-about__video:hover::before {
        opacity: .7;
    }

    .home-banner__call a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .home-banner__call a:hover {
        color: #1C409C;
    }

    .footer-top__nav ul li a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .footer-top__nav ul li a:hover {
        color: #19398B;
    }

    .footer-top__contacts a {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .footer-top__contacts a:hover {
        border-color: transparent;
    }

    .footer-bottom__item a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .footer-bottom__item a:hover {
        color: #19398B;
    }

    .footer-top__soc-item {
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    .footer-top__soc-item::before {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .footer-top__soc-item:hover {
        background-color: #19398B;
    }

    .footer-top__soc-item:hover::before {
        color: #fff;
    }

    .footer-top__nav {
        display: block !important;
    }

    .header-top__nav>ul>li {
        position: relative;
    }

    .header-top__nav>ul>li>ul {
        position: absolute;
        left: -26px;
        top: calc(100% + 24px);
        margin: 0;
        padding: 26px;
        -webkit-box-shadow: 0 20px 30px rgba(25, 57, 139, 0.1);
        box-shadow: 0 20px 30px rgba(25, 57, 139, 0.1);
        border: 1px solid rgba(25, 57, 139, 0.1);
        background-color: #fff;
        width: 310px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-top__nav>ul>li>ul::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 25px;
        background: none;
    }

    .header-top__nav>ul>li>ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .header-top__nav>ul>li>ul li a {
        font-weight: 400;
        color: #32373E;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-top__nav>ul>li>ul li a:hover {
        color: #19398B;
    }

    .header-top__nav>ul>li>ul li ul {
        margin-top: 0;
        display: none;
    }

    .header-top__nav>ul>li>ul li ul li:first-child {
        padding-top: 10px;
    }

    .header-top__nav>ul>li>ul li.active>a {
        color: #19398B;
    }

    .header-top__nav>ul>li:hover>a {
        color: #234AAD;
    }

    .header-top__nav>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header-bottom__drop-block {
        position: absolute;
        left: 0;
        top: calc(100% - 3px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #19398B;
        width: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }
    li:nth-child(3) .header-bottom__drop-block{
        width:fit-content;
        left: auto;
    }
    li:nth-child(3) .header-bottom__drop-block .header-bottom__drop-col{
        width:100%;
    }
    .header-bottom__drop-block ul {
        padding: 0;
        margin: 0 0 35px;
    }

    .header-bottom__drop-block ul:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-block ul li {
        font-size: 15px;
        padding-left: 0;
    }

    .header-bottom__drop-block ul li::before {
        display: none;
    }

    .header-bottom__drop-block ul li a {
        font-weight: 400;
        color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-bottom__drop-block ul li a:hover {
        opacity: .6;
    }

    .header-bottom__drop-col {
        width: 33.333333%;
        padding: 50px 35px 75px;
    }

    .header-bottom__drop-sub {
        margin-bottom: 16px;
        color: #A2C4E4;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3;
    }

    .header-bottom__catalog-dropdown::before {
        content: '';
        position: absolute;
        left: calc(50% - 5px);
        top: calc(100% - 8px);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #19398B;
        -webkit-transition: .2s;
        transition: .2s;
        opacity: 0;
        visibility: hidden;
    }

    .header-bottom__nav>ul>li>a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-bottom__nav>ul>li:hover>a {
        color: #234AAD;
    }

    .header-bottom__nav>ul>li:hover>a::before {
        opacity: 1;
        visibility: visible;
    }

    .header-bottom__nav>ul>li:hover .header-bottom__drop-block {
        opacity: 1;
        visibility: visible;
    }

    .header__mob {
        display: none;
    }

    .header-top__city>a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__city>a:hover {
        color: #1C409C;
    }

    .mob-element {
        display: none;
    }

    .product__icon:hover svg path {
        fill: #BA4265;
    }

    .product__icon:hover svg line {
        stroke: #BA4265;
    }

    .products-section .product .product__controls,
    .products-section .product .product__select,
    .products-section .product .product__specifications {
        display: none;
    }

    .bottom-panel__item:hover .bottom-panel__icon svg path {
        stroke: #BA4265;
    }

    .bottom-panel__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .bottom-panel__item:hover .bottom-panel__sub {
        color: #BA4265;
    }

    .bottom-panel__item.active:hover .bottom-panel__icon svg path {
        stroke: #19398B;
    }

    .bottom-panel__mob {
        display: none;
    }

    .search-modal__btn svg path,
    .search-modal__close svg path {
        -webkit-transition: stroke .2s;
        transition: stroke .2s;
    }

    .search-modal__btn:hover svg path,
    .search-modal__close:hover svg path {
        stroke: #BA4265;
    }

    .catalog-tags__item:hover {
        color: #19398B;
    }

    .catalog-tags__item:hover i span {
        opacity: 1;
        background-color: #19398B;
    }

    .catalog-tags {
        padding-right: 200px;
    }

    .catalog-tags__dropdown {
        position: absolute;
        right: 0;
        top: 0;
    }

    .product.product--single .product__s-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.product--single .product__s-wrap .product__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.product--single .product__s-wrap .product__content .product__name {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .product.product--single .product__s-wrap .product__content .product__specifications {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product.product--single .product__specifications {
        margin-top: 18px;
    }

    .product.product--single .product__specifications-item {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 10px;
        align-items: center;
    }

    .product.product--single .product__specifications-item span {
        width: 65%;
    }

    .product.product--single .product__specifications-item:last-child {
        margin-bottom: 0;
    }

    .product.product--single .product__select {
        margin-top: 12px;
    }

    .product.product--single .product__price {
        margin-top: 38px;
    }

    .product.product--single .product__price>b,
    .product__price-word b{
        font-size: 24px;
    }

    .product.product--single .product__controls {
        margin-top: 20px;
    }

    .product.product--single .product__icon-wrap {
        margin-left: 22px;
    }

    .product.product--single .product__btn a {
        font-size: 14px;
        padding: 12px 24px;
    }

    .catalog-top__mob {
        display: none;
    }

    .product__mob {
        display: none;
    }

    .catalog-filter__sub:hover {
        background-color: #F3F4F6;
        color: #19398B;
    }

    .catalog-filter__item label>span::before {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .catalog-filter__item label:hover span {
        color: #32373E;
    }

    .catalog-filter__item label:hover span::before {
        border-color: #19398B;
    }

    .catalog-filter__delete-icon {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .catalog-filter__delete>span {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .catalog-filter__delete:hover>span {
        color: #32373E;
    }

    .catalog-filter__delete:hover .catalog-filter__delete-icon {
        opacity: 1;
    }

    .catalog-filter__delete-all:hover>span {
        text-decoration: underline;
    }

    .catalog-filter__header {
        display: none;
    }

    .catalog-filter__show {
        display: none;
    }

    .page-pagination a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .page-pagination a:hover {
        color: #19398B;
    }

    .catalog-info__more:hover span {
        text-decoration: underline;
    }

    .catalog-list__img,
    .catalog-list__sub {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .catalog-list__item:hover .catalog-list__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .catalog-list__item:hover .catalog-list__sub {
        color: #BA4265;
    }

    .catalog-list-n__item .catalog-list__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .catalog-list-n__item:hover .catalog-list__sub {
        color: #BA4265;
    }

    .popular-categories__item:hover .popular-categories__sub {
        color: #BA4265;
    }

    .popular-categories__prev:hover,
    .popular-categories__next:hover {
        background-color: #BA4265;
    }

    .main-sort__item:hover {
        color: #32373E;
    }

    .search-result__select {
        display: none;
    }

    .header-login__agree a:hover {
        text-decoration: underline;
    }

    .header-login__again a:hover {
        text-decoration: underline;
    }

    .card-info__link {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .card-info__link:hover {
        border-color: transparent;
    }

    .card-colors__item:hover {
        border-color: #19398B;
    }

    .card-thumbs__item:hover img {
        opacity: 1;
    }

    .card-controls__btn:first-child:hover svg path {
        stroke: #BA4265;
    }

    .card-controls__btn:last-child:hover svg path {
        fill: #BA4265;
    }

    .card-controls__btn:hover span {
        color: #19398B;
    }

    .card-bottom__more {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .card-bottom__more:hover {
        border-color: transparent;
    }

    .card-bottom__block {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .card-bottom__block:hover {
        opacity: .7;
    }

    .card-modal__close {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .card-modal__close svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-modal__close:hover {
        opacity: 1;
    }

    .card-modal__close:hover svg path {
        fill: #BA4265 !important;
    }

    .three-modal__toggle-btn:hover {
        color: #19398B;
    }

    .catalog-filter__notification:hover b {
        text-decoration: underline;
    }

    .city-modal__item {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .city-modal__item::before {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .city-modal__item:hover {
        color: #19398B;
    }

    .city-modal__item:hover::before {
        border-color: #19398B;
    }

    .reviews__product a:hover {
        text-decoration: none;
    }

    .reviews__prev,
    .reviews__next {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .reviews__prev:hover,
    .reviews__next:hover {
        background-color: #BA4265;
    }

    .product-categories__item:hover .product-categories__img img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .product-categories__img {
        overflow: hidden;
        border-radius: 10px;
    }

    .product-categories__img img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .catalog-list-n__img-wrap {
        border-radius: 5px;
        overflow: hidden;
    }

    .catalog-list-n__img-wrap .catalog-list-n__img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .catalog-list-n__item:hover .catalog-list-n__img-wrap .catalog-list-n__img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .popular-categories__img {
        border-radius: 50%;
        overflow: hidden;
    }

    .popular-categories__img img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .popular-categories__item:hover .popular-categories__img img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .product__btn a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__btn a:hover {
        color: #fff;
        background-color: #19398B;
        border-color: #19398B;
    }

    .compare-top__item:hover {
        color: #19398B;
    }

    .compare-top__item:hover span {
        color: #19398B;
    }

    .compare__prev,
    .compare__next {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__prev svg path,
    .compare__next svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__prev:hover,
    .compare__next:hover {
        background-color: #19398B;
        border-color: #19398B;
    }

    .compare__prev:hover svg path,
    .compare__next:hover svg path {
        stroke: #fff;
    }

    .compare__delete {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__delete svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__delete:hover {
        background-color: #19398B;
    }

    .compare__delete:hover svg path {
        fill: #fff;
    }

    .product__reviews a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__reviews a:hover {
        color: #BA4265;
        border-color: #BA4265;
    }

    .compare__btn {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__btn:hover {
        color: #19398B;
        border-color: #19398B;
    }

    .card-specif__item>b>a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-specif__item>b>a:hover {
        opacity: .7;
    }

    .card-specif__info-block>img {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-specif__info-block:hover img {
        -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8)) !important;
        opacity: 0.94;
    }

    .card-specif__files-item {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .card-specif__files-item:hover {
        color: #19398B;
    }

    .card-modal-credit__title a:hover {
        text-decoration: underline;
    }

    .main-count__btn::before {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .main-count__btn:hover::before {
        border-color: #19398B transparent transparent transparent;
    }

    .main-count__plus:hover::before {
        border-color: transparent transparent #19398B transparent;
    }

    .card-modal-credit__agree label span a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1023px) {
    body.menu-open {
        overflow: hidden;
        height: auto;
    }

    .header-top__btn {
        display: none;
    }

    .header-top .header-top__city,
    .header-top .header-top__nav {
        display: none;
    }

    .header-top {
        padding: 17px 0 13px;
        height: 54px;
        position: relative;
        z-index: 2;
    }

    .header-top__logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .header.menu-open .header__controls-item {
        opacity: 0;
        visibility: hidden;
    }

    .header-bottom {
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
        height: calc(100vh - 54px);
        background-color: #fff;
        padding-bottom: 100px;
        overflow-y: auto;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
        transition: opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
        transition: transform .4s, opacity 0s .4s, visibility 0s .4s;
        transition: transform .4s, opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
    }

    .header-bottom.active {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .header-bottom.dropdown-open {
        overflow: hidden;
    }

    .header-bottom__col {
        display: none;
    }

    .header-bottom__nav>ul {
        display: block;
    }

    .header-bottom__nav>ul>li {
        font-size: 18px;
        border-bottom: 1px solid #D4D6DB;
    }

    .header-bottom__nav>ul>li:last-child {
        border-color: transparent;
    }

    .header-bottom__nav>ul>li>a {
        padding: 9px 0;
        padding-right: 30px;
        display: block;
        width: 100%;
    }

    .header-bottom__nav>ul>li>a::after {
        display: none;
    }

    .header-bottom__nav>ul>li>a.header-bottom__catalog-dropdown::before {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: -2px;
        width: 14px;
        height: 14px;
        background: url(/local/templates/main/assets/css/../img/dropdown-arrow-menu.svg) center center no-repeat;
        background-size: contain;
    }

    .header-bottom__nav>ul>li.active>a {
        color: #19398B;
    }

    .header-bottom__nav>ul>li .header-bottom__drop-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        padding-bottom: 88px;
        z-index: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .header-bottom__nav>ul>li .header-bottom__drop-block.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header-bottom__drop-sub {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #19398B;
        background-color: #F3F4F6;
        padding: 9px 15px;
        margin-bottom: 20px;
    }

    .header-bottom__drop-col {
        margin-bottom: 30px;
    }

    .header-bottom__drop-col:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul {
        margin: 0 0 30px;
        padding: 0 15px;
    }

    .header-bottom__drop-col>ul:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul>li {
        padding: 0;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .header-bottom__drop-col>ul>li:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul>li::before {
        display: none;
    }

    .header-bottom__drop-col>ul>li>a {
        font-weight: 400;
        color: #32373E;
    }

    .header-bottom__nav {
        position: static;
    }

    .header-top__nav {
        margin-top: 36px;
    }

    .header-top__nav>ul {
        display: block;
    }

    .header-top__nav>ul>li {
        margin-right: 0;
        font-size: 18px;
        border-bottom: 1px solid #D4D6DB;
    }

    .header-top__nav>ul>li:last-child {
        border-color: transparent;
    }

    .header-top__nav>ul>li>a {
        padding: 9px 0;
        padding-right: 30px;
        line-height: 32px;
        display: block;
        width: 100%;
        color: #32373E;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__nav>ul>li.dropdown>a {
        padding-right: 30px;
        display: block;
    }

    .header-top__nav>ul>li.dropdown>a::before {
        display: none;
    }

    .header-top__nav>ul>li.dropdown>a::after {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: 0;
        width: 14px;
        height: 14px;
        background: url(/local/templates/main/assets/css/../img/dropdown-arrow-menu.svg) center center no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .header-top__nav>ul>li.dropdown>a.active {
        color: #19398B;
    }

    .header-top__nav>ul>li.dropdown>a.active::after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .header-top__nav>ul>li.active>a {
        color: #19398B;
    }

    .header-top__nav>ul>li ul {
        margin: 0;
        padding: 0;
    }

    .header-top__nav>ul>li ul li {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .header-top__nav>ul>li ul li:last-child {
        margin-bottom: 0;
    }

    .header-top__nav>ul>li ul li a {
        font-weight: 400;
        color: #32373E;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__nav>ul>li>ul {
        padding-bottom: 20px;
        display: none;
    }

    .header-top__nav>ul>li>ul>li>ul {
        display: none;
    }

    .header-top__nav>ul>li>ul>li>ul>li:first-child {
        padding-top: 15px;
    }

    .dropdown-lvl-2.active>a {
        color: #19398B;
    }

    .footer-addresses {
        display: none;
    }

    .footer-bottom {
        padding: 22px 0;
    }

    .footer-bottom__row {
        display: block;
    }

    .footer-top {
        padding: 24px 0 36px;
    }

    .footer-top__row {
        margin-bottom: 0;
    }

    .footer-bottom__col {
        margin-right: 0;
        margin-bottom: 6px;
        display: block;
    }

    .footer-bottom__col:last-child {
        margin-bottom: 0;
    }

    .footer-bottom__item {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .footer-bottom__item:last-child {
        margin-bottom: 0;
    }

    .footer-top__col {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #788191;
    }

    .footer-top__contacts-col {
        margin-top: 20px;
        border-bottom: 0;
    }

    .footer-top__btn {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        padding-right: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-top__contacts {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-top__contacts a {
        font-size: 15px;
        padding-top: 2px;
    }

    .footer-top__nav {
        padding-bottom: 16px;
        display: none;
    }

    .footer-top__sub {
        margin: 0;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 16px 0;
        color: #6D7686;
    }

    .footer-top__sub::before {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
        background: url(/local/templates/main/assets/css/../img/dropdown-arrow.svg) center center no-repeat;
        background-size: contain;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .footer-top__sub.active::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer-top__tel {
        margin-bottom: 4px;
    }

    .footer-top__soc {
        margin-top: 20px;
    }

    .main-banner__title {
        font-size: 36px;
    }

    /* .main-banner__btn {
    margin-top: 20px;
  } */
    .main-banner__pagination {
        display: none;
    }

    .main-banner__bg {
        display: none;
    }

    .main-banner__small {
        display: block;
        height: 100%;
    }

    .main-banner__small img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .main-banner__bgc {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .main-banner__bgc img {
        height: auto;
        width: auto;
    }

    h1,
    .title {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-categories__sub {
        margin-top: 20px;
        font-size: 24px;
    }

    .advantages {
        padding: 42px 0 50px;
    }

    .advantages__row {
        margin-top: 28px;
    }

    .advantages__col {
        width: 33.333333%;
    }

    .advantages__sub {
        margin-top: 15px;
    }

    .product-additional {
        display: none;
    }

    .product-categories {
        padding-bottom: 50px;
    }

    /* .banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), color-stop(50%, #FAFAFA), color-stop(50%, #BFE4EB), to(#BFE4EB));
    background: linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 50%, #BFE4EB 50%, #BFE4EB 100%);
  } */
    .banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 50px 0;
        min-height: 740px;
    }

    .banner__left {
        min-height: 0;
        display: block;
        width: 100%;
        height: 100vw;
        min-height: 480px;
        max-height: 550px;
        z-index: 1;
        padding: 50px 15px;
    }

    .banner__img {
        max-width: unset;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0px;
        transform: translateY(-50%);
        max-width: 95%;
    }

    .banner__img img {
        max-width: 100%;
    }

    .banner__right {
        width: 100%;
        height: 90vw;
        max-height: 400px;
        padding: 0;
        background: none;
        display: block;
        position: relative;
        border-radius: 0px;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 0;
        overflow: unset;
        background-color: #BFE4EB;
    }

    .banner__right_wrapper {
        display: flex;
        flex-direction: column;
        padding: 50px 17px 45px 17px;
        justify-content: flex-end;
        height: 100%;
    }

    .banner__sub {
        font-size: 24px;
        line-height: 26px;
    }

    .banner__title {
        font-size: 62px;
        line-height: 68px;
    }

    .banner__desc {
        margin-top: 10px;
    }

    .banner__left-bottom {
        margin-top: 26px;
    }

    .banner__price>b {
        font-size: 42px;
        line-height: 46px;
    }

    .banner__price-old {
        margin-top: 6px;
        line-height: 35px;
        height: 35px;
    }

    .banner__advantages {
        margin-top: 20px;
    }

    .products-section__tabs {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .products-section__tabs-item {
        margin-right: 20px;
        width: 33.3333333%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-about {
        padding: 50px 0;
    }

    .home-about__wrap {
        display: block;
    }

    .home-about__info {
        padding-left: 0;
    }

    .home-about__desc {
        max-width: 100%;
    }

    .home-about__desc p,
    .home-about__desc li {
        font-size: 18px;
    }

    .home-about__link {
        margin-top: 10px;
    }

    .home-about__video {
        margin-top: 20px;
        width: 100%;
    }

    .home-about__title {
        margin-bottom: 10px;
    }

    .products-section {
        padding: 50px 0;
    }

    .home-banner {
        padding: 50px 15px;
    }

    .home-banner::before {
        width: 1000px;
    }

    .home-banner__call {
        margin-top: 30px;
    }

    .home-banner__desc {
        font-size: 18px;
    }

    .products-section__col {
        width: 50%;
    }

    .products-section .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
    }

    .products-section .product .product__content {
        width: 100%;
    }

    .products-section .product .product__tags {
        position: static;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-section .product .product__tags .product__tag-item {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .products-section .product .product__img {
        width: 160px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .products-section .product .product__img img {
        border-radius: 4px;
        position: static;
    }

    .products-section .product .product__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
    }

    .product__desc {
        font-size: 15px;
        line-height: 24px;
    }

    .product__name {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .product-tag {
        height: 22px;
    }

    .product__tag-item .price-label {
        width: 34px;
        height: 19px;
        font-size: 9px;
        font-weight: 400;
        padding-left: 6px;
    }

    .bottom-panel__row {
        display: none;
    }

    .footer {
        padding-bottom: 54px;
    }

    .breadcrumbs {
        padding: 12px 0;
    }

    .breadcrumbs a,
    .breadcrumbs i,
    .breadcrumbs span {
        font-size: 13px;
        line-height: 16px;
    }

    .post-title {
        margin-top: 20px;
    }

    .post {
        padding-bottom: 80px;
    }

    .catalog-desc {
        display: none;
    }

    .catalog-tags__item {
        font-size: 14px;
        line-height: 15px;
        padding: 9px 15px;
    }

    .catalog-top {
        margin-top: 15px;
        display: block;
    }

    .catalog-filter {
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 98;
        background-color: #fff;
        padding: 0 15px 75px;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    .catalog-filter.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .catalog-filter__header {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .catalog-filter__bottom {
        margin-top: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .catalog-filter__wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .catalog-filter__list {
        max-height: 35vh;
    }

    .catalog-wrap {
        margin-top: 30px;
        display: block;
    }

    .catalog-top__sort {
        display: none;
    }

    .catalog-top__btn {
        margin: 0 0 24px;
    }

    .catalog-top__btn .btn {
        display: block;
        width: 100%;
    }

    .product.product--single .product__content {
        padding-bottom: 0;
    }

    .product.product--single .product__content .product__specifications,
    .product.product--single .product__content .product__controls {
        display: none;
    }

    .product__mob {
        margin-top: 17px;
    }

    .recommend {
        margin-top: 60px;
    }

    .recommend__title {
        margin-bottom: 20px;
    }

    .catalog-info {
        margin-top: 50px;
    }

    .catalog-info__more {
        margin-top: 20px;
    }

    .catalog-info__more span {
        font-size: 16px;
    }

    .catalog-list__col {
        width: 33.333333%;
    }

    .catalog-list__sub {
        font-size: 20px;
        line-height: normal;
        margin-top: 16px;
    }

    .catalog-list {
        margin-top: 30px;
    }

    .catalog-list-n {
        margin-top: 40px;
    }

    .catalog-list-n__row {
        margin-bottom: -30px;
    }

    .catalog-list-n__col {
        width: 33.3333333%;
        margin-bottom: 30px;
    }

    .not-found__img>img {
        display: none;
    }

    .not-found__img {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .not-found__error {
        position: static;
        font-size: 390px;
    }

    .not-found__row {
        padding: 60px 0;
        height: auto;
    }

    .page-info__title {
        font-size: 40px;
    }

    .not-found__search {
        margin-top: 40px;
    }

    .watched-products {
        margin-top: 80px;
    }

    .empty {
        padding: 60px 0 30px;
    }

    .search-result__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .search-result__sort {
        display: none;
    }

    .search-result__form {
        margin-right: 0;
        width: calc(50% - 15px);
    }

    .card .price-label {
        width: 36px;
        height: 22px;
        font-size: 10px;
        font-weight: 500;
        padding-left: 6px;
    }

    .card-controls__btn>span {
        display: none;
    }

    .card-controls__btn {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
        border-radius: 50%;
    }

    .card-adv__col {
        width: 50%;
    }

    .card-adv__desc {
        margin-top: 20px;
    }

    .card-adv {
        padding: 60px 0;
    }

    .section-bottom {
        margin-bottom: -80px;
    }

    .card-bottom__row {
        display: block;
    }

    .card-bottom__block {
        width: 100%;
        margin-bottom: 15px;
    }

    .card-bottom__block:last-child {
        margin-bottom: 0;
    }

    .card-bottom__info {
        display: block;
    }

    .card-bottom__col {
        width: 100%;
        margin-bottom: 30px;
    }

    .card-bottom__col:last-child {
        margin-bottom: 0;
    }

    .card-bottom,
    .card-specif {
        padding: 60px 0;
    }

    .card-bottom__more {
        margin-top: 20px;
    }

    .catalog-filter__notification {
        display: none;
    }

    .city-modal__title {
        margin-bottom: 30px;
    }

    .reviews__title {
        line-height: normal;
        margin-bottom: 20px;
    }

    .reviews__bottom {
        margin-top: 30px;
    }

    .product.product--single .product__select-wrap {
        margin-top: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product.product--single .product__select-wrap .product__mob {
        margin: 0;
        margin-top: -4px;
        padding: 0;
    }

    .product.product--single .product__select-wrap .product__select {
        margin-top: 0;
    }

    .product.product--single .product__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.product--single>.product__mob {
        padding-top: 0;
        margin-top: 0;
    }

    .recommend {
        max-width: 100%;
    }

    .search-result__wrap .recommend__col {
        width: 50%;
    }

    .product__s-wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .compare__left {
        width: 230px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .compare__right {
        width: calc(100% - 260px);
    }

    .card-info__colors-info {
        display: none;
    }

    .products-section .product__name {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .products-section .product__specifications {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .card-specif__row {
        display: block;
    }

    .card-specif__col {
        width: 100%;
    }

    .card-specif__right {
        margin-top: 60px;
    }

    .card-specif__title {
        margin-bottom: 25px;
        font-weight: 400;
    }

    .page__body .b24-widget-button-inner-container,
    .page__body .b24-widget-button-popup {
        display: none;
    }
}

@media (min-width: 768px) {
    .home-banner__img {
        display: none;
    }

    .recommend__more {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-categories__sub {
        margin-top: 18px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .products-section__tabs-item {
        margin-right: 10px;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-about__desc p,
    .home-about__desc li {
        font-size: 15px;
    }

    .home-banner {
        background: none !important;
        padding: 50px 15px 40px 15px;
        height: auto;
        min-height: auto;
        margin-bottom: 0;
    }

    .watched-products.products-section {
        margin-top: 0;
    }

    .home-banner__wrap {
        max-width: 100%;
    }

    .home-banner__btn {
        margin: 0;
    }

    .home-banner__btn .btn {
        display: block;
        width: 100%;
    }

    .home-banner__title {
        margin-bottom: 10px;
    }

    .home-banner__desc {
        font-size: 15px;
        line-height: 21px;
    }

    .home-banner__call {
        margin-top: 14px;
        font-size: 15px;
        line-height: 21px;
        font-weight: 300;
    }

    .home-banner__call a {
        font-weight: 400;
    }

    .footer-bottom__item {
        font-size: 12px;
    }

    .product.product--single {
        padding: 20px;
    }

    .product.product--single .product__s-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product.product--single .product__img {
        width: 144px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 24px;
        padding: 0;
    }

    .product.product--single .product__img img {
        position: static;
        border-radius: 4px;
    }

    .product.product--single .product__mob,
    .product.product--single .product__content {
        padding: 0;
    }

    .product.product--single .product__tags {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product.product--single .product__tags .product__tag-item {
        margin-bottom: 6px;
        margin-right: 6px;
    }

    .product__mob .product__icon-wrap {
        margin-left: 24px;
    }

    .catalog-wrap__col {
        width: 100%;
    }

    .recommend__col {
        width: 100%;
    }

    .recommend__col:nth-child(1n + 2) {
        display: none;
    }

    .recommend__row.active .recommend__col:nth-child(1n + 2) {
        display: block;
    }

    .catalog-list__col {
        width: 50%;
    }

    .catalog-list-n__col {
        width: 50%;
    }

    .page-info__desc p,
    .page-info__desc li {
        font-size: 18px;
    }

    .page-info__title {
        font-size: 34px;
    }

    .not-found__error {
        font-size: 260px;
    }

    .reviews__slider-wrapper {
        max-width: 100%;
        margin-left: 30px;
    }

    .reviews__block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .reviews__bottom-rating {
        margin-right: 40px;
    }

    .reviews__prev {
        left: -20px;
    }

    .reviews__next {
        right: -20px;
    }

    .reviews__prev,
    .reviews__next {
        width: 40px;
        height: 40px;
    }

    .reviews__prev img,
    .reviews__next img {
        max-width: 16px;
    }

    .reviews__slider-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .reviews__info {
        font-size: 16px;
        line-height: 28px;
    }

    .product.product--single .product__select-wrap .product__mob {
        margin-top: 0;
    }

    .product.product--single .product__select-wrap {
        margin-top: 20px;
        margin-left: -167px;
    }

    .products-section__col {
        width: 100%;
    }

    .products-section .product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .products-section .product .product__content {
        width: auto;
    }

    .products-section .product .product__img {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .search-result__wrap .recommend__col {
        width: 100%;
    }

    .product__s-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .compare-top__tabs {
        margin-bottom: -5px;
    }

    .compare-top__item {
        font-size: 14px;
        padding: 8px 10px;
        margin-bottom: 5px;
    }

    .card-specif__item {
        font-size: 15px;
    }

    .card-specif__item>span,
    .card-specif__item>b {
        width: 50%;
    }

    .card-specif__item>b>a {
        font-size: 12px;
    }

    .card-modal-base {
        padding: 60px 20px 50px;
    }

    .product.product--single .main-select-n .select {
        width: 144px;
    }

    .product.product--single .main-select-n .select__toggle {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .main-banner__slide {
        height: 410px;
    }

    .card-advantages__item {}

    .card-advantages__icon {
        opacity: .4;
    }

    .card-advantages__icon .wrap_img {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .card-advantages__sub {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;

        /* Black */
        color: #32373E;
    }

    .card-advantages__icon img {
        max-width: 37px;
        filter: grayscale(1);
    }

    .card-advantages__icon>span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 9.06271px;
        line-height: 11px;
        text-align: center;
        color: #22252A;
    }

    .main-banner__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        position: absolute;
        height: auto;
        top: 38px;
        left: 21px;
        right: 21px;
        bottom: 38px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner__wrap__top {
        justify-content: flex-start;
    }

    .main-banner__wrap__bottom {
        justify-content: flex-end;
    }

    .main-banner__label {
        margin-bottom: 16px;
    }

    .main-banner__title {
        font-size: 32px;
        margin-bottom: 11px;
    }

    .main-banner__preview {
        margin-bottom: 23px;
    }

    .btn {
        min-width: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .advantages__sub {
        font-size: 12px;
        margin-top: 14px;
    }

    .products-section__btn .btn {
        display: block;
        width: 100%;
    }

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

    .products-section .product {
        border-radius: 0;
        border: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ECEEF0;
    }

    .products-section .product .product__price {
        display: block;
    }

    .products-section .product .product__price b {
        display: block;
    }

    .products-section .product .product__price s {
        margin-top: 4px;
        margin-left: 0;
    }

    .products-section .products-section__col:last-child .product {
        border-bottom: 0;
    }

    .products-section__row {
        margin-bottom: 0;
    }

    .products-section__col {
        margin-bottom: 0;
    }

    .search-modal {
        padding: 20px 15px;
    }

    .search-modal__input {
        margin: 0 20px;
        font-size: 16px;
    }

    .search-modal {
        margin: 0;
        vertical-align: middle;
    }

    .post {
        padding-bottom: 50px;
    }

    .product.product--single .product__price {
        display: block;
    }

    .product.product--single .product__price>b,
    .product__price-word b{
        display: block;
    }
    .product__price-word b{
        display: inline-block;
    }

    .product.product--single .product__price>s {
        margin-top: 4px;
        margin-left: 0;
    }

    .product.product--single {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product.product--single .product__img {
        margin-right: 15px;
    }

    .product__mob .product__icon-wrap {
        margin-left: 15px;
    }

    .catalog-list__row {
        margin-bottom: -30px;
    }

    .catalog-list__col {
        margin-bottom: 30px;
    }

    .catalog-list__sub {
        font-size: 18px;
    }

    .not-found__error {
        padding-top: 40px;
        font-size: 200px;
    }

    .not-found__row {
        padding: 50px 0;
    }

    .watched-products {
        margin-top: 60px;
    }

    .empty {
        padding: 30px 0 0;
    }

    .page-info__btns-wrap {
        margin-top: 25px;
        display: block;
    }

    .page-info__btn {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .page-info__btn .btn {
        display: block;
        width: 100%;
    }

    .search-result__top {
        display: block;
    }

    .search-result__form,
    .search-result__select {
        width: 100%;
    }

    .search-result__form {
        margin-bottom: 15px;
    }

    .card-advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card-advantages__item {
        margin-right: 0;
        width: 80px;
        margin-bottom: 20px;
        width: 60px;
        margin: 0;
    }

    .card-info__characteristics,
    .card-info__dops {
        display: block;
    }

    .card-info__dops-case {
        margin-top: 20px;
    }

    .card-info__color {
        margin-top: 20px;
    }

    .card-info__btns-wrap {
        display: block;
    }

    .card-info__btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-info__btn:last-child {
        margin-bottom: 0;
    }

    .card-info__btn .btn {
        display: block;
        width: 100%;
    }

    .card-price__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-info__dops-main {
        width: 100%;
    }

    .card-info__size {
        width: 100%;
    }

    .card-adv__col {
        width: 100%;
    }

    .section-bottom {
        margin-bottom: -50px;
    }

    .card-bottom__block {
        height: 100px;
    }

    .card-bottom__block span {
        font-size: 24px;
    }

    .card-bottom__block img {
        margin-right: 20px;
    }

    .qr-modal__title {
        font-size: 24px;
    }

    .qr-modal {
        padding-left: 20px;
        padding-right: 20px;
    }

    .three-modal {
        padding-top: 40px;
    }

    .three-modal__toggle-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .city-modal {
        padding-left: 15px;
        padding-right: 15px;
    }

    .qr-modal__img {
        margin-left: -20px;
        margin-right: -20px;
    }

    .reviews__prev,
    .reviews__next {
        display: none;
    }

    .reviews__desc p,
    .reviews__desc li {
        font-size: 15px;
        line-height: 21px;
    }

    .reviews__block {
        padding: 0px;
        padding-bottom: 40px;
    }

    .reviews__block>* {
        margin: 0 8px 0 20px;
    }

    .reviews__desc {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .reviews__title {
        font-size: 24px;
        line-height: 1.1;
        font-weight: 400;
        margin: 0 0 45px 0;
    }

    .reviews__desc .more {
        font-size: 15px;
        line-height: 21px;
    }

    .reviews__slider-wrapper {
        margin: 0;
    }

    .reviews__bottom {
        margin-top: 30px;
    }

    .reviews__bottom-rating {
        margin-right: 0;
    }

    .reviews__bottom-img {
        box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.09);
    }

    .product.product--single .product__select-wrap {
        margin-top: 20px;
        margin-left: -160px;
    }

    .card-pic__item--video a::before {
        background-size: 50px;
    }

    .compare {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .compare__left {
        margin-right: 0;
        width: calc(50% - 7px);
    }

    .compare__right {
        width: calc(50% - 7px);
    }

    .compare__slider {
        padding-right: 1px;
    }

    .compare__item .product__price>b {
        font-size: 20px;
        display: block;
    }

    .compare__item .product__price>s {
        display: inline-block;
        margin-top: 5px;
        margin-left: 0;
    }

    .compare__item .product__price {
        display: block;
        margin-top: 10px;
    }

    .product__reviews {
        margin-top: 15px;
    }

    .compare__item .product__content {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .compare__labels .compare__list-item {
        padding-left: 15px;
    }

    .compare__list-item {
        font-size: 14px;
        line-height: 130%;
        min-height: 54px;
    }

    .compare__btn-wrap {
        margin-top: 30px;
    }

    .compare__btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .compare__radio {
        font-size: 14px;
    }

    .compare__radio a {
        padding-left: 30px;
    }

    .product__reviews {
        font-size: 14px;
        line-height: 22px;
    }

    .compare__delete {
        top: 5px;
        right: 5px;
    }

    .card-specif__item {
        font-size: 12px;
    }

    .card-specif__item>span {
        width: 60%;
    }

    .card-specif__item>b {
        width: 40%;
    }

    .card-specif__item>span::before {
        top: 10px;
    }

    .card-specif__info-block-content {
        font-size: 12px;
        padding: 6px 10px;
        width: calc(100vw - 115px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card-specif__info-block:hover .card-specif__info-block-content {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card-modal-credit__header {
        display: block;
    }

    .card-modal-credit__header-col {
        margin-top: 15px;
    }

    .card-modal-credit__content {
        padding-left: 0;
        padding-right: 0;
    }

    .card-modal-credit__img img {
        margin: 0;
    }

    .card-modal-credit__col {
        width: 100%;
    }

    .card-modal-credit {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .card-modal-credit__btn .btn {
        display: block;
        width: 100%;
    }

    .card-modal-base {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-modal-base__left {
        padding-right: 15px;
    }

    .card-modal-base__desc {
        font-size: 14px;
        line-height: 125%;
    }

    .card-modal-base__price {
        margin-top: 15px;
        font-size: 20px;
    }

    .wrap_slides {
        background-image: unset !important;
        padding: 0;
    }

    .product__price{
        margin-top:6px;
    }
}

@media (max-width: 374px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-about__video::before {
        background-size: 60px;
    }

    .header__controls {
        right: 10px;
    }

    .header-mob__top {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-mob__controls {
        display: block;
        text-align: center;
    }

    .header-mob__contacts {
        margin-left: 0;
        margin-top: 10px;
    }

    .header-bottom__drop-sub {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-bottom__drop-col>ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-mob__drop-sub {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products-section .product {
        margin-left: -10px;
        margin-right: -10px;
    }

    .products-section .product .product__img {
        width: 100px;
    }

    .catalog-filter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-filter__show {
        left: 10px;
        right: 10px;
    }

    .bottom-panel__mob {
        margin-left: -10px;
        margin-right: -10px;
    }

    .popular-categories__slider-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popular-categories__prev {
        left: -5px;
    }

    .popular-categories__next {
        right: -5px;
    }

    h1,
    .title {
        font-size: 28px;
    }
}

.header-mob__top {
    position: relative;
}

.header-mob__login--form {
    display: none;
    position: absolute;
    right: 10px;
    top: 100%;
    background: #fff;
    z-index: 1;
    max-width: 250px;
    padding: 15px;
    border: 1px solid #D4D6DB;
    border-radius: 5px;
}

.header-mob__login--form.active {
    display: block;
}

.b24-form .b24-window-widget {
    width: 375px;
}


a[href="/usloviya-rassrochki/"] {
    display: none !important;
}

#wrapper ul.left-menu1 li::before {
    display: none;
}

#wrapper ul.strong_list {
    list-style: none;
    padding-left: 0;
}

#wrapper ul.strong_list li:before {
    display: none;
}

ul.strong_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

ul.strong_list li .date {
    width: 40px;
    margin-right: 30px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #19398B;
    position: relative;
    height: 27px;
    display: flex;
    align-items: center;
}

ul.strong_list li .date:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #19398B;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + 7px);
}

ul.strong_list li .cont {
    flex: 0 0 auto;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    /* or 159% */
    color: #32373E;
    max-width: calc(100% - 70px);
}

.product-information-block ul li:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 6px;
    left: -32px;
    background: url(/local/templates/strong/img/blue-new-interface/list-style-2.png) center center no-repeat;
}

#wrapper ul.strong {
    list-style: none;
    padding-left: 0;
}

ul.strong li {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    /* or 165% */
    color: #32373E;
    padding-left: 0px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
}

#wrapper ul.strong li:before {
    background: url(/local/templates/strong/img/blue-new-interface/check.png) center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    margin: auto;
    border-radius: 0;
}

ul.strong-small {
    padding-left: 20px;
    margin-bottom: 24px;
    list-style: none;
}

.more-post__item-status {
    display: none;
}

p.strong a,
p.strong a:link,
p.strong a:visited,
#wrapper p a:link,
.delivery_text a:link {
    color: #19398B;
    border-bottom: 1px solid;
    transition: .5s;
}

p.strong a:hover,
p.strong a:link:hover,
p.strong a:visited:hover,
#wrapper p a:link:hover,
.delivery_text a:link:hover {
    border-bottom: 1px solid transparent;
    color: #2650BC;
}

ul.strong-small li {
    position: relative;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    /* or 165% */
    color: #32373E;
}

ul.strong-small li a {
    font-weight: bold;
    color: #19398B;
    transition: .5s;
    border-bottom: 1px solid;
}

ul.strong-small li a:hover {
    border-bottom: 1px solid transparent;
}

ul.strong-small li:before {
    position: absolute;
    display: block;
    content: '';
    background: #19398B;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -20px;
    top: 11px;
}

#wrapper p,
#wrapper .delivery_text {
    margin-bottom: 20px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    /* or 153% */
    color: #32373E;
}

#wrapper .columns {
    display: flex;
    flex-wrap: wrap;
    max-width: 670px;
    justify-content: space-between;
}

#wrapper .columns .column {
    flex: 0 0 33%;
}

#wrapper h1,
h1.strong {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    color: #1D3A86;
    margin-bottom: 20px;
}

.span-like-a-general {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #19398B;
}

.span-like-a-general .link-requisites {
    font-size: 16px;
}

body #wrapper .strong-slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    margin: 0px auto;
}

body #wrapper .strong-slick-dots>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 5px;
    margin: 0 5px;
}

body #wrapper .strong-slick-dots>li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(25, 57, 139, 0.3);
    top: 0px;
    border-radius: 50%;
    left: 0px;
    transition: .5s;
}

body #wrapper .strong-slick-dots>li.slick-active::before {
    background: #19398B;
    transform: scale(1.4);
}

body #wrapper .strong-slick-dots>li>button {
    display: none;
}

body #wrapper .strong-slick-arrow {
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
}

body #wrapper .strong-slick-arrow.prev {
    background-image: url(/local/templates/strong/new_site/css/../img/prev.png);
    z-index: 2;
    border-radius: 50%;
    background: #19398B url(/local/templates/strong/images/left.png) no-repeat;
    background-position: 42% center;
    left: calc(25% - 44px);
}

body #wrapper .strong-slick-arrow.next {
    z-index: 2;
    position: absolute;
    margin: auto;
    background: #19398B url(/local/templates/strong/images/right.png) no-repeat;
    background-position: center;
    border-radius: 50%;
    right: calc(25% - 44px);
}

body #wrapper .strong-slick-arrow.prev:hover {
    opacity: 0.7;
}

body #wrapper .strong-slick-arrow.next:hover {
    opacity: 0.7;
}

div.head p.perpage {
    float: right;
    color: #333;
    position: relative;
    top: 10px;
}

div.head p.perpage b {
    font-weight: 600;
    margin-left: 10px;
}

div.head p.perpage a {
    color: #0d2c92;
    margin-left: 10px;
}

div.reviews div.item div.head {
    margin-bottom: 15px;
}

div.reviews div.item div.head div.stars {
    float: right;
    padding-top: 12px;
}

div.reviews div.item div.head p.date {
    font-style: italic;
    color: #989898;
    font-size: 12px;
    margin: 0;
}

div.articles div.head {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 25px;
    position: relative;
    top: -5px;
}

div.articles div.head div.search {
    float: left;
}

div.articles div.articlesContent {
    float: left;
    width: 100%;
    padding-top: 5px;
    max-width: 870px;
}

div.articles div.articlesContent div.item {

    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

div.articles div.articlesContent div.item p.title {
    color: #315bae;
}

div.articles div.articlesContent div.item p.title a {
    color: #315bae;
}

div.articles div.articlesContent div.item div.info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

div.articles div.articlesContent div.item div.info span.date {
    margin-right: 15px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: rgba(25, 57, 139, 0.6);
}

div.articles div.articlesContent div.item div.info div.icons {
    float: none;
    position: relative;
    order: 1;
}

div.articles div.articlesContent div.item div.info div.icons span {
    margin-left: 20px;
}


div.articles div.articlesContent div.item div.pic {
    margin-bottom: 20px;
    float: left;
    width: 150px;
    margin-right: 20px;
}

div.articles div.articlesContent div.item div.pic img {
    width: 100%;
}

div.articles div.articlesAside {
    float: right;
    width: 270px;
}

div.cataloglistIn div.item {
    float: left;
    margin-right: 20px;
    margin-bottom: 23px;
}

div.cataloglistIn div.item img {
    border-right: 1px solid #dfe6f3;
    display: block;
    border-left: 1px solid #dfe6f3;
    border-bottom: 2px solid #90ace2;
    margin-top: 12px;
}

div.cataloglistIn div.item a {
    color: #315bae;
    font-size: 15px;
}

.item .item-text b {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.item .item-text div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-bottom__item .copyright {
    display: flex;
    align-items: center;
}

.footer-bottom__item .copyright svg {
    margin-left: 6px;
}

.accept_filter {
    border: 2px solid #19398B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #19398B;
    display: none;
}

.accept_filter.active {
    display: flex;
}

@media screen and (max-width: 575px) {
    #wrapper h1 {
        font-size: 32px;
        line-height: 1.1;
        font-weight: 500;
    }
}


.faq {
    background: #FAFAFA;
    padding: 92px 0 100px 0;
    margin: 0 0 85px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.faq_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 50px 43px 50px;
}

.faq_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    margin: 0 0 5px 0;
    transition: .3s;
    padding: 0 20px 0 0;
}

.faq_item a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    transition: .3s;
}

.faq_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    max-width: 868px;
    display: none;
}

.faq_item {
    position: relative;
    padding: 0px 0 30px 0;
    margin: 0 0 19px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.faq_item:hover .faq_title,
.faq_item a:hover {
    color: #345fcc;
}

.faq_icon {
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

.faq_item.open .faq_icon {
    transform: rotate(-180deg);
}

.big_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #1D3A86;
    margin: 0 0 21px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.additionals_ico {
    display: flex;
    gap: 10px;
}

.additionals_ico .it {}

.additionals_ico .it img {
    width: 90px;
}

.additionals_ico .text b {
    font-weight: 500;
}



.article_image_block {
    width: 100%;
    height: 420px;
    max-height: 420px;
    margin: 30px 0 10px 0;
}

.article_image_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article_block p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #32373E;
    margin: 0 0 10px 0;
}

.article_block p:last-of-type {
    margin: 0;
}

.article_block table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

.article_block table th {
    border-bottom: 2px solid #19398B;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #32373E;
    text-align: left;
    padding: 0 20px 11px 20px;
}

.article_block table td {
    width: 50%;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #32373E;
    padding: 18px 20px;
}

.article_block table tr:nth-child(even) {
    background: #ECF7F9;
}

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

.article_block .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 18px 8px 43px 8px;
    flex: 0 0 calc(33% - 10px);
}

.article_block .items .item .subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #32373E;
}

.article_block .items .item .title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: rgba(25, 57, 139, 1);
}

.article_block .items .item .cost {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #32373E;
    margin: 0 0 26px 0;
}

.article_block .items .item .cost span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    color: #32373E;
}

.article_block .items .item .btn_more {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6D7686;
    border: 2px solid #BFE4EB;
    border-radius: 4px;
    width: 124px;
    height: 40px;
    transition: .3s;
}

.article_block .items .item .btn_more:hover {
    background: #BFE4EB;
    color: #fff;
}

.article_block .items .item .image {
    width: 100%;
    height: 173px;
    max-height: 173px;
}

.article_block .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.article_block h3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    color: #1D3A86;
    margin-bottom: 10px !important;
}

.article_block blockquote {
    width: 100%;
    background: #ECF7F9;
    padding: 40px 60px;
    margin: 30px 0;
}

.article_block blockquote p {
    font-family: 'Fira Sans';
    font-style: italic !important;
    font-weight: 300;
    font-size: 19px;
    line-height: 150%;
    color: #32373E;
    margin: 0;
    padding: 0;
}

.article_block .items_second {
    margin: 0 0 49px 0;
}

.article_block .items_second .item_second {
    display: flex;
    gap: 40px;
    background: #FFFFFF;
    border: 1px solid #ECEEF0;
    border-radius: 10px;
    padding: 20px 52px 20px 20px;
    margin: 0 0 20px 0;
}

.article_block .items_second .item_second:last-of-type {
    margin: 0;
}

.article_block .items_second .item_second .image {
    border-radius: 10px;
    overflow: hidden;
    min-width: 300px;
    max-width: 300px;
    min-height: 225px;
    max-height: 225px;
}

.article_block .items_second .item_second .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article_block .items_second .item_second .item_second_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1D3A86;
    margin: 0 0 10px 0;
}

.article_block .items_second .item_second .item_second_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #32373E;
}

.article_block h2 {
    margin: 50px 0 14px 0 !important;
}

.article_block h3 {
    margin: 25px 0 20px 0 !important;
}

.article_block figcaption {
    font-family: 'Fira Sans';
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    color: #32373E;
    margin: 0 0 12px 0 !important;
}

.article_block h4 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #1D3A86;
    margin: 32px 0 10px 0 !important;
}

.article_block .faq_block_2_block {
    width: 100%;
    height: 100%;
}

@media(max-width:700px) {
    .card-advantages__item {}

    .card-advantages__icon {
        opacity: .4;
    }

    .card-advantages__icon .wrap_img {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .card-advantages__sub {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;

        /* Black */
        color: #32373E;
    }

    .card-advantages__icon img {
        max-width: 37px;
        filter: grayscale(1);
    }

    .card-advantages__icon>span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 9.06271px;
        line-height: 11px;
        text-align: center;
        color: #22252A;
    }

    .article_block .items .item {
        flex: 0 0 100%;
    }

    .article_block .items {
        row-gap: 20px;
    }

    .article_block blockquote {
        padding: 20px 30px;
        margin: 20px 0;
    }

    .article_block .items .item {
        padding-bottom: 20px;
        padding-top: 5px;
    }

    .article_block .items .item .image {
        height: 140px;
        max-height: 140px;
    }

    .article_block .items .item .subtitle {
        font-size: 15px;
    }

    .article_block .items .item .title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .article_block .items .item .cost {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .article_block table td {
        font-size: 13px;
        padding: 12px;
    }

    .article_block table th {
        padding: 0 12px 12px 12px;
        font-size: 14px;
    }

    .article_block .items_second .item_second {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .article_block .items_second .item_second .item_second_text {
        font-size: 14px;
    }

    .article_block .items_second .item_second .image {
        height: 200px;
        max-height: 200px;
        width: 100%;
        max-width: 100%;
        min-width: auto;
        min-height: auto;
    }

    .article_image_block {
        height: 230px;
        max-height: 230px;
    }

    .article_block blockquote p {
        font-size: 13px !important;
    }

    .article_block figcaption {
        font-family: 'Fira Sans';
        font-style: italic !important;
        font-weight: 300 !important;
        font-size: 13px !important;
        line-height: 20px !important;
        color: #32373E;
        margin: 0 0 16px 0 !important;
    }

    .article_block h2 {
        margin-top: 40px !important;
        margin-bottom: 5px !important;
    }

    .card-advantages__item {}

    .card-advantages__icon .wrap_img {}

    .card-advantages__icon img {}

    .card-advantages__icon>span {}
}

#wrapper .article_block p:last-of-type {
    margin: 0;
}

.shield-discount span {
    width: 72px;
    height: 50px;
    background: url(/local/templates/main/assets/css/../img/price-label.svg) center center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
    padding-left: 14px;
    position: absolute;
    left: 18px;
    top: 0;
}

/*
.faq_item:nth-child(1) .faq_text, .faq_item:nth-child(2) .faq_text, .faq_item:nth-child(3) .faq_text{
    display: block;
}

.faq_item:nth-child(1) .faq_icon, .faq_item:nth-child(2) .faq_icon, .faq_item:nth-child(3) .faq_icon {
  transform:rotate(180deg);
}

.faq_item:nth-child(1).open .faq_icon, .faq_item:nth-child(2).open .faq_icon, .faq_item:nth-child(3).open .faq_icon{
  transform:rotate(0deg);
}*/

.menu_swiper {
    width: 100%;
    height: 100%;
    background: #19398B;
}

.swiper_block_ban {
    width: 100%;
    max-width: calc(66.6666% - 50px);
    height: 294px;
    max-height: 294px;
    background: #19398B;
    position: relative;
    margin: 78px 50px 0 0;
    overflow: hidden;
    margin-bottom:50px;
}

.swiper_block_ban.w100 {
    max-width: 100%;
    width: 100%;
    margin: -28px 40px 40px 40px;
    height: 256px;
    max-height: 256px;
}

.banner_matras_wrapper_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    color: #213886;
    margin-bottom: 17px;
    position: relative;
    z-index: 3;
    max-width: 199px;
}

.banner_matras.w100 .banner_matras_wrapper_title {
    max-width: 100%;
}

.banner_matras_wrapper_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 40px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.banner_matras_wrapper_btn:hover {
    background: #fff;
    color: #19398B;
}

.banner_matras_wrapper_image {
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: 2;
    max-width: 361px;
    width: 100%;
}

.banner_matras.w100 .banner_matras_wrapper_image {
    max-width: 396px;
    width: 100%;
    right: -5px;
}

.cloud_cost {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #BA4265;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: 217px;
    bottom: 26px;
    z-index: 2;
}

.banner_matras.w100 .cloud_cost {
    right: 319px;
}

.cloud_cost .cloud_cost_new {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.cloud_cost_old {
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #F89BB6;
    position: relative;
    margin-right: 15px;
}

.cloud_cost_old::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #F89BB6;
    position: absolute;
    left: 0;
    transform: rotate(15deg);
}

.header-bottom__drop-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner_matras.catalog {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 26px 20px;
    height: 354px;
    max-height: 354px;
    background: linear-gradient(180deg, #FAB2A2 0%, rgba(250, 178, 162, 0.25) 100%);
    border-radius: 4px;
    margin: 32px 0 0 0;
}

.banner_matras.catalog .banner_matras_wrapper_title span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    color: #1D3A86;
}

.banner_matras.catalog .banner_matras_wrapper_title {
    display: flex;
    flex-direction: column;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #1D3A86;
    margin-bottom: 18px;
    max-width: 100%;
}

.banner_matras.catalog .banner_matras_wrapper_image {
    max-width: 262px;
    right: -5px;
}

.banner_matras.catalog .cloud_cost {
    right: 178px;
    width: 90px;
    height: 90px;
    bottom: 22px;
}

.banner_matras.catalog .cloud_cost .cloud_cost_new {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.banner_matras.catalog .cloud_cost .cloud_cost_old {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F89BB6;
}

.menu_swiper_item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.menu_swiper_item img {
    width: 100%;
    height: 100%;
}

.cat_swiper {
    overflow: hidden;
}

.swiper_block_cat {
    margin-top: 30px;
}

.info-table__row {
    column-gap: 50px;
    margin-bottom: 20px;
}

.info-table__row .info-table__title {
    font-size: 18px;
    font-weight: 700;
    min-width: 250px;
}

.info-table__row .info-table__content {
    font-size: 16px;
    font-weight: 400;
    max-width: 450px;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 1200px) {
    .banner_matras {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 55%;
        height: 387px;
        max-height: 387px;
        background: linear-gradient(180deg, #FAB2A2 0%, rgba(250, 178, 162, 0.25) 100%);
        background-color: #fff;
        border-radius: 16px;
        padding: 29px 30px 30px 20px;
        position: relative;
        margin: 78px 40px 0 0;
        overflow: hidden;
    }

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

    .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 110%;
        color: #1D3A86;
    }

    .banner_matras.w100 .banner_matras_wrapper_title span {
        max-width: 100%;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
        position: relative;
        z-index: 3;
    }

    .swiper_block_ban,
    .swiper_block_ban.w100 {
        height: auto;
        max-height: none;
    }
}

@media screen and (max-width: 1023px) {
    .footer-top__col {
        flex: 1 0 100%;
    }
}



@media screen and (max-width: 992px) {
    .header-bottom__drop-block {
        display: block;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
    }

    .banner_matras.w100 .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
        position: relative;
        z-index: 3;
    }

    .swiper_block_ban,
    .swiper_block_ban.w100 {
        background: #fff;
        max-width: 100%;
        max-height: none;
        padding: 0 15px;
        margin: 0;
    }

    .swiper_block_ban.w100 .swiper-slide {
        max-width: 100%;
    }

    .swiper_block_ban .swiper-slide {
        width: auto;
    }

    .menu_swiper {
        background: #fff;
    }

    .menu_swiper {
        overflow: hidden;
    }

    .swiper_block_cat {
        margin-top: 0;
    }

    .cat_swiper {
        overflow: hidden;
    }

    .cat_swiper .swiper-slide {
        width: auto;
    }

    .info-table__row .info-table__content {
        max-width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .swiper_block_ban .swiper-slide {
        max-width: 100%;
    }

    .info-table__row .info-table__content {
        max-width: 100%;
    }

    .info-table__row .info-table__title {
        min-width: 1px;
        width: 100%;
        max-width: 100%;
    }

    .info-table__row {
        flex-direction: column;
        row-gap: 5px;
    }
}

.catalog_list_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 70px;
    margin: 0 -15px;
}

.catalog_list_big_col {
    width: 100%;
    max-width: 33.3333%;
    padding: 0 15px;
}

.catalog_list_big_title {
    margin-top: 29px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #19398B;
}

.catalog_list_big_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 506px;
    background: #E9F6F8;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.catalog_list_big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.catalog_list_small_col {
    width: 100%;
    max-width: 20%;
    padding: 0 15px;
}

.catalog_list_small_col_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 302px;
    background: #E9F6F8;
    border-radius: 5px;
    overflow: hidden;
}

.catalog_list_small_col_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.catalog_list_small_col_title {
    margin-top: 20px;
    padding: 0 5px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #19398B;

    transition: .3s;
}

.catalog_list_small_col:hover .catalog_list_small_col_title,
.catalog_list_big_col:hover .catalog_list_big_title {
    color: #BA4265;
}

.catalog_list_small_col:hover .catalog_list_small_col_img img,
.catalog_list_big_col:hover .catalog_list_big_img img {
    transform: scale(1.1);
}

@media screen and (max-width:1200px) {
    .catalog_list_small_col_title {
        font-size: 20px;
        margin-top: 20px;
    }

    .catalog_list_big_title {
        font-size: 28px;
        margin-top: 20px;
    }

}

@media screen and (max-width:992px) {
    .catalog_list_big_title {
        font-size: 24px;
        margin-top: 15px;
    }

    .catalog_list_row {
        row-gap: 40px;
    }

    .catalog_list_small_col {
        max-width: 33.3333%;
    }

    .catalog_list_small_col_title,
    .catalog_list_big_title {
        font-size: 20px;
        margin-top: 15px;
        padding: 0;
    }

    .catalog_list_small_col_img,
    .catalog_list_big_img {
        border-radius: 10px;
        min-height: 190px;
    }
}

@media screen and (max-width:550px) {
    .catalog_list_small_col {
        max-width: 50%;
        padding: 0 7.5px;
    }

    .catalog_list_small_col_img,
    .catalog_list_big_img {
        min-height: 204px;
        height: 204px;
    }

    .catalog_list_big_col {
        max-width: 50%;
        padding: 0 7.5px;
    }

    .catalog_list_row {
        row-gap: 30px;
        margin: 0 -7.5px;
    }

    .catalog_list_small_col_title,
    .catalog_list_big_title {
        font-size: 16px;
    }
}

.page-line {
    width: 100%;
}

/* Адаптив лендинга */

.rek_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1D3A86;
    border-radius: 5px;
    padding: 47px 52px 45px 53px;
    margin-top: 60px;
}

.rek_block_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    max-width: 500px;
}

.rek_block_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 11px 56px 15px 56px;

    background: #FFFFFF;
    border-radius: 8px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #19398B;
}

.reviews__bottom-img {
    box-shadow: none !important;
}

.reviews__bottom img {
    width: 155px;
    max-width: 155px;
    height: auto;
}

.banner__right {
    left: auto;
    right: 0;
    width: 600px;
    height: 1000px;
    border-radius: 500px 0 0 500px;
}


@media screen and (max-width: 1200px) {
    .rek_block_link {
        padding: 10px 40px;
    }

    .rek_block_title {
        font-size: 24px;
        line-height: 34px;
        padding-right: 15px;
    }

    .rek_block {
        padding: 35px;
    }

    .banner__advantages {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .banner__advantages-item {
        width: 100%;
        max-width: 50%;
        padding: 0 10px;
        margin-right: 0px;

    }
}

@media screen and (max-width: 1023px) {
    .text-new-design {
        flex-direction: column;
    }

    .faq_left {
        width: 100% !important;
    }

    .faq_right_big {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 60px;
    }

    .banner__right {
        width: 100%;
        height: 90vw;
        max-height: 400px;
        padding: 0;
        background: none;
        display: block;
        position: relative;
        border-radius: 0px;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 0;
        overflow: unset;
        background-color: #BFE4EB;
    }

}

@media screen and (max-width: 768px) {
    .banner__wrap {
        display: block;
        position: relative;
        padding: 0;
        min-height: 270px;
        height: 270px;
    }
    .banner-slider__slide {
        min-height: unset;
    }
    .banner__advantages {
        display: none !important;
    }
    .ad_cloud_block {
        display: none !important;
    }
    .banner__left {
        padding: 40px 15px 35px 15px !important;
        min-height: unset;
        height: 100%;
        background-color: #BFE4EB;
    }
    .banner__left-bottom {
        margin-top: 18px;
    }
    .banner__right {
        position: absolute;
        inset: 0;
        padding: 0;
        background-color: transparent;
        min-height: unset;
        height: 100%;
    }
    .banner__right_wrapper {
        padding: 0;
    }
    .banner__price > b {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }
    .banner__price-old {
        /*line-height: 18px;*/
        display: none !important;
    }
    .banner__price-old > span {
        /*font-size: 13px;*/
        /*line-height: 15px;*/
    }
    .banner__price-label {
        margin-left: 10px;
    }
    .price-label {
        width: 29px;
        height: 16px;
        font-size: 8px !important;
        line-height: 10px !important;
        padding-left: 6px;
    }
    .banner__sub {
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .banner__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
    }
    .banner__desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        margin-top: 0;
    }
    .banner__info {
        position: absolute;
        bottom: 25px;
        left: 15px;
    }
    .banner__info-title {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        max-width: 70%;
    }
    .banner__img {
        left: 40%;
        top: 50%;
        height: 45%;
    }
    .banner__img img {
        transform: scale(-1, 1);
        height: 100%;
        width: auto;
    }
}


@media screen and (max-width: 650px) {
    .rek_block {
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 25px;
    }

    .reviews__bottom img {
        max-width: 130px;
    }

    .advantages__col {
        width: 50%;
    }
}

.strong_partner_block {
    width: 100%;
    max-width: calc(100% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #166341 0%, #134931 100%);
    box-shadow: 0px 0px 4px 0px rgba(14, 0, 99, 0.06);
    position: relative;
    padding: 17px 80px 17px 17px;
    margin-top: 45px;
}

.strong_partner_block .text {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 16.358px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.strong_partner_block .icon {
    display: flex;
    position: absolute;
    right: -10px;
    width: 116px;
    height: 116px;
    max-width: 116px;
    max-height: 116px;
}

.strong_partner_block .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-top {
    padding-bottom: 37px;
}

@media screen and (max-width:1400px) {
    .strong_partner_block .icon {
        right: -15px;
    }

    .strong_partner_block {
        max-width: calc(100% - 15px);
    }
}

@media screen and (max-width:1200px) {
    .strong_partner_block .text {
        font-size: 13px;
    }

    .strong_partner_block .icon {
        max-width: 80px;
        max-height: 80px;
    }

    .strong_partner_block {
        padding: 10px 90px 10px 10px;
    }
}

@media screen and (max-width:767px) {
    .strong_partner_block .text {
        font-size: 8px;
    }

    .strong_partner_block .icon {
        max-width: 55px;
        max-height: 55px;
        right: -10px;
    }

    .strong_partner_block {
        padding: 6px 50px 6px 6px;
        border-radius: 2.275px;
        background: linear-gradient(180deg, #166341 0%, #134931 100%);
        box-shadow: 0px 0px 1.82013px 0px rgba(14, 0, 99, 0.06);
        max-width: calc(100% - 10px);
    }
}
@media screen and (max-width:1023px){
    #wrapper .top_contact_wrap .other_info{
        flex-wrap: wrap;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }
    #wrapper .top_contact_wrap .phone_column{
        margin: auto;
        text-align: center;
    }
    #wrapper .top_contact_wrap{
        flex-wrap: wrap;
    }
    .contacts-page > .page-line{
        margin:0;
    }
    #wrapper .top_contact_wrap .phone_column{
        margin-right: auto!important;
        margin-left: auto!important;
    }
    #wrapper .top_contact_wrap .other_info .wtite_mess{
        max-width: 100%;
    }
    #wrapper .top_contact_wrap .other_info .wtite_mess, #wrapper .top_contact_wrap .other_info .callback{
        max-width: 300px!important;
        width: 100%!important;
        height: 42px!important;
        font-size: 16px!important;
    }
    .city_wrap .adr_item, #wrapper .contacts-page .text-and-form__item-contact{
        margin:0;
    }
    .city_wrap{
        margin: 0!important;
    }
    .city_wrap .adr_item, #wrapper .contacts-page .text-and-form__item-contact{
        flex: 0 0 100%!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }
    #wrapper .top_contact_wrap .phone_column .mp_phone{
        font-size: 28px;
    }
    .showrooms-map .nav-slide-top__vertical span{
        font-size: 14px!important;
    }
}


@media screen and (min-width:1024px) and (max-width:1330px){
    #wrapper .top_contact_wrap .other_info .wtite_mess, #wrapper .top_contact_wrap .other_info .callback{
        max-width: 230px!important;
        width: 100%!important;
    }
}



.ad_cloud_block {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    z-index: 20;
}

.ad_cloud_block .cloud_ad_title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.55);
    color: #32373E;
    text-align: center;
    font-family: Fira Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    /* 200% */
}

.ad_cloud_block .cloud_ad_text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 6px;
    background: #fff;
    color: #32373E;
    text-align: center;
    font-family: Fira Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    user-select: none;
    pointer-events: none;
    max-width: 600px;
    /* 200% */

    margin-top: 10px;
    opacity: 0;
    transition: .3s;
}

.ad_cloud_block .cloud_ad_title:hover~.cloud_ad_text {
    opacity: 1;
}

.fly_video {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 150px;
    right: -120px;
    width: 115px;
    height: 115px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    transition: .6s;
}

.fly_video.active {
    opacity: 1;
    visibility: visible;
    right: 38px;
}

.fly_video .close {
    display: flex;
    position: absolute;
    bottom: 8px;
    transition: .3s;
}

.fly_video .close:hover {
    opacity: .5;
}

.fly_video .preview_video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background: black;
}

.fly_video .preview_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancybox-slide--video .fancybox-content {
    height: 100% !important;
    max-height: 670px;
    width: 100% !important;
    max-width: 378px;
    border: none;
    outline: none;
    background: transparent;
}

.fancybox__html5video {
    border-radius: 8px;
    overflow: hidden;
}

.fancybox__html5video:focus-visible {
    border: none;
    outline: none;
}

.fancybox-slide--video .fancybox-content .f-button.is-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    right: auto;
    left: 100%;
}

.fancybox-slide--video .fancybox-content .f-button.is-close-btn svg {
    width: 15px;
    height: auto;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.custom_cloud_video {
    display: flex;
    justify-content: center;
    padding: 7px 17px;
    border-radius: 8px;
    background: rgba(50, 55, 62, 0.60);

    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */

    position: absolute;
    bottom: calc(100% + 12px);

    width: max-content;
    max-width: 157px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.custom_cloud_video::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5' fill='none'%3E%3Cpath opacity='0.6' d='M4.29289 4.29289L0 0H10L5.70711 4.29289C5.31658 4.68342 4.68342 4.68342 4.29289 4.29289Z' fill='%2332373E'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
}

@media (hover:hover) {
    .fly_video:hover .custom_cloud_video {
        opacity: 1;
        visibility: visible;
    }
}



@media screen and (max-width:992px) {
    .fancybox-slide--video .fancybox-content .f-button.is-close-btn {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 15px);
        width: 52px;
        height: 52px;
    }

    .fancybox-slide--video .fancybox-content .f-button.is-close-btn svg {
        width: 13px;
    }

    .fancybox-slide--video .fancybox-content {
        margin-bottom: 75px;
    }

    .fly_video {
        bottom: 140px;
        width: 134px;
        height: 134px;
        right: -135px;
    }

    .fly_video.active {
        right: 17px;
    }

    .fly_video .close {
        bottom: 5px;
    }

    .fly_video .close svg {
        width: 35px;
        height: auto;
    }

    .fly_video .close svg rect {
        opacity: .5;
    }
}
.main.other_page .product-categories .product-additional__row{
    justify-content:center;}

@media screen and (max-width:767px) {
    .download_page .file-list .file-list_col {
        max-width: 100%;
    }

    #wrapper .download_page .file-list .file-list_item .file-list_item_meta .file-list_item_meta_title {
        max-width: calc(100% - 95px);
    }

    .download_page .file-list .file-list_item .file-list_item_meta .file-list_item_meta_size {
        max-width: 85px;
    }

    .download_page .file-list .file-list_item {
        padding: 20px 15px;
    }

    .download_page .file-list {
        row-gap: 15px;
    }
}


@media screen and (min-width: 1024px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 40px;
        column-gap: 20px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: calc(20% - 20px);
        padding: 0px;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban {
        margin: 35px 0 0 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1271px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 30px 25px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-sub {
        font-size: 16px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block ul li {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 40px;
        column-gap: 20px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: calc(20% - 20px);
        padding: 0px;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban {
        margin: 35px 0 0 0;
    }
}

@media screen and (max-width: 1023px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: 100%;
    }

    .header-bottom__nav>ul>li.first-item .header__mob {
        max-width: 100%;
        width: 100%;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban.w100 {
        background: #fff;
        max-width: 100%;
        max-height: none;
        margin: 0 15px;
        padding: 0px;
        width: auto;
    }

    .menu_swiper {
        overflow: hidden;
        background: #fff;
    }

}


/* Стили для кнопки консультация */

.btn-small.custom_btn_social {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-left: 21px;
  padding-right: 21px;
}
.btn-small.custom_btn_social:hover {
  background: #19398B;
}

.btn-small.custom_btn_social .icon  {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  transition: .4s;
}

.btn-small.custom_btn_social .icon:hover {
  opacity: .7;
}

.btn-small.custom_btn_social .icon svg {
width: 100%;
height: 100%;
}
.card-pic__item--video .js-card-video-trigger img{
    display:none;
}
.promocode-wrapper .check1 img:first-of-type{
    display:none;
}
@media screen and (max-width: 1440px) {
  .btn-small.custom_btn_social {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-small.custom_btn_social .icon  {
    width: 18px;
    height: 18px;
  }
}



/* �������� �� ���� */
.coockies_accept {
    position: fixed;
    bottom: 0px;
    left: -30px;
    margin: 30px;
    margin: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    padding: 20px;
    padding: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    display: flex;
    align-items: center;
    column-gap: 24px;
    column-gap: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
    z-index: 2;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    transition: 0.5s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept {
        margin: 16px;
        column-gap: 20px;
        max-width: 310px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 440px;
        margin: 0;
        border-radius: 10px 10px 0px 0px;
        bottom: -100px;
    }
}

.coockies_accept.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}

@media screen and (max-width: 767px) {
    .coockies_accept.active {
        left: 50%;
        bottom: 0%;
    }
}

.coockies_accept-text {
    color: #000;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .coockies_accept-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-text {
        font-size: 12px;
        line-height: 18px;
        flex: 1 1 50%;
    }
}

.coockies_accept-text a {
    color: #19398B;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .coockies_accept-text a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-text a:active {
        opacity: 0.7;
    }
}

.coockies_accept-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    padding: 5px 32px;
    padding: 5px clamp(1.625rem, -0.25rem + 2.5vw, 2rem);
    height: 50px;
    height: clamp(2.75rem, 0.875rem + 2.5vw, 3.125rem);
    border-radius: 16px;
    border-radius: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    background: #19398B;
    color: #FFF;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept-btn {
        height: 44px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 26px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-btn {
        padding: 5px 16px;
        height: 34px;
        flex: 1 1 50%;
    }
}

@media (hover: hover) {
    .coockies_accept-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-btn:active {
        opacity: 0.7;
    }
}
/* End */


/* Start:/local/templates/main/css/marquiz.css?1736872061612*/
.marquiz__container {
    text-align: center;
}
.marquiz__button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: all .2s ease-out;
    border: 1px solid #ff7544;
    background-color: #ff7544;
    padding: 18px 21px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}
.marquiz__button, .marquiz__button:focus, .marquiz__button:hover {
    color: var(--marquiz-button-text-color,#fff)!important;
    text-decoration: none!important;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main.menu.banner/style.css?1736872061358*/
.banner-slider__slide {
	overflow: hidden;
	border-radius: 20px;
}

@media screen and (max-width: 1023px) {
	.banner-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.banner-slider__slide {
		border-radius: 0px;
	}
	/* .banner__left, .banner__right {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main.menu.banner2/style.css?1736872061358*/
.banner-slider__slide {
	overflow: hidden;
	border-radius: 20px;
}

@media screen and (max-width: 1023px) {
	.banner-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.banner-slider__slide {
		border-radius: 0px;
	}
	/* .banner__left, .banner__right {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
}

/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?164500582647*/
.header-bottom__basket {
  display: inherit;
}

/* End */


/* Start:/local/components/bizprofi/externalclient.authorize/templates/vue/style.css?1639649070146*/
.header-login__sub, .header-login--logged-in .header-login__desc {
    text-align: center;
}

.header-login__btn .btn {
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/.default/style.css?1645005826324*/
div.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  overflow: hidden;
  z-index: 205000;
  background: #fff;
}
.search-hints {
	padding: 15px;
}
.search-hints__item {
	margin-bottom: 10px;
}
.search-hints__link b {
	color: #19398B;
}
.search-hints .button__text {
	font-weight: bold;
	color: #19398B;
}
/* End */
/* /local/templates/main/assets/css/normalize.css?17368720616138 */
/* /local/templates/main/assets/css/perfect-scrollbar.css?16450058262598 */
/* /local/templates/main/assets/css/fancybox.css?164500582614065 */
/* /local/templates/main/assets/css/style.css?1750164354247526 */
/* /local/templates/main/css/marquiz.css?1736872061612 */
/* /local/templates/main/components/bitrix/news.list/main.menu.banner/style.css?1736872061358 */
/* /local/templates/main/components/bitrix/news.list/main.menu.banner2/style.css?1736872061358 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?164500582647 */
/* /local/components/bizprofi/externalclient.authorize/templates/vue/style.css?1639649070146 */
/* /local/templates/main/components/bitrix/search.title/.default/style.css?1645005826324 */
