@charset "UTF-8";
.metallic-block-products-list .slick-arrow:before, .home_sliders .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;
}

.metallic-block-products-list .slick-arrow, .brands_section .brand_block a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.home_sliders {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.home_sliders .sliders_container {
  position: relative;
  max-width: 100vw;
  flex: 0 0 100vw;
}
.home_sliders .main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.home_sliders .main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.home_sliders .main_slider .image_block {
  position: relative;
  overflow: hidden;
  height: 50vw;
  max-height: 800px;
  background: #000000;
}
.home_sliders .main_slider .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.home_sliders .main_slider .info_block {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 185px 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
}
.home_sliders .main_slider .info_block * {
  position: relative;
  z-index: 3;
}
.home_sliders .slick-arrow {
  width: 72px;
  height: 72px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 80px;
  bottom: 30px;
  z-index: 5;
}
.home_sliders .slick-arrow:before {
  font-size: 2.2rem;
  display: block;
}
.home_sliders .slick-prev {
  margin-right: 89px;
}
.home_sliders .slick-prev:before {
  content: "";
}
.home_sliders .slick-next:before {
  content: "";
}
.home_sliders .slider_indicator {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  height: 0;
  z-index: 4;
}
.home_sliders .indicator_inner {
  position: absolute;
  left: 20px;
  height: 50vw;
  max-height: 800px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
  color: #ffffff;
  padding: 178px 0;
  text-align: center;
}
.home_sliders .indicator_track {
  flex: 1;
  height: 50%;
  margin: 18px 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.27);
  display: block;
}
.home_sliders .indicator_bar {
  height: 0;
  background: #ffffff;
  display: block;
}
.home_sliders .info_slider {
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  right: 380px;
  bottom: 0;
  background: #143B44;
  z-index: 10;
  color: #ffffff;
  padding: 35px 50px 0;
  height: 131px;
  white-space: nowrap;
  font-size: 0;
  border-top-right-radius: 70px;
}
.home_sliders .info_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 300px;
  vertical-align: top;
  padding: 0 50px;
}

.brands_section {
  margin: 80px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.brands_section .page-title {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.brands_section .special {
  color: #FFC100;
}
.brands_section .brand_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.brands_section .brand_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 20px;
  height: 197px;
}
.brands_section .brand_block a img {
  display: block;
  max-width: 100%;
  max-height: 122px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .brands_section .brand_block a {
    height: 160px;
  }
  .brands_section .brand_block a img {
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands_section {
    margin-top: 60px;
  }
  .brands_section .brand_block a {
    height: 140px;
  }
  .brands_section .brand_block a img {
    max-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .brands_section {
    margin-top: 40px;
  }
  .brands_section .brand_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brands_section .brand_block a {
    height: 120px;
  }
  .brands_section .brand_block a img {
    max-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .brands_section .brand_block a {
    height: 100px;
  }
  .brands_section .brand_block a img {
    max-height: 65px;
  }
}

.metallic-block-products-list {
  margin-top: 53px;
}
.metallic-block-products-list .block-title {
  margin: 0;
}
.metallic-block-products-list .special {
  color: #FFC100;
}
.metallic-block-products-list .page-title {
  padding-right: 80px;
}
.metallic-block-products-list .metallic-product-items {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -10px -69px;
  padding-top: 40px;
  position: relative;
}
.metallic-block-products-list .metallic-product-items.slick-slider {
  overflow: visible;
}
.metallic-block-products-list .metallic-product-item {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 0 10px;
}
.metallic-block-products-list .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  right: 10px;
  bottom: 100%;
  color: #FFC100;
  padding: 0;
  line-height: 0;
  height: 16px;
}
.metallic-block-products-list .slick-arrow:before {
  display: block;
  font-size: 1.6rem;
}
.metallic-block-products-list .slick-next:before {
  content: "";
}
.metallic-block-products-list .slick-prev {
  margin-right: 36px;
}
.metallic-block-products-list .slick-prev:before {
  content: "";
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .metallic-block-products-list {
    margin-top: 40px;
  }
  .metallic-block-products-list .metallic-product-items {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .metallic-block-products-list {
    margin-top: 30px;
  }
  .metallic-block-products-list .metallic-product-item {
    width: 33.33%;
  }
  .metallic-block-products-list .metallic-product-items {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .metallic-block-products-list {
    margin-top: 24px;
  }
  .metallic-block-products-list .metallic-product-items {
    padding-top: 17px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .metallic-block-products-list .metallic-product-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .metallic-block-products-list .metallic-product-items {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .metallic-block-products-list .metallic-product-item {
    width: 76.9%;
  }
  .metallic-block-products-list .slick-arrow {
    right: 20px;
  }
}

.touch .metallic-block-products-list .metallic-product-items {
  margin-bottom: 0;
}

.web .metallic-block-products-list .slick-arrow, .metallic-block-products-list .web .slick-arrow {
  -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 .home_sliders .slick-arrow, .home_sliders .web .slick-arrow {
  -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;
}

.touch .metallic-block-products-list .slick-arrow, .metallic-block-products-list .touch .slick-arrow {
  -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 .home_sliders .slick-arrow, .home_sliders .touch .slick-arrow {
  -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;
}

.web .home_sliders .slick-arrow:hover, .home_sliders .web .slick-arrow:hover {
  background: #FFC100;
}
.web .metallic-block-products-list .slick-arrow:hover, .metallic-block-products-list .web .slick-arrow:hover {
  opacity: 0.7;
}
.touch .home_sliders .slick-arrow:active, .home_sliders .touch .slick-arrow:active {
  background: #FFC100;
}
.touch .metallic-block-products-list .slick-arrow:active, .metallic-block-products-list .touch .slick-arrow:active {
  opacity: 0.7;
}

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