

/* Start:/bitrix/templates/MAIN/css/normalize.css?17603485028240*/
/*! 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;
  padding: 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/css/slideBlock.css?1772034649731*/
.slideblock {
    position: relative;
    overflow: hidden;
}

.slideblock__link-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 10px;
    background: #fff;
    cursor: pointer;
    color: #DB5111;
    text-decoration: underline;
    clear: both;
    display: flex;
    align-items: center;
}
.slideblock__link-more:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("/upload/MAIN/icon-small-arrow.svg") center no-repeat;
    transform: rotate(180deg);
    transition: all 0.3s linear;
}
.slideblock_close .slideblock__link-more:after {
    transform: rotate(0deg);
}
.slideblock__link-more:hover {
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/breadcrumb/main/style.css?1773846009648*/
.breadcrumbs {
    display: flex;
    padding: 0 0 7px 15px;
    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) {
    .breadcrumbs {
        padding: 0 0 13px 15px;
    }
}
@media screen and (min-width: 992px) {
    .breadcrumbs {
        padding: 0 0 13px;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/form.result.new/form-popup/style.css?17733278002582*/
textarea[name=form_textarea_2],
textarea[name=form_textarea_3],
input[name=form_text_4],
textarea[name=form_textarea_14],
textarea[name=form_textarea_15],
input[name=form_text_16],
textarea[name=form_textarea_26],
textarea[name=form_textarea_27],
input[name=form_text_28],
textarea[name=form_textarea_38],
textarea[name=form_textarea_39] {
    display: none;
}
form .button {
    font-size: 18px;
}
.licenses_popup {
    font-size: 14px;
}
.popup__btns {
    margin-top: 20px;
    background: #EFF1F4;
    border-radius: 20px;
    padding: 15px;
}
.popup__btns-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.popup__btns-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.popup__btns img {
    width: 36px;
    height: 36px;
}
.jq-file {
    display: flex !important;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px dashed #D6D8DF;
    border-radius: 30px;
    font-size: 16px;
    gap: 20px;
}
.jq-file input {
    cursor: pointer;
}
.jq-file__name {
    display: none;
}
.changed .jq-file__name {
    display: block;
}
.jq-file__browse {
    color: #DB5111;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-left: 25px;
    background: url("/upload/MAIN/icon-file.svg") left center no-repeat;
    background-size: 20px;
}
.input__icon-file {
    background: url("/upload/MAIN/icon-file.svg") center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.jq-selectbox {
    margin: 0 0 20px;
    width: 100%;
}
.jq-selectbox__select {
    position: relative;
    padding: 12px 40px 12px 20px;
    border: 1px solid #D6D8DF;
    border-radius: 30px;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jq-selectbox__trigger-arrow {
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/arrow-min-black.svg") center no-repeat;
    background-size: 12px auto;
}
.jq-selectbox__dropdown {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D6D8DF;
    margin-top: 20px;
}
.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
}
.jq-selectbox__dropdown li {
    cursor: pointer;
}
.jq-selectbox__dropdown li:hover {
    color: #DB5111;
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/manager/style.css?17792863161155*/
/************************* widget *************************/
.widget {
    display: none;
}
@media (min-width: 1600px) {
    .widget {
        width: 200px;
        padding: 15px;
        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__img img {
        border-radius: 50%;
    }
    .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: #303234;
        display: block;
        margin-bottom: 5px;
    }
    .widget__info-item a {
        text-decoration: none;
        color: #1E1F21;
        font-size: 16px;
    }
    .widget__info-item .social-wrap {
        justify-content: center;
    }
    .widget__btn .button {
        font-size: 14px;
        padding: 10px 20px;;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/cookie-popup/style.css?1773847059263*/
.cookie-popup {
    display: flex;
    gap: 10px;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 15px;
    max-width: 500px;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 0 10px #E8E9EE;
    z-index: 9999;
}
/* End */


/* Start:/bitrix/templates/MAIN/template_styles.css?177384643926253*/
/************************* default styles *************************/
*{max-height: 10000000px;}
.container {
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
@media (min-width:992px) {
    .container {max-width:960px}
}
@media (min-width:1200px) {
    .container {max-width:1170px}
}
._simple {
    background: #fff !important;
}
._simple .container {
    padding: 0 !important;
}
._simple_2 {
    padding: 0 !important;
}
body{
    color: #303234;
    font-size: 18px;
    font-weight: 400;
    font-family: "Onest", sans-serif;
    line-height: 1.4;
    min-width: 320px;
    background: #EFF1F4;
}
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 (min-width: 768px) {
    .title {
        margin: 0 0 44px;
        font-size: 36px;
        line-height: 46px;
    }
}
/************************* common styles *************************/
html, body {height: 100%;}
p {margin: 0 0 20px;}
a {
    color: #DB5111;
}
a[href^="tel:"] {
    text-decoration: none;
    color: #141516;
}
h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
    padding: 0;
}
h2 a {
    color: #DB5111;
}
h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 0;
}
blockquote {
    border-left: 4px solid #DB5111;
    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;
}
.table-container {
    overflow-x: auto;
    margin: 0 0 30px;
}
.ul-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dnone {display: none !important;}
.nobr {
    white-space: nowrap;
}
.orange {
    color: #DB5111;
}
.gr-orange {
    background: #DB5111;
    background-image: linear-gradient(to right, #FDC749, #F17106, #DB5111);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.bg-orange {
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    background: #DB5111;
    background-image: linear-gradient(to right, #FDC749, #F17106, #DB5111);
}
.clear {clear: both;}
.button__holder {text-align: center;}
.button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 14px 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #DB5111;
    background-image: linear-gradient(to right, #DB5111, #f38a60, #f37135, #DB5111);
    transition: all .3s linear;
    border: 1px solid #FD8200;
    border-radius: 30px;
}
.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: #FFF;
    color: #DB5111;
}
.button-link,
.button-link:hover {
    background: none;
    color: #DB5111;
    padding: 5px 0;
    font-size: 16px;
}
.form-block fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.input {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 20px;
    outline: 0;
    background: #fff;
    border: 1px solid #D6D8DF;
    border-radius: 30px;
    box-sizing: border-box;
}
.textarea {
    display: block;
    width: 100%;
    height: 103px;
    padding: 12px 20px;
    margin: 0 0 20px;
    outline: 0;
    background: #fff;
    border: 1px solid #D6D8DF;
    border-radius: 20px;
    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: #068735;
}
.video-wrap {
    margin: 0 auto 20px;
}
.icon-scroll {
    text-align: right;
}
.icon-check {
    display: inline-block;
    background: url("/upload/MAIN/icon-check.svg") center no-repeat;
}
.icon-x {
    display: inline-block;
    background: url("/upload/MAIN/icon-x.svg") center no-repeat;

}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s linear;
}
.slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    display: block;
    content: '';
    background: url(/upload/MAIN/slider-arrow.svg) 16px 50% no-repeat;
    background-size: 8px;
}
.slick-prev:after {transform: scale(-1, 1);}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    gap: 3px;
    left: 0;
    bottom: 10px;
    margin: 0;
    width: 100%;
    z-index: 10;
    padding: 0 8px;
    box-sizing: border-box;
}
.slick-dots li {
    width: 100%;
    height: 5px;
    list-style: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    cursor: pointer;
}
.slick-dots .slick-active {
    background: #FFF;
}
.slick-dots button {
    display: block;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    width: 100%;
}
.tab-content {display: none;}
.doc-link {
    text-decoration: none;
    color: #141516;
    font-weight: 500;
    min-height: 40px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.doc-link[href*=".doc"] {
    background: url("/upload/MAIN/icon-word.svg") left center no-repeat;
    background-size: 40px auto;
}
.doc-link[href*=".xls"] {
    background: url("/upload/MAIN/icon-excel.svg") left center no-repeat;
    background-size: 40px auto;
}
.doc-link[href*=".pdf"] {
    background: url("/upload/MAIN/icon-pdf.svg") left center no-repeat;
    background-size: 40px auto;
}
@media (min-width: 576px) {
    .button {width: auto;}
}
@media (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
}
/************************* wrapper *************************/
#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
/************************* header *************************/
.header {
    position: relative;
    box-sizing: border-box;
    padding-top: 82px;
}
@media (min-width: 768px) {
    .header {
        padding-top: 97px;
    }
}
@media (min-width: 992px) {
    .header {
        padding-top: 182px;
    }
}
/************************* header__top *************************/
.header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    transition: all 0.3s linear;
}
.header__top .container {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.header__top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
}
.header__top-block > * {
    transition: all 0.3s linear;
}
.header__logo {
    margin: 0 auto 0 0;
}
.header__logo a {
    text-decoration: none;
}
.header__logo-wrap {
    display: flex;
    align-items: center;
}
.header__logo-img {
    width: 86px;
}
.header__logo-text {
    font-size: 14px;
    display: none;
    color: #363738;
}
.header__city {
    display: none;
    background: url("/upload/MAIN/icon-map.svg") left center no-repeat;
    background-size: 20px;
    font-size: 14px;
    padding-left: 30px;
}
.header__city a {
    color: #141516;
}
.header__shedule {
    display: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.header__mail {
    font-size: 14px;
    font-weight: normal;
}
.header__phone {
    display: none;
}
.header__phone a[href^="tel:"] {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.header__btn {
    font-size: 14px;
    white-space: nowrap;
}
.header__webs,
.social-wrap {
    display: flex;
    gap: 10px;
}
.header__webs a,
.social-wrap a {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}
.social-wrap a {
    display: block;
}
.social-wrap_big a {
    width: 48px;
    height: 48px;
}
.header__webs img,
.social-wrap img {width: 100%;}
.header__mob-phone {
    display: block;
    width: 36px;
    height: 36px;
    background: url('/upload/MAIN/icon-phone.svg') 50% 50% no-repeat #EFF1F4;
    background-size: 20px;
    border-radius: 10px;
}
.header__favorite,
.header__compare {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    text-decoration: none;
    background: url('/upload/MAIN/icon-favorites.svg') 50% 50% no-repeat #EFF1F4;
    background-size: 20px;
    border-radius: 10px;
}
.header__compare {
    background: url('/upload/MAIN/icon-compare.svg') 50% 50% no-repeat #EFF1F4;
    background-size: 22px;
}
.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: #A0A2AA;
    color: #fff;
    border-radius: 50%;
}
.header__favorite .bg-orange,
.header__compare .bg-orange {
    background: #DB5111;
}
.header__popup {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #DEDFE1;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 990;
    border-radius: 20px;
}
.header__popup .header__shedule,
.header__popup .header__webs a {
    display: block;
}
.header__popup-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}
@media (min-width: 768px) {
    .header__city {
        display: block;
    }
    .header__phone,
    .header__webs a {
        display: block;
    }
    .header__mob-phone {
        display: none;
    }
    .header__favorite,
    .header__compare {
        width: 44px;
        height: 44px;
        background-size: 24px;
    }
}
@media (min-width: 992px) {
    .header__top {
        top: 10px;
    }
    .header__top-block {
        gap: 20px;
        padding: 0 0 15px 0;
    }
    .header__logo-img {
        width: 111px;
    }
    .header__shedule {
        display: block;
    }
    #city-popup {
        width: 150px;
        top: 48px;
    }
}
@media (min-width: 1200px) {
    .header__logo-text {
        display: block;
        margin-left: 15px;
    }
}
/************************* header__nav *************************/
.header__nav-wrap {
    position: fixed;
    width: 100%;
    top: 82px;
    left: -100%;
    bottom: 0;
    padding: 15px;
    transition: all .5s ease;
    background: #fff;
    overflow-y: auto;
    border-radius: 20px;
}
.header__nav-wrap.active {
    left: 0;
}
.header__nav-wrap .header__search {
    display: block;
    margin-bottom: 20px;
}
.header__search-form {
    position: relative;
}
.search__input {
    width: 100%;
    border: 1px solid #D6D8DF;
    border-radius: 20px;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
}
.header__search-form button {
    position: absolute;
    top: 12px;
    right: 5px;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: none;
    padding: 0;
}
.header__search-form button img {
    width: 19px;
}
.header__nav-wrap .header__city {
    display: block;
}
/* 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-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-min-black.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    margin-top: -3px;
}
.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 {
    padding: 15px 0;
    display: block;
}
.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 > 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: 36px;
    height: 36px;
    transition: all .5s ease;
    background: #EFF1F4;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.mob-nav-block {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    margin: 8px auto;
    background: #303234;
    transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #1E1F21;
    transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    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__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 (min-width: 768px) {
    .mob-nav-icon {
        width: 44px;
        height: 44px;
    }
    .mob-nav-block {
        width: 24px;
    }
    .mob-nav-block:after {
        width: 24px;
        top: -8px;
    }
    .mob-nav-block:before {
        width: 24px;
        top: 8px;
    }
    .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 (min-width: 992px) {
    .mob-nav-icon {
        display: none;
    }
    .header__nav-wrap {
        position: static;
        width: auto;
        padding: 0;
        background: none;
        overflow: inherit;
    }
    .header__nav-block {
        display: flex;
        padding: 8px 0;
        margin: 0;
        border: none;
        align-items: center;
    }
    .header__nav {
        display: flex;
        justify-content: space-between;
        flex: 1;
        align-items: center;
    }
    .header__nav-item {
        position: relative;
        margin: 0;
        padding: 0 3px;
        text-align: center;
        font-size: 16px;
    }
    .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: 20px;
        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-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 (min-width: 1200px) {
    .header__nav-item {
        font-size: 16px;
    }
}
/************************* footer *************************/
.footer .container {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}
.footer__top {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.footer__top-item,
.footer__bottom {
    background: #EFF1F4;
}
.footer__top-item:first-child,
.footer__bottom {
    border-radius: 20px;
    padding: 15px;
}
.footer__copy {
    margin: 10px 0;
}
.footer__note,
.footer__bottom a {
    font-size: 14px;
    color: #57585F;
}
.footer__title {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 15px 10px;
}
.footer__title,
.footer__nav-block {
    background: #fff;
}
.footer__nav-block {
    padding: 0 15px;
}
.footer__nav a {
    display: inline-block;
    padding: 2px;
    color: #303234;
}
@media (min-width: 768px) {
    .footer__top {
        flex-direction: row;
    }
    .footer__top-item {
        min-width: 30%;
        display: flex;
        flex-direction: column;
    }
    .footer__top-item:first-child {
        min-width: 40%;
        border-radius: 20px 20px 0 0;
    }
    .footer__nav-block {
        flex-grow: 1;
    }
    .footer__top-item:nth-child(2) .footer__nav-block {
        border-radius: 0 0 0 20px;
    }
    .footer__bottom {
        border-radius: 0 20px 20px 20px;
    }
}
/************************* main *************************/
main .container > section {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}
main .container > h2,
main .container > section > h2,
.desc__wrap h2 {
    text-align: center;
}
main .container > h2 {
    padding: 0 15px;
}
@media (min-width: 992px) {
    main .container > section {
        padding: 30px;
        border-radius: 40px;
    }
    main .container > h2,
    main .container > section > h2,
    .desc__wrap h2 {
        text-align: left;
    }
    main .container > h2 {
        padding: 0;
    }
}
/************************* contacts *************************/
.contacts__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contacts__item {
    padding-left: 38px;
}
.contacts__item_shedule {
    background: url("/upload/MAIN/contacts-shedule.svg") 0 0 no-repeat;
    background-size: 24px;
}
.contacts__item_address {
    background: url("/upload/MAIN/contacts-address.svg") 0 0 no-repeat;
    background-size: 24px;
}
.contacts__item_phone {
    background: url("/upload/MAIN/contacts-phone.svg") 0 0 no-repeat;
    background-size: 24px;
}
.contacts__item_email {
    background: url("/upload/MAIN/contacts-email.svg") 0 0 no-repeat;
    background-size: 24px;
}
.contacts__item_details {
    background: url("/upload/MAIN/contacts-det.svg") 0 0 no-repeat;
    background-size: 24px;
}
.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;
    border-radius: 30px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .contacts__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .contacts__info {
        width: 49%;
    }
    .contacts__map {
        width: 49%;
        height: auto;
    }
}
@media screen and (min-width: 992px) {
    .contacts__map {
        border-radius: 40px;
    }
}
/************************* status-icon *************************/
.status-icon__wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    line-height: 1.4;
    text-align: left;
    padding-right: 56px;
}
.status-icon {
    position: static;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 2px 10px 2px 10px;
}
.status-icon a {
    color: #fff;
    text-decoration: none;
}
.status-icon_in-stock {
    background: #068735;
}
.status-icon_not-available {
    background: #EF2121;
}
/************************* sorting *************************/
.sorting {
    display: flex;
    justify-content: space-between;
}
.sorting__line {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 16px;
}
.sorting__line-wrap {
    width: 100%;
}
.sorting__line-item {
    position: relative;
    min-width: 200px;
}
.sorting__line-top {
    position: relative;
    display: block;
    padding: 14px 45px 14px 30px;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #D6D8DF;
    color: #141516;
}
.sorting__line-top:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(/upload/MAIN/arrow-min-black.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
}
.sorting__line-top.active:after {transform: rotate(180deg);}
.sorting__line-hidden {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 20;
    display: none;
    padding: 15px 20px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #D6D8DF;
    box-sizing: border-box;
}
.sorting__line-hidden li {
    margin: 10px 0;
}
.sorting__line-hidden li:first-child {
    margin: 0;
}
.sorting__line-hidden a {
    color: #141516;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .sorting__line {
        width: auto;
    }
    .sorting__line-hidden {
        min-width: 200px;
    }
}
/************************* sfilter *************************/
.sfilter__btn {
    display: none;
}
.sfilter__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px) {
    .sfilter__wrap {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media screen and (min-width: 992px) {
    .sfilter__btn {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 16px;
    }
    .sfilter__btn-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("/upload/MAIN/icon-filter.svg") center no-repeat;
    }
}
/************************* popup *************************/
.popup {
    display: none;
    width: 360px;
    border-radius: 5px;
}
.popup.fancybox-content {
    padding: 40px 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;
    }
}
@media screen and (min-width: 992px) {
    .popup {
        width: 470px;
    }
}
/* End */
/* /bitrix/templates/MAIN/css/normalize.css?17603485028240 */
/* /bitrix/templates/MAIN/css/jquery.fancybox.min.css?165573680812795 */
/* /bitrix/templates/MAIN/css/slick.css?17344542131846 */
/* /bitrix/templates/MAIN/css/slideBlock.css?1772034649731 */
/* /bitrix/templates/MAIN/components/bitrix/breadcrumb/main/style.css?1773846009648 */
/* /bitrix/templates/MAIN/components/bitrix/form.result.new/form-popup/style.css?17733278002582 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/manager/style.css?17792863161155 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/cookie-popup/style.css?1773847059263 */
/* /bitrix/templates/MAIN/template_styles.css?177384643926253 */
