@import url(/assets/font/montserat/stylesheet.css);
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 14, ../sass/all/base.scss */
.o-f-h {
  overflow: hidden !important;
}

/* line 18, ../sass/all/base.scss */
.o-f-v {
  overflow: visible !important;
}

/* line 22, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 26, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 34, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 42, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 46, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 50, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 54, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 58, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 62, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 66, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 70, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 74, ../sass/all/base.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
}

/* line 79, ../sass/all/base.scss */
.mt100 {
  margin-top: 100px;
}

/* line 83, ../sass/all/base.scss */
.mb100 {
  margin-bottom: 100px;
}

/* line 87, ../sass/all/base.scss */
.tar {
  text-align: right;
}

/* line 99, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 111, ../sass/all/base.scss */
  .mt100 {
    margin-top: 85px;
  }

  /* line 115, ../sass/all/base.scss */
  .mb100 {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 123, ../sass/all/base.scss */
  .mt100 {
    margin-top: 70px;
  }

  /* line 127, ../sass/all/base.scss */
  .mb100 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  /* line 135, ../sass/all/base.scss */
  .mt100 {
    margin-top: 55px;
  }

  /* line 139, ../sass/all/base.scss */
  .mb100 {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 147, ../sass/all/base.scss */
  .mt100 {
    margin-top: 40px;
  }

  /* line 151, ../sass/all/base.scss */
  .mb100 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 159, ../sass/all/base.scss */
  .mt100 {
    margin-top: 10vw;
  }

  /* line 163, ../sass/all/base.scss */
  .mb100 {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  /* line 171, ../sass/all/base.scss */
  .ui-pnotify {
    bottom: 0px !important;
    z-index: 2147483648 !important;
  }
}
/* line 1, ../sass/shop/shop-slider.scss */
.ShopSlider {
  position: relative;
  background: #fff;
  z-index: 9;
}
/* line 6, ../sass/shop/shop-slider.scss */
.ShopSlider.owl-carousel {
  z-index: 9;
}
/* line 10, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-stage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 19, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 33, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-dots .owl-dot {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
}
/* line 45, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-dots .owl-dot.active {
  background: #e21d25;
}
/* line 50, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 58, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav .owl-prev, .ShopSlider .owl-nav .owl-next {
  position: relative;
  border-radius: 50%;
  background: rgba(106, 123, 130, 0.6);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
}
/* line 71, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav .owl-prev:hover, .ShopSlider .owl-nav .owl-next:hover {
  background: #e21d25;
}
/* line 75, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav .owl-prev:before, .ShopSlider .owl-nav .owl-next:before {
  content: '\203A';
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 32px;
}
/* line 89, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav .owl-next {
  right: 10px;
}
/* line 93, ../sass/shop/shop-slider.scss */
.ShopSlider .owl-nav .owl-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
}

/* line 102, ../sass/shop/shop-slider.scss */
.ShopSliderB {
  position: relative;
  height: 100%;
  /* min-height: 530px; */
  min-height: 27.5vw;
  overflow: hidden;
}
/* line 109, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  -o-object-position: top;
  position: absolute;
}
/* line 120, ../sass/shop/shop-slider.scss */
.ShopSliderB .bg-mob {
  display: none;
}
/* line 124, ../sass/shop/shop-slider.scss */
.ShopSliderB .banner-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* line 134, ../sass/shop/shop-slider.scss */
.ShopSliderB .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 146, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-top: 100px;
  padding-left: 120px;
}
/* line 154, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL .uptitle {
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
/* line 160, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
  margin-top: 20px;
}
/* line 169, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL .undertitle {
  position: relative;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
/* line 176, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 50px;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  background: #e21d25;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 192, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBL a:hover {
  background: #e21d25;
  color: #fff;
}
/* line 199, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-top: 140px;
}
/* line 222, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .uptitle {
  position: relative;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
}
/* line 229, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR h3 {
  position: relative;
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 15px;
}
/* line 239, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 25px;
  width: 330px;
  height: 150px;
}
/* line 251, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 261, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row .arrow {
  position: relative;
  width: 90px;
  background: #e21d25;
}
/* line 266, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row .arrow:before {
  content: '\203A';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  color: #fff;
}
/* line 283, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row .img {
  position: relative;
  width: 240px;
}
/* line 287, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row .img img {
  display: block;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 296, ../sass/shop/shop-slider.scss */
.ShopSliderB .ShopSliderBR .row:hover .arrow {
  opacity: 0.7;
}

/* line 304, ../sass/shop/shop-slider.scss */
.procent {
  position: absolute;
  top: -125px;
  right: -100px;
  background: #e21d25;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 2;
}

/* line 315, ../sass/shop/shop-slider.scss */
.procent-wr {
  position: absolute;
  bottom: 75px;
  right: 125px;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 329, ../sass/shop/shop-slider.scss */
  .ShopSliderB {
    /* min-height: 490px; */
  }
  /* line 332, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL {
    padding-top: 85px;
    padding-left: 100px;
  }
  /* line 336, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
    font-size: 56px;
  }
  /* line 340, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .undertitle {
    font-size: 17px;
  }
  /* line 345, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR {
    padding-top: 130px;
  }
  /* line 348, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR h3 {
    font-size: 22px;
  }
  /* line 352, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row {
    width: 300px;
    height: 140px;
  }
  /* line 356, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .arrow {
    width: 80px;
  }
  /* line 360, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .img {
    width: 220px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 375, ../sass/shop/shop-slider.scss */
  .ShopSliderB {
    /* min-height: 440px; */
  }
  /* line 378, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL {
    padding-top: 70px;
    padding-left: 80px;
  }
  /* line 382, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .uptitle {
    font-size: 13px;
  }
  /* line 386, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
    font-size: 52px;
    margin-top: 15px;
  }
  /* line 391, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .undertitle {
    margin-top: 10px;
    font-size: 16px;
  }
  /* line 396, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL a {
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 12px;
  }
  /* line 405, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR {
    padding-top: 100px;
  }
  /* line 408, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .uptitle {
    font-size: 13px;
  }
  /* line 412, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  /* line 417, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row {
    margin-top: 20px;
    width: 280px;
    height: 130px;
  }
  /* line 422, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .arrow {
    width: 70px;
  }
  /* line 426, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .img {
    width: 210px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 440, ../sass/shop/shop-slider.scss */
  .ShopSliderB {
    /* min-height: 410px; */
  }
  /* line 443, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL {
    padding-top: 60px;
    padding-left: 60px;
  }
  /* line 447, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .uptitle {
    font-size: 12px;
  }
  /* line 451, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
    font-size: 48px;
    margin-top: 15px;
  }
  /* line 456, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .undertitle {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 461, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL a {
    margin-top: 35px;
    height: 44px;
    line-height: 44px;
    padding: 0 35px;
    font-size: 11px;
  }
  /* line 470, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR {
    padding-top: 80px;
  }
  /* line 473, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .uptitle {
    font-size: 12px;
  }
  /* line 477, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  /* line 482, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row {
    margin-top: 20px;
    width: 250px;
    height: 120px;
  }
  /* line 487, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .arrow {
    width: 60px;
  }
  /* line 491, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .img {
    width: 190px;
  }

  /* line 498, ../sass/shop/shop-slider.scss */
  .procent {
    width: 250px;
    height: 250px;
  }

  /* line 503, ../sass/shop/shop-slider.scss */
  .procent-wr {
    bottom: 56px;
    right: 114px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 515, ../sass/shop/shop-slider.scss */
  .ShopSliderB {
    /* min-height: 360px; */
  }
  /* line 518, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL {
    padding-top: 60px;
    padding-left: 0;
  }
  /* line 522, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .uptitle {
    font-size: 12px;
  }
  /* line 526, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
    font-size: 44px;
    margin-top: 15px;
  }
  /* line 531, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .undertitle {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 536, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL a {
    margin-top: 35px;
    height: 44px;
    line-height: 44px;
    padding: 0 35px;
    font-size: 11px;
  }
  /* line 545, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR {
    padding-top: 80px;
  }
  /* line 548, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .uptitle {
    font-size: 12px;
  }
  /* line 552, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 557, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row {
    margin-top: 20px;
    width: 250px;
    height: 120px;
  }
  /* line 562, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .arrow {
    width: 60px;
  }
  /* line 566, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .img {
    width: 190px;
  }

  /* line 573, ../sass/shop/shop-slider.scss */
  .procent {
    width: 250px;
    height: 250px;
  }

  /* line 578, ../sass/shop/shop-slider.scss */
  .procent-wr {
    bottom: 56px;
    right: 114px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 589, ../sass/shop/shop-slider.scss */
  .ShopSlider .owl-dots {
    bottom: 3vw;
  }
  /* line 593, ../sass/shop/shop-slider.scss */
  .ShopSlider .owl-nav {
    right: 4%;
    bottom: 4vw;
  }
  /* line 597, ../sass/shop/shop-slider.scss */
  .ShopSlider .owl-nav .owl-prev, .ShopSlider .owl-nav .owl-next {
    width: 8vw;
    height: 8vw;
  }
  /* line 601, ../sass/shop/shop-slider.scss */
  .ShopSlider .owl-nav .owl-prev:before, .ShopSlider .owl-nav .owl-next:before {
    left: 0.5vw;
    line-height: 7vw;
    font-size: 8vw;
  }
  /* line 608, ../sass/shop/shop-slider.scss */
  .ShopSlider .owl-nav .owl-prev {
    margin-right: 3vw;
  }

  /* line 614, ../sass/shop/shop-slider.scss */
  .ShopSliderB {
    padding-bottom: 0;
    min-height: 100vw;
    height: 100vw;
  }
  /* line 619, ../sass/shop/shop-slider.scss */
  .ShopSliderB .bg-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  /* line 628, ../sass/shop/shop-slider.scss */
  .ShopSliderB .bg-mob:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 234, 0.8);
    display: none;
  }
  /* line 641, ../sass/shop/shop-slider.scss */
  .ShopSliderB .container {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
  }
  /* line 648, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL {
    width: 100%;
    padding-top: 15vw;
    padding-left: 0;
  }
  /* line 653, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .uptitle {
    font-size: 3.4vw;
  }
  /* line 657, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL h1, .ShopSliderB .ShopSliderBL h2 {
    font-size: 7vw;
    margin-top: 4vw;
  }
  /* line 662, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL .undertitle {
    margin-top: 3vw;
    font-size: 4vw;
  }
  /* line 667, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBL a {
    margin-top: 8vw;
    height: 15vw;
    line-height: 15vw;
    padding: 0 10vw;
    font-size: 3.2vw;
  }
  /* line 676, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR {
    width: 100%;
    padding-top: 5vw;
  }
  /* line 680, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .uptitle {
    font-size: 3.4vw;
  }
  /* line 684, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR h3 {
    font-size: 5vw;
    margin-top: 3vw;
  }
  /* line 689, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row {
    margin-top: 4vw;
    width: 70vw;
    height: 30vw;
  }
  /* line 694, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .arrow {
    width: 20vw;
  }
  /* line 698, ../sass/shop/shop-slider.scss */
  .ShopSliderB .ShopSliderBR .row .img {
    width: 60vw;
  }

  /* line 705, ../sass/shop/shop-slider.scss */
  .procent {
    width: 250px;
    height: 250px;
  }

  /* line 710, ../sass/shop/shop-slider.scss */
  .procent-wr {
    bottom: 56px;
    right: 114px;
    font-size: 40px;
  }
}
/* line 1, ../sass/index/index-line.scss */
.IndexLine {
  background: #ffaaa1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffaaa1), color-stop(50%, #ffe2de), color-stop(100%, #f5aee2));
  background: -o-linear-gradient(left, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffaaa1), color-stop(50%, #ffe2de), to(#f5aee2));
  background: linear-gradient(to right, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaa1', endColorstr='#f5aee2', GradientType=1 );
}
/* line 9, ../sass/index/index-line.scss */
.IndexLine ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
}
/* line 23, ../sass/index/index-line.scss */
.IndexLine li {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 35px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 34, ../sass/index/index-line.scss */
.IndexLine li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 25px;
  max-height: 25px;
}
/* line 44, ../sass/index/index-line.scss */
.IndexLine .center {
  margin: 0 130px;
}
/* line 48, ../sass/index/index-line.scss */
.IndexLine .original {
  background-image: url(/img/icon-original.svg);
  background-size: auto 28px;
}
/* line 53, ../sass/index/index-line.scss */
.IndexLine .goodprice {
  margin: 0 130px;
  background-image: url(/img/icon-goodprice.svg);
  background-size: auto 25px;
  background-position: left -1px;
}
/* line 60, ../sass/index/index-line.scss */
.IndexLine .happyclient {
  padding-left: 50px;
  background-image: url(/img/icon-happyclient.svg);
  background-size: auto 26px;
}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 70, ../sass/index/index-line.scss */
  .IndexLine ul {
    min-height: 44px;
  }
  /* line 74, ../sass/index/index-line.scss */
  .IndexLine li {
    font-size: 12px;
    padding-left: 33px;
    line-height: 28px;
  }
  /* line 79, ../sass/index/index-line.scss */
  .IndexLine li img {
    max-width: 22px;
    max-height: 22px;
  }
  /* line 85, ../sass/index/index-line.scss */
  .IndexLine .center {
    margin: 0 100px;
  }
  /* line 89, ../sass/index/index-line.scss */
  .IndexLine .original {
    background-size: auto 26px;
  }
  /* line 93, ../sass/index/index-line.scss */
  .IndexLine .goodprice {
    margin: 0 100px;
    background-size: auto 23px;
    background-position: left -1px;
  }
  /* line 99, ../sass/index/index-line.scss */
  .IndexLine .happyclient {
    padding-left: 48px;
    background-size: auto 24px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 110, ../sass/index/index-line.scss */
  .IndexLine ul {
    min-height: 40px;
  }
  /* line 114, ../sass/index/index-line.scss */
  .IndexLine li {
    font-size: 11px;
    padding-left: 30px;
    line-height: 26px;
  }
  /* line 119, ../sass/index/index-line.scss */
  .IndexLine li img {
    max-width: 20px;
    max-height: 20px;
  }
  /* line 125, ../sass/index/index-line.scss */
  .IndexLine .center {
    margin: 0 70px;
  }
  /* line 129, ../sass/index/index-line.scss */
  .IndexLine .original {
    background-size: auto 24px;
  }
  /* line 133, ../sass/index/index-line.scss */
  .IndexLine .goodprice {
    margin: 0 70px;
    background-size: auto 21px;
    background-position: left -1px;
  }
  /* line 139, ../sass/index/index-line.scss */
  .IndexLine .happyclient {
    padding-left: 42px;
    background-size: auto 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 150, ../sass/index/index-line.scss */
  .IndexLine ul {
    min-height: 40px;
  }
  /* line 154, ../sass/index/index-line.scss */
  .IndexLine li {
    font-size: 10px;
    letter-spacing: 1px;
    padding-left: 26px;
    line-height: 22px;
  }
  /* line 160, ../sass/index/index-line.scss */
  .IndexLine li img {
    max-width: 18px;
    max-height: 18px;
  }
  /* line 166, ../sass/index/index-line.scss */
  .IndexLine .center {
    margin: 0 25px;
  }
  /* line 170, ../sass/index/index-line.scss */
  .IndexLine .original {
    background-size: auto 22px;
  }
  /* line 174, ../sass/index/index-line.scss */
  .IndexLine .goodprice {
    margin: 0 25px;
    background-size: auto 19px;
    background-position: left -1px;
  }
  /* line 180, ../sass/index/index-line.scss */
  .IndexLine .happyclient {
    padding-left: 38px;
    background-size: auto 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 190, ../sass/index/index-line.scss */
  .IndexLine {
    background: #ffaaa1;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaaa1), color-stop(50%, #ffe2de), color-stop(100%, #f5aee2));
    background: -o-linear-gradient(top, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaaa1), color-stop(50%, #ffe2de), to(#f5aee2));
    background: linear-gradient(to bottom, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaa1', endColorstr='#f5aee2', GradientType=0 );
  }
  /* line 198, ../sass/index/index-line.scss */
  .IndexLine ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: initial;
    padding: 1vw 0;
  }
  /* line 205, ../sass/index/index-line.scss */
  .IndexLine li {
    width: 100%;
    font-size: 3vw;
    padding-left: 10vw;
    line-height: 8vw;
    letter-spacing: 2px;
    margin: 1vw 0;
  }
  /* line 213, ../sass/index/index-line.scss */
  .IndexLine li img {
    max-width: 5vw;
    max-height: 5vw;
  }
  /* line 219, ../sass/index/index-line.scss */
  .IndexLine .center {
    margin: inherit;
  }
  /* line 223, ../sass/index/index-line.scss */
  .IndexLine .original {
    background-image: url(/img/icon-original.svg);
    background-size: auto 6vw;
  }
  /* line 228, ../sass/index/index-line.scss */
  .IndexLine .goodprice {
    margin: inherit;
    background-image: url(/img/icon-goodprice.svg);
    background-size: auto 5.8vw;
    background-position: left 0.5vw;
  }
  /* line 235, ../sass/index/index-line.scss */
  .IndexLine .happyclient {
    padding-left: 10vw;
    background-image: url(/img/icon-happyclient.svg);
    background-size: auto 5vw;
  }
}
/* line 1, ../sass/index/index-brand-list.scss */
.IndexBrandList {
  padding-top: 35px;
  padding-bottom: 80px;
}
/* line 5, ../sass/index/index-brand-list.scss */
.IndexBrandList.pt-80 {
  padding-top: 80px;
}
/* line 9, ../sass/index/index-brand-list.scss */
.IndexBrandList h1, .IndexBrandList h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 50px;
}

/* line 18, ../sass/index/index-brand-list.scss */
.ibl-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33, ../sass/index/index-brand-list.scss */
.ibl-tpl {
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 140px;
}
/* line 39, ../sass/index/index-brand-list.scss */
.ibl-tpl a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 50, ../sass/index/index-brand-list.scss */
.ibl-tpl:hover .ibl-tpl-img {
  background: rgba(226, 29, 37, 0.2);
}
/* line 56, ../sass/index/index-brand-list.scss */
.ibl-tpl.new .ibl-tpl-img {
  margin-top: 0;
  overflow: hidden;
}
/* line 60, ../sass/index/index-brand-list.scss */
.ibl-tpl.new .ibl-tpl-img img {
  max-width: initial;
  max-height: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 70, ../sass/index/index-brand-list.scss */
.ibl-tpl.new:hover {
  opacity: 0.7;
}

/* line 76, ../sass/index/index-brand-list.scss */
.ibl-tpl-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-top: -30px;
  border-radius: 50%;
  background: #f0f0f0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 96, ../sass/index/index-brand-list.scss */
.ibl-tpl-img img {
  max-width: 50%;
  max-height: 50%;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 104, ../sass/index/index-brand-list.scss */
  .IndexBrandList {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  /* line 108, ../sass/index/index-brand-list.scss */
  .IndexBrandList.pt-80 {
    padding-top: 70px;
  }
  /* line 112, ../sass/index/index-brand-list.scss */
  .IndexBrandList h1, .IndexBrandList h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  /* line 118, ../sass/index/index-brand-list.scss */
  .ibl-tpl {
    width: 122px;
    height: 122px;
  }

  /* line 123, ../sass/index/index-brand-list.scss */
  .ibl-tpl-img {
    width: 122px;
    height: 122px;
    margin-top: -26px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 133, ../sass/index/index-brand-list.scss */
  .IndexBrandList {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  /* line 137, ../sass/index/index-brand-list.scss */
  .IndexBrandList.pt-80 {
    padding-top: 60px;
  }
  /* line 141, ../sass/index/index-brand-list.scss */
  .IndexBrandList h1, .IndexBrandList h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  /* line 147, ../sass/index/index-brand-list.scss */
  .ibl-tpl {
    width: 105px;
    height: 105px;
  }

  /* line 152, ../sass/index/index-brand-list.scss */
  .ibl-tpl-img {
    width: 105px;
    height: 105px;
    margin-top: -22px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 162, ../sass/index/index-brand-list.scss */
  .IndexBrandList {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  /* line 166, ../sass/index/index-brand-list.scss */
  .IndexBrandList.pt-80 {
    padding-top: 50px;
  }
  /* line 170, ../sass/index/index-brand-list.scss */
  .IndexBrandList h1, .IndexBrandList h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* line 176, ../sass/index/index-brand-list.scss */
  .ibl-tpl {
    width: 85px;
    height: 85px;
  }

  /* line 181, ../sass/index/index-brand-list.scss */
  .ibl-tpl-img {
    width: 85px;
    height: 85px;
    margin-top: -18px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 191, ../sass/index/index-brand-list.scss */
  .IndexBrandList {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  /* line 195, ../sass/index/index-brand-list.scss */
  .IndexBrandList.pt-80 {
    padding-top: 40px;
  }
  /* line 199, ../sass/index/index-brand-list.scss */
  .IndexBrandList h1, .IndexBrandList h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  /* line 205, ../sass/index/index-brand-list.scss */
  .ibl-tpl {
    width: 70px;
    height: 70px;
  }

  /* line 210, ../sass/index/index-brand-list.scss */
  .ibl-tpl-img {
    width: 70px;
    height: 70px;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 220, ../sass/index/index-brand-list.scss */
  .IndexBrandList {
    padding-top: 10vw;
    padding-bottom: 6vw;
  }
  /* line 224, ../sass/index/index-brand-list.scss */
  .IndexBrandList.pt-80 {
    padding-top: 10vw;
    padding-bottom: 6vw;
  }
  /* line 229, ../sass/index/index-brand-list.scss */
  .IndexBrandList h1, .IndexBrandList h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
  }

  /* line 235, ../sass/index/index-brand-list.scss */
  .ibl-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 240, ../sass/index/index-brand-list.scss */
  .ibl-tpl {
    width: 28vw;
    height: 28vw;
    margin-bottom: 0;
  }

  /* line 246, ../sass/index/index-brand-list.scss */
  .ibl-tpl-img {
    width: 28vw;
    height: 28vw;
    margin-top: -4vw;
  }
}
/* line 1, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNew {
  position: relative;
  padding: 10vmin 0;
}
/* line 5, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNew .title {
  position: relative;
  text-align: center;
  font-size: 30px;
  margin-bottom: 100px;
}
/* line 11, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNew .title span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #6a7b82;
  color: #fff;
}

/* line 21, ../sass/index/index-brand-list-new.scss */
.ibln-row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 36, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL {
  position: relative;
  overflow: hidden;
  width: calc((100% - 150px) / 4);
  margin-right: 50px;
  margin-top: 50px;
  height: 362px;
  border-radius: 50%;
}
/* line 45, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL:nth-child(1), .IndexBrandListNewTPL:nth-child(2), .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
  margin-top: 0;
}
/* line 49, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL:nth-child(4n) {
  margin-right: 0;
}
/* line 53, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL .global-link {
  border-radius: 50%;
}
/* line 57, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 65, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(106, 123, 130, 0.9);
  color: #fff;
  opacity: 0;
  transition: 0.5s ease all;
}
/* line 92, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL h3 {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 99, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL p {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
}
/* line 107, ../sass/index/index-brand-list-new.scss */
.IndexBrandListNewTPL:hover .info {
  opacity: 1;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 116, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title {
    font-size: 28px;
    margin-bottom: 85px;
  }
  /* line 120, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title span {
    padding: 9px 18px;
  }

  /* line 126, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL {
    width: calc((100% - 120px) / 4);
    height: 320px;
    margin-right: 40px;
    margin-top: 40px;
  }
  /* line 132, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(1), .IndexBrandListNewTPL:nth-child(2), .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
    margin-top: 0;
  }
  /* line 136, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL h3 {
    font-size: 24px;
  }
  /* line 140, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL p {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 151, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title {
    font-size: 26px;
    margin-bottom: 70px;
  }
  /* line 155, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title span {
    padding: 8px 16px;
  }

  /* line 161, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL {
    width: calc((100% - 90px) / 4);
    height: 278px;
    margin-right: 30px;
    margin-top: 30px;
  }
  /* line 167, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(1), .IndexBrandListNewTPL:nth-child(2), .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
    margin-top: 0;
  }
  /* line 171, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL h3 {
    font-size: 22px;
  }
  /* line 175, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL p {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  /* line 186, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title {
    font-size: 24px;
    margin-bottom: 55px;
  }
  /* line 190, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title span {
    padding: 7px 12px;
  }

  /* line 196, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-top: 20px;
    height: 225px;
  }
  /* line 202, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(1), .IndexBrandListNewTPL:nth-child(2), .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
    margin-top: 0;
  }
  /* line 206, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL h3 {
    font-size: 20px;
  }
  /* line 210, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL p {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 221, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  /* line 225, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title span {
    padding: 6px 10px;
  }

  /* line 231, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-top: 15px;
    height: 170px;
  }
  /* line 237, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(1), .IndexBrandListNewTPL:nth-child(2), .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
    margin-top: 0;
  }
  /* line 241, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL h3 {
    font-size: 18px;
  }
  /* line 245, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL p {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 256, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title {
    font-size: 5vmin;
    margin-bottom: 5vmin;
  }
  /* line 260, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNew .title span {
    padding: 2vmin 3vmin;
  }

  /* line 266, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL {
    width: calc((100% - 4vw) / 2);
    height: 44vw;
    margin-top: 4vmin;
    margin-right: 4vmin;
  }
  /* line 272, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(3), .IndexBrandListNewTPL:nth-child(4) {
    margin-top: 4vmin;
  }
  /* line 276, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL:nth-child(2n) {
    margin-right: 0;
  }
  /* line 280, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL h3 {
    font-size: 16px;
  }
  /* line 284, ../sass/index/index-brand-list-new.scss */
  .IndexBrandListNewTPL p {
    font-size: 11px;
    padding: 0 5px;
  }
}
/* line 1, ../sass/index/index-news-overview.scss */
.IndexNewsOverview {
  background: #e4e6fd;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-news-overview.scss */
.IndexNewsOverview .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
/* line 14, ../sass/index/index-news-overview.scss */
.IndexNewsOverview h2 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
/* line 22, ../sass/index/index-news-overview.scss */
.IndexNewsOverview .IndexNewsDesc-p {
  position: relative;
  min-height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 35px;
}
/* line 30, ../sass/index/index-news-overview.scss */
.IndexNewsOverview .IndexNewsDesc-p.notfull {
  padding-right: 300px;
}
/* line 35, ../sass/index/index-news-overview.scss */
.IndexNewsOverview .ino-link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #6a7b82;
  color: #000;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 62, ../sass/index/index-news-overview.scss */
.IndexNewsOverview .ino-link:hover {
  border-color: #e21d25;
  color: #fff;
  background: #e21d25;
}

/* line 70, ../sass/index/index-news-overview.scss */
.IndexNews {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding-right: 100px;
}

/* line 79, ../sass/index/index-news-overview.scss */
.IndexNewsDesc {
  position: relative;
}

/* line 83, ../sass/index/index-news-overview.scss */
.IndexNewsInner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 98, ../sass/index/index-news-overview.scss */
.IndexNewsTPL {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 80px) / 3);
  background: #ffe8f0;
  padding: 40px 25px;
  padding-right: 70px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 19px -7px #6a7b82;
  -moz-box-shadow: 5px 5px 19px -7px #6a7b82;
  box-shadow: 5px 5px 19px -7px #6a7b82;
}
/* line 112, ../sass/index/index-news-overview.scss */
.IndexNewsTPL:nth-child(2) {
  background: #e8ffef;
}
/* line 116, ../sass/index/index-news-overview.scss */
.IndexNewsTPL:nth-child(3) {
  background: #fff9e9;
}
/* line 120, ../sass/index/index-news-overview.scss */
.IndexNewsTPL:hover {
  background: rgba(226, 29, 37, 0.1);
}
/* line 124, ../sass/index/index-news-overview.scss */
.IndexNewsTPL:hover .in-tpl-img img {
  transform: translateY(-20px);
}

/* line 131, ../sass/index/index-news-overview.scss */
.in-tpl-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 140, ../sass/index/index-news-overview.scss */
.in-tpl-date {
  position: relative;
  font-size: 16px;
  color: #6a7b82;
  margin-bottom: 16px;
}

/* line 147, ../sass/index/index-news-overview.scss */
.in-tpl-spec {
  position: relative;
  font-size: 29px;
  font-weight: 500;
  color: #e21d25;
  line-height: 1;
  margin-bottom: 25px;
  z-index: 2;
}

/* line 157, ../sass/index/index-news-overview.scss */
.in-tpl-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 70%;
  z-index: 2;
}

/* line 166, ../sass/index/index-news-overview.scss */
.in-tpl-desc {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  z-index: 2;
}

/* line 175, ../sass/index/index-news-overview.scss */
.in-tpl-intro {
  position: relative;
  max-width: 70%;
  font-weight: 500;
  line-height: 1.4;
  font-size: 12px;
  z-index: 2;
}

/* line 184, ../sass/index/index-news-overview.scss */
.in-tpl-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36%;
  height: 100%;
}
/* line 198, ../sass/index/index-news-overview.scss */
.in-tpl-img img {
  -ms-align-self: flex-end;
  align-self: flex-end;
  display: block;
  max-width: 100%;
  max-height: calc(100% - 40px);
  transition: 0.5s ease all;
}

/* line 208, ../sass/index/index-news-overview.scss */
.IndexOverview {
  position: relative;
  width: 25%;
}

/* line 213, ../sass/index/index-news-overview.scss */
.IndexOverViewTpl {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 230, ../sass/index/index-news-overview.scss */
.IndexOverViewTpl:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 234, ../sass/index/index-news-overview.scss */
.IndexOverViewTpl a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 244, ../sass/index/index-news-overview.scss */
.IndexOverViewTpl:hover {
  background: #ed1c22;
}
/* line 248, ../sass/index/index-news-overview.scss */
.IndexOverViewTpl:hover .IndexOverViewTplDesc h4, .IndexOverViewTpl:hover .IndexOverViewTplDesc span {
  color: #fff;
}

/* line 255, ../sass/index/index-news-overview.scss */
.IndexOverViewTplImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
}
/* line 267, ../sass/index/index-news-overview.scss */
.IndexOverViewTplImg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* line 274, ../sass/index/index-news-overview.scss */
.IndexOverViewTplDesc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 70px);
  padding: 0 10px;
}
/* line 292, ../sass/index/index-news-overview.scss */
.IndexOverViewTplDesc.full {
  width: 100%;
  padding: 0;
}
/* line 297, ../sass/index/index-news-overview.scss */
.IndexOverViewTplDesc h4 {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 305, ../sass/index/index-news-overview.scss */
.IndexOverViewTplDesc span {
  display: inline-block;
  margin-left: auto;
  margin-top: auto;
  font-size: 10px;
  font-weight: 600;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 316, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview {
    padding: 85px 0;
  }
  /* line 319, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }
  /* line 324, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 328, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p.notfull {
    padding-right: 250px;
  }
  /* line 333, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .ino-link {
    height: 54px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 50px;
  }

  /* line 341, ../sass/index/index-news-overview.scss */
  .IndexNews {
    padding-right: 60px;
  }

  /* line 345, ../sass/index/index-news-overview.scss */
  .IndexNewsTPL {
    width: calc((100% - 70px) / 3);
    padding: 35px 22px;
    padding-right: 62px;
  }

  /* line 351, ../sass/index/index-news-overview.scss */
  .in-tpl-date {
    font-size: 15px;
    margin-bottom: 14px;
  }

  /* line 356, ../sass/index/index-news-overview.scss */
  .in-tpl-spec {
    font-size: 24px;
    margin-bottom: 22px;
  }

  /* line 361, ../sass/index/index-news-overview.scss */
  .in-tpl-title {
    font-size: 18px;
    margin-bottom: 9px;
  }

  /* line 366, ../sass/index/index-news-overview.scss */
  .in-tpl-desc {
    font-size: 14px;
    margin-bottom: 26px;
  }

  /* line 371, ../sass/index/index-news-overview.scss */
  .in-tpl-intro {
    font-size: 12px;
  }

  /* line 376, ../sass/index/index-news-overview.scss */
  .in-tpl-img img {
    max-height: calc(100% - 35px);
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 385, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview {
    padding: 70px 0;
  }
  /* line 388, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 393, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p {
    min-height: 48px;
    font-size: 14px;
    margin-bottom: 25px;
  }
  /* line 398, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p.notfull {
    padding-right: 220px;
  }
  /* line 403, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .ino-link {
    height: 48px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 40px;
  }

  /* line 411, ../sass/index/index-news-overview.scss */
  .IndexNews {
    padding-right: 40px;
  }

  /* line 415, ../sass/index/index-news-overview.scss */
  .IndexNewsTPL {
    width: calc((100% - 60px) / 3);
    padding: 30px 19px;
    padding-right: 53px;
  }

  /* line 421, ../sass/index/index-news-overview.scss */
  .in-tpl-date {
    font-size: 14px;
    margin-bottom: 12px;
  }

  /* line 426, ../sass/index/index-news-overview.scss */
  .in-tpl-spec {
    font-size: 20px;
    margin-bottom: 19px;
  }

  /* line 431, ../sass/index/index-news-overview.scss */
  .in-tpl-title {
    font-size: 16px;
    margin-bottom: 8px;
    max-width: 83%;
  }

  /* line 437, ../sass/index/index-news-overview.scss */
  .in-tpl-desc {
    font-size: 13px;
    margin-bottom: 22px;
  }

  /* line 442, ../sass/index/index-news-overview.scss */
  .in-tpl-intro {
    max-width: 75%;
    font-size: 10px;
  }

  /* line 448, ../sass/index/index-news-overview.scss */
  .in-tpl-img img {
    max-height: calc(100% - 30px);
  }

  /* line 453, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplImg {
    width: 50px;
  }

  /* line 457, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplDesc {
    width: calc(100% - 70px);
    padding: 0 10px;
  }
  /* line 461, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplDesc h4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 1239px) {
  /* line 470, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview {
    padding: 55px 0;
  }
  /* line 473, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  /* line 478, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p {
    min-height: 44px;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 484, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p.notfull {
    padding-right: 200px;
  }
  /* line 489, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .ino-link {
    height: 44px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px;
  }

  /* line 497, ../sass/index/index-news-overview.scss */
  .IndexNews {
    padding-right: 20px;
  }

  /* line 501, ../sass/index/index-news-overview.scss */
  .IndexNewsTPL {
    width: calc((100% - 40px) / 3);
    padding: 26px 15px;
    padding-right: 43px;
  }

  /* line 507, ../sass/index/index-news-overview.scss */
  .in-tpl-date {
    font-size: 13px;
    margin-bottom: 10px;
  }

  /* line 512, ../sass/index/index-news-overview.scss */
  .in-tpl-spec {
    font-size: 17px;
    margin-bottom: 15px;
  }

  /* line 517, ../sass/index/index-news-overview.scss */
  .in-tpl-title {
    font-size: 14px;
    margin-bottom: 6px;
    max-width: 83%;
  }

  /* line 523, ../sass/index/index-news-overview.scss */
  .in-tpl-desc {
    font-size: 11px;
    margin-bottom: 20px;
  }

  /* line 528, ../sass/index/index-news-overview.scss */
  .in-tpl-intro {
    max-width: 75%;
    font-size: 9px;
  }

  /* line 534, ../sass/index/index-news-overview.scss */
  .in-tpl-img img {
    max-height: calc(100% - 26px);
  }

  /* line 539, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplImg {
    width: 40px;
  }

  /* line 543, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplDesc {
    width: calc(100% - 60px);
    padding: 0 10px;
  }
  /* line 547, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplDesc h4 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 556, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview {
    padding: 40px 0;
  }
  /* line 559, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 567, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p {
    min-height: initial;
  }

  /* line 572, ../sass/index/index-news-overview.scss */
  .IndexNews {
    width: 100%;
    padding-right: 0;
  }

  /* line 577, ../sass/index/index-news-overview.scss */
  .IndexOverview {
    width: 100%;
    margin-top: 40px;
  }

  /* line 582, ../sass/index/index-news-overview.scss */
  .IndexOverviewInner {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 597, ../sass/index/index-news-overview.scss */
  .IndexOverViewTpl {
    width: calc((100% - 4vw) / 2);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 605, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview {
    padding: 10vw 0;
    padding-bottom: 6vw;
  }
  /* line 609, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 617, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview h2 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  /* line 622, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p {
    min-height: initial;
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  /* line 627, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .IndexNewsDesc-p.notfull {
    padding-right: 0;
  }
  /* line 632, ../sass/index/index-news-overview.scss */
  .IndexNewsOverview .ino-link {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 2vmin;
    height: 12vw;
    line-height: calc(12vw - 4px);
    font-size: 4vw;
    padding: 0 10vw;
  }

  /* line 644, ../sass/index/index-news-overview.scss */
  .IndexNews {
    width: 100%;
    padding-right: 0;
  }

  /* line 649, ../sass/index/index-news-overview.scss */
  .IndexNewsInner {
    margin-top: 10vmin;
  }

  /* line 653, ../sass/index/index-news-overview.scss */
  .IndexOverview {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10vw;
  }

  /* line 663, ../sass/index/index-news-overview.scss */
  .IndexNewsTPL {
    width: 100%;
    padding: 4vw 3vw;
    padding-right: 7vw;
    margin-bottom: 4vw;
  }

  /* line 670, ../sass/index/index-news-overview.scss */
  .in-tpl-date {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  /* line 675, ../sass/index/index-news-overview.scss */
  .in-tpl-spec {
    font-size: 7vw;
    margin-bottom: 4vw;
  }

  /* line 680, ../sass/index/index-news-overview.scss */
  .in-tpl-title {
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  /* line 685, ../sass/index/index-news-overview.scss */
  .in-tpl-desc {
    font-size: 3.4vw;
    margin-bottom: 4vw;
  }

  /* line 690, ../sass/index/index-news-overview.scss */
  .in-tpl-intro {
    font-size: 3vw;
  }

  /* line 694, ../sass/index/index-news-overview.scss */
  .in-tpl-img {
    width: 36%;
  }
  /* line 697, ../sass/index/index-news-overview.scss */
  .in-tpl-img img {
    max-height: calc(100% - 4vw);
  }

  /* line 702, ../sass/index/index-news-overview.scss */
  .IndexOverViewTpl {
    margin-bottom: 4vmin;
  }

  /* line 706, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplImg {
    width: 60px;
  }

  /* line 710, ../sass/index/index-news-overview.scss */
  .IndexOverViewTplDesc {
    width: calc(100% - 80px);
  }
}
/* line 1, ../sass/index/index-series2.scss */
.IndexSeries {
  overflow: hidden;
  padding-bottom: 100px;
  /* &:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: calc((100% - 1600px) / 2);
  	width: 1700px;
  	height: 100%;
  	background: url(/img/index-green-bg.svg) left top no-repeat;
  	background-size: 100% auto;
  } */
}
/* line 17, ../sass/index/index-series2.scss */
.IndexSeries .container {
  padding-top: 100px;
}

/* line 22, ../sass/index/index-series2.scss */
.IndexSeriesInner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

/* line 35, ../sass/index/index-series2.scss */
.IndexSeriesSlider {
  position: relative;
  width: calc(73% - 100px);
  margin-left: 80px;
}
/* line 40, ../sass/index/index-series2.scss */
.IndexSeriesSlider h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
/* line 44, ../sass/index/index-series2.scss */
.IndexSeriesSlider h2 span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f88e31;
  color: #fff;
}
/* line 53, ../sass/index/index-series2.scss */
.IndexSeriesSlider .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 68, ../sass/index/index-series2.scss */
.IndexSeriesSlider .ShopTPL {
  width: calc(100% / 4 - 20px);
  background: #fff;
  margin: 10px;
}
/* line 73, ../sass/index/index-series2.scss */
.IndexSeriesSlider .ShopTPL .ShopTPLImg {
  height: 270px;
}

/* line 79, ../sass/index/index-series2.scss */
.IndexSeriesDesc {
  position: relative;
  width: 25%;
}
/* line 83, ../sass/index/index-series2.scss */
.IndexSeriesDesc h1, .IndexSeriesDesc h2 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
/* line 91, ../sass/index/index-series2.scss */
.IndexSeriesDesc p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 35px;
}
/* line 99, ../sass/index/index-series2.scss */
.IndexSeriesDesc a {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
  height: 60px;
  line-height: 56px;
  border-radius: 10px;
  border: 2px solid #6a7b82;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 119, ../sass/index/index-series2.scss */
.IndexSeriesDesc a:hover {
  border-color: #e21d25;
  color: #fff;
  background: #e21d25;
}
/* line 126, ../sass/index/index-series2.scss */
.IndexSeriesDesc .isd-brands {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
/* line 140, ../sass/index/index-series2.scss */
.IndexSeriesDesc .isd-brands a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
/* line 147, ../sass/index/index-series2.scss */
.IndexSeriesDesc .isd-brands a:hover {
  background: transparent;
}
/* line 152, ../sass/index/index-series2.scss */
.IndexSeriesDesc .isd-brands .ibl-tpl {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
/* line 158, ../sass/index/index-series2.scss */
.IndexSeriesDesc .isd-brands .ibl-tpl-img {
  width: 120px;
  height: 120px;
}

/* line 166, ../sass/index/index-series2.scss */
.IndexSeries.yellow-bg {
  margin-top: 140px;
  margin-bottom: 65px;
  /* &:before {
  	background: url(/img/index-yellow-bg.svg) left top no-repeat;
  	background-size: 100% auto;
  } */
}
/* line 177, ../sass/index/index-series2.scss */
.IndexSeries.mirror .IndexSeriesDesc {
  margin-left: 100px;
}
/* line 181, ../sass/index/index-series2.scss */
.IndexSeries.mirror .IndexSeriesSlider {
  margin-left: 0;
}
/* line 185, ../sass/index/index-series2.scss */
.IndexSeries.mirror .IndexSeriesSlider h2 span {
  background: #8e54fe;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 195, ../sass/index/index-series2.scss */
  .IndexSeries {
    padding-bottom: 85px;
  }
  /* line 198, ../sass/index/index-series2.scss */
  .IndexSeries:before {
    left: calc((100% - 1400px) / 2);
    width: 1460px;
  }
  /* line 203, ../sass/index/index-series2.scss */
  .IndexSeries .container {
    padding-top: 85px;
  }

  /* line 208, ../sass/index/index-series2.scss */
  .IndexSeriesSlider {
    position: relative;
    width: calc(74% - 70px);
    margin-left: 60px;
  }
  /* line 213, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  /* line 217, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 span {
    padding: 9px 18px;
  }
  /* line 222, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }
  /* line 226, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL .ShopTPLImg {
    height: 230px;
  }

  /* line 233, ../sass/index/index-series2.scss */
  .IndexSeriesDesc h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }
  /* line 238, ../sass/index/index-series2.scss */
  .IndexSeriesDesc p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 243, ../sass/index/index-series2.scss */
  .IndexSeriesDesc a {
    margin-top: 25px;
    height: 54px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 50px;
  }
  /* line 251, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands {
    margin-top: 40px;
  }
  /* line 254, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl {
    width: 110px;
    height: 110px;
  }
  /* line 259, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl-img {
    width: 110px;
    height: 110px;
  }

  /* line 267, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg {
    margin-top: 120px;
    margin-bottom: 55px;
  }
  /* line 273, ../sass/index/index-series2.scss */
  .IndexSeries.mirror .IndexSeriesDesc {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 283, ../sass/index/index-series2.scss */
  .IndexSeries {
    padding-bottom: 70px;
  }
  /* line 286, ../sass/index/index-series2.scss */
  .IndexSeries:before {
    left: calc((100% - 1200px) / 2);
    width: 1260px;
  }
  /* line 291, ../sass/index/index-series2.scss */
  .IndexSeries .container {
    padding-top: 70px;
  }

  /* line 296, ../sass/index/index-series2.scss */
  .IndexSeriesSlider {
    position: relative;
    width: calc(73% - 70px);
    margin-left: 60px;
  }
  /* line 301, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  /* line 305, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 span {
    padding: 8px 16px;
  }
  /* line 310, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }
  /* line 314, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(3n) {
    margin-right: 5px;
  }
  /* line 318, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(4n) {
    margin-right: 5px;
  }
  /* line 322, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL .ShopTPLImg {
    height: 200px;
  }
  /* line 327, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-title {
    font-size: 11px;
  }
  /* line 331, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-undertitle, .IndexSeriesSlider .ShopTPLDesc-weight {
    margin-top: 10px;
    font-size: 10px;
  }
  /* line 336, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 5px;
  }

  /* line 343, ../sass/index/index-series2.scss */
  .IndexSeriesDesc h1, .IndexSeriesDesc h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 348, ../sass/index/index-series2.scss */
  .IndexSeriesDesc p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  /* line 353, ../sass/index/index-series2.scss */
  .IndexSeriesDesc a {
    margin-top: 20px;
    height: 48px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 40px;
  }
  /* line 361, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands {
    margin-top: 30px;
  }
  /* line 364, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl {
    width: 90px;
    height: 90px;
  }
  /* line 369, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl-img {
    width: 90px;
    height: 90px;
  }

  /* line 377, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg {
    margin-top: 100px;
    margin-bottom: 45px;
  }
  /* line 383, ../sass/index/index-series2.scss */
  .IndexSeries.mirror .IndexSeriesDesc {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 393, ../sass/index/index-series2.scss */
  .IndexSeries {
    padding-bottom: 55px;
  }
  /* line 396, ../sass/index/index-series2.scss */
  .IndexSeries:before {
    left: calc((100% - 960px) / 2);
    width: 980px;
  }
  /* line 401, ../sass/index/index-series2.scss */
  .IndexSeries .container {
    padding-top: 25px;
  }

  /* line 406, ../sass/index/index-series2.scss */
  .IndexSeriesSlider {
    position: relative;
    width: calc(73% - 30px);
    margin-left: 20px;
  }
  /* line 411, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  /* line 415, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 span {
    padding: 7px 12px;
  }
  /* line 420, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }
  /* line 424, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(3n) {
    margin-right: 5px;
  }
  /* line 428, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(4n) {
    margin-right: 5px;
  }
  /* line 432, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL .ShopTPLImg {
    height: 150px;
  }
  /* line 437, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-title {
    font-size: 10px;
    line-height: 1.2;
  }
  /* line 442, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-undertitle, .IndexSeriesSlider .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 9px;
  }
  /* line 447, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 5px;
  }

  /* line 454, ../sass/index/index-series2.scss */
  .IndexSeriesDesc h1, .IndexSeriesDesc h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  /* line 459, ../sass/index/index-series2.scss */
  .IndexSeriesDesc p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 465, ../sass/index/index-series2.scss */
  .IndexSeriesDesc a {
    margin-top: 10px;
    height: 44px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px;
  }
  /* line 473, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands {
    margin-top: 25px;
  }
  /* line 476, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl {
    width: 75px;
    height: 75px;
  }
  /* line 481, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl-img {
    width: 75px;
    height: 75px;
  }

  /* line 489, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  /* line 495, ../sass/index/index-series2.scss */
  .IndexSeries.mirror .IndexSeriesDesc {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 505, ../sass/index/index-series2.scss */
  .IndexSeries {
    padding-bottom: 40px;
  }
  /* line 508, ../sass/index/index-series2.scss */
  .IndexSeries:before {
    left: calc((100% - 92vw) / 2);
    width: 94vw;
  }
  /* line 513, ../sass/index/index-series2.scss */
  .IndexSeries .container {
    padding-top: 3vw;
  }

  /* line 518, ../sass/index/index-series2.scss */
  .IndexSeriesSlider {
    width: calc(60% - 2vw);
    margin-left: 2vw;
  }
  /* line 522, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  /* line 526, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 span {
    padding: 6px 10px;
  }
  /* line 531, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }
  /* line 535, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(5), .IndexSeriesSlider .ShopTPL:nth-child(6), .IndexSeriesSlider .ShopTPL:nth-child(7), .IndexSeriesSlider .ShopTPL:nth-child(8) {
    display: none;
  }
  /* line 539, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL .ShopTPLImg {
    height: 150px;
  }
  /* line 544, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-title {
    font-size: 10px;
    line-height: 1.2;
  }
  /* line 549, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPLDesc-undertitle, .IndexSeriesSlider .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 9px;
  }
  /* line 554, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 5px;
  }

  /* line 560, ../sass/index/index-series2.scss */
  .IndexSeriesDesc {
    width: 35%;
  }
  /* line 563, ../sass/index/index-series2.scss */
  .IndexSeriesDesc h1, .IndexSeriesDesc h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  /* line 568, ../sass/index/index-series2.scss */
  .IndexSeriesDesc p {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 574, ../sass/index/index-series2.scss */
  .IndexSeriesDesc a {
    margin-top: 10px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    padding: 0px 25px;
  }
  /* line 582, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands {
    margin-top: 20px;
  }
  /* line 585, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl {
    width: 70px;
    height: 70px;
  }
  /* line 590, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl-img {
    width: 70px;
    height: 70px;
  }

  /* line 598, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg {
    margin-top: 60px;
    margin-bottom: 25px;
  }
  /* line 604, ../sass/index/index-series2.scss */
  .IndexSeries.mirror .IndexSeriesDesc {
    margin-left: 2vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 614, ../sass/index/index-series2.scss */
  .IndexSeries {
    padding-bottom: 2vw;
  }
  /* line 617, ../sass/index/index-series2.scss */
  .IndexSeries:before {
    left: 2vw;
    width: 96vw;
    background: url(/img/index-green-bg-mob.svg) left top no-repeat;
    background-size: 100% auto;
  }
  /* line 624, ../sass/index/index-series2.scss */
  .IndexSeries .container {
    padding-top: 2vw;
  }

  /* line 629, ../sass/index/index-series2.scss */
  .IndexSeriesInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 634, ../sass/index/index-series2.scss */
  .IndexSeriesSlider {
    width: 100%;
    margin-left: 0;
  }
  /* line 638, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  /* line 642, ../sass/index/index-series2.scss */
  .IndexSeriesSlider h2 span {
    padding: 2vw 3vw;
  }
  /* line 647, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 655, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL {
    width: calc((100% - 2vw) / 2);
    height: auto;
    margin: 0;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  /* line 662, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL:nth-child(2n) {
    margin-right: 0;
  }
  /* line 666, ../sass/index/index-series2.scss */
  .IndexSeriesSlider .ShopTPL .ShopTPLImg {
    height: 40vw;
  }

  /* line 672, ../sass/index/index-series2.scss */
  .IndexSeriesDesc {
    width: 100%;
    margin-top: 8vw;
  }
  /* line 676, ../sass/index/index-series2.scss */
  .IndexSeriesDesc h1, .IndexSeriesDesc h2 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  /* line 681, ../sass/index/index-series2.scss */
  .IndexSeriesDesc p {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  /* line 686, ../sass/index/index-series2.scss */
  .IndexSeriesDesc a {
    margin-top: 4vw;
    height: 12vw;
    line-height: calc(12vw - 4px);
    font-size: 4vw;
    padding: 0 10vw;
  }
  /* line 694, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands {
    margin-top: 8vmin;
  }
  /* line 697, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl {
    width: 27vw;
    height: 27vw;
  }
  /* line 702, ../sass/index/index-series2.scss */
  .IndexSeriesDesc .isd-brands .ibl-tpl-img {
    width: 27vw;
    height: 27vw;
  }

  /* line 710, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  /* line 714, ../sass/index/index-series2.scss */
  .IndexSeries.yellow-bg:before {
    max-height: calc(100% - 10vw);
    border-bottom-right-radius: 60px;
    background: url(/img/index-yellow-bg-mob.svg) left top no-repeat;
    background-size: 100% auto;
  }
  /* line 723, ../sass/index/index-series2.scss */
  .IndexSeries.mirror .IndexSeriesDesc {
    margin-left: 0;
  }
}
/* line 1, ../sass/index/index-week2.scss */
.IndexWeek {
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 30px;
  /* &:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: calc((100% - 1600px) / 2 - 100px);
  	width: 1700px;
  	height: 100%;
  	background: url(/img/index-blue-bg.svg) left top no-repeat;
  	background-size: 100% auto;
  } */
}
/* line 6, ../sass/index/index-week2.scss */
.IndexWeek.standart-margin-top {
  margin-top: 100px;
}
/* line 10, ../sass/index/index-week2.scss */
.IndexWeek .title {
  position: relative;
}
/* line 14, ../sass/index/index-week2.scss */
.IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
  font-size: 30px;
  margin-bottom: 50px;
}
/* line 18, ../sass/index/index-week2.scss */
.IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #e21d25;
  color: #fff;
}
/* line 25, ../sass/index/index-week2.scss */
.IndexWeek h2 span.green, .IndexWeek h2 a.green, .IndexWeek h1 span.green, .IndexWeek h1 a.green, .IndexWeek .IndexWeek-BTN span.green, .IndexWeek .IndexWeek-BTN a.green {
  background: #84bf04;
}
/* line 31, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeek-BTN {
  position: absolute;
  top: 4px;
  right: 200px;
  margin-bottom: 0;
  font-size: 20px;
}
/* line 38, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeek-BTN a {
  background: #f88e31;
}
/* line 41, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeek-BTN a:hover {
  background: #e21d25;
}
/* line 59, ../sass/index/index-week2.scss */
.IndexWeek .container {
  padding-top: 100px;
}
/* line 64, ../sass/index/index-week2.scss */
.IndexWeek.onlyproducts .IndexWeekProduct {
  width: 100%;
  margin: 0;
  margin-right: 100px;
}
/* line 69, ../sass/index/index-week2.scss */
.IndexWeek.onlyproducts .IndexWeekProduct .row {
  justify-content: flex-start;
  margin-top: 0;
}
/* line 74, ../sass/index/index-week2.scss */
.IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL {
  width: calc((100% - 100px) / 5);
  margin: 0;
  margin-right: 25px;
  margin-bottom: 25px;
}
/* line 80, ../sass/index/index-week2.scss */
.IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(4n) {
  display: block;
}
/* line 84, ../sass/index/index-week2.scss */
.IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(5n) {
  margin-right: 0;
}
/* line 93, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeekProduct .slider .ShopTPL {
  width: 100%;
  margin: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
/* line 100, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeekProduct .slider .owl-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 15px;
}
/* line 113, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeekProduct .slider .owl-dots .owl-dot {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e21d25;
  border: 3px solid #e21d25;
  margin: 0 5px;
}
/* line 125, ../sass/index/index-week2.scss */
.IndexWeek .IndexWeekProduct .slider .owl-dots .owl-dot.active {
  background: #fff;
}

/* line 134, ../sass/index/index-week2.scss */
.IndexWeekInner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

/* line 147, ../sass/index/index-week2.scss */
.IndexWeekSlider {
  position: relative;
  width: 470px;
}
/* line 151, ../sass/index/index-week2.scss */
.IndexWeekSlider .owl-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 15px;
}
/* line 164, ../sass/index/index-week2.scss */
.IndexWeekSlider .owl-dots .owl-dot {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f88e31;
  border: 3px solid #f88e31;
  margin: 0 5px;
}
/* line 176, ../sass/index/index-week2.scss */
.IndexWeekSlider .owl-dots .owl-dot.active {
  background: #fff;
}
/* line 182, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(106, 123, 130, 0.2);
  border-radius: 25px;
  height: 470px;
}
/* line 189, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL a {
  display: block;
  overflow: hidden;
  height: 100%;
}
/* line 194, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 209, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 221, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 226, ../sass/index/index-week2.scss */
.IndexWeekSlider .IndexWeekSliderTPL a:hover:after {
  opacity: 1;
}

/* line 235, ../sass/index/index-week2.scss */
.IndexWeekProduct {
  position: relative;
  width: calc(100% - 470px - 160px);
  margin: 0 80px;
}
/* line 240, ../sass/index/index-week2.scss */
.IndexWeekProduct .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}
/* line 255, ../sass/index/index-week2.scss */
.IndexWeekProduct .ShopTPL {
  width: calc((100% / 3) - 40px);
  margin: 20px;
  background: #fff;
  height: 470px;
}
/* line 261, ../sass/index/index-week2.scss */
.IndexWeekProduct .ShopTPL .ShopTPLImg {
  height: 270px;
}
/* line 265, ../sass/index/index-week2.scss */
.IndexWeekProduct .ShopTPL:nth-child(4) {
  display: none;
}

/* line 273, ../sass/index/index-week2.scss */
.IndexWeek.black h2 span, .IndexWeek.black h1 span {
  background: #e21d25;
}
/* line 278, ../sass/index/index-week2.scss */
.IndexWeek.black .IndexWeekSlider .owl-dots .owl-dot {
  background: #e21d25;
  border-color: #e21d25;
}
/* line 282, ../sass/index/index-week2.scss */
.IndexWeek.black .IndexWeekSlider .owl-dots .owl-dot.active {
  background: #fff;
}
/* line 287, ../sass/index/index-week2.scss */
.IndexWeek.black .ShopTPL {
  -webkit-box-shadow: 5px 5px 19px -7px #fff;
  -moz-box-shadow: 5px 5px 19px -7px #fff;
  box-shadow: 5px 5px 19px -7px #fff;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 296, ../sass/index/index-week2.scss */
  .IndexWeek {
    padding-bottom: 85px;
    margin-top: 25px;
  }
  /* line 300, ../sass/index/index-week2.scss */
  .IndexWeek.standart-margin-top {
    margin-top: 85px;
  }
  /* line 304, ../sass/index/index-week2.scss */
  .IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
    font-size: 28px;
    margin-bottom: 45px;
  }
  /* line 308, ../sass/index/index-week2.scss */
  .IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
    padding: 9px 18px;
  }
  /* line 313, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeek-BTN {
    top: 6px;
    font-size: 18px;
  }
  /* line 318, ../sass/index/index-week2.scss */
  .IndexWeek:before {
    left: calc((100% - 1400px) / 2 - 60px);
    width: 1460px;
  }
  /* line 323, ../sass/index/index-week2.scss */
  .IndexWeek .container {
    padding-top: 85px;
  }

  /* line 328, ../sass/index/index-week2.scss */
  .IndexWeekSlider {
    position: relative;
    width: 410px;
  }
  /* line 332, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots {
    margin-top: 15px;
  }
  /* line 336, ../sass/index/index-week2.scss */
  .IndexWeekSlider .IndexWeekSliderTPL {
    border-radius: 25px;
    height: 410px;
  }

  /* line 343, ../sass/index/index-week2.scss */
  .IndexWeekProduct {
    width: calc(100% - 410px - 80px);
    margin: 0 40px;
  }
  /* line 347, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL {
    height: 412px;
  }
  /* line 350, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 230px;
  }
  /* line 355, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 365, ../sass/index/index-week2.scss */
  .IndexWeek {
    padding-bottom: 70px;
    margin-top: 20px;
  }
  /* line 369, ../sass/index/index-week2.scss */
  .IndexWeek.standart-margin-top {
    margin-top: 70px;
  }
  /* line 373, ../sass/index/index-week2.scss */
  .IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
    font-size: 24px;
    margin-bottom: 35px;
  }
  /* line 377, ../sass/index/index-week2.scss */
  .IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
    padding: 8px 16px;
  }
  /* line 382, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeek-BTN {
    top: 5px;
    font-size: 16px;
  }
  /* line 387, ../sass/index/index-week2.scss */
  .IndexWeek:before {
    left: calc((100% - 1200px) / 2 - 60px);
    width: 1260px;
  }
  /* line 392, ../sass/index/index-week2.scss */
  .IndexWeek .container {
    padding-top: 60px;
  }
  /* line 397, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct {
    margin-right: 50px;
  }

  /* line 403, ../sass/index/index-week2.scss */
  .IndexWeekSlider {
    position: relative;
    width: 360px;
  }
  /* line 407, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots {
    margin-top: 10px;
  }
  /* line 411, ../sass/index/index-week2.scss */
  .IndexWeekSlider .IndexWeekSliderTPL {
    border-radius: 25px;
    height: 360px;
  }

  /* line 418, ../sass/index/index-week2.scss */
  .IndexWeekProduct {
    width: calc(100% - 360px - 80px);
    margin: 0 40px;
  }
  /* line 422, ../sass/index/index-week2.scss */
  .IndexWeekProduct .row {
    margin-top: -10px;
  }
  /* line 426, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL {
    width: calc((100% / 3) - 20px);
    height: 360px;
    margin: 10px;
  }
  /* line 431, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 200px;
  }
  /* line 436, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-title {
    font-size: 11px;
  }
  /* line 440, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-undertitle, .IndexWeekProduct .ShopTPLDesc-weight {
    margin-top: 10px;
    font-size: 10px;
  }
  /* line 445, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  /* line 455, ../sass/index/index-week2.scss */
  .IndexWeek {
    padding-bottom: 55px;
    margin-top: 15px;
  }
  /* line 459, ../sass/index/index-week2.scss */
  .IndexWeek.standart-margin-top {
    margin-top: 55px;
  }
  /* line 463, ../sass/index/index-week2.scss */
  .IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
    font-size: 20px;
    margin-bottom: 30px;
  }
  /* line 467, ../sass/index/index-week2.scss */
  .IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
    padding: 7px 12px;
  }
  /* line 472, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeek-BTN {
    top: 4px;
    font-size: 14px;
  }
  /* line 477, ../sass/index/index-week2.scss */
  .IndexWeek:before {
    left: calc((100% - 960px) / 2 - 20px);
    width: 980px;
  }
  /* line 482, ../sass/index/index-week2.scss */
  .IndexWeek .container {
    padding-top: 25px;
  }
  /* line 487, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct {
    margin-right: 25px;
  }
  /* line 490, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL {
    width: calc((100% - 45px) / 4);
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* line 496, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(4) {
    display: block;
    margin-right: 0;
  }
  /* line 501, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(5) {
    display: none;
  }
  /* line 510, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct .slider .ShopTPL {
    width: 100%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

  /* line 520, ../sass/index/index-week2.scss */
  .IndexWeekSlider {
    position: relative;
    width: 290px;
  }
  /* line 524, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots {
    margin-top: 10px;
  }
  /* line 527, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  /* line 534, ../sass/index/index-week2.scss */
  .IndexWeekSlider .IndexWeekSliderTPL {
    border-radius: 25px;
    height: 290px;
  }

  /* line 541, ../sass/index/index-week2.scss */
  .IndexWeekProduct {
    width: calc(100% - 290px - 40px);
    margin: 0 20px;
  }
  /* line 545, ../sass/index/index-week2.scss */
  .IndexWeekProduct .row {
    margin-top: -5px;
  }
  /* line 549, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL {
    width: calc((100% / 3) - 20px);
    margin: 10px;
    height: 290px;
  }
  /* line 554, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 150px;
  }
  /* line 559, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-title {
    font-size: 10px;
    line-height: 1.2;
  }
  /* line 564, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-undertitle, .IndexWeekProduct .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 9px;
  }
  /* line 569, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 579, ../sass/index/index-week2.scss */
  .IndexWeek {
    padding-bottom: 40px;
    margin-top: 10px;
  }
  /* line 583, ../sass/index/index-week2.scss */
  .IndexWeek.standart-margin-top {
    margin-top: 40px;
  }
  /* line 587, ../sass/index/index-week2.scss */
  .IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
    font-size: 18px;
    margin-bottom: 25px;
  }
  /* line 591, ../sass/index/index-week2.scss */
  .IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
    padding: 6px 10px;
  }
  /* line 596, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeek-BTN {
    right: 160px;
    top: 4px;
    font-size: 12px;
  }
  /* line 602, ../sass/index/index-week2.scss */
  .IndexWeek:before {
    left: calc((100% - 92vw) / 2 - 2vw);
    width: 94vw;
  }
  /* line 607, ../sass/index/index-week2.scss */
  .IndexWeek .container {
    padding: 0 calc((100% - 738px) / 2 + 2vw);
    padding-top: 2vw;
  }
  /* line 613, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct {
    margin-right: 2vw;
  }
  /* line 616, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL {
    display: block;
    width: calc((100% - 30px) / 3);
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* line 623, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(7), .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(8) {
    display: none;
  }
  /* line 627, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(4), .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(5) {
    display: none;
  }
  /* line 631, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(3n) {
    margin-right: 0;
  }
  /* line 640, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct .slider .ShopTPL {
    width: 100%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

  /* line 650, ../sass/index/index-week2.scss */
  .IndexWeekSlider {
    position: relative;
    width: 250px;
  }
  /* line 654, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots {
    margin-top: 10px;
  }
  /* line 657, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-width: 2px;
    background: #e9e9eb;
    border-color: #e9e9eb;
  }
  /* line 666, ../sass/index/index-week2.scss */
  .IndexWeekSlider .IndexWeekSliderTPL {
    border-radius: 15px;
    height: 250px;
  }

  /* line 673, ../sass/index/index-week2.scss */
  .IndexWeekProduct {
    width: calc(100% - 250px - 20px);
    margin: 0 10px;
  }
  /* line 677, ../sass/index/index-week2.scss */
  .IndexWeekProduct .row {
    margin-top: -5px;
  }
  /* line 681, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL {
    width: calc(50% - 10px);
    height: 320px;
    margin: 5px;
  }
  /* line 686, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL:nth-child(3) {
    display: none;
  }
  /* line 690, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 170px;
  }
  /* line 695, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-title {
    font-size: 10px;
    line-height: 1.2;
  }
  /* line 700, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPLDesc-undertitle, .IndexWeekProduct .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 9px;
  }
  /* line 705, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-price-title.oldprice {
    font-size: 12px;
  }
  /* line 708, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-price-title.oldprice span {
    font-size: 8px;
  }
  /* line 713, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-price-title {
    font-size: 16px;
  }
  /* line 716, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-price-title span {
    font-size: 12px;
  }
  /* line 721, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL-buy-button {
    font-size: 0px;
    padding-right: 4px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 731, ../sass/index/index-week2.scss */
  .IndexWeek {
    overflow: hidden;
    padding-bottom: 2vw;
    margin-top: calc(10vw - 20px);
  }
  /* line 736, ../sass/index/index-week2.scss */
  .IndexWeek.standart-margin-top {
    margin-top: 10vmin;
  }
  /* line 740, ../sass/index/index-week2.scss */
  .IndexWeek .title {
    position: unset;
  }
  /* line 744, ../sass/index/index-week2.scss */
  .IndexWeek h2, .IndexWeek h1, .IndexWeek .IndexWeek-BTN {
    font-size: 5vw;
    margin: 5vw;
    margin-right: 0;
  }
  /* line 749, ../sass/index/index-week2.scss */
  .IndexWeek h2 span, .IndexWeek h2 a, .IndexWeek h1 span, .IndexWeek h1 a, .IndexWeek .IndexWeek-BTN span, .IndexWeek .IndexWeek-BTN a {
    padding: 2vw 3vw;
  }
  /* line 754, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeek-BTN {
    right: 50%;
    transform: translateX(50%);
    top: initial;
    bottom: 3vmin;
    font-size: 4vmin;
    margin: 0;
  }
  /* line 763, ../sass/index/index-week2.scss */
  .IndexWeek:before {
    left: calc((100% - 92vw) / 2 - 2vw);
    width: 96vw;
    background: url(/img/index-blue-bg-mob.svg) left top no-repeat;
    background-size: 100% auto;
    max-height: calc(100% - 10vw);
    border-bottom-right-radius: 60px;
  }
  /* line 772, ../sass/index/index-week2.scss */
  .IndexWeek .container {
    padding-top: 2vw;
  }
  /* line 775, ../sass/index/index-week2.scss */
  .IndexWeek .container.with-slider {
    padding-bottom: 18vmin;
  }
  /* line 781, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts h2, .IndexWeek.onlyproducts h1 {
    margin-left: 0;
  }
  /* line 784, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts h2 b, .IndexWeek.onlyproducts h1 b {
    display: block;
  }
  /* line 789, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct {
    margin-right: 0;
    width: 100%;
  }
  /* line 793, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .row {
    justify-content: space-between;
  }
  /* line 797, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL {
    width: calc((100% - 2vw) / 2);
    height: auto;
    margin: 0;
    margin-bottom: 2vw;
    -webkit-box-shadow: 1px 1px 10px -5px #6a7b82;
    box-shadow: 1px 1px 10px -5px #6a7b82;
    margin-top: 0;
  }
  /* line 806, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL:nth-child(4) {
    display: none;
  }
  /* line 810, ../sass/index/index-week2.scss */
  .IndexWeek.onlyproducts .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 40vw;
  }
  /* line 818, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct.for-slider {
    width: 60%;
  }
  /* line 821, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct.for-slider .owl-stage-outer {
    overflow: visible;
  }
  /* line 825, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct.for-slider .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /* line 835, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct .slider .ShopTPL {
    min-height: 100%;
    width: 100%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  /* line 843, ../sass/index/index-week2.scss */
  .IndexWeek .IndexWeekProduct .slider .owl-dots {
    display: none !important;
  }

  /* line 850, ../sass/index/index-week2.scss */
  .IndexWeekInner {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 856, ../sass/index/index-week2.scss */
  .IndexWeekSlider {
    width: 100%;
  }
  /* line 859, ../sass/index/index-week2.scss */
  .IndexWeekSlider .row {
    width: 90% !important;
  }
  /* line 862, ../sass/index/index-week2.scss */
  .IndexWeekSlider .row .owl-stage-outer {
    overflow: visible;
  }
  /* line 867, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots {
    margin-top: 4vw;
  }
  /* line 870, ../sass/index/index-week2.scss */
  .IndexWeekSlider .owl-dots .owl-dot {
    background: #e9e9eb;
    border-color: #e9e9eb;
  }
  /* line 876, ../sass/index/index-week2.scss */
  .IndexWeekSlider .IndexWeekSliderTPL {
    border-radius: 20px;
    height: 78vw;
    margin-right: 4vw;
  }

  /* line 884, ../sass/index/index-week2.scss */
  .IndexWeekProduct {
    width: 100%;
    margin: 0;
    margin-top: 8vw;
  }
  /* line 889, ../sass/index/index-week2.scss */
  .IndexWeekProduct .row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  /* line 898, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL {
    width: calc((100% - 2vw) / 2);
    height: auto;
    margin: 0;
    margin-bottom: 2vw;
    -webkit-box-shadow: 1px 1px 10px -5px #6a7b82;
    box-shadow: 1px 1px 10px -5px #6a7b82;
    margin-top: 0;
  }
  /* line 907, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL:nth-child(4) {
    display: block;
  }
  /* line 911, ../sass/index/index-week2.scss */
  .IndexWeekProduct .ShopTPL .ShopTPLImg {
    height: 40vw;
  }
}
/* line 1, ../sass/index/index-thai.scss */
.IndexThai {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
/* line 6, ../sass/index/index-thai.scss */
.IndexThai .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 20, ../sass/index/index-thai.scss */
.IndexThai .isd-brands {
  margin-top: 50px;
  justify-content: center;
}
/* line 25, ../sass/index/index-thai.scss */
.IndexThai .ibl-tpl {
  margin: 0 20px;
}

/* line 30, ../sass/index/index-thai.scss */
.IndexThaiText {
  position: relative;
  width: 54%;
}
/* line 34, ../sass/index/index-thai.scss */
.IndexThaiText h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.15;
  padding-top: 160px;
  margin-bottom: 35px;
}
/* line 43, ../sass/index/index-thai.scss */
.IndexThaiText h2 b {
  display: block;
  margin-left: 75px;
}
/* line 48, ../sass/index/index-thai.scss */
.IndexThaiText h2 span {
  display: block;
  margin-left: 150px;
}

/* line 55, ../sass/index/index-thai.scss */
.IndexThaiRun, .IndexThaiRun2 {
  position: relative;
  left: calc((-100vw + 1600px) / 2);
  width: 100vw;
  border-top: 2px solid #e21d25;
  border-bottom: 2px solid #e21d25;
  padding: 20px 0;
  transform: rotate(-6deg);
}
/* line 64, ../sass/index/index-thai.scss */
.IndexThaiRun span, .IndexThaiRun2 span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 10px;
}

/* line 72, ../sass/index/index-thai.scss */
.IndexThaiRun2 {
  transform: rotate(6deg) translateY(12px);
  background: #fff;
  color: #2d2a4a;
}

/* line 78, ../sass/index/index-thai.scss */
.IndexThaiButton {
  position: relative;
  text-align: center;
  width: 75%;
  margin-top: 40px;
}
/* line 84, ../sass/index/index-thai.scss */
.IndexThaiButton a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  padding-left: 70px;
  padding-right: 50px;
  background: #e21d25;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
/* line 99, ../sass/index/index-thai.scss */
.IndexThaiButton a:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(/img/icons8-right-arrow.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 112, ../sass/index/index-thai.scss */
.IndexThaiButton a:hover {
  opacity: 0.7;
}

/* line 118, ../sass/index/index-thai.scss */
.IndexThaiPhoto {
  position: relative;
  width: 44%;
}
/* line 122, ../sass/index/index-thai.scss */
.IndexThaiPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 130, ../sass/index/index-thai.scss */
.IndexThaiPhoto .egg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74%;
  border: 2px solid #e21d25;
  border-radius: 50%;
  height: 780px;
}
/* line 143, ../sass/index/index-thai.scss */
.IndexThaiPhoto .circle {
  position: absolute;
  overflow: hidden;
  bottom: -5px;
  left: -20%;
  border: 2px solid #e21d25;
  border-radius: 50%;
  width: 340px;
  height: 340px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 157, ../sass/index/index-thai.scss */
  .IndexThai {
    padding: 85px 0;
  }
  /* line 160, ../sass/index/index-thai.scss */
  .IndexThai .isd-brands {
    margin-top: 45px;
  }

  /* line 166, ../sass/index/index-thai.scss */
  .IndexThaiText h2 {
    font-size: 56px;
    padding-top: 140px;
  }
  /* line 170, ../sass/index/index-thai.scss */
  .IndexThaiText h2 b {
    margin-left: 65px;
  }
  /* line 174, ../sass/index/index-thai.scss */
  .IndexThaiText h2 span {
    margin-left: 130px;
  }

  /* line 180, ../sass/index/index-thai.scss */
  .IndexThaiRun, .IndexThaiRun2 {
    left: calc((-100vw + 1400px) / 2);
    padding: 18px 0;
  }
  /* line 184, ../sass/index/index-thai.scss */
  .IndexThaiRun span, .IndexThaiRun2 span {
    font-size: 34px;
  }

  /* line 189, ../sass/index/index-thai.scss */
  .IndexThaiRun2 {
    transform: rotate(6deg) translateY(7px);
  }

  /* line 194, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .egg {
    height: 680px;
  }
  /* line 198, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .circle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 208, ../sass/index/index-thai.scss */
  .IndexThai {
    padding: 70px 0;
  }
  /* line 211, ../sass/index/index-thai.scss */
  .IndexThai .isd-brands {
    margin-top: 40px;
  }
  /* line 215, ../sass/index/index-thai.scss */
  .IndexThai .ibl-tpl {
    margin: 0 15px;
  }

  /* line 221, ../sass/index/index-thai.scss */
  .IndexThaiText h2 {
    font-size: 48px;
    padding-top: 120px;
    margin-bottom: 30px;
  }
  /* line 226, ../sass/index/index-thai.scss */
  .IndexThaiText h2 b {
    margin-left: 55px;
  }
  /* line 230, ../sass/index/index-thai.scss */
  .IndexThaiText h2 span {
    margin-left: 110px;
  }

  /* line 236, ../sass/index/index-thai.scss */
  .IndexThaiRun, .IndexThaiRun2 {
    left: calc((-100vw + 1200px) / 2);
    padding: 16px 0;
  }
  /* line 240, ../sass/index/index-thai.scss */
  .IndexThaiRun span, .IndexThaiRun2 span {
    font-size: 28px;
  }

  /* line 245, ../sass/index/index-thai.scss */
  .IndexThaiRun2 {
    transform: rotate(6deg) translateY(7px);
  }

  /* line 250, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .egg {
    height: 584px;
  }
  /* line 254, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .circle {
    width: 258px;
    height: 258px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  /* line 264, ../sass/index/index-thai.scss */
  .IndexThai {
    padding: 55px 0;
  }
  /* line 267, ../sass/index/index-thai.scss */
  .IndexThai .isd-brands {
    margin-top: 35px;
  }
  /* line 271, ../sass/index/index-thai.scss */
  .IndexThai .ibl-tpl {
    margin: 0 10px;
  }

  /* line 277, ../sass/index/index-thai.scss */
  .IndexThaiText h2 {
    font-size: 38px;
    padding-top: 95px;
    margin-bottom: 25px;
  }
  /* line 282, ../sass/index/index-thai.scss */
  .IndexThaiText h2 b {
    margin-left: 45px;
  }
  /* line 286, ../sass/index/index-thai.scss */
  .IndexThaiText h2 span {
    margin-left: 90px;
  }

  /* line 292, ../sass/index/index-thai.scss */
  .IndexThaiRun, .IndexThaiRun2 {
    left: calc((-100vw + 960px) / 2);
    padding: 13px 0;
  }
  /* line 296, ../sass/index/index-thai.scss */
  .IndexThaiRun span, .IndexThaiRun2 span {
    font-size: 22px;
  }

  /* line 301, ../sass/index/index-thai.scss */
  .IndexThaiRun2 {
    transform: rotate(6deg) translateY(5px);
  }

  /* line 305, ../sass/index/index-thai.scss */
  .IndexThaiButton {
    margin-top: 30px;
  }
  /* line 308, ../sass/index/index-thai.scss */
  .IndexThaiButton a {
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 40px;
    font-size: 13px;
  }
  /* line 315, ../sass/index/index-thai.scss */
  .IndexThaiButton a:before {
    top: 15px;
    left: 15px;
  }

  /* line 323, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .egg {
    height: 468px;
  }
  /* line 327, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .circle {
    width: 205px;
    height: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 337, ../sass/index/index-thai.scss */
  .IndexThai {
    padding: 40px 0;
  }
  /* line 340, ../sass/index/index-thai.scss */
  .IndexThai .isd-brands {
    margin-top: 30px;
  }
  /* line 344, ../sass/index/index-thai.scss */
  .IndexThai .ibl-tpl {
    margin: 0 10px;
  }

  /* line 350, ../sass/index/index-thai.scss */
  .IndexThaiText h2 {
    font-size: 28px;
    padding-top: 75px;
    margin-bottom: 20px;
  }
  /* line 355, ../sass/index/index-thai.scss */
  .IndexThaiText h2 b {
    margin-left: 35px;
  }
  /* line 359, ../sass/index/index-thai.scss */
  .IndexThaiText h2 span {
    margin-left: 70px;
  }

  /* line 365, ../sass/index/index-thai.scss */
  .IndexThaiRun, .IndexThaiRun2 {
    left: calc((-100vw + 720px) / 2);
    width: calc(100vw + 20px);
    padding: 10px 0;
  }
  /* line 370, ../sass/index/index-thai.scss */
  .IndexThaiRun span, .IndexThaiRun2 span {
    font-size: 16px;
  }

  /* line 375, ../sass/index/index-thai.scss */
  .IndexThaiRun2 {
    transform: rotate(6deg) translateY(3px);
  }

  /* line 379, ../sass/index/index-thai.scss */
  .IndexThaiButton {
    margin-top: 20px;
  }
  /* line 382, ../sass/index/index-thai.scss */
  .IndexThaiButton a {
    height: 44px;
    line-height: 44px;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 12px;
  }
  /* line 389, ../sass/index/index-thai.scss */
  .IndexThaiButton a:before {
    top: 12px;
    left: 15px;
  }

  /* line 397, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .egg {
    height: 360px;
  }
  /* line 401, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .circle {
    width: 156px;
    height: 156px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 411, ../sass/index/index-thai.scss */
  .IndexThai {
    padding: 10vmin 0;
  }
  /* line 414, ../sass/index/index-thai.scss */
  .IndexThai .isd-brands {
    margin-top: calc(5vmin - 15px);
    justify-content: space-between;
  }
  /* line 419, ../sass/index/index-thai.scss */
  .IndexThai .ibl-tpl {
    margin: 0;
    margin-top: 15px;
  }

  /* line 425, ../sass/index/index-thai.scss */
  .IndexThaiText {
    width: 100%;
  }
  /* line 428, ../sass/index/index-thai.scss */
  .IndexThaiText h2 {
    font-size: 7.2vmin;
    padding-top: 0;
    margin-bottom: 8vmin;
  }
  /* line 433, ../sass/index/index-thai.scss */
  .IndexThaiText h2 b {
    margin-left: 5vmin;
  }
  /* line 437, ../sass/index/index-thai.scss */
  .IndexThaiText h2 span {
    display: block;
    margin-left: 10vmin;
  }

  /* line 444, ../sass/index/index-thai.scss */
  .IndexThaiRun, .IndexThaiRun2 {
    left: -20px;
    width: calc(100vw + 20px);
    padding: 1vmin 0;
  }
  /* line 449, ../sass/index/index-thai.scss */
  .IndexThaiRun span, .IndexThaiRun2 span {
    font-size: 5vmin;
    margin: 0 2vmin;
  }

  /* line 455, ../sass/index/index-thai.scss */
  .IndexThaiRun2 {
    transform: rotate(6deg) translateY(-25px);
  }

  /* line 459, ../sass/index/index-thai.scss */
  .IndexThaiButton {
    margin-top: 3vmin;
    margin-bottom: 10vmin;
  }
  /* line 463, ../sass/index/index-thai.scss */
  .IndexThaiButton a {
    height: 10vw;
    line-height: 10vw;
    padding-left: 15vw;
    padding-right: 10vw;
    font-size: 3vw;
  }
  /* line 470, ../sass/index/index-thai.scss */
  .IndexThaiButton a:before {
    top: 2.5vw;
    left: 5vw;
    width: 5vw;
    height: 5vw;
  }

  /* line 479, ../sass/index/index-thai.scss */
  .IndexThaiPhoto {
    width: 100%;
  }
  /* line 482, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .egg {
    margin-left: 26%;
    height: 100vmin;
  }
  /* line 487, ../sass/index/index-thai.scss */
  .IndexThaiPhoto .circle {
    top: 0;
    left: 0;
    width: 34vmin;
    height: 34vmin;
  }
}
/* line 1, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 200px 0;
}
/* line 13, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-img {
  position: relative;
  overflow: hidden;
  width: 46%;
}
/* line 18, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-img picture {
  display: block;
}
/* line 22, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-img img {
  display: block;
  min-width: 100%;
  height: 650px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 32, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20%;
  width: 54%;
  padding-left: 5%;
}
/* line 40, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text .uptitle {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #6a7b82;
  margin-top: 70px;
}
/* line 48, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text h2 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 20px;
}
/* line 65, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text h2 img {
  width: 260px;
}
/* line 70, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text .undertitle {
  position: relative;
  margin-top: 45px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
/* line 79, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text ul {
  position: relative;
  margin-top: 45px;
}
/* line 83, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text ul li {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 2.2;
  color: #6a7b82;
  padding-left: 100px;
  margin-bottom: 40px;
}
/* line 92, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text ul li b {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
/* line 99, ../sass/common/left-img-right-text.scss */
.InfoLeftPhoto .col-text ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 112, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto {
    padding: 170px 0;
  }
  /* line 116, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img img {
    height: 600px;
  }
  /* line 121, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text {
    padding-right: 15%;
  }
  /* line 124, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .uptitle {
    margin-top: 60px;
  }
  /* line 128, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 {
    font-size: 26px;
  }
  /* line 131, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 img {
    width: 230px;
  }
  /* line 136, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .undertitle {
    margin-top: 40px;
    font-size: 15px;
    margin-bottom: 35px;
  }
  /* line 142, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 152, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto {
    padding: 140px 0;
  }
  /* line 156, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img img {
    height: 550px;
  }
  /* line 161, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text {
    padding-right: 13%;
  }
  /* line 164, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .uptitle {
    font-size: 11px;
    margin-top: 50px;
  }
  /* line 169, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 {
    font-size: 24px;
    margin-top: 15px;
  }
  /* line 173, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 img {
    width: 200px;
  }
  /* line 178, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .undertitle {
    margin-top: 35px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 184, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul {
    margin-top: 35px;
  }
  /* line 187, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li {
    font-size: 13px;
    padding-left: 80px;
    margin-bottom: 30px;
  }
  /* line 192, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li b {
    font-size: 17px;
  }
  /* line 196, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li img {
    top: 9px;
    width: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 209, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto {
    padding: 110px 0;
  }
  /* line 213, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img img {
    height: 460px;
  }
  /* line 218, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text {
    padding-right: 10%;
  }
  /* line 221, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .uptitle {
    font-size: 10px;
    margin-top: 30px;
  }
  /* line 226, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  /* line 230, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 img {
    width: 160px;
  }
  /* line 235, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .undertitle {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 241, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul {
    margin-top: 30px;
  }
  /* line 244, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li {
    font-size: 12px;
    padding-left: 60px;
    margin-bottom: 25px;
  }
  /* line 249, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li b {
    font-size: 16px;
  }
  /* line 253, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li img {
    top: 9px;
    width: 40px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 266, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto {
    padding: 90px 0;
  }
  /* line 270, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img img {
    height: 440px;
  }
  /* line 275, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text {
    padding-right: 4%;
  }
  /* line 278, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .uptitle {
    font-size: 10px;
    margin-top: 20px;
  }
  /* line 283, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  /* line 287, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 img {
    width: 160px;
  }
  /* line 292, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .undertitle {
    margin-top: 25px;
    font-size: 12px;
    margin-bottom: 25px;
  }
  /* line 298, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul {
    margin-top: 25px;
  }
  /* line 301, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li {
    font-size: 12px;
    padding-left: 60px;
    margin-bottom: 25px;
  }
  /* line 306, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li b {
    font-size: 16px;
  }
  /* line 310, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li img {
    top: 9px;
    width: 40px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 323, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10vw 4vw;
    padding-bottom: 20px;
  }
  /* line 332, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  /* line 338, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-img img {
    height: auto;
    width: 100%;
  }
  /* line 344, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0%;
    width: 100%;
    padding-left: 0%;
  }
  /* line 352, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .uptitle {
    font-size: 3vw;
    margin-top: 0;
  }
  /* line 357, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 {
    font-size: 7vw;
    margin-top: 2vw;
    line-height: 1.2;
  }
  /* line 362, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text h2 img {
    width: 160px;
  }
  /* line 367, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text .undertitle {
    margin-top: 4vw;
    font-weight: 400;
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  /* line 375, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul {
    margin-top: 5vw;
  }
  /* line 378, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li {
    font-size: 3.4vw;
    padding-left: 15vw;
    margin-bottom: 4vw;
  }
  /* line 383, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li b {
    font-size: 5vw;
  }
  /* line 387, ../sass/common/left-img-right-text.scss */
  .InfoLeftPhoto .col-text ul li img {
    top: 3vw;
    width: 10vw;
  }
}
/* line 1, ../sass/shop-category/shop-tpl.scss */
.ShopTPL {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: calc((100% - 75px) / 4);
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 5px 5px 19px -7px #6a7b82;
  -moz-box-shadow: 5px 5px 19px -7px #6a7b82;
  box-shadow: 5px 5px 19px -7px #6a7b82;
}
/* line 12, ../sass/shop-category/shop-tpl.scss */
.ShopTPL:nth-child(4n) {
  margin-right: 0;
}

/* line 17, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 290px;
}
/* line 30, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg:hover img {
  transform: scale(1.1);
}
/* line 33, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg:hover img.nozoom {
  transform: scale(1);
}
/* line 38, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg:hover .ShopTPLImg-picture-hover {
  opacity: 1;
  visibility: visible;
}
/* line 43, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg:hover .ShopTPL-delivery {
  width: 195px;
}

/* line 49, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg-img-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 59, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

/* line 76, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-disc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: #e21d25;
  z-index: 8;
}

/* line 99, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-delivery {
  position: absolute;
  overflow: hidden;
  transition: 0.5s ease all;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
/* line 110, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-delivery span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #84bf04;
  background-image: url(/img/icons8-in-transit-white.svg);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: auto 26px;
  height: 40px;
  width: 195px;
  padding-left: 45px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

/* line 136, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec-tag {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 5px;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #fff;
  background: #18de6b;
}
/* line 153, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec-tag:nth-last-child(1) {
  margin-right: 0;
}
/* line 157, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec-tag.hit {
  background: #f88e31;
}
/* line 161, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec-tag.sale {
  background: #e21d25;
}
/* line 165, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-spec-tag.preorder {
  background: #F17D83;
}

/* line 170, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg-picture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 182, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg-picture-hover {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.8s ease opacity;
  background: #fff;
  z-index: 2;
}

/* line 202, ../sass/shop-category/shop-tpl.scss */
.ShopTPLImg-picture-img {
  position: relative;
  display: block;
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
  transition: 0.3s ease all;
}

/* line 211, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc {
  position: relative;
  padding: 0 15px;
  padding-bottom: 90px;
}

/* line 217, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-title {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
/* line 223, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-title a {
  color: #000;
}
/* line 226, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-title a:hover {
  color: #e21d25;
}

/* line 232, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-review {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
}
/* line 237, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-review a {
  color: #13A703;
}
/* line 241, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-review:hover {
  text-decoration: underline;
}

/* line 246, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-undertitle, .ShopTPLDesc-weight {
  position: relative;
  margin-top: 17px;
  font-size: 12px;
  color: #6a7b82;
}

/* line 253, ../sass/shop-category/shop-tpl.scss */
.ShopTPLDesc-weight {
  margin-top: 5px;
}

/* line 257, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-buy {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}

/* line 268, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-buy-form {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

/* line 280, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price {
  position: relative;
}
/* line 284, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price.discount .ShopTPL-price-title {
  color: #e21d25;
}
/* line 287, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price.discount .ShopTPL-price-title.oldprice {
  color: #000;
}

/* line 294, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
/* line 299, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-title span {
  font-size: 12px;
}
/* line 303, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-title.oldprice {
  font-size: 14px;
  text-decoration: line-through;
  text-decoration-color: #e21d25;
}
/* line 308, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-price-title.oldprice span {
  font-size: 10px;
}

/* line 315, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy {
  position: relative;
}

/* line 319, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 19px;
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #e21d25;
  padding-left: 35px;
  padding-right: 15px;
  color: #e21d25;
  background: url(/img/icons8-basket2.svg) 11px center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}
/* line 336, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-button:hover {
  color: #fff;
  background: #e21d25 url(/img/icons8-basket2-white.svg) 11px center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

/* line 344, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-info {
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #e21d25;
  font-size: 14px;
  font-weight: 600;
}

/* line 358, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-info-link {
  display: block;
  width: 100%;
  margin-top: 5px;
}
/* line 363, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-info-link a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  color: #6a7b82;
}
/* line 371, ../sass/shop-category/shop-tpl.scss */
.ShopTPL-buy-info-link a:hover {
  color: #e21d25;
}

/* line 378, ../sass/shop-category/shop-tpl.scss */
.ShopTPLnoavailable .ShopTPLImg-picture-img {
  opacity: 0.5;
}
/* line 382, ../sass/shop-category/shop-tpl.scss */
.ShopTPLnoavailable .ShopTPL-disc {
  display: none;
}
/* line 386, ../sass/shop-category/shop-tpl.scss */
.ShopTPLnoavailable .ShopTPL-buy-button {
  display: none;
}
/* line 390, ../sass/shop-category/shop-tpl.scss */
.ShopTPLnoavailable .ShopTPL-buy-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 401, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 407, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg {
    height: 250px;
  }

  /* line 411, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec {
    top: 10px;
    left: 10px;
  }

  /* line 416, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec-tag {
    padding: 0 8px;
    font-size: 11px;
  }

  /* line 421, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-disc {
    bottom: 10px;
    right: 10px;
  }

  /* line 426, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery {
    bottom: 10px;
    left: 10px;
  }

  /* line 431, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc {
    padding: 0 10px;
    padding-bottom: 80px;
  }

  /* line 436, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-title {
    font-size: 14px;
  }

  /* line 440, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-undertitle, .ShopTPLDesc-weight {
    margin-top: 15px;
    font-size: 12px;
  }

  /* line 445, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-buy {
    bottom: 20px;
    padding: 0 10px;
  }

  /* line 450, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title {
    font-size: 17px;
  }
  /* line 453, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 462, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  /* line 466, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL:nth-child(4n) {
    margin-right: 25px;
  }
  /* line 470, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL:nth-child(3n) {
    margin-right: 0;
  }

  /* line 475, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg {
    height: 250px;
  }
  /* line 479, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg:hover .ShopTPL-delivery {
    width: 170px;
  }

  /* line 485, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec {
    top: 10px;
    left: 10px;
  }

  /* line 490, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec-tag {
    padding: 0 8px;
    font-size: 11px;
  }

  /* line 495, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-disc {
    bottom: 5px;
    right: 5px;
  }

  /* line 500, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery {
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: 5px;
  }
  /* line 506, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery span {
    font-size: 10px;
  }

  /* line 511, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc {
    padding: 0 10px;
    padding-bottom: 80px;
  }

  /* line 516, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-title {
    font-size: 12px;
    font-weight: 500;
  }

  /* line 521, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-undertitle, .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 10px;
  }

  /* line 526, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-buy {
    bottom: 20px;
    padding: 0 10px;
  }

  /* line 531, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title {
    font-size: 15px;
  }
  /* line 534, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice {
    font-size: 12px;
  }
  /* line 537, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice span {
    font-size: 10px;
  }
  /* line 542, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title span {
    font-size: 13px;
  }

  /* line 547, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button {
    padding-left: 40px;
    padding-right: 15px;
    background: url(/img/icons8-basket2.svg) 12px center no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
  /* line 554, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button:hover {
    background: #e21d25 url(/img/icons8-basket2-white.svg) 12px center no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  /* line 565, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL {
    width: calc((100% - 14px) / 3);
    margin-right: 7px;
  }
  /* line 569, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL:nth-child(4n) {
    margin-right: 7px;
  }
  /* line 573, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL:nth-child(3n) {
    margin-right: 0px;
  }

  /* line 579, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg {
    height: 250px;
  }
  /* line 583, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg:hover .ShopTPL-delivery {
    width: 170px;
  }

  /* line 589, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec {
    top: 10px;
    left: 10px;
  }

  /* line 594, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec-tag {
    padding: 0 8px;
    font-size: 11px;
  }

  /* line 599, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-disc {
    bottom: 5px;
    right: 5px;
  }

  /* line 604, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery {
    bottom: 5px;
    left: 5px;
  }
  /* line 608, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery span {
    font-size: 10px;
  }

  /* line 613, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc {
    padding: 0 10px;
    padding-bottom: 80px;
  }

  /* line 618, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-title {
    font-size: 12px;
    font-weight: 500;
  }

  /* line 623, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-undertitle, .ShopTPLDesc-weight {
    margin-top: 5px;
    font-size: 10px;
  }

  /* line 628, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-buy {
    bottom: 20px;
    padding: 0 10px;
  }

  /* line 633, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title {
    font-size: 15px;
  }
  /* line 636, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice {
    font-size: 12px;
  }
  /* line 639, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice span {
    font-size: 10px;
  }
  /* line 644, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title span {
    font-size: 13px;
  }

  /* line 649, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button {
    padding-left: 40px;
    padding-right: 15px;
    background: url(/img/icons8-basket2.svg) 12px center no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
  /* line 656, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button:hover {
    background: #e21d25 url(/img/icons8-basket2-white.svg) 12px center no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 667, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button {
    padding-right: 3px;
    font-size: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 676, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL {
    width: calc((100% - 2vw) / 2);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  /* line 681, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL:nth-child(2n) {
    margin-right: 0;
  }

  /* line 686, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg {
    height: 40vw;
  }
  /* line 690, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg:hover .ShopTPL-delivery {
    width: auto;
  }

  /* line 696, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLImg-picture-img {
    max-width: 100%;
    max-height: 93%;
  }

  /* line 701, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec {
    top: 2vw;
    left: 2vw;
  }

  /* line 706, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-spec-tag {
    height: 4vw;
    padding: 0 1vw;
    font-size: 2.4vw;
    margin-right: 1vw;
  }

  /* line 713, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-disc {
    bottom: 2vw;
    right: 2vw;
    width: 7vw;
    height: 7vw;
    font-size: 2.4vw;
  }

  /* line 721, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery {
    border-radius: 5px;
    width: auto;
    height: auto;
    bottom: 2vw;
    left: 2vw;
  }
  /* line 728, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-delivery span {
    background-image: none;
    height: auto;
    width: auto;
    padding-left: 0;
    padding: 1vmin 2vmin;
    font-size: 2.4vmin;
    font-weight: 500;
  }

  /* line 739, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc {
    padding: 0 2vw;
    padding-bottom: 12vw;
  }

  /* line 744, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-title {
    font-size: 3vw;
    line-height: 1.3;
  }

  /* line 749, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-undertitle, .ShopTPLDesc-weight {
    margin-top: 2vw;
    font-size: 2.4vw;
  }

  /* line 754, ../sass/shop-category/shop-tpl.scss */
  .ShopTPLDesc-weight {
    margin-top: 1vw;
  }

  /* line 758, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-buy {
    bottom: 2vw;
    padding: 0 2vw;
  }

  /* line 763, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 775, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title {
    font-size: 4vw;
    margin-right: 0;
  }
  /* line 779, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title span {
    font-size: 3vw;
  }
  /* line 783, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice {
    font-size: 3vw;
    color: #6a7b82;
    margin-right: 0;
  }
  /* line 788, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-price-title.oldprice span {
    font-size: 2vw;
  }

  /* line 794, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button {
    border-radius: 4vw;
    height: 8vw;
    width: 10vw;
    font-size: 0px;
    border: 2px solid #e21d25;
    padding-left: 0;
    padding-right: 0;
    color: transparent;
    background: url(/img/icons8-basket2.svg) center center no-repeat;
    -webkit-background-size: auto 4vw;
    background-size: auto 4vw;
  }
  /* line 807, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-button:hover {
    color: transparent;
    background: url(/img/icons8-basket2.svg) center center no-repeat;
    -webkit-background-size: auto 4vw;
    background-size: auto 4vw;
  }

  /* line 815, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-info {
    font-size: 3vw;
  }

  /* line 819, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-info-link {
    margin-top: 0vw;
  }
  /* line 822, ../sass/shop-category/shop-tpl.scss */
  .ShopTPL-buy-info-link a {
    font-size: 2.4vw;
  }
}
/* line 1, ../sass/index/index-popular.scss */
.IndexPop {
  position: relative;
  padding: 60px 0;
}
/* line 5, ../sass/index/index-popular.scss */
.IndexPop.christmas {
  background: url(/img/celebration/christmas-toy.png) 10% 0, url(/img/celebration/christmas-toy-2.png) 20% 0, url(/img/celebration/christmas-toy-3.png) 30% 0, url(/img/celebration/christmas-toy-4.png) 70% 0, url(/img/celebration/christmas-toy-5.png) 80% 0, url(/img/celebration/christmas-toy-6.png) 90% -120%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 200px, auto 120px, auto 150px, auto 150px, auto 140px, auto 300px;
  background-size: auto 200px, auto 120px, auto 150px, auto 150px, auto 140px, auto 300px;
}
/* line 12, ../sass/index/index-popular.scss */
.IndexPop.valentin {
  background: url(/img/celebration/valentin-day-01.svg) 10% 0, url(/img/celebration/valentin-day-03.svg) 20% 0, url(/img/celebration/valentin-day-04.svg) 30% 0, url(/img/celebration/valentin-day-02.svg) 70% 0, url(/img/celebration/valentin-day-04.svg) 80% 0, url(/img/celebration/valentin-day-03.svg) 90% -120%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 200px, auto 120px, auto 150px, auto 150px, auto 140px, auto 300px;
  background-size: auto 200px, auto 120px, auto 150px, auto 150px, auto 140px, auto 300px;
}

/* line 20, ../sass/index/index-popular.scss */
.IndexPopTitles {
  padding: 15px 0 35px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
/* line 40, ../sass/index/index-popular.scss */
.IndexPopTitles img {
  margin: 0 10px;
}

/* line 45, ../sass/index/index-popular.scss */
.IndexPopWr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 53, ../sass/index/index-popular.scss */
.IndexPopBox {
  position: relative;
  width: calc(100% / 6 - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: .5s opacity ease;
  -moz-transition: .5s opacity ease;
  transition: .5s opacity ease;
  color: #000000;
}
/* line 64, ../sass/index/index-popular.scss */
.IndexPopBox.op {
  opacity: 0.5;
}
/* line 69, ../sass/index/index-popular.scss */
.IndexPopBox:hover .IndexPopImg:after {
  transform: translate(-50%, -50%) scale(0.96);
}

/* line 75, ../sass/index/index-popular.scss */
.IndexPopImg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
/* line 83, ../sass/index/index-popular.scss */
.IndexPopImg img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  z-index: 2;
}
/* line 90, ../sass/index/index-popular.scss */
.IndexPopImg:before, .IndexPopImg:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s ease all;
}
/* line 103, ../sass/index/index-popular.scss */
.IndexPopImg:before {
  background: #ffaaa1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffaaa1), color-stop(50%, #ffe2de), color-stop(100%, #f5aee2));
  background: -o-linear-gradient(left, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffaaa1), color-stop(50%, #ffe2de), to(#f5aee2));
  background: linear-gradient(to right, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaa1', endColorstr='#f5aee2', GradientType=1 );
}
/* line 112, ../sass/index/index-popular.scss */
.IndexPopImg:after {
  background-color: #F6F6F6;
}

/* line 117, ../sass/index/index-popular.scss */
.IndexPopTitle {
  font-size: 13px;
  padding: 16px 25px;
  list-style: 1.3;
  display: block;
  text-align: center;
}

/* line 125, ../sass/index/index-popular.scss */
.IndexPopWr.pack {
  max-width: 100%;
  padding-top: 50px;
}
/* line 129, ../sass/index/index-popular.scss */
.IndexPopWr.pack .IndexPopBox {
  width: calc(100% / 7 - 15px);
}

/* line 134, ../sass/index/index-popular.scss */
.IndexPopWr.full {
  max-width: 100%;
}
/* line 137, ../sass/index/index-popular.scss */
.IndexPopWr.full .IndexPopBox {
  width: calc(100% / 8 - 15px);
}

@media only screen and (max-width: 1640px) and (min-width: 1440px) {
  /* line 145, ../sass/index/index-popular.scss */
  .IndexPopTitles img {
    width: 230px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1240px) {
  /* line 155, ../sass/index/index-popular.scss */
  .IndexPopTitles img {
    width: 200px;
  }
}
@media only screen and (max-width: 1239px) and (min-width: 1000px) {
  /* line 165, ../sass/index/index-popular.scss */
  .IndexPopTitles img {
    width: 160px;
  }

  /* line 170, ../sass/index/index-popular.scss */
  .IndexPopImg {
    width: 100px;
    height: 100px;
  }

  /* line 175, ../sass/index/index-popular.scss */
  .IndexPopTitle {
    font-size: 12px;
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 184, ../sass/index/index-popular.scss */
  .IndexPopTitles img {
    width: 160px;
  }

  /* line 189, ../sass/index/index-popular.scss */
  .IndexPopImg {
    width: 100px;
    height: 100px;
  }

  /* line 194, ../sass/index/index-popular.scss */
  .IndexPopTitle {
    font-size: 12px;
    padding: 15px 5px;
  }
  /* line 198, ../sass/index/index-popular.scss */
  .IndexPopTitle img {
    width: 160px;
  }

  /* line 203, ../sass/index/index-popular.scss */
  .IndexPopWr.pack {
    padding-top: 30px;
  }
  /* line 206, ../sass/index/index-popular.scss */
  .IndexPopWr.pack .IndexPopBox {
    width: calc(100% / 4 - 15px);
  }

  /* line 212, ../sass/index/index-popular.scss */
  .IndexPopWr.full .IndexPopBox {
    width: calc(100% / 4 - 15px);
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 221, ../sass/index/index-popular.scss */
  .IndexPop {
    padding-top: 8vw;
    padding-bottom: 0;
  }
  /* line 225, ../sass/index/index-popular.scss */
  .IndexPop.valentin {
    background: url(/img/celebration/valentin-day-03.svg) 8% 0, url(/img/celebration/valentin-day-04.svg) 30% 0, url(/img/celebration/valentin-day-02.svg) 70% 0, url(/img/celebration/valentin-day-04.svg) 97% 0;
    background-repeat: no-repeat;
    -webkit-background-size: auto 120px, auto 150px, auto 150px, auto 140px;
    background-size: auto 120px, auto 150px, auto 150px, auto 140px;
  }

  /* line 233, ../sass/index/index-popular.scss */
  .IndexPopBox {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
  }

  /* line 238, ../sass/index/index-popular.scss */
  .IndexPopImg {
    width: 25vw;
    height: 25vw;
  }

  /* line 243, ../sass/index/index-popular.scss */
  .IndexPopTitle {
    font-size: 3vw;
    padding: 1vw 1vw;
  }

  /* line 248, ../sass/index/index-popular.scss */
  .IndexPopTitles {
    padding: 2vw 0 5vw;
    font-size: 5vw;
  }

  /* line 253, ../sass/index/index-popular.scss */
  .IndexPopWr.pack {
    padding-top: 5vw;
  }
  /* line 256, ../sass/index/index-popular.scss */
  .IndexPopWr.pack .IndexPopBox {
    width: calc(100% / 3 - 10px);
  }

  /* line 262, ../sass/index/index-popular.scss */
  .IndexPopWr.full .IndexPopBox {
    width: calc(100% / 3 - 10px);
  }
}
/* line 1, ../sass/index/index-bg-element.scss */
.index-bg-element {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: calc((100% - 1600px) / 2 - 100px);
  width: 1700px;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #e0f9fe;
}
/* line 13, ../sass/index/index-bg-element.scss */
.index-bg-element.green {
  background: #d0f2d9;
}
/* line 17, ../sass/index/index-bg-element.scss */
.index-bg-element.violet {
  background: #e4e6fd;
}
/* line 21, ../sass/index/index-bg-element.scss */
.index-bg-element.yellow {
  background: #fef1ad;
}
/* line 25, ../sass/index/index-bg-element.scss */
.index-bg-element.black {
  background: #000;
}
/* line 29, ../sass/index/index-bg-element.scss */
.index-bg-element.pink {
  background: #ffedfb;
}
/* line 33, ../sass/index/index-bg-element.scss */
.index-bg-element.pink-opacity {
  background: rgba(255, 237, 251, 0.9);
}
/* line 37, ../sass/index/index-bg-element.scss */
.index-bg-element.gradient {
  background: #ffaaa1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffaaa1), color-stop(50%, #ffe2de), color-stop(100%, #f5aee2));
  background: -o-linear-gradient(left, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffaaa1), color-stop(50%, #ffe2de), to(#f5aee2));
  background: linear-gradient(to right, #ffaaa1 0%, #ffe2de 50%, #f5aee2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaa1', endColorstr='#f5aee2', GradientType=1 );
}
/* line 47, ../sass/index/index-bg-element.scss */
.index-bg-element.flower:after {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: url(/img/flower.svg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 61, ../sass/index/index-bg-element.scss */
.index-bg-element.mirror {
  left: calc((100% - 1600px) / 2);
  border-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 68, ../sass/index/index-bg-element.scss */
.index-bg-element.no-left {
  left: calc((100% - 1600px) / 2);
}
/* line 72, ../sass/index/index-bg-element.scss */
.index-bg-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 86, ../sass/index/index-bg-element.scss */
  .index-bg-element {
    left: calc((100% - 1400px) / 2 - 100px);
    width: 1500px;
  }
  /* line 90, ../sass/index/index-bg-element.scss */
  .index-bg-element.mirror {
    left: calc((100% - 1400px) / 2);
  }
  /* line 94, ../sass/index/index-bg-element.scss */
  .index-bg-element.no-left {
    left: calc((100% - 1400px) / 2);
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 103, ../sass/index/index-bg-element.scss */
  .index-bg-element {
    left: calc((100% - 1200px) / 2 - 50px);
    width: 1250px;
  }
  /* line 107, ../sass/index/index-bg-element.scss */
  .index-bg-element.mirror {
    left: calc((100% - 1200px) / 2);
  }
  /* line 111, ../sass/index/index-bg-element.scss */
  .index-bg-element.no-left {
    left: calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 120, ../sass/index/index-bg-element.scss */
  .index-bg-element {
    left: calc((100% - 960px) / 2 - 25px);
    width: 985px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  /* line 126, ../sass/index/index-bg-element.scss */
  .index-bg-element.mirror {
    left: calc((100% - 960px) / 2);
    border-radius: 70px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 133, ../sass/index/index-bg-element.scss */
  .index-bg-element.no-left {
    left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 142, ../sass/index/index-bg-element.scss */
  .index-bg-element {
    left: calc((100% - 92vw) / 2 - 2vw);
    width: 94vw;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  /* line 148, ../sass/index/index-bg-element.scss */
  .index-bg-element.mirror {
    left: calc((100% - 92vw) / 2);
    border-radius: 55px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 155, ../sass/index/index-bg-element.scss */
  .index-bg-element.no-left {
    left: calc((100% - 92vw) / 2);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 164, ../sass/index/index-bg-element.scss */
  .index-bg-element {
    left: calc((100% - 92vw) / 2 - 2vw);
    width: 96vw;
    border-top-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
  }
  /* line 170, ../sass/index/index-bg-element.scss */
  .index-bg-element.mirror {
    left: calc((100% - 92vw) / 2 - 2vw);
    border-radius: 5vw;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 177, ../sass/index/index-bg-element.scss */
  .index-bg-element.no-left {
    left: calc((100% - 92vw) / 2 - 2vw);
  }
}
/* line 1, ../sass/index/index-news2.scss */
.IndexNews2 {
  background: #e4e6fd;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-news2.scss */
.IndexNews2 .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* line 15, ../sass/index/index-news2.scss */
.IndexNewsL {
  position: relative;
  width: 25%;
  margin-left: 100px;
}
/* line 20, ../sass/index/index-news2.scss */
.IndexNewsL h2 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
/* line 28, ../sass/index/index-news2.scss */
.IndexNewsL p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 35px;
}
/* line 36, ../sass/index/index-news2.scss */
.IndexNewsL a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #6a7b82;
  color: #000;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 62, ../sass/index/index-news2.scss */
.IndexNewsL a:hover {
  border-color: #e21d25;
  color: #fff;
  background: #e21d25;
}

/* line 70, ../sass/index/index-news2.scss */
.IndexNewsR {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: calc(73% - 100px);
}

/* line 81, ../sass/index/index-news2.scss */
.IndexNewsTPL {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 80px) / 3);
  background: #ffe8f0;
  padding: 40px 25px;
  /* padding-right: 70px; */
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 19px -7px #6a7b82;
  -moz-box-shadow: 5px 5px 19px -7px #6a7b82;
  box-shadow: 5px 5px 19px -7px #6a7b82;
}
/* line 95, ../sass/index/index-news2.scss */
.IndexNewsTPL:nth-child(2) {
  background: #e8ffef;
}
/* line 99, ../sass/index/index-news2.scss */
.IndexNewsTPL:nth-child(3) {
  background: #fff9e9;
}
/* line 103, ../sass/index/index-news2.scss */
.IndexNewsTPL:hover {
  background: rgba(226, 29, 37, 0.1);
}
/* line 107, ../sass/index/index-news2.scss */
.IndexNewsTPL:hover .in-tpl-img img {
  transform: translateY(-20px);
}

/* line 114, ../sass/index/index-news2.scss */
.in-tpl-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 123, ../sass/index/index-news2.scss */
.in-tpl-date {
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #6a7b82;
  margin-bottom: 16px;
}

/* line 131, ../sass/index/index-news2.scss */
.in-tpl-spec {
  position: relative;
  font-size: 29px;
  font-weight: 500;
  color: #e21d25;
  line-height: 1;
  margin-bottom: 25px;
  z-index: 2;
}

/* line 141, ../sass/index/index-news2.scss */
.in-tpl-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 70%;
  z-index: 2;
}

/* line 150, ../sass/index/index-news2.scss */
.in-tpl-desc {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  z-index: 2;
}

/* line 159, ../sass/index/index-news2.scss */
.in-tpl-intro {
  position: relative;
  max-width: 70%;
  font-weight: 500;
  line-height: 1.4;
  font-size: 12px;
  z-index: 2;
}

/* line 168, ../sass/index/index-news2.scss */
.in-tpl-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36%;
  height: 100%;
}
/* line 182, ../sass/index/index-news2.scss */
.in-tpl-img img {
  -ms-align-self: flex-end;
  align-self: flex-end;
  display: block;
  max-width: 100%;
  max-height: calc(100% - 40px);
  transition: 0.5s ease all;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 194, ../sass/index/index-news2.scss */
  .IndexNews2 {
    padding: 85px 0;
  }

  /* line 198, ../sass/index/index-news2.scss */
  .IndexNewsL {
    margin-left: 60px;
  }
  /* line 201, ../sass/index/index-news2.scss */
  .IndexNewsL h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }
  /* line 206, ../sass/index/index-news2.scss */
  .IndexNewsL p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 211, ../sass/index/index-news2.scss */
  .IndexNewsL a {
    margin-top: 25px;
    height: 54px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 50px;
  }

  /* line 220, ../sass/index/index-news2.scss */
  .IndexNewsR {
    width: calc(73% - 70px);
  }

  /* line 224, ../sass/index/index-news2.scss */
  .IndexNewsTPL {
    width: calc((100% - 70px) / 3);
    padding: 35px 22px;
    /* padding-right: 62px; */
  }

  /* line 230, ../sass/index/index-news2.scss */
  .in-tpl-date {
    font-size: 12px;
    margin-bottom: 14px;
  }

  /* line 235, ../sass/index/index-news2.scss */
  .in-tpl-spec {
    font-size: 24px;
    margin-bottom: 22px;
  }

  /* line 240, ../sass/index/index-news2.scss */
  .in-tpl-title {
    font-size: 18px;
    margin-bottom: 9px;
  }

  /* line 245, ../sass/index/index-news2.scss */
  .in-tpl-desc {
    font-size: 14px;
    margin-bottom: 26px;
  }

  /* line 250, ../sass/index/index-news2.scss */
  .in-tpl-intro {
    font-size: 12px;
  }

  /* line 255, ../sass/index/index-news2.scss */
  .in-tpl-img img {
    max-height: calc(100% - 35px);
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 264, ../sass/index/index-news2.scss */
  .IndexNews2 {
    padding: 70px 0;
  }

  /* line 268, ../sass/index/index-news2.scss */
  .IndexNewsL {
    margin-left: 60px;
  }
  /* line 271, ../sass/index/index-news2.scss */
  .IndexNewsL h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 276, ../sass/index/index-news2.scss */
  .IndexNewsL p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  /* line 281, ../sass/index/index-news2.scss */
  .IndexNewsL a {
    margin-top: 20px;
    height: 48px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 40px;
  }

  /* line 290, ../sass/index/index-news2.scss */
  .IndexNewsR {
    width: calc(73% - 70px);
  }

  /* line 294, ../sass/index/index-news2.scss */
  .IndexNewsTPL {
    width: calc((100% - 60px) / 3);
    padding: 30px 19px;
    /* padding-right: 53px; */
  }

  /* line 300, ../sass/index/index-news2.scss */
  .in-tpl-date {
    font-size: 12px;
    margin-bottom: 12px;
  }

  /* line 305, ../sass/index/index-news2.scss */
  .in-tpl-spec {
    font-size: 20px;
    margin-bottom: 19px;
  }

  /* line 310, ../sass/index/index-news2.scss */
  .in-tpl-title {
    font-size: 16px;
    margin-bottom: 8px;
    max-width: 83%;
  }

  /* line 316, ../sass/index/index-news2.scss */
  .in-tpl-desc {
    font-size: 13px;
    margin-bottom: 22px;
  }

  /* line 321, ../sass/index/index-news2.scss */
  .in-tpl-intro {
    max-width: 75%;
    font-size: 10px;
  }

  /* line 327, ../sass/index/index-news2.scss */
  .in-tpl-img img {
    max-height: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 336, ../sass/index/index-news2.scss */
  .IndexNews2 {
    padding: 55px 0;
  }

  /* line 340, ../sass/index/index-news2.scss */
  .IndexNewsL {
    margin-left: 20px;
  }
  /* line 343, ../sass/index/index-news2.scss */
  .IndexNewsL h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  /* line 348, ../sass/index/index-news2.scss */
  .IndexNewsL p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 354, ../sass/index/index-news2.scss */
  .IndexNewsL a {
    margin-top: 10px;
    height: 44px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px;
  }

  /* line 363, ../sass/index/index-news2.scss */
  .IndexNewsR {
    width: calc(73% - 30px);
  }

  /* line 367, ../sass/index/index-news2.scss */
  .IndexNewsTPL {
    width: calc((100% - 40px) / 3);
    padding: 26px 15px;
    /* padding-right: 43px; */
  }

  /* line 373, ../sass/index/index-news2.scss */
  .in-tpl-date {
    font-size: 11px;
    margin-bottom: 10px;
  }

  /* line 378, ../sass/index/index-news2.scss */
  .in-tpl-spec {
    font-size: 17px;
    margin-bottom: 15px;
  }

  /* line 383, ../sass/index/index-news2.scss */
  .in-tpl-title {
    font-size: 14px;
    margin-bottom: 6px;
    max-width: 83%;
  }

  /* line 389, ../sass/index/index-news2.scss */
  .in-tpl-desc {
    font-size: 11px;
    margin-bottom: 20px;
  }

  /* line 394, ../sass/index/index-news2.scss */
  .in-tpl-intro {
    max-width: 75%;
    font-size: 9px;
  }

  /* line 400, ../sass/index/index-news2.scss */
  .in-tpl-img img {
    max-height: calc(100% - 26px);
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 409, ../sass/index/index-news2.scss */
  .IndexNews2 {
    padding: 40px 0;
  }

  /* line 413, ../sass/index/index-news2.scss */
  .IndexNewsL {
    width: 35%;
    margin-left: 2vw;
  }
  /* line 417, ../sass/index/index-news2.scss */
  .IndexNewsL h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  /* line 422, ../sass/index/index-news2.scss */
  .IndexNewsL p {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 428, ../sass/index/index-news2.scss */
  .IndexNewsL a {
    margin-top: 10px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    padding: 0px 25px;
  }

  /* line 437, ../sass/index/index-news2.scss */
  .IndexNewsR {
    width: calc(60% - 2vw);
  }

  /* line 441, ../sass/index/index-news2.scss */
  .IndexNewsTPL {
    width: calc((100% - 10px) / 2);
    padding: 26px 15px;
    /* padding-right: 35px; */
  }
  /* line 446, ../sass/index/index-news2.scss */
  .IndexNewsTPL:nth-child(3) {
    display: none;
  }

  /* line 451, ../sass/index/index-news2.scss */
  .in-tpl-date {
    font-size: 11px;
    margin-bottom: 10px;
  }

  /* line 456, ../sass/index/index-news2.scss */
  .in-tpl-spec {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /* line 461, ../sass/index/index-news2.scss */
  .in-tpl-title {
    font-size: 12px;
    margin-bottom: 6px;
    max-width: 83%;
  }

  /* line 467, ../sass/index/index-news2.scss */
  .in-tpl-desc {
    font-size: 11px;
    margin-bottom: 20px;
  }

  /* line 472, ../sass/index/index-news2.scss */
  .in-tpl-intro {
    max-width: 75%;
    font-size: 8px;
  }

  /* line 478, ../sass/index/index-news2.scss */
  .in-tpl-img img {
    max-height: calc(100% - 26px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 709px) {
  /* line 487, ../sass/index/index-news2.scss */
  .IndexNews2 {
    padding: 10vw 0;
  }
  /* line 490, ../sass/index/index-news2.scss */
  .IndexNews2 .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 499, ../sass/index/index-news2.scss */
  .IndexNewsL {
    width: 100%;
    margin-left: 0;
  }
  /* line 503, ../sass/index/index-news2.scss */
  .IndexNewsL h2 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  /* line 508, ../sass/index/index-news2.scss */
  .IndexNewsL p {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  /* line 513, ../sass/index/index-news2.scss */
  .IndexNewsL a {
    margin-top: 4vw;
    height: 12vw;
    line-height: calc(12vw - 4px);
    font-size: 4vw;
    padding: 0 10vw;
  }

  /* line 522, ../sass/index/index-news2.scss */
  .IndexNewsR {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10vw;
  }

  /* line 532, ../sass/index/index-news2.scss */
  .IndexNewsTPL {
    width: 100%;
    padding: 4vw 3vw;
    /* padding-right: 7vw; */
    margin-bottom: 4vw;
  }

  /* line 539, ../sass/index/index-news2.scss */
  .in-tpl-date {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  /* line 544, ../sass/index/index-news2.scss */
  .in-tpl-spec {
    font-size: 7vw;
    margin-bottom: 4vw;
  }

  /* line 549, ../sass/index/index-news2.scss */
  .in-tpl-title {
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  /* line 554, ../sass/index/index-news2.scss */
  .in-tpl-desc {
    font-size: 3.4vw;
    margin-bottom: 4vw;
  }

  /* line 559, ../sass/index/index-news2.scss */
  .in-tpl-intro {
    font-size: 3vw;
  }

  /* line 563, ../sass/index/index-news2.scss */
  .in-tpl-img {
    width: 36%;
  }
  /* line 566, ../sass/index/index-news2.scss */
  .in-tpl-img img {
    max-height: calc(100% - 4vw);
  }
}
/* line 1, ../sass/reviews/review-tpl.scss */
.IndexNewsR {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 8, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 19px -7px #6a7b82;
  -moz-box-shadow: 5px 5px 19px -7px #6a7b82;
  box-shadow: 5px 5px 19px -7px #6a7b82;
  width: calc((100% - 40px) / 3);
  margin-top: 20px;
  background: #fff;
  padding: 10px;
}
/* line 22, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr.user_class_11, .IndexNewsR .tlr.user_class_549 {
  display: none;
}
/* line 26, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr .user, .IndexNewsR .tlr .date {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 34, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr .date {
  font-weight: 500;
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 41, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr .prodtitle {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
/* line 47, ../sass/reviews/review-tpl.scss */
.IndexNewsR .tlr .text {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 58, ../sass/reviews/review-tpl.scss */
  .IndexBrandList {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 66, ../sass/reviews/review-tpl.scss */
  .IndexBrandList {
    padding: 70px 0;
  }

  /* line 71, ../sass/reviews/review-tpl.scss */
  .ibl-row .ibl-tpl {
    margin: 0 15px;
  }

  /* line 77, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr {
    padding: 8px;
  }
  /* line 80, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .user, .IndexNewsR .tlr .date {
    font-size: 17px;
  }
  /* line 84, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .date {
    font-size: 11px;
  }
  /* line 88, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .prodtitle {
    font-size: 13px;
  }
  /* line 92, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 102, ../sass/reviews/review-tpl.scss */
  .IndexBrandList {
    padding: 55px 0;
  }

  /* line 107, ../sass/reviews/review-tpl.scss */
  .ibl-row .ibl-tpl {
    margin: 0 10px;
  }

  /* line 113, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr {
    padding: 8px;
  }
  /* line 116, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .user, .IndexNewsR .tlr .date {
    font-size: 16px;
  }
  /* line 120, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .date {
    font-size: 10px;
  }
  /* line 124, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .prodtitle {
    font-size: 12px;
  }
  /* line 128, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 138, ../sass/reviews/review-tpl.scss */
  .IndexBrandList {
    padding: 40px 0;
  }

  /* line 143, ../sass/reviews/review-tpl.scss */
  .ibl-row .ibl-tpl {
    margin: 0 10px;
  }

  /* line 149, ../sass/reviews/review-tpl.scss */
  .IndexNews2 .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 158, ../sass/reviews/review-tpl.scss */
  .IndexNewsL {
    width: 100%;
  }

  /* line 162, ../sass/reviews/review-tpl.scss */
  .IndexNewsR {
    width: 100%;
  }
  /* line 165, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr {
    padding: 8px;
  }
  /* line 168, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .user, .IndexNewsR .tlr .date {
    font-size: 16px;
  }
  /* line 172, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .date {
    font-size: 10px;
  }
  /* line 176, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .prodtitle {
    font-size: 12px;
  }
  /* line 180, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 190, ../sass/reviews/review-tpl.scss */
  .IndexBrandList {
    padding: 10vw 0;
  }

  /* line 195, ../sass/reviews/review-tpl.scss */
  .ibl-row .ibl-tpl {
    margin: 0 2vw;
  }

  /* line 200, ../sass/reviews/review-tpl.scss */
  .IndexNewsR {
    margin-top: 0;
  }
  /* line 203, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr {
    width: 100%;
    padding: 2vw;
  }
  /* line 207, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .user, .IndexNewsR .tlr .date {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }
  /* line 212, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .date {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  /* line 217, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .prodtitle {
    font-size: 3.4vw;
  }
  /* line 221, ../sass/reviews/review-tpl.scss */
  .IndexNewsR .tlr .text {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
}
/* line 31, ../sass/index.scss */
body {
  background-color: #F4F1ED;
}

/* line 36, ../sass/index.scss */
.spider-top-right {
  position: absolute;
  top: -15px;
  right: calc((100% - 1600px) / 2 + 10px);
  width: 30px;
  height: 250px;
  background: url(/img/hw-spider.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 47, ../sass/index.scss */
.bat-bottom-left {
  position: absolute;
  bottom: 0;
  left: calc((100% - 1600px) / 2 + 10px);
  width: 100px;
  height: 100px;
  background: url(/img/hw-bat2.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 58, ../sass/index.scss */
.bat-top-right {
  position: absolute;
  top: 0;
  right: calc((100% - 1600px) / 2 + 10px);
  width: 100px;
  height: 100px;
  background: url(/img/hw-bat.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 69, ../sass/index.scss */
.pump-bot-right {
  position: absolute;
  bottom: 0;
  right: calc((100% - 1600px) / 2 + 10px);
  width: 100px;
  height: 100px;
  background: url(/img/hw-pump.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 82, ../sass/index.scss */
  .spider-top-right {
    top: -15px;
    right: calc((100% - 1400px) / 2 + 10px);
  }

  /* line 87, ../sass/index.scss */
  .bat-bottom-left {
    left: calc((100% - 1400px) / 2 + 10px);
  }

  /* line 91, ../sass/index.scss */
  .bat-top-right {
    right: calc((100% - 1400px) / 2 + 10px);
  }

  /* line 95, ../sass/index.scss */
  .pump-bot-right {
    right: calc((100% - 1400px) / 2 + 10px);
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 103, ../sass/index.scss */
  .spider-top-right {
    top: -15px;
    right: calc((100% - 1200px) / 2);
  }

  /* line 108, ../sass/index.scss */
  .bat-bottom-left {
    left: calc((100% - 1200px) / 2);
  }

  /* line 112, ../sass/index.scss */
  .bat-top-right {
    right: calc((100% - 1200px) / 2 + 10px);
  }

  /* line 116, ../sass/index.scss */
  .pump-bot-right {
    right: calc((100% - 1200px) / 2 + 10px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 124, ../sass/index.scss */
  .spider-top-right {
    top: -15px;
    right: calc((100% - 960px) / 2);
  }

  /* line 129, ../sass/index.scss */
  .bat-bottom-left {
    left: calc((100% - 960px) / 2);
  }

  /* line 133, ../sass/index.scss */
  .bat-top-right {
    right: calc((100% - 960px) / 2);
    width: 70px;
    height: 70px;
  }

  /* line 139, ../sass/index.scss */
  .pump-bot-right {
    right: calc((100% - 960px) / 2);
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 149, ../sass/index.scss */
  .spider-top-right {
    top: -130px;
    right: 4vw;
    z-index: -1;
  }

  /* line 155, ../sass/index.scss */
  .bat-bottom-left {
    left: 4vw;
  }

  /* line 159, ../sass/index.scss */
  .bat-top-right {
    right: 4vw;
    width: 70px;
    height: 70px;
  }

  /* line 165, ../sass/index.scss */
  .pump-bot-right {
    right: 4vw;
    width: 70px;
    height: 70px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 176, ../sass/index.scss */
  .spider-top-right {
    top: -130px;
    right: 4vw;
    z-index: -1;
  }

  /* line 182, ../sass/index.scss */
  .bat-bottom-left {
    left: 4vw;
    bottom: -7vw;
    width: 15vw;
    height: 15vw;
    z-index: -1;
  }

  /* line 190, ../sass/index.scss */
  .bat-top-right {
    right: 4vw;
    width: 15vw;
    height: 15vw;
  }

  /* line 196, ../sass/index.scss */
  .pump-bot-right {
    display: none;
  }
}
