* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 141rem;
  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: "Inter", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.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;
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: all 0.3s;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/arrow-tr.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover::before {
  background-color: var(--secondary);
  transform: skewX(0);
}
.btn:hover::after {
  transform: rotate(45deg);
}
.btn.sub_theme::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}
.btn.sub_theme:hover {
  color: var(--secondary);
}
.btn.sub_theme:hover::before {
  background-color: transparent;
}
.btn.sub_theme:hover::after {
  filter: unset;
}
.btn_line {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #161616;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.4rem;
  gap: 1.8rem;
  padding: 0 3.7rem;
}
.btn_line::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.8rem;
  border: 1px solid #d3d3d3;
  transform: var(--skewX);
  transition: all 0.3s;
}
.btn_line::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/arrow-tr.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.btn_line:hover {
  color: #fff;
}
.btn_line:hover::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: skewX(0);
}
.btn_line:hover::after {
  transform: rotate(45deg);
  filter: contrast(0) brightness(2);
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: var(--title);
  gap: 2.2rem;
}
.btn_i i {
  display: block;
  position: relative;
  z-index: 2;
  width: 4.7rem;
}
.btn_i i::after {
  display: block;
  content: '';
  padding-bottom: 85.11%;
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / 29.8%;
  filter: contrast(0) brightness(2);
}
.btn_i i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.7rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: all 0.3s;
}
.btn_i:hover {
  color: var(--secondary);
}
.btn_i:hover i::before {
  transform: skewX(0);
  background-color: var(--secondary);
}
.btn_i.rv i {
  order: -1;
}
.btn_single {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  width: 4.8rem;
}
.btn_single::after {
  display: block;
  content: '';
  padding-bottom: 87%;
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / 29.8%;
  filter: contrast(0) brightness(2);
}
.btn_single::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.7rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: all 0.3s;
}
.btn_single:hover::before {
  background-color: var(--primary);
  transform: skewX(0);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  width: 6.7rem;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns div::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: all 0.3s;
  transform: var(--skewX);
}
.swiper_btns div::after {
  content: '';
  display: block;
  padding-bottom: 86.5672%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 28%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: skewX(0);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::before {
  border-color: rgba(25, 25, 25, 0.3);
  background-color: transparent;
  transform: var(--skewX);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.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;
}
.swiper_btns.white .swiper-button-disabled::before {
  border-color: rgba(255, 255, 255, 0.3);
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm_lh p {
  line-height: 2.8rem;
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: 0.1rem;
}
.head.white {
  color: #fff;
}
.head.white .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  letter-spacing: 0.095rem;
}
.head.white .subtitle::before {
  background-image: url("../img/icon-subtitle-w.svg");
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: #646c6d;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: '';
  background: url("../img/icon-subtitle.svg") no-repeat center / contain;
  margin-top: 1px;
}
.head h1 {
  font-size: 6.6rem;
  line-height: 1.16666667;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
header {
  position: fixed;
  top: 1.4rem;
  left: 0;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
}
header .inner {
  width: calc(100% - 6rem);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.4rem;
  transition: all 0.3s;
  padding: 0 3rem 0 3.1rem;
}
header.bg,
header.sticky {
  top: 0;
}
header.bg .inner,
header.sticky .inner {
  border-radius: 0;
  width: 100%;
}
header.sticky {
  position: sticky;
  padding: 1.4rem 3rem;
  background-color: #fff;
}
header.opt {
  top: -9.4rem;
}
header .lt {
  display: flex;
  align-items: center;
  margin-right: 7.6%;
  padding-top: 2px;
}
header .lt .logo {
  display: block;
  position: relative;
}
header .lt .logo img {
  display: block;
  width: auto;
  height: 5.01525rem;
}
header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  display: flex;
  gap: 4.45rem;
}
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: var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  transition: all 0.3s;
  line-height: 9.3rem;
  padding-top: 1px;
}
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;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  width: calc(100% + 4.8rem);
  left: -2.4rem;
  position: absolute;
  min-width: 23rem;
  background-color: #fff;
  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;
  border-bottom: 1px solid var(--primary);
}
header nav .sub-menu > li {
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  font-size: 16px;
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
  background-color: rgba(0, 80, 149, 0.1);
}
header nav .sub-menu > li:last-child > a {
  border-bottom: none;
} */

header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 8px;
}
header nav .sub-menu > li > a:hover {
  background-color: #EAF5FD;
}

header .btns {
  gap: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.4rem;
  padding-top: 2px;
}
header .btns .btn_search {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btns .btn_lang {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btns .btn_menu {
  display: none;
}
header .btns .btn {
  line-height: 6rem;
  gap: 0.9rem;
  padding: 0 3.8rem;
  margin-left: 0.6rem;
}
footer {
  color: #161616;
}
footer .content {
  max-width: 144.3rem;
}
footer .main {
  padding: 14.7rem 0 14.3rem;
}
footer .main strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer .main .flex {
  gap: 6.4rem 2rem;
}
footer .main .slide_intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 3.4rem;
}
footer .main .slide_intro .logo {
  display: block;
  position: relative;
  max-width: 29.1rem;
}
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 .social {
  gap: 2rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
footer .main .slide_intro .social a {
  opacity: 1;
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
}
footer .main .slide_intro .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
footer .main .slide_intro .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .slide_intro .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .main .slide_intro .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .main .slide_intro .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .main .slide_intro .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .main .slide_intro .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .main .slide_intro .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .main .slide_quote {
  width: 34.2rem;
  margin-right: 1.3%;
  margin-top: -0.4rem;
}
footer .main .slide_quote p {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
footer .main .slide_quote .menu {
  display: grid;
  gap: 2rem;
  margin-top: 3.7rem;
}
footer .main .slide_quote .menu a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
footer .main .slide_quote .menu a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: all 0.3s;
}
footer .main .slide_quote .menu a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/arrow-tr.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
footer .main .slide_quote .menu a:hover::before {
  background-color: var(--secondary);
  transform: skewX(0);
}
footer .main .slide_quote .menu a:hover::after {
  transform: rotate(45deg);
}
footer .main .slide_obj {
  min-width: 16.8%;
}
footer .main .slide_obj strong {
  margin-bottom: 2.9rem;
}
footer .main .slide_obj li a {
  font-size: 1.8rem;
  opacity: 0.75;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .slide_obj li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .slide_obj li + li {
  margin-top: 2.1rem;
}
footer .bottom {
  padding: 5.2rem 0;
}
footer .bottom .flex {
  padding-right: 11.4%;
}
footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
  letter-spacing: -0.013rem;
}
footer .bottom a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::after {
  width: 1px;
  height: 1.1rem;
  background-color: #aaaaaa;
  opacity: 0.15;
  display: inline-block;
  content: '';
  margin: 0 1.3rem;
}
footer .bottom ul li:last-child::after {
  margin-right: 0;
}
footer .footer_float {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
  bottom: 3.5rem;
}
footer .footer_float #backtop {
  display: block;
  position: relative;
  margin-left: auto;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(100%);
  cursor: pointer;
  width: 5.8rem;
}
footer .footer_float #backtop span {
  font-size: 1.4rem;
  color: rgba(22, 22, 22, 0.68);
  position: absolute;
  right: 127%;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.3s;
  opacity: 0;
  white-space: nowrap;
  letter-spacing: -0.013rem;
}
footer .footer_float #backtop i {
  position: relative;
  z-index: 2;
  display: block;
}
footer .footer_float #backtop i::after {
  display: block;
  padding-bottom: 84.5%;
  background: url("../img/icon-top-w.svg") no-repeat center / 1.1rem;
  content: '';
}
footer .footer_float #backtop i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  border-radius: 0.9rem;
  transform: var(--skewX);
  z-index: -1;
}
footer .footer_float #backtop.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer .footer_float #backtop:hover i::before {
  transform: skewX(0);
  background-color: var(--secondary);
}
footer .footer_float #backtop:hover span {
  transform: translateY(-50%);
  opacity: 1;
}
.footer_contact {
  position: relative;
  overflow: hidden;
}
.footer_contact .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footer_contact .bg::before {
  position: absolute;
  width: 105vw;
  height: 100%;
  top: 0;
  left: 55.8%;
  max-width: 192rem;
  background-color: var(--primary);
  border-radius: 2rem;
  transform: translateX(-50%) skewX(-9deg);
  content: '';
}
.footer_contact .bg img {
  position: absolute;
  width: 38.913%;
  height: auto;
  display: block;
  object-fit: contain;
  right: -34.42%;
  top: 61.1111%;
}
.footer_contact .flex {
  position: relative;
  min-height: 37.8rem;
  padding: 4rem 0;
}
.footer_contact .head {
  flex: 1;
  max-width: 42.1rem;
  width: 100%;
  padding-bottom: 1.1%;
}
.footer_contact h2 {
  letter-spacing: 0.115rem;
}
.footer_contact .items {
  width: 66.45%;
  padding-bottom: 1px;
  margin-right: -0.8%;
}
.footer_contact .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
  gap: 2rem 3.27154%;
}
.footer_contact .items li {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
  padding: 11.202% 7.701% 13.653%;
  min-height: 24.7rem;
}
.footer_contact .items li::before {
  position: absolute;
  border-radius: 2.4rem;
  border: 1px solid #3461b2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  transform: var(--skewX);
  transition: all 0.3s;
  z-index: -1;
}
.footer_contact .items li.active::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.footer_contact .items .icon {
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: auto;
  margin-left: 10.8%;
}
.footer_contact .items .label {
  opacity: 0.8;
  text-transform: uppercase;
  padding-left: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
.footer_contact .items a,
.footer_contact .items p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.footer_contact .items a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.footer_contact .items a:hover {
  text-decoration-color: #fff;
}
.page_blog {
  padding: 10.7rem 0 14.3rem;
}
.page_blog .head .btn_i {
  margin-bottom: 0.9rem;
}
.page_blog .page_blog_swiper {
  overflow: hidden;
  border-radius: 1.8rem 1.8rem 0 0;
  margin-top: 5.9rem;
}
.page_blog .page_blog_swiper .swiper-slide {
  max-width: 440px;
}
.page_blog .swiper_btns {
  top: 47.7%;
}
.page_banner {
  overflow: hidden;
}
.page_banner::before {
  width: 61.61458333%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, #000f33 -4.3111%, transparent);
  opacity: 0.61;
  pointer-events: none;
  z-index: -1;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91rem;
  min-height: max-content;
  padding: 16rem 0 10.1rem;
}
.page_banner .head {
  width: 66.159%;
  max-width: 76.8rem;
}
.page_banner p {
  max-width: 64.8rem;
  margin-top: 1.8rem;
}
.page_banner form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 7.3rem;
  border-radius: 1.1rem;
  background-color: #fff;
  max-width: 44.9rem;
  transform: var(--skewX);
  height: 6.4rem;
  margin-top: 2.5rem;
}
.page_banner form:has(input[type=submit]:hover)::before {
  background-color: var(--secondary);
}
.page_banner form::before {
  position: absolute;
  display: block;
  width: 7.3rem;
  content: '';
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--primary);
  transition: all 0.3s;
  z-index: -1;
  border-radius: 1.1rem;
  pointer-events: none;
}
.page_banner form input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.8rem;
  color: #666666;
  padding: 0 3.3rem;
  transform: skewX(11deg);
}
.page_banner form input[type=text]::placeholder {
  color: #666666;
}
.page_banner form input[type=submit] {
  display: block;
  position: relative;
  border-radius: 1.1rem;
  text-indent: -999px;
  color: transparent;
  background: url("../img/icon-search-w.svg") no-repeat center / 36.99%;
  transition: all 0.3s;
  transform: skewX(11deg);
}
.page_banner .btn {
  margin-top: 3.7rem;
}
.page_banner .img {
  width: 51.974%;
  height: auto;
  margin-right: -6.3768%;
  margin-bottom: -11.5%;
}
.page_banner .img + .head {
  flex: 1;
}
.page_banner .img:hover img {
  transform: scale(1.02);
}
.page_banner .breadcrumbs {
  position: absolute;
  bottom: 0;
  min-height: 6.1rem;
  padding-bottom: 1rem;
}
.page_touch {
  overflow: hidden;
  padding: 10.1rem 0 12.3rem;
}
.page_touch .head {
  width: 36.232%;
}
.page_touch p {
  max-width: 47.9rem;
  margin-top: 2.6rem;
}
.page_touch .support_box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 6.3rem 1fr;
  align-items: start;
  gap: 4.2rem;
  max-width: 48.3rem;
  margin-top: 3.7rem;
  padding: 3.3rem 2.8rem 2.6rem;
}
.page_touch .support_box::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-51.5%, -50%) var(--skewX);
  border-radius: 2rem;
  border: 1px solid var(--secondary);
  content: '';
  z-index: -1;
  background-color: #fff;
}
.page_touch .support_box .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--primary);
}
.page_touch .support_box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  margin-top: 0.4rem;
}
.page_touch .support_box p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: rgba(25, 25, 25, 0.8);
  max-width: 27.1rem;
  margin-top: 0.7rem;
}
.page_touch .form {
  flex: 1;
  width: 100%;
  max-width: 77.9rem;
  margin-top: 1rem;
}
.page_touch form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3rem 0;
}
.page_touch form span {
  width: 100%;
}
.page_touch form .col-2 {
  width: 49.037227%;
}
.page_touch form .label {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0f0f;
  margin-top: 3.3rem;
  margin-bottom: 0.6rem;
}
.page_touch form .label:first-child {
  margin-top: 0;
}
.page_touch form input,
.page_touch form textarea,
.page_touch form select {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  color: #7c7d7f;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0.8rem;
  height: 6.1rem;
  padding: 0 2rem 0.3rem;
}
.page_touch form input::placeholder,
.page_touch form textarea::placeholder,
.page_touch form select::placeholder {
  color: #7c7d7f;
}
.page_touch form input:focus,
.page_touch form textarea:focus,
.page_touch form select:focus {
  border-color: var(--primary);
}
.page_touch form select {
  background: url("../img/icon-select.svg") no-repeat center right 1.9rem/1.2rem;
  padding-right: 4rem;
}
.page_touch form textarea {
  padding: 1.7rem 2rem;
  height: 11.3rem;
}
.page_touch form span:has(input[type=checkbox]) {
  margin-top: 1.4rem;
}
.page_touch form input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 0.6rem;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.page_touch form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.page_touch form input[type=checkbox]:checked::after {
  opacity: 1;
}
.page_touch form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  line-height: 2.8rem;
  color: #4f5154;
  display: inline-block;
  width: calc(100% - 3.1rem);
  padding-left: 1.7rem;
  margin-top: -1px;
}
.page_touch form input[type=checkbox] ~ span a {
  color: var(--secondary);
  text-decoration: underline;
  transition: all 0.3s;
}
.page_touch form input[type=checkbox] ~ span a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}
.page_touch form span:has(.btn) {
  margin-top: 1.9rem;
}
.page_touch .wpcf7 form.wpcf7-form .wpcf7-spinner {
  left: 100%;
  right: unset;
}
.page_touch form .btn input {
  display: none;
}
.page_touch .float {
  width: 4.783%;
  padding-bottom: 5.5802%;
  position: absolute;
  left: -11.8%;
  bottom: -3.3%;
  border-radius: 0.5rem;
  content: '';
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--secondary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
.page_touch .float2 {
  width: 8.696%;
  padding-bottom: 10.363%;
  position: absolute;
  right: -13.6%;
  top: -4.9%;
  border-radius: 1.4rem;
  content: '';
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--primary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
.breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}
.breadcrumbs span {
  font-size: 1.7rem;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 1.3rem;
  background-color: rgba(168, 168, 168, 0.67);
  transform: rotate(27deg);
  margin: 0 1.2rem 0 1.4rem;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span span:first-child a {
  overflow: hidden;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/home.svg") no-repeat center / contain;
  text-indent: -999px;
  color: transparent;
  filter: contrast(0) brightness(0);
  transform: translateY(1px);
  margin-right: -1px;
}
.breadcrumbs span span:first-child a:hover {
  filter: unset;
}
.breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
  opacity: 0.7;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
  opacity: 1;
}
.product_list .active a {
  filter: drop-shadow(0 1rem 1.5rem rgba(165, 165, 165, 0.35));
}
.product_list .active .desc::after {
  width: 14.5%;
}
.product_list .active .bg {
  opacity: 1;
}
.product_list .active .bd {
  opacity: 0;
}
.product_list .active .bd_active {
  opacity: 1;
}
.product_list .active i {
  background-color: var(--secondary);
  box-shadow: 0 1rem 1rem rgba(96, 181, 64, 0.35);
}
.product_list .active i::after {
  filter: contrast(0) brightness(2);
}
.product_list a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  --radius: 1.8rem;
  --w: 9.6rem;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .bg,
.product_list .bd,
.product_list .bd_active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.product_list .bg::before,
.product_list .bd::before,
.product_list .bd_active::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border: 1px solid #e8e8e8;
  border-radius: var(--radius);
  clip-path: polygon(calc(100% - (var(--w) + 1px)) 0, calc(100% - (var(--w) + 1px)) var(--w), 100% var(--w), 100% 100%, 0 100%, 0 0);
}
.product_list .bg::after,
.product_list .bd::after,
.product_list .bd_active::after {
  position: absolute;
  width: calc(var(--w) + 1px);
  height: var(--w);
  content: '';
  right: 0;
  top: 0;
  background: url("../img/pd-bd.svg") no-repeat center / contain;
}
.product_list .bg {
  opacity: 0;
}
.product_list .bg::before {
  border: none;
  background-color: #fff;
  clip-path: polygon(calc(100% - var(--w) + 1px) 0, calc(100% - var(--w) + 1px) calc(var(--w) - 1px), 100% calc(var(--w) - 1px), 100% 100%, 0 100%, 0 0);
}
.product_list .bg::after {
  width: var(--w);
  background-image: url("../img/pd-bg.svg");
}
.product_list .bd_active {
  opacity: 0;
}
.product_list .bd_active::before {
  border-width: 2px;
  border-color: var(--primary);
  clip-path: polygon(calc(100% - (var(--w)) + 2px) 0, calc(100% - (var(--w) + 1px)) calc(var(--w) + 1px), 100% calc(var(--w) + 1px), 100% 100%, 0 100%, 0 0);
}
.product_list .bd_active::after {
  width: calc(var(--w) + 2px);
  height: calc(var(--w) + 1px);
  background-image: url("../img/pd-bd-at.svg");
  right: -2px;
  top: -2px;
}
.product_list .img {
  padding-bottom: 83.02753%;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 3.6rem 3.7rem;
  margin-top: -1px;
}
.product_list .title {
  position: relative;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .desc {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--text);
  border-top: 1px solid rgba(226, 229, 232, 0.96);
  height: 8.4rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .desc::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: var(--secondary);
  transition: all 0.3s;
}
.product_list i {
  position: absolute;
  width: calc(var(--w) * 0.63541667);
  border-radius: 1.2rem;
  right: 0;
  top: 0;
  background-color: #eaedef;
  transition: all 0.3s;
}
.product_list i::after {
  display: block;
  content: '';
  padding-bottom: 100%;
  background: url("../img/arrow-r-b.svg") no-repeat center / 36.1%;
  transition: all 0.3s;
}
.blog_list .active .cat {
  background-color: var(--secondary);
}
.blog_list .active .cat::before {
  background-color: var(--secondary);
}
.blog_list .active .btn_i {
  transform: translateX(0);
}
.blog_list .active .btn_i i::before {
  background-color: var(--secondary);
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  padding-bottom: 72.997712%;
  border-radius: 1.8rem;
}
.blog_list .cat {
  position: absolute;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  top: 8.15%;
  font-size: 1.8rem;
  color: #fff;
  background-color: var(--primary);
  line-height: 3.8rem;
  padding: 0 1rem 0 2rem;
}
.blog_list .cat::before {
  width: 1.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: var(--primary);
  z-index: -1;
  border-radius: 0.6rem;
  transition: all 0.3s;
  transform: var(--skewX) translateX(50%);
}
.blog_list .info {
  flex: 1;
  margin-top: 3.2rem;
}
.blog_list .date {
  font-size: 1.7rem;
  color: #3f3f3f;
  opacity: 0.85;
}
.blog_list .title {
  font-size: 2.4rem;
  line-height: 3.327rem;
  font-weight: 600;
  color: #161616;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.8rem;
  letter-spacing: 0.025rem;
}
.blog_list .btn_i {
  color: var(--primary);
  margin-top: 4rem;
  transform: translateX(-6.5rem);
  gap: 1.4rem;
  margin-left: 0.5rem;
  max-width: max-content;
}
.blog_list .btn_i i {
  width: 4.8rem;
}
.blog_list .btn_i i::after {
  padding-bottom: 87%;
}
.applications_nav {
  padding: 13.6rem 0 11.6rem;
}
.applications_nav .rt {
  flex: 1;
  max-width: 92.7rem;
}
.applications_nav .subtitle {
  margin-top: 0.6rem;
}
.applications_nav h2 {
  max-width: 62.7rem;
}
.applications_nav p {
  max-width: 90.2rem;
  margin-top: 2.4rem;
}
.applications_nav p.tip {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
  margin-top: 1.6rem;
}
.applications_nav .nav {
  margin-top: 5.1rem;
}
.applications_nav .nav .nav_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(27rem, 100%), 1fr));
  gap: 3.1rem 2.246377%;
}
.applications_nav .nav .nav_item {
  position: relative;
  border-radius: 1.9rem;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
  padding: 7.4rem 2rem 3.9rem;
}
.applications_nav .nav .nav_item::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 1.9rem;
  border: 2px solid var(--primary);
  content: '';
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.applications_nav .nav .nav_item.active,
.applications_nav .nav .nav_item:hover {
  background-color: #fff;
  box-shadow: 0 1rem 1.5rem rgba(165, 165, 165, 0.35);
}
.applications_nav .nav .nav_item.active::after,
.applications_nav .nav .nav_item:hover::after {
  opacity: 1;
}
.applications_nav .nav .nav_item.active .icon::before,
.applications_nav .nav .nav_item:hover .icon::before,
.applications_nav .nav .nav_item.active .icon::after,
.applications_nav .nav .nav_item:hover .icon::after {
  background-color: var(--secondary);
}
.applications_nav .nav .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
}
.applications_nav .nav .icon::before,
.applications_nav .nav .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  transition: all 0.3s;
  position: absolute;
  z-index: -1;
  content: '';
  transform: var(--skewX);
  border-radius: 1rem;
}
.applications_nav .nav .icon::before {
  width: 108.33%;
  height: 93.33%;
  top: -23.66667%;
  left: -26.66667%;
}
.applications_nav .nav .icon::after {
  width: 41.667%;
  height: 36.667%;
  bottom: -5.3333%;
  right: -21.66667%;
  border-radius: 0.4rem;
}
.applications_nav .nav .title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 3.6rem;
  margin-bottom: auto;
  letter-spacing: 0.02rem;
}
.applications_nav .nav i {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  content: '';
  background: url("../img/arrow-r-b.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  margin-top: 3.4rem;
}

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

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

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

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

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
  display: grid;
  align-items: center;
  overflow: auto;
}
.quote_modal.active {
  opacity: 1;
  pointer-events: all;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 122rem;
  margin: 5rem auto;
  border-radius: 3.1rem;
  background-color: #fff;
}
.quote_modal .contact_main {
  padding: 0;
}
.quote_modal .contact_main .content {
  padding: 0;
  max-width: unset;
}
.quote_modal .contact_main .inner {
  width: 100%;
  padding: 0;
}
.quote_modal .contact_main .rt {
  padding: 5rem;
  max-width: unset;
  align-self: center;
}
.quote_modal .contact_main form {
  gap: 2rem 0;
}
.quote_modal .contact_main form .label {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.quote_modal .contact_main form textarea {
  height: 12rem;
}
.quote_modal .contact_main .btn {
  zoom: 0.8;
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: all;
}
.video_pop .pop_content video[src=""] {
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}

.btn_mega_menu .sub-menu {
  display: none;
}
header.bg .mega_menu {
  width: 100%;
}
.mega_menu {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transform: translate(-50%, -3rem);
  width: calc(100% - 6rem);
  padding: 8rem 0 5rem;
  display: none;
  transition: width .3s;
  background-color: #fff;
  border-radius: 0 0 1.4rem 1.4rem;
}
.mega_menu .flex {
  gap: 4%;
}
.mega_menu .nav {
  width: 25%;
  padding-right: 5px;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}
.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .nav ul {
  gap: 1.5rem;
  display: grid;
}
.mega_menu .nav a {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1.2rem 2rem;
  border-radius: 6px;
}
.mega_menu .nav a.active {
  background-color: #edeef2;
}
.mega_menu .nav .icon {
  width: 2.6rem;
  height: 2.6rem;
  background: no-repeat center/contain;
}
.mega_menu .nav .toggle {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  transition: all .3s;
  background: url(../img/icon-select.svg) no-repeat center/50%;
}
.mega_menu .nav .open .toggle {
  transform: rotate(180deg);
}
.mega_menu .nav .sub {
  display: none;
  padding-top: 1rem;
  padding-left: 2rem;
}
.mega_menu .nav .sub a {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.mega_menu .list {
  flex: 1;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}
.mega_menu .list::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .list.active {
  display: block;
}
.mega_menu .list ul {
  gap: 2rem 4%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega_menu .list li a {
  text-align: center;
}
.mega_menu .list li a:hover img {
  transform: scale(1.03);
}
.mega_menu .list li .img {
  padding-bottom: 77.75%;
  overflow: hidden;
}
.mega_menu .list li .title {
  font-weight: 500;
  margin-top: 1rem;
}
.mega_menu .list .btn {
  margin-top: 5rem;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.btn_mega_menu_applications .sub-menu {
  display: none;
}
header.bg .mega_menu_applications {
  width: 100%;
}
.mega_menu_applications {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: calc(100% - 6rem);
  transform: translate(-50%, -3rem);
  padding: 8rem 0 5rem;
  display: none;
  transition: width .3s;
  background-color: #fff;
  border-radius: 0 0 1.4rem 1.4rem;
}
.mega_menu_applications .nav {
  margin: 0;
}
.mega_menu_applications .nav .nav_list {
  grid-template-columns: repeat(4, 1fr);
}
/*** global css ***/

section.home_nums .nums ul {
  grid-template-columns: repeat(4, 1fr);
}

.about_intro p{
  max-width: 100% !important;
  width: 100% !important;
}

@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 .lt {
    margin-right: 0;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header nav .sub-menu > li > a {
    font-size: 14px;
  }
  .footer_contact .bg::before {
    left: 53%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 6rem;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  header .lt {
    margin: 0;
    padding: 0;
  }
  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 {
    display: none;
    opacity: 1;
  }
  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;
    width: auto;
    border-bottom: none;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    white-space: normal;
    font-size: 14px;
    color: var(--title);
    border-bottom: none;
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
    background-color: transparent;
  }
  header .btns {
    padding: 0;
    margin: 0;
  }
  header .btns .btn_search,
  header .btns .btn_lang {
    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;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head.sm h2 {
    font-size: 4rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  .footer_contact .items {
    width: 100%;
  }
}
@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;
  }
  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_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 12px;
    letter-spacing: unset;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .btn_i {
    font-size: 14px;
    line-height: 1.5;
    gap: 12px;
  }
  .btn_i i {
    width: 40px;
  }
  .btn_single {
    width: 40px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    padding: 0 30px;
    justify-content: flex-end;
    margin-top: 30px;
    transform: translateX(0);
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm_lh p {
    line-height: 1.5;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0;
  }
  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 {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 12px;
    margin-top: 20px;
  }
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0;
  }
  header {
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
    position: sticky;
  }
  header.opt {
    top: 0;
  }
  header .inner {
    width: 100%;
    padding: 0 30px;
    border-radius: 0;
  }
  header.sticky {
    padding: 0;
  }
  header .lt .logo img {
    height: 35px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn {
    display: none;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .flex {
    display: block;
  }
  footer .main strong {
    font-size: 18px;
  }
  footer .main .slide_intro {
    display: block;
    padding-bottom: 20px;
  }
  footer .main .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .main .slide_intro .social {
    margin-top: 30px;
    gap: 16px;
    justify-content: space-around;
  }
  footer .main .slide_intro .social a {
    width: 40px;
    height: 40px;
  }
  footer .main .slide_quote {
    width: 100%;
    margin: 30px 0 22px;
  }
  footer .main .slide_quote p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  footer .main .slide_quote .menu {
    margin-top: 20px;
    gap: 16px;
  }
  footer .main .slide_quote .menu a {
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 20px;
    line-height: 42px;
    letter-spacing: unset;
  }
  footer .main .slide_obj:not(.slide_connect) {
    width: 100%;
    min-width: unset;
  }
  footer .main .slide_obj:not(.slide_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .slide_obj:not(.slide_connect) > div li + li {
    margin-top: 14px;
  }
  footer .main .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .slide_obj:not(.slide_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
    padding: 0;
  }
  footer .bottom ul {
    gap: 1rem 0;
  }
  footer .bottom ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer .footer_float {
    bottom: 20px;
  }
  footer .footer_float #backtop {
    width: 40px;
  }
  footer .footer_float #backtop span {
    display: none;
  }
  .page_quote {
    background-color: var(--primary);
  }
  .page_quote .flex::before {
    display: none;
  }
  .page_quote .img .mask {
    display: none;
  }
  .page_quote .flex .head {
    padding: 40px 0;
  }
  .page_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_blog .page_blog_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .page_blog .page_blog_swiper .swiper-slide {
    max-width: 314px;
  }
  .footer_contact {
    background-color: var(--primary);
  }
  .footer_contact .bg::before {
    display: none;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .footer_contact .head {
    padding: 0;
  }
  .footer_contact .items {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer_contact .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    gap: 15px;
  }
  .footer_contact .items li {
    min-height: unset;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_contact .items li::before {
    display: none;
    border-radius: 10px;
  }
  .footer_contact .items .icon {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }
  .footer_contact .items .label {
    letter-spacing: unset;
    padding-left: 0;
    margin-top: 10px;
  }
  .footer_contact .items a,
  .footer_contact .items p {
    font-size: 16px;
    letter-spacing: unset;
  }
  .page_banner::before {
    width: 100%;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    padding: 50px 0;
  }
  .page_banner .flex .head {
    padding: 0;
    width: 50%;
  }
  .page_banner form {
    margin-top: 20px;
    grid-template-columns: 1fr 46px;
    height: 46px;
    border-radius: 5px;
  }
  .page_banner form::before {
    width: 46px;
    border-radius: 5px;
  }
  .page_banner form input[type=text] {
    font-size: 14px;
    padding: 0 20px;
  }
  .page_banner .img {
    width: 40%;
    margin: 0;
  }
  .page_banner .breadcrumbs {
    position: static;
    min-height: 40px;
  }
  .page_touch {
    padding: 50px 0;
  }
  .page_touch .support_box {
    grid-template-columns: 50px 1fr;
    gap: 12px;
    margin-top: 20px;
    padding: 20px;
    max-width: 380px;
  }
  .page_touch .support_box::before {
    border-radius: 10px;
    transform: translate(-50%, -50%) skewX(-5deg);
  }
  .page_touch .support_box h3 {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: unset;
  }
  .page_touch .support_box p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_touch .head {
    width: 100%;
  }
  .page_touch .form {
    margin: 0;
  }
  .page_touch form {
    margin-top: 30px;
    gap: 10px 0;
  }
  .page_touch form .label {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .page_touch form input,
  .page_touch form textarea,
  .page_touch form select {
    font-size: 14px;
    height: 46px;
    border-radius: 5px;
    padding: 0 20px;
  }
  .page_touch form select {
    background-size: 10px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .page_touch form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .page_touch form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .page_touch form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .page_touch form input[type=checkbox] ~ span {
    width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .page_touch form span:has(.btn) {
    margin-top: 10px;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
  .breadcrumbs span span::before {
    height: 10px;
    margin: 0 10px;
  }
  .breadcrumbs span span:first-child a {
    width: 14px;
    height: 14px;
  }
  .product_list a {
    --radius: 10px;
    --w: 63px;
  }
  .product_list .info {
    padding: 10px 20px 20px;
    margin-top: 0;
  }
  .product_list .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .product_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    height: 74px;
  }
  .product_list i {
    border-radius: 10px;
  }
  .blog_list a {
    overflow: unset;
  }
  .blog_list .img {
    border-radius: 10px;
  }
  .blog_list .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 14px;
  }
  .blog_list .cat::before {
    width: 10px;
  }
  .blog_list .info {
    margin-top: 20px;
  }
  .blog_list .info .date {
    font-size: 14px;
  }
  .blog_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .blog_list .btn_i {
    transform: translate(0);
    margin-top: 20px;
    gap: 12px;
    margin-left: 0;
    display: none;
  }
  .blog_list .btn_i i {
    width: 40px;
  }
  .applications_nav {
    padding: 50px 0 30px;
  }
  .applications_nav .head {
    display: block;
  }
  .applications_nav .subtitle {
    margin-top: 0;
  }
  .applications_nav p.tip {
    font-size: 16px;
    margin-top: 12px;
  }
  .applications_nav .nav {
    margin-top: 20px;
  }
  .applications_nav .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .applications_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .applications_nav .nav .nav_list li {
    flex: 1 0 200px;
  }
  .applications_nav .nav .nav_item {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .applications_nav .nav .nav_item::after {
    border-radius: 10px;
  }
  .applications_nav .nav .nav_item .icon {
    width: 40px;
    height: 40px;
  }
  .applications_nav .nav .nav_item .title {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: unset;
  }
  .applications_nav .nav .nav_item i {
    width: 14px;
    height: 14px;
    margin-top: 20px;
  }
  
  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
    width: 20px;
    height: 20px;
  }
  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 16px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }

  .video_pop .pop_content {
    max-width: 96vw;
    width: 96vw;
    height: auto;
  }

  .quote_modal .contact_main .img {
    display: none;
  }
  .quote_modal .contact_main .rt {
    padding: 4rem;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    padding: 0 20px;
  }
  header .inner {
    padding: 0 20px;
  }
  .footer_contact .items li::before {
    transform: skewX(-5deg);
  }
  .footer_contact .items li {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .footer_contact .items .icon {
    grid-row: span 2;
  }
  .footer_contact .items .label {
    margin-top: 0;
  }
  .page_banner::before {
    background-color: #000f33;
    opacity: 0.4;
  }
  .page_banner .flex .head {
    width: 100%;
  }
  .page_banner .img {
    width: 100%;
  }
  .page_touch form .col-2 {
    width: 100%;
  }
  .applications_nav .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 20px;
  }
  .quote_modal .contact_main .rt {
    padding: 2rem;
  }

  section.home_applications .rt {
    display: none;
  }
  section.home_nums .nums ul {
    grid-template-columns: repeat(2, 1fr);
  }
  section.home_about .flex {
    flex-direction: column-reverse;
  }
  section.home_about .home_about_img_swiper .img {
    mask: none;
    border-radius: 10px;
  }
  section.home_about .main .lt::before {
    display: none;
  }
  section.home_about .home_about_swiper .swiper-slide {
    padding: 0;
  }
}
