* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #c02121;
  --secondary: #215b99;
  --hover_color: #000;
  --title: #0f0f12;
  --content_color: #000;
  --text_white: rgba(255, 255, 255, 0.85);
  --bg_color: linear-gradient(to right, #000, #000);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  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;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
.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;
  color: var(--title);
  font-family: 'Saira', sans-serif;
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 144rem;
	margin: 0 auto;
	position: relative;
}
.largecontent {
  max-width: 177rem;
  margin: 0 auto;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
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;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  --h: 100%;
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.img.img_ct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}
.btn{
  display: inline-block;
  background-color: var(--primary);
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 3.7rem;
  line-height: 5.8rem;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn:hover{
  background-color: var(--secondary);
}
.btn.btn_border{
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
.btn.btn_border:hover{
  background-color: var(--primary);
  border-color: var(--primary);
}
.manrope{
  font-family: 'Manrope', sans-serif;
}


.swiper_btns {
  gap: 2.7rem;
  display: flex;
}
.swiper_btns div {
  width: 6rem;
  height: 6rem;
  background-color: var(--primary);
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  border: 1px solid var(--primary);
}
.swiper_btns div:hover {
  filter: brightness(110%);
}
.swiper_btns div.swiper-button-disabled {
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.4);
}
.swiper_btns div.swiper-button-disabled:after{
  filter: brightness(0);
}
.swiper_btns div.btn_prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper_btns div::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/arrow-right-white.svg') no-repeat center / contain;
  filter: brightness(100);
}
span.more{
  font-size: 1.8rem;
    font-weight: 600;
    color: var(--title);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 0.9rem;
}
span.more:after{
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    background: url('../img/btn_arrow_red.svg') no-repeat center/contain;
}
.swiper_btns.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.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}

.btn_border.black{
  border-color: rgba(22, 22, 22, 0.4) !important;
  color: #0c0c0c !important;
  line-height: 6rem;
}


.btn_border.black:hover{
  border-color: var(--primary) !important;
    color: white !important;
}
.head p{
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 450;
}
.head h1{
  font-size: 7rem;
  line-height: 7.3rem;
  font-weight: 600;
}
.head .line_title{
  font-size: 1.5rem;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.head h2{
  font-size: 4.8rem;
  line-height: 5.7rem;
  font-weight: 600;
  color: var(--title);
}
.head span.line_title + h2{
  margin-top: 1rem;
}
.head .line_title:before{
  content: "";
  width: 3.7rem;
  height: 1px;
  background: var(--primary);
  display: inline-block;
  margin-right: 1.5rem;
}
.head.white{
  color: white;
}
header{
  position: sticky;
  top: -20rem;
  z-index: 9;
  background-color: white;
  transition: all 0.3s;
}
header.sticky{
  top: 0;
}
header .content{
  max-width: 176rem;
}
header ul.menu{
  display: flex;
  gap: 6.5rem;
}
header ul.menu>li{
  position: relative;
}
header ul.menu>li>a{
  display: inline-block;
  line-height: 9rem;
  font-size: 1.8rem;
  color: #0f0f12;
  font-weight: 500;
  padding-top: 0.4rem;
}
header .logo img{
  width: 28.8rem;
  height: auto;
  display: block;
  transform: translateY(0.5rem);
}
.close_box{
  display: none;
}
header .right .btn{
  margin-left: 2.6rem;
  line-height: 5.5rem;
}
header .right .btn_lang{
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-left: 2.3rem;
  font-size: 1.6rem;
  color: #0e191d;
  font-weight: 500;
  cursor: pointer;
}
header .right .btn_lang:before{
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background: url('../img/header-lang.svg') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
header .right .btn_search{
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url('../img/header-search.svg') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: var(--polygon1);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li + li {
  margin-top: 4px;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 15px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 50%;
}

.footer_contact{
  padding: 10rem 0 14rem;
}
.footer_contact .head .subtitle{
  font-size: 3rem;
  color: white;
  margin-bottom: 0rem;
  display: flex;
  gap: 2.3rem;
  align-items: center;
}
.footer_contact .head .subtitle:after{
  content: "";
  height: 1px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.24);
}
.footer_contact .head h2{
  font-size: 6rem;
  font-weight: 600;
  margin-top: 1.6rem;
  color: white;
}

.footer_contact .head{
  margin-bottom: 13.5rem;
}

.footer_contact .main{
  max-width: 49rem;
  margin-left: auto;
}
.footer_contact .main p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 3rem;
}
.footer_contact .main .btns{
  display: block;
}
.footer_contact .main .btns .btn{
  width: 100%;
  text-align: center;
  line-height: 6.3rem;
}
.footer_contact .main .btns .btn + .btn{
  margin-top: 1.7rem;
}
.footer_contact .main .btns .btn.btn.btn_border{
  line-height: 6.1rem;
}

.footer_top{
  padding: 10.5rem 0 13rem;
}
.footer_top .col.info_col{
  flex: 1.6;
  padding-top: 0;
}
.footer_top .col{
  padding-top: 4.5rem;
}
.footer_top .col{
  flex: 1;
}
.footer_top .logo img{
  width: 32rem;
  height: auto;
}

.footer_top .info_col p{
  font-size: 2rem;
  line-height: 3.2rem;
  color: #0c0c0c;
  font-weight: 450;
  max-width: 30.7rem;
  margin-bottom: 3.4rem;
  margin-top: 1rem;
}
.footer_top .info_col .btn{
  line-height: 6rem;
}
.footer_top .col strong{
  font-size: 1.6rem;
  color: #353535;
  font-weight: 450;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.footer_top .col ul li a{
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
}
.footer_top .col ul li a:hover{
  color: var(--primary);
}
.footer_top .col ul li + li{
  margin-top: 1rem;
}
.footer_top .col:last-child{
  flex: 0.6;
}

.footer_contact_info{
  padding-bottom: 2.5rem;
}
.footer_contact_info > .flex{
  gap: 25.5rem;
}
.footer_contact_info strong{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #353535;
  display: block;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.footer_contact_info .socials{
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
.footer_contact_info .socials li a{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url('../img/facebook.svg') no-repeat center center;
  background-size: contain;
  text-indent: -9999999px;
  transition: all 0.3s;
}
.footer_contact_info .socials li a:hover{
  transform: scale(1.05);
}
.footer_contact_info .socials li.linkedin a{
  background-image: url('../img/linkedin.svg');
}
.footer_contact_info .socials li.twitter a{
  background-image: url('../img/twitter.svg');
}
.footer_contact_info .socials li.youtube a{
  background-image: url('../img/youtube.svg');
  width: 2.5rem;
}
.footer_contact_info .socials li.instagram a{
  background-image: url('../img/instagram.svg');
  width: 2.5rem;
  height: 2.2rem;
}

.footer_contact_info .right > .flex{
  gap: 12.5rem;
}
.footer_contact_info .right a{
  font-size: 1.8rem;
  font-weight: 600;
  color: #0c0c0c;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  transition: all 0.3s;
}
.footer_contact_info .right a:hover{
  color: var(--primary);
}
.footer_contact_info .right a:before{
  content: "";
  width: 3rem;
  height: 2.5rem;
  background: url('../img/phone-red.svg') no-repeat center/contain;
}
.footer_contact_info .right a.email:before{
  background-image: url('../img/email-red.svg');
}

.copyright{
  padding: 1.8rem 0 2.6rem;
  border-top: 1px solid #bcbcbc;
}
.copyright div ul{
  display: flex;
  
}
.copyright p{
  font-size: 1.5rem;
  color: #1c1c1c;
  font-weight: 500;
}
.copyright div ul li a{
  font-size: 1.4rem;
  color: #353535;
  font-weight: 450;
  transition: all 0.3s;
}
.copyright div ul li a:hover{
  color: var(--primary);
}
.copyright div ul li + li{
  margin-left: 1.3rem;
  padding-left: 1.4rem;
  position: relative;
}
.copyright div ul li + li:before{
  content: "";
  width: 1px;
  height: 1.1rem;
  background-color: #d3d3d3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page_nums{
  padding: 4rem 0 3.9rem;
  border-bottom: 1px solid #dbdbdb;
}
.page_nums ul{
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
}
.page_nums ul li{
  text-align: center;
}
.page_nums ul li strong span:nth-of-type(1){
  font-size: 4.4rem;
  font-weight: 600;
  color: #1c1c1c;
}
.page_nums ul li strong span:nth-of-type(2){
  font-size: 4.4rem;
  color: var(--primary);
  font-weight: 600;
}
.page_nums ul li p{
  font-size: 1.4rem;
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  margin-top: 0.5rem;
}
.breadcrumbs{
  color: white;
  text-transform: uppercase;
}
.breadcrumbs a{
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.breadcrumbs a:hover{
  color: var(--primary);
}
.breadcrumbs a:after{
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  background: url('../img/breadcrumbs_icon.svg') no-repeat center center;
  background-size: contain;
}
.breadcrumbs span{
  color: white;
  font-weight: 550;
}

/* ===== Scrollbar Styling (desktop/tablet) ===== */
@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;
  }
}

/* ===== Mobile Menu Button (hidden on desktop) ===== */
.btn_menu {
  display: none;
  width: 22px;
  height: 22px;
  text-indent: -999999px;
  background: url('../img/mobile-menu/nav-btn.svg') no-repeat center / contain;
  cursor: pointer;
}

/* ===== Responsive: 1024px below - Header Drawer ===== */
@media screen and (max-width: 1024px) {
  .btn_menu {
    display: inline-block;
  }
  header .right .btn {
    display: none;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
  }
  header nav.active {
    pointer-events: auto;
  }
  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 {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: 8px;
    background: url('../img/mobile-menu/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: 8px;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: 8px;
  }
  header nav .menu .menu-item-has-children::after {
    background: url('../img/mobile-menu/select.svg') no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: 8px;
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu::before {
    display: none;
  }
  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: 8px;
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
}




/* Search Modal */
.search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search_modal.active {
  opacity: 1;
  visibility: visible;
}
.search_modal_close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.search_modal_close::before,
.search_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.search_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search_modal_close:hover::before,
.search_modal_close:hover::after {
  background-color: var(--primary);
}
.search_modal_inner {
  width: 92%;
  max-width: 720px;
  padding: 0 1rem;
}
.search_modal_form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background-color: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s;
  clip-path: var(--polygon1);
}
.search_modal_form:focus-within {
  border-color: var(--primary);
}
.search_modal.active .search_modal_form {
  transform: translateY(0);
}
.search_modal_form input[type="search"] {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}
.search_modal_form input[type="search"]::placeholder {
  color: var(--text);
}
.search_modal_form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_modal_submit {
  width: 5.2rem;
  height: 5.2rem;
  border: 0;
  background-color: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  clip-path: var(--polygon1);
}
.search_modal_submit:hover {
  background-color: var(--secondary);
}
.search_modal_submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
body.search_modal_open {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .search_modal_close {
    top: 24px;
    right: 24px;
  }
}

/* Search Results Page */
.search_results_page {
  padding: 12rem 0 8rem;
}
.search_results_page .search_head {
  text-align: center;
  margin-bottom: 5rem;
}
.search_results_page .search_head h1 {
  font-size: 3.6rem;
  color: var(--title);
  margin-bottom: 1rem;
}
.search_results_page .search_head p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 2.5rem;
}
.search_inline_form {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.4rem 0.5rem 0.4rem 1.8rem;
  width: 100%;
  max-width: 520px;
  
  transition: border-color 0.2s;
}
.search_inline_form:focus-within {
  border-color: var(--primary);
}
.search_inline_form input[type="search"] {
  width: 100%;
  height: 4.4rem;
  font-size: 1.5rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  font-family: 'Outfit', sans-serif;
}
.search_inline_form button {
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  clip-path: var(--polygon1);
  transition: background-color 0.3s;
}
.search_inline_form button:hover {
  background: var(--secondary);
}
.search_count {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: var(--text);
}
.search_product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.search_pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
}
.search_pagination a,
.search_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  border: 1px solid #dfe3e8;
  color: var(--title);
  text-decoration: none;
  transition: all 0.3s;
}
.search_pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.search_pagination .current {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.search_empty {
  text-align: center;
  padding: 6rem 0;
}
.search_empty_icon {
  margin-bottom: 2rem;
  color: var(--text);
  opacity: 0.4;
}
.search_empty h2 {
  font-size: 2.4rem;
  color: var(--title);
  margin-bottom: 1rem;
}
.search_empty p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 3rem;
}

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

.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;
}
@media screen and (max-width: 768px) {
  .search_results_page {
    padding: 10rem 0 5rem;
  }
  .search_results_page .search_head h1 {
    font-size: 2.6rem;
  }
  .search_product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .search_product_list {
    grid-template-columns: 1fr;
  }
}


/* 404 Page */
.page_404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem;
}
.page_404 .error_code {
  font-size: 12rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 1rem;
  font-family: 'Oswald', sans-serif;
}
.page_404 h1 {
  font-size: 3rem;
  color: var(--title);
  margin-bottom: 1.5rem;
}
.page_404 p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page_404 .error_code {
    font-size: 8rem;
  }
  .page_404 h1 {
    font-size: 2.2rem;
  }
}
