div[id^=wait_comp_] {
  display: none !important;
}

body, a, input {
  color: #222222;
  font-family: "TT Firs Neue";
}

a {
  color: #222222;
  text-decoration: none;
}

.fancybox-slide--html {
  display: flex;
  align-items: center;
}
.fancybox-slide--html:before {
  min-height: 100%;
  height: auto;
}

.loading {
  overflow: hidden;
  position: relative;
  max-height: 100vh;
}
.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  content: " " !important;
  opacity: 0.9;
  z-index: 1000;
  left: 0;
  top: 0;
  display: block;
}
.loading:after {
  display: block;
  content: " " !important;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-image: url(/images/load.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation: 1s linear 0s normal none infinite running rotation-load;
  -webkit-animation: 1s linear 0s normal none infinite running rotation-load;
  z-index: 1001;
}

@keyframes rotation-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup-window--add-basket {
  position: fixed !important;
  z-index: 3000 !important;
  right: 32px !important;
  top: 28px !important;
  left: auto !important;
  max-width: calc(100% - 64px);
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: row !important;
  font: inherit;
  box-shadow: none;
  background-color: transparent !important;
  padding: 0;
  transform: translateY(-200%);
  transition: transform 0.4s linear;
}

.notice-surface--right {
  position: fixed;
  z-index: 3000;
  right: 32px;
  top: 28px;
  max-width: calc(100% - 64px);
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: row;
}
.notice-surface--right .notice-surface__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
  min-width: 0;
}

.notice {
  min-width: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  background: white;
  border-radius: 16px;
  position: relative;
  width: 346px;
  max-width: 100%;
  transition: transform 0.1s linear;
  flex-shrink: 0;
  margin: 4px 0;
}
.notice__closeer {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -1px;
  right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.notice__inner {
  padding: 20px;
}
.notice__line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice__image {
  height: 60px;
  width: 60px;
}
.notice__image img {
  max-height: 100%;
  max-width: 100%;
}
.notice__title {
  margin-top: -7px;
  color: #222;
  font-weight: 700;
}
.notice__title + .notice__title__detail {
  margin-top: 4px;
}
.notice__detail {
  font-size: 0.875rem;
  line-height: calc(1em + 7px);
}
.notice--hidden {
  display: none;
  margin: 0;
}
.notice--link {
  cursor: pointer;
}

.load_more {
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
}
.load_more p {
  font-weight: 700;
  border: 1px solid lightgrey;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
}

.form--search .form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form--search .button {
  height: 45px;
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.col-sm-0, .col-md-0, .col-lg-0, .col-xlg-0, .col-xs-0, .col-sm-24, .col-md-24, .col-lg-24, .col-xlg-24, .col-xs-24, .col-sm-23, .col-md-23, .col-lg-23, .col-xlg-23, .col-xs-23, .col-sm-22, .col-md-22, .col-lg-22, .col-xlg-22, .col-xs-22, .col-sm-21, .col-md-21, .col-lg-21, .col-xlg-21, .col-xs-21, .col-sm-20, .col-md-20, .col-lg-20, .col-xlg-20, .col-xs-20, .col-sm-19, .col-md-19, .col-lg-19, .col-xlg-19, .col-xs-19, .col-sm-18, .col-md-18, .col-lg-18, .col-xlg-18, .col-xs-18, .col-sm-17, .col-md-17, .col-lg-17, .col-xlg-17, .col-xs-17, .col-sm-16, .col-md-16, .col-lg-16, .col-xlg-16, .col-xs-16, .col-sm-15, .col-md-15, .col-lg-15, .col-xlg-15, .col-xs-15, .col-sm-14, .col-md-14, .col-lg-14, .col-xlg-14, .col-xs-14, .col-sm-13, .col-md-13, .col-lg-13, .col-xlg-13, .col-xs-13, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12, .col-xs-12, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xs-11, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xs-10, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xs-9, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xs-8, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xs-7, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xs-6, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xs-5, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xs-4, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xs-3, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xs-2, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xs-1 {
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
  width: 100%;
}

/**/
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  /*&:before, &:after {
      content: none;
      clear: both;
      display: table;
  }*/
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -8px;
  margin-left: -8px;
}

.hidden {
  display: none;
}

/**/
.clear {
  clear: both;
}

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

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

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

/**/
.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-0 {
  width: 0%;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

@media (min-width: 560px) {
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1140px) {
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1360px) {
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 2500px) {
  .container {
    max-width: 1280px;
  }
  .col-xlg-1 {
    width: 4.1666666667%;
  }
  .col-xlg-2 {
    width: 8.3333333333%;
  }
  .col-xlg-3 {
    width: 12.5%;
  }
  .col-xlg-4 {
    width: 16.6666666667%;
  }
  .col-xlg-5 {
    width: 20.8333333333%;
  }
  .col-xlg-6 {
    width: 25%;
  }
  .col-xlg-7 {
    width: 29.1666666667%;
  }
  .col-xlg-8 {
    width: 33.3333333333%;
  }
  .col-xlg-9 {
    width: 37.5%;
  }
  .col-xlg-10 {
    width: 41.6666666667%;
  }
  .col-xlg-11 {
    width: 45.8333333333%;
  }
  .col-xlg-12 {
    width: 50%;
  }
  .col-xlg-13 {
    width: 54.1666666667%;
  }
  .col-xlg-14 {
    width: 58.3333333333%;
  }
  .col-xlg-15 {
    width: 62.5%;
  }
  .col-xlg-16 {
    width: 66.6666666667%;
  }
  .col-xlg-17 {
    width: 70.8333333333%;
  }
  .col-xlg-18 {
    width: 75%;
  }
  .col-xlg-19 {
    width: 79.1666666667%;
  }
  .col-xlg-20 {
    width: 83.3333333333%;
  }
  .col-xlg-21 {
    width: 87.5%;
  }
  .col-xlg-22 {
    width: 91.6666666667%;
  }
  .col-xlg-23 {
    width: 95.8333333333%;
  }
  .col-xlg-24 {
    width: 100%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-xlg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 12.5%;
  }
  .col-xlg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 25%;
  }
  .col-xlg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-xlg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 37.5%;
  }
  .col-xlg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-xlg-offset-12 {
    margin-left: 50%;
  }
  .col-xlg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-xlg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-15 {
    margin-left: 62.5%;
  }
  .col-xlg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-xlg-offset-18 {
    margin-left: 75%;
  }
  .col-xlg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-xlg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-21 {
    margin-left: 87.5%;
  }
  .col-xlg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-xlg-offset-24 {
    margin-left: 100%;
  }
}
@media (max-width: 559px) {
  .hidden-xs {
    display: none !important;
  }
  .container {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container .container {
    padding: 0;
  }
}
@media (min-width: 560px) and (max-width: 1139px) {
  .hidden-sm {
    display: none !important;
  }
  .container {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1140px) and (max-width: 1359px) {
  .hidden-md {
    display: none !important;
  }
  .container {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1360px) and (max-width: 2500px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 2500px) {
  .hidden-xlg {
    display: none !important;
  }
}
.dropdown_opened .catalog-menu-dropdown-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 9999px;
  background-color: rgba(71, 71, 71, 0.7);
  z-index: 999998;
}
.dropdown_opened .header-wrapper {
  z-index: 999999;
  background: #fff;
}
.dropdown_opened .top-header-banner {
  position: relative;
  z-index: 999999;
}

.header-wrapper {
  position: relative;
}
.header-wrapper .header {
  justify-content: space-between;
  display: flex;
  border-bottom: 0;
  align-items: center;
}
.header-wrapper .header .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-wrapper .header .header-left .logo {
  margin-top: 10px;
  margin-right: 42px;
  min-width: 104px;
}
.header-wrapper .header .header-right {
  display: flex;
}
.header-wrapper .header .header-right .bx-basket {
  margin-right: 5px;
  margin-top: -3px;
}
.header-wrapper .header .header-right .top-like {
  position: relative;
  margin-right: 19px;
}
.header-wrapper .header .header-right .top-like .like-number {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #E93838;
  border-radius: 50%;
  top: 0;
  right: 0;
  margin: -5px;
}
.header-wrapper .header .header-right .top-profile {
  margin-right: 22px;
  margin-top: -3px;
}
.header-wrapper .header .header-right .top-profile a {
  display: flex;
  align-items: center;
}
.header-wrapper .header .header-right .top-profile .top-enter {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 4px;
}
.header-wrapper .header .hamburger {
  width: 20px;
  height: 14px;
  position: relative;
  opacity: 1;
  transition: 0.3s;
}
.header-wrapper .header .hamburger.is-active {
  opacity: 0;
}
.header-wrapper .header .hamburger .hamburger-box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-wrapper .header .hamburger .hamburger-box .hamburger-inner {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #222;
}
.header-wrapper .header .hamburger .hamburger-box .hamburger-inner:before {
  background: #222;
  content: " ";
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  height: 2px;
  width: 100%;
}
.header-wrapper .header .hamburger .hamburger-box .hamburger-inner:after {
  background: #222;
  content: " ";
  position: absolute;
  top: 100%;
  margin-top: 4px;
  height: 2px;
  width: 70%;
}

@media (max-width: 1139px) {
  #page {
    margin-top: 64px;
  }
  .header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000000;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(34, 34, 34, 0.1);
  }
  .header-wrapper .header {
    position: relative;
  }
  .header-wrapper .header .hamburger {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header-wrapper .header .header-left {
    width: 100%;
    justify-content: center;
  }
  .header-wrapper .header .header-left .logo {
    margin: 7px 0 4px;
    width: 66px;
    min-width: 0px;
    display: block;
  }
  .header-wrapper .header .header-left .logo svg {
    width: 100%;
    display: block;
  }
  .header-wrapper .header .header-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
  }
}
@media (max-width: 559px) {
  #page {
    margin-top: 56px;
  }
  .header-wrapper .header {
    display: block;
    margin: 6px 0;
  }
  .header-wrapper .header .hamburger {
    margin-top: -6px;
  }
  .header-wrapper .header .header-left {
    display: none;
  }
  .header-wrapper .header .header-right {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: static;
  }
  .header-wrapper .header .header-right .top-profile {
    position: relative;
    margin-right: auto;
    margin-left: 60px;
    margin-top: -8px;
  }
  .header-wrapper .header .header-right .top-profile .top-enter {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-wrapper .header .header-right .top-profile svg {
    width: 18px;
    height: auto;
  }
  .header-wrapper .header .header-right .top-like {
    margin-right: 37px;
    margin-left: auto;
  }
  .header-wrapper .header .header-right .top-like svg {
    width: 22px;
    height: auto;
  }
  .header-wrapper .header .header-right .logo {
    margin: 3px 0 2px;
    width: 75px;
    min-width: 0px;
    display: block;
  }
  .header-wrapper .header .header-right .logo svg {
    width: 100%;
    display: block;
    height: auto;
  }
  .header-wrapper .header .header-right .bx-basket {
    margin-top: 0;
    margin-right: 1px;
  }
  .header-wrapper .header .header-right .bx-basket svg {
    width: 20px;
    height: auto;
  }
  .header-wrapper .header .basket-line-block-icon-cart {
    padding: 10px;
    margin: -10px;
  }
  .header-wrapper .header .hamburger:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    margin: -20px;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
  }
}
/*@media (max-width: $xsMaxWidth) {
    #page {
        margin-top: 60px;
    }
    .header-wrapper  {
        left: 0;
            position: fixed;
            top: 0;
            width: 100%;
            background: #FFFFFF;
            box-shadow: 0px 4px 24px rgba(34, 34, 34, 0.2);
            z-index: 99999;
        .header {
            margin: 20px 0 15px;
            .hamburger, .header-right {
                position: relative;
            }
            .hamburger {
                width: 25%;
                .hamburger-box {
                    width: 27px;
                    margin-top: -5px;
                }
            }
            .header-right {
                width: 75%;
                display: flex;
                justify-content: space-between;
            }
        }
    }

    .header-xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        .logo {
            display: block;
            width: 66px;
            svg {
                display: block;
                width: 100%;
            }
        }
    }
}
*/
.sizes-table {
  width: auto;
  max-width: 944px;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  display: flex;
}
.sizes-table__picture {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sizes-table__left {
  width: 62.5%;
}
.sizes-table__right {
  width: 37.6059322034%;
  padding: 40px 25px;
}
.sizes-table__right-title {
  margin-bottom: 29px;
  font-size: 24px;
  line-height: 31px;
}
.sizes-table__right p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 13px;
}
.sizes-table__slider-name-item {
  margin: 0 10px 10px 0;
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #222222;
  border: 1px solid #222222;
  box-sizing: border-box;
  cursor: pointer;
}
.sizes-table__slider-name-item.slick-current {
  background: #222222;
  color: #fff;
}
.sizes-table__slider-name .slick-track {
  transform: none !important;
  width: auto !important;
}
.sizes-table__slider-image-item {
  position: relative;
  padding-bottom: 100%;
}
.sizes-table__slider-image-item .value {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (min-width: 560px) and (max-width: 1139px) {
  .sizes-table {
    max-width: 94.4vw;
  }
  .sizes-table__right {
    padding: 4vw 2.5vw;
  }
  .sizes-table__right-title {
    margin-bottom: 2.9vw;
    font-size: 2.4vw;
    line-height: 3.1vw;
  }
  .sizes-table__right p {
    font-size: 1.6vw;
    line-height: 2.1vw;
    margin-bottom: 1.3vw;
  }
  .sizes-table__slider-name-item {
    margin: 0 1vw 0 0;
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.6vw;
    font-size: 1.6vw;
  }
  .sizes-table__slider-image-item .value {
    font-size: 1.6vw;
  }
}
@media (max-width: 559px) {
  .sizes-table {
    align-self: flex-start;
    padding: 50px 0 60px;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .sizes-table__left {
    width: 100%;
  }
  .sizes-table__right {
    width: 100%;
    padding: 20px 19px;
  }
  .sizes-table__right-title {
    margin-bottom: 9px;
    font-size: 19px;
    line-height: 25px;
  }
  .sizes-table__right p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
  }
  .sizes-table__slider-name-item {
    margin: 0 8px 0 0;
    width: 40px;
    height: 40px;
    font-size: 13.5495px;
    line-height: 38px;
    text-align: center;
    color: #222222;
    border: 1px solid #222222;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sizes-table__slider-name-item.slick-current {
    background: #222222;
    color: #fff;
  }
  .sizes-table__slider-name .slick-track {
    transform: none !important;
  }
  .sizes-table__slider-image-item {
    position: relative;
    padding-bottom: 100%;
  }
  .sizes-table__slider-image-item .value {
    position: absolute;
    font-size: 2.7118644068vw;
    font-weight: 600;
    transform: translate(-50%, -50%);
  }
}
.top-header-banner {
  font-size: 16px;
  line-height: 25px;
  padding: 7px 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 1139px) {
  .top-header-banner {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=template_styles.css.map */
