* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #E5131E;
}
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);
}
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;
}
/* Neutralise parent-theme / Elementor element resets that leak into our
   shortcode blocks (e.g. `table td, table th { border; padding }`). Each
   section's own higher-specificity rules still override these. */
.velkor-block table td,
.velkor-block table th {
  border: 0;
  padding: 0;
  line-height: inherit;
  vertical-align: middle;
}
.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;
}
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;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}
.saira{
  
  font-family: "Saira", sans-serif;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.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 {
  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 {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  --h: 100%;
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img,
.img.img_aba video,
.img.img_aba iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe {
  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 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.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: 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: 14px;
  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;
}

.breadcrumbs > span{
    display: flex;
    gap: 16px;
}
.breadcrumbs span a{
    font-size: 16px;
    color: #4a4a4a;
    display: flex;
    font-weight: 400;
    align-items: center;
    transition: all 0.3s;
}
.breadcrumbs span a:hover{
  color: var(--primary);
}
.breadcrumbs span a:after{
    content: "";
    width: 8px;
    height: 8px;
    background: url('../img/breadrumbs_arrow.svg') no-repeat center/contain;
    display: inline-block;
    margin-left: 15px;
}
.breadcrumbs span span{
    font-weight: 600;
    color: #222222;
}
.head .subtitle{
  font-family: "Saira", sans-serif;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 1px;
}
.head  h2{
  font-size: 50px;
  font-weight: 700;
  color: #0a0a0a;
  text-transform: uppercase;
}
.head .subtitle:before{
  content: "";
  width: 19px;
  height: 18px;
  display: inline-block;
  background: url('../img/subtitle_icon.svg') no-repeat center/contain;
}
.swiper_btns{
  display: flex;
  gap: 30px;
  width: max-content;
}
.swiper_btns div{
  width: 54px;
  cursor: pointer;
  height: 54px;
  background-color: var(--primary);
  position: relative;
}
.swiper_btns div.btn_prev:after{
  background-image: url('../img/swiper_btn_left.svg');
}
.swiper_btns div:after{
  content: "";
  width: 17px;
  height: 17px;
  background: url('../img/swiper_btn_right.svg') no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.swiper_btns div.swiper-button-disabled{
  background-color: #0C0D11;
  cursor: auto;
}
.swiper_btns.middle{
  position: absolute;
  width: 100%;
  max-width: 1675px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  justify-content: space-between;
}

.btn_border{
  line-height: 60px;
  padding: 0 25px;
  border: 1px solid rgba(10, 10, 10, 0.2);
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  color: #0a0a0a;
  font-size: 18px;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s;
  display: block;
  width: max-content;
  cursor: pointer;
}
.center .btn_border{
  margin-left: auto;
  margin-right: auto;
}
.btn_border:hover{
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}
.btn{
  display: flex;
  line-height: 60px;
  padding: 0 24px;
  padding-right: 24px;
  align-items: center;
  background-color: var(--primary);
  color: white;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 18px;
  clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        9px 100%,
        0 calc(100% - 9px)
    );
}
.btn:after{
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url('../img/btn_arrow_white.svg') no-repeat center/contain;
  margin-left: 11px;
  transition: all 0.3s;
}
.btn:hover{
  background-color: white;
  color: #0a0a0a;
}
.btn:hover:after{
  filter: brightness(0);
}
.news_list .item{
  display: block;
  transition: all 0.3s;
  outline: 1px solid transparent;
  background-color: white;
}
.news_list .active .item{
  border-color: var(--primary);
  outline-color: var(--primary);
}
.news_list .item:hover img{
  transform: scale(1.1);
}
.news_list .item:hover .more:after{
  transform: translateX(5px);
}
.news_list .item .img{
  aspect-ratio: 453/283;
}
.news_list .item{
  border: 1px solid #e4e4e7;
}
.news_list .item .info{
  padding: 30px 32px;
}
.news_list .item .info .flex{
  align-items: center;
}
.news_list .item .info .flex span{
    color: #4f4f4f;
    text-transform: uppercase;
}
.news_list .item .info .flex .cat{
    font-family: 'Saira', sans-serif;
    color: var(--primary);
    font-weight: 600;
    display: inline-block;
    margin-right: 12px;
}

.news_list .item .info .title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Saira', sans-serif;
  color: #0a0a0a;
  padding-right: 50px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.news_list .item .info p{
  font-size: 18px;
  line-height: 26px;
  color: #42454d;
}
.news_list .item .info .more{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
}
.news_list .item .info .more:after{
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    transition: all 0.3s;
    background: url('../img/more_btn.svg') no-repeat center/contain;
    margin-left: 7px;
}
.product_list .item{
  border: 1px solid #e6e7e8;
  display: block;
  transition: all 0.3s;
}
.product_list .item:hover{
  border-color: var(--primary);
}
.product_list .item .img{
  aspect-ratio: 342/242;
  background: linear-gradient(to bottom, #edf0f2, #ffffff, #edf0f2);
}

.product_list .item .info{
  padding: 25px 25px 30px;
}
.product_list .item:hover img{
  transform: scale(1.1);
}
.product_list .item .info .title{
  font-size: 22px;
  font-weight: 700;
  color: #0a0a0a;
  font-family: 'Saira', sans-serif;
  text-transform: uppercase;
}
.product_list .item .info .cat{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  font-family: 'Saira', sans-serif;
  display: block;
  margin-top: -5px;
  margin-bottom: 12px;
}
.product_list .item .info p{
  font-size: 16px;
  line-height: 26px;
  color: #42454d;
  margin-top: -5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.product_list .item .info .tags{
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.product_list .item .info .tags span{
  display: inline-block;
  line-height: 31px;
  background-color: #F4F4F4;
  color: #222;
  font-weight: 500;
  font-size: 12px;
  padding: 0 7px;
}
.product_list .item .btns{
  display: flex;

}
.product_list .item .btns>div{
  line-height: 50px;
  color: white;
  text-align: center;
  background-color: #0C0D10;
  flex: 1;
  transition: all 0.3s;
}
.product_list .item .btns>div:hover{
  filter: brightness(115%);
}
.product_list .item .btns .inquiry_btn{
  background-color: var(--primary);
}
.products_main p.center{
  margin-top: 62px;
}


@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    padding: 0 30px;
  }
}
@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;
    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;
  }
  .head h2 {
    font-size: 40px;
  }
}
@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;
  }
  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;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .head .desc,
  .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
}
/* Reusable load-more button loading state (public.js `.js-load-more`). */
.js-load-more {
  position: relative;
}
.js-load-more.loading {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}
.js-load-more.loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  background: url("../img/load.gif") no-repeat center center;
  background-size: contain;
}

/* ------------------------------------------------------------------
   Responsive: shared components. Follows the zhongze rules:
   ≤768px shrinks fonts/padding and switches buttons/cards to a
   comfortable mobile scale. (The ≤1024px `.head h2` override lives
   in the hamburger-nav 1024px block above so it is not re-overridden.)
   ------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .btn,
  .btn_border {
    line-height: 44px;
    padding: 0 20px;
    font-size: 15px;
  }
  .btn:after {
    margin-left: 8px;
  }
  .swiper_btns {
    gap: 14px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .swiper_btns.middle {
    position: static;
    width: 100%;
    max-width: unset;
    transform: none;
    justify-content: flex-end;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumbs > span {
    gap: 10px;
    flex-wrap: wrap;
  }
  .breadcrumbs span a {
    font-size: 13px;
  }
  .breadcrumbs span a:after {
    margin-left: 10px;
  }
  .news_list .item .info {
    padding: 20px;
  }
  .news_list .item .info .title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .news_list .item .info p {
    font-size: 15px;
    line-height: 24px;
  }
  .news_list .item .info .more {
    margin-top: 20px;
    font-size: 15px;
  }
  .product_list .item .info {
    padding: 20px;
  }
  .product_list .item .info .title {
    font-size: 18px;
  }
  .product_list .item .info .cat {
    font-size: 13px;
  }
  .product_list .item .info p {
    font-size: 15px;
    line-height: 24px;
  }
  .product_list .item .btns > div {
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .btn,
  .btn_border {
    line-height: 42px;
    font-size: 14px;
  }
}
