@charset "UTF-8";
.top_categories a:before, .main_slider .slide_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slick-next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

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

.content {
  padding-top: 0;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .custom_container {
  display: flex;
  align-items: center;
  height: 510px;
  position: relative;
  z-index: 2;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.main_slider .slide_block:before {
  content: "";
  background: url("images/slider_layer.png") repeat-y;
  background-size: auto 1px;
  background-position: left top;
  z-index: 1;
}
.main_slider .slide_info {
  margin-left: 8.33%;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  position: relative;
  color: #ffffff;
}
.main_slider .slide_info a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ED254E;
  box-shadow: 0 18px 17px -6px rgba(116, 1, 25, 0.34);
  color: inherit;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 16px;
  height: 40px;
  min-width: 180px;
  padding: 0 15px;
}
.main_slider .slide_title {
  font-family: "bold", "arm-bold";
  font-size: 220%;
  line-height: 1.5em;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_slider .slide_description {
  font-size: 130%;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main_slider .slick-prev {
  left: 50%;
  margin-left: -590px;
}
.main_slider .slick-next {
  left: 50%;
  margin-left: 537px;
}

.best_sellers {
  background: #f5f5f5;
  margin-top: 50px;
  padding-top: 35px;
}
.best_sellers .title_row {
  border-bottom: none;
}

.product_slider {
  margin: -20px -10px 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_slider.slick-slider {
  overflow: visible;
}
.product_slider .slick-arrow {
  margin-top: -65px;
}
.product_slider .slick-prev {
  left: -18px;
}
.product_slider .slick-next {
  right: -18px;
}
.product_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 20px 10px 75px;
}
.product_slider:hover {
  z-index: 5;
}

.top_categories {
  padding-top: 50px;
}
.top_categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
}
.top_categories a {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}
.top_categories a:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.top_categories .banner_title {
  display: block;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  font-size: 200%;
  line-height: 1.25em;
  z-index: 2;
  max-width: 380px;
  padding: 30px;
  width: 100%;
}
.top_categories li {
  float: left;
  position: relative;
}
.top_categories li:before {
  display: block;
  content: "";
}
.top_categories li:nth-last-child(2):first-child, .top_categories li:nth-last-child(2):first-child ~ li {
  width: 50%;
}
.top_categories li:nth-last-child(2):first-child:before, .top_categories li:nth-last-child(2):first-child ~ li:before {
  padding-bottom: 66.7%;
}
.top_categories li:nth-last-child(2):first-child .banner_title, .top_categories li:nth-last-child(2):first-child ~ li .banner_title {
  font-size: 240%;
  line-height: 1.375em;
  padding: 35px;
  max-width: 405px;
}
.top_categories li:nth-last-child(3):first-child {
  width: 58.3%;
}
.top_categories li:nth-last-child(3):first-child:before {
  padding-bottom: 57.2%;
}
.top_categories li:nth-last-child(3):first-child .banner_title {
  font-size: 240%;
  line-height: 1.375em;
  padding: 35px;
  max-width: 405px;
}
.top_categories li:nth-last-child(3):first-child ~ li {
  width: 41.7%;
}
.top_categories li:nth-last-child(3):first-child ~ li:before {
  padding-bottom: 40%;
}
.top_categories li:nth-last-child(4):first-child {
  width: 50%;
}
.top_categories li:nth-last-child(4):first-child:before {
  padding-bottom: 33.3%;
}
.top_categories li:nth-last-child(4):first-child ~ li {
  width: 50%;
}
.top_categories li:nth-last-child(4):first-child ~ li:before {
  padding-bottom: 33.3%;
}
.top_categories li:nth-last-child(5):first-child {
  width: 33.3%;
}
.top_categories li:nth-last-child(5):first-child:before {
  padding-bottom: 100%;
}
.top_categories li:nth-last-child(5):first-child .banner_title {
  padding: 20px;
}
.top_categories li:nth-last-child(5):first-child ~ li {
  width: 33.3%;
}
.top_categories li:nth-last-child(5):first-child ~ li:before {
  padding-bottom: 50%;
}
.top_categories li:nth-last-child(5):first-child ~ li .banner_title {
  padding: 20px;
}
.top_categories li:nth-last-child(6):first-child {
  width: 33.3%;
}
.top_categories li:nth-last-child(6):first-child:before {
  padding-bottom: 50%;
}
.top_categories li:nth-last-child(6):first-child .banner_title {
  padding: 20px;
}
.top_categories li:nth-last-child(6):first-child ~ li {
  width: 33.3%;
}
.top_categories li:nth-last-child(6):first-child ~ li:before {
  padding-bottom: 50%;
}
.top_categories li:nth-last-child(6):first-child ~ li .banner_title {
  padding: 20px;
}

.banners_section {
  margin-top: -40px;
  background: #ffffff;
}
.banners_section ul {
  list-style-type: none;
  display: flex;
  margin: 0 -10px;
  padding: 60px 0 0;
}
.banners_section li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.banners_section .banner_block {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
.banners_section .item_title {
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  font-size: 180%;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 350px;
}
.banners_section a {
  color: #ED254E;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 1.25em;
  display: block;
  margin-top: 13px;
}

.brands_section {
  padding-top: 50px;
}
.brands_section .brands_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 35px -10px 0;
}
.brands_section .brands_slider.slick-slider {
  overflow: visible;
}
.brands_section .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 14.28%;
  vertical-align: middle;
  padding: 0 30px;
  float: none;
  text-align: center;
}
.brands_section .brand_block {
  display: inline-block;
  vertical-align: top;
}
.brands_section .brand_block img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.brands_section .slick-next {
  right: -18px;
}
.brands_section .slick-prev {
  left: -18px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin-top: -27px;
  color: #1E201D;
  height: 53px;
  width: 53px;
  padding: 0;
}
.slick-arrow:before {
  content: "";
  font-size: 1.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}

.new_products {
  padding-top: 60px;
}
.new_products .product_slider {
  margin-top: 35px;
}

@media (max-width: 1279px) {
  .main_slider .slick-prev {
    left: 20px;
    margin-left: 0;
  }
  .main_slider .slick-next {
    left: auto;
    right: 20px;
    margin-left: 0;
  }

  .brands_section .brands_slider {
    padding: 0 30px;
  }
  .brands_section .slick-next {
    right: 0;
  }
  .brands_section .slick-prev {
    left: 0;
  }

  .product_slider .slick-next {
    right: 0;
  }
  .product_slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .product_slider .slick-arrow {
    margin-top: -50px;
  }

  .brands_section .slide_block {
    width: 16.6%;
  }

  .top_categories .banner_title {
    font-size: 180%;
    padding: 20px;
  }
  .top_categories li:nth-last-child(2):first-child .banner_title,
.top_categories li:nth-last-child(2):first-child ~ li .banner_title,
.top_categories li:nth-last-child(3):first-child .banner_title {
    font-size: 210%;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .main_slider .custom_container {
    height: 420px;
  }
  .main_slider .slide_title {
    font-size: 200%;
  }
  .main_slider .slide_info {
    margin-left: 10%;
  }

  .product_slider .slick-arrow {
    margin-top: -65px;
  }
  .product_slider .slide_block {
    width: 33.3%;
  }

  .banners_section .banner_block {
    height: 140px;
  }
  .banners_section .item_title {
    font-size: 160%;
    max-width: 280px;
  }

  .brands_section .slide_block {
    width: 20%;
  }

  .top_categories .banner_title {
    padding: 20px !important;
  }
  .top_categories li:nth-last-child(6):first-child {
    width: 50%;
  }
  .top_categories li:nth-last-child(6):first-child ~ li {
    width: 50%;
  }
  .top_categories li:nth-last-child(3):first-child {
    width: 50%;
  }
  .top_categories li:nth-last-child(3):first-child:before {
    padding-bottom: 100%;
  }
  .top_categories li:nth-last-child(3):first-child .banner_title {
    font-size: 200%;
  }
  .top_categories li:nth-last-child(3):first-child ~ li {
    width: 50%;
  }
  .top_categories li:nth-last-child(3):first-child ~ li .banner_title {
    font-size: 160%;
  }
  .top_categories li:nth-last-child(3):first-child ~ li:before {
    padding-bottom: 50%;
  }
  .top_categories li:nth-last-child(4):first-child .banner_title,
.top_categories li:nth-last-child(2):first-child .banner_title {
    font-size: 180%;
  }
  .top_categories li:nth-last-child(4):first-child ~ li .banner_title,
.top_categories li:nth-last-child(2):first-child ~ li .banner_title {
    font-size: 180%;
  }
  .top_categories li:nth-last-child(4):first-child:before {
    padding-bottom: 50%;
  }
  .top_categories li:nth-last-child(4):first-child ~ li:before {
    padding-bottom: 50%;
  }
  .top_categories li:nth-last-child(5):first-child {
    width: 100%;
  }
  .top_categories li:nth-last-child(5):first-child .banner_title {
    font-size: 200%;
  }
  .top_categories li:nth-last-child(5):first-child:before {
    padding-bottom: 40%;
  }
  .top_categories li:nth-last-child(5):first-child ~ li {
    width: 50%;
  }
  .top_categories li:nth-last-child(5):first-child ~ li .banner_title {
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  .main_slider .slide_title {
    font-size: 180%;
  }
  .main_slider .custom_container {
    height: 360px;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .slick-arrow:before {
    font-size: 1.2rem;
  }

  .best_sellers {
    margin-top: 40px;
  }

  .product_slider .slide_block {
    width: 50%;
  }

  .brands_section {
    padding-bottom: 40px;
  }
  .brands_section .brands_slider {
    margin-top: 25px;
  }
  .brands_section .slide_block {
    width: 25%;
  }

  .banners_section ul {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .banners_section li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .banners_section .banner_block {
    height: 160px;
  }

  .touch .product_slider .slick-arrow {
    margin-top: -20px;
  }
}
@media (max-width: 639px) {
  .main_slider .slide_title {
    font-size: 160%;
  }
  .main_slider .slide_description {
    font-size: 120%;
  }
  .main_slider .slide_info {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .top_categories li {
    width: 100% !important;
  }
  .top_categories li .banner_title {
    font-size: 200% !important;
  }
  .top_categories li:before {
    padding-bottom: 50% !important;
  }

  .brands_section .slide_block {
    width: 33.3%;
  }
}
@media (max-width: 479px) {
  .main_slider .custom_container {
    height: 320px;
  }

  .brands_section {
    padding-top: 30px;
  }

  .slick-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .slick-arrow:before {
    font-size: 1.2rem;
  }

  .banners_section .banner_block {
    height: 140px;
  }

  .best_sellers {
    margin-top: 30px;
    padding-top: 25px;
  }

  .touch .best_sellers {
    padding-bottom: 25px;
  }
  .touch .product_slider .slick-arrow {
    margin-top: -15px;
  }

  .top_categories {
    padding-top: 30px;
  }
  .top_categories li .banner_title {
    font-size: 180% !important;
  }

  .brands_section .brands_slider {
    padding: 0;
  }

  .product_slider .slide_block {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .main_slider .custom_container {
    height: 280px;
  }

  .brands_section .slide_block {
    width: 50%;
  }

  .banners_section .item_title {
    font-size: 140%;
    max-width: 240px;
  }

  .top_categories li .banner_title {
    font-size: 160% !important;
  }
}
.web .brands_section {
  padding-top: 0;
  margin-top: -15px;
}
.web .slick-arrow:hover {
  background: #e5e5e5;
  opacity: 0.7;
}
.web .main_slider .slide_info a:hover {
  background: #CC2043;
}
.web .top_categories a:hover:before {
  background: rgba(0, 105, 104, 0.75);
}
.touch .brand_block:active {
  opacity: 0.7;
}
.touch .banners_section {
  margin-top: 0;
}
.touch .best_sellers {
  padding-bottom: 25px;
}
.touch .product_slider .slide_block {
  padding: 20px 10px 10px;
}
.touch .product_slider .slick-arrow {
  margin-top: -27px;
}
.touch .slick-arrow:active {
  background: #e5e5e5;
  opacity: 0.7;
}
.touch .main_slider .slick-arrow:active {
  background: rgba(255, 255, 255, 0.8);
}
.touch .main_slider .slide_info a:active {
  background: #CC2043;
}
.touch .top_categories a:active:before {
  background: rgba(0, 105, 104, 0.75);
}

.web .brand_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .main_slider .slide_info a, .web .top_categories a:before {
  -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;
}

.web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .brand_block {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .main_slider .slide_info a, .touch .top_categories a:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .brand_block:hover {
  opacity: 0.7;
}

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