* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #a50c26;
  --secondary: #000;
  --title: #000;
  --text: #3d3d3d;
  --border: rgba(15, 15, 15, 0.19);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 136rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 139rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
.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;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  /* font-family: "Mulish", sans-serif; */
  font-family: "Roboto", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.Mulish {
  font-family: "Roboto", sans-serif;
}
.Belleza {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.Allura {
  font-family: "Allura", cursive;
  font-weight: 400;
}
h1,
h2,
h3,
.title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
h1 {
  text-transform: uppercase;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--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;
}
.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.btn_w {
  font-family: "Belleza", sans-serif;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-size: 2rem;
  color: var(--title);
  text-transform: uppercase;
  line-height: normal;
  background-color: #fff;
  padding: 1.9rem 2rem 2rem;
  min-width: 20.9rem;
}
.btn_w:hover {
  background-color: var(--primary);
  color: #fff;
}
.btn {
  font-family: "Belleza", sans-serif;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-size: 2rem;
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-transform: uppercase;
  line-height: normal;
  padding: 2rem 2rem 2.3rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn_i {
  font-family: "Belleza", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--title);
  gap: 2.8rem;
  --deg: 1.2rem;
  --size: 5.6rem;
  text-transform: uppercase;
}
.btn_i::after {
  width: var(--size);
  height: var(--size);
  display: block;
  content: '';
  background: url("../img/arrow-tr.svg") no-repeat center / 25%;
  transition: all 0.2s 0.2s;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.btn_i i {
  position: relative;
  z-index: 2;
  display: inline-block;
  flex-shrink: 0;
  background-color: transparent;
  border: 1px solid rgba(15, 15, 15, 0.3);
  color: var(--title);
  width: var(--size);
  height: var(--size);
  transition: background-color 0.2s 0.2s;
}
.btn_i i::before {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
  border: 0 solid var(--primary);
  border-right-width: 2px;
  border-bottom-width: 2px;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: width 0.2s 0.2s, height 0.2s 0.2s;
}
.btn_i i::after {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 0 solid var(--primary);
  border-left-width: 2px;
  border-top-width: 2px;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: width 0.2s 0.2s, height 0.2s 0.2s, opacity 0.4s 0.2s;
  opacity: 0;
}
.btn_i:hover {
  color: var(--primary);
  --deg: 100%;
}
.btn_i:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateY(-50%) rotate(45deg);
}
.btn_i:hover i {
  background-color: var(--primary);
}
.btn_i:hover i::before {
  transition: width 0.2s, height 0.2s;
}
.btn_i:hover i::after {
  opacity: 1;
  transition: width 0.2s, height 0.2s;
}
.btn_line {
  font-family: "Belleza", sans-serif;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.2s 0.2s, background-color 0.2s 0.2s;
  background-color: transparent;
  border: 1px solid rgba(15, 15, 15, 0.3);
  color: var(--title);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal;
  padding: 2.3rem 3.15rem;
  --deg: 1.4rem;
}
.btn_line::before {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
  border: 0 solid var(--primary);
  border-right-width: 2px;
  border-bottom-width: 2px;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: width 0.2s 0.2s, height 0.2s 0.2s;
}
.btn_line::after {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 0 solid var(--primary);
  border-left-width: 2px;
  border-top-width: 2px;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: width 0.2s 0.2s, height 0.2s 0.2s, opacity 0.4s 0.2s;
  opacity: 0;
}
.btn_line:hover {
  --deg: 100%;
  color: #fff;
  background-color: var(--primary);
}
.btn_line:hover::before {
  transition: width 0.2s, height 0.2s;
}
.btn_line:hover::after {
  opacity: 1;
  transition: width 0.2s, height 0.2s;
}
.btn_line.normal {
  transition: all 0.3s;
  border-color: #cecece;
}
.btn_line.normal:hover {
  border-color: var(--primary);
}
.btn_line.normal::before,
.btn_line.normal::after {
  display: none;
}
.swiper_btns {
  gap: 3.1rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f0f0f;
  background-color: #0f0f0f;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  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 {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 162.4rem;
  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;
}
.head strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--primary);
  font-family: "Allura", cursive;
  margin-bottom: 0.7rem;
  letter-spacing: 3px;
}
.head h1 {
  font-size: 7.2rem;
  line-height: 8.6rem;
}
.head h1 span {
  color: var(--primary);
  font-family: "Allura", cursive;
  position: absolute;
  font-size: 4rem;
  bottom: -12%;
  left: 0;
  width: 100%;
  text-align: right;
  text-transform: none;
  letter-spacing: 4px;
}
.head h2 {
  position: relative;
  font-size: 4.8rem;
  line-height: 5.6rem;
}
.head h2 span {
  color: var(--primary);
  font-family: "Allura", cursive;
  position: absolute;
  font-size: 4rem;
  bottom: -12%;
  left: 0;
  width: 100%;
  text-align: right;
  text-transform: none;
  letter-spacing: 4px;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
header.sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.location {
  top: -11.7rem;
}
header .inner {
  width: calc(100% - 4rem);
  max-width: 174rem;
  margin: 0 auto;
}
header .left {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
header .left .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .left .logo img {
  display: block;
  width: auto;
  height: 7.4rem;
}
header .left .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header .top {
  display: flex;
  justify-content: flex-end;
  padding: 1.7rem 0 0;
}
header .top .contact {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #494949;
  gap: 2.1rem;
}
header .top .title {
  transform: translateY(2px);
}
header .top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
}
header .top li {
  position: relative;
  padding-left: 2.4rem;
}
header .top li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: url("../img/icon-phone.svg") no-repeat center / contain;
}
header .top a {
  font-weight: 700;
  color: #000000;
  transition: all 0.3s;
}
header .top a:hover {
  color: var(--primary);
}
header .bottom {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header nav {
  flex: 1;
  font-family: "Belleza", sans-serif;
}
header nav .menu {
  display: flex;
  gap: 4.5rem;
  justify-content: center;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 2rem;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 7.6rem;
  padding-bottom: 1px;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: 100%;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu {
  --w: 3.6rem;
  --h: 1.8rem;
}
header nav .menu > li.btn_mega_menu.active::before {
  opacity: 1;
  transform: translateX(-50%);
}
header nav .menu > li.btn_mega_menu::after {
  display: none;
}
header nav .menu > li.btn_mega_menu::before {
  position: absolute;
  left: 50%;
  top: 86%;
  transform: translateX(-50%) translateY(-4rem);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/menu-mask.svg") no-repeat center / contain;
  display: block;
  content: '';
  z-index: 2;
  transition: transform 0.5s, opacity 0.3s;
  opacity: 0;
  display: none;
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
}
header nav .sub-menu > li > a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover::after {
  width: 100%;
}
header .btns {
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 7.7rem;
  margin-left: 0.4%;
}
header .btns .btn_search {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  margin-bottom: 2px;
}
header .btns .btn_menu {
  display: none;
}
header .btns .btn {
  padding: 1.65rem 4.1rem;
  font-weight: 400;
}
footer {
  position: relative;
  background: url("../img/footer-bg.jpg") no-repeat center / cover;
}
footer .footer_main {
  padding: 14.9rem 0 2.4rem;
}
footer .footer_main .flex {
  gap: 10rem 2rem;
}
footer strong {
  font-size: 2rem;
  color: #3f3f3f;
  opacity: 0.56;
  text-transform: uppercase;
  font-family: "Belleza", sans-serif;
  display: block;
  font-weight: 400;
}
footer .slide_obj strong {
  margin-bottom: 2.6rem;
}
footer .slide_obj li a {
  font-weight: 500;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 600;
  font-size: 1.8rem;
}
footer .slide_obj li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .slide_obj li + li {
  margin-top: 1.8rem;
}
footer .right {
  width: 53.8rem;
  border-left: 1px solid rgba(8, 21, 40, 0.12);
  padding-left: 5.65%;
  display: grid;
  gap: 4.4rem;
}
footer .slide_connect strong {
  margin-bottom: 2.8rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 6.5rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(104, 104, 104, 0.4);
  border-radius: 50%;
  background: no-repeat center / 30.85%;
  position: absolute;
  left: 0;
  top: -1px;
}
footer .slide_connect li a,
footer .slide_connect li p {
  font-weight: 600;
  font-size: 1.8rem;
}
footer .slide_connect li .title {
  font-size: 1.3rem;
  color: #6d6d6d;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
footer .slide_connect li + li {
  margin-top: 4.3rem;
}
footer .slide_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .slide_connect .email::before {
  top: -0.6rem;
  background-image: url(../img/icon-email.svg);
  background-size: 37.54%;
}
footer .slide_subscribe strong {
  margin-bottom: 1.7rem;
}
footer .slide_subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
}
footer .slide_subscribe form input {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  border: 1px solid rgba(104, 104, 104, 0.4);
  color: #000;
  font-weight: 500;
  background-color: transparent;
  padding: 1.8rem 2.4rem 1.7rem;
}
footer .slide_subscribe form input::placeholder {
  color: #000;
}
footer .slide_subscribe form input[type=submit] {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  transition: all 0.3s;
  text-align: center;
  font-family: "Belleza", sans-serif;
  min-width: 12.9rem;
  text-transform: uppercase;
}
footer .slide_subscribe form input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
footer .slide_intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  flex: 1;
  max-width: 24.5rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro .social {
  gap: 2rem 5.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
footer .slide_intro .social a {
  opacity: 1;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_intro .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .slide_intro .social a:hover {
  transform: scale(1.1) translateY(-3px);
}
footer .slide_intro .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_intro .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_intro .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_intro .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .slide_intro .social .tiktok1 a::after, footer .slide_intro .social .tiktok2 a::after {
  background-image: url(../img/tiktok.svg);
}
footer .copyright {
  border-top: 1px solid rgba(8, 21, 40, 0.12);
  padding: 2.1rem 0 1.6rem;
}
footer .copyright p,
footer .copyright a {
  color: #212121;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .copyright a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .copyright a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .copyright ul {
  gap: 2rem 5.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#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.7);
  opacity: 0;
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: fixed;
  top: 11.7rem;
  left: 0;
  right: 0;
  width: calc(100% - 4rem);
  max-width: 174rem;
  margin: 0 auto;
  background-color: #fff;
  z-index: 992;
  max-height: calc(100vh - 17rem);
  overflow: auto;
  pointer-events: none;
  transform: translateY(-4rem);
  transition: transform 0.5s, opacity 0.3s;
  opacity: 0;
  font-family: "Belleza", sans-serif;
  padding: 3.4rem 2.6rem 5.6rem;
}
.mega_menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.mega_menu .mega_menu_inner {
  display: flex;
  gap: 2.3rem;
}
.mega_menu .mega_menu_item {
  flex: 1;
  border-right: 1px solid #efefef;
  padding-right: 2.2rem;
  max-height: 63rem;
  overflow-y: auto;
}
.mega_menu .mega_menu_item .box,
.mega_menu .mega_menu_item .box_l3 {
  display: none;
}
.mega_menu .mega_menu_item .box.active,
.mega_menu .mega_menu_item .box_l3.active {
  display: block;
}
.mega_menu .mega_menu_item li.active .mega_menu_title {
  background-color: #efefef;
}
.mega_menu .mega_menu_item li + li {
  margin-top: 0.5rem;
}
.mega_menu .mega_menu_item .mega_menu_title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 3.2rem;
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.1rem;
  padding: 0.8rem 1.2rem 0.9rem;
}
.mega_menu .mega_menu_item .mega_menu_title .icon {
  width: 3.2rem;
  height: 3.2rem;
}
.mega_menu .mega_menu_item .mega_menu_title:not(:has(.icon)) {
  padding-left: 1.6rem;
}
.mega_menu .mega_menu_list {
  width: 49%;
}
.mega_menu .mega_menu_list .list {
  overflow-y: auto;
  max-height: 52.5rem;
  padding-right: 1.4rem;
  display: none;
}
.mega_menu .mega_menu_list .list.active {
  display: block;
}
.mega_menu .mega_menu_list .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem 2.6rem;
}
.mega_menu .mega_menu_list .product_list .img {
  padding-bottom: 86.2205%;
}
.mega_menu .mega_menu_list .product_list .title {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.mega_menu .mega_menu_list .btn {
  font-size: 1.36rem;
  margin-top: 5rem;
  padding: 1.8rem 3.25rem;
}
.page_about {
  position: relative;
  overflow: hidden;
  padding: 12.1rem 0 5.85rem;
}
.page_about > img {
  position: absolute;
  left: 0;
  top: 5.5%;
  width: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.81;
  pointer-events: none;
  z-index: -1;
}
.page_about .head {
  gap: 5.4rem 3rem;
}
.page_about .head .title {
  width: 100%;
}
.page_about .head h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 8.063rem;
  text-transform: uppercase;
  line-height: normal;
}
.page_about .head h2 span {
  z-index: -1;
}
.page_about .head h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.6rem;
  max-width: 51rem;
  padding-left: 4.8rem;
}
.page_about .head h3::before {
  width: 2.3rem;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.6rem;
  content: '';
}
.page_about .desc {
  max-width: 69.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: var(--text);
  font-weight: 400;
  margin-top: 0.5rem;
}
.page_about .desc > *:first-child {
  margin-top: 0;
}
.page_about p {
  margin-top: 3.2rem;
  letter-spacing: -0.14px;
}
.page_about .btn_i {
  margin-top: 2.2rem;
}
.page_about .imgs {
  position: relative;
  margin-top: 6.1rem;
}
.page_about .imgs ul {
  display: grid;
  grid-template-columns: 62.86765% 1fr;
  gap: 1.1rem;
}
.page_about .imgs .img {
  padding-bottom: 108.51937%;
  width: 100%;
  height: 100%;
}
.page_about .imgs .img:hover img {
  transform: scale(1.02);
}
.page_about .imgs .img:nth-child(2n+1) {
  padding-bottom: 62.5731%;
}
.page_about .btn_video {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
.page_about .btn_video:hover {
  transform: translate(50%, 50%) scale(1.1);
}
.page_about .nums {
  margin-top: 8.5rem;
  padding: 0 1.3%;
}
.page_about .nums ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3%;
}
.page_about .nums li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page_about .nums .wrap {
  font-size: 4.3rem;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}
.page_about .nums .wrap .num {
  font-size: 5.4rem;
  color: var(--title);
  margin-right: -0.6rem;
}
.page_about .nums .label {
  font-size: 1.8rem;
  color: #4f4f4f;
  margin-top: 1.6rem;
}
.page_category {
  padding: 6.2rem 0 5.4rem;
}
.page_category .page_category_swiper {
  overflow: hidden;
  margin-top: 4rem;
}
.page_category .page_category_swiper .swiper-slide {
  width: 44.3rem;
}
.page_category .item.active .info span {
  text-decoration: underline;
}
.page_category .item a {
  display: block;
  height: 100%;
}
.page_category .item a:hover img {
  transform: scale(1.02);
}
.page_category .item .pic {
  position: relative;
}
.page_category .item .pic .lar_img {
  padding-bottom: 116.478555%;
}
.page_category .item .pic .sm_img {
  position: absolute;
  right: 0;
  bottom: -4%;
  width: 42.8894%;
  padding-bottom: 52.8894%;
  z-index: 2;
}
.page_category .item .pic .sm_img::before,
.page_category .item .pic .sm_img::after {
  width: 78.95%;
  padding-bottom: 78.95%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  content: '';
  transform: translate(-50%, -50%);
  opacity: 0.33;
  z-index: -1;
}
.page_category .item .pic .sm_img::after {
  width: 72.63%;
  padding-bottom: 72.63%;
  opacity: 1;
}
.page_category .item .info {
  margin-top: 2.2rem;
}
.page_category .item .info h3 {
  font-size: 2.6rem;
  color: #161616;
}
.page_category .item .info span {
  display: block;
  opacity: 0.8;
  transition: all 0.3s;
  margin-top: 1.3rem;
  text-transform: uppercase;
}
.page_category .swiper_btns {
  top: 45.7%;
}
.page_category .swiper_btns div {
  background-color: #1a203a;
  border-color: #1a203a;
}
.page_category .swiper_btns div:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.page_category .swiper_btns .swiper-button-disabled {
  background-color: transparent;
  border-color: rgba(83, 84, 89, 0.3);
}
.page_category p.center:has(.btn_line) {
  margin-top: 4.6rem;
}
.page_services {
  position: relative;
  padding: 5.4rem 0 8.8rem;
}
.page_services > img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  opacity: 0.79;
  pointer-events: none;
  z-index: -1;
}
.page_services .head {
  max-width: 82.4rem;
  margin: 0 auto;
}
.page_services .page_services_swiper {
  overflow: hidden;
  margin-top: 6.8rem;
}
.page_services .page_services_swiper > .swiper-wrapper > .swiper-slide {
  padding-right: 5.7rem;
  position: relative;
}
.page_services .page_services_swiper .flex {
  height: 100%;
}
.page_services .page_services_swiper .img:hover img {
  transform: scale(1.02);
}
.page_services .page_services_swiper .lar_img {
  width: 66.31%;
  padding-bottom: 36.9934%;
}
.page_services .page_services_swiper .imgs {
  position: relative;
  width: 66.31%;
  padding-bottom: 36.9934%;
}
.page_services .page_services_swiper .imgs ul {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1.3rem;
}
.page_services .page_services_swiper .imgs li {
  flex: 1;
  position: relative;
  color: #fff;
  --h: 6%;
}
.page_services .page_services_swiper .imgs li:nth-child(odd) {
  padding-bottom: var(--h);
}
.page_services .page_services_swiper .imgs li:nth-child(even) {
  padding-top: var(--h);
}
.page_services .page_services_swiper .imgs .img {
  width: 100%;
  height: 100%;
}
.page_services .page_services_swiper .imgs .img:hover img {
  transform: scale(1.1);
}
.page_services .page_services_swiper .imgs .title {
  font-size: 1.9rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-transform: uppercase;
  bottom: 1.5rem;
  padding: 0 14%;
  max-height: calc(100% - 3rem);
  overflow-y: auto;
}
.page_services .page_services_swiper .info {
  flex: 1;
  max-width: 37.6rem;
  color: #161616;
  padding-top: 1%;
}
.page_services .page_services_swiper .info h3 {
  font-size: 3.6rem;
  line-height: 4.9rem;
}
.page_services .page_services_swiper .info span {
  display: block;
  position: relative;
  font-size: 2rem !important;
  margin-top: 1.8rem;
  padding-left: 0 !important;
}
.page_services .page_services_swiper .info span::before {
  width: 11.6rem;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  right: 98.7%;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  display: none !important;
}
.page_services .page_services_swiper .info p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.2rem;
  color: var(--text);
  margin-top: 2.2rem;
  font-weight: 400;
}
.page_services .page_services_swiper .info .btn_line {
  margin-top: 2.7rem;
}
.page_services .page_services_swiper .page_services_children_swiper {
  overflow: hidden;
}
.page_services .swiper_con {
  position: absolute;
  right: 0;
  width: 3.3rem;
  top: 2.3rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1rem;
}
.page_services .swiper_con div.swiper-pagination {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 3px;
  flex: 1;
}
.page_services .swiper_con div.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  width: 100%;
  max-height: 4.2rem;
  background: rgba(15, 15, 15, 0.16);
  opacity: 1;
  margin: 0;
  transition: all 0.4s, opacity 0.3s;
  border-radius: 0;
}
.page_services .swiper_con div.swiper-pagination .swiper-pagination-bullet::after {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: height 5s;
  background-color: var(--primary);
}
.page_services .swiper_con div.swiper-pagination .swiper-pagination-bullet-active::after {
  bottom: unset;
  top: 0;
  height: 100%;
}
.page_services .swiper_con .play {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}
.page_services .swiper_con .play::before,
.page_services .swiper_con .play::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.page_services .swiper_con .play.active::before {
  opacity: 0;
}
.page_services .swiper_con .play.active::after {
  opacity: 1;
}
.page_services .swiper_con .play::before {
  background-image: url("../img/stop.svg");
}
.page_services .swiper_con .play::after {
  background-image: url("../img/play2.svg");
  opacity: 0;
}
.page_services .page_services_nav_swiper {
  overflow: hidden;
  margin-top: 8.4rem;
}
.page_services .page_services_nav_swiper .swiper-slide {
  position: relative;
  font-size: 2.2rem;
  color: rgba(22, 22, 22, 0.6);
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  border-top: 1px solid var(--border);
  padding-top: 2.5rem;
}
.page_services .page_services_nav_swiper .swiper-slide::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  content: '';
  background-color: var(--primary);
  transition: all 0.4s;
}
.page_services .page_services_nav_swiper .swiper-slide-thumb-active {
  color: #161616;
}
.page_services .page_services_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
}
.page_blog {
  padding: 6.4rem 0 8.9rem;
}
.page_blog .btn_line {
  margin-bottom: -0.8rem;
}
.page_blog .list {
  margin-top: 4.2rem;
}
.page_blog .list ul {
  display: grid;
  grid-template-columns: 65.74% 1fr;
  gap: 3.4rem 3.3353%;
}
.page_blog .item:nth-child(3n+1) {
  grid-row: span 2;
  padding-right: 4.9%;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.page_blog .item:nth-child(3n+1) .img {
  padding-bottom: 60.542%;
}
.page_blog .item:nth-child(3n+1) .info {
  margin-top: 3.8rem;
}
.page_blog .item:nth-child(3n+1) .info h3 {
  font-size: 2.6rem;
  margin-top: 1.2rem;
}
.page_blog .item:nth-child(3n+2) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.page_blog .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page_blog .item a:hover img {
  transform: scale(1.02);
}
.page_blog .item .img {
  padding-bottom: 53.2066%;
}
.page_blog .item .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.8rem;
  color: #171717;
  background-color: #fff;
  padding: 1.1rem 2.2rem;
}
.page_blog .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 1.7rem;
}
.page_blog .item .info strong {
  display: block;
  font-weight: 400;
  color: #8c8c8c;
}
.page_blog .item .info h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_blog .item .info p {
  font-size: 1.7rem;
  color: var(--text);
  margin-top: 1.5rem;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_blog .item .info span {
  display: block;
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.7rem;
  transition: all 0.3s;
  margin-top: 2rem;
  opacity: 0.8;
}
.page_blog .item .info span:hover {
  opacity: 1;
  text-decoration-color: transparent;
}
.page_inspiration {
  position: relative;
  padding: 8.9rem 0 14.4rem;
}
.page_inspiration > img {
  position: absolute;
  left: 0;
  bottom: -8%;
  width: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.81;
  pointer-events: none;
  z-index: -1;
}
.page_inspiration .head {
  max-width: 50.6rem;
  margin: 0 auto;
}
.page_inspiration .inner {
  overflow: hidden;
}
.page_inspiration .page_inspiration_swiper {
  width: calc(100% - 4rem);
  max-width: 187.6rem;
  margin: 5.5rem auto 0;
}
.page_inspiration .page_inspiration_swiper .swiper-wrapper {
  transition: linear;
}
.page_inspiration .page_inspiration_swiper .swiper-slide {
  width: 35.8rem;
}
.page_inspiration .page_inspiration_swiper .img {
  padding-bottom: 112.2905%;
}
.page_inspiration .page_inspiration_swiper .img:hover img {
  transform: scale(1.02);
}
.footer_contact {
  padding: 2.3rem 0 7.3rem;
}
.footer_contact .watermark {
  position: relative;
  font-size: 20.3rem;
  font-weight: 700;
  color: #f6f6f6;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: -9.9rem;
}
.footer_contact .watermark::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 12%;
  content: '';
  background-image: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
}
.footer_contact .head h2 {
  font-size: 5.447rem;
  line-height: normal;
}
.footer_contact .btn {
  margin-top: 4.5rem;
  font-size: 1.714rem;
  min-width: 20rem;
  padding: 2.3rem 2rem;
}
.btn_video,
.btn_play {
  position: absolute;
  width: 9.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.btn_video::before,
.btn_play::before {
  background: url("../img/play-mask.svg") no-repeat center / contain;
  width: 230.77%;
  height: 230.77%;
  position: absolute;
  content: '';
  animation: rotateCircle 10s linear infinite;
}
.btn_video::after,
.btn_play::after {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  content: '';
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product_list a {
  display: block;
  height: 100%;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .img {
  width: 100%;
  padding-bottom: 85.9375%;
}
.product_list .title {
  color: #161616;
  font-size: 1.879rem;
  margin-top: 1.7rem;
}
.blog_list .active .info span {
  transform: translateX(0);
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  width: 100%;
  padding-bottom: 53.472222%;
}
.blog_list .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.85rem;
  color: #171717;
  background-color: #fff;
  padding: 1.2rem 2.35rem;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.8rem;
}
.blog_list .info strong {
  display: block;
  font-weight: 400;
  color: #8c8c8c;
}
.blog_list .info h3 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
}
.blog_list .info span {
  display: block;
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.7rem;
  transition: all 0.3s, transform 0.4s;
  opacity: 0.8;
  margin-top: 1.3rem;
  transform: translateX(-100%);
}
.blog_list .info span:hover {
  opacity: 1;
  text-decoration-color: transparent;
}
.serve_item {
  position: relative;
  z-index: 2;
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  padding: 4.1rem 3.25%;
  padding-right: 3.8%;
}
.serve_item.active > img {
  opacity: 1;
}
.serve_item.active .icon {
  filter: contrast(0) brightness(2);
}
.serve_item.active .info {
  color: #Fff;
}
.serve_item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  transition: all 0.3s;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
}
.serve_item:nth-child(even) {
  background-color: #f8f8f8;
}
.serve_item .icon {
  width: 6.7rem;
  height: 6.7rem;
  transition: all 0.3s;
}
.serve_item .info {
  transition: all 0.3s;
  margin-top: 12.9rem;
  flex: 1;
}
.serve_item .info strong {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Belleza", sans-serif;
}
.serve_item .info p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 300;
  opacity: 0.85;
  font-weight: 400;
  margin-top: 2.6rem;
  max-width: 28.2rem;
}
.showroom_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.showroom_item a:hover img {
  transform: scale(1.02);
}
.showroom_item .img {
  width: 100%;
  padding-bottom: 85.7595%;
}
.showroom_item .title {
  font-size: 1.9rem;
  color: #161616;
  margin-top: 1.9rem;
  font-weight: 500;
}
.product_list .title {
  font-size: 18px;
  margin-top: 1rem;
}


div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 50%;
  margin-left: -2.4rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../global/img/loading.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}


body .wpcf7-spinner{
  width: 24px !important;
  position: absolute;
}

body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 2rem;
}




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: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover{
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}


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

.page_services .page_services_swiper .imgs li{
  transition: all 0.3s;
  cursor: pointer;
}
.page_services .page_services_swiper .imgs li.active{
  flex: 2;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
  .page_about .btn_video {
    transform: translate(0);
  }
  .page_about .btn_video:hover {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .mega_menu .mega_menu_list {
    width: 41%;
  }
  .mega_menu .mega_menu_list .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_contact .watermark {
    font-size: 15rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .mega_menu .mega_menu_list {
    width: 27%;
  }
  .mega_menu .mega_menu_list .list ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_w {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    min-width: unset;
  }
  .btn {
    padding: 11px 20px;
  }
  .btn_i {
    font-size: 14px;
    gap: 10px;
    --deg: 10px;
    --size: 40px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    --deg: 10px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  div.head .subtitle,
  div.head strong {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h1 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h1 span {
    font-size: 14px;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2 span {
    font-size: 14px;
    letter-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_i,
  div.head .btn_w {
    margin-top: 20px;
    min-width: unset;
  }
  header.location {
    top: 0;
  }
  header .inner {
    width: 100%;
    padding: 0 20px;
  }
  header .left {
    margin: 0;
    padding: 0;
  }
  header .left .logo img {
    height: 35px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after,
  header nav .con .menu > li::before {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .top {
    display: none;
  }
  header .bottom {
    justify-content: flex-end;
  }
  header .btns {
    padding: 0;
    margin: 0;
    min-height: 4rem;
    gap: 22px;
  }
  header .btns .btn_search {
    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/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .mega_menu {
    display: none !important;
  }
  footer .footer_main {
    padding: 4rem 0 3rem;
  }
  footer .footer_main .flex {
    flex-direction: column;
    gap: 0;
  }
  footer strong {
    font-size: 18px;
  }
  footer .slide_intro {
    order: -1;
    display: block;
    margin-bottom: 2rem;
  }
  footer .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .slide_intro .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_intro .social a {
    width: 22px;
    height: 22px;
  }
  footer .right {
    width: 100%;
    padding: 0;
    gap: 2rem;
    border: none;
  }
  footer .slide_obj:not(.slide_connect) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(63, 63, 63, 0.56);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect) > div li + li {
    margin-top: 14px;
  }
  footer .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    margin-bottom: 20px;
  }
  footer .slide_connect li + li {
    margin-top: 20px;
  }
  footer .slide_connect li {
    padding-left: 4rem;
  }
  footer .slide_connect li::before {
    width: 40px;
    height: 40px;
    top: 2px;
  }
  footer .slide_connect li a,
  footer .slide_connect li p {
    font-size: 1rem;
  }
  footer .slide_connect li .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .slide_connect .email::before {
    top: 2px;
  }
  footer .slide_subscribe strong {
    margin-bottom: 20px;
  }
  footer .slide_subscribe form {
    gap: 1rem;
  }
  footer .slide_subscribe form input {
    font-size: 14px;
    padding: 14px 20px;
  }
  footer .slide_subscribe form input[type=submit] {
    min-width: unset;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .page_about {
    padding: 4rem 0;
  }
  .page_about > img {
    height: 100%;
  }
  .page_about .head {
    display: block;
  }
  .page_about .head h2 {
    font-size: 28px;
  }
  .page_about .head h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    padding-left: 2rem;
    margin-top: 1rem;
  }
  .page_about .head h3::before {
    width: 20px;
    top: 1rem;
  }
  .page_about .imgs {
    margin-top: 2rem;
  }
  .page_about .imgs ul {
    gap: 1rem;
  }
  .page_about .btn_video {
    transform: translate(0);
  }
  .page_about .btn_video:hover {
    transform: scale(1.1);
  }
  .page_about .nums {
    margin-top: 2rem;
    padding: 0;
  }
  .page_about .nums ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .page_about .nums .wrap {
    font-size: 1.2rem;
  }
  .page_about .nums .wrap .num {
    font-size: 1.5rem;
    margin: 0;
  }
  .page_about .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .page_category {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_category .page_category_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_category .page_category_swiper .swiper-slide {
    width: 282px;
  }
  .page_category .page_category_swiper .item .info {
    margin-top: 1rem;
  }
  .page_category .page_category_swiper .item .info h3 {
    font-size: 18px;
  }
  .page_category .page_category_swiper .item .info span {
    font-size: 14px;
    margin-top: 10px;
  }
  .page_category .swiper_btns {
    justify-content: flex-end;
    width: 100%;
    margin-top: 2rem;
    transform: translate(0);
    position: static;
    padding: 0 20px;
  }
  .page_category p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .page_services {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_services > img {
    height: 100%;
  }
  .page_services .head {
    max-width: unset;
  }
  .page_services .page_services_swiper {
    margin-top: 2rem;
  }
  .page_services .page_services_swiper > .swiper-wrapper > .swiper-slide {
    padding-right: 2rem;
  }
  .page_services .page_services_swiper .lar_img {
    width: 100%;
    padding-bottom: 55.787%;
  }
  .page_services .page_services_swiper .imgs {
    width: 100%;
    padding-bottom: 55.787%;
  }
  .page_services .page_services_swiper .imgs ul {
    gap: 5px;
  }
  .page_services .page_services_swiper .imgs .title {
    font-size: 12px;
    bottom: 1rem;
    padding: 0 10px;
    max-height: calc(100% - 2rem);
  }
  .page_services .page_services_swiper .flex {
    display: block;
  }
  .page_services .page_services_swiper .info {
    max-width: unset;
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .page_services .page_services_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_services .page_services_swiper .info span {
    font-size: 1rem !important;
    padding: 0;
    margin-top: 1rem;
  }
  .page_services .page_services_swiper .info span::before {
    display: none;
  }
  .page_services .page_services_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_services .page_services_swiper .info .btn_line {
    margin-top: 20px;
  }
  .page_services .swiper_con {
    width: 22px;
    top: 0;
    gap: 1rem;
  }
  .page_services .swiper_con div.swiper-pagination {
    width: 2px;
    gap: 10px;
  }
  .page_services .page_services_nav_swiper {
    overflow: unset;
    margin-top: 3rem;
  }
  .page_services .page_services_nav_swiper .swiper-slide {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .page_blog {
    padding: 3rem 0;
  }
  .page_blog .flex {
    gap: 20px 1rem;
  }
  .page_blog .btn_line {
    margin: 0;
  }
  .page_blog .list {
    margin-top: 2rem;
  }
  .page_blog .list ul {
    gap: 2rem 1rem;
  }
  .page_blog .item:nth-child(3n+1) {
    padding: 0;
    border: none;
  }
  .page_blog .item:nth-child(3n+1) .info {
    margin-top: 1rem;
  }
  .page_blog .item:nth-child(3n+1) .info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .page_blog .item:nth-child(3n+2) {
    padding: 0;
    border: none;
  }
  .page_blog .item .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 12px;
  }
  .page_blog .item .info {
    margin-top: 1rem;
  }
  .page_blog .item .info strong {
    font-size: 14px;
  }
  .page_blog .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_blog .item .info p {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .page_blog .item .info span {
    font-size: 14px;
    margin-top: 20px;
  }
  .page_inspiration {
    padding: 3rem 0 4rem;
  }
  .page_inspiration > img {
    bottom: 0;
    height: 100%;
  }
  .page_inspiration .head {
    max-width: unset;
  }
  .page_inspiration .page_inspiration_swiper {
    width: 100%;
    padding: 0 20px;
    max-width: unset;
    margin-top: 2rem;
  }
  .page_inspiration .page_inspiration_swiper .swiper-slide {
    width: 232px;
  }
  .footer_contact {
    padding: 3rem 0 4rem;
  }
  .footer_contact .watermark {
    font-size: 5rem;
    letter-spacing: unset;
    margin-bottom: -20px;
  }
  .footer_contact .head h2 {
    font-size: 28px;
  }
  .footer_contact .btn {
    margin-top: 20px;
    font-size: 14px;
    min-width: unset;
    padding: 10px 20px;
  }
  .btn_video,
  .btn_play {
    width: 3rem;
  }
  .serve_item {
    padding: 2rem 20px;
  }
  .serve_item .icon {
    width: 3rem;
    height: 3rem;
  }
  .serve_item .info {
    margin-top: 2rem;
  }
  .serve_item .info strong {
    font-size: 18px;
  }
  .serve_item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .blog_list .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 12px;
  }
  .blog_list .info {
    margin-top: 1rem;
  }
  .blog_list .info strong {
    font-size: 14px;
  }
  .blog_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info span {
    font-size: 14px;
    margin-top: 20px;
    transform: translate(0);
    opacity: 1;
  }
  .showroom_item .title {
    font-size: 18px;
    margin-top: 1rem;
  }

  .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;
    padding-left: 2.4rem;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }
  .default_body ul li::before {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-radius: 50%;
    background-color: var(--theme_color);
    content: '';
  }
  footer .slide_obj li a{
    word-break: keep-all;
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  div.head .subtitle {
    font-size: 14px;
  }
  div.head h1 {
    font-size: 25px;
  }
  div.head h2 {
    font-size: 22px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .page_about .head h2 {
    font-size: 22px;
  }
  .page_blog .list ul {
    grid-template-columns: 1fr;
  }
  .footer_contact .watermark {
    font-size: 3rem;
  }
  .footer_contact .head h2 {
    font-size: 22px;
  }
}

.about_culture .items .item.active::after {
  width: 100% !important;
}


.swiper_gallery_details .img img{
  /* object-fit: contain !important; */
  width: 100%;
  height: 100%;
  max-height: 600px;
}