* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #42355a;
  --secondary: #776a91;
  --tertiary: #9281a5;
  --title: #161616;
  --text: #3d3d3d;
  --bg: linear-gradient(to right, #42355a, #776a91);
  --bg2: rgba(143, 133, 170, 0.12);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  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%;
  word-break: normal;
  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;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: "Outfit", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Allura {
  font-family: "Allura", cursive;
  font-weight: 400;
}
.Gilda,
h1,
h2,
h3,
strong,
.title {
  font-family: "Gilda Display", serif;
  font-weight: 400;
}
.Outfit {
  font-family: "Outfit", sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--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 {
  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 {
  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;
  pointer-events: none;
}
.icon.icon_ab {
  position: relative;
}
.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;
}
.icon.icon_circle {
  background-image: radial-gradient(circle, transparent, rgba(255, 255, 255, 0.17));
  box-shadow: inset 2px 0 2px rgba(255, 255, 255, 0.79);
  border-radius: 50%;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--primary), var(--secondary));
  background-size: 300%;
  background-position: left;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 5.8rem;
  padding: 0 3.8rem;
}
.btn:hover {
  background-position: right;
}
.btn_w {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
  color: #171717;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 5.8rem;
  padding: 0 3.8rem;
}
.btn_w:hover {
  background-color: var(--secondary);
  color: #fff;
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid rgba(23, 23, 23, 0.5);
  color: #171717;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 5.7rem;
  padding: 0 2rem;
  min-width: 18.9rem;
}
.btn_line:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn_line.white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn_line.white:hover {
  border-color: var(--secondary);
}
.btn_font {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: normal;
  color: #171717;
  text-transform: uppercase;
  padding: 0.7rem 0;
}
.btn_font::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.btn_font:hover {
  color: var(--primary);
}
.btn_font:hover::after {
  width: 0;
}
.swiper_btns {
  gap: 3.5rem;
  display: flex;
}
.swiper_btns div {
  width: 4.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns div::after {
  content: '';
  display: block;
  padding-bottom: 52.0833333%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.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;
}
.swiper_btns.white div::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns.white div:hover::after {
  filter: unset;
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns.sm div {
  width: 3.4rem;
}
.swiper_btns_circle {
  gap: 2rem;
  display: flex;
}
.swiper_btns_circle div {
  width: 6.4rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(36, 36, 36, 0.45);
  background-color: transparent;
}
.swiper_btns_circle div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow3.svg) no-repeat center / 14.5%;
}
.swiper_btns_circle div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns_circle div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns_circle .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns_circle .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.45);
}
.swiper_btns_circle .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns_circle .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns_circle.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns_circle.middle div {
  pointer-events: all;
}
.swiper_btns_circle.middle .swiper-button-disabled,
.swiper_btns_circle.middle .swiper-button-lock {
  pointer-events: none;
}
.swiper_btns_circle.white div {
  border-color: #fff;
  background-color: #fff;
}
.swiper_btns_circle.white div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns_circle.white .swiper-button-disabled {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}
.swiper_btns_circle.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  letter-spacing: -0.003rem;
}
.head.white {
  color: #fff;
}
.head.white .subtitle {
  color: #a097b7;
}
.head.white p {
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.004rem;
}
.head.white.bn .subtitle,
.head.white.bn p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}
.head.bn .subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.21rem;
  margin-bottom: 2.4rem;
}
.head.bn p {
  font-size: 1.8rem;
  letter-spacing: unset;
}
.head .subtitle {
  font-family: "Allura", cursive;
  font-size: 2.917rem;
  line-height: normal;
  color: var(--secondary);
  margin-bottom: 1.8rem;
}
.head h1 {
  font-size: 7.4rem;
  line-height: 1.02702703;
}
.head h2 {
  font-size: 5.4rem;
  line-height: 1.2962963;
}
.head p {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  letter-spacing: -0.003rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}
header .content {
  width: calc(100% - 4rem);
  max-width: 182.2rem;
}
header.bg,
header.sticky {
  border-bottom-color: rgba(22, 22, 22, 0.14);
  background-color: #fff;
}
header.bg .lt,
header.sticky .lt {
  filter: unset;
}
header.bg nav .menu > li::after,
header.sticky nav .menu > li::after {
  background-color: var(--primary);
}
header.bg nav .menu > li > a,
header.sticky nav .menu > li > a {
  color: var(--title);
  font-weight: 400;
}
header.bg .btns .btn_search,
header.sticky .btns .btn_search,
header.bg .btns .btn_login,
header.sticky .btns .btn_login,
header.bg .btns .btn_cart::after,
header.sticky .btns .btn_cart::after,
header.bg .btns .btn_menu,
header.sticky .btns .btn_menu,
header.bg .btns .btn_lang,
header.sticky .btns .btn_lang {
  filter: unset;
}
header.opt1 {
  top: -4.4rem;
}
header.opt {
  top: -13.7rem;
}
header.sticky {
  position: sticky;
}
header .top {
  background-image: var(--bg);
  padding: 1.3rem 0;
  color: #fff;
}
header .top .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
}
header .top .rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header_notice {
  grid-column: 2;
  gap: 6.2rem;
  display: flex;
  align-items: center;
}
header .header_notice .swiper_prev {
  margin-right: 4.7rem;
}
header .header_notice .swiper_prev,
header .header_notice .swiper_next {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url(../img/arrow2-w.svg) no-repeat center / contain;
  margin-bottom: 1px;
}
header .header_notice .swiper_next {
  transform: rotate(180deg);
}
header .header_notice .swiper-button-lock {
  display: block;
}
header .header_notice .header_notice_swiper {
  overflow: hidden;
}
header .header_notice .header_notice_swiper .swiper-slide {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  overflow: hidden;
}
header .header_notice .header_notice_swiper .img {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: -1px;
}
header .header_notice .header_notice_swiper p {
  flex: 1;
  font-size: 14px;
  max-width: max-content;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}
header .lt {
  display: flex;
  align-items: center;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  padding-left: 0.4rem;
}
header .lt .logo {
  display: block;
  position: relative;
}
header .lt .logo img {
  display: block;
  width: auto;
  height: 6.46309rem;
}
header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  display: flex;
  gap: 3.7rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  line-height: 9rem;
  padding-top: 2px;
  font-weight: 300;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  opacity: 1;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 1.6rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  width: calc(100% + 4.8rem);
}
header nav .sub-menu > li {
  margin-bottom: 5px;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 1rem;
  transition: all 0.3s;
  font-size: 16px;
}
header nav .sub-menu > li > a:hover {
  color: #fff;
  background-color: var(--secondary);
}
header .btns {
  gap: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.2rem;
  padding-top: 2px;
  margin-left: 9.8%;
}
header .btns .btn_search {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  margin-right: 0.3rem;
}
header .btns .btn_login {
  display: block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/icon-login.svg) no-repeat center / contain;
}
header .btns .btn_cart {
  position: relative;
  display: block;
  width: 23px;
  cursor: pointer;
}
header .btns .btn_cart::after {
  background: url(../img/icon-cart.svg) no-repeat center / contain;
  padding-bottom: 100%;
  display: block;
  content: '';
}
header .btns .btn_cart i {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -36%);
  font-size: 12px;
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 2rem;
  min-width: 15px;
  line-height: 15px;
  padding: 0 2px;
  z-index: 2;
}
header .btns .btn_menu,
header .btns .btn_lang {
  display: none;
}
header .btns .btn_search,
header .btns .btn_login,
header .btns .btn_cart::after,
header .btns .btn_menu,
header .btns .btn_lang {
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
footer {
  color: #fff;
}
footer .main {
  padding: 2.9rem 0 17.1rem;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.1rem;
}
footer .main .flex {
  gap: 1.8rem 2rem;
}
footer .main .slide_intro {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
footer .main .slide_intro .logo {
  display: block;
  position: relative;
  flex: 1;
  max-width: 44.1rem;
  max-width: 17.1rem;
  margin-bottom: 3.3%;
  filter: contrast(0) brightness(2);
}
footer .main .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .slide_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .slide_intro .title {
  font-size: 2.4rem;
  margin-bottom: 4.65%;
}
footer .main .slide_intro .img {
  width: 15.2857%;
  margin-right: 1rem;
  margin-left: 3.1%;
}
footer .main .slide_newsletter {
  width: 41.1rem;
  margin-right: 5.1%;
}
footer .main .slide_newsletter p {
  font-size: 1.8rem;
  opacity: 0.8;
  font-weight: 200;
}
footer .main .slide_newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 5rem;
  position: relative;
}
footer .main .slide_newsletter form input[type=email] {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  background-color: transparent;
  padding-right: 2rem;
  font-weight: 300;
  padding-bottom: 0.4rem;
}
footer .main .slide_newsletter form input[type=email]::placeholder {
  color: #fff;
}
footer .main .slide_newsletter form input[type=submit] {
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 0.7rem;
  text-indent: -999px;
  color: transparent;
  font-size: 1px;
  background: url("../img/icon-email-w.svg") no-repeat center / 48.72% var(--tertiary);
  transition: all 0.3s;
  margin-bottom: 1.1rem;
}
footer .main .slide_newsletter form input[type=submit]:hover {
  background-color: var(--primary);
}
footer .main .slide_newsletter .social {
  gap: 2rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.8rem;
}
footer .main .slide_newsletter .social a {
  opacity: 1;
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
footer .main .slide_newsletter .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .main .slide_newsletter .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .slide_newsletter .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .main .slide_newsletter .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .main .slide_newsletter .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .main .slide_newsletter .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .main .slide_newsletter .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .main .foot_nav {
  min-width: 13.45%;
}
footer .main .foot_nav li a {
  font-size: 1.8rem;
  opacity: 0.8;
  transition: all 0.3s;
  vertical-align: top;
  font-weight: 200;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .main .foot_nav li + li {
  margin-top: 2.5rem;
}
footer .bottom {
  padding: 3.3rem 0;
}
footer .bottom .btn_lang {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 17px;
  margin-top: 0.3rem;
}
footer .bottom .copyright {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.3rem;
  padding-left: 9.9%;
  padding-top: 0.6rem;
}
footer .bottom .copyright p,
footer .bottom .copyright a {
  font-size: 1.4rem;
  font-weight: 300;
}
footer .bottom .copyright a {
  opacity: 0.68;
  transition: all 0.3s;
  font-weight: 200;
}
footer .bottom .copyright a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .bottom .copyright ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom .copyright ul li {
  display: flex;
  align-items: center;
}
footer .bottom .copyright ul li::before {
  width: 1px;
  height: 1.3rem;
  background-color: #fff;
  opacity: 0.15;
  display: inline-block;
  content: '';
  margin: 0 1.4rem;
}
footer .bottom .copyright ul li:first-child::before {
  margin-left: 0;
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 5rem 0;
  display: none;
}
.mega_menu .flex {
  gap: 3rem;
}
.mega_menu .nav {
  width: 20%;
  max-height: calc(100vh - 28rem);
  overflow-y: auto;
}
.mega_menu .nav li + li {
  margin-top: 1rem;
}
.mega_menu .nav .active a {
  background-color: var(--secondary);
  color: #fff;
}
.mega_menu .nav .active a::after {
  filter: contrast(0) brightness(2);
}
.mega_menu .nav .active a .icon {
  background-color: #fff;
  border-color: #fff;
}
.mega_menu .nav a {
  display: grid;
  grid-template-columns: 4.6rem 1fr 14px;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
  border-radius: 1rem;
  gap: 2rem;
  padding: 1rem 2rem;
}
.mega_menu .nav a::after {
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/arrow2.svg") no-repeat center / contain;
  transform: rotate(180deg);
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.mega_menu .nav .icon {
  padding-bottom: calc(100% - 2px);
  border-radius: 50%;
  border: 1px solid var(--text);
  transition: all 0.3s;
}
.mega_menu .list {
  flex: 1;
  max-height: calc(100vh - 28rem);
  overflow-y: auto;
  display: none;
}
.mega_menu .list.active {
  display: block;
}
.mega_menu .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(27rem, 100%), 1fr));
  gap: 4rem 2rem;
}
.mega_menu .list li a:hover img {
  transform: scale(1.02);
}
.mega_menu .list .img {
  padding-bottom: 76.6%;
  border-radius: 0.6rem;
  overflow: hidden;
}
.mega_menu .list .title {
  font-size: 16px;
  margin-top: 1.6rem;
  text-align: center;
}
.mega_menu p.center:has(.btn_line) {
  margin-top: 5rem;
}
.page_testimonials .inner {
  overflow: hidden;
  padding: 11.3rem 0 12.2rem;
}
.page_testimonials .subtitle {
  margin-bottom: 1px;
}
.page_testimonials .head {
  flex: 1;
  max-width: 55.2rem;
}
.page_testimonials .head h2 {
  line-height: 1.33333;
}
.page_testimonials .head h2 span {
  display: block;
  text-align: right;
}
.page_testimonials .swiper_btns {
  margin-bottom: 1.7rem;
}
.page_testimonials .page_testimonials_swiper {
  position: relative;
  padding-left: 9.21429%;
  margin-top: 5.7rem;
}
.page_testimonials .page_testimonials_swiper::before {
  position: absolute;
  width: 4.65277778%;
  padding-bottom: 4.097222%;
  content: '';
  left: 0.357143%;
  top: 6.383%;
  background: url("../img/douhao.svg") no-repeat center / contain;
}
.page_testimonials .page_testimonials_swiper .swiper-slide {
  transition: transform 0.4s, opacity 0.3s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
  opacity: 0;
}
.page_testimonials .page_testimonials_swiper .swiper-slide-active {
  transform: translateX(0);
  opacity: 1;
}
.page_testimonials .page_testimonials_swiper .swiper-slide-active ~ .swiper-slide {
  transform: translateX(0);
  opacity: 1;
}
.page_testimonials .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 3.1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  padding: 4.2rem 3.5rem 3.4rem;
  min-height: 47rem;
}
.page_testimonials .item .star {
  --w: 12.3rem;
  width: var(--w);
}
.page_testimonials .item .star::after {
  content: '';
  display: block;
  padding-bottom: 16.2602%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / var(--w) 100%;
}
.page_testimonials .item .info {
  flex: 1;
  margin-top: 3rem;
}
.page_testimonials .item .info h3 {
  font-size: 2.4rem;
  color: #1c1c1c;
}
.page_testimonials .item .info p {
  font-size: 2rem;
  line-height: 2.9rem;
  margin-top: 1.4rem;
}
.page_testimonials .item .client {
  display: grid;
  grid-template-columns: 1fr 8.2rem;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.page_testimonials .item .client .name {
  font-size: 2rem;
  color: #1c1c1c;
  margin-top: 0.7rem;
}
.page_testimonials .item .client .cat {
  font-weight: 300;
  color: #565656;
  margin-top: 0.9rem;
}
.page_testimonials .item .client .img {
  padding-bottom: 100%;
  border-radius: 50%;
}
.page_testimonials .float_image {
  position: static;
  pointer-events: none;
}
.page_testimonials .float_image ul {
  position: static;
}
.page_testimonials .float_image .img {
  position: absolute;
  height: auto;
}
.page_testimonials .float_image .img:nth-of-type(1) {
  width: 9.071%;
  left: -21.8%;
  top: -4.4%;
}
.page_testimonials .float_image .img:nth-of-type(2) {
  width: 6%;
  right: -19.6%;
  bottom: -11.3%;
  opacity: 0.39;
}
.page_testimonials .float_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -8.5%;
  overflow: hidden;
  pointer-events: none;
}
.page_testimonials .float_img ul {
  position: static;
}
.page_testimonials .float_img .img {
  position: absolute;
  height: auto;
}
.page_testimonials .float_img .img:nth-of-type(1) {
  width: 27%;
  max-width: 51rem;
  top: 0;
  right: -13.54%;
}
.page_testimonials .float_img .img:nth-of-type(2) {
  width: 40%;
  max-width: 75rem;
  left: -12.1%;
  bottom: -32%;
}
.page_about {
  padding: 14.5rem 0 15.1rem;
  overflow: hidden;
}
.page_about .head {
  flex: 1;
  width: 100%;
  max-width: 56rem;
  padding-bottom: 5%;
}
.page_about .subtitle {
  margin-bottom: 1.6rem;
}
.page_about .pdg {
  margin-top: 5.4rem;
  padding-left: 19.5%;
  position: relative;
}
.page_about .pdg::before {
  position: absolute;
  top: 2.5%;
  left: 1.5%;
  content: '';
  width: 1px;
  height: 92.8%;
  background-color: var(--text);
  opacity: 0.18;
}
.page_about .pdg::after {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  content: '';
  bottom: 0;
  left: 1%;
  background: url("../img/about-rhombus.svg") no-repeat center / contain;
}
.page_about .pdg p {
  margin: 0;
  hyphens: auto;
}
.page_about .pdg p + p {
  margin-top: 3rem;
}
.page_about .btn_font {
  margin-top: 4.6rem;
}
.page_about .rt {
  position: relative;
  width: 64.143%;
  margin-right: -18.57%;
  padding-bottom: 8.2%;
}
.page_about .rt .img {
  padding-bottom: 75.501114%;
}
.page_about .rt .img:hover img {
  transform: scale(1.02);
}
.page_about .rt .watermark {
  position: absolute;
  font-size: 13.609rem !important;
  line-height: 1.1;
  white-space: nowrap;
  right: 11% !important;
  bottom: 47px !important;
  display: inline-block;
  background-image: linear-gradient(to right, var(--primary), #9e99bd, var(--primary));
  background-clip: text;
  color: transparent;
}
.page_about .rt .watermark{
  right: 11% !important;
  bottom: 47px !important;
  font-size: 9.609rem !important;
}
.page_about .advantage_swiper {
  margin-top: 5.2rem;
}
.advantage_swiper {
  overflow: hidden;
}
.advantage_swiper .img {
  width: 18rem;
  --h: 100%;
  margin: 0 auto;
}
.advantage_swiper .img::before {
  position: absolute;
  top: 31.11%;
  right: 10.56%;
  width: 59.44%;
  padding-bottom: 59.44%;
  border-radius: 50%;
  content: '';
  background-color: #95b5ac;
  opacity: 0.11;
}
.advantage_swiper .info {
  text-align: center;
  max-width: 34rem;
  margin: 2.9rem auto 0;
}
.advantage_swiper .info h3 {
  font-size: 2.6rem;
  color: #000000;
}
.advantage_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 2rem;
}
.page_guide {
  padding: 4.9rem 0 17rem;
}
.page_guide .btn_line {
  margin-bottom: 0.3rem;
}
.page_guide .page_guide_swiper {
  overflow: hidden;
  margin-top: 5.7rem;
  border-radius: 1.6rem 1.6rem 0 0;
}
.page_guide .page_guide_swiper .swiper-slide {
  max-width: 443px;
}
.page_guide .swiper_btns {
  top: 45.3%;
}
.page_banner::before,
.page_banner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
}
.page_banner::before {
  background-color: #000;
  opacity: 0.3;
}
.page_banner::after {
  background-image: linear-gradient(to right, #2a2148, transparent 106%);
}
.page_banner .flex {
  height: 100vh;
  max-height: 87.9rem;
  min-height: max-content;
  padding: 20rem 0 10rem;
}
.page_banner .head {
  flex: 1;
  max-width: 91.1rem;
  width: 100%;
  padding-bottom: 0.5%;
}
.page_banner p {
  margin-top: 2.3rem;
}
.page_banner .btn_w {
  margin-top: 3.4rem;
}
.page_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 100px;
  background-color: #fff;
  max-width: 52.6rem;
  margin-top: 3.4rem;
  padding-right: 0.4rem;
}
.page_banner form input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.8rem;
  color: #171717;
  text-transform: uppercase;
  padding: 0 2.7rem;
}
.page_banner form input[type=text]::placeholder {
  color: #171717;
}
.page_banner form input[type=submit] {
  display: block;
  width: 5rem;
  height: 5rem;
  text-indent: -999px;
  color: transparent;
  font-size: 1px;
  background: url("../img/icon-search-w.svg") no-repeat center / 40% var(--secondary);
  transition: all 0.3s;
  border-radius: 50%;
  margin: 0.4rem 0;
}
.page_banner form input[type=submit]:hover {
  background-color: var(--primary);
}
.order_step {
  background-color: #f1f0f5;
  padding: 5rem 0 5.1rem;
}
.order_step .step_list {
  display: flex;
  max-width: 67rem;
  margin: 0 auto;
}
.order_step .step_list li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 1rem;
}
.order_step .step_list li:last-child::before {
  display: none;
}
.order_step .step_list li::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 2.6rem;
  content: '';
  background-color: var(--title);
  opacity: 0.19;
}
.order_step .step_list li.active .order {
  color: #fff;
  background: var(--bg);
  border-color: transparent;
}
.order_step .step_list li.active p {
  opacity: 1;
}
.order_step .step_list .order {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  font-size: 2.089rem;
  font-weight: 500;
  color: #161616;
  transition: all 0.3s;
  border: 1px solid rgba(22, 22, 22, 0.3);
  background: #f1f0f5;
  line-height: 5.1rem;
  min-width: 5.3rem;
  padding: 0 1rem;
}
.order_step .step_list .order::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.7rem solid #f1f0f5;
  content: '';
}
.order_step .step_list p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  opacity: 0.5;
  transition: all 0.3s;
  margin-top: 2.5rem;
}
.btn_lang {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding: 0 20px 0 28px;
}
.btn_lang .lang-icon,
.btn_lang::after {
  display: block;
  position: absolute;
  content: '';
  background: no-repeat center / contain;
  aspect-ratio: 1;
}
.btn_lang .lang-icon {
  left: 0;
  background-image: url("../img/icon-lang.svg");
  width: 18px;
  margin-bottom: 2px;
  filter: contrast(0) brightness(2);
}
.btn_lang::after {
  right: 0;
  background-image: url("../img/icon-select-w.svg");
  width: 9px;
  margin-top: 3px;
}
.payments ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.payments .img {
  width: 4.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
  --h: 56.522%;
}
nav.navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
}
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;
  gap: 0.9rem;
}
nav.navigation .page-numbers {
  transition: all 0.3s;
  font-size: 1.682rem;
  color: #171717;
  cursor: pointer;
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid #d6d6d6;
  min-width: 4rem;
  line-height: 3.7rem;
  padding: 0 1rem;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}
nav.navigation .page-numbers.omit {
  min-width: unset;
  padding: 0;
  border: none;
}
nav.navigation .prev,
nav.navigation .next {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  font-size: 1px;
}
nav.navigation .prev::after,
nav.navigation .next::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/pg-nav.svg") no-repeat center / 19%;
  content: '';
  left: 0;
  top: 0;
  transition: all 0.3s;
}
nav.navigation .prev:hover::after,
nav.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
nav.navigation .next::after {
  transform: rotate(180deg);
}
nav.navigation .omit {
  font-size: 2.1rem;
  line-height: normal;
  align-self: center;
  margin: 0 0.6rem 1.2rem 0.7rem;
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
nav.navigation .nav-page label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #171717;
  gap: 1rem;
}
nav.navigation .nav-page label select {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #d6d6d6;
  font-size: 1.682rem;
  color: #171717;
  text-transform: uppercase;
  background: url("../img/icon-select-b.svg") no-repeat center right 1.2rem/0.8rem;
  height: 3.9rem;
  min-width: 5.7rem;
  padding: 0 2rem 0 1.3rem;
  margin-left: 2px;
}
.guide_list .active .desc {
  transform: translateY(0);
  opacity: 1;
}
.guide_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.guide_list a:hover img {
  transform: scale(1.02);
}
.guide_list a:hover .desc::before {
  transform: rotate(45deg);
}
.guide_list .wrap {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
.guide_list .img {
  width: 100%;
  padding-bottom: 106.60303%;
}
.guide_list .cat {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 4.7%;
  left: 5.2%;
  background-image: var(--bg);
  color: #fff;
  border-radius: 2rem;
  line-height: 3.8rem;
  padding: 0 1.8rem;
  font-weight: 300;
}
.guide_list .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 5.428%;
  z-index: 2;
  background: url("../img/gd-bg.jpg") no-repeat center / cover;
  border-top-right-radius: 1.6rem;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #fff;
  max-height: 60%;
  overflow-y: auto;
  padding: 6.106% 8.368% 8.368%;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(100%);
  opacity: 0;
  font-weight: 200;
}
.guide_list .desc::before {
  display: block;
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/arrow-tr-w.svg") no-repeat center / contain;
  margin-left: auto;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
.guide_list .info {
  flex: 1;
  margin-top: 3.3rem;
}
.guide_list .date {
  font-size: 1.7rem;
  font-weight: 300;
  color: #565656;
  opacity: 0.85;
}
.guide_list .title {
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 42rem;
}
.product_list .active a {
  background-color: #fff;
  box-shadow: 0 0.8rem 2rem rgba(96, 96, 96, 0.25);
}
.product_list .active .pd_swiper,
.product_list .active .swiper-pagination,
.product_list .active .btn_w,
.product_list .active .icons {
  opacity: 1;
  pointer-events: all;
}
.product_list .active .icons {
  transform: translateX(0);
}
.product_list .active .btn_w {
  transform: translateX(-50%);
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.product_list .wrap {
  position: relative;
}
.product_list .img {
  padding-bottom: 76.6%;
  transition: all 0.3s;
}
.product_list .img:hover img {
  transform: scale(1.02);
}
.product_list .pd_swiper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0.4rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list div.swiper-pagination {
  z-index: 2;
  width: auto;
  max-width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-radius: 1.5rem;
  background-color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  min-width: 20.8%;
  padding: 1.05rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list div.swiper-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  opacity: 1;
  margin: 0;
  transition: all 0.4s, opacity 0.3s;
  transform: scale(0.6);
}
.product_list div.swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: transparent;
}
.product_list .tag {
  position: absolute;
  z-index: 2;
  left: 1.7rem;
  top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-image: var(--bg);
  line-height: 3rem;
  border-radius: 2rem;
  padding: 0 2.1rem;
}
.product_list .btn_w {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 8.877%;
  line-height: 4.8rem;
  background-color: #000;
  color: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s, transform 0.4s;
  white-space: nowrap;
}
.product_list .btn_w:hover {
  background-color: var(--secondary);
}
.product_list .icons {
  position: absolute;
  z-index: 2;
  right: 2rem;
  top: 2rem;
  display: grid;
  gap: 1.4rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s, transform 0.4s;
  transform: translateX(100%);
}
.product_list .icons .icon {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
  width: 4.8rem;
}
.product_list .icons .icon::after {
  display: block;
  content: '';
  padding-bottom: 100%;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.product_list .icons .icon.love.active::after{
  background-image: url('../img/icon-love-active.svg');
}
.product_list .icons .icon:hover {
  background-color: var(--secondary);
}
.product_list .icons .icon:hover::after {
  filter: contrast(0) brightness(2);
}
.product_list .icons .view::after {
  background-image: url("../img/icon-view.svg");
}
.product_list .icons .love::after {
  background-image: url("../img/icon-love.svg");
}
.product_list .info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 0.5rem 2rem;
  padding: 2.6rem 2.4rem;
}
.product_list .info .title {
  font-size: 2.132rem;
  line-height: 1.33348;
  max-width: 25.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .info .msg {
  font-size: 1.421rem;
  font-weight: 600;
  color: var(--secondary);
  order: 3;
  max-width: max-content;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list .info .price {
  grid-row: span 2;
  font-size: 2.014rem;
  font-weight: 500;
  color: #222222;
  margin-top: 0.4rem;
}
.product_list .info .price ins{
  text-decoration: unset;
}
.product_list .info .price del {
  font-size: 1.54rem;
  font-weight: 300;
  color: #717171;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-top: 0.6rem;
}
.faq_list .faq_item {
  border-bottom: 1px solid rgba(183, 178, 171, 0.5);
  transition: all 0.3s;
}
.faq_list .faq_item.active {
  border-bottom-color: rgba(39, 28, 11, 0.5);
}
.faq_list .faq_item.active .question::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.faq_list .question {
  position: relative;
  font-size: 2.2rem;
  color: #161616;
  cursor: pointer;
  --w: 1.4rem;
  padding: 2.8rem 4rem 2.6rem 0;
}
.faq_list .question::before,
.faq_list .question::after {
  width: var(--w);
  height: 2px;
  position: absolute;
  background-color: #271c0b;
  right: 0;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}
.faq_list .question::after {
  width: 2px;
  height: var(--w);
  right: calc(var(--w) / 2 - 1px);
  transition: all 0.3s;
}
.faq_list .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  max-width: 95.1rem;
  padding-top: 1px;
  padding-bottom: 3.4rem;
  letter-spacing: -0.002rem;
}
form span.wpcf7-spinner{
  width: 24px !important;
  margin: 0;
  margin-top: 1.5rem;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}
.product_list .pd_swiper .img img{
  width: 100%;
  height: 100%;
}

div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -200vh;
  height: 100vh;
  transition: 0.3s ease;
  opacity: 0;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(135px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../img/close-black.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;
}

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

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
footer .img_bg > img{
  width: 100%;
  height: 100%;
  max-width: unset;
}

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

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
    max-width: 1220px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
  header .content {
    width: 100%;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header .header_notice {
    gap: 4rem;
  }
  header .header_notice .swiper_prev {
    margin-right: 0;
  }
  footer .bottom .copyright {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .page_about .rt .watermark {
    font-size: 14rem;
  }
  .head h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  header .content {
    width: 100%;
  }
  header .lt {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  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);
  }
  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 {
    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: 10px;
    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: 10px;
    letter-spacing: unset;
    font-weight: normal;
  }
  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 > li:hover ul {
    padding: 10px;
  }
  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::after,
  header nav .menu .menu-item-has-children::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: unset;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: 10px;
    opacity: 1;
  }
  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::after {
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0 12px 12px;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: 10px;
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
    width: auto;
  }
  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: 10px;
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--title);
  }
  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::after,
  header nav .sub-menu .menu-item-has-children::before {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0 10px 10px;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btns {
    padding: 0;
    margin: 0;
  }
  header .btns .btn_search,
  header .btns .btn_lang,
  header .btns .btn_login,
  header .btns .btn_cart {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  header .btns .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
  }
  header .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  header .top .rt {
    display: none;
  }
  header .btns .btn_lang {
    display: block;
    position: relative;
    padding: 0;
    order: -1;
  }
  header .btns .btn_lang .lang-icon {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  header .btns .btn_lang::after {
    display: none;
  }
  .head h2 {
    font-size: 4rem;
  }
  .page_about .rt .watermark {
    font-size: 10rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 30px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 120px;
  }
  .btn_line {
    line-height: 40px;
  }
  .btn_font {
    font-size: 14px;
    padding: 5px 0;
  }
  .swiper_btns {
    gap: 22px;
  }
  .swiper_btns div {
    width: 22px;
  }
  .swiper_btns.sm div {
    width: 22px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 30px;
    margin-top: 30px;
  }
  .swiper_btns_circle {
    gap: 20px;
  }
  .swiper_btns_circle div {
    width: 40px;
  }
  .swiper_btns_circle.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 30px;
    margin-top: 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.flex .syedittext {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_w,
  div.head.flex .btn_font {
    margin: 0;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head.bn .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  div.head.bn p {
    font-size: 14px;
  }
  div.head .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_w,
  div.head .btn_font {
    margin-top: 20px;
  }
  header {
    position: sticky;
    background-color: #fff;
    border-bottom-color: rgba(22, 22, 22, 0.14);
  }
  header.bg nav .menu > li::after,
  header.sticky nav .menu > li::after {
    background-color: transparent;
  }
  header.opt,
  header.opt1 {
    top: 0;
  }
  header .top {
    padding: 10px;
  }
  header .top .grid {
    display: block;
  }
  header .top .rt {
    display: none;
  }
  header .header_notice {
    justify-content: center;
    gap: 14px;
  }
  header .header_notice .swiper_prev,
  header .header_notice .swiper_next {
    width: 12px;
    height: 12px;
    margin: 0;
  }
  header .header_notice .header_notice_swiper .swiper-slide {
    gap: 12px;
  }
  header .header_notice .header_notice_swiper .swiper-slide img {
    width: 14px;
    height: 14px;
    margin: 0;
  }
  header .lt {
    filter: unset;
  }
  header .lt .logo img {
    height: 37px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn_search,
  header .btns .btn_login,
  header .btns .btn_cart::after,
  header .btns .btn_menu,
  header .btns .btn_lang {
    filter: unset;
  }
  footer .main {
    padding: 50px 0 20px;
  }
  footer .main .flex {
    display: block;
  }
  footer .main strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .main .slide_intro {
    margin: 0;
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
  }
  footer .main .slide_intro .logo {
    max-width: 120px;
    margin: 0 auto;
  }
  footer .main .slide_intro .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  footer .main .slide_intro .img {
    position: absolute;
    right: 0;
    top: -50px;
    margin: 0;
  }
  footer .main .slide_newsletter {
    width: 100%;
    margin-top: 30px;
    display: grid;
    margin-bottom: 22px;
  }
  footer .main .slide_newsletter div {
    order: 3;
  }
  footer .main .slide_newsletter p {
    font-size: 14px;
  }
  footer .main .slide_newsletter form {
    margin-top: 20px;
  }
  footer .main .slide_newsletter form input[type=email] {
    font-size: 14px;
    padding-bottom: 0;
  }
  footer .main .slide_newsletter form input[type=submit] {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  footer .main .slide_newsletter .social {
    margin-top: 30px;
    gap: 16px;
    justify-content: space-around;
  }
  footer .main .slide_newsletter .social a {
    width: 40px;
    height: 40px;
  }
  footer .main .foot_nav:not(.slide_connect) {
    width: 100%;
    min-width: unset;
  }
  footer .main .foot_nav:not(.slide_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.slide_connect) 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;
    filter: contrast(0) brightness(2);
  }
  footer .main .foot_nav:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.slide_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.slide_connect) > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav:not(.slide_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .main .slide_connect strong {
    margin-bottom: 20px;
  }
  footer .main .slide_connect li + li {
    margin-top: 20px;
  }
  footer .main .slide_connect li {
    padding-left: 30px;
  }
  footer .main .slide_connect li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  footer .main .slide_connect li a {
    font-size: 16px;
  }
  footer .main .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  footer .main .slide_connect .email::before {
    top: 5px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom .btn_lang {
    font-size: 14px;
    margin: 0;
    padding-right: 20px;
  }
  footer .bottom .copyright {
    flex-direction: column-reverse;
    gap: 30px;
    order: -1;
    padding: 0;
  }
  footer .bottom .copyright ul {
    gap: 1rem 0;
  }
  footer .bottom .copyright ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer .bottom .copyright ul li:first-child::before {
    display: none;
  }
  footer .bottom .copyright p {
    font-size: 13px;
  }
  footer .bottom .copyright a {
    font-size: 14px;
  }
  .page_testimonials .inner {
    padding: 50px 0;
  }
  .page_testimonials .head {
    max-width: 20rem;
  }
  .page_testimonials .head h2 {
    line-height: 1.3;
  }
  .page_testimonials .swiper_btns {
    margin: 0;
  }
  .page_testimonials .page_testimonials_swiper {
    margin-top: 30px;
  }
  .page_testimonials .item {
    padding: 20px;
    border-radius: 10px;
    min-height: unset;
  }
  .page_testimonials .item .star {
    --w: 80px;
  }
  .page_testimonials .item .info {
    margin-top: 14px;
  }
  .page_testimonials .item .info h3 {
    font-size: 18px;
  }
  .page_testimonials .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_testimonials .item .client {
    grid-template-columns: 1fr 50px;
    gap: 14px;
    margin-top: 20px;
  }
  .page_testimonials .item .client .name {
    font-size: 16px;
    margin-top: 0;
  }
  .page_testimonials .item .client .cat {
    margin-top: 5px;
  }
  .page_about {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_about .flex .head {
    padding: 0;
  }
  .page_about .pdg {
    margin-top: 10px;
    padding: 0;
  }
  .page_about .pdg::before,
  .page_about .pdg::after {
    display: none;
  }
  .page_about .pdg p + p {
    margin-top: 10px;
  }
  .page_about .rt {
    width: 50%;
    margin: 0;
    padding-bottom: 30px;
  }
  .page_about .rt .watermark {
    font-size: 60px;
  }
  .page_about .advantage_swiper {
    margin-top: 30px;
  }
  .advantage_swiper {
    overflow: unset;
  }
  .advantage_swiper .img {
    width: 100px;
  }
  .advantage_swiper .info {
    margin-top: 20px;
  }
  .advantage_swiper .info h3 {
    font-size: 18px;
  }
  .advantage_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_guide {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_guide .page_guide_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .page_guide .page_guide_swiper .swiper-slide {
    max-width: 314px;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0;
  }
  .page_banner .flex .head {
    padding: 0;
  }
  .page_banner form {
    margin-top: 20px;
    max-width: 444px;
    padding-right: 3px;
  }
  .page_banner form input[type=text] {
    font-size: 14px;
    padding: 0 20px;
  }
  .page_banner form input[type=submit] {
    width: 40px;
    height: 40px;
    margin: 3px 0;
  }
  .order_step {
    padding: 40px 0;
  }
  .order_step .step_list li::before {
    top: 20px;
  }
  .order_step .step_list .order {
    font-size: 14px;
    min-width: 42px;
    line-height: 40px;
    padding: 0 5px;
  }
  .order_step .step_list .order::before {
    border-width: 10px;
  }
  .order_step .step_list p {
    font-size: 14px;
    margin-top: 14px;
  }
  .btn_lang {
    padding: 0 20px 0 25px;
  }
  .btn_lang .lang-icon {
    width: 16px;
    margin-bottom: 0;
  }
  .btn_lang::after {
    width: 8px;
    margin: 0;
  }
  .payments ul {
    gap: 10px;
  }
  .payments .img {
    width: 46px;
  }
  nav.navigation {
    gap: 20px;
  }
  nav.navigation .nav-links {
    gap: 10px;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
    min-width: 34px;
    line-height: 32px;
    padding: 0 5px;
    margin: 0;
  }
  nav.navigation .nav-page label {
    font-size: 14px;
    gap: 10px;
  }
  nav.navigation .nav-page label select {
    font-size: 14px;
    height: 34px;
    padding: 0 20px 0 14px;
    min-width: 50px;
    background-size: 7px;
    background-position: center right 10px;
  }
  .guide_list .wrap {
    border-radius: 10px;
  }
  .guide_list .wrap .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 14px;
  }
  .guide_list .wrap .desc {
    font-size: 14px;
    line-height: 1.5;
    border-top-right-radius: 10px;
    padding: 20px;
    transform: translateY(0);
    opacity: 1;
  }
  .guide_list .wrap .desc::before {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
  }
  .guide_list .info {
    margin-top: 20px;
  }
  .guide_list .info .date {
    font-size: 14px;
  }
  .guide_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .faq_list .question {
    font-size: 18px;
    --w: 10px;
    padding: 14px 20px 14px 0;
  }
  .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    padding: 0 0 20px;
  }
  .product_list .wrap .pd_swiper {
    opacity: 1;
    pointer-events: all;
  }
  .product_list .wrap div.swiper-pagination {
    pointer-events: all;
    transform: translate(-50%, 50%);
    opacity: 1;
    gap: 10px;
    padding: 10px;
  }
  .product_list .wrap div.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .product_list .wrap .tag {
    font-size: 14px;
    line-height: 2;
    padding: 0 16px;
    left: 14px;
    top: 14px;
  }
  .product_list .wrap .btn_w {
    line-height: 36px;
    pointer-events: all;
    transform: translateX(-50%);
    opacity: 1;
    bottom: 30px;
  }
  .product_list .wrap .icons {
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
    gap: 10px;
    right: 14px;
    top: 14px;
  }
  .product_list .wrap .icons .icon {
    width: 40px;
  }
  .product_list .info {
    display: flex;
    flex-direction: column;
    gap: unset;
    padding: 20px;
  }
  .product_list .info .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .product_list .info .msg {
    font-size: 14px;
    margin-top: 5px;
    order: unset;
    margin-bottom: auto;
  }
  .product_list .info .price {
    margin-top: 16px;
    font-size: 20px;
  }
  .product_list .info .price del {
    font-size: 14px;
    display: unset;
    margin-top: 0;
    margin-left: 5px;
  }

  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div.search-block input[type='text'] {
    flex: 1;
  }
  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background: url(../img/search.svg) no-repeat center / contain;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }
  div.search-block div.content {
    position: unset;
  }
  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }
  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }
  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    visibility: hidden;
  }
  div.search-block.active {
    top: 20%;
    visibility: visible;
    height: 80%;
    transform: translateY(0);
    bottom: unset;
  }
  .search-block input[type="submit"]:not(:disabled):hover {
    background-size: 1.4rem;
    border: none;
  }

  .default_head{
      padding: 5rem 0;
  }
  .default_head h1{
    font-size: 2rem;
  }
  .default_body{
    padding: 3rem 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
  .default_body h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0 1rem;
  }
  .default_body h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0;
  }
  .default_body p {
    margin: 1rem 0;
  }
  
  
  .default_body ul li {
    position: relative;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }
  .about_video .about_video_gallery_swiper, .about_video .about_video_thumbs_swiper, .about_video .swiper_con{
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)),
  .swiper_btns_circle.middle:not(:has(.swiper-button-lock)) {
    padding: 0 20px;
  }
  header .lt .logo img {
    height: 30px;
  }
  .page_about .rt {
    width: 100%;
  }
}

/* 404 Error Page Styles */
.error-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.error-container {
  text-align: center;
  max-width: 600px;
  padding: 3rem;
}

.error-title {
  font-size: 8rem;
  line-height: 1;
  color: var(--primary);
  margin: 0 0 1rem;
  font-family: "Gilda Display", serif;
}

.error-subtitle {
  font-size: 2.5rem;
  color: var(--title);
  margin: 0 0 2rem;
  font-family: "Gilda Display", serif;
}

.error-message {
  font-size: 1.6rem;
  color: var(--text);
  margin: 0 0 3rem;
  line-height: 1.6;
}

.error-actions {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn_primary {
  background: var(--primary);
  color: white;
}

.btn_primary:hover {
  background: var(--secondary);
  transform: translateY(-2px);
}

.btn_secondary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn_secondary:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}
.empty-cart .shop-now-button{
  background-color: var(--primary) !important;
}
.empty-cart .shop-now-button:hover{
  filter: brightness(110%);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail img, .woocommerce-cart-form td.product-thumbnail img{
    height: 70%;
  }
}

@media screen and (max-width: 768px) {
  .error-title {
    font-size: 6rem;
  }
  
  .error-subtitle {
    font-size: 2rem;
  }
  
  .error-message {
    font-size: 1.4rem;
  }
  
  .error-actions {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
  }
  header .lt .logo img{
    height: 48px;
  }
  footer.img_bg > img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 576px) {
  .error-container {
    padding: 2rem 1.5rem;
  }
  
  .error-title {
    font-size: 4rem;
  }
  
  .error-subtitle {
    font-size: 1.8rem;
  }
}

/* End of 404 Error Page Styles */

