.header {
  position: absolute;
  background: 0 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 310;
  width: 100%;
  height: auto;
  transition: background 0.55s;
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header .container {
  padding: 0 clamp(0.375rem, calc(0.1244569939rem + 0.5212858384vw), 0.75rem);
}
@media (max-width: 1000px) {
  .header .container {
    padding: 0 8px;
  }
}
.header.header_for_scroll .header_in .header_rows {
  transition: background 0.55s, backdrop-filter 0.55s;
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.07);
}
.header.mn_header .header_in .header_rows {
  background: rgba(255, 255, 255, 0.07);
}
.header.mn_header .header_in .header_rows .header_logo a svg {
  transition: 0.55s;
  --logo-fill: #000;
}
.header.mn_header .header_in .header_rows .burger_menu_button .dots .dot {
  background: #000;
}
.header.mn_header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a {
  color: #000;
}
.header.mn_header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a::before {
  background-color: #000;
}
.header.menu_active .header_in .header_rows {
  transition: background 0.55s;
  background: #fff;
}
.header.menu_active .header_in .header_rows .header_logo a svg {
  --logo-fill: #000;
}
.header.menu_active .header_in .header_rows .burger_menu_button .dots .dot {
  background: #000;
}
.header .header_in {
  transition: background 0.55s;
  padding: clamp(0.375rem, calc(0.1244569939rem + 0.5212858384vw), 0.75rem) 0;
}
@media (max-width: 1000px) {
  .header .header_in {
    padding: 10px 0;
  }
}
.header .header_in .header_rows {
  backdrop-filter: blur(0px);
  transition: background 0.55s, backdrop-filter 0.55s;
  padding: clamp(0.625rem, calc(0.2909426586rem + 0.6950477845vw), 1.125rem) clamp(0.875rem, calc(0.3739139878rem + 1.0425716768vw), 1.625rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  border-radius: clamp(0.25rem, calc(0.0829713293rem + 0.3475238923vw), 0.5rem);
}
@media (max-width: 1000px) {
  .header .header_in .header_rows {
    border-radius: 6px;
    padding: 10px 12px 10px 8px;
  }
}
.header .header_in .header_rows .header_logo a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_in .header_rows .header_logo a svg {
  max-width: clamp(5.625rem, calc(2.3679409209rem + 6.7767158992vw), 10.5rem);
  --logo-fill: #fff;
  height: auto;
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .header_logo a svg {
    max-width: 110px;
  }
}
.header .header_in .header_rows .burger_menu_button {
  display: none;
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .burger_menu_button {
    display: block;
    cursor: pointer;
  }
  .header .header_in .header_rows .burger_menu_button.active .dots {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .header .header_in .header_rows .burger_menu_button.active .dots .dot {
    width: 100%;
    height: 1px;
    transition: 0.55s;
    position: absolute;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .header .header_in .header_rows .burger_menu_button.active .dots .dot:nth-child(1) {
    transform: rotate(-45deg);
  }
  .header .header_in .header_rows .burger_menu_button.active .dots .dot:nth-child(2) {
    scale: 0;
  }
  .header .header_in .header_rows .burger_menu_button.active .dots .dot:nth-child(4), .header .header_in .header_rows .burger_menu_button.active .dots .dot:nth-child(3) {
    transform: rotate(45deg);
  }
  .header .header_in .header_rows .burger_menu_button .dots {
    width: 24px;
    height: 13px;
    position: relative;
  }
  .header .header_in .header_rows .burger_menu_button .dots .dot {
    transition: 0.35s;
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
  }
  .header .header_in .header_rows .burger_menu_button .dots .dot:nth-child(1) {
    top: 0;
    left: 0;
  }
  .header .header_in .header_rows .burger_menu_button .dots .dot:nth-child(2) {
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .header .header_in .header_rows .burger_menu_button .dots .dot:nth-child(3) {
    bottom: 0;
    right: 0;
  }
}
.header .header_in .header_rows .header_menu_wrapper {
  position: relative;
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .header_menu_wrapper {
    opacity: 0;
    pointer-events: none;
    background: #fff;
    position: fixed;
    top: 47px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: auto;
    border-radius: 6px;
    padding: 4px 12px 20px;
    transition: 0.55s;
  }
  .header .header_in .header_rows .header_menu_wrapper.active {
    transition: 0.55s;
    opacity: 1;
    pointer-events: all;
  }
}
.header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul {
  display: flex;
  align-items: center;
  gap: clamp(1.5625rem, calc(0.6855994787rem + 1.8245004344vw), 2.875rem);
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li {
    width: 100%;
  }
}
.header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a {
  position: relative;
  color: #fff;
  font: 400 clamp(0.75rem, calc(0.3741854909rem + 0.7819287576vw), 1.3125rem)/132% Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
  transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1000px) {
  .header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a {
    font: 400 21px/28px Arial, Helvetica, sans-serif;
    letter-spacing: -0.21px;
    color: #353535;
    padding: 16px 0;
    border-bottom: 1px solid rgba(53, 53, 53, 0.12);
    display: block;
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
.header .header_in .header_rows .header_menu_wrapper .header_nav_menu ul li a::before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.header .header_in .header_rows .header_menu_wrapper .buy_lnk {
  display: none;
}
@media (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk {
    font: 400 clamp(0.75rem, calc(0.4994569939rem + 0.5212858384vw), 1.125rem)/normal Arial, Helvetica, sans-serif;
    color: #fff;
    padding: clamp(0.375rem, calc(0.1244569939rem + 0.5212858384vw), 0.75rem) clamp(5.75rem, calc(1.9083405734rem + 7.9930495222vw), 11.5rem) clamp(1rem, calc(0.3318853171rem + 1.3900955691vw), 2rem) clamp(0.5rem, calc(0.1659426586rem + 0.6950477845vw), 1rem);
    border-radius: clamp(0.25rem, calc(0.0829713293rem + 0.3475238923vw), 0.5rem);
    margin-top: auto;
    display: block;
    width: fit-content;
    position: relative;
    overflow: hidden;
    background: #3cced4;
    will-change: transform, opacity;
    transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-top: 36px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk {
    border-radius: 6px;
    padding: 9px 120px 31px 11px;
    font: 400 16px/18px Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk {
    width: 100%;
    padding: 12px 16px 31px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk:hover {
    transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk:hover::before {
    height: calc(100% - 8px);
    width: clamp(1.875rem, calc(0.956342311rem + 1.9113814075vw), 3.25rem);
    transform: translateX(-4px);
  }
}
@media (max-width: 768px) and (min-width: 769px) and (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk:hover::before {
    width: 52px;
    height: calc(100% - 8px);
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk:active::before {
    width: 100%;
    height: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk .t {
    position: relative;
    z-index: 4;
  }
}
@media (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    background: #48D6DC;
    transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk::after {
    transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
    content: "";
    background: url("../img/s1.svg") no-repeat 0 0/cover;
    width: 13px;
    height: 6px;
    position: absolute;
    display: block;
    right: clamp(0.5rem, calc(0.3329713293rem + 0.3475238923vw), 0.75rem);
    bottom: clamp(0.5rem, calc(0.3329713293rem + 0.3475238923vw), 0.75rem);
    z-index: 4;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header .header_in .header_rows .header_menu_wrapper .buy_lnk::after {
    bottom: 12px;
    right: 12px;
  }
}

.mobile_menu {
  border-radius: 7px;
  background: #fff;
  position: fixed;
  top: 60px;
  width: calc(100% - 12px);
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  z-index: 305;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: 0.55s;
}
@media (max-width: 1000px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu.active {
  pointer-events: all;
  opacity: 1;
  transition: 0.55s;
}
.mobile_menu.products .mobile_menu_inner {
  padding: 20px 12px 12px;
}
.mobile_menu .mobile_menu_inner {
  padding: 28px 24px;
  overflow-y: scroll;
  max-height: calc(100dvh - 66px);
  height: 100%;
}
.mobile_menu .mobile_menu_inner ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mobile_menu .mobile_menu_inner ul li:first-child a,
.mobile_menu .mobile_menu_inner ul li:first-child span {
  padding-top: 0;
}
.mobile_menu .mobile_menu_inner ul li a,
.mobile_menu .mobile_menu_inner ul li span {
  width: 100%;
  display: inline-block;
  padding-bottom: 16px;
  padding-top: 16px;
  font: 400 21px/28px Arial, Helvetica, sans-serif;
  letter-spacing: -0.21px;
  color: #2F2F2F;
}
.mobile_menu .mobile_menu_inner ul li span {
  width: 100%;
  position: relative;
}
.mobile_menu .mobile_menu_inner ul li span::after {
  content: "";
  background: url("../img/s83r.svg") no-repeat 0 0/cover;
  width: 6px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: auto;
  margin: auto;
}
/*# sourceMappingURL=header.min.css.map */
