@charset "UTF-8";
.main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_slider .slide_block .video_btn, .main_slider .slide_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.main_slider .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;
}

body {
  background: #f8f8f8;
}

.main_slider {
  margin: 24px 0 12px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider.playing .slick-current iframe {
  opacity: 1;
  z-index: 10;
}
.main_slider.playing .slick-dots,
.main_slider.playing .slick-arrow,
.main_slider.playing .slick-current .video_btn {
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  background-size: cover !important;
  background-position: left center !important;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.main_slider .slide_block:before {
  display: block;
  content: "";
  padding-bottom: 40%;
  background: rgba(4, 15, 25, 0.2);
}
.main_slider .slide_block iframe {
  opacity: 0;
}
.main_slider .slide_block .video_btn {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.main_slider .slide_block .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.2;
  width: 80px;
  height: 80px;
}
.main_slider .slide_block .video_btn:after {
  display: block;
  content: "";
  width: 27px;
  height: 21px;
  border-style: solid;
  border-color: transparent #ffffff;
  border-width: 15px 0 15px 27px;
  position: relative;
  z-index: 2;
  margin-left: 5px;
}
.main_slider .slide_block .video_btn:hover:before {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .main_slider .slide_block .video_btn:before {
    width: 60px;
    height: 60px;
    margin: -30px;
  }
  .main_slider .slide_block .video_btn:after {
    width: 21px;
    height: 21px;
    border-width: 10px 0 10px 21px;
  }
}
.main_slider .slide_content {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 140px 0 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}
.main_slider .slide_container {
  max-width: 700px;
  overflow: hidden;
}
.main_slider .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  justify-content: center;
}
.main_slider .slick-dots li {
  margin-right: 20px;
}
.main_slider .slick-dots li:last-child {
  margin-right: 0;
}
.main_slider .slick-dots li button {
  width: 50px;
  height: 2px;
  border-radius: 50px;
  opacity: 0.41;
  background: #ffffff;
}
.main_slider .slick-dots li button:hover {
  opacity: 1;
}
.main_slider .slick-dots .slick-active button {
  opacity: 1;
}
.main_slider .slick-arrow {
  position: absolute;
  top: 45%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  z-index: 3;
}
.main_slider .slick-arrow:hover {
  opacity: 0.5;
}
.main_slider .slick-arrow:before {
  content: "";
  font-size: 1.6rem;
  color: #ffffff;
}
.main_slider .slick-next {
  right: 40px;
}
.main_slider .slick-prev {
  left: 40px;
}

.banners_section {
  margin: 0 -12px;
}
.banners_section .banner_block {
  width: 50%;
  float: left;
  padding: 12px;
  position: relative;
  background-size: 0 !important;
}
.banners_section .banner_block:before {
  display: block;
  content: "";
  padding-bottom: 42%;
  background: inherit;
  background-size: cover !important;
  background-position: center !important;
}
.banners_section .banner_block:after {
  display: block;
  content: "";
  background: rgba(4, 15, 25, 0.2);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 12px;
}
.banners_section .banner_block:first-child:before {
  padding-bottom: 84%;
  padding-top: 24px;
}
.banners_section .banner_block:nth-child(2) .banner_small_content {
  padding: 0 20px;
}
.banners_section .banner_block:nth-child(3) .banner_small_content {
  left: 0;
}
.banners_section .banner_title {
  margin-bottom: 40px;
}
.banners_section .banner_content {
  position: absolute;
  z-index: 1;
  max-width: 750px;
  overflow: hidden;
  left: 75px;
  right: 75px;
  bottom: 90px;
}
.banners_section .banner_button {
  margin-top: 20px;
}
.banners_section .banner_small_content {
  width: 48%;
  position: absolute;
  left: 50%;
  top: 32px;
  bottom: 12px;
  padding: 0 30px 0 60px;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}

.product_box {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.product_box:before {
  display: block;
  content: "";
  padding-bottom: 42%;
  background: inherit;
  background-size: cover !important;
  background-position: center !important;
}
.product_box .box_content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px 0;
}
.product_box .info_inner {
  width: 100%;
  max-width: 570px;
  padding: 0;
}

.section_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px 30px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.34);
}
.section_row .show_more {
  display: block;
  font-size: 180%;
  line-height: 1.25em;
  color: #e5001d;
}
.section_row .show_more:hover {
  color: #8D0012;
}
.section_row .section_title {
  font-size: 240%;
  font-family: "roboto-bold", "mardoto-bold";
  line-height: 1.25em;
  color: #000000;
  padding-right: 20px;
}

.top_sales, .new_product {
  padding-top: 80px;
}
.top_sales li, .new_product li {
  padding: 0 13px;
  flex: 0 0 25%;
  max-width: 25%;
}
.top_sales .product_list, .new_product .product_list {
  display: flex;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.homepage_news {
  padding-top: 30px;
}
.homepage_news .news_list {
  list-style-type: none;
  padding: 35px 0 0;
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.homepage_news li {
  padding: 0 13px;
  width: 25%;
}
.homepage_news .news_item {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
}
.homepage_news .news_item.hovered .image_link.combo_link {
  opacity: 0.7;
}
.homepage_news .news_item.hovered .news_title.combo_link {
  color: #e5001d;
}
.homepage_news .news_inner {
  padding: 17px 22px 26px;
}
.homepage_news .news_title {
  font-size: 320%;
  font-family: "roboto-bold", "mardoto-bold";
  line-height: 1.25em;
  max-height: 80px;
  position: relative;
  overflow: hidden;
  color: #000000;
  display: block;
}
.homepage_news .news_title:hover {
  color: #8D0012;
}
.homepage_news .news_description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 160%;
  line-height: 1.25em;
  max-height: 60px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.homepage_news .date_block {
  border-top: 1px solid rgba(153, 153, 153, 0.34);
  font-size: 180%;
  line-height: 1.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 15px;
}
.homepage_news .image_link {
  display: block;
}
.homepage_news .image_link img {
  width: 100%;
  max-height: 250px;
}

@media (max-width: 1600px) {
  .homepage_news .news_inner {
    padding: 15px 20px 25px;
  }
  .homepage_news .news_title {
    font-size: 280%;
    max-height: 70px;
  }
}
@media (max-width: 1440px) {
  .banners_section .banner_small_content {
    bottom: 40px;
    left: 40%;
    width: auto;
  }
  .banners_section .banner_small_title {
    max-width: 230px;
  }

  .homepage_news .news_inner {
    padding: 15px 20px 25px;
  }
  .homepage_news .news_title {
    font-size: 240%;
    max-height: 60px;
  }
  .homepage_news .date_block {
    font-size: 160%;
  }
}
@media (max-width: 1199px) {
  .main_slider .slick-arrow {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }
  .main_slider .slick-dots li button {
    width: 40px;
  }

  .banners_section .banner_content {
    bottom: 50px;
  }

  .product_box .box_content {
    padding: 30px 40px 0;
  }

  .homepage_news .news_inner {
    padding: 15px 10px 20px;
  }
  .homepage_news .news_title {
    font-size: 200%;
    max-height: 50px;
  }
  .homepage_news .news_description {
    font-size: 140%;
    line-height: 18px;
    max-height: 54px;
  }
  .homepage_news .date_block {
    font-size: 140%;
  }

  .top_sales, .new_product {
    padding-top: 60px;
  }
  .top_sales li, .new_product li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section_row {
    padding: 0 30px 30px;
  }
  .section_row .show_more {
    font-size: 160%;
  }
  .section_row .section_title {
    font-size: 220%;
  }
}
@media (max-width: 991px) {
  .main_slider .slick-arrow {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .main_slider .slick-dots li {
    margin: 10px;
  }
  .main_slider .slick-dots li button {
    width: 30px;
  }

  .banners_section .banner_title {
    margin-bottom: 0;
  }
  .banners_section .banner_block:before {
    padding-bottom: 45%;
  }
  .banners_section .banner_block:first-child:before {
    padding-bottom: 90%;
  }
  .banners_section .banner_small_content {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .banners_section .banner_small_content:last-child {
    padding: 0 20px;
  }
  .banners_section .banner_small_content > div {
    width: 100%;
  }
  .banners_section .banner_small_content > div .banner_small_title {
    max-width: 100%;
    text-align: center;
  }
  .banners_section .banner_content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .banners_section .banner_content .banner_small_title {
    max-width: 100%;
    text-align: center;
  }
  .banners_section .banner_button {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0;
    background: inherit;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
  }

  .product_box .box_content {
    padding: 30px 30px 0;
  }

  .homepage_news li {
    width: 50%;
  }
  .homepage_news li:first-child {
    margin-bottom: 26px;
  }
  .homepage_news li:nth-child(2) {
    margin-bottom: 26px;
  }
  .homepage_news .news_inner {
    padding: 20px 20px 25px;
  }
  .homepage_news .news_title {
    font-size: 280%;
    max-height: 70px;
  }
  .homepage_news .news_description {
    font-size: 160%;
    line-height: 20px;
    max-height: 60px;
  }
  .homepage_news .date_block {
    font-size: 160%;
  }

  .section_row {
    padding: 0 20px 20px;
  }
  .section_row .section_title {
    font-size: 200%;
  }
}
@media (max-width: 768px) {
  .main_slider .slide_block:before {
    padding-bottom: 45%;
  }
  .main_slider .slide_content {
    left: 0;
    width: 100%;
    padding: 0;
  }
  .main_slider .slide_container {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    padding: 0 50px;
  }

  .banners_section .banner_content {
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .banners_section .banner_block:before {
    padding-bottom: 50%;
  }
  .banners_section .banner_block:first-child:before {
    padding-bottom: 100%;
  }

  .product_box:before {
    padding-bottom: 60%;
  }

  .homepage_news .news_inner {
    padding: 15px 15px 20px;
  }
  .homepage_news .news_title {
    font-size: 240%;
    max-height: 60px;
  }
  .homepage_news .news_description {
    font-size: 140%;
    line-height: 18px;
    max-height: 54px;
  }
  .homepage_news .date_block {
    font-size: 150%;
  }

  .section_row {
    padding: 0 20px 20px;
  }
  .section_row .section_title {
    font-size: 180%;
  }
  .section_row .show_more {
    font-size: 140%;
  }
}
@media (max-width: 639px) {
  .banners_section .banner_block:before {
    padding-bottom: 55%;
  }
  .banners_section .banner_block:first-child:before {
    padding-bottom: 110%;
  }

  .homepage_news .news_inner {
    padding: 15px 10px;
  }
  .homepage_news .news_title {
    font-size: 200%;
    max-height: 50px;
  }
  .homepage_news .news_description {
    font-size: 130%;
  }
  .homepage_news .date_block {
    font-size: 140%;
  }

  .top_sales, .new_product {
    padding-top: 50px;
  }
  .top_sales li, .new_product li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .main_slider .slide_block:before {
    padding-bottom: 50%;
  }
  .main_slider .slide_container {
    padding: 0 20px;
    justify-content: center;
  }
  .main_slider .slick-dots {
    margin: 0;
    justify-content: center;
    left: 0;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
  .main_slider .slick-dots li {
    margin: 5px;
  }
  .main_slider .slick-dots li button {
    width: 20px;
  }

  .banners_section .banner_block:before {
    padding-bottom: 60%;
  }
  .banners_section .banner_block:first-child:before {
    padding-bottom: 120%;
  }

  .homepage_news .news_inner {
    padding: 15px 10px;
  }
  .homepage_news .news_title {
    font-size: 180%;
    max-height: 48px;
  }
  .homepage_news .date_block {
    font-size: 130%;
  }
}
@media (max-width: 575px) {
  .banners_section .banner_block {
    width: 100%;
    float: none;
  }
  .banners_section .banner_block:first-child:before {
    padding-bottom: 50%;
  }
  .banners_section .banner_block:before {
    padding-bottom: 50%;
  }

  .product_box .info_inner {
    max-width: 100%;
  }
  .product_box:before {
    padding-bottom: 84%;
  }
}
@media (max-width: 524px) {
  .main_slider .slide_block:before {
    padding-bottom: 60%;
  }

  .homepage_news li {
    width: 100%;
    margin-bottom: 26px;
  }
  .homepage_news .news_inner {
    padding: 25px 20px;
  }
  .homepage_news .news_title {
    font-size: 280%;
    max-height: 70px;
  }
  .homepage_news .news_description {
    font-size: 160%;
  }
  .homepage_news .date_block {
    font-size: 180%;
  }
}
@media (max-width: 479px) {
  .main_slider .slide_block:before {
    padding-bottom: 70%;
  }

  .product_box .box_content {
    padding: 30px 15px 0;
  }
  .product_box:before {
    padding-bottom: 100%;
  }

  .homepage_news .news_inner {
    padding: 20px 15px;
  }
  .homepage_news .news_title {
    font-size: 240%;
    max-height: 60px;
  }
  .homepage_news .news_description {
    font-size: 150%;
  }
  .homepage_news .date_block {
    font-size: 160%;
  }

  .section_row {
    padding: 0 0px 20px;
  }
  .section_row .section_title {
    font-size: 160%;
  }
  .section_row .show_more {
    font-size: 130%;
  }
}
@media (max-width: 399px) {
  .main_slider .slide_block:before {
    padding-bottom: 80%;
  }

  .homepage_news {
    margin-top: 20px;
  }
  .homepage_news .news_inner {
    padding: 20px 15px;
  }
  .homepage_news .news_title {
    font-size: 200%;
    max-height: 50px;
  }
  .homepage_news .news_description {
    font-size: 140%;
  }
  .homepage_news .date_block {
    font-size: 150%;
  }
}
.homepage_info {
  margin-top: 70px;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.homepage_info .validate_button {
  border: 1px solid #000000;
  color: #000000;
  letter-spacing: 0.34px;
  padding: 18px 10px;
  min-width: 220px;
  font-size: 140%;
  line-height: 18px;
  text-align: center;
  background: inherit;
  display: inline-block;
  border-radius: 28px;
}
.homepage_info .validate_button:hover {
  opacity: 0.7;
}
.homepage_info form {
  width: 100%;
  display: flex;
  align-items: center;
}
.homepage_info .field_block {
  width: 100%;
  flex: 1;
  padding-right: 30px;
}
.homepage_info input {
  border: none;
  width: 100%;
  height: 56px;
  color: #000000;
  font-size: 140%;
  line-height: 25px;
  padding: 11px 40px;
  font-size: 12px;
  line-height: 2em;
  color: #000000;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.03);
}

.image_block {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
.image_block:before {
  display: block;
  content: "";
  padding-bottom: 82.8%;
}

.info_inner {
  width: 50%;
  padding: 10px 45px;
}

.info_title {
  color: #000000;
  margin-top: 80px;
  line-height: 50px;
  max-height: 100px;
  max-width: 550px;
  overflow: hidden;
  position: relative;
  font-size: 400%;
  font-family: "roboto-bold", "mardoto-bold";
}

.info_description {
  color: #000000;
  margin: 40px 0;
  max-height: 112px;
  font-size: 180%;
  line-height: 28px;
  max-width: 570px;
  overflow: hidden;
  position: relative;
  font-size: 180%;
}

.info_button {
  background: #e5001d;
  margin: 0;
  letter-spacing: 0.34px;
  padding: 20px 10px;
  min-width: 220px;
  font-size: 140%;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  border-radius: 28px;
  border: solid 1px #ffffff;
}
.info_button:hover {
  background: #db001c;
  color: #ffffff;
}

.info_logo {
  height: 50px;
}
.info_logo img {
  height: 100%;
}

@media (max-width: 1440px) {
  .info_title {
    font-size: 300%;
    margin-top: 60px;
    line-height: 40px;
    max-height: 80px;
  }

  .info_description {
    font-size: 160%;
    margin: 30px 0;
    line-height: 24px;
    max-height: 96px;
  }
}
@media (max-width: 1199px) {
  .info_inner {
    padding: 15px 30px;
  }

  .image_block:before {
    padding-bottom: 94.8%;
  }

  .info_title {
    font-size: 260%;
    margin-top: 40px;
  }

  .info_description {
    font-size: 150%;
  }

  .info_button {
    padding: 15px 10px;
    min-width: 200px;
  }

  .homepage_info {
    margin-top: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .homepage_info form {
    display: block;
  }
  .homepage_info .field_block {
    width: 100%;
    padding-right: 0;
  }
  .homepage_info .validate_button {
    margin-top: 40px;
    padding: 15px 10px;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .info_logo {
    height: 40px;
  }

  .info_inner {
    padding: 0 20px;
  }

  .info_title {
    font-size: 200%;
    line-height: 30px;
    max-height: 60px;
    margin-top: 0;
  }

  .info_description {
    font-size: 140%;
    line-height: 20px;
    max-height: 80px;
    margin: 20px 0;
  }

  .info_button {
    min-width: 180px;
    padding: 10px;
  }

  .homepage_info .validate_button {
    margin-top: 40px;
    padding: 15px 10px;
    min-width: 200px;
  }

  .info_logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .homepage_info {
    display: block;
  }

  .image_block {
    width: 100%;
  }

  .info_inner {
    padding: 20px;
    width: 100%;
  }

  .info_title {
    font-size: 220%;
    line-height: 30px;
    max-height: 60px;
    margin-top: 20px;
  }

  .info_description {
    font-size: 140%;
    line-height: 20px;
    max-height: 80px;
    margin: 20px 0;
  }

  .info_button {
    min-width: 200px;
    padding: 10px 15px;
  }

  .info_logo {
    display: block;
  }
}
@media (max-width: 399px) {
  .info_title {
    font-size: 180%;
    line-height: 30px;
    max-height: 60px;
    margin-top: 20px;
  }

  .info_description {
    font-size: 140%;
    line-height: 20px;
    max-height: 80px;
    margin: 20px 0;
  }

  .info_button {
    min-width: 200px;
    padding: 10px 15px;
  }

  .homepage_info .validate_button {
    margin-top: 20px;
    padding: 15px 10px;
    min-width: 100%;
  }

  .info_button {
    min-width: 100%;
  }
}
.main_slider .slide_block .video_btn:before, .main_slider .slick-dots li button, .main_slider .slick-arrow, .homepage_news .image_link, .homepage_info .validate_button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section_row .show_more, .homepage_news .news_title, .info_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main_slider .slide_block iframe, .main_slider .slide_block .video_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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