

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17345531961181*/
.pagination {
    padding: 5px 0 50px;
}
.pagination__arrow {
    width: 35px;
    height: 35px;
    background: url(/upload/TEMP/arrow-min-black.svg) 50% 50% no-repeat;
    background-size: 8px;
}
.pagination__prev {
    transform: scale(-1, 1);
}
.pagination__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.pagination__list li {
    padding: 0 5px;
}
.pagination__list a {
    color: #333;
    text-decoration: none;
}
.pagination__list .active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 600;
    background: #f0a30a;
    border-radius: 5px;
}
@media screen and (min-width: 768px) {
    .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/css/normalize.css?16557368088225*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End */


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


/* Start:/bitrix/templates/MAIN/css/slick.css?17344542131846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/MAIN/components/servak/basket/cart/style.css?17368057198209*/
.basket-table input[type="text"] {
    text-align: center;
}
.basket-table__name,
.basket-table__price,
.basket-table__count,
.basket-table__summ,
.basket-table__del {
    vertical-align: middle !important;
    white-space: nowrap;
    text-align: center;
}
.basket-table__name {
    text-align: left;
    white-space: normal;
}
.basket-table__name a {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}
.basket-table img {
    display: inline-block;
}
.basket-table__name a:nth-child(2) {
    width: 80%;
    margin-left: 2%;
}
.basket-table .form-control {
    display: inline-block;
    width: auto;
}
.basket-table__count .glyphicon {
    font-size: 12px;
    cursor: pointer;
}
.basket-table__del .glyphicon {
    cursor: pointer;
}
.basket-item {
    background: #fdf8ec;
}
.basket-field__address {
    display: none;
}
.btn-basket__success {
    background: #579b15 !important;
}
/************************* header__cart *************************/
.header__cart,
.header__mob-icon_cart {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    text-decoration: none;
    background: url('/upload/MAIN/icon-basket.svg') 50% 50% no-repeat;
    background-size: 23px;
    border-radius: 10px;
    border: 1px solid #E8E9EE;
}
.header__cart span,
.header__mob-icon_cart span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
    background: #B1B1B5;
    color: #fff;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .header__cart {
        display: block;
    }
}
/************************* cart page *************************/
.cart__block {
    padding: 0 0 55px;
}
.cart__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 20px 10px;
    margin: 0 0 18px;
    background: #fff;
    border-radius: 10px;
}
.cart__close {
    position: absolute;
    right: 28px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.cart__close svg {
    width: 10px;
    height: 10px;
}
.cart__close path {
    fill: #a1a1a1;
    transition: all 0.3s linear;
}
.cart__close:hover {
    background: #ed2020;
}
.cart__close:hover path {
    fill: #fff;
}
.cart__prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 18px;
}
.cart__item-title {
    margin: 0 0 8px;
    color: #666666;
}
.cart__img {
    width: 52px;
    min-width: 52px;
    margin: 0 16px 0 0;
}
.cart__img img {
    width: 100%;
    border-radius: 10px;
}
.cart__name {flex: 1;}
.cart__name .cart__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.cart__name a {
    color: #333333;
    text-decoration: none;
    transition: all 0.3s linear;
}
.cart__name a:hover {color: #04a6ff;}
.cart__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 15px;
}
.cart__quantity {
    width: 40%;
}
.cart__quantity .cart__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 36px;
}
.cart__price {
    width: 60%;
}
.cart__price .cart__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    min-height: 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.cart__price .cart__item-content span {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through;
}
.cart__total {
    width: 100%;
}
.cart__total .cart__item-content {
    padding: 3px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.cart__total .cart__item-content span {
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}
.cart__item-quantity {
    display: block;
    width: 80px;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}
.cart__item-minus {
    left: 0;
}
.cart__item-plus {
    right: 0;
}
.cart__item-minus,
.cart__item-plus {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 40px;
    background: url('/upload/MAIN/icon-minus.png') center no-repeat;
    transition: all 0.3s linear;
}
.cart__item-plus {
    background: url('/upload/MAIN/icon-plus.png') center no-repeat;
}
.total {
    padding: 5px 0 0;
    color: #666666;
    font-size: 16px;
}
.total span {
    padding: 0 0 0 10px;
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}
.cart__top {display: none;}

.cart__form-block .radio {
    margin-bottom: 7px;
}

@media screen and (min-width: 576px) {
    .cart__form-block {
        max-width: 360px;
    }
}
@media screen and (min-width: 768px) {
    .cart__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        padding: 0 70px 9px 9px;
        color: #666666;
    }
    .cart__top-prod {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        width: 40%;
    }
    .cart__top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        width: 40%;
    }
    .cart__top-img {
        width: 52px;
        min-width: 52px;
        margin: 0 16px 0 0;
    }
    .cart__top-name {flex: 1;}
    .cart__top-quantity {width: 40%;}
    .cart__top-price {width: 60%;}
    .cart__top-total {width: 20%;}
    .cart__line {
        align-items: center;
        margin: 0 0 10px;
        padding: 9px 70px 9px 9px;
    }
    .cart__prod {
        width: 40%;
        padding: 0;
    }
    .cart__info {
        width: 40%;
        padding: 0;
    }
    .cart__total {
        width: 20%;
    }
    .cart__item-title {display: none;}
    .cart__total .cart__item-content {padding: 10px 0 0;}
    .cart__close {
        right: 18px;
        bottom: auto;
        top: 50%;
        margin-top: -16px;
    }
    .total {
        padding: 23px 0 0;
    }
    .total span {
        font-weight: 600;
    }
}
@media screen and (min-width: 1200px) {
    .cart__prod {width: 38%;}
    .cart__info {width: 30%;}
    .cart__total {width: 30%;}
    .cart__top-prod {width: 38%;}
    .cart__top-info {width: 30%;}
    .cart__top-total {width: 20%;}
}

.success__popup {
    text-align: center;
}
.success__icon {
    margin: 0 auto 19px;
    text-align: center;
    font-size: 70px;
    color: #fff;
    background: #1871C7;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
}
.success__text {
    margin: 0 0 21px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.success__text span {
    color: #1871C7;
}
.success__button {
    padding: 15px 45px 17px;
    font-size: 16px;
    border-radius: 45px;
}

@media screen and (min-width: 768px) {
    #popup-order {
        width: 450px;
        padding: 40px 49px 44px;
    }
    .popup__title {
        margin: 0 0 24px;
        font-size: 30px;
        line-height: 38px;
    }
    .success__text {
        margin: 0 0 24px;
        font-size: 30px;
        line-height: 38px;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/css/slideBlock.css?1656532021439*/
.slideblock {
    position: relative;
    overflow: hidden;
}

.slideblock__link-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #147DC9;
    text-decoration: underline;
    clear: both;
}

.slideblock__link-more:hover {
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/form-popup/style.css?1733932250595*/
textarea[name=form_textarea_2],
textarea[name=form_textarea_3],
textarea[name=form_textarea_7],
textarea[name=form_textarea_8],
input[name=form_text_16],
textarea[name=form_textarea_17],
textarea[name=form_textarea_18] {
    display: none;
}
.popup__btns {
    margin-top: 20px;
    display: flex;
    gap: 4%;
    align-items: center;
}
.popup__btns a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 48%;
    text-decoration: none;
    justify-content: center;
    background: #F9FAFB;
    border-radius: 5px;
    padding: 10px;
    color: #363738;
    font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/MAIN/template_styles.css?175094371559655*/
/************************* default styles *************************/
*{max-height: 10000000px;}
.container {
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
@media (min-width:576px){
    .container {max-width:540px}
}
@media (min-width:768px) {
    .container {max-width:720px}
}
@media (min-width:992px) {
    .container {max-width:960px}
}
@media (min-width:1200px) {
    .container {max-width:1140px}
}
._simple {
    background: #fff !important;
}
._simple .container {
    padding: 0 !important;
}
._simple_2 {
    padding: 0 !important;
}
body{
    color: #3F4244;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    min-width: 320px;
    background: #F8F9FA;
}
a:hover {text-decoration: none;}
.title {
    margin: 0 0 19px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}
div, span, input, button, a, img, section {box-sizing: border-box;}
img {
    vertical-align: top;
    max-width: 100%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
iframe {border: 0; outline: 0;}
@media screen and (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .title {
        margin: 0 0 44px;
        font-size: 36px;
        line-height: 46px;
    }
}
@media screen and (min-width: 992px) {

}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
/************************* common styles *************************/
html, body {height: 100%;}
p {margin: 0 0 20px;}
a {
    color: #1871C7;
}
a[href^="tel:"] {
    text-decoration: none;
    color: #101010;
}
h2 a {
    color: #454545;
}
blockquote {
    border-left: 4px solid #EF2121;
    padding: 15px;
    background: #f8f6f2;
    margin: 0 0 15px 0;
}
.img-responsive {
    max-width: 100%;
}
.mar-top {
    margin-top: 20px;
}
.mar-bottom {
    margin-bottom: 20px;
}
.mar-bottom2 {
    margin-bottom: 40px;
}
.text-center {
    text-align: center;
}
.ul-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dnone {display: none !important;}
.orange {color: #EF2121;}
.bg-orange {background: #EF2121 !important;}
.clear {clear: both;}
.button__holder {text-align: center;}
.button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #1871C7;
    transition: all .3s linear;
    border: none;
    border-radius: 4px;
}
.button:hover,
.button[disabled]{
    opacity: 0.9;
}
button.button {
    outline: 0;
    border: 0;
    width: 100%;
}
.button_big {
    font-size: 18px;
    padding: 20px 40px;
}
.button-black {
    background: #EF2121;
}
.button-link,
.button-link:hover {
    background: none;
    color: #1871C7;
    padding: 5px 0;
    font-size: 16px;
}
.form-block fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    outline: 0;
    background: #fff;
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    box-sizing: border-box;
}
.textarea {
    display: block;
    width: 100%;
    height: 103px;
    padding: 11px 20px;
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    outline: 0;
    background: #fff;
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    box-sizing: border-box;
}
.file__holder {
    margin: 0 0 20px;
}
::-webkit-input-placeholder {color: #666;}
:-moz-placeholder {color: #666; opacity: 1;}
::-moz-placeholder {color: #666; opacity: 1;}
:-ms-input-placeholder {color: #666;}
.input.error,
.textarea.error {
    color: rgb(255, 86, 71);
    background-color: rgb(255, 206, 202);
}
label.error {
    position: absolute;
    left: -9999px;
}
.checkbox.error {
    color: rgb(255, 86, 71);
}
.checkbox.error input {
    outline: 1px solid rgb(255, 86, 71);
}
.text-success {
    text-align: center;
    font-size: 21px;
    color: #579b15;
}
.video-wrap {
    margin: 0 auto 20px;
}
.icon-scroll {
    text-align: right;
}
@media screen and (min-width: 576px) {
    .button {width: auto;}
}
/************************* wrapper *************************/
#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
/************************* header *************************/
.header {
    position: relative;
    box-sizing: border-box;
}
/************************* header__nav *************************/
.header__nav-wrap {
    position: fixed;
    width: 100%;
    top: 65px;
    left: -100%;
    bottom: 0;
    padding: 10px 0 0;
    transition: all .5s ease;
    background: #fff;
    overflow-y: auto;
}
.header__nav-wrap.active {
    left: 0;
}
.header__nav-wrap a[href^="tel:"] {
    font-size: 18px !important;
}
.header__nav-wrap .header__webs {
    justify-content: flex-start;
}
.header__nav-wrap .header__btn {
    display: inline-block;
}
.header__nav-wrap .header__search {
    display: block;
    margin-bottom: 20px;
}
.header__search-form {
    position: relative;
}
.search__input {
    width: 100%;
    border: 1px solid #DEDFE1;
    border-radius: 6px;
    padding: 10px 30px 10px 10px;
}
.header__search-form button {
    position: absolute;
    top: 9px;
    right: 3px;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: none;
    padding: 0;
}
.header__search-form button img {
    width: 24px;
}
/* header__nav-block */
.header__nav-block {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}
.header__nav-item {
    margin: 0 0 10px;
    font-weight: 500;
}
.header__nav-link,
.header__nav-back {
    color: #1E1F21;
    transition: all .3s linear;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.header__nav-link_1 {
    text-decoration: none;
    transition: all .3s linear;
    display: inline-block;
}
.header__nav-item:first-child > a,
.header__nav-item:first-child > span {
    padding: 14px 70px;
    background: #1871C7;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    text-align: center;
}
.header__nav-item:first-child > a > span,
.header__nav-item:first-child > span > span {
    position: relative;
    display: inline-block;
}
.header__nav-item:first-child > a > span:before,
.header__nav-item:first-child > span > span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/icon-menu.png") 0 0 no-repeat;
    position: absolute;
    top: -2px;
    left: -30px;
}
.header__nav-parent {
    position: relative;
    padding-right: 18px;
}
.header__nav-parent:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(/upload/MAIN/arrow-menu.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    margin-top: -3px;
}
.header__nav-item:first-child > .header__nav-parent:after {
    display: none;
}
.header__nav-parent.active:after {transform: rotate(180deg);}
.header__nav-subnav {
    display: none;
}
.header__nav-subnav.active {
    display: block;
}
.header__nav-subnav_1 {
    display: block;
    position: fixed;
    top: 50px;
    left: -100%;
    background: #fff;
    z-index: 99;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 90%;
    transition: all .5s ease;
    overflow-y: auto;
}
.header__nav-subnav_1.active {
    left: 0;
}
.header__nav-subnav_1 > li {
    border-top: 1px solid #DEDFE1;
}
.header__nav-subnav_1 > li:first-child {
    border-top: none;
}
.header__nav-subnav_2 ul {
    margin-left: 10px;
}
.header__nav-link_2 {
    font-size: 18px;
    padding: 15px 0;
    display: block;
}
.header__nav-item:first-child .header__nav-link_2 {
    font-weight: bold;
}
.header__nav-back {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
.header__nav-back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 12px;
    height: 7px;
    background: url(/upload/MAIN_4/arrow-menu.svg) 50% 50% no-repeat;
    transform: rotate(90deg);
}
.header__mob-icon {
    display: flex;
    position: relative;
}
.header__mob-icon > a {
    text-decoration: none;
    display: block;
    margin-left: 8px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #E8E9EE;
    border-radius: 6px;
}
.mob-nav-icon {
    width: 20px;
    height: 20px;
    transition: all .5s ease;
}
.mob-nav-block {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 8px auto;
    background: #1E1F21;
    transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #1E1F21;
    transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #1E1F21;
    transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    height: 0;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    left: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}
.header__search {
    display: none;
}
.header__nav-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header__nav-contacts > * {
    margin-bottom: 15px;
}
.header__nav-contacts .header__call {
    display: flex;
    width: 100%;
}
.header__nav-contacts .header__webs {
    margin-right: 0;
}
.header__nav-contacts .header__webs span {
    font-size: 12px;
}
.header__nav-contacts .header__phone a[href^="tel:"] {
    font-size: 14px;
}
.header__nav-contacts .header__phone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header__nav-contacts .header__mail {display: block;}
.city__popup {
    display: none;
    width: 320px;
    border-radius: 8px;
}
.city__popup.fancybox-content {
    padding: 26px 35px 4px;
}
.city__popup-title {
    margin: 0 0 7px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.city__popup-current {
    margin: 0 0 33px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.city__popup-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.city__popup-list {
    width: 50%;
    padding: 0 10px;
}
.city__popup-list li {
    margin: 0 0 15px;
}
.city__popup-list a {
    color: #333;
}
@media screen and (min-width: 768px) {
    .header__nav-item:first-child > a {
        display: inline-block;
    }
    .header__nav-wrap .header__search {
        margin-bottom: 0;
    }
    .city__popup {
        width: 600px;
    }
    .city__popup.fancybox-content {
        padding: 36px 45px 15px;
    }
    .city__popup-list {
        width: 33.33%;
    }
}
@media screen and (min-width: 992px) {
    .header__nav-wrap {
        position: static;
        width: auto;
        padding: 0;
        background: none;
        overflow: inherit;
        background: #F9FAFB;
    }
    .header__nav-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 0;
        margin: 0;
        border: none;
        align-items: center;
    }
    .header__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex: 1;
        align-items: center;
    }
    .header__nav-item {
        position: relative;
        margin: 0;
        padding: 0 3px;
        text-align: center;
    }
    .header__nav-item:first-child > a,
    .header__nav-item:first-child > span {
        padding: 10px 15px 10px 45px;
    }
    .header__nav-subnav_1 {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 228px;
        height: auto;
        padding: 18px 24px 13px 27px;
        margin-top: 13px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
        border-radius: 8px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(5px);
        transition: all 0.3s linear;
        text-align: left;
    }
    .header__nav-item:hover > .header__nav-subnav {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
    .header__nav-subnav_1 > li {
        border: none;
    }
    .header__nav-subnav_1 .header__nav-parent:after {
        display: none;
    }
    .header__nav-subnav_1 .header__nav-subnav {
        display: block;
    }
    .header__nav-item:first-child .header__nav-subnav_1 {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .header__nav-item:first-child .header__nav-subnav_1 > li {
        width: 49%;
    }
    .header__nav-subnav_item-3 {
        display: flex !important;
        flex-wrap: wrap;
        gap: 2%;
    }
    .header__nav-subnav_item-3 > li {
        width: 23.5%;
    }
    .header__search-form {
        width: 228px;
        margin-left: 10px;
    }
    .city__popup {
        width: 800px;
    }
    .city__popup.fancybox-content {
        padding: 46px 55px 24px;
    }
    .city__popup-list {
        width: 25%;
    }
}
@media screen and (min-width: 1200px) {
    .header__nav-item:first-child > a,
    .header__nav-item:first-child > span {
        padding: 14px 20px 14px 50px;
    }
}
/************************* header__top *************************/
.header-min {
    padding: 65px 0 0;
    background: #fff;
}
.header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding: 10px 0;
    transition: all 0.3s linear;
    background: #fff;
}
.header__top.fixed {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
.header__top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header__top-block > * {
    transition: all 0.3s linear;
}
.header__logo {
    margin: 0 auto 0 15px;
}
.header__logo a {
    text-decoration: none;
}
.header__logo-wrap {
    display: flex;
    align-items: center;
}
.header__logo-img {
    display: none;
}
.header__logo-img-mob {
    width: 51px;
}
.header__logo-name {
    font-size: 14px;
    font-weight: bold;
    color: #1E1F21;
}
.header__logo-name span {
    display: inline-block;
    color: #fff;
    background: #EF2121;
    padding: 1px 2px;
    font-size: 9px;
    line-height: 1;
    vertical-align: middle;
}
.header__logo-text {
    font-size: 7px;
    display: none;
    color: #363738;
}
.header__city {
    background: url("/upload/MAIN/icon-map.svg") left center no-repeat;
    background-size: 24px;
    font-size: 14px;
    padding-left: 30px;
}
.header__city a {
    color: #1E1F21;
}
.header__call {display: none;}
.header__btn {display: none;}
.header__mail {
    display: block;
    position: relative;
}
.header__mail {
    display: none;
    font-size: 14px;
}
.header__phone {
    display: none;
    position: relative;
}
.header__phone {
    font-size: 14px;
}
.header__phone a[href^="tel:"] {
    display: block;
    text-decoration: none;
    font-size: 18px;
}
.header__webs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__webs span {
    margin-right: 5px;
}
.header__webs,
.social-wrap {
    display: flex;
    gap: 10px;
}
.header__webs a,
.social-wrap a {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}
.header__webs img,
.social-wrap img {width: 100%;}
.web3 {
    background: #fff;
    border-radius: 50%;
}
.header__popup {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #DEDFE1;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 990;
}
.header__popup .header__phone {
    display: block;
    margin-bottom: 15px;
}
.header__popup .header__phone a[href^="tel:"] {
    color: #1E1F21;
    margin: 0 0 5px;
}
.header__popup-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.header__popup .header__phone:before {
    display: none;
}
.header__favorite,
.header__compare {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    text-decoration: none;
    background: url('/upload/MAIN/icon-favorites.svg') 50% 50% no-repeat;
    background-size: 20px;
    border-radius: 10px;
    border: 1px solid #E8E9EE;
}
.header__compare {
    background: url('/upload/MAIN/icon-compare.svg') 50% 50% no-repeat;
    background-size: 22px;
}
.header__mob-phone {
    background: url('/upload/MAIN/icon-phone.svg') 50% 50% no-repeat;
    background-size: 20px;
}
.header__favorite span,
.header__compare span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
    background: #B1B1B5;
    color: #fff;
    border-radius: 50%;
}
@media screen and (min-width: 400px) {
    .header__logo-name {
        font-size: 16px;
    }
    .header__logo-name span {
        font-size: 12px;
    }
    .header__logo-text {
        font-size: 9px;
    }
    .mob-nav-icon {
        width: 30px;
        height: 30px;
    }
    .mob-nav-block {
        width: 30px;
        margin-top: 14px;
    }
    .mob-nav-block:before {
        width: 30px;
        top: 7px;
    }
    .mob-nav-block:after {
        width: 30px;
        top: -7px
    }
    .header__mob-icon > a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}
@media screen and (min-width: 768px) {
    .header__top {
        padding: 13px 0;
    }
    .header__logo {
        margin: 0;
    }
    .header__logo-img {
        display: block;
        max-width: 78px;
        margin: 0 10px 0 0;
    }
    .header__logo-img-mob {
        display: none;
    }
    .header__logo-text {
        font-size: 12px;
    }
    .header__city {
        max-width: 180px;
    }
    .header__call {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .header__shedule {
        display: none;
    }
    .header__phone {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .header__mail,
    .header__btn {
        display: block;
    }
    .header__mob-icon {display: none;}
    .header__favorite,
    .header__compare {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .header-min {
        padding: 160px 0 0;
    }
    .header__top {
        padding: 21px 0 0;
    }
    .header__logo-img {
        width: 78px;
    }
    .mob-nav-icon {
        display: none;
    }
    .header__logo-name {
        font-size: 22px;
    }
    .header__logo-name span {
        padding: 3px 4px;
    }
    .header__top-block {padding-bottom: 23px;}
    .header__shedule {
        display: block;
    }
    #city-popup {
        width: 150px;
        top: 48px;
    }
}
@media screen and (min-width: 1200px) {
    .header__logo-text {
        display: block;
        width: 200px;
        margin-left: 10px;
    }
}
/************************* cert *************************/
.cert,
.marquiz {
    padding: 35px 0 30px;
}
.cert__slider {margin: 0 0 85px;}
.cert__slide {
    padding: 10px 23px 0;
}
.cert__item {
    background: #F8F9FA;
    border: 1px solid #DEDFE1;
    border-radius: 10px;
    padding: 15px;
    max-width: 555px;
    display: flex;
}
.cert__slide-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.cert__slide-img:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 22px;
    left: 22px;
    background: url("/upload/MAIN_5/icon-zoom.png") center no-repeat;
}
.cert__slide-img img {max-width: 100%;}
.cert__slide-text {
    margin-left: 15px;
    font-size: 16px;
    line-height: 23px;
}
.cert__slide-text a {
    color: #1E1F21;
    text-decoration: none;
}
.cert__slide-name {
    margin-bottom: 15px;
}
.cert__slide-info {
    font-size: 14px;
}
.doc {
    padding: 40px 0 0;
    border-top: 1px solid #e6e6e6;
}
.doc__title {
    display: none;
    margin: 0 0 27px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.doc__title-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 27px;
    padding: 0 19px 0 0;
    color: #1E1F21;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
}
.doc__title-link:after {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(/upload/temps/slider-arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}
.doc__title-link.active:after {transform: rotate(270deg);}
.doc__list {
    display: none;
    padding-bottom: 20px;
}
.doc__list-item {
    padding: 8px 0 8px 54px;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 20px;
    background: url(/upload/temps/pdf.svg) 0 0 no-repeat;
    background-size: 35px;
}
.doc-pdf {
    background-image: url(/upload/temps/pdf.svg);
}
.doc-doc,
.doc-docx {
    background-image: url(/upload/temps/doc.svg);
}
.doc-xls,
.doc-xlsx {
    background-image: url(/upload/temps/xls.svg);
}
.doc-jpg {
    background-image: url(/upload/temps/jpg.svg);
}
.doc__list-item a {
    color: #1E1F21;
}
@media screen and (min-width: 768px) {
    .cert,
    .marquiz {
        padding: 75px 0 25px;
    }
    .cert__slider {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
    .doc {
        padding: 60px 0 0;
    }
    .doc__title {
        display: block;
        margin: 0 0 42px;
        font-size: 24px;
        line-height: 32px;
    }
    .doc__title-link {display: none;}
    .doc__list {
        display: block;
        padding-bottom: 35px;
    }
    .doc__list-item {
        padding: 9px 0 11px 64px;
        margin: 0 0 27px;
        font-size: 16px;
        line-height: 23px;
        background-size: 41px;
    }
}
@media screen and (min-width: 1200px) {
    .cert__slider {
        padding-bottom: 0px;
        margin-bottom: 60px;
    }
}
/************************* reasons *************************/
.info {
    padding: 35px 0;
    background: url(/upload/temps/bg1.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.info__title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 34px;
}
.info__col {
    margin: 0 0 14px;
}
.info__col-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}
.info__col-text {
    color: #666666;
}
.info__img img {max-width: 100%;}
@media screen and (min-width: 768px) {
    .info {
        padding: 70px 0;
        margin-bottom: 70px;
    }
    .info__title {
        max-width: 570px;
        margin: 0 0 40px;
        font-size: 48px;
        line-height: 58px;
    }
    .info__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
        padding: 0 0 40px;
    }
    .info__col {
        width: 50%;
        margin: 0;
        padding: 0 25px;
    }
    .info__col-title {
        margin: 0 0 13px;
        font-size: 24px;
        line-height: 34px;
    }
    .info__col-text {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (min-width: 992px) {
    .info__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .info__content {
        width: 67%;
    }
    .info__img {
        width: 33%;
    }
    .info__wrap {
        margin: 0 -15px;
    }
    .info__col {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1200px) {
    .info {
        padding: 65px 0;
    }
    .info__content {
        width: auto;
        flex: 1;
        padding-right: 30px;
    }
    .info__img {
        width: 471px;
        min-width: 471px;
        margin-right: -100px;
    }
    .info__wrap {
        margin: 0 -25px;
    }
    .info__col {
        padding: 0 25px;
    }
}
/************************* catalog *************************/
.catalog {
    padding: 35px 0 1px;
}
.catalog .title .orange {display: block;}
.catalog__subtitle {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.catalog__slider {
    margin: -28px -20px 57px;
}
.catalog__slide {
    padding: 30px 20px;
}
.catalog__slider .slick-prev {
    left: 10px;
}
.catalog__slider .slick-next {
    right: 10px;
}
.catalog__slider .slick-dots {
    bottom: -19px;
}
.catalog__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 360px;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 27px 0px rgba(23, 23, 23, 0.08);
}
.catalog__item-line {
    display: flex;
    justify-content: space-between;
}
.catalog__item-img {
    overflow: hidden;
    margin: -10px -10px 18px;
    border-radius: 10px;
    position: relative;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.catalog__item-img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}
.catalog__item-name {
    margin: 0 0 15px;
    word-break: break-word;
}
.catalog__item-name a {
    color: #1E1F21;
    text-decoration: none;
}
.catalog__stat {
    padding: 0 0 3px;
}
.catalog__stat-item {
    margin: 0 0 5px;
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #5E5F62;
}
.catalog__stat-status {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.in-stock {
    background: url("/upload/MAIN/icon-in-stock.png") left 0 no-repeat;
}
.on-order {
    background: url("/upload/MAIN/icon-on-order.png") left 0 no-repeat;
}
.not-available {
    background: url("/upload/MAIN/icon-not-available.png") left 0 no-repeat;
}
.catalog__item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.catalog__item-bottom .button {
    width: 48%;
}
.catalog__quantity {

}
.quantity-holder {
    position: relative;
}
.quantity-input {
    display: block;
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #DEDFE1;
    border-radius: 4px;
    background: #F8F9FA;
}
.minus {
    left: 0;
}
.plus {
    right: 0;
}
.minus, .plus {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 40px;
    background: url('/upload/MAIN/icon-minus.png') center no-repeat;
    transition: all 0.3s linear;
}
.plus {
    background: url('/upload/MAIN/icon-plus.png') center no-repeat;
}
.catalog__item-note,
.product__note {
    font-size: 14px;
    margin-top: 10px;
    color: #5E5F62;
    text-align: center;
}
.catalog__item-note img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.catalog__services {
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 99;
}
.catalog__services-item {
    width: 20px;
    height: 20px;
}
.catalog__services-item_f {
    background: url("/upload/MAIN/icon-favorites-grey.svg") center no-repeat;
    background-size: contain;
}
.catalog__services-item_c {
    background: url("/upload/MAIN/icon-compare-grey.svg") center no-repeat;
    background-size: contain;
}
.catalog__services-item_f2 {
    background-image: url("/upload/MAIN/icon-favorites.svg");
}
.catalog__services-item_c2 {
    background-image: url("/upload/MAIN/icon-compare.svg");
}
.catalog__item-del {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #EF2121;
    color: #fff;
    border-radius: 10px;
    transform: rotate(45deg);
    text-align: center;
    line-height: 17px;
    font-size: 20px;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .catalog {
        padding: 75px 0 31px;
    }
    .catalog .title .orange {display: inline;}
    .catalog__subtitle {
        margin: 0 0 26px;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }
    .catalog__slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        padding-bottom: 55px;
    }
    .catalog__slide {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .catalog__slider-sidebar .catalog__slide {
        width: 100%;
    }
    .catalog__item {
        max-width: none;
        margin: 0;
    }
}
@media screen and (min-width: 992px) {
    .catalog__slide {
        width: 33.33%;
    }
}
@media screen and (min-width: 1200px) {

}
/************************* gallery *************************/
.gallery {
    padding: 0 0 20px;
}
.gallery_main {
    padding: 35px 0;
}
.gallery_nobg {
    background: none;
}
.gallery__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
}
.gallery__wrap {padding: 0 0 46px;}
.gallery__slider {margin: 0 -5px 39px;}
.gallery__slide {
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery__slide img {
    width: 100%;
}
.gallery-flex__item {
    width: 49%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-flex__item p {
    margin-bottom: 5px;
}
.gallery-flex__item img {
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: #fff;
    box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.08);
    border-radius: 50%;
    transition: all 0.3s linear;
}
.slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background: url(/upload/MAIN/slider-arrow.svg) 50% 50% no-repeat;
    background-size: 20px;
}
.slick-prev:after {transform: scale(-1, 1);}
.slick-prev {
    left: -4px;
}
.slick-next {
    right: -4px;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -39px;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    height: 10px;
    margin: 0 7px;
    list-style: none;
    padding: 0;
    line-height: 10px;
}
.slick-dots .slick-active {height: 13px;}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    background: #8c8c8c;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    outline: 0;
}
.slick-dots .slick-active button {
    width: 13px;
    height: 13px;
    background: #EF2121;
}
@media screen and (min-width: 768px) {
    .gallery {
        padding: 0 0 30px;
    }
    .gallery_main {
        padding: 65px 0;
    }
    .gallery__wrap {padding: 0 0 73px;}
    .gallery__slider {
        margin: 0 -5px;
        padding: 0 0 48px;
    }
    .gallery-flex__item {
        width: 32%;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .slick-arrow:after,
    .slick-arrow:before {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
}
/************************* faq *************************/
.faq {
    padding: 35px 0;
    background: #F9FAFB;
}
.faq__info-img {
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: 10px;
}
.faq__info-img img {
    width: 100%;
}
.faq__img {
    margin: 0 0 30px;
}
.faq__img img {max-width: 100%;}
.warning {
    position: relative;
    display: block;
    padding: 18px 25px 17px 65px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 18px;
    background: #f6f6f6;
    border-radius: 5px;
}
.warning:before {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    display: block;
    content: '';
    border: 1px dashed #e5e5e5;
    border-radius: 5px;
}
.warning:after {
    position: absolute;
    top: 19px;
    left: 29px;
    display: block;
    content: '!';
    color: #EF2121;
    font-size: 54px;
    font-weight: 800;
    line-height: 50px;
}
.warning span {position: relative;}
.faq__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.faq__table-wrap,
.table-container {
    overflow-x: auto;
    margin: 0 0 30px;
}
.faq__table-wrap::-webkit-scrollbar,
.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
}
.faq__table-wrap::-webkit-scrollbar:horizontal,
.table-container::-webkit-scrollbar:horizontal {
    height: 20px;
}
.faq__table-wrap::-webkit-scrollbar-thumb,
.table-container::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border: 1px solid #c7c7c7;
}
.faq__table-wrap::-webkit-scrollbar-track,
.table-container::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border: 1px solid #c7c7c7;
}
.faq__table,
.table-container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E8E9EE;
}
.faq__table th,
.table-container th {
    padding: 19px 10px 16px;
    font-size: 14px;
    text-align: left;
    background: #F9FAFB;
    font-weight: normal;
    color: #5E5F62;
}
.table-grey {background: #f0f0f0;}
.table-darkgrey {background: #e8e8e8;}
.faq__table th b {
    display: block;
    text-align: center;
}
.faq__table .faq__table-first {
    width: 200px;
    padding-left: 35px;
    text-align: left;
}
.faq__table td,
.table-container td {
    padding: 10px 5px 8px;
    border-top: 1px solid #E8E9EE;
}
.table-container td[colspan] {
    text-align: center;
    font-weight: bold;
}
.desc-144 td:nth-child(2) {
    font-weight: bold;
    white-space: nowrap;
}
.faq__table th:first-child,
.faq__table td:first-child {border-left: 0;}
.faq__table th:last-child,
.faq__table td:last-child {border-right: 0;}
.faq__table tr:last-child td {border-bottom: 0;}
.faq__table tr:first-child th {border-top: 0;}
.faq__item {
    padding: 25px 33px 25px 38px;
    margin: 0 0 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 27px 0px rgba(23, 23, 23, 0.08);
}
.faq__item-top {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.faq__item-top span {
    position: relative;
    color: #1E1F21;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.faq__item-top span:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 10px;
    height: 10px;
    background: url(/upload/MAIN/arrow-menu.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    position: absolute;
    top: 8px;
    right: 0;
}
.faq__item-top span.active:after {transform: rotate(180deg);}
.faq__item-hidden {
    display: none;
    padding: 12px 0 2px;
}
.faq__item-hidden.vis {display: block;}
.faq__item-hidden p:last-child {margin: 0;}
@media screen and (min-width: 768px) {
    .faq {
        padding: 65px 0;
    }
    .faq__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .faq__info-column {
        width: 62%;
        padding: 0 40px 30px 0;
    }
    .faq__info-img {
        width: 38%;
        margin: 0 0 50px;
    }
    .faq__table-wrap {
        padding: 15px 0 0;
        margin: 0 0 50px;
    }
}
@media screen and (min-width: 992px) {
    .faq__table .faq__table-first {
        width: 240px;
    }
}
/************************* footer *************************/
.footer {}
.footer__top {
    padding: 40px 0;
    background: #F9FAFB;
}
.footer__top .col-md-6 {padding-bottom: 1px;}
.footer__top a {
    color: #3F4244;
}
.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.footer__logo-img {
    min-width: 38px;
    margin: 0 16px 0 0;
}
.footer__logo-name {
    font-size: 22px;
    font-weight: bold;
}
.footer__logo-text,
.footer__copy {
    max-width: 400px;
    margin-bottom: 20px;
}
.footer__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.footer__nav {
    padding: 0 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}
.footer__nav li {
    margin: 0 0 7px;
    width: 49%;
}
.footer__conts {
    margin-bottom: 15px;
}
.footer__conts-title {
    font-size: 14px;
    margin-bottom: 4px;
}
.footer__conts .button {
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    color: #fff;
}
.footer__bottom {
    padding: 30px 0;
    background: #F2F3F4;
    font-size: 14px;
    color: #363738;
}
.footer__bottom a {
    color: #363738;
}
.footer__top-wrap,
.footer__bottom-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__bottom-wrap {
    text-align: center;
}
@media screen and (min-width: 375px) {

}
@media screen and (min-width: 768px) {
    .footer__logo {
        margin: -8px 0 16px;
    }
    .footer__nav li {
        width: 100%;
    }
    .footer__nav-big li {
        width: 49%;
    }
    .footer__bottom {
        padding: 23px 0 22px;
    }
    .footer__top-wrap {
        flex-direction: row;
        gap: 2%;
        align-items: center;
    }
    .footer__top-wrap {
        align-items: start;
    }
    .footer__top-item {
        width: 24%;
    }
    .footer__top-item:last-child {
        width: 35%;
    }
}
@media screen and (min-width: 992px) {

}
/************************* main *************************/
.main {
    padding: 0 0 42px;
    background: #fff;
}
.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
    margin: 0;
    overflow-x: auto;
}
.breadcrumbs li {
    padding: 0;
    margin: 0 8px 0 0;
    font-size: 12px;
    line-height: 18px;
    list-style: none;
    color: #939393;
    white-space: nowrap;
}
.breadcrumbs li:before {
    display: inline-block;
    content: '>';
    margin: 0 5px 1px 0;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
    color: #1E1F21;
}
@media screen and (min-width: 768px) {
    .main {
        padding: 0 0 65px;
    }
    .breadcrumbs {
        padding: 13px 0;
    }
}
@media screen and (min-width: 992px) {

}
/************************* popup *************************/
.popup {
    display: none;
    width: 360px;
    border-radius: 5px;
}
.popup.fancybox-content {
    padding: 23px 20px 30px;
}
.popup__title {
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .popup {
        width: 370px;
    }
    .popup.fancybox-content {
        padding: 40px;
    }
    .popup__title {
        margin: 0 0 21px;
        font-size: 24px;
        line-height: 32px;
    }
}
/************************* status-icon *************************/
.status-icon__wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 90;
    line-height: 1.4;
}
.status-icon {
    position: static;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
}
.status-icon a {
    color: #fff;
    text-decoration: none;
}
.status-icon a[href^="https://rutube.ru"],
.status-icon a[href*="#videoreview"]{
    background: url("/upload/MAIN/icon-soc_rt.svg") 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
    display: inline-block;
    margin-left: -3px;
}
/************************* product page *************************/
.product {padding: 0 0 30px;}
.product__side {
    margin: 0 0 30px;
    position: relative;
}
.product__side .catalog__stat-status {
    top: 20px;
    left: 20px;
}
.product__photo {
    border: 1px solid #EDEDED;
    margin: 0 0 18px;
}
.product__photo-slide img {
    max-width: 100%;
    border-radius: 5px;
    margin: 0 auto;
}
.product__thumbs {padding: 0 30px;}
.product__thumbs-slide {
    margin: 0 4px;
    border: 1px solid #EDEDED;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.product__thumbs-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.37;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
}
.product__thumbs-slide img:hover,
.slick-current img {opacity: 1;}
.product__thumbs .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.product__thumbs .slick-arrow:after {
    width: 16px;
    height: 16px;
    background: url(/upload/temps/slider-arrow.svg) 50% 50% no-repeat;
    background-size: 16px;
}
.product__thumbs .slick-prev {
    left: 5px;
}
.product__thumbs .slick-next {
    right: 5px;
}
.product__title {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
}
.product__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px;
    justify-content: space-between;
    vertical-align: center;
    font-size: 14px;
}
.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.star {
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    background: url(/upload/MAIN_3/star.svg) 0 0 no-repeat;
    background-size: cover;
}
.star__full {
    background: url(/upload/MAIN_3/star-full.svg) 0 0 no-repeat;
    background-size: cover;
}
.product__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}
.product__quantity {
    margin: 0 0 0 10px;
}
.catalog__price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.product__price-text span {
    color: #1E1F21;
    font-size: 22px;
    font-weight: 700;
}
.product__price-old {
    color: #79797C;
    font-size: 16px;
    text-decoration: line-through;
    padding: 0 5px;
    display: inline-block;
}
.product__buttons {

}
.product__buttons .button {
    padding: 10px 15px;
    width: 100%;
}
.product__buttons .button:first-child {
    margin-bottom: 15px;
}
.product__links {
    margin: -10px 0 15px;
}
.product__links a {
    font-weight: bold;
    font-size: 16px;
}
.product__info {
    margin-bottom: 10px;
    font-size: 14px;
}
.product__info p {
    margin: 0;
}
.product__info ul {
    padding: 0;
    margin: 5px 0 15px 35px;
    list-style: none;
}
.product__info li {
    margin-bottom: 5px;
    font-weight: 600;
}
.product__content {
    border: 1px solid #DEDFE1;
    border-radius: 10px;
    padding: 15px 20px;
}
@media screen and (min-width: 768px) {
    .product {padding: 0 0 50px;}
}
@media screen and (min-width: 992px) {
    .product__thumbs-slide {
        height: 80px;
        line-height: 80px;
    }
    .product__title {
        margin: 0 0 12px;
        font-size: 30px;
        line-height: 40px;
    }
    .product__line {
        padding: 0 0 15px;
    }
    .product__quantity {
        margin: 0 0 0 15px;
    }
}
/************************* product__info *************************/
.product__tabs {
    display: flex;
    overflow-x: auto;
    margin: 0 0 25px 0;
}
.product__tabs li {
    margin-right: 20px;
}
.product__tabs a {
    display: block;
    padding: 11px 20px 12px;
    white-space: nowrap;
    text-decoration: none;
    color: #363738;
    background: #F2F3F4;
    border-radius: 4px;
}
.product__tabs .active a {
    color: #fff;
    background: #1871C7;
}
.catalog__tabs {
    display: none;
}
.catalog__tabs a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 10px;
}
.catalog__tabs a[href="#catalog-icon"] {
    background: url("/upload/MAIN/icon-catalog-icon.svg") center center no-repeat #F2F3F4;
}
.catalog__tabs a[href="#catalog-table"] {
    background: url("/upload/MAIN/icon-catalog-table.svg") center center no-repeat #F2F3F4;
}
.catalog__tabs .active a[href="#catalog-icon"] {
    background: url("/upload/MAIN/icon-catalog-icon-a.svg") center center no-repeat #F2F3F4;
}
.catalog__tabs .active a[href="#catalog-table"] {
    background: url("/upload/MAIN/icon-catalog-table-a.svg") center center no-repeat #F2F3F4;
}
.product__about-wrap {
    padding: 25px;
    border: 1px solid #DEDFE1;
    border-radius: 10px;
}
.product__about-wrap p a {
    color: #EF2121;
}
.img__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0 0;
}
.img__line a {
    margin: 0 20px 30px 0;
}
.img__line img {
    max-width: 100%;
    height: auto;
}
.tab-content {display: none;}
.product__about-part {padding: 0 0 5px;}
.h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.img {
    display: block;
    margin: 0 0 30px;
}
.img img {max-width: 100%;}
.list {
    padding: 0 0 20px;
}
.list li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 10px;
}
.list li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #EF2121;
    border-radius: 50%;
}
.product__stat-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.product__stat-item:nth-child(2n+1) {
    background: #F9FAFB;
}
.product__stat-name {
    color: #363738;
    margin-bottom: 5px;
}
.product__stat-value {
    color: #101010;
    font-weight: 600;
}
.table__wrap {
    overflow-x: auto;
    margin: 0 0 26px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.table th {
    padding: 19px 5px 18px;
    background: #dddddd;
    border: 1px solid #c5c5c5;
}
.table td {
    padding: 10px 5px 9px;
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
}
.table-first-big td:first-child {
    padding-left: 30px;
    font-size: 12px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .product__about-part {padding: 0 0 15px;}
    .h2 {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 34px;
    }
    .img {
        margin: 0 0 40px;
    }
    .product__stat-item {
        flex-direction: row;
        gap: 10px;
    }
    .product__stat-name {
        min-width: 30%;
        max-width: 30%;
        margin-bottom: 0;
    }
    .product__tabs a {
        padding: 11px 35px 12px;
    }
}
@media screen and (min-width: 992px) {
    .catalog__tabs {
        display: flex;
        gap: 10px;
    }
    .product__stat-name {
        min-width: 20%;
        max-width: 20%;
    }
}
/************************* contacts *************************/
.contacts {
    padding: 35px 0;
}
.contacts__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__info {
    padding: 20px;
    border: 1px solid #E8E9EE;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contacts__item {
    font-size: 18px;
    padding-left: 50px;
}
.contacts__item_shedule {
    background: url("/upload/MAIN/contacts-shedule.png") 0 0 no-repeat;
}
.contacts__item_address {
    background: url("/upload/MAIN/contacts-address.png") 0 0 no-repeat;
}
.contacts__item_phone {
    background: url("/upload/MAIN/contacts-phone.png") 0 0 no-repeat;
}
.contacts__item_email {
    background: url("/upload/MAIN/contacts-email.png") 0 0 no-repeat;
}
.contacts__item_details {
    background: url("/upload/MAIN/contacts-det.png") 0 0 no-repeat;
}
.contacts__item > span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #79797C;
}
.contacts__item ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contacts__btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.contacts__map {
    width: 100%;
    height: 475px;
}
@media screen and (min-width: 768px) {
    .contacts {
        padding: 65px 0;
    }
    .contacts__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .contacts__info {
        width: 43%;
    }
    .contacts__map {
        width: 55%;
        height: auto;
    }
}
/************************* news-list *************************/
.news-list li,
.news-other li {
    margin-bottom: 5px;
}

.news-list li a,
.news-other li a {
    color: #1E1F21;
}

.news-detail {
    margin-bottom: 20px;
}

/************************* city-region *************************/
.city-region {
    position: absolute;
    left: 0;
    top: 25px;
    background: #fff;
    padding: 10px 15px;
    width: 150px;
    text-align: center;
    z-index: 900;
    border-radius: 5px;
}
.city-region__text {
    margin-bottom: 10px;
}
.city-region__btn a {
    display: inline-block;
}
.city-region__btn-main {
    background: #EF2121;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
}
.city-region__btn-link {
    margin: 0 0 0 5px;
    padding: 5px 7px;
}
/************************* main__side *************************/
.side__title {
    display: none;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}
.side__nav {
    display: none;
    padding: 22px 35px 15px;
    margin: 0 0 32px;
    background: #fff;
    box-shadow: 0px 6px 32px 0px rgba(14, 14, 14, 0.04);
    border-radius: 10px;
}
.side__nav .subnav__list:last-child {
    padding: 9px 0 6px;
}
.subnav__link {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.subnav__list li {
    list-style: disc;
    margin: 0 0 5px 20px;
    font-size: 16px;
}
.checkbox__block {
    padding: 0 0 25px;
}
.checkbox__item {
    position: relative;
    margin: 0 0 7px;
}
.checkbox__input {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__label {
    display: block;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.checkbox__label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: #F2F3F4;
    border-radius: 5px;
}
.checkbox__label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(/upload/MAIN/checkbox.svg) 50% 50% no-repeat;
    background-size: 8px;
    opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}
.radio__block {
    padding: 0 0 25px;
}
.radio__item {
    position: relative;
    margin: 0 0 7px;
}
.radio__input {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.radio__label {
    display: block;
    padding: 0 0 0 27px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.radio__label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: #ebebeb;
    border-radius: 50%;
}
.radio__label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #a4a4a4;
    border-radius: 50%;
    opacity: 0;
}
.radio__input:checked + .radio__label:after {
    opacity: 1;
}
.range {
    margin: 0 0 29px;
}
.range-title {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 17px;
}
.range-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 0 14px;
}
.range-input {
    width: 48%;
    height: 38px;
    padding: 0 13px;
    font-size: 14px;
    text-align: right;
    background: #F2F3F4;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}
@media screen and (min-width: 992px) {
    .side__title {
        display: block;
    }
    .side__nav {
        display: block;
    }
    .checkbox__label:before {
        background: #fff;
    }
    .range-input {
        background: #fff;
    }
}
/************************* pagination *************************/
.pagination__list .active {
    background: #EF2121;
}

/************************* sorting *************************/
.sorting {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.sorting__line {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.sorting__line-text {
    color: #666666;
}
.sorting__line-wrap {
    width: 100%;
}
.sorting__line-item {
    position: relative;
    min-width: 200px;
}
.sorting__line-top {
    position: relative;
    display: block;
    padding: 9px 45px 10px 20px;
    color: #3A3F43;
    text-decoration: none;
    background: #F2F3F4;
    border-radius: 5px;
}
.sorting__line-top:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: url(/upload/MAIN/arrow-min-black.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}
.sorting__line-top.active:after {transform: rotate(270deg);}
.sorting__line-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 6px 22px 0 rgba(14, 14, 14, 0.04);
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
.sorting__line-hidden li {
    margin: 10px 0;
}
.sorting__line-hidden li:first-child {
    margin: 0;
}
.sorting__line-hidden a {
    color: #3A3F43;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .sorting__line {
        width: auto;
    }
    .sorting__line-hidden {
        min-width: 200px;
    }
}

/************************* forms-col *************************/
.forms-col__item {
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #f2f3f4;
    border-radius: 4px;
}
@media screen and (min-width: 768px) {
    .forms-col {
        display: flex;
        gap: 4%;
    }
    .forms-col__item {
        width: 46%;
        padding: 30px;
    }
}

/************************* swiper *************************/
.swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 32px;
    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;
    border: 1px solid #d7d9dc;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    position: static;
    inset: auto;
    color: #747883;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    background: url(/upload/MAIN/slider-arrow.svg) 50% 50% no-repeat;
    background-size: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 16px;
    }
}
.commercial-offer {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #E8E9EE;
    font-size: 24px;
}
.commercial-offer__btn {
    margin-top: 20px;
}
.commercial-offer__btn .button {
    font-size: 24px;
    padding: 15px 40px;
}

.file-holder {
    margin-bottom: 20px;
}
.file-styled {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.jq-file__name {
    max-width: 145px;
    overflow: hidden;
}
.jq-file__browse {
    padding: 10px 15px;
    color: #1871C7;
    text-align: center;
    text-decoration: none;
    border: 1px dashed #1871C7;
    border-radius: 5px;
    transition: all .3s linear;
}
.file-styled:hover .jq-file__browse {
    border-color: #EF2121;
    color: #EF2121;
}
.form-kp {
    background: #1871C7;
    text-align: center;
    padding: 60px 0 40px;
    position: relative;
}
.form-kp:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url("/upload/MAIN/icon-form-kp.png") center center no-repeat;
    background-size: 100px;
}
.form-kp .title {
    color: #fff;
}
.form-kp__btn .button {
    font-size: 24px;
    padding: 15px 40px;
}
.widget {
    display: none;
}
@media (min-width: 1600px) {
    .widget {
        width: 200px;
        padding: 20px;
        position: fixed;
        bottom: 120px;
        right: 10px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 12px 27px 0px rgba(23, 23, 23, 0.08);
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 990;
    }
    .widget__info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .widget__info-item {
        font-weight: bold;
    }
    .widget__info-item span {
        font-weight: normal;
        font-size: 14px;
        color: #363738;
        display: block;
        margin-bottom: 5px;
    }
    .widget__info-item a {
        text-decoration: none;
        color: #101010;
    }
    .widget__info-item .social-wrap {
        justify-content: center;
    }
}
.alert {
    margin-top: 20px;
}
.alert__wrap {
    border: 1px solid #EF2121;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
.alert b,
.alert strong {
    color: #EF2121;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17345531961181 */
/* /bitrix/templates/MAIN/css/normalize.css?16557368088225 */
/* /bitrix/templates/MAIN/css/jquery.fancybox.min.css?165573680812795 */
/* /bitrix/templates/MAIN/css/slick.css?17344542131846 */
/* /bitrix/templates/MAIN/components/servak/basket/cart/style.css?17368057198209 */
/* /bitrix/templates/MAIN/css/slideBlock.css?1656532021439 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/form-popup/style.css?1733932250595 */
/* /bitrix/templates/MAIN/template_styles.css?175094371559655 */
