* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #16069b;
  --secondary: #4538af;
  --title: #0a0a0a;
  --text: #4a4a4a;
}
/* Elementor guard: shortcode blocks render inside Elementor widgets, whose
   kit/global colors (e.g. the #54595F text color) leak in via inheritance or
   element-level kit rules. fitness-public is printed AFTER Elementor's CSS,
   so these resets win by cascade order, while the block rules further down
   this file still override them as usual. */
.fitness-block {
  color: var(--title);
}
.fitness-block h1,
.fitness-block h2,
.fitness-block h3,
.fitness-block h4,
.fitness-block h5,
.fitness-block h6,
.fitness-block p,
.fitness-block a {
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  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;
}
h1{
  color: #0a0a0a;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.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: 16px;
  color: var(--title);
  font-family: 'Inter', sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.Oswald,
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
}
.Inter {
  font-family: 'Inter', sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 30px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe,
.img.img_ab picture {
  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,
.img.img_aba video,
.img.img_aba iframe,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img,
.img_bg > video,
.img_bg > iframe,
.img_bg > picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.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;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.tcon em {
  color: var(--primary);
}
.tcon > em {
  display: inline-block;
  vertical-align: top;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tcon h1 {
  font-weight: 700;
  font-size: 82px;
  line-height: 1.146341;
  text-transform: uppercase;
}
.tcon h2 {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.37932;
  color: #0A0A0A;
  text-transform: uppercase;
}
.tcon p {
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
}
.tcon.white {
  color: #fff;
}
.tcon.white > em {
  color: rgba(255, 255, 255, 0.8);
}
.tcon.white h2{
  color: #fff;
}
.tcon.white h2 em {
  color: #fff;
  display: inline-block;
  background-color: var(--primary);
  padding: 0 18px;
  margin: 0 10px;
}
.tcon.white p {
  color: rgba(255, 255, 255, 0.8);
}
.btn {
  font-family: 'Oswald', sans-serif;
  gap: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 54px;
  padding: 0 30px 2px;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.fitness-block a.btn{
  color: #fff;
}
.btn::after {
  content: '';
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  transform: translateY(1px);
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.btn.no_a::after {
  display: none;
}
.btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: translate(5px, 1px);
}
.btn_b {
  font-family: 'Oswald', sans-serif;
  gap: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 54px;
  padding: 0 30px 2px;
  text-transform: uppercase;
  border: 1px solid #b6b6b6;
  background-color: transparent;
}
.btn_b::after {
  content: '';
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  transform: translateY(1px);
  filter: contrast(0) brightness(0);
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.btn_b.white {
  color: #fff;
  border-color: #404040;
}
.btn_b.white::after {
  filter: contrast(0) brightness(2);
}
.btn_b.no_a::after {
  display: none;
}
.btn_b:hover {
  color: #fff;
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.btn_b:hover::after {
  filter: contrast(0) brightness(2);
  transform: translate(5px, 1px);
}
.btn_b.loading {
  opacity: 1;
  pointer-events: none;
}
.btn_b.loading::after {
  filter: none;
  background: none;
  transition: none;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: var(--primary);
  animation: fitness_spin 0.6s linear infinite;
}
.btn.loading {
  opacity: 1;
  pointer-events: none;
}
.btn.loading::after {
  filter: none;
  background: none;
  transition: none;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: fitness_spin 0.6s linear infinite;
}
@keyframes fitness_spin {
  from {
    transform: translateY(1px) rotate(0deg);
  }
  to {
    transform: translateY(1px) rotate(360deg);
  }
}
.swiper_btns {
  gap: 35px;
  display: flex;
}
.swiper_btns div {
  cursor: pointer;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 32%;
  height: 32%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  border-color: #858585;
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-disabled:hover {
  border-color: #858585;
  background-color: transparent;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 1672px;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.swiper_btns.middle div {
  pointer-events: auto;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.news_list .active a {
  border-color: var(--primary);
  outline-color: var(--primary);
  box-shadow: 0 10px 10px rgba(198, 198, 198, 0.35);
}
.news_list .active .info .more {
  color: var(--primary);
}
.news_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border: 1px solid #e4e4e7;
  outline: 1px solid transparent;
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  --h: 62.555066%;
}
.news_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.167401% 7.488987% 6.167401%;
}
.news_list .info .metas {
  color: var(--text);
  font-size: 14px;
  text-transform: uppercase;
}
.news_list .info .metas .cat {
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
}
.news_list .info .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-top: 9px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .info .desc {
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: auto;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .info .more {
  gap: 8px;
  display: flex;
  align-items: center;
  max-width: max-content;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 34px;
}
.news_list .info .more:hover::after {
  transform: translateX(5px);
}
.news_list .info .more::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
/* header {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
}
header.style,
header.sticky {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: auto;
  height: 78px;
}
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: 42px;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: 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 {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 38px;
  display: flex;
  align-items: center;
  min-height: 78px;
}
header .btns .btn_search {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btns .btn_menu {
  display: none;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
} */
   header.bg{
    background: #080808;
  }
.home_about_list .e-div-block-base{
  transition: all 0.3s;
}
.home_about_list .e-div-block-base:hover{
  border-color: var(--primary);
  outline: 1px solid var(--primary);
}
.section_banner {
  overflow: hidden;
  color: #fff;
  background-color: #080808;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.section_banner .section_banner_swiper {
  max-width: 2560px;
  margin: 0 auto;
}
.section_banner .section_banner_swiper .swiper-wrapper {
  transition: linear;
}
.section_banner .section_banner_swiper .swiper-slide {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  max-width: max-content;
  padding: 16px 0;
  
}
.section_banner .section_banner_swiper .swiper-slide::before {
  content: '';
  width: 9px;
  height: 11px;
  margin: 0 70px;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 3px, 100% calc(100% - 3px), 50% 100%, 0 calc(100% - 3px), 0 3px);
}
.section_nums {
  color: #fff;
  padding: 36px 0 60px;
  background-color: #080808;
}
.section_nums ul {
  gap: 50px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}
.section_nums li {
  position: relative;
  z-index: 2;
}
.section_nums li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -6px;
  z-index: -1;
  width: 21.637427%;
  padding-bottom: 25.146199%;
  background-color: var(--primary);
  clip-path: polygon(50% 0, 100% 23.255814%, 100% calc(100% - 23.255814%), 50% 100%, 0 calc(100% - 23.255814%), 0 23.255814%);
}
.section_nums span {
  font-weight: 500;
  font-size: 60px;
}
.section_nums i {
  font-weight: 500;
  font-size: 50px;
}
.section_nums strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
.section_nums p {
  color: #777777;
  font-size: 15px;
  margin-top: 16px;
}

.product_list .item{
    border: 1px solid #e4e4e7;
    display: block;
    transition: all 0.3s;
}
.product_list .item:hover .img img{
    transform: scale(1.1);
}
.product_list .item .info{
    padding: 0 25px 20px;
    margin-top: -10px;
}
.product_list .item .img{
    aspect-ratio: 334/327;
}
.product_list .item .info .cat{
    color: var(--primary);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.product_list .item .info .title{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #161616;
    margin-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e7;
    margin-bottom: 12px;
}
.product_list .item .info .desc{
    font-size: 15px;
    line-height: 22px;   
    color: #4a4a4a;
    margin-bottom: 30px;
}
.product_list .item .info .flex span{
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    font-family: 'Oswald', sans-serif;
}

.product_list .item .info .flex .icon{
    width: 36px;
    height: 36px;
    background: url('../img/product_arrow.svg') no-repeat center/cover;
    margin-left: auto;
}

.product_list .active .item{
    border-color: var(--primary);
    outline: 1px solid var(--primary);
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .content {
    max-width: 1500px;
    padding: 0 30px;
  }
  .swiper_content {
    max-width: 1500px;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .tcon h1 {
    font-size: 60px;
  }
  .tcon h2 {
    font-size: 44px;
  }
  .tcon p {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn,
  .btn_b {
    font-size: 16px;
    line-height: 48px;
    padding: 0 26px 2px;
  }
  .swiper_btns {
    gap: 26px;
  }
  .swiper_btns div {
    width: 52px;
    height: 52px;
  }
  .section_nums span {
    font-size: 48px;
  }
  .section_nums i {
    font-size: 40px;
  }
  .section_nums strong {
    font-size: 16px;
  }
  .section_nums p {
    font-size: 14px;
  }
  .news_list .info .metas .cat {
    font-size: 15px;
  }
  .news_list .info .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .news_list .info .desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .news_list .info .more {
    font-size: 15px;
  }
  .product_list .item .info .title {
    font-size: 20px;
  }
  .product_list .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_list .item .info .flex span {
    font-size: 15px;
  }
  .product_list .item .info .flex .icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .tcon h1 {
    font-size: 48px;
  }
  .tcon h2 {
    font-size: 36px;
  }
  .tcon p {
    font-size: 15px;
    line-height: 1.5;
  }
  .btn,
  .btn_b {
    font-size: 15px;
    line-height: 44px;
    padding: 0 22px 2px;
  }
  .btn {
    gap: 10px;
  }
  .btn_b {
    gap: 12px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 46px;
    height: 46px;
  }
  .section_nums span {
    font-size: 40px;
  }
  .section_nums i {
    font-size: 32px;
  }
  .section_nums strong {
    font-size: 15px;
  }
  .section_nums p {
    font-size: 13px;
    margin-top: 10px;
  }
  .news_list .info .metas {
    font-size: 13px;
  }
  .news_list .info .metas .cat {
    font-size: 14px;
  }
  .news_list .info .title {
    font-size: 20px;
    line-height: 1.4;
  }
  .news_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .news_list .info .more {
    font-size: 14px;
  }
  .product_list .item .info .title {
    font-size: 18px;
  }
  .product_list .item .info .desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_list .item .info .flex span {
    font-size: 14px;
  }
  .product_list .item .info .flex .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  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: auto;
  }
  header nav ul{
    width: 100%;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: 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.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: 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: auto;
    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 .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .btns .btn_search,
  header .btns .btn_lang,
  header .btns .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@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: 14px;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_b {
    gap: 10px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .btn::after,
  .btn_b::after {
    width: 12px;
    height: 12px;
  }
  .tcon > em {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tcon h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 10px;
  }
  div.head .btn {
    margin-top: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .news_list .info {
    padding: 20px;
  }
  .news_list .info .metas {
    font-size: 13px;
  }
  .news_list .info .metas .cat {
    font-size: 14px;
  }
  .news_list .info .title {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .news_list .info .desc {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .news_list .info .more {
    gap: 8px;
    margin-top: 20px;
    font-size: 14px;
  }
  .news_list .info .more::after {
    width: 12px;
    height: 12px;
  }
  .product_list .item .info {
    padding: 0 15px 15px;
    margin-top: 0;
  }
  .product_list .item .info .cat {
    font-size: 12px;
  }
  .product_list .item .info .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product_list .item .info .desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .product_list .item .info .flex span {
    font-size: 14px;
  }
  .product_list .item .info .flex .icon {
    width: 28px;
    height: 28px;
  }
  header {
    top: 0;
  }
  header .logo img {
    height: 50px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn_search,
  header .btns .btn_lang {
    width: 22px;
    height: 22px;
  }
  .section_banner .section_banner_swiper .swiper-slide {
    padding: 12px 0;
  }
  .section_banner .section_banner_swiper .swiper-slide::before {
    margin: 0 20px;
  }
  .section_nums {
    padding: 30px 0;
  }
  .section_nums ul {
    gap: 30px 15px;
    grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
  }
  .section_nums li::before {
    left: -10px;
  }
  .section_nums span {
    font-size: 30px;
  }
  .section_nums i {
    font-size: 22px;
  }
  .section_nums strong {
    font-size: 16px;
  }
  .section_nums p {
    font-size: 13px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  /* header .btns .btn {
    display: none;
  } */
}
