* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #73bc38;
  --secondary: #8cca03;
  --title: #232323;
  --text: #60686d;
}
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);
}
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;
}
.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;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #f1f9ec, #ffffff);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  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_aba {
  --h: 100%;
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.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: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  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;
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 10rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 6.2rem;
  text-transform: uppercase;
  background-color: var(--primary);
  padding: 0 4.5rem;
}
.btn:hover {
  background-color: var(--secondary);
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(96, 104, 109, 0.5);
  background-color: transparent;
  color: #303030;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 6.1rem;
  padding: 0 3.7rem;
}
.btn_line:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.btn_i {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  gap: 2.1rem;
}
.btn_i::after {
  display: inline-block;
  content: '';
  width: 2.2778em;
  height: 1.611em;
  transition: all 0.3s;
  background: url("../img/arrow-cir.svg") no-repeat center / contain;
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.head_img {
  max-width: 9.6rem;
  margin-bottom: 1.2rem;
}
.head_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tcon h2 {
  color: #303030;
  font-weight: 700;
  font-size: 5.8rem;
  line-height: 1.103448;
  letter-spacing: 0.015em;
}
.tcon h2 em {
  color: var(--primary);
}
.tcon p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.tcon .line {
  width: 8rem;
  height: 0.6rem;
  margin-top: 4.8rem;
  background: url(../img/head-line.svg) no-repeat center / contain;
}
.swiper_btns {
  gap: 2.4rem;
  display: flex;
}
.swiper_btns.middle {
  justify-content: space-between;
  width: 98%;
  max-width: 171.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.swiper_btns.middle div {
  pointer-events: auto;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns div {
  cursor: pointer;
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
  border: 2px solid var(--primary);
  box-shadow: 0.5rem 0.4rem 0.3rem rgba(10, 122, 4, 0.14);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 32%;
  height: 32%;
  transition: all 0.3s;
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  box-shadow: none;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
  pointer-events: none;
}
.swiper-pagination.swiper-pagination-progressbar {
  position: static;
  max-width: 15.6rem;
  height: 3px;
  border-radius: 10rem;
  background-color: #dadde1;
}
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10rem;
  background-color: var(--secondary);
}
header {
  position: fixed;
  top: 5.3rem;
  left: 50%;
  z-index: 996;
  will-change: transform;
  transform: translateX(-50%);
  width: calc(100% - 6rem);
  max-width: 156rem;
  transition: all 0.4s;
  border-radius: 2.3rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
}
header.hide {
  transform: translate(-50%, calc(-100% - 5.3rem));
}
header.sticky {
  transform: translate(-50%, -3.3rem);
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: 20.4rem;
  height: auto;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-top: 4px;
}
header nav .close_box {
  display: none;
}
header nav .menu {
  gap: 4.2rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 3;
}
header nav .menu > li > a {
  display: block;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 5.6rem;
  transition: all 0.3s;
}
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: -2.4rem;
  padding: 0.6rem;
  transition: all 0.3s;
  transform: translateY(-1rem);
  pointer-events: none;
  opacity: 0;
  min-width: max-content;
  width: calc(100% + 4.8rem);
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li + li {
  margin-top: 0.4rem;
}
header nav .sub-menu > li > a {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  padding: 1.4rem 1.8rem;
  transition: all 0.2s;
  border-radius: 1.2rem;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(115, 188, 56, 0.1);
}
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: 1rem;
}
header .btns {
  gap: 3.2rem;
  display: flex;
  align-items: center;
  min-height: 9rem;
}
header .btn_search {
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_lang {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn_contact {
  cursor: pointer;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 5.6rem;
  padding: 0 3.5rem;
  transition: all 0.3s;
  border-radius: 10rem;
  text-transform: uppercase;
  background-color: var(--secondary);
}
header .btn_contact:hover {
  background-color: var(--primary);
}
footer .top {
  padding: 5.4rem 0 3.3rem;
  border-bottom: 1px solid #e2e2e2;
}
footer .logo {
  display: block;
  position: relative;
}
footer .logo img {
  display: block;
  width: 32.4rem;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .infos {
  flex: 1 0 min(100%, 600px);
  max-width: 84.2rem;
}
footer .infos ul {
  gap: 2rem 7.36342%;
  display: flex;
  flex-wrap: wrap;
}
footer .infos li {
  position: relative;
  padding-left: 4.6rem;
}
footer .infos li::before {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 2px;
  background: no-repeat center / contain;
}
footer .infos .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .infos .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .infos .whatsapp::before {
  background-image: url(../img/icon-whatsapp.svg);
}
footer .infos a {
  vertical-align: top;
  color: #3e3e3e;
  font-weight: 500;
  font-size: 2rem;
  transition: all 0.3s;
}
footer .infos a:hover {
  color: var(--primary);
}
footer .infos .label {
  color: #b9b9b9;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 5px;
}
footer .mid {
  padding: 4rem 0 8.4rem;
}
footer .form {
  width: 32.291667%;
}
footer .form .title {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
footer .form .wrap {
  gap: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .form .wrap span {
  width: 100%;
}
footer .form .wrap .col2 {
  width: 48.387097%;
}
footer .form .wrap input,
footer .form .wrap select,
footer .form .wrap textarea {
  width: 100%;
  height: 42px;
  display: block;
  border-radius: 4px;
  transition: all 0.2s;
  border: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  color: #3e3e3e;
  font-weight: 500;
  font-size: 14px;
  padding: 0 12px;
}
footer .form .wrap input::placeholder,
footer .form .wrap select::placeholder,
footer .form .wrap textarea::placeholder {
  color: #3e3e3e;
}
footer .form .wrap input:focus,
footer .form .wrap select:focus,
footer .form .wrap textarea:focus {
  border-color: var(--primary);
}
footer .form .wrap textarea {
  height: 92px;
  padding: 10px 12px;
}
footer .form .wrap span:has(.send) {
  max-width: max-content;
  margin-top: 12px;
  margin-left: auto;
  position: relative;
}
footer .form .wrap .send {
  cursor: pointer;
  max-width: max-content;
  gap: 15px;
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--primary);
  padding: 0 28px;
}
footer .form .wrap .send::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-send.svg) no-repeat center / contain;
}
footer .form .wrap .send:hover {
  background-color: var(--secondary);
}
footer .form .wrap .send input {
  display: none;
}
footer .form .wrap .send .wpcf7-spinner {
  right: 100%;
}
footer .foot_navs {
  flex: 1;
  display: grid;
  gap: 5.2rem 4.513064%;
  grid-template-columns: 32.066508% 1fr 26.840855%;
  max-width: 84.2rem;
  margin-top: 0.8rem;
}
footer .foot_navs strong {
  display: block;
  color: #b9b9b9;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
footer .foot_nav li + li {
  margin-top: 1.8rem;
}
footer .foot_nav a {
  vertical-align: top;
  font-weight: 600;
  font-size: 1.8rem;
  transition: all 0.3s;
}
footer .foot_nav a:hover {
  color: var(--primary);
}
footer .foot_nav button {
  display: block;
  max-width: max-content;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.8rem;
  transition: all 0.3s;
  margin-top: 1.8rem;
  background-color: transparent;
}
footer .foot_nav button:hover {
  color: var(--secondary);
}
footer .foot_follow ul {
  gap: 2rem 14.814815%;
  display: flex;
  flex-wrap: wrap;
}
footer .foot_follow a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: no-repeat center / contain;
}
footer .foot_follow a:hover {
  transform: scale(1.2);
  filter: none;
}
footer .foot_follow .facebook a {
  background-image: url(../img/social-facebook.svg);
}
footer .foot_follow .instagram a {
  background-image: url(../img/social-instagram.svg);
}
footer .foot_follow .youtube a {
  background-image: url(../img/social-youtube.svg);
}
footer .foot_follow .linkedin a {
  background-image: url(../img/social-linkedin.svg);
}
footer .foot_follow .twitter a {
  background-image: url(../img/social-twitter.svg);
}
footer .bot {
  padding: 2rem 0;
  font-size: 1.5rem;
}
footer .bot ul {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
footer .bot ul li {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
footer .bot ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  background-color: rgba(35, 35, 35, 0.15);
}
footer .bot ul li:last-child::after {
  display: none;
}
footer .bot ul a {
  display: block;
  color: rgba(35, 35, 35, 0.68);
  transition: all 0.3s;
}
footer .bot ul a:hover {
  color: var(--primary);
}
footer .copyright {
  font-weight: 600;
}
.page_models {
  overflow: hidden;
  padding: 6.2rem 0 5rem;
}
.page_models .head_img {
  margin-bottom: 1.3rem;
}
.page_models .head h2 {
  letter-spacing: 0.023em;
}
.page_models .flex {
  position: relative;
  margin-top: 4rem;
}
.page_models .flex .intro {
  flex: 1;
  overflow: hidden;
  width: 100%;
  max-width: 49.2rem;
  padding-top: 2.8%;
}
.page_models .flex .image {
  width: 64.93055556%;
}
.page_models .page_models_swiper {
  overflow: hidden;
}
.page_models .page_models_swiper .title {
  font-size: 3.4rem;
  line-height: 1.40588235;
  font-weight: 700;
  color: #303030;
  max-width: 42rem;
  letter-spacing: 0.02294em;
}
.page_models .page_models_swiper .tags ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  gap: 0.9rem;
  margin-top: 3.1rem;
}
.page_models .page_models_swiper .tags li {
  display: inline-block;
  transition: all 0.3s;
  line-height: 1.2;
  font-weight: 600;
  color: #666666;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 1.4em;
  padding: 0.70556em 1.1944em;
}
.page_models .page_models_swiper .tags li:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page_models .page_models_swiper .desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  margin-top: 3.1rem;
}
.page_models .page_models_swiper .btn {
  margin-top: 4.4rem;
  padding: 0 3.8rem;
}
.page_models .page_models_img_swiper {
  position: relative;
  width: 61.4973262%;
}
.page_models .page_models_img_swiper::before {
  position: absolute;
  top: 79.826087%;
  right: -0.8695652%;
  bottom: 5.6130435%;
  left: 4.3478261%;
  border-radius: 50%;
  border: 2px solid #666666;
  opacity: 0.24;
  z-index: -1;
  content: '';
}
.page_models .page_models_img_swiper .swiper-slide {
  transition: transform 0.4s, opacity 0.3s, transform-origin 0.4s;
  transform-origin: center left;
  transform: translateX(100%) scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.page_models .page_models_img_swiper .swiper-slide-active {
  transform-origin: center;
  transform: scale(1);
  opacity: 1;
}
.page_models .page_models_img_swiper .swiper-slide-active ~ .swiper-slide {
  transform: translate(-53%, 2.4%) scale(0.40173913);
  opacity: 1;
}
.page_models .page_models_img_swiper .swiper-slide.swiper-slide-next {
  transform: translateY(2.4%) scale(0.40173913);
}
.page_models .page_models_img_swiper .img {
  display: block;
  padding-bottom: 100%;
}
.page_models .swiper_btns {
  position: absolute;
  z-index: 2;
  right: 0.6rem;
  bottom: 7.3%;
}
.page_faqs {
  padding: 8.2rem 0 21.4rem;
}
.page_faqs .head_img {
  margin-bottom: 1.3rem;
}
.page_faqs .head {
  width: 38%;
  max-width: 54.2rem;
}
.page_faqs .head h2 {
  letter-spacing: 0.023em;
}
.page_faqs .head p {
  max-width: 42.8rem;
  color: var(--text);
  margin-top: 4.8rem;
}
.page_faqs .head .btn {
  margin-top: 4.3rem;
  padding: 0 3.8rem;
}
.page_faqs .faqs {
  flex: 1;
  max-width: 85.3rem;
  margin-top: 18.333%;
}
.page_faqs .faq_list .faq_item {
  border-top: 1px solid #e0e0e0;
}
.page_faqs .faq_list .faq_item.active .question::after {
  transform: rotate(45deg);
  filter: contrast(0) brightness(2);
}
.page_faqs .faq_list .faq_item.active .question::before {
  background-color: var(--primary);
}
.page_faqs .faq_list .faq_item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.page_faqs .faq_list .question {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.682em;
  align-items: center;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.31818182;
  font-weight: 600;
  color: #1e1e1e;
  gap: 2rem;
  padding: 2.3rem 0 3.2rem;
  letter-spacing: 0.00773em;
}
.page_faqs .faq_list .question::after,
.page_faqs .faq_list .question::before {
  position: absolute;
  content: '';
  right: 0;
  top: 2.1rem;
  display: block;
  width: 1.682em;
  height: 1.682em;
  border-radius: 50%;
  border: 2px solid var(--primary);
  transition: all 0.3s;
}
.page_faqs .faq_list .question::after {
  border-color: transparent;
  background: url("../img/add.svg") no-repeat center / 40%;
}
.page_faqs .faq_list .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 85.2rem;
  padding: 1.2rem 0 3.5rem;
}
.page_faqs .faq_list .answer p,
.page_faqs .faq_list .answer li {
  margin: 1.2rem 0;
}
.page_faqs .faq_list .answer p strong,
.page_faqs .faq_list .answer li strong {
  color: var(--title);
  font-weight: 600;
}
.page_faqs .faq_list .answer p:first-child,
.page_faqs .faq_list .answer li:first-child {
  margin-top: 0;
}
.page_faqs .faq_list .answer p:last-child,
.page_faqs .faq_list .answer li:last-child {
  margin-bottom: 0;
}
.page_faqs .faq_list .answer li {
  margin: 0.8rem 0;
}
.page_faqs .faq_list .answer ul li {
  position: relative;
  padding-left: 1.764706em;
}
.page_faqs .faq_list .answer ul li::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.45em;
  background: url(../img/icon-gou.svg) no-repeat center / contain;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.5rem;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 2.5rem 2.5rem 0 0;
  padding-bottom: 65.72052402%;
}
.blog_list .img .btn_play {
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.blog_list .img .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.5502183% 6.5502183% 5.6768559% 6.768559%;
}
.blog_list .info .text {
  flex: 1;
}
.blog_list .date {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.288rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary);
  border-radius: 1.2em;
  padding: 0.45342em 1.44em;
  letter-spacing: 0.05435em;
}
.blog_list .title {
  font-size: 2.6rem;
  line-height: 1.23076923;
  font-weight: 600;
  color: #161616;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 36rem;
  margin-top: 1.7rem;
  letter-spacing: 0.01538em;
}
.blog_list .desc {
  font-size: 1.8rem;
  line-height: 1.55555556;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  hyphens: auto;
  margin-top: 1.3rem;
}
.blog_list .link_more {
  display: grid;
  grid-template-columns: 1fr 2.7222em;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  gap: 1rem;
  margin-top: 2rem;
}
.blog_list .link_more::after {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("../img/add-w.svg") no-repeat center / 31% var(--primary);
  transition: all 0.3s;
  content: "";
}
.blog_list .link_more:hover {
  color: var(--primary);
}
.blog_list .link_more:hover::after {
  transform: rotate(45deg);
}
.blog_main {
  padding: 8rem 0 12rem;
}
.blog_main .blog_list {
  display: grid;
  gap: 5rem 2.08333333333333%;
  grid-template-columns: repeat(3, 1fr);
}
.blog_main .center:has(button) {
  margin-top: 5rem;
  min-height: 6.2rem;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

div.jst-language-switcher {
  display: none;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
  padding: 0;
  background: none;
}
.quote_modal .contact_main .quote_form {
  width: 100%;
}
.quote_modal .contact_main form {
  border: none;
  box-shadow: none;
  background-color: #fff;
}

.search_drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 2rem 2rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s;
}
.search_drawer.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.search_drawer .drawer_backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  cursor: default;
  background: rgba(10, 12, 22, 0.42);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search_drawer.active .drawer_backdrop {
  opacity: 1;
}
.search_drawer .drawer_content {
  position: relative;
  width: 100%;
  max-width: 68rem;
  transform: translateY(-1.6rem) scale(0.96);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
.search_drawer.active .drawer_content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.search_drawer .search_panel {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(1.85);
  -webkit-backdrop-filter: blur(48px) saturate(1.85);
  border-radius: 1.8rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 2.8rem 7rem rgba(0, 0, 0, 0.2),
    0 1rem 2.4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.search_drawer .search_field {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search_drawer .search_icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  opacity: 0.42;
}
.search_drawer .search_field input {
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 400;
  color: var(--title);
  background-color: transparent;
}
.search_drawer .search_field input::placeholder {
  color: rgba(90, 90, 104, 0.55);
}
.search_drawer .search_field input::-webkit-search-cancel-button,
.search_drawer .search_field input::-webkit-search-decoration {
  display: none;
}
.search_drawer .search_clear {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, background-color 0.2s;
  background: rgba(0, 0, 0, 0.08) url(../img/close.svg) no-repeat center / 1rem;
}
.search_drawer .search_clear.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search_drawer .search_clear:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.search_drawer .search_submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.search_drawer .search_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.25rem;
  color: rgba(90, 90, 104, 0.72);
}
.search_drawer .search_footer kbd {
  display: inline-block;
  min-width: 2.2rem;
  padding: 0.15rem 0.55rem;
  margin: 0 0.25rem;
  font-size: 1.1rem;
  font-family: inherit;
  text-align: center;
  border-radius: 0.45rem;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.btn_mega_menu .sub-menu {
  display: none;
}
header .mega_menu {
  margin-top: 10px;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
  display: none;
  border-radius: 2.3rem;
}
.mega_menu_item {
  display: none;
  padding: 4rem 0;
  opacity: 0;
}
.mega_menu_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  max-height: calc(100vh - 280px);
}
.mega_menu_item li {
  width: 20%;
  padding: 0 2rem;
}
.mega_menu_item a {
  display: block;
}
.mega_menu_item a:hover img {
  transform: scale(1.03);
}
.mega_menu_item .img {
  border-radius: 1rem;
  padding-bottom: 56.25%;
}
.mega_menu_item .title {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu_item.mega_products .img {
  padding-bottom: 100%;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header nav .menu {
    gap: 3rem;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header .btn_contact {
    font-size: 16px;
    padding: 0 2rem;
  }
  footer .foot_follow ul {
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mega_menu,
  .mega_overlay {
    display: none !important;
  }
  header {
    width: unset;
    left: 3rem;
    right: 3rem;
    top: 3rem;
    will-change: unset;
    transform: unset;
  }
  header.hide {
    transform: unset;
    top: -10rem;
  }
  header.sticky {
    transform: unset;
    top: 3rem;
  }
  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: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    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);
    display: block;
  }
  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: block;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    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/select.svg) no-repeat center / 12px;
  }
  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: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
    width: unset;
  }
  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.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 .btns .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 4rem;
  }
  .page_models .page_models_swiper .title {
    font-size: 2.5rem;
  }
}
@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;
  }
  body {
    font-size: 1.4rem;
  }
  .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;
  }
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock),.no_static) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .swiper-pagination.swiper-pagination-progressbar {
    max-width: 100px;
  }
  .head_img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .tcon h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tcon .line {
    width: 50px;
    height: 5px;
    margin-top: 16px;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 10px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  div.head .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .head_img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  div.head .btns {
    margin-top: 20px;
    gap: 14px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    margin: 0;
  }
  header {
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 10px;
  }
  header.hide,
  header.sticky {
    top: 20px;
  }
  header .logo img {
    width: 150px;
  }
  header .btns {
    gap: 20px;
    min-height: 64px;
  }
  header .btns .btn_search,
  header .btns .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btns .btn_contact {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
  footer .top {
    padding: 40px 0;
    gap: 30px;
  }
  footer .top .logo img {
    width: 200px;
  }
  footer .top .infos {
    flex: unset;
    width: 100%;
  }
  footer .top .infos ul {
    gap: 20px;
  }
  footer .top .infos li {
    flex: 1 0 200px;
    padding-left: 40px;
  }
  footer .top .infos li::before {
    width: 22px;
    height: 22px;
    top: 0;
  }
  footer .top .infos li a {
    font-size: 16px;
  }
  footer .top .infos li .label {
    font-size: 14px;
  }
  footer .mid {
    padding: 40px 0;
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .mid .form {
    width: 100%;
  }
  footer .mid .form .title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  footer .mid .form span:has(.send) {
    margin-top: 10px;
  }
  footer .mid .form .wrap .send {
    font-size: 14px;
    padding: 0 20px;
    gap: 12px;
    line-height: 42px;
  }
  footer .mid .form .wrap .send::after {
    width: 14px;
    height: 14px;
  }
  footer .mid .foot_navs {
    width: 100%;
    flex: unset;
    gap: 40px 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
    margin: 0;
  }
  footer .mid .foot_navs strong {
    font-size: 16px;
    margin-bottom: 14px;
  }
  footer .foot_nav li + li {
    margin-top: 14px;
  }
  footer .foot_nav a {
    font-size: 14px;
  }
  footer .foot_nav button {
    font-size: 14px;
  }
  footer .foot_follow ul {
    justify-content: space-between;
    gap: 16px;
  }
  footer .bot {
    padding: 20px 0;
    font-size: 13px;
  }
  footer .bot ul {
    gap: 10px;
  }
  footer .bot ul li {
    gap: 10px;
  }
  footer .bot ul li::after {
    height: 10px;
  }
  footer .bot ul li a {
    font-size: 14px;
  }
  .page_models {
    padding: 50px 0;
  }
  .page_models .flex {
    margin-top: 30px;
  }
  .page_models .flex .intro {
    padding: 0;
  }
  .page_models .flex .image {
    width: 60%;
  }
  .page_models .page_models_swiper .title {
    font-size: 18px;
  }
  .page_models .page_models_swiper .tags ul {
    font-size: 14px;
    gap: 10px;
    margin-top: 14px;
  }
  .page_models .page_models_swiper .tags li {
    padding: 0.5em 1em;
  }
  .page_models .page_models_swiper .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .page_models .page_models_swiper .btn {
    margin-top: 20px;
    padding: 0 20px;
  }
  .page_models .page_models_img_swiper {
    width: 70%;
  }
  .page_models .swiper_btns {
    bottom: 0;
    right: 0;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .head {
    width: 100%;
    max-width: unset;
  }
  .page_faqs .head p {
    margin-top: 12px;
    max-width: unset;
  }
  .page_faqs .head .btn {
    margin-top: 20px;
    padding: 0 20px;
  }
  .page_faqs .faqs {
    margin: 0;
  }
  .page_faqs .faq_list .question {
    font-size: 18px;
    padding: 16px 0;
  }
  .page_faqs .faq_list .question::before,
  .page_faqs .faq_list .question::after {
    top: unset;
  }
  .page_faqs .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 20px;
  }
  .page_faqs .faq_list .answer p,
  .page_faqs .faq_list .answer li {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .blog_list a {
    border-radius: 10px;
  }
  .blog_list .img {
    border-radius: 10px 10px 0 0;
  }
  .blog_list .img .btn_play {
    width: 42px;
    height: 42px;
  }
  .blog_list .info {
    padding: 15px;
  }
  .blog_list .info .date {
    font-size: 12px;
    padding: 0.3em 1em;
  }
  .blog_list .info .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .blog_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .link_more {
    font-size: 14px;
    margin-top: 20px;
  }
  .blog_main {
    padding: 50px 0 80px;
  }
  .blog_main .blog_list {
    gap: 20px 12px;
  }
  .blog_main .center:has(button) {
    margin-top: 30px;
    min-height: 42px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .search_drawer {
    padding: max(7vh, env(safe-area-inset-top, 0px)) 1.6rem 1.6rem;
  }
  .search_drawer .drawer_content {
    max-width: none;
  }
  .search_drawer .search_panel {
    border-radius: 1.4rem;
  }
  .search_drawer .search_field {
    padding: 1.5rem 1.6rem;
    gap: 1rem;
  }
  .search_drawer .search_icon {
    width: 2rem;
    height: 2rem;
  }
  .search_drawer .search_field input {
    font-size: 1.6rem;
  }
  .search_drawer .search_clear {
    width: 3rem;
    height: 3rem;
    background-size: 1.1rem;
  }
  .search_drawer .search_footer {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.1rem 1.6rem;
    font-size: 1.15rem;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  header.hide, header.sticky {
    top: 0;
  }
  header .btns .btn_contact {
    display: none;
  }
  footer .top .logo {
    margin: 0 auto;
  }
  footer .mid .foot_navs {
    display: block;
  }
  footer .foot_nav {
    width: 100%;
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .foot_nav > div a {
    display: block;
    font-weight: normal;
  }
  footer .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .foot_follow {
    padding-top: 20px;
  }
  footer .bot {
    text-align: center;
    flex-direction: column-reverse;
  }
  .page_models .flex {
    flex-direction: column;
  }
  .page_models .flex .image {
    width: 100%;
    order: -1;
  }
  .page_models .page_models_img_swiper {
    width: 100%;
  }
  .page_models .swiper_btns {
    position: static;
  }
  .page_faqs .faq_list .question {
    font-size: 16px;
  }
  .blog_main .blog_list {
    grid-template-columns: 1fr;
  }
}
