

/* Start:/local/templates/.default/css/normalize.css?16732917737279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */

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

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

/**
 * Hide the overflow in IE.
 */

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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 and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* End */


/* Start:/local/templates/.default/fonts/fonts.css?1673534262547*/
@font-face {
    font-family: 'Circe';
    src: url('/local/templates/.default/fonts/Circe-Bold.woff2') format('woff2'),
        url('/local/templates/.default/fonts/Circe-Bold.woff') format('woff'),
        url('/local/templates/.default/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('/local/templates/.default/fonts/Circe-Regular.woff2') format('woff2'),
        url('/local/templates/.default/fonts/Circe-Regular.woff') format('woff'),
        url('/local/templates/.default/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/.default/plugins/noUiSlider/nouislider.min.css?16732917734294*/
/*! nouislider - 14.6.0 - 6/27/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/.default/plugins/slick/slick.css?16732917731729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/css/main.css?167396220354295*/
html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2B2A31;
    line-height:1.5;
    background-color:#fff;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    outline: none;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
    box-sizing: border-box;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
    color:#C4996C;
}

.page-wrapper {
    width:100%;
    max-width: 1420px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
    position: relative;
}



header {
    background-color:#fff;
}

.header-top-row {
    padding-top:32px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.header-info-block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;

    box-sizing: border-box;
}

.header-link-block::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:16px;
    height:20px;

}

.header-link-block {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left:32px;
    margin-bottom: 10px;
}

.header-link-block:last-child {
    margin-bottom: 0;
}

.header-phone-link-block::after {
    background:url(/local/templates/.default/css/../img/phone-ico.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.header-mail-link-block::after {
    background:url(/local/templates/.default/css/../img/mail-ico.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.header-inst-link-block::after {
    background:url(/local/templates/.default/css/../img/inst-ico.svg)no-repeat;
    background-size:contain;
    background-position: center;
}




.header-top-row-wrap {
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    align-items: center;
}

.header-info-block, .header-auth-block {
    width:30%;
}

.header-logo-block {
    width:160px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    align-items: center;
    justify-content: center;
}

.header-logo-block a {
    display:flex;
    align-items: center;
    justify-content: center;
}

.header-logo-block a svg  {
    max-width: 100%;
}

.header-auth-block a svg path {
    transition: 0.2s;
}

.header-auth-block a:hover svg path, .header-auth-block a.active svg path {
    stroke:#C4996C;
}

.header-auth-block a.hab-search-link:hover path, .header-auth-block a.hab-search-link.active path {
    fill:#C4996C;
}

.header-auth-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-auth-block a {
    text-decoration: none;
    margin-left: 34px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size:14px;
    letter-spacing: 0.05em;
    color: #2B2A31;
    transition: 0.2s;
    line-height: 1.6;
}

.header-auth-block a:hover {
    color:#C4996C;
}



.header-link-block a {
    font-weight: 400;
    text-decoration: none;
    font-family: 'Circe', sans-serif;
    font-size:18px;
    transition: 0.2s;
}

.header-phone-link-block a {
    font-weight: 600;
}

.header-phone-link-block a.callback-link {
    font-weight:400;
    color: rgba(43, 42, 49, 0.7);
    margin-left: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    transition: 0.2s;
}


.header-phone-link-block a.callback-link:hover {
    color:#C4996C;
}



.header-bot-wrap {
    border-top:1px solid #DADCE0;
    padding-top:12px;
    padding-bottom: 12px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.header-bot-wrap nav ul{
    list-style: none;
    display:flex;
    flex-flow:row nowrap;
}

.header-bot-wrap nav ul li {
    margin:0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}

.header-bot-wrap nav ul li:first-child {
    margin-left: 0;
}

.header-bot-wrap nav ul li:last-child {
    margin-right:0;
}

.header-bot-wrap nav ul li a{
    text-decoration: none;
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding:12px;
    box-sizing: border-box;
    transition: 0.2s;
}

.header-bot-wrap nav ul li a:hover {
    color:#C4996C;
}

.header-search-block {
    margin-left: 44px;
}

.search-call-btn {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left:28px;
    box-sizing: border-box;
    cursor:pointer;
    transition: 0.2s;
}

.search-call-btn:hover {
    color:#C4996C;
}

.search-call-btn::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width:15px;
    height:15px;
    background:url(/local/templates/.default/css/../img/search-ico.svg)no-repeat;
    background-size:cover;
}








.breadcrumbs {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-top:20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    flex-flow:row wrap;
}

.breadcrumbs li {
    margin-right: 20px;
    position: relative;
    font-size:14px;
}


.breadcrumbs li::after {
    content:'';
    position: absolute;
    right:-12px;
    top:0;
    bottom:0;
    margin:auto;
    width:5px;
    height:5px;
    background-color:transparent;
    border-right: 1px solid #999999;
    border-bottom:1px solid #999999;
    transform:rotate(-45deg);

}

.breadcrumbs li:last-child::after {
    display:none;
}

.breadcrumbs li a {
    text-decoration: none;

}

.breadcrumbs li a:hover{
    text-decoration: underline;
}

.title-row-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.title-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    font-size: 24px;
    font-family: 'Circe', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.6;
    position: relative;
    margin-bottom: 32px;
}

.title-row::after {
    content:'';
    position: absolute;
    left:0;
    bottom:-8px;
    width:55px;
    height:2px;
    background-color:#C4996C;
}


.btn-row {
    display:flex;
    align-items: center;
    justify-content: center;
}

.btn{
    background-color:#C4996C;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:16px 40px;
    box-sizing: border-box;
    text-decoration: none;
    cursor:pointer;
    color:#fff;
    font-family: 'Circe', sans-serif;
    font-weight: 600;
    transition: 0.2s;
    border:none;
}

.btn:hover {
    color:#fff;
    background-color:#e0b589;
}

.btn.dark-btn {
    background-color:#34373D;
    color:#fff;
}

.btn.dark-btn:hover {
    background-color:#4e5156;
}

.btn.grey-btn {
    background: #F5F6F6;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    color: #2B2A31;
}



@media screen and (max-width:768px) {
    .breadcrumbs li {
        font-size:12px;
    }

    form .input-row input, form .input-row label {
        font-size:14px;
    }

    form .input-row input {
        height:46px;
    }

    form .input-row {
        margin-bottom: 20px;
    }

}




.catalog-section-wrap .title-row::after, .basket-section-wrap .title-row::after, .account-section-wrap .title-row::after{
    display:none;
}





.catalog-list-filter-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.catalog-filter-col {
    width:330px;
    margin-right: 20px;
}


.catalog-filter {
    background: #F5F6F7;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    padding:30px 24px;
}

.catalog-filter-unit {
    width:100%;
    border-bottom: 1px solid #DADCE0;
    padding-bottom: 30px;
    margin-bottom: 24px;
}

.catalog-filter-unit:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.catalog-filter-unit-title {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.catalog-filter-unit-checks-list {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.checkbox-row-block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:28px;
    margin-bottom: 18px;
}

.checkbox-row-block:last-child {
    margin-bottom: 0;
}

.checkbox-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.checkbox-row input {
    position: absolute;
    left:0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox-row input + label {
    padding-left:26px;
    box-sizing: border-box;
    cursor:pointer;
    user-select: none;
   // text-transform: capitalize;
}

.checkbox-row input + label::after {
    content:'';
    position: absolute;
    left: 3px;
    top: 8px;
    margin: auto;
    width: 9px;
    height: 9px;
    background-color:#C4996C;
    opacity: 0;
    transition: 0.2s;
}

.checkbox-row input:checked + label::after {
    opacity: 1;
}

.checkbox-row input + label::before {
    content:'';
    width: 15px;
    height: 15px;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    background-color:#fff;
    top: 5px;
    left:0;
    position: absolute;
}

.inner-checkbox-row-list {
    padding-left:26px;
    box-sizing: border-box;
    width:100%;
    margin-top: 17px;
    display:none;
}


.age-slider {
    width:100%;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -210%;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

.noUi-marker-horizontal.noUi-marker {
    display:none;
}

.noUi-horizontal {
    height:2px;
    box-shadow: none;
    border: none;
    background: #DADCE0;
    margin-bottom: 30px;
}

.noUi-connect {
    background-color:#C4996C;
}

.noUi-horizontal .noUi-handle{
    background: #FFFFFF;
    border: 3px solid #C4996C;
    border-radius: 20px;
    width:20px;
    height:20px;
    outline:none;
    top: -9px;
    cursor:pointer;
    right: -10px;
}

.noUi-handle::after, .noUi-handle::before {
    display:none;
}

.noUi-pips-horizontal {
    height:1px;
}

.price-slider-input-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.price-slider-input-row input {
    width:112px;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    padding:0 13px;
    height:48px;
    font-size:16px;
    text-align: center;
}

.mb-catalog-filter {
    display:none;
}












.catalog-list-col {
    width:calc(100% - 350px);
}

.catalog-sort-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-items: center;
    color: #6B6A6F;
    font-size:16px;
    padding:12px 0;
    box-sizing: border-box;
}

.catalog-sort-row a {
    color: #2B2A31;
    position: relative;
    margin-left: 28px;
    padding-right: 24px;
    box-sizing: border-box;
    text-decoration: none;
}

.catalog-sort-row a::after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:12px;
    height:12px;
    background:url(/local/templates/.default/css/../img/sort-triangle.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.sort-by-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 28px;
}

.sort-by-unit-title{
    color: #2B2A31;
    margin-right: 10px;
    height:53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-by-unit-cont select {
    height: auto;
    border: none;
    width:100%;
}

.sort-by-unit-cont {
    padding:8px;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.catalog-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog-list-unit {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    background-color:#fff;
    position: relative;
    cursor:pointer;
    text-decoration: none;
    margin-right: 20px;
    marginb-opacity: 20px;
}

.catalog-list .catalog-list-unit {
    max-width: calc(25% - 14px);
    margin-right: 18px;
    margin-bottom: 18px;
}

.catalog-list .catalog-list-unit:nth-child(4n) {
    margin-right: 0;
}

.clu-pic-holder {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width:100%;
}

.clu-pic-holder img {
    max-width:100%;
}

.clu-title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:16px;
    text-align: center;
}

.clu-price-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.clu-price {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.clu-old-price {
    font-size: 18px;
    line-height: 1.3;
    text-decoration: line-through;
    letter-spacing: 0.05em;
    color: rgba(43, 42, 49, 0.48);
    text-transform: uppercase;
    margin-right: 16px;
}

span.rub-block {
    font-family: -apple-system, sans-serif;
}

.clu-fav {
    width:26px;
    height:26px;
    position: absolute;
    top:20px;
    right:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.clu-fav img {
    width:auto;
    max-width: 100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    transition: 0.2s;
}

.clu-fav img.active {
    opacity: 0;
}

.clu-fav.active img {
    opacity: 0;
}

.clu-fav.active img.active {
    opacity: 1;
}

.clu-incart-btn .btn {
    width:100%;
}

.cli-wrap {
    position: relative;
    z-index: 3;
    text-decoration: none;
    display:block;
}


.clu-incart-btn {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid rgba(218, 220, 224, 1);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    opacity: 0;
    box-sizing: border-box;
    height:calc(100% + 60px);
    z-index: 1;
}

.catalog-list-unit:hover {
    z-index: 5;
}

.catalog-list-unit:hover .clu-incart-btn {
    opacity: 1;
    z-index: 2;

}

.clu-art-info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6B6A6F;
    margin-bottom: 6px;
}



.paginator-row {
    display:flex;
    justify-content: flex-end;
    align-items: center;
    padding:45px 0;
    box-sizing: border-box;
}

.paginator {
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    list-style: none;
}

.paginator li {
    margin:0 4px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:54px;
    height:54px;
}

.paginator li a {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2B2A31;
    font-family: 'Circe', sans-serif;
    text-decoration: none;
    background: #F5F6F6;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    width:100%;
    height:100%;
    font-weight: 600;
    transition: 0.2s;
}



.paginator li a:hover {
    background-color:#e3e3e3;
}

.paginator li.active a {
    background-color:#e3e3e3;
}







@media screen and (max-width:1200px) {
    .catalog-list-filter-panel .catalog-list .catalog-list-unit {
        max-width: calc(33.33% - 12px);
    }

    .catalog-list-filter-panel .catalog-list .catalog-list-unit:nth-child(4n) {
        margin-right: 18px;
    }

    .catalog-list-filter-panel .catalog-list .catalog-list-unit:nth-child(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width:1080px) {
    .mb-catalog-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size:14px;
        line-height: 1;
        font-weight: 500;
        font-family: 'Circe', sans-serif;
        text-transform: uppercase;
        padding: 20px;
        box-sizing: border-box;
        transition:0.2s;
        position: relative;
    }

    .mb-catalog-filter::after {
        content:'';
        position: absolute;
        right:14px;
        top:0;
        bottom:0;
        width:8px;
        height:8px;
        margin:auto;
        border-right: 2px solid #bdbdbd;
        border-bottom: 2px solid #bdbdbd;
        transform: rotate(45deg);
        transition: 0.2s;
    }



    .mb-catalog-filter.active {
        background-color: #e4e4e4;
    }

    .mb-catalog-filter.active::after {
        transform: rotate(-135deg);
    }

    .mb-catalog-filter img {
        margin-right: 8px;
    }

    .catalog-list-filter-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .catalog-filter-col {
        width:100%;
        margin-right: 0;
    }

    .catalog-filter-wrap {
        display:none;
    }

    .catalog-filter {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }

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

    .catalog-list-col {
        width:100%;
    }

}

@media screen and (max-width:768px) {
    .sort-by-unit {
        font-size:14px;
    }


    .catalog-list-filter-panel .catalog-list .catalog-list-unit {
        width:50%;
        max-width: calc(50% - 9px);
    }

    .catalog-list-filter-panel .catalog-list .catalog-list-unit:nth-child(4n) {
        margin-right: 18px;
    }

    .catalog-list-filter-panel .catalog-list .catalog-list-unit:nth-child(3n) {
        margin-right: 18px;
    }

    .catalog-list-filter-panel .catalog-list .catalog-list-unit:nth-child(2n) {
        margin-right: 0;
    }

    .clu-title {
        font-size: 12px;
    }

    .paginator li {
        width: 34px;
        height: 34px;
    }

    .weight-slider-input-unit {
        width: calc(50% - 5px);
    }

    .catalog-list-filter-panel {
        margin-bottom: 30px;
    }
}











.subscribe-newsletter-unit {
    background:url(/local/templates/.default/css/../img/newsletter-bg.png)no-repeat;
    background-size:cover;
    background-position: center;
    padding: 64px 120px;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.sub-ns-col {
    width:50%;
}

.sub-ns-title {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'Circe';
}

.sub-ns-col p {
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom:16px;
}

.input-row {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.input-row input {
    font-size: 16px;
    color: rgba(43, 42, 49, 0.8);
    line-height: 1.6;
    width:100%;
    outline: none;
    padding-left:22px;
    box-sizing: border-box;
    height:52px;
    border:none;
}

.agreement-row {
    color:#fff;
    margin-bottom: 32px;
}

.agreement-row input {
    position: absolute;
    visibility: hidden;
    width:0;
    height:0;
}

.agreement-row label {
    cursor:pointer;
    padding-left:37px;
    position: relative;
}

.agreement-row label a {
    text-decoration: underline;
}

.agreement-row label a:hover {
    text-decoration: none;
    color:inherit;
}

.agreement-row input + label::after {
    content:'';
    position: absolute;
    left: 5px;
    top: 5px;
    margin: auto;
    width: 12px;
    height: 12px;
    background-color:#C4996C;
    opacity: 0.4;
    transition: 0.2s;
}

.agreement-row input:checked + label::after {
    opacity: 1;
}

.agreement-row input + label::before {
    content:'';
    width: 22px;
    height: 22px;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    background-color:#fff;
    top: 0;
    left:0;
    position: absolute;
}

.sub-ns-col .btn-row {
    justify-content: flex-start;
}

.sub-ns-col .btn {
    padding-left:82px;
    padding-right: 82px;
}



.about-company-section {
    background-color: #F5F6F6;
    /*background-image: url(/local/templates/.default/css/../img/about-bg.png);*/
    background-size: cover;
    background-position: center right;
    padding: 90px 0;
}

.about-company-panel {
    display:flex;
    justify-content: flex-start;
    align-items:flex-start;
}

.about-company-pic-col {
    width:450px;
    min-width: 450px;
    margin-right:52px;
}

.text-panel {
    font-size:16px;
    font-weight: 300;
    line-height: 2;
}

.text-panel p {
    margin-bottom: 20px;
}



.advant-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.advant-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width:33.33%;
}

.advant-pic-holder {
    width:111px;
    height:111px;
    display:flex;
    justify-content: center;
    align-items: center;
    border:1px solid #C4996C;
    margin-right: 10px;
    min-width: 111px;
}

.advant-pic-holder p {
    font-size: 16px;
    line-height:2;
}

.about-company-pic-holder img {
    max-width:100%;
}

@media screen and (max-width:1400px) {
    .advant-unit {
        flex-direction: column;
        align-items: center;
    }

    .advant-unit p {
        text-align: center;
    }

    .advant-row {
        align-items: flex-start;
    }

    .advant-unit p br {
        display:none;
    }


    .advant-pic-holder {
        margin-right: 0;
        margin-bottom: 10px;
    }


    .about-company-pic-col {
        min-width:320px;
        width: 320px;
    }
}

@media screen and (max-width:1080px) {
    .about-company-section {
        padding:40px 0;
    }

    .about-company-pic-col {
        display:none;
    }
}

@media screen and (max-width:768px) {
    .advant-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .advant-unit {
        width:100%;
        flex-flow:row nowrap;
    }

    .advant-unit p {
        text-align: left;
    }

    .advant-pic-holder {
        margin-right: 20px;
    }

    .advant-pic-holder {
        width: 90px;
        height: 90px;
        min-width:90px;
    }

    .advant-pic-holder img {
        max-width:40px;
        max-height: 40px;
    }
}

@media screen and (max-width:480px) {
    .advant-pic-holder {
        width: 60px;
        height: 60px;
        min-width:60px;
    }

    .advant-pic-holder img {
        max-width:30px;
        max-height: 30px;
    }

    .text-panel {
        font-size:14px;
    }

    .advant-unit p {
        font-size:14px;
    }

    .title-row {
        font-size:22px;
    }
}





footer {
    background-color:#34373D;
}

.footer-top-row {
    padding-top:60px;
    padding-bottom: 30px;
}

.footer-top-row-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.footer-nav-side {
    display:flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
}


.footer-nav-side ul{
    list-style: none;
    display:flex;
    flex-flow:row nowrap;
}

.footer-nav-side ul li {
    margin:0 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav-side ul li:first-child {
    margin-left: 0;
}

.footer-nav-side ul li:last-child {
    margin-right:0;
}

.footer-nav-side ul li a{
    text-decoration: none;
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding:12px;
    box-sizing: border-box;
    transition: 0.2s;
}

.header-bot-wrap nav ul li a:hover {
    color:#C4996C;
}

.footer-nav-side .header-link-block::after {
    filter: invert(1) brightness(1.5);
}

.footer-nav-side .header-info-block {
    margin-left:80px;
}


.footer-bot-row-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.32);
    border-top:1px solid rgba(255, 255, 255, 0.32);
    padding:24px 0;
    box-sizing: border-box;
}

.footer-bot-row-wrap a{
    text-decoration: none;
}

@media screen and (max-width:1200px) {
    .footer-nav-side ul li a {
        font-size: 12px;
    }

    .footer-nav-side ul li {
        margin: 0 20px;
    }

}

@media screen and (max-width:1080px) {
    .footer-nav-side ul {
        display:none;
    }

    .header-info-block, .header-auth-block {
        width: auto;
    }


}

@media screen and (max-width:768px) {
    .footer-top-row-wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav-side .header-info-block {
        margin-left: 0;
    }

    .footer-logo-block {
        margin-bottom: 20px;
    }

    .footer-top-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-bot-row-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .header-link-block a {
        font-size:16px;
    }

    .copyright, .footer-bot-row-wrap a {
        text-align: center;
        line-height: 1.3;
    }

}









/*MAIN-PAGE*/

.slick-slide {
    position: relative;
}

.main-slide-text-block {
    position: absolute;
    width:50%;
    padding-right: 40px;
    box-sizing: border-box;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.main-slide-uptitle {
    color:#fff;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: Circe;
    text-transform: uppercase;
}

.main-slide-title {
    font-weight: bold;
    font-size: 48px;
    font-family:'Circe';
    line-height:1.3;
    margin-bottom: 40px;
    color:#fff;
    text-transform: uppercase;
}

.btn-blank-white {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Circe';
}

.main-bn-car-slide .btn {
    padding:16px 66px;
}

.main-bn-carousel .slick-dots {
    position: absolute;
    left:50%;
    width:50%;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    bottom:44px;
    right:0;
    list-style: none;
}

.slick-dots li {
    display:flex;
    align-items: center;
    justify-content: center;
}

.main-bn-carousel .slick-dots button {
    font-size:0;
    border:1px solid #000;
    background-color:rgba(255,255,255,0);
    width:13px;
    height:13px;
    cursor: pointer;
    border-radius: 20px;
    margin:0 4px;
    transition: 0.2s;
    box-sizing: border-box;
}

.main-bn-carousel .slick-dots .slick-active button {
    background-color:rgba(255,255,255,1);
}

@media screen and (max-width:1080px) {
    .main-slide-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .main-slide-text-block {
        width:100%;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .main-bn-carousel .slick-dots {
        width:100%;
        justify-content: center;
        left:0;
        right:0;
        margin:auto;
    }


}

@media screen and (max-width:768px) {
    .main-slide-title {
        font-size: 30px;
    }

    .main-bn-car-slide .btn {
        padding: 14px 46px;
    }

    .main-slide-text-block {
        position: relative;
        align-items: center;
        justify-content: center;
        left: unset;
        right: unset;
        top:unset;
        bottom:unset;
        padding: 110px 0;
    }

    .main-bn-car-slide {
        overflow:hidden;
    }

    .main-bn-car-slide img {
        position: absolute;
        left:-100%;
        right:-100%;
        top:-100%;
        bottom:-100%;
        margin:auto;
        height:100%;
        min-width: 100%;
        min-height: 100%;
    }
}







.catalog-part-panel {
    padding-top:60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.title-row-wrap .btn {
    padding:16px 75px;
}

.title-row-wrap .title-row{
    margin-bottom: 0;
}

.title-row-wrap {
    margin-bottom: 60px;
}





.new-part-section .catalog-part-panel{
    border-top:1px solid #DADCE0;
}









.catalog-item-page-panel {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.cip-pic-col {
    width:100%;
    max-width: 400px;
}

.cip-content-col {
    width:calc(100% - 400px);
    padding-left:50px;
    box-sizing: border-box;
}

.cip-pic-carousels-panel {
    width:100%;
}

.cip-main-carousel .cip-main-carousel-unit, .cip-sync-carousel .cip-sync-carousel-unit {
    display:flex;
    align-items: center;
    justify-content: center;
}

.cip-sync-carousel .cip-sync-carousel-unit {
    opacity: 0.5;
}

.cip-sync-carousel .cip-sync-carousel-unit.slick-current {
    opacity: 1;
}

.cip-main-carousel-unit img, .cip-sync-carousel-unit img{
    width:100%;
}

.cip-chooser-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cip-chooser-row-unit {
    width:calc(33% - 20px);
}


.cip-chooser-unit-title {
    font-size:18px;
    line-height:1.6;
    margin-bottom: 14px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.q-mark {
    width:20px;
    height:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:13px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Circe';
    margin-left: 10px;
    background-color:#C4996C;
    border-radius:20px;
    cursor: pointer;
    position: relative;
}

.q-qmark-cont {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    height: auto;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.3);
    color: #000;
    z-index: 2;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    transform: translateY(10px);
}

.q-mark:hover .q-qmark-cont {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.cip-upper0info-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid  #DADCE0;
}

.cip-upper0info-row p {
    margin-right: 70px;
}

.cip-upper0info-row p:last-child {
    margin-right: 0;
}









.quant-block input {
    width:30px;
    border:none;
    text-align: center;
}

.catalog-item-scu-size-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(14.25% - 17px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.catalog-item-scu-size-unit:nth-child(7n) {
    margin-right: 0;
}

.catalog-item-scu-size-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.catalog-unit-scu-size-title {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-bottom:4px;
    box-sizing: border-box;
}

.quant-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DADCE0;
}

.quant-minus, .quant-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 2px;
    user-select: none;
    cursor:pointer;
}

.quant-minus img , .quant-plus img {
    max-width:8px;
}

.quant-minus {
    border-right: 1px solid #DADCE0;
}

.quant-plus {
    border-left: 1px solid #DADCE0;
}

.cip-size-row {
    margin-bottom: 60px;
}


.cart-btn-row {
    justify-content: flex-start;
}

.cart-btn-row .btn {
    padding:16px 98px;
    margin-right: 40px;
}

.cip-add-to-fav {
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.cip-add-to-fav img.active {
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    transition: 0.2s;
}

.cip-add-to-fav:hover img.active {
    opacity: 0.5;
}

.cip-add-to-fav.active img.active {
    opacity: 1;
}








/*basket*/

.basket-header-row {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    background-color:#F5F6F6;
    padding:15px 0;
    box-sizing: border-box;
    flex-flow:row nowrap;
    margin-bottom: 20px;
}

.bu-cont-title {
    font-size: 14px;
    text-align: center;
    color: #2B2A31;
    text-transform: uppercase;
    width:100%;
    font-family: 'Circe', sans-serif;
}

.basket-cont-unit .bu-cont-title {
    display:none;
}



.bu-cont-list {
    padding:6px 0;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.basket-cont-unit{
    border: 1px solid #DADCE0;
    margin-bottom: 24px;
}

.basket-header-row {
    padding-left: 20px;
    padding-right: 20px;
}

.bu-cont-block {
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.bu-cont-block.buc-pic {
    padding:0;
}

.bu-cont-block p {
    text-align: center;
    width:100%;
    font-size:14px;
}

.buc-pic {
    width:100%;
    max-width: 94px;
}

.buc-pic img {
    max-width:100%;
}

.buc-weight {
    max-width: 95px;
}

.buc-metal {
    max-width:240px;
}

.buc-augment {
    max-width:186px;
}

.buc-rod {
    max-width:254px;
}

.buc-quant {
    max-width:110px;
}

.buc-art {
    max-width:120px;
}

.buc-total-weight {
    max-width: 120px;
}

.bu-cont-block.buc-btns {
    padding:0;
    max-width: 130px;
}

.bu-cont-btns {
    display:flex;
    align-items: center;
    justify-content: center;
}

.bu-cont-btn {
    width:32px;
    min-width: 32px;
    height:32px;
    border-radius: 32px;
    background-color:#DADCE0;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    transition: 0.2s;
}

.bu-cont-btn:last-child {
    margin-right: 0;
}

.bu-cont-btn:hover {
    background-color: #e9e9e9;
}

.bu-cont-list .bu-cont-block {
    position: relative;
}

.bu-cont-list .bu-cont-block::after {
    width:1px;
    height:40px;
    background-color:#DADCE0;
    content:'';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.bu-cont-list .bu-cont-block.buc-btns::after, .bu-cont-list .bu-cont-block.buc-total-weight::after, .bu-cont-list .bu-cont-block.buc-pic::after {
    display:none;
}

.basket-cont-unit-size-row {
    background-color:#F5F6F6;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row wrap;
    padding:14px 26px;
    box-sizing: border-box;
}

.basket-cus-unit {
    width:10%;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:6px 0;
    box-sizing: border-box;
}

.basket-cus-unit p {
    width:40px;
    font-weight: 600;
    font-size: 14px;
    color: #6B6A6F;
}

.basket-cus-unit span {
    color: #6B6A6F;
    font-size: 14px;
}

.basket-total-row {
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    padding:15px 0;
}

.basket-total-row-block {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.basket-total-row-block p {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.basket-total-row-block span {
    margin-left:40px;
    font-size: 14px;
    letter-spacing: unset;
    text-transform: unset;
}

.comment-for-order-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.comment-for-order-row .btn {
    padding:16px 100px;
}

.comment-for-order-row .btn-row {
    margin-left:60px;
}

.comment-for-order-row textarea {
    width:100%;
    height:114px;
    padding:18px 22px;
    box-sizing: border-box;
    background: #F5F6F6;
    border: 1px solid #DADCE0;
    font-size: 16px;
}

.basket-content-panel {
    padding-bottom: 100px;
    box-sizing: border-box;
}



@media screen and (max-width:1200px) {
    .bu-cont-block p {
        text-align: center;
        width: 100%;
        font-size: 11px;
    }

    .bu-cont-title {
        font-size: 12px;
    }
}

@media screen and (max-width:1080px) {
    .basket-header-row {
        display:none;
    }

    .basket-cont-unit .bu-cont-title {
        display:block;
    }

    .bu-cont-list {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bu-cont-block {
        max-width:100%;
        display:flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .bu-cont-title {
        text-align:left;
        font-size:14px;
        font-weight: 600;
    }

    .bu-cont-block p {
        text-align: left;
        font-size:14px;
    }

    .bu-cont-block.buc-btns, .bu-cont-btns {
        width:100%;
        max-width: 100%;
    }

    .bu-cont-list .bu-cont-block::after {
        display:none;
    }

    .basket-cus-unit {
        width:auto;
        margin-right: 12px;
    }

    .bu-cont-block {
        padding:0;
    }
}

@media screen and (max-width:768px) {
    .comment-for-order-row {
        flex-direction: column;
        align-items: center;
    }

    .comment-for-order-row .btn-row {
        margin-left: 0;
        margin-top:20px;
    }

    .basket-total-row-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .basket-total-row-block span {
        margin-left: 24px;
    }
}


@media screen and (max-width:480px) {
    .basket-cus-unit {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .bu-cont-block.buc-pic {
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .bu-cont-block {
        margin-bottom: 10px;
    }

    .basket-cus-unit:nth-child(2n) {
        margin-right: 0;
    }

}








.account-panel {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}

.account-menu-col {
    width:100%;
    max-width:330px;
}

.account-cont-col {
    width:100%;
    max-width:calc(100% - 360px);
}

.account-menu-list {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    width:100%;
}

.account-menu-list a {
    padding:24px;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Circe', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2B2A31;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom:1px solid #DADCE0;
    width:100%;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.2s;
}

.account-menu-list a:last-child {
    border-bottom:none;
}

.account-menu-list a:hover {
    background-color: #f8ebdd;
}

.account-menu-list a.active {
    color:#fff;
    background-color:#C4996C;
    border-bottom:1px solid #C4996C;
}

form .input-row {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

form .input-row label {
    margin-bottom: 5px;
}

form .input-row input {
    width:100%;
    background: #F5F6F6;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    padding-left: 18px;
    height:53px;
}

.account-cont-col {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.account-main-form .btn-row {
    justify-content: flex-start;
}

.mobile-header {
    display:none;
}

.header-search-row {
    position: fixed;
    left:0;
    top:0;
    right:0;
    margin:auto;
    background-color:#fff;
    box-sizing: border-box;
    padding:30px 0;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(-100%);
    transition:0.2s;
    opacity: 0;
    z-index: 11;
}

.header-search-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.close-search-row {
    width: 24px;
    min-width:24px;
    height: 46px;
    margin-left: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.close-search-row img {
    width:100%;
}



.header-search-row.active {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.header-search-row input {
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 15px;
    border: 1px solid #DADCE0;
    width: 100%;
    height: 54px;
}

.header-search-row .input-row {
    width:100%;
    margin-bottom: 0;
    margin-right: 24px;
}



@media screen and (max-width:1080px) {

    .header-search-row {
        padding:10px 0
    }

    header {
        position: fixed;
        top: 90px;
        right:0;
        height: calc(100vh - 90px);
        background-color: #fff;
        transform: translateX(100%);
        transition: 0.2s;
        margin: auto;
        width: 100%;
        max-width: 480px;
        opacity: 0;
        z-index: 10;
        pointer-events: none;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }

    header.active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
        border-left: 4px solid #dcdcdc;
        box-sizing: border-box;
    }

    .mobile-header {
        display:flex;
        position: fixed;
        height:90px;
        top:0;
        left:0;
        right:0;
        margin:auto;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
        z-index: 11;
        background-color:#fff;
    }

    .page-content {
        padding-top:90px;
        box-sizing:border-box;
    }

    .mobile-header-wrap {
        width:100%;
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding:20px;
    }

    .burger-btn {
        width:30px;
        height:20px;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .burger-btn span {
        height:2px;
        width:100%;
        background-color:#000000;
        transition: 0.2s;
    }

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

    .burger-btn.active span:nth-child(1) {
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
        transform: rotate(45deg);
    }

    .burger-btn.active span:nth-child(3) {
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
        transform: rotate(-45deg);
    }

    .mobile-logo {
        max-width: 80px;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-logo img {
        max-width: 100%;
    }

    .header-top-row-wrap {
        flex-direction: column;
    }

    .header-top-row-wrap .header-info-block {
        width:100%;
        order:2;
    }

    .header-top-row-wrap .header-logo-block {
        display: none;
    }

    .header-auth-block {
        width:100%;
        justify-content: flex-end;
        order:1;
    }

    .header-bot-wrap nav ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width:100%;
    }

    .header-bot-wrap nav ul li {
        margin:0 0 16px 0;
    }

    .header-bot-wrap nav ul li a {
        padding-left: 0;
    }

    .nav-wrapper, .nav-wrapper nav {
        width:100%;
    }


    .header-top-row {
        padding-top:0;
        padding-bottom: 10px;
    }

    .header-auth-block a.auth-link {
        margin-right: auto;
        margin-left:0;
    }

    .header-auth-block {
        padding:20px 0;
    }

}

@media screen and (max-width:480px) {
    .header-search-wrap .btn {
        padding:10px;
        box-sizing: border-box;
    }

    .header-search-wrap {
        align-items: stretch;
    }

    .header-search-wrap .btn {
        height:42px;
    }

    .header-search-wrap input {
        height:42px;
    }

    .close-search-row {
        width: 18px;
        min-width: 18px;
    }
}


.main-bn-panel {
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
}

.main-bn-carousel {
    width:100%;
    height:100%;
}

.main-bn-news-list {
    width:auto;
    min-width:450px;
    box-sizing: border-box;
    padding-top: 60px;
}

.main-bn-news-list {
    width:100%;
}

.main-bn-nl-unit {
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

}

.main-bn-nl-pic-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    min-width:164px;
}

.main-bn-nl-pic-wrap img {
    width:100%;
}

.main-nl-text-wrap {
    padding-left:20px;
    box-sizing: border-box;
}

.main-nl-date {
    position:relative;
    padding-left:20px;
    box-sizing: border-box;
    color: #6B6A6F;
    font-size:14px;
    margin-bottom: 8px;
}

.main-nl-date::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    width:12px;
    height:12px;
    background:url(/local/templates/.default/css/../img/clock-icon.svg)no-repeat;
    background-size:cover;
}

.main-nl-title {
    font-family: 'Circe', sans-serif;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing: 0.05em;
    color:#2B2A31;
    margin-bottom:16px;
}

.main-nl-text {
    font-size:14px;
    line-height: 1.8;
    color:#6B6A6F;
}

.main-bn-nl-unit {
    margin-bottom: 20px;
}

.main-bn-nl-unit:last-child {
    margin-bottom: 0;
}

.cip-add-info-row textarea {
    font-size: 14px;
    padding:12px 15px;
    border:1px solid #DADCE0;
    width:100%;
    height:60px;
    resize: vertical;
}

.weight-slider-input-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.weight-slider-input-unit {
    width: calc(50% - 25px);
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
}

.weight-slider-input-unit input {
    width:44px;
    border:none;
    background-color:#fff;
    height:48px;
    text-align: right;
    font-size:16px;
}

.weight-slider-input-unit span {
    font-size:14px;
    padding:10px;
    box-sizing: border-box;
}

.weight-slider-input-unit span:last-child {
    padding-left: 0;
}

.form-announce {
    margin-bottom: 30px;
}

.auth-panel {
    max-width: 680px;
}



@media screen and (max-width:1080px) {
    .main-bn-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .main-bn-carousel-wrap {
        width:100%;
        margin-bottom: 20px;
    }

    .main-bn-news-list {
        padding-left: 0;
    }

    .main-bn-news-list {
        display:flex;
        flex-flow: column;
    }

    .main-nl-title {
        font-size:14px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .main-nl-text {
        font-size: 12px;
        line-height: 1.8;
        color: #6B6A6F;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .main-bn-nl-unit {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .main-bn-news-list {
        flex-direction: column;
    }

    .main-bn-nl-unit {
        margin-bottom: 20px;
    }

    .title-row {
        font-size:20px;
    }

    .title-row-wrap .btn {
        padding: 12px 25px;
    }

    .catalog-part-block .catalog-list-unit {
        width:50%;
        max-width: calc(50% - 9px);
    }

    .catalog-part-block.catalog-list .catalog-list-unit:nth-child(4n) {
        margin-right: 18px;
    }

    .catalog-part-block.catalog-list .catalog-list-unit:nth-child(2n) {
        margin-right: 0;
    }

    .clu-title {
        font-size: 12px;
    }
}



@media screen and (max-width:480px) {
    .clu-incart-btn .btn {
        width: 100%;
        font-size: 12px;
        padding: 12px;
    }

    .main-bn-nl-pic-wrap {
        display:none;
    }

    .main-nl-text-wrap {
        padding-left: 0;
    }

    .title-row-wrap {
        margin-bottom: 60px;
        flex-direction: column;
        align-items: flex-start;
    }

    .title-row-wrap .title-row {
        margin-bottom: 30px;
    }

    .main-bn-news-list {
        min-width: unset;
    }

    .page-wrapper {
        padding-left:10px;
        padding-right: 10px;
    }

    .main-slide-title {
        text-align: center;
    }

    .main-slide-title {
        font-size: 24px;
    }
}

.bu-inner-modal {
    position: absolute;
    width: 750px;
    right: 0;
    left: auto;
    top: 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 5px -1px rgba(53, 53, 53 ,0.3);
    z-index: 2;
    display:none;
}

.bu-inner-modal-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bu-inner-modal-close{
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bu-inner-modal-close img {
    width:100%;
}

.fsp-title {
    font-family: 'Circe', sans-serif;
    margin-bottom: 20px;
    font-size:20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.bu-inner-modal .catalog-item-scu-size-list {
    margin-bottom: 15px;
}

.bu-text-modal .input-row {
    width:100%;
}

.bu-text-modal .input-row textarea {
    font-size: 14px;
    padding: 12px 15px;
    border: 1px solid #DADCE0;
    width: 100%;
    height: 120px;
    resize: vertical;
}


@media screen and (max-width:1080px) {
    .catalog-item-page-panel {
        flex-direction: column;
        align-items: center;
    }

    .cip-content-col {
        width:100%;
        padding-left: 0;
    }

    .cip-pic-col {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .cip-chooser-row {
        flex-direction: column;
        align-items: stretch;
    }

    .cip-chooser-row-unit {
        width:100%;
        margin-bottom: 16px;
    }

    .cip-chooser-unit-title {
        font-size:14px;
    }

    .cip-chooser-row-unit {
        font-size:14px;
    }

    .catalog-item-page-panel .catalog-item-scu-size-unit {
        width: calc(33.33% - 14px);
    }

    .catalog-item-page-panel .catalog-item-scu-size-unit:nth-child(7n) {
        margin-right: 20px;
    }

    .catalog-item-page-panel .catalog-item-scu-size-unit:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .cart-btn-row .btn {
        padding: 16px 58px;
    }

    .cip-upper0info-row p {
        margin-right: 40px;
    }
}





/*.events-list*/

.event-list {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.main-bn-nl-unit {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-list .main-bn-nl-unit {
    width: calc(25% - 15px);
    margin-right: 20px;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    background-color:#fff;
    margin-bottom: 20px;
}

.event-list .main-bn-nl-unit:nth-child(4n) {
    margin-right: 0;
}

.main-bn-nl-pic-wrap {
    width:100%;
}

.main-nl-text-wrap {
    padding:16px 26px 26px 26px;
}


@media screen and (max-width:1080px) {
    .event-list .main-bn-nl-unit {
        width: calc(33.33% - 14px);
    }

    .event-list .main-bn-nl-unit:nth-child(4n) {
        margin-right: 20px;
    }

    .event-list .main-bn-nl-unit:nth-child(3n) {
        margin-right: 0;
    }

    .main-bn-news-list .event-list .main-bn-nl-unit {
        width: calc(50% - 10px);
    }

    .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(4n) {
        margin-right: 20px;
    }

    .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(3n) {
        margin-right: 20px;
    }

    .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .event-list .main-bn-nl-unit {
        width: calc(50% - 10px);
    }

    .event-list .main-bn-nl-unit:nth-child(4n) {
        margin-right: 20px;
    }

    .event-list .main-bn-nl-unit:nth-child(3n) {
        margin-right: 20px;
    }

    .event-list .main-bn-nl-unit:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .event-list .main-bn-nl-unit, .main-bn-news-list .event-list .main-bn-nl-unit {
        width:100%;
        margin-right: 0;
    }

    .event-list .main-bn-nl-unit:nth-child(4n), .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(4n) {
        margin-right: 0;
    }

    .main-bn-nl-pic-wrap {
        display:flex;
    }

    .event-list .main-bn-nl-unit:nth-child(3n), .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(3n) {
        margin-right: 0;
    }

    .event-list .main-bn-nl-unit:nth-child(2n), .main-bn-news-list .event-list .main-bn-nl-unit:nth-child(2n) {
        margin-right: 0;
    }


}

/* End */


/* Start:/local/templates/.default/css/custom.css?169442320513815*/
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/.default/css/../fonts/slick.eot');
    src: url('/local/templates/.default/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/../fonts/slick.woff') format('woff'), url('/local/templates/.default/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/.default/css/../fonts/slick.svg#slick') format('svg');
}

.main-bn-nl-unit{
    text-decoration: none;
}


.bx_filter .bx_ui_slider_track {
    height: 2px;
    background:none;
    border: none;
    box-shadow: none;
}

.bx_filter .bx_ui_slider_part {
    display: none;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    background: #DADCE0;
    height: 2px;
    z-index: 2;
    box-shadow: none;
    border: none;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    height: 2px;
    background: none;
    border: none;
    z-index: 1;
}

.bx_filter .bx_ui_slider_pricebar_V {
    height: 2px;
    top: 0;
    bottom: unset;
    background: #C4996C;
    z-index: 3;
}

.bx_filter .bx_ui_slider_part {
    background: transparent;
}

.bx_filter .bx_ui_slider_handle.right {
    width: 14px;
    height: 14px;
    border: 3px solid #c4996c;
    border-radius: 14px;
    background: #fff;
    top: -6px;
    margin: 0;
    box-sizing: border-box;
    z-index: 10000;
}

.bx_filter .bx_ui_slider_handle.left{
    width: 14px;
    height: 14px;
    border: 3px solid #c4996c;
    border-radius: 14px;
    background: #fff;
    top: -6px;
    margin: 0;
    box-sizing: border-box;
    z-index: 10000;
}

.bx_filter .bx_ui_slider_range {
    top:0;
}
form .input-row textarea {
    width:100%;
    background: #F5F6F6;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    padding-left: 18px;
    height:153px;
}

.new-collection-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.new-collection-item {
    width:100%;
    position: relative;
    min-height:442px;
    display:flex;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new-collection-item img {
    min-width: 100%;
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: -20%;
    right: -20%;
    margin: auto;
    min-height: 100%;
}

.nc-text-block {
    min-width: 340px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:center;
    box-sizing: border-box;
    padding:40px 40px 40px 80px;
    position: relative;
    z-index: 1;
    margin-left: 50%;
    width: 50%;
}

.new-collection-item .main-slide-title {
    font-size:24px;
}

.new-collection-item:first-child {
    width:100%;
}

.new-collection-item:first-child .main-slide-title {
    font-size:48px;
}

.new-collection-item:nth-child(3n+2) {
    /*width:calc(65% - 10px);*/
}

.new-collection-item:nth-child(2n+3) {
    /*width:calc(35% - 10px);*/
}

.new-collection-item:nth-child(2n+4) {
    width:calc(65% - 10px);
}
.new-collection-item:nth-child(3){
width:100%;height: 633px;
}
.new-collection-item:nth-child(4){
width:35%!important;
}
.new-collection-item:nth-child(5){
width:65%!important;
}
.new-collection-item:nth-child(6){
width:100%;
}
.new-collection-item:nth-child(3n+4) {
    width:100%;
    margin-right: 0;
}

.new-collection-item:nth-child(3n+4) .main-slide-title {
    font-size:48px;
}

@media screen and (max-width:1200px) {
    .new-collection-item {
        width:100% !important;
    }

    .new-collection-item:first-child .main-slide-title, .new-collection-item:nth-child(3n+4) .main-slide-title, .new-collection-item .main-slide-title {
        font-size:32px;
    }
}

@media screen and (max-width:768px) {
    .nc-text-block {
        width:100%;
        min-width:unset;
        align-items: center;
        justify-content: flex-start;
        display:flex;
        margin-left:0;
        padding: 10px;
    }

    .new-collection-item:first-child .main-slide-title, .new-collection-item:nth-child(3n+4) .main-slide-title, .new-collection-item .main-slide-title {
        font-size:24px;
    }

    .new-collection-item {
        min-height: 310px;
    }
}

.catalog-list {
    align-items: stretch;
}

.catalog-list .catalog-list-unit {
    display: flex;
}

a.cli-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.clu-pic-holder {
    height: 100%;
}

.paginator{
    margin-top: 50px
}

.cip-add-to-fav {
    cursor: pointer;
}

#modef{
    display: none!important;
}

.input-row.error input{
    border: 1px solid red;
}

.catalog-item-scu-size-list {
    justify-content: flex-start;
}

.basket-section-wrap .catalog-item-scu-size-unit {
    min-width: 89px;
}


@media screen and (max-width:768px) {
    .account-panel {
        flex-direction:column;
    }

    .account-menu-col{
        max-width:100%;
        margin-bottom:30px;
    }

    .account-cont-col {
        width:100%;
        max-width: 100%;
    }
}

.bu-cont-block.buc-rod {
    max-width: 214px;
}

.buc-pic {
    max-width: 64px;
}

.buc-art {
    max-width: 150px;
}
.bu-inner-modal-wrap form {
    width: 100%;
}

@media screen and (max-width:991px) {
    .bu-inner-modal {
        width:calc(100% - 40px);
        left:20px;
        right:20px;
        box-sizing: border-box;
    }

    .bu-inner-modal .catalog-item-scu-size-list {
        justify-content:center;
    }

     .bu-inner-modal .catalog-item-scu-size-list .catalog-item-scu-size-unit {
         margin-left:8px;
         margin-right:8px;
     }
}

@media screen and (max-width:768px) {
     .bu-inner-modal {
        width:100%;
        left:0;
        right:0;
        box-sizing: border-box;
        padding:20px 10px;
    }

    .bu-inner-modal .fsp-title {
        font-size:18px;
    }
}
#USER_REMEMBER{margin-right:8px;}

.cip-chooser-row {
    justify-content:flex-start;
}

.cip-chooser-row-unit:last-child {
    margin-right: 0;
}

.cip-chooser-row-unit {
    margin-right: 34px;
}

.event-list {
	align-items:stretch;
}

.in-basket{
    background: url(/local/templates/.default/css/../img/in-basket.svg) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
   top:0;
    z-index: 10;
}
.hidden{
    display: none;
}

.fancybox-slide--iframe .fancybox-content {
    vertical-align: top;
    margin: 20px;
}

.sm-basket{
    color: #c4996c;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-left: 11px;
    font-weight: bold;
}





.main-bn-car-slide img {
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .main-bn-car-slide img {
           height: auto;
	    min-height: unset;
	    position: relative;
	    top: unset;
	    left: unset;
	    right: unset;
	    bottom: unset;
    }

    .main-slide-text-block {
	display:none;
    }
}

#test1 .paginator_p {
    border: none;
    color: #000;
    font-size:16px;
}

#test1 .paginator_p:hover {
    background:none;
    color:#c4996c;
}

#test1 .paginator_slider .ui-slider-handle {
    border-bottom: 17px solid #585858;
}

#test1 .paginator_slider {
    background-color: #080808;
}

#test1 .paginator_p.selected {
    background:none;
    color:#c4996c;
}

#test1 .paginator_p_bloc {
padding-left:40px;
padding-right:40px;
}

#test1 .paginator_slider {
    left: 0;
}

.paginator {
justify-content:center;
}

.paginator_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
width:auto !important;}


.header-auth-block-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.header-auth-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.header-auth-search-block-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.header-auth-search-block-wrap form input {
    background:none;
    height:46px;
}

.header-auth-search-block-wrap form .input-row {
    margin-bottom:0;
    width: 100%;
    max-width: 336px;
}

.header-auth-search-block-wrap .btn-search {
    border:none;
    background:none;
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:0;
    cursor: pointer;
}



form.header-search-wrap {
    width: 100%;
    justify-content: flex-end;
    position: relative;
}


.header-auth-search-block-wrap .btn-row {
    width:46px;
    height:46px;
    position:absolute;
    right:0;
    
}

@media screen and (max-width:991px) {
    .header-auth-search-block-wrap form .input-row {
        max-width:unset;
    }
}


.more-items-btn-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-items-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:33px 12px;
    box-sizing:border-box;
    border: 1px solid #C4996C;
    box-sizing: border-box;
    position:relative;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.more-items-btn::after {
     display:flex;
    align-items:center;
    justify-content:center;
    padding:33px 12px;
    box-sizing:border-box;
    border: 1px solid #C4996C;
    box-sizing: border-box;
    position:relative;
    content:'';
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    pointer-events:none;
}

.more-items-btn svg {
    margin-right: 10px;
}

a.more-items-btn:hover path {
    fill: #C4996C;
}

.clu-label-row {
    position: absolute;
    top: 8px;
    left: 0;
}

.clu-pic-holder {
    position: relative;
}

.clu-label {
    background-color: #C4996C;
    color: #fff;
    padding: 4px 14px;
    font-size: 14px;
}

.order-total-counter {
    margin-left: auto;
    position: absolute;
    right: 0;
}

.order-total-counter span {
    font-weight: bold;
}

.news-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;}
.news-list-item{
    max-width: calc(33% - 41px);
    margin-right: 45px;
    margin-bottom: 30px;
}
.card-title{
}

.nav-child{
    display:none!important;
    z-index:1000;
    top:35px;
    left:0px;
    width:200px;
    padding-top:120x;

}
.header-bot-wrap nav ul li:hover>.nav-child{
    position:absolute;
    display:block!important;
    margin:0;
    background: rgba(255,255,255,0.4);
}
.nav-child li{
    display:block!important;
    flex:none!important;
    width:100%!important;
    align-items: normal!important;
    justify-content: normal!important;
    margin:0!important;
}



.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 100;
}

.js-collection-slider .slick-prev,
.js-collection-slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .55;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .95;
    color: #191622;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}

.js-collection-slider .slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}


.js-collection-slider  .slick-prev:before
{
    content: '';
    background: url(/local/templates/.default/img/arrow_left_c.png);
    background-size: cover;
    width: 100px;
    display: block;
    height: 100px;
}
.js-collection-slider [dir='rtl'] .slick-prev:before
{
    content: '';
}


.slick-next
{
    right: 25px;
}

.js-collection-slider .slick-next
{
    right: 0px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.js-collection-slider .slick-next:before
{
    content: '';
    background: url(/local/templates/.default/img/arrow_right_c.png);
    background-size: cover;
    width: 100px;
    display: block;
    height: 100px;
}

.js-collection-slider [dir='rtl'] .slick-next:before
{
    content: '←';
}

.js-item-responsive .slick-list.draggable{
    padding-bottom: 55px!important;
}


.some-page-wrapper {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
margin-bottom:1em;
}

.some-page-wrapper>div {
    display: flex;
    flex-basis: calc(25% - 11px);
    justify-content: center;
    flex-direction: column;
}
.some-page-wrapper img {
  width:100%;
}

@media screen and (max-width:768px) {
.some-page-wrapper>div {
    display: flex;
    flex-basis:100%;
    justify-content: center;
    flex-direction: column;
}
}
/* End */


/* Start:/local/templates/rusgoldart/components/bitrix/sale.basket.basket.line/.default_old1/style.css?16732917733946*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name{padding-bottom: 5px;}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/rusgoldart/components/bitrix/menu/menu_levels/style.min.css?16732917733715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/rusgoldart/components/bitrix/menu/menu_levels/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/rusgoldart/components/bitrix/menu/menu_levels/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/rusgoldart/components/bitrix/menu/menu_levels/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */
/* /local/templates/.default/css/normalize.css?16732917737279 */
/* /local/templates/.default/fonts/fonts.css?1673534262547 */
/* /local/templates/.default/plugins/noUiSlider/nouislider.min.css?16732917734294 */
/* /local/templates/.default/plugins/slick/slick.css?16732917731729 */
/* /local/templates/.default/css/main.css?167396220354295 */
/* /local/templates/.default/css/custom.css?169442320513815 */
/* /local/templates/rusgoldart/components/bitrix/sale.basket.basket.line/.default_old1/style.css?16732917733946 */
/* /local/templates/rusgoldart/components/bitrix/menu/menu_levels/style.min.css?16732917733715 */
