@import url("//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=latin-ext");
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext");
/* bg inline-svg set */
html, body {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  color: #4C4C4C;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Roboto'; }

img {
  border-style: none;
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

* {
  outline: none; }

input, textarea, select {
  vertical-align: middle;
  font-family: 'Roboto'; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

hr {
  margin: 0px;
  border: 2px solid #282828;
  border-width: 2px 0 0;
  height: 0px;
  background-color: transparent; }

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block; }

*:before,
*:after,
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin: 22px 0px; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

h1 + p, h2 + p {
  margin-top: 0; }

h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #282828;
  font-size: 24px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 16px; } }
  h1:first-child {
    margin-top: -4px; }

h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #282828;
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 16px; } }
  h2:first-child {
    margin-top: 0; }

h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #282828;
  font-size: 16px;
  line-height: 19px; }

h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

input {
  -webkit-appearance: none; }

/*input:focus::-webkit-input-placeholder {
	color:transparent !important;
}
input:focus:-ms-input-placeholder {
	color:transparent !important;
}
input:focus::-moz-placeholder {
	color:transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent !important ;
}
textarea:focus:-ms-input-placeholder {
	color:transparent !important;
}
textarea:focus::-moz-placeholder {
	color:transparent !important;
}*/
input::-webkit-input-placeholder {
  color: #A0A0A2;
  opacity: 1; }

input:-moz-placeholder {
  color: #A0A0A2;
  opacity: 1; }

input::-moz-placeholder {
  color: #A0A0A2;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: #A0A0A2;
  opacity: 1; }

textarea:-moz-placeholder {
  color: #A0A0A2;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #A0A0A2;
  opacity: 1; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 0; }

#wrapper .container {
  max-width: 1070px; }
  @media only screen and (max-width: 767px) {
    #wrapper .container {
      padding-left: 8px;
      padding-right: 8px; } }

#header {
  position: relative;
  z-index: 300; }

.header__top-panel {
  background-color: #F0F0F0;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
  .header__top-panel .container {
    padding: 0; }

.header__top-frame {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .header__top-frame .btn {
    height: 40px;
    color: #282828;
    font-style: italic;
    padding: 0 5px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    min-width: 150px;
    font-family: 'Roboto Condensed';
    margin: 0;
    border: 0;
    border-radius: 0; }

.btn {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  border-radius: 4px;
  border: 0;
  margin: 0;
  -webkit-appearance: none;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  color: #282828;
  background-color: #E6E6E6;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear; }
  .btn:hover {
    color: #95989b;
    background-color: #bec1c1; }

.btn-gray {
  background-color: #E6E6E6;
  color: #282828; }
  .btn-gray:hover {
    color: #95989b;
    background-color: #bec1c1; }

.btn-black {
  background-color: #282828;
  color: #fff; }
  .btn-black:hover {
    color: #d2d4d4;
    background-color: #454849; }

.btn-blue {
  background-color: #098FE7;
  color: #fff; }
  .btn-blue:hover {
    color: #d6effc;
    background-color: #5db9e8; }

.btn-white {
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #E6E6E6; }
  .btn-white:hover {
    color: #bec1c1;
    background-color: #f6f7f7; }
  .btn-gold {
      color: #fff;
      background-color: #B28D54;
  padding: 5px 15px;
  border: 1px solid #E6E6E6;
  }
  .btn-gold:hover {
         color: #bec1c1;
     background-color: #B28D54;
  }
 
  
.btn-big {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 20px; }
  .btn-big.btn-white {
    padding-top: 20px;
    padding-bottom: 20px; }

.btn-middle {
  padding-top: 12px;
  padding-bottom: 12px; }

.header__top-holder {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0 3px; }

.header__top-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #282828;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 16px;
  margin-right: 54px; }
  .header__top-item:last-child {
    margin-right: 0; }
  .header__top-item .ico {
    width: 40px;
    text-align: center; }
  .header__top-item img {
    vertical-align: middle;
    position: relative;
    margin-top: -2px; }

.header__fixed-wrap {
  height: 88px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .header__fixed-wrap {
      height: 48px; } }

.header__fixed-panel {
  background-color: #282828;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px; }
  .__header-fixed .header__fixed-panel {
    position: fixed; }
  @media only screen and (max-width: 767px) {
    .header__fixed-panel {
      position: fixed;
      height: 48px; } }

.header__logo {
  position: absolute;
  top: 44px;
  left: 0;
  background: url(/images/img-layout/logo_si.png) no-repeat 0% 0%/170px 28px;
  width: 170px;
  height: 28px;
  z-index: 5; }
  @media only screen and (max-width: 991px) {
    .header__logo {
      top: 5px; } }
  @media only screen and (max-width: 767px) {
    .header__logo {
      left: 80px;
      top: 10px; } }
 
.header__logo a {
    display: block;
}
.header__fixed-frame {
  position: relative; }

.header-nav {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  padding: 0 100px 0 456px; }
  @media only screen and (max-width: 1070px) {
    .header-nav {
      padding-left: 279px; }
      .__search-open .header-nav {
        opacity: 0;
        pointer-events: none; } }
  @media only screen and (max-width: 991px) {
    .header-nav {
      padding-left: 79px; } }
  @media only screen and (max-width: 767px) {
    .header-nav {
      display: none; } }

.header-nav__item {
  float: left;
  position: relative;
  padding: 0 16px 16px;
  min-width: 83px; }
  .header-nav__item.header-nav__item_full {
    position: static; }
  .header-nav__item:before {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 0 0 -16px;
    border-left: 1px solid #4C4C4C;
    height: 24px; }
  .header-nav__item:first-child:before {
    display: none; }
  .header-nav__item > a {
    display: block;
    height: 24px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    text-decoration: none !important;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .header-nav__item > a.active, .header-nav__item > a:hover {
      color: #B28D54; }
  .header-nav__item:hover > a {
    color: #B28D54; }

.header-nav__drop-line {
  width: 112px;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 -56px;
  height: 8px;
  left: 50%;
  background: url(/images/img-layout/line.svg) no-repeat 50% 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  z-index: 10;
  pointer-events: none; }
  .header-nav__item_full .header-nav__drop-line {
    margin-left: -12px;
    left: 0; }
  @media only screen and (max-width: 991px) {
    .header-nav__drop-line {
      display: none; } }
  .header-nav__item:hover .header-nav__drop-line {
    opacity: 1; }
  .header-nav__item_full .header-nav__drop-line:before,
  .header-nav__item_full .header-nav__drop-line:after {
    height: 2px;
    position: absolute;
    bottom: 0;
    content: '';
    right: 100%;
    width: 2000px;
    background: url(/images/img-layout/line2.svg) 50% 100%; }
  .header-nav__item_full .header-nav__drop-line:after {
    left: 100%;
    right: auto; }
  
  .header-nav__drop-line.navPopust:before,
  .header-nav__drop-line.navPopust:after {
    height: 2px;
    position: absolute;
    bottom: 0;
    content: '';
    right: 100%;
    width: 2000px;
    background: url(/images/img-layout/line2.svg) 50% 100%; }
  .header-nav__drop-line.navPopust:after {
    left: 100%;
    right: auto; }

.header-nav__drop {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 112px;
  margin: 0 0 0 -56px;
  background-color: #282828;
  /*min-height: 136px;*/
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  padding: 28px 16px 20px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .header-nav__item:hover .header-nav__drop {
    opacity: 1;
    pointer-events: auto;
    z-index: 1; }
  .header-nav__item_full .header-nav__drop {
    margin-left: -535px;
    padding: 28px 0 28px;
    width: 1070px; }
    @media only screen and (max-width: 1199px) {
      .header-nav__item_full .header-nav__drop {
        width: auto;
        left: -16px;
        right: -16px;
        margin: 0; } }
    .header-nav__item_full .header-nav__drop:before, .header-nav__item_full .header-nav__drop:after {
      content: '';
      position: absolute;
      width: 100%;
      left: -100%;
      background-color: #282828;
      top: 0;
      bottom: 0; }
    .header-nav__item_full .header-nav__drop:after {
      left: 100%; }
  .header-nav__drop .header-nav__holder {
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    .header-nav__item_full .header-nav__drop .header-nav__holder {
      display: block;
      font-size: 0;
      line-height: 0; }
  .header-nav__drop .header-nav__link {
    margin-bottom: 8px; }
    .header-nav__item_full .header-nav__drop .header-nav__link {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      padding: 0 16px;
      font-size: 12px;
      line-height: 14px; }
  .header-nav__drop a {
    text-decoration: none !important;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .header-nav__drop a:hover {
      color: #B28D54; }

    .header-nav__drop.navPopust {
        width: 170px;
        margin-left: -85px;
    }
    
    
.header__search {
  position: absolute;
  top: 40px;
  left: 199px;
  padding: 4px 0 4px 16px;
  border-left: 1px solid #8D734A;
  z-index: 5; }
  @media only screen and (max-width: 1070px) {
    .header__search {
      width: 66px;
      border-right: 1px solid #8D734A; }
      .header__search .opener-search {
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url(/images/img-layout/search.svg) no-repeat 50% 50%;
        position: absolute;
        left: 9px;
        top: 0; }
        .__search-open .header__search .opener-search {
          opacity: 0;
          pointer-events: none; } }
    @media only screen and (max-width: 1070px) and (max-width: 767px) {
      .header__search .opener-search {
        left: 0;
        top: -10px; } }
  @media only screen and (max-width: 1070px) {
      .__search-open .header__search {
        border-right: 0; } }
  @media only screen and (max-width: 1070px) and (max-width: 991px) {
    .header__search {
      left: 0px; } }
  @media only screen and (max-width: 767px) {
    .header__search {
      border: 0;
      padding: 0;
      width: 20px;
      height: 20px;
      left: 29px;
      top: 14px; } }

.header__search-wrap {
  width: 100%;
  height: 32px;
  position: relative; }
  @media only screen and (max-width: 1070px) {
    .header__search-wrap {
      opacity: 0;
      pointer-events: none; }
      .__search-open .header__search-wrap {
        opacity: 1;
        pointer-events: auto;
        width: 228px; } }
    @media only screen and (max-width: 1070px) and (max-width: 767px) {
      .__search-open .header__search-wrap {
        margin: -6px 0 0;
        width: 244px; } }
  .header__search-wrap .header__search-input {
    width: 100%;
    height: 32px;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    line-height: 32px;
    padding: 0 47px 0 7px;
    font-size: 14px; }
  .header__search-wrap .header__search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    /*width: 22px;*/
    width: 40px;
    height: 32px;
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    background: #A0A0A2;
    border-radius: 0 3px 3px 0;
    /*transition: width 0.1s linear;*/
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    cursor: pointer; }
    .header__search-wrap .header__search-btn:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      /*transform: scaleX(0.55);
			transition: transform 0.1s linear;*/
      background: url(/images/img-layout/search.svg) no-repeat 50% 50%; }
    .header__search-wrap .header__search-btn:hover {
      /*width: 40px;*/
      opacity: 0.8; }
      .header__search-wrap .header__search-btn:hover:after {
        /*transform: scaleX(1);*/ }

.header-basket {
  position: absolute;
  right: 3px;
  top: 47px;
  min-width: 64px;
  background: url(/images/img-layout/basket.svg) no-repeat 6px 4px/18px 15px;
  height: 24px;
  white-space: nowrap;
  padding: 0 8px 0 33px;
  text-align: right;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 24px;
  font-size: 20px;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .header-basket {
      display: none; } }
  .header-basket.active {
    background-color: #098FE7; }

.header__fixed-row {
  position: absolute;
  right: -1px;
  top: 5px;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .header__fixed-row {
      display: none; } }

  .header__info-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 12px;
  color: #B28D54;
  font-size: 11px;
  line-height: 24px;
  font-weight: bold; }
  .header__info-wrap a {
    margin: 0 5px;
    color: #B28D54;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle; }
    .header__info-wrap a:hover {
      color: #C8C8C8; }
  
  
.header__reg-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #C8C8C8;
  font-size: 11px;
  line-height: 24px;
  font-weight: bold; }
  .header__reg-wrap a {
    margin: 0 5px;
    color: #C8C8C8;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle; }
    .header__reg-wrap a:hover {
      color: #B28D54; }
    
    

.header__lang-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 12px;
  font-size: 11px;
  line-height: 24px;
  font-weight: bold; }
  .header__lang-wrap a {
    margin: 0 0 0 5px;
    color: #A0A0A2;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    min-width: 24px;
    text-align: center;
    position: relative; }
    .header__lang-wrap a.active {
      color: #A0A0A2; }
      .header__lang-wrap a.active:after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 2px;
        right: 0;
        height: 3px;
        width: 20px;
        background-color: #A0A0A2; }
      .header__lang-wrap a.active:hover {
        color: #A0A0A2; }
    .header__lang-wrap a:hover {
      color: #B28D54; }

#main {
  padding: 50px 0px; }
  @media only screen and (max-width: 991px) {
    #main {
      padding: 16px 0px; } }

.main-promo {
  width: 100%;
  position: relative;
  margin: -34px 0 48px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .main-promo {
      margin: -16px -8px 8px;
      width: auto; } }
  .main-promo .main-promo__wrap {
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap; }
  .main-promo .main-promo__item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    /*padding-top: 43.4%;*/ }
    @media only screen and (max-width: 991px) {
      .main-promo .main-promo__item {
        /*padding-top: 60%;*/ } }
    @media only screen and (max-width: 767px) {
      .main-promo .main-promo__item {
        /*padding-top: 88%;*/ } }
    .main-promo .main-promo__item:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.1);
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    .main-promo .main-promo__item:hover:before {
      background: transparent; }
  .main-promo .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-promo .button {
      outline: none;
    z-index: 27;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 36px;
    margin: -18px 0 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0) url(/images/img-layout/gallery-arrow-left.svg) no-repeat 50% 50%;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; 
    left: 8px;
        background-image: url(/images/img-layout/gallery-arrow-left-white.svg);
        background-color: transparent;
        background-size: 18px 28px;
  }
  /*
    .main-promo .button:hover {
      background-color: white; }
  */
    @media only screen and (max-width: 767px) {
      .main-promo .button {
        left: 8px;
        background-image: url(/images/img-layout/gallery-arrow-left-white.svg);
        background-color: transparent;
        background-size: 18px 28px; } }
  .main-promo .button-next {
    left: auto;
    right: 8px;
        background-image: url(/images/img-layout/gallery-arrow-right-white.svg);
        background-color: transparent;
        background-size: 18px 28px; }
    @media only screen and (max-width: 767px) {
      .main-promo .button-next {
        right: 8px;
        background-image: url(/images/img-layout/gallery-arrow-right-white.svg);
        background-color: transparent;
        background-size: 18px 28px; } }
  .main-promo .swiper-pagination {
    display: none;
    position: absolute;
    z-index: 27;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    height: 12px; }
    .main-promo .swiper-pagination .swiper-pagination-bullet {
      margin: 0 4px;
      overflow: hidden;
      text-indent: -9999px;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: inline-block;
      vertical-align: top; }
      .main-promo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .main-promo .swiper-pagination {
        display: block; } }

.main-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  .main-content .aside {
    margin-right: 18px;
    width: 160px; }
    .main-content .aside .btn {
      width: 100%; }
  .main-content .content {
    width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.main-content .aside {
    margin-right: 56px; }
}

.aside__filter-box {
  width: 160px;
  margin-bottom: 24px; }

.aside__filter-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  border-bottom: 1px solid #282828;
  margin: 4px 0 25px; }

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .aside__filter .filter-list {
    padding-left: 6px; }
  .filter-list li {
    margin: 0;
    padding: 0; }
    .filter-list li:before {
      display: none; }

.filter-list__number {
  padding-left: 0; }
  .aside__filter .filter-list__number {
    padding-left: 0; }
  .filter-list__number li {
    line-height: 26px;
    margin-right: 6px;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  
  .filter-list__number li:nth-child(4n+4) {
      margin-right: 0px;
  }

.label-wrap {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  margin-bottom: 8px; }
  .filter-list__number .label-wrap {
    margin-bottom: 0px; }
  .label-wrap span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 24px; }
    .filter-list__number .label-wrap span {
      padding-left: 0;
      width: 35px;
      text-align: center;
      text-transform: uppercase;
      height: 22px;
      line-height: 22px; }
    .label-wrap span:before, .label-wrap span:after {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      border: 1px solid #282828;
      width: 16px;
      height: 16px; }
      .filter-list__number .label-wrap span:before, .filter-list__number .label-wrap span:after {
        padding-left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .label-wrap span:after {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border: 1px solid transparent;
      opacity: 0;
      background: url(/images/img-layout/check.svg) no-repeat 50% 50%; }
      .filter-list__number .label-wrap span:after {
        background: #098FE7;
        z-index: -1; }
  .label-wrap.label-wrap_square span:after {
    width: 10px;
    height: 10px;
    background: #282828;
    left: 3px;
    top: 2px; }
  .label-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0; }
    .label-wrap input:checked ~ span:after {
      opacity: 1; }
    .filter-list__number .label-wrap input:checked ~ span {
      color: #fff; }
      .filter-list__number .label-wrap input:checked ~ span:before {
        border-color: #098FE7; }

.scroll-h {
  position: relative; }
  .aside__filter .scroll-h {
    max-height: 190px;
    overflow: hidden;
    margin: -6px 0 -6px;
    padding: 6px;
    border: 1px solid #E0E0E0; }
    .aside__filter .scroll-h .swiper-scrollbar {
      position: absolute;
      right: -3px;
      top: 1%;
      z-index: 50;
      width: 2px;
      height: 98%; }
      .aside__filter .scroll-h .swiper-scrollbar .swiper-scrollbar-drag {
        height: 100%;
        width: 100%;
        position: relative;
        background: #C8C8C8;
        left: 0;
        top: 0; }
  .scroll-h .scroll-h__wrap {
    position: relative; }

.product-ad-list {
  list-style: none;
  margin: 32px -8px;
  padding: 0;
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 767px) {
    .product-ad-list {
      margin: 16px -4px 8px; } }
  .product-ad-list li {
    /*width: 50%;*/
    padding: 8px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .product-ad-list li {
        padding: 4px; } }

.product-ad {
  position: relative;
  margin: 0 0 29px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .product-ad {
      margin-bottom: 24px; } }
  .product-ad-list .product-ad {
    margin: 0; }
  .product-ad .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-ad:hover .product-ad__img:before {
    background: transparent; }

.product-ad__title {
  background: #fff url(/images/img-layout/bg-title-ads.png);
  font-size: 20px;
  line-height: 24px;
  padding: 8px 16px;
  color: #282828;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .product-ad__title {
      font-size: 14px;
      line-height: 16px;
      padding: 4px 8px;
      font-weight: bold; } }
  .product-ad-list .product-ad__title {
    padding: 4px 8px; }

.product-ad__img {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  /*padding-top: 45.5%;*/ }
  @media only screen and (max-width: 991px) {
    .product-ad__img {
      /*padding-top: 68%;*/ } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .product-ad__img {
      /*padding-top: 56%;*/ } }
  .product-ad-list .product-ad__img {
    /*padding-top: 68%;*/ }
    @media only screen and (max-width: 991px) {
      .product-ad-list .product-ad__img {
       /* padding-top: 100%;*/ } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .product-ad-list .product-ad__img {
      /*padding-top: 119%;*/ } }
  .product-ad__img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }

.product-list {
  margin: 0;
  position: relative; }
  .product-list h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #282828;
    font-size: 20px;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .product-list h2 {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .product-list hr {
      margin-left: -8px;
      margin-right: -8px; } }

.product-list__block {
  background-color: #F0F0F0;
  margin: 0 0 32px; }
  @media only screen and (max-width: 767px) {
    .product-list__block {
      margin-left: -8px;
      margin-right: -8px;
      margin-bottom: 16px; } }

.product-list__item {
  list-style: none;
  margin: 0;
  padding: 12px 4px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  position: relative; }
  .product-list__item + .product-list__filter {
    padding-top: 18px;
    padding-bottom: 14px; }
  .product-list__item li {
    display: inline-block;
    vertical-align: top;
    /*width: 25%;*/
    padding: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #282828; }
    .product-list__item li:before {
      display: none; }

.product-list__wrap {
  position: relative;
  padding: 8px;
  background-color: #fff; }

.product-list__wrap .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.product-list__visual {
  overflow: hidden;
  margin: 0 0 8px;
  padding-top: 100%;
  position: relative; }

.product-list__visual .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .product-list__wrap:hover .product-list__visual .img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }

.product-list__tag {
  margin: 0 0 8px;
  min-height: 16px;
  min-width: 10px;
  color: #fff;
  font-style: italic;
  font-family: 'Roboto Condensed';
  font-weight: bold; }
  .product-list__tag span {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px; 
    padding-top: 2px;}
  .product-list__tag.tag-gold span {
    background-color: #B28D54; }
  .product-list__tag.tag-red span {
    background-color: #E70000; }
  .product-list__tag.tag-black span {
    background-color: #282828; }
  .product-list__tag.tag-black span.red {
    background-color: #E70000; }
  .product-list__tag.tag-green span {
    background-color: #B28D54; }

.product-list__name {
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .product-list__wrap:hover .product-list__name {
    color: #098FE7; }

.product-list__description {
  color: #A0A0A2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.product-list__price-row {
  margin: 0 0 8px;
  font-weight: bold; }

.product-list__price {
  color: #E70000;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  min-width: 55px;
  padding-right: 5px; }

.product-list__old-price {
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  text-decoration: line-through; }

.attainment-wrapper {
  margin: 0 0 29px;
  background-color: #F0F0F0;
  padding: 35px 16px 45px;
  color: #282828;
  font-size: 15px;
  line-height: 23px; }

.attainment-wrapper__title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 47px; }

.info-gallery {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .info-gallery {
      margin: 14px 0 12px; } }
  .info-gallery .info-gallery__wrap {
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap; }
  .info-gallery .info-gallery__item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
 }
    .info-gallery .info-gallery__item:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
       }
    .info-gallery .info-gallery__item:hover:before {
 }
  .info-gallery .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .info-gallery .button {
      outline: none;
      outline-color: #000;
    z-index: 27;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 36px;
    margin: -18px 1px;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(/images/img-layout/gallery-arrow-left.svg) no-repeat 50% 50%;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    .info-gallery .button:hover {
      background-color: white; }
  .info-gallery .button-next {
    left: auto;
    right: 0;
    background-image: url(/images/img-layout/gallery-arrow-right.svg); }

.footer-info-block {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000; }
  .footer-info-block .btn {
    min-width: 160px;
    margin: 0; }
  .footer-info-block h3 {
    margin: 0 0 16px; }
  @media only screen and (max-width: 767px) {
    .footer-info-block h2 {
      font-size: 20px;
      line-height: 28px; }
    .footer-info-block .row {
      margin-bottom: 30px; }
    .footer-info-block > .row {
      margin-bottom: 0px; } }

.footer-info__contact {
  margin: 16px 0px 20px; }
  .footer-info__contact a {
    text-decoration: underline;
    color: #000; }
    .footer-info__contact a:hover {
      text-decoration: none; }

.footer-info__indent {
  margin: 30px 0;
    }
  @media only screen and (max-width: 767px) {
    .footer-info__indent {
      margin: 0; } }
  #footer_info_shop {
      background-color: #F0F0F0;
      padding-top: 20px;
        margin-top: 10px;
  }
  @media only screen and (max-width: 767px) {
        #footer_info_shop {
      margin: 0;
      padding: 0;
  }
  }
.network-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .network-list {
      margin: 15px 0 59px; } }

.network-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 13px 0 0; }
  .network-list li:last-child {
    margin-right: 0; }
  .network-list li:before {
    display: none; }

.footer-info__portal {
  line-height: 22px; }
  .footer-info__portal p {
    margin: 21px 0; }
    @media only screen and (max-width: 767px) {
      .footer-info__portal p {
        margin: 13px 0; } }
  .footer-info__portal .btn {
    margin-bottom: 56px; }
    @media only screen and (max-width: 767px) {
      .footer-info__portal .btn {
        margin-bottom: 30px; } }

.footer-info__portal-img {
  margin: 0; }

.footer-dispatch {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #B28D54;
  position: relative;
  margin-bottom: -50px; }
  @media only screen and (max-width: 767px) {
    .footer-dispatch {
      margin-bottom: -16px;
      padding-bottom: 24px;
      padding-left: 8px; } }
  .footer-dispatch:before, .footer-dispatch:after {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    background-color: #B28D54;
    top: 0;
    bottom: 0; }
  .footer-dispatch:after {
    left: 100%; }

.footer-dispatch__name {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .footer-dispatch__name {
      margin-bottom: 15px;
      color: #282828; } }

.footer-dispatch__holder {
  position: relative; }
  .footer-dispatch__holder .btn {
    float: right;
    margin-left: 16px; }
  .footer-dispatch__holder .input-wrap {
    overflow: hidden; }
  .footer-dispatch__holder .form-control {
    border-color: #fff; }

#footer {
  background-color: #2D2D2D;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 71px 0 65px; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 47px 0 8px; } }
  #footer h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin: 0 0 5px; }
  #footer a {
    color: #fff; }
  #footer .container {
    padding-left: 32px;
    padding-right: 32px; }

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .footer-nav {
      margin-bottom: 50px; } }
  .footer-nav li {
    padding: 0;
    margin: 0 0 8px; }
    .footer-nav li:last-child {
      margin-bottom: 0; }
    .footer-nav li:before {
      display: none; }

@media only screen and (max-width: 767px) {
  .mobile-menu-opener {
    position: absolute;
    left: -9px;
    top: 3px;
    width: 40px;
    height: 40px;
    background: url(/images/img-layout/hamburger.svg) no-repeat 50% 50%; }
  .mobile-basket-opener {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 40px;
    height: 40px;
    background: url(/images/img-layout/basket.svg) no-repeat 50% 50%; } }

.mobile-menu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-menu {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      display: block;
      z-index: 500;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      .__open-mb-nav .mobile-menu {
        pointer-events: auto;
        opacity: 1; }
    .mobile-menu .mobile-menu__frame {
      background-color: #282828;
      width: 209px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 30;
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      .__open-mb-nav .mobile-menu .mobile-menu__frame {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .mobile-menu .mobile-menu__bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #282828;
      opacity: 0.2; }
    .mobile-menu .mobile-menu__close {
      position: absolute;
      top: 4px;
      left: 0;
      background: url(/images/img-layout/ico-close-white.svg) no-repeat 50% 50%;
      z-index: 10;
      width: 40px;
      height: 40px; }
    .mobile-menu .mobile-menu__nav {
      position: absolute;
      top: 48px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid #4C4C4C; }
    .mobile-menu .mobile-menu__item {
      border-bottom: 1px solid #4C4C4C; }
      .mobile-menu .mobile-menu__item a {
        display: block;
        padding: 5px 8px 5px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        height: 48px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center; }
      .mobile-menu .mobile-menu__item .active {
        color: #B28D54; }
      .mobile-menu .mobile-menu__item .ico {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: -5px 0 0 -8px;
        text-align: center;
        line-height: 40px; }
        .mobile-menu .mobile-menu__item .ico img {
          vertical-align: middle; } }

.mobile-basket {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-basket {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      display: block;
      z-index: 500;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      .__open-mb-basket .mobile-basket {
        pointer-events: auto;
        opacity: 1; }
    .mobile-basket .mobile-basket__frame {
      background-color: #282828;
      width: 209px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 30;
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear;
      -webkit-transform: translateX(209px);
              transform: translateX(209px);
      -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5);
              box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5); }
      .__open-mb-basket .mobile-basket .mobile-basket__frame {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .mobile-basket .mobile-basket__bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #282828;
      opacity: 0.2; }
    .mobile-basket .mobile-basket__close {
      position: absolute;
      top: 4px;
      right: 0;
      background: url(/images/img-layout/ico-close-white.svg) no-repeat 50% 50%;
      z-index: 10;
      width: 40px;
      height: 40px; }
    .mobile-basket .mobile-basket__nav {
      position: absolute;
      top: 48px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid #4C4C4C; }
    .mobile-basket .mobile-basket__item {
      border-bottom: 1px solid #4C4C4C; }
      .mobile-basket .mobile-basket__item label {
        display: block;
        padding: 5px 8px 5px;
        text-transform: uppercase;
        color: #C8C8C8;
        height: 48px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        margin: 0;
        position: relative; }
        .mobile-basket .mobile-basket__item label input {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0; }
          .mobile-basket .mobile-basket__item label input:checked ~ span:after {
            content: '';
            position: absolute;
            right: 8px;
            top: 50%;
            width: 16px;
            height: 16px;
            margin-top: -10px;
            background: url(/images/img-layout/check-white.svg) no-repeat 50% 50%; }
        .mobile-basket .mobile-basket__item label span {
          display: block; }
      .mobile-basket .mobile-basket__item a {
        display: block;
        padding: 5px 8px 5px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        height: 48px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center; }
      .mobile-basket .mobile-basket__item .active {
        color: #B28D54; }
      .mobile-basket .mobile-basket__item .ico {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: -5px 0 0 -8px;
        text-align: center;
        line-height: 40px; }
        .mobile-basket .mobile-basket__item .ico img {
          vertical-align: middle; } }

.main-ad {
  margin: -34px 0 50px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .main-ad {
      margin: 0 0 16px; } }
  .main-ad .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-ad .main-ad__img {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 24.7%; }
  .main-ad:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
  .main-ad:hover:before {
    background: transparent; }

.aside__filter-description {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 24px; }

.bread-crumbs {
  list-style: none;
  margin: -50px 0 31px;
  padding: 20px 0;
  color: #282828;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  z-index: 5; }
  .bread-crumbs ~ .main-content .product-wrapper {
    margin-top: -30px; }
    @media only screen and (max-width: 767px) {
      .bread-crumbs ~ .main-content .product-wrapper {
        margin-top: -16px; } }
  @media only screen and (max-width: 991px) {
    .bread-crumbs {
      margin: -16px 0 31px; } }
  .bread-crumbs:after {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    bottom: 0; }
  .bread-crumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .bread-crumbs li:after {
      content: '';
      display: inline-block;
      vertical-align: top;
      background: url(/images/img-layout/breadcrumbs-arrow.svg) no-repeat 50% 50%;
      width: 13px;
      height: 13px;
      margin: 1px 2px 0 3px; }
    .bread-crumbs li:last-child:after {
      display: none; }
    .bread-crumbs li a {
      color: #282828; }
      .bread-crumbs li a.home {
        color: #8D734A; }

.tag-list {
  list-style: none;
  margin: 22px 0;
  padding: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .tag-list {
      font-weight: bold;
      margin: 10px 0 15px; } }
  .tag-list li {
    padding: 0;
    margin: 8px 8px 8px 0;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .tag-list li {
        margin-top: 0px; } }
    .tag-list li:before {
      display: none; }
  .tag-list a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px 9px;
    color: #4C4C4C;
    text-decoration: none;
    background-color: #F8F8F8;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .tag-list a:hover {
      background-color: #A0A0A2;
      color: #fff; }

.product-list__filter {
  margin: 0;
  padding: 22px 8px 6px 8px; }
  .product-list__filter .dropdown {
    display: inline-block;
    vertical-align: middle;
    top: -4px;
    position: relative; }
    .product-list__filter .dropdown .dropdown-menu {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0; }
      .product-list__filter .dropdown .dropdown-menu .dropdown-item {
        padding: 4px 16px;
        color: #282846; }
      .product-list__filter .dropdown .dropdown-menu .dropdown-item:focus,
      .product-list__filter .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #F0F0F0;
        color: #282846; }

.page-list {
  margin: 0 24px 0 0;
  font-size: 11px;
  color: #282846;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }
  .page-list a {
    min-width: 24px;
    display: inline-block;
    overflow-y: auto;
    text-align: center;
    padding: 0 2px;
    position: relative;
    text-decoration: none;
    color: #282846;
    text-align: center;
    margin: 0 5px 0 0; }
    .page-list a.active:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 2px;
      right: 2px;
      height: 3px;
      background-color: #282846; }

.product-list__position {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 24px;
  color: #282846;
  position: relative;
  padding-right: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .product-list__position:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url(/images/img-layout/arrow-down.svg) no-repeat 50% 50%; }
  .product-list__position.product-list__position_up:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }

@media only screen and (max-width: 767px) {
  .top-filter-wrap {
    margin: 0 -8px;
    padding: 0 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 6; }
  .mobile-top-filter {
    margin: 0;
    padding: 0 0 8px; }
    .mobile-top-filter:after {
      display: block;
      clear: both;
      content: ''; }
    .mobile-top-filter .style-position {
      float: left;
      margin: 0 8px 0 -8px; }
      .mobile-top-filter .style-position .style-row,
      .mobile-top-filter .style-position .style-tile {
        width: 40px;
        height: 40px;
        float: left;
        position: relative; }
        .mobile-top-filter .style-position .style-row:before, .mobile-top-filter .style-position .style-row:after,
        .mobile-top-filter .style-position .style-tile:before,
        .mobile-top-filter .style-position .style-tile:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear; }
        .mobile-top-filter .style-position .style-row:after,
        .mobile-top-filter .style-position .style-tile:after {
          opacity: 0; }
        .mobile-top-filter .style-position .style-row.active:after,
        .mobile-top-filter .style-position .style-tile.active:after {
          opacity: 1; }
      .mobile-top-filter .style-position .style-row {
        margin-left: 0; }
      .mobile-top-filter .style-position .style-row:before {
        background-image: url(/images/img-layout/ico-row.svg); }
      .mobile-top-filter .style-position .style-row:after {
        background-image: url(/images/img-layout/ico-row-a.svg); }
      .mobile-top-filter .style-position .style-tile:before {
        background-image: url(/images/img-layout/ico-tile.svg); }
      .mobile-top-filter .style-position .style-tile:after {
        background-image: url(/images/img-layout/ico-tile-a.svg); }
    .mobile-top-filter .btn {
      float: right;
      margin: 8px 0 0 8px;
      padding: 2px 16px;
      font-size: 14px; }
    .mobile-top-filter .dropdown {
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 0px; }
  .__active-style-row .product-list__item li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .__active-style-row .product-list__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
  .__active-style-row .product-list__visual {
    width: 128px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
            flex: 0 0 128px;
    max-width: 128px;
    padding-top: 128px;
    margin: 0 8px 0 0; }
  .__active-style-row .product-list__info {
    min-height: auto !important; }
  .__active-style-row .product-list__price-row {
    margin-bottom: 0; }
  .__active-style-row .product-list__tag {
    min-height: 0px;
    min-width: 0px; } }

.mb-arrow-up {
  background: url(/images/img-layout/arrow-up.svg) no-repeat 50% 4px;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 75; }
  .mb-arrow-up .mb-arrow-up__num {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .mb-arrow-up .mb-arrow-up__num > span {
      background-color: #000;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 4px;
      min-width: 48px;
      font-size: 11px;
      line-height: 16px; }

.product-wrapper {
  width: 100%;
  background-color: #F0F0F0;
  padding: 32px 0 1px;
  margin: 0 0 29px;
  position: relative; }
  .product-wrapper:before {
    content: '';
    position: absolute;
    right: -100%;
    left: -100%;
    z-index: -1;
    background-color: #F0F0F0;
    top: 0;
    bottom: 0; }
  @media only screen and (max-width: 767px) {
    .product-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 16px;
      margin-bottom: 13px; } }
  .product-wrapper:after {
    display: block;
    clear: both;
    content: ''; }
    @media only screen and (max-width: 767px) {
      .product-wrapper:after {
        display: none; } }
   
    
    
.product-gallery {
  position: relative;
  margin: 0 0 28px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .product-gallery {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      display: block;
      width: 100%; } }
  .product-gallery .product-gallery__wrap {
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap; }
  .product-gallery .product-gallery__item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 100%; }
  .product-gallery .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-gallery .button {
      outline: none;
    z-index: 27;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.8) url(/images/img-layout/arrow-left.svg) no-repeat 50% 50%;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    @media only screen and (max-width: 767px) {
      .product-gallery .button {
        width: 24px;
        height: 36px;
        margin: -18px 0 0;
        background-image: url(/images/img-layout/gallery-arrow-left.svg); } }
    .product-gallery .button:hover {
      background-color: white; }
  .product-gallery .button-next {
    left: auto;
    right: 0;
    background-image: url(/images/img-layout/arrow-right.svg); }
    @media only screen and (max-width: 767px) {
      .product-gallery .button-next {
        background-image: url(/images/img-layout/gallery-arrow-right.svg); } }
  .product-gallery .product-pagination {
    position: absolute;
    bottom: 0;
    z-index: 27;
    left: 0;
    right: 0;
    text-align: center; }
    .product-gallery .product-pagination .swiper-pagination-bullet {
      display: inline-block;
      vertical-align: top;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #282828;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear;
      margin: 0 5px;
      cursor: pointer; }
      .product-gallery .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #282828; }

.product-aside {
  float: right;
  margin: 0 0 28px 16px;
  width: 335px;
  color: #282828; }
  @media only screen and (max-width: 767px) {
    .product-aside {
      float: none;
      width: 100%;
      margin: 0; } }
  .product-aside h1 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 24px;
    text-transform: none; }

.product-aside__box {
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0 24px;
  margin: 0 0 24px; }
  .product-aside__box:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.product-aside__logo {
  margin: 0 0 26px; }

.product-aside__article {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.product-aside__price-row {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px; }

.product-aside__price {
  color: #E70000;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  min-width: 98px;
  padding-right: 5px; }

.product-aside__old-price {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: line-through; }

.product-aside__holder {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  line-height: 19px;
  margin: 0 0 15px; }
  .product-aside__holder a {
    color: #282828;
    text-decoration: underline; }
    .product-aside__holder a:hover {
      text-decoration: none; }

.product-aside__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0; }

.product-aside__size {
  margin: 0; }

.product-aside__size-change a {
    cursor: pointer;
}

.product-aside__size-list {
  margin: 0 -8px -8px 0; }
  .product-aside__size-list label {
    margin: 0 6px 8px 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative; }
    .product-aside__size-list label input {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
      .product-aside__size-list label input:checked ~ span {
        color: #fff;
        background-color: #098FE7; }
    .product-aside__size-list label span {
      display: block;
      height: 40px;
      text-align: center;
      line-height: 40px;
      padding: 0 4px;
      position: relative;
      width: 59px;
      color: #282828;
      font-size: 14px;
      font-weight: 500;
      background-color: #fff;
      border-radius: 4px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media only screen and (max-width: 767px) {
        .product-aside__size-list label span {
          width: 53px; } }

.preview-gallery {
  width: 100%;
  position: relative;
  margin: 24px 0 0;
  padding: 0 0 12px;
  overflow: hidden; }
  .preview-gallery .preview-gallery__wrap {
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap; }
  .preview-gallery .preview-gallery__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .preview-gallery .preview-gallery__item:last-child .wrap {
      margin-right: 0; }
  .preview-gallery .wrap {
    margin: 0 8px 0 0;
    width: 88px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 88px;
    background-color: #fff; }
  .preview-gallery .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .preview-gallery .swiper-scrollbar {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 3px; }
    .preview-gallery .swiper-scrollbar .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: #C8C8C8;
      left: 0;
      top: 0;
      border-radius: 3px; }

.product-aside__btn-list {
  margin: 0 0 12px; }
  .product-aside__btn-list .btn {
    width: 100%;
    margin: 0 0 8px; }

.product-aside__description {
  margin: 0; }
  .product-aside__description .btn {
    min-width: 218px;
    font-style: italic;
    margin: 19px 0 0; }
    @media only screen and (max-width: 767px) {
      .product-aside__description .btn {
        min-width: 153px; } }

.product-aside__description-item {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic; }
  .product-aside__description-item .holder {
    display: inline-block;
    vertical-align: middle; }
  .product-aside__description-item a {
    display: inline-block;
    vertical-align: middle;
    color: #282828;
    text-decoration: none !important; }
    .product-aside__description-item a:hover {
      color: #282828; }
      .product-aside__description-item a:hover .holder {
        text-decoration: underline; }
  .product-aside__description-item .ico {
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .product-aside__description-item .ico img {
      vertical-align: middle;
      position: relative;
      margin-top: -2px; }

.product-description {
  overflow: hidden;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 28px; }
  @media only screen and (max-width: 767px) {
    .product-description {
      margin-bottom: 11px; } }
  .product-description h2 {
    margin: 0;
    font-size: 13px;
    line-height: 22px; }
  .product-description .tag-list {
    margin: 18px 0; }
    .product-description .tag-list a {
      text-align: center;
      min-width: 87px; }
    .product-description .tag-list li {
      margin-right: 5px; }

.product-description__text {
  margin: 27px 0 20px; }
  .product-description__text a {
    color: #000;
    text-decoration: underline; }
    .product-description__text a:hover {
      text-decoration: none; }
  .product-description__text .mb-visible {
    display: none; }
    .product-description__text .mb-visible a {
      margin-left: 16px; }
  @media only screen and (max-width: 767px) {
    .product-description__text {
      margin: 16px 0 20px; }
      .product-description__text .mb-visible {
        display: inline; }
      .product-description__text .mb-hidden {
        display: none; } }

.product-description__name {
  margin: 0; }

.product-gallery-row {
  width: 100%;
  position: relative;
  margin: 0 0 32px;
  padding: 28px 12px 28px;
  overflow: hidden;
  background-color: #F0F0F0; }
  @media only screen and (max-width: 767px) {
    .product-gallery-row {
      padding: 16px 4px 16px;
      margin-bottom: 16px; } }
  .product-gallery-row .product-list__item {
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    padding: 0; }
    .product-gallery-row .product-list__item li {
      white-space: normal; }
  .product-gallery-row .swiper-scrollbar {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 3px; }
    @media only screen and (max-width: 767px) {
      .product-gallery-row .swiper-scrollbar {
        bottom: 9px; } }
    .product-gallery-row .swiper-scrollbar .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: #C8C8C8;
      left: 0;
      top: 0;
      border-radius: 3px; }
  .product-gallery-row .item {
    width: 216px; }
    @media only screen and (max-width: 767px) {
      .product-gallery-row .item {
        width: 154px; } }

.product-gallery__tag {
  margin: 0;
  line-height: 40px;
  font-size: 28px;
  color: #fff;
  font-style: italic;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 27;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .product-gallery__tag {
      font-size: 14px;
      line-height: 16px; } }
  .product-gallery__tag span {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    min-width: 73px; }
    @media only screen and (max-width: 767px) {
      .product-gallery__tag span {
        padding: 0 4px;
        padding-top: 2px;
        min-width: 43px; } }
  .product-gallery__tag.tag-gold span {
    background-color: #B28D54; }
  .product-gallery__tag.tag-red span {
    background-color: #E70000; }
  .product-gallery__tag.tag-black span {
    background-color: #282828; }
   .product-gallery__tag.tag-black span.red {
    background-color: #E70000; }
  .product-gallery__tag.tag-green span {
    background-color: #B28D54; }

.page {
  max-width: 688px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .page {
      font-size: 14px;
      line-height: 18px; }
      .page p {
        margin: 18px 0; } }
  .page ul {
    list-style: none;
    margin: 22px 0;
    padding: 0; }
    .page ul li:before {
      content: '-';
      margin-right: 3px; }
    @media only screen and (max-width: 767px) {
      .page ul {
        margin: 18px 0; } }

.page__heading {
  margin: 0 0 22px; }
  @media only screen and (max-width: 767px) {
    .page__heading {
      margin-bottom: 18px; } }

.text-gold {
  color: #B38E4F; }
.text-gold a{
  color: #B38E4F; }


.text-red {
  color: #E70000; }

.text-black {
  color: #000; }

.order {
  margin: 0;
  position: relative; }

.order-step {
  margin: -8px 0 40px; }
  .order-step:after {
    display: block;
    clear: both;
    content: ''; }
  @media only screen and (max-width: 767px) {
    .order-step {
      margin: 8px -40px 22px 0; } }

.order-step__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 303px;
  height: 42px;
  float: left;
  position: relative;
  margin: 0 -20px 0 0;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #A0A0A2; }
  @media only screen and (max-width: 991px) {
    .order-step__item {
      width: 254px; } }
  @media only screen and (max-width: 767px) {
    .order-step__item {
      width: 33.33%;
      font-size: 12px;
      line-height: 16px; } }
  .order-step__item:nth-child(1) {
    z-index: 3;
    padding-left: 14px; }
    @media only screen and (max-width: 767px) {
      .order-step__item:nth-child(1) {
        padding-left: 8px; } }
    .step1 .order-step__item:nth-child(1) {
      background: url(/images/img-layout/step-arrow.svg) no-repeat 100% 50%;
      color: #fff; }
    .step3 .order-step__item:nth-child(1),
    .step2 .order-step__item:nth-child(1) {
      background: url(/images/img-layout/step-arrow-prev.svg) no-repeat 100% 50%; }
  .order-step__item:nth-child(2) {
    z-index: 2;
    padding-left: 36px; }
    @media only screen and (max-width: 767px) {
      .order-step__item:nth-child(2) {
        padding-left: 25px; } }
    .step1 .order-step__item:nth-child(2) {
      background: url(/images/img-layout/step-arrow-next.svg) no-repeat 100% 50%; }
    .step2 .order-step__item:nth-child(2) {
      background: url(/images/img-layout/step-arrow.svg) no-repeat 100% 50%;
      color: #fff; }
    .step3 .order-step__item:nth-child(2) {
      background: url(/images/img-layout/step-arrow-prev.svg) no-repeat 100% 50%; }
  .order-step__item:nth-child(3) {
    z-index: 1;
    padding-left: 36px; }
    @media only screen and (max-width: 767px) {
      .order-step__item:nth-child(3) {
        padding-left: 25px; } }
    .step3 .order-step__item:nth-child(3) {
      background: url(/images/img-layout/step-arrow.svg) no-repeat 100% 50%;
      color: #fff; }

.order__view-table {
  background-color: #F0F0F0;
  padding: 8px 0; }
  @media only screen and (max-width: 991px) {
    .order__view-table {
      margin-bottom: 24px; } }

.order__view-item {
  padding: 16px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .order__view-item {
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      -webkit-box-align: start;
              align-items: flex-start;
      position: relative; } }

.order__view-visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  margin-right: 16px; }

.order__view-name {
  margin-right: 24px;
      width: 280px;
}
  @media only screen and (max-width: 767px) {
    .order__view-name {
      margin: 0;
    width: auto;} }
  .order__view-name .name {
    font-weight: bold; }

.order__view-description {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  @media only screen and (max-width: 767px) {
    .order__view-description {
      display: block; } }

.order__view-set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .order__view-set {
      margin: 0;
      display: block; } }
  .order__view-set .title {
    color: #2D2D2D;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 15px;
    min-height: 30px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .order__view-set .title {
        margin: 0;
        min-height: 10px;
        display: inline-block;
        vertical-align: middle; }
        .order__view-set .title:after {
          content: ':';
          margin-right: 3px; }
        .order__view-set .title br {
          display: none; } }
  .order__view-set .num {
    width: 32px; }
    @media only screen and (max-width: 767px) {
      .order__view-set .num {
        margin: 0;
        display: inline-block;
        vertical-align: middle; } }
    .order__view-set .num input {
      text-align: center;
      border-color: #fff; }
  .order__view-set .price {
    white-space: nowrap;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .order__view-set .price {
        margin: 0;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle; } }
  .order__view-set .order-remove {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/img-layout/check_black.svg) no-repeat 50% 50%; }

.order__view-prace,
.order__view-num {
  margin-right: 24px; }
  @media only screen and (max-width: 767px) {
    .order__view-prace,
    .order__view-num {
      margin: 0; } }

.order__view-remove {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .order__view-remove {
      position: absolute;
      bottom: -8px;
      right: 0; } }

.order__view-price {
  background-color: #F0F0F0;
  margin-bottom: 16px;
  padding: 16px; }

.order__view-price-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 1px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #282828;
  font-size: 12px;
  line-height: 14px;
  min-height: 40px;
  padding: 12px 0; }
  .order__view-price-row.order__view-size13 {
    font-size: 13px; }
  .order__view-price-row.order__view-size14 {
    font-size: 14px; }
  .order__view-price-row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .order__view-price-row .price {
    text-align: right;
    margin-left: 16px; }
  .order__view-price-row .note {
    color: #A0A0A2;
    font-size: 11px; }

.order__view-row {
  margin: 0 0 34px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .order__view-row {
      font-size: 13px;
      line-height: 14px; } }
  .order__view-row .btn {
    width: 100%;
    margin: 0 0 16px; }
  .order__view-row h2 {
    font-size: 16px;
    line-height: 30px; }

.back-page {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center; }
  .back-page a {
    color: #000;
    text-decoration: underline; }
    .back-page a:hover {
      text-decoration: none; }

.requisite-wrap {
  margin: 0 0 16px;
  background-color: #F8F8F8;
  padding: 16px;
  color: #2D2D2D;
  font-size: 13px;
  line-height: 22px; }

.check-row {
  background-color: #F0F0F0;
  margin: 0 -16px;
  padding: 16px; }
  .check-row .label-wrap {
    margin: 0; }
  .check-row:first-child {
    margin-top: -16px; }
  .check-row:last-child {
    margin-bottom: -16px; }

.requisite-wrap__item {
  padding: 0; }
  .requisite-wrap__item .box {
    margin: 16px 0 16px 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .requisite-wrap__item .box {
        margin-left: 0; } }
  .requisite-wrap__item p {
    margin: 0; }

.promo-code-wrap {
  background-color: #F3E3CA;
  padding: 16px;
  margin-bottom: 16px;
  color: #000;
  font-size: 13px;
  line-height: 22px; }

.promo-code-row:after {
  content: '';
  display: block;
  clear: both; }

.promo-code-row .title {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  float: left;
  margin-right: 16px; }

.promo-code-row .code {
  overflow: hidden; }
  .promo-code-row .code input {
    border-color: transparent; }

.promo-code-description {
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .order-promo {
    text-align: center; } }

.order__product {
  margin: 0 0 16px;
  background-color: #F0F0F0;
  color: #000;
  font-size: 13px;
  line-height: 15px; }

.order__product-item {
  padding: 30px 16px;
  overflow: hidden; }

.order__view-visual {
  float: left;
  width: 96px;
  margin-right: 16px; }

.order__product-description {
  overflow: hidden; }

.order__info {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #F0F0F0;
  color: #2D2D2D;
  font-size: 13px;
  line-height: 22px; }
  .order__info .box {
    margin: 15px 0; }
    .order__info .box:first-child {
      margin-top: 0; }
    .order__info .box:last-child {
      margin-bottom: 0; }

.profile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .profile {
      display: block; } }

.profile__aside {
  width: 248px;
  margin-right: 16px; }
  @media only screen and (max-width: 767px) {
    .profile__aside {
      width: auto;
      margin: -16px -8px 16px;
      height: 64px;
      position: relative;
      z-index: 25; } }

.profile__content {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .profile-menu_wrap {
    margin: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #fff;
    padding: 16px 8px; }
    .__open-profile-menu .profile-menu_wrap {
      height: auto; } }

.profile-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .profile-menu {
      height: 32px;
      overflow: hidden;
      position: relative;
      padding-top: 40px; }
      .__open-profile-menu .profile-menu {
        height: auto; } }
  .profile-menu li {
    padding: 0 0 8px;
    margin: 0; }
    .profile-menu li:before {
      display: none; }
    .profile-menu li:last-child {
      padding-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .profile-menu li.active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
    .profile-menu li.active .btn {
      background-color: #B28D54; }
      @media only screen and (max-width: 767px) {
        .profile-menu li.active .btn:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          background: url(/images/img-layout/profile-drop-arrow.svg) no-repeat 50% 50%;
          width: 12px;
          height: 8px;
          margin: -2px 0 0 5px; } }
  .profile-menu .btn {
    width: 100%;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    .profile-menu .btn:hover {
      background-color: #B28D54; }

.profile-table {
  background-color: #F8F8F8;
  padding: 8px 0;
  margin: 0 0 80px;
  font-size: 14px;
  line-height: 22px;
  color: #282828; }
  @media only screen and (max-width: 767px) {
    .profile-table {
      font-size: 12px;
      padding: 12px 0;
      margin-bottom: 56px; } }
  .profile-table:last-child {
    margin-bottom: 0; }
  .profile-table a {
    color: #282828;
    text-decoration: underline; }
    .profile-table a:hover {
      text-decoration: none; }

.profile-table__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 16px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .profile-table__row {
      padding: 12px 8px; }
      .profile-table__row.profile-table__row_form {
        display: block; }
        .profile-table__row.profile-table__row_form .title {
          margin-bottom: 22px; } }
  .profile-table__row:nth-child(even) {
    background-color: #fff; }
  .profile-table__row.profile-table__row_vc {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
  .profile-table__row .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-right: 16px; }
  .profile-table__row .info {
    -ms-flex: 2 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto; }
  .profile-table__row .edit {
    text-align: right;
    margin-left: 16px; }
  .profile-table__row .form {
    max-width: 432px;
    -ms-flex: 2 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto; }

.form {
  margin: 0;
  position: relative; }
  .form .row {
    margin-bottom: 16px; }
    .form .row:last-child {
      margin-bottom: 0; }
  .form .label-wrap {
    margin-bottom: 0; }
  .form .btn {
    width: 100%;
    margin: 0; }
  .form .forgot-password {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #000; }
    .form .forgot-password:hover {
      text-decoration: none; }

.profile-card {
  margin: 24px 0;
  color: #282828;
  font-size: 16px;
  line-height: 19px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 552px; }
  @media only screen and (max-width: 767px) {
    .profile-card {
      display: block;
      font-size: 14px;
      line-height: 22px;
      margin: 14px 0; } }
  .profile-card .profile-card__text {
    margin-right: 16px; }
    @media only screen and (max-width: 767px) {
      .profile-card .profile-card__text {
        margin: 0 0 20px; } }

.profile-card__box {
  background-color: #997543;
  border-radius: 4px;
  position: relative;
  height: 160px;
  width: 304px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 304px;
          flex: 0 0 304px;
  max-width: 304px; }
  @media only screen and (max-width: 767px) {
    .profile-card__box {
      margin: 0 auto; } }

.profile-card__box-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 16px;
  background-color: #000;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden; }
  .profile-card__box-header .name {
    float: left;
    color: #fff;
    font-weight: bold;
    font-style: italic; }
  .profile-card__box-header .alt-name {
    float: right;
    color: #B28D54; }

.profile-card__box-content {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0; }
  .profile-card__box-content .ico {
    position: absolute;
    left: 9px;
    top: 0;
    width: 60px;
    height: 87px;
    background: url(/images/img-layout/ico-card.svg) no-repeat 0% 0%; }
  .profile-card__box-content .barcode {
    width: 208px;
    height: 64px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 79px;
    top: 0; }
  .profile-card__box-content .num {
    position: absolute;
    left: 79px;
    top: 72px;
    color: #fff;
    font-size: 32px;
    line-height: 18px;
    font-weight: bold; }

.profile__product {
  margin: 0 0 16px;
  background-color: #F0F0F0;
  color: #000;
  font-size: 13px;
  line-height: 20px; }

/*
.profile__product-item {
  padding: 16px;
  overflow: hidden; }
  .profile__product-item:nth-child(even) {
    background-color: #fff; }
*/
.profile__product-item {
  padding: 16px;
  overflow: hidden;
  background-color: #fff;
  border-bottom:2px solid #C8C8C8; }

.profiler__view-visual {
  float: left;
  width: 96px;
  margin-right: 16px; }

.profile__product-description {
  overflow: hidden; }

.order-notification {
  margin: 0 auto;
  max-width: 866px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 16px;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .order-notification {
      display: block; } }

.order-notification__info {
  width: 336px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 336px;
          flex: 0 0 336px;
  max-width: 336px;
  margin-left: 8px; }
  @media only screen and (max-width: 991px) {
    .order-notification__info {
      margin-left: 16px; } }
  @media only screen and (max-width: 767px) {
    .order-notification__info {
      max-width: 100%;
      width: 100%;
      margin: 0; } }

.order-notification__text {
  text-align: center;
  width: 100%;
  margin: -8px 0 0; }
  @media only screen and (max-width: 991px) {
    .order-notification__text {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .order-notification__text {
      margin: 0; } }
  .order-notification__text .text {
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .order-notification__text .text {
        max-width: 100%; } }
    .order-notification__text .text h1 {
      margin: 0 0 27px;
      font-weight: bold;
      font-size: 34px;
      line-height: 40px;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        .order-notification__text .text h1 {
          font-size: 24px;
          line-height: 24px;
          margin-bottom: 16px; } }
  .order-notification__text .box {
    margin: 0 0 20px; }

.order-notification__help-box {
  padding: 19px 16px 29px;
  background-color: #F0F0F0;
  margin-bottom: 16px; }
  .order-notification__help-box p {
    margin: 0 0 16px; }
    .order-notification__help-box p:last-child {
      margin-bottom: 0; }

.order-notification__gratitude-box {
  padding: 19px 16px 16px;
  background-color: #F3E3CA;
  margin-bottom: 16px; }
  .order-notification__gratitude-box p {
    margin: 0 0 16px; }
    .order-notification__gratitude-box p:last-child {
      margin-bottom: 0; }
  .order-notification__gratitude-box .img {
    text-align: center; }

.modal__content {
  background-color: #fff;
  background-clip: padding-box;
  position: relative;
  outline: 0;
  padding: 0 32px 32px;
  font-size: 14px;
  line-height: 29px;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .modal__content {
      padding: 0 16px 16px;
      line-height: 22px; } }
  .modal__content hr {
    margin: 1em -32px;
    border-color: #C8C8C8;
    border-width: 1px 0 0; }
    @media only screen and (max-width: 767px) {
      .modal__content hr {
        margin-left: -16px;
        margin-right: -16px; } }

.modal__header {
  background-color: #B28D54;
  color: #fff;
  margin: 0 -32px 32px;
  padding: 12px 40px 12px 16px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .modal__header {
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: 16px; } }
  .modal__header h4 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }

.modal__close {
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/images/img-layout/ico-close-white.svg) no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .custom-select {
    font-size: 11px; } }

.modal__size-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px; }
  .modal__size-wrap .title {
    color: #000;
    margin: 0 5px 0 0; }
  .modal__size-wrap .modal__size-select {
    width: 100px; }
    .modal__size-wrap .modal__size-select select {
      font-weight: bold;
      font-size: 20px;
      background-position: 90% 50%;
      vertical-align: top;
        border-color: #A0A0A2}
  .modal__size-wrap .modal__size-info {
    color: #B28D54;
    margin-left: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
    .modal__size-wrap .modal__size-info .equally {
      margin-right: 16px; }

.size-table {
  margin: 0 -32px;
  overflow: auto;
  font-size: 15px;
  line-height: 22px;
  color: #4C4C4C;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .size-table {
      margin: 0 -16px; } }
  .size-table table {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 14px;
    min-width: 470px; }
    .size-table table th, .size-table table td {
      padding: 9px 0px;
      width: 48px;
      height: 32px;
      border: 1px solid #E6E6E6;
      border-width: 0px 1px 1px 0;
      text-align: center;
    font-weight: 700;
    font-size: 14px;}
    .size-table table .title {
      color: #fff;
      background-color: #282828;
      font-weight: normal;
      font-size: 13px;
      text-align: left;
      padding-left: 8px;
      padding-right: 8px;
      min-width: 122px;
      border-color: #fff; }
    .size-table table .size {
      padding-left: 2px;
      padding-right: 2px;
      font-size: 13px;
      font-weight: normal;
      background-color: #E6E6E6; }

.size-table__note {
  margin-top: 32px;
  background-color: #F0F0F0;
  margin: 32px -32px -32px;
  padding: 16px;
  font-size: 13px;
  line-height: 22px;
  color: #4C4C4C; }
  @media only screen and (max-width: 767px) {
    .size-table__note {
      margin: 16px -16px -16px; } }


.image_full{
    display:block;
}

.image_mobile{
    display:none !important;
}

@media (max-width: 768px ){
    .image_full{
        display:none !important;
    }

    .image_mobile{
        display:block !important
    }
}

.mtop0 {
    margin-top: 0px;
}

h5.searchDesc  {
    font-size: 14px;   
    margin-top:5px;
    margin-bottom:15px;
}
@media (max-width: 768px ){
        h5.searchDesc  {
        font-size: 12px;   
        margin-top:0px;
        margin-bottom:5px;
    }
}

.margUp20 {
    margin-top: -30px;
}
.filterMore, .filterMore:hover {
    background-color: #fff;
    color: #282828;
        font-size: 11px;
    line-height: 11px;
}

#spol_filters li.hid, #oddelek_filters li.hid, #znamka_filters li.hid, #stevilka_filters li.hid, #namen_filters li.hid, #akcija_filters li.hid, #linija_filters li.hid, #posebnost_filters li.hid {
    display: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.hideme {
    display: none;
}


#spinner{
    width: 100%;    
    margin-top: 40px;
    margin-bottom: 1200px;
   
}
.spinnerInner {
    width: 100%;    
    padding-top: 20px;
    padding-bottom: 40px;
}
#spinner img, .spinnerInner img {
    margin-left: auto;
	margin-right: auto;
	display: block;
}
.pr20 {
    padding-right: 20px;
}

.product-gallery .product-gallery__item {
    padding-top: 0%;
    background-color: #FFF;
}
div.product-gallery__item > img {
    width: auto;
    padding: 40px;
}

div.product-aside__logo > img {
    max-height: 36px;
}
#errHolderRes .loginErrr, #errHolderReg .loginErrr, #errHolderLogin .loginErrr, #profilChangePasswdErr .loginErrr {
    color: red;
    font-weight: 700;
}
#errHolderRes .loginOK, #profilChangePasswdErr .loginOK {
    color: #11a176;
    font-weight: 700;
}

.mobile-menu__item.trademark, .mobile-menu__item.discount {
    display: none;
}

.mobile-menu__item.trademark a, .mobile-menu__item.discount a {
    color: #C8C8C8;
    font-weight: 400
}

div.order__view-item > div.order__view-description > div.order__view-name > div.name > a {
    color: #000;
}

.alertInp {
    border-color: red;
}

.chkout-sel {
    font-family: 'Roboto Condensed';
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  text-align-last: center;
  border: 1px solid #E6E6E6;
  margin-bottom: 16px;
}

chkout-sel2 {
   font-family: 'Roboto Condensed';
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  text-align-last: center;
  border: 1px solid #E6E6E6;
  margin-bottom: 0px;
  margin-top: 16px;
}

.fixMargBot16 {
    margin-bottom: -16px;
}

#shopselopt {
    margin-top:32px;
    text-transform: uppercase;
}
.goldTXT {
    color: #11a176;
}
.redTxt {
    color: #E70000;
}

#shipWrap {
    padding-bottom: 0px;
    padding-top: 0px;
}

.gold {
font-weight: bolder;
text-transform: uppercase;
}

#ponudbaTednaH {
    cursor: pointer;
}


.scrollUpN {
 display: none !important;   
}
.scrollUpA {
    position: absolute;
    right:0;
}
.scrollUpF {
    position: fixed;
    
}

#artikliNum {
  display: inline-block;
  vertical-align: middle;
    top: -4px;
    position: relative;

    font-size: 13px;
    line-height: 24px;
    color: #282846;
    padding-right: 18px;
    font-weight: bold;
    text-transform: uppercase;

}

.header__top-item {
    cursor: pointer;
}
#printholder {
    display: none;
}
.marb4 {
  margin-bottom: 0px;   
}
.floatR {
    float: right;
}

#rezTable h2 {
    padding-bottom: 20px;
}
#rezTable {
    line-height: 16px;
}
#rezTable .btn-black {

}

#main > div > div > div > div > div > div.order-notification__text > div > div:nth-child(2) > div > strong {
    font-size: 24px;
}

.err404 {
    font-size: 28px;
    margin-bottom: 40px;
}

#dropdown_order1 {
    float:right;
}
#artikliNum {
    float:left;
}

.ribbon_relevance {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
}

.store__inline {
	display:inline-block;
	vertical-align:top;
	margin-top:0; }
.footer-info__contact {
	font-size:14px;
	line-height: normal; }

.profile__product-title{
  	padding: 16px;
	background-color:#F0F0F0;
  	overflow: hidden; }
.profile__product-title .profile__product-title-left-line {
  	font-size:13px;
	font-weight: bold;
	color:#000;
	width:60%;
	display:inline-block; }
.profile__product-title .profile__product-title-right-line {
  	font-size:13px;
	font-weight: bold;
	color:#A0A0A2;
	text-align: right;
	width:40%;
	display:inline-block;
	padding-right:32px;
	background:url(/images/img-layout/right.png) no-repeat;
	background-position:right center; }
.profile__product-title .profile__product-title-right-book {
  	font-weight: normal;
	color:#A0A0A2;
	text-align: right;
	width:40%;
	display:inline-block;
	padding-right:0;
	background:none; }
.profile__product-title .profile__product-title-right-active {
	background:url(/images/img-layout/down.png) no-repeat;
	background-position:right center; }
.profile__product-description-left {
	display:inline-block;
	width:68%; }
	@media only screen and (max-width: 767px){
		.profile__product-description-left {
			display:block;
			width:100%; }
	}
.profile__product-description-right {
	display:inline-block;
	width:31%; }
	@media only screen and (max-width: 767px){
		.profile__product-description-right {
			display:block;
			width:100%; }
	}
.profile__product-description-right div {
	font-weight:bold;
	text-align: right; }
	@media only screen and (max-width: 767px){
		.profile__product-description-right div {
			text-align:left; }
	}
.profile__product-description-right div span {
	font-weight:normal; }
.profile__product-title-book {
  	padding: 16px;
	background-color:#F3E3CA;
	font-weight:bold;
	color:#B28D54;
	font-size:13px;
  	overflow: hidden; }
.stores__container {
	padding-top:20px;
	padding-bottom:20px;
}
.stores__container .stores__item {
	width:100%;
	vertical-align: top;
	padding:12px;}
	@media only screen and (min-width: 767px){
		.stores__container .stores__item {
			display:inline-block;
			width:33%; }
	}
.stores__container .stores__item .stores_image {
	width:45%;
	display:inline-block;
	vertical-align:top;
	padding-right:20px;
}
.stores__container .stores__item .stores_image img {
	width:100%;
	height:auto; }
.stores__container .stores__item .stores_content {
	width:55%;
	display:inline-block;
	vertical-align:top;
}
.stores__container .stores__item .stores_content .locator {
	width:20px;
	height:34px;
	color:#fff;
	text-align: center;
	font-size:15px;
	line-height:24px;
	font-weight: bold;
	background: url(/images/img-layout/locator.png) no-repeat;
}
.stores__container .stores__item .stores_content p {
	font-size:16px;
	padding: 0;
	margin: 0;
	color: #000;
}
.stores__container .stores__item .stores_content h2 {
	font-size:16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #B28D54;
}
.stores__container .stores__item .stores_content a:hover {
    text-decoration: none;
}
.stores__map {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom:24px;
}
.stores__map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.store__container {
	padding-top:20px; }
.store__left {
	display:inline-block;
	width:66%;
	vertical-align: top; }
	@media only screen and (max-width: 767px){
		.store__left {
			display:block;
			width:100%; }
	}
.store__right {
	display:inline-block;
	width:33%;
	padding-left:16px; 
	vertical-align: top; }
	@media only screen and (max-width: 767px){
		.store__right {
			display:block;
			width:100%;
			padding-left:0;
			padding-top:16px;}
	}

.store__right p {
	font-size:16px;
	padding: 0;
	margin: 0;
	color: #000;
}
.store__right h2 {
	font-size:16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #B28D54;
}
.store__left img {
	width:100%;
	height:auto;
}
.store__right a {
	display:block;
}
.store__right a img {
	width:100%;
	max-width:90px;
	height:auto;
	padding-bottom:16px;
}
@media only screen and (max-width: 767px){
		.store__right a {
			display:inline-block;
			width:33.33%; }
		.store__right a img {
			padding-bottom:0;
			max-width:inherit; }
		.store__right_pad {
			padding-right:8px; }
		.store__left_pad {
			padding-left:8px; }
	}
.link {
    cursor: pointer;
}

.priporocilo {
    line-height: 14px;
    font-size: 12px;
}
#sizeChartNote {
    display: block;
}

.product-wraper-modalfix {
    padding: 6px 0 1px;
    margin-bottom: 16px;
}
.product-wraper-modalfix:before {
        background-color: transparent;
        content: none;
}

.modal-product {
    width: 100%;
    max-width: 1070px;
    background: none;
}
.modal-product .container {
    padding-right: 6px;
    padding-left: 6px;
    

}
.modal-product > .modal__content {
    padding: 0 6px 6px;
    background-color: #F0F0F0;
}
.modal-product > .modal__content > .modal__header {
    margin: 0 -6px 6px;
}
.modal-product > .modal__content hr {
    margin: 1em -6px;
}

@media only screen and (max-width: 767px) {
    .modal-product {
        margin: unset;
    }
    .modal-product > .modal__content {
        padding: 0 0px 0px;
    }
    .modal-product > .modal__content > .modal__header {
        margin: 0px;
    }
    .modal-product > .modal__content .container {
        padding-right: 8px;
        padding-left: 8px;
    }
    
}

.nopadd {
    padding: 0px !important;
}

.footerVarstvo {
    color: white;
    text-align: right;
    margin-top: 5px;
    margin-bottom: -10px;
    display: block;
}

.anchor {
    margin-top: -88px;
    padding-top: 88px
}
@media only screen and (max-width: 767px) {
    .anchor {
        margin-top: -48px;
        padding-top: 48px
    }
}

.pageGdpr {
  max-width: 688px;
  margin: 0 auto; 
}
  @media only screen and (max-width: 767px) {
    .pageGdpr {
      font-size: 14px;
      line-height: 18px; }
      .page p {
        margin: 18px 0; } 
  }