.metallic-block-products-list .slick-arrow:before, .home_sliders .slick-arrow:before, .home_sliders .main_slider .slide_btn: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, .home_sliders .main_slider .slide_btn {
  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;
  color: #ffffff;
}
.home_sliders .main_slider .slide_title {
  font-size: 640%;
  line-height: 76px;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 5;
  max-width: 480px;
}
.home_sliders .main_slider .slide_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  border: none;
  background: #FFC100;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 5px;
  font-size: 130%;
  line-height: 24px;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
.home_sliders .main_slider .slide_btn .price_block {
  display: block;
  font-family: "poppins-bold", "notosans-bold", "notosansarm-bold";
  padding-left: 18px;
}
.home_sliders .main_slider .slide_btn:before {
  content: "\e909";
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #FFC100;
  margin-left: 9px;
}
.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: "\e908";
}
.home_sliders .slick-next:before {
  content: "\e909";
}
.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: 0 75px;
  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: 35px 25px 0;
}
.home_sliders .info_slider .slide_inner {
  display: flex;
  align-items: flex-start;
}
.home_sliders .info_slider .icon_block {
  margin-right: 27px;
}
.home_sliders .info_slider .icon_block img {
  display: block;
  width: 39px;
  height: auto;
}
.home_sliders .info_slider .info_block {
  flex: 1;
  width: 50%;
}
.home_sliders .info_slider .title_block {
  font-size: 140%;
  line-height: 20px;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
}
.home_sliders .info_slider .description_block {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 120%;
  line-height: 18px;
  margin-top: 9px;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .home_sliders .info_slider {
    padding: 0 25px;
    right: 240px;
  }
  .home_sliders .main_slider .slick-arrow {
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .home_sliders .main_slider .slick-prev {
    margin-right: 75px;
  }
  .home_sliders .main_slider .slide_title {
    font-size: 480%;
    line-height: 64px;
    max-width: 400px;
  }
  .home_sliders .main_slider .info_block {
    padding-left: 100px;
    padding-right: 100px;
  }
  .home_sliders .indicator_inner {
    padding-top: 40px;
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home_sliders .main_slider .slick-arrow {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  .home_sliders .main_slider .slick-arrow:before {
    font-size: 1.8rem;
  }
  .home_sliders .main_slider .slick-prev {
    margin-right: 60px;
  }
  .home_sliders .main_slider .slide_title {
    font-size: 320%;
    line-height: 40px;
    max-width: 320px;
  }
  .home_sliders .main_slider .info_block {
    padding-left: 60px;
    padding-right: 60px;
  }
  .home_sliders .indicator_inner {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .home_sliders .info_slider {
    padding: 0;
    overflow: hidden;
    height: 100px;
    right: auto;
    width: 330px;
    display: block;
  }
  .home_sliders .info_slider .slide_block {
    width: 100%;
    padding: 20px 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home_sliders .info_slider {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .home_sliders .slider_indicator {
    display: none;
  }
  .home_sliders .main_slider .slick-arrow {
    display: none !important;
  }
  .home_sliders .main_slider .slide_title {
    font-size: 160%;
    line-height: 24px;
    max-width: 160px;
  }
  .home_sliders .main_slider .info_block {
    padding: 20px;
    justify-content: flex-start;
  }
  .home_sliders .main_slider .slide_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    z-index: 5;
    color: transparent;
  }
  .home_sliders .main_slider .slide_btn:before {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .home_sliders .info_slider {
    height: 80px;
  }
  .home_sliders .info_slider .slide_block {
    padding: 10px 25px;
  }
}

.bnners_section {
  margin-top: 125px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.bnners_section .bnner_block {
  flex: 0 0 50%;
  max-width: 50%;
  height: 330px;
  display: flex;
  align-items: center;
}
.bnners_section .bnner_block:first-child {
  background: #143B44;
}
.bnners_section .bnner_block:nth-child(2) {
  background: #FFC100;
}
.bnners_section .bnner_block:nth-child(n+3) {
  display: none;
}
.bnners_section .bnner_image {
  flex: 0 0 46.67%;
  max-width: 46.67%;
  padding: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bnners_section .bnner_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.bnners_section .bnner_info {
  flex: 1;
  width: 50%;
  margin-left: -25px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.bnners_section .bnner-title {
  font-size: 280%;
  line-height: 48px;
  color: #ffffff;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
}
.bnners_section .bnner-title .light {
  font-family: "poppins-light", "notosans-light", "notosansarm-light";
}
.bnners_section .bnner_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  height: 49px;
  border-radius: 25px;
  margin-top: 21px;
  background: #ffffff;
  color: inherit;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
  font-size: 130%;
  padding: 0 23px;
}
@media screen and (max-width: 1199px) {
  .bnners_section {
    padding-bottom: 0;
  }
  .bnners_section .bnner_block {
    height: 200px;
  }
  .bnners_section .bnner-title {
    font-size: 180%;
    line-height: 38px;
  }
  .bnners_section .bnner_btn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bnners_section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .bnners_section {
    margin: 20px -20px 0;
  }
}
@media screen and (max-width: 639px) {
  .bnners_section {
    flex-wrap: wrap;
  }
  .bnners_section .bnner_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.metallic-block-products-list {
  padding-top: 60px;
  position: relative;
}
.metallic-block-products-list .block-title {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.metallic-block-products-list .page-title {
  margin-right: auto;
}
.metallic-block-products-list .show_more {
  display: block;
  text-align: center;
  padding: 15px 30px;
  background: #ffffff;
  color: #000000;
  font-size: 130%;
  line-height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 25px;
  font-family: "poppins-bold", "notosans-bold", "notosansarm-bold";
  margin-left: 20px;
}
.metallic-block-products-list .metallic-product-items {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -32px;
  padding-top: 65px;
  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 32px;
}
.metallic-block-products-list .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  bottom: 100%;
  color: inherit;
  padding: 0;
  line-height: 0;
  height: 21px;
  top: 50%;
  margin-top: -11px;
}
.metallic-block-products-list .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.metallic-block-products-list .slick-next {
  left: 100%;
  margin-left: 40px;
}
.metallic-block-products-list .slick-next:before {
  content: "\e909";
}
.metallic-block-products-list .slick-prev {
  right: 100%;
  margin-right: 40px;
}
.metallic-block-products-list .slick-prev:before {
  content: "\e908";
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .metallic-block-products-list .slick-next {
    margin-left: 15px;
  }
  .metallic-block-products-list .slick-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1439px) {
  .metallic-block-products-list {
    padding-bottom: 40px;
  }
  .metallic-block-products-list .slick-arrow {
    top: 100%;
    margin-top: 5px;
  }
  .metallic-block-products-list .slick-prev,
.metallic-block-products-list .slick-next {
    left: auto;
    right: 32px;
  }
  .metallic-block-products-list .slick-next {
    margin-left: 0;
  }
  .metallic-block-products-list .slick-prev {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .metallic-block-products-list .metallic-product-items {
    margin-left: -12px;
    margin-right: -12px;
  }
  .metallic-block-products-list .metallic-product-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .metallic-block-products-list .slick-arrow {
    right: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .metallic-block-products-list {
    padding-top: 60px;
  }
  .metallic-block-products-list .metallic-product-items {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .metallic-block-products-list {
    padding-top: 40px;
  }
  .metallic-block-products-list .metallic-product-items {
    padding-top: 20px;
  }
}
@media screen and (max-width: 719px) {
  .metallic-block-products-list .show_more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    margin: 0;
  }
  .metallic-block-products-list .slick-prev {
    left: 12px;
    margin-left: 0;
    right: auto;
  }
  .metallic-block-products-list .slick-next {
    right: auto;
    left: 60px;
  }
  .metallic-block-products-list .metallic-product-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .metallic-block-products-list .metallic-product-item {
    width: 50%;
  }
}

.web .home_sliders .main_slider .slide_btn, .home_sliders .main_slider .web .slide_btn {
  -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 .bnners_section .bnner_btn, .bnners_section .web .bnner_btn, .web .metallic-block-products-list .show_more, .metallic-block-products-list .web .show_more, .web .metallic-block-products-list .slick-arrow, .metallic-block-products-list .web .slick-arrow {
  -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 .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 .home_sliders .main_slider .slide_btn, .home_sliders .main_slider .touch .slide_btn {
  -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 .bnners_section .bnner_btn, .bnners_section .touch .bnner_btn, .touch .metallic-block-products-list .show_more, .metallic-block-products-list .touch .show_more, .touch .metallic-block-products-list .slick-arrow, .metallic-block-products-list .touch .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 .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 .bnners_section .bnner_btn:hover, .bnners_section .web .bnner_btn:hover, .web .metallic-block-products-list .show_more:hover, .metallic-block-products-list .web .show_more:hover, .web .metallic-block-products-list .slick-arrow:hover, .metallic-block-products-list .web .slick-arrow:hover {
  color: #FFC100;
}
.web .home_sliders .slick-arrow:hover, .home_sliders .web .slick-arrow:hover {
  background: #FFC100;
}
.web .home_sliders .main_slider .slide_btn:hover, .home_sliders .main_slider .web .slide_btn:hover {
  opacity: 0.7;
}
.touch .bnners_section .bnner_btn:active, .bnners_section .touch .bnner_btn:active, .touch .metallic-block-products-list .show_more:active, .metallic-block-products-list .touch .show_more:active, .touch .metallic-block-products-list .slick-arrow:active, .metallic-block-products-list .touch .slick-arrow:active {
  color: #FFC100;
}
.touch .home_sliders .slick-arrow:active, .home_sliders .touch .slick-arrow:active {
  background: #FFC100;
}
.touch .home_sliders .main_slider .slide_btn:active, .home_sliders .main_slider .touch .slide_btn:active {
  opacity: 0.7;
}

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