@font-face {
  src: url("../font/ARIAL.TTF");
  font-family: 'Arial';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/ARIALBD.TTF");
  font-family: 'Arial';
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../font/Bahnschrift.ttf");
  font-family: 'Bahnschrift';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/Bahnschrift condensed bold.ttf");
  font-family: 'BahnschriftCondensed';
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #e71425;
  --secondary: #f65741;
  --title: #00162b;
  --text: #333333;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.large_content {
  max-width: 176.6rem;
  margin: 0 auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--text);
  font-family: 'Arial', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#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;
}
.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;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px 8px 5px;
  overflow: auto;
  max-height: 50vh;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.btn {
  font-family: 'Bahnschrift', cursive;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, var(--primary) -20%, var(--secondary) 70%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 5.7rem;
  gap: 1.2rem;
  padding: 0 3.2rem 0 1.8rem;
  letter-spacing: 0.02rem;
}
.btn::before {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  content: '';
  border-radius: 0.4rem;
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
}
.btn::after {
  display: inline-block;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  background: url("../img/arrow-tr.png") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover {
  color: var(--primary);
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover::after {
  transform: rotate(45deg);
  filter: unset;
}
.btn_line {
  font-family: 'Bahnschrift', cursive;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 0.5rem;
  border: 1px solid #eff1f7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 5.5rem;
  gap: 2.4rem;
  padding: 0 2.4rem;
}
.btn_line::after {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background: url("../img/arrow-tr.png") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn_line:hover::after {
  transform: rotate(45deg);
}
.btn_i {
  font-family: 'BahnschriftCondensed', cursive;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  gap: 0.9rem;
}
.btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url("../img/arrow-tr.png") no-repeat center / contain;
  margin-top: 0.3rem;
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  transform: rotate(45deg);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  width: 4.4rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.png) no-repeat center / 27.2727%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: var(--primary);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 149.2rem;
  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;
}
.Poppins {
  font-family: 'Poppins', sans-serif;
}
.Bahnschrift {
  font-family: 'Bahnschrift', cursive;
}
.Bahnschrift.bold {
  font-family: 'BahnschriftCondensed', cursive;
  font-weight: 700;
}
.Arial {
  font-family: 'Arial', sans-serif;
}
.head.white {
  color: #fff;
}
.head.white h1,
.head.white h2 {
  color: #fff;
}
.head h2,
.head h1 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--title);
}
header {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header .content {
  max-width: 162.6rem;
}
header.fixed {
  position: fixed;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
header.fixed .logo {
  filter: contrast(0) brightness(2);
}
header.fixed nav .menu > li > a {
  color: #fff;
}
header.fixed nav .menu > li::after {
  bottom: -3px;
}
header.fixed .btn_lang,
header.fixed .btn_search,
header.fixed .btn_menu {
  filter: contrast(0) brightness(2);
}
header.fixed .btn {
  background-color: #ececec;
  border-color: #ececec;
  color: #042446;
  display: inline-flex;
  gap: 0.8rem;
  line-height: 4.8rem;
  padding: 0 1.9rem;
}
header.fixed .btn::after {
  display: none;
}
header.fixed .btn::before {
  position: static;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon-wifi.png") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  opacity: 1;
  transform: translate(0);
}
header.fixed .btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
header.fixed .btn:hover::before {
  filter: contrast(0) brightness(2);
}
header.fixed.style {
  background-color: #fff;
  border-bottom-color: rgba(0, 22, 43, 0.14);
}
header.fixed.style .logo {
  filter: unset;
}
header.fixed.style nav .menu > li > a {
  color: var(--text);
}
header.fixed.style .btn_lang,
header.fixed.style .btn_search,
header.fixed.style .btn_menu {
  filter: unset;
}
header.fixed.style .btn {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
header.fixed.style .btn::before {
  filter: contrast(0) brightness(2);
}
header.fixed.style .btn:hover {
  background-color: transparent;
  color: var(--primary);
}
header.fixed.style .btn:hover::before {
  filter: unset;
}
header.opt {
  top: -99px;
}
header.style,
header.opt {
  box-shadow: 2px 0.8rem 5.1rem rgba(153, 153, 153, 0.16);
}
header .flex {
  gap: 2.64452645%;
}
header .logo {
  display: block;
  position: relative;
  margin-left: 6.1rem;
  margin-right: auto;
  transition: all 0.3s;
  padding-bottom: 4px;
}
header .logo img {
  display: block;
  width: auto;
  height: 7.3rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 5.05rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 92px;
  padding-top: 6px;
  transition: all 0.3s;
}
header nav .menu > li::after {
  position: absolute;
  width: 36px;
  height: 4px;
  left: 50%;
  bottom: 1px;
  content: '';
  transform: translateX(-50%) scaleX(0);
  background-color: var(--primary);
  transition: all 0.3s;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  transform: translateX(-50%) scaleX(1);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
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;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
}
header .btns {
  gap: 5rem;
  display: flex;
  align-items: center;
  min-height: 98px;
}
header .btn_search {
  flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  transition: all 0.3s;
  margin-top: 4px;
}
header .btn_lang {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 24px 0 34px;
  transition: all 0.3s;
}
header .btn_lang::before,
header .btn_lang::after {
  position: absolute;
  content: '';
  display: block;
  background: no-repeat center / contain;
}
header .btn_lang::before {
  width: 24px;
  height: 24px;
  left: 0;
  background-image: url(../img/icon-lang.svg);
  margin-top: 2px;
}
header .btn_lang::after {
  width: 13px;
  height: 13px;
  right: 0;
  background-image: url("../img/icon-select.svg");
}
header .btn_menu {
  flex-shrink: 0;
  display: none;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
  transition: all 0.3s;
}
header .btn {
  flex-shrink: 0;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 100px;
  font-size: 14px;
  text-transform: unset;
  line-height: 4.9rem;
  padding: 0 2.4rem;
  font-weight: 700;
  margin-left: 1.8rem;
  margin-bottom: 6px;
  letter-spacing: unset;
}
header .btn::before {
  display: none;
}
header .btn::after {
  display: none;
}
header .btn:hover {
  color: var(--primary);
  background-color: transparent;
}
footer .content {
  max-width: 159.6rem;
}
footer .flex {
  padding-left: 0.9rem;
}
footer .main {
  padding: 14.5rem 0 5.4rem;
}
footer .main strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.011rem;
}
footer .main .flex {
  gap: 6.6rem 2rem;
}
footer .main .foot_intro {
  width: 30%;
  max-width: 45.3rem;
  margin-top: -9.8rem;
}
footer .main .foot_intro .logo {
  display: block;
  position: relative;
  max-width: 20.4rem;
}
footer .main .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_intro strong {
  text-transform: uppercase;
  margin-top: 5.6rem;
}
footer .main .foot_intro p {
  line-height: 3rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
footer .main .foot_nav strong {
  margin-bottom: 2.9rem;
}
footer .main .foot_nav li a {
  line-height: 3rem;
  font-weight: 700;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_contact {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
footer .main .foot_contact .menu {
  display: grid;
  gap: 1rem;
}
footer .main .foot_contact .menu a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  border-radius: 100px;
  font-size: 1.63rem;
  font-weight: 600;
  line-height: 4.6rem;
  letter-spacing: -0.15rem;
  gap: 1.1rem;
  padding: 0 1.9rem;
}
footer .main .foot_contact .menu a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/icon-plane.png") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
footer .main .foot_contact .menu a:hover {
  background-color: transparent;
  color: var(--primary);
}
footer .main .foot_contact .menu a:hover::after {
  filter: unset;
  transform: rotate(45deg);
}
footer .main .foot_contact .social {
  gap: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
footer .main .foot_contact .social a {
  opacity: 1;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #2f2f2f;
  background-color: #fff;
}
footer .main .foot_contact .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 58%;
  transition: all 0.3s;
}
footer .main .foot_contact .social a:hover {
  transform: scale(1.1);
  border-color: var(--primary);
  background-color: var(--primary);
}
footer .main .foot_contact .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .main .foot_contact .social .facebook a::after {
  background-image: url(../img/social-facebook.png);
}
footer .main .foot_contact .social .twitter a::after {
  background-image: url(../img/social-twitter.png);
}
footer .main .foot_contact .social .youtube a::after {
  background-image: url(../img/social-youtube.png);
}
footer .main .foot_contact .social .instagram a::after {
  background-image: url(../img/social-instagram.png);
}
footer .bottom {
  padding: 4rem 0 7.1rem;
}
footer .bottom p,
footer .bottom a {
  font-weight: 700;
}
footer .bottom a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  max-height: calc(100vh - 16.2rem);
  overflow: auto;
}
.mega_menu .mega_menu_inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(26rem, 100%), 1fr));
  gap: 5.1rem 2.2rem;
  padding: 5.3rem 0 5.3rem 6.1rem;
}
.mega_menu .mega_menu_item > a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: var(--primary);
  font-weight: 700;
  min-height: 37px;
}
.mega_menu .mega_menu_item ul {
  margin-top: 3px;
}
.mega_menu .mega_menu_item ul li + li {
  margin-top: 13px;
}
.mega_menu .mega_menu_item ul li {
  position: relative;
  padding-left: 12px;
}
.mega_menu .mega_menu_item ul li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  content: '';
  background-color: #666666;
}
.mega_menu .mega_menu_item ul li a {
  font-size: 14px;
  vertical-align: top;
  transition: all 0.3s;
}
.mega_menu .mega_menu_item ul li a:hover {
  color: var(--primary);
  font-weight: 700;
}
.page_equipment {
  padding: 5.7rem 0 5.7rem;
  overflow: hidden;
}
.page_equipment.bg {
  background-color: #f4f4f4;
}
.page_equipment p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  max-width: 60.3rem;
  margin: 1.7rem auto 0;
}
.page_equipment .page_equipment_swiper {
  margin-top: 4.5rem;
}
.page_equipment .page_equipment_swiper .swiper-slide {
  max-width: 35.78708947%;
}
.page_equipment .page_equipment_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.page_equipment .page_equipment_swiper .img {
  padding-bottom: 65.34810127%;
}
.page_equipment .page_equipment_swiper .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.7rem;
  padding-bottom: 1rem;
}
.page_equipment .swiper_btns {
  justify-content: center;
  margin-top: 3.9rem;
}
.page_faqs {
  padding: 10.5rem 0 7.4rem;
}
.page_faqs .head p {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
.page_faqs .head p a {
  color: var(--primary);
  transition: all 0.3s;
  border-bottom: 0.3rem solid var(--primary);
}
.page_faqs .head p a:hover {
  border-bottom-color: transparent;
}
.page_faqs .faqs {
  max-width: 114.7rem;
  margin: 4.2rem auto 0;
}
.page_faqs p.center:has(.btn_i) {
  margin-top: 5.2rem;
}
.page_faqs p.center:has(.btn_i) .btn_i {
  flex-direction: column;
  gap: 0;
}
.page_faqs p.center:has(.btn_i) .btn_i::after {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/nav-down.png");
  filter: contrast(0) brightness(0);
}
.page_faqs p.center:has(.btn_i) .btn_i:hover::after {
  transform: translateY(20%);
  filter: unset;
}
.page_banner {
  background-color: #000;
}
.page_banner > img {
  opacity: 0.63;
}
.page_banner .flex {
  min-height: 40rem;
  padding: 6rem 0;
}
.page_banner .head {
  flex: 1;
  padding-bottom: 0.7%;
}
.page_banner .head h1 {
  text-transform: uppercase;
}
.page_banner .line {
  width: 5.8rem;
  height: 1rem;
  display: block;
  background-color: #ed352f;
  content: '';
  margin: 0.7rem auto 1.5rem;
}
.footer_contact {
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
}
.footer_contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #ec2e30 11%, transparent 75%);
}
.footer_contact .flex {
  max-width: 149.7rem;
  margin: 0 auto;
  min-height: 26.9rem;
  padding: 4rem 0 4.4rem;
}
.footer_contact .syedittext {
  flex: 1;
  width: 100%;
}
.footer_contact p {
  font-size: 2.4rem;
  line-height: 3rem;
  max-width: 87.9rem;
  margin-top: 1.7rem;
}
.footer_contact .btn {
  background: #fff;
  border: 1px solid #fff;
  color: var(--primary);
  line-height: 8.1rem;
  border-radius: 100px;
  text-transform: unset;
  letter-spacing: unset;
  gap: 2rem;
  min-width: 26.7rem;
  font-weight: 600;
  margin-top: 1.4rem;
}
.footer_contact .btn::before {
  display: none;
}
.footer_contact .btn::after {
  filter: unset;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/arrow-r.png");
}
.footer_contact .btn:hover {
  background-color: var(--primary);
  color: #fff;
}
.footer_contact .btn:hover::after {
  transform: translateX(20%);
  filter: contrast(0) brightness(2);
}
.page_breadcrumbs {
  background-color: #f7f8f9;
  padding: 2.6rem 0 2.5rem;
}
.page_contact {
  padding: 9.7rem 0 14.2rem;
}
.page_contact p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  max-width: 74rem;
  margin: 1.2rem auto 0;
}
.page_contact .grid {
  background-color: #f6f6f6;
  display: grid;
  grid-template-columns: 43.14285714% 1fr;
  margin-top: 5.3rem;
}
.page_contact .img {
  padding-bottom: 101.82119205%;
}
.page_contact .img:hover img {
  transform: scale(1.02);
}
.page_contact .quote_form {
  align-self: center;
}
.page_contact .quote_form form {
  padding: 3.7688442% 7.160804% 5.5276382% 7.7889447%;
  gap: 2.4rem 0;
}
.page_contact .quote_form .label {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.page_contact .quote_form input:not(input[type=submit]),
.page_contact .quote_form textarea {
  background-color: #fff;
}
.page_contact .quote_form input {
  height: 6.5rem;
}
.page_contact .quote_form textarea {
  height: 13.6rem;
}
.page_contact .quote_form span:has(input[type=submit]) {
  margin-top: 0;
}
.page_products {
  padding: 11.1rem 0 8.6rem;
}
.page_products p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  max-width: 59rem;
  margin: 0.6rem auto 0;
}
.page_products .list {
  margin-top: 6.2rem;
}
.page_products .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.9rem 1.1608154%;
}
.page_products p.center:has(.btn) {
  max-width: unset;
  margin-top: 8.8rem;
}
.page_products p.center:has(.btn) .btn {
  font-size: 1.8rem;
  padding: 0 2.9rem;
}
.page_products p.center:has(.btn) .btn::after {
  width: 1rem;
  height: 1rem;
}
.video {
  position: relative;
  overflow: hidden;
}
.video .rll-youtube-player,
.video .flying-press-youtube {
  padding: 0;
  position: static;
}
.video video,
.video img,
.video iframe,
.video div:not(.btn_play) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.video .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  content: '';
  width: 5.8rem;
  height: 5.8rem;
  background: url("../img/play.png") no-repeat center / contain;
  transition: all 0.3s;
}
.video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video.active .btn_play {
  opacity: 0;
}
.quote_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9rem 0;
}
.quote_form span {
  font-family: 'Poppins', sans-serif;
  width: 100%;
}
.quote_form span.wpcf7-spinner{
  width: 24px !important;
  margin: 0;
  margin-top: 1.5rem;

}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}
.quote_form .col-2 {
  width: 48.820059%;
}
.quote_form .label {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 1.4rem;
  margin-bottom: 0.9rem;
}
.quote_form input,
.quote_form textarea,
.quote_form select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #999999;
  border: 1px solid #ebf0f5;
  border-radius: 1rem;
  background-color: #f8fafc;
  height: 5.4rem;
  padding: 0 2.4rem;
}
.quote_form input::placeholder,
.quote_form textarea::placeholder,
.quote_form select::placeholder {
  color: #999999;
}
.quote_form input:focus,
.quote_form textarea:focus,
.quote_form select:focus {
  border-color: var(--primary);
}
.quote_form textarea {
  padding: 1.8rem 2.4rem;
  height: 14.5rem;
}
.quote_form span:has(input[type=submit]) {
  margin-top: 1.6rem;
}
.quote_form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--primary);
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
}
.quote_form input[type=submit]:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.breadcrumbs span {
  color: #eb3a48;
  font-weight: 700;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  background: url("../img/bread-nav.png") no-repeat center / contain;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.4rem 0 2px;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span span:first-child a {
  overflow: hidden;
  position: relative;
  padding-left: 1.7rem;
}
.breadcrumbs span span:first-child a::before {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background: url("../img/home.png") no-repeat center / contain;
  left: 0;
  top: 0;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.5);
}
.breadcrumbs span span:first-child a:hover::before {
  filter: unset;
}
.breadcrumbs span a {
  font-weight: 700;
  color: #00000c;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.white .breadcrumbs span {
  color: #e71425;
}
.white .breadcrumbs span a {
  color: #fff;
}
.white .breadcrumbs span a:hover {
  color: var(--primary);
}
.white .breadcrumbs span span::before {
  filter: contrast(0) brightness(2);
}
.white .breadcrumbs span span:first-child a::before {
  filter: contrast(0) brightness(2);
}
.white .breadcrumbs span span:first-child a:hover::before {
  filter: unset;
}
.share {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.share a {
  opacity: 1;
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
.share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
.share .facebook a::after {
  background-image: url(../img/share-facebook.jpg);
}
.share .twitter a::after {
  background-image: url(../img/share-twitter.jpg);
}
.share .linkedin a::after {
  background-image: url(../img/share-linkedin.jpg);
}
.share .whatsapp a::after {
  background-image: url(../img/share-whatsapp.jpg);
}
.share .email a::after {
  background-image: url(../img/share-email.jpg);
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #f8f8f8;
  background-color: #fff;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .img {
  padding-bottom: 67.71378709%;
  background-color: #e3e3e3;
  overflow: hidden;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7.6788831% 7.155323% 6.9808028%;
}
.product_list .info .syedittext {
  flex: 1;
}
.product_list .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
}
.product_list .desc {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-top: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .btn_i {
  margin-top: 2rem;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  padding-bottom: 54.48113208%;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8.0188679% 7.0754717% 9.6698113% 8.254717%;
}
.blog_list .info .syedittext {
  flex: 1;
}
.blog_list .date {
  display: inline-block;
  line-height: 1.65625;
  background-color: #fff1f2;
  color: var(--primary);
  padding: 0 1.45rem;
}
.blog_list .title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--title);
  margin-top: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 34rem;
}
.blog_list .desc {
  font-size: 1.4rem;
  line-height: 1.71428571;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 2.2rem;
  max-width: 35rem;
}
.blog_list .btn_i {
  font-size: 1.6rem;
  margin-top: 2.3rem;
  align-items: flex-end;
}
.blog_list .btn_i::after {
  margin-bottom: 0.5rem;
}
.faq_list .faq_item {
  margin-bottom: 2.5rem;
}
.faq_list .faq_item:last-child {
  margin-bottom: 0;
}
.faq_list .faq_item.active .question {
  color: #fff;
}
.faq_list .faq_item.active .question::after {
  filter: contrast(0) brightness(2);
  transform: rotate(180deg);
}
.faq_list .faq_item.active .question::before {
  opacity: 1;
}
.faq_list .question {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.8rem;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
  background-color: #f1f1f1;
  transition: all 0.3s;
  cursor: pointer;
  gap: 2rem;
  padding: 2.5rem 4.9rem 2.5rem 2.9rem;
}
.faq_list .question::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, var(--primary) -50%, var(--secondary) 64.7%);
  transition: all 0.3s;
  opacity: 0;
}
.faq_list .question::after {
  display: block;
  content: '';
  padding-bottom: 66.6666667%;
  background: url("../img/nav-down.png") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.faq_list .answer {
  display: none;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  hyphens: auto;
  padding: 2.4rem 3.8rem 0.5rem 2.2rem;
}
.product_list2 a {
  display: block;
  height: 100%;
}
.product_list2 a:hover img {
  transform: scale(1.02);
}
.product_list2 .img {
  background-color: #e3e3e3;
  padding-bottom: 67.71378709%;
  overflow: hidden;
}
.product_list2 .btn_i {
  padding-left: 3.6rem;
  margin-top: 3.7rem;
}
.product_list2 .btn_i::after {
  margin-top: 0.6rem;
}
.certificate_item {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 1.7rem 1.6rem 2.6rem;
}
.certificate_item .img {
  max-width: 30.1rem;
  margin: 0 auto;
  --h: 144.075%;
}
.certificate_item .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
  margin-top: 1.5rem;
}

.pagination h2{
  display: none;
}

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

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

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

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

.lang_popup{
  padding: 70px 53px;
  border-radius: 3px;
  background-color: white;
  /* position: absolute;
  left: calc(100% + 20px);
  bottom: -15px; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 1005;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.footer_sidebar .lang{
  position: relative;
}
.lang_popup ul + strong{
  margin-top: 2rem;
}
.lang_popup strong{
  display: block;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: left;
}
.lang_popup div.img{
  width: 41px;
  height: 41px;
  /* border-radius: 50%; */
  overflow: hidden;
  margin-right: 19px;
  border: 1px solid transparent;
}
.lang_popup div.img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lang_popup li{
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  cursor: pointer;
  
}
.lang_popup li:hover{
  border-color: var(--theme_color);
}

.lang_popup:before{
  content: "";
  display: inline-block;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 100%;
  bottom: 38px;
  border-style: solid;
  display: none;
}

.lang_popup li p{
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 0rem;
}
.lang_popup li span{
  font-size: 14px;
  color: #686868;
}
.lang_popup li:after{
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-left: auto;
  background: url('../img/arrow-lang.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.lang_popup li.active{
  border-color: var(--theme_color);
}
.lang_popup li.active .img{
  border-color: white;
}

.lang_popup li.active:after{
  filter: brightness(100);
}

.lang_popup .close{
  width: 11px;
  display: inline-block;
  height: 11px;
  position: absolute;
  right: 32px;
  top: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background: url('../img/lang-close.svg') no-repeat center/contain;
}
.lang_popup .close:hover{
  transform: rotate(360deg);
}
.lang_popup ul.lang-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}

.lang_popup .gtranslate_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.lang_popup .gtranslate_wrapper a{
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  cursor: pointer;
}
.lang_popup .gtranslate_wrapper a.gt-current-lang{
  border-color: var(--theme_color);
}
.lang_popup .gtranslate_wrapper a img{
  width: 41px;
  height: auto;
  /* border-radius: 50%; */
  overflow: hidden;
  margin-right: 19px;
  border: 1px solid transparent;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.lang_popup .gtranslate_wrapper a span{
  font-size: 17px !important;
  font-weight: 600;
  display: block;
  margin-bottom: 0rem;
}
.overlay_lang{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.overlay_lang.active{
  opacity: 1;
  pointer-events: all;
}


.contact_sidebar {
    position: fixed;
    top: 40%;
    right: 1.1%;
    z-index: 99;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
}

.contact_sidebar.active {
    opacity: 1;
}

.fixed .contact_sidebar {
    right: calc(1.1% + 17px);
}

.contact_sidebar.notshow {
    opacity: 0;
}

.contact_sidebar li {
    background: rgba(0, 0, 0, 0.72);
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
}

.contact_sidebar.active li {
    pointer-events: all;
}

.contact_sidebar li .number {
    position: absolute;
    right: 0;
    top: 0;
    height: 61px;
    background-color: var(--primary);
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 12px 41px 12px 20px;
    transition: all .3s;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
}

.contact_sidebar li:hover {
    background-color: var(--primary);
    box-shadow: 0 8px 8px rgba(172, 172, 172, 0.35);

    a {
        background-color: var(--primary);
    }
}

.contact_sidebar li:hover .number {
    opacity: 1;
    width: max-content;
    max-width: 300px;
    padding: 12px 5rem 12px 20px;
    box-shadow: 0 8px 8px rgba(172, 172, 172, 0.35);
}

.contact_sidebar li a {
    display: block;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: no-repeat center / contain #474747;
    position: relative;
    z-index: 2;
    transition: all .3s;
}

.contact_sidebar li a:hover {
    background-color: var(--theme_color);
}

.contact_sidebar li.call a {
    background-image: url(../img/sidebarcall.svg);
}

.contact_sidebar li.email a {
    background-image: url(../img/sidebaremail.svg);
}

.contact_sidebar li.whatsapp a {
    background-image: url(../img/sidebarwechat.svg);
}

.contact_sidebar li.backtop a {
    background-image: url(../img/sidebarup.svg);
}



@media screen and (min-width: 769px) and (max-width: 1660px) {
  header .logo {
    margin: 0;
    padding: 0;
  }
  header .btns,
  header nav .menu {
    gap: 3rem;
  }
  header .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0 3rem;
  }
  header .content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header nav .menu > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  header.fixed nav .menu > li > a {
    color: var(--title);
  }
  header.fixed nav .menu > li:hover > a,
  header.fixed nav .menu > li.current-menu-item > a,
  header.fixed nav .menu > li.current-menu-parent > a {
    color: var(--primary);
  }
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li::after {
    display: none;
  }
  header nav .menu > li:hover::after {
    transform: translate(0);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item::after,
  header nav .menu > li.current-menu-parent::after {
    transform: translate(0);
  }
  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;
    left: unset;
    bottom: unset;
    transform: translate(0);
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > 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 .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btn_menu {
    display: block;
  }
  .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h1,
  .head h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0 20px;
  }
  .large_content .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    padding: 0;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: unset;
    min-width: unset;
    gap: 8px;
    line-height: 40px;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .btn {
    line-height: 42px;
  }
  .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  .btn_i::after {
    width: 8px;
    height: 8px;
    margin: 0;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translateX(0);
    margin-top: 30px;
    padding: 0 20px;
  }
  div.head.flex .syedittext {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line {
    margin: 0;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head p,
  div.head .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: unset;
    min-width: unset;
    gap: 8px;
    line-height: 40px;
    margin-top: 20px;
  }
  div.head .btn::after,
  div.head .btn_line::after {
    width: 10px;
    height: 10px;
  }
  div.head .btn {
    line-height: 42px;
  }
  header {
    padding: 0;
  }
  header.opt {
    top: 0;
  }
  header.fixed {
    position: sticky;
    background-color: #fff;
    border-bottom: none;
  }
  header.fixed .logo,
  header.fixed .btn_lang,
  header.fixed .btn_search,
  header.fixed .btn_menu {
    filter: unset;
  }
  header.fixed .btn {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    gap: 8px;
  }
  header.fixed .btn::before {
    width: 13px;
    height: 13px;
  }
  header.fixed .btn::before {
    filter: contrast(0) brightness(2);
  }
  header.fixed .btn:hover {
    background-color: transparent;
    color: var(--primary);
  }
  header.fixed .btn:hover::before {
    filter: unset;
  }
  header .logo img {
    height: 45px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn,
  header .btns .btn_lang,
  header .btns .btn_search {
    margin: 0;
  }
  header .btns .btn_search {
    width: 22px;
    height: 22px;
  }
  header .btns .btn_lang {
    padding: 0 16px 0 30px;
  }
  header .btns .btn_lang::before {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  header .btns .btn_lang::after {
    width: 10px;
    height: 10px;
  }
  header .btns .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  footer .flex {
    padding: 0;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main strong {
    font-size: 18px;
  }
  footer .main .flex {
    display: block;
    align-items: unset;
    justify-content: unset;
    gap: 0;
  }
  footer .main .foot_intro {
    width: 100%;
    margin: 0 0 30px;
    max-width: unset;
    text-align: center;
  }
  footer .main .foot_intro .logo {
    max-width: 150px;
    margin: 0 auto;
  }
  footer .main .foot_intro strong {
    margin-top: 30px;
  }
  footer .main .foot_intro p {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .main .foot_nav {
    width: 100%;
  }
  footer .main .foot_nav 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 .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_contact .menu a {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 10px;
  }
  footer .main .foot_contact .menu a::after {
    width: 18px;
    height: 18px;
  }
  footer .main .foot_contact .social {
    gap: 16px;
  }
  footer .main .foot_contact .social a {
    width: 40px;
    height: 40px;
  }
  footer .bottom {
    text-align: center;
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom ul {
    gap: 20px;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  .page_equipment {
    padding: 50px 0;
  }
  .page_equipment .page_equipment_swiper {
    margin-top: 30px;
  }
  .page_equipment .page_equipment_swiper .title {
    font-size: 18px;
    margin-top: 20px;
    padding: 0;
  }
  .page_equipment .swiper_btns {
    margin-top: 30px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .head p {
    font-size: 14px;
    margin-top: 12px;
  }
  .page_faqs .faqs {
    margin-top: 30px;
  }
  .page_faqs p.center:has(.btn_i) {
    margin-top: 40px;
  }
  .page_faqs p.center:has(.btn_i) .btn_i::after {
    width: 10px;
    height: 10px;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .page_banner .flex .head {
    padding: 0;
  }
  .page_banner .flex .head .line {
    width: 40px;
    height: 5px;
    margin: 12px auto;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head .btn {
    line-height: 40px;
  }
  .page_breadcrumbs {
    padding: 12px 0;
  }
  .page_contact {
    padding: 50px 0;
  }
  .page_contact .grid {
    margin-top: 30px;
  }
  .page_contact .quote_form form {
    gap: 16px 0;
    padding: 20px;
  }
  .page_contact .quote_form .label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page_contact .quote_form input {
    height: 46px;
  }
  .page_contact .quote_form textarea {
    height: 120px;
  }
  .page_contact .quote_form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .page_products {
    padding: 50px 0;
  }
  .page_products .list {
    margin-top: 30px;
  }
  .page_products .list ul {
    gap: 30px 16px;
  }
  .page_products p.center:has(.btn) {
    margin-top: 40px;
  }
  .page_products p.center:has(.btn) .btn {
    font-size: 14px;
    padding: 0 20px;
  }
  .page_products p.center:has(.btn) .btn::after {
    width: 10px;
    height: 10px;
  }
  .quote_form form {
    gap: 16px 0;
  }
  .quote_form form .label {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .quote_form form input,
  .quote_form form textarea {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .quote_form form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .quote_form form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .quote_form form input[type=submit] {
    font-size: 14px;
  }
  .video .btn_play {
    width: 40px;
    height: 40px;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .breadcrumbs span span::before {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .breadcrumbs span span:first-child a {
    padding-left: 15px;
  }
  .breadcrumbs span span:first-child a::before {
    width: 12px;
    height: 12px;
    top: 1px;
  }
  .share {
    gap: 16px;
  }
  .share a {
    width: 40px;
    height: 40px;
  }
  .product_list .info {
    padding: 20px;
  }
  .product_list .info .syedittext .title {
    font-size: 18px;
  }
  .product_list .info .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_list .info .btn_i {
    margin-top: 20px;
  }
  .blog_list .info {
    padding: 20px;
  }
  .blog_list .info .syedittext .date {
    font-size: 14px;
    padding: 0 12px;
  }
  .blog_list .info .syedittext .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .btn_i {
    font-size: 14px;
    margin-top: 20px;
    align-items: center;
  }
  .blog_list .info .btn_i::after {
    margin-bottom: 0;
  }
  .faq_list .faq_item {
    margin-bottom: 16px;
  }
  .faq_list .faq_item .question {
    font-size: 16px;
    grid-template-columns: 1fr 14px;
    padding: 14px 20px;
    gap: 14px;
  }
  .faq_list .faq_item .answer {
    padding: 14px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .certificate_item {
    padding: 14px;
  }
  .certificate_item .title {
    font-size: 14px;
    margin-top: 14px;
  }
  .product_list2 .btn_i {
    padding-left: 0;
    margin-top: 12px;
  }
  .product_list2 .btn_i::after {
    margin: 0;
  }

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

  .default_head{
      padding: 10rem 0 5rem;
  }
  .default_head h1{
    font-size: 2rem;
  }
  .default_body{
    padding: 3rem 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
  .default_body h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0 1rem;
  }
  .default_body h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0;
  }
  .default_body p {
    margin: 1rem 0;
  }
  
  
  .default_body ul li {
    position: relative;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }

  .lang_popup{
    width: 100%;
    height: 80vh;
    padding: 1.5rem;
  }
  .lang_popup .gtranslate_wrapper{
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
  .lang_popup .gtranslate_wrapper a{
    padding: 1rem;
  }
  .lang_popup .gtranslate_wrapper a img{
    width: 30px;
  }
  .lang_popup .gtranslate_wrapper a span{
    font-size: 14px !important;
  }
  .lang_popup strong{
    font-size: 20px;
  }

  .contact_sidebar {
    right: 12px;
    top: unset;
    bottom: 2rem;
  }

  .fixed .contact_sidebar {
    right: 12px;
  }

  .contact_sidebar li {
    margin-bottom: 0.5rem;
  }

  .contact_sidebar li a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact_sidebar li .number {
    display: none;
    height: 2.5rem;
    padding: 12px 24px 12px 1rem;
  }

  .contact_sidebar li:hover .number {
    padding: 12px 50px 12px 1rem;
  }


}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
  .page_equipment .page_equipment_swiper .swiper-slide {
    max-width: 80%;
  }
  .quote_form form .col-2 {
    width: 100%;
  }
  footer .main .foot_contact {
    display: grid;
    align-items: unset;
    justify-content: unset;
  }
  footer .main .foot_contact .menu a {
    justify-content: space-between;
  }
  footer .main .foot_contact .social {
    justify-content: space-around;
  }
  .footer_contact .flex {
    flex-direction: column;
    text-align: center;
  }
  .page_contact .grid {
    grid-template-columns: 1fr;
  }
  .page_products .list ul {
    grid-template-columns: 1fr 1fr;
  }
}
