* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #e96a04;
  --secondary: #0b5d54;
  --title: #10181e;
  --text: #51616b;
  --bg: #f5f7f7;
  --border: #e0e7e6;
  --shadow: 0 0.8rem 0.8rem rgba(35, 35, 35, 0.1);
  --shadow_active: 0 0.8rem 0.8rem rgba(233, 106, 4, 0.25);
  --shadow2: 0 0.8rem 0.8rem rgba(0, 43, 38, 0.08);
  --danger: #b42318;
  --danger_bg: #fef4f2;
  --danger_border: #f6d3cd;
  --success: #1c6b57;
  --success_bg: #eaf7f0;
  --success_border: #bfe3d5;
  --warning: #b54708;
  --warning_bg: #fffaeb;
  --warning_border: #fedf89;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Inter", sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe,
.img.img_ab picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img,
.img.img_aba video,
.img.img_aba iframe,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img,
.img_bg > video,
.img_bg > iframe,
.img_bg > picture,
.img_bg > canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon {
  transition: all 0.3s;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.custom-popup .popup-option span {
  color: #6b756f;
  font-size: 0.933em;
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #1a1626;
  gap: 1rem;
}
.btn_i::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 1em;
  height: 1em;
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.btn_i.sec {
  color: #1c6b57;
}
.btn_i.sec::after {
  background-image: url("../img/arrow-r2.svg");
}
.btn_i.sm {
  font-size: 1.4rem;
  gap: 0.6rem;
}
.btn_i.sm::after {
  width: 0.929em;
  height: 0.929em;
}
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 1rem;
  line-height: 5rem;
  padding: 0 2.4rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  box-shadow: 0 0 1em rgba(233, 106, 4, 0.5);
}
.btn.sec {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn.sec:hover {
  background-color: transparent;
  color: var(--secondary);
  box-shadow: 0 0 1em rgba(11, 93, 84, 0.5);
}
.btn.line {
  border-color: var(--border);
  background-color: transparent;
  color: var(--title);
}
.btn.line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn.btn_dw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  padding: 0 2.75rem;
}
.btn.btn_dw::after {
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  content: '';
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  background: url("../img/icon-download.svg") no-repeat center / contain;
}
.btn.btn_dw:hover::after {
  filter: none;
}
.btn.wt {
  background-color: #fff;
  border-color: #fff;
  color: #16201e;
}
.btn.wt:hover {
  background-color: transparent;
  color: #Fff;
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.5);
}
.btn_c {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #d0d6d6;
  border-radius: 0.9rem;
  width: 3.4rem;
}
.btn_c::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow-tr.svg") no-repeat center / 29.4%;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.btn_c.btn_dw::after {
  background-image: url("../img/icon-download.svg");
  background-size: 44%;
}
.swiper_btns {
  gap: 2.1rem;
  display: flex;
}
.swiper_btns div {
  width: 5.7rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 36.4%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  background-color: #fff;
  border-color: #edefef;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-disabled:hover {
  background-color: transparent;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 169.1rem;
  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;
}
.tcon.white {
  color: #fff;
}
.tcon.white p,
.tcon.white .desc {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  letter-spacing: 0.00889em;
}
.tcon.white.bn p,
.tcon.white.bn .desc {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.015em;
}
.tcon.bn p,
.tcon.bn .desc {
  font-size: 2rem;
  letter-spacing: 0.005em;
}
.tcon.sm p,
.tcon.sm .desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.0044em;
}
.tcon em {
  font-style: normal;
}
.tcon h1 {
  font-size: 5.8rem;
  line-height: 1.18965517;
  font-weight: 700;
  letter-spacing: 0.0233em;
}
.tcon h2 {
  font-size: 4.8rem;
  line-height: 1.16666667;
  font-weight: 600;
  letter-spacing: 0.026042em;
}
.tcon p,
.tcon .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
header {
  --topbar-h: 42px;
  position: sticky;
  left: 0;
  top: calc(-143px - var(--topbar-h));
  right: 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.style .logo {
  transform: scale(0.6) translateY(35%);
}
header.opt {
  top: calc(-67px - var(--topbar-h));
}
/* Top bar removed from the DOM entirely when disabled in Theme Options,
   so the sticky collapse amount just needs to drop the reserved height
   instead of hiding an element that no longer exists. */
body.topbar-hidden header {
  --topbar-h: 0px;
}
header .top {
  position: relative;
  background-image: linear-gradient(to right, #fea22b, #edad4b, #bdb06c, #729c66, #0b6058);
  color: #fff;
  overflow: hidden;
  padding: 10px 0 11px;
}
/* Discreet shimmer across the whole bar: a soft highlight sweeps once
   roughly every 9s (long flat segment in the keyframes), then holds
   still. Pure transform on a pseudo-element sized to the bar itself, so
   it never affects layout and doesn't fight text baseline alignment. */
header .top::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.16) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: hd_shimmer 9s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hd_shimmer {
  0%, 65% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}
@media (prefers-reduced-motion: reduce) {
  header .top::after {
    animation: none;
    display: none;
  }
}
header .top .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
header .hd_notices {
  overflow: hidden;
  text-align: center;
  max-width: max-content;
  min-width: 0;
  grid-column: 2;
}
/* Every notice is stacked in the same grid cell, so the container is sized
   by CSS from the widest/tallest notice at first layout �?no JS measures
   or writes any dimension, so this bar can never cause a layout shift. */
header .hd_notices > ul {
  display: grid;
}
header .hd_notice {
  grid-area: 1 / 1;
  min-width: 0;
  max-width: max-content;
  opacity: 0;
  transform: translateY(-0.35em);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
header .hd_notice.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
header .hd_notice p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 300;
}
header .hd_notice p a {
  color: inherit;
  text-decoration: none;
}
header .hd_notice p a:hover {
  text-decoration: underline;
}
header .hd_notice strong {
  color: #fff;
  font-weight: 400;
  margin-right: 3px;
}
@media (prefers-reduced-motion: reduce) {
  header .hd_notice {
    transition: none;
  }
}
header .connect {
  margin-bottom: 1px;
}
header .connect ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem 3.5rem;
  font-size: 13px;
}
header .connect li {
  position: relative;
  padding-left: 1.6154em;
}
header .connect li::before {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1.154em;
  height: 1.077em;
  content: '';
  background: no-repeat center left / contain;
}
header .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
  white-space: nowrap;
}
header .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
header .connect .phone::before {
  background-image: url("../img/icon-phone-w.svg");
}
header .connect .email::before {
  background-image: url("../img/icon-email-w.svg");
}
header .main .grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 2rem;
  padding-top: 21px;
  padding-left: 3px;
}
header .logo {
  display: block;
  position: relative;
  grid-row: span 2;
  margin-top: -17%;
  transform-origin: left bottom;
  transition: transform 0.3s;
}
header .logo img {
  display: block;
  width: auto;
  height: 10.4rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .hd_search {
  margin-left: 2.3%;
  position: relative;
}
header .hd_search form {
  display: grid;
  grid-template-columns: 1fr 4.2rem;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0.8rem;
  transition: border-color 0.2s;
  height: 50px;
  max-width: 86.3rem;
  margin: 0 auto;
}
header .hd_search form:focus-within {
  border-color: var(--primary);
}
header .hd_search form input {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #332f2b;
  padding: 0 2.9rem;
}
header .hd_search form input::placeholder {
  color: #332f2b;
}
header .hd_search form input[type=submit] {
  padding: 0;
  background: url("../img/icon-search.svg") no-repeat center left / 40.5%;
  text-indent: -999px;
  overflow: hidden;
}

/**
 * Live search-suggestion dropdown. Shared by every search box in the
 * theme (header .hd_search, home .section_search, and any future one) �? * each host element just needs `position: relative` and a
 * `.search_suggest` child for assets/js/public.js's
 * window.wptaBindSearchSuggest() to fill in via AJAX.
 */
.search_suggest {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  z-index: 998;
  max-height: 40rem;
  overflow-y: auto;
  text-align: left;
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  box-shadow: var(--shadow2);
  padding: 1rem;
}
.search_suggest[hidden] {
  display: none;
}
.search_suggest .suggest_products {
  display: grid;
  gap: 0.4rem;
}
.search_suggest .suggest_products li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem;
  border-radius: 0.8rem;
  transition: background-color 0.2s;
}
.search_suggest .suggest_products li a:hover,
.search_suggest .suggest_products li a.is_active {
  background-color: #f2f2f2;
}
.search_suggest .suggest_products .icon {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  flex: none;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.search_suggest .suggest_products .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search_suggest .suggest_products .info {
  flex: 1;
  min-width: 0;
}
.search_suggest .suggest_products .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title);
}
.search_suggest .suggest_products .meta {
  display: block;
  font-size: 1.3rem;
  color: var(--text);
}
.search_suggest .suggest_products .price {
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}
.search_suggest .suggest_facets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border);
}
.search_suggest .suggest_facets a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  border-radius: 0.8rem;
  background-color: #f2f2f2;
  color: var(--text);
  transition: all 0.2s;
}
.search_suggest .suggest_facets a:hover,
.search_suggest .suggest_facets a.is_active {
  background-color: var(--primary);
  color: #fff;
}
.search_suggest .suggest_viewall {
  display: block;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border);
  font-weight: 600;
  color: var(--primary);
  text-align: center;
}
.search_suggest .suggest_empty {
  color: var(--text);
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
}
header nav {
  margin-left: 1.2%;
}
header nav .btn_lang {
  display: none;
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  max-width: 84.7rem;
  margin: 0 auto;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  transition: all 0.3s;
  padding-top: 4px;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .btns .btn_icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  background-color: #f2f2f2;
  transition: all 0.3s;
  border-radius: 50%;
}
header .btns .btn_icon::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: no-repeat center / 44%;
}
header .btns .btn_icon:hover {
  background-color: var(--primary);
}
header .btns .btn_icon:hover::after {
  filter: contrast(0) brightness(2);
}
header .btns .btn_cart {
  overflow: unset;
  color: transparent;
}
header .btns .btn_cart i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary);
  color: #fff;
  white-space: nowrap;
  width: 1.286em;
  height: 1.286em;
  min-width: max-content;
  text-indent: 0;
  border-radius: 0.643em;
  padding: 0 0.3em;
}
header .btns .btn_menu,
header .btns .btn_search {
  display: none;
}
header .btns .btn_search::after {
  background-image: url("../img/icon-search.svg");
}
header .btns .btn_cart::after {
  background-image: url("../img/icon-cart.svg");
}
header .btns .btn_login::after {
  background-image: url("../img/icon-user.svg");
}
header .btns .btn_menu::after {
  background-image: url("../img/nav-btn.svg");
}
header .rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 76px;
  padding-top: 2px;
}
header .btn_lang {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 15px;
  color: rgba(16, 24, 30, 0.8);
  padding: 0 19px 0 24px;
}
header .btn_lang::before,
header .btn_lang::after {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  content: '';
  background: no-repeat center / contain;
}
header .btn_lang::before {
  width: 17px;
  height: 17px;
  left: 0;
  background-image: url("../img/icon-lang.svg");
}
header .btn_lang::after {
  width: 9px;
  height: 9px;
  right: 0;
  background-image: url("../img/icon-select.svg");
}
footer .foot_follow {
  padding: 5.6rem 0 2.9rem;
}
footer .foot_follow .logo {
  display: block;
  position: relative;
  width: 27rem;
  padding-bottom: 0.4rem;
}
footer .foot_follow .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .foot_follow .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main {
  padding: 3rem 0 8.1rem;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.004em;
}
footer .main .foot_nav strong {
  margin-bottom: 2.3rem;
}
footer .main .foot_nav li + li {
  margin-top: 1.3rem;
}
footer .main .foot_nav li a {
  font-size: 1.8rem;
  color: var(--text);
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_links {
  width: 32.6rem;
  margin-left: 2.3%;
}
footer .main .foot_links strong {
  margin-bottom: 2.5rem;
}
footer .main .foot_links .menu li + li {
  margin-top: 1.2rem;
}
footer .main .foot_links .menu a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 1.1rem;
  border: 1px solid #dce2e1;
  gap: 0.8rem;
  padding: 0.75rem 0.7rem 0.75rem 2.5rem;
}
footer .main .foot_links .menu a::before,
footer .main .foot_links .menu a::after {
  position: relative;
  z-index: 2;
  display: block;
  width: 2.3334em;
  height: 2.3334em;
  content: '';
  transition: all 0.3s;
  background: url("../img/foot-arrow.svg") no-repeat center / 38.1%;
}
footer .main .foot_links .menu a::before {
  position: absolute;
  right: 0.7rem;
  border-radius: 1.1rem;
  background: #dce2e1;
}
footer .main .foot_links .menu a:hover::before {
  background-color: var(--primary);
}
footer .main .foot_links .menu a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .bottom {
  font-size: 1.4rem;
  color: var(--text);
  padding: 1.7rem 0;
  letter-spacing: -0.0086em;
}
footer .bottom a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 1.6rem 3.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 2.3rem;
  bottom: 1.8rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 5.6rem;
  height: 5.6rem;
  background: url("../img/arrow-t-w.svg") no-repeat center / 23.2% var(--primary);
  opacity: 0;
  transform: translateY(100%);
  border-radius: 1rem;
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
}
.page_products {
  background-color: var(--bg);
  padding: 9.1rem 0 7.8rem;
}
.page_products .btn_i {
  margin-bottom: 0.7rem;
  gap: 1.4rem;
}
.page_products .page_products_swiper {
  margin-top: 2.2rem;
}
.page_products .swiper_btns.middle {
  top: 51.5%;
}
.page_step {
  padding: 8.2rem 0 7.4rem;
}
.page_step .head {
  display: grid;
  grid-template-columns: 1fr 45.34722222%;
  align-items: start;
}
.page_step .head p {
  max-width: 61rem;
  margin-top: 4.3rem;
}
.page_step .head.center {
  display: block;
}
.page_step .head.center p {
  margin-top: 1.8rem;
}
.page_step .page_step_swiper {
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0 0;
  margin-top: 7.1rem;
  --w: 6.8rem;
}
.page_step .page_step_swiper .swiper-slide {
  position: relative;
  padding-right: 2rem;
}
.page_step .page_step_swiper .swiper-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--w) / 2);
  content: '';
  height: 2px;
  transform: translateY(-50%);
  background: url("../img/step-dotted.svg") repeat-x center left / auto 100%;
}
.page_step .page_step_swiper .swiper-slide.active .icon {
  background-color: var(--primary);
}
.page_step .page_step_swiper .swiper-slide.active .icon img {
  filter: contrast(0) brightness(2);
}
.page_step .page_step_swiper .swiper-slide:last-child::before {
  display: none;
}
.page_step .page_step_swiper .icon {
  position: relative;
  z-index: 2;
  border-radius: 1.2rem;
  width: var(--w);
  height: var(--w);
  background-color: var(--bg);
}
.page_step .page_step_swiper .icon img {
  transform: scale(0.58823529);
}
.page_step .page_step_swiper .tcon {
  margin-top: 3.1rem;
}
.page_step .page_step_swiper .tcon em {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.47;
}
.page_step .page_step_swiper .tcon h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  letter-spacing: 0.00545em;
}
.page_step .page_step_swiper .tcon p {
  max-width: 28.1rem;
  margin-top: 0.7rem;
}
.page_step p.center:has(.btn) {
  margin-top: 6.5rem;
}
.articles_box {
  display: flex;
  flex-direction: column;
}
.articles_box .article_swiper {
  overflow: hidden;
  --rd: 3rem;
  border-radius: var(--rd) var(--rd) 0 0;
  margin-bottom: auto;
}
.articles_box .art_item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.articles_box .art_item:hover img {
  transform: scale(1.03);
}
.articles_box .img {
  padding-bottom: 41.57480315%;
  border-radius: var(--rd);
}
.articles_box .info {
  flex: 1;
  margin-top: 2.2rem;
}
.articles_box .info .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.7rem;
  color: var(--text);
  gap: 0.2353em;
}
.articles_box .info .metas:has(.date) {
  margin-bottom: 0.7rem;
}
.articles_box .info .metas .date {
  margin-right: 0.29412em;
}
.articles_box .info .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: inline-block;
  background: #fff;
  color: #0e1726;
  font-size: 0.82353em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 1.29em;
  padding: 0.6857em 1.143em;
  margin: 4.4094488% 4.7244094%;
  letter-spacing: -0.0036em;
}
.articles_box .info .title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  letter-spacing: 0.007em;
}
.articles_box .info .desc {
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 58.2rem;
  margin-top: 1.9rem;
}
.articles_box .swiper_con {
  margin-top: 1.6rem;
}
.articles_box div.swiper-pagination-progressbar {
  position: static;
  flex: 1;
  max-width: 46.5rem;
  height: 3px;
  background: #dce2e1;
  pointer-events: all;
  border-radius: 10px;
}
.articles_box div.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary);
  border-radius: 10px;
}
.articles_box div.swiper-pagination-progressbar.swiper-pagination-lock {
  display: block;
  opacity: 0;
}
.footer_contact.bg {
  background-image: linear-gradient(to bottom, var(--bg) 0 56.2%, transparent 56.2% 100%);
}
.footer_contact .con {
  position: relative;
  width: calc(100% - 6rem);
  max-width: 179rem;
  border-radius: 2.9rem;
  background-color: #074449;
  margin: 0 auto;
  overflow: hidden;
}
.footer_contact .head {
  position: relative;
  z-index: 2;
  min-height: 33.2rem;
  padding: 4rem 0;
}
.footer_contact .tcon {
  max-width: 63.5rem;
  padding-top: 1.4%;
}
.footer_contact .tcon h2 {
  letter-spacing: 0.023em;
}
.footer_contact p {
  margin-top: 2rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.5%;
}
.footer_contact .btns .btn.sec:hover {
  background-color: #fff;
}
.footer_contact .subscribe_form {
  width: 43.125%;
  margin-top: 2.6%;
}
.footer_contact .subscribe_form form {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid transparent;
  transition: border-color 0.2s;
  border-radius: 1rem;
  padding-right: 0.7rem;
}
.footer_contact .subscribe_form form:focus-within {
  border-color: var(--primary);
}
.footer_contact .subscribe_form form input {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 2.2rem;
  font-weight: 300;
  letter-spacing: 0.00556em;
}
.footer_contact .subscribe_form form input::placeholder {
  color: #fff;
}
.footer_contact .subscribe_form form input[type=submit] {
  height: 5.2rem;
  border-radius: 1rem;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.3s;
  padding: 0 2.05rem;
  margin: 0.6rem 0;
  font-weight: 500;
}
.footer_contact .subscribe_form form input[type=submit]:hover {
  background: transparent;
  color: var(--primary);
  box-shadow: 0 0 1em rgba(233, 106, 4, 0.5);
}
.footer_contact .float_mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
.footer_contact .float_mask ul {
  position: static;
}
.footer_contact .float_mask .img {
  position: absolute;
  width: auto;
}
.footer_contact .float_mask .img1 {
  height: 212.952%;
  top: -56.4%;
  left: 15.19%;
}
.footer_contact .float_mask .img2 {
  height: 162.952%;
  top: -20.9%;
  right: -9.9%;
}
.page_banner .flex {
  min-height: 43.2rem;
  padding: 6rem 0;
}
.page_banner .head {
  flex: 1;
  min-height: 17.8rem;
  margin-top: 0.8%;
}
.page_banner p {
  max-width: 66.6rem;
  margin-top: 1.9rem;
}
.page_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  max-width: 68.3rem;
  transition: border-color 0.2s;
  border-radius: 1.2rem;
  border: 1px solid #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 3.8%, rgba(255, 255, 255, 0.99) 33.2%, #fff 54.35%, rgba(255, 255, 255, 0.99) 74%, rgba(255, 255, 255, 0.9));
  margin-top: 2.7rem;
  padding-right: 0.9rem;
  margin-bottom: 0.9rem;
}
.page_banner form:focus-within {
  border-color: var(--primary);
}
.page_banner form input {
  display: block;
  width: 100%;
  background: url("../img/icon-search2.svg") no-repeat center left 2.1rem/2.3rem;
  transition: border-color 0.2s;
  font-size: 1.8rem;
  color: var(--text);
  padding: 2px 2rem 0 6.4rem;
}
.page_banner form input::placeholder {
  color: var(--text);
}
.page_banner form input[type=submit] {
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--primary);
  background: var(--primary);
  transition: all 0.3s;
  border-radius: 1rem;
  height: 5.2rem;
  padding: 0 3.3rem;
  margin: 0.75rem 0;
}
.page_banner form input[type=submit]:hover {
  background: transparent;
  color: var(--primary);
  box-shadow: 0 0 1em rgba(233, 106, 4, 0.5);
}
.social {
  gap: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.social a {
  opacity: 1;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #dce2e1;
}
.social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 43.5%;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
.social a:hover::after {
  filter: contrast(0) brightness(2);
}
.social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.nav_wrap .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav_wrap .nav_item {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background-color: #fff;
  color: #42504b;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.7055556em 1.34em;
  min-width: 7em;
}
.nav_wrap .nav_item.active,
.nav_wrap .nav_item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
nav.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  font-weight: 600;
  color: #3c4843;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 0.5625em;
  width: 3.0625em;
  height: 3.0625em;
  min-width: max-content;
  padding: 0 0.2em;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
nav.navigation .page-numbers.prev,
nav.navigation .page-numbers.next {
  padding: 0 1.25em;
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
.breadcrumbs span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.0071em;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 0.857143em;
  background-color: #d7dbda;
  transform: rotate(15deg);
  margin: 0 10px 0 9px;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span a {
  color: #6b756f;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: underline transparent;
  letter-spacing: -0.01em;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.active .item_tmpl .icon {
  background-color: var(--primary);
  box-shadow: var(--shadow_active);
}
.active .item_tmpl .icon img {
  filter: contrast(0) brightness(2);
}
.active .item_tmpl .btn_c {
  background-color: var(--primary);
}
.active .item_tmpl .btn_c::after {
  filter: contrast(0) brightness(2);
}
.item_tmpl {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg);
  border-radius: 1.4rem;
  padding: 9.3023256% 7.5581395% 4.0697674% 7.8488372%;
}
.item_tmpl .icon {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: var(--shadow);
}
.item_tmpl .icon img {
  transform: scale(0.66666667);
}
.item_tmpl .info {
  flex: 1;
  border-bottom: 1px solid var(--border);
  padding: 3.4rem 0 1.4rem;
}
.item_tmpl .title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.00545em;
}
.item_tmpl .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 1.5rem;
}
.item_tmpl .link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-weight: 500;
  margin-top: 1.1rem;
  gap: 1rem;
}
.blog_list .active a {
  box-shadow: var(--shadow);
}
.blog_list .active .btn_c {
  background-color: var(--primary);
}
.blog_list .active .btn_c::after {
  filter: contrast(0) brightness(2);
}
.blog_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  --rd: 1.4rem;
  border-radius: var(--rd);
  border: 1px solid #edefef;
  background-color: #fff;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  margin: -0.5px;
  border-radius: var(--rd) var(--rd) 0 0;
  padding-bottom: 54.11255411%;
}
.blog_list .info {
  flex: 1;
  border-bottom: 1px solid var(--border);
  padding: 5.4112554% 0 6.4935065%;
  margin: 0 4.978355% 0 5.4112554%;
}
.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 38rem;
  letter-spacing: 0.00545em;
}
.blog_list .info .desc {
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 40rem;
  margin-top: 1.1rem;
  letter-spacing: -0.0024em;
}
.blog_list .link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.3809524% 4.978355% 3.4632035% 5.6277056%;
}
.blog_list .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.004em;
}
.blog_list .metas span {
  display: inline-flex;
  align-items: center;
}
.blog_list .metas span::after {
  display: inline-block;
  flex-shrink: 0;
  width: 0.2143em;
  height: 0.2143em;
  border-radius: 50%;
  background-color: #b8c1bd;
  content: '';
  margin: 0 0.7143em 0 0.643em;
}
.blog_list .metas span:last-child::after {
  display: none;
}
.blog_list .metas .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: inline-block;
  background: #fff;
  color: #0e1726;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 1.29em;
  padding: 0.6857em 1.143em;
  margin: 3.8961039% 3.4632035%;
  letter-spacing: -0.02em;
}
.blog_list .metas .cat::after {
  display: none;
}
.blog_list .btn_c {
  background-color: rgba(208, 214, 214, 0.29);
}
.product_list .active .card {
  box-shadow: 0 0.6rem 0.6rem rgba(0, 43, 38, 0.08);
}
.product_list .active .card .btn.sec {
  background-color: var(--primary);
  border-color: var(--primary);
}
.product_list .active .card .btn.sec:hover {
  background-color: transparent;
  color: var(--primary);
  box-shadow: 0 0 1em rgba(233, 106, 4, 0.5);
}
.product_list .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border-radius: 1.4rem;
  border: 1px solid #edefef;
  background-color: #fff;
  padding: 6.6282421% 5.4755043% 7.204611%;
}
.product_list .info {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 1.6rem;
  gap: 1.3rem 2.1rem;
}
.product_list .icon {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 1.1rem;
  background-image: linear-gradient(55.008deg, #e7eae9, #d9dedd);
}
.product_list .icon img {
  transform: scale(0.5);
}
.product_list .metas {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--text);
  gap: 1.1rem 1.3rem;
  margin-top: 0.4rem;
}
.product_list .metas .cat {
  display: inline-block;
  color: #fff;
  background-color: #05332c;
  border-radius: 0.43em;
  padding: 0.22143em 0.7143em;
}
.product_list .btn_share {
  position: relative;
  display: block;
  align-self: flex-start;
  flex-shrink: 0;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  transition: all 0.3s;
  overflow: hidden;
  text-indent: -999px;
  margin-top: 1.2rem;
}
.product_list .btn_share::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url("../img/icon-share.svg") no-repeat center / 54.5%;
  content: '';
  transition: all 0.3s;
}
.product_list .btn_share:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.product_list .btn_share:hover::after {
  filter: contrast(0) brightness(2);
}
#wpta_share_pop {
  display: none;
  position: fixed;
  z-index: 10000;
  min-width: 21rem;
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  box-shadow: var(--shadow);
  padding: 1.4rem;
}
#wpta_share_pop.open {
  display: block;
}
#wpta_share_pop .social {
  gap: 1.2rem;
  justify-content: center;
}
#wpta_share_pop .social a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid var(--border);
}
#wpta_share_pop .social a::after {
  background-size: 43.5%;
}
#wpta_share_pop .copy {
  display: block;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  border-top: 1px dashed var(--border);
  color: var(--text);
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  transition: color 0.3s;
}
#wpta_share_pop .copy:hover {
  color: var(--primary);
}
#wpta_share_pop .copy.copied {
  color: var(--success);
}
.product_list .title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 3rem;
  letter-spacing: 0.00545em;
}
.product_list a.title {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_list a.title:hover {
  text-decoration-color: var(--title);
}
.product_list .tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  gap: 0.432em;
  letter-spacing: -0.0077em;
}
.product_list .tags span {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0.432em;
  border: 1px solid #e2e2e2;
  padding: 0.4385em 0.8152em;
  min-width: 4.77em;
}
.product_list .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.product_list .price {
  font-size: 1.3rem;
  color: var(--text);
  margin-top: 1.4rem;
}
.product_list .price .amount {
  font-size: 1.5385em;
  font-weight: 600;
  color: var(--title);
  margin-left: 0.2em;
}
.product_list .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.9rem;
}
.product_list .btns .btn {
  font-size: 1em;
  line-height: 3.9rem;
  padding: 0 1.5rem;
  flex: 1 0 12rem;
}
.product_list .btns .btn.line {
  line-height: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .footer_contact .float_mask .img1 {
    left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    --topbar-h: 36px;
    top: calc(-149px - var(--topbar-h));
  }
  header.opt {
    top: calc(-2px - var(--topbar-h));
  }
  header.style .logo {
    transform: scale(1);
  }
  header .top .grid {
    display: flex;
  }
  header .connect {
    flex: 1;
  }
  header .hd_notices {
    text-align: left;
  }
  header .main .grid {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  header .hd_search {
    margin: 0;
    flex: 1;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .btn_lang {
    display: block;
    font-size: 14px;
    margin-left: 8px;
  }
  header nav .close_box .close {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/icon-select.svg) no-repeat center / 10px 6px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    height: 6rem;
  }
  header .btns {
    min-height: 76px;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .rt {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  header .hd_notice p {
    font-size: 13px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
  body {
    font-size: 1.4rem !important;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .btn.btn_dw {
    gap: 10px;
    padding: 20px;
  }
  .btn_c {
    width: 30px;
    border-radius: 5px;
  }
  .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  .btn_i.sm {
    font-size: 14px;
    gap: 8px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 44px;
    border-radius: 5px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    max-width: unset;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon.bn p,
  .tcon.sm p,
  .tcon.bn .desc,
  .tcon.sm .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .tcon h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head.flex .tcon {
    padding: 0;
    margin: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_i,
  div.head.flex .btns {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    margin-top: 20px;
  }
  div.head .btn.btn_dw {
    gap: 10px;
    padding: 20px;
  }
  div.head .btn_i {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
  div.head .btn_i.sm {
    font-size: 14px;
    gap: 8px;
  }
  div.head .btns {
    gap: 14px;
    margin-top: 20px;
  }
  div.head .btns .btn {
    margin: 0;
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
  header {
    --topbar-h: 36px;
    top: calc(-1 * var(--topbar-h));
  }
  header.opt {
    top: calc(-1 * var(--topbar-h));
  }
  header .top {
    padding: 10px 0;
  }
  header .top .grid {
    gap: 14px;
  }
  header .main .content {
    position: static;
  }
  header .hd_notice p {
    font-size: 13px;
  }
  header .connect {
    margin: 0;
  }
  header .connect ul {
    gap: 14px;
    font-size: 12px;
  }
  header .logo img {
    height: 50px;
  }
  header .btns {
    gap: 12px;
    min-height: 64px;
    margin-left: auto;
  }
  header .btns .btn_icon {
    display: block;
    width: 44px;
    height: 44px;
  }
  header .btns .btn_cart i {
    font-size: 12px;
  }
  header .rt {
    display: none;
  }
  header .hd_search {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 14px 20px;
    background-color: #fff;
    z-index: 996;
    border-top: 1px solid var(--border);
    display: none;
  }
  header .hd_search form {
    grid-template-columns: 1fr 50px;
    height: 50px;
  }
  header .hd_search form input {
    font-size: 14px;
    padding: 0 20px;
  }
  footer .foot_follow {
    padding: 50px 0 20px;
  }
  footer .foot_follow .logo {
    width: 180px;
    padding: 0;
  }
  footer .main {
    display: grid;
    align-items: unset;
    justify-content: unset;
    gap: 0;
    padding: 20px 0 30px;
  }
  footer .main strong {
    font-size: 18px;
  }
  footer .main .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid #dce2e1;
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/ico-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_links {
    width: 100%;
    order: -1;
    margin: 0;
    padding-bottom: 16px;
  }
  footer .main .foot_links strong {
    margin-bottom: 20px;
  }
  footer .main .foot_links .menu li + li {
    margin-top: 16px;
  }
  footer .main .foot_links .menu a {
    border-radius: 5px;
    padding: 6px 10px 6px 20px;
  }
  footer .main .foot_links .menu a::before,
  footer .main .foot_links .menu a::after {
    width: 34px;
    height: 34px;
    border-radius: 5px;
  }
  footer .main .foot_links .menu a::before {
    right: 10px;
  }
  footer .bottom {
    font-size: 13px;
    padding: 20px 0;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer .bottom ul {
    gap: 14px;
  }
  footer #backtop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
  }
  .page_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_products .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
  }
  .page_step {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_step .head p,
  .page_step .head.center p {
    margin-top: 12px;
  }
  .page_step .page_step_swiper {
    overflow: unset;
    margin-top: 30px;
    --w: 50px;
  }
  .page_step .page_step_swiper .icon {
    border-radius: 5px;
  }
  .page_step .page_step_swiper .tcon {
    margin-top: 20px;
  }
  .page_step .page_step_swiper .tcon h3 {
    font-size: 20px;
    margin-top: 12px;
  }
  .page_step .page_step_swiper .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .page_step p.center:has(.btn) {
    margin-top: 40px;
  }
  .articles_box .article_swiper {
    --rd: 10px;
  }
  .articles_box .article_swiper .art_item .info {
    margin-top: 14px;
  }
  .articles_box .article_swiper .art_item .info .metas {
    font-size: 14px;
  }
  .articles_box .article_swiper .art_item .info .metas:has(.date) {
    margin-bottom: 5px;
  }
  .articles_box .article_swiper .art_item .info .metas .cat {
    padding: 0.6em 1em;
  }
  .articles_box .article_swiper .art_item .info .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .articles_box .article_swiper .art_item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .articles_box .swiper_con {
    margin-top: 20px;
  }
  .footer_contact .con {
    width: calc(100% - 40px);
    border-radius: 10px;
  }
  .footer_contact .con .head {
    min-height: unset;
    padding: 30px 0;
  }
  .footer_contact .con .head .subscribe_form {
    margin: 0;
    max-width: 400px;
  }
  .footer_contact .con .head .subscribe_form form {
    padding-right: 5px;
  }
  .footer_contact .con .head .subscribe_form form input {
    font-size: 14px;
    padding: 0 20px;
  }
  .footer_contact .con .head .subscribe_form form input[type=submit] {
    height: 44px;
    margin: 5px 0;
    padding: 0 20px;
  }
  .footer_contact .con .head .tcon {
    padding: 0;
  }
  .footer_contact .con .head .tcon p {
    margin-top: 12px;
  }
  .footer_contact .float_mask .img1 {
    height: unset;
    top: -20%;
    bottom: -20%;
  }
  .footer_contact .float_mask .img2 {
    top: 10%;
    bottom: -50%;
    height: unset;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 30px 0 50px;
  }
  .page_banner .flex .head {
    padding: 0;
    min-height: unset;
  }
  .page_banner .flex .head p {
    margin-top: 12px;
  }
  .page_banner form {
    border-radius: 10px;
    margin-top: 20px;
    padding-right: 5px;
    margin-bottom: 0;
    max-width: 420px;
  }
  .page_banner form input {
    font-size: 14px;
    padding: 0 20px 0 40px;
    background-size: 18px;
    background-position-x: left 16px;
  }
  .page_banner form input[type=submit] {
    padding: 0 20px;
    height: 44px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .social {
    gap: 10px;
  }
  .social a {
    width: 44px;
    height: 44px;
  }
  .nav_wrap .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
  }
  .nav_wrap .nav_list::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap .nav_list li {
    flex-shrink: 0;
  }
  .nav_wrap .nav_list .nav_item {
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
  }
  nav.navigation .nav-links {
    gap: 5px;
  }
  nav.navigation .page-numbers {
    width: 44px;
    height: 44px;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
  .breadcrumbs span span::before {
    margin: 0 8px;
  }
  .item_tmpl {
    border-radius: 10px;
    padding: 20px;
  }
  .item_tmpl .icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .item_tmpl .info {
    padding: 22px 0 14px;
  }
  .item_tmpl .info .title {
    font-size: 20px;
  }
  .item_tmpl .info .desc {
    margin-top: 10px;
  }
  .item_tmpl .info .desc br {
    display: none;
  }
  .item_tmpl .link {
    margin-top: 12px;
  }
  .product_list .card {
    padding: 20px;
    border-radius: 10px;
  }
  .product_list .card .info {
    padding-bottom: 12px;
    gap: 12px 14px;
  }
  .product_list .card .info .icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .product_list .card .info .metas {
    gap: 10px;
    margin: 0;
    font-size: 13px;
  }
  .product_list .card .info .btn_share {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0;
  }
  #wpta_share_pop {
    min-width: 200px;
    border-radius: 8px;
    padding: 14px;
  }
  #wpta_share_pop .social {
    gap: 12px;
  }
  #wpta_share_pop .social a {
    width: 36px;
    height: 36px;
  }
  #wpta_share_pop .copy {
    font-size: 14px;
    margin-top: 12px;
    padding-top: 12px;
  }
  .product_list .card .info .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .product_list .card .info .tags {
    font-size: 12px;
  }
  .product_list .card .con .price {
    font-size: 12px;
    margin-top: 12px;
  }
  .product_list .card .con .btns {
    gap: 12px;
    margin-top: 20px;
  }
  .product_list .card .con .btns .btn {
    flex: 1 0 110px;
    line-height: 36px;
  }
  .product_list .card .con .btns .btn.line {
    line-height: 36px;
  }
  .blog_list a {
    --rd: 10px;
  }
  .blog_list .info .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .blog_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .blog_list .link {
    gap: 14px;
  }
  .blog_list .link .metas {
    font-size: 13px;
  }
  .blog_list .link .metas .cat {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
  header .logo img {
    height: 45px;
  }
  header .connect ul li {
    padding: 0;
    flex-shrink: 0;
  }
  header .connect ul li::before {
    top: 50%;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  header .connect ul li a {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
  }
  .page_step .head {
    display: block;
  }
  footer .foot_follow {
    flex-direction: column;
    align-items: center;
  }
  footer .foot_follow .social {
    width: 100%;
    justify-content: space-around;
  }
  footer .bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer_contact .subscribe_form {
    width: 100%;
  }
  .footer_contact .float_mask .img1 {
    display: none;
  }
  .footer_contact .float_mask .img2 {
    right: -30%;
  }
}

/* === btn_lang === */
.jst-language-switcher {
      display: none;
  }
/* === /btn_lang === */

/* === btn_quote === */
/* quote modal */
.quote_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.quote_modal.active {
  opacity: 1;
  visibility: visible;
}
.quote_modal_inner {
  transform: translateY(1.6rem) scale(0.97);
  transition: transform 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}
.quote_modal.active .quote_modal_inner {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.quote_modal_close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.quote_modal_close::before,
.quote_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.quote_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quote_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quote_modal_close:hover::before,
.quote_modal_close:hover::after {
  background-color: var(--primary);
}
.quote_modal_inner {
  width: 92%;
  max-width: 88rem;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e8e5f0;
  border-radius: 1.6rem;
  padding: 4.8rem 4.4rem;
}
.quote_modal .form form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 2rem;
  position: relative;
}
.quote_modal .form form strong.title,
.quote_modal .form form > .head {
  display: none;
}
.quote_modal_inner .head {
  text-align: center;
  margin-bottom: 3.2rem;
}
.quote_modal_inner .head .subtitle {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.2rem;
}
.quote_modal_inner .head .subtitle:before {
  display: none;
}
.quote_modal_inner .head .subtitle + h2 {
  margin-top: 0;
}
.quote_modal_inner .head h2 {
  color: var(--title);
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.quote_modal_inner .head h2 span {
  display: block;
  color: var(--primary);
}
.quote_modal_inner .con {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.quote_modal_inner .con > span {
  width: 100%;
}
.quote_modal_inner .con > span.col2 {
  width: calc(50% - 1rem);
}
.quote_modal .form form br {
  display: none;
}
.quote_modal .form form .hidden-fields-container {
  display: none;
}
.quote_modal .form form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.quote_modal .form form span.col2 > label,
.quote_modal .form form span.col_file > label,
.quote_modal .form form span.col_textarea > label,
.quote_modal .form form > span > label {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #303030;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.quote_modal .form form span label i {
  color: var(--primary);
  margin-left: 0.4rem;
}
.quote_modal .form form span {
  display: block;
  width: 100%;
}
.quote_modal .form form span.col2 {
  width: calc(50% - 1rem);
}
.quote_modal .form form span input:not([type="checkbox"]),
.quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]) {
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0 2rem;
  border: 1px solid #dddddd;
  border-radius: 0.8rem;
  width: 100%;
  color: #111;
  font-size: 1.8rem;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #fff;
}
.quote_modal .form form span input:not([type="checkbox"]):focus,
.quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]):focus,
.quote_modal .form form textarea:focus,
.quote_modal .form form span select:focus,
.quote_modal .form form .wpcf7-form-control-wrap select:focus {
  border-color: var(--primary);
  outline: none;
}
.quote_modal .form form span select,
.quote_modal .form form .wpcf7-form-control-wrap select {
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0 2rem;
  border: 1px solid #dddddd;
  border-radius: 0.8rem;
  width: 100%;
  font-size: 1.8rem;
  color: #60686d;
  background: #fff url('../img/select.svg') no-repeat right 2rem center/1.6rem;
  box-sizing: border-box;
  appearance: none;
}
.quote_modal .form form .upload_con {
  padding: 2.6rem;
  border-radius: 0.8rem;
  border: 2px dashed #dddddd;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.quote_modal .form form .upload_con:hover {
  border-color: var(--primary);
}
.quote_modal .form form .upload_con.has-file {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb, 0, 0, 0), 0.04);
}
.quote_modal .form form .upload_con.dragover {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb, 0, 0, 0), 0.06);
}
.quote_modal .form form .upload_filename {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  color: var(--primary);
  font-weight: 600;
}
.quote_modal .form form .upload_con .upload_hint {
  font-weight: 400;
}
.quote_modal .form form .upload_con .icon {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.quote_modal .form form .upload_con p {
  font-size: 1.7rem;
  color: #666666;
}
.quote_modal .form form .upload_con p strong {
  font-weight: 600;
  color: #111111;
}
.quote_modal .form form .upload_con span {
  font-size: 1.6rem;
  color: #888888;
  margin-top: 0.5rem;
}
.quote_modal .form form span.col_file,
.quote_modal .form form span.col_textarea {
  margin-top: 0;
}
.quote_modal .form form textarea,
.quote_modal .form form .wpcf7-form-control-wrap textarea {
  padding: 1.8rem 2rem;
  border: 1px solid #dddddd;
  border-radius: 0.8rem;
  width: 100%;
  font-size: 1.8rem;
  color: #111;
  height: 18rem;
  box-sizing: border-box;
  resize: none;
  background: #fff;
}
.quote_modal .form form input[type="file"],
.quote_modal .form form .wpcf7-file {
  display: none !important;
}
.quote_modal .form form > p,
.quote_modal .form form > p.agree_row {
  font-size: 1.6rem;
  color: #60686d;
  width: 100%;
  margin: 0;
  padding: 0;
}
.quote_modal .form form > p.agree_row .wpcf7-form-control-wrap,
.quote_modal .form form .wpcf7-acceptance {
  width: 100%;
}
.quote_modal .form form > p input[type="checkbox"],
.quote_modal .form form .wpcf7-acceptance input[type="checkbox"] {
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  margin: 0.15rem 0 0;
  border: 2px solid #333;
  border-radius: 0.2rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.quote_modal .form form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: block;
}
.quote_modal .form form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 1.4rem;
  row-gap: 0;
  align-items: start;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  color: #60686d;
  margin-bottom: 0;
  cursor: pointer;
}
.quote_modal .form form .wpcf7-acceptance .wpcf7-list-item-label {
  grid-column: 2;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.quote_modal .form form .btn {
  width: 100%;
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0 3rem;
  justify-content: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  cursor: pointer;
  position: relative;
}
.quote_modal .form form .btn:not(.is-ready) {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}
.quote_modal .form form .btn.is-ready {
  opacity: 1;
  cursor: pointer;
}
.quote_modal .form form .btn.is-ready:hover {
  filter: brightness(120%);
}
.quote_modal .form form .btn > p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.quote_modal .form form > p.agree_row.needs-attention {
  color: #c0392b;
}
.quote_modal .form form .btn:after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1.4rem;
  background: url('../img/arrow-r.svg') no-repeat center/contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s;
}
.quote_modal .form form .btn.is-ready:hover:after {
  transform: translateX(20%);
}
.quote_modal .form form .btn input[type="submit"] {
  display: none;
}
.quote_modal .form form .btn input[type="submit"]:disabled {
  display: none;
}
.quote_modal .form form > p input:checked,
.quote_modal .form form .wpcf7-acceptance input:checked {
  background: url('../img/gou-w.svg') no-repeat center/60%;
  background-color: var(--primary);
  border-color: var(--primary);
}
.quote_modal .form .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  width: 24px;
  margin: 0;
}
.quote_modal .form .wpcf7-response-output {
  width: 100%;
  margin: 1rem 0 0;
  padding: 1.2rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  border: 1px solid #dddddd;
  color: #60686d;
}
.quote_modal .form form.sent .wpcf7-response-output {
  border-color: #b7dfc9;
  background: #eafaf1;
  color: #1c6b57;
}
.quote_modal .form form.failed .wpcf7-response-output,
.quote_modal .form form.aborted .wpcf7-response-output,
.quote_modal .form form.spam .wpcf7-response-output {
  border-color: #f1c4bb;
  background: #fdf1ee;
  color: #c0392b;
}
.quote_modal .form form.invalid .wpcf7-response-output,
.quote_modal .form form.unaccepted .wpcf7-response-output {
  border-color: #f5dca0;
  background: #fdf6e6;
  color: #92650f;
}
.quote_modal .form form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #c0392b;
  margin-top: 0.4rem;
}
.quote_modal .form form input.wpcf7-not-valid,
.quote_modal .form form textarea.wpcf7-not-valid,
.quote_modal .form form select.wpcf7-not-valid {
  border-color: #c0392b;
}
body.quote_modal_open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .quote_modal_inner {
    padding: 28px 20px;
    border-radius: 12px;
  }
  .quote_modal .form form {
    gap: 12px;
  }
  .quote_modal_inner .head {
    margin-bottom: 20px;
  }
  .quote_modal_inner .head .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .quote_modal .form form strong.title,
  .quote_modal_inner .head h2 {
    font-size: 24px;
  }
  .quote_modal_inner .con {
    gap: 12px;
  }
  .quote_modal .form form span.col2,
  .quote_modal_inner .con > span.col2 {
    width: 100%;
  }
  .quote_modal .form form span input:not([type="checkbox"]),
  .quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]) {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 15px;
  }
  .quote_modal .form form span select,
  .quote_modal .form form .wpcf7-form-control-wrap select {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 15px;
    background-position: right 16px center;
    background-size: 12px;
  }
  .quote_modal .form form textarea,
  .quote_modal .form form .wpcf7-form-control-wrap textarea {
    height: 140px;
    font-size: 15px;
    padding: 14px 16px;
  }
  .quote_modal .form form span.col2 > label,
  .quote_modal .form form span.col_file > label,
  .quote_modal .form form span.col_textarea > label,
  .quote_modal .form form > span > label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .quote_modal .form form > p,
  .quote_modal .form form > p.agree_row,
  .quote_modal .form form .wpcf7-acceptance label {
    font-size: 14px;
  }
  .quote_modal .form form .upload_con {
    padding: 18px;
  }
  .quote_modal .form form .upload_con .icon {
    width: 36px;
    height: 36px;
  }
  .quote_modal .form form .upload_con p {
    font-size: 15px;
  }
  .quote_modal .form form .upload_con span,
  .quote_modal .form form .upload_filename {
    font-size: 13px;
  }
  .quote_modal .form form > p input[type="checkbox"],
  .quote_modal .form form .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .quote_modal .form form .wpcf7-acceptance label {
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
  }
  .quote_modal .form form .btn {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }
  .quote_modal .form form .btn:after {
    width: 13px;
    height: 13px;
  }
  .quote_modal .form .wpcf7-response-output {
    font-size: 14px;
    padding: 10px 14px;
  }
  .quote_modal .form form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
/* === /btn_quote === */

/* === btn_search === */
div.search-block {
    position: fixed;
    z-index: 998;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
    width: 100%;
    bottom: -100vh;
    height: 100vh;
    transition: 0.3s ease;
  }
  div.search-block.active {
    bottom: 0;
    opacity: 1;
    transform: translateY(150px);
  }
  div.search-block div.content {
    position: relative;
    display: block;
  }
  .wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    background: url(../../global/img/cloes.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .wd-action-btn:hover {
    transform: rotate(180deg);
  }
  div.search-block .searchform {
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    /* opacity: 0; */
    transition: opacity 0.35s ease 0.2s;
    --wd-form-color: #333;
    --wd-form-placeholder-color: #333;
    text-align: center;
    transition: 0.75s all ease;
  }
  div.search-block.active .searchform {
    opacity: 1;
  }
  div.search-block .searchform input[type='text'] {
    padding: 0;
    height: 110px;
    border: none;
    text-align: center;
    font-size: 35px;
    outline: none;
  }
  header div.main-menu div.main div.right {
    display: none;
  }
  div.search-block .searchform ::-webkit-input-placeholder {
    color: #333333;
  }
  
  @media (max-width: 768px) { 
    div.search-block div.content {
      height: 100%;
    }
    div.search-block {
      height: calc(100vh - 150px);
    }
    div.search-block.active {
      transform: translate(0);
    }
    div.search-block .searchform {
      padding-top: 2rem;
      display: grid;
      align-items: center;
      grid-template-columns: 1fr auto;
      gap: 12px;
    }
    div.search-block .searchform input[type='text'] {
      height: 42px;
      min-width: unset;
      width: 100%;
      font-size: 22px;
    }
    div.search-block .searchform input[type='submit'] {
      display: block;
      width: 20px;
      filter: contrast(0) brightness(0);
      height: 20px;
      background: url(../img/icon-search.svg) no-repeat center/contain;
    }
    .wd-action-btn {
      right: 2rem;
      bottom: 2rem;
      top: unset;
    }
  }
/* === /btn_search === */

/* === WooCommerce notices (shared) ===
   Single on-brand notice component used by:
   - .wc_notices_wrap (page.php / wp_theme_agent_wc_notices)
   - .checkout_main (checkout.js submit_error into #wpta_checkout_form)
   - .account_main (My Account hooks that print notices directly)
   - .auth_card (login/register modal, geometry tightened in auth.css)

   Built to read as one of the checkout `.step_card`s: same 1.4rem radius,
   1px border and soft shadow, and the same rounded-square badge + caption
   head, the caption being the `.notice_title` row that
   woocommerce/notices/error.php prints when several errors come at once.

   The badge is an absolutely positioned pseudo-element rather than a grid
   or flex column because success/info notices are plain `<div>`s whose
   contents (message text plus an optional `.wc-forward` button) would
   otherwise each become a separate track item. Whatever sits on the first
   line is min-height'd to the badge so the two line up.

   The badge colours are baked into the SVGs below and mirror --danger /
   --success / --secondary; change them together. */
.wc_notices_wrap {
  max-width: 144rem;
  margin: 0 auto;
  padding: 1.6rem clamp(1.6rem, 3vw, 4rem) 0;
}
.checkout_main .woocommerce-NoticeGroup-checkout {
  max-width: 90.5rem;
  margin: 0 0 2rem;
  scroll-margin-top: 2rem;
  animation: wpta_notice_in 0.35s ease-out;
}
@keyframes wpta_notice_in {
  from {
    opacity: 0;
    transform: translateY(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  position: relative;
  list-style: none;
  margin: 0 0 2rem;
  padding: 2.2rem 2.8rem 2.2rem 7.4rem;
  border-radius: 1.4rem;
  border: 1px solid var(--danger_border);
  background: var(--danger_bg);
  box-shadow: var(--shadow2);
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--text);
}
.woocommerce-error[hidden],
.woocommerce-message[hidden],
.woocommerce-info[hidden] {
  display: none;
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  content: '';
  position: absolute;
  left: 2.8rem;
  top: 2.2rem;
  width: 3rem;
  height: 3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7.5' fill='%23b42318'/%3E%3Cpath d='M16 9v9' stroke='%23fff' stroke-width='2.6' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='22.8' r='1.6' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
}
/* First line of the block sits centred on the badge: the caption when the
   error list has one, the message itself when it is the only thing there. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error li:only-child,
.woocommerce-error .notice_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.9rem;
  min-height: 3rem;
}
.woocommerce-error .notice_title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--title);
}
.woocommerce-error li + li {
  margin-top: 0.55rem;
}
.woocommerce-error strong {
  color: var(--danger);
  font-weight: 600;
}
.woocommerce-message {
  border-color: var(--success_border);
  background: var(--success_bg);
}
.woocommerce-message::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7.5' fill='%231c6b57'/%3E%3Cpath d='M10 16.4l4.2 4.3L22 12.6' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce-message strong {
  color: var(--success);
  font-weight: 600;
}
.woocommerce-info {
  border-color: var(--border);
  background: var(--bg);
}
.woocommerce-info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7.5' fill='%230b5d54'/%3E%3Ccircle cx='16' cy='10' r='1.7' fill='%23fff'/%3E%3Cpath d='M16 14.6v8.4' stroke='%23fff' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.woocommerce-info strong {
  color: var(--secondary);
  font-weight: 600;
}
.woocommerce-error a.button,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-info .button.wc-forward {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-info .button.wc-forward:hover {
  opacity: 0.7;
}
.woocommerce-error a.button {
  color: var(--danger);
}
.woocommerce-message a.button {
  color: var(--success);
}
.woocommerce-info a.button,
.woocommerce-info .button.wc-forward {
  color: var(--secondary);
}
@media (max-width: 768px) {
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info {
    padding: 1.8rem 1.8rem 1.8rem 5.6rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
  }
  .woocommerce-error::before,
  .woocommerce-message::before,
  .woocommerce-info::before {
    left: 1.8rem;
    top: 1.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error li:only-child,
  .woocommerce-error .notice_title {
    min-height: 2.4rem;
  }
  .woocommerce-error .notice_title {
    font-size: 1.6rem;
  }
}
/* === /WooCommerce notices (shared) === */
