@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body, html {
  margin: 0;
  padding: 0;
}

.lp_page_wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  max-width: 2800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #16243A;
}
.m-btn {
    background: #E31235;
    border-radius: 8px;
    padding: 8px 23px;
    text-align: center;
    width: auto;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #FFFFFF;
    box-sizing: border-box;
  }
  .m-btn:hover,
  .m-btn:active,
  .m-btn.active {
    background-color: #9c0c24;
    color: #ffffff!important;
  }
  .wrapp_flex {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .wrapp_logo {
    width: 200px;
  }
  .page-container.clearfix {
    display: none;
  }

@media screen and (max-width: 768px) {
  .lp_page_wrapper {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 70px;
  }
  .wrapp_flex {
    align-items: flex-start;
  }
  .wrapp_logo {
    width: 120px;
    padding-top: 20px;
  }
  .lp_page_wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .lp_visible_lg {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .lp_page_wrapper .lp_visible_xs {
    display: none !important;
  }
}
.lp_page_wrapper p {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1100px) {
  .lp_page_wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
.lp_page_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp_page_wrapper img {
  vertical-align: middle;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.lp_page_wrapper .main-padding {
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .main-padding {
    padding: 40px 0;
  }
}
.lp_page_wrapper .flex-jcc {
  justify-content: center;
}
.lp_page_wrapper .flex-jcsb {
  justify-content: space-between;
}
.lp_page_wrapper .flex-aic {
  align-items: center;
}
.lp_page_wrapper .section_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.lp_page_wrapper .section_title p {
  font-weight: 400;
  font-size: inherit;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .section_title {
    font-size: 22px;
    line-height: 28px;
  }
}
.lp_page_wrapper .text_center {
  text-align: center;
}
.lp_page_wrapper .wrapp {
  width: 1228px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.lp_page_wrapper .wrapp_db {
  display: block;
}
.lp_page_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.lp_page_wrapper .slick-dots li {
  margin: 4px;
}
.lp_page_wrapper .slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 0.5;
}
.lp_page_wrapper .slick-dots li.slick-active button {
  opacity: 1;
}
.lp_page_wrapper .hero_img_section_with_link {
  position: relative;
}
.lp_page_wrapper .hero_img_section_with_link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp_page_wrapper .advantage_bullets {
  background: #BB442A;
}
.lp_page_wrapper .advantage_bullets .wrapp {
  position: relative;
}
.lp_page_wrapper .advantage_bullets .slick-list {
  padding-top: 30px;
}
.lp_page_wrapper .advantage_bullets.advantage_bullets_with_title {
  text-align: center;
  padding-top: 96px;
  color: #fff;
}
.lp_page_wrapper .advantage_bullets.advantage_bullets_with_title .main-padding {
  padding-top: 0;
}
.lp_page_wrapper .advantage_bullets.advantage_bullets_with_title .section_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .advantage_bullets.advantage_bullets_with_title {
    padding-top: 40px;
  }
}
.lp_page_wrapper .advantage_bullets .advantage_bullet_item {
  border-radius: 14px;
  background: #EEEDE9;
  height: 100%;
  width: 24%;
  text-align: center;
  padding: 50px 15px 25px;
  position: relative;
  line-height: 1.5;
  color: #14243A;
  margin: 0 8px;
}
.lp_page_wrapper .advantage_bullets .advantage_bullet_item strong {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.lp_page_wrapper .advantage_bullets .advantage_bullet_item .ab_title_text {
  font-size: 22px;
}
@media screen and (max-width: 1100px) {
  .lp_page_wrapper .advantage_bullets .advantage_bullet_item {
    line-height: 1.3;
  }
  .lp_page_wrapper .advantage_bullets .advantage_bullet_item br {
    display: none;
  }
  .lp_page_wrapper .advantage_bullets .advantage_bullet_item strong {
    font-size: 20px;
  }
}
.lp_page_wrapper .advantage_bullets .ab_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-40%);
}
.lp_page_wrapper .advantage_bullets .bullet_annotation {
  position: absolute;
  right: 0;
  bottom: 40px;
  color: #14243A;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .advantage_bullets .bullet_annotation {
    display: none;
  }
  .lp_page_wrapper .advantage_bullets .wrapp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lp_page_wrapper .advantage_bullets .advantage_bullet_item {
    /* padding-top: 40px; */
    padding: 40px 20px 66px!important;
  }
}
.lp_page_wrapper .big_bg_text_comp {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lp_page_wrapper .big_bg_text_comp .wrapp {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.lp_page_wrapper .big_bg_text_comp .big_bg_text_inner {
  width: 40%;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .lp_page_wrapper .big_bg_text_comp {
    height: 500px;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_inner {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .big_bg_text_comp {
    position: relative;
    height: 110vw;
  }
  .lp_page_wrapper .big_bg_text_comp .wrapp {
    flex-direction: column;
    position: relative;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_inner {
    width: 100%;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_inner .section_title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_comp_mob_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }
}
@media screen and (max-width: 460px) {
  .lp_page_wrapper .big_bg_text_comp {
    height: 130vw;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_inner .section_title {
    font-size: 4vw;
  }
  .lp_page_wrapper .big_bg_text_comp .big_bg_text_inner p {
    font-size: 3.5vw;
    line-height: 1.3;
  }
}
.lp_page_wrapper .full_width_video_section {
  height: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-bottom: 42%;
  position: relative;
  overflow: hidden;
}
.lp_page_wrapper .full_width_video_section.full_width_video_section_narrow {
  padding-bottom: 28%;
}
.lp_page_wrapper .full_width_video_section.full_width_video_section_bigger {
  padding-bottom: 50.5%;
}
.lp_page_wrapper .full_width_video_section.full_width_video_section_vertical {
  padding-bottom: 124%;
}
.lp_page_wrapper .full_width_video_section video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.lp_page_wrapper .long_bg_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.lp_page_wrapper .long_bg_section .section_title {
  margin-bottom: 90px;
}
.lp_page_wrapper .long_bg_section .long_bg_section_annotation {
  margin-top: 50px;
  font-size: 12px;
}
.lp_page_wrapper .long_bg_section .long_bg_section_annotation p {
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: inherit;
  line-height: 1.3;
}
.lp_page_wrapper .long_bg_section .wrapp {
  position: relative;
  z-index: 1;
}
.lp_page_wrapper .long_bg_section.long_bg_section_dw {
  background-color: #0a121d;
  padding-bottom: 50px;
  position: relative;
}
.lp_page_wrapper .long_bg_section.long_bg_section_dw:after {
  content: "";
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0a121d;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .long_bg_section .section_title {
    margin-bottom: 40px;
  }
  .lp_page_wrapper .long_bg_section .long_bg_section_annotation {
    padding: 0 15px;
  }
}
.lp_page_wrapper .btn_wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.lp_page_wrapper .mv_red_btn {
  display: inline-flex;
  height: 40px;
  padding: 9px 24px;
  background: #E31235;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.lp_page_wrapper .mv_red_btn:hover {
  background: #bd0f2c;
}
.lp_page_wrapper .text_picture_row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 90px;
  align-items: center;
}
.lp_page_wrapper .text_picture_row.text_picture_row_last {
  margin-bottom: 0px;
}
.lp_page_wrapper .text_picture_row > div {
  width: 50%;
}
.lp_page_wrapper .text_picture_row .tpr_text_title {
  margin-bottom: 15px;
  font-size: 22px;
}
.lp_page_wrapper .text_picture_row .tpr_text_title strong {
  display: block;
}
.lp_page_wrapper .text_picture_row .tpr_picture {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.lp_page_wrapper .text_picture_row .tpr_picture video {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.lp_page_wrapper .text_picture_row p {
  margin-bottom: 15px;
}
.lp_page_wrapper .text_picture_row .tpr_footnote {
  font-size: 14px;
  opacity: 0.5;
}
.lp_page_wrapper .text_picture_row ul {
  margin-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}
.lp_page_wrapper .text_picture_row sup {
  font-size: 60%;
  padding-left: 2px;
}
@media screen and (max-width: 1200px) {
  .lp_page_wrapper .text_picture_row {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .text_picture_row {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }
  .lp_page_wrapper .text_picture_row.text_picture_row_mob_reverse {
    flex-direction: column-reverse;
  }
  .lp_page_wrapper .text_picture_row > div {
    width: 100%;
  }
}
.lp_page_wrapper .long_bg_section_videos .text_picture_row .tpr_picture {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .long_bg_section_videos .text_picture_row .tpr_picture {
    height: auto;
  }
}
.lp_page_wrapper .products-carousel {
  color: #000;
  background: #fff;
}
.lp_page_wrapper .products-carousel .section_title {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .products-carousel .wrapp {
    padding: 0 15px;
  }
}
.lp_page_wrapper .bz_bottom_menu {
  background: #16243A;
}
.lp_page_wrapper .bz_bottom_menu .wrapp {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .bz_bottom_menu {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
  }
  .lp_page_wrapper .bz_bottom_menu .wrapp {
    width: 900px;
    max-width: none;
  }
}
.lp_page_wrapper .bz_bottom_menu_carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item {
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 20px 0;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item > a {
  color: #fff;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item.bz_bottom_menu_dropdown > a {
  padding-right: 22px;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item.bz_bottom_menu_dropdown > a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-to-bottom.svg") center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item:hover .bz_bottom_sub_menu {
  display: block;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item:hover a:after {
  transform: rotate(180deg);
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_sub_menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0%;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  text-align: left;
  list-style: disc;
  color: #14243A !important;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_sub_menu li {
  margin-bottom: 7px;
  margin-left: 10px;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_sub_menu a {
  display: block;
  color: #14243A !important;
  white-space: nowrap;
  text-decoration: none;
}
.lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_sub_menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .bz_bottom_menu_carousel {
    align-items: flex-start;
  }
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item {
    font-size: 12px;
  }
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item > a {
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
  }
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item:hover {
    height: 200px;
  }
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item .bz_bottom_sub_menu {
    position: absolute;
    top: 70px;
    padding: 8px 10px;
  }
  .lp_page_wrapper .bz_bottom_menu_carousel .bz_bottom_menu_item .bz_bottom_sub_menu li {
    margin-bottom: 7px;
  }
}
.lp_page_wrapper .main_top_banner img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .main_top_banner .wrapp {
    padding: 0 15px;
  }
}
.lp_page_wrapper .main_img_menu .main_img_menu_row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row > div {
  width: 50%;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row img {
  vertical-align: middle;
  max-width: 100%;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row svg {
  transition: all 0.3s;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  transition: all 0.3s;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row a:hover {
  transform: scale(1.05);
}
.lp_page_wrapper .main_img_menu .main_img_menu_row a:hover svg {
  margin-right: -15px;
}
.lp_page_wrapper .main_img_menu .main_img_menu_row .main_img_menu_title {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  height: 40%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 10%;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .main_img_menu .wrapp {
    padding: 0 15px;
  }
  .lp_page_wrapper .main_img_menu .main_img_menu_row {
    display: block;
    margin-bottom: 0;
  }
  .lp_page_wrapper .main_img_menu .main_img_menu_row > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .lp_page_wrapper .main_img_menu .main_img_menu_row a {
    font-size: 22px;
  }
  .lp_page_wrapper .main_img_menu .main_img_menu_row .main_img_menu_title {
    gap: 25px;
    padding: 0 15px;
    padding-bottom: 8%;
  }
}
.lp_page_wrapper .main_video_section video {
  display: block;
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .lp_page_wrapper .main_video_section .wrapp {
    padding: 0 15px;
  }
}
.lp_page_wrapper .tv_top_section {
  position: relative;
}
.lp_page_wrapper .tv_top_section img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lp_page_wrapper .tv_top_section .tv_top_section_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.lp_page_wrapper .tv_top_section .tv_top_section_video video {
  width: 100%;
}

.facelift .gallery-layout.gallery-layout_product-set {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .facelift .gallery-layout.gallery-layout_product-set {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .facelift .gallery-layout.gallery-layout_product-set {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .facelift .gallery-layout.gallery-layout_product-set {
    margin: 0;
  }
}