/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


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

body {
  margin: 0;
}

@font-face {
    font-family: 'Engravers Gothic';
    src: url('EngraversGothic-Bold.eot');
    src: local('Engravers Gothic Bold'), local('EngraversGothic-Bold'),
        url('EngraversGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('EngraversGothic-Bold.woff2') format('woff2'),
        url('EngraversGothic-Bold.woff') format('woff'),
        url('EngraversGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Engravers Gothic';
    src: url('EngraversGothic.eot');
    src: local('Engravers Gothic'), local('EngraversGothic'),
        url('EngraversGothic.eot?#iefix') format('embedded-opentype'),
        url('EngraversGothic.woff2') format('woff2'),
        url('EngraversGothic.woff') format('woff'),
        url('EngraversGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



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

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

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

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
:focus{ outline: 0; }

div,
input,
button,
.button,
form{
  box-sizing: border-box;
}

p{ margin: 0px; }


.lcd-font{
    width: 1300px!important;
    margin-left: -20%;
    display: inline-block;
}
  ul.countdown {
  list-style: none;
  margin: 0 0 0 35px;
  padding: 0;
  display: block;
  width: 1050px;

  font-family: 'Engravers Gothic';
  }
  ul.countdown li {
  display: inline-block;
  color: #fff;
  }
  ul.countdown li span {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  }
  ul.countdown li.seperator {
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
  }
  ul.countdown li p {
  color: #a7abb1;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
        text-align: center;
  }
.slider-text {
	left: 50%!important;
    margin-left: -227px;
}

@media screen and (min-width: 1500px) {
    ul.countdown {
       margin: 20px 0 0 150px;
    }
    ul.countdown li span, ul.countdown li.seperator  {
      font-size: 80px;
    }
    ul.countdown li p {
      font-size: 18px;
    }

  .slider-text {
    left: 50%!important;
    margin-left: -400px;
}
  }
@media screen and (min-width: 1800px) {
     ul.countdown li span, ul.countdown li.seperator  {
      font-size: 100px;
    }
      ul.countdown {
        margin: 20px 0 0 100px;
    }
}
@media screen and (max-width: 1023px) {
  .lcd-font{
  display:none!important;}
  .slider-text{
	left: 50%!important;
    margin-left: -125px;
  }
  ul.countdown li {
    float: left;
    font-size: 20px;
    line-height:20px;
  }
  ul.countdown li.seperator {
    font-size: 20px;
    line-height:20px;
  }
  ul.countdown li span {
    font-size: 20px;
    line-height:20px;
  }
  ul.countdown li p {
    font-size: 9px;
    line-height:9px;
    margin-top:5px;
  }
  ul.countdown {
      width: 100%;
        margin: -30px 0 0 50px;
  }
}

  ul.countdown li:last-child span, ul.countdown li:last-child p{
      color: #fc1616!important;
}
#template, #banner-header {display: none;}
.image-source-link {
color: #98C3D1;
}


#create_order {
padding: 1em 5em;
width: 100%;
}
.bread { padding-bottom: 2em;}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
#shopberry-header{
display: none;
}
.row:after,
.grid-row:after,
.grid-row-inner:after {
content: '';
display: block;
width: 100%;
clear: both;
}
.grid-row {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.grid-row-inner {
margin-left: -1rem;
margin-right: -1rem;
}
.wrap {
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
letter-spacing: -0.34em;
float: none;
}
.grid-inline:after {
clear: both;
content: "";
display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
display: inline-block;
float: none !important;
letter-spacing: 0;
vertical-align: top;
}
.page-subscribe {
margin-bottom: 9em;
margin-top: 7em;
}
.page-subscribe h3{
font-weight: normal !important;
color: #999 !important;
font-size: inherit !important;
letter-spacing: .1em;
margin-bottom: 2em !important;
}
@media all {
.grid-1 {
width: 8.33333333%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.grid-2 {
width: 16.66666667%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.grid-3 {
width: 25%;
}
.offset-3 {
margin-left: 25%;
}
.grid-4 {
width: 33.33333333%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.grid-5 {
width: 41.66666667%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.grid-6 {
width: 50%;
}
.offset-6 {
margin-left: 50%;
}
.grid-7 {
width: 58.33333333%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.grid-8 {
width: 66.66666667%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.grid-9 {
width: 75%;
}
.offset-9 {
margin-left: 75%;
}
.grid-10 {
width: 83.33333333%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.grid-11 {
width: 91.66666667%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.grid-12 {
width: 100%;
}
.offset-12 {
margin-left: 100%;
}
.padded {
padding: .5rem;
}
.padded-left {
padding-left: .5rem;
}
.padded-right {
padding-right: .5rem;
}
.padded-top {
padding-top: .5rem;
}
.padded-bottom {
padding-bottom: .5rem;
}
.padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.padded-inner {
padding: 1rem;
}
.padded-inner-left {
padding-left: 1rem;
}
.padded-inner-right {
padding-right: 1rem;
}
.padded-inner-top {
padding-top: 1rem;
}
.padded-inner-bottom {
padding-bottom: 1rem;
}
.padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padded-zero {
padding: 0;
}
.padded-zero-left {
padding-left: 0;
}
.padded-zero-right {
padding-right: 0;
}
.padded-zero-top {
padding-top: 0;
}
.padded-zero-bottom {
padding-bottom: 0;
}
.padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.fl,
.flow {
float: left;
}
.fr,
.flow-opposite {
float: right;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.grid-inline > .inline-top {
vertical-align: top;
}
.grid-inline > .inline-middle {
vertical-align: middle;
}
.grid-inline > .inline-bottom {
vertical-align: bottom;
}
.hidden {
display: none !important;
}
.visible {
display: block !important;
}
}
@media all {
[class*="lg-grid-"] {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-grid-1 {
width: 8.33333333%;
}
.lg-offset-1 {
margin-left: 8.33333333%;
}
.lg-grid-2 {
width: 16.66666667%;
}
.lg-offset-2 {
margin-left: 16.66666667%;
}
.lg-grid-3 {
width: 25%;
}
.lg-offset-3 {
margin-left: 25%;
}
.lg-grid-4 {
width: 33.33333333%;
}
.lg-offset-4 {
margin-left: 33.33333333%;
}
.lg-grid-5 {
width: 41.66666667%;
}
.lg-offset-5 {
margin-left: 41.66666667%;
}
.lg-grid-6 {
width: 50%;
}
.lg-offset-6 {
margin-left: 50%;
}
.lg-grid-7 {
width: 58.33333333%;
}
.lg-offset-7 {
margin-left: 58.33333333%;
}
.lg-grid-8 {
width: 66.66666667%;
}
.lg-offset-8 {
margin-left: 66.66666667%;
}
.lg-grid-9 {
width: 75%;
}
.lg-offset-9 {
margin-left: 75%;
}
.lg-grid-10 {
width: 83.33333333%;
}
.lg-offset-10 {
margin-left: 83.33333333%;
}
.lg-grid-11 {
width: 91.66666667%;
}
.lg-offset-11 {
margin-left: 91.66666667%;
}
.lg-grid-12 {
width: 100%;
}
.lg-offset-12 {
margin-left: 100%;
}
.lg-padded {
padding: .5rem;
}
.lg-padded-left {
padding-left: .5rem;
}
.lg-padded-right {
padding-right: .5rem;
}
.lg-padded-top {
padding-top: .5rem;
}
.lg-padded-bottom {
padding-bottom: .5rem;
}
.lg-padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.lg-padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.lg-padded-inner {
padding: 1rem;
}
.lg-padded-inner-left {
padding-left: 1rem;
}
.lg-padded-inner-right {
padding-right: 1rem;
}
.lg-padded-inner-top {
padding-top: 1rem;
}
.lg-padded-inner-bottom {
padding-bottom: 1rem;
}
.lg-padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.lg-padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg-padded-zero {
padding: 0;
}
.lg-padded-zero-left {
padding-left: 0;
}
.lg-padded-zero-right {
padding-right: 0;
}
.lg-padded-zero-top {
padding-top: 0;
}
.lg-padded-zero-bottom {
padding-bottom: 0;
}
.lg-padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.lg-padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.lg-padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.lg-padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.lg-fl,
.lg-flow {
float: left;
}
.lg-fr,
.lg-flow-opposite {
float: right;
}
.lg-center {
text-align: center;
}
.lg-left {
text-align: left;
}
.lg-right {
text-align: right;
}
.lg-grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.lg-grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.lg-grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.grid-inline > .lg-inline-top {
vertical-align: top;
}
.grid-inline > .lg-inline-middle {
vertical-align: middle;
}
.grid-inline > .lg-inline-bottom {
vertical-align: bottom;
}
}
@media (max-width: 1100px) {
  .header-padded.fixed-header {
  	padding:0;
  }

  span.recent-price {
    float: left;
}  
.adaptive [class*="md-grid-"] {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.adaptive .md-grid-1 {
width: 8.33333333%;
}
.adaptive .md-offset-1 {
margin-left: 8.33333333%;
}
.adaptive .md-grid-2 {
width: 16.66666667%;
}
.adaptive .md-offset-2 {
margin-left: 16.66666667%;
}
.adaptive .md-grid-3 {
width: 25%;
}
.adaptive .md-offset-3 {
margin-left: 25%;
}
.adaptive .md-grid-4 {
width: 33.33333333%;
}
.adaptive .md-offset-4 {
margin-left: 33.33333333%;
}
.adaptive .md-grid-5 {
width: 41.66666667%;
}
.adaptive .md-offset-5 {
margin-left: 41.66666667%;
}
.adaptive .md-grid-6 {
width: 50%;
}
.adaptive .md-offset-6 {
margin-left: 50%;
}
.adaptive .md-grid-7 {
width: 58.33333333%;
}
.adaptive .md-offset-7 {
margin-left: 58.33333333%;
}
.adaptive .md-grid-8 {
width: 66.66666667%;
}
.adaptive .md-offset-8 {
margin-left: 66.66666667%;
}
.adaptive .md-grid-9 {
width: 75%;
}
.adaptive .md-offset-9 {
margin-left: 75%;
}
.adaptive .md-grid-10 {
width: 83.33333333%;
}
.adaptive .md-offset-10 {
margin-left: 83.33333333%;
}
.adaptive .md-grid-11 {
width: 91.66666667%;
}
.adaptive .md-offset-11 {
margin-left: 91.66666667%;
}
.adaptive .md-grid-12 {
width: 100%;
}
.adaptive .md-offset-12 {
margin-left: 100%;
}
.adaptive .md-padded {
padding: .5rem;
}
.adaptive .md-padded-left {
padding-left: .5rem;
}
.adaptive .md-padded-right {
padding-right: .5rem;
}
.adaptive .md-padded-top {
padding-top: .5rem;
}
.adaptive .md-padded-bottom {
padding-bottom: .5rem;
}
.adaptive .md-padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.adaptive .md-padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.adaptive .md-padded-inner {
padding: 1rem;
}
.adaptive .md-padded-inner-left {
padding-left: 1rem;
}
.adaptive .md-padded-inner-right {
padding-right: 1rem;
}
.adaptive .md-padded-inner-top {
padding-top: 1rem;
}
.adaptive .md-padded-inner-bottom {
padding-bottom: 1rem;
}
.adaptive .md-padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.adaptive .md-padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.adaptive .md-padded-zero {
padding: 0;
}
.adaptive .md-padded-zero-left {
padding-left: 0;
}
.adaptive .md-padded-zero-right {
padding-right: 0;
}
.adaptive .md-padded-zero-top {
padding-top: 0;
}
.adaptive .md-padded-zero-bottom {
padding-bottom: 0;
}
.adaptive .md-padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.adaptive .md-padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.adaptive .md-padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .md-padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .md-fl,
.adaptive .md-flow {
float: left;
}
.adaptive .md-fr,
.adaptive .md-flow-opposite {
float: right;
}
.adaptive .md-center {
text-align: center;
}
.adaptive .md-left {
text-align: left;
}
.adaptive .md-right {
text-align: right;
}
.adaptive .md-grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.adaptive .md-grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.adaptive .md-grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.adaptive .grid-inline > .md-inline-top {
vertical-align: top;
}
.adaptive .grid-inline > .md-inline-middle {
vertical-align: middle;
}
.adaptive .grid-inline > .md-inline-bottom {
vertical-align: bottom;
}
}
@media (max-width: 800px) {
  
  .lg-grid-8.sm-grid-6.topbar-left {
      display: flex;
    align-items: baseline;
}
  
.lg-grid-4.sm-grid-6.topbar-right.right {
       display: flex !important;
    align-items: baseline;
    justify-content: flex-end;
    text-align: right;
} 
 
.lg-grid-8.sm-grid-6.topbar-left>p>span {
font-size: inherit !important;
}
  
/*.lg-grid-4.sm-grid-6.topbar-right.right {
    display: inline-block;
}*/

  a.lang_switch {
    padding: 0 .1em;
}
  
body {
    font-size: 12px !important;
}
  
.adaptive [class*="sm-grid-"] {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.adaptive .sm-grid-1 {
width: 8.33333333%;
}
.adaptive .sm-offset-1 {
margin-left: 8.33333333%;
}
.adaptive .sm-grid-2 {
width: 16.66666667%;
}
.adaptive .sm-offset-2 {
margin-left: 16.66666667%;
}
.adaptive .sm-grid-3 {
width: 25%;
}
.adaptive .sm-offset-3 {
margin-left: 25%;
}
.adaptive .sm-grid-4 {
width: 33.33333333%;
}
.adaptive .sm-offset-4 {
margin-left: 33.33333333%;
}
.adaptive .sm-grid-5 {
width: 41.66666667%;
}
.adaptive .sm-offset-5 {
margin-left: 41.66666667%;
}
.adaptive .sm-grid-6 {
width: 50%;
}
.adaptive .sm-offset-6 {
margin-left: 50%;
}
.adaptive .sm-grid-7 {
width: 58.33333333%;
}
.adaptive .sm-offset-7 {
margin-left: 58.33333333%;
}
.adaptive .sm-grid-8 {
width: 66.66666667%;
}
.adaptive .sm-offset-8 {
margin-left: 66.66666667%;
}
.adaptive .sm-grid-9 {
width: 75%;
}
.adaptive .sm-offset-9 {
margin-left: 75%;
}
.adaptive .sm-grid-10 {
width: 83.33333333%;
}
.adaptive .sm-offset-10 {
margin-left: 83.33333333%;
}
.adaptive .sm-grid-11 {
width: 91.66666667%;
}
.adaptive .sm-offset-11 {
margin-left: 91.66666667%;
}
.adaptive .sm-grid-12 {
width: 100%;
}
.adaptive .sm-offset-12 {
margin-left: 100%;
}
.adaptive .sm-padded {
padding: .5rem;
}
.adaptive .sm-padded-left {
padding-left: .5rem;
}
.adaptive .sm-padded-right {
padding-right: .5rem;
}
.adaptive .sm-padded-top {
padding-top: .5rem;
}
.adaptive .sm-padded-bottom {
padding-bottom: .5rem;
}
.adaptive .sm-padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.adaptive .sm-padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.adaptive .sm-padded-inner {
padding: 1rem;
}
.adaptive .sm-padded-inner-left {
padding-left: 1rem;
}
.adaptive .sm-padded-inner-right {
padding-right: 1rem;
}
.adaptive .sm-padded-inner-top {
padding-top: 1rem;
}
.adaptive .sm-padded-inner-bottom {
padding-bottom: 1rem;
}
.adaptive .sm-padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.adaptive .sm-padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.adaptive .sm-padded-zero {
padding: 0;
}
.adaptive .sm-padded-zero-left {
padding-left: 0;
}
.adaptive .sm-padded-zero-right {
padding-right: 0;
}
.adaptive .sm-padded-zero-top {
padding-top: 0;
}
.adaptive .sm-padded-zero-bottom {
padding-bottom: 0;
}
.adaptive .sm-padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.adaptive .sm-padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.adaptive .sm-padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .sm-padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .sm-fl,
.adaptive .sm-flow {
float: left;
}
.adaptive .sm-fr,
.adaptive .sm-flow-opposite {
float: right;
}
.adaptive .sm-center {
text-align: center;
}
.adaptive .sm-left {
text-align: left;
}
.adaptive .sm-right {
text-align: right;
}
.adaptive .sm-grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.adaptive .sm-grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.adaptive .grid-inline > .sm-inline-top {
vertical-align: top;
}
.adaptive .grid-inline > .sm-inline-middle {
vertical-align: middle;
}
.adaptive .grid-inline > .sm-inline-bottom {
vertical-align: bottom;
}
}
@media (max-width: 640px) {
.adaptive [class*="xs-grid-"] {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.adaptive .xs-grid-1 {
width: 8.33333333%;
}
.adaptive .xs-offset-1 {
margin-left: 8.33333333%;
}
.adaptive .xs-grid-2 {
width: 16.66666667%;
}
.adaptive .xs-offset-2 {
margin-left: 16.66666667%;
}
.adaptive .xs-grid-3 {
width: 25%;
}
.adaptive .xs-offset-3 {
margin-left: 25%;
}
.adaptive .xs-grid-4 {
width: 33.33333333%;
}
.adaptive .xs-offset-4 {
margin-left: 33.33333333%;
}
.adaptive .xs-grid-5 {
width: 41.66666667%;
}
.adaptive .xs-offset-5 {
margin-left: 41.66666667%;
}
.adaptive .xs-grid-6 {
width: 50%;
}
.adaptive .xs-offset-6 {
margin-left: 50%;
}
.adaptive .xs-grid-7 {
width: 58.33333333%;
}
.adaptive .xs-offset-7 {
margin-left: 58.33333333%;
}
.adaptive .xs-grid-8 {
width: 66.66666667%;
}
.adaptive .xs-offset-8 {
margin-left: 66.66666667%;
}
.adaptive .xs-grid-9 {
width: 75%;
}
.adaptive .xs-offset-9 {
margin-left: 75%;
}
.adaptive .xs-grid-10 {
width: 83.33333333%;
}
.adaptive .xs-offset-10 {
margin-left: 83.33333333%;
}
.adaptive .xs-grid-11 {
width: 91.66666667%;
}
.adaptive .xs-offset-11 {
margin-left: 91.66666667%;
}
.adaptive .xs-grid-12 {
width: 100%;
}
.adaptive .xs-offset-12 {
margin-left: 100%;
}
.adaptive .xs-padded {
padding: .5rem;
}
.adaptive .xs-padded-left {
padding-left: .5rem;
}
.adaptive .xs-padded-right {
padding-right: .5rem;
}
.adaptive .xs-padded-top {
padding-top: .5rem;
}
.adaptive .xs-padded-bottom {
padding-bottom: .5rem;
}
.adaptive .xs-padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.adaptive .xs-padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.adaptive .xs-padded-inner {
padding: 1rem;
}
.adaptive .xs-padded-inner-left {
padding-left: 1rem;
}
.adaptive .xs-padded-inner-right {
padding-right: 1rem;
}
.adaptive .xs-padded-inner-top {
padding-top: 1rem;
}
.adaptive .xs-padded-inner-bottom {
padding-bottom: 1rem;
}
.adaptive .xs-padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.adaptive .xs-padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.adaptive .xs-padded-zero {
padding: 0;
}
.adaptive .xs-padded-zero-left {
padding-left: 0;
}
.adaptive .xs-padded-zero-right {
padding-right: 0;
}
.adaptive .xs-padded-zero-top {
padding-top: 0;
}
.adaptive .xs-padded-zero-bottom {
padding-bottom: 0;
}
.adaptive .xs-padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.adaptive .xs-padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.adaptive .xs-padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .xs-padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .xs-fl,
.adaptive .xs-flow {
float: left;
}
.adaptive .xs-fr,
.adaptive .xs-flow-opposite {
float: right;
}
.adaptive .xs-center {
text-align: center;
}
.adaptive .xs-left {
text-align: left;
}
.adaptive .xs-right {
text-align: right;
}
.adaptive .xs-grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.adaptive .xs-grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.adaptive .grid-inline > .xs-inline-top {
vertical-align: top;
}
.adaptive .grid-inline > .xs-inline-middle {
vertical-align: middle;
}
.adaptive .grid-inline > .xs-inline-bottom {
vertical-align: bottom;
}
}
@media (max-width: 480px) {
.adaptive .adaptive [class*="mc-grid-"] {
margin-left: 0;
margin-right: 0;
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.adaptive .mc-grid-1 {
width: 8.33333333%;
}
.adaptive .mc-offset-1 {
margin-left: 8.33333333%;
}
.adaptive .mc-grid-2 {
width: 16.66666667%;
}
.adaptive .mc-offset-2 {
margin-left: 16.66666667%;
}
.adaptive .mc-grid-3 {
width: 25%;
}
.adaptive .mc-offset-3 {
margin-left: 25%;
}
.adaptive .mc-grid-4 {
width: 33.33333333%;
}
.adaptive .mc-offset-4 {
margin-left: 33.33333333%;
}
.adaptive .mc-grid-5 {
width: 41.66666667%;
}
.adaptive .mc-offset-5 {
margin-left: 41.66666667%;
}
.adaptive .mc-grid-6 {
width: 50%;
}
.adaptive .mc-offset-6 {
margin-left: 50%;
}
.adaptive .mc-grid-7 {
width: 58.33333333%;
}
.adaptive .mc-offset-7 {
margin-left: 58.33333333%;
}
.adaptive .mc-grid-8 {
width: 66.66666667%;
}
.adaptive .mc-offset-8 {
margin-left: 66.66666667%;
}
.adaptive .mc-grid-9 {
width: 75%;
}
.adaptive .mc-offset-9 {
margin-left: 75%;
}
.adaptive .mc-grid-10 {
width: 83.33333333%;
}
.adaptive .mc-offset-10 {
margin-left: 83.33333333%;
}
.adaptive .mc-grid-11 {
width: 91.66666667%;
}
.adaptive .mc-offset-11 {
margin-left: 91.66666667%;
}
.adaptive .mc-grid-12 {
width: 100%;
}
.adaptive .mc-offset-12 {
margin-left: 100%;
}
.adaptive .mc-padded {
padding: .5rem;
}
.adaptive .mc-padded-left {
padding-left: .5rem;
}
.adaptive .mc-padded-right {
padding-right: .5rem;
}
.adaptive .mc-padded-top {
padding-top: .5rem;
}
.adaptive .mc-padded-bottom {
padding-bottom: .5rem;
}
.adaptive .mc-padded-sides {
padding-left: .5rem;
padding-right: .5rem;
}
.adaptive .mc-padded-vertical {
padding-top: .5rem;
padding-bottom: .5rem;
}
.adaptive .mc-padded-inner {
padding: 1rem;
}
.adaptive .mc-padded-inner-left {
padding-left: 1rem;
}
.adaptive .mc-padded-inner-right {
padding-right: 1rem;
}
.adaptive .mc-padded-inner-top {
padding-top: 1rem;
}
.adaptive .mc-padded-inner-bottom {
padding-bottom: 1rem;
}
.adaptive .mc-padded-inner-sides {
padding-left: 1rem;
padding-right: 1rem;
}
.adaptive .mc-padded-inner-vertical {
padding-top: 1rem;
padding-bottom: 1rem;
}
.adaptive .mc-padded-zero {
padding: 0;
}
.adaptive .mc-padded-zero-left {
padding-left: 0;
}
.adaptive .mc-padded-zero-right {
padding-right: 0;
}
.adaptive .mc-padded-zero-top {
padding-top: 0;
}
.adaptive .mc-padded-zero-bottom {
padding-bottom: 0;
}
.adaptive .mc-padded-zero-sides {
padding-left: 0;
padding-right: 0;
}
.adaptive .mc-padded-zero-vertical {
padding-top: 0;
padding-bottom: 0;
}
.adaptive .mc-padded-reverse {
margin-left: -0.5rem;
margin-right: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .mc-padded-reverse-all {
margin: -0.5rem;
width: auto;
box-sizing: content-box;
float: none;
}
.adaptive .mc-fl,
.adaptive .mc-flow {
float: left;
}
.adaptive .mc-fr,
.adaptive .mc-flow-opposite {
float: right;
}
.adaptive .mc-center {
text-align: center;
}
.adaptive .mc-left {
text-align: left;
}
.adaptive .mc-right {
text-align: right;
}
.adaptive .mc-grid-inline-top > [class*="-grid-"] {
vertical-align: top;
}
.adaptive .mc-grid-inline-middle > [class*="-grid-"] {
vertical-align: middle;
}
.adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
vertical-align: bottom;
}
.adaptive .grid-inline > .mc-inline-top {
vertical-align: top;
}
.adaptive .grid-inline > .mc-inline-middle {
vertical-align: middle;
}
.adaptive .grid-inline > .mc-inline-bottom {
vertical-align: bottom;
}
}
@media (min-width: 1101px) {
.adaptive .lg-hidden {
display: none !important;
}
.adaptive .lg-visible {
display: block !important;
}
}
@media (min-width: 801px) and (max-width: 1100px) {
.adaptive .md-hidden {
display: none !important;
}
.adaptive .md-visible {
display: block !important;
}
}
@media (min-width: 641px) and (max-width: 800px) {
.adaptive .sm-hidden {
display: none !important;
}
.adaptive .sm-visible {
display: block !important;
}
}
@media (max-width: 640px) {
.adaptive .xs-hidden {
display: none !important;
}
.adaptive .xs-visible {
display: block !important;
}
}
@media (max-width: 480px) {
.adaptive .mc-hidden {
display: none !important;
}
.adaptive .mc-visible {
display: block !important;
}
}
/**/
img {
vertical-align: middle;
max-width: 100%;
max-height: 100%;
}
.image-square,
.image-circle {
display: block;
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
}
.image-square img,
.image-circle img {
display: inline-block !important;
width: auto !important;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
/*overflow: hidden;*/
max-height: 240px;
}
.image-circle {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#own_preloader {
position: fixed;
z-index: 1060;
}
.own_preloader {
      width: 100%;
    height: 100%;
    background: azure;
    z-index: 1000;
    position: fixed;
    top: 0;
    opacity: .4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: none;
border-radius: 5px;
}
.button--disabled,
.button[disabled] {
cursor: not-allowed;
}
.input {
margin-bottom: 0.5rem;
}
.input:last-child {
margin-bottom: 0;
}
.input-label {
display: block;
margin-bottom: 0.5rem;
}
.input-field {
display: block;
width: 100%;
border: 1px solid;
padding: 0.5rem;
box-sizing: border-box;
margin-bottom: 0.5rem;
}
.input-notice {
display: none;
margin-top: 0.5rem;
}
.input-captcha {
display: inline-block;
}
.input--inline > .input-label {
display: inline-block;
line-height: inherit;
height: inherit;
border: 1px solid initial;
vertical-align: middle;
margin-bottom: 0;
}
.input--inline > .input-field {
display: inline-block;
height: inherit;
line-height: inherit;
padding-top: 0;
padding-bottom: 0;
vertical-align: middle;
}
.input--inline > .input-captcha {
display: inline-block;
}
.input--inline > .input-button {
display: inline-block;
height: inherit;
line-height: inherit;
border: 1px solid transparent;
vertical-align: middle;
}
.input--error > .input-field {
border-color: #ebccd1;
background-color: #f2dede;
}
.input--error > .input-notice {
display: block;
}
.input--required .input-label:after {
content: '*';
color: red;
}
.input--captcha .input-field {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
width: 125px;
}
.styled_select-wrapper {
position: relative;
display: inline-block;
min-width: 50px;
overflow: hidden;
box-sizing: border-box;
vertical-align: middle;
z-index: 0;
border: 1px solid;
}
.styled_select-wrapper:after {
position: absolute;
top: calc( 50% - 8px );
right: 0;
line-height: inherit;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f078";
padding: 0 0.5rem;
}
.checkout .styled_select-wrapper {
width: 100%;
}
.styled_select-wrapper select {
position: relative;
display: inline-block;
width: calc( 100% + 30px );
height: 100%;
border: none;
padding: 0;
background-color: transparent;
z-index: 1;
line-height: inherit;
cursor: pointer;
}
.notice {
padding: 0.5rem;
margin-bottom: 1rem;
}
.notice:last-child {
margin-bottom: 0;
}
.notice--success {
color: #3c763d;
background-color: #dff0d8;
}
.notice--info {
color: #31708f;
background-color: #d9edf7;
}
.notice--warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.notice--danger {
color: #a94442;
background-color: #f2dede;
}
.prices:after {
clear: both;
content: "";
display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
display: inline-block;
}
.menu {
list-style-type: none;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.menu:after {
clear: both;
content: "";
display: block;
}
.menu-node {
position: relative;
box-sizing: border-box;
display: block;
}
.menu-link {
position: relative;
box-sizing: border-box;
display: block !important;
width: 100%;
}
.menu-marker {
display: block;
box-sizing: border-box;
}
.menu-marker--parent {
float: right;
position: relative;
z-index: 10;
}
.menu-toggler {
cursor: pointer;
} 
.menu--horizontal > .menu-node {
float: left;
}
.menu--dropdown {
position: absolute;
z-index: 1000;
display: block;
text-align: left;
visibility: hidden;
opacity: 0;
transition: 0.4s;
transition-property: all;
top: 100%;
min-width: 270px;
background: #ffffff;
left: 0;
margin-top: 30px;
padding: 20px 0;
}
.menu--vertical .menu-node--main_lvl_2 {
display: inline-block !important;
width: 100%;
}
.menu--vertical .menu-node--main_lvl_2 a.menu-link {
border-right: 0;
border-bottom: 1px solid #ccc;
width: 100%;
margin: 0;
}
.menu--vertical .menu-node--main_lvl_2:last-child a.menu-link {
border-bottom: 0;
margin-bottom: -3px;
}
.menu--side {
position: absolute;
top: 0;
left: 100%;
z-index: 1000;
display: none;
}
.menu-node:hover > .menu--side {
display: block;
}
.menu--fixed {
position: fixed;
z-index: 1030;
}
.menu--collapse {
display: none;
}
.js-menu-toggler {
cursor: pointer;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
/*
*   Owl Carousel - Auto Height Plugin
*/
.owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px);
border-radius: 0px;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
z-index: 1;
}

.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
  height:auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
display: none;
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
/* No Js */
.no-js .owl-carousel {
display: block;
}
/*
*   Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}
/*
*   Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.tabs:after,
.tubs:after {
clear: both;
content: "";
display: block;
}
.tabs-controls,
.tubs-controls {
list-style-type: none;
padding: 0;
margin: 0;
}
.tabs-controls:after,
.tubs-controls:after {
clear: both;
content: "";
display: block;
}
.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
float: left;
}
.tabs-node,
.tubs-node {
display: block;
cursor: pointer;
}
.tabs-content,
.tubs-content {
display: none;
}
.tabs-content--active,
.tubs-content--active {
display: block;
}
.accordion-toggler {
cursor: pointer;
}
.accordion-content {
display: block;
}
.accordion-content--collapse {
display: none;
}
.quantity {
position: relative;
display: inline-block;
}
.quantity:after {
clear: both;
content: "";
display: block;
}
.quantity-button {
text-align: center;
cursor: pointer;
padding: 0;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.quantity-button > .fa {
vertical-align: middle;
}
.quantity-input {
padding-top: 0;
padding-bottom: 0;
width: 50px;
border: 1px solid;
text-align: center;
line-height: inherit;
vertical-align: middle;
}
.quantity--inline .quantity-button {
display: inline-block;
border: 1px solid transparent;
line-height: inherit;
vertical-align: middle;
}
.quantity--side .quantity-button {
position: absolute;
right: 0;
box-sizing: border-box;
background: #fff;
color: #000;
}
.quantity--side .quantity-button--minus {
bottom: 0;
border-radius: 0 0 0px 0;
}
.quantity--side .quantity-button--plus { top: 0;  border-radius: 0 0px 0 0;    height: 26px;}
.top_menu {
margin: 0;
float: right;
}
#frr {float: right !important;}
.modal {
position: fixed;
z-index: 1050;
max-width: 95%;
max-height: 95%;
overflow-y: auto;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1040;
}
.overlay--opacity {
background-color: transparent !important;
}
.page-content ol {
padding: 1em 0 0em 1.2em;
}
/* breadcrumbs */
.pagination {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
.pagination:after {
clear: both;
content: "";
display: block;
}
.pagination-page {
display: block;
}
.pagination-node {
display: block;
text-align: center;
vertical-align: middle;
}
.pagination-node--link:hover {
cursor: pointer;
}
.pagination--horizontal > .pagination-page {
float: left;
}
.reviews-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.reviews-link {
cursor: pointer;
}
.review-rating .br-wrapper { color: #f7dc00;}
.review_form-toggle {
cursor: pointer;
}
.review_form-input {
margin-bottom: 0.5rem;
}
.review_form-input:last-child {
margin-bottom: 0;
}
.review_form-submit {
cursor: pointer;
}
script[type="text/template"] {
display: none;
}
body {
min-width: 320px;
}
body.body--lock_scroll {
-webkit-overflow-scrolling: touch;
left: 0;
top: 50%;
position: fixed;
width: 100%;
}
.sidebar_block:last-child {
margin-bottom: 0;
}
.fc:after {
clear: both;
content: "";
display: block;
}
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}
.collection-description:after {
clear: both;
content: "";
display: block;
}
.collection-seo_description:after {
clear: both;
content: "";
display: block;
}
.collection-products_list:after {
clear: both;
content: "";
display: block;
}
.collection-subcollection_list:after {
clear: both;
content: "";
display: block;
}
.filter {
list-style-type: none;
padding: 0;
margin: 0;
}
.filter:after {
clear: both;
content: "";
display: block;
}
.filter--vertical .filter-section {
display: block;
}
.filter-section {
position: relative;
margin-bottom: 0.5rem;
}
.filter-clear_all {
cursor: pointer;
}
.filter-section_toggler {
cursor: pointer;
}
.filter-hidden_sections {
display: none;
}

.filter_section {
position: relative;
/* mod */
}
.filter_section-title {
display: block;
position: relative;
margin-bottom: 0.5rem;
}
.filter_section-toggler {
cursor: pointer;
}
.filter_section-values {
list-style-type: none;
padding: 0;
margin: 0;
}
.filter_section-values--horizontal .filter-value {
display: inline-block;
}
.filter_section-values--collapse {
display: none;
}
.filter_section-value {
display: block;
}
.filter_section-value--range {
margin: 1rem 0.5rem;
}
.filter_section-clear {
cursor: pointer;
}
.filter_section-range_input {
padding: 0;
width: 60px;
text-align: center;
line-height: inherit;
}
/* noUI slider */
.noUi {
/* Handles and cursors;
*/
/* Disabled state;
*/
}
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
cursor: default;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
* its values is > 50%.
*/
z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
* creates a new context for the origins.
*/
*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
}
.noUi-dragable {
cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
cursor: n-resize;
}
.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
background: #B8B8B8;
}
.noUi [disabled] .noUi-handle {
cursor: not-allowed;
}
.sort_by:after {
clear: both;
content: "";
display: block;
}
.sort_by-label {
display: inline-block;
line-height: inherit;
}
.sort_by-select {
display: inline-block;
line-height: inherit;
}
.product-sku {
margin: 1em 0 0.5em;
font-size: 14px;
color: #999999;
}
.product-sku_field {
margin-bottom: 0.5rem;
}
.product-presence {
margin: 0em 0 0.5em;
font-size: 14px;
color: #999999;
}
.product-short_description {
margin-bottom: 0.5rem;
}
.product-description {
margin-bottom: 1em;
display: inline-block;
letter-spacing: 0;
width: 100%;
}
#size-chart {
margin: 0 0 2em;
}
#size-chart span{
font-size: 14px;
border-bottom: 1px dashed;
cursor: pointer;
transition: 0.2s all;
}
#size-chart span:hover {
color: #B0B0B0;
}
.product-prices {
	display: inline-block;
    vertical-align: middle;
    line-height: 54px !important;
  	margin: 10px 0 !important;
  	width: 100%;
  font-size:1.3em;
}
.gallery-large_image {
text-align: center;
}
.option_selector {
margin-bottom: 1em;
}
.option_selector-label {
display: inline-block;
}
.option_selector-container {
float: left;
width: 100%;
margin: 15px 0 0;
}
.variant-span {
}
.variant-radio {
margin-bottom: 5px;
}
.variant-radio_switch {
cursor: pointer;
}
.variant-radio_label {
cursor: pointer;
}
.variant-select {
  width: 200px;
cursor: pointer;
}
.variant-color {
display: inline-block;
cursor: pointer;
}
.variant-image {
display: inline-block;
cursor: pointer;
}
.gallery:after {
clear: both;
content: "";
display: block;
}
.gallery-preview_list {
list-style-type: none;
padding: 0;
margin: 0;
}
.gallery-preview_list:after {
clear: both;
content: "";
display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
display: inline-block;
}
.gallery-preview {
display: block;
}
.gallery-image {
display: block;
}
.product_preview {
position: relative;
}
.product_preview:after {
clear: both;
content: "";
display: block;
}
.product_preview-preview {
position: relative;
}
.product_preview-tip {
position: absolute;
}
.product_preview-link {
display: block;
}
.product_preview-title {
display: block;
}
.cart-table_container:after {
clear: both;
content: "";
display: block;
}
.cart-items_list:after {
clear: both;
content: "";
display: block;
}
.cart-empty_notice {
display: none;
}
.cart_item:after {
clear: both;
content: "";
display: block;
}
.cart_item-delete {
cursor: pointer;
}
.cart_total:after {
clear: both;
content: "";
display: block;
}
.discounts:after {
clear: both;
content: "";
display: block;
}
.discounts-field {
width: 130px;
}
.discounts-submit {
vertical-align: top;
}
.discounts-notice {
display: none;
}
.discount:after {
clear: both;
content: "";
display: block;
}
.cart_widget {
position: relative;
}
.cart_widget:after {
clear: both;
content: "";
display: block;
}
.cart_widget-dropdown {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
text-align: left;
}
.cart_widget:hover .cart_widget-dropdown {
display: block;
}
.basket_list-items {
list-style-type: none;
padding: 0;
margin: 0;
}
.basket_list-submit {
cursor: pointer;
}
.basket_item {
position: relative;
margin-bottom: 0.5rem;
}
.basket_item:after {
clear: both;
content: "";
display: block;
}
.basket_item:last-child {
margin-bottom: 0;
}
.basket_item-image {
float: left;
}
.basket_item-delete {
cursor: pointer;
float: right;
}
.basket_item-price:after {
content: none;
}
.search-products_list:after {
clear: both;
content: "";
display: block;
}
.search_widget {
display: inline-block;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
cursor: not-allowed;
}
.ajax_search-wrapper {
position: relative;
}
.ajax_search-results {
list-style-type: none;
padding: 0;
margin: 0;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
}
.ajax_search-item {
display: block;
text-align: left;
}
.compare-wrapper {
overflow-x: auto;
}
.compare-toggle_same {
cursor: pointer;
}
.compare-remove {
cursor: pointer;
}
.compare-notice {
display: none;
}
.compare_row {
display: table-row;
}
.compare_row:after {
clear: both;
content: "";
display: block;
}
.compare_row-title {
display: table-cell;
vertical-align: top;
}
.compare_row-item {
display: table-cell;
vertical-align: top;
}
.blog-article_list:after {
clear: both;
content: "";
display: block;
}
.article:after {
clear: both;
content: "";
display: block;
}
.article-note {
margin-bottom: 0.5rem;
}
.article-content {
margin-bottom: 0.5rem;
}
.article_preview {
margin-bottom: 0.5rem;
}
.article_preview:after {
clear: both;
content: "";
display: block;
}
.language_switch {
list-style-type: none;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.language_switch:after {
clear: both;
content: "";
display: block;
}
.language_switch-node {
box-sizing: border-box;
display: block;
position: relative;
}
.language_switch-link {
position: relative;
box-sizing: border-box;
display: block;
padding: 0;
margin: 0;
border: none;
background-color: transparent;
}
.language_switch-toggler {
cursor: pointer;
}
.language_switch--dropdown {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
}
.language_switch-node:hover > .language_switch--dropdown {
display: block;
}
.language_switch--side {
position: absolute;
top: 0;
left: 100%;
z-index: 1000;
display: none;
}
.language_switch-node:hover > .language_switch--side {
display: block;
}
.language_switch--vertical > .language_switch-node {
width: 100%;
}
.language_switch--horizontal > .language_switch-node {
float: left;
}
.social_links:after {
clear: both;
content: "";
display: block;
}
.social_links-link {
display: inline-block;
}
.social_links:after {
clear: both;
content: "";
display: block;
}
.social_links-link {
display: inline-block;
}
.payments:after {
clear: both;
content: "";
display: block;
}
.payments-method {
display: inline-block;
}
.pad5 { padding: 1em 0 0em 1.5em !important}
.mobile_menu_overlay,.mobile_menu_container{position:fixed;top:0;left:0;width:100%;height:100%}.mobile_menu_container,.mobile_menu_container ul li ul{-webkit-transition:all 200ms;-moz-transition:all 200ms;transition:all 200ms}.mobile_menu_overlay{display:none;cursor:pointer;z-index:10200;background:rgba(0,0,0,0.5)}.mobile_menu_container{-webkit-transform:translateX(-300px);transform:translateX(-300px);width:300px;overflow:hidden;z-index:10201;background:#3884da}.mobile_menu_container.loaded{-webkit-transform:translateX(0px);transform:translateX(0px)}.mobile_menu_container .mobile_menu_content{overflow:auto;max-height:100%;padding-bottom:30px}.mobile_menu_container ul{margin:0;padding:0}.mobile_menu_container ul li{list-style:none}.mobile_menu_container ul li a{display:block;padding:15px 20px;line-height:20px;font-size:16px;background:#3884da;color:#fff;text-decoration:none;font-weight:bold}.mobile_menu_container ul li a.parent{padding-right:50px;background:#3884da url("arrow_right.svg") right 20px center no-repeat;background-size:20px}.mobile_menu_container ul li a.parent:hover{background:#3c8de8 url("arrow_right.svg") right 20px center no-repeat;background-size:20px}.mobile_menu_container ul li a.back{padding-left:50px;background:#3c8de8 url("arrow_left.svg") left 20px center no-repeat;background-size:20px;box-sizing:border-box;min-height:45px}.mobile_menu_container ul li a.back:hover{background:#3c8de8 url("arrow_left.svg") left 20px center no-repeat;background-size:20px}.mobile_menu_container ul li a:hover{background:#3c8de8}.mobile_menu_container ul li ul{-webkit-transform:translateX(300px);transform:translateX(300px);position:absolute;top:0;left:0;width:100%;height:100%;background:#3884da;z-index:2}.mobile_menu_container ul li ul.loaded{-webkit-transform:translateX(0px);transform:translateX(0px)}
/* Custom code by Sergei Kozhan
+ 　 　　 ⋆ ˚ . * ·.　　 　　 · 　　　 ✺ ˚ 　 ⋆ . 　 　 . ✹ 　　 ˚ ✦ * 　 ✫ 　 + 　 　　 ⋆ ˚ . * ·.　　 　 　 　 * * . . 　　 　 * *✷ · 　　 ✫ 　 ✵
·　　　　　　　　 · 　　　 ✺ ˚ 　 ⋆ . 　 　 . ✹ 　　 ˚ ✦ * 　 ✫ 　 + 　 　　 ⋆ ˚ . * ·.　　 　 　 　 * * . . 　　 　 * *·　　　　　　　　 · 　　　 ✺ ˚ 　 ⋆ . 　 　 . ✹ 　　 ˚ ✦ * 　 ✫ 　 + 　 　　 ⋆ ˚ . * ·.　　 　 　 　 * * . .
*/

.mobile_menu_container.lg-hidden.loaded {
    z-index: 999999;
}

/*Slider instagram*/
.round-img-inst {
border-radius:50%;
vertical-align: bottom;
width: 50px;
}

.socialFooter .header p.badge { 
padding: 10px;
position: relative;
}
.socialFooter {
text-align:center;
width: 100%;
background: #3c3a38;
position: relative;
font-size: xx-small;
  margin-top:1em;
}

.socialFooter>.header {
padding: 1em 1em 0;
background: #3c3a38;
overflow: hidden;
max-width: 1150px;
margin: 0 auto;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
position:relative;
}
.socialFooter .header h2.light {
font-weight: 100;
display: block;
float: left;
margin-top: 18px;
color: #c5bfb2;
text-transform: uppercase;
padding-right: 1em;
}

.socialFooter .header p.hide_small {
text-align: center;
}

.socialFooter .header p {
padding: 0.6em;
color: white;
display: inline-block;
}
.socialFooter .header p span {
display: block;
margin: 0;
color: white;
opacity: 0.5;
font-size: 12px;
}
.instagramSlider {
background: #3c3a38;
padding: 0 0 0 0;
margin: 0;
overflow: hidden;
}
.instaButton {
background: #3c3a38;
width: 100%;
text-align: center;
padding: 2em 0 3em;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
-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:after, .slick-track:before {
content: "";
display: table;
}
#respond h3, .row:after, .slick-track:after, .spacer, hr {
clear: both;
}
.slick-prev {
left: 15px;
}
.slick-next, .slick-prev {
margin: 0;
height: 40px;
display: none !important;
}
.slick-next, .slick-prev {
position: absolute;
display: block;
height: 300px;
width: 50px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: no-repeat;
color: transparent;
top: 50%;
margin-top: -150px;
padding: 2em;
border: none;
background-size: 40px!important;
}
.socialFooter .header p.Button {
background: #7f7764;
border-radius: 5px;
margin-left: 1em;
vertical-align: text-bottom;
}

.instagramSlider:hover .slick-next, .instagramSlider:hover .slick-prev {
display: inline-block !important;
background-color: transparent;
right: 0;
height: 80px;
margin-top: -40px;
background-position: 50%;
z-index:999;
}

.slick-prev {
left: 0;
background-image: url(angle-left.svg);
}
.slick-next {
right: 15px;
background-image: url(angle-right.svg);
}
.toTop {
color: #dad2bb;
text-transform: uppercase;
text-align: center;
font-size: 8px;
padding: 10px 0;
margin: 0;
font-weight: 500;
cursor: pointer;
font-size: 14px;
}
.instagramSlider:hover .slick-next:hover, .instagramSlider:hover .slick-prev:hover {
background-color: rgba(60, 58, 56, 0.9);
}
.single-product .slick-slide img {
margin-top: 0em;
}
.single-product .slickslider-multiple-items .slick-slide {
margin: 0 10px 0 0;

}
.single-product .slickslider-multiple-items .slick-slide.active {
display: none;
}
.socialFooter .header p.badge:after {
content: ' ';
position: absolute;
top: 0;
right: 5px;
width: 16px;
background-image: url(https://static-ru.insales.ru/files/1/1921/11323265/original/badge.svg);
height: 16px;
background-size: cover;
}
.wrapper{
width:100%;
text-align:center;
}

.carousel-inst{
width:100%;
margin:0px auto;
}
.slick-slide img{
width:100%;
}
@media only screen and (max-width: 1024px) {

.socialFooter .header h2.light {
font-weight: 100;
display: block;
margin-top: 13px;
color: #c5bfb2;
text-transform: uppercase;
font-size: 22px;
width: 100%;
text-align: center;
}

.socialFooter>.header {
background: #3c3a38;
display: flex;
justify-content: center;
justify-self: center;
justify-items: center;
align-items: center;
width: 100%;
overflow: hidden;
flex-wrap: wrap;
}
.round-img-inst {
border-radius: 50%;
width: 50px;
vertical-align: top;
padding: 10px 0 10px;
}
.socialFooter .header p.badge {
display:block;
margin-right:0;
}

}

@media (min-width: 800px) and (max-width: 1280px) {

  .center.lg-hidden.menu.menu--main.menu-mobile {
    position: absolute;
    top: 32px;
    left: 30px;
}
  
  .header-padded {
  	padding:15px !important;
  }
  
}



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

  .center.lg-hidden.md-hidden.menu.menu--main.menu-mobile {
    position: absolute !important;
    top: -10px !important;
}
  
  
  .logo img {
  	width:35% !important;
  }
  
  .header-padded {
  	padding: 15px !important;
  }
  
.socialFooter {
text-align:center;
}

.insta-show-count {
display: contents;
}

.socialFooter .header h2.light {
margin-right: 0;
}

.socialFooter .header p.badge {
margin-right: 1em;
}
.socialFooter>.header {
display: flex;
}

.socialFooter .header p.badge {
font-size: xx-small;
}
.socialFooter .header p.Button {
margin-left:0;
}

.hide_small {
display:none !important;
}
}


@media only screen and (max-width: 800px) {
  .section--right.lg-grid-1.mc-grid-6.relative.mc-hidden {
    position: absolute;
    right: 30px;
  }
  .section--main_menu.lg-grid-4.sm-grid-3 {
  	position: absolute;
    left: 30px;
  }
  .header-padded.fixed-header.fixed-header-visible {
    padding: 15px !important;
}
  .product-prices.prices.price_preorder {
    float: left;
    
   /* width: auto !important;
    position: absolute;
    padding-left: 5rem;*/
}
}



/*END slider instagram*/

/*fix arrow at main menu*/
.menu-node--main_lvl_2 > .menu-link span {
width:0 !important;
}
/* Спрайт преимущество на главной странице */
.what__item {
padding-top: 104px;
float: left;
font-size: 20px;
line-height: 24px;
color: #4b4c52;
position: relative;
text-align:center;
padding-bottom: 4em;
}
.what__item:before {
top: 0;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
content: '';
}
.what__item_01:before {
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: -468px -228px;
width: 78px;
height: 87px;
}
.what .row:before, .what .row:after {
display: table;
content: "";
zoom: 1;
}
.what__item_02:before {
left: -20px;
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: 0px -397px;
width: 87px;
height: 87px;
}
.what__item_03:before {
left: 10px;
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: -92px -397px;
width: 64px;
height: 87px;
}
.what__item_04:before {
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: -231px -397px;
width: 64px;
height: 65px;
}
.what__item_05:before {
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: -300px -397px;
width: 65px;
height: 65px;
}
.what__item_06:before {
left: -6px;
background-image: url(https://static-ru.insales.ru/files/1/98/11362402/original/sprite-hvilina.png);
background-position: -161px -397px;
width: 65px;
height: 65px;
}

.editor ul, .editor ol {
box-sizing: unset;
}

ul {
padding-left: 1em;
}
.menu--main {
text-transform:uppercase;
font-size: 13px !important;
}
  
/*Popup бизнес заказ*/
.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}

/*Платежная информация, карточки оплаты*/
.card-pay-img {
filter: contrast(0.6);
width: 90%;
}

#margin-l-15 {
margin-left: 15px !important;
}

.slider-text-btn.button {
    display: none;
}

.slider-left--index i, .slider-right--index i {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: calc(-40px/2);
    left: 50%; 
  transition:.7s;
} 

.slider-left--index i:before {
	color:white;
}
.slider-right--index i:before {
	color:white;
} 


.slider-left--index>.fa-angle-left, .slider-right--index>.fa-angle-right {
  width:50px;
  text-align:center;
}

.slider-left--index>.fa-angle-left:hover {
  	transition:.3s;
    background: #3c3a38;
    color: white;
      box-sizing: border-box;
}
.slider-right--index>.fa-angle-right:hover {
  	transition:.3s;
    background: #3c3a38;
    color: white;
      box-sizing: border-box;
}

.padded-inner {
    padding: .3rem;
}

.index-coll.grid-row-inner {
    padding: 0 .7rem;
}



.footer_block {
    padding: 1rem;
}

.copyright-line.first {
    padding: 1rem;
}

.index-content.page-content.wrap {
    display: none;
}

.collection-img-des {
	padding-bottom: 2em;
  
}
@media (max-width:768px){
  .collection-img-des {
     margin-left:-15px;
     margin-right:-15px;
  }
}


.collection-img-des img {
  	max-width:100%;
  	width:100%;
}
@media (max-width:768px){
  .collection-img-des img {
  	object-fit: cover;
      min-height: 15vh;
}
}

.slider--index {
	margin-bottom: -30px;
}

section.section--content.section--collection > .wrap {
    padding-top: 0px !important;
}

.for-men-collection {
	text-align: right;
    color: white !important;
  	right: 10% !important;
}

.for-woman-collection {
	text-align: left;
    color: white !important;
  	left: 10% !important;
}

.index-coll-text-big span {
	padding-bottom: 0px !important;
    border-bottom: none !important;
    border: 2px solid white !important;
    padding: .5em 2em !important;
}


.lang_active {
	color: #3c3c3c;
    text-decoration: none;
    font-weight: 700;
}

div#phone_email, div#phone_footer {    color: #000000;
    padding: 2px 0 2px 3px;
    line-height: 1.2;
    float: left !important;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  	font-size:15px;
}

.button.slider-left.owl-prev.disabled:disabled {
    color: black; 
} 

.button.slider-right.owl-next {
    color: grey;
}

.button.slider-left.owl-prev {
    color: grey;
}

.button.slider-right.owl-next:hover {
color:white;
}

.button.slider-left.owl-prev:hover {
color:white;
}

.index-coll-text-big {
    top: 40% !important;
}


@media only screen and (min-width: 1000px) {
  .payments-info {
  margin-top:5em;
  }
}


.header-padded.fixed-header {
  	padding: 10px 70px;
	position:relative;
  	transition: .3s;
}

.header-padded.fixed-header.fixed-header-visible {
  	position:fixed;
  	top: 0;
  	width:100%;
  	background: white;
  	z-index: 999;
  	transition: .7s;
  	transition-timing-function: ease;
}

.header-padded.fixed-header {
    background: white;
}

.section--header-compensation {
	margin-bottom: 48px;
}


.button.slider-left, .button.slider-right {
    background: none;
}
@media only screen and (max-width: 385px) {
.co-toggable_field-information {
max-width: 55%;
}
} 

.page-content a {
text-decoration: underline;
}
            
/*Кастомный процент вывод по центру*/
.product_preview-tips {
    top: -30px !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center;
  	left: 0 !important;
  	margin: 0 !important;
}

.product_preview-image.square_img img {
	min-height:100%;
}

.product_preview-tips > .product_preview-tip {
	margin: 0 !important;
}


.sort_by {
padding-top: 2em;
} 
     
.sort_by-option {
	float:right;
}

.sort_by-option.fr {
	padding-right: 2em;
}

.product_preview-preview {
	overflow: visible !important;
  	margin-top: 30px;
}
        

  .logo img {
  	z-index: 9;
  } 



.product-title {
	text-transform:uppercase;
}






/*FANCY & LIGHTSLIDER CUSTOM*/


.product_fancy_wrapper {
	margin: 20px auto;
	overflow: hidden;
}

#lightSlider {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

#lightSlider li {
	display: flex;
	float: left;
	cursor: pointer;
}

#lightSlider li a {
	width: 100%;
}

#lightSlider img {
	display: block;
	height: auto;
	width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.5;
	border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: 64px;
	max-width: 100%;
}

lSSlideOuter .lSPager.lSGallery li.active {
	border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover {
	border-radius: 0;
}

.lSAction > a {
	filter: invert(1);
}

.g-recaptcha {
display: flex;
justify-content: center;
margin-bottom: 15px;
/*  visibility:hidden; */
}

 a[disabled="disabled"] {
        pointer-events: none !important;
   		opacity: .7;
    }

.product-buy.button.quick_btn {
color: #fff;
text-decoration: none;
}

.page-content>p>.product-buy.button.quick_btn {
	background-color: green;
}

#lightSlider li a {
	position:relative;
}


#lightSlider li a:before {
content: '';
background-image: url(https://static-sl.insales.ru/files/1/803/16573219/original/Magnifier-zoom-in_icon-icons.com_52023.png);
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
width: 50%;
height: 50%;
max-width: 100px;
max-height: 100px;
position: absolute;
  bottom:0;
  right: 0;
  z-index:9999;
}


.royal-red {
	color: #d60f30;
}


.royal-green {
	color: #136207;
}


form#mod-fast-call_form .m-modal-close {
    height: 20px;
  	width: 20px;
}


.svg-preorder {
  	padding: 5px;
    max-height: 70px;
}

.text-center {
    text-align: center;
}


.row-grid {
	display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.col-svg-column {
	width: 20%;
    text-align: center;
}

.text-left {
    text-align: left;
}

.col-svg-column_cart.text-left img {
	padding: 0 !important;
  	min-width: 100px;
}

.col-svg-column-text_cart {
	padding-left: .5rem !important;
padding-right: .5rem !important;
}

.col-svg-column-text {
  	padding-left: 2em;
	width: 80%;
}

.m-input-field {
    border: 1px solid #a7a7a7 !important;
}


.final_preorder h3 {
	font-weight: 400 !important;
}

p.padding_preorder {
    text-align: left;
    padding-left: 30%;
}

.text-left {
	text-align: left;
  	font-size: 14px;
}

.row.text-center.final_preorder img {
    padding-bottom: 10px;
}

.m-modal-heading {
    margin: 1rem 0 !important;
}


.empty_block.lg-hidden.sm-grid-4.xs-grid-3.mc-grid-3 {
    position: absolute;
    right: 20px;
}

a.head_btn_preorder {
    padding: 6px;
    border: 1px solid #323232;
  	font-size:9px;
  	background-color: #323232;
  	color: #fff;
  	font-weight: 600;
}

#ulovka_cart {
text-transform: uppercase;
}


.product-variants.row img {
	float:left;
  width: 75px;
}

.option_selector-label {
  	min-width:100px;
	  width:100%;
  	margin: 0 5px;
}

.option_selector-label.option_selector-label--men_s_models {
  min-width: none;
  width: 30%;
}

.product-variants.row {
	display: flex;
}
// @media screen and (max-width: 1210px) {
//   .product-variants.row.responsive {
//     flex-direction: column;
//     gap: 10px;
//   }
// }

.product-variants.row .option_selector-container {
	min-width: 100px;
	max-width: 30%;
  	margin: 0 5px;
}

.product-variants.row .option_selector-container.option_selector-container--men_s_models .styled_select-wrapper,
.product-variants.row .option_selector-container.option_selector-container--women_s_models .styled_select-wrapper {
  width: 130px;
}

.option_selector--select {
  	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
  	margin-bottom: 0 !important;
}
.option_selector--men_s_models {
  width: 230px;
}

.product-variants.row .option_selector-container .styled_select-wrapper {
	padding-left: 5px !important;
}

.lcd-font {
	display:none;
}

#instafeed img {
    object-fit: cover;
    height: calc(35vh + 50px);
    width: 100%;
}

#client_consent_to_personal_data {
	filter: contrast(0.8) grayscale(1);
    opacity: .8;
}
@charset "UTF-8";
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: justify;
  line-height: 1.4; }
  /* line 10, _type.scss */
  .editor iframe {
    max-width: 100%; }
  /* line 14, _type.scss */
  .editor a {
    color: #000000; }
  /* line 21, _type.scss */
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
  .editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit; }
    /* line 28, _type.scss */
    .editor h1 small,
    .editor h1 .small, .editor h2 small,
    .editor h2 .small, .editor h3 small,
    .editor h3 .small, .editor h4 small,
    .editor h4 .small, .editor h5 small,
    .editor h5 .small, .editor h6 small,
    .editor h6 .small,
    .editor .h1 small,
    .editor .h1 .small, .editor .h2 small,
    .editor .h2 .small, .editor .h3 small,
    .editor .h3 .small, .editor .h4 small,
    .editor .h4 .small, .editor .h5 small,
    .editor .h5 .small, .editor .h6 small,
    .editor .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #cccccc; }
  /* line 36, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 30px;
    margin-bottom: 15px; }
    /* line 42, _type.scss */
    .editor h1 small,
    .editor h1 .small, .editor .h1 small,
    .editor .h1 .small,
    .editor h2 small,
    .editor h2 .small, .editor .h2 small,
    .editor .h2 .small,
    .editor h3 small,
    .editor h3 .small, .editor .h3 small,
    .editor .h3 .small {
      font-size: 65%; }
  /* line 47, _type.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 15px;
    margin-bottom: 15px; }
    /* line 53, _type.scss */
    .editor h4 small,
    .editor h4 .small, .editor .h4 small,
    .editor .h4 .small,
    .editor h5 small,
    .editor h5 .small, .editor .h5 small,
    .editor .h5 .small,
    .editor h6 small,
    .editor h6 .small, .editor .h6 small,
    .editor .h6 .small {
      font-size: 75%; }
  /* line 59, _type.scss */
  .editor h1, .editor .h1 {
    font-size: 60px;
    font-size: 35px;
    margin-bottom: 0.8em;
    font-weight: bold; }
    @media (max-width: 768px) {
      /* line 59, _type.scss */
      .editor h1, .editor .h1 {
        font-size: 30px; } }
    @media (max-width: 415px) {
      /* line 59, _type.scss */
      .editor h1, .editor .h1 {
        font-size: 25px;
        margin-bottom: 0.8em; } }
  /* line 64, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 26px; }
  /* line 65, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 17px;
    margin-bottom: 1em; }
  /* line 66, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 19px; }
  /* line 67, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 15px; }
  /* line 68, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 13px; }
  /* line 74, _type.scss */
  .editor p {
    margin: 0 0 15px;
    line-height: 1.35; }
  /* line 83, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box; }
    /* line 91, _type.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 98, _type.scss */
  .editor address {
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.42857; }
  /* line 104, _type.scss */
  .editor img {
    /* width: auto;
     height: auto;*/ }
  /* line 109, _type.scss */
  .editor table {
    width: 100% !important;
    padding: 0 !important; }
    /* line 114, _type.scss */
    .editor table:not([class]) td {
      padding: 0.5rem;
      border-bottom: 1px solid #eeeeee; }
  /* line 121, _type.scss */
  .editor #feedback_form {
    text-align: left !important; }
    /* line 124, _type.scss */
    .editor #feedback_form td {
      text-align: left !important;
      padding: 0;
      border-bottom: none; }
    /* line 135, _type.scss */
    .editor #feedback_form #feedback_commit {
      border: none; }

/* line 142, _type.scss */
.pay-any-way {
  width: 115px !important;
  margin-top: -4px;
  margin-left: 0px; }

/* line 147, _type.scss */
.Article__centered {
  text-align: center; }

/* line 150, _type.scss */
.Article__centered img {
  max-height: 22px;
  margin-left: 0.5em; }

/* line 154, _type.scss */
.Article__pay-any-way {
  max-height: 16px !important; }

/* buttons */
/* line 3, _buttons.scss */
.filter-submit, .filter-clear_all {
  background-color: #000 !important; }

/* line 7, _buttons.scss */
.js-cart-go_back {
  padding: 0.2em 1.5em !important; }

/* line 10, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0.5em 2em;
  line-height: 30px;
  background-color: #000000;
  color: #ffffff; }
  /* line 19, _buttons.scss */
  .button:hover, .editor #feedback_form #feedback_commit:hover, .menu-node--collection_lvl_1 .menu-marker--parent:hover, .menu-node--collection_lvl_2 .menu-marker--parent:hover, .menu-node--collection_lvl_3 .menu-marker--parent:hover {
    background-color: #4a4a4a !important;
    color: #ffffff; }
  /* line 24, _buttons.scss */
  .button--buy {
    background-color: #4a4a4a;
    color: #ffffff; }
    /* line 28, _buttons.scss */
    .button--buy:hover {
      background-color: #070707;
      color: #ffffff; }
  /* line 34, _buttons.scss */
  .button--border {
    border: 1px solid;
    background-color: #ffffff;
    color: #4a4a4a; }
    /* line 39, _buttons.scss */
    .button--border:hover {
      background-color: #070707;
      color: #ffffff;
      border: 1px solid #070707; }
  /* line 46, _buttons.scss */
  .button--checkout {
    background-color: #4a4a4a;
    color: #ffffff;
    padding: 12px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0; }
    /* line 54, _buttons.scss */
    .button--checkout:hover {
      background-color: #070707;
      color: #ffffff; }
  /* line 60, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    font-size: 10px;
    background-color: transparent;
    color: #333333; }
    /* line 74, _buttons.scss */
    .mobile .button--marker, .tablet .button--marker {
      width: 27px;
      height: 27px;
      line-height: 27px; }
    /* line 82, _buttons.scss */
    .button--marker:hover {
      background-color: transparent;
      color: #c98d00; }
  /* line 88, _buttons.scss */
  .button--main_menu {
    border: 1px solid #eeeeee;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }

@media (max-width: 321px) {
  /* line 102, _buttons.scss */
  .button--buy {
    padding: 0.5em 2.7em !important; } }

/* line 109, _buttons.scss */
.co-sidebar {
  top: 50px; }

/* line 113, _buttons.scss */
button.button.m-button.m-modal-close, .editor #feedback_form button.m-button.m-modal-close#feedback_commit, .menu-node--collection_lvl_1 button.m-button.m-modal-close.menu-marker--parent, .menu-node--collection_lvl_2 button.m-button.m-modal-close.menu-marker--parent, .menu-node--collection_lvl_3 button.m-button.m-modal-close.menu-marker--parent {
  padding: 0;
  top: 0;
  right: 0; }

/* line 119, _buttons.scss */
input.button.button--checkout.js-cart-submit, .editor #feedback_form input.button--checkout.js-cart-submit#feedback_commit, .menu-node--collection_lvl_1 input.button--checkout.js-cart-submit.menu-marker--parent, .menu-node--collection_lvl_2 input.button--checkout.js-cart-submit.menu-marker--parent, .menu-node--collection_lvl_3 input.button--checkout.js-cart-submit.menu-marker--parent {
  transition: .7s;
  background: #4a4a4a; }

/* line 124, _buttons.scss */
input.button.button--checkout.js-cart-submit:hover, .editor #feedback_form input.button--checkout.js-cart-submit#feedback_commit:hover, .menu-node--collection_lvl_1 input.button--checkout.js-cart-submit.menu-marker--parent:hover, .menu-node--collection_lvl_2 input.button--checkout.js-cart-submit.menu-marker--parent:hover, .menu-node--collection_lvl_3 input.button--checkout.js-cart-submit.menu-marker--parent:hover {
  transition: .3s;
  background: #000000; }

/* line 129, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  background-color: transparent; }

/* line 133, _buttons.scss */
a.button.button--buy, .editor #feedback_form a.button--buy#feedback_commit, .menu-node--collection_lvl_1 a.button--buy.menu-marker--parent, .menu-node--collection_lvl_2 a.button--buy.menu-marker--parent, .menu-node--collection_lvl_3 a.button--buy.menu-marker--parent {
  transition: .7s;
  background: #4a4a4a; }

/* line 138, _buttons.scss */
a.button.button--buy:hover, .editor #feedback_form a.button--buy#feedback_commit:hover, .menu-node--collection_lvl_1 a.button--buy.menu-marker--parent:hover, .menu-node--collection_lvl_2 a.button--buy.menu-marker--parent:hover, .menu-node--collection_lvl_3 a.button--buy.menu-marker--parent:hover {
  transition: .3s;
  background: #000000; }

/* forms */
/* line 4, _forms.scss */
#mymodal {
  position: relative;
  background-color: #FFF;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px; }

/* line 13, _forms.scss */
.mfp-close:focus {
  border: 1px solid steelblue; }

/* line 17, _forms.scss */
.call_back__btn {
  max-width: 400px !important;
  padding: 10px !important;
  text-decoration: none !important;
  height: auto !important; }

/* input */
/* line 4, _input.scss */
.input-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400; }
/* line 10, _input.scss */
.input-field, .editor #feedback_form input[type="text"],
.editor #feedback_form textarea {
  line-height: 1.3;
  padding: .7em 1em;
  border-color: #eeeeee;
  font-weight: 400;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  /* line 19, _input.scss */
  .input-field--bonuses {
    display: inline-block;
    width: 100px;
    vertical-align: bottom; }
/* line 38, _input.scss */
.input--captcha {
  line-height: 28px; }
  /* line 41, _input.scss */
  .input--captcha .input-field, .input--captcha .editor #feedback_form input[type="text"], .editor #feedback_form .input--captcha input[type="text"],
  .input--captcha .editor #feedback_form textarea,
  .editor #feedback_form .input--captcha textarea {
    width: 100px; }
/* line 47, _input.scss */
.input--inline .input-field, .input--inline .editor #feedback_form input[type="text"], .editor #feedback_form .input--inline input[type="text"],
.input--inline .editor #feedback_form textarea,
.editor #feedback_form .input--inline textarea {
  line-height: 28px; }

/* line 66, _input.scss */
.styled_select-wrapper {
  line-height: 1.2;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 3px 25px 3px 3px; }
  /* line 73, _input.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 15px;
    width: 100%;
    padding-left: 15px; }
  /* line 79, _input.scss */
  .styled_select-wrapper:after {
    top: 50%;
    right: 8px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    content: '\f107'; }
  /* line 88, _input.scss */
  .styled_select-wrapper select {
    line-height: 28px;
    height: 28px;
    -webkit-appearance: none; }

/* line 94, _input.scss */
.option_selector-container select {
  height: 32px; }

/* line 97, _input.scss */
textarea.input-field,
.editor #feedback_form textarea {
  width: 100% !important; }

/* language */
/* line 3, _language_switch.scss */
.languages {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 8, _language_switch.scss */
  .languages--dropdown {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    border: 1px solid ;
    z-index: 1000;
    box-shadow: 0px 2px 6px -2px #000; }
  /* line 28, _language_switch.scss */
  .languages-node {
    position: relative;
    line-height: 30px;
    color: #333333;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 39, _language_switch.scss */
    .languages-node:hover > .languages--dropdown {
      display: block; }
    /* line 48, _language_switch.scss */
    .languages-node--current {
      background-color: transparent;
      border-right: 1px solid ;
      line-height: 40px; }
  /* line 56, _language_switch.scss */
  .languages-link {
    padding: 0 1rem; }
  /* line 60, _language_switch.scss */
  .languages-toggler {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 10px; }
    /* line 64, _language_switch.scss */
    .languages-link:hover > .languages-toggler {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }

/* modal */
/* line 3, _modals.scss */
.modal {
  background-color: #ffffff; }
  /* line 6, _modals.scss */
  .modal-wrapper {
    padding: 35px 35px 25px; }
  /* line 10, _modals.scss */
  .modal-header {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px; }
  /* line 23, _modals.scss */
  .modal .button, .modal .editor #feedback_form #feedback_commit, .editor #feedback_form .modal #feedback_commit, .modal .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal .menu-marker--parent {
    margin-bottom: 0.5em; }
  /* line 27, _modals.scss */
  .modal--product_added {
    max-width: 600px;
    min-width: 300px; }
    /* line 31, _modals.scss */
    .modal--product_added .button--buy {
      margin-left: 10px; }
      @media (max-width: 480px) {
        /* line 31, _modals.scss */
        .modal--product_added .button--buy {
          width: 100%;
          margin: 0 !important; } }
    @media (max-width: 480px) {
      /* line 37, _modals.scss */
      .modal--product_added .button, .modal--product_added .editor #feedback_form #feedback_commit, .editor #feedback_form .modal--product_added #feedback_commit, .modal--product_added .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal--product_added .menu-marker--parent {
        width: 100%;
        margin: 13px 0 0 !important; } }
    @media (max-width: 480px) {
      /* line 40, _modals.scss */
      .modal--product_added .js-modal-close {
        margin: 0 !important; } }

/* line 46, _modals.scss */
.overlay {
  background-color: rgba(0, 0, 0, 0.2); }

/* menu */
/* line 3, _menu.scss */
#no-pad {
  padding: 0; }

/* line 7, _menu.scss */
.section--main_menu.row {
  float: left;
  margin: 2.2em 0 0 7em; }
  @media (max-width: 415px) {
    /* line 7, _menu.scss */
    .section--main_menu.row {
      margin: 2.2em 0 0 4em; } }
  @media (max-width: 321px) {
    /* line 7, _menu.scss */
    .section--main_menu.row {
      margin: 0.5em 0 0 2em; } }

/* line 17, _menu.scss */
.menu-node {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #333333; }
  /* line 22, _menu.scss */
  .menu-node--top {
    background-color: transparent; }
    /* line 26, _menu.scss */
    .menu-node--top.menu-node--current, .menu-node--top:hover {
      color: #4a4a4a; }
    /* line 33, _menu.scss */
    .menu-node--top .menu-link {
      border: none;
      background: none;
      padding: 0 0 0 1rem;
      cursor: pointer;
      font-size: 12px;
      letter-spacing: .1em !important;
      display: inline-block;
      width: inherit; }
  /* line 46, _menu.scss */
  .menu-node--top_dropdown {
    line-height: 30px; }
    /* line 58, _menu.scss */
    .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
      color:  !important; }
  /* line 66, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    line-height: 25px;
    margin: 0 0.7em;
    min-width: inherit;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid transparent;
    width: inherit; }
    @media (max-width: 1060px) {
      /* line 66, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link {
        font-size: 14px; } }
    /* line 78, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link:hover {
      border-color: #4a4a4a; }
    /* line 79, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link.menu-link--current {
      color: #4a4a4a;
      border-color: #4a4a4a; }
      /* line 83, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link.menu-link--current .menu-marker--parent {
        color: #4a4a4a; }
  /* line 89, _menu.scss */
  .menu-node--main_lvl_1 .menu-marker--parent {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    margin-left: 10px; }
    /* line 95, _menu.scss */
    .mobile .menu-node--main_lvl_1 .menu-marker--parent, .tablet .menu-node--main_lvl_1 .menu-marker--parent {
      display: none; }
  /* line 105, _menu.scss */
  .menu-node--main_lvl_2:last-child a {
    border-right: 0; }
  /* line 109, _menu.scss */
  .menu-node--main_lvl_2 > .menu-link {
    padding: 10px 40px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-weight: 500; }
    /* line 122, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link span {
      width: calc(100% - 35px); }
    /* line 126, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link.menu-link--current, .menu-node--main_lvl_2 > .menu-link:hover {
      color: #c98d00; }
  /* line 131, _menu.scss */
  .menu-node--main_lvl_2 .menu-marker--parent {
    position: absolute !important;
    right: 25px;
    margin: 0; }
  /* line 137, _menu.scss */
  .mobile .menu-node--main_lvl_2, .tablet .menu-node--main_lvl_2 {
    display: none !important; }
  /* line 144, _menu.scss */
  .menu-node--main_lvl_3 {
    width: 100%; }
    /* line 150, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link {
      padding: 10px 30px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 160, _menu.scss */
      .menu-node--main_lvl_3 > .menu-link.menu-link--current, .menu-node--main_lvl_3 > .menu-link:hover {
        color: #c98d00; }
    /* line 165, _menu.scss */
    .mobile .menu-node--main_lvl_3, .tablet .menu-node--main_lvl_3 {
      display: none !important; }
  /* line 171, _menu.scss */
  .menu-node--main_lvl_4 {
    width: 100%;
    margin: 0 0 5px; }
    /* line 175, _menu.scss */
    .menu-node--main_lvl_4:last-child {
      margin: 0; }
  /* line 179, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    padding: 5px 0;
    position: relative; }
    /* line 185, _menu.scss */
    .menu-node--collection_lvl_1:last-child, .menu-node--collection_lvl_2:last-child, .menu-node--collection_lvl_3:last-child {
      border-bottom: none; }
    /* line 189, _menu.scss */
    .menu-node--collection_lvl_1 > .menu-link, .menu-node--collection_lvl_2 > .menu-link, .menu-node--collection_lvl_3 > .menu-link {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border-width: 0;
      display: block;
      padding: 2px 35px 2px 0;
      line-height: 20px; }
      /* line 196, _menu.scss */
      .mobile .menu-node--collection_lvl_1 > .menu-link, .tablet .menu-node--collection_lvl_1 > .menu-link, .mobile .menu-node--collection_lvl_2 > .menu-link, .tablet .menu-node--collection_lvl_2 > .menu-link, .mobile .menu-node--collection_lvl_3 > .menu-link, .tablet .menu-node--collection_lvl_3 > .menu-link {
        padding: 4px 40px 4px 0; }
      /* line 201, _menu.scss */
      .menu-node--collection_lvl_1 > .menu-link:hover, .menu-node--collection_lvl_2 > .menu-link:hover, .menu-node--collection_lvl_3 > .menu-link:hover {
        color: #c98d00; }
    /* line 206, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 210, _menu.scss */
    .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      right: 5px;
      top: 5px;
      height: 25px;
      width: 25px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      font-size: 10px;
      padding: 0; }
    /* line 229, _menu.scss */
    .menu-node--collection_lvl_1.menu-node--current > .menu--collapse, .menu-node--collection_lvl_2.menu-node--current > .menu--collapse, .menu-node--collection_lvl_3.menu-node--current > .menu--collapse {
      display: block; }
  /* line 235, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #eeeeee;
    background-color: transparent; }
    /* line 239, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 243, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      font-weight: bold;
      font-size: 16px; }
    /* line 254, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 258, _menu.scss */
    .menu-node--mobile .menu-toggler {
      position: absolute;
      z-index: 10;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      padding: 0;
      line-height: 30px;
      text-align: center;
      vertical-align: middle; }
  /* line 274, _menu.scss */
  .menu-node--footer {
    color: #000000;
    padding: 2px 0 2px 3px;
    line-height: 1.2;
    float: left !important;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      /* line 274, _menu.scss */
      .menu-node--footer {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 1px 0 1px 3px;
        line-height: 1.2; } }
    @media (max-width: 415px) {
      /* line 274, _menu.scss */
      .menu-node--footer {
        font-size: 12px; } }
    /* line 293, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
      /* line 295, _menu.scss */
      .menu-node--footer > .menu-link:hover {
        color: #f4d68f; }
    /* line 298, _menu.scss */
    .menu-node--footer > .menu-link--current {
      color: #f4d68f; }
  /* line 304, _menu.scss */
  .menu-node--current {
    color: #c98d00; }
  /* line 316, _menu.scss */
  .menu-node--current_top_dropdown .menu-link {
    color:  !important; }
  /* line 322, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold; }
  /* line 328, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 332, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #eeeeee; }
/* line 341, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 343, _menu.scss */
  .menu-link:hover {
    color: #4a4a4a; }
/* line 350, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 355, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
/* line 360, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 364, _menu.scss */
  .menu-toggler--main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  /* line 375, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 385, _menu.scss */
  .menu-toggler--footer {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  /* line 401, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 408, _menu.scss */
.menu--main {
  padding: 0px 0 0px;
  font-size: 15px;
  text-align: right;
  font-weight: 500; }
  /* line 414, _menu.scss */
  .menu--main .menu-marker {
    position: initial;
    display: inline-block; }
/* line 420, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #eeeeee; }
/* line 427, _menu.scss */
.menu--top {
  line-height: 40px; }
/* line 431, _menu.scss */
.menu--top_dropdown {
  border: 1px solid ;
  width: 150px;
  line-height: 30px; }
  /* line 438, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 445, _menu.scss */
.menu--collection .menu-link--current {
  color: #c98d00; }
/* line 450, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px; }
/* line 458, _menu.scss */
.menu--dropdown, .menu--side {
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3); }

/* line 465, _menu.scss */
.menu-node:hover > .menu--dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0; }

/* line 470, _menu.scss */
.menu-node.menu-node--main_lvl_2 {
  width: 100%;
  display: inline-block; }

/* line 474, _menu.scss */
.menu--main_lvl_3 {
  left: 100% !important;
  top: -20px !important; }

/* line 478, _menu.scss */
.menu--main_lvl_4 {
  padding: 12px 12px;
  border-top: 1px solid #eeeeee; }

/* line 482, _menu.scss */
.menu-img {
  width: 35px;
  float: left;
  height: 35px;
  margin-right: 15px;
  overflow: hidden;
  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; }
  /* line 498, _menu.scss */
  .menu-img img {
    max-width: 100%; }

/* line 503, _menu.scss */
.menu-mobile .menu-node--main_lvl_1 > .menu-link {
  margin: 0; }
  /* line 506, _menu.scss */
  .menu-mobile .menu-node--main_lvl_1 > .menu-link span {
    padding-left: 8px; }

/* line 509, _menu.scss */
.menu-mobile {
  float: left; }

/* line 512, _menu.scss */
.mobile_menu_container ul li ul {
  background: #ffffff; }

/* line 515, _menu.scss */
.mobile_menu_container {
  background: #ffffff; }

/* line 518, _menu.scss */
.mobile_menu_container ul li a {
  padding: 1em;
  line-height: inherit;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
  font-weight: normal; }

/* line 526, _menu.scss */
.mobile_menu_container ul li a.parent {
  background: #ffffff url(arrow_right.svg) right 20px center no-repeat;
  background-size: 20px; }

/* line 530, _menu.scss */
.mobile_menu_container ul li a.parent:hover {
  background: #ffffff url(arrow_right.svg) right 20px center no-repeat;
  background-size: 20px; }

/* line 534, _menu.scss */
.mobile_menu_container ul li a.back {
  background: #ffffff url(arrow_left.svg) left 20px center no-repeat;
  background-size: 20px; }

/* line 538, _menu.scss */
.mobile_menu_container ul li a:hover {
  background: #ffffff; }

/* prices */
/* line 5, _prices.scss */
.prices-current {
  color: #000000;
  font-weight: 400; }
/* line 11, _prices.scss */
.prices-old {
  color: #b0b0b0;
  text-decoration: line-through;
  margin-right: 8px; }
  @media (max-width: 375px) {
    /* line 11, _prices.scss */
    .prices-old {
      font-size: 12px; } }
/* line 25, _prices.scss */
.prices--discount {
  font-size: 16px;
  font-weight: bold;
  width: 35%;
  text-align: right; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  width: 65px; }
  /* line 7, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    right: 0;
    width: 26px;
    height: 25px;
    padding: 0;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #eeeeee; }
  /* line 19, _quantity.scss */
  .quantity-button--minus {
    bottom: 0; }
  /* line 23, _quantity.scss */
  .quantity-button--plus {
    top: 0;
    border-bottom: 0; }
  /* line 28, _quantity.scss */
  .quantity-button:hover {
    background: #f5f5f5;
    color: #4a4a4a; }
  /* line 34, _quantity.scss */
  .quantity-input {
    width: 45px;
    height: 40px;
    border: 1px solid #eeeeee;
    line-height: 47px;
    text-align: center;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  /* line 44, _quantity.scss */
  .quantity--side .quantity-input {
    line-height: 1.1;
    height: 51px;
    display: block; }

/* reviews */
/* line 2, _reviews.scss */
.text-on-img {
  font-size: 13px;
  margin-right: 10px; }

/* line 3, _reviews.scss */
.reviews {
  display: block;
  margin-bottom: 20px; }
  /* line 7, _reviews.scss */
  .reviews:last-child {
    margin-bottom: 0; }

/* line 15, _reviews.scss */
.review {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #000000; }
  /* line 24, _reviews.scss */
  .review:last-child {
    margin-bottom: 0; }
  /* line 28, _reviews.scss */
  .review-details {
    opacity: .4;
    font-size: 13px;
    float: left;
    margin-top: 0px; }
    /* line 34, _reviews.scss */
    .review-details:after {
      clear: both;
      content: "";
      display: block; }
  /* line 41, _reviews.scss */
  .review-rating {
    float: left;
    margin: 0 10px 0 0; }
    /* line 45, _reviews.scss */
    .review-rating-span {
      opacity: .4;
      font-size: 13px;
      display: inline-block;
      margin: 0px 5px 0 0;
      float: left; }
  /* line 56, _reviews.scss */
  .review-content {
    width: 100%;
    float: left;
    margin: 15px 0 0; }

/* line 65, _reviews.scss */
.review_form-h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 20px; }
/* line 74, _reviews.scss */
.review_form-input {
  margin-bottom: 15px; }
/* line 80, _reviews.scss */
.review_form .rating_wrapper {
  margin: 0.5em 0 0.5em;
  float: left;
  width: 100%; }

/* line 88, _reviews.scss */
.review-form {
  padding: 20px;
  border: 1px solid #eeeeee; }

/* line 94, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 98, _reviews.scss */
.br-selected, .br-active {
  color: #f7dc00; }
/* line 102, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 113, _reviews.scss */
  .br-widget a:hover {
    color: #f7dc00; }
  /* line 117, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 124, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 131, _reviews.scss */
.br-current-rating {
  display: none; }

/* line 135, _reviews.scss */
.review-manager_reply {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: #0000000f;
  padding: 20px;
  border-left: 2px solid #0000001a; }
  /* line 143, _reviews.scss */
  .review-manager_reply span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 13px; }

/* sliader module */
/* line 4, _slider.scss */
.slider + .slider {
  margin-bottom: 0;
  margin-top: 90px; }
  @media (max-width: 375px) {
    /* line 4, _slider.scss */
    .slider + .slider {
      margin-top: 50px; } }
/* line 13, _slider.scss */
.slider-text_block {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 50px; }
/* line 20, _slider.scss */
.slider-titler {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase; }
/* line 27, _slider.scss */
.slider-text {
  font-size: 16px;
  position: absolute;
  z-index: 9;
  left: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 400px; }
  @media (max-width: 640px) {
    /* line 27, _slider.scss */
    .slider-text {
      font-size: 13px;
      max-width: 300px;
      left: 8%; } }
  @media (max-width: 480px) {
    /* line 27, _slider.scss */
    .slider-text {
      font-size: 12px;
      max-width: 250px; } }
  @media (max-width: 375px) {
    /* line 27, _slider.scss */
    .slider-text {
      font-size: 10px;
      max-width: 200px; } }
  /* line 45, _slider.scss */
  .slider-text-top {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #c5a374; }
    @media (max-width: 640px) {
      /* line 45, _slider.scss */
      .slider-text-top {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      /* line 45, _slider.scss */
      .slider-text-top {
        font-size: 10px;
        margin-bottom: 10px; } }
    @media (max-width: 375px) {
      /* line 45, _slider.scss */
      .slider-text-top {
        font-size: 8px; } }
  /* line 62, _slider.scss */
  .slider-text-center {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 35px;
    color: #333333; }
    @media (max-width: 640px) {
      /* line 62, _slider.scss */
      .slider-text-center {
        font-size: 25px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      /* line 62, _slider.scss */
      .slider-text-center {
        font-size: 18px; } }
    @media (max-width: 375px) {
      /* line 62, _slider.scss */
      .slider-text-center {
        font-size: 13px;
        margin-bottom: 15px; } }
  @media (max-width: 375px) {
    /* line 77, _slider.scss */
    .slider-text-btn {
      padding: 2px 15px; } }
/* line 82, _slider.scss */
.slider-title {
  color: #333333;
  position: relative;
  display: block;
  padding: 6px 0;
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1100px) {
    /* line 82, _slider.scss */
    .slider-title {
      margin-bottom: 30px; } }
  @media (max-width: 800px) {
    /* line 82, _slider.scss */
    .slider-title {
      margin-bottom: 20px;
      font-size: 22px;
      margin-top: 20px; } }
  @media (max-width: 415px) {
    /* line 82, _slider.scss */
    .slider-title {
      font-size: 18px;
      width: 75%;
      line-height: 1.2;
      display: inline-block;
      padding: 0;
      text-align: left; } }
  @media (max-width: 320px) {
    /* line 82, _slider.scss */
    .slider-title {
      font-size: 18px; } }
  /* line 104, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #ffffff;
    padding-right: 8px; }
/* line 119, _slider.scss */
.slider-control--index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 127, _slider.scss */
.slider-control--gallery {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: 0; }
/* line 138, _slider.scss */
.slider-control--product .slider-left {
  position: absolute;
  top: 33%;
  margin-top: -20px;
  left: 0; }
/* line 144, _slider.scss */
.slider-control--product .slider-right {
  position: absolute;
  top: 33%;
  margin-top: -20px;
  right: 0; }
/* line 153, _slider.scss */
.slider-left, .slider-right {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 158, _slider.scss */
  .slider-left.disabled, .slider-right.disabled {
    opacity: .1; }
  /* line 161, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1rem;
    font-size: 24px;
    z-index: 100; }
    /* line 169, _slider.scss */
    .slider-left--gallery i, .slider-right--gallery i {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    /* line 177, _slider.scss */
    .slider-left--gallery:hover, .slider-right--gallery:hover {
      color: #c98d00; }
    @media (max-width: 800px) {
      /* line 161, _slider.scss */
      .slider-left--gallery, .slider-right--gallery {
        width: 3rem; } }
  /* line 186, _slider.scss */
  .slider-left--index, .slider-right--index {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    font-size: 45px;
    color: #333333; }
    @media (max-width: 640px) {
      /* line 186, _slider.scss */
      .slider-left--index, .slider-right--index {
        font-size: 25px;
        width: 30px;
        height: 30px;
        line-height: 40px;
        top: 40%; } }
    /* line 205, _slider.scss */
    .slider-left--index i, .slider-right--index i {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 213, _slider.scss */
      .slider--index:hover .slider-left--index i, .slider--index:hover .slider-right--index i {
        opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
  /* line 220, _slider.scss */
  .slider-control--product > .slider-left, .slider-control--product > .slider-right {
    width: 55px;
    padding: .3em .1em;
    font-size: 40px;
    color: #333333; }
    @media (max-width: 800px) {
      /* line 220, _slider.scss */
      .slider-control--product > .slider-left, .slider-control--product > .slider-right {
        font-size: 30px; } }
    @media (max-width: 640px) {
      /* line 220, _slider.scss */
      .slider-control--product > .slider-left, .slider-control--product > .slider-right {
        font-size: 20px;
        line-height: 35px;
        width: 30px; } }
    /* line 234, _slider.scss */
    .slider-control--product > .slider-left:hover, .slider-control--product > .slider-right:hover {
      color: #4a4a4a; }
/* line 239, _slider.scss */
.slider-left--gallery {
  left: 0; }
/* line 243, _slider.scss */
.slider-left--index {
  left: 0; }
/* line 249, _slider.scss */
.slider-right--gallery {
  right: 0; }
/* line 253, _slider.scss */
.slider-right--index {
  right: 0; }
/* line 262, _slider.scss */
.slider--gallery {
  padding: 0;
  position: relative; }
  /* line 266, _slider.scss */
  .slider--gallery .owl-stage-outer {
    z-index: 1; }
/* line 271, _slider.scss */
.slider--index {
  width: 100%;
  display: inline-block;
  padding: 0 70px; }
  @media (max-width: 1100px) {
    /* line 271, _slider.scss */
    .slider--index {
      margin-bottom: 40px;
      min-height: inherit;
      padding: 0 30px; } }
  @media (max-width: 768px) {
    /* line 271, _slider.scss */
    .slider--index {
      padding: 0;
      margin-bottom: 30px; } }
  @media (max-width: 640px) {
    /* line 271, _slider.scss */
    .slider--index {
      margin-bottom: 20px; } }
/* line 283, _slider.scss */
.slider--product {
  overflow: hidden; }
  /* line 286, _slider.scss */
  .slider--product .slider-left {
    margin-right: 8px; }
/* line 291, _slider.scss */
.slider--related {
  margin-bottom: 2em; }
  @media (max-width: 415px) {
    /* line 291, _slider.scss */
    .slider--related {
      margin: 0; } }
  /* line 296, _slider.scss */
  .slider--related .slider-title {
    margin: 2rem 0 0em; }

/* line 301, _slider.scss */
.product-gallery--touch .owl-nav.slider-control {
  position: absolute;
  bottom: 55%;
  z-index: 999;
  left: 0;
  width: 100%; }

@media (max-width: 768px) {
  /* line 309, _slider.scss */
  .slider--index .owl-nav.slider-control {
    display: none; } }

/* line 312, _slider.scss */
.product-gallery--touch .slider-left {
  left: 5px;
  position: absolute; }

/* line 316, _slider.scss */
.product-gallery--touch .slider-right {
  right: 5px;
  position: absolute; }

/* line 320, _slider.scss */
.product-gallery--touch .owl-nav.slider-control i {
  font-size: 20px; }

/* line 321, _slider.scss */
.owl-carousel > div:last-child {
  position: absolute;
  bottom: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    /* line 321, _slider.scss */
    .owl-carousel > div:last-child {
      bottom: -28px; } }
  /* line 329, _slider.scss */
  .owl-carousel > div:last-child.disabled {
    display: none; }

/* line 334, _slider.scss */
.owl-dot.slider-dot {
  width: 8px;
  height: 8px;
  top: 50%;
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent;
  background-color: #999999;
  transform: translatey(-50%);
  float: left;
  margin: 0 10px; }
  /* line 345, _slider.scss */
  .owl-dot.slider-dot.active {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 1px #333;
    background-color: transparent;
    transform: translatey(-30%); }

/* line 354, _slider.scss */
.js-slider--index_product {
  padding-bottom: 70px; }
  /* line 357, _slider.scss */
  .js-slider--index_product > div:last-child {
    bottom: 0;
    z-index: 999; }

/* line 364, _slider.scss */
.js-slider--phone_gallery .owl-nav {
  display: none; }
/* line 366, _slider.scss */
.js-slider--phone_gallery > div:last-child {
  bottom: 20px;
  z-index: 99; }

/* line 371, _slider.scss */
.lcd-font {
  font-family: "LCD";
  color: #5EBC4F;
  font-size: 18px; }
  @media only screen and (max-width: 1600px) {
    /* line 371, _slider.scss */
    .lcd-font {
      font-size: 18px;
      max-width: 40%;
      display: block; } }
  @media only screen and (max-width: 640px) {
    /* line 371, _slider.scss */
    .lcd-font {
      font-size: 12px;
      max-width: 40%;
      display: block; } }

/* line 379, _slider.scss */
.lcd-font i {
  animation: fadeIn .7s linear infinite;
  font-style: normal; }

@keyframes fadeIn {
  50%, 100% {
    opacity: 0; }
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 5, _slider_noui.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 15, _slider_noui.scss */
.noUi-target {
  position: relative;
  direction: ltr; }

/* line 19, _slider_noui.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 24, _slider_noui.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 31, _slider_noui.scss */
.noUi-handle {
  position: relative;
  z-index: 1; }

/* line 35, _slider_noui.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

/* line 40, _slider_noui.scss */
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1; }

/* line 45, _slider_noui.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

/* line 49, _slider_noui.scss */
.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 56, _slider_noui.scss */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 61, _slider_noui.scss */
.noUi-horizontal {
  height: 5px; }

/* line 64, _slider_noui.scss */
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -15px;
  top: -8px; }

/* line 70, _slider_noui.scss */
.noUi-vertical {
  width: 18px; }

/* line 73, _slider_noui.scss */
.noUi-vertical .noUi-handle {
  width: 25px;
  height: 25px;
  left: -15px;
  top: -11px; }

/* line 80, _slider_noui.scss */
.noUi-background {
  background: #FAFAFA; }

/* line 83, _slider_noui.scss */
.noUi-connect {
  background: #eee;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* line 88, _slider_noui.scss */
.noUi-origin {
  border-radius: 2px; }

/* line 93, _slider_noui.scss */
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
/* line 99, _slider_noui.scss */
.noUi-dragable {
  cursor: w-resize; }

/* line 102, _slider_noui.scss */
.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

/* line 105, _slider_noui.scss */
.noUi-handle {
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #4a4a4a; }

/* Handle stripes;
 */
/* line 119, _slider_noui.scss */
.noUi-handle:before,
.noUi-handle:after {
  /*content: "";*/
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

/* line 130, _slider_noui.scss */
.noUi-handle:after {
  left: 17px; }

/* line 133, _slider_noui.scss */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

/* line 140, _slider_noui.scss */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
/* line 146, _slider_noui.scss */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

/* line 150, _slider_noui.scss */
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* search module */
/* line 3, _search_widget.scss */
.js-search_widget-wrapper {
  position: absolute;
  right: 77%;
  top: 0;
  width: 100%; }
  @media (max-width: 900px) {
    /* line 3, _search_widget.scss */
    .js-search_widget-wrapper {
      right: 0;
      width: calc(100vw - 60px);
      top: 50px; } }
  @media (max-width: 768px) {
    /* line 3, _search_widget.scss */
    .js-search_widget-wrapper {
      width: calc(100vw - 30px); } }

/* line 16, _search_widget.scss */
.header-rel {
  position: relative; }

/* line 22, _search_widget.scss */
.search_widget--search .search_widget-submit {
  padding: 10px 12px 11px; }
/* line 27, _search_widget.scss */
.search_widget-field {
  padding: .7em;
  width: 240px;
  height: 42px;
  display: inline-block;
  float: left;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  font-size: 14px;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-right: 1em; }
/* line 41, _search_widget.scss */
.search_widget-submit {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  border: 1px solid #eeeeee;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: right; }
/* line 62, _search_widget.scss */
.search_widget-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 0 5px 0 0;
  position: relative;
  cursor: pointer; }
  /* line 70, _search_widget.scss */
  .search_widget-toggler img {
    width: 20px; }
    @media (max-width: 375px) {
      /* line 70, _search_widget.scss */
      .search_widget-toggler img {
        width: 16px; } }
  @media (max-width: 415px) {
    /* line 62, _search_widget.scss */
    .search_widget-toggler {
      padding-right: 0; } }
  /* line 79, _search_widget.scss */
  .search_widget-toggler:hover {
    color: #4a4a4a; }
/* line 84, _search_widget.scss */
.search_widget--header {
  width: 100%; }
  /* line 87, _search_widget.scss */
  .search_widget--header .search_widget-field {
    width: 100%;
    margin: 0;
    padding: 7px 35px 7px 15px; }
  /* line 93, _search_widget.scss */
  .search_widget--header .search_widget-submit {
    height: 42px;
    width: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;
    transition: .3s all; }
    /* line 103, _search_widget.scss */
    .search_widget--header .search_widget-submit img {
      width: 16px; }
    /* line 105, _search_widget.scss */
    .search_widget--header .search_widget-submit:hover {
      opacity: 1; }

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin: 2em 0 0; }
  /* line 8, _tubs.scss */
  .tubs-node {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 0;
    margin-right: 15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    border-bottom: 1px solid #fff; }
    @media (max-width: 480px) {
      /* line 8, _tubs.scss */
      .tubs-node {
        font-size: 14px;
        padding: 0.5em 6px; } }
    /* line 20, _tubs.scss */
    .tubs-node:hover, .tubs-node--active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      color: #c98d00;
      border-bottom: 1px solid #c98d00; }
  /* line 28, _tubs.scss */
  .tubs-content {
    padding: 25px 0;
    /* border-top: 1px solid #cccccc; */ }

/* accordion block */
/* line 5, _accordion.scss */
.accordion-article {
  margin-top: 2em; }
  /* line 8, _accordion.scss */
  .accordion-article .accordion-content {
    padding: 0;
    padding-top: 15px; }
/* line 14, _accordion.scss */
.accordion-title {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  line-height: 1.2;
  font-size: 22px;
  cursor: pointer; }
  @media (max-width: 768px) {
    /* line 14, _accordion.scss */
    .accordion-title {
      font-size: 18px; } }
  @media (max-width: 460px) {
    /* line 14, _accordion.scss */
    .accordion-title {
      font-size: 16px; } }
  /* line 24, _accordion.scss */
  .accordion-title:hover {
    color: #4a4a4a; }
/* line 27, _accordion.scss */
.accordion-content {
  padding: 0.5em;
  padding-top: 15px; }
/* line 32, _accordion.scss */
.accordion-toggler {
  float: right;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 47px;
  line-height: 47px;
  font-size: 15px; }

/* header */
/* line 3, _header.scss */
.logo {
  font-family: 'Montserrat', sans-serif;
  transition: 0.3s all; }
  @media (max-width: 1100px) {
    /* line 3, _header.scss */
    .logo {
      width: 100%; } }
  @media (max-width: 375px) {
    /* line 3, _header.scss */
    .logo {
      margin-bottom: 10px; } }
  /* line 11, _header.scss */
  .logo img {
    max-width: 100%;
    max-height: 65px; }
    /* line 16, _header.scss */
    .logo img:hover {
      color: #4a4a4a; }

/* line 20, _header.scss */
.border-top {
  border-top: 1px solid #eeeeee; }

/* line 24, _header.scss */
header {
  top: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 800px) {
    /* line 24, _header.scss */
    header {
      position: relative; } }

/* line 32, _header.scss */
.header_wrap {
  position: relative; }

/* line 36, _header.scss */
.header-block {
  vertical-align: top; }

/* line 41, _header.scss */
.order_source {
  line-height: 40px;
  padding: 0 1rem;
  border-right: 1px solid ; }

/* line 47, _header.scss */
.section--right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

/* line 52, _header.scss */
.section--topbar {
  padding: 15px 70px;
  background: #f5f5f5;
  color: #000000;
  font-size: 14px; }
  @media (max-width: 1100px) {
    /* line 52, _header.scss */
    .section--topbar {
      padding: 10px 30px; } }
  @media (max-width: 768px) {
    /* line 52, _header.scss */
    .section--topbar {
      padding: 5px 15px;
      font-size: 13px; } }
  @media (max-width: 480px) {
    /* line 52, _header.scss */
    .section--topbar {
      font-size: 11px; } }

/* line 65, _header.scss */
.topbar-work-time {
  padding-right: 10px;
  border-right: 1px solid #0000002b;
  margin-right: 5px; }
  @media (max-width: 768px) {
    /* line 65, _header.scss */
    .topbar-work-time {
      display: inline-block;
      width: 100%;
      padding: 0;
      border: 0;
      margin: 0;
      padding-bottom: 2px; } }

/* layouts *
@font-face {
	font-family: 'Circe';
	src: url('Circe-Light.eot');
	src: local('Circe'), local('Circe-Light'),
		url('Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('Circe-Light.woff') format('woff'),
		url('Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('Circe-Bold.woff') format('woff'),
		url('Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}*/
@font-face {
  font-family: 'LCD';
  src: url("Opel_LCD-3.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/* line 29, _layout.scss */
html {
  height: 100%; }

/* line 33, _layout.scss */
body {
  color: #333333;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  min-width: 320px;
  font-size: 15px;
  line-height: 1.3;
  font-size: 15px;
  min-height: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  letter-spacing: .5px; }
  @media (max-width: 1060px) {
    /* line 33, _layout.scss */
    body {
      font-size: 14px; } }
  @media (max-width: 320px) {
    /* line 33, _layout.scss */
    body {
      font-size: 13px; } }

/*.big-box {
  display: flex;
  flex-direction: column;
  height: 100%;
    min-height: 100vh;
}
.big-inner-box {
  flex: 1 0 auto;
    overflow-x: hidden;
}
footer {
  flex: 0 0 auto;
}*/
/* line 64, _layout.scss */
.lock_scroll {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%; }

/* line 71, _layout.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }
  /* line 75, _layout.scss */
  a:hover {
    color: #c98d00; }

/* line 80, _layout.scss */
h1,
h2,
h3,
h4 {
  margin: 0 0 20px; }

/* line 87, _layout.scss */
.wrap {
  padding: 70px;
  max-width: 100%; }
  @media (max-width: 1100px) {
    /* line 87, _layout.scss */
    .wrap {
      width: 100%;
      padding: 30px; } }
  @media (max-width: 768px) {
    /* line 87, _layout.scss */
    .wrap {
      padding: 15px; } }

/* line 94, _layout.scss */
.relative {
  position: relative; }

/* line 95, _layout.scss */
.system_message {
  background-color: #fff;
  padding: 1.5em 2em;
  box-shadow: 0 2px 10px 2px #63636324;
  font-weight: bold; }

/* line 103, _layout.scss */
.compare-link i {
  font-size: 15px;
  padding-right: 5px; }

/* line 107, _layout.scss */
.header-padded {
  padding: 35px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1100px) {
    /* line 107, _layout.scss */
    .header-padded {
      padding: 30px; } }
  @media (max-width: 768px) {
    /* line 107, _layout.scss */
    .header-padded {
      padding: 15px; } }
  @media (max-width: 375px) {
    /* line 107, _layout.scss */
    .header-padded {
      padding: 15px 15px 10px; } }

/* line 119, _layout.scss */
.checkout .content-title {
  margin-bottom: 1em; }

/* line 122, _layout.scss */
.co-notice--flash a {
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block; }

/* line 127, _layout.scss */
.co-section--checkout_content {
  max-width: 100%;
  padding: 0 40px; }
  @media (max-width: 1100px) {
    /* line 127, _layout.scss */
    .co-section--checkout_content {
      padding: 20px; } }
  @media (max-width: 768px) {
    /* line 127, _layout.scss */
    .co-section--checkout_content {
      padding: 7px; } }

/* line 134, _layout.scss */
.co-breadcrumbs {
  font-family: 'Montserrat', sans-serif !important; }

/* line 137, _layout.scss */
.co-section--checkout_header {
  padding-bottom: 1rem;
  padding-top: 0; }

/* line 141, _layout.scss */
.link, .co-link {
  border-bottom: 1px solid;
  line-height: 1.2;
  color: #000000;
  font-size: 14px; }
  /* line 147, _layout.scss */
  .link:hover, .co-link:hover {
    color: #c98d00; }

/* line 149, _layout.scss */
.co-input-field {
  border: 1px solid #eeeeee;
  border-radius: 0; }

/* line 153, _layout.scss */
.co-button, .picker-button {
  background-color: #4a4a4a;
  color: #ffffff;
  border-radius: 0; }
  /* line 158, _layout.scss */
  .co-button:hover, .picker-button:hover {
    background-color: #070707;
    color: #ffffff; }

/* line 160, _layout.scss */
.co-sidebar-toggler {
  background-color: #f5f5f5;
  margin-top: 20px;
  font-size: 15px; }
  /* line 165, _layout.scss */
  .co-sidebar-toggler:hover {
    background-color: #4a4a4a;
    color: #ffffff; }

/* line 167, _layout.scss */
.co-client-logged {
  margin-bottom: 15px;
  font-size: 16px; }

/* line 171, _layout.scss */
.co-client-name {
  font-size: 16px; }

/* line 174, _layout.scss */
.co-input-description {
  margin-top: 10px;
  font-size: 14px; }

/* line 178, _layout.scss */
.co-input-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500; }

/* line 183, _layout.scss */
.co-input-label {
  font-size: 13px !important;
  letter-spacing: 0; }

/* line 187, _layout.scss */
.co-input-label.co-toggable_field-title {
  font-size: 14px !important;
  text-transform: none;
  font-weight: 600; }

/* line 192, _layout.scss */
.co-title {
  text-transform: none;
  font-size: 16px !important;
  margin-bottom: 15px; }

/* line 197, _layout.scss */
.co-input-field:hover, .co-input-field:focus, .picker-input--active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c3c3c3; }

/* line 202, _layout.scss */
.co-input--error .co-input-field {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e48f8e !important; }

/* line 207, _layout.scss */
.co-input--error .co-input-notice {
  font-size: 14px;
  text-align: left;
  padding-top: 3px; }

/* line 212, _layout.scss */
#delivery_address {
  margin-bottom: 1rem; }

/* line 215, _layout.scss */
.co-section--content_wrapper {
  max-width: inherit;
  padding: 35px 45px;
  min-height: inherit; }
  @media (max-width: 768px) {
    /* line 215, _layout.scss */
    .co-section--content_wrapper {
      padding: 0; } }

/* line 222, _layout.scss */
.co-form-controls {
  margin: 0; }

/* line 225, _layout.scss */
.co-button {
  background-color: #000000;
  color: #ffffff;
  padding: 1em 1.5em;
  font-size: 16px;
  text-transform: none; }
  /* line 232, _layout.scss */
  .co-button:hover {
    background-color: #4a4a4a;
    color: #ffffff; }

/* line 234, _layout.scss */
.co-button--link {
  background: none;
  color: #333333;
  padding: 0 0 5px;
  text-transform: none;
  font-size: 14px; }
  /* line 241, _layout.scss */
  .co-button--link:hover {
    color: #c98d00;
    background: none !important; }

/* line 243, _layout.scss */
.co-button--small {
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 14px !important;
  display: inline-block; }

/* line 249, _layout.scss */
.co-title--h1 {
  margin: 10px 0 25px;
  font-size: 30px !important;
  font-weight: 500;
  text-transform: none;
  display: block; }

/* line 256, _layout.scss */
.co-sidebar {
  box-shadow: none; }

/* line 259, _layout.scss */
.co-basket.co-checkout-block--padded {
  padding: 25px;
  border: 1px solid #eeeeee; }

/* line 263, _layout.scss */
.co-price--current {
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px; }

/* line 268, _layout.scss */
.co-basket_item-count {
  padding-right: 5px; }

/* line 269, _layout.scss */
.co-basket_subtotal-list {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 20px 0;
  font-size: 14px; }

/* line 276, _layout.scss */
.co-basket_total {
  font-size: 15px;
  font-weight: bold; }

/* line 280, _layout.scss */
#total_price {
  font-weight: bold;
  font-size: 17px; }

/* line 284, _layout.scss */
.co-basket_item {
  margin-bottom: 0; }

/* line 287, _layout.scss */
.co-basket_subtotal {
  margin-bottom: 3px; }

/* line 290, _layout.scss */
.sticky-sidebar {
  position: sticky;
  top: 50px; }

/* line 294, _layout.scss */
.co-form-controls .co-button {
  margin-bottom: 15px; }

/* line 299, _layout.scss */
.insales-checkout2 header {
  background: #ffffff; }
/* line 302, _layout.scss */
.insales-checkout2 .co-sidebar--menu {
  border-left: 2px solid #eeeeee;
  box-shadow: none;
  background: none; }
  @media (max-width: 1024px) {
    /* line 302, _layout.scss */
    .insales-checkout2 .co-sidebar--menu {
      background: #ffffff;
      display: flex;
      align-items: center;
      z-index: 999; } }
  /* line 314, _layout.scss */
  .insales-checkout2 .co-sidebar--menu:after {
    display: none; }

@media (max-width: 800px) {
  /* line 321, _layout.scss */
  .co-notice--flash {
    margin-left: 1em;
    margin-right: 1em; }

  /* line 325, _layout.scss */
  .co-checkout-block--padded {
    padding-left: 1em;
    padding-right: 1em; }

  /* line 329, _layout.scss */
  .co-checkout-order_form {
    margin-top: 0; }

  /* line 332, _layout.scss */
  .co-checkout-block {
    margin-bottom: 2rem; }

  /* line 335, _layout.scss */
  .co-title {
    font-size: 13px !important;
    margin-top: 15px; }

  /* line 339, _layout.scss */
  .co-sidebar-wrapper {
    margin: 0 1em;
    box-sizing: border-box; }

  /* line 343, _layout.scss */
  .co-basket {
    padding: 0;
    padding-top: 1em; }

  /* line 346, _layout.scss */
  .co-basket_item-image {
    border: 1px solid #eeeeee; }

  /* line 349, _layout.scss */
  .co-sidebar {
    width: 46%; }

  /* line 352, _layout.scss */
  .co-basket.co-checkout-block--padded {
    padding: 15px; }

  /* line 355, _layout.scss */
  .co-basket_subtotal-list {
    font-size: 13px; }

  /* line 358, _layout.scss */
  #create_order {
    padding: 1em 3em;
    width: 100%;
    box-sizing: border-box;
    margin: 0; }

  /* line 364, _layout.scss */
  .co-button--password_recover {
    margin: 15px 15px 0 0;
    float: left; }

  /* line 368, _layout.scss */
  .field-label {
    width: 100% !important;
    margin-bottom: 5px;
    font-weight: bold; }

  /* line 373, _layout.scss */
  .field.input {
    margin-bottom: 1em; }

  /* line 376, _layout.scss */
  .co-button--link {
    width: inherit; }

  /* line 379, _layout.scss */
  .co-section--checkout_header {
    padding-bottom: 0; }

  /* line 382, _layout.scss */
  .co-title--h1 {
    font-size: 20px !important;
    margin: 0 0 20px; }

  /* line 386, _layout.scss */
  .co-breadcrumbs {
    font-size: 13px; }

  /* line 389, _layout.scss */
  .link, .co-link {
    font-size: 13px; }

  /* line 392, _layout.scss */
  .co-input-title {
    font-size: 14px; }

  /* line 395, _layout.scss */
  .co-input-description {
    font-size: 12px; }

  /* line 398, _layout.scss */
  .co-toggable_field-information {
    -ms-flex: 1 1 200px;
    flex: 1 1 200px; }

  /* line 402, _layout.scss */
  .co-price--current {
    font-size: 14px; }

  /* line 405, _layout.scss */
  #delivery_error_2038386 {
    font-size: 12px; } }
@media (max-width: 640px) {
  /* line 410, _layout.scss */
  .co-sidebar-wrapper {
    margin: 25px 15px 0; }

  /* line 413, _layout.scss */
  .co-sidebar-toggler {
    font-size: 16px; } }
@media (max-width: 480px) {
  /* line 419, _layout.scss */
  .co-button, .picker-button {
    width: 100%; }

  /* line 422, _layout.scss */
  .co-sidebar-toggler {
    font-size: 16px;
    padding: 1em; }

  /* line 426, _layout.scss */
  .co-icon {
    line-height: 1.2;
    font-size: 12px; }
    /* line 430, _layout.scss */
    .co-icon.halfling-shopping-cart {
      margin-right: 7px; }

  /* line 432, _layout.scss */
  .co-price--current {
    font-size: 16px; }

  /* line 435, _layout.scss */
  .co-title {
    font-size: 18px; }

  /* line 438, _layout.scss */
  .co-notice--flash {
    margin-bottom: 0; }

  /* line 441, _layout.scss */
  .co-toggable_field-price {
    padding-top: 0; }

  /* line 444, _layout.scss */
  .co-checkout-block {
    margin-bottom: 1rem; }

  /* line 447, _layout.scss */
  .co-toggable_field {
    margin-top: .2em;
    margin-bottom: 1em; }

  /* line 451, _layout.scss */
  .co-button {
    margin: 0;
    float: left; }

  /* line 455, _layout.scss */
  .co-button--link {
    margin: 1em auto 0; }

  /* line 458, _layout.scss */
  .co-button--small {
    margin: 7px 0 0px; }

  /* line 461, _layout.scss */
  .co-checkout-order_form {
    margin-bottom: 30px; } }
/* line 465, _layout.scss */
.big-inner-box {
  position: relative; }

/* line 468, _layout.scss */
.content-title {
  font-size: 35px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 300; }
  @media (max-width: 1100px) {
    /* line 468, _layout.scss */
    .content-title {
      font-size: 28px; } }
  @media (max-width: 768px) {
    /* line 468, _layout.scss */
    .content-title {
      font-size: 24px;
      margin-bottom: 15px;
      margin-top: 10px; } }
  @media (max-width: 375px) {
    /* line 468, _layout.scss */
    .content-title {
      font-size: 18px; } }
  @media (max-width: 320px) {
    /* line 468, _layout.scss */
    .content-title {
      font-size: 18px; } }

@media (max-width: 375px) {
  /* line 480, _layout.scss */
  .section--collection .content-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin: 0 0 7px; } }

@media (max-width: 800px) {
  /* line 487, _layout.scss */
  .section--collection .wrap {
    padding: 0 30px 30px; } }
@media (max-width: 768px) {
  /* line 487, _layout.scss */
  .section--collection .wrap {
    padding: 15px; }
    /* line 494, _layout.scss */
    .section--collection .wrap .grid-row-inner {
      margin-left: 0;
      margin-right: 0; } }
@media (max-width: 375px) {
  /* line 487, _layout.scss */
  .section--collection .wrap {
    padding: 0 15px 15px; } }

/* line 504, _layout.scss */
.header_wirl_fav {
  height: 20px; }

/* line 508, _layout.scss */
#insales-quick-checkout-dialog {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3); }

/* line 516, _layout.scss */
.m-modal-wrapper {
  padding: 30px; }
/* line 519, _layout.scss */
.m-modal-heading {
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center; }
/* line 524, _layout.scss */
.m-modal-close {
  top: 15px;
  right: 15px; }

/* line 529, _layout.scss */
.m-input {
  margin-bottom: 10px; }
  /* line 532, _layout.scss */
  .m-input-label {
    margin-bottom: 10px;
    font-size: 14px; }
  /* line 537, _layout.scss */
  .m-input-field {
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: .7em 1em;
    line-height: 1.3;
    margin-bottom: 10px; }
  /* line 545, _layout.scss */
  .m-input--checkbox {
    opacity: 1; }
  /* line 549, _layout.scss */
  .m-input--checkbox .m-input-caption {
    opacity: .4;
    font-size: 12px;
    margin-left: 0; }

/* line 555, _layout.scss */
#totop {
  text-align: center;
  padding: 10px 20px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  z-index: 999;
  transition: .3s all;
  opacity: .5;
  border: 1px solid;
  background-color: #ffffff;
  color: #4a4a4a; }
  /* line 570, _layout.scss */
  #totop:hover {
    background-color: #070707;
    color: #ffffff;
    border: 1px solid #070707;
    opacity: 1; }

/* line 577, _layout.scss */
.totop-left {
  right: inherit !important;
  left: 50px !important; }

/* line 579, _layout.scss */
.section--main_menu.lg-grid-4.sm-grid-3 {
  z-index: 99999; }

/* line 583, _layout.scss */
.modal.modal--product_added.center {
  box-shadow: #4a4a4a 0px 0px 3px; }

/* line 588, _layout.scss */
.bepaid-btn {
  background-color: green; }

/* данные классы используются для стилизации крупных блоков. */
/* line 4, _section.scss */
.section--top_line {
  box-shadow: 0px 2px 8px -4px #000; }
/* line 12, _section.scss */
.section--breadcrumbs {
  background-color: #ffffff; }
/* line 16, _section.scss */
.section--product {
  border-top: 1px solid #eeeeee;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    /* line 16, _section.scss */
    .section--product {
      overflow-x: hidden; } }
/* line 25, _section.scss */
.section--page .breadcrumbs {
  margin-bottom: 0em; }
/* line 33, _section.scss */
.section--index {
  padding: 0; }
/* line 37, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url(); }
  /* line 44, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }

@media (max-width: 767px) {
  /* line 53, _section.scss */
  .section--index .wrap {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 414px) {
  /* line 59, _section.scss */
  .collection-pad {
    margin: 0; } }

/* footer */
/* line 2, _footer.scss */
footer {
  color: #000000;
  background-color: #f5f5f5; }

/* line 9, _footer.scss */
.footer-social ul i {
  font-size: 23px;
  color: #000000;
  opacity: .3;
  transition: 0.2s all; }
  /* line 15, _footer.scss */
  .footer-social ul i:hover {
    color: #f4d68f;
    opacity: 1; }

/* line 22, _footer.scss */
.footer-social {
  display: inline-block;
  width: 100%;
  margin-top: 25px; }

/* line 27, _footer.scss */
.social-link {
  margin-bottom: 25px;
  display: inline-block;
  opacity: .3;
  transition: .2s all; }
  /* line 33, _footer.scss */
  .social-link:hover {
    opacity: 1; }

/* line 37, _footer.scss */
.social-img {
  width: 20px; }

/* line 40, _footer.scss */
#phone_footer {
  font-size: 20px;
  margin: 0 0 5px;
  width: 100%;
  padding: 0; }
  @media (max-width: 1060px) {
    /* line 40, _footer.scss */
    #phone_footer {
      font-size: 18px;
      margin: 0 0 20px; } }
  @media (max-width: 415px) {
    /* line 40, _footer.scss */
    #phone_footer {
      font-size: 16px; } }
  @media (max-width: 375px) {
    /* line 40, _footer.scss */
    #phone_footer {
      font-size: 14px; } }

/* line 52, _footer.scss */
.footer_block-h3 {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 25px; }
  @media (max-width: 768px) {
    /* line 52, _footer.scss */
    .footer_block-h3 {
      font-size: 18px;
      margin: 10px 0 25px; } }
  @media (max-width: 415px) {
    /* line 52, _footer.scss */
    .footer_block-h3 {
      font-size: 16px; } }
  @media (max-width: 375px) {
    /* line 52, _footer.scss */
    .footer_block-h3 {
      font-size: 14px; } }
/* line 63, _footer.scss */
.footer_block-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #000000; }
  @media (max-width: 800px) {
    /* line 63, _footer.scss */
    .footer_block-title {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      color: #333333;
      font-weight: normal; }
      /* line 77, _footer.scss */
      .footer_block-title:hover {
        background-color: #4a4a4a;
        color: #ffffff; } }
/* line 85, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em;
  color: #000000; }

/* line 93, _footer.scss */
.copyright {
  color: #000000;
  opacity: .3;
  padding: 50px 0 0;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 93, _footer.scss */
    .copyright {
      padding: 25px 0 0; } }

/* line 101, _footer.scss */
.copyright2 {
  color: #000000;
  opacity: .7;
  line-height: 1.2; }

/* line 107, _footer.scss */
.copyright-line {
  padding-bottom: 8px;
  font-size: 13px; }
  @media (max-width: 375px) {
    /* line 107, _footer.scss */
    .copyright-line {
      font-size: 12px; } }

@media (max-width: 768px) {
  /* line 113, _footer.scss */
  .section--footer_copyright {
    padding: 30px 15px; } }

/* line 118, _footer.scss */
.footer_panel {
  background: #000;
  height: 45px;
  line-height: 45px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1050;
  box-shadow: 0px 0px 7px 0px #00000057; }
  /* line 129, _footer.scss */
  .footer_panel-margin {
    height: 45px; }
  /* line 133, _footer.scss */
  .footer_panel-button {
    line-height: 45px;
    padding: 0 0 0.5em; }
    @media (max-width: 375px) {
      /* line 133, _footer.scss */
      .footer_panel-button {
        font-size: 12px; } }
    /* line 139, _footer.scss */
    .footer_panel-button .basket-items_count {
      line-height: 1.2; }
    /* line 143, _footer.scss */
    .footer_panel-button .basket-items_price {
      margin-left: 10px; }
      @media (max-width: 375px) {
        /* line 143, _footer.scss */
        .footer_panel-button .basket-items_price {
          margin-left: 7px; } }
    /* line 149, _footer.scss */
    .footer_panel-button i {
      margin-right: 10px; }
      @media (max-width: 375px) {
        /* line 149, _footer.scss */
        .footer_panel-button i {
          margin-right: 7px; } }

/* line 155, _footer.scss */
.panel {
  position: fixed;
  top: 6%;
  bottom: 0;
  left: 0;
  width: 101% !important;
  display: none;
  z-index: 1050;
  background-color: #fff;
  border-right: 1px solid #eeeeee;
  overflow-y: scroll; }

/* line 169, _footer.scss */
.social-link-phone {
  margin-bottom: 0px; }

/* line 1, _index.scss */
.index {
  width: 100%;
  display: inline-block;
  margin-top: 10px; }
  @media (max-width: 768px) {
    /* line 1, _index.scss */
    .index {
      margin-top: 40px; } }
  @media (max-width: 480px) {
    /* line 1, _index.scss */
    .index {
      margin-top: 10px;
      overflow-x: hidden; } }
  /* line 9, _index.scss */
  .index-title {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: left; }
    @media (max-width: 768px) {
      /* line 9, _index.scss */
      .index-title {
        font-size: 22px; } }
    @media (max-width: 600px) {
      /* line 9, _index.scss */
      .index-title {
        font-size: 18px;
        margin: 10px 0 15px; } }
    @media (max-width: 320px) {
      /* line 9, _index.scss */
      .index-title {
        font-size: 16px; } }
  /* line 22, _index.scss */
  .index-img {
    margin-bottom: 70px;
    display: inline-block;
    width: 100%; }
    /* line 27, _index.scss */
    .index-img img {
      width: 100%; }
    @media (max-width: 800px) {
      /* line 22, _index.scss */
      .index-img {
        margin-bottom: 40px; } }
    @media (max-width: 415px) {
      /* line 22, _index.scss */
      .index-img {
        margin-bottom: 30px; } }
  /* line 33, _index.scss */
  .index-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      /* line 33, _index.scss */
      .index-text {
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      /* line 33, _index.scss */
      .index-text {
        margin: 30px 0 70px;
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
        padding: 0 15px; } }
    @media (max-width: 375px) {
      /* line 33, _index.scss */
      .index-text {
        margin: 10px 0 40px;
        font-size: 10px;
        padding: 0; } }
    /* line 47, _index.scss */
    .index-text--label .line:before {
      display: inline-block;
      content: '';
      width: 50px;
      height: 1px;
      background-color: #cccccc;
      margin: 0 15px 5px 15px; }
    /* line 56, _index.scss */
    .index-text a {
      display: block;
      border: 1px solid;
      width: 20%;
      margin: 50px auto 0;
      padding: 15px;
      text-transform: uppercase;
      font-size: 20px; }
      @media (max-width: 800px) {
        /* line 56, _index.scss */
        .index-text a {
          width: 35%;
          margin-top: 30px;
          font-size: 18px; } }
      @media (max-width: 480px) {
        /* line 56, _index.scss */
        .index-text a {
          font-size: 14px;
          padding: 10px 15px; } }
      @media (max-width: 320px) {
        /* line 56, _index.scss */
        .index-text a {
          font-size: 12px; } }

/* line 73, _index.scss */
.index-coll {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    /* line 73, _index.scss */
    .index-coll {
      display: block;
      max-width: 100%;
      width: 100%;
      margin: 0; } }
  @media (max-width: 767px) {
    /* line 73, _index.scss */
    .index-coll {
      display: block;
      padding: 0 !important; } }
  /* line 87, _index.scss */
  .index-coll-img {
    overflow: hidden; }
  /* line 91, _index.scss */
  .index-coll-div {
    position: relative;
    float: left;
    display: inline-block;
    box-sizing: inherit;
    overflow: hidden; }
    /* line 98, _index.scss */
    .index-coll-div img {
      width: 100%;
      transition: .4s all; }
  /* line 104, _index.scss */
  .index-coll-text {
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    display: block;
    position: absolute;
    bottom: 35px;
    left: 35px;
    transition: .2s all; }
    @media (max-width: 1100px) {
      /* line 104, _index.scss */
      .index-coll-text {
        font-size: 16px;
        top: 30px;
        width: 50%; } }
    @media (max-width: 768px) {
      /* line 104, _index.scss */
      .index-coll-text {
        font-size: 15px; } }
    @media (max-width: 600px) {
      /* line 104, _index.scss */
      .index-coll-text {
        top: 25px;
        width: 70%;
        left: 20px; } }
    @media (max-width: 480px) {
      /* line 104, _index.scss */
      .index-coll-text {
        top: 30px;
        width: 70%;
        left: 30px;
        font-size: 22px; } }
  /* line 124, _index.scss */
  .index-coll-text-big {
    position: absolute;
    font-size: 30px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 10px;
    top: 70px;
    /* right: 70px; */
    left: inherit;
    text-align: center;
    bottom: inherit;
    width: fit-content;
    text-align: center; }
    @media (max-width: 768px) {
      /* line 124, _index.scss */
      .index-coll-text-big {
        font-size: 24px;
        line-height: 1.3;
        max-width: 45%;
        top: 40px;
        right: 40px; } }
    @media (max-width: 600px) {
      /* line 124, _index.scss */
      .index-coll-text-big {
        font-size: 22px;
        max-width: 50%;
        top: 25px;
        right: 30px; } }
    @media (max-width: 480px) {
      /* line 124, _index.scss */
      .index-coll-text-big {
        top: 30px; } }
    /* line 153, _index.scss */
    .index-coll-text-big span {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      padding-bottom: 3px;
      border-bottom: 1px solid;
      transition: .3s all; }
      @media (max-width: 600px) {
        /* line 153, _index.scss */
        .index-coll-text-big span {
          font-size: 12px; } }
      /* line 163, _index.scss */
      .index-coll-text-big span:hover {
        color: #c98d00; }
  /* line 167, _index.scss */
  .index-coll-block {
    width: 100%;
    display: block;
    transition: .2s all;
    position: relative; }
    /* line 175, _index.scss */
    .index-coll-block:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      opacity: .5; }

/* line 186, _index.scss */
.index_banner {
  float: left;
  display: inline-block;
  margin-left: 1.3em;
  width: 32%;
  max-height: 405px;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 800px) {
    /* line 186, _index.scss */
    .index_banner {
      margin-left: 1.3em !important;
      width: 31.4% !important; } }
  @media (max-width: 450px) {
    /* line 186, _index.scss */
    .index_banner {
      width: 30.4% !important; } }
  @media (max-width: 414px) {
    /* line 186, _index.scss */
    .index_banner {
      display: none; } }

/* line 210, _index.scss */
.index_collection {
  margin-bottom: 2em; }
  /* line 213, _index.scss */
  .index_collection-title {
    display: block;
    padding: 6px 0;
    margin-bottom: 16px;
    background: url(title_block_bg.png) repeat-x left center;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
    /* line 225, _index.scss */
    .index_collection-title a {
      background: #ffffff;
      padding-right: 8px; }
      /* line 229, _index.scss */
      .index_collection-title a:hover {
        color: #c98d00; }

/* line 239, _index.scss */
.index .slider {
  margin-bottom: 70px; }
  @media (max-width: 640px) {
    /* line 239, _index.scss */
    .index .slider {
      margin-bottom: 0; } }

/* line 246, _index.scss */
.subs {
  display: inline-block;
  margin: 0 0 100px; }
  @media (max-width: 800px) {
    /* line 246, _index.scss */
    .subs {
      display: block;
      margin: 0 auto 50px !important;
      float: none !important; } }
  @media (max-width: 600px) {
    /* line 246, _index.scss */
    .subs {
      margin: 0 0 25px !important;
      float: none !important;
      width: 100% !important; } }

/* line 262, _index.scss */
.subscribe {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 415px) {
    /* line 262, _index.scss */
    .subscribe {
      margin-bottom: 30px; } }
  /* line 269, _index.scss */
  .subscribe-title {
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      /* line 269, _index.scss */
      .subscribe-title {
        font-size: 22px;
        line-height: 1.2; } }
    @media (max-width: 600px) {
      /* line 269, _index.scss */
      .subscribe-title {
        font-size: 20px; } }
    @media (max-width: 375px) {
      /* line 269, _index.scss */
      .subscribe-title {
        font-size: 18px; } }
    @media (max-width: 320px) {
      /* line 269, _index.scss */
      .subscribe-title {
        font-size: 16px; } }
  /* line 282, _index.scss */
  .subscribe p {
    margin: 0 0 25px;
    line-height: 1.3;
    font-size: 14px;
    opacity: .5; }
    @media (max-width: 768px) {
      /* line 282, _index.scss */
      .subscribe p {
        margin: 0 0 10px;
        font-size: 13px; } }
    @media (max-width: 375px) {
      /* line 282, _index.scss */
      .subscribe p {
        font-size: 12px; } }
  /* line 292, _index.scss */
  .subscribe-form-block {
    position: relative; }
  /* line 297, _index.scss */
  .subscribe-form-item__btn {
    position: absolute;
    right: 0;
    height: 47px;
    padding: 8px 10px;
    text-indent: -9999px;
    width: 25px;
    background: url(arrow.svg) center right no-repeat transparent;
    border: 0;
    opacity: .4;
    transition: .3s all; }
    /* line 309, _index.scss */
    .subscribe-form-item__btn:hover {
      opacity: 1; }
  /* line 312, _index.scss */
  .subscribe-form-item__control--input-email {
    padding: 13px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border-bottom: 2px solid #acacac;
    background: transparent;
    transition: .3s all;
    opacity: .6; }
    /* line 323, _index.scss */
    .subscribe-form-item__control--input-email:focus {
      opacity: 1;
      border-bottom: 2px solid #999; }

/* line 327, _index.scss */
.titler {
  font-size: 42px;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 70px;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 327, _index.scss */
    .titler {
      font-size: 35px;
      line-height: 1.3;
      margin-bottom: 40px; } }
  @media (max-width: 640px) {
    /* line 327, _index.scss */
    .titler {
      font-size: 30px;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    /* line 327, _index.scss */
    .titler {
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 20px; } }

/* line 346, _index.scss */
.parallax {
  position: relative; }
  /* line 349, _index.scss */
  .parallax-block {
    padding: 30px 0 0; }
    @media (max-width: 1200px) and (min-width: 640px) {
      /* line 349, _index.scss */
      .parallax-block {
        display: flex;
        align-items: center;
        flex-wrap: wrap; } }
    @media (max-width: 480px) {
      /* line 349, _index.scss */
      .parallax-block {
        margin: 0; } }
  /* line 360, _index.scss */
  .parallax-price {
    position: absolute;
    background: #000000;
    color: #ffffff;
    padding: 13px 20px;
    margin: -40px 0 0 400px;
    min-width: 170px; }
    @media (max-width: 1100px) {
      /* line 360, _index.scss */
      .parallax-price {
        margin: -70px 0 0 300px; } }
    @media (max-width: 900px) {
      /* line 360, _index.scss */
      .parallax-price {
        margin: -70px 0 0 200px; } }
    @media (max-width: 640px) {
      /* line 360, _index.scss */
      .parallax-price {
        top: -50px;
        right: 0;
        margin: 0; } }
    @media (max-width: 375px) {
      /* line 360, _index.scss */
      .parallax-price {
        top: -35px;
        font-size: 12px;
        min-width: inherit; } }
  /* line 378, _index.scss */
  .parallax-layer {
    position: absolute;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center; }
    /* line 385, _index.scss */
    .parallax-layer img {
      width: 100%; }
      @media (max-width: 375px) {
        /* line 385, _index.scss */
        .parallax-layer img {
          width: 80%; } }
    /* line 391, _index.scss */
    .parallax-layer-2 {
      background: #ecf4f6;
      height: 270px;
      top: 0;
      margin: -70px 0 0 100px; }
      @media (max-width: 1300px) {
        /* line 391, _index.scss */
        .parallax-layer-2 {
          margin: -70px 0 0 0px; } }
      @media (max-width: 900px) {
        /* line 391, _index.scss */
        .parallax-layer-2 {
          margin: -90px 0 0 0px;
          height: 220px; } }
      @media (max-width: 640px) {
        /* line 391, _index.scss */
        .parallax-layer-2 {
          margin: 0px 0 0 20%;
          height: 220px;
          width: 75%; } }
      @media (max-width: 375px) {
        /* line 391, _index.scss */
        .parallax-layer-2 {
          margin: 0;
          height: 100%;
          width: 100%;
          padding: 30px; } }
    /* line 406, _index.scss */
    .parallax-layer-1 {
      z-index: 2; }
      @media (max-width: 640px) {
        /* line 406, _index.scss */
        .parallax-layer-1 {
          position: relative; } }
      @media (max-width: 375px) {
        /* line 406, _index.scss */
        .parallax-layer-1 {
          text-align: center;
          padding: 15px; } }
  @media (max-width: 640px) {
    /* line 414, _index.scss */
    .parallax-text {
      margin-bottom: 50px; } }
  /* line 418, _index.scss */
  .parallax-text-1 {
    font-weight: 500;
    font-size: 14px; }
    @media (max-width: 768px) {
      /* line 418, _index.scss */
      .parallax-text-1 {
        font-size: 13px; } }
  /* line 424, _index.scss */
  .parallax-text-2 {
    font-size: 48px;
    line-height: 64px;
    margin: 10px 0 30px; }
    @media (max-width: 768px) {
      /* line 424, _index.scss */
      .parallax-text-2 {
        font-size: 35px;
        line-height: 1.3;
        margin: 10px 0 20px; } }
    @media (max-width: 375px) {
      /* line 424, _index.scss */
      .parallax-text-2 {
        font-size: 26px; } }
  /* line 436, _index.scss */
  .parallax-text-3 {
    color: #999;
    max-width: 80%;
    margin-bottom: 40px;
    font-size: 14px; }
    @media (max-width: 768px) {
      /* line 436, _index.scss */
      .parallax-text-3 {
        font-size: 13px; } }
    @media (max-width: 640px) {
      /* line 436, _index.scss */
      .parallax-text-3 {
        max-width: 100%; } }
    @media (max-width: 375px) {
      /* line 436, _index.scss */
      .parallax-text-3 {
        margin-bottom: 30px; } }

/* line 447, _index.scss */
.small_title {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    /* line 447, _index.scss */
    .small_title {
      margin-bottom: 10px; } }

/*instafeed*/
/* line 459, _index.scss */
.instafeed-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }
/* line 467, _index.scss */
.instafeed-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  /* line 473, _index.scss */
  .instafeed-text .titler {
    margin: 0;
    width: 100%; }
  @media (max-width: 768px) {
    /* line 467, _index.scss */
    .instafeed-text {
      order: 1; } }
@media (max-width: 768px) {
  /* line 477, _index.scss */
  .instafeed-photos {
    order: 2; } }
/* line 481, _index.scss */
.instafeed-hover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000004a;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  padding: 25px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: .3s all; }
  /* line 498, _index.scss */
  .instafeed-hover i {
    margin-right: 6px; }
/* line 507, _index.scss */
.instafeed-a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 516, _index.scss */
.instafeed-a:hover .instafeed-hover {
  opacity: 1;
  visibility: visible; }
/* line 520, _index.scss */
.instafeed-gallery a {
  display: block;
  position: relative;
  color: #fff !important;
  background: center no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 100%; }
  /* line 528, _index.scss */
  .instafeed-gallery a img {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  /* line 537, _index.scss */
  .instafeed-gallery a span {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 549, _index.scss */
    .instafeed-gallery a span svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  /* line 557, _index.scss */
  .instafeed-gallery a:hover span {
    opacity: 1;
    visibility: visible; }

/*---*/
/* line 567, _index.scss */
form .product-variants.row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
/* line 572, _index.scss */
form .product-variants.row {
  width: 100%; }
/* line 575, _index.scss */
form .option_selector-label,
form .option_selector-label.option_selector-label--men_s_models {
  width: 90%; }
/* line 579, _index.scss */
form .option_selector--select {
  width: 100%; }
/* line 582, _index.scss */
form .product-variants.row .option_selector-container {
  max-width: 50%; }
/* line 585, _index.scss */
form .product-variants.row .option_selector-container.option_selector-container--men_s_models .styled_select-wrapper,
form .product-variants.row .option_selector-container.option_selector-container--women_s_models .styled_select-wrapper {
  width: 100%; }
/* line 589, _index.scss */
form .styled_select-wrapper:after {
  right: 5px; }

/* line 593, _index.scss */
.section--content.section--collection {
  position: relative; }

/* collection */
/* line 6, _collection.scss */
.collection-description {
  margin: 1em 0; }
/* line 10, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }
/* line 20, _collection.scss */
.collection-panel {
  border-top: 1px solid #eeeeee; }

/* line 29, _collection.scss */
.col-img {
  width: initial;
  max-height: 450px; }

/* line 33, _collection.scss */
.collection-notice {
  display: inline-block;
  width: 100%; }

/* product */
/* line 3, _product.scss */
.product {
  padding-top: 7px; }
  /* line 6, _product.scss */
  .product-title {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 25px; }
  /* line 14, _product.scss */
  .mobile .product-gallery--no_touch, .tablet .product-gallery--no_touch {
    display: none; }
  /* line 21, _product.scss */
  .mobile .product-gallery--touch, .tablet .product-gallery--touch {
    display: block !important; }
  /* line 28, _product.scss */
  .product-sku {
    margin: 0 0 5px; }
    @media (max-width: 768px) {
      /* line 28, _product.scss */
      .product-sku {
        font-size: 13px; } }
    @media (max-width: 320px) {
      /* line 28, _product.scss */
      .product-sku {
        font-size: 12px; } }
  /* line 37, _product.scss */
  .product-presence {
    margin: 0 0 25px; }
    @media (max-width: 768px) {
      /* line 37, _product.scss */
      .product-presence {
        font-size: 13px; } }
    @media (max-width: 320px) {
      /* line 37, _product.scss */
      .product-presence {
        font-size: 12px; } }
  /* line 42, _product.scss */
  .product-presence_field {
    color: #3c763d; }
    /* line 45, _product.scss */
    .product-presence_field--sell_off {
      color: #a94442; }
  /* line 54, _product.scss */
  .product-properties {
    width: 100%; }
    /* line 58, _product.scss */
    .product-properties tr:last-child td {
      border-bottom: none; }
  /* line 66, _product.scss */
  .product-variants {
    margin-bottom: 10px; }
  /* line 68, _product.scss */
  .product-prices {
    margin-bottom: 25px;
    line-height: 1.2; }
  /* line 75, _product.scss */
  .product-quantity {
    height: 54px; }
    /* line 78, _product.scss */
    .product-quantity .quantity-button--minus, .product-quantity .quantity-button--plus {
      height: 27px; }
    /* line 79, _product.scss */
    .product-quantity .quantity-input {
      height: 54px; }
  /* line 82, _product.scss */
  .product-buy {
    margin: 0;
    text-transform: uppercase;
    background: #4a4a4a;
    color: #ffffff;
    height: 54px;
    padding: 10px 60px;
    width: calc(100% - 80px);
    float: left; }
    /* line 92, _product.scss */
    .product-buy:hover {
      background-color: #070707; }
    /* line 94, _product.scss */
    .product-buy.button--disabled {
      cursor: not-allowed;
      opacity: .5;
      background: #4a4a4a; }

/* line 105, _product.scss */
.quick_btn {
  margin-left: 0 !important;
  border: 1px solid;
  background-color: #4a4a4a;
  color: #fff;
  padding: 10px 10px; }
  @media (max-width: 1350px) {
    /* line 105, _product.scss */
    .quick_btn {
      order: 3; } }
  /* line 116, _product.scss */
  .quick_btn:hover {
    background-color: #fff !important;
    color: #4a4a4a !important;
    border: 1px solid #070707; }

/* line 124, _product.scss */
.property-title {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 500;
  width: 30%;
  /*border-bottom: 1px solid $border-color;*/ }
/* line 132, _product.scss */
.property-values {
  /*border-bottom: 1px solid $border-color;*/
  padding: 4px 0;
  text-align: left; }

/* line 140, _product.scss */
.gallery-large_image {
  margin-bottom: 1em; }

/* line 158, _product.scss */
#mod-recently-view {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 171, _product.scss */
.recent-view {
  margin-top: 90px;
  width: 100%;
  display: inline-block; }
  @media (max-width: 375px) {
    /* line 171, _product.scss */
    .recent-view {
      margin-top: 50px; } }
/* line 179, _product.scss */
.recent-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1em;
  border: 1px solid #eeeeee;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: .2s all;
  height: 100%;
  box-sizing: border-box; }
  /* line 197, _product.scss */
  .recent-a:hover {
    box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);
    border: 1px solid #fff; }
/* line 203, _product.scss */
.recent-img {
  width: 80px;
  margin-right: 15px;
  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; }
/* line 217, _product.scss */
.recent-info {
  width: calc(100% - 95px); }
/* line 221, _product.scss */
.recent-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 500; }
/* line 229, _product.scss */
.recent-old_price {
  text-decoration: line-through;
  margin-right: 5px;
  opacity: .4; }

/* line 235, _product.scss */
.sliders-block {
  margin-top: 60px; }
  @media (max-width: 375px) {
    /* line 235, _product.scss */
    .sliders-block {
      margin-top: 30px; } }

/* line 240, _product.scss */
.accordion-count {
  background: #f5f5f5;
  color: #000000;
  min-width: 17px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  padding: 2px;
  margin-left: 5px; }

/* line 255, _product.scss */
.accordion-header {
  padding: 17px 0;
  cursor: pointer;
  transition: all .3s;
  border-bottom: 1px solid #eeeeee; }

/* line 262, _product.scss */
.accordion-header:hover {
  color: #c98d00;
  position: relative;
  z-index: 5; }

/* line 268, _product.scss */
.accordion-body {
  display: none; }

/* line 272, _product.scss */
.accordion-body__contents {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.4;
  width: 100%;
  display: inline-block; }
  /* line 279, _product.scss */
  .accordion-body__contents p {
    margin-bottom: 20px; }

/* line 282, _product.scss */
.accordion__item.active:last-child .accordion-header {
  border-radius: none; }

/* line 286, _product.scss */
.accordion__item > .accordion-header:after {
  content: "\f106";
  font: normal normal normal 15px/1 FontAwesome;
  float: right;
  position: relative;
  top: 4px;
  transition: .3s all;
  transform: rotate(0deg); }

/* line 296, _product.scss */
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg); }

/* line 300, _product.scss */
.accordion__item.active .accordion-header {
  color: #c98d00; }

/* line 304, _product.scss */
.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black; }

@media screen and (max-width: 1000px) {
  /* line 311, _product.scss */
  .accordion {
    width: 100%; } }
/* line 320, _product.scss */
.product-control {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

/* line 326, _product.scss */
.product-buy {
  width: 49%;
  border: 1px solid #fff; }

/* line 332, _product.scss */
.product-buy:hover {
  background-color: #FFF !important;
  color: #4a4a4a;
  border: 1px solid #070707; }

/* line 338, _product.scss */
.product-buy-predzakaz {
  padding: 12px;
  display: flex;
  justify-content: center;
  flex-flow: column-reverse;
  color: #fff;
  background: #4a4a4a;
  margin-right: 2%;
  margin-top: 1em;
  text-align: center; }

/* line 351, _product.scss */
.product-buy-predzakaz:hover {
  color: #fff; }

/* line 355, _product.scss */
.product-buy-predzakaz-en:hover {
  color: #fff; }

/* line 359, _product.scss */
.product-buy-predzakaz-en {
  padding: 0px 30px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  flex-flow: column-reverse;
  color: #fff;
  background: #4a4a4a;
  margin-right: 2%;
  margin-top: 1em;
  text-align: center; }

/* line 373, _product.scss */
.block_wirl_fav {
  border: none;
  background: none;
  position: relative;
  width: 40px;
  height: 54px;
  padding: 0; }

/* line 382, _product.scss */
.wirl_fav_hover {
  position: absolute;
  height: 26px;
  top: 13px;
  left: 7px;
  opacity: 0;
  transition: .3s; }

/* line 391, _product.scss */
.wirl_fav {
  height: 26px;
  transition: .3s;
  opacity: .3; }

/* line 397, _product.scss */
.block_wirl_fav:hover .wirl_fav_hover, .block_wirl_fav:hover .wirl_fav {
  transform: scale(1.2); }

/* line 401, _product.scss */
.block_wirl_fav.is-added .wirl_fav_hover {
  opacity: 1; }

/* line 404, _product.scss */
.product_preview .block_wirl_fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transition: .3s;
  height: 40px;
  background: #fff; }

/* line 414, _product.scss */
.product_preview .block_wirl_fav img {
  height: 20px;
  position: absolute;
  top: 11px;
  left: 11px; }

/* line 420, _product.scss */
.slider-container .product_preview .block_wirl_fav img {
  left: 1px; }

/* line 423, _product.scss */
.product_preview:hover .block_wirl_fav {
  opacity: 1; }

/* line 427, _product.scss */
.touch .product_preview .block_wirl_fav {
  opacity: 1;
  height: 36px;
  width: 36px; }

/* line 432, _product.scss */
.touch .product_preview .block_wirl_fav img {
  height: 15px; }

/* line 435, _product.scss */
.product-geo {
  border: 1px solid #eeeeee; }
  /* line 438, _product.scss */
  .product-geo-title {
    font-size: 18px;
    font-weight: 500;
    padding: 20px; }
  /* line 444, _product.scss */
  .product-geo-city {
    border-bottom: 1px dashed #c98d00;
    font-weight: 600;
    transition: .3s all;
    margin-left: 3px; }
    /* line 450, _product.scss */
    .product-geo-city:hover {
      color: #c98d00; }
  /* line 453, _product.scss */
  .product-geo-price {
    float: right;
    display: inline-block;
    font-weight: 600; }

/* line 459, _product.scss */
.js-geo-item {
  border-top: 1px solid #eeeeee;
  padding: 20px; }

/* line 464, _product.scss */
.hidden {
  display: none; }

/* line 467, _product.scss */
.js-messages {
  cursor: pointer; }

/* line 470, _product.scss */
.geo-search {
  position: relative;
  margin-bottom: 20px; }

/* line 474, _product.scss */
.title_modal_window {
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px; }

/* line 479, _product.scss */
.message.message--text.fancybox-content {
  max-width: 500px;
  width: 100%; }

/* line 483, _product.scss */
.js-geo-search-input {
  border: 1px solid #eeeeee;
  width: 100%;
  padding: 15px;
  transition: .3s all; }
  /* line 489, _product.scss */
  .js-geo-search-input:focus {
    border-color: #c98d00; }

/* line 491, _product.scss */
.geo-cities .row {
  display: flex;
  flex-wrap: wrap; }

/* line 495, _product.scss */
.title_pop_cit {
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px; }

/* line 500, _product.scss */
.item_city_del {
  width: 50%; }

/* line 503, _product.scss */
.js-geo-city {
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer; }
  /* line 508, _product.scss */
  .js-geo-city.is-primary {
    font-weight: bold; }
  /* line 510, _product.scss */
  .js-geo-city:hover {
    color: #c98d00; }

/* line 514, _product.scss */
.autocomplete-suggestions {
  background: #fff; }

/* line 517, _product.scss */
.autocomplete-suggestion a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block; }
  /* line 522, _product.scss */
  .autocomplete-suggestion a:hover {
    background: #4a4a4a;
    color: #ffffff; }

/* line 527, _product.scss */
.autocomplete-suggestions {
  background: #ffffff;
  width: 100%;
  border: 1px solid #eeeeee;
  top: 85%; }

@media screen and (max-width: 992px) {
  /* line 535, _product.scss */
  .slider-container .product_preview .block_wirl_fav img {
    left: 0px; }

  /* line 538, _product.scss */
  .product_preview .block_wirl_fav:hover img {
    transform: scale(1);
    height: 15px; }

  /* line 542, _product.scss */
  .product-control .block_wirl_fav {
    position: absolute;
    right: 0;
    top: calc(100% + 8px); }

  /* line 548, _product.scss */
  .product-control {
    position: relative; }

  /* line 552, _product.scss */
  .product-buy {
    padding: 10px 30px;
    margin: 0 auto;
    margin-right: 0px; } }
@media screen and (max-width: 550px) {
  /* line 560, _product.scss */
  .product_preview .wirl_fav, .product_preview .wirl_fav_hover {
    height: 30px; }

  /* line 563, _product.scss */
  .product_preview .block_wirl_fav {
    top: 5px;
    right: 5px; } }
/* line 569, _product.scss */
#learn-about-it {
  margin-top: 20px; }

/* line 573, _product.scss */
.added-price.prices-current {
  font-size: 1.7em; }

/* line 578, _product.scss */
.product-char-wrapper {
  margin: 15px 0; }

/* line 583, _product.scss */
.row-grid.product_characteristics__wrapper {
  padding-top: 2em; }
  /* line 586, _product.scss */
  .row-grid.product_characteristics__wrapper h3 {
    width: 100%;
    font-weight: 400; }
  /* line 590, _product.scss */
  .row-grid.product_characteristics__wrapper .svg-characteristics {
    padding: 5px;
    max-height: 75px; }
  /* line 595, _product.scss */
  .row-grid.product_characteristics__wrapper .col-svg-column-text {
    padding-left: 1.5em;
    width: calc(100% - 80px); }
  /* line 599, _product.scss */
  .row-grid.product_characteristics__wrapper .col-svg-column {
    width: 80px; }

/* cart */
/* line 6, _cart.scss */
.cart-items_list {
  margin-bottom: 2em; }
/* line 20, _cart.scss */
.cart-button.js-cart-go_back {
  padding: 0.6em 2em !important;
  font-size: 20px;
  letter-spacing: .0em;
  padding: 0.5em 3em;
  font-size: 20px; }
  @media (max-width: 700px) {
    /* line 20, _cart.scss */
    .cart-button.js-cart-go_back {
      width: 305px; } }
  @media (max-width: 600px) {
    /* line 20, _cart.scss */
    .cart-button.js-cart-go_back {
      float: none;
      width: 100%;
      font-size: 18px; } }

/* line 42, _cart.scss */
.cart_item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1em; }
  @media (max-width: 480px) {
    /* line 49, _cart.scss */
    .cart_item-image .image-square {
      padding-bottom: 240px; } }
  @media (max-width: 375px) {
    /* line 55, _cart.scss */
    .cart_item-link {
      font-size: 13px; } }
  /* line 65, _cart.scss */
  .cart_item-sku {
    margin-top: 7px;
    color: #999; }
  @media (max-width: 800px) {
    /* line 70, _cart.scss */
    .cart_item-prices {
      line-height: 40px; } }
  /* line 74, _cart.scss */
  .cart_item-prices--stock {
    position: relative; }
  /* line 82, _cart.scss */
  .cart_item-delete {
    font-size: 20px; }
    @media (max-width: 800px) {
      /* line 82, _cart.scss */
      .cart_item-delete {
        line-height: 40px; } }
  /* line 92, _cart.scss */
  .cart_item-time {
    position: absolute;
    left: 12px;
    font-weight: normal;
    font-size: 14px;
    top: 0; }
  /* line 100, _cart.scss */
  .cart_item-eql {
    position: absolute;
    right: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }

/* line 109, _cart.scss */
.discounts {
  margin-bottom: 20px;
  border-bottom: 1px solid #00000014;
  padding-bottom: 15px; }
  /* line 114, _cart.scss */
  .discounts .input-label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px; }
  /* line 120, _cart.scss */
  .discounts-kupon {
    margin-bottom: 15px; }
  /* line 124, _cart.scss */
  .discounts-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  /* line 134, _cart.scss */
  .discounts-field {
    width: calc(100% - 160px);
    margin-bottom: 0;
    padding: 10px 15px !important;
    margin-right: 7px;
    line-height: 30px; }
    @media (max-width: 1060px) and (min-width: 768px) {
      /* line 134, _cart.scss */
      .discounts-field {
        width: 100%;
        margin: 0 0 10px !important; } }
    @media (max-width: 375px) {
      /* line 134, _cart.scss */
      .discounts-field {
        width: 100%;
        margin: 0 0 10px !important; } }
  /* line 145, _cart.scss */
  .discounts-submit {
    width: 150px;
    padding: 8px 10px; }
    @media (max-width: 1060px) and (min-width: 768px) {
      /* line 145, _cart.scss */
      .discounts-submit {
        width: 100%; } }
    @media (max-width: 375px) {
      /* line 145, _cart.scss */
      .discounts-submit {
        width: 100%; } }

/* line 154, _cart.scss */
.discount {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  /* line 164, _cart.scss */
  .discount-title {
    width: 65%; }

/* line 169, _cart.scss */
.cart_total {
  margin-bottom: 25px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  /* line 178, _cart.scss */
  .cart_total-title {
    width: 30%; }
  /* line 181, _cart.scss */
  .cart_total-price {
    font-weight: bold !important;
    font-size: 20px;
    width: 70%;
    text-align: right; }

/* line 188, _cart.scss */
.bottom_cart {
  margin-bottom: 2em; }

/* line 192, _cart.scss */
.js-cart_item-delete {
  opacity: .3;
  transition: .2s all; }
  /* line 196, _cart.scss */
  .js-cart_item-delete:hover {
    opacity: 1; }
  /* line 198, _cart.scss */
  .js-cart_item-delete img {
    width: 15px; }

/* line 200, _cart.scss */
.cart-items_sum {
  background: #f5f5f5;
  color: #000000;
  padding: 25px;
  position: sticky;
  top: 25px; }

/* comapre */
/* line 5, _compare.scss */
.compare-wrapper {
  margin-top: 1em; }
/* line 11, _compare.scss */
.compare-remove {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 12px;
  right: 0; }
  /* line 17, _compare.scss */
  .compare-remove img {
    width: 10px; }
  /* line 21, _compare.scss */
  .compare-remove:hover {
    opacity: .4; }
/* line 26, _compare.scss */
.compare-trigger {
  display: inline-block;
  margin-top: 25px;
  cursor: pointer; }
  /* line 31, _compare.scss */
  .compare-trigger:hover {
    color: #c98d00; }
  /* line 36, _compare.scss */
  .compare-trigger .compare-added {
    display: none;
    line-height: inherit; }
  /* line 42, _compare.scss */
  .compare-trigger--added .compare-add {
    display: none; }
  /* line 46, _compare.scss */
  .compare-trigger--added .compare-added {
    display: block; }
/* line 56, _compare.scss */
.no-touch .compare-trigger_text {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: "width";
  -o-transition-property: "width";
  -webkit-transition-property: "width";
  transition-property: "width";
  display: inline-block;
  /* width: 0; */
  overflow: hidden;
  vertical-align: top;
  padding-left: 15px; }

/* line 68, _compare.scss */
.compare_row {
  font-size: 14px; }
  /* line 72, _compare.scss */
  .compare_row-title {
    max-width: 200px;
    min-width: 200px;
    padding: 10px 15px; }
  /* line 78, _compare.scss */
  .compare_row-item {
    min-width: 240px;
    max-width: 240px;
    padding: 10px 15px; }
    /* line 83, _compare.scss */
    .compare_row-item--title {
      position: relative; }
      /* line 86, _compare.scss */
      .compare_row-item--title .image-wrapper {
        margin-bottom: 1em;
        overflow: hidden; }
    /* line 92, _compare.scss */
    .compare_row-item--footer {
      position: relative; }
  /* line 97, _compare.scss */
  .compare_row-item_title {
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 13px; }
  /* line 103, _compare.scss */
  .compare_row-form {
    margin: 1em 0; }
  /* line 109, _compare.scss */
  .compare_row--header .compare_row-item,
  .compare_row--header .compare_row-title {
    border-bottom: 2px solid #eeeeee; }
  /* line 114, _compare.scss */
  .compare_row--header .compare_row-item {
    text-align: center; }
  /* line 118, _compare.scss */
  .compare_row--header .compare_row-title {
    vertical-align: bottom;
    color: #afafaf; }
  /* line 126, _compare.scss */
  .compare_row--body:nth-child(even) {
    background-color: #eeeeee; }
  /* line 130, _compare.scss */
  .compare_row--body .compare_row-item,
  .compare_row--body .compare_row-title {
    border-bottom: 1px solid #eeeeee; }
  /* line 135, _compare.scss */
  .compare_row--body .compare_row-item {
    border-left: 1px solid #eeeeee; }
  /* line 140, _compare.scss */
  .compare_row--footer {
    border-width: 0; }
    /* line 143, _compare.scss */
    .compare_row--footer .compare_row-item {
      text-align: center;
      padding: 1em; }
    /* line 148, _compare.scss */
    .compare_row--footer .js-compare-toggle_same {
      margin-top: 40px; }

/* line 153, _compare.scss */
.js-comapre-list {
  margin-bottom: 25px; }

/* избранное */
/* line 6, _favorite.scss */
.favorite-trigger .favorite-add {
  display: block; }
/* line 10, _favorite.scss */
.favorite-trigger .favorite-remove {
  display: none; }
/* line 15, _favorite.scss */
.favorite-trigger--added .favorite-add {
  display: none; }
/* line 19, _favorite.scss */
.favorite-trigger--added .favorite-remove {
  display: block; }

/* search */
/* line 5, _search.scss */
.search-block {
  display: inline-block;
  width: 100%;
  margin: 5em 0 0; }
/* line 11, _search.scss */
.search-help {
  line-height: 1.2;
  margin-right: 1em;
  margin-top: 12px;
  display: inline-block;
  float: left; }
/* line 19, _search.scss */
.search-notice {
  margin-top: 1em; }

/* blog */
/* line 4, _blog.scss */
.blog-article_list {
  display: flex;
  flex-wrap: wrap; }

/* article */
/* line 4, _article.scss */
.article-image {
  margin: 0 1em 1em 0; }
/* line 10, _article.scss */
.article-note {
  opacity: 0.7; }
/* line 14, _article.scss */
.article-content {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 460px) {
    /* line 14, _article.scss */
    .article-content {
      margin-bottom: 0; } }
  /* line 21, _article.scss */
  .article-content p {
    margin: 0 0 1em; }
/* line 28, _article.scss */
.article-lookbooks a {
  width: 33.33333333%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5rem 1rem; }
/* line 40, _article.scss */
.article-sidebar--title {
  font-size: 22px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    /* line 40, _article.scss */
    .article-sidebar--title {
      font-size: 18px;
      margin-top: 30px; } }
  @media (max-width: 460px) {
    /* line 40, _article.scss */
    .article-sidebar--title {
      font-size: 16px; } }
/* line 48, _article.scss */
.article-products {
  margin-top: 100px; }
  @media (max-width: 460px) {
    /* line 48, _article.scss */
    .article-products {
      margin-top: 20px;
      margin-bottom: 20px; } }

/* page */
/* line 3, _page.scss */
.page {
  margin-top: 30px; }
  /* line 7, _page.scss */
  .page-content {
    font-size: 16px; }
    @media (max-width: 415px) {
      /* line 7, _page.scss */
      .page-content {
        font-size: 14px; } }
    @media (max-width: 375px) {
      /* line 7, _page.scss */
      .page-content {
        font-size: 13px; } }
  /* line 14, _page.scss */
  .page-faq {
    padding: 30px 0; }

/* line 20, _page.scss */
.faq-accordion .accordion-header {
  font-size: 24px;
  padding: 20px 20px 20px 0;
  font-weight: 400;
  position: relative; }
/* line 26, _page.scss */
.faq-accordion .accordion-header:after {
  top: 35%;
  font-size: 20px;
  right: 3px;
  position: absolute; }
/* line 32, _page.scss */
.faq-accordion .accordion-body__contents {
  padding: 25px 0;
  font-size: 16px;
  color: #999; }

/* 404 */
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 14px; }
  @media (max-width: 1060px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 13px; } }
  @media (max-width: 768px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 12px; } }
  @media (max-width: 375px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 11px;
      margin-bottom: 15px; } }
  /* line 12, _breadcrumbs.scss */
  .breadcrumbs-pipe {
    padding: 0 5px; }
  /* line 16, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: #000;
    padding: 0 3px; }
    /* line 20, _breadcrumbs.scss */
    .breadcrumbs-page--home {
      color: #000;
      padding: 0 2px 0 0; }

/* line 24, _breadcrumbs.scss */
span.breadcrumbs-page {
  color: #999; }

@media (max-width: 800px) {
  /* line 26, _breadcrumbs.scss */
  .section--collection .breadcrumbs {
    margin-bottom: 10px;
    margin-top: 0; } }
@media (max-width: 375px) {
  /* line 26, _breadcrumbs.scss */
  .section--collection .breadcrumbs {
    margin-top: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    width: 100%; } }

/* basket */
/* line 4, _basket.scss */
.basket {
  font-size: 20px; }
  /* line 7, _basket.scss */
  .basket-icon {
    line-height: 44px;
    display: block;
    float: left;
    padding-left: 1em;
    font-size: 19px;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 600px) {
      /* line 7, _basket.scss */
      .basket-icon {
        padding: 0 0 0 .8em; } }
  /* line 19, _basket.scss */
  .basket-link {
    position: relative;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    *zoom: 1;
    display: block; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
    /* line 27, _basket.scss */
    .basket:hover .basket-link {
      color: #4a4a4a; }
  /* line 32, _basket.scss */
  .basket-title {
    line-height: 40px; }
  /* line 36, _basket.scss */
  .basket-total {
    position: absolute;
    top: -6px;
    right: -12px; }
  /* line 43, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -11px;
    right: 0;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 16px;
    text-align: center; }
  /* line 52, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 2px 4px;
    color: #ffffff;
    background: #4a4a4a;
    min-width: 19px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    border-radius: 12px; }
    @media (max-width: 375px) {
      /* line 52, _basket.scss */
      .basket-items_count {
        padding: 4px;
        font-size: 11px; } }
  /* line 66, _basket.scss */
  .basket-items_price {
    line-height: 40px;
    vertical-align: middle; }
  /* line 71, _basket.scss */
  .basket-dropdown {
    display: block;
    position: absolute;
    right: -1px;
    background-color: #fff;
    width: 350px;
    box-shadow: 0px 2px 10px #0000001f;
    z-index: 1000;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    top: 90%; }
    /* line 86, _basket.scss */
    .basket-dropdown .notice {
      padding: 1em 0; }
    /* line 88, _basket.scss */
    .basket:hover .basket-dropdown {
      opacity: 1 !important;
      visibility: visible !important;
      top: 100%; }

/* line 97, _basket.scss */
.basket_list-header {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee; }
  /* line 102, _basket.scss */
  .basket_list-header:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
/* line 109, _basket.scss */
.basket_list-title {
  display: block; }
/* line 115, _basket.scss */
.basket_list-footer {
  padding-top: 1em; }
/* line 119, _basket.scss */
.basket_list-total {
  margin: 0em 0 1.3em; }
/* line 123, _basket.scss */
.basket_list-count {
  float: right; }
/* line 127, _basket.scss */
.basket_list-price {
  margin-top: 7px;
  font-size: 16px; }
/* line 132, _basket.scss */
.basket_list-submit {
  display: block;
  margin-bottom: 10px; }
  /* line 136, _basket.scss */
  .basket_list-submit:last-child {
    margin-bottom: 0; }

/* line 143, _basket.scss */
.basket_item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }
  /* line 155, _basket.scss */
  .basket_item-details {
    margin-top: 8px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%; }
  /* line 166, _basket.scss */
  .basket_item-delete {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: right;
    opacity: .3; }
    /* line 171, _basket.scss */
    .basket_item-delete img {
      width: 10px; }
    /* line 172, _basket.scss */
    .basket_item-delete:hover {
      opacity: 1; }
  /* line 175, _basket.scss */
  .basket_item-count {
    padding-right: 5px; }
  /* line 176, _basket.scss */
  .basket_item-price {
    padding-left: 7px; }

/*.block_favorite_header span.basket-items_count.is-full {
	@media screen and (max-width: 768px) {
    margin-left: -7px;
    margin-top: 4px;
    float: left;
    padding: 1px 6px 2px;
	  color: $main-bg-color;
    background: $main_color_all;
	}
	@media screen and (max-width: 375px) {
    margin-right: -5px;
    margin-top: 9px;
    float: left;
	}
}*/
/* filter */
/* line 6, _collection_filter.scss */
.filter-section {
  padding: 5px 0;
  margin: 3px 0; }
/* line 11, _collection_filter.scss */
.filter-clear_all {
  margin-top: 1em; }
/* line 17, _collection_filter.scss */
.filter-submit {
  margin-top: 1em;
  display: block;
  width: 100%; }

/* line 24, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 26, _collection_filter.scss */
  .filter_section-title {
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 34, _collection_filter.scss */
    .filter_section-title .fa.fa-thumb-tack {
      background: #eee;
      padding: 5px 10px;
      border-radius: 50%;
      width: 30px;
      text-align: center;
      height: 30px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      transform: rotate(30deg);
      font-size: 13px;
      margin-right: -30px; }
    /* line 49, _collection_filter.scss */
    .mobile .filter_section-title, .tablet .filter_section-title {
      line-height: 35px;
      height: 35px;
      margin-bottom: 0; }
  /* line 57, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 0;
    float: right; }
  /* line 69, _collection_filter.scss */
  .filter_section-values {
    margin-bottom: 1px;
    margin-top: 20px; }
    /* line 73, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 78, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0 0 10px;
    line-height: 1.2; }
    /* line 83, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 87, _collection_filter.scss */
    .filter_section-value--range {
      margin: 30px 15px; }
    /* line 93, _collection_filter.scss */
    .filter_section-value--selected {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 5px;
      margin: 0.5em;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        /* line 93, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 106, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 113, _collection_filter.scss */
  .filter_section-value_link {
    display: block;
    font-size: 14px; }
  /* line 125, _collection_filter.scss */
  .filter_section-range_input {
    padding: 8px;
    width: 70px;
    border: 1px solid #eeeeee;
    line-height: 1.2;
    font-size: 14px; }
  /* line 133, _collection_filter.scss */
  .filter_section-span {
    margin-right: 7px; }

/* line 141, _collection_filter.scss */
.js-filter_section-toggler {
  cursor: pointer; }

/* line 146, _collection_filter.scss */
.filter_section-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
  font-size: 14px; }

/* Hide the browser's default checkbox */
/* line 161, _collection_filter.scss */
.filter_section-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
/* line 170, _collection_filter.scss */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  transition: .2s all;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
/* line 181, _collection_filter.scss */
.filter_section-label:hover input ~ .checkmark {
  background-color: #dedede; }

/* line 185, _collection_filter.scss */
.filter_section-label:hover {
  color: #c98d00; }

/* When the checkbox is checked, add a blue background */
/* line 190, _collection_filter.scss */
.filter_section-label input:checked ~ .checkmark {
  background-color: #4a4a4a; }

/* Create the checkmark/indicator (hidden when not checked) */
/* line 195, _collection_filter.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
/* line 202, _collection_filter.scss */
.filter_section-label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
/* line 207, _collection_filter.scss */
.filter_section-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* collection_sort */
/* line 3, _collection_sort.scss */
.sort_by {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  @media (max-width: 800px) {
    /* line 3, _collection_sort.scss */
    .sort_by {
      margin-bottom: 15px;
      font-size: 13px; } }
  @media (max-width: 375px) {
    /* line 3, _collection_sort.scss */
    .sort_by {
      margin-bottom: 10px;
      font-size: 12px; } }
  /* line 13, _collection_sort.scss */
  .sort_by-label {
    border: 1px solid transparent;
    vertical-align: middle;
    margin-right: 10px; }
  /* line 19, _collection_sort.scss */
  .sort_by-select {
    height: 28px;
    background-color: #fff;
    border-color: #eeeeee; }
  /* line 27, _collection_sort.scss */
  .sort_by-option {
    display: inline-block;
    line-height: 28px; }
    /* line 31, _collection_sort.scss */
    .sort_by-option .styled_select-wrapper {
      border: 0;
      padding: 0 25px 0 0; }

/* modification selector */
/* line 3, _option_selectors.scss */
#variant-select {
  display: inline-block;
  margin: 0.5rem; }
  /* line 7, _option_selectors.scss */
  .js #variant-select {
    display: none; }

/* line 15, _option_selectors.scss */
.option_selector {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  /* line 22, _option_selectors.scss */
  .option_selector-container {
    max-width: auto; }
  /* line 27, _option_selectors.scss */
  .option_selector--select {
    width: 50%;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (max-width: 800px) {
      /* line 27, _option_selectors.scss */
      .option_selector--select {
        width: 100%; } }

/* line 39, _option_selectors.scss */
.variant-span {
  display: inline-block;
  padding: 9px 15px;
  cursor: pointer;
  background: #eeeeee;
  float: left;
  margin-right: 10px;
  min-width: 40px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px; }
  /* line 51, _option_selectors.scss */
  .variant-span--unavailable {
    opacity: .4;
    cursor: default; }
  /* line 56, _option_selectors.scss */
  .variant-span--active {
    background: #4a4a4a;
    color: #ffffff; }
/* line 74, _option_selectors.scss */
.variant-select {
  width: 200px; }

/* line 99, _option_selectors.scss */
.variant-select--men_s_models {
  width: 200px; }

/* line 1, _article_preview.scss */
.article_preview {
  background: #f5f5f5;
  color: #000000;
  padding: 20px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s all;
  position: relative;
  height: 100%; }
  /* line 13, _article_preview.scss */
  .article_preview-img {
    overflow: hidden; }
  /* line 17, _article_preview.scss */
  .article_preview img {
    width: 100%;
    transition: .4s all; }
  /* line 22, _article_preview.scss */
  .article_preview:hover {
    background: #4a4a4a;
    color: #ffffff; }
    /* line 26, _article_preview.scss */
    .article_preview:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05); }
  /* line 32, _article_preview.scss */
  .article_preview-title {
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    padding: 20px 0 0;
    line-height: 1.3; }
    @media (max-width: 768px) {
      /* line 32, _article_preview.scss */
      .article_preview-title {
        font-size: 15px; } }
    @media (max-width: 451px) {
      /* line 32, _article_preview.scss */
      .article_preview-title {
        font-size: 14px; } }
  /* line 42, _article_preview.scss */
  .article_preview-preview {
    padding: 10px 0 0; }
  /* line 46, _article_preview.scss */
  .article_preview:hover .article_preview-title {
    color: #fff; }

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0; }
  /* line 12, _pagination.scss */
  .pagination-node {
    padding: 5px 7px;
    margin: 0 10px; }
    /* line 16, _pagination.scss */
    .pagination-node--link {
      color: #333333; }
      /* line 18, _pagination.scss */
      .pagination-node--link:hover {
        color: #c98d00; }
    /* line 21, _pagination.scss */
    .pagination-node--block {
      cursor: default; }
    /* line 25, _pagination.scss */
    .pagination-node--current {
      opacity: .3; }

/* payments */
/* product_preview */
/* line 3, _product_preview.scss */
.product_preview:hover .product_preview-sizes {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 5, _product_preview.scss */
.product_preview {
  text-align: center; }
  /* line 8, _product_preview.scss */
  .product_preview-sizes {
    display: block;
    background: rgba(0, 0, 0, 0.61);
    padding: 0.7em 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    /* line 24, _product_preview.scss */
    .product_preview-sizes span {
      padding: 0 5px 5px 5px; }
  /* line 27, _product_preview.scss */
  .product_preview-preview {
    overflow: hidden;
    border-radius: 0px; }
  /* line 32, _product_preview.scss */
  .product_preview-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    /* line 39, _product_preview.scss */
    .product_preview-image.square_img {
      padding-top: 100%; }
      /* line 42, _product_preview.scss */
      .product_preview-image.square_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 52, _product_preview.scss */
    .product_preview-image .col-cover2 {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: .2s all;
      width: 100%;
      height: 100%;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
    /* line 67, _product_preview.scss */
    .product_preview-image:hover .col-cover2 {
      visibility: visible;
      opacity: 1; }
  /* line 74, _product_preview.scss */
  .desktop .product_preview-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform-style: preserve-3d;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  /* line 86, _product_preview.scss */
  .desktop .product_preview:hover .product_preview-mask {
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 91, _product_preview.scss */
  .product_preview-tips {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 50%; }
    @media (max-width: 1100px) {
      /* line 91, _product_preview.scss */
      .product_preview-tips {
        width: 70%; } }
  /* line 101, _product_preview.scss */
  .product_preview-tip {
    background: #000000;
    color: #ffffff;
    position: relative;
    float: left;
    display: inline-block;
    padding: 7px 10px;
    font-weight: 500;
    z-index: 3;
    text-align: center;
    font-size: 12px;
    margin: 0 8px 8px 0; }
    @media (max-width: 1100px) {
      /* line 101, _product_preview.scss */
      .product_preview-tip {
        font-size: 12px;
        padding: 6px 10px 6px; } }
    @media (max-width: 480px) {
      /* line 101, _product_preview.scss */
      .product_preview-tip {
        font-size: 12px;
        padding: 5px 6px 4px;
        margin: 0 3px 3px 0; } }
    /* line 120, _product_preview.scss */
    .product_preview-tip--disc {
      background: #960019;
      color: #fff; }
  @media (max-width: 768px) {
    /* line 127, _product_preview.scss */
    .product_preview-link {
      line-height: 1.2;
      display: inline-block; } }
  @media (max-width: 460px) {
    /* line 127, _product_preview.scss */
    .product_preview-link {
      font-size: 13px; } }
  /* line 134, _product_preview.scss */
  .product_preview-title {
    margin: 20px 0 10px; }
    @media (max-width: 768px) {
      /* line 134, _product_preview.scss */
      .product_preview-title {
        margin: 10px 0; } }
    @media (max-width: 768px) {
      /* line 134, _product_preview.scss */
      .product_preview-title {
        margin: 10px 0 5px; } }
  /* line 145, _product_preview.scss */
  .desktop .product_preview-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  /* line 159, _product_preview.scss */
  .product_preview-button {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    display: block;
    left: 50%;
    min-width: 130px;
    line-height: 36px;
    vertical-align: middle;
    opacity: 0; }
    /* line 172, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      opacity: 1; }
    /* line 176, _product_preview.scss */
    .desktop .product_preview-button {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 1; }
    /* line 182, _product_preview.scss */
    .mobile .product_preview-button, .tablet .product_preview-button {
      bottom: 0;
      position: relative;
      left: 0;
      width: 100%;
      opacity: 1; }
  /* line 193, _product_preview.scss */
  .product_preview--compare {
    text-align: left;
    padding: 10px 0;
    padding-right: 40px;
    border-bottom: 1px solid #eeeeee; }
    /* line 200, _product_preview.scss */
    .product_preview--compare .product_preview-link {
      padding: 5px 0; }
    /* line 204, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 1.2;
      margin: 0; }
  /* line 211, _product_preview.scss */
  .product_preview--product_list {
    padding-bottom: 30px; }
    @media (max-width: 415px) {
      /* line 211, _product_preview.scss */
      .product_preview--product_list {
        padding-bottom: 20px; } }

/* sidebar */
/* line 7, _sidebar.scss */
.sidebar_block {
  margin-bottom: 3rem; }
  /* line 11, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 15, _sidebar.scss */
  .sidebar_block-title {
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    display: inline-block; }
    /* line 26, _sidebar.scss */
    .sidebar_block-title:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #ccc;
      position: absolute;
      bottom: 0;
      left: 0; }

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  color: #000000;
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0.25em; }

/* line 1, custom.scss */
.product-form__area-accessories .accessory-values {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  margin: 10px; }

/* line 10, custom.scss */
.product-form_wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0; }
  /* line 14, custom.scss */
  .product-form_wrapper.active {
    opacity: 1;
    visibility: visible;
    height: auto; }
    /* line 19, custom.scss */
    .product-form_wrapper.active .option-selector .option {
      display: flex;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap; }
      /* line 24, custom.scss */
      .product-form_wrapper.active .option-selector .option .option-label {
        font-weight: 700; }
      /* line 27, custom.scss */
      .product-form_wrapper.active .option-selector .option .accessory-select {
        margin-left: auto; }
    /* line 31, custom.scss */
    .product-form_wrapper.active .option-selector + .product-form__area-accessories {
      margin-top: 10px; }
    /* line 35, custom.scss */
    .product-form_wrapper.active .accessory-item {
      display: flex;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap; }
      /* line 40, custom.scss */
      .product-form_wrapper.active .accessory-item + .accessory-item {
        margin-top: 15px; }
      @media (max-width: 575px) {
        /* line 35, custom.scss */
        .product-form_wrapper.active .accessory-item {
          flex-direction: column;
          align-items: flex-start; } }
    /* line 48, custom.scss */
    .product-form_wrapper.active .accessory-values {
      margin: 0;
      margin-left: auto; }
    /* line 52, custom.scss */
    .product-form_wrapper.active .accessory-error {
      width: 100%;
      position: absolute; }
    /* line 56, custom.scss */
    .product-form_wrapper.active .accessory-count,
    .product-form_wrapper.active .accessory-item .accessory-values__item {
      opacity: 0;
      height: 0;
      visibility: hidden;
      position: absolute; }

/* line 66, custom.scss */
.cart_item .item-accessories__expander {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: inherit; }

/* line 76, custom.scss */
.cart_item .item-accessories {
  display: flex;
  flex-direction: column; }

/* line 81, custom.scss */
.cart_item .accessory-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0; }

/* line 88, custom.scss */
.cart_item .item-accessories__items {
  overflow: hidden;
  max-height: 'auto';
  transition: max-height 0.3s ease-out; }

/* line 95, custom.scss */
.cart_item .item-accessories__items.is-hidden {
  display: none; }

/* line 99, custom.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: "insales-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 112, custom.scss */
.cart_item .accessory-item {
  display: flex;
  justify-content: space-between;
  color: rgba(43, 59, 76, 0.6);
  line-height: 20px; }

/* line 119, custom.scss */
.accessory-select {
  width: 275px;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px; }

/* line 133, custom.scss */
form .product-variants.row {
  gap: 0; }

/* line 137, custom.scss */
.product-variants.row:after {
  display: none; }

/* line 141, custom.scss */
.product-variants.row button {
  width: calc(100% / 2); }

@media (max-width: 1210px) {
  /* line 146, custom.scss */
  .product-variants.row.responsive {
    flex-direction: row; }

  /* line 150, custom.scss */
  .product-variants.row button {
    width: calc(100% / 2 - 5px);
    padding: 10px;
    margin: 0; } }
@media (max-width: 575px) {
  /* line 158, custom.scss */
  .product-variants.row button {
    width: calc(100% / 2); }

  /* line 162, custom.scss */
  .product-form_wrapper.active .option-selector .option .accessory-select,
  .product-form_wrapper.active .accessory-values {
    margin-left: 0; }

  /* line 167, custom.scss */
  .product-form_wrapper.active .option-selector .option {
    flex-direction: column;
    align-items: flex-start; }

  /* line 172, custom.scss */
  .product-buy {
    width: 100%; } }
/* line 176, custom.scss */
.no-pointer {
  pointer-events: none;
  opacity: 0.6; }

/* line 180, custom.scss */
.footer_panel {
  display: flex;
  margin: 0 auto; }
  /* line 182, custom.scss */
  .footer_panel-button.button, .editor #feedback_form .footer_panel-button#feedback_commit, .menu-node--collection_lvl_1 .footer_panel-button.menu-marker--parent, .menu-node--collection_lvl_2 .footer_panel-button.menu-marker--parent, .menu-node--collection_lvl_3 .footer_panel-button.menu-marker--parent {
    margin-left: 10px;
    display: flex;
    width: fit-content; }
    /* line 186, custom.scss */
    .footer_panel-button.button + .footer_panel-button, .editor #feedback_form .footer_panel-button#feedback_commit + .footer_panel-button, .menu-node--collection_lvl_1 .footer_panel-button.menu-marker--parent + .footer_panel-button, .menu-node--collection_lvl_2 .footer_panel-button.menu-marker--parent + .footer_panel-button, .menu-node--collection_lvl_3 .footer_panel-button.menu-marker--parent + .footer_panel-button {
      margin: auto; }






