:root {
  --theme_color: #0071bc;
  --subtheme_color: #f7931e;
  --hover_color: #000;
  --title_color: #161616;
  --content_color: #5a5d60;
  --bg_color: #f0f3f7, #e8f0f9 47.7654%, #d5e7f5;
  --bg2_color: #f4f7f9;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: "Roboto", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.Oswald {
  font-family: "Oswald", sans-serif;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: var(--subtheme_color);
  color: #fff;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  font-weight: 500;
  min-width: 17.4rem;
}
.btn:hover {
  background-color: var(--theme_color);
}
.btn_b {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.8rem 3.65rem;
  font-weight: 500;
  min-width: 17.4rem;
}
.btn_b:hover {
  background-color: var(--subtheme_color);
}
.btn_more {
  display: inline-grid;
  grid-template-columns: auto 4.5rem;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #575757;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.9rem;
}
.btn_more::after {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("../img/arrow-tr-w.svg") no-repeat center / 20% var(--theme_color);
  content: '';
  display: block;
  transition: all 0.3s, transform 0.4s;
}
.btn_more:hover {
  color: var(--subtheme_color);
}
.btn_more:hover::after {
  background-color: var(--subtheme_color);
  transform: rotate(45deg);
}
.swiper_btns {
  gap: 4.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: rgba(239, 239, 239, 0.68);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 165.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.swiper_btns.white div {
  background-color: #fff;
}
.swiper_btns.white div:hover {
  background-color: var(--theme_color);
}
.swiper_btns.white .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.64);
}
.head.sm h2 {
  font-size: 3.6rem;
}
.head h1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 900;
}
.head h2 {
  font-size: 4.6rem;
  line-height: 6rem;
  font-weight: 700;
}
header {
  position: sticky;
  width: 100%;
  top: -14.5rem;
  left: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.style {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
  top: 0;
}
header .header_top {
  background-color: var(--theme_color);
  color: #fff;
  padding: 1.2rem 0 1rem;
}
header .header_top .flex::before {
  width: 20rem;
  height: 100%;
  display: block;
  content: '';
  background-color: #fff;
}
header .header_top .header_swiper {
  position: relative;
  padding-left: 2.6rem;
  height: 2rem;
  overflow: hidden;
  max-width: calc(100% - 4rem - 40rem);
}
header .header_top .header_swiper::before {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon-gift.svg") no-repeat center / contain;
}
header .header_top .header_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
header .header_top .header_swiper p {
  font-size: 1.4rem;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
header .header_top .btn_lang {
  display: grid;
  grid-template-columns: 1.8rem auto;
  align-items: center;
  cursor: pointer;
  gap: 0.7rem;
  font-size: 1.4rem;
  width: 20rem;
  justify-content: end;
  font-weight: 300;
}
header .header_top .btn_lang::before {
  width: 100%;
  padding-bottom: 100%;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/icon-lang.svg") no-repeat center / contain;
  margin-top: -3px;
}
header .header_top .btn_lang span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
header .left {
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
}
header .left .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .left .logo img {
  display: block;
  width: auto;
  height: 7.2rem;
}
header .left .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header .btns {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 4.6rem;
  min-height: 10.3rem;
  padding-top: 2px;
  padding-right: 0.8%;
}
header .btns .btn_search,
header .btns .btn_menu,
header .btns .btn_lang,
header .btns .btn_calculator {
  display: none;
}
header .btns .search_box {
  flex: 1;
  max-width: 65.2rem;
  padding-top: 0.3rem;
}
header .btns .search_box form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow-x: auto;
  border-radius: 4px;
  border: 1px solid #d2d6d8;
  padding: 0.7rem 0.6rem 0.6rem;
  padding-left: 0;
}
header .btns .search_box form input[type=text] {
  display: block;
  font-size: 1.8rem;
  padding: 12px 1.1rem 10px;
  padding-left: 1.7rem;
}
header .btns .search_box form input[type=text]::placeholder {
  color: #757575;
}
header .btns .search_box form input[type=submit] {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  text-indent: -999px;
  border-radius: 4px;
  background: url("../img/icon-search.svg") no-repeat center / 45% var(--theme_color);
  transition: all 0.3s;
}
header .btns .search_box form input[type=submit]:hover {
  background-color: var(--subtheme_color);
}
header .btns .infos > div {
  display: flex;
  gap: 2.1rem;
}
header .btns .infos a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5a5e60;
  gap: 0.6rem;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s;
  padding: 1.9rem 0.5rem 0.6rem;
  min-width: 8.3rem;
}
header .btns .infos a.active {
  box-shadow: 0 3px 6px rgba(204, 204, 204, 0.75);
}
header .btns .infos a i {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: no-repeat center / contain;
  content: '';
}
header .btns .infos a span {
  position: absolute;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 50%;
  background-color: var(--subtheme_color);
  min-width: 1.8rem;
  text-align: center;
  padding: 0.05rem;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
header .btns .infos .love {
  min-width: 7.2rem;
}
header .btns .infos .love i {
  background-image: url("../img/icon-love.svg");
}
header .btns .infos .login i {
  background-image: url("../img/icon-user.svg");
}
header .btns .infos .cart i {
  background-image: url("../img/icon-cart.svg");
}
header nav .menu {
  display: flex;
  gap: 4.5rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 0;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 62%;
  content: '';
  background-color: var(--subtheme_color);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
  z-index: -1;
}
header nav .menu > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  transition: all 0.3s;
  line-height: 6.1rem;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: 100%;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
}
header nav .sub-menu > li > a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--subtheme_color);
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover::after {
  width: 100%;
}
header .header_bottom .btn_calculator {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
  padding-bottom: 1px;
}
header .header_bottom .btn_calculator:hover {
  color: var(--subtheme_color);
}
footer .footer_main {
  padding: 7.3rem 0 1.6rem;
}
footer .footer_main .flex {
  gap: 12.7rem 2rem;
}
footer .slide_intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 23.9rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro .social {
  gap: 2rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
footer .slide_intro .social .active a {
  background-color: var(--subtheme_color);
}
footer .slide_intro .social .active a::after {
  filter: contrast(0) brightness(12);
}
footer .slide_intro .social a {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
}
footer .slide_intro .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
footer .slide_intro .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_intro .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .slide_intro .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_intro .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_intro .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .slide_obj strong {
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.1rem;
}
footer .slide_obj li {
  margin-bottom: 1.7rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  color: #37393a;
}
footer .slide_obj li a:hover {
  opacity: 1;
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .slide_connect {
  width: 30.6rem;
}
footer .slide_connect strong {
  margin-bottom: 3.2rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
footer .slide_connect li.address::before{
  background-image: url('../img/icon-address.svg');
}
footer .slide_connect li a {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--title_color);
}
footer .slide_connect li .label {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #37393a;
  margin-top: 0.7rem;
}
footer .slide_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .slide_connect .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .copyright {
  padding: 1.4rem 0 1.1rem;
  background-color: var(--bg2_color);
}
footer .copyright p {
  font-size: 1.4rem;
  color: #37393a;
  margin-bottom: 0.4rem;
}
footer .copyright .accepts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
footer .copyright .accepts p {
  margin: 0;
}
footer .copyright .accepts ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
footer .copyright .accepts li {
  border-radius: 5px;
  background-color: #fff;
  height: 2.7rem;
}
footer .copyright .accepts li img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer_service {
  border-top: 1px solid #e1e6ea;
  border-bottom: 1px solid #e1e6ea;
  padding: 2.7rem 0 3.1rem;
  overflow: hidden;
}
.footer_service .items > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 0;
  margin-left: -1px;
}
.footer_service .item {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  align-items: start;
  gap: 1.65rem;
  border-left: 1px solid #e8e8e8;
  padding: 1.7rem 4% 2rem 9%;
}
.footer_service .item i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.footer_service .item strong {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #000000;
}
.footer_service .item p {
  line-height: 2.2rem;
  color: #444444;
  margin-top: 1.6rem;
}
.bottom_sidebar {
  position: fixed;
  left: 0;
  bottom: 2rem;
  width: 100%;
  z-index: 997;
  pointer-events: none;
  padding: 0 3.6rem;
}
.bottom_sidebar .btn_cart {
  display: block;
  width: 6.1rem;
  height: 6.1rem;
  border-radius: 50%;
  background: url("../img/icon-cart2.svg") no-repeat center / contain var(--theme_color);
  transition: all 0.3s, transform 0.4s;
  box-shadow: 10px 10px 8px rgba(192, 205, 226, 0.4);
  margin-left: auto;
  pointer-events: all;
}
.bottom_sidebar .btn_cart .num {
  display: none;
}
.bottom_sidebar .btn_cart:hover {
  background-color: var(--subtheme_color);
  transform: scale(1.1);
}
.bottom_sidebar .btn_calculator,
.bottom_sidebar .btn_lang {
  display: none;
}
.page_products {
  padding: 12.8rem 0 13.3rem;
}
.page_products .page_products_swiper {
  margin-top: 3.6rem;
}
.page_products .swiper_btns {
  top: 50.5%;
}
.page_breadcrumbs {
  background-color: #e9f0f9;
  padding: 2.1rem 0 1.9rem;
}
.page_breadcrumbs .breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.page_breadcrumbs .breadcrumbs span {
  color: #161616;
  font-weight: 500;
}
.page_breadcrumbs .breadcrumbs span span::before {
  width: 0.8rem;
  height: 0.8rem;
  content: '';
  display: inline-block;
  background: url("../img/icon-bread.svg") no-repeat center / contain;
  margin: 0 0.7rem 0 0.5rem;
}
.page_breadcrumbs .breadcrumbs span span:first-child::before {
  display: none;
}
.page_breadcrumbs .breadcrumbs span a {
  font-weight: normal;
  color: rgba(36, 36, 36, 0.8);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.page_breadcrumbs .breadcrumbs span a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
.page_banner {
  background: no-repeat center / cover;
  position: relative;
}
.page_banner::before {
  width: 70.885%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, var(--color) 55.4413%, transparent);
  pointer-events: none;
}
.page_banner .flex {
  min-height: 30rem;
  padding: 4rem 0;
}
.page_banner .head {
  color: #fff;
  flex: 1;
  max-width: 72rem;
  padding-top: 0.4%;
}
.page_banner h1 {
  font-weight: 800;
}
.page_banner .breadcrumbs {
  line-height: 2rem;
  min-height: 4.2rem;
}
.page_banner .breadcrumbs span {
  color: #fff;
  font-weight: 300;
}
.page_banner .breadcrumbs span span::before {
  content: ' > ';
  display: inline-block;
  margin: 0 0.7rem 0 0.5rem;
  opacity: 0.5;
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.page_banner .breadcrumbs span a:hover {
  color: var(--subtheme_color);
  text-decoration-color: var(--subtheme_color);
}
.page_process {
  background-color: var(--theme_color);
  padding: 6.1rem 0 5rem;
}
.page_process .items > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, 10.64%);
  justify-content: center;
  gap: 2rem 1.7rem;
}
.page_process .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: rgba(0, 39, 56, 0.5);
  text-align: center;
  transition: all 0.3s;
  gap: 1.7rem;
}
.page_process .item:last-child::after {
  display: none;
}
.page_process .item::after {
  width: 100%;
  height: 1px;
  background-color: #006299;
  position: absolute;
  left: 50%;
  top: 2.5rem;
  content: '';
  z-index: -1;
}
.page_process .item .num {
  position: relative;
  z-index: 2;
  width: 5.2rem;
  min-width: max-content;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.089rem;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 1rem 0.5rem;
}
.page_process .item .num::before {
  width: 171%;
  padding-bottom: 171%;
  content: '';
  background-color: var(--theme_color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.page_process .item .num::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #006299;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  pointer-events: none;
  z-index: -1;
}
.page_process .item.active {
  color: #fff;
}
.page_process .item.active::after {
  background-color: var(--subtheme_color);
}
.page_process .item.active .num::after {
  background-color: var(--subtheme_color);
}
.product_list .active .info,
.product_list .active .price,
.product_list .active .btn_b {
  transform: translateY(0);
  opacity: 1;
}
.product_list .active a {
  box-shadow: 1rem 1rem 0.8rem rgba(0, 0, 0, 0.1);
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  overflow: hidden;
}
.product_list a:hover img {
  transform: scale(1.05);
}
.product_list .img {
  width: 100%;
  padding-bottom: 85.55%;
}
.product_list .off {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  font-weight: 500;
  line-height: 3.3rem;
  color: #fff;
  background-color: #e87b0f;
  border-radius: 6px 0 6px 0;
  padding: 0 0.95rem;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0.9rem 7.475% 2.3rem;
  transition: all 0.4s;
  transform: translateY(5.8rem);
}
.product_list .info > div:first-child {
  flex: 1;
}
.product_list strong {
  display: block;
  font-weight: 400;
  color: var(--subtheme_color);
  text-transform: uppercase;
}
.product_list h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0.7rem;
}
.product_list .price{
  display: flex;
  align-items: center;
  color: var(--title_color);
}
.product_list .price{
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.7rem;
  transition: all 0.4s;
  transform: translateY(0.5rem);
  text-decoration: unset;
}

.product_list .price ins{
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.4s;
  text-decoration: unset;
  order: 1;
  color: var(--title_color);
}
.product_list .price del {
  font-size: 1.7rem;
  color: #898b8c;
  font-weight: 400;
  margin-left: 0.3rem;
  order: 9;
}

.product_list .btn_b {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  padding: 1.45rem 2rem;
  transition: all 0.3s, transform 0.4s;
  transform: translateY(100%);
  opacity: 0;
}
.blog_list .active a {
  box-shadow: 1rem 1rem 1rem rgba(226, 226, 226, 0.55);
}
.blog_list .active a::after {
  opacity: 1;
}
.blog_list .active .btn_more::after {
  background-color: var(--subtheme_color);
  transform: rotate(45deg);
}
.blog_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  transition: all 0.3s;
}
.blog_list a::after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid var(--subtheme_color);
  border-radius: 8px;
  content: '';
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  width: 100%;
  padding-bottom: 60.6667%;
  border-radius: 8px 8px 0 0;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3rem 6.5% 2.2rem;
}
.blog_list .metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  color: rgba(63, 63, 63, 0.85);
  gap: 1.8rem;
}
.blog_list .metas .cat {
  font-weight: 500;
  color: var(--theme_color);
  text-transform: uppercase;
}
.blog_list .title {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.8rem;
}
.blog_list .btn_more {
  grid-template-columns: 1fr 4.4rem;
  font-size: 2rem;
  color: var(--title_color);
  margin-top: 6.1rem;
  padding-top: 1.7rem;
  border-top: 1px solid #d6d6d6;
}
.faq_list .faq_item {
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.3s;
}
.faq_list .faq_item.active {
  border-bottom-color: var(--title_color);
}
.faq_list .faq_item.active .question::after {
  transform: rotate(180deg);
}
.faq_list .faq_item:first-child .answer {
  display: block;
}
.faq_list .faq_item .question {
  font-size: 2.4rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 1.4rem;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  padding: 2.8rem 0 3.4rem;
}
.faq_list .faq_item .question::after {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/arrow-down.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.faq_list .faq_item .answer {
  display: none;
  line-height: 2.8rem;
  font-size: 1.8rem;
  color: var(--content_color);
  padding-right: 6%;
  padding-bottom: 2.3rem;
  margin-top: -1rem;
}


.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
.default_body ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  content: '';
}



.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loader{
  margin-top: 5rem;
  position: relative;
} 

div.loader {
  border: 7px solid #ccc;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
div.loader:before{
  display: none !important;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.empty_img{
  margin: 0 auto;
  display: block;
  max-width: 400px;
}

.sy_contentfaq .center{
  position: relative;
  top: 3rem;
  min-height: 50px;
}

.jst-language-switcher{
  filter: contrast(0) brightness(100) !important;
}

.inquiry_btn.btn{
  text-transform: capitalize;
  width: 100%;
  font-size: 2.3rem ;
  font-weight: 400
}