@charset "UTF-8";
.other_products .other_inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other_products .other_inner > img {
  object-fit: cover;
}

.other_products .other_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.other_products .other_inner {
  position: relative;
  overflow: hidden;
}
.other_products .other_inner:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.product_content .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_list {
  padding: 80px 0 0;
}
.product_list ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.product_list li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 20px;
}

.product_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  height: 460px;
}
.product_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: left center;
  position: relative;
  vertical-align: top;
}
.product_slider .slide_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 66%;
  transform: rotate(180deg);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7.45%, #000000 100%);
}
.product_slider .slide_inner {
  height: 100%;
  max-width: 720px;
  width: 100%;
  padding: 20px 20px 40px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.product_slider .inner_button {
  display: inline-block;
  min-width: 110px;
  vertical-align: top;
  border-radius: 15px;
  background: #E02020;
  color: #ffffff;
  font-family: "bold";
  font-size: 120%;
  letter-spacing: 0.37px;
  line-height: 15px;
  padding: 8px 15px 7px;
  text-align: center;
}
.product_slider .slide_title {
  color: #ffffff;
  font-family: "bold";
  font-size: 380%;
  line-height: 1.25em;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_slider .slide_description {
  color: #ffffff;
  font-size: 160%;
  line-height: 1.44em;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product_slider .slide_button {
  display: inline-block;
  vertical-align: top;
  min-width: 165px;
  background: #ffffff;
  padding: 15px;
  font-size: 130%;
  line-height: 16px;
  text-align: center;
  margin-top: 50px;
  color: #333333;
}
.product_slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 -12px;
  z-index: 3;
}
.product_slider .slick-dots li {
  padding: 0 12px;
}
.product_slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.product_slider .slick-dots button {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}

.other_products {
  padding: 40px 0 0;
}
.other_products ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
  display: flex;
}
.other_products li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}
.other_products .other_inner {
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
}
.other_products .item_info {
  max-width: 510px;
  padding: 20px 20px 20px 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.other_products .info_title {
  color: #333333;
  font-family: "bold";
  font-size: 340%;
  font-weight: bold;
  line-height: 1.25em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.other_products a {
  display: inline-block;
  vertical-align: top;
  min-width: 165px;
  background: #272727;
  padding: 15px;
  font-size: 130%;
  line-height: 16px;
  text-align: center;
  margin-top: 35px;
  color: #ffffff;
}

.smoke_list {
  padding: 20px 0 0;
}
.smoke_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.smoke_list li {
  padding: 20px;
  max-width: 25%;
  flex: 0 0 25%;
}
.smoke_list .item_inner {
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
}
.smoke_list .image_block {
  height: 470px;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smoke_list img {
  max-width: 100%;
  max-height: 100%;
}
.smoke_list .info_block {
  height: 94px;
  width: 100%;
  background: #000000;
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  display: flex;
}
.smoke_list .info_block span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "bold";
  width: 100%;
  font-size: 180%;
  line-height: 22px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.title_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.title_row .view_all {
  font-size: 18px;
  line-height: 1.25em;
  color: #333333;
  font-family: "bold";
}

.product_content {
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.product_content .small_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 30px -20px 0;
}
.product_content .small_slider.slick-slider {
  overflow: visible;
}
.product_content .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  padding: 0 20px 80px;
  vertical-align: top;
}
.product_content .slick-arrow {
  position: absolute;
  right: 15px;
  top: -50px;
  font-size: 0;
  border: none;
  background: inherit;
}
.product_content .slick-arrow:before {
  font-size: 1.6rem;
  font-weight: 900;
}
.product_content .slick-prev {
  right: 120px;
}
.product_content .slick-prev:before {
  content: "";
}
.product_content .slick-next:before {
  content: "";
}

@media (max-width: 1699px) {
  .smoke_list .image_block {
    height: 420px;
  }
}
@media (max-width: 1599px) {
  .other_products .info_title {
    font-size: 300%;
  }
  .other_products .item_info {
    max-width: 440px;
  }

  .smoke_list .image_block {
    height: 400px;
  }
}
@media (max-width: 1440px) {
  .smoke_list .image_block {
    height: 380px;
  }
}
@media (max-width: 1399px) {
  .other_products .info_title {
    font-size: 260%;
  }
  .other_products .item_info {
    padding: 20px;
    max-width: 400px;
  }

  .smoke_list .image_block {
    height: 340px;
  }
  .smoke_list .info_block {
    height: 88px;
  }
  .smoke_list .info_block span {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .product_list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product_list li {
    padding: 20px 15px;
  }

  .product_slider {
    height: 420px;
  }
  .product_slider .slide_block {
    height: 420px;
  }
  .product_slider .slide_block:before {
    width: 100%;
  }
  .product_slider .slide_title {
    font-size: 340%;
  }
  .product_slider .slide_button {
    margin-top: 40px;
  }

  .product_content {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .product_content .slick-prev {
    right: 60px;
  }

  .other_products .info_title {
    font-size: 220%;
  }
  .other_products .item_info {
    max-width: 360px;
  }

  .smoke_list .image_block {
    height: 260px;
  }
  .smoke_list .info_block {
    height: 70px;
    padding: 10px 15px;
  }
  .smoke_list .info_block span {
    font-size: 140%;
    line-height: 18px;
  }

  .product_list {
    padding-top: 40px;
  }
  .product_list .title_row {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .product_slider {
    height: 400px;
  }
  .product_slider .slide_block {
    height: 400px;
  }
  .product_slider .slide_title {
    font-size: 300%;
  }

  .product_content .slide_block {
    width: 50%;
  }

  .other_products .info_title {
    font-size: 180%;
  }
  .other_products .item_info {
    max-width: 320px;
  }
  .other_products a {
    padding: 10px 15px;
    font-size: 120%;
  }

  .smoke_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .smoke_list .image_block {
    height: 400px;
  }

  .title_row .view_all {
    font-size: 160%;
  }
}
@media (max-width: 768px) {
  .product_slider {
    height: 360px;
  }
  .product_slider .slide_block {
    height: 360px;
  }
  .product_slider .slide_inner {
    padding: 20px 20px 40px 80px;
  }
  .product_slider .slide_title {
    font-size: 260%;
    padding-top: 30px;
    -webkit-line-clamp: 2;
  }
  .product_slider .slide_description {
    -webkit-line-clamp: 3;
  }
  .product_slider .slide_button {
    margin-top: 30px;
  }
  .product_slider .slick-dots button {
    width: 60px;
  }

  .other_products .info_title {
    font-size: 160%;
  }
  .other_products .item_info {
    max-width: 100%;
    padding: 10px 20px;
  }

  .smoke_list .image_block {
    height: 340px;
  }
}
@media (max-width: 639px) {
  .product_slider .slide_title {
    font-size: 220%;
    padding-top: 20px;
  }
  .product_slider .slide_description {
    font-size: 140%;
  }
  .product_slider .slide_button {
    padding: 10px 15px;
    margin-top: 20px;
  }

  .other_products {
    padding: 20px 0;
  }
  .other_products ul {
    flex-direction: column;
    margin: 0;
  }
  .other_products li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0;
  }
  .other_products .info_title {
    font-size: 200%;
  }
  .other_products .item_info {
    max-width: 360px;
  }

  .smoke_list {
    padding-top: 0;
  }
  .smoke_list .image_block {
    height: 300px;
  }
  .smoke_list .info_block {
    height: 78px;
    padding: 12px 15px;
  }
  .smoke_list .info_block span {
    font-size: 140%;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .product_list li {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .product_slider {
    height: 320px;
  }
  .product_slider .slide_block {
    height: 320px;
  }
  .product_slider .slide_inner {
    padding: 20px 20px 40px;
  }
  .product_slider .slide_title {
    font-size: 200%;
  }
  .product_slider .slick-dots button {
    width: 40px;
  }
  .product_slider .slick-dots li {
    padding: 0 6px;
  }
  .product_slider .slide_button {
    min-width: 140px;
  }

  .product_content .slide_block {
    width: 100%;
  }
  .product_content .slick-prev {
    right: 40px;
  }

  .other_products .item_info {
    max-width: 320px;
  }

  .smoke_list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .smoke_list .image_block {
    height: 400px;
  }
  .smoke_list .info_block {
    height: 88px;
    padding: 14px 15px;
  }
  .smoke_list .info_block span {
    font-size: 160%;
    line-height: 20px;
  }

  .title_row .view_all {
    font-size: 140%;
  }
}
@media (max-width: 479px) {
  .other_products .info_title {
    font-size: 180%;
  }
  .other_products .item_info {
    max-width: 280px;
  }
  .other_products a {
    margin-top: 25px;
  }

  .product_slider .slick-dots button {
    width: 20px;
  }
  .product_slider .slick-dots li {
    padding: 0 6px;
  }
  .product_slider .slide_button {
    font-size: 120%;
  }
}
@media (max-width: 399px) {
  .other_products .info_title {
    font-size: 160%;
  }
  .other_products .item_info {
    max-width: 100%;
  }
  .other_products a {
    min-width: 140px;
  }

  .smoke_list .image_block {
    height: 360px;
  }
  .smoke_list .info_block {
    height: 78px;
    padding: 12px 15px;
  }
  .smoke_list .info_block span {
    font-size: 140%;
    line-height: 18px;
  }

  .product_slider .slide_title {
    font-size: 180%;
  }
  .product_slider .slide_description {
    font-size: 130%;
  }
}
@media (max-width:359px) {
  .smoke_list .image_block {
    height: 320px;
  }
}
.web .product_slider .inner_button:hover {
  background: rgba(224, 32, 32, 0.7);
}
.web .product_slider .slide_button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.web .product_slider .slick-dots button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.web .other_products a:hover {
  background: rgba(39, 39, 39, 0.7);
}
.web .smoke_list .info_block:hover {
  background: rgba(0, 0, 0, 0.7);
}
.web .product_content .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.5);
}
.web .product_block .add_to_wish:hover {
  color: rgba(0, 0, 0, 0.7);
}
.web .title_row .view_all:hover {
  color: rgba(51, 51, 51, 0.7);
}

.touch .product_slider .inner_button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_slider .inner_button:hover {
  background: rgba(224, 32, 32, 0.7);
}
.touch .product_slider .slide_button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_slider .slide_button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.touch .product_slider .slick-dots button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_slider .slick-dots button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.touch .other_products a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .other_products a:hover {
  background: rgba(39, 39, 39, 0.7);
}
.touch .smoke_list .info_block {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .smoke_list .info_block:hover {
  background: rgba(0, 0, 0, 0.7);
}
.touch .product_content .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .product_content .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.5);
}
.touch .product_block .add_to_wish {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .product_block .add_to_wish:hover {
  color: rgba(0, 0, 0, 0.7);
}
.touch .title_row .view_all {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .title_row .view_all:hover {
  color: rgba(51, 51, 51, 0.7);
}

.web .product_content .slick-arrow, .web .product_block .add_to_wish, .web .title_row .view_all {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .product_slider .inner_button, .web .product_slider .slide_button, .web .product_slider .slick-dots button, .web .other_products a, .web .smoke_list .info_block {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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