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);
}

* {
  outline: none;
}

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

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

#wrapper {
  overflow-x: hidden;
}

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

.play_btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 0;
  transition: all 400ms;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.play_btn img {
  width: auto;
  position: absolute;
  transition: all 400ms;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: inherit;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}
.play_btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 3;
  transform-origin: center;
  transition: transform 300ms;
  width: 80px;
  height: 80px;
}
.play_btn iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.play_btn.active img {
  display: none !important;
}
.play_btn.active svg {
  display: none !important;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: rgb(0, 75, 147);
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #004b93;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #004b93;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #004b93;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #004b93;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #004b93;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(45, 45, 45);
  line-height: 1.5;
  margin-bottom: 20px;
}

a {
  font-size: 16px;
  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: rgb(45, 45, 45);
  font-size: 16px;
  font-weight: 400;
}

table {
  width: 100%;
}
table tr td {
  padding: 5px 10px;
  font-size: 16px;
  color: rgb(45, 45, 45);
  font-weight: 400;
}
table tr:first-child td {
  font-size: 16px;
  font-weight: 600;
  color: rgb(45, 45, 45);
}

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

.page_down_section {
  position: relative;
}

.page_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

.section_video {
  position: relative;
}
.section_video .play_btn img {
  position: static;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.section_video .play_btn svg {
  display: none;
}
.section_video .play_btn.active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.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_end {
  justify-content: flex-end;
}

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

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

.desktop-0 {
  display: none;
}

.desktop-1 {
  display: block;
}

.tablet-1 {
  display: block;
}

.mobile-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 .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;
  }
}
#logo svg {
  width: 90px;
  height: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 40px 15px;
  z-index: 9;
  transition: all 400ms;
}

.head_color_1 header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.navbar-expand-lg {
  padding: 0;
  height: 100%;
  align-items: flex-end;
  position: static;
}

.navbar-expand-lg .navbar-collapse {
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 15px;
}

.navbar-expand-lg .navbar-nav.top_nav li a {
  padding: 15px 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.second_nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.second_nav li {
  list-style: none;
}

.second_nav li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav li .mega_container {
  position: absolute;
  left: 0;
  top: 100px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: all 500ms;
}

.navbar-expand-lg .navbar-nav li:hover .mega_container {
  max-height: 60vh;
}

.navbar-expand-lg .navbar-nav li .mega_container .products {
  display: flex;
  /*min-height: 524px;*/
}

.navbar-expand-lg .navbar-nav li .mega_container .products a {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 38px 20px 0;
  flex-direction: column;
  justify-content: space-between;
  background: #929292;
  transition: all 300ms;
  border-left: 1px solid #fff;
  max-width: 14.2857142857%;
  width: 100%;
}

.navbar-expand-lg .navbar-nav li .mega_container .products a:first-child {
  border-left: 0;
}

.navbar-expand-lg .navbar-nav li .mega_container .products a .product_name {
  font-size: 1.4583333333vw;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: block;
  white-space: nowrap;
}

.navbar-expand-lg .navbar-nav li .mega_container .products a .product_sub_title {
  font-size: 0.9375vw;
  font-weight: 300;
  color: rgb(255, 255, 255);
  display: block;
  opacity: 0;
  transition: all 300ms;
}

.navbar-expand-lg .navbar-nav li .mega_container .products a img {
  transform: translate3d(-50%, 0, 0);
  transition: all 300ms;
  margin-top: 60px;
  max-width: initial;
  /*min-width: calc(100vw / 7 + 150px);*/
}

.navbar-expand-lg .navbar-nav li .mega_container .products a img.cover_icon {
  display: none;
}

.head_color_0 header {
  background: #fff;
}

.head_color_0 header:before {
  display: none;
}

.head_color_0 header #logo svg path {
  fill: #1a7fb4;
}

.head_color_0 header .navbar-expand-lg .navbar-nav li a {
  color: rgb(45, 45, 45);
}

.head_color_0 header .navbar-expand-lg .navbar-nav.top_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

.head_color_0 header .second_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

.head_color_0 header .second_nav li a svg path {
  stroke: rgba(45, 45, 45, 0.6);
}

.head_color_0 #wrapper .content_wrapper {
  margin-top: 100px;
}

header:hover {
  background: #fff;
}

header:hover:before {
  display: none;
}

header:hover #logo svg path {
  fill: #1a7fb4;
}

header:hover .navbar-expand-lg .navbar-nav li a {
  color: rgb(45, 45, 45);
}

header:hover .navbar-expand-lg .navbar-nav.top_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

header:hover .second_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

header:hover .second_nav li a svg path {
  stroke: rgba(45, 45, 45, 0.6);
}

.navbar-expand-lg .navbar-nav li .mega_container .products a:hover {
  background: rgb(111, 108, 97);
  /*flex:0 0 calc(100vw / 7 + 150px);*/
}

.navbar-expand-lg .navbar-nav li .mega_container .products a:hover img {
  transform: translate3d(0, 0, 0);
}

.navbar-expand-lg .navbar-nav li .mega_container .products a:hover .product_sub_title {
  opacity: 1;
}

.navbar-expand-lg .navbar-nav li.mega_menu_sub {
  position: relative;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 400ms;
  min-width: 310px;
}

.navbar-expand-lg .navbar-nav.top_nav li .sub_menu_cont {
  right: 0;
  left: auto;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul {
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li {
  list-style: none;
  padding: 0 22px;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  color: rgb(143, 143, 143);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1px dashed rgb(0, 75, 147);
  transition: all 300ms;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a svg {
  width: 0;
  margin-right: 5px;
}

header:hover .navbar-expand-lg .navbar-nav.top_nav li:hover > a {
  color: rgb(45, 45, 45);
}

header:hover .navbar-expand-lg .navbar-nav.top_nav li:hover .sub_menu_cont ul li a:hover {
  color: rgb(0, 75, 147);
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a svg {
  width: 0;
  transition: all 300ms;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a:hover {
  color: rgb(0, 75, 147);
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a:hover svg {
  width: 20px;
}

.navbar-expand-lg .navbar-nav li .sub_menu_cont ul li a:hover:after {
  width: 100%;
}

.navbar-expand-lg .navbar-nav li:hover .sub_menu_cont {
  max-height: 500px;
  padding-bottom: 10px;
}

header:hover .second_nav li a:hover {
  color: rgb(45, 45, 45);
}

header:hover .second_nav li a:hover svg path {
  stroke: rgb(45, 45, 45);
}

header.hide_header {
  transform: translate3d(0, -100%, 0);
}

body.head_color_2 #wrapper .content_wrapper {
  margin-top: 100px;
}

body.head_color_2 header {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

body.head_color_2 header:before {
  display: none;
}

body.head_color_2 header #logo svg path {
  fill: #1a7fb4;
}

body.head_color_2 header #logo svg path.o_harfi {
  fill: transparent;
  stroke: rgb(0, 75, 147);
}

body.head_color_2 header .navbar-expand-lg .navbar-nav li a {
  color: rgb(45, 45, 45);
}

body.head_color_2 header .navbar-expand-lg .navbar-nav.top_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

body.head_color_2 header .second_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

body.head_color_2 header .second_nav li a svg path {
  stroke: rgba(45, 45, 45, 0.6);
}

header.fixed_top {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

header.fixed_top:before {
  display: none;
}

header.fixed_top #logo svg path {
  fill: #1a7fb4;
}

header.fixed_top #logo svg path.o_harfi {
  fill: transparent;
  stroke: rgb(0, 75, 147);
}

header.fixed_top .navbar-expand-lg .navbar-nav li a {
  color: rgb(45, 45, 45);
}

header.fixed_top .navbar-expand-lg .navbar-nav.top_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

header.fixed_top .second_nav li a {
  color: rgba(45, 45, 45, 0.6);
}

header.fixed_top .second_nav li a svg path {
  stroke: rgba(45, 45, 45, 0.6);
}

@media screen and (max-width: 1024px) {
  header {
    padding: 0 12px 15px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 80px;
    padding: 0 80px 0 12px;
    background: #fff;
  }
  .head_color_1 header:before {
    background: transparent;
  }
  header #logo svg path {
    fill: rgb(0, 75, 147);
  }
  #wrapper .content_wrapper {
    margin-top: 80px;
  }
  header .second_nav li a svg path {
    stroke: rgb(45, 45, 45);
  }
  header .second_nav li a {
    color: rgb(45, 45, 45);
  }
  header .navbar-toggler span {
    background: #004b93;
  }
  .navbar-expand-lg {
    align-items: center;
  }
  .navbar-toggler {
    border: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
  }
  .navbar-toggler span {
    background: #004b93;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -3px, 0);
    transition: all 200ms;
  }
  .head_color_1 .navbar-toggler span {
    background: #004b93;
  }
  .head_color_1 header.fixed_top .navbar-toggler span {
    background: #004b93;
  }
  .head_color_1 header .second_nav li a {
    color: rgba(45, 45, 45, 0.6);
  }
  .head_color_1 header .second_nav li.lang_items span {
    color: rgba(45, 45, 45, 0.6);
  }
  .head_color_1 header .second_nav li.lang_items span svg path {
    stroke: rgba(45, 45, 45, 0.6);
  }
  .head_color_1 header .second_nav li a.lang-item svg path {
    stroke: rgba(45, 45, 45, 0.6);
  }
  header:hover .navbar-toggler span {
    background: #004b93;
  }
  .navbar-toggler span:last-child {
    transform: translate3d(0, 3px, 0);
  }
  .navbar-toggler[aria-expanded=true] span {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
  .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(100vw, 0, 0);
    transition: transform 300ms;
    height: 100vh;
    padding-top: 80px;
    margin-top: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
  }
  .navbar-expand-lg .navbar-collapse.show {
    transform: translate3d(0, 0, 0);
  }
  .second_nav {
    position: relative;
  }
  .second_nav li a {
    display: flex;
    align-items: center;
  }
  .second_nav li a svg {
    margin-right: 4px;
  }
  #logo {
    position: relative;
    z-index: 1;
  }
  .navbar-expand-lg .navbar-nav li .mega_container {
    position: relative;
    top: 0;
  }
  .navbar-expand-lg .navbar-nav li a {
    color: rgb(45, 45, 45);
    display: block;
    padding: 10px 12px;
  }
  header .navbar-expand-lg .navbar-nav.top_nav li a {
    color: rgba(45, 45, 45, 0.6);
  }
  header.active #logo svg path {
    fill: rgb(0, 75, 147);
  }
  header.active .second_nav li a {
    color: rgba(45, 45, 45, 0.6);
  }
  header.active .second_nav li a svg path {
    stroke: rgba(45, 45, 45, 0.6);
  }
  header.active .navbar-toggler span {
    background: #004b93;
  }
  .navbar-expand-lg .navbar-nav.top_nav li a {
    padding: 10px 12px;
  }
  .navbar-expand-lg .navbar-nav li .sub_menu_cont {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav li:hover .mega_container {
    max-height: 0;
  }
  .navbar-expand-lg .navbar-nav li:hover .sub_menu_cont {
    max-height: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav li.mega_active .mega_container {
    max-height: 100vh;
    overflow-y: auto;
  }
  .navbar-expand-lg .navbar-nav li.mega_active .sub_menu_cont {
    max-height: 100vh;
    padding-bottom: 10px;
  }
  .navbar-expand-lg .navbar-nav li .mega_container .products {
    flex-wrap: wrap;
  }
  .navbar-expand-lg .navbar-nav li .mega_container .products a {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    border-left: 0;
    padding: 10px 12px;
    background: #5d5d5d;
  }
  .navbar-expand-lg .navbar-nav li .mega_container .products a img {
    display: none;
    transform: translate3d(0, 0, 0);
  }
  .navbar-expand-lg .navbar-nav li .mega_container .products a img.cover_icon {
    display: block;
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav li .mega_container .products a .product_sub_title {
    opacity: 1;
  }
}
footer {
  background: #252b32;
}

footer section:first-child .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5483b0;
}

footer section:last-child {
  padding: 30px 0;
}

footer section:last-child .col9 {
  display: flex;
  align-items: center;
}

footer section:last-child p {
  color: #8f8f8f;
  margin-bottom: 0;
}

footer .social_links {
  justify-content: flex-end;
}

.footer_menu {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  padding: 0;
}

.footer_menu li {
  list-style: none;
  margin: 0 5px;
}

.footer_menu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
  text-decoration: none;
  padding: 0 5px;
}

.footer_menu li a img {
  margin-right: 10px;
}

.footer_products_menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer_products_menu li {
  list-style: none;
  margin: 0 20px;
}

.footer_products_menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 5px;
  text-decoration: none;
}

.footer_products_menu li a img {
  margin-bottom: 5px;
  display: block;
}

.footer_products_menu li:first-child {
  margin-left: 0;
}

.footer_products_menu li:first-child a {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  footer .col9 {
    width: 100%;
  }
  footer .col3 {
    width: 100%;
  }
  .footer_products_menu li {
    margin: 0 10px;
  }
  footer .social_links {
    justify-content: center;
    margin-top: 20px;
  }
  .footer_products_menu {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer_products_menu li a {
    padding: 5px 0;
  }
  footer section:last-child .col9 {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer section:last-child .col3 img {
    float: none !important;
    display: block;
    margin: 20px auto 0;
  }
  .footer_menu {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer_menu li {
    margin: 0;
    width: 100%;
  }
  .footer_menu li a {
    text-align: center;
    justify-content: 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;
}

.p_m_b_10 {
  margin-bottom: 10px;
}

.color_black {
  color: #000;
}

.color_white {
  color: #fff;
}

.color_red {
  color: #a9172e;
}

.color_yellow {
  color: #fab800;
}

.f_f_kanit {
  font-family: "Kanit", sans-serif;
  line-height: 1.2;
}

.f_f_chakra_petch {
  font-family: "Chakra Petch", sans-serif;
}

.f_s_96vh {
  font-size: 10.537870472vh;
}

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

.f_s_48 {
  font-size: 48px;
}

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

.normal_table tr td {
  padding: 15px;
  color: rgb(45, 45, 45);
  border: 1px solid #f2f2f2;
  font-weight: 400 !important;
}
.normal_table tr:first-child td {
  color: rgb(45, 45, 45);
  font-weight: 400 !important;
}

ul.list_col_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;
}

.btn_white {
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 16px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
}

.btn_white:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 75, 147);
}

.btn_black {
  border: 1px solid #000;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 16px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
}

.btn_black:hover {
  background: #000;
  color: #fff;
}

.btn_white_bordered {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 16px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
}

.btn_white_bordered:hover {
  border: 1px solid #a9172e;
  background: #a9172e;
  color: #fab800;
}

.btn_red {
  border: 1px solid #a9172e;
  background: #a9172e;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 16px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
}

.btn_red:hover {
  border: 1px solid #fab800;
  background: #fab800;
  color: #a9172e;
}

.btn_yellow {
  border: 1px solid #fab800;
  background: #fab800;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 16px;
  line-height: 1;
  transition: all 300ms;
  display: inline-block;
  text-decoration: none;
}

.btn_yellow:hover {
  border: 1px solid #a9172e;
  background: #a9172e;
  color: #fab800;
}

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

.font_stroke_black {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}

.font_stroke_red {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #a9172e;
  color: transparent;
}

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

.social_links li {
  list-style: none;
}

.social_links li a {
  display: block;
  padding: 0 10px;
}

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

@media screen and (max-width: 991px) {
  .f_s_96vh {
    font-size: 30px;
  }
  .f_s_60 {
    font-size: 30px;
    line-height: 1;
  }
  .f_s_48 {
    font-size: 30px;
  }
  .f_s_40 {
    font-size: 30px;
  }
  .f_s_36 {
    font-size: 30px;
  }
}
