body::-moz-selection {
  background: #0064c5;
  color: #fff;
}

body::selection {
  background: #0064c5;
  color: #fff;
}

:root {
  scroll-behavior: initial;
}

.preview_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  background: #ccc;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview_header a {
  display: block;
  margin-left: 12px;
  margin-right: 12px;
}

html {
  background: #000;
}

body.preview_laptop {
  background: #000;
}

body.preview_laptop iframe {
  display: block;
  max-width: 1383px;
  width: 100%;
  height: 768px;
  margin: 0 auto;
  background: #fff;
}

body.preview_laptop header {
  max-width: 1383px;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

body.preview_tablet_y {
  background: #000;
}

body.preview_tablet_y iframe {
  display: block;
  max-width: 1041px;
  width: 100%;
  height: 780px;
  margin: 0 auto;
  background: #fff;
}

body.preview_tablet_y header {
  max-width: 1041px;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

body.preview_tablet_d {
  background: #000;
}

body.preview_tablet_d iframe {
  display: block;
  max-width: 785px;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

body.preview_tablet_d header {
  max-width: 785px;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

body.preview_mobile {
  background: #000;
}

body.preview_mobile iframe {
  display: block;
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  height: 640px;
}

body.preview_mobile header {
  max-width: 377px;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

body {
  background: #fafafa;
}
body.menu_active {
  overflow: hidden;
}
body.menu_active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
body.menu_active::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
body.menu_active::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

#wrapper {
  overflow-x: hidden;
}

* {
  outline: none;
}

*::-moz-selection {
  background: #0064c5;
  color: #fff;
}

*::selection {
  background: #0064c5;
  color: #fff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1320px;
}

.section_flex .container-fluid {
  height: 100%;
}
.section_flex .container-fluid .row {
  height: 100%;
}
.section_flex .container {
  height: 100%;
}
.section_flex .container .row {
  height: 100%;
}

.section_video .container,
.section_video .container-fluid {
  position: relative;
  z-index: 1;
}

.overlay_section .container,
.overlay_section .container-fluid {
  position: relative;
  z-index: 1;
}

.overlay_color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video_background {
  background: #000;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.video_foreground:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video_foreground,
.video_background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video_foreground {
    height: 200%;
    top: -50%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video_foreground {
    width: 200%;
    left: -50%;
  }
}
.grecaptcha-badge {
  display: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #272a35;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #272a35;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #272a35;
}

h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #272a35;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #272a35;
}

h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #272a35;
}

p {
  font-size: 1rem;
  font-weight: 400;
  color: #474747;
  line-height: 1.5;
  margin-bottom: 20px;
}

a {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(0, 75, 147);
  line-height: 1.5;
  text-decoration: underline;
}
a:hover {
  color: rgb(30, 53, 81);
}

ul li {
  color: #474747;
  font-size: 1rem;
  font-weight: 400;
}

table {
  width: 100%;
}
table tr td {
  padding: 5px 10px;
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
}
table tr:first-child td {
  font-size: 1rem;
  font-weight: 600;
  color: #474747;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}
.search_form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
}
.search_form .search-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.search_form form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -80px;
  max-width: 60%;
  margin-left: -30%;
}
.search_form input {
  font-size: 24px;
  color: #fff;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px;
  outline: 0;
  text-align: center;
}
.search_form h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.slide_top-to-bottom {
  opacity: 0;
  transition: all 400ms;
}

.slide_bottom-to-top {
  opacity: 0;
  transition: all 400ms;
}

.slide_right-to-left {
  opacity: 0;
  transition: all 400ms;
}

.slide_left-to-right {
  opacity: 0;
  transition: all 400ms;
}

.slide_fade-in {
  opacity: 0;
  transition: all 600ms;
}

.slide_rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 600ms;
}

.slide_scale-in {
  transform: scale(0, 0);
  transition: all 600ms;
}

.slide_in-line-fade {
  opacity: 0;
  transition: all 300ms;
}

.slide_in-line-fade-300ms {
  opacity: 0;
  transition: all 300ms;
}

.slide_in-line-fade-600ms {
  opacity: 0;
  transition: all 300ms;
}

.slide_in-line-fade-900ms {
  opacity: 0;
  transition: all 300ms;
}

.slide_in-line-rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.slide_in-line-rotate-300ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.slide_in-line-rotate-600ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.slide_in-line-rotate-900ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.slide_in-line-scale {
  transform: scale(0, 0);
  transition: all 300ms;
}

.slide_in-line-scale-300ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.slide_in-line-scale-600ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.slide_in-line-scale-900ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.top-to-bottom {
  opacity: 0;
  transition: all 400ms;
}

.bottom-to-top {
  opacity: 0;
  transition: all 400ms;
}

.right-to-left {
  opacity: 0;
  transition: all 400ms;
}

.left-to-right {
  opacity: 0;
  transition: all 400ms;
}

.fade-in {
  opacity: 0;
  transition: all 600ms;
}

.rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 600ms;
}

.scale-in {
  transform: scale(0, 0);
  transition: all 600ms;
}

.in-line-fade {
  opacity: 0;
  transition: all 300ms;
}

.in-line-fade-300ms {
  opacity: 0;
  transition: all 300ms;
}

.in-line-fade-600ms {
  opacity: 0;
  transition: all 300ms;
}

.in-line-fade-900ms {
  opacity: 0;
  transition: all 300ms;
}

.in-line-fade-1200ms {
  opacity: 0;
  transition: all 300ms;
}

.in-line-rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.in-line-rotate-300ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.in-line-rotate-600ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.in-line-rotate-900ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.in-line-rotate-1200ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}

.in-line-scale {
  transform: scale(0, 0);
  transition: all 300ms;
}

.in-line-scale-300ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.in-line-scale-600ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.in-line-scale-900ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.in-line-scale-1200ms {
  transform: scale(0, 0);
  transition: all 300ms;
}

.visible .top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible .bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible .right-to-left {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible .left-to-right {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible .fade-in {
  opacity: 1;
  transition: all 600ms;
}

.visible .rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}

.visible .scale-in {
  transform: scale(1, 1);
  transition: all 600ms;
}

.visible .in-line-fade {
  opacity: 1;
  transition: all 100ms;
}

.visible .in-line-fade-300ms {
  opacity: 1;
  transition: all 100ms;
  transition-delay: 0.1s;
}

.visible .in-line-fade-600ms {
  opacity: 1;
  transition: all 100ms;
  transition-delay: 0.2s;
}

.visible .in-line-fade-900ms {
  opacity: 1;
  transition: all 100ms;
  transition-delay: 0.3s;
}

.visible .in-line-fade-1200ms {
  opacity: 1;
  transition: all 100ms;
  transition-delay: 0.4s;
}

.visible .in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.visible .in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.visible .in-line-scale {
  transform: scale(1, 1);
  transition: all 300ms;
}

.visible .in-line-scale-300ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active .slide_top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_right-to-left {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_left-to-right {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_fade-in {
  opacity: 1;
  transition: all 600ms;
}

.swiper-slide-active .slide_rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}

.swiper-slide-active .slide_scale-in {
  transform: scale(1, 1);
  transition: all 600ms;
}

.swiper-slide-active .slide_in-line-fade {
  opacity: 1;
  transition: all 300ms;
}

.swiper-slide-active .slide_in-line-fade-300ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-fade-600ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-fade-900ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.swiper-slide-active .slide_in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-scale {
  transform: scale(1, 1);
  transition: all 300ms;
}

.swiper-slide-active .slide_in-line-scale-300ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-scale-600ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-scale-900ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.visible.top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible.bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible.right-to-left {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible.left-to-right {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.visible.fade-in {
  opacity: 1;
  transition: all 600ms;
}

.visible.rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}

.visible.scale-in {
  transform: scale(1, 1);
  transition: all 600ms;
}

.visible.in-line-fade {
  opacity: 1;
  transition: all 300ms;
}

.visible.in-line-fade-300ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.9s;
}

.visible.in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.visible.in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.visible.in-line-scale {
  transform: scale(1, 1);
  transition: all 300ms;
}

.visible.in-line-scale-300ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active.slide_top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_right-to-left {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_left-to-right {
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_fade-in {
  opacity: 1;
  transition: all 600ms;
}

.swiper-slide-active.slide_rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}

.swiper-slide-active.slide_scale-in {
  transform: scale(1, 1);
  transition: all 600ms;
}

.swiper-slide-active.slide_in-line-fade {
  opacity: 1;
  transition: all 300ms;
}

.swiper-slide-active.slide_in-line-fade-300ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-fade-600ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-fade-900ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.swiper-slide-active.slide_in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-scale {
  transform: scale(1, 1);
  transition: all 300ms;
}

.swiper-slide-active.slide_in-line-scale-300ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-scale-600ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-scale-900ms {
  transform: scale(1, 1);
  transition: all 300ms;
  transition-delay: 0.9s;
}

section.justify_center .row {
  justify-content: center;
}

.section_video {
  position: relative;
}
.section_video .play_btn.active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contain_borderTop .row {
  border-top: 1px solid #e6d0bc;
}

.row_margin .row {
  margin-left: 0;
  margin-right: 0;
}

.main_particulars p {
  line-height: 1.2;
}
.main_particulars p:not(.p_m_b_0) {
  margin-bottom: 38px;
}

.type_product #wrapper .content_wrapper > section:first-child {
  position: relative;
}
.type_product #wrapper .content_wrapper > section:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}
.type_product #wrapper .content_wrapper > section:first-child .container-fluid {
  position: relative;
  z-index: 2;
}
.type_product #wrapper .content_wrapper > section:first-child .container {
  position: relative;
  z-index: 2;
}

.section_menus {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  transition: all 300ms;
}
.section_menus .product_title {
  background: #272a35;
  padding: 12px 36px 12px 36px;
  min-width: 315px;
  flex: 0 0 315px;
  transition: flex 150ms, min-width 150ms;
}
.section_menus .product_title h1 {
  font-size: 4.5rem;
  color: #e6d0bc;
}
.section_menus .product_title h1 span {
  display: block;
  font-size: 1.25rem;
}
.section_menus .s_menu_nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #eeece8;
  width: 100%;
  height: 60px;
}
.section_menus .s_menu_nav li {
  list-style: none;
  margin-left: 25px;
  margin-right: 25px;
  height: 100%;
}
.section_menus .s_menu_nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #474747;
  font-size: 0.875rem;
  text-decoration: none;
}
.section_menus #open_req_menu {
  background-color: #efe1d3;
  color: #212121;
  height: 60px;
  text-align: center;
  padding: 0;
  border: 0;
  box-shadow: none;
  min-width: 315px;
}
.section_menus.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 9;
}
.section_menus.fixed .product_title {
  opacity: 0;
  height: 0;
}
.section_menus.fixed.fixed_m_bottom {
  transform: translate3d(0, 60px, 0);
}

.half_overlay {
  position: relative;
}
.half_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}
.half_overlay .container {
  position: relative;
}
.half_overlay .container-fluid {
  position: relative;
}

@media screen and (max-width: 1330px) {
  .section_menus .product_title {
    position: absolute;
    bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section_menus .s_menu_nav {
    overflow-x: auto;
  }
}
@media screen and (max-width: 991px) {
  .section_menus #open_req_menu {
    min-width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .mobile_reverse .container > .row {
    flex-direction: column-reverse;
  }
  .mobile_reverse .container-fluid > .row {
    flex-direction: column-reverse;
  }
  .section_menus .product_title {
    background: rgba(39, 42, 53, 0.8);
    padding: 12px 24px 12px 24px;
    min-width: initial;
    flex: unset;
  }
  .section_menus .product_title h1 {
    font-size: 2.25rem;
  }
  .section_menus #open_req_menu {
    min-width: 100%;
  }
  .section_menus .s_menu_nav {
    display: none;
  }
  .bg_to_img {
    background-image: none !important;
  }
}
.flex_col {
  display: flex;
}

.align_items_center {
  align-items: center;
}

.justify_space_between {
  justify-content: space-between;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_end {
  justify-content: flex-end;
}

.col_standart > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.col_standart.align_item_center > div {
  justify-content: center;
}

.radius_all {
  border-radius: 12px;
}

.b_r_t_l {
  border-top-left-radius: 12px;
}

.b_r_t_r {
  border-top-right-radius: 12px;
}

.b_r_b_l {
  border-bottom-left-radius: 12px;
}

.b_r_b_r {
  border-bottom-right-radius: 12px;
}

@media screen and (max-width: 640px) {
  .m_b_r_b_l_0 {
    border-bottom-left-radius: 0;
  }
  .m_b_r_b_r_0 {
    border-bottom-right-radius: 0;
  }
  .home_product .f_s_48 {
    font-size: 30px;
  }
  .home_product .f_s_30 {
    font-size: 20px;
  }
}
.desktop-0 {
  display: none;
}

.desktop-1 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tablet-1 {
    display: block;
  }
  .tablet-0 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mobile-1 {
    display: block;
  }
  .mobile-0 {
    display: none;
  }
}
.cookie_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 400ms;
}

.cookie_modal .cookie_close {
  position: absolute;
  right: 35px;
  top: 35px;
  display: none;
  cursor: pointer;
}

.cookie_modal .cookie_close.active {
  display: block;
}

.cookie_modal .modal_body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 2;
  background: #fff;
}

.cookie_modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.cookie_modal .modal_body button {
  padding: 10px 20px;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}

.cookie_modal .modal_body button:first-child {
  margin-right: 10px;
}

.cookie_modal .modal_body button:nth-child(2) {
  margin-right: 10px;
}

.cookie_modal .modal_body .cookie_settings {
  max-height: 0;
  transition: all 400ms;
  overflow: hidden;
}

.cookie_modal .modal_body .cookie_settings .form-group {
  margin-bottom: 30px;
}

.cookie_modal .modal_body .cookie_settings label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cookie_modal .modal_body .cookie_settings label span {
  position: static;
  margin-left: 10px;
}

.cookie_modal .modal_body .cookie_settings.active {
  max-height: 1000px;
}

.cookie_modal .modal_body .cookie_accept {
  margin-left: 10px;
  background: #000;
  color: #fff;
}

.cookie_modal .modal_body .cookie_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cookie_modal.hidden {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .cookie_modal .modal_body {
    overflow-y: auto;
    padding-bottom: 80px;
    max-height: 100vh;
  }
  .cookie_modal .modal_body.active_setting {
    padding-bottom: 130px;
  }
  .cookie_modal .modal_body button {
    display: block;
    width: 100%;
  }
  .cookie_modal .modal_body .cookie_actions {
    flex-wrap: wrap;
  }
  .cookie_modal .modal_body .cookie_actions.active {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    max-width: calc(100% - 80px);
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cookie_modal .modal_body .cookie_settings.active {
    max-height: 1000px;
  }
  .cookie_modal .modal_body button {
    display: block;
    width: 100%;
  }
  .cookie_modal .modal_body button:first-child {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .cookie_modal .cookie_close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cookie_modal .modal_body button:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  transition: height 300ms, transform 300ms;
  z-index: 10;
}
header #logo svg {
  transition: all 300ms;
}
header .container {
  height: 100%;
}
header .navbar-expand-lg {
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
header .navbar-expand-lg .navbar-collapse {
  display: none !important;
  flex-grow: unset;
}
header .navbar-expand-lg .navbar-collapse .navbar-nav {
  flex-direction: column;
}
header .navbar-expand-lg .navbar-collapse .navbar-nav .flex_divider {
  display: flex;
  flex-wrap: wrap;
}
header .navbar-expand-lg .navbar-collapse .navbar-nav li a {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  color: #474747;
  text-decoration: none;
  padding: 16px 20px;
  transition: all 300ms;
}
header .navbar-expand-lg .navbar-collapse .navbar-nav li a img {
  display: block;
  margin-bottom: 12px;
  max-height: 120px;
}
header .navbar-expand-lg .navbar-collapse .navbar-nav li a:hover {
  background: rgba(230, 208, 188, 0.3);
  color: #272a35;
}
header .navbar-expand-lg .navbar-collapse#main_menu_collapse {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  max-width: calc(50% + 61px);
  width: 100%;
  background: #fafafa;
  display: flex !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms, transform 300ms;
  padding: 40px 60px 58px 44px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow-y: auto;
}
header .navbar-expand-lg .navbar-collapse#main_menu_collapse .navbar-nav {
  margin-left: -20px;
}
header .navbar-expand-lg .navbar-collapse#main_menu_collapse.show {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
header .navbar-expand-lg .navbar-collapse#top_menu_collapse {
  display: flex !important;
}
header .navbar-expand-lg .navbar-collapse#top_menu_collapse .navbar-nav {
  flex-direction: row;
}
header .navbar-expand-lg .navbar-collapse#top_menu_collapse .navbar-nav li {
  margin: 0 10px;
}
header .navbar-expand-lg .navbar-collapse#top_menu_collapse .navbar-nav li a {
  color: #272a35;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 10px;
}
header .navbar-expand-lg .navbar-collapse .social_icons {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .navbar-expand-lg .navbar-collapse .social_icons li {
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
}
header .navbar-expand-lg .navbar-collapse .social_icons li a {
  display: block;
}
header .navbar-expand-lg .navbar-collapse .social_icons li:first-child {
  margin-left: 0;
}
header .navbar-expand-lg .navbar-toggler {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-left: 10px;
  padding-left: 10px;
}
header .navbar-expand-lg .navbar-toggler::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #272a35;
}
header .navbar-expand-lg .navbar-toggler span.txt {
  color: #272a35;
  font-size: 1.125rem;
  font-weight: 600;
  transition: opacity 300ms;
}
header .navbar-expand-lg .navbar-toggler span.line {
  margin-left: 12px;
}
header .navbar-expand-lg .navbar-toggler span.line span {
  width: 16px;
  height: 2px;
  background: #272a35;
  display: block;
  transition: all 300ms;
}
header .navbar-expand-lg .navbar-toggler span.line span:first-child {
  margin-top: -2px;
}
header .navbar-expand-lg .navbar-toggler span.line span:last-child {
  margin-top: 3px;
}
header .navbar-expand-lg .navbar-toggler[aria-expanded=true]::before {
  display: none;
}
header .navbar-expand-lg .navbar-toggler[aria-expanded=true] span.txt {
  opacity: 0;
}
header .navbar-expand-lg .navbar-toggler[aria-expanded=true] span.line span:first-child {
  transform: rotate(45deg);
}
header .navbar-expand-lg .navbar-toggler[aria-expanded=true] span.line span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px;
}
header .navbar-expand-lg .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-expand-lg .right_nav {
  display: flex;
  align-items: center;
}
header .navbar-expand-lg .right_nav .lang-item {
  text-transform: uppercase;
  color: #272a35;
  text-decoration: none;
}
header.hide_header {
  transform: translate3d(0, -100%, 0);
}
header.fixed_top {
  background-color: #ffffff;
  height: 60px;
}
header.fixed_top #logo svg {
  width: auto;
  height: 40px;
}

body.head_color_0 header #logo svg path {
  fill: #fff;
}
body.head_color_0 header .navbar-expand-lg .navbar-collapse#top_menu_collapse .navbar-nav li a {
  color: #fff;
}
body.head_color_0 header .navbar-expand-lg .navbar-toggler span.txt {
  color: #fff;
}
body.head_color_0 header .navbar-expand-lg .navbar-toggler::before {
  background: #fff;
}
body.head_color_0 header .navbar-expand-lg .right_nav .lang-item {
  color: #fff;
}
body.head_color_0 header .navbar-expand-lg .navbar-toggler span.line span {
  background: #fff;
}
body.head_color_0 header .navbar-expand-lg .navbar-toggler[aria-expanded=true] span.line span {
  background: #272a35;
}
body.head_color_0 header.fixed_top #logo svg path {
  fill: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .navbar-collapse#top_menu_collapse .navbar-nav li a {
  color: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .navbar-toggler span.txt {
  color: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .navbar-toggler::before {
  background: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .right_nav .lang-item {
  color: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .navbar-toggler span.line span {
  background: #272a35;
}
body.head_color_0 header.fixed_top .navbar-expand-lg .navbar-toggler[aria-expanded=true] span.line span {
  background: #272a35;
}

.type_product.head_color_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}

@media screen and (max-width: 1480px) {
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1280px) {
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a {
    font-size: 1.25rem;
    padding: 14px 20px;
  }
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a img {
    max-height: 75px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    flex-basis: auto;
  }
  header .navbar-expand-lg .navbar-toggler {
    justify-content: flex-end;
  }
  header .navbar-expand-lg .navbar-collapse#main_menu_collapse {
    max-width: 100%;
  }
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a {
    font-size: 1.8rem;
    padding: 9px 20px;
  }
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a img {
    max-height: 100px;
  }
}
@media screen and (max-width: 640px) {
  header .navbar-expand-lg .navbar-toggler {
    min-width: initial !important;
  }
  header .navbar-expand-lg .navbar-collapse#top_menu_collapse {
    display: none !important;
  }
  header {
    height: 90px;
  }
  header .navbar-expand-lg .navbar-collapse#main_menu_collapse {
    padding: 15px 12px 15px 12px;
  }
  header .navbar-expand-lg .navbar-collapse .navbar-nav li a img {
    max-height: 50px;
  }
  header .navbar-expand-lg .navbar-toggler span.txt {
    font-size: 0.875rem;
  }
  #logo svg {
    transition: all 300ms;
    height: 40px;
    width: auto;
  }
  #menu_logo {
    margin-top: 10px;
  }
  #menu_logo svg {
    height: 40px;
    width: auto;
  }
  .type_product.head_color_1:before {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  footer .flex_menu_col .list_menu {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  footer .flex_menu_col .list_menu li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer #section_935649 .col9 {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer #section_935649 .col9 p {
    text-align: center;
  }
  footer #section_203458 {
    text-align: center;
  }
}
#toast-container {
  position: fixed;
  z-index: 999999999999;
  pointer-events: none;
  width: 100%;
  right: 0;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 30px 30px 30px 80px;
  width: 100%;
  border-radius: 0;
  background-position: 30px center;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.toast-top-right {
  top: 0px;
  right: 0px;
}

.toast-error {
  background-color: #e24445;
}

.p_flex {
  display: flex;
  align-items: center;
}

.t_m_t_0 {
  margin-top: 0;
}

.t_m_b_0 {
  margin-bottom: 0;
}

.p_m_b_0 {
  margin-bottom: 0;
}

.p_m_b_5 {
  margin-bottom: 5px;
}

.color_black {
  color: #000;
}

.color_white {
  color: #fff;
}

.color_mid_gr {
  color: #9b9b9b;
}

.color_light_gr {
  color: #eaeaea;
}

.color_beige {
  color: #e6d0bc;
}

.f_s_72 {
  font-size: 72px;
}

.f_s_60 {
  font-size: 60px;
  line-height: 1.1;
}

.f_s_48 {
  font-size: 48px;
  line-height: 1.2;
}

.f_s_40 {
  font-size: 40px;
}

.f_s_36 {
  font-size: 36px;
}

.f_s_30 {
  font-size: 30px;
}

.f_s_24 {
  font-size: 24px;
}

.f_s_20 {
  font-size: 20px;
}

.f_s_18 {
  font-size: 18px;
}

.f_s_16 {
  font-size: 16px;
}

.f_s_14 {
  font-size: 14px;
}

.f_w_900 {
  font-weight: 900;
}

.f_w_800 {
  font-weight: 800;
}

.f_w_700 {
  font-weight: 700;
}

.f_w_600 {
  font-weight: 600;
}

.f_w_500 {
  font-weight: 500;
}

.f_w_400 {
  font-weight: 400;
}

.f_w_300 {
  font-weight: 300;
}

ul.column_2 {
  -moz-columns: 2;
       columns: 2;
}

.white_list {
  padding: 0;
  margin: 0;
}

.white_list li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  display: flex;
  padding: 0;
  margin-bottom: 10px;
}

.white_list li:before {
  content: "";
  background-image: url(/frontend/img/list-icon-white.svg);
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-top: 9px;
}

.black_list {
  padding: 0;
  margin: 0;
}

.black_list li {
  list-style: none;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  display: flex;
  padding: 0;
  margin-bottom: 10px;
}

.black_list li:before {
  content: "";
  background-image: url(/frontend/img/list-icon-black.svg);
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-top: 9px;
}

.contact_list {
  -moz-columns: 2;
       columns: 2;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgb(0, 75, 147);
}

.contact_list li {
  list-style: none;
  margin-bottom: 20px;
}

.contact_list li strong {
  font-weight: 600;
}

.border_bottom_p {
  display: inline-block;
  border-bottom: 1px solid #e6d0bc;
  padding-bottom: 10px;
}

.slide_button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn_white {
  border: 1px solid #eaeaea;
  font-size: 0.875rem;
  color: #eaeaea;
  padding: 13px 24px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
.btn_white:hover {
  background: #eaeaea;
  color: #272a35;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.btn_black {
  border: 1px solid #272a35;
  font-size: 0.875rem;
  color: #272a35;
  padding: 13px 24px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
.btn_black:hover {
  background: #272a35;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.btn_beige {
  border: 1px solid #e6d0bc;
  font-size: 0.875rem;
  color: #272a35;
  padding: 13px 24px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
  background: #e6d0bc;
}
.btn_beige:hover {
  background: #272a35;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.font_stroke_white {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  color: transparent;
}

.social_links {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social_links li {
  list-style: none;
  margin: 0 12px;
}

.social_links li a {
  display: block;
}

.social_links li:last-child a {
  padding-right: 0;
}

.footer_menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer_menu li {
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
}
.footer_menu li a {
  display: block;
  color: #9b9b9b;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 300ms;
}
.footer_menu li a:hover {
  color: #ffffff;
}

.m_t_-10 {
  margin-top: -10px;
}

@media screen and (max-width: 640px) {
  .social_links {
    justify-content: center;
  }
  .footer_menu {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .footer_menu li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .f_s_72 {
    font-size: 30px;
  }
  .f_s_60 {
    font-size: 30px;
    line-height: 1.1;
  }
  .f_s_48 {
    font-size: 30px;
    line-height: 1.2;
  }
  .f_s_40 {
    font-size: 30px;
  }
  .f_s_36 {
    font-size: 36px;
  }
  .m_t_-10 {
    margin-top: 0;
  }
}
