

/* Start:/local/templates/sofia/css/normalize.css?16699691076281*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:focus {outline: none !important;}
/* End */


/* Start:/local/templates/sofia/css/select2.min.css?166996910715090*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/sofia/css/lightgallery.min.css?166996910717290*/
.lg-outer{text-align: left;}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(/local/templates/sofia/css/../fonts/lg.eot?n1z373);src:url(/local/templates/sofia/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/local/templates/sofia/css/../fonts/lg.woff?n1z373) format("woff"),url(/local/templates/sofia/css/../fonts/lg.ttf?n1z373) format("truetype"),url(/local/templates/sofia/css/../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/local/templates/sofia/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/local/templates/sofia/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/local/templates/sofia/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/local/templates/sofia/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/local/templates/sofia/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/local/templates/sofia/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index: 1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/local/templates/sofia/css/template.css?169778902251351*/
@font-face {
    font-family: 'Golos';
    src: url('/local/templates/sofia/fonts/Golos/GolosText-Regular.woff2') format('woff2'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Regular.woff') format('woff'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('/local/templates/sofia/fonts/Golos/GolosText-Medium.woff2') format('woff2'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Medium.woff') format('woff'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('/local/templates/sofia/fonts/Golos/GolosText-Bold.woff2') format('woff2'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Bold.woff') format('woff'),
         url('/local/templates/sofia/fonts/Golos/GolosText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Moniqa';
    src: url('/local/templates/sofia/fonts/Moniqa/Moniqa-Bold.ttf') format('truetype'),
    	 url('/local/templates/sofia/fonts/Moniqa/Moniqa-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('/local/templates/sofia/fonts/BebasNeue/BebasNeueRegular.eot'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueRegular.woff2') format('woff2'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueRegular.woff') format('woff'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('/local/templates/sofia/fonts/BebasNeue/BebasNeueBold.eot'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueBold.woff2') format('woff2'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueBold.woff') format('woff'),
         url('/local/templates/sofia/fonts/BebasNeue/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Mont';
    src: url('/local/templates/sofia/fonts/Mont/Mont-Regular.woff2') format('woff2'),
    url('/local/templates/sofia/fonts/Mont/Mont-Regular.ttf') format('truetype');
    font-style: normal;
}

html, body {
	height: 100%;
	font-size: 20px;
	color: #000;
	font-family: 'Golos', sans-serif;
	font-weight: 400;
    font-style: normal;
}
.wrapper {
	/*min-height: 100%;*/
	padding-top: 100px;
}



/* Base */
.container {
	min-width: 940px;
	margin: 0 auto;
	padding: 0 30px;
}
.container--fluid {
	padding: 0;
}
@media (min-width:1280px){
	.container {
		width: 100%;
	}
	.container--fluid {
	padding: 0;
}
}
@media (min-width:1440px){
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.container--fluid {
	padding: 0;
}
}
@media (min-width:1650px){
	.container {
		width: 100%;
		padding: 0 120px;
	}
	.container--fluid {
		padding: 0;
	}
}

a {
	color: #AB2328;
	text-decoration: none;
	transition: all linear 0.2s;
}
a:hover, a:focus {
	color: #d92b31;
}
.link {
	font-family: 'Golos';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.link--white {
	color: #FFF;
}
.btn {
	display: inline-block;
	padding: 10px 20px 7px;
	background: #AB2328;
	border-radius: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover, .btn:focus {
	background: #d92b31;
	color: #FFF;
}


/* Title */
h1, .h1 {
	font-family: 'Bebas Neue';
	font-weight: bold;
	font-size: 46px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 60px;
	margin-top: 0;
}

h1:not([class]){
	font-family: 'Golos';
}

.h1--mb {
	margin-bottom: 30px;
}

.s-content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 25px;
}
p {
	margin-top: 0;
}

.s-content ul {
	padding-left: 10px;
	margin: 0;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	list-style-type: none;
}
.s-content ul li {
	position: relative;
	padding-left: 15px;
}
.s-content ul li:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}
.s-content table {
	width: 100%;
}
.s-content table th {
	padding: 20px 30px;
	text-align: left;
	background: #F4F3F5;
	border-bottom: 1px solid #C8C5D0;
	font-size: 16px;
	font-weight: bold;
	color: #A7A3BA;
	text-transform: uppercase;
}
.s-content table td {
	padding: 20px 10px 20px 0;
	border-bottom: 1px solid #C8C5D0;
	font-size: 20px;
}

.table td {
	border-bottom: none !important;
	padding: 15px 30px !important;
}

.radio {
	display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.radio input {
	display: none;
}
.radio__text {
	display: block;
	position: relative;
	width: 100%;
	padding-right: 30px;
}
.radio__text:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #F4F3F5;
	border-radius: 8px;
}
.radio__text:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
	background: #AB2328;
	border-radius: 6px;
	opacity: 0;
	transition: opacity linear0.2s;
}
.radio input:checked ~ .radio__text:after {
	opacity: 1;
}


.counter {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 45px;
	padding: 0 50px;
	background: #FFF;
	border: 1px solid #C8C5D0;
	border-radius: 14px;
}
.counter__minus, .counter__plus {
	position: absolute;
	top: 0;
	width: 50px;
	height: 45px;
	color: #AB2328;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.counter__minus {
	left: 0;
	border-radius: 14px 0 0 14px;
}
.counter__plus {
	right: 0;
	border-radius: 0 14px 14px 0;
}
.counter__value {
	display: block;
	width: 50px;
	height: 43px;
	border: 0 none;
	font-size: 20px;
	color: #000;
	text-align: center;
}



/* Top */
.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	padding: 25px 50px 0;
	background: #FFF;
	z-index: 10;
}
.top .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
.top__catalog-link {
	margin-right: 40px;
}
.top__catalog-link:hover{
	cursor: pointer;
}
.top--main .top__catalog-link {
	visibility: hidden;
	width: 0;
	margin-right: 0;
}
.top--main.top--scroll .top__catalog-link {
	visibility: visible;
	width: auto;
	margin-right: 10px;
}
.top__left {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__right {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__icons {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__icons a {
	margin-left: 70px;
}
.top__phone {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-left: 55px;
	font-weight: 500;
}
.top__phone img {
	margin-right: 20px;
}
.top__menu {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.top__menu-item {
	margin-right: 47px;
	color: #000;
}
.top__menu-item.selected{
	color: #d92b31;
}
.top__menu-item:last-child {
	margin-right: 0;
}
.top__icons-text {
	display: none;
}

.top__catalog {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #F4F3F5;
	padding: 55px 0;
}
.top__catalog--open {
	display: block;
}
.top__catalog-close {
	position: absolute;
	right: 50px;
	top: 60px;
}
.top__catalog-close img {
	transition: transform linear 0.2s;
}
.top__catalog-close:hover img {
	transform: rotate(90deg);
}
.top__catalog .container {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.top__catalog-col {
	max-width: 25%;
	min-width: 25%;
}
.top__catalog-header {
	font-family: 'Bebas Neue';
	font-size: 46px;
	line-height: 48px;
	text-transform: uppercase;
	color: #7C7792;
}
.top__catalog-col-item {
	margin-bottom: 30px;
}
.top__catalog-col .top__catalog-col-item:last-child {
	margin-bottom: 0;
}
.top__catalog-col-link {
	text-transform: uppercase;
	color: #7C7792;
	font-weight: bold;
}
.top__catalog-col-link:hover {
	color: #AB2328;
}
.top__catalog-col-link.selected{
	color: #AB2328;
}
.top--scroll {
	border-bottom: 1px solid #F4F3F5;
}

.top__catalog-icons {
	position: absolute;
	top: 200px;
	right: 0;
	background: #F4F3F5;
	width: 84px;
	padding: 15px;
	transition: all linear 0.2s;
	overflow: hidden;
	z-index: 10
}
.top__catalog-icons a {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	padding: 15px;
	margin-left: 0;
	width: 100%;
}
.top__catalog-icons:hover {
	width: 200px;
}
.top__catalog-icons:hover .top__icons-text {
	display: block;
	font-size: 14px;
	color: #7C7792;
	margin-right: 24px;
	text-transform: uppercase;
	transition-delay: 0.2s;
}
.top__catalog-icons:hover a {
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.top__catalog-icons-icon {
	max-width: 24px;
	min-width: 24px;
	text-align: center;
}

.top__logo {
	position: relative;
}
/*.top__logo:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 340px;
	width: 32px;
	height: 20px;
	background-image: url(/local/templates/sofia/img/flag.png);
}*/

.top__icons a:not(.top__icons-cart):hover svg path {
	fill: #AB2328;
}
.top__icons a:hover .top__icons-text {
	color: #AB2328;
}

@media(max-width: 1860px) {
	.top {
		padding: 25px;
	}
	.top__menu-item {
		margin-right: 40px;
	}
}
@media(max-width: 1700px) {
	.top__icons a {
		margin-left: 50px;
	}
	.top__catalog-icons a {
		margin-left: 0;
	}
	.top__catalog-link {
		margin-right: 30px;
	}
	.top__menu-item {
		margin-right: 30px;
	}
	.top__phone {
		margin-left: 30px;
	}
	.top__phone img {
		margin-right: 10px;
	}
}

/* Footer */
.footer {
	background: #FFF;
	padding-top: 120px;
}
.footer__cols {
	display: flex;
	margin: 0 -30px 60px;
}
.footer__col {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 25%;
	min-width: 25%;
	padding: 0 30px;
}
.footer__btn {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 100%;
	height: 137px;
	background: #F4F3F5;
	padding: 0 50px 0 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB2328;
}
.footer__btn--red {
	background: #AB2328;
	color: #FFF;
}
.footer__btn--red img {
	filter: brightness(0) invert(1);
}
.footer__btn--red:hover {
	color: #FFF;
}
.footer__col-in {
	padding-left: 60px;
	margin-bottom: 60px;
}
.footer__address {
	line-height: 26px;
	margin-bottom: 20px;
}
.footer__address span {
	display: block;
	margin-bottom: 5px;
}
.footer__menu {
	padding-left: 60px;
}
.footer__menu-item {
	margin-bottom: 20px;
}
.footer__menu-link {
	color: #000;
}
.footer__col:last-child .footer__menu {
	padding-left: 0;
}

.footer__text-wrap {
	display: flex;
}
.footer__text {
	max-width: 75%;
	min-width: 75%;
	padding-left: 50px;
	font-size: 16px;
	line-height: 23px;
	color: #7C7792;
}
.footer__soc {
	max-width: 25%;
	min-width: 25%;
	padding-left: 50px;
	font-size: 0;
}
.footer__soc-link {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 40px;
	border-radius: 13px;
	margin-right: 10px;
}
.footer__soc-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.footer__line2 {
	margin-top: 60px;
	background: #F4F3F5;
	padding: 35px 0;
}
.footer__line2 .container {
	display: flex;
}
.footer__cp {
	max-width: 25%;
	min-width: 25%;
	padding-left: 60px;
	font-size: 16px;
	line-height: 23px;
	color: #7C7792;
}
.footer__oferta{
	max-width: 50%;
    min-width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
    color: #7C7792;
}
.footer__netkam {
	max-width: 25%;
	min-width: 25%;
	padding-left: 50px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 16px;
	color: #7C7792;
}
.footer__netkam img {
	margin-right: 15px;
}

/*@media(max-width: 1440px) {
	.footer__cols {
		margin: 0 -15px 60px;
	}
	.footer__col-in {
		padding-left: 0;
	}
	.footer__menu {
		padding-left: 0;
	}
	.footer__col {
		padding: 0 15px;
	}
	.footer__text {
		padding-left: 0;
	}
	.footer__soc {
		text-align: right;
		padding-left: 0px;
	}
	.footer__soc-link {
		max-width: 45px;
		min-width: 45px;
		margin-right: 0;
		margin-left: 10px;
	}
	.footer__cp {
		padding-left: 0;
	}
	.footer__netkam {
		padding-left: 30px;
	}
	.footer__btn {
		padding: 0 30px;
	}
}*/


/* Write */
.write {
	background: #F4F3F5;
	margin-top: 60px;
}
.write .container {
	display: flex;
}
.write__left, .write__right {
	position: relative;
	max-width: 50%;
	min-width: 50%;
	padding: 120px 0;
	height: 990px;
}
.write__left img {
	position: absolute;
	bottom: 0;
	right: 30%;
}
.write__right {
	padding: 0;
	padding-top: 320px;
}
.write__right img {
	position: absolute;
	top: 0;
	left: 0;
}
.write__header {
	font-family: 'Bebas Neue';
	font-size: 120px;
	line-height: 125px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.write__text {
	font-family: 'Mont';
	max-width: 50%;
	padding-left: 60px;
	font-size: 20px;
	line-height: 30px;
}
.write__text--left {
	padding-left: 0 !important;
	margin-bottom: 40px;
}
.write__cart {
	position: relative;
	padding: 30px;
	background: #FFF;
	width: 50%;
}
.write__cart-icon {
	position: absolute;
	top: 30px;
	right: 30px !important;
	width: 19px;
	height: 19px;
	background: #A7A3BA;
	border-radius: 50%;
}
.write__cart-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(180deg);
}
.write__cart-sum {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
}
.write__cart-text {
	font-size: 16px;
}
.write--mt {
	margin-top: 0;
}


/* Form */
.form__header {
	font-size: 20px;
	color: #7C7792;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 60px;
	text-align: center;
}
.form__fields {
	margin-bottom: 90px;
	text-align: center;
}
.form__field {
	margin-bottom: 20px;
}
.form__inp {
	width: 100%;
	border: none;
	border-bottom: 1px solid #C8C5D0;
	background: none;
	text-align: center;
	padding: 20px 60px;
}
textarea.form__inp{
	resize: none
}
.form__field .js-select {
	margin-top: 40px;
}

.js-select .select2-container {
	width: 100% !important;
}
.js-select .select2-container--default .select2-selection--single {
	background: none;
	border: none;
	border-bottom: 1px solid #C8C5D0;
	border-radius: 0;
}
.js-select .select2-container .select2-selection--single {
	height: 40px;
}
.js-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7C7792;
	padding-bottom: 20px;
}
.js-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
	background-image: url(/local/templates/sofia/img/icons/arrow-bottom.svg);
}

.js-select.js-select--allow .select2-container .select2-selection--single {
	height: 45px;
}
.js-select.js-select--allow .select2-container--default .select2-selection--single {
	border: 1px dashed #C8C5D0;
	border-radius: 14px;
}
.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	color: #000;
	padding-bottom: 0;
}
.js-select.js-select--allow .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	padding-right: 25px;
}
.js-select.js-select--allow .select2-selection__placeholder {
	color: #AB2328;
}


.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow,
.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
	background-image: none !important;
}
.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 5px;
	right: 2px;
	bottom: 5px;
	height: auto;
	width: 23px;
	line-height: 37px;
}
.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static;
}
.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: '+';
	color: #AB2328;
}
.js-select.js-select--allow .select2-selection__clear {
	float: none;
	position: absolute;
	top: 5px;
	right: 9px;
	bottom: 5px;
	width: 23px;
	background: #FFF;
	text-align: center;
	color: #AB2328;
	z-index: 2;
	line-height: 37px;
}


.js-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/sofia/img/icons/arrow-bottom.svg);
}

.select2-results {
	font-size: 16px;
}

.form .switcher-wrap {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 60px;
	text-align: left;
}
.switcher {
	display: inline-block;
	width: 30px;
	height: 10px;
	background: #C4C4C4;
	border-radius: 100px;
	cursor: pointer;
}
.switcher__content {
	display: block;
	position: relative;
	height: 10px;
	border-radius: 20px;
	-webkit-transition: background linear 0.2s;
  			transition: background linear 0.2s;
}
.switcher input {
	display: none;
}
.switcher input:checked ~ .switcher__content {
	background: #AB2328;
}
.switcher input:checked ~ .switcher__content .switcher__on {
	left: 50%;
}
.switcher__on {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 18px;
	height: 18px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	transition-property: left, color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}
.switcher__text {
	margin-left: 30px;
	font-size: 16px;
}
.form button {
	margin-left: 60px;
	background: none;
	border: none;
	color: #AB2328;
	cursor: pointer;
}

/*@media(max-width: 1440px) {
	.write__text {
		padding-left: 30px;
		max-width: 60%;
	}
	.write__header {
		font-size: 100px;
		line-height: 104px;
	}
}
@media(max-width: 1280px) {
	.write__left img {
		right: 0;
	}
	.write__text {
		max-width: 100%;
	}
}*/

.header-slider {
	padding: 60px 0;
	background: #F4F3F5;
	margin-bottom: 60px;
}
.header-slider .container {
	display: flex !important;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.header-slider__info {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 35%;
	min-width: 35%;
}
.header-slider__info-in {
	font-family: 'Mont';
}
.header-slider__info-in p {
	width: 50%;
}
.header-slider__in {
	position: relative;
	max-width: 49%;
	min-width: 49%;
	height: 580px;
}
.header-slide {
	width: 100%;
	height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-slider__in .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: inline-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	font-size: 0;
	list-style-type: none;
	padding-left: 0;
}
.header-slider__in .slick-dots li {
	max-width: 10px;
	min-width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFF;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.3;
}
.header-slider__in .slick-dots li button {
	display: none;
}
.header-slider__in .slick-dots .slick-active {
	background: #FFF;
	opacity: 1;
}
/*@media(max-width: 1440px) {
	.header-slider__info-in p {
		width: 90%;
	}
}*/

.header__in {
	position: relative;
	height: 640px;
	margin-bottom: 120px;
	text-align: center;
	color: #FFF;
	padding: 120px 0 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header__in:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.header__title {
	font-family: 'Bebas Neue';
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 120px;
	line-height: 125px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.header__text {
	font-family: 'Mont';
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 50%;
	margin: 0 25%;
	font-size: 20px;
	line-height: 30px;
}
.header__link {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-top: 120px;
}
.header-block {
	padding-top: 60px;
	margin-bottom: 60px;
	background: #F4F3F5;
}
.header-block__links {
	display: flex;
}
.header-block__link {
	margin-right: 40px;
	padding: 0 40px 40px 0px;
	font-size: 16px;
	color: #7C7792;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.header-block__link--active {
	color: #AB2328;
	border-bottom: 1px solid #AB2328;
}




/* Top slider */
.slider {
	position: relative;
}
.slider__slide-in {
	display: flex;
	padding: 60px 0;
}
.slider__left {
	display: flex;
	flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 25%;
	min-width: 25%;
	padding-right: 30px;
}
.slider__right {
	position: relative;
	max-width: 75%;
	min-width: 75%;
	height: 640px;
	padding-left: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider__right-img {
	position: absolute;
	top: -60px;
	left: -40px;
}
.slider__right-in {
	position: absolute;
	left: 30px;
	top: 0;
	right: 0;
	bottom: 0;
}
.slider__left-catalog {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;	
}
.slider__left-catalog img {
	margin-right: 35px;
}
.slider__left-text {
	width: 75%;
	margin-bottom: 40px;
	line-height: 26px;
}
.slider .slick-dots {
	position: absolute;
	bottom: 250px;
	left: 0;
	display: inline-flex;
	font-size: 0;
	list-style-type: none;
	padding-left: 0;
}
.slider .slick-dots li {
	max-width: 10px;
	min-width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #F4F3F5;
	margin-right: 10px;
	cursor: pointer;
}
.slider .slick-dots li button {
	display: none;
}
.slider .slick-dots .slick-active {
	background: #AB2328;
}
.text-block {
	margin-bottom: 150px;
}
.text-block .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.text-block__left {
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	max-width: 25%;
	min-width: 25%;
	padding-right: 30px;
}
.text-block__right {
	max-width: 75%;
	min-width: 75%;
	padding-left: 30px;
}
.text-block__right img {
	max-width: 100%;
	margin-bottom: 106px;
}
.text-block__text {
	width: 65%;
	line-height: 150%;
	margin-bottom: 77px;
}
/* Good */
.goods {
	margin-bottom: 60px;
}
.goods__list {
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}

.good {
	max-width: 25%;
	min-width: 25%;
	padding: 60px 60px 0;
	margin-bottom: 60px;
}
.good__img {
	position: relative;
	height: 400px;
	transition: all linear 0.3s;
	text-align: center;
}
.good__img img {
	max-height: 100%;
}
.good__favorite {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}
.good__favorite:hover svg path {
	fill: #AB2328;
}
.good__compare {
	position: absolute;
	top: 45px;
	right: -2px;
	visibility: hidden;
}
.good__compare:hover svg path {
	fill: #AB2328;
}
.good__buy-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.1s;
	transition all linear 0.2s;
}
.good__buy {
	position: relative;
	max-width: 70px;
	min-width: 70px;
	height: 45px;
	background: #AB2328;
	border-radius: 14px;
}
.good__buy img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	filter: brightness(0) invert(1);
}
.good__cat {
	font-size: 14px;
	text-transform: uppercase;
	color: #7C7792;
	margin-bottom: 10px;
}
.good__name {
	text-transform: uppercase;
	color: #000;
}
.good__price {
	margin-top: 10px;
	font-weight: bold;
}
.good:hover .good__img {
	height: 365px;
	margin-bottom: 35px;
}
.good:hover .good__favorite, .good:hover .good__compare {
	visibility: visible;
}
.good:hover .good__buy-wrap {
	visibility: visible;
	opacity: 1;
}

.good-photo {
	position: relative;
	max-width: 50%;
	min-width: 50%;
	padding-right: 30px;
	color: #FFF !important;
	margin-bottom: 60px;
	height: 640px;
}
.good-photo__in {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.good-photo__in:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.good-photo__info {
	width: 40%;
	position: absolute;
	bottom: 60px;
	right: 60px;
	z-index: 2;
}
.good-photo__info--left {
	left: 60px;
	right: auto;
}
.good-photo__text {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.good-photo__name {
	font-family: 'Bebas Neue';
	font-size: 46px;
	text-transform: uppercase;
}
.good-item {
	display: flex;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	padding: 0 30px;
	margin-bottom: 60px;
}
.good-item__film {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	height: 160px;
	background: #A7A3BA;
	padding: 30px;
}
.good-item__film-text {
	width: 55%;
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
.good-text {
	max-width: 50%;
	min-width: 50%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.good-text__title {
	font-family: 'Bebas Neue';
	font-size: 120px;
	line-height: 125px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.good-text__in {
	display: flex;
	align-items: flex-end;
}
.good-text__text {
	max-width: 50%;
	min-width: 50%;
	margin-right: 60px;
	line-height: 30px;
}
.good--catalog .good__img {
	display: inline-block;
	height: 400px !important;
	margin-bottom: 100px !important;
}
.good--catalog .link {
	display: inline-block;
	margin-bottom: 35px;
}
.good__img-stock {
	position: absolute;
	bottom: -50px;
	left: 0;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px 5px;
	background: #327B48;
	border-radius: 8px;
	transition: all linear 0.2s;
}
.good:hover .good__img-stock {
	opacity: 0;
}
/* Pluses */
.pluses {
	padding: 120px 0 110px;
	background: #F4F3F5;
	margin-bottom: 60px;
}
.pluses__cols {
	display: flex;
}
.pluses__col {
	max-width: 25%;
	min-width: 25%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.pluses__col--2 {
	max-width: 50%;
	min-width: 50%;
}
.pluses__header {
	font-family: 'Bebas Neue';
	font-size: 46px;
	line-height: 48px;
	text-transform: uppercase;
	color: #7C7792;
	margin-bottom: 30px;
}
.pluses__item {
	display: flex;
	margin-bottom: 60px;
}
.pluses__col .pluses__item:last-child {
	margin-bottom: 0;
}
.pluses__item-num {
	font-family: 'Bebas Neue';
	max-width: 46px;
	min-width: 46px;
	height: 46px;
	margin-right: 14px;
	text-align: center;
	font-size: 40px;
	color: #A7A3BA;
	line-height: 30px;
	background-image: url(/local/templates/sofia/img/star.png);
}
.pluses__item-name {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.pluses__item-text {
	line-height: 26px;
}
.pluses__col--2 .pluses__item {
	width: 50%;
}
.pluses__team {
	padding: 60px 60px 30px;
	background: #36363A;
}
.pluses__team-photos {
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	margin-bottom: 35px;
}
.pluses__team-photo {
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-left: 20px;
}
.pluses__team-line {
	display: flex;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.pluses__team-item {
	margin-bottom: 0;
}
.pluses__team-item .pluses__item-name {
	margin-bottom: 0;
	color: #C8C5D0;
}
.pluses__link {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
/* Path */
.path {
	border-bottom: 1px solid #C8C5D0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 60px;
}
.path--mb {
	margin-bottom: 0;
}
.path .container {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	height: 60px;
}
.path a {
	color: #7C7792;
}
.path__sep {
	margin: 0 7px;
}
/*Serirs*/
.series__list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -30px;
}
.series__item {
	max-width: 16.6%;
	min-width: 16.6%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.series__item--2 {
	max-width: 33.2%;
	min-width: 33.2%;
}
.series__item-bg-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.series__item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform linear 0.3s;
}
.series__item-bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.series__item-bg--color:after {
	content: none;
}
.series__item:hover .series__item-bg {
	transform: scale(1.1);
}
.series__item-name {
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
	z-index: 2;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
@media(max-width: 1800px) {
	.series__item-name {
		font-size: 16px;
	}
}
/* Cols */
.cols__list {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.lcol {
	max-width: 25%;
	min-width: 25%;
	padding-right: 30px;
}
.rcol {
	max-width: 75%;
	min-width: 75%;
	padding-left: 30px;
}
.search {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.search__inp {
	width: 100%;
	height: 64px;
	padding: 0 30px 0 60px;
	background: #F4F3F5;
	border: none;
	border-bottom: 1px solid #C8C5D0;
}
.search__btn {
	position: absolute;
	top: 19px;
	left: 15px;
	background: none;
	border: none;
}
.lcol__menu-item {
	margin-bottom: 30px;
}
.lcol__menu-link {
	font-weight: bold;
	color: #7C7792;
	text-transform: uppercase;
}
.lcol__menu-link:hover {
	color: #AB2328;
}
.rcol__text {
	width: 60%;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}
.lcol__article {
	display: block;
	padding: 40px 30px;
	background-image: url(/local/templates/sofia/img/article.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 30px;
}
.lcol__article-name {
	display: block;
	width: 50%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}
.lcol__article-type {
	display: inline-block;
	margin-top: 20px;
}
.lcol__info {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	width: 90%;
	font-size: 16px;
	font-weight: bold;
	color: #7C7792;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.lcol__info img {
	margin-right: 40px;
}
/* Catalog */
.catalog-series__title {
	font-family: 'Bebas Neue';
	margin-bottom: 60px;
	font-size: 120px;
	line-height: 125px;
	font-weight: bold;
	text-transform: uppercase;
}
.catalog-series__line {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.catalog-series__line .good {
	max-width: 33.3%;
	min-width: 33.3%;
}
.catalog-series__serie {
	max-width: 33.3%;
	min-width: 33.3%;
	padding-top: 60px;
	padding-right: 30px;
}
.catalog-series__serie-in {
	display: block;
	position: relative;
	height: 125px;
	padding: 40px 30px;
	background: #A7A3BA;
}
.catalog-series__serie-text {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #FFF;
	text-transform: uppercase;
}
.catalog-series__serie-in img {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.catalog-filter {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 30px;
}
.catalog-filter h1, .catalog-filter .h1 {
	margin-bottom: 0;
}
.catalog-filter__right {
	display: flex;
	align-items: center;
}
.catalog-filter .js-select {
	width: 260px;
}
.js-select.js-select--s .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	padding-bottom: 10px;
	font-size: 16px;
}
.js-select.js-select--s .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}
.catalog-filter .switcher-wrap {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-right: 60px;
}
.catalog-filter .switcher-wrap .switcher input:checked ~ .switcher__content {
	background: #327B48;
}
.catalog-filter .switcher__text {
	color: #000;
}
.switcher__on {
	border: 1px solid #C8C5D0;
}
@media(max-width: 1680px) {
	.catalog-filter__right {
		padding-right: 60px;
	}
}
.filter__item {
	padding-top: 20px;
	border-top: 1px solid #C8C5D0;
}
.filter__item-header {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7C7792;
	padding-bottom: 20px;
	cursor: pointer;
}
.filter__item-header:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 20px;
	height: 1px;
	background: #7C7792;
}
.filter__item-header:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 10px;
	height: 21px;
	width: 1px;
	background: #7C7792;
}
.filter__item-in {
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	transition: all linear 0.3s;
}
.filter__item--open .filter__item-in {
	height: auto;
	opacity: 1;
	padding-bottom: 10px;
}
.filter__item--open .filter__item-header:after {
	opacity: 0;
}
.filter__item-in .radio {
	display: block;
	width: 100%;
	padding: 8px 0;
	margin-bottom: 5px;
}
.filter__btns {
	border-top: 1px solid #C8C5D0;
	padding-top: 30px;
	text-align: center;
}
.filter__btns a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.filter__apply {
	color: #AB2328;
}
.filter__del {
	color: #7C7792;
}


/* Pagination */
.pagination {
	margin-top: 60px;
	font-size: 0;
}
.pagination__item {
	display: inline-block;
	padding: 17px 25px 18px;
	background: #F4F3F5;
	border: 1px solid #F4F3F5;
	border-radius: 14px;
	font-size: 20px;
	color: #7C7792;
	margin-right: 20px;
}
.pagination__item--active {
	background: #FFF;
	color: #000 !important;
	border: 1px solid #C8C5D0;
}

.map-block {
	height: 640px;
	margin-bottom: 120px;
}


/* Contacts */
.contacts {
	margin-bottom: 120px;
}
.contacts__list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -30px 80px -30px;
}
.contacts__item {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	max-width: 33.3%;
	min-width: 33.3%;
	padding: 0 30px;
	margin-bottom: 60px;
	line-height: 26px;
}
.contacts__item img {
	margin-right: 30px;
}
.contacts__item-title {
	font-size: 16px;
	font-weight: bold;
	color: #7C7792;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.content__item {
	margin-bottom: 100px;
}
.oficial {
	display: block;
	font-family: 'Bebas Neue';
	font-size: 120px;
	text-align: center;
	padding: 100px 0;
	background: #AB2328;
	color: #FFF !important;
}
.oficial__text {
	display: inline-block;
	width: 50%;
}
.serts {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -30px;
}
.serts__item {
	max-width: 33.3%;
	min-width: 33.3%;
	padding: 0 30px;
	margin-bottom: 30px;
}
.serts__item img {
	max-width: 100%;
}
.film {
	display: block;
	padding: 120px 0;
	background: #AB2328;
	color: #FFF !important;
	text-align: center;
}
.film img {
	margin-bottom: 60px;
}
.film__title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.film__text {
	display: inline-block;
	width: 50%;
	line-height: 30px;
}
/* Partnesr */
.partners {
	display: flex;
}
.partners__lcol {
	position: relative;
	max-width: 50%;
	min-width: 50%;
	padding: 120px 60px;
	background: #F4F3F5;
}
.partners__lcol-img {
	position: absolute;
	bottom: 0;
	right: -20px;
}
.partners__rcol {
	max-width: 50%;
	min-width: 50%;
	padding: 120px 60px;
	background: #AB2328;
	color: #FFF;
}
.partners__title {
	font-family: 'Bebas Neue';
	font-weight: bold;
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.partners__new {
	position: relative;
	padding-left: 60px;
	margin-bottom: 40px;
}
.partners__new:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 8px;
}
.partners__new:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: #AB2328;
	border-radius: 6px;
}
.partners__text {
	width: 45%;
	color: #7C7792;
	margin-bottom: 60px;
	line-height: 30px;
}
.partners__rcol .form__fields {
	text-align: left;
}
.partners__rcol .form__inp::placeholder {
	color: #FFF;
}
.partners__rcol .form__inp {
	text-align: left;
}
.partners__rcol .form__forget {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
	color: #FFF;
}
.partners__rcol .form__forget img {
	margin-right: 40px;
}
.partners__rcol .form button {
	color: #FFF;
}
.color-palette {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	font-size: 0;
}
.color-palette__item {
	max-width: 64px;
	min-width: 64px;
	height: 60px;
	border-radius: 14px;
	margin-right: 39px;
	margin-bottom: 30px;
}
/* Articles */
.articles {
	display: flex;
	margin: 0 -30px 120px;
}
.articles__item {
	max-width: 16.6%;
	min-width: 16.6%;
	padding: 0 30px;
}
.articles__item--l {
	max-width: 33.33%;
	min-width: 33.33%;
}
.articles__item-in {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.articles__item-in-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	transition: all linear 0.3s;
}
.articles__item-in-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.articles__item:hover .articles__item-in-img {
	transform: scale(1.05);
}
.articles__item-name {
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 30px;
	right: 30px;
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
}
/* Photos */
.photos {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -30px;
}
.photos__item {
	max-width: 33.3%;
	min-width: 33.3%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.photos__item-in {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	text-align: center;
	padding: 80px 80px 30px;
}
.photos__item-in-text {
	display: block;
	margin-top: 30px;
	color: #7C7792;
}
.photos__item-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all linear 0.3s;
}
.photos__item-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.photos__item:hover .photos__item-img {
	transform: scale(1.05);
}
.photos__item--full .photos__item-in {
	border: 1px solid #C8C5D0;
}
/* Profiles */
.profiles {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.profiles__item {
	max-width: 33.33%;
	min-width: 33.33%;
	padding: 0 30px;
}
.profiles__item-img {
	height: 200px;
	background-size: cover;
	margin-bottom: 40px;
}
.profiles__item-name {
	padding: 0 30px;
	color: #7C7792;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}
/* Cart */
.cart__cols {
	display: flex;
}
.cart__lcol {
	max-width: 75%;
	min-width: 75%;
	padding-right: 30px;
}
.cart__rcol {
	max-width: 25%;
	min-width: 25%;
	padding-left: 30px;
}
.cart__total {
	display: block;
	padding: 30px;
	margin-bottom: 30px;
	background: #F4F3F5;
}
.cart__total-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB2328;
	margin-bottom: 30px;
}
.cart__total-top-icon {
	position: relative;
	max-width: 19px;
	min-width: 19px;
	height: 19px;
	background: #A7A3BA;
	border-radius: 50%;
}
.cart__total-top-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cart__total-sum {
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
	color: #000;
	font-size: 30px;
}
.cart__total-text {
	font-size: 16px;
	color: #000;
}
.cart__article {
	display: block;
	padding: 60px 30px;
	background-image: url(/local/templates/sofia/img/article.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 30px;
}
.cart__article-name {
	display: block;
	width: 50%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}
.cart__table {
	height: 1px;
	width: 100%;
	vertical-align: top;
}
.cart__table th {
	padding: 20px 30px;
	background: #F4F3F5;
	font-size: 16px;
	font-weight: bold;
	color: #A7A3BA;
	text-transform: uppercase;
	text-align: left;
}
.cart__table-img {
	position: relative;
	width: 31%;
	padding: 30px;
	border-bottom: 1px solid #C8C5D0;
}
.cart__table-img img {
	max-width: 100%;
}
.cart__table-del {
	position: absolute;
	top: 30px;
	right: 3px;
}
.cart__table-buy {
	width: 31%;
	padding: 30px;
	vertical-align: top;
	border-bottom: 1px solid #C8C5D0;
}
.cart__table-buy-counter {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.cart__table-buy-sep {
	margin: 0 10px;
}
.cart__table-buy-price {
	font-family: 'Mont';
	white-space: nowrap;
}
.cart__table-buy-total {
	font-size: 30px;
	font-weight: bold;
}
.cart__table-info {
	height: 100%;
	padding: 30px;
	vertical-align: top;
	border-bottom: 1px solid #C8C5D0;
}
.cart__table-info-in {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.cart__table-info .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart__table-info-items {
	font-size: 16px;
}
.cart__table-info-name {
	color: #7C7792;
	margin-bottom: 25px;
}
.cart__table-info-text {
	margin-bottom: 25px;
}
/* Gallery */
.gallery__in {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.gallery__item {
	max-width: 50%;
	min-width: 50%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.gallery__item-in {
	position: relative;
	display: block;
	height: 642px;
	overflow: hidden;
}
.gallery__item-in-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform linear 0.3s;
}
.gallery__item:hover .gallery__item-in-img {
	transform: scale(1.05);
}
.gallery__item-in:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.gallery__item-text {
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 40%;
	z-index: 2;
}
.gallery__item:nth-child(2n) .gallery__item-text {
	left: 120px;
	right: auto;
}
.gallery__item-type {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 15px;
}
.gallery__item-name {
	font-family: 'Bebas Neue';
	color: #FFF;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 48px;
}
/* Card */
.card {
	padding-bottom: 60px;
}
.card__title {
	font-family: 'Bebas Neue';
	font-size: 120px;
	line-height: 125px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.card__cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.card__lcol {
	max-width: 25%;
	min-width: 25%;
	padding-right: 30px;
}
.card__ccol {
	max-width: 25%;
	min-width: 25%;
	padding: 0 15px;
}
.card__rcol {
	max-width: 25%;
	min-width: 25%;
	padding-left: 30px;
	position: sticky;
	top: 120px;
	height: fit-content;
}
.card__img img {
	max-width: 100%;
}
.card__links {
	margin-bottom: 60px;
}
.card__links-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #7C7792;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.card__links-item svg {
	margin-right: 35px;
}
.card__links-item:hover {
	color: #AB2328;
}
.card__links-item:hover svg path {
	fill: #AB2328;
}
.card__links-item--active {
	color: #AB2328;
}
.card__links-item--active svg path {
	fill: #AB2328;
}
.card__item {
	margin-bottom: 35px;
}
.card__item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 135%;
	font-weight: bold;
	text-transform: uppercase;
	color: #7C7792;
	margin-bottom: 30px;
}
.card__gallery {
	display: flex;
	flex-wrap: wrap;
}
.card__gallery-item {
	max-width: 28%;
	min-width: 28%;
	margin-right: 8%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}
.card__gallery-item:nth-child(3n) {
	margin-right: 0;
}
.card__item-info {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
}
.card__item-info-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #7C7792;
	margin-bottom: 20px;
}
.card__item-info-plus {
	position: absolute;
	bottom: 0;
	right: 103%;
	width: 90px;
	padding: 13px 0;
	background: #F4F3F5;
	border-radius: 14px;
	font-size: 16px;
	color: #AB2329;
	text-align: center;
}
.card__item-info .counter {
	width: 100%;
}
.card__item-info .counter .counter__value {
	width: 100%;
	text-align: center;
}

.card__total {
	display: block;
	padding: 30px;
	margin-bottom: 30px;
	/*background: #F4F3F5;*/
	background: #AB2328;
	transition: 0.3s;
}
.card__total:hover{
	cursor: pointer;
	opacity: 0.8;
}
.card__total-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.card__total-top-icon {
	position: relative;
	max-width: 19px;
	min-width: 19px;
	height: 19px;
	background: #A7A3BA;
	border-radius: 50%;
}
.card__total-top-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.card__total-top:hover{
	color: #fff;
	opacity: 0.8;
}
.card__total-sum {
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}
.card__total-text {
	font-size: 16px;
	color: #fff;
}

.card__total-text a{
	color: #fff;
	text-decoration: underline;
	opacity: 0.8;
}
.card__total-info-col:hover{
	cursor: default;
	opacity: 1;
}
.card__info {
	border-top: 1px solid #C8C5D0;
	padding-top: 30px;
}
.card__info-item {
	border-bottom: 1px solid #C8C5D0;
	margin-bottom: 30px;
}
.card__info-item-title {
	position: relative;
	font-family: 'Bebas Neue';
	font-size: 46px;
	color: #7C7792;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.card__info-item-title:before {
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	width: 33px;
	height: 1px;
	background: #C8C5D0;
	border-radius: 14px;
}
.card__info-item-title:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 16px;
	width: 1px;
	height: 33px;
	background: #C8C5D0;
	border-radius: 14px;
	transition: all linear 0.2s;
}
.card__info-item-in {
	display: none;
	padding-bottom: 30px;
}
.card__info-item-in .s-content {
	width: 70%;
}

.card__info--open .card__info-item-in {
	display: block;
}
.card__info--open .card__info-item-title {
	color: #000;
}
.card__info--open .card__info-item-title:after {
	opacity: 0;
}
.video-block {
	display: flex;
	margin-bottom: 30px;
}
.video-block .video {
	max-width: 67%;
	min-width: 67%;
	margin-right: 60px;
}
.range {
	position: relative;
	padding: 0 0 5px;
	font-size: 16px;
}
.range .ui-state-default {
	cursor: pointer;
}
.range .ui-widget-header {
	background: #6DA8F3;
}
.range .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 22px;
	margin: -7px 0 0 -3px;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	border: 1px solid #C8C5D0;
	background: #FFF;
	opacity: 1 !important;
}
.range .ui-slider .ui-slider-handle:last-child {
	margin: -7px 0 0 -27px;
}
.range .ui-slider .ui-slider-range {
	position: absolute;
	display: block;
	z-index: 1;
	border-radius: 2px;
	background: #AB2328;
}
.range .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.range .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.range__item {
	display: block;
	position: relative;
	height: 8px;
	border: 0;
	margin: 0 5px 15px;
	clear: both;
	border-radius: 200px;
	background: #F4F3F5;
}
.range__values {
	font-family: 'Mont';
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.range__values--def {
	margin-top: 20px;
	color: #7C7792;
}
.ui-tooltip {
	padding: 5px;
	position: absolute;
	z-index: 10;
	max-width: 200px;
}
body .ui-tooltip {
	border-width: 1px;
}
.ui-tooltip, .arrow:after {
	background: #FFF;
	border: 2px solid #c8c5d0;
}
.ui-tooltip {
    padding: 7px 20px;
    color: #000;
    font-size: 14px;
    border-radius: 14px;
    box-shadow: 0 0 2px #c8c5d0;
}


.arcticmodal-overlay {
	background: #7C7792 !important;
	opacity: 0.8 !important;
}
.arcticmodal-container_i2 {
	padding: 35px;
}
.modal {
	position: relative;
	width: 1250px;
	background: #FFF;
	padding: 90px 200px;
}
.modal--card {
	padding: 90px 100px;
}
.modal h1, .modal .h1 {
	text-align: center;
}
.arcticmodal-close {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
	transition: transform linear 0.2s;
}
.arcticmodal-close:hover {
	transform: rotate(90deg);
}
.arcticmodal-close img {
	filter: brightness(0) invert(1);
}

.modal-card {
	display: flex;
	margin-bottom: 50px;
}
.modal-card__img {
	max-width: 25%;
	min-width: 25%;
	height: 220px;
	padding-right: 60px;
}
.modal-card__img img {
	max-width: 100%;
	max-height: 100%;
}
.modal-card__info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 75%;
	min-width: 75%;
	border-bottom: 1px solid #C8C5D0;
}
.modal-card__total {
	display: inline-block;
	padding: 30px;
	font-size: 16px;
	background: #F4F3F5;
}
.modal-card__total-sum {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.modal-form {
	padding-left: 25%;
}
.modal-form__btn {
	text-align: right;
}
.card__rcol .card__total-base{
	margin-bottom: 15px;
}
.card__rcol .card__total-base-text{
	margin-bottom: 50px;
	font-size: 16px;
}
/* End */


/* Start:/local/templates/sofia/css/dop-style.css?169778893935866*/
.filter__item-in .radio:last-child{
    padding-bottom: 15px;
}
.filter__btns .filter__apply,
.filter__btns .filter__del{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
}
.filter__btns .filter__apply:hover,
.filter__btns .filter__del:hover,
.filter__btns .filter__apply:focus,
.filter__btns .filter__del:focus{
    color: #d92b31;
}
.good__img img{
    max-width: 100%
}
div.title-search-result{
    border: 1px solid #C8C5D0;
    display: none;
    overflow: hidden;
    z-index: 205;
}
.search-ajax{
    border-collapse: collapse;
    border: none;
    width: 10%;
}
.search-ajax ~ .title-search-fader{
    display: none;
    background-image: url(/local/templates/sofia/components/bitrix/search.title/search-catalog/images/fader.png);
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
table.search-ajax td{
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}
table.search-ajax td.title-search-separator, 
table.search-ajax th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}
table.search-ajax td.title-search-item {
    padding: 5px 15px 5px 8px;
}
table.search-ajax td.title-search-item a{
    color: #000
}
table.search-ajax td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
    padding-bottom: 5px;
}
table.search-ajax td.title-search-all a {
    padding-left: 0;
    text-decoration: none;
    color: #7C7792;
    font-weight: 500;
}
.search-page__title{
    color: #000;
}
.search-page__preview{
    margin-top: 0.5em;
}
.search-page__path a{
    color: #000;
}
.search-page__path a:hover{
    color: #d92b31;
}
.search-page hr{
    margin: 1.2em 0;
}
.bx-filter .bx-ui-slider-track-container {
    padding: 20px 5px 0 5px;
}
.bx-filter.bx-blue .bx-ui-slider-track {
    background: #e7e7e7;
}
.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
}
.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}
.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}
.bx-filter .bx-ui-slider-range, .bx-filter .bx-ui-slider-pricebar, .bx-filter .bx-ui-slider-pricebar-vd, .bx-filter .bx-ui-slider-pricebar-vn, .bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    border-radius: 2px;
    background: #AB2328;
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #F4F3F5;
    border-radius: 200px;
    height: 8px;
}
.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    border-radius: 2px;
    background: #AB2328;
}
.bx-filter .bx-ui-slider-range {
    z-index: 100;
}
.bx-filter .bx-ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 22px;
    margin: -7px 0 0 -3px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    border: 1px solid #C8C5D0;
    background: #FFF;
    opacity: 1 !important;
}
.bx-filter .bx-ui-slider-handle.left {
    left: 0;
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin: -7px 0 0 -27px;
}
.bx-filter-price-num input{
    border: none;
    padding: 0
}
.bx-filter-price-range{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.articles__row-pic{
    width: 100%;
}
.articles__row-title{
    margin-bottom: 10px;
    color: #000;
    display: block;
    width: fit-content
}
.articles__footer{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.articles__footer-date{
    font-size: 12px;
    line-height: 20px;
    margin-right: 40px;
    color: #7C7792;
}
.articles__footer-link{
    color: #AB2328;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.articles__row-preview p{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}
.articles__row:last-child{
    margin-bottom: 60px
}
.card__item-info-in-color{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 5px;
}
.card__item-info-in-color:hover{
    cursor: pointer;
}
.card__item-info-in-color.active{
    color: #AB2328;
    font-weight: bold;
}
.color-palette__item{
    background-position: center!important;
    background-size: contain!important;
}
.color-palette__item:hover{
    cursor: pointer;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.popup.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__main {
    background: #FFFFFF;
    width: 1247px;
    position: relative;
    padding: 70px 40px;
    overflow: auto;
    max-height: 90%;
}
.popup__main .form__fields{
    margin-bottom: 60px;
}
.popup__main .form__header{
    margin-bottom: 40px;
}
.popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.popup__close::before, .popup__close::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 1px;
    background: #393939;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.popup__close::after {
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
}
.popup__close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .8;
}
.popup__block.column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top{
    z-index: 220
}
.cols__list-prosmotr{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.cols__list-prosmotr .catalog-series__line .good {
    max-width: 25%;
    min-width: 25%;
}
.card__links-item:focus{
    color: #7C7792;
}
.good__favorite.izbr-active svg path,
.good__compare.sr-active svg path,
.card__links-item.izbr-active svg path,
.card__links-item.sr-active svg path{
    fill: #AB2328;
}
.card__links-item.izbr-active,
.card__links-item.sr-active{
    color: #AB2328;   
}
.popup .modal-card__img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) url('/local/templates/sofia/img/preloader-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 200px;
    z-index: 1500;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.preloader.active{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.compare__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compare__left {
    width: 350px;
    min-width: 350px;
}
.compare__main {
    width: calc(100% - 350px);
}
.compare__main .good{
    min-width: inherit;
    max-width: inherit;
}
.compare__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.compare__item-top {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.compare__left .compare__item-top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.compare__item-bottom {
    margin-top: 30px;
    border-bottom: 1px solid #C8C5D0;
}
.compare__container .switcher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
    text-align: left;
}
.compare__container .switcher__text {
    margin-left: 20px;
    margin-top: 3px;
    font-size: 18px;
}
.compare__row {
    border-top: 1px solid #C8C5D0;
}
.compare__row-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 20px 0 9px 0;
    opacity: 0;
}
.compare__left:first-child .compare__row-title {
    opacity: 1;
}
.compare__row-name {
    border-top: 1px solid #C8C5D0;
    padding: 19px 0;
    font-size: 17px;
    line-height: 20px;
    color: #000;
}
.compare__clear{
    margin-top: 40px
}
.compare__zag{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.compare__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80px;
}
.compare__nav-prev, .compare__nav-next {
    width: 28px;
    height: 10px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.compare__nav-prev {
    background: url(/local/templates/sofia/img/reviews-navigation-prev.svg) center / contain no-repeat;
}
.compare__nav-next {
    background: url(/local/templates/sofia/img/reviews-navigation-next.svg) center / contain no-repeat;
}
.compare__main .good{
    padding: 0;
    margin-bottom: 0;
}
.compare__main .good__img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.compare__main .good__buy-wrap{
    padding-right: 50px
}
.compare__main .good__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2
}
.compare__main .good__name{
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2
}
.compare__main .good__compare-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.compare__main .slick-track{
    margin-left: inherit;
    margin-right: inherit;
}
.compare__row-name.hide{
    display: none;
}
/*.top__catalog-icons.hide{
    display: none;
}*/
.top--main .top__catalog-link-show{
    visibility: visible;
    width: auto;
    margin-right: 10px;
}
.popup__block-h1{
    text-align: center;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 46px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 0;
}
.popup__main-basket{
    width: 950px;
}
.modal-card__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal-card__btn-basket,
.modal-card__btn-nazad{
    padding: 15px 25px;
    font-weight: 500;
}
.modal-card__btn-nazad{
    margin-left: 30px;
    background: #F4F3F5;
    color: #AB2328;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.basket-checkout-container{
    padding: 0;
    border: none;
}
.cart__total-text{
    text-align: left;
    padding: 0
}
.cart__total-text .basket-checkout-block-total-title{
    font: inherit;
    color: #000
}
.basket-checkout-block-total-price-inner{
    padding: 0
}
.basket-checkout-block-total-price{
    padding: 0;
    text-align: left
}
.cart__total-sum{
    font: inherit;
    font-weight: bold;
    font-size: 30px;
}
.cart__total-top,
.basket-items-list{
    padding: 0
}
.cart__total-top-icon{
    padding: 0;
    border: none;
}
.basket-items-list-wrapper{
    border: none;
}
.basket-item-custom-block-photo-item{
    height: 400px
}
.basket-items-list-container .cart__table-del {
    position: absolute;
    top: 0;
    right: -30px;
}
.basket-items-list-container .cart__table-del::before,
.basket-items-list-container .cart__table-del::after{
    content: none
}
.cart__table-img img:hover,
.cart__table-img img{
    border: none;
    object-fit: contain;
}
.basket-item-property-custom-photo .basket-item-property-custom-value{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.basket-item-property{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}
.cart__table-info-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){
    display: none
}
.link-all-detali.active img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.link-all-detali.active img{
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}
.counter__plus::before,
.counter__plus::after,
.counter__minus::before,
.counter__minus::after{
    content: none
}
.counter__plus:hover,
.counter__minus:hover{
    background: none;
    color: #d92b31;
}
.counter__value{
    font: inherit;
}
.basket-item-price-current,
.basket-item-block-price{
    padding: 0;
    text-align: left
}
.basket-item-price-current-text{
    letter-spacing: inherit;
}
.cart__table-buy-total{
    font-family: inherit;
}
.modal-card__total{
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}
.modal-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
}
.form__inp.error{
    border-bottom: 1px solid red;
}
.switcher__text.error{
    color: red
}
.s-content-page li{
    font-size: 16px;
    line-height: 30px;
}
.popup__main-form{
    width: 1000px
}
.form__order-mess{
    text-align: center;
}
.top__catalog-icons{
    position: fixed;
}
.card__gallery{
    margin-top: 40px;
    width: 100%
}
.card__gallery-item{
    padding: 0 8%;
    max-width: inherit;
    margin-right: 0;
    margin-bottom: 0;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 150px;
    min-width: 108px;
}
.card__gallery .slick-track{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.card__gallery .slick-list{
    width: 100%
}
.card__item{
    position: relative;
}
.card__gallery-prev,
.card__gallery-next{
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.card__gallery-prev{
    background: url('/local/templates/sofia/img/catalog/arrow-prev.svg')no-repeat 50%;
    left: -27px;
    background-size: contain;
}
.card__gallery-next{
    background: url('/local/templates/sofia/img/catalog/arrow-next.svg')no-repeat 50%;
    right: -27px;
    background-size: contain;
}
.card__gallery-prev:hover,
.card__gallery-next:hover{
    cursor: pointer;
    opacity: 0.8
}
.card__gallery-pic{
    -o-object-fit: contain;
       object-fit: contain;
}
.table__base{
    border-spacing: 0;
    margin-bottom: 30px;
}
.table__base td{
    font-size: 16px;
    vertical-align: top;
}
.table__base td:first-child{
    padding: 5px 10px 10px 0 !important;
    max-width: 110px;
    color: #7C7792;
}
.table__base td:last-child{
    padding: 5px 0!important
}
.card__total{
    margin-bottom: 50px
}
.color-palette__item{
    max-width: 57px;
    min-width: 57px;
    height: 60px;
    border-radius: 14px;
    margin-right: 18px;
    margin-bottom: 10px;
}
.card__img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.color-palette-group{
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 20px;
    color: #7C7792;
}
.color-palette-group:first-child{
    margin-top: 0
}
.color-palette__item.active{
    border: 3px solid #AB2328;
}
table.search-ajax td.title-search-more{
    padding-left: 24px
}
.card__total .card__total-top{
    margin-bottom: 0;
    line-height: 18px;
}
.card__total .card__total-sum{
    margin-top: 30px;
}
.text-block__text{
    width: 90%;
}
.good-text__text {
    max-width: 60%;
    min-width: 60%;
}
.s-content-vozvrat{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 0 0;
}
.s-content-vozvrat .form{
    width: 100%;
    max-width: 600px;
}
.copy-koord-mess{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    left: 64px;
    color: #31A053;
    opacity: 0
}
.copy-koord-mess.show{
    opacity: 1;
    -webkit-animation-name: koord;
            animation-name: koord;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
@-webkit-keyframes koord{
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
    }
}
@keyframes koord{
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
    }
}
.photos__item-img-about{
    background-repeat: no-repeat;
    background-position: center;
}
.otzivy__vidjet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.otzivy__vidjet-block{
    width:560px;
    height:1300px;
    overflow:hidden;
    position:relative;
}
.reviews__add{
    margin: 80px auto 0 auto;
    max-width: 1000px;
    width: 100%;
}
.reviews__add .form__header{
    margin-bottom: 40px;
}
.reviews__add-preview {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #7C7792;
}
.reviews__add-form{
    margin-top: 65px
}
.reviews__add-form textarea.form__field-inp{
    resize: none;
    height: inherit;
    padding: 20px 50px 20px 20px;
}
.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.form__field-name {
    max-width: 200px;
    min-width: 200px;
    margin-right: 30px;
    color: #7C7792;
    text-align: left;
}
.form__file {
    margin-right: auto;
    padding-right: 250px;
}
.form__file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form__file-text {
    padding: 15px 30px 12px;
    font-size: 12px;
}
.form__field-in {
    width: 100%;
    position: relative;
}
.form__field-in-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px;
}
.form__field-star {
    width: 27px;
    height: 26px;
    background: url(/local/templates/sofia/img/icons/star-no.svg)no-repeat 50%;
    background-size: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 3px;
}
.form__field-star:nth-child(5):hover{
    background: url('/local/templates/sofia/img/icons/star-yes.svg')no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.form__field-star:nth-child(4):hover,
.form__field-star:nth-child(4):hover ~ .form__field-star:nth-child(5){
    background: url('/local/templates/sofia/img/icons/star-yes.svg')no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.form__field-star:nth-child(3):hover,
.form__field-star:nth-child(3):hover ~ .form__field-star:nth-child(4), 
.form__field-star:nth-child(3):hover ~ .form__field-star:nth-child(5){
    background: url('/local/templates/sofia/img/icons/star-yes.svg')no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.form__field-star:nth-child(2):hover,
.form__field-star:nth-child(2):hover ~ .form__field-star:nth-child(3),
.form__field-star:nth-child(2):hover ~ .form__field-star:nth-child(4), 
.form__field-star:nth-child(2):hover ~ .form__field-star:nth-child(5){
    background: url('/local/templates/sofia/img/icons/star-yes.svg')no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.form__field-star:nth-child(1):hover,
.form__field-star:nth-child(1):hover ~ .form__field-star:nth-child(2),
.form__field-star:nth-child(1):hover ~ .form__field-star:nth-child(3),
.form__field-star:nth-child(1):hover ~ .form__field-star:nth-child(4), 
.form__field-star:nth-child(1):hover ~ .form__field-star:nth-child(5){
    background: url('/local/templates/sofia/img/icons/star-yes.svg')no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.form__field-star.active {
    background: url(/local/templates/sofia/img/icons/star-yes.svg)no-repeat 50%;
    background-size: contain;
}
.form__field-inp {
    width: 100%;
    height: 46px;
    background: #F4F3F5;
    border-radius: 10px;
    border: none;
    padding: 0 50px 0 20px;
}
.form__field-error {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/local/templates/sofia/img/icons/error-attention.svg)no-repeat 50%;
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form__field-error.show {
    opacity: 1;
}
.form__field-error-file {
    padding-right: 30px;
    color: red;
    background: url(/local/templates/sofia/img/icons/error-attention.svg)no-repeat 100% 50%;
    background-size: 20px 20px;
    width: inherit;
    height: inherit;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form__field .js-select{
    width: 100%
}
.switcher-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 50px;
}
.reviews__btn{
    margin-left: 60px;
    background: none;
    border: none;
    color: #AB2328;
    cursor: pointer;
}
.reviews__add-mess-btn{
    margin-top: 25px;
    background: none;
    border: none;
    color: #AB2328;
    cursor: pointer;
}
.review__name {
    font-weight: bold;
    margin-bottom: 35px;
    padding-top: 40px;
}
.review__post {
    font-size: 13px;
    color: #A2A9BC;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.review__text {
    line-height: 22px;
}
.review__text p{
    padding-top: 0;
}
.review__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 290px;
    min-width: 290px;
    padding-left: 30px;
}
.review__img {
    position: relative;
    max-width: 98px;
    min-width: 98px;
    height: 98px;
}
.review__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.review__container{
    width: calc(100% - 560px);
    padding-left: 50px;
}
.review{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
}
.review__rating img{
    width: 21px;
    height: 20px;
}
.otzivy__main-null{
    width: calc(100% - 560px);
    padding-left: 50px;
}
.otzivy__main-null .reviews__add{
    margin-top: 0
}
.s-content-otzivy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.colors__block{
    margin: 30px 0 0 0;
}
.colors__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
    border-top: 1px solid #DEE2EC;
}
.colors__letter{
    font-weight: 500;
    font-size: 28px;
    width: 100%;
    padding: 0 0 30px 0;
    color: #AB2328;
}
.colors__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24%;
    margin: 25px 1.3% 0 0
}
.colors__item:nth-child(1),
.colors__item:nth-child(2),
.colors__item:nth-child(3),
.colors__item:nth-child(4),
.colors__item:nth-child(5){
    margin-top: 0
}
.colors__item:nth-child(4n+1),
.colors__item:nth-child(5){
    margin-right: 0
}
.colors__item-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.colors__item-img img{
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}
.colors__item-name{
    padding-left: 15px;
    font-size: 22px;
}
.colors__abs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: sticky;
    top: 100px;
    z-index: 0;
    background: #fff;
    padding: 20px 0;
}
.colors__abs-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    margin-right: 30px;
}
.colors{
    margin: 30px 0 0 0
}
.cols-colors .cols__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.cols-colors .good{
    max-width: 25%;
    min-width: 25%;
}
.menu__mobile,
.top__catalog-icons .footer-top__icons-cart,
.top__catalog-icons .footer-top__icons-mail,
.lcol__mobile-menu,
.lcol__menu-mobile-close,
.lcol__mobile-menu-filter,
.bx-filter-close,
.compare__row-name-mobile,
.catalog-series__serie-mob,
.top__catalog-header-mob,
.menu__mobile-contact,
.menu__mobile .footer__menu,
.menu__mobile-footer__text,
.menu__mobile-foot,
.icon-basket-count{
    display: none;
}
.card__total .card__total-sum-old{
    margin: -20px 0 30px 0;
    font-size: 22px;
    text-decoration: line-through;
    font-weight: 500;
}
.timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    font-size: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 25px;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}
.timer__title{
    text-align: center;
    padding: 0 0 15px 0;
    font-size: 23px;
    text-transform: uppercase;
    color: #7C7792;
    font-weight: bold
}
.card__img,
.good__img{
    position: relative;
}
.card__img-sale{
    position: absolute;
    background: #AB2328;
    border-radius: 14px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    right: 0;
}
.good__price-old{
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
    margin-top: 3px;
}
.good__img-sale{
    position: absolute;
    background: #AB2328;
    border-radius: 14px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    left: 0;
}
.card__item-info-plus-sale{
    bottom: 30px;
    z-index: 2;
    padding: 13px 0 0 0;
}
.card__item-info-plus-sale-old{
    font-size: 13px;
    text-decoration: line-through;
}
.card__hide{
    display: none;
}
.basket-item-price-current-sale{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.cart__table-buy-sale-text{
    padding: 5px 0 0 0;
    font-size: 14px;
}
.color-palette__item.itm-hide{
    opacity: 0.5;
    position: relative;
}
.color-palette__item.itm-hide:hover{
    cursor: not-allowed;
}
.color-palette__item.itm-hide::after,
.color-palette__item.itm-hide::before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
    width: 50%;
    height: 3px;
    background: #AB2328 
}
.color-palette__item.itm-hide::before{
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
}
.articles{
    flex-wrap: wrap;
}
.articles__item{
    margin-bottom: 30px;
}
.header__title{
    padding-left: 30px;
    padding-right: 30px;
}
.content__item-about .serts__item{
    min-width: 25%;
    max-width: 25%
}
.content__item-about .photos__item{
    min-width: 20%;
    max-width: 20%
}
.content__item-about .photos__item-in{
    padding: 80px 20px 30px;
}
.s-content-spec{
    line-height: 140%
}
.s-content-spec-detail{
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}
.s-content-spec-detail,
.s-content-spec-detail p{
    margin-bottom: 15px;
}
.s-content-spec-detail,
.s-content-spec-detail p,
.s-content-spec-detail li{
    font-size: 22px;
    line-height: 30px;
}
.articles__row-pic-spec{
    height: auto;
}
.header__link-spec{
    margin-bottom: 30px;
    margin-top: inherit;
}
.card__item-title-complect{
    background: #008000;
    color: #fff;
    padding: 5px 9px 5px 15px;
}
.card__item-title-complect-arrow{
    background: url('/local/templates/sofia/img/icons/arrow-bottom-white.svg')no-repeat 50%;
    background-size: contain;
    width: 30px;
    min-width: 30px;
    height: 30px;
    transition: 0.3s
}
.card__item-title-complect.active .card__item-title-complect-arrow{
    transform: scaleY(-1);
}
.card__item-title-complect:hover{
    cursor: pointer;
}
.card__dop-settings.hide,
.card__total-info-col.hide,
.card__item-info-col.hide{
    display: none;
}
/*.card__item-title-complect:not(.active){
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C5D0
}*/
.card__total-sum-tagging{
    color: #AB2328;
    padding-left: 5px;
}
.card__total-text-tagging{
    color: #fff;
    font-size: 20px;
    line-height: 18px;
}
.popup-modal-action .popup__main{
    padding: 40px 30px;
    max-height: 98%;
}
.popup-modal-action .popup__close{
    top: 13px;
    right: 28px;
}
.popup-modal-action .popup__block-h1{
    margin-bottom: 20px;
}
.popup-modal-action .popup__block-preview p{
    font-size: 18px;
    margin-bottom: 13px;
}
.popup-modal-action .popup__block-preview ul{
    list-style-type: none;
    margin: 0 0 13px 0;
    padding: 0
}
.popup-modal-action .popup__block-preview ul li{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}
.popup-modal-action .popup__block-preview ul li::before{
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #AB2328;
    border-radius: 50%;
}
.popup-modal-action form{
    margin-top: 30px;
}
.popup-modal-action .form__field .js-select {
    margin-top: 5px;
}
.popup-modal-action .form .switcher-wrap {
    margin-top: 25px;
}
.popup-modal-action .form button{
    margin-left: 55px;
}
.popup-modal-action .popup__main .form__fields{
    margin-bottom: 30px;
}
.popup-modal-action .form__field{
    margin-bottom: 20px;
}
.popup-modal-action .form__inp{
    padding: 13px 60px;
}
/* End */


/* Start:/local/templates/sofia/css/mobile.css?169778909291776*/
@media(max-width:1700px){
	.good__favorite{
		right: -20px;
	}
	.good__compare{
		right: -22px
	}
	.top__catalog-icons{
		width: 60px;
    	padding: 13px 2px;
	}
	.top__icons-icon{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.top__catalog-icons:hover .top__icons-text{
		margin-right: 15px;
	}
	.top__catalog-icons a{
		padding: 10px;
	}
	.top__catalog-icons:hover {
	    width: 165px;
	}
	.top__icons a {
	    margin-left: 30px;
	}
	/*.top__logo:after{
		left: 320px;
	}*/
	.slider__right{
		height: 545px;
	}
	.slider__right-in{
		background-repeat: no-repeat;
		background-size: cover;
	}
	.text-block__right img {
	    margin-bottom: 90px;
	}
	.good-text__title,
	.write__header{
		font-size: 105px;
		line-height: 110px;
	}
	.good-photo{
		height: 545px;
	}
	.good__img{
		height: 333px;
	}
	.good:hover .good__img{
		height: 298px;
	}
	.good{
		padding: 50px 50px 0;
		margin-bottom: 50px;
	}
	.write__left, .write__right{
		height: 870px;
		padding: 100px 0;
	}
	.write__right{
		padding-top: 200px;
	}
	.form__fields{
		margin-bottom: 70px;
	}
	.form .switcher-wrap{
		margin-top: 50px;
	}
	.form__field{
		margin-bottom: 20px
	}
	.form__header{
		margin-bottom: 50px;
	}
	.modal-card__btn-basket, .modal-card__btn-nazad {
	    padding: 11px 21px;
	    font-weight: 500;
	    font-size: 18px;
	}
	.card__item-title,
	.card__item-info{
		margin-bottom: 20px;
	}
	.card__item-info-title{
		margin-bottom: 15px;
	}
	.modal-card__total-sum{
		margin-bottom: 25px;
	}
	.modal-card__total{
		padding: 25px;
	}
	.modal-card__img img {
	    object-fit: contain;
	}
	.good__img-sale{
		font-size: 16px;
		padding: 6px 10px;
	}
	.path .container{
		height: 40px;
	}
	.path{
		margin-bottom: 45px;
	}
	.series__item-bg-wrap{
		height: 280px;
	}
	.series__list{
		margin: 0 -20px;
	}
	.series__item {
	    max-width: 16.6%;
	    min-width: 16.6%;
	    padding: 0 20px;
	    margin-bottom: 35px;
	}
	.series__item--2 {
	    max-width: 33.2%;
	    min-width: 33.2%;
	}
	.rcol__text{
		margin-bottom: 50px;
		width: 80%
	}
	.search__inp{
		height: 55px;
	}
	.search__btn{
		top: 13px;
		left: 14px;
	}
	table.search-ajax td.title-search-item a{
		font-size: 18px;
	    line-height: 24px;
	}
	.search__inp::placeholder,
	.search__inp{
		font-size: 18px;
	}
	.lcol__menu-item,
	.search{
		margin-bottom: 25px;
	}
	.catalog-series__title{
		margin-bottom: 40px;
		font-size: 106px;
	    line-height: 120px;
	}
	.pagination__item{
		line-height: 20px;
		padding: 14px 22px 15px;
		font-size: 18px;
		margin-right: 15px;
	}
	.lcol__article{
		padding: 30px 25px;
	}
	.lcol__article-type{
		margin-top: 15px;
	}
	.filter__item{
		padding-top: 15px;
	}
	.filter__item-header{
		padding-bottom: 15px;
	}
	.range__values{
		margin-bottom: 15px;
	}
	.catalog-filter .js-select {
	    width: 230px;
	}
	.card__title{
		font-size: 86px;
	    line-height: 100px;
	    margin-bottom: 50px;
	}
	.card__links-item{
		margin-bottom: 15px;
		font-size: 15px;
	}
	.card__links {
	    margin-bottom: 50px;
	}
	.color-palette__item {
	    max-width: 47px;
	    min-width: 47px;
	    height: 50px;
	    margin-right: 12px;
	    margin-bottom: 7px;
	}
	.card__item-title,
	.card__total-top{
		font-size: 14px;
	}
	.color-palette-group{
		font-size: 17px;
		margin-bottom: 7px;
		margin-top: 12px;
	}
	.timer__title{
		padding: 0 0 10px 0;
	    font-size: 21px;
	}
	.timer__items {
	    font-size: 38px;
	    padding-bottom: 20px;
	}
	.card__img-sale{
		font-size: 18px;
		padding: 8px 12px;
	}
	.card__img img{
		max-height: 450px;
	}
	.card__gallery{
		margin-top: 30px;
	}
	.card__gallery-item{
		height: 130px;
	}
	.card__gallery-pic{
		height: auto;
		width: 90%
	}
	.card__total {
	    margin-bottom: 40px;
	    padding: 23px;
	}
	.card__total-sum {
	    margin-bottom: 23px;
	    margin-top: 20px;
	    font-size: 26px;
	}
	.card__total .card__total-sum-old{
		margin: -20px 0 22px 0;
	    font-size: 20px;
	}
	.card__item .js-select.js-select--s .select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding-bottom: 6px;
	    font-size: 15px;
	}
	.card__item .js-select .select2-container .select2-selection--single{
		height: 34px;
	}
	.card__item .js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 33px;
		font-size: 15px;
	}
	.card__cols{
		margin-bottom: 80px;
	}
	.card__info-item{
		margin-bottom: 20px;
	}
	.card__info-item-title{
		font-size: 40px;
		padding-bottom: 20px;
	}
	.card {
	    padding-bottom: 40px;
	}
	.card__info-item-in .lcol{
		max-width: 21%;
	    min-width: 21%;
	}
	.card__info-item-in .lcol img{
		height: 250px;
	}
	.card__info-item-in .rcol {
	    max-width: 79%;
	    min-width: 79%;
	    padding-left: 30px;
	}
	.s-content p {
	    font-size: 15px;
	    line-height: 26px;
	    margin-bottom: 20px;
	}
	.table td {
	    padding: 12px 22px !important;
	}
	.s-content table td{
		font-size: 18px;
	}
	.popup__one-click .popup__main{
		width: 1000px;
		padding: 60px 40px
	}
	.modal-card__total {
	    padding: 20px;
	}
	.modal-card__total-sum{
		margin-bottom: 15px;
	    font-size: 26px;
	}
	.modal-card{
		margin-bottom: 40px;
	}
	.popup__one-click .popup__main .form__header{
		margin-bottom: 20px
	}
	.popup .form__inp{
		padding: 10px 50px;
		font-size: 18px;
	}
	.popup__one-click .form__field .js-select {
	    margin-top: 0;
	}
	.popup__one-click .form .switcher-wrap {
	    margin-top: 25px;
	}
	.popup__one-click .popup__main .form__fields {
	    margin-bottom: 25px;
	}
	.popup .modal-form__btn .btn{
		font-size: 18px;
	}
	.modal-card__img{
		height: 220px;
	}
	.header-slide,
	.header-slider__in{
		height: 480px;
	}
	.header-slider {
	    padding: 40px 0;
	    margin-bottom: 40px;
	}
	.header-slider__info-in p {
	    width: 70%;
	}
	.articles__item{
		padding: 0 20px;
	}
	.articles {
	    margin: 0 -20px 80px;
	}
	.articles__item-in{
		height: 300px;
	}
	.articles__item-name{
		left: 20px;
	    bottom: 20px;
	    right: 20px;
	    font-size: 18px;
	}
	.content__item {
	    margin-bottom: 80px;
	}
	.video-block .video{
		margin-right: 40px;
	}
	.video-block .video iframe{
		height: 500px;
	}
	.header__in{
		height: 500px;
	    margin-bottom: 90px;
	    padding: 90px 0 30px;
	}
	.header__title{
		font-size: 96px;
		line-height: 100px
	}
	.s-content ul{
		font-size: 15px;
		line-height: 26px;
	}
	.map-block {
	    height: 400px;
	    margin-bottom: 80px;
	}
	.contacts__item{
		padding: 0 20px;
	    margin-bottom: 50px;
	}
	.contacts__list{
		margin: 0 -20px 60px -20px;
	}
	.contacts__item-title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contacts__item img {
	    margin-right: 20px;
	}
	.contacts__item{
		font-size: 18px;
	}
	.contacts__list:last-child{
		margin-bottom: 0
	}
	.serts__item img {
	    height: 450px;
	    object-fit: contain;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item-img-about{
		background-size: contain;
	}
	.photos__item-in{
		height: 290px;
	}
	.film{
		padding: 80px 0
	}
	.film img {
	    margin-bottom: 50px;
	    height: 80px;
	}
	.film__text {
	    line-height: 26px;
	    font-size: 18px;
	}
	.oficial {
	    font-size: 90px;
	    padding: 80px 0;
	}
	.partners__rcol,
	.partners__lcol{
		padding: 90px 60px;
	}
	.partners__lcol-img{
		height: 370px;
	}
	.partners__new {
	    padding-left: 50px;
	    margin-bottom: 30px;
	}
	.partners__text {
	    margin-bottom: 50px;
	    font-size: 18px;
	    line-height: 28px;
	}
	.s-content table th{
		padding: 15px 22px;
		font-size: 15px;
	}
	.s-content table td{
		font-size: 16px;
		padding: 15px 10px 15px 0;
	}
	.header-block {
	    padding-top: 40px;
	    margin-bottom: 40px;
	}
	.header-block__link{
		margin-right: 30px;
	    padding: 0 30px 30px 0px;
	    font-size: 15px;
	}
	.gallery__item-in{
		height: 540px;
	}
	.gallery__item-name {
	    font-size: 40px;
	    line-height: 42px;
	}
	.gallery__item-text {
	    bottom: 50px;
	    right: 50px;
	}
	.gallery__item:nth-child(2n) .gallery__item-text {
	    left: 100px;
	}
	.gallery__item {
	    padding: 0 20px;
	    margin-bottom: 40px;
	}
	.gallery__in{
		margin: 0 -20px;
	}
	.otzivy__vidjet-block{
		width: 460px;
	    height: 1100px;
	}
	.review__container {
	    width: calc(100% - 460px);
	    padding-left: 40px;
	}
	.review__name {
	    margin-bottom: 25px;
	    padding-top: 30px;
	}
	.review__post{
		margin-bottom: 15px;
	}
	.review__rating img {
	    width: 18px;
	    height: 17px;
	}
	.review__right{
		max-width: 270px;
	    min-width: 270px;
	}
	.review__img {
	    position: relative;
	    max-width: 85px;
	    min-width: 85px;
	    height: 85px;
	}
	.review{
		margin-bottom: 20px;
	}
	.reviews__add {
	    margin: 60px auto 0 auto;
	}
	.reviews__add .form__field-name{
		font-size: 18px;
		margin-right: 25px;
	}
	.reviews__add .form__field-star{
		width: 22px;
		height: 21px;
	}
	.colors__abs{
		padding: 13px 0
	}
	.colors__abs-item {
	    font-size: 24px;
	    margin-right: 25px;
	}
	.colors__block {
	    margin: 20px 0 0 0;
	}
	.colors__list{
		padding: 35px 0
	}
	.colors__letter {
	    font-size: 25px;
	    padding: 0 0 20px 0;
	}
	.colors__item-img img {
	    width: 50px;
	    height: 50px;
	}
	.colors__item-name {
	    font-size: 18px;
	    line-height: 135%;
	}
	.compare__nav{
		margin-right: 100px;
	}
	.cart__table th{
		padding: 15px 30px;
		font-size: 15px;
	}
	.basket-item-custom-block-photo-item {
	    height: 300px;
	}
	.cart__table-info-name{
		margin-bottom: 15px;
	}
	.link-all-detali{
		font-size: 15px;
	}
	.cart__table-buy-counter{
		margin-bottom: 20px;
	}
	.cart__table-buy-total{
		font-size: 26px;
	}
	.cart__total {
	    padding: 25px;
	    margin-bottom: 20px;
	}
	.cart__total-top{
		margin-bottom: 20px;
		font-size: 15px;
	}
	.cart__total-sum{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.cart__article{
		padding: 50px 25px;
		font-size: 15px;
	    margin-bottom: 20px;
	}
	.cart__article-name{
		font-size: 15px;
		width: 60%;
	}
	.write__text{
		font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 30px;
	}
	.write__cart{
		padding: 20px;
	}
	.write__cart-sum {
	    font-size: 26px;
	    margin: 20px 0;
	}
	.card__rcol .card__total-base-text{
		margin-bottom: 40px;
	}

}
@media(max-width:1500px){
	.top__menu-item {
	    margin-right: 20px;
	}
	.top__phone {
	    margin-left: 25px;
	}
	.top__phone a{
		font-size: 18px;
	}
	.top__icons a {
	    margin-left: 25px;
	}
	.top__logo img{
		width: 250px;
	    height: 41px;
	    -o-object-fit: contain;
	       object-fit: contain;
	}
	/*.top__logo:after {
	    left: 265px;
	    width: 28px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    height: 18px;
	}*/
	.top__catalog{
		padding: 35px 0
	}
	.top__catalog-close {
	    right: 25px;
	    top: 35px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.top__catalog-header{
		font-size: 40px;
		line-height: 42px;
	}
	.top__catalog-col-item {
	    margin-bottom: 25px;
	    font-size: 16px;
	}
	.top__catalog-close img{
		width: 20px;
	    height: 20px;
	}
	.top__catalog-icons{
		width: 50px;
		top: 160px;
	}
	.top__catalog-icons:hover {
	    width: 150px;
	}
	.slider__right {
	    height: 470px;
	}
	.slider__right-img {
	    position: absolute;
	    top: -50px;
	    left: -25px;
	    width: 110px;
	    height: 110px;
	}
	.slider__left-text{
		font-size: 18px;
	}
	.text-block__right img {
	    margin-bottom: 70px;
	    width: 85%;
	}
	.text-block__text{
		margin-bottom: 50px;
	    font-size: 18px;
	}
	.text-block {
	    margin-bottom: 100px;
	}
	.good__name,
	.good__price,
	.good-text__text,
	.pluses__item-name,
	.pluses__item-text,
	.form__inp,
	.js-select .select2-container--default .select2-selection--single .select2-selection__rendered,
	.write__text,
	.footer__menu-item,
	.footer__address{
		font-size: 18px;
	}
	.footer__text,
	.footer__cp,
	.footer__oferta,
	.footer__netkam{
		font-size: 15px;
		line-height: 19px
	}
	.good__buy-wrap{
		margin-bottom: 20px;
	}
	.good__buy{
		max-width: 55px;
	    min-width: 55px;
	    height: 40px;
	}
	.good__buy img{
		height: 20px;
		width: 20px;
	}
	.counter__value {
	    width: 50px;
	    height: 40px;
	    font-size: 18px;
	    line-height: 135%;
	}
	.counter__minus, .counter__plus {
	    width: 45px;
	    height: 38px;
	    font-size: 30px;
	    line-height: 40px;
	}
	.counter {
	    width: 140px;
	    height: 40px;
	    padding: 0 45px;
	}
	.good {
	    padding: 40px 40px 0;
	    margin-bottom: 40px;
	}
	.good__img {
	    height: 270px;
	}
	.good:hover .good__img {
	    height: 240px;
	    margin-bottom: 30px;
	}
	.good-photo {
	    height: 490px;
	    margin-bottom: 41px;
	}
	.good-item__film{
		padding: 20px;
	    height: 145px;
	}
	.good-item{
		padding: 0 15px;
	}
	.good-item__film-img img{
		width: 120px;
	}
	.good-photo__info{
		bottom: 35px;
	    right: 10px;
	}
	.good-text__text {
	    max-width: 65%;
	    min-width: 65%;
	    margin-right: 40px;
	}
	.good-photo {
	    height: 470px;
	}
	.pluses__item-name{
		margin-bottom: 10px;
	}
	.pluses__item,
	.pluses,
	.goods,
	.footer__cols,
	.popup__main .form__fields{
		margin-bottom: 45px;
	}
	.pluses{
		padding: 80px 0;
	}
	.form__field{
		margin-bottom: 15px;
	}
	.form__fields {
	    margin-bottom: 55px;
	}
	.form__header,
	.footer__col-in {
	    margin-bottom: 40px;
	}
	.form button{
		margin-left: 50px;
	}
	.form__field .js-select {
	    margin-top: 25px;
	}
	.switcher__text {
	    margin-left: 29px;
	    font-size: 14px;
	}
	.write__text{
		padding-left: 40px;
	}
	.write__header{
		margin-bottom: 40px;
	}
	.write__right img{
		height: 150px;
	}
	.write__left img{
		height: 250px
	}
	.write__left, .write__right {
	    height: 740px;
	    padding: 80px 0;
	}
	.write__right {
	    padding-top: 180px;
	}
	.footer{
		padding-top: 80px
	}
	.footer__menu-item{
		margin-bottom: 15px;
	}
	.footer__btn{
		padding: 0 40px;
		height: 110px;
	}
	.footer__soc-link{
		width: 40px;
	    height: 35px;
	}
	.footer__soc-link img{
		-o-object-fit: contain;
		   object-fit: contain;
	    width: 100%;
	    height: 100%;
	}
	.footer__line2 {
	    margin-top: 45px;
	    padding: 25px 0;
	}
	.footer__netkam-icon{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__netkam img {
	    margin-right: 10px;
	    width: 40px;
	    height: 35px;
	    -o-object-fit: contain;
	       object-fit: contain;
	}
	.top{
		padding-top: 15px;
		padding-bottom: 15px;
		height: 80px;
	}
	.wrapper{
		padding-top: 80px;
	}
	.popup__main{
		padding: 45px 30px;
		width: 800px;
	}
	h1, .h1, .popup__block-h1{
		font-size: 38px;
	    line-height: 42px;
	    margin-bottom: 40px;
	}
	.modal-card{
		margin-bottom: 35px;
	}
	.modal-card__total-sum{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.modal-card__img{
		padding-right: 30px;
	}
	.good__price-old{
		font-size: 14px;
		margin-top: 0
	}
	.series__list {
	    margin: 0 -10px;
	}
	.series__item{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.series__item-bg-wrap {
	    height: 270px;
	}
	.series__item-name{
		bottom: 20px;
		left: 20px;
	}
	.search__inp::placeholder, .search__inp {
	    font-size: 16px;
	}
	.search__inp{
		height: 45px;
	}
	.search__btn {
	    top: 10px;
	    left: 14px;
	}
	.search__btn img{
		width: 20px;
	    height: 20px;
	}
	table.search-ajax td.title-search-item a {
	    font-size: 16px;
	    line-height: 20px;
	    display: flex;
	    align-items: center;
	}
	.title-search-all a,
	.title-search-more a{
		font-size: 16px;
	    line-height: 20px;
	}
	.lcol__menu-item, .search {
	    margin-bottom: 20px;
	}
	.lcol__menu-link{
		font-size: 18px;
	    line-height: 130%;
	}
	.rcol__text {
	    margin-bottom: 40px;
	    width: 80%;
	    font-size: 18px;
	    line-height: 26px;
	}
	.catalog-series__title {
	    margin-bottom: 20px;
	    font-size: 90px;
	    line-height: 105px;
	}
	.catalog-series__serie-in{
		display: flex;
		align-items: flex-end;
		height: 120px;
	    padding: 25px 25px;
	}
	.catalog-series__serie-text{
		font-size: 15px;
	}
	.catalog-series__serie-in img{
		right: 15px;
	    width: 95px;
	}
	.pagination{
		margin-top: 30px;
	}
	.pagination__item {
	    line-height: 20px;
	    padding: 9px 22px 10px;
	    font-size: 16px;
	    margin-right: 10px;
	}
	.lcol__article {
	    padding: 20px;
	    font-size: 15px;
	    margin-bottom: 20px;
	}
	.lcol__article-name{
		font-size: 15px;
		line-height: 20px;
	}
	.filter__item-header {
	    padding-bottom: 13px;
	    font-size: 15px;
	}
	.filter__item{
		padding-top: 13px;
	}
	.filter__item-header:before{
		right: 2px;
	    width: 17px;
	}
	.filter__item-header:after{
		height: 16px;
		top: -2px;
	}
	.bx-filter-price-range{
		font-size: 14px;
	}
	.range__values--def{
		margin-top: 15px;
	}
	.bx-filter .bx-ui-slider-track-container {
	    padding: 15px 5px 0 5px;
	    font-size: 14px;
	}
	.filter__item-in .radio{
		padding: 5px 0;
		font-size: 14px;
	}
	.filter__btns{
		padding-top: 20px;
	}
	.filter__btns .filter__apply, .filter__btns .filter__del{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.switcher__text{
		margin-left: 15px;
	}
	.catalog-filter .switcher-wrap{
		margin-right: 30px;
		padding-right: 30px;
	}
	.js-select.js-select--s .select2-container--default .select2-selection--single .select2-selection__rendered{
		padding-bottom: 0;
	    font-size: 15px;
	}
	.js-select .select2-container .select2-selection--single {
	    height: 28px;
	}
	.select2-results__option{
		font-size: 14px;
		padding: 5px;
	}
	.catalog-filter .js-select {
	    width: 200px;
	}
	.card__title{
		font-size: 72px;
	    line-height: 80px;
	}
	.card__links-item {
	    margin-bottom: 12px;
	    font-size: 14px;
	}
	.card__item-title, .card__total-top {
	    font-size: 14px;
	}
	.card__item-title, .card__item-info {
	    margin-bottom: 15px;
	}
	.color-palette-group{
		font-size: 15px;
	    margin-bottom: 5px;
	}
	.color-palette__item {
	    max-width: 40px;
	    min-width: 40px;
	    height: 40px;
	    margin-right: 10px;
	    margin-bottom: 7px;
	}
	.timer__title {
	    font-size: 19px;
	}
	.timer__items {
	    font-size: 30px;
	}
	.card__img-sale{
		font-size: 16px;
	}
	.card__img img {
	    max-height: 400px;
	}
	.card__gallery-item {
	    height: 100px;
	}
	.table__base{
		margin-bottom: 20px;
	}
	.card__total{
		margin-bottom: 30px;
		padding: 20px;
	}
	.table__base td:first-child{
		padding: 5px 10px 7px 0 !important;
	}
	.table__base td{
		font-size: 14px;
	}
	.card__total-sum{
		font-size: 24px;
	}
	.card__total .card__total-sum {
	    margin-top: 20px;
	}
	.card__total .card__total-sum-old {
	    margin: -20px 0 15px 0;
	    font-size: 18px;
	}
	.card__item-info-title {
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	.card__item .js-select.js-select--s .select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding-bottom: 4px;
	    font-size: 14px;
	}
	.card__item .js-select .select2-container .select2-selection--single {
	    height: 32px;
	}
	.card__item .js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__rendered {
	    font-size: 14px;
	}
	.card__item-info-plus{
		padding: 7px 0;
		font-size: 14px;
	}
	.card__item-info-plus-sale {
	    bottom: 21px;
	    padding: 7px 0 0 0;
	}
	.card__item-info-plus-sale-old{
		font-size: 12px;
	}
	.card__item-info .counter{
		height: 33px;
	}
	.card__item-info .counter .counter__value{
		height: 35px;
	    font-size: 16px;
	}
	.card__item-info .counter__minus,
	.card__item-info .counter__plus {
	    width: 45px;
	    height: 31px;
	    font-size: 26px;
	    line-height: 33px;
	}
	.card__total-text{
		font-size: 14px;
	}
	.card__cols {
	    margin-bottom: 50px;
	}
	.card__info-item-title {
	    font-size: 34px;
	    padding-bottom: 11px;
	}
	.card__info-item {
	    margin-bottom: 13px;
	}
	.card__info{
		padding-top: 18px;
	}
	.card {
	    padding-bottom: 20px;
	}
	.table td {
	    padding: 10px 20px !important;
	}
	.s-content table td {
	    font-size: 16px;
	}
	.modal-card__img {
	    height: 200px;
	}
	.popup .form__inp {
	    padding: 7px 50px;
	    font-size: 16px;
	}
	.popup .modal-form__btn .btn,
	.popup .modal-card__form .btn {
	    font-size: 16px;
	}
	.js-select .select2-container .select2-selection--single {
	    height: 25px;
	}
	.header-slide, .header-slider__in {
	    height: 420px;
	}
	.h1--mb {
	    margin-bottom: 20px;
	}
	.header-slider__info-in p {
	    width: 80%;
	    font-size: 14px;
	    line-height: 24px;
	}
	.articles__item-in {
	    height: 260px;
	}
	.articles__item {
	    padding: 0 15px;
	}
	.articles {
	    margin: 0 -15px 60px;
	}
	.articles__item-name{
		font-size: 16px;
	}
	.lcol__info img {
	    margin-right: 20px;
	}
	.lcol__info{
		font-size: 14px;
	}
	.content__item {
	    margin-bottom: 60px;
	}
	.video-block__text{
		font-size: 18px;
	}
	.video-block .video iframe {
	    height: 350px;
	}
	.header__in {
	    height: 400px;
	    margin-bottom: 60px;
	    padding: 70px 0 30px;
	}
	.header__title {
	    font-size: 78px;
	    line-height: 78px;
	}
	.map-block {
	    height: 350px;
	    margin-bottom: 60px;
	}
	.contacts__item {
	    font-size: 17px;
	}
	.contacts__list {
	    margin: 0 -20px 50px -20px;
	}
	.copy-koord-mess{
		left: 45px;
	}
	.contacts {
	    margin-bottom: 80px;
	}
	.header__text{
		font-size: 18px;
	    line-height: 26px;
	}
	.serts__item img{
		height: 390px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item {
	    padding: 0 20px;
	    margin-bottom: 30px;
	}
	.photos__item-in {
	    height: 250px;
	}
	.photos{
		margin: 0 -20px;
	}
	.film img {
	    margin-bottom: 40px;
	    height: 65px;
	}
	.film__text {
	    line-height: 24px;
	    font-size: 16px;
	}
	.film {
	    padding: 60px 0;
	}
	.photos__item-in {
	    height: 220px;
	    padding: 50px 50px 30px;
	}
	.photos__item-in-text {
	    margin-top: 20px;
	    font-size: 18px;
	}
	.oficial {
	    font-size: 70px;
	    padding: 60px 0;
	}
	.partners__rcol,
	.partners__lcol{
		padding: 70px 50px;
	}
	.partners__text {
	    margin-bottom: 35px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.partners__new {
	    padding-left: 35px;
	    margin-bottom: 20px;
	    font-size: 18px;
	    line-height: 24px;
	}
	.partners__lcol-img {
	    height: 315px;
	}
	.partners__rcol .form__forget{
		font-size: 18px;
	    line-height: 26px;
	}
	.partners__text {
	    margin-bottom: 25px;
	    font-size: 15px;
	    line-height: 22px;
	    width: 55%;
	}
	.partners__rcol, .partners__lcol {
	    padding: 60px 50px;
	}
	.partners__lcol-img {
	    height: 280px;
	}
	.partners__rcol .form__forget img {
	    margin-right: 18px;
	}
	.partners__rcol .form button {
	    margin-left: 37px;
	}
	.s-content table th{
		padding: 12px 15px;
		font-size: 14px;
	}
	.s-content table td{
		font-size: 14px;
		padding: 12px 10px 12px 0;
	}
	.header-block__link {
	    margin-right: 20px;
	    padding: 0 20px 20px 0px;
	    font-size: 14px;
	}
	.header-block {
	    padding-top: 30px;
	    margin-bottom: 30px;
	}
	.gallery__item {
	    padding: 0 10px;
	    margin-bottom: 20px;
	}
	.gallery__in {
	    margin: 0 -10px;
	}
	.gallery__item-in {
	    height: 450px;
	}
	.gallery__item-text {
	    bottom: 35px;
	    right: 35px;
	}
	.gallery__item-name {
	    font-size: 32px;
	    line-height: 36px;
	}
	.gallery__item-type {
	    font-size: 13px;
	    margin-bottom: 10px;
	}
	.gallery__item:nth-child(2n) .gallery__item-text {
	    left: 70px;
	}
	.otzivy__vidjet-block {
	    width: 400px;
	    height: 1100px;
	}
	.review__container {
	    width: calc(100% - 400px);
	}
	.review__right {
	    max-width: 230px;
	    min-width: 230px;
	}
	.review__img {
	    position: relative;
	    max-width: 70px;
	    min-width: 70px;
	    height: 70px;
	}
	.review__name {
	    margin-bottom: 20px;
	    padding-top: 25px;
	}
	.review__post {
	    margin-bottom: 10px;
	}
	.reviews__add .form__header {
	    margin-bottom: 30px;
	}
	.reviews__add-form {
	    margin-top: 45px;
	    margin-bottom: 35px;
	}
	.reviews__add .form__field-name {
	    font-size: 16px;
	    margin-right: 15px;
	    max-width: 180px;
	    min-width: 180px;
	}
	.reviews__add .form__file-text {
	    padding: 10px 20px 8px;
	}
	.colors__block {
	    margin: 10px 0 0 0;
	}
	.colors__abs {
	    padding: 9px 0;
	}
	.colors__abs-item {
	    font-size: 22px;
	}
	.colors__letter {
	    font-size: 22px;
	    padding: 0 0 10px 0;
	}
	.colors__abs{
		top: 77px;
	}
	.colors__item-name {
	    font-size: 16px;
	}
	.colors__item-img img {
	    width: 45px;
	    height: 45px;
	}
	.colors__item{
		margin-top: 15px;
	}
	.colors__list {
	    padding: 25px 0;
	}
	.s-content-vozvrat{
		padding: 40px 0 0 0;
	}
	.s-content-page h3{
		font-size: 1em;
	}
	.compare__container .switcher__text {
	    margin-left: 15px;
	    margin-top: 0px;
	    font-size: 16px;
	}
	.compare__row-title {
	    font-size: 22px;
	    line-height: 28px;
	    padding: 15px 0 5px 0;
	}
	.compare__row-name {
	    padding: 13px 0;
	    font-size: 15px;
	    line-height: 18px;
	}
	.compare__clear {
	    margin-top: 30px;
	    padding: 8px 20px 5px;
	    font-size: 16px;
	}
	.cart__table th {
	    padding: 12px 30px;
	    font-size: 14px;
	}
	.cart__table-buy,
	.cart__table-info,
	.cart__table-img{
		padding: 20px 30px;
	}
	.basket-item-custom-block-photo-item {
	    height: 250px;
	}
	.cart__table-info-name {
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	.cart__table-info-text {
	    margin-bottom: 20px;
	    font-size: 15px;
	}
	.link-all-detali {
	    font-size: 14px;
	}
	.basket-item-amount-filed-block .counter__value{
		height: 38px;
	}
	.cart__table-buy-counter {
	    margin-bottom: 15px;
	}
	.cart__table-buy-total {
	    font-size: 22px;
	}
	.cart__table-buy-sale-text {
	    padding: 0;
	    font-size: 13px;
	}
	.cart__table-buy-price{
		display: block;
	    margin-top: -4px;
	    font-size: 18px;
	}
	.bx-basket .cart__lcol{
		padding-right: 15px;
	}
	.cart__total {
	    padding: 20px;
	    margin-bottom: 15px;
	}
	.cart__article {
	    padding: 40px 20px;
	    font-size: 15px;
	    margin-bottom: 15px;
	}
	.cart__total-top {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.cart__total-sum {
	    font-size: 24px;
	    margin-bottom: 15px;
	}
	.cart__total-text{
		font-size: 15px;
	}
	.write__cart-icon img{
		height: auto!important;
	}
	.search-page__title{
		font-size: 18px;
	}
	.search-page__preview{
		font-size: 16px;
	}
	.search-page__path{
		font-size: 70%;
	}
	.articles__row-title{
		font-size: 28px;
	    line-height: 34px;
	    margin-bottom: 20px;
	}
	.profiles__item-img {
	    height: 150px;
	    margin-bottom: 20px;
	}
	.profiles__item-name {
	    padding: 0 20px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.content__item-about .photos__item{
	    min-width: 25%;
	    max-width: 25%
	}
	.footer__menu{
		padding-left: 15px;
	}
	.popup-modal-action .popup__main{
		width: 1000px;
	}
	.popup-modal-action .popup__block-preview p {
	    font-size: 16px;
	}
	.popup-modal-action .popup__block-preview ul li {
	    position: relative;
	    padding-left: 20px;
	    font-size: 16px;
	}
	.popup-modal-action .popup__block-preview ul li::before{
		top: 5px;
	}
	.card__rcol .card__total-base-text{
		margin-bottom: 30px;
		font-size: 14px;
	}

}

@media(max-width:1349px){
	.top__menu-item {
	    margin-right: 8px;
	}
	.top__logo img {
	    width: 210px;
	    height: 35px;
	}
	/*.top__logo:after {
	    left: 218px;
	    width: 23px;
	    height: 15px;
	    top: 12px;
	}*/
	.top__phone a {
	    font-size: 16px;
	}
	.top__phone{
	    margin-left: 20px;
	}
	.top__icons a{
		margin-left: 15px;
	}
	.top__catalog-col-item {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.top__catalog-close{
		top: 30px;
	}
	.top{
		height: 70px;
	}
	.wrapper{
		padding-top: 70px;
	}
	.link,
	.pluses__link{
		font-size: 14px;
	}
	.text-block__right img{
		margin-bottom: 50px;
	}
	.text-block__text {
	    margin-bottom: 25px;
	    font-size: 16px;
	}
	.good__name, .good__price, .good-item__film-text, .good-text__text, .pluses__item-name, .pluses__item-text, .form__inp, .js-select .select2-container--default .select2-selection--single .select2-selection__rendered, .write__text, .footer__menu-item, .footer__address {
	    font-size: 16px;
	    line-height: 20px;
	}
	.text-block {
	    margin-bottom: 70px;
	}
	.good {
	    padding: 30px 30px 0;
	    margin-bottom: 30px;
	}
	.good__cat{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.good__price{
		margin-top: 5px;
	}
	.good__buy-wrap {
	    margin-bottom: 15px;
	}
	.counter__minus, .counter__plus {
	    width: 45px;
	    height: 33px;
	    font-size: 28px;
	    line-height: 36px;
	}
	.counter {
	    width: 140px;
	    height: 35px;
	    padding: 0 45px;
	}
	.counter__value{
		height: 36px;
	}
	.good__buy{
		height: 35px;
	}
	.good__buy img {
	    height: 17px;
	    width: 17px;
	}
	.good-photo {
	    height: 410px;
	    margin-bottom: 36px;
	}
	.good-photo__name{
		font-size: 38px;
	}
	.good-item {
	    padding: 0 15px;
	}
	.good-item__film {
	    padding: 15px;
	    height: 130px;
	}
	.good__img {
	    height: 270px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.good__img a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    height: 100%;
	}
	.good__img img{
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.good-text__title, .write__header {
	    font-size: 82px;
	    line-height: 90px;
	}
	.pluses__header{
		font-size: 38px;
	    line-height: 42px;
	}
	.pluses__item-num{
		max-width: 38px;
	    min-width: 38px;
	    height: 38px;
	    background-size: contain;
	}
	.pluses__item-name {
	    margin-bottom: 5px;
	}
	.pluses {
	    padding: 60px 0;
	}
	.pluses__item, .pluses, .goods, .footer__cols, .popup__main .form__fields {
	    margin-bottom: 30px;
	}
	.pluses__team {
	    padding: 35px 20px 25px;
	    background: #36363A;
	}
	.pluses__team-photo {
	    max-width: 80px;
	    min-width: 80px;
	    height: 80px;
	    background-size: contain;
	}
	.pluses__team-photos{
		margin-bottom: 25px;
	}
	.form__inp{
		padding: 12px 40px;
	}
	.form .switcher-wrap {
	    margin-top: 35px;
	}
	.form__fields {
	    margin-bottom: 40px;
	}
	.write__text{
		max-width: 65%
	}
	.write__left, .write__right {
	    height: 625px;
	    padding: 60px 0;
	}
	.write__right img {
	    height: 115px;
	}
	.write__right {
	    padding-top: 145px;
	}
	.write__left img {
	    height: 210px;
	}
	.footer {
	    padding-top: 60px;
	}
	.footer__btn {
	    padding: 0px 20px;
	    height: 90px;
	    font-size: 13px;
	}
	.form__header, .footer__col-in {
	    margin-bottom: 25px;
	}
	.footer__text, .footer__cp, .footer__oferta, .footer__netkam {
	    font-size: 14px;
	    line-height: 18px;
	}
	.footer__netkam img{
		width: 32px;
	    height: 28px;
	}
	.footer__soc-link {
	    width: 35px;
	    height: 31px;
	}
	.popup__main{
		width: 750px
	}
	.form__order-mess h2{
		font-size: 1.3em
	}
	.form__order-mess p{
		font-size: 0.9em
	}
	.preloader{
		background-size: 150px 150px
	}
	.modal-card__img{
		height: 225px;
	}
	.card__item-title{
		font-size: 15px;
	}
	.card__item-info-title {
	    margin-bottom: 10px;
	}
	.card__item-info{
		font-size: 15px;
	}
	.modal-card__total {
	    padding: 20px 25px;
	    font-size: 15px;
	}
	.modal-card__total-sum {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.modal-card {
	    margin-bottom: 25px;
	}
	.modal-card__btn-basket, .modal-card__btn-nazad {
	    padding: 9px 21px;
	    font-weight: 500;
	    font-size: 15px;
	}
	.good__price-old {
	    font-size: 14px;
	    margin-top: 0;
	}
	.good__img-sale{
		top: 0
	}
	.series__item-bg-wrap {
	    height: 235px;
	}
	.series__item-name {
	    font-size: 14px;
	    bottom: 15px;
	    left: 15px;
	}
	.lcol__menu-link {
	    font-size: 16px;
	    line-height: 130%;
	}
	.lcol__menu-item, .search {
	    margin-bottom: 15px;
	}
	.search__inp{
		padding: 0 20px 0 45px;
	}
	.search__btn {
	    left: 5px;
	}
	.lcol__article-name {
	    font-size: 14px;
	    line-height: 18px;
	}
	.lcol__article-type {
	    margin-top: 10px;
	}
	.lcol__article {
	    padding: 15px;
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.filter__item-header {
	    padding-bottom: 12px;
	    font-size: 14px;
	}
	.filter__item {
	    padding-top: 12px;
	}
	.filter__item-header:before{
		top: 6px;
	}
	.filter__item-header:after{
		top: -1px
	}
	.bx-filter-price-range {
	    font-size: 13px;
	}
	.range__values--def{
		font-size: 13px;
	}
	.filter__btns .filter__apply, .filter__btns .filter__del {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.js-select .select2-container .select2-selection--single {
	    height: 25px;
	}
	.js-select.js-select--s .select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding-bottom: 0;
	    font-size: 14px;
	}
	.select2-results__option {
	    font-size: 13px;
	    padding: 5px;
	}
	.catalog-filter .js-select {
	    width: 170px;
	}
	.catalog-filter__right {
	    padding-right: 0;
	}
	.catalog-filter{
		flex-wrap: wrap;
	}
	.popup__one-click .popup__main{
		width: 800px;
	}
	.modal-card__img {
	    height: 170px;
	}
	.popup .modal-form__btn .btn, .popup .modal-card__form .btn {
	    font-size: 14px;
	}
	.articles__item-in {
	    height: 230px;
	}
	.lcol__info img {
	    margin-right: 10px;
	}
	.lcol__info {
	    font-size: 13px;
	}
	.video-block .video iframe {
	    height: 310px;
	}
	.header__in {
	    height: 350px;
	    margin-bottom: 50px;
	    padding: 50px 0 30px;
	}
	.header__link{
		margin-top: 70px;
	}
	.map-block {
	    height: 300px;
	    margin-bottom: 50px;
	}
	.contacts__item-title {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.contacts__item img {
	    margin-right: 15px;
	}
	.contacts__item {
	    font-size: 15px;
	    line-height: 135%;
	    margin-bottom: 30px;
	}
	.contacts__list {
	    margin: 0 -20px 40px -20px;
	}
	.contacts {
	    margin-bottom: 60px;
	}
	.header__text {
	    font-size: 16px;
	    line-height: 24px;
	}
	.serts__item {
	    padding: 0 15px;
	    margin-bottom: 20px;
	}
	.serts{
		margin: 0 -15px
	}
	.serts__item img {
	    height: 370px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item {
	    padding: 0px 15px;
	    margin-bottom: 20px;
	}
	.photos {
	    margin: 0 -15px;
	}
	.oficial {
	    font-size: 60px;
	    padding: 50px 0;
	}
	.gallery__item-in {
	    height: 380px;
	}
	.header-block__link {
	    padding: 0 15px 15px 0px;
	}
	.colors__abs {
	    top: 69px;
	}
	.s-content-page h3{
		font-size: 0.8em;
	}
	.cart__table-info-name {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.cart__table-info-text {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.basket-item-amount-filed-block .counter__value {
	    height: 33px;
	}
	.cart__table-buy-total {
	    font-size: 20px;
	}
	.cart__table-buy-sale-text {
	    font-size: 13px;
	    line-height: 18px;
	}
	.cart__total-top {
	    margin-bottom: 10px;
	    font-size: 13px;
	}
	.cart__total-sum {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.cart__total-text {
	    font-size: 14px;
	}
	.cart__article-name {
	    font-size: 14px;
	    width: 80%;
	}
	.cart__article {
	    padding: 30px 20px;
	}
	.profiles__item-img {
	    height: 130px;
	    margin-bottom: 10px;
	}
	.profiles__item-name {
	    padding: 0;
	    line-height: 20px;
	    font-size: 14px;
	}
	.content__item-about .photos__item-in {
	    padding: 40px 15px 30px;
	}


}
@media(max-width:1199px){
	.wrapper .top__catalog-link{
		visibility: visible;
	    width: auto;
	    margin-right: 10px;
	}
	.top__right .top__menu{
		display: none;
	}
	.top__icons a {
	    margin-left: 40px;
	}
	.menu__mobile{
		display: block;
		padding: 0 30px 30px 30px;
	}
	/*.top__logo:after{
		left: 230px;
	}*/
	.slider__right {
	    height: 340px;
	}
	.slider__left-text {
	    font-size: 16px;
	    line-height: 22px;
	    width: 100%;
	    margin-bottom: 25px;
	}
	.slider__right-img {
	    top: -45px;
	    left: -20px;
	    width: 100px;
	    height: 100px;
	}
	.slider .slick-dots{
		bottom: 230px;
	}
	.top__catalog-icons{
		top: inherit;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    padding: 10px 30px;
	    border-top: 1px solid #dfdede;
	}
	.top__catalog-icons .top__icons-text{
		display: block;
	}
	.top__catalog-icons a{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	    padding: 0;
	}
	.top__icons-icon{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-right: 15px;
	}
	.top__catalog-icons:hover {
	    width: 100%;
	}
	.top__catalog-icons:hover a{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.top__icons-text,
	.top__catalog-icons:hover .top__icons-text{
		margin-right: 0;
		font-size: 16px;
		color: #AB2328;
		text-transform: capitalize;
		-webkit-transition-delay: 0s;
		     -o-transition-delay: 0s;
		        transition-delay: 0s
	}
	.text-block__right img{
		margin-bottom: 40px;
		width: 80%
	}
	.good{
		padding: 30px 20px 0
	}
	.counter {
	    width: 120px;
	    padding: 0 35px;
	}
	.counter__value{
		width: 48px;
	}
	.good-item__film{
		width: 100%;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.good-item__film-text{
		width: 100%
	}
	.good-item__film-img{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 7px;
	}
	.good-item__film-text{
		font-size: 14px;
		line-height: 18px;
	}
	.good-text__title, .write__header {
	    font-size: 72px;
	    line-height: 80px;
	}
	.pluses__col{
		padding: 0 15px;
	}
	.pluses__col:first-child{
		padding-left: 0
	}
	.pluses__col:last-child{
		padding-right: 0
	}
	.good--catalog .good__img {
	    height: inherit !important;
	    margin-bottom: 40px !important;
	}
	.footer{
		padding-bottom: 45px;
	}
	.footer__btn{
		padding: 0 13px;
		height: 75px;
	}
	.footer__col:first-child .footer__col-in,
	.footer__text,
	.footer__cp{
		padding-left: 0
	}
	.footer__netkam{
		max-width: 30%;
	    min-width: 30%;
	    padding-left: 30px;
	}
	.footer__oferta{
		max-width: 40%;
	    min-width: 40%;
	}
	.footer__cp{
		max-width: 30%;
	    min-width: 30%;
	}
	.good__img-sale {
	    font-size: 14px;
	    padding: 4px 10px;
	}
	.series__item-bg-wrap {
	    height: 190px;
	}
	.series__item-name {
	    font-size: 13px;
	    bottom: 10px;
	    left: 10px;
	}
	.path {
	    margin-bottom: 30px;
	}
	.path .container {
	    height: 30px;
	    font-size: 12px;
	}
	.catalog-series__serie-text{
		width: 85%;
	}
	.catalog-series__serie-in{
		padding: 15px 17px;
	}
	.catalog-series__title {
	    margin-bottom: 10px;
	    font-size: 85px;
	    line-height: 90px;
	}
	.rcol{
		padding-left: 15px;
	}
	.lcol{
		padding-right: 15px;
	}
	.catalog-filter__right {
	    padding-right: 0;
	}
	.lcol__article-name {
	    font-size: 13px;
	    line-height: 17px;
	}
	.lcol__article{
		font-size: 13px;
	}
	.catalog-filter .switcher-wrap{
		padding-right: 0
	}
	.card__title {
	    font-size: 58px;
	    line-height: 60px;
	}
	.card__rcol,
	.card__lcol{
		max-width: 27%;
	    min-width: 27%;
	}
	.card__rcol{
		top: 90px;
	}
	.card__links-item svg {
	    margin-right: 15px;
	}
	.video-block .video {
	    margin-right: 20px;
	}
	.articles__item-in {
	    height: 200px;
	}
	.articles__item-name {
	    left: 13px;
	    bottom: 13px;
	    right: 13px;
	    font-size: 16px;
	}
	.serts__item img {
	    height: 300px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item-in {
	    height: 200px;
	    padding: 40px 30px 30px;
	}
	.oficial {
	    font-size: 50px;
	    padding: 40px 0;
	}
	.partners__title{
		font-size: 34px;
	}
	.partners__rcol, .partners__lcol {
	    padding: 40px 35px;
	}
	.otzivy__vidjet{
		flex-wrap: wrap;
		width: 100%
	}
	.otzivy__vidjet-block {
	    width: 100%;
	    height: 1300px;
	}
	.review__container,
	.otzivy__main-null {
	    width: 100%;
	    padding: 40px 0 0 0;
	}
	.otzivy__main-null{
		padding: 60px 0 0 0;
	}
	.form__file{
		padding-right: 320px;
	}
	.colors__abs-item {
	    font-size: 20px;
	    margin-right: 20px;
	}
	.colors {
	    margin: 20px 0 0 0;
	}
	.colors__list {
	    padding: 20px 0;
	}
	.colors__letter {
	    font-size: 20px;
	}
	.s-content-vozvrat{
		padding: 30px 0 0 0;
	}
	.compare__row-title {
	    font-size: 20px;
	    line-height: 26px;
	}
	.compare__nav {
	    margin-right: 35px;
	}
	.bx-basket .cart__cols{
		flex-direction: column;
	}
	.bx-basket .cart__lcol{
		max-width: 100%;
	    min-width: 100%;
	    padding-right: 0
	}
	.bx-basket .cart__rcol {
	    max-width: 100%;
	    min-width: 100%;
	    padding-left: 0;
	    order: -1;
	    position: sticky;
	    top: 70px;
	}
	.bx-basket .basket-checkout-section{
		display: flex;
	}
	.cart__total,
	.cart__article{
		width: 50%
	}
	.cart__article {
	    display: flex;
	    align-items: center;
	}
	jdiv jdiv.globalClass_be5a .label_a1d3._bottom_e331{
		bottom: 45px!important;
	}
	.footer__menu{
		padding-left: 0;
	}
	.popup-modal-action .popup__main {
	   	width: 100%;
    	max-width: 98%;
	}
}
@media(max-width:991px){
	.container{
		min-width: inherit;
		width: 100%;
	}
	.top{
		width: 100%;
    	max-width: 100%;
    	padding: 15px 20px;
	}
	.slider__slide-in{
		padding: 35px 0
	}
	.slider__left{
		padding-right: 0
	}
	.text-block__text{
		width: 100%
	}
	.good__favorite,
	.good__compare{
		visibility: visible;
	}
	.good {
	    padding: 25px 15px 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.good__buy-wrap{
		visibility: visible;
		opacity: 1
	}
	.goods__list{
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.counter {
	    width: 90px;
	    padding: 0 30px;
	}
	.counter__minus, .counter__plus{
		width: 30px;
	}
	.counter__value {
	    width: 30px;
	}
	.good__buy {
	    max-width: 45px;
	    min-width: 45px;
	}
	.good__buy-wrap{
		margin: 15px 0
	}
	.good-item {
	    -webkit-box-pack: end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.good-photo {
	    height: 427px;
	    margin-bottom: 24px;
	    padding-right: 0;
	    max-width: 47%;
	    min-width: 47%;
	    margin-left: 15px;
	}
	.good-photo__info{
		width: 90%;
		left: 20px;
	}
	.good-text__title, .write__header {
	    font-size: 58px;
	    line-height: 60px;
	}
	.good-text__in{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	}
	.good-text__text {
	    max-width: 100%;
	    min-width: 100%;
	    margin-right: 0;
	}
	.good-text .good-text__text + .link{
		margin-top: 15px;
	}
	.good-text {
	    padding: 0 15px;
	    margin-bottom: 35px;
	}
	.good-photo__in{
		right: 0
	}
	.pluses__cols{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.pluses__col{
		max-width: 100%;
	    min-width: 100%;
	    padding: 0
	}
	.pluses__item{
		margin-bottom: 30px;
	}
	.pluses__col--2{
		margin: 20px 0
	}
	.pluses__col--2 .pluses__item {
	    width: 100%;
	}
	.pluses__col--2 .pluses__team{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		padding: 30px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.pluses__col--2 .pluses__item{
		margin: 30px 0 0 0
	}
	.pluses__team-line{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1
	}
	.pluses__team-item.pluses__item{
		margin: 0
	}
	.pluses__team-photos {
	    margin-bottom: 0;
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
	    margin-top: 10px;
	}
	.pluses__link{
		margin-right: 15px;
	}
	.write__text {
	    max-width: 80%;
	    padding-left: 0;
	}
	.write__left, .write__right {
	    height: 570px;
	}
	.form .switcher-wrap{
		padding-right: 0
	}
	.footer__col{
		padding: 0 20px;
	}
	.footer__soc{
		padding-left: 35px;
	}
	.footer__line2{
		margin-top: 25px;
	}
	.footer__oferta {
	    max-width: 50%;
	    min-width: 50%;
	    -webkit-box-pack: end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
	}
	.footer__cp {
	    max-width: 50%;
	    min-width: 50%;
	}
	.footer__netkam {
	    max-width: 100%;
	    min-width: 100%;
	    padding: 20px 0 0 0;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.footer__line2 .container{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top__catalog .container{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top__catalog-col {
	    max-width: 33.3%;
	    min-width: 33.3%;
	}
	.top__catalog-col:first-child {
	    max-width: 100%;
	    min-width: 100%;
	    margin-bottom: 20px;
	}
	.popup__main {
	    width: 580px;
	}
	.modal-card__img {
	    height: 170px;
	}
	.series__item {
	    max-width: 25%;
	    min-width: 25%;
	}
	.series__item--2{
		max-width: 50%;
	    min-width: 50%;
	}
	.lcol{
		padding-right: 0;
	}
	.catalog-series__serie-text {
	    font-size: 14px;
	}
	.catalog-series__serie-in {
	    padding: 15px 13px;
	}
	.catalog-series__serie{
		padding-top: 45px;
	    padding-right: 20px;
	}
	.catalog-series__serie-in img{
		opacity: 0.6
	}
	.pagination {
	    margin-top: 10px;
	}
	.catalog-filter__right{
		margin-top: 30px;
	}
	.lcol__article{
		padding: 10px;
	}
	.filter__btns .filter__apply, .filter__btns .filter__del{
		font-size: 13px;
	}
	.catalog-filter .switcher-wrap{
		margin-right: 70px;
	}
	.card__title {
	    font-size: 40px;
	    line-height: 50px;
	    margin-bottom: 30px;
	}
	.card__cols{
		flex-wrap: wrap;
	}
	.card__rcol, .card__lcol {
	    max-width: 100%;
	    min-width: 100%;
	}
	.card__ccol{
		order: -1
	}
	.card__ccol {
	    max-width: 100%;
	    min-width: 100%;
	    padding: 0;
	}
	.card__ccol .card__item{
		padding: 0 30px;
	}
	.card__gallery-prev{
		left: 0
	}
	.card__gallery-next{
		right: 0
	}
	.card__links{
		display: flex;
		align-items: center;
	}
	.card__links-item{
		margin: 0 40px 0 0 
	}
	.card__links-item svg{
		margin-top: -4px;
	}
	.card__lcol{
		padding-right: 0
	}
	.card__rcol{
		padding-left: 0
	}
	.card__rcol .card__item{
		padding-left: 107px;
	}
	.js-select.js-select--allow .select2-selection__clear{
		top: 0
	}
	.card__info-item-in .s-content {
	    width: 100%;
	}
	.cols__list-tech .lcol{
		min-width: 0;
		max-width: 0
	}
	.cols__list-tech .rcol{
		padding-left: 0;
		max-width: 100%;
	    min-width: 100%;
	}
	.card__info-item-in .lcol img {
	    height: 184px;
	}
	.popup__one-click .popup__main {
	    width: 90%;
	    padding: 60px 20px 30px 20px;
	}
	.card__img img {
	    max-height: 350px;
	}
	.header-slider {
	    padding: 30px 0;
	    margin-bottom: 30px;
	}
	.header-slider__info-in p{
		width: 100%
	}
	.header-slide, .header-slider__in {
	    height: 300px;
	}
	.header-slider__info{
		max-width: 45%;
	    min-width: 45%;
	}
	.articles__item {
	    padding: 0 10px;
	    max-width: 33.33%;
	    min-width: 33.33%;
	}
	.articles {
	    margin: 0 -10px 40px;
	}
	.lcol__info{
		width: 97%
	}
	.video-block{
		flex-direction: column;
	}
	.video-block .video{
		min-width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.video-block__text{
		order: -1;
		margin-bottom: 15px;
	}
	.video-block:last-child{
		margin-bottom: 0
	}
	.contacts .cols__list{
		flex-direction: column;
	}
	.contacts .cols__list .lcol{
		max-width: 100%;
	    min-width: 100%;
	}
	.contacts .cols__list .lcol .lcol__info img{
		margin-top: -5px
	}
	.contacts .cols__list .rcol{
		max-width: 100%;
	    min-width: 100%;
	    padding-left: 0
	}
	.copy-koord-mess{
		top: calc(100% + 3px);
		left: 35px;
	}
	.header__text{
		width: 95%;
		margin: 0 auto
	}
	.cols__list-about{
		flex-direction: column;
	}
	.cols__list-about .lcol{
		min-width: 100%;
		max-width: 100%;
		padding-bottom: 20px;
	}
	.cols__list-about .rcol{
		padding: 0;
		min-width: 100%;
		max-width: 100%;
	}
	.cols__list-about .lcol .lcol__info{
		margin: 0
	}
	.cols__list-about .lcol__info img{
		margin-top: -5px
	}
	.film__text{
		width: 90%
	}
	.film img {
	    margin-bottom: 25px;
	    height: 60px;
	}
	.film {
	    padding: 50px 0;
	}
	.partners__rcol, .partners__lcol {
	    padding: 40px 25px;
	}
	.s-content table th {
	    font-size: 13px;
	}
	.gallery__item-in {
	    height: 280px;
	}
	.gallery__item-text,
	.gallery__item:nth-child(2n) .gallery__item-text{
		width: calc(100% - 50px);
		left: 25px;
		bottom: 25px;
		right: 25px;
	}
	.header__title {
	    font-size: 60px;
	    line-height: 68px;
	}
	.header__in{
		height: auto;
		padding: 50px 0;
	}
	.path .container{
		display: block;
	}
	.path a {
	    display: inline-block;
	}
	.reviews__add {
	    margin: 40px auto 0 auto;
	}
	.form__field-error-file{
		font-size: 16px;
	    line-height: 135%;
	}
	.form__file {
	    padding-right: 260px;
	}
	.colors {
	    margin: 15px 0 0 0;
	}
	.colors__abs-item{
		margin-bottom: 15px;
	}
	.colors__item{
		width: 32%;
		margin-right: 2%;
	}
	.colors__item:nth-child(5){
		margin-top: 15px;
	}
	.colors__item:nth-child(4n+1), .colors__item:nth-child(5) {
	    margin-right: 2%;
	}
	.colors__item:nth-child(3n+1), .colors__item:nth-child(4) {
	    margin-right: 0;
	}
	.compare__left {
	    width: 250px;
	    min-width: 250px;
	}
	.compare__main {
	    width: calc(100% - 250px);
	}
	.cols__list-prosmotr .good__favorite {
	    right: 15px;
	}
	.cols__list-prosmotr .good__compare{
		right: 13px;
	}
	.cols__list-prosmotr .switcher{
		min-width: 30px;
	}
	.cart__table-buy, .cart__table-info, .cart__table-img {
	    padding: 20px 15px;
	}
	.basket-items-list-container .cart__table-del {
	    right: -15px;
	}
	.cart__table th {
	    padding: 12px 15px;
	}
	.cart__table-buy-counter .counter{
		margin-bottom: 0
	}
	.cart__table-buy-sep{
		display: flex;
	}
	.cart__table-buy-price{
		margin-top: 0
	}
	.basket-item-block-amount .counter__minus, .basket-item-block-amount .counter__plus{
		line-height: 30px;
	}
	.write__cart{
		width: 80%;
	}
	.profiles__item{
		padding: 0 15px;
	}
	.profiles{
		margin: 0 -15px;
	}
	.content__item-about .serts__item {
	    min-width: 33.3%;
	    max-width: 33.3%;
	}
	.content__item-about .photos__item{
	    min-width: 33.3%;
	    max-width: 33.3%;
	}
	.card__item-title-complect{
		margin-left: -107px
	}
	jdiv jdiv.button_beaa{
		bottom: 60px!important;
		margin-right: 10px!important;
	}
	.card__rcol{
		position: relative;
		top: inherit;
		height: auto;
	}

}
@media(max-width:767px){
	.top--main .top__icons-icon{
		margin-right: 0
	}
	.top__icons a {
	    margin-left: 20px;
	}
	.top__catalog {
	    padding: 25px 0;
	}
	.menu__mobile {
	    padding: 0 45px 20px 20px;
	}
	.top__catalog-close {
	    top: 23px;
	    right: 13px;
	}
	.top__menu-item{
		display: inline-block;
		margin-bottom: 8px;
	}
	.top__menu{
		display: inline-block;
	}
	.top__catalog .container{
		padding: 0 20px;
	}
	.top__catalog-col {
	    max-width: 31.3%;
	    min-width: 31.3%;
	}
	.slider__right {
	    height: 250px;
	    -webkit-box-ordinal-group: 0;
	        -ms-flex-order: -1;
	            order: -1;
	    padding-left: 0;
	    max-width: 100%;
	    min-width: 100%;
	}
	.slider__left{
		max-width: 100%;
	    min-width: 100%;
	    padding: 15px 0 0 20px;
	}
	.slider__slide-in{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.slick-dots{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.slider .slick-dots li{
		margin: 5px 0
	}
	.slider__right-img {
	    top: -40px;
	    left: -5px;
	    width: 80px;
	    height: 80px;
	}
	.slider__right-in{
		left: 20px;
	}
	.slider__left-catalog{
		margin-bottom: 7px
	}
	.text-block__left{
		display: none;
	}
	.container{
		padding: 0 20px;
	}
	.text-block__right {
	    max-width: 100%;
	    min-width: 100%;
	    padding-left: 0;
	}
	.slider__slide-in{
		padding: 30px 0 50px 0
	}
	.text-block__right img{
		margin-bottom: 20px;
	}
	.text-block__text{
		margin-bottom: 15px;
		font-size: 15px;
	}
	.top--main .container{
		padding: 0
	}
	.good{
		min-width: 50%;
		max-width: 50%;
	}
	.counter {
	    width: 120px;
	    padding: 0px 40px;
	}
	.counter__minus, .counter__plus {
	    width: 40px;
	}
	.counter__value {
	    width: 40px;
	}
	.good-photo{
		height: 350px;
	    margin-bottom: 30px;
	}
	.good-text__title, .write__header {
	    font-size: 44px;
	    line-height: 50px;
	}
	.good__name, .good__price, .good-item__film-text, .good-text__text, .pluses__item-name, .pluses__item-text, .form__inp, .js-select .select2-container--default .select2-selection--single .select2-selection__rendered, .write__text, .footer__menu-item, .footer__address {
	    font-size: 15px;
	    line-height: 18px;
	}
	.link, .pluses__link {
	    font-size: 13px;
	}
	.slider__left-text{
		margin-bottom: 10px;
	}
	.good-photo__name {
	    font-size: 26px;
	}
	.good-photo__text{
		margin-bottom: 7px;
	}
	.good-photo__info{
		bottom: 20px;
	}
	.pluses {
	    padding: 30px 0;
	}
	.pluses__header {
	    font-size: 32px;
	    line-height: 38px;
	}
	.write{
		margin-top: 0
	}
	.write__right img,
	.write__left img{
		display: none;
	}
	.write .container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.write__left, .write__right {
	    height: auto;
	    max-width: 100%;
	    min-width: 100%;
	    padding: 30px 0;
	}
	.write__header {
	    margin-bottom: 15px;
	}
	.write__text{
		max-width: 100%
	}
	.write__header br,
	.pluses__header br,
	.top__catalog-header br{
		padding-left: 8px;
		content: " "
	}
	.top__catalog .container{
		padding: 0 20px;
	}
	.footer__cols{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0
	}
	.footer__col{
		max-width: 50%;
	    min-width: 50%;
	    padding: 25px 0 0 0
	}
	.footer__col:nth-child(2n){
		padding-left: 20px;
	}
	.footer__col:nth-child(1),
	.footer__col:nth-child(2){
		padding-top: 0
	}
	.footer__btn{
		height: 40px;
	}
	.footer__menu {
	    padding-left: 0;
	}
	.footer__text-wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer__text{
		max-width: 100%;
	    min-width: 100%;
	}
	.footer__soc{
		max-width: 100%;
	    min-width: 100%;
	    padding: 20px 0 0 0
	}
	.popup__main {
	    width: 90%;
	}
	.form__order-mess h2 {
	    font-size: 1em;
	    margin-bottom: 7px;
	}
	.form__order-mess p {
	    font-size: 0.7em;
	}
	.modal-card__img {
	    padding-right: 10px;
	}
	.modal-card__total {
	    padding: 15px;
	    font-size: 14px;
	}
	.modal-card__btn-nazad{
		margin-left: 15px;
	}
	.popup__main-basket{
		padding: 40px 15px
	}
	.good__price-old{
		font-size: 14px;
	}
	.series__item {
	    padding: 0 5px;
	    margin-bottom: 10px;
	}
	.series__list{
		margin: 0 -5px 25px -5px
	}
	.series__item-bg-wrap {
	    height: 180px;
	}
	.series h1,
	.path{
		margin-bottom: 20px;
	}
	.cols__list{
		flex-direction: column;
	}
	.lcol,
	.rcol{
		max-width: 100%;
	    min-width: 100%;
	}
	.rcol{
		padding: 30px 0 0 0
	}
	.lcol__mobile-menu{
		display: flex;
	}
	.lcol{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	.search{
		margin-bottom: 0
	}
	.lcol__menu{
		width: 100%;
	}
	#title-search{
		width: calc(100% - 50px);
	}
	.search__inp::placeholder, .search__inp {
	    font-size: 14px;
	    line-height: 130%;
	}
	.search__inp{
		height: 35px;
		padding: 0 15px 0 40px;
	}
	.search__btn img {
	    width: 17px;
	    height: 17px;
	}
	.search__btn{
		top: 7px;
	}
	table.search-ajax td.title-search-item a,
	.title-search-all a, 
	.title-search-more a {
	    font-size: 14px;
	    line-height: 17px;
	}
	.lcol__menu{
		position: fixed;
	    background: #fff;
	    left: 0;
	    bottom: 45px;
	    top: 70px;
	    z-index: 5;
	    padding: 20px 20px;
	    overflow: auto;
	    transition: 0.3s;
	    transform: translateX(-100%);
	}
	.lcol__menu.show{
		transform: translateX(0);
	}
	.lcol__menu-item{
		margin-bottom: 10px;
		padding-right: 40px;
	}
	.lcol__menu-link {
	    font-size: 14px;
	    line-height: 130%;
	}
	.lcol__menu-mobile-close{
		display: block;
		position: fixed;
		width: 30px;
	    height: 30px;
	    right: 20px;
	}
	.lcol__menu-mobile-close::after,
	.lcol__menu-mobile-close::before{
		position: absolute;
		content: '';
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		background: #7C7792;
		width: 100%;
		height: 2px;
	}
	.lcol__menu-mobile-close::before{
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.rcol__text {
	    margin-bottom: 30px;
	    width: 100%;
	    font-size: 16px;
	    line-height: 22px;
	}
	.catalog-series__title {
	    font-size: 60px;
	    line-height: 70px;
	}
	.catalog-series__serie {
	    padding-top: 25px;
	    padding-right: 10px;
	}
	.catalog-series__serie-text {
	    width: 100%;
	}
	.catalog-series__serie-in{
		height: auto;
		padding: 25px 13px;
	}
	.cols__list{
		margin-bottom: 30px;
	}
	.pagination__item {
	    line-height: 17px;
	    padding: 7px 15px 7px;
	    font-size: 14px;
	    margin-right: 10px;
	}
	.search-ajax{
		width: 100%
	}
	.lcol__article{
		width: 100%;
	    margin: 15px 0 0 0;
	}
	.lcol__article-name{
		width: 100%
	}
	.lcol__article-name br{
		display: none;
	}
	.lcol__article-type {
	    margin-top: 5px;
	}
	.lcol__mobile-menu-filter{
		display: flex;
	}
	.bx-filter{
		position: fixed;
	    background: #fff;
	    left: 0;
	    bottom: 45px;
	    top: 70px;
	    z-index: 5;
	    padding: 40px 20px 20px 20px;
	    overflow: auto;
	    transition: 0.3s;
	    transform: translateX(-100%);
	}
	.bx-filter.show{
		transform: translateX(0);
	}
	.bx-filter-close{
		display: block;
	    position: fixed;
	    width: 30px;
	    height: 30px;
	    right: 20px;
	    top: 0;
	} 
	.bx-filter-close::after, .bx-filter-close::before {
	    position: absolute;
	    content: '';
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%) rotate(45deg);
	    background: #7C7792;
	    width: 100%;
	    height: 2px;
	}
	.bx-filter-close::before {
	    transform: translate(-50%, -50%) rotate(-45deg);
	}
	.card__info-item-title{
		font-size: 27px;
	}
	.card{
		padding-bottom: 30px;
	}
	.card__info-item-title:after{
		top: 3px;
	    right: 12px;
	    height: 24px;
	}
	.card__info-item-title:before{
		top: 14px;
		width: 24px;
	}
	.card__info-item-in .cols__list-preview img{
		width: 100%;
		height: auto
	}
	.card__info-item-in .cols__list-preview table img{
		width: auto;
		height: auto
	}
	.card__info-item-in .cols__list-preview .rcol {
	    max-width: 100%;
	    min-width: 100%;
	    padding-left: 0;
	}
	.header-slider__in{
		display: none;
	}
	.header-slider__info {
	    max-width: 100%;
	    min-width: 100%;
	}
	.h1--mb {
	    margin-bottom: 15px;
	}
	.articles__item-name{
		font-size: 14px;
	}
	.articles__item-in {
	    height: 180px;
	}
	.content__item.cols__list .lcol__info{
		width: 100%;
		margin-bottom: 0
	}
	.lcol__info img{
		margin-top: -5px
	}
	.video-block__text {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.header__in {
	    height: auto;
	    margin-bottom: 30px;
	    padding: 40px 0 30px;
	}
	.header__title {
	    font-size: 60px;
	    line-height: 60px;
	}
	.header__link {
	    margin-top: 50px;
	}
	.map-block{
		margin-bottom: 20px;
	}
	.contacts .rcol{
		padding-top: 0
	}
	.contacts__item{
		min-width: 50%;
		max-width: 50%
	}
	.header__text {
	    font-size: 14px;
	    line-height: 20px;
	}
	.cols__list-about .lcol{
		padding-bottom: 10px;
	}
	.serts__item img {
	    height: 230px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item-in {
	    height: 155px;
	    padding: 20px;
	}
	.photos__item-in-text {
	    margin-top: 8px;
	    font-size: 15px;
	}
	.film {
	    padding: 40px 0;
	}
	.film img {
	    margin-bottom: 20px;
	    height: 50px;
	}
	.film__title{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.film__text {
	    line-height: 20px;
	    font-size: 14px;
	}
	.oficial {
	    font-size: 34px;
	    padding: 30px 0;
	}
	.partners{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.partners__rcol, .partners__lcol{
		min-width: 100%;
		max-width: 100%;
		padding: 30px 20px;
	}
	.partners__lcol-img{
		right: 10px;
		height: 245px;
	}
	.partners__new {
	    padding-left: 30px;
	    margin-bottom: 15px;
	    font-size: 16px;
	    line-height: 21px;
	}
	.partners__text {
	    margin-bottom: 15px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.header-block__links{
		flex-wrap: wrap;
	}
	.header-block__link {
	    padding: 0 12px 7px 0px;
	    margin-right: 20px;
	    margin-bottom: 10px;
	}
	.gallery__item {
	    padding: 0 5px;
	    margin-bottom: 10px;
	}
	.gallery__in {
	    margin: 0 -5px;
	}
	.gallery__item-in {
	    height: 220px;
	}
	.gallery__item-text, .gallery__item:nth-child(2n) .gallery__item-text {
	    width: calc(100% - 30px);
	    left: 15px;
	    bottom: 15px;
	    right: 15px;
	}
	.gallery__item-type {
	    font-size: 12px;
	    margin-bottom: 7px;
	}
	.gallery__item-name {
	    font-size: 24px;
	    line-height: 28px;
	}
	.header-block {
	    padding-top: 20px;
	    margin-bottom: 20px;
	}
	.gallery.container{
		padding-bottom: 30px;
	}
	.header__title {
	    font-size: 46px;
	    line-height: 50px;
	}
	.cols__list-gallery .lcol .lcol__info{
		width: fit-content;
		margin-right: 40px;
	}
	.cols__list-gallery .lcol{
		justify-content: flex-start;
	}
	.form__file {
	    padding-right: 0;
	}
	.form__field-error-file{
		position: absolute;
		top: -15px;
	}
	.colors__item-name{
		padding-left: 10px;
	}
	.cols__list-colors .catalog-series__line .good,
	.cols__list-prosmotr .catalog-series__line .good{
	    max-width: 33.3%;
	    min-width: 33.3%;
	}
	.compare__left{
		display: none;
	}
	.compare__main{
		width: 100%
	}
	.compare__row-name-mobile {
	    display: block;
	    font-size: 14px;
	    padding-bottom: 3px;
	    color: #7C7792;
	}
	.compare__main .slick-current.slick-active .compare__row-title{
		opacity: 1
	}
	.compare__clear{
		font-size: 14px;
	}
	.cart__table{
		height: auto;
	}
	.cart__total {
	    padding: 13px;
	    margin-bottom: 5px;
	}
	.cart__total-top-icon{
		margin: 5px 0;
	}
	.cart__total-top {
	    margin-bottom: 5px;
	    font-size: 13px;
	}
	.cart__total-sum {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.cart__total-text {
	    font-size: 13px;
	}
	.cart__article {
	    padding: 20px 13px;
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.cart__table thead{
		display: none!important
	}
	.cart__table-img{
		order: -1
	}
	.cart__table-buy,
	.cart__table-info{
		width: 100%
	}
	.cart__table-info{
		padding: 15px 0!important;
	}
	.basket-item-price-current-sale{
		align-items: center;
	}
	.cart__table-buy-counter .basket-item-block-price {
	    margin-bottom: 0;
	    width: fit-content;
	    flex: inherit;
	}
	.cart__table-buy-counter{
		justify-content: center;
	}
	tr.basket-items-list-item-container{
		margin-bottom: 20px;
		border-top: none
	}
	.basket-items-list .basket-items-list-item-container:first-child>td{
		padding-top: 20px;
	}
	.cart__table-buy, .cart__table-info, .cart__table-img {
	    padding: 20px 15px 10px 15px;
	}
	.write__cart-icon{
		display: block;
	}
	.articles__list + .pagination{
		margin-bottom: 40px;
	}
	.articles__row:last-child {
	    margin-bottom: 40px;
	}
	.path .container{
		display: flex;
		overflow: auto;
	}
	.path a,
	.path span {
	    display: flex;
	    min-width: max-content
	}
	.content__item-about .photos__item-in {
	    padding: 25px 15px 20px;
	}

}
@media(max-width:576px){
	.container {
	    padding: 0 15px;
	}
	.top {
	    padding: 10px 15px;
	}
	.top__logo img {
	    width: 150px;
	    height: 25px;
	}
	.wrapper .top__catalog-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 7px;
		margin-top: -5px
	}
	.top--main.top--scroll .top__catalog-link{
		margin-right: 7px;
	}
	.top__phone img {
	    display: none;
	}
	.top__phone a {
	    font-size: 14px;
	    line-height: 17px;
	}
	/*.top__logo:after {
	    left: 149px;
	    width: 18px;
	    height: 12px;
	    top: 9px;
	}*/
	.top__logo img {
	    width: 145px;
	    height: 25px;
	}
	.top__icons{
		display: none;
	}
	.top__catalog-icons{
		padding: 10px 15px;
	}
	.top__catalog-icons a{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.top__icons-icon{
		margin-right: 0
	}
	.top__icons-text, .top__catalog-icons:hover .top__icons-text{
		font-size: 14px;
	}
	.top__catalog-icons .footer-top__icons-cart,
	.top__catalog-icons .footer-top__icons-mail{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.top__catalog-icons .top__icons-text{
		text-transform: lowercase;
	}
	.slider__left{
		padding: 40px 0 0 0;
	}
	.slider .slick-dots {
	    bottom: 170px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: revert;
	            flex-direction: revert;
	}
	.slider .slick-dots li {
	    margin: 0 5px;
	}
	.slider__left-catalog img {
	    margin-right: 12px;
	}
	.text-block__text {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.text-block__right img{
		width: 280px;
	}
	.good__img{
		height: 200px;
	}
	.good{
		padding: 0;
	}
	.good:nth-child(2n-1){
		padding-right: 15px;
	}
	.good:nth-child(2n){
		padding-left: 15px;
	}
	.good__img .good__favorite {
	    right: 0;
	    height: -webkit-fit-content;
	    height: -moz-fit-content;
	    height: fit-content
	}
	.good__img .good__compare {
	    right: -2px;
	    height: -webkit-fit-content;
	    height: -moz-fit-content;
	    height: fit-content
	}
	.counter {
	    width: 110px;
	    padding: 0px 35px;
	}
	.counter__minus, .counter__plus {
	    width: 35px;
	}
	.counter__value {
	    width: 40px;
	}
	.good__name, .good__price, .good-item__film-text, .good-text__text, .pluses__item-name, .pluses__item-text, .form__inp, .js-select .select2-container--default .select2-selection--single .select2-selection__rendered, .write__text, .footer__menu-item, .footer__address {
	    font-size: 14px;
	    line-height: 18px;
	}
	.good:hover .good__img {
	    height: 200px;
	    margin-bottom: 0;
	}
	.good-photo {
	    height: 270px;
	    margin-bottom: 30px;
	    max-width: 100%;
	    min-width: 100%;
	    margin-left: 0;
	}
	.goods__list .good-item{
		padding-left: 0;
		padding-right: 15px;
	}
	.good-text {
	    padding: 0;
	    margin-bottom: 35px;
	    max-width: 100%;
	    min-width: 100%;
	}
	.good-text__title, .write__header {
	    font-size: 32px;
	    line-height: 40px;
	}
	.goods__list-main .good:nth-child(1){
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1
	}
	.goods__list-main .good:nth-child(2){
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2
	}
	.goods__list-main .good:nth-child(3){
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3
	}
	.goods__list-main .good:nth-child(4){
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4
	}
	.goods__list-main .good-photo:nth-child(5){
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
		margin-bottom: 15px;
	}
	.goods__list-main .good:nth-child(6){
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
		min-width: 100%;
	    max-width: 100%;
	    padding-right: 0;
	    margin-bottom: 15px;
	}
	.goods__list-main .good:nth-child(8){
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
		padding: 0;
		min-width: 100%;
	    max-width: 100%;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	}
	.goods__list-main .good:nth-child(8) .link br{
		content: " ";
		padding-left: 5px;
	}
	.goods__list-main .good:nth-child(7){
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.goods__list-main .good:nth-child(9){
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
		padding: 0 0 0 15px;
	}
	.goods__list-main .good-text:nth-child(10){
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10
	}
	.goods__list-main .good-photo:nth-child(12){
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11
	}
	.goods__list-main .good:nth-child(11){
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
		margin-bottom: 0
	}
	.goods__list-main .good:nth-child(13){
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
		padding: 0 0 0 15px;
		margin-bottom: 0
	}
	.pluses__team-photos{
		margin-top: 15px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.pluses__team-photo{
		margin-left: 0;
		min-width: 70px;
		max-width: 70px;
		height: 70px;
	}
	.pluses__team-line{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.pluses__link {
	    margin-right: 0;
	}
	.goods__main2{
		margin-bottom: 0
	}
	.write__right{
		padding-top: 10px;
	}
	.form__field .js-select {
	    margin-top: 15px;
	}
	.form .switcher-wrap {
	    margin-top: 25px;
	}
	.switcher__text {
	    margin-left: 23px;
	    font-size: 12px;
	}
	.form__fields {
	    margin-bottom: 25px;
	}
	.form button {
	    margin-left: 37px;
	}
	.footer__btn {
	    height: 50px;
	    font-size: 12px;
	    line-height: 16px;
	}
	.footer {
	    padding-bottom: 60px;
	    padding-top: 35px;
	}
	.footer__cp,
	.footer__oferta {
	    max-width: 100%;
	    min-width: 100%;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    text-align: center;
	}
	.footer__netkam,
	.footer__oferta{
		padding: 17px 0 0 0;
	}
	.top {
	    height: 50px;
	}
	.wrapper {
	    padding-top: 50px;
	}
	.slider__right-in {
	    left: 0;
	}
	.slider__right-img {
	    top: 0;
	    left: 0;
	}
	.slider__slide-in {
	    padding: 10px 0 50px 0;
	}
	.top__catalog {
	    padding: 0 0 20px 0;
	    height: calc(100% - 61px);
	    position: fixed;
	    top: 0;
	    overflow: auto;
	    z-index: 5;
	    flex-direction: column;
	}
	.top__catalog-close img {
	    width: 24px;
	    height: 24px;
	}
	.top__catalog--open{
		display: flex;
	}
	.top__catalog-header {
	    font-size: 30px;
	    line-height: 34px;
	}
	.menu__mobile {
	    padding: 10px 15px 0 15px;
	    order: 10;
	    background: #fff;
	}
	.menu__mobile .top__menu-item{
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400
	}
	.top__catalog .container {
	    padding: 30px 15px 25px 15px;
	    order: -1
	}
	.top__catalog-col:first-child{
		margin-bottom: 20px;
	}
	.top__catalog-col-link{
		font-weight: 500
	}
	.top__catalog-col {
	    max-width: 100%;
	    min-width: 100%;
	}
	.top__catalog-col-item {
	    margin-bottom: 20px;
	}
	.top__catalog-col .top__catalog-col-item:last-child{
		margin-bottom: 20px;
	}
	.top--main{
		border-bottom: 1px solid #F4F3F5;
	}
	.popup__main{
		padding: 30px 10px;
	}
	h1, .h1, .popup__block-h1 {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 20px;
	}
	.popup__close{
		top: 12px;
	    right: 10px;
	    width: 25px;
	    height: 22px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow{
		top: -2px
	}
	.js-select .select2-container--default .select2-selection--single .select2-selection__rendered{
		padding-bottom: 12px;
	}
	.js-select .select2-container .select2-selection--single {
	    height: 31px;
	}
	.top__menu-item {
	    width: 45%;
	    margin-bottom: 18px;
	}
	.top__catalog{
		display: flex;
		transform: translateX(-100%);
		transition: 0.3s;
		right: inherit;
	}
	.top__catalog--open{
		transform: translateX(0);
	}
	.top__catalog-close{
		top: 12px;
		position: fixed;
	}
	.top__catalog-icons{
		overflow: inherit;
	    z-index: 5;
	    right: inherit;
	    height: initial;
	}
	.switcher__text{
		margin-left: 14px;
	}
	.switcher{
		width: 25px;
		min-width: 25px;
	}
	.modal-card__form{
		flex-direction: column;
	}
	.modal-card__btn-nazad{
		margin: 15px 0 0 0;
	}
	.btn{
		text-align: center;
	}
	.modal-card{
		flex-direction: column;
		margin-bottom: 15px;
	}
	.modal-card__img{
		padding: 0;
		margin: 0 auto 15px auto;
		max-width: 60%;
	    min-width: 60%;
	}
	.modal-card__info{
		max-width: 100%;
	    min-width: 100%;
	    flex-direction: column;
	}
	.card__item-title, .card__item-info {
	    margin-bottom: 10px;
	}
	.card__item {
	    margin-bottom: 20px;
	}
	.modal-card__total{
		max-width: 100%;
	    min-width: 100%;
	    display: flex;
	    align-items: center;
	}
	.modal-card__total-text{
		order: -1;
		margin: 0 15px 0 0  
	}
	.modal-card__total-sum{
		margin: 0
	}
	.good__price-old,
	.good__img-sale{
		font-size: 12px;
	}
	.series h1,
	.path{
		margin-bottom: 13px;
	}
	.series__item {
	    max-width: 50%;
	    min-width: 50%;
	}
	.series__item-name{
		font-size: 12px;
	}
	.series__item-bg-wrap {
	    height: 200px;
	}
	.rcol__text {
	    margin-bottom: 20px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.catalog-series__title {
	    font-size: 40px;
	    line-height: 40px;
	}
	.catalog-series__serie{
		max-width: 100%;
	    min-width: 100%;
	    padding-top: 0;
	    padding-right: 0;
	    margin-bottom: 15px;
	}
	.catalog-series__serie-in {
	    height: auto;
	    padding: 15px 13px;
	    background: #F5F7F9;
	}
	.catalog-series__serie-text {
	    font-size: 13px;
	}
	.catalog-series__serie-in img {
	    width: 65px;
	}
	.catalog-series .good,
	.catalog-series__line .good {
	    min-width: 50%;
	    max-width: 50%;
	}
	.catalog-series__line .catalog-series__serie ~ .good:nth-child(2n+1) {
		padding-right: inherit;
	    padding-left: 15px;
	}
	.catalog-series__line .catalog-series__serie ~ .good:nth-child(2n) {
		padding-left: inherit;
	    padding-right: 15px;
	}
	.pagination__item {
	    line-height: 17px;
	    padding: 5px 10px 4px;
	    font-size: 14px;
	    margin-right: 7px;
	    min-width: 28px;
	    text-align: center;
	}
	.pagination{
		margin: 0;
		display: flex;
		justify-content: center;
	}
	.lcol__menu-item{
		margin-bottom: 5px;
	}
	.lcol__menu-link {
	    font-size: 13px;
	}
	.lcol__menu{
		padding: 15px;
		top: 50px;
		bottom: 60px;
	}
	.path .container{
		height: auto;
		padding: 15px;
	}
	.js-select .select2-container .select2-selection--single {
	    height: 23px;
	}
	.catalog-filter__right{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}
	.catalog-filter .switcher-wrap{
		margin-right: 15px;
	}
	.bx-filter {
	    padding: 35px 15px 15px 15px;
	    top: 50px;
	    bottom: 60px;
	    width: 100%
	}
	.bx-filter-close {
	    width: 25px;
	    height: 25px;
	    right: 13px;
	    top: 4px;
	}
	.card__title {
	    font-size: 30px;
	    line-height: 36px;
	    margin-bottom: 20px;
	}
	.timer__title {
	    font-size: 16px;
	    padding-bottom: 5px;
	}
	.timer__items {
	    font-size: 24px;
	}
	.card__img img {
	    max-height: 250px;
	    max-width: 85%
	}
	.card__img-sale {
	    font-size: 14px;
	    padding: 6px 12px;
	}
	.js-img-big-link{
		display: flex;
		justify-content: center;
	}
	.card__links-item {
	    margin: 0 30px 0 0;
	    font-size: 12px;
	}
	.card__links-item svg {
	    margin-right: 10px;
	}
	.card__links-item:last-child{
		margin-right: 0
	}
	.card__links {
	    margin-bottom: 40px;
	    margin-top: 15px;
	}
	.color-palette-group {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.card__item-title {
	    font-size: 14px;
	}
	.card__total {
	    padding: 15px;
	}
	.card__rcol .card__item {
	    padding-left: 95px;
	}
	.card__item .js-select .select2-container .select2-selection--single {
	    height: 24px;
	}
	.card__item-info-title {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.card__item-info{
		margin-bottom: 15px;
	}
	.card__item .js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 24px;
	}
	.card__cols {
	    margin-bottom: 10px;
	}
	.card__info{
		margin-bottom: 40px;
	}
	.js-select.js-select--allow .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
		content: none
	}
	.js-select.js-select--allow .select2-selection__clear {
	    top: 3px;
	    line-height: 20px;
	}
	.cols__list-preview .rcol {
	    padding: 15px 0 0 0;
	}
	.s-content p {
	    font-size: 14px;
	    line-height: 22px;
	    margin-bottom: 10px;
	}
	.cols__list-preview{
		margin-bottom: 0
	}
	.card__info-item-title {
	    font-size: 24px;
	}
	.card__info-item-title:before {
	    top: 11px;
	    width: 20px;
	    right: 2px;
	}
	.card__info-item-title:after {
	    top: 2px;
	    right: 12px;
	    height: 20px;
	}
	.cols__list-tech .rcol{
		padding: 0
	}
	.table td {
	    padding: 6px 12px !important;
	}
	.s-content table td {
	    font-size: 14px;
	}
	.card__info-item-in .cols__list-tech{
		margin-bottom: 0;
	}
	.popup__one-click .popup__main {
	    padding: 40px 15px 20px 15px;
	}
	.modal-card__img {
	    height: 125px;
	}
	.card__item-info {
	    font-size: 14px;
	}
	.card__item {
	    margin-bottom: 10px;
	}
	.modal-card__total{
		padding: 10px;
	}
	.modal-card__total-sum {
	    font-size: 20px;
	    line-height: 26px;
	    min-width: fit-content
	}
	.modal-form {
	    padding-left: 0;
	}
	.form.modal-form{
		margin-top: 20px;
	}
	.popup__one-click .popup__main .form__header {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.popup .form__inp {
	    padding: 4px 50px;
	    font-size: 14px;
	}
	.popup__one-click .form .switcher-wrap {
	    margin-top: 15px;
	}
	.popup__one-click .popup__main .form__fields {
	    margin-bottom: 15px;
	}
	.popup .modal-form__btn .btn, .popup .modal-card__form .btn{
		font-weight: 400
	}
	.h1--mb {
	    margin-bottom: 15px;
	}
	.header-slider{
		padding: 20px 0
	}
	.articles__item {
	    max-width: 50%;
	    min-width: 50%;
	    margin-bottom: 20px;
	}
	.articles__item-name{
		font-weight: 500
	}
	.lcol__info img {
	    margin-top: -2px;
	}
	.video-block .video iframe {
	    height: 200px;
	}
	.video-block__text {
	    font-size: 15px;
	    margin-bottom: 6px;
	}
	.video-block{
		margin-bottom: 20px;
	}
	.articles {
	    margin: 0 -10px 20px;
	}
	.header__title {
	    font-size: 40px;
	    line-height: 44px;
	}
	.header__in{
		padding: 30px 0
	}
	.header__link {
	    margin-top: 30px;
	}
	.contacts__item img {
	    margin-right: 10px;
	}
	.contacts__item-title {
	    font-size: 14px;
	    margin-bottom: 7px;
	}
	.contacts__item{
		font-size: 14px;
		min-width: 100%;
	    max-width: 100%;
	    margin-bottom: 20px;
	    padding: 0
	}
	.contacts__list {
	    margin: 0 0 30px 0;
	}
	.contacts .cols__list .lcol .lcol__info img {
	    margin-top: 0;
	}
	.contacts {
	    margin-bottom: 30px;
	}
	.serts__item img {
	    height: 155px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.photos__item-in {
	    height: 120px;
	    padding: 13px;
	}
	.photos__item {
	    padding: 0px 5px;
	    margin-bottom: 10px;
	}
	.photos {
	    margin: 0 -5px;
	}
	.photos__item-in-text {
	    margin-top: 8px;
	    font-size: 11px;
	}
	.film {
	    padding: 30px 0;
	}
	.film img {
	    margin-bottom: 15px;
	    height: 40px;
	}
	.film__title {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.film__text {
	    line-height: 19px;
	    font-size: 13px;
	}
	.serts__item {
	    padding: 0 5px;
	    margin-bottom: 10px;
	}
	.serts {
	    margin: 0px -5px;
	}
	.oficial {
	    font-size: 32px;
	    padding: 30px 0;
	}
	.oficial__text{
		width: 70%
	}
	.partners__lcol-img{
		display: none;
	}
	.partners__text{
		width: 100%
	}
	.partners__title {
	    font-size: 28px;
	    margin-bottom: 20px;
	}
	.partners__rcol .form__forget {
	    font-size: 14px;
	    line-height: 22px;
	}
	.partners__rcol .form__fields {
	    margin-bottom: 5px;
	}
	.s-content table td {
	    font-size: 14px;
	    padding: 10px 10px 10px 0;
	}
	.s-content table th {
	    padding: 10px;
	    font-size: 13px;
	}
	.header-block__link {
	    padding: 0 10px 3px 0px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    font-size: 13px;
	}
	.gallery.container {
	    padding-bottom: 20px;
	}
	.gallery__item-name {
	    font-size: 18px;
	    line-height: 24px;
	}
	.gallery__item-type {
	    font-size: 10px;
	    margin-bottom: 7px;
	}
	.gallery__item-in {
	    height: 200px;
	}
	.review__container, .otzivy__main-null{
		padding: 30px 0 0 0;
	}
	.review{
		flex-direction: column;
		align-items: flex-start;
	}
	.review__right{
		order: -1;
		padding: 0;
		min-width: 100%;
		max-width: 100%;
		justify-content: flex-start;
	}
	.review__name {
	    margin-bottom: 11px;
	    padding-top: 12px;
	    font-size: 18px;
	}
	.review__img{
		order: -1;
		margin-right: 20px;
	}
	.reviews__add {
	    margin: 30px auto 0 auto;
	}
	.reviews__add .form__header {
	    margin-bottom: 13px;
	    font-size: 18px;
	}
	.reviews__add-preview {
	    font-size: 16px;
	    line-height: 20px;
	}
	.reviews__add .form__fields {
	    margin-bottom: 15px;
	    margin-top: 35px;
	}
	.reviews__add .form__field{
		flex-direction: column;
		align-items: flex-start;
	}
	.reviews__add .form__field-name {
	    font-size: 14px;
	    margin-right: 0;
	    max-width: 100%;
	    min-width: 100%;
	    padding-bottom: 5px;
	}
	.form__file-text{
		font-size: 10px;
	}
	.reviews__add .form__field-inp{
		height: 35px;
		font-size: 16px;
	}
	.colors__abs {
	    top: 49px;
	    padding-bottom: 0; 
	}
	.colors__list {
	    padding: 15px 0;
	}
	.colors__item {
	    width: 100%;
	    margin-right: 0;
	}
	.colors__item:nth-child(3), .colors__item:nth-child(4), .colors__item:nth-child(5) {
	    margin-top: 15px;
	}
	.colors {
	    margin: -10px 0 0 0;
	}
	.colors__abs-item {
	    margin-right: 15px;
	    margin-bottom: 10px;
	}
	.cols__list-colors .catalog-series__line .good,
	.cols__list-prosmotr .catalog-series__line .good {
	    max-width: 50%;
	    min-width: 50%;
	}
	.s-content-vozvrat{
		padding: 20px 0 0 0;
	}
	.s-content-page li {
	    font-size: 14px;
	    line-height: 24px;
	}
	.compare__main .good{
		min-width: 100%;
		max-width: 100%
	}
	.compare__nav {
	    margin-right: 0;
	    margin-top: -5px;
	}
	.bx-basket .cart__rcol{
		top: 0;
		position: relative;
	}
	.bx-basket .basket-checkout-section{
		flex-direction: column;
	}
	.cart__total, .cart__article {
	    width: 100%;
	}
	.cart__total{
		top: 49px;
		position: sticky;
	}
	.cart__total{
		padding: 10px 13px;
	}
	.cart__total-top {
	    margin-bottom: 3px;
	    font-size: 12px;
	    line-height: 17px;
	}
	.cart__total-sum {
	    font-size: 18px;
	}
	.cart__article{
		padding: 13px;
	}
	.cart__article-name {
	    font-size: 13px;
	    width: 100%;
	    line-height: 17px;
	}
	.basket-checkout-container{
		margin-bottom: 10px;
	}
	.basket-item-custom-block-photo-item {
	    height: 200px;
	}
	.basket-item-info-name {
	    padding-top: 0;
	}
	.write__cart {
	    width: 100%;
	}
	.write__cart-icon img{
		display: block;
	}
	.write__cart-sum {
	    font-size: 24px;
	    margin: 15px 0;
	}
	.search-page__title {
	    font-size: 16px;
	}
	.search-page__preview {
	    font-size: 15px;
	    line-height: 135%;
	}
	.search-page__path {
	    font-size: 62%;
	}
	.search-page #title-search{
		width: 100%
	}
	.articles__list .rcol{
		padding: 15px 0 0 0
	}
	.articles__row-title {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 10px;
	}
	.articles__footer-link{
		font-size: 14px;
		line-height: 18px;
	}
	.profiles__item-img{
		height: 100px;
	}
	.profiles__item{
		min-width: 50%;
		max-width: 50%;
		margin-top: 20px;
	}
	.profiles__item:nth-child(1),
	.profiles__item:nth-child(2){
		margin-top: 0
	}
	.profiles__item-name {
	    line-height: 17px;
	    font-size: 12px;
	}
	.catalog-series__serie-mob{
		display: block;
	}
	.catalog-series__serie-desc,
	.catalog-series__title{
		display: none;
	}
	.catalog-series__serie-mob .catalog-series__serie-text{
		font-weight: 700;
	    font-size: 30px;
	    line-height: 31px;
	    color: #000;
	    text-transform: uppercase;
	    font-family: 'Bebas Neue';
	    position: relative;
	    padding-right: 70px;
	}
	.catalog-series__serie-mob .catalog-series__serie-text-all{
		color: #AB2328;
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 10px;
	    line-height: 26px;
	    font-family: 'TTFN';
	    position: absolute;
	    right: 0;
	    top: 2px;
	}
	.top__catalog-header-mob{
		padding: 13px 50px 13px 15px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 16px;
		line-height: 21px;
		color: #AB2328;
		display: flex;
		width: 100%;
		background: #fff;
		order: -1;
	}
	.menu__mobile-contact{
		display: flex;
		flex-direction: column;
		background: #fff;
	    padding: 20px 15px;
	}
	.top__catalog-main{
		height: 100%;
		overflow: auto;
		display: flex;
		flex-direction: column;
	}
	.menu__mobile-contact span{
		color: #000000;
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		display: flex;
		margin-top: 10px;
	}
	.menu__mobile-contact span a{
		font-size: 16px;
		line-height: 26px;
	}
	.menu__mobile-contact span a.footer__oficial{
		font-size: 14px;
		line-height: 26px;
	}
	.menu__mobile-contact span:first-child{
		margin-top: 0
	}
	.menu__mobile-social{
		margin: 20px 0 5px 0;
	}
	.menu__mobile-contact .footer__btn{
		font-weight: 700;
		font-size: 14px;
		line-height: 26px;
		height: 66px;
		margin-top: 10px;
	}
	.menu__mobile-contact .footer__btn-wish img{
		margin-right: 6px;
	}
	.menu__mobile-contact .footer__btn-his img{
		margin-right: 5px;
	}
	.menu__mobile-contact .footer__btn-form img{
		margin-right: 5px;
	}
	.menu__mobile .footer__menu{
		display: block;
	}
	.menu__mobile .footer__menu-item{
		font-size: 16px;
		line-height: 26px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.menu__mobile-footer__text{
		display: block;
	    order: 11;
	    background: #fff;
	    padding: 0 15px 20px 15px;
	}
	.menu__mobile-foot{
		display: flex;
		flex-direction: column;
		order: 12;
		padding: 20px 15px 0 15px;
	}
	.menu__mobile-foot .footer__cp,
	.menu__mobile-foot .footer__oferta{
		text-align: left;
		justify-content: flex-start;
		font-size: 16px;
		line-height: 140%;
		padding-top: 0
	}
	.menu__mobile-foot .footer__netkam{
		padding-top: 10px;
		justify-content: flex-start;
	}
	.icon-basket-count{
		position: absolute;
	    color: #AB2328;
	    display: flex;
	    right: -17px;
	    font-size: 14px;
	    top: -2px;
	    width: 20px;
	    justify-content: center;
	}
	.top__icons-icon{
		position: relative;
	}
	.s-content ul li {
	    font-size: 14px;
	    line-height: 22px;
	}
	.card__item-title-complect{
		margin-left: -95px
	}
	.card__info{
		margin-top: 30px;
	}
	jdiv > jdiv > jdiv.__jivoMobileButton{
		bottom: 100px!important;
		right: 20px!important;
	}
	jdiv > jdiv > jdiv.__jivoMobileButton{
		width: 50px!important;
		height: 50px!important;
	}
	jdiv jdiv.wrap_cb4e .button_af3d .envelopeIcon_fd40{
		width: 20px!important;
		height: 15px!important;
		background-size: contain!important;
	}
	.popup-modal-action .popup__block-preview p,
	.popup-modal-action .popup__block-preview ul li {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.popup-modal-action .popup__block-preview ul li::before {
	    top: 4px;
	    width: 6px;
	    height: 6px;
	}
	.popup-modal-action .popup__main {
	    padding: 30px 10px;
	}
	.popup-modal-action .popup__close {
	    top: 9px;
	    right: 20px;
	}
	.popup-modal-action form {
	    margin-top: 20px;
	}
	.popup-modal-action .popup__block-h1 {
	    margin-bottom: 13px;
	}
	.popup-modal-action .form button {
	    margin-left: 35px;
	}
.menu__mobile-block-list{
	list-style-type: none;
	margin: 0;
    padding: 0;
}
.menu__mobile-block-list li a{
	font-size: 16px;
    padding: 5px 15px;
    margin: 5px 0;
    display: block;
}
.menu__mobile-block-list .menu__mobile-block-list-cat{
	background: #AB2328;
    color: #fff;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__mobile-block-sub{
	list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 15px;
    border: 1px solid #dfdede;
    border-top: none;
    margin-bottom: 10px;
}
.menu__mobile-block-sub li a{
	font-size: 16px;
    line-height: 135%;
    padding: 6px 0;
    display: block;
    margin: 0;
}
.menu__mobile-block{
	margin: 20px 0 10px 0;
}
.menu__mobile-block-list .menu__mobile-block-list-cat span{
	background: url(/local/templates/sofia/img/icons/arrow-bottom-white.svg)no-repeat 50%;
    background-size: 40px 40px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    transition: 0.3s;
    margin-right: 10px;
    transform: rotate(-90deg);
    margin: 10px;
}
.menu__mobile-block-list-zag .menu__mobile-block-sub{
	display: none;
}
.menu__mobile-block-list-cat.show ~ .menu__mobile-block-sub{
	display: block;
}
.menu__mobile-block-list-cat.show span{
	transform: rotate(0deg);
}

}
@media(max-width:374px){
	.top__menu-item{
		width: 43%
	}
	.top__logo img{
		width: 110px;
	}
	.top__phone a {
	    font-size: 13px;
	}
	.good__buy {
	    max-width: 35px;
	    min-width: 35px;
	}
	.counter {
	    width: 90px;
	    padding: 0px 30px;
	}
	.counter__minus, .counter__plus {
	    width: 30px;
	}
	.counter__value {
	    width: 30px;
	}
	.pluses__team-photo {
	    min-width: 60px;
	    max-width: 60px;
	    height: 60px;
	}
	.top__icons-text, .top__catalog-icons:hover .top__icons-text {
	    font-size: 12px;
	}
	.popup__close{
		top: 8px;
	    right: 7px;
	}
	.modal-card__img {
	    height: 135px;
	}
	.series__item-name{
		font-size: 10px;
		bottom: 7px;
	    left: 5px;
	}
	.series__item {
	    padding: 0 2px;
	    margin-bottom: 5px;
	}
	.series__list {
	    margin: 0 -2px 25px -2px;
	}
	#title-search {
	    width: calc(100% - 35px);
	}
	.search__btn {
	    left: 0;
	}
	.search__inp {
	    padding: 0 15px 0 30px;
	}
	.card__links-item {
	    margin: 0 20px 0 0;
	    font-size: 10px;
	}
	.card__links-item svg {
	    margin-top: -1px;
	}
	.articles__item {
	    max-width: 100%;
	    min-width: 100%;
	}
	.photos__item-in {
	    height: 115px;
	    padding: 15px 5px;
	}
	.photos__item-in-text{
		font-size: 10px;
	}
	.serts__item img {
	    height: 130px;
	}
	.content__item-about .serts__item img{
		height: auto;
	}
	.oficial__text{
		width: 85%
	}
	.partners__rcol, .partners__lcol{
		padding: 20px 15px;
	}
	.s-content table td {
	    font-size: 13px;
	}
	.s-content table th {
	    font-size: 12px;
	}
	.gallery__item{
		min-width: 100%;
		max-width: 100%;
	}
	.header__title {
	    font-size: 28px;
	    line-height: 34px;
	    margin-bottom: 20px;
	}
	.cols__list-gallery .lcol .lcol__info {
	    margin-right: 20px;
	}
	.switcher__text{
		text-align: left
	}
	.content__item-about .photos__item-in {
	    padding: 25px 5px 20px;
	}
	h1, .h1, .popup__block-h1 {
	    font-size: 24px;
	    line-height: 30px;
	}

}
/* End */
/* /local/templates/sofia/css/normalize.css?16699691076281 */
/* /local/templates/sofia/css/select2.min.css?166996910715090 */
/* /local/templates/sofia/css/lightgallery.min.css?166996910717290 */
/* /local/templates/sofia/css/template.css?169778902251351 */
/* /local/templates/sofia/css/dop-style.css?169778893935866 */
/* /local/templates/sofia/css/mobile.css?169778909291776 */
