

/* Start:/local/templates/main/assets/css/normalize.css?17429719927546*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* End */


/* Start:/local/templates/main/assets/css/slick.css?17429719921836*/
/* 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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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


/* Start:/local/templates/main/assets/css/styles.css?174297199257388*/
@font-face {
	font-family: Poppins;
	src: url(/local/templates/main/assets/css/../fonts/Poppins-Regular.ttf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Poppins;
	src: url(/local/templates/main/assets/css/../fonts/Poppins-Bold.ttf);
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Poppins;
	src: url(/local/templates/main/assets/css/../fonts/Poppins-SemiBold.ttf);
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Poppins;
	src: url(/local/templates/main/assets/css/../fonts/Poppins-Medium.ttf);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Poppins;
	src: url(/local/templates/main/assets/css/../fonts/Poppins-ExtraBold.ttf);
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: Poppins, sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 1.5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
	transition: all .3s ease;
}
a:hover {
	color: #FF8000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.d-flex{
	display: flex;
}
.j-between{
	justify-content: space-between;
}
.a-center{
	align-items: center;
}
.j-center{
	justify-content: center;
}
.text-center{
	text-align: center;
}
.no-scroll{
/*	position:fixed;
	width: 100%;	
	overflow-y: scroll;	*/
	overflow: hidden;
}
@media screen and (min-width: 1200px){
	.no-scroll{
		padding-right: 15px;
	}
	.no-scroll .header{
		width: calc(100% - 15px)
	} 
}
@-moz-document url-prefix(){
	.no-scroll{
		padding-right: 17px;
	}
	.no-scroll .header{
		width: calc(100% - 17px)
	} 
}
/* wrapper */
.wrapper {
	position:relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.container{
	max-width:100%;
	width:1500px;
	margin:0 auto;
	padding: 0 18px;
}
/* header */
.header {
	position: fixed;
	z-index: 98;
	left: 0;
	top: 0;
	width: 100%;
	transition: background .3s ease;

}
.header.scrolled{
	background: rgba(0,0,0,.7);
}
.header-flex{
	height: 118px;
	align-items: center;
	justify-content: flex-end;
	transition: all .3s ease;
}
.header.scrolled .header-flex{
	height: 84px;
}
/* logo */
.logo {
	z-index: 1;
	position: relative;
	margin-right: auto;
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	height: 100%;
	align-items: center;
}
.logo a:hover{
	color: inherit;
}
.logo span{
	font-size: 35px;
	font-weight: 500;
}
.logo:before{
	content:'';
	display: block;
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 696px;
	background-image: url(/local/templates/main/assets/css/../img/logo-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	right: -167px;
}

.header-flex .border{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0 25px;
	margin-left: 30px;
	transition: all .3s ease;
}
.shedule.border{
	height: 65px;
	font-size: 12px;
	padding: 5px 25px;
	line-height: 17px;
}
.header-flex .fill{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 0 25px;
	margin-left: 30px;
	transition: all .3s ease;
}
.header-flex .border path,
.header-flex .fill path{
	transition: all .3s ease;
}
.header-flex .fill:hover{
	color:#FF8000 
}
.header-flex .border:hover path,
.header-flex .fill:hover path{
	fill:#FF8000;
}
.header-flex .border svg,
.header-flex .fill svg{
	margin-right: 10px;
}
.header-flex .border:hover{
	border-color: #FF8000;
	color: #FF8000;
}
.menu-toggle{
	display: flex;
	background: #fff;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
	border-radius: 25px;
	margin-left: 30px;
	cursor: pointer;
}
.menu-toggle:hover path{
	fill:#FF8000;
}

/* footer */
.footer {
	background: #242B4F;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 20px;
}
.footer-logo{
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.footer-logo span{
	display: block;
	font-size: 83px;
	line-height: 1;
}
.footer-flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-menu{
	margin-left: 136px;
	width: calc(100% - 342px)
}
.footer-menu ul{
	list-style-type:none;
	padding: 0;
	margin: 0 0 30px;
	display: flex;
}
.footer-menu ul li{
	font-weight: 600;
	font-size: 17px;
	line-height: 130%;
	position: relative;
}
.footer-menu ul li+li{
	margin-left: 40px;
}
.footer-menu ul li+li:before{
	content: '•';
	display: block;
	position: absolute;
	left: -20px;
}

.social{
	display: flex;
	align-items: center;
	margin-right: auto;
	margin-left: 225px;
}
.social a{
	font-size: 0;
	line-height: 0;
	margin-right: 38px;
}
.social a:hover path{
	fill: #FF8000;
}
.footer-menu .btn-border{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	border: 2px solid #fff;
	padding: 0 25px;
	margin-right: 40px;
	border-radius: 26px;
}
.footer-menu .btn-border svg{
	margin-right: 12px;
}
/*main*/
.section-main-slider{
	position: relative;
}
.main-slider {
	max-width: 100%;
	overflow: hidden;
}
.main-slider .item{
	position: relative;
}
.main-slider .item.shadow:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.main-slider .slick-arrow{
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	width: 50px;
	cursor: pointer;
}
.main-slider .slick-arrow path{
	transition: all .3s ease;
}
.main-slider .slick-arrow:hover path{
	fill: #FF8000
}
.main-slider .slick-next{
	right: calc((100% - 1464px)/2);
}
.main-slider .slick-prev{
	left: calc((100% - 1464px)/2);
}
.main-slider .slick-dots{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 200px;
}
.main-slider .slick-dots li button{
	font-size: 0;
	padding: 0;
	background: none;
	margin-right: 20px;
	margin-left: 20px;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	border: 2px solid #fff;
}
.main-slider .slick-dots li.slick-active button{
	background: #f28415;
}
.section-main-slider .brands{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(50%);
	z-index: 2;
	overflow: hidden;
}
.section-main-slider .brands-flex{
	display: flex;
	position: relative;
	z-index: 1;
}
.section-main-slider .brands-flex:after{
	content:'';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100vw;
	left: 0;
	height: 100%;
    background: rgba(255, 255, 255, 0.7);
	box-shadow: 66.6609px 66.6609px 133.322px rgba(0, 0, 0, 0.145947);
}
.section-main-slider .brands-flex .item{
	margin-left: 88px;
	margin-top: 75px;
	display: block;
	margin-bottom: 75px;
	transition: none;
}
.section-main-slider .brands-flex .item img{
	filter: grayscale(1);
}
.section-main-slider .brands-flex .item:hover{
	transition: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.section-main-slider .brands-flex .item:hover img{
	filter: grayscale(0);
}
.section-main-slider .brands-flex .item.last{
	width: 208px;
	height: 148px;
	background: #FCFCFC;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-main-slider .brands-flex .item.last:hover{
	color: #fff;
	background: #FF8000
}
.section-main-slider .brands-flex .item.last .more{
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	color: #8C8C8C;
	letter-spacing: 0.06em;
}
.section-main-slider .brands-flex .item.last:hover .more{
	color: #fff;
}
.section-main-slider .brands-flex .item.last span{
	display: block;
	font-size: 25px;
	letter-spacing: normal;
	margin-bottom: 5px;
}


.section-product-top{
	background: #242B4F;
	color: #fff;
	padding-top: 210px;
	padding-bottom: 52px;
}
.pt-head{
	margin-bottom: 35px;
}
.pt-head .title{
	font-weight: bold;
	font-size: 39.9965px;
	line-height: 140%;
}
.stores-list,
.products-list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -18px;
	margin-left: -18px;
}
.products-list .item{
	width: calc(100%/4 - 36px);
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 36px;
	background: #fff;
	text-align: center;
	color: #000;
	padding: 10px;
	position: relative;
	min-height: 342px;
	overflow: hidden;
}
.products-list .item:after{
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: #FF8000;
	position: absolute;
	left: 100%;
	top: 100%;
	transition: transform .5s ease;
	background-image: url(/local/templates/main/assets/css/../img/arr-white.svg);
	background-position: 15px 19px;
	background-repeat: no-repeat;
}
.products-list .item:hover:after{
	transform: translate(-50%,-50%);
}
.products-list .item .thumb{
	height: 210px;
	margin-bottom: 15px;
	transition: all .5s ease
}
.products-list .item:hover .thumb{
	transform: scale(.95);
}
.products-list .item .thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products-list .item .name{
	font-size: 16px;
	line-height: 140%;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp:2;
	-webkit-line-clamp: 2;
}
.products-list .item .price{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
.products-list .item .price .old{
	text-decoration: line-through;
	color: #666;
	font-size: 15px;
	margin-left: 10px;
	font-weight: normal;
}
.products-list .item .price .precent{
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 21px;
	background: #FF8000; color: #fff;
	border-radius: 12px;
	margin-left: 8px;
	vertical-align: middle;
	padding: 0 5px;
}
.products-list .item .link{
	font-weight: 600;
	font-size: 10.999px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F87227;
}
.dropdown-wrap{
	position: relative;
}
.dropdown-toggle{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #FFFFFF;
	background: #242B4F;
	border-radius: 29.9974px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 25px;
	position: relative;
	z-index: 2;
	min-width: 254px;
}
.dropdown-toggle svg{
	margin-left: 20px;
	transition: transform .3s ease;
}
.dropdown-toggle.active svg{
	transform:rotate(180deg);
}
.dropdown{
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 21px;
	list-style-type:none;
	padding: 39px 0 0;
	margin: 0; 
	background: #242B4F;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 0 0 21px 21px;
}
.dropdown li{
	padding: 0 10px 0 25px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}
.dropdown li.current{
	font-weight: bold;
}
.btn-white,
.btn-orange{
	height: 52px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #FF8000;
	padding: 0 30px;
	border-radius: 26px;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	transition:all .3s ease;
}
.btn-orange:hover{
	color: #fff;
	background: #d36a00;
}
.btn-white{
	background: #fff;
	color: #000;
}
.btn-white:hover{
	background: #eee;
}
.btn-white svg,
.btn-orange svg{
	margin-right: 12px;
}
.section-news{
	padding-top: 80px;
	margin-top: -20px;
}
.section-title{
	text-align: center;
	margin-bottom: 36px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}
.news-list{
	margin-left: -18px;
	margin-right: -18px;
	flex-wrap: wrap;
}
.news-list .col{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.news-list .item{
	margin-bottom: 36px;
	margin-left: 18px;
	margin-right: 18px;
	display: block;
	width: 100%;
	height: 500px;
	position: relative;
}
.news-list .item .item-info{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	width: 330px;
	max-width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
.news-list .item.half .item-info{
	width: 100%;
}


/****/
.news-list .item:hover .item-info{
	visibility: visible;
	opacity: 1;
}
/****/
.news-list .item .item-info .slogo{
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 15px;
	font-size: 0;
	line-height: 0;
}
.news-list .item .item-info .name{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}
.news-list .item .item-info .name small{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.news-list .item.half{
	width: calc(50% - 36px);
	height: 250px;
}
.news-list .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-plan{
	padding-top: 70px;
}

.section-stores{
	padding-top: 100px;
	padding-bottom: 100px;
}
.stores-types{
	list-style-type:none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.stores-types li a{
	display: flex;
	align-items: center;
	/*width: 213px;*/
	padding-top: 4px;
	margin-right: 30px;
	border-top: 2px solid #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 30px;
	transition: all .3s ease;
}
.stores-types li.current a{
	color: #FF8000;
	border-color: #FF8000;
}
.stores-types li a:hover{
	color: #FF8000;
}
.stores-types li .count{
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: normal;
	color: #A6A6A6;
	margin-left: 7px;
}
.stores-list .item{
	width: calc(100%/4 - 36px);
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 36px;
	background: #fff;
	color: #000;
	position: relative;
}
.stores-list .item:hover{
	color: #fff;
}
.stores-list .item .thumb{
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 15px;
	z-index: 1;
}
.stores-list .item .thumb:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FF8000;
	z-index: -1;
	transition: transform .5s ease;
}
.stores-list .item:hover .thumb:before{
	transform: translateY(75px);
}
.stores-list .item .thumb>picture>img,
.stores-list .item .thumb>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stores-list .item .thumb a{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
.stores-list .item .thumb .slogo{
	position: absolute;
	width: 90px;
	height: 90px;
	bottom: 20px;
	left: 20px;
}
.stores-list .item .thumb .slogo img{
	width: 100%;	
	height: 100%;
	object-fit: contain;	
}
.stores-list .item .onmap{
	background: #FF8000;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 5px;right: 0;
	z-index: 1;
}
.stores-list .item:hover .onmap{
	background: #fff;
	right: 20px;
}
.stores-list .item:hover .onmap path{
	fill:  #FF8000;
}
.stores-list .item .name{
	padding-left: 20px;
	padding-right: 50px;
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;position: relative;
	z-index: 1;
}
.stores-list .item .address{
	padding-left: 20px;
	padding-right: 50px;position: relative;
	z-index: 1;
}

.section-callback{
	color: #fff;
	padding: 100px 0 80px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sc-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
.section-callback .col-title{
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 23px;
	font-weight: bold;
}
.section-callback .col:first-child{
	width: 688px
}
.section-callback .col:last-child{
	width: 400px
}
.section-callback .btns {
	width: 150%;
}
.section-callback .btns .btn:first-child{
	width: 312px;
	margin-bottom: 20px;
}
.section-callback .btns .btn:last-child{
	width: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}
.section-callback .btns:nth-last-child(2){
	margin-top: 55px;
}

.section-callback .btns .btn{
	font-weight: 600;
}
.form-wrap .input-wrap{
	margin-bottom: 20px;
	max-width: 100%;
	width: 302px;
}
.form-wrap .input-wrap input{
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 26px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 0 25px;
	font-weight: bold;
	background: none
}
.form-wrap .input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-wrap .input-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-wrap .input-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-wrap .input-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.radio-wrap{
	display: flex;
	margin-bottom: 20px;
}
.radio-wrap label{
	cursor: pointer;
	margin-right: 38px;
}
.acceptance label input,
.radio-wrap label input{
	visibility: hidden;
	position: absolute;
}
.radio-wrap label span{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	transition: all .3s ease;
}
.acceptance label span:before,
.radio-wrap label span:before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-right: 10px;
	transition: all .3s ease;
	background-repeat: no-repeat;
	background-position: center;
}
.radio-wrap label:hover span,
.radio-wrap label input:checked+span{
	color: #FF8000;
}
.radio-wrap label input:checked+span:before{
	background-image: url(/local/templates/main/assets/css/../img/checked.svg);
	background-color: #FF8000;
	border-color: #FF8000;
}
.form-wrap .btn{
	width: 196px;
	margin-bottom: 20px;
}
.acceptance label{
	cursor: pointer;
}
.acceptance label span:before{
	position: absolute;
	left: 0;
	top: 6px;
}
.acceptance label input:checked+span:before{
	background-color: #fff;
	background-image: url(/local/templates/main/assets/css/../img/checked-b.svg);
}
.acceptance label span{
	display: block;
	position: relative;
	padding-left: 35px;
	font-weight: 500;
	font-size: 13px;
}
.acceptance label span a{
	text-decoration: underline;
}

#plan{
	margin-top: -170px;
	padding-top: 170px;
}

.plan-wrap{
	position: relative;
}
.plan-wrap picture{
	width: 100%;
}
.plan-wrap .search{
	position: absolute;
	top: 16%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.plan-wrap .search input{
	height: 52px;
	border: 2px solid #000;
	border-radius: 26px 0 0 26px;
	padding: 0 25px;
	font-size: 14px;
	width: 307px;
	border-right-width: 0;
}
.plan-wrap .search button{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	line-height: 48px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0 26px 26px 0;
	border: 2px solid #000;
	width: 129px;
	transition:all .3s ease;
}
.plan-wrap .search button:hover{
	background-color: #FF8000;
}
.plan-wrap .search button svg{
	margin-left: 10px;
}

.floors-nav{
	list-style-type:none;
	display: flex;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 24.5%;
}
.floors:after{
	content: '';
	display: block;
	position: absolute;
	bottom: calc(100% + 15px);
	left: 43%;
	transform: translateX(-50%);
	width: 30px;
	height: 72px;
	background-image: url(/local/templates/main/assets/css/../img/floor-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.floors-nav li,
.floors-nav span{
	width: 96px;
	background: #FFFFFF;
	border: 2px solid #000000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 26px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 9px;
	margin-left: 9px;
	cursor: pointer;
	transition: all .3s ease;
}
.floors-nav li:hover,
.floors-nav span:hover{
	border-color: #FF8000;
	color: #FF8000;
}
.floors-nav li.active,
.floors-nav span{
	background: #000;
	color: #fff;
}
.floors{
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translateX(-42%)
}
.plan-wrap{
	display: flex;
	justify-content: center;
}
.plan-image{
	max-width: none;
}









.dev,
.copyright{
	font-size: 14px;
	line-height: 36px;
}


/*modal*/
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100vh;
  /*height: -webkit-fill-available;*/
  left: 0;
  top: 0;
  background: rgb(36, 43, 79);
  background: rgba(36, 43, 79, .92);
  overflow: auto;
}
@media screen and (min-width: 1200px) {
	.modal {
	  width: calc(100% + 15px);
	}
}
#modalThnx .modal-box{
	width: 940px;
}

.modal-box {
  position: relative;
  width: 1412px;
  max-width: 95%;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-body {
  background: #fff;
  padding: 30px;
}

/* Close Button */
.close-modal {
	position: absolute;
  	top: -60px;
  	right: 0;
  	cursor: pointer;
}
.close-modal:hover path{
	stroke: #FF8000;
}
.modal-box .store-area.active{
	filter: drop-shadow(1px 1px 1px #FF8000);
}
.modal-box .store-area.active path{
	/*fill: #FF8000;*/
	opacity: .5;
}
.modal-box .store-area.active tspan{
	fill: #000
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.thanks-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 10px;
}
.thanks-subtitle{
	font-size: 14px;
	line-height: 170%;
	margin-bottom: 25px;
}
.thanks-image{
	position: relative;
}
.thanks-image .btn{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 130px;
}
.modal-columns{
	justify-content: space-between;
}
.modal-columns .col:first-child{
	width: calc(64% - 50px);
}
.modal-columns .col:last-child{
	width: 36%;
}
.product-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 26px;
}
.product-title .price{
	color: #FF8000;
	margin-left: 20px;
	display: inline-block;
}
.product-title .old{
	text-decoration: line-through;
	font-weight: 400;
	font-size: 25px;
	margin-left: 20px;
	color: #666;
}
.product-title .precent{
	margin-left: 15px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	background: #FF8000;
	color: #fff;
	border-radius: 13px;
	padding: 0 5px;
	vertical-align: middle;
}
.product-images .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #000000;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
	transition: all .3s ease;
}
.product-images .slick-arrow svg{
	width: 100%;
	height: 100%;
}
.product-images .slick-arrow:hover{
	border-color: #FF8000;
}
.product-images .slick-arrow:hover svg path{
	fill: #FF8000;
	transition: all .3s ease;
}
.product-images .slick-prev{
	left: 0;
}
.product-images .slick-next{
	right: 0;
}
.product-images .slider-nav{
	width: 620px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.product-images.no-transform .slick-track {
  min-width: 100%;
  transform: translate3d(0, 0, 0)!important;
  display: flex;
  justify-content: center;
}
.product-images .slider-nav .item.slick-current{
	border:1px solid #ccc;
}
.product-images .slider-nav .item{
	height: 60px;
	border:1px solid transparent;
	outline: none !important;
}
.product-images .slider-nav .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	outline: none !important;
	cursor: pointer;
}
#modalStore .product-images .slider-nav .item img{
	object-fit: cover;
}
.product-images .slider-for .item{
	outline: none !important;	
	height: 350px;
	overflow: hidden;
}
.product-images .slider-for .item img{
	margin-right: auto;
	margin-left: auto;
	max-width: 620px;
}
.product-desc{
	margin-top: 44px;
}
.product-spec .title,
.product-desc .title{
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 10px;
}
.product-spec{
	margin-top: 50px;
}
.product-spec p{
	font-size: 14px;
	line-height: 170%;
}
.product-desc p{
	font-size: 16px;
	line-height: 170%;
}
.store-promos .block-title,
.store-products .block-title,
.modal-columns .block-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 25px;
	min-height: 42px;
}
.store-info{
	margin-bottom: 25px;
}
.store-info>.d-flex{
	align-items: flex-start;
}
.store-info .slogo{
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	width: 90px;
	min-width: 92px; 
	height: 92px;
	margin-right: 20px;
}
.store-info .slogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.store-info .address{
	margin-right: 20px;
	min-height: 90px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.store-info .address .name{
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
}
.store-info .address p{
	margin: 0;
	font-size: 16px;
}
.store-info .contacts{
	font-size: 16px;
	line-height: 180%;
	max-width: 50%;
	min-width: 200px;
	margin-left: auto;
}
.store-info .contacts a{
	display: block;
	text-decoration: underline;
	word-wrap: break-word;

}
.store-info .contacts a:first-child{
	text-decoration: none;
}
.form-wrap.white-bg .input-wrap input{
	border-color: #000;
	color: #000
}
.form-wrap.white-bg .input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-wrap.white-bg .input-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form-wrap.white-bg .input-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form-wrap.white-bg .input-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.form-wrap.white-bg .acceptance label span:before{
	border-color: #000;
}
.form-wrap.white-bg .acceptance label input:checked+span:before{
	background-image: url(/local/templates/main/assets/css/../img/checked.svg);
	background-color: #000;
}
.store-plan{
	margin-top: 90px;
	position: relative;
}
.store-plan .title{
font-weight: bold;
font-size: 30px;
line-height: 140%;
margin-bottom: 54px;
}
.store-plan .title .floor{
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	height: 42px;
	margin-left: 20px;
	border-radius: 21px;
	width: 86px;
	vertical-align: middle;
}
.store-products{
	width: 338px;
	margin-right: 48px;
}
 .store-promos{
	width: 500px;
}
.slider-subnav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.slider-subnav .slick-arrow{
	border:1px solid #000;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	cursor: pointer;
	transition:all .3s ease;
}
.slider-subnav .slick-arrow:hover{
	border-color: #FF8000;
}
.slider-subnav .slick-arrow:hover path{
	fill: #FF8000;
	transition:all .3s ease;
}
.slider-subnav .slick-arrow svg{
	width: 100%;
	height: 100%;
}
.slider-subnav .slick-dots{
	list-style-type:none;
	margin: 0 30px;
	padding: 0;
	order: 1;
	display: flex;
	align-items: center;
}
.slider-subnav .slick-dots button{
	font-size: 0;
	background: #000;
	border: none;
	padding: 0;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	opacity: 0.2;
}
.slider-subnav .slick-dots li{
	font-size: 0;
	line-height: 0;
}
.slider-subnav .slick-dots li+li{
	margin-left: 20px;
}
.slider-subnav .slick-dots .slick-active button{
	opacity: 1;
}
.slider-subnav .slick-next{
	order: 2;
}
.store-products-slider .item{
	text-align: center;
	outline: none !important
}
.store-products-slider .item img{
	margin-right: auto;
	margin-left: auto;
}
.store-products-slider .item .name{
	font-size: 16px;
	margin-bottom: 11px;
	margin-top: 11px;
}
.store-products-slider .item .price{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 1px;
}
.store-products-slider .item .price .old{
	text-decoration: line-through;
	color: #666;
	font-size: 15px;
	margin-left: 10px;
}
.store-products-slider .item .link{
	font-weight: 600;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F87227;
}
.slick-slider .item{
	outline: none !important;
}

.store-promos-slider .item{
	height: 350px;
}

.medium .modal-box{
	width: 1205px;
}
.medium .modal-columns .col:first-child{
	width: 620px;
}
.medium .modal-columns .col:last-child{
	width: 472px;
}
.to_top{
	width: 70px;
	height: 70px;
	display: block;
	position: fixed;
	right: 44px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	bottom: 44px;
	background-color: #FF8000;
	background-image: url('/local/templates/main/assets/css/../img/to_top.svg');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0;
	z-index: -2;
}
.to_top.show{
	opacity: 1;
	z-index: 1;
}
.to_top.show.top_pos{
	opacity: 0;
	z-index: -2;
}
.new_year_schedule{
    display:  none;
   	background-image: url('/local/templates/main/assets/css/../img/bg_red.jpg');
}
.new_year_schedule span{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.new_year_schedule{
	padding-top: 25px;
	background-size: 100% auto;
	padding-bottom: 25px;
    display:  none;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
   	background-image: url('/local/templates/main/assets/css/../img/bg_red.jpg');
}
.new_year_schedule h3{
	font-size: 21px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	line-height: 140%;
}
.new_year_schedule .cover_outside{
	display: flex;
	justify-content:center;
	align-items: center;
}
.shedule_inside{
	margin-right: 15px;
}
.new_year_schedule span{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
@media (max-width: 767px) {
    .new_year_schedule{
        display: block;
    }
}

@media (max-width: 767px) {
    .new_year_schedule{
        display: block;
    }
}

@media screen and (max-width: 1500px){
	.container{
		width: 1074px;
	}
	.header-flex{
		height: 84px;
	}
	.logo{
		font-size: 18px;
	}
	.logo span{
		font-size: 25px;
	}
	.menu-toggle{
		width: 35px;
		height: 35px;
		margin-left: 20px;
	}
	.header-flex .border,
	.header-flex .fill{
		height: 35px;
		font-size: 10px;
		margin-left: 20px;
		padding: 0 12px;
	}
	.shedule.border{
		height: 50px;
		line-height: 13px;
	}
	.menu-toggle svg{
		width: 15px;
		height: auto;
	}
	.header-flex .border svg,
	.header-flex .fill svg{
		height: 15px;
		width: auto;
		margin-top: -2px;
	}



	.main-slider .slick-arrow{
		width: 35px;
		height: 35px;
	}
	.main-slider .slick-arrow svg{
		width: 100%;
		height: 100%;
	}
	.main-slider .slick-prev {
    	left: calc((100% - 1038px)/2);
	}
	.main-slider .slick-next {
    	right: calc((100% - 1038px)/2);
	}
	.main-slider .slick-dots{
		bottom: 140px;
	}
	.main-slider .slick-dots li button{
		width: 12px;
		height: 12px;
		margin-right: 14px;
		margin-left: 14px;
	}
	.section-main-slider .brands-flex{
		justify-content: space-between;
		padding: 55px 0 55px 55px;
	}
	.section-main-slider .brands-flex .item.last,
	.section-main-slider .brands-flex .item{
		margin: 0;
		width: 148px;
		height: auto;
	}
	.section-main-slider .brands-flex:after{
		top: 0;
	}
	.pt-head .title{
		font-size: 28px;
	}
	.dropdown-toggle{
		height: 30px;
		font-size: 10px;
	}
	.dropdown-toggle svg{
		margin-left: 15px;
		width: 10px;
	}
	.dropdown{
		top: 15px;
		padding-top: 25px;
	}
	.dropdown li{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.products-list .item .thumb{
		height: 145px;
	}
	.products-list{
		margin-right: -12px;
		margin-left: -12px;
	}
	.products-list .item{
		min-height: 244px;
		width:calc(25% - 24px);
		margin-right: 12px;
		margin-left: 12px;
		margin-bottom: 24px;
	}
	.products-list .item .name{
		font-size: 12px;
		line-height: 17px;
		height: 34px;
	}
	.products-list .item .price{
		font-size: 12px;
	}
	.products-list .item .link{
		font-size: 9px;
	}
	.products-list .item .price .old{
		font-size: 11px;
	}
	.btn-white, .btn-orange{
		height: 32px;
		font-size: 10px;
		padding: 0 20px;
	}
	.btn-white svg, .btn-orange svg{
		width: 14px;
	}
	.section-product-top{
		padding-top: 100px;
		padding-bottom: 42px;
		margin-top: 50px
	}
	.section-news{
		padding-top: 83px;
		margin-top: -35px;
	}
	.section-title{
		font-size: 28px;
		margin-bottom: 28px;
	}
	.news-list{
		margin-right: -12px;
		margin-left: -12px;
	}
	.news-list .item{
		margin-right: 12px;
		margin-left: 12px;
		margin-bottom: 24px;
	}
	.news-list .item.half{
		width: calc(50% - 24px)
	}
	.section-stores{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.stores-types li a{
		font-size: 12px;
		margin-right: 28px;
		margin-bottom: 20px;
	}
	.stores-types li .count{
		font-size: 9px;
	}
	.stores-list{
		margin-right: -12px;
		margin-left: -12px;
	}
	.stores-list .item{
		width: calc(25% - 24px);
		margin-bottom: 24px;
		margin-right: 12px;
		margin-left: 12px;
	}
	.stores-list .item .thumb .slogo{
		width: 65px;
		height: 65px;
		bottom: 14px;
		left: 14px;
	}
	.stores-list .item .thumb{
		margin-bottom: 10px;
	}
	.stores-list .item .name{
		font-size: 14px;
		padding-left: 14px;
	}
	.stores-list .item .address{
		font-size: 11px;
		padding-left: 14px;
	}
	.stores-list .item .onmap{
		width: 35px;
		height: 35px;
	}
	.stores-list .item .onmap svg{

	}
	.section-callback{
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.section-callback .col-title{
		font-size: 28px;
		margin-bottom: 17px;
	}
	.section-callback .col:first-child{
		width: 525px;
	}
	.section-callback .col:last-child{
		width: 300px;
	}
	.section-callback .col:first-child p{
		font-size: 12px;
	}
	.section-callback .btns .btn:first-child{
		width: 222px;
		margin-bottom: 14px;
	}
	.section-callback .btns .btn:last-child{
		width: auto;
		margin-bottom: 14px;
		margin-left: 14px;
	}
	.section-callback .btns:nth-last-child(2){
		margin-top: 35px;
	}
	.section-callback .btns .btn{
		height: 37px;
	}
	.radio-wrap,
	.form-wrap .input-wrap{
		margin-bottom: 14px;
	}
	.form-wrap .input-wrap input{
		height: 37px;
		padding: 0 17px;
		font-size: 10px;
		max-width: 214px;
	}
	.acceptance label span,
	.radio-wrap label span{
		font-size: 10px;
	}
	.acceptance label span{
		line-height: 1.2;
		padding-left: 25px;
	}
	.form-wrap.white-bg .acceptance label input:checked+span:before{
		top: 3px;
	}
	.form-wrap .btn{
		height: 37px;
		margin-bottom: 14px;
		width: 135px;
	}
	.acceptance label span:before, .radio-wrap label span:before{
		width: 18px;
		height: 18px;
	}
	.acceptance label input:checked+span:before,
	.radio-wrap label input:checked+span:before{
		background-size: 10px;
	}
	.footer{
		width: 100%;
		overflow: hidden;
	}
	.footer-logo{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.footer-logo span{
		font-size: 59px;
	}
	.footer-menu ul li{
		font-size: 12px;
		white-space: nowrap;
	}
	.footer-menu ul li+li{
		margin-left: 54px;
	}
	.footer-menu ul li+li:before{
		left: -29px;
	}
	.footer-menu .btn-border{
		height: 37px;
		font-size: 10px;
		padding: 0 15px;
	}
	.footer-menu .btn-border svg{
		height: 15px;
	}
	.footer-menu ul{
		margin-bottom: 20px;
	}
	.dev, .copyright{
		font-size: 10px;
		width: 30%;
	}
	.footer-menu{
		width: calc(100% - 240px);
		margin-left: 35px;
	}
	.copyright{
		width: 240px;
	}
	.dev{
		text-align: right;
	}
	.dev img{
		width: 46px;
		height: auto;
		vertical-align: middle;
	}
	.social{
		margin-left: 0;
	}
	.social a{
		margin-right: 28px;
	}
	.social a svg{
		width: 14px;
		height: auto;
	}
	.modal-box{
		width: 1004px;
	}
	.medium .modal-box{
		width: 857px;
	}
	.store-promos .block-title, .store-products .block-title, .modal-columns .block-title,
	.product-title{
		font-size: 21px;
		margin-bottom: 20px;
	}
	.store-promos .block-title, .store-products .block-title, .modal-columns .block-title{
		min-height:29px;
	}
	.store-info .slogo{
		width: 65px;
		height: 65px;
		min-width: 65px;
	}
	.store-info .address .name{
		font-size: 14px;
	}
	.store-info .contacts,
	.store-info .address p{
		font-size: 11px;
	}
	.product-desc p{
		font-size: 12px;
	}
	.product-spec p{
		font-size: 10px;
	}
	.product-images .slick-arrow{
		width: 35px;
		height: 35px;
	}
	.product-images{
		padding: 0 47px;
	}
	.product-images .slick-prev{
		left: -47px;
	}
	.product-images .slick-next{
		right: -47px;
	}
	.store-products{
		width: 241px;
	}
	.store-promos{
		width: 390px;
	}
	.slider-subnav .slick-arrow{
		width: 28px;
		height: 28px;
	}
	.store-products-slider .item .price,
	.store-products-slider .item .name{
		font-size: 12px;
	}
	.store-products-slider .item .link{
		font-size: 9px;
	}
	.modal-columns+.d-flex{
		margin-top: 20px;
	}
	.inner+.d-flex{
		margin-top: 20px;
	}
	.slider-subnav .slick-dots li+li{
		margin-left: 14px;
	}
	.slider-subnav .slick-dots button{
		width: 6px;
		height: 6px;
	}
	.medium .modal-columns .col:first-child{
		width: 440px;
	}
	.medium .modal-columns .col:last-child{
		width: 335px;
		margin-left: 40px;
	}
	.store-plan{
		margin-top: 40px;
	}
	.product-spec .title, .product-desc .title{
		font-size: 21px;
	}
	.medium .product-images{
		padding: 0;
	}
	.modal-body{
		padding: 20px 20px 25px;
	}
	.section-main-slider .brands-flex .item.last .more{
		font-size: 9px;
	}
	.section-main-slider .brands-flex .item.last span{
		font-size: 17px;
	}
	.footer{
		padding-top: 32px;
	}
	.store-plan .title{
		font-size: 21px;
	}
	.store-plan .title .floor{
		width: 62px;
		height: 30px;
		font-size: 10px;
		margin-left: 15px;
	}
	.pt-head{
		margin-bottom: 30px;
	}
	.close-modal{
		width: 21px;
		height: 21px;
		top: -42px;
	}
	.close-modal svg{
		width: 100%;
		height: 100%;
	}
	.plan-image{
		max-width: 100%;
		height: auto;
	}
	.floors{
		width: 34%;
    top: 33.5%;
    left: 50%;
    transform: translateX(-41%);
	}
	.floors svg{
		width: 100%;
		height: auto;
	}
	.floors:after{
		height: 50px;
		background-size: contain;
		bottom: calc(100% + 9px);
	}
	.plan-wrap .search button{
		height: 37px;
		width: 92px;
		font-size: 10px;
	}
	.plan-wrap .search input{
		height: 37px;
		width: 218px;
		font-size: 10px;
	}
	.plan-wrap .search{
		top: 16.5%;
	}
	.floors-nav li,
	.floors-nav span{
		width: 71px;
		height: 30px;
		font-size: 10px;
	}
	.floors-nav{
		top: 25%;
	}
	
	.store-info .contacts{
    	min-width: auto;
    	flex-shrink: 0;
    }
}
.visible-mob,
.visible-tablet{
	display: none;
}
@media screen and (max-width: 1199px){
	.news-list .item .item-info{
		display: none;
	}
	.news-list .col{
		display: block;
	}
	.news-list .item{
		width: calc(100% + 24px);
	}
	.section-callback .btns{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.section-callback .btns:last-child{
		display: flex;
		flex-direction: column-reverse;
	}
	.section-callback .btns:last-child .btn:last-child{
		margin-left: 0;

	}
	.to_top{
		width: 50px;
		height: 50px;
		right: 22px;
		bottom: 22px;
	}
	.section-main-slider .brands{
		position: static;
		transform: none
	}
	.main-slider .slick-dots{
		bottom: 55px;
	}
	.main-slider .item img {
    height: 539px;
    object-fit: cover;
	}
	.main-slider .item img.first{
		object-position: 55% 50%;
	}
	.section-product-top{
		padding-top: 87px;
		padding-bottom: 24px;
		margin-top: -60px;
	}
	.products-list .item{
		width: calc(33.333% - 24px);
		min-height: 230px;
	}
	.header-flex .border.email{
		font-size: 0;
	}
	.header-flex .border.email svg{
		margin: 0;
	}
	.main-slider .slick-prev{
		left: 20px;
	}
	.main-slider .slick-next{
		right: 20px;
	}
	.section-main-slider .brands-flex{
		padding: 33px 0;
	}
	.section-main-slider .brands-flex .item.last, .section-main-slider .brands-flex .item{
		width: 130px;
	}
	.section-main-slider .brands-flex .item.last .more{
		font-size: 8.5px;
	}
	.section-main-slider .brands-flex .item.last .more span{
		font-size: 16px;
	}
	.logo{
		font-weight: 500;
	}
	.logo:before{
		right: -90px;
	}
	.pt-head{
		margin-bottom: 28px;
	}
	.section-news{
		padding-top: 52px;
		margin-top: -20px;
	}
	.section-plan{
		padding-top: 32px;
	}
	.products-list .item .thumb{
		margin-bottom: 0;
	}
	.stores-list .item{
		width: calc(33.333% - 24px);
	}
	.stores-list .item .thumb .slogo{
		width: 60px;
		height: 60px;
	}
	.section-stores{
		padding-top: 32px;
		padding-bottom: 40px;
	}
	.section-callback .col:first-child{
		width: 418px;
	}
	.section-callback .col:last-child{
		width: 250px;
	}
	.section-callback{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.visible-tablet{
		display: block;
	}
	.hidden-tablet{
		display: none;
	}
	.footer-menu{
		width: auto;
		margin: 0;
	}
	.footer-flex>.visible-tablet{
		width: 100%;
		margin-bottom: 14px;
	}
	.footer{
		padding-top: 20px;
	}
	.col.footer-menu{
		display: flex;
		margin-left: 30px;
	}
	.footer-logo{
		margin-bottom: 0;
		font-size: 12px;
	}
	.footer-logo span{
		font-size: 41px;
	}
	.modal-columns .col:last-child,
	.modal-columns .col:first-child{
		width: calc(50% - 20px);
	}
	.product-images .slider-nav .item{
		height: 45px;
	}
	.modal-columns+.d-flex{
		/*flex-direction: column;*/
		/*justify-content: space-between;*/
	}
	.store-products{
		max-width: 100%;
		margin: 20px 34px 0 0;
	}
	.store-promos{
		max-width: 100%;
		margin: 20px 0 0;
	}
	.plan-image{
		width: 100%;
	}
	.floors {
    position: absolute;
    top: 33.5%;
    left: 50%;
    transform: translateX(-33%);
    width: 60%;
	}
	.floors svg,
	.floors object{
		width: 100%;
		height: auto;
	}
	.floors:after{
		height: 40px;
		background-size: contain;
	}
	.plan-wrap .search button,
	.plan-wrap .search input{
		height: 37px;
		font-size: 10px;
	}
	.plan-wrap .search button{
		width: 92px;
	}
	.plan-wrap .search button svg{
		width: 15px;
		height: auto;
	}
	.plan-wrap .search input{
		width: 218px;
		padding: 0 18px
	}
	.floors-nav li,
	.floors-nav span{
		height: 30px;
		width: 62px;
		font-size: 10px;
	}
	.plan-wrap .search{
		top: 16.5%;
	}
	.floors-nav{
		top: 25%;
	}
	.footer-menu ul li+li{
		margin-left: 34px;
	}
	.footer-menu ul li+li:before {
    left: -19px;
	}
	.stores-types{
		max-width: calc(100% - 150px);
		overflow: hidden;
	}
	.news-list .item.half {
    width: calc(100% - 24px);
    height: 0;
	}
	.news-list .item{
		height: auto;
		position: relative;
		padding-bottom: 72%;
		width:calc(100% - 24px);

	}
	.news-list .item img{
		position: absolute;
		left: 0;
		top: 0;
	}
}
.header-flex.secondary{
	display: none;
}
@media screen and (max-width: 991px){
	.shedule.border svg{
		display: none;
	}
	.shedule.border{
		margin-left: 10px;
		padding: 0 10px;
	}
	.header-flex .border{
		margin-left: 12px;
	}
}
@media screen and (max-width: 767px){
	.shedule.border{
		display: none;
	}
	.shedule.fill{
		display: none;
	}
	#modalThanx .inner .t-title{
		line-height: 26px;
	}

	.product-images .slider-for .item{
		max-height: 200px;
	}
	.to_top {
	    width: 30px;
	    height: 30px;
	    right: 10px;
	    bottom: 10px;
	    background-size: 12px auto;
	}
	.wrapper{
		padding-top: 70px;
	}
	.container{
		padding: 0 15px
	}
	.visible-mob{
		display: block;
	}
	.hidden-mob{
		display: none;
	}
	.modal-columns+.d-flex{
		flex-direction: column;
	}
	.inner+.d-flex{
		flex-direction: column;
	}
	.footer-menu ul{
		flex-wrap: wrap;
	}
	.main-slider .item img{
		height: 313px;
		object-fit: cover;
		width: 100%;
	}
	.header{
		position: absolute;
	}
	.header-flex{
		flex-wrap: wrap;
		position: relative;
		height: 70px;
		justify-content: space-between;
	}
	.header.scrolled{
		position: fixed;
		/*transform: translateY(-100%);*/
	}
	.scrolled .header-flex.primary{
		display: none;
	}
	.scrolled .header-flex.secondary{
		display: flex;
		height: 52px;
		justify-content: space-between;
	}
	.header-flex.secondary .logo{
		width: 80px;
		height: 52px;
		font-size: 7.5px;
		line-height: 9px;
		margin-bottom: 0;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		white-space: nowrap;
		margin: 0;
		padding-right: 15px;
	}
	.header-flex.secondary .logo span{
		display: block;
		font-size: 26px;
		line-height: 1;
	}
	.header-flex.secondary .logo:before{
		background: #FF8000;
		width: auto;
		left: -15px;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.header-flex.secondary .menu-toggle{
		position: static;
		margin: 0;
	}
	.header-flex.secondary .fill{
		height: 35px;
		
	}
	.header-flex.secondary .route,
	.header-flex.secondary .map{
		padding: 0;
		min-width: 35px;
	}
	.header-flex.secondary .route svg,
	.header-flex.secondary .map svg{
		margin: 0;
	}
	.logo{
		width: 100%;
		height: 70px;
		margin-bottom: 15px;
		font-size: 22px;
	}
	.logo span{
		font-size: 31px;
	}
	.menu-toggle{
		position: absolute;
		top: 17px;
		right: 0;
		z-index: 2;
	}
	.logo:before{
		right: auto;
		left: -20px;
	}
	.header-flex .border, .header-flex .fill{
		margin: 0;
		font-size: 9px;
		height: 30px;
	}
	.main-slider .slick-dots{
		bottom: 20px;
	}
	.header-flex .border svg, .header-flex .fill svg{
		max-width: 17px;
		margin-right: 6px;
	}
	.section-main-slider .brands-flex{
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.section-main-slider .brands-flex .item.last,
	.section-main-slider .brands-flex .item{
		margin-bottom: 15px;
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	.pt-head{
		flex-wrap: wrap;
		justify-content: center;
		margin-right: -8px;
		margin-left: -8px;
		margin-bottom: 16px;
	}
	.pt-head .title{
		order: -1;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 21px;
	}
	.pt-head .dropdown-wrap{
		margin-right: 8px;
		margin-left: 8px;
	}
	.pt-head .dropdown-wrap{
		width: calc(50% - 16px);
	}
	.dropdown-toggle{
		padding: 0 10px 0 10px;
		font-size: 9px;
		white-space: nowrap;
		border-width: 1px;
		min-width: 0;
		width: 100%;
	}
	.dropdown-toggle svg{
		margin-left: 7px;
	}
	.products-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.products-list .item{
		width: calc(50% - 16px);
		margin-right: 8px;
		margin-left: 8px;
		min-height: 160px;
		margin-bottom: 16px;
	}
	.section-product-top{
		padding-top: 63px;
		margin-top: -50px;
	}
	.products-list .item .thumb{
		height: 105px;
	}
	.products-list .item .name{
		font-size: 9px;
		height: auto;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.products-list .item .price{
		font-size: 9px;
		margin-bottom: 5px;
	}
	.products-list .item .price .old{
		font-size: 8px;
	}
	.products-list .item .link{
		display: block;
	}
	.dropdown li{
		padding: 0 10px;
		font-size: 9px;
	}
	.section-title{
		font-size: 21px;
		margin-bottom: 15px;
	}
	.news-slider .item{
		height: 256px;
	}
	.news-slider .item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-slider .slick-dots{
		list-style-type:none;
		padding: 0;
		margin: 20px 0 20px;
		display: flex;
		justify-content: center;
	}
	.news-slider .slick-dots li{
		font-size: 0;
		line-height: 0;
	}
	.news-slider .slick-dots li button{
		border: 1px solid #000000;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		padding: 0;
		background: none;
		margin-right: 12px;
		margin-left: 12px;
		font-size: 0;
	}
	.news-slider .slick-dots li.slick-active button{
		background: #000;
	}
	.stores-types li a{
		margin-right: 15px;
		font-size: 11px;
	}
/*	.stores-types li:nth-child(2) a{
		width: 115px;
	}*/
	.stores-list {
		margin-right: -8px;
		margin-left: -8px;
	}
	.stores-list .item{
		width: calc(50% - 16px);
		margin-right: 8px;
		margin-left: 8px;
	}
	.stores-list .item .thumb{
		margin-bottom: 5px;
	}
	.stores-list .item:hover .thumb:before{
		display: none;
	}
	.stores-list .item:hover{
		color: #000;
	}
	.stores-list .item:hover .onmap path{
		fill:#fff;
	}
	.stores-list .item:hover .onmap{
		right: 0;
		background: #FF8000;
	}
	.stores-list .item .name{
		font-size: 12px;
		padding-left: 10px;
	}
	.stores-list .item .address{
		font-size: 10px;
		padding-left: 10px;
	}
	.stores-list .item .onmap{
		width: 24px;
		height: 24px;
	}
	.stores-list .item .onmap svg{
		width: 100%;
		height: auto;
	}
	.stores-list .item .thumb .slogo{
		width: 44px;
		height: 44px;
	}
	.section-callback>.container>.d-flex{
		flex-direction: column;
	}
	.section-callback .col:last-child,
	.section-callback .col:first-child{
		width: 100%;
	}
	.section-callback .btns .btn{
		font-size: 8px;
		height: 31px;
	}
	.section-callback .form-wrap .btn{
		width: 140px;
	}
	.section-callback .btns .btn svg{
		max-width: 16px;
		margin-right: 6px;
	}
	.section-callback .btns .btn:first-child{
		width: 185px;
	}
	.section-callback .btns .btn:last-child{
		width: auto;
		margin-left: 7px;
	}
	.section-callback .col:last-child{
		margin-top: 16px;
	}
	.section-callback .col-title{
		font-size: 21px;
	}
	.form-wrap .input-wrap{
		display: inline-block;
		width: 165px;
	}
	.form-wrap .input-wrap+.input-wrap{
		margin-left: 10px;
	}
	.close-modal{
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		width: 35px;
		height: 35px;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.close-modal svg {
		width: 14px;
		height: auto;
	}
	.close-modal svg path{
		stroke: #000
	}
	.modal-columns{
		flex-direction: column;
	}
	.modal-columns .col:last-child, 
	.modal-columns .col:first-child{
		width: 100%;
	}
	.modal-columns .col:last-child{
		margin-top: 20px;
	}
	.store-promos .block-title, .store-products .block-title, .modal-columns .block-title, .product-title{
		font-size: 17px;
	}
	.product-spec .title, .product-desc .title{
		font-size: 17px;
	}
	.product-desc,
	.product-spec{
		margin-top: 20px;
	}
	.store-promos .block-title, .store-products .block-title, .modal-columns .block-title{
		min-height:0;
	}
	.product-title .price{
		display: inline-block;
	}
	.footer-menu ul{
		margin-bottom: 8px;
	}
	.footer-menu ul li{
		font-size: 11px;
		margin-bottom: 10px;
	}
	.col.footer-menu{
		flex-wrap: wrap;
	}
	.footer-logo{
		width: 121px;
		min-width:121px;
		font-size: 14px;
	}
	.footer-logo span{
		font-size: 48px;
	}
	.footer-menu .btn-border{
		margin: 0 0 9px;
		height: 30px;
	}
	.footer-menu .btn-border svg{
		width: auto;
	}
	.footer .social.visible-mob{
		margin: 0 0 9px;
		display: flex;
		align-items: center;
	}
	.footer .social a{
		margin-right: 0;
		margin-left: 15px;
	}
	.col.footer-menu{
		margin-left: 15px;
	}
	.dev, .copyright{
		width: auto;
	}
	.floors:after{
		height: 15px;
		bottom: 100%;
	}
	.floors-nav{
		top: 23.7%;
	}
	#plan{
		margin-top: -110px;
		padding-top: 110px;
	}

	.plan-wrap .search{
		top: 13.5%;
	}
	.store-plan .title{
		font-size: 17px;
		margin-bottom: 35px;
	}
	.product-images{
		padding: 0;
	}
	.product-images .slick-arrow{
		display: none !important;
	}
	.product-title .old{
		font-size: inherit;
	}
	.product-title .precent{
		font-size: 10px;
	}
	.products-list .item .price .precent{
		height: 15px;
		font-size: 8px;
	}
	.medium .modal-columns .col:first-child{
		width: 100%;
	}
	.modal .form-wrap .input-wrap{
		width: 150px;
	}
	.modal .form-wrap .btn{
		width: 148px;
	}
	.store-plan{
		margin-top: 23px;
	}
	.store-info .slogo{
		margin-right: 14px;
	}
	.store-info .address{
		margin-right: 20px;
	}
	.medium .modal-columns .col:last-child{
		margin-left: 0;
		max-width: 100%;
	}
	.footer-menu ul li+li{
		margin-left: 36px;
	}
	.footer-menu ul li.sep{
		width: 100%;
		height: 0;
	}
	.footer-menu ul li:nth-child(5){
		margin-left: 0;
	}
	.footer-menu ul li.sep:before,
	.footer-menu ul li:nth-child(5):before{
		display: none;
	}
	.thanks-title{
		font-size: 21px;
	}
	.thanks-subtitle{
		font-size: 12px;
	}
	.thanks-image .btn{
		top: 5px;
		left: 5px;
		width: 70px;
	}
	body{
		min-width: 375px;
	}
	.news-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.news-list .col{
		width: calc(50% - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.news-list .item{
		width: 100%;
		margin: 0 0 16px;
	}
	.news-list .item.half{
		width: calc(50% - 16px)
	}
	.section-callback .btns{
		width: auto;
	}
	.section-callback .btns:last-child .btn:last-child{
		margin-left: 0px;
	}
}

.mob-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 375px;
	max-width: 100%;
	background: #212748;
	color: #fff;
	z-index: 99;
	height: 100vh;
	overflow-y: auto;
	padding: 0 15px 30px;
	transform: translateX(100%);
	transition:transform .7s ease;
	will-change: transform
}
@media screen and (max-width: 767px) {
	.mob-menu{
		width: 100%;
	}

}
@media all and (max-width: 767px) {
	.news-list .item.half{
		width: 100% !important;
	}
}
.mob-menu.active{
	transform: translateX(0);
}
.menu-header{
	margin-right: -15px;
	margin-left: -15px;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(/local/templates/main/assets/css/../img/mob-menu-logo-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 70px;
	margin-bottom: 20px;
}
.mob-menu-logo{
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.mob-menu-logo span{
	font-size: 31px;
}
.close-menu{
	border: none;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
	width: 35px;
	height: 35px;
	border-radius: 20px;
}
.close-menu:hover path{
	stroke:#FF8000;
}
.mob-nav{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px; 
}
.mob-nav li{
	font-weight: 600;
	font-size: 16px;
	line-height: 260%;
}
.mob-menu .btn-border{
	font-weight: 600;
	font-size: 11px;
	line-height: 140%;
	display: inline-flex;
	align-items: center;
	padding:  0 15px;
	border: 2px solid #fff;
	border-radius: 20px;
	height: 37px;
	margin-bottom: 17px;
}
.mob-menu .btn-border svg{
	max-width: 14px;
	max-height: 14px;
	margin-right: 10px;
}
.mob-menu .social{
	margin: 0 0 17px;
}
.mob-menu .social a{
	margin-right: 17px;
}
.mob-menu .btn-orange{
	font-weight: 600;
	font-size: 11px;
	line-height: 130%;
	height: 37px;
	letter-spacing: 0.03em;
	padding: 0 11px;
	white-space: nowrap;
}
.mob-menu .btn-orange svg{
	height: 12px;
	width: auto;
	margin-right: 6px;
}

svg text{
	font-family: Poppins, sans-serif;
}
.store-area{
	cursor: pointer;
}
.store-area path{
}
.modal .store-plan-image svg{
	pointer-events: none;
}
.store-area.active path,
.store-area:hover path{
	opacity: 0.5;
}
.store-area.active text,
.store-area:hover text{
	/*fill: #fff*/
}
.store-plan-image{
	position: relative;
}
.store-plan-image svg{
	width: 100%;
	height: auto;
}
.store-plan-image:after{
	content: '';
	display: block;
	position: absolute;
	height: 35px;
	width: 20px;
	background-image: url(/local/templates/main/assets/css/../img/floor-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	margin-top: -35px;
	left: 40%;
}

.show-more-cat{
	float: right;
	border: 2px solid #000000;
	background: transparent;
	width: 149px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	border-radius: 15px;
	padding: 0;
	color: #000;
}
.show-more-cat svg{
	margin-left: 5px;
}
.show-more-cat.active svg{
	transform: rotate(180deg);
}

#modalThanx .modal-box{
	width: 685px;
}
#modalThanx .modal-body{
	height: 500px;
	position: relative;
	z-index: 1;
}
#modalThanx .inner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#modalThanx .inner .t-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
	color: #FF8000;
}
#modalThanx .inner p{
	font-size: 18px;
	line-height: 170%;
	margin: 0 0 36px;
	position: relative;
	z-index: 2;
}
#modalThanx .inner .btn-close{
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	background: #FF8000;
	color: #fff;
	width: 126px;
	height: 52px;
	border-radius: 26px;
	cursor: pointer;
	position: relative;
	z-index: 2;

}
#modalThanx .inner .btn-close:hover{
	background: #d36a00;
}
.store-area.modal-trigger:hover tspan {
    fill: #FF8000;
}
@media screen and (max-width: 767px){
	.show-more-cat{
		width: 119px;
		font-size: 11px;
		margin-top: -4px;
	}
	.stores-types{
		max-width: calc(100% - 120px)
	}
	#modalThanx .inner p{
		font-size: 15px;
		line-height: 22px;
	}
}
path[opacity="0.1"] {
  opacity: 0 !important;
}

.product-images .slider-for .item img {
    width: 100%;
}

/* custom */
@media screen and (max-width: 768px) {
	.news-list .item{
		padding-bottom: 70%;
	}
}

@media screen and (max-width: 768px) {
	.news-list .item{
		padding-bottom: 70%;
	}
}

@media screen and (max-width: 1199px) {
	.news-list .item{
		padding-bottom: 70%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
	.news-list .item{
       height: 350px;
	}
}
.news-list .item.half {
    // height: 180px;
}
@media screen and (min-width: 1600px) {
	.news-list .item.half {
       height: 250px;
	}
}
@media screen and (max-width: 1199px) { 
	.main-slider .item img {
       height: 480px;
	}
}
@media screen and (max-width: 768px){
	.main-slider .item img {
       height: auto;
	}
}
@media screen and (min-width: 1600px) {
	.stores-list .item:hover .thumb:before {
       transform: translateY(100px);
	}
}
/* End */
/* /local/templates/main/assets/css/normalize.css?17429719927546 */
/* /local/templates/main/assets/css/slick.css?17429719921836 */
/* /local/templates/main/assets/css/jquery.fancybox.min.css?174297199212795 */
/* /local/templates/main/assets/css/styles.css?174297199257388 */
