

/* Start:/local/templates/adaptogenzz_by/assets/css/style.css?176362554390313*/
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.wrapper-inner b,
.wrapper-inner h1 {
font-weight: bold;
}

.banner-cert{
  width: 500px;
  overflow: hidden;
  background-image: url(/local/templates/adaptogenzz/assets/image/cert2024.jpg);
  background-size: contain;
  height: 354px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: scale(0);
  border-radius: 0 !important;
  z-index: 99;
  pointer-events: none;
  transition: all .5s;
  top: -130px;
  left: -210px;
}
.banner-cert.active{
  transform: scale(1);
}
.box-medal{
  position: relative;
}
.box-medal__img{
  width: 120px;
  cursor: pointer;
  display: block;
  height: 120px;
}
.box-medal__img img{
  width: 100%;
}


.bx-sbb-empty-cart-desc a{
  text-decoration: underline;
  font-weight: bold;
}

.badge-split{
  position: absolute;
  top: 40px;
  left: 60px;
}

.modal-success{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 99999999;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-success.hidden{
  display: none !important;
}
.modal-success-body{
  max-width: 500px;
  height: fit-content;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.modal-success-title{
  font-size: 20px;
  font-weight: bold;
}
.modal-success-btn{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.modal-success-btn-item{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #000;
  border-radius: 10px;
  padding: 0 20px;
  color: #fff !important;
  text-decoration: none;
}
.modal-success-btn-item.blue{
  background: #01d8e5;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
.basket__add span {
  z-index: 10;
}
.basket__add{
  background: #dee0e1;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  color: #000;
}
.basket__add.link{
  background: #000;
  color: #fff;
  text-decoration: none;
}
.basket__add:hover::before {
  transform-origin: 100% 100%;
  transform: scaleY(1);
}
.basket__add::before{
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  transform-origin: 50% 0;
  background: var(--color-main-active);
  transition: transform 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
}
.products__card:hover .products__card-big{
  display: flex;
  transition-delay: 0.1s;
  top: 60%;
}
.products__card-big{
  z-index: 99;
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d8eeef;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s;
  top: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.btnbasketnew{
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}
.basket-right{
  position: fixed;
  top: 150px;
  width: 350px;
  right: 20px;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  max-height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}
.basket-title{
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.basket-close{
  font-size: 16px;
  border-bottom: 1px dashed #000;
  width: fit-content;
  cursor: pointer;
}
.basket-right .basket-items-list-item-container{
  display: flex;
  flex-direction: column;
  border: 1px solid #e2dfdf;
  padding: 10px;
  border-radius: 10px;
}
.basket-right .basket-item-info-name{
  line-height: 100%;
}
.basket-right .basket-item-info-name-link{
  font-size: 14px;
  line-height: 100%;
}
.basket-right .basket-items-list-item-descriptions{
  display: flex;
  justify-content: flex-end;
  width: 238px;
  padding-top: 0 !important;
}
.basket-right .basket-items-list-item-remove{
  position: absolute;
  right: 5px;
  top: 5px;
}
.basket-right .basket-item-block-amount{
  display: flex;
  justify-content: center;
  width: 135px;
  margin-top: -55px;
  height: 30px;
}
.basket-right .basket-checkout-section-inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.basket-right .basket-checkout-block-total-price{
  padding: 0;
}
.basket-right .basket-checkout-block-btn{
  padding-left: 0;
}
.basket-right .basket-checkout-block-total {
  padding-top: 0;
}
.basket-right .basket-checkout-block-total-price-inner{
  padding-top: 10px;
}
.basket-right .basket-checkout-container{
  border-radius: 10px;
  padding: 10px;
}
.basket-right .basket-item-image-link{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2dfdf;
}

.products__card .basket__add::before{
  background: #dee0e1;
}
.products__card .basket__add{
  background: #01d8e5;
}
.products__card .basket__add.link{
  background: #000 !important;
}
.products__card:hover .basket__add.link:hover{
  color: #000;
}

.catalog-section .products__card-link{
  top: 0;
  right: 0;
  transform: translate(-40px, 40px);
}
.products__card:hover .products__elements-wrap.index .products__card-link{
  transform: translate(-400px, 700px) scale(3) !important;
}
.catalog-section .products__card:hover .products__card-link{
  transform: translate(-400px, 700px) scale(3) !important;
}


.basket-right .basket-items-list-item-price.basket-items-list-item-price-for-one{
  display: flex;
  justify-content: flex-start;
  width: 238px;
  border: 1px solid #e2dfdf !important;
  border-top: 1px solid #e2dfdf !important;
  border-radius: 10px;
  padding: 10px;
}
.basket-right .basket-items-list-item-container td{
  width: 100% !important;
}
.basket-right .basket-items-list-item-container>td{
  display: flex;
  justify-content: flex-end;
  width: 238px;
}
.basket-right td.basket-items-list-item-price:not(.basket-items-list-item-price-for-one)  .basket-item-block-price{
  border-bottom: 3px solid #01d8e5;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
}
.basket-right td.basket-items-list-item-price.basket-items-list-item-price-for-one  .basket-item-block-price{
  padding-top: 0px !important;
}
.basket-right .basket-items-list-item-price{
  display: flex !important;
  justify-content: flex-start !important;
}
.basket-right .basket-items-list-wrapper.basket-items-list-wrapper-height-fixed.basket-items-list-wrapper-light{
  border: none;
  margin: 0;
}
.basket-right .basket-items-list{
  padding: 0;
}
.basket-right .basket-items-list-table tbody{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basket-right .basket-items-list-item-remove{
  padding-top: 0 !important;
}
.basket-right .basket-items-list-item-amount{
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.wrapper-inner{
  margin-top: 200px;
  margin-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1592px) {
  .wrapper-inner {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
@media (max-width: 1500px) {
  .wrapper-inner{
    width: 90%;
  }
}
@media (max-width: 630px) {
  .wrapper-inner {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .wrapper-inner.detail h1 {
    font-size: 20px;
  }
}


ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  height: 100%;
  width: 100%;
}

:root {
  --header-bg-color: #f6f6f6;
  --font: "Inter", sans-serif;

  --color-black: #000;
  --color-black-1: #1e1f26;
  --color-black-2: #0c1f28;
  --color-black-4: #333;
  --color-black-5: #101014;

  --color-main-active: #01d8e5;
  --color-bg: rgba(12, 31, 40, 0.1);
  --color-white: #fff;
  --color-white-2: #f8f8f8;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  font-weight: 400;
  width: 100%;
}

.main-title {
  font-size: 261px;
  letter-spacing: -0.09em;
}

@media screen and (min-width: 1920px) {
  .main-title {
    font-size: 13.05vw;
  }
}

.header {
  max-width: 100%;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  padding: 15px 15px;
  z-index: 300;
}

@media screen and (min-width: 1920px) {
  .header {
    padding: 0.75vw 0.75vw;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  padding: 10px 10px 10px 30px;
  background: var(--header-bg-color);
  position: relative;
}

@media screen and (min-width: 1920px) {
  .header__container {
    border-radius: 3vw;
    padding: 0.5vw 0.5vw 0.5vw 1.5vw;
  }
}

.header__logo {
  width: 44px;
  height: 44px;
  display: flex;
}


.modal.hidden{
  display: none;
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 70%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-inner{
  width: 1200px;
}
.modal-body-inner{
  position: relative;
}
.modal-body{
  overflow: hidden;
  border-radius: 10px;
  height: 343px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.modal-body img{
  width: 100%;
}
.modal-close{
  position: absolute;
  right: -60px;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.modal-close svg{
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px){
  .modal-inner{
    width: 900px;
  }
  .modal-body {
    height: 257px;
  }
}



@media (max-width: 1100px){
  .modal-inner{
    width: 700px;
  }
  .modal-body {
    height: 700px;
    background-image: url(/local/templates/adaptogenzz_by/assets/image/b25_2.jpg) !important;
  }
}

@media (max-width: 900px){
  .modal-inner{
    width: 500px;
  }
  .modal-body {
    height: 500px;
  }
}
@media (max-width: 800px){
	.modal-inner{
	  width: 90%;
	}
.modal-close {
right: 0;
top: -60px;
}
.modal-body {
background-size: contain;
}

}

@media (max-width: 700px){
  .modal-inner{
    width: 300px;
  }
  .modal-body {
    height: 300px;
  }
}


@media screen and (min-width: 1920px) {
  .header__logo {
    width: 2.19vw;
    height: 2.19vw;
  }
}

.header__nav {
  display: flex;
  gap: 35px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black-1);
}

@media screen and (min-width: 1920px) {
  .header__nav {
    gap: 1.75vw;
    font-size: 0.8vw;
  }
}

.header__contacts {
  display: flex;
  gap: 40px;
}

.header__nav-elem {
  color: transparent;
  text-decoration: none;
  background-image: linear-gradient(
    90deg,
    var(--color-main-active) 50%,
    var(--color-black-1) 50%
  );
  -webkit-background-clip: text, border-box;
  background-clip: text, border-box;
  background-size: 200% 100%;
  background-position: 100%, 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.4s, color 0.4s;
}

.header__nav-elem:hover {
  background-position: 0%, 0%;
  color: var(--color-main-active);
}

@media screen and (min-width: 1920px) {
  .header__contacts {
    gap: 2vw;
  }
}

.header__contacts-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media screen and (min-width: 1920px) {
  .header__contacts-wrap {
    gap: 0.15vw;
  }
}

.header__contacts-link {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-black-2);
}

@media screen and (min-width: 1920px) {
  .header__contacts-link {
    font-size: 1vw;
  }
}

.header__contacts-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
  .header__contacts-footer {
    gap: 0.5vw;
  }
}

.header__contacts-dots {
  width: 5px;
  height: 5px;
  background: var(--color-main-active);
  border-radius: 100%;
}

@media screen and (min-width: 1920px) {
  .header__contacts-dots {
    width: 0.25vw;
    height: 0.25vw;
  }
}

.header__contacts-info {
  font-size: 15px;
  line-height: 120%;
  color: var(--color-black-2);
  opacity: 0.6;
}

@media screen and (min-width: 1920px) {
  .header__contacts-info {
    font-size: 0.75vw;
  }
}

.header_btn {
  background: var(--color-bg);
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-black-2);
  position: relative;
  overflow: hidden;
}

.header_btn::before {
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  transform-origin: 50% 0;
  background: var(--color-main-active);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
}

.header_btn:hover::before {
  transform-origin: 100% 100%;
  transform: scaleY(1);
}

.header_btn span {
  z-index: 10;
}

.header_btn img {
  z-index: 10;
}

@media screen and (min-width: 1920px) {
  .header_btn {
    gap: 0.5vw;
    border-radius: 2.5vw;
    padding: 1vw 1.5vw;
    font-size: 0.75vw;
  }
}

.header_btn img {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1920px) {
  .header_btn img {
    width: 0.8vw;
    height: 0.8vw;
  }
}

.slide-top:hover {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.menu-btn {
  display: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  width: 32px;
  height: 18px;
  cursor: pointer;
}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #575757;
  transition-duration: 0.25s;
}
.menu-btn > span::before {
  content: "";
  top: -8px;
}
.menu-btn > span::after {
  content: "";
  top: 8px;
}

#menu-toggle {
  opacity: 0;
  position: absolute;
}
#menu-toggle:checked ~ .menu-btn > span {
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
  visibility: visible;
  left: 0;
}

@media (max-width: 1592px) {
  .menu-btn {
    display: flex;
    right: 24px;
  }

  .header__container {
    padding: 10px 89px 10px 30px;
  }

  .header__nav {
    padding: 15px 30px;
    border-radius: 60px;
    background-color: var(--header-bg-color);
  }

  .header__nav-wrap {
    padding: 0 15px;
    display: block;
    position: fixed;
    visibility: hidden;
    display: flex;
    top: 110px;
    left: -100%;
    width: 100%;
    transition-duration: 0.25s;
  }

  .mobile {
    visibility: visible;
    left: 0;
  }
}

@media (max-width: 1116px) {
  .header__cont-wrap {
    padding: 0 15px;
    display: block;
    position: fixed;
    visibility: hidden;
    display: flex;
    top: 177px;
    left: -100%;
    width: 100%;
    transition-duration: 0.25s;
  }

  .header__contacts {
    padding: 15px 30px;
    border-radius: 60px;
    background-color: var(--header-bg-color);
  }
  .mobile {
    visibility: visible;
    left: 0;
  }
}

@media (max-width: 638px) {
  .header {
    padding: 15px 10px;
  }

  .header__container {
    padding: 10px 70px 10px 30px;
  }

  .header__logo {
    width: 30px;
    height: 30px;
  }

  .header_btn {
    /*width: 32px;*/
    /*height: 32px;*/
    /*padding: 0;*/
    /*align-items: center;*/
    /*justify-content: center;*/
  }

  .header_btn span {
    display: none;
  }

  .header__nav-wrap {
    top: 82px;
  }

  .header__nav {
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
  }

  .header__cont-wrap {
    top: 267px;
  }

  .header__contacts {
    border-radius: 10px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .header__contacts-wrap {
    align-items: center;
  }
}

.main {
  flex: 1 0 auto;
}

.banner {
  background: var(--color-black-2);
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.banner__container {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1920px) {
  .banner__container {
    max-width: 95vw;
  }
}

.banner__list {
  width: 42%;
  left: 50%;
  top: 25%;
  height: 100vh;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .banner__list {
    left: 50vw;
    gap: 1vw;
  }
}

.banner__list-elem:nth-of-type(1){
  font-size: 70px;
  line-height: 110%;
  letter-spacing: -4px;
}

@media screen and (min-width: 1920px) {
  .banner__list-elem:nth-of-type(1){
    font-size: 70px;
    line-height: 110%;
    font-size: 3.5vw;
  }
}

.banner__list-elem:nth-of-type(2){
  font-size: 25px;
  line-height: 125%;
  margin-top: 25px;
  width: 60%;
}

@media screen and (min-width: 1920px) {
  .banner__list-elem:nth-of-type(2){
    font-size: 1.25vw;
    margin-top: 1.25vw;
  }
}

.article-soc{}
.article-soc h1{
  font-size: 40px;
}
.article-soc .news-list{
  margin-top: 50px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.article-soc .news-list a{
  width: 393px;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--header-bg-color);
  border-top: 3px solid var(--color-main-active);
  border-radius: 30px;
  padding: 50px;
  cursor: pointer;
}
.article-soc .news-detail{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.article-soc .news-detail img{
  max-width: 50%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.news-list.catalog{

}
.news-list.catalog a{
  display: flex;
}

.products__elements-wrap.catalog{
  flex-direction: row;
  margin-top: 50px !important;
  flex-wrap: wrap;
}

.products__elements-wrap.catalog .products__card:not(:first-child){
  display: flex;
}
.products__elements-wrap .products__card{
  text-decoration: none;
}
.catalog-section.bx-blue{
  margin-top: 50px;
}

.catalog-section.bx-blue .products__elements-wrap{
  flex-direction: row;
  flex-wrap: wrap;
}

.catalog-section.bx-blue .products__elements-wrap .products__card{
  width: 100%;
}
.catalog-section.bx-blue .products__elements-wrap .products__card:not(:first-child){
  display: flex;
}

@media (max-width: 900px) {
  .products__elements-wrap.catalog{
    flex-direction: column;
  }
  .catalog-section.bx-blue .products__elements-wrap .products__card{
    width: 100%;
  }
}
@media (max-width: 630px) {
  .products__elements-wrap.catalog{
    margin-top: 30px !important;
  }
  .catalog-section.bx-blue{
    margin-top: 30px;
  }
}

@media (max-width: 1500px) {
  .article-soc .news-list a {
    width: 32%;
  }
}
@media (max-width: 1500px) {
  .article-soc{}
  .article-soc h1{
    font-size: 36px;
  }
  .article-soc .news-detail{}
}
@media (max-width: 900px) {
  .article-soc{}
  .article-soc h1{
    font-size: 28px;
  }
  .article-soc .news-list a {
    width: 49%;
  }
  .article-soc .news-detail{}
}
@media (max-width: 630px) {
  .article-soc{
    margin-top: 150px;
  }
  .article-soc .news-list{
    margin-top: 30px;
  }
  .article-soc .news-detail{
    margin-top: 30px;
  }
  .article-soc .news-list a {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }

}

.banner__grade {
  position: absolute;
  box-shadow: 0 54px 104px 0 rgba(12, 31, 40, 0.5);
  left: calc(50% - 88px);
  top: calc(100vh - 88px);
  z-index: 199;
}

@media screen and (min-width: 1920px) {
  .banner__grade {
    box-shadow: 0 2.7vw 5.2vw 0 rgba(12, 31, 40, 0.5);
    left: calc(50% - 4.4vw);
    top: calc(100vh - 4.4vw);
  }
}

.grade {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--header-bg-color);
  border-radius: 100%;
  width: 184px;
  height: 184px;
}

@media screen and (min-width: 1920px) {
  .grade {
    width: 9.2vw;
    height: 9.2vw;
  }
}

.grade-img {
  position: absolute;
  animation: rotate 12s infinite linear;
  width: 162px;
  height: 162px;
}

@media screen and (min-width: 1920px) {
  .grade-img {
    width: 8.1vw;
    height: 8.1vw;
  }
}

.grade-item {
  padding: 44px;
  background: var(--color-main-active);
  width: 96px;
  height: 96px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
  .grade-item {
    padding: 2.19vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.grade-item img {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1920px) {
  .grade-item img {
    width: 1.2vw;
    height: 1.2vw;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.items {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
}

.item {
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--header-bg-color);
  margin: 0 50px;
  animation: ticker 100s linear infinite;
}

.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}

@keyframes scroll {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.header_r{
  display: flex;
  align-items: center;
}

.header_btn-basket{
  background: #000;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.header_btn-basket::before {
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  transform-origin: 50% 0;
  background: var(--color-main-active);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
}
.header_btn-basket:hover::before {

}
.header_btn-basket span {
  z-index: 10;
}

.header_btn-basket img {
  z-index: 10;
}
@media screen and (min-width: 1920px) {
  .header_btn-basket {
    gap: 0.5vw;
    border-radius: 2.5vw;
    padding: 1vw 1.5vw;
    font-size: 0.75vw;
    margin-right: 0.5vw;
  }
}
@media screen and (max-width: 800px) {
  .header_btn-basket span{
    display: none;
  }
  .header_btn-basket{
    padding: 12px 12px;
  }
  .header_btn {
    padding: 15px;
  }
  .header_btn-basket img {
    width: 20px;
    height: 20px;
  }
}

.header_btn-basket img {
  width: 22px;
  height: 22px;
}

@media screen and (min-width: 1920px) {
  .header_btn-basket img {
    width: 1.1vw;
    height: 1.1vw;
  }
}

.header_btn-basket::before {
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  transform-origin: 50% 0;
  background: var(--color-main-active);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
}

.header_btn-basket:hover::before {
  transform-origin: 100% 100%;
  transform: scaleY(1);
}

.banner__img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 976px;
  height: 797px;
}

@media screen and (min-width: 1920px) {
  .banner__img-bg {
    width: 48.8vw;
    height: 39.85vw;
  }
}

@media screen and (max-width: 971px) {
  .banner {
    height: 547px;
  }
  .box-medal__img{
    width: 80px;
    height: 80px;
  }

  .banner__container {
    height: 100%;
  }

  .banner__img-bg {
    width: 304px;
    height: 308px;
  }

  .banner__list {
    top: 113px;
  }

  .banner__grade {
    left: 24px;
    top: 332px;
  }

  .grade {
    width: 120px;
    height: 120px;
  }

  .grade-item {
    padding: 28.7px;
    width: 64px;
    height: 64px;
  }

  .grade-item img {
    width: 16px;
    height: 16px;
  }

  .grade-img {
    width: 108px;
    height: 108px;
  }

  .main-title {
    font-size: 64px;
    letter-spacing: -0.09em;
  }

  .item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 667px) {
  .banner__container {
    max-width: 100%;
  }
  .banner__list {
    padding: 0 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }
}

.about {
  margin: 120px auto;
  max-width: 1900px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .about {
    margin: 6vw auto;
    max-width: 100%;
  }
}

.about__title {
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -0.04em;
  margin-left: 107px;
  max-width: 1555px;
  width: 100%;
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .about__title {
    font-size: 3.2vw;
    margin-left: 5.35vw;
    max-width: 77.75vw;
  }
}

@media screen and (max-width: 1680px) {
  .about {
    margin: 55px auto;
  }

  .about__title {
    margin: 0 auto;
    padding: 0 24px;
  }
}

@media screen and (max-width: 964px) {
  .about__title {
    font-size: 20px;
  }
}

.title-active {
  color: var(--color-main-active);
}

.small-title {
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  opacity: 0.7;
  color: var(--color-main-active);
}

@media screen and (min-width: 1920px) {
  .small-title {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 678px) {
  .small-title {
    font-size: 14px;
  }
}

.title {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--color-black-2);
}

.wrapper-inner.article .news-list{
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.wrapper-inner.article .news-item{
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  display: block;
  background: #f8f8f8;
  padding: 50px;
}
.wrapper-inner.article .news-date-time{
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.wrapper-inner.article .news-title{
  font-size: 24px;
}
.wrapper-inner.article .news-detail{
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 130%;
  color: #000;
}
.wrapper-inner.article .news-detail img{
  max-width: 100%;
  max-height: 500px;
  width: auto;
  margin: 20px auto;
  display: block;
}
.wrapper-inner.article .news-detail h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1000px) {
  .article-title {
    font-size: 26px !important;
    font-weight: bold;
  }
  .wrapper-inner.article .news-title {
    font-size: 18px;
  }
  .wrapper-inner.article .news-item {
    padding: 20px;
  }
}
@media screen and (max-width: 678px) {
  .title {
    font-size: 26px;
  }
}

.products__card-price{
  position: absolute;
  bottom: 120px;
  font-size: 36px;
  color: #01d8e5;
}
@media (max-width: 1900px){
  .products__card-price {
    font-size: 28px;
  }
}
@media (max-width: 1800px){
  .products__card-price {
    font-size: 24px;
  }
}
@media (max-width: 700px){
  .products__card-price {
    font-size: 18px;
    bottom: 160px;
  }
}

.article-title{
  font-size: 48px;
  margin-bottom: 50px;
  font-family: "Inter";
}

.products {
  margin: 0 auto;
  max-width: 1900px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .products {
    max-width: 100%;
  }
}

.products__small-title {
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width: 1920px) {
  .products__small-title {
    margin-bottom: 0.89vw;
  }
}

.products__title {
  text-align: center;
  margin: 0 auto;
  max-width: 734px;
}

@media screen and (min-width: 1920px) {
  .products__title {
    max-width: 36.7vw;
  }
}

.products__content {
  margin-top: 78px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .products__content {
    margin-top: 3.9vw;
    gap: 0.5vw;
  }
}

.products__about {
  position: sticky;
  top: 110px;
  max-width: 714px;
  width: 100%;
  display: flex;
  gap: 44px;
  flex-direction: column;
  padding: 60px 142px 52px 60px;
  background: var(--color-main-active);
  border-radius: 30px;
}

@media screen and (min-width: 1920px) {
  .products__about {
    max-width: 35.69vw;
    gap: 2.2vw;
    padding: 3vw 7.1vw 2.6vw 3vw;
    border-radius: 1.5vw;
  }
}

.products__about-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .products__about-header {
    gap: 1.5vw;
  }
}

.products-category {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.01em;
  opacity: 0.7;
}

@media screen and (min-width: 1920px) {
  .products-category {
    font-size: 0.75vw;
  }
}

.products-title {
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.products__header-category {
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .products-title {
    font-size: 2vw;
  }
}

.products__header-title {
  max-width: 476px;
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .products__header-title {
    max-width: 23.79vw;
  }
}

.products__about-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .products__about-main {
    gap: 0.75vw;
    font-size: 1vw;
  }
}

.products-link {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  background: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .products-link {
    width: 5.3vw;
    height: 5.3vw;
  }
}

.products-link img {
  width: 10px;
  height: 20px;
}

@media screen and (min-width: 1920px) {
  .products-link img {
    width: 0.5vw;
    height: 1vw;
  }
}

.products__about-link {
  position: absolute;
  top: 85px;
  right: 56px;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1920px) {
  .products__about-link {
    top: 4.25vw;
    right: 2.8vw;
  }
}

.products__elements {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .products__elements {
    gap: 0.5vw;
  }
}
.products__elements-wrap.index .products__elements-wrap.catalog{
  flex-wrap: wrap;
}
.products__elements-wrap.index .products__card{
  width: 100%;
}

.products__elements-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .products__elements-wrap {
    gap: 0.5vw;
  }
}

.products__elements-wrap:first-child {
  margin-top: 110px;
}

@media screen and (min-width: 1920px) {
  .products__elements-wrap:first-child {
    margin-top: 5.5vw;
  }
}

.products__card {
  position: relative;
  max-width: 583px;
  width: 100%;
  min-height: 571px;
  height: 100%;
  background: var(--header-bg-color);
  padding: 60px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .products__card {
    min-height: 28.549vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
}

.products__card-category {
  color: var(--color-black-4);
  position: absolute;
  left: 60px;
  bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .products__card-category {
    left: 3vw;
    bottom: 3vw;
  }
}

.products__card-title {
  margin-top: 20px;
  z-index: 9;
  position: relative;
  color: var(--color-black-4);
  max-width: 320px;
  z-index: 99;
}

@media screen and (min-width: 1920px) {
  .products__card-title {
    margin-top: 1vw;
    max-width: 16vw;
  }
}

.products__card:hover .products__card-link{
  font-size: 16px;
}
.products__card-img {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1920px) {
  .products__card-img {
    width: 20vw;
    height: 20vw;
  }
}

.products__card-link {
  position: absolute;
  top: 40px;
  right: 40px;
  transition: transform 0.3s ease-in-out;
  background-color: #01D8E5;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  transition: .3s;
}

@media screen and (min-width: 1920px) {
  .products__card-link {
    top: 2vw;
    right: 2vw;
  }
}

.products__card:hover .products__card-link {
  transform: scale(3);
}

.products__card:hover .products__card-img {
  transform: scale(1.3) rotate(-0.2rad);
}

.products__about:hover .products__about-link {
  transform: scale(1.3);
}

@media screen and (max-width: 1698px) {
  .products__elements-wrap.catalog{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bx_catalog_line.catalog{
    width: 100%;
  }


  .products__content {
    margin-top: 43px;
    flex-direction: column;
    align-items: center;
  }

  .products__elements-wrap:first-child {
    margin-top: 0;
  }

  .products__elements-wrap {
    align-items: center;
  }

  .products__about {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 1136px) {
  .products__elements-wrap .products__card:not(:first-child) {
    display: none;
  }

  .products__elements {
    flex-direction: column;
  }
  .products__card-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 712px) {
  .products__about {
    padding: 36px 33px 36px 30px;
    gap: 69px;
    border-radius: 0;
  }

  .products-category {
    font-size: 14px;
  }

  .products-title {
    font-size: 24px;
  }

  .products__header-title {
    max-width: 226px;
  }

  .products__about-main {
    font-size: 16px;
  }

  .products-link {
    width: 60px;
    height: 60px;
  }
  .products__card-link {
    font-size: 12px;
  }
  .products__about-link {
    top: 69px;
    right: 33px;
  }

  .products__elements {
    padding: 0;
  }

  .products__card {
    padding: 40px;
    max-width: 400px;
    min-height: 368px;
  }

  .products__card-link {
    transform: translate(-22px, 26px)!important;
  }

  .products__card-img {
    width: 317px;
    height: 317px;
    top: 132px;
    right: 0;
  }
}

@media screen and (max-width: 358px) {
  .products__header-title {
    max-width: 100px;
  }
  /*.products__card-img {*/
  /*  left: 98px;*/
  /*}*/
}

.advert {
  margin: 109px 0 132px 0;
}

@media screen and (min-width: 1920px) {
  .advert {
    margin: 5.45vw 0 6.6vw 0;
  }
}

.advert__title-wrap {
  display: flex;
  overflow: hidden;
  user-select: none;
  height: 307px;
}

@media screen and (min-width: 1920px) {
  .advert__title-wrap {
    height: 15.35vw;
  }
}

.advet__item-title {
  color: var(--color-black-2);
}

@media screen and (max-width: 972px) {
  .advert {
    margin: 91px 0 107px 0;
  }
  .advert__title-wrap {
    height: 77px;
  }
}

.info {
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 200px;
}

@media screen and (min-width: 1920px) {
  .info {
    padding: 0 3.47vw;
    margin-top: 10vw;
  }
}

.info__text {
  display: flex;
  flex-direction: column;
  max-width: 1012px;
  width: 100%;
  padding-right: 50px;
}

@media screen and (min-width: 1920px) {
  .info__text {
    max-width: 50.6vw;
  }
}

.info__text-first {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .info__text-first {
    font-size: 1.1vw;
  }
}

.info__text-second {
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--color-black);
  margin: 46px 0 55px 0;
  font-size: 22px;
  font-style: italic;
}

@media screen and (min-width: 1920px) {
  .info__text-second {
    margin: 2.3vw 0 2.75vw 0;
    font-size: 1.1vw;
  }
}

.info__text-ul {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--color-black);
}

@media screen and (min-width: 1920px) {
  .info__text-ul {
    font-size: 1.1vw;
  }
}

.info__text-li {
  position: relative;
  margin-left: 20px;
}

@media screen and (min-width: 1920px) {
  .info__text-li {
    margin-left: 1vw;
  }
}

.info__text-li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  background: var(--color-black);
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

@media screen and (min-width: 1920px) {
  .info__text-li::after {
    content: "";
    width: 0.35vw;
    height: 0.35vw;
    top: 50%;
    left: -1vw;
  }
}

.info__img {
  width: 673px;
  height: 898px;
  border-radius: 30px;
}

@media screen and (min-width: 1920px) {
  .info__img {
    width: 33.65vw;
    height: 44.9vw;
    border-radius: 1.5vw;
  }
}

@media screen and (max-width: 1356px) {
  .info {
    flex-direction: column-reverse;
    gap: 25px;
  }
}

@media screen and (max-width: 1022px) {
  .info {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .info__text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 860px) {
  .info {
    width: 100%;
    margin: 0 auto;
  }

  .info__text-first {
    font-size: 16px;
  }

  .info__text-second {
    margin: 10px 0;
    font-size: 16px;
  }

  .info__text-ul {
    font-size: 16px;
  }

  .info__text-li::after {
    width: 4px;
    height: 4px;
    left: -10px;
  }

  .info__text-li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 860px) {
  .info {
    align-items: normal;
    width: 100%;
  }

  .info__img {
    width: auto;
    height: auto;
    border-radius: 0;
  }
}

.partners {
  margin-top: 200px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .partners {
    margin-top: 10vw;
  }
}

.partners__header-category {
  text-align: center;
}

.partners__header-title {
  margin: 18px 0 86px 0;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .partners__header-title {
    margin: 0.89vw 0 4.3vw 0;
  }
}

.partners__content {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-right: 62px;
}

@media screen and (min-width: 1920px) {
  .partners__content {
    max-width: 75vw;
    padding-right: 3.1vw;
  }
}

.partners__content-left,
.partners__content-center,
.partners__content-right {
  display: flex;
  flex-direction: column;
  gap: 47px;
}

@media screen and (min-width: 1920px) {
  .partners__content-left,
  .partners__content-center,
  .partners__content-right {
    gap: 2.35vw;
  }
}

.partners__content-left {
  max-width: 425px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .partners__content-left {
    max-width: 21.25vw;
  }
}

.partners__content-center {
  margin: 0 153px 0 79px;
  max-width: 397px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .partners__content-center {
    margin: 0 7.649vw 0 3.95vw;
    max-width: 19.85vw;
  }
}

.partners__content-right {
  max-width: 384px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .partners__content-right {
    max-width: 19.2vw;
  }
}

.partners__content-item {
  display: flex;
  align-items: center;
  gap: 38px;
}

@media screen and (min-width: 1920px) {
  .partners__content-item {
    gap: 1.9vw;
  }
}

.partners__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--color-white-2);
  backdrop-filter: blur(10px);
}

@media screen and (min-width: 1920px) {
  .partners__item-img {
    width: 5vw;
    height: 5vw;
  }
}

.partners__item-img img {
  width: 37px;
  height: 37px;
}

@media screen and (min-width: 1920px) {
  .partners__item-img img {
    width: 1.849vw;
    height: 1.849vw;
  }
}

.partners__item-title {
  font-size: 24px;
  letter-spacing: -0.03em;
  color: var(--color-black);
  display: block;
  max-width: 287px;
}

@media screen and (min-width: 1920px) {
  .partners__item-title {
    font-size: 1.2vw;
    max-width: 14.35vw;
  }
}

.partners-mobile-none {
  display: none;
}

.partners__item-title-small {
  max-width: 194px;
}

@media screen and (min-width: 1920px) {
  .partners__item-title-small {
    max-width: 9.7vw;
  }
}

@media screen and (max-width: 1508px) {
  .partners {
    margin-top: 73px;
  }

  .partners__header-title {
    margin: 19px 0 28px 0;
  }

  .partners__content {
    max-width: 100%;
    padding: 0 20px;
    justify-content: space-between;
  }

  .partners__content-center {
    margin: 0;
  }
}

@media screen and (max-width: 1280px) {
  .partners__content {
    flex-wrap: wrap;
    gap: 47px;
    justify-content: center;
  }

  .partners__content-right {
    flex-direction: row;
    max-width: 869px;
    justify-content: normal;
    gap: 149px;
  }
}

@media screen and (max-width: 914px) {
  .partners__content-left {
    max-width: 100%;
  }

  .partners__content-center {
    max-width: 100%;
  }

  .partners__content-right {
    max-width: 100%;
  }

  .partners__content-right {
    flex-direction: column;
    gap: 47px;
  }
}

@media screen and (max-width: 606px) {
  .partners__content-item {
    gap: 15px;
  }

  .partners__item-img {
    width: 40px;
    height: 40px;
  }

  .partners__item-img img {
    width: 13px;
    height: 13px;
  }

  .partners__item-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  /*.partners__content-item {*/
  /*  display: none;*/
  /*}*/
  .box-medal{
    position: absolute;
    right: 50px;
    bottom: -150px;
  }

  .products__card-big {
    padding: 10px !important;
  }
  .partners-mobile {
    display: flex;
  }

  .partners-mobile-none {
    width: 100%;
  }

  .partners__content-left {
    gap: 9px;
  }
  .partners__content {
    gap: 9px;
  }
  .banner{
    height: 580px !important;
  }
}

.cooperation {
  margin: 184px 0 177px 0;
}

@media screen and (min-width: 1920px) {
  .cooperation {
    margin: 9.2vw 0 8.85vw 0;
  }
}






.lk .article-title{
  font-size: 30px;
  text-align: center;
  border-bottom: 3px solid #01D8E5;
  padding-bottom: 16px;
}
.lk .article-box{
  margin-top: 50px;
}
.lk .request__container{
  padding: 0;
}
.lk .request{
  background: #fff;
  margin: 0;
  margin-top: 150px;
}
.lk .request__small-title{
  color: #000000;
}
.lk .request__title{
  color: #000000;
}
.lk .request__form-item::after {
  background: rgba(0,0,0,.4);
}
.lk .request__item-number {
  color: #000000;
}
.lk .request__item-label{
  color: #000;
}
.lk .request__item-input{
  color: #000;
}
.lk .request__item-input::placeholder{
  color: #000;
}
.lk .item-last-border::before {
  background: rgba(0,0,0,.4);
}
.lk .request__consent-text {
  color: #000000;
}
.lk .request__header {
  margin: 40px 0 60px 0;
}
.personal-in .request__form-item::after{
  content: none;
}
.personal-in .request__form-item::before {
  background: rgba(0,0,0,.4);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 0.2;
  bottom: 0px;
  max-width: 670px;
}
.personal-in .request__form-btn{
  margin-top: 40px;
}
.error.active{
  border: 1px solid red;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 30px;
  margin-top: 30px;
  background: #ffc7c7;
  font-size: 14px;
}
.personal-box{

}
.personal-box-list{
  display: flex;
  gap: 10px;
  align-items: center;
}
.personal-box-item{
  font-size: 16px;
  color: #000;
  padding: 10px 10px !important;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0 !important;
}
.personal-box-item.active{
  border: 2px solid #01D8E5;
  color: #01D8E5;
}
.personal-box-item.exit{
  color: #EB5757;
}
.personal-info{}
.personal-info-item{}
.profile-box{
  margin-top: 70px;
  max-width: 670px;
}
.profile-box .request__form-item:last-of-type::before{
  background: rgba(0,0,0,.4);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 0.2;
  bottom: 0px;
  max-width: 670px;
}
#btnInSave{
  margin-top: 50px;
}
.profile-box .request__form-item{}


.coupon-title{
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}


.lk .promolist{
  margin-top: 20px;
}
.lk .promolist-head{
  background-color: #F4F6F3;
  border-radius: 16px 16px 0 0;
  display: flex;
  gap: 10px;
  padding: 10px 15px;
}
.lk .promolist-head-item{
  color: rgba(36,34,34,.36);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.lk .promolist-head-item:nth-of-type(1),
.lk .promolist-body-item-td:nth-of-type(1){
  width: 130px;
}
.lk .promolist-head-item:nth-of-type(2),
.lk .promolist-body-item-td:nth-of-type(2){
  width: 80px;
  text-align: center;
}
.lk .promolist-head-item:nth-of-type(3),
.lk .promolist-body-item-td:nth-of-type(3){
  width: 280px;
}
.lk .promolist-head-item:nth-of-type(4),
.lk .promolist-body-item-td:nth-of-type(4){
  width: 130px;
  text-align: center;
}
.lk .promolist-body{}
.lk .promolist-body-item{
  padding: 10px 15px;
  display: flex;
  gap: 10px;
}
.lk .promolist-body-item-td{
  font-size: 14px;
}
.lk .promolist-body-item-td:nth-of-type(3){
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lk .td-goods{
  background: #f4f6f3;
  border-radius: 5px;
  padding: 5px;
}
.lk .promolist-title{
  margin-top: 50px;
  font-size: 14px;
}

.header_btn-lk{
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.header_btn-lk img{
  max-width: 100%;
  max-height: 100%;
}
/*.lk .promolist{}*/
/*.lk .promolist{}*/
/*.lk .promolist{}*/
/*.lk .promolist{}*/
/*.lk .promolist{}*/


@media screen and (min-width: 1920px) {
  .lk .request__header {
    margin: 2vw 0 2.5vw 0;
  }
}
@media (max-width: 1400px) {
  .lk .request{
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .personal-box-list {
    gap: 5px;
    display: flex;
    flex-direction: column;
  }
  .personal-box-item {
    font-size: 14px;
  }
  .profile-box{
    margin-top: 30px;
  }
}



.cooperation__header-category {
  text-align: center;
}

.cooperation__header-title {
  text-align: center;
  margin: 18px 0 86px 0;
}

@media screen and (min-width: 1920px) {
  .cooperation__header-title {
    text-align: center;
    margin: 0.89vw 0 4.3vw 0;
  }
}

.cooperation__content {
  max-width: 1372px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.cooperation-list-item.blue .default{
  background: #01d8e5;
  display: block;
}

@media screen and (min-width: 1920px) {
  .cooperation__content {
    max-width: 68.6vw;
    gap: 0.549vw;
  }
}
@media screen and (max-width: 1400px) {
  .cooperation__content {
    justify-content: center;
  }
}


.cooperation-list-item {
  width: 450px;
  height: 350px;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item {
    width: 22.5vw;
    height: 17.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
  }
}

.cooperation-list-item .default {
  height: 100%;
  background: var(--color-white-2);
  border-radius: 30px;
  padding: 50px;
  transition: all 0.3s;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item .default {
    border-radius: 1.5vw;
    padding: 2.5vw;
    border-radius: 1.5vw;
  }
}

.cooperation-list-item:hover .default {
  transition-delay: 0.3s;
  transform: translate(0, -2.5vw);
}

.cooperation-list-item .default .num {
  letter-spacing: -0.05em;
  color: var(--color-black-5);
  height: 18px;
  font-size: 16px;
  line-height: 110%;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item .default .num {
    height: 0.89vw;
    font-size: 0.8vw;
  }
}

.cooperation-list-item .default .num div {
  transition: all 0.5s;
  transform: translate(0);
}

.cooperation-list-item:hover .default .num div {
  transform: translate(0, -100%);
}

.cooperation-list-item .default .title {
  color: var(--color-black-5);
  height: 77px;
  margin-top: 25px;
  font-size: 32px;
  line-height: 130%;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item .default .title {
    height: 3.85vw;
    margin-top: 1.25vw;
    font-size: 1.6vw;
  }
}

.cooperation-list-item:hover .default .title div {
  transform: translate(0, -100%);
}

.cooperation-list-item .default .title div {
  transition: all 0.5s;
  transform: translate(0);
}

.cooperation-list-item .default .arrow {
  height: 28px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item .default .arrow {
    height: 1.4vw;
    bottom: 2.5vw;
    right: 2.5vw;
  }
}

.cooperation-list-item .default .arrow svg {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 1920px) {
  .cooperation-list-item .default .arrow svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.cooperation-list-item:hover .default .arrow div {
  transform: translate(0, -100%);
}

.cooperation-list-item .default .arrow div {
  transition: all 0.5s;
  transform: translate(0);
}

.cooperation-list-item:hover .default + .hover {
  transition-delay: 0.1s;
  transform: translate(0, -100%);
}

.cooperation-list-item .hover {
  height: 100%;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  position: absolute;
  top: 100%;
}

.hover .hover-img {
  width: 100%;
  height: 304px;
  font-size: 16px;
  color: var(--color-black);
  border-radius: 30px;
  padding: 50px;
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .hover .hover-img {
    height: 15.2vw;
    font-size: 0.8vw;
    border-radius: 1.5vw;
    padding: 2.5vw;
  }
}

.hover .hover-line {
  -webkit-user-select: none;
  user-select: none;
  background: var(--color-black);
  border-radius: 30px;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 12px;
  padding: 7px 0;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .hover .hover-line {
    border-radius: 1.5vw;
    margin-top: 0.6vw;
    padding: 0.35vw 0;
  }
}

.hover .hover-line .marqueee {
  animation: 30s linear infinite serviceline;
}

.hover .hover-line .hover-line-item {
  counter-reset: item;
  min-width: 100%;
  font-size: 16px;
  height: 19px;
  color: var(--color-white);
  flex-shrink: 0;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hover .hover-line .hover-line-item {
    font-size: 0.8vw;
    height: 0.95vw;
  }
}

.hover .hover-line .hover-line-point {
  width: 5px;
  height: 5px;
  background: var(--color-main-active);
  border-radius: 50%;
  margin: 0 10px;
}

@media screen and (min-width: 1920px) {
  .hover .hover-line .hover-line-point {
    width: 0.25vw;
    height: 0.25vw;
    margin: 0 0.5vw;
  }
}

@keyframes serviceline {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@media screen and (max-width: 1208px) {
  .cooperation {
    margin: 58px 0 48px 0;
  }

  .cooperation__header-title {
    margin: 9px 0 28px 0;
  }
}

@media screen and (max-width: 678px) {
  .cooperation__header-category {
    max-width: 264px;
    margin: 0 auto;
    line-height: 120%;
  }
}

@media screen and (max-width: 498px) {
  .cooperation__content {
    gap: 14px;
    padding: 0 16px;
  }

  .cooperation__header-title {
    max-width: 335px;
    margin: 9px auto 28px auto;
  }

  .cooperation-list-item {
    width: 100%;
    height: 200px !important;
    border-radius: 20px 20px 0 0;
  }

  .hover .hover-line .hover-line-item{
    font-size: 12px;
    height: 10px;
  }

  .cooperation-list-item .default {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  .cooperation-list-item:hover .default {
    transform: translate(0, -8.5vw);
  }

  .cooperation-list-item .default .num {
    font-size: 14px;
    height: 15px;
  }

  .cooperation-list-item .default .title {
    font-size: 24px;
    margin-top: 17px;
    height: 29px;
  }

  .cooperation-list-item .default .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
  }

  .cooperation-list-item .default .arrow svg {
    width: 12.5px;
    height: 12.5px;
  }

  .hover .hover-img {
    padding: 20px;
    height: 240px;
  }

  /*.cooperation__content > *:nth-child(n + 3) {*/
  /*  display: none;*/
  /*}*/
}

.founders {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 197px;
}

@media screen and (min-width: 1920px) {
  .founders {
    max-width: 100%;
    padding-bottom: 9.85vw;
  }
}

.founders__small-title {
  text-align: center;
}

.founders__title {
  text-align: center;
  margin-top: 18px;
}

@media screen and (min-width: 1920px) {
  .founders__title {
    margin-top: 0.89vw;
  }
}

.founders__content {
  margin-top: 73px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

@media screen and (min-width: 1920px) {
  .founders__content {
    margin-top: 3.65vw;
    gap: 0.449vw;
  }
}

.founders__content-card {
  position: relative;
  width: 100%;
  min-height: 571px;
  height: 100%;
  padding: 60px;
  background: var(--color-black-2);
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
}

@media screen and (min-width: 1920px) {
  .founders__content-card {
    max-width: 100%;
    min-height: 28.549vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
}

.founders__card-category {
  color: var(--color-white);
}

.founders__card-title {
  color: var(--color-white);
  margin-top: 28px;
}

@media screen and (min-width: 1920px) {
  .founders__card-title {
    margin-top: 1.4vw;
  }
}

.founders__card-img {
  position: absolute;
  width: 352px;
  height: 413px;
  bottom: 0;
  right: 13px;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1920px) {
  .founders__card-img {
    width: 17.59vw;
    height: 20.65vw;
    right: 0.65vw;
  }
}

.founders__card-link {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1920px) {
  .founders__card-link {
    right: 2vw;
    bottom: 2vw;
  }
}

.founders__content-card:hover .founders__card-link {
  transform: scale(1.2);
}

.founders__content-card:hover .founders__card-img {
  transform: scale(1.2);
}

@media screen and (max-width: 1486px) {
  .founders {
    padding-bottom: 58px;
  }
  .founders__content {
    margin-top: 26px;
  }
  .founders__content-card {
    border-radius: 10px;
    min-height: 365px;
    padding: 30px 26px;
  }

  .founders__title {
    margin-top: 19px;
  }

  .products-category {
    font-size: 14px;
  }

  .founders__card-title {
    margin-top: 19px;
  }

  .products-title {
    font-size: 24px;
  }

  .founders__card-img {
    width: 232px;
    height: 272px;
    right: -7px;
  }

  .founders__card-link {
    right: 14px;
    bottom: 12px;
  }
}

.news {
  overflow-x: hidden;
}

.news__wrap {
  margin: 0 auto;
  max-width: 1828px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 106px;
}

@media screen and (min-width: 1920px) {
  .news__wrap {
    max-width: 91.4vw;
    gap: 5.3vw;
  }
}

.news__info {
  max-width: 536px;
}

@media screen and (min-width: 1920px) {
  .news__info {
    max-width: 26.8vw;
  }
}

.news__title {
  color: var(--color-black-2);
  margin: 24px 0 37px 0;
}

@media screen and (min-width: 1920px) {
  .news__title {
    margin: 1.2vw 0 1.849vw 0;
  }
}

.news__btn {
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .news__btn {
    gap: 0.5vw;
  }
}

.news__btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 43px 48px;
  border-radius: 100%;
  cursor: pointer;

  position: relative;
}

.news__btn-back::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background: var(--color-main-active);
  opacity: 0.1;
}

.news__btn-back img {
  width: 15px;
  height: 24px;
}

@media screen and (min-width: 1920px) {
  .news__btn-back img {
    width: 0.75vw;
    height: 1.2vw;
  }
}

@media screen and (min-width: 1920px) {
  .news__btn-back {
    padding: 2.15vw 2.4vw;
  }
}

.products__elements.mobile{
  display: none;
}
@media (max-width: 1136px) {
  .products__elements.desktop{
    display: none;
  }
  .products__elements.mobile{
    display: block;
  }
  .products__elements.mobile .products__card{
    display: block;
  }
}

.news__btn-ahead {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 43px 48px;
  border-radius: 100%;
  cursor: pointer;
  background: var(--color-main-active);
}

.news__btn-ahead img {
  width: 15px;
  height: 24px;
}

@media screen and (min-width: 1920px) {
  .news__btn-ahead {
    padding: 2.15vw 2.4vw;
  }
}

@media screen and (min-width: 1920px) {
  .news__btn-ahead img {
    width: 0.75vw;
    height: 1.2vw;
  }
}

.news__content {
  display: flex;
}

.news__content-card {
  width: 431px;
  min-height: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--header-bg-color);
  border-top: 3px solid var(--color-main-active);
  border-radius: 30px;
  padding: 50px;
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .news__content-card {
    width: 21.55vw;
    min-height: 25vw;
    border-top: 0.15vw solid var(--color-main-active);
    padding: 2.5vw;
    border-radius: 1.5vw;
  }
}

.news__card-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .news__card-header {
    gap: 0.5vw;
  }
}

.news__card-date {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-black-2);
  opacity: 0.4;
}

@media screen and (min-width: 1920px) {
  .news__card-date {
    font-size: 0.75vw;
  }
}

.news__card-title {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-black-2);
}

@media screen and (min-width: 1920px) {
  .news__card-title {
    font-size: 1vw;
  }
}


.news__card-description {
  font-size: 15px;
  line-height: 120%;
  opacity: 0.6;
  color: var(--color-black-2);
}

@media screen and (min-width: 1920px) {
  .news__card-description {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 1853px) {
  .news__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1573px) {
  .news__wrap {
    gap: 29px;
  }

  .news__title {
    margin: 24px 0 20px 0;
  }
}

@media screen and (max-width: 1467px) {
  .news__wrap {
    flex-direction: column;
    padding: 0;
  }

  .news__info {
    padding: 0 20px;
  }

  .news__content {
    width: 100%;
  }
}

@media screen and (max-width: 852px) {
  .news__btn-back {
    padding: 24px 27px;
  }
  .news__btn-ahead {
    padding: 24px 27px;
  }

  .news__btn-back img {
    width: 9px;
    height: 14px;
  }
  .news__btn-ahead img {
    width: 9px;
    height: 14px;
  }

  .news__content-card {
    padding: 30px;
    min-height: 400px;
  }

  .news__card-header {
    gap: 10px;
  }

  .news__card-date {
    font-size: 14px;
  }

  .news__card-title {
    font-size: 18px;
  }

  .news__card-description {
    font-size: 15px;
  }
}

.request {
  margin: 200px 0;
  background: var(--color-black-2);
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .request {
    margin: 10vw 0;
  }
}

.request__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1920px) {
  .request__container {
    max-width: 80vw;
    padding: 10vw 0;
  }
}

.request__data {
  display: flex;
  flex-direction: column;
}

.request__small-title {
  color: var(--header-bg-color);
  font-weight: 400;
}

.request__header {
  position: relative;
  max-width: 823px;
  width: 100%;
  margin: 40px 0 110px 0;
}

@media screen and (min-width: 1920px) {
  .request__header {
    max-width: 41.15vw;
    margin: 2vw 0 5.5vw 0;
  }
}

.request__title {
  color: var(--header-bg-color);
}

.request__title-info {
  max-width: 452px;
  width: 100%;
  border-radius: 60px;
  padding: 15px 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 9px;
  right: 75px;
}

@media screen and (min-width: 1920px) {
  .request__title-info {
    max-width: 22.6vw;
    border-radius: 3vw;
    padding: 0.75vw 0.05vw;
    bottom: 0.44999999999999996vw;
    right: 3.75vw;
  }
}

@media screen and (max-width: 1500px) {
  .request__container {
    padding: 200px 30px;
  }
}



@media screen and (max-width: 1200px) {
  .request {
    margin: 50px 0;
  }

  .request__container {
    padding: 50px 30px;
    flex-direction: column;
  }

  .request__header {
    margin: 20px 0 55px 0;
  }

  .request .request__contacts {
    margin-top: 50px;
    gap: 27px;
    max-width: 100%;
  }

  .request .request__form {
    max-width: 100%;
  }
}

@media screen and (max-width: 858px) {
  .request__title-info {
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 600px) {
  /*.request .request__form-item {*/
  /*  padding: 20px 0;*/
  /*  gap: 39px;*/
  /*}*/

  /*.request .request__item-wrap {*/
  /*  gap: 16px;*/
  /*}*/

  /*.request .request__item-input {*/
  /*  font-size: 18px;*/
  /*}*/

  /*.request .request__form-footer {*/
  /*  margin-top: 52px;*/
  /*  flex-direction: column-reverse;*/
  /*  align-items: flex-start;*/
  /*  gap: 28px;*/
  /*}*/

  /*.request .request__consent-text {*/
  /*  margin-left: 50px;*/
  /*  font-size: 14px;*/
  /*}*/
  /*.request .request__contacts-wrap {*/
  /*  gap: 30px;*/
  /*}*/

  /*.request .request__contacts-title {*/
  /*  font-size: 14px;*/
  /*}*/

  /*.request .request__contacts-description {*/
  /*  font-size: 14px;*/
  /*}*/

  /*.request .request__contacts-link {*/
  /*  font-size: 18px;*/
  /*}*/
}

.ticker {
  position: relative;
  overflow: hidden;
}

.ticker__wrapper {
  display: flex;
}

.ticker__item {
  color: var(--header-bg-color);
  font-size: 15px;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  animation: ticker 6s linear infinite;
}

@media screen and (min-width: 1920px) {
  .ticker__item {
    font-size: 0.75vw;
    gap: 0.5vw;
    padding-right: 1vw;
  }
}

.ticker__item-dots {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--color-main-active);
}

@media screen and (min-width: 1920px) {
  .ticker__item-dots {
    width: 0.25vw;
    height: 0.25vw;
  }
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.request__form {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .request__form {
    max-width: 33.5vw;
  }
}

.request__form-item {
  padding: 40px 0;
  display: flex;
  gap: 37px;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .request__form-item {
    padding: 2vw 0;
    gap: 1.849vw;
  }
}

.request__form-item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--header-bg-color);
  opacity: 0.2;
  top: 0px;
}

@media screen and (min-width: 1920px) {
  .request__form-item::after {
    height: 0.052vw;
    top: 0.052vw;
  }
}

.item-last-border::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--header-bg-color);
  opacity: 0.2;
  bottom: 0px;
}

@media screen and (min-width: 1920px) {
  .item-last-border::before {
    height: 0.052vw;
  }
}

.request__item-number {
  color: var(--header-bg-color);
}

.request__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .request__item-wrap {
    gap: 1vw;
  }
}

.request__item-label {
  font-size: 15px;
  line-height: 120%;
  color: var(--header-bg-color);
  opacity: 0.6;
}

@media screen and (min-width: 1920px) {
  .request__item-label {
    font-size: 0.75vw;
  }
}

.request__item-input {
  outline: none;
  border: none;
  background: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .request__item-input {
    font-size: 1vw;
  }
}

.request__item-input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .request__item-input::placeholder {
    font-size: 1vw;
  }
}

.request__form-footer {
  display: flex;
  align-items: center;
  gap: 66px;
  margin-top: 92px;
}

@media screen and (min-width: 1920px) {
  .request__form-footer {
    gap: 3.3vw;
    margin-top: 4.6vw;
  }
}

.request__form-consent {
  display: flex;
  align-items: center;
  max-width: 439px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .request__form-consent {
    max-width: 21.95vw;
  }
}

.request__consent-text {
  color: var(--header-bg-color);
  font-size: 15px;
  line-height: 120%;
  opacity: 0.6;
  margin-left: 60px;
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .request__consent-text {
    font-size: 0.75vw;
    margin-left: 3vw;
  }
}

.request__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}

.request__consent-checkbox {
  display: flex;
  border-radius: 50px;
  width: 30px !important;
  height: 30px;
  background: var(--header-bg-color);
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .request__consent-checkbox {
    border-radius: 2.5vw;
    width: 1.5vw !important;
    height: 1.5vw;
  }
}

.request__consent-input:checked + .request__consent-checkbox::after {
  content: "";
  position: absolute;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  background: var(--color-main-active);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1920px) {
  .request__consent-input:checked + .request__consent-checkbox::after {
    border-radius: 2.5vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}

.request__form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  padding: 20px 30px;
  border-radius: 50px;
  background: var(--header-bg-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-black-2);
}

.request__form-btn img {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1920px) {
  .request__form-btn img {
    width: 0.8vw;
    height: 0.8vw;
  }
}

@media screen and (min-width: 1920px) {
  .request__form-btn {
    gap: 0.5vw;
    padding: 1vw 1.5vw;
    border-radius: 2.5vw;
    font-size: 0.75vw;
  }
}

.request__contacts {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 148px;
  margin-top: 68px;
}

@media screen and (min-width: 1920px) {
  .request__contacts {
    max-width: 17.5vw;
    gap: 7.39vw;
    margin-top: 3.4vw;
  }
}

.request__contacts-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 1920px) {
  .request__contacts-wrap {
    gap: 2.5vw;
  }
}

.request__contacts-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 1920px) {
  .request__contacts-items {
    gap: 0.75vw;
  }
}

.request__contacts-title {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  opacity: 0.4;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .request__contacts-title {
    font-size: 0.75vw;
  }
}

.request__contacts-description {
  font-size: 15px;
  line-height: 120%;
  opacity: 0.6;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .request__contacts-description {
    font-size: 0.75vw;
  }
}

.request__contacts-link {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .request__contacts-link {
    font-size: 1vw;
  }
}

.faq {
  max-width: 1733px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1920px) {
  .faq {
    max-width: 100%;
    padding: 0 84px;
  }
}

.faq__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 587px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .faq__info {
    gap: 1.2vw;
    max-width: 29.349vw;
  }
}

.faq__content {
  max-width: 1091px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .faq__content {
    max-width: 54.55vw;
    gap: 0.5vw;
  }
}

.faq__accordion {
  background: var(--header-bg-color);
  padding: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  border-radius: 30px 30px 30px 30px;
}

@media screen and (min-width: 1920px) {
  .faq__accordion {
    padding: 2.5vw;
  }
}

.active {
  padding: 50px 50px 40px 50px;
  border-radius: 30px 30px 0 0;
  transition: 0.4s;
}

@media screen and (min-width: 1920px) {
  .active {
    padding: 2.5vw 2.5vw 2vw 2.5vw;
  }
}

.faq__accordion-wrap {
  max-width: 845px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .faq__accordion-wrap {
    max-width: 42.25vw;
    gap: 0.5vw;
  }
}

.faq__accordion-small-title {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-main-active);
}

@media screen and (min-width: 1920px) {
  .faq__accordion-small-title {
    font-size: 0.75vw;
  }
}

.faq__accordion-title {
  font-size: 35px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: var(--color-black-4);
}

@media screen and (min-width: 1920px) {
  .faq__accordion-title {
    font-size: 1.75vw;
  }
}

.faq__accordion-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 43px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.faq__accordion-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background: var(--color-main-active);
  opacity: 0.1;
}

@media screen and (min-width: 1920px) {
  .faq__accordion-btn {
    padding: 2.4vw 2.15vw;
  }
}

.faq__accordion-btn img {
  width: 24px;
  height: 15px;
}

@media screen and (min-width: 1920px) {
  .faq__accordion-btn img {
    width: 1.2vw;
    height: 0.75vw;
  }
}

.faq__btn-active {
  transform: rotate(180deg);
}

.faq__accordion-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background: var(--header-bg-color);
  border-radius: 0 0 30px 30px;
}

.faq__accordion-content-text {
  padding: 0 50px 50px 50px;
  max-width: 845px;
  width: 100%;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  opacity: 0.9;
  color: var(--color-black-2);
}

@media screen and (min-width: 1920px) {
  .faq__accordion-content-text {
    padding: 0 2.5vw 2.5vw 2.5vw;
    max-width: 42.25vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 1770px) {
  .faq {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1508px) {
  .faq {
    flex-direction: column;
    gap: 27px;
  }
  .faq__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1064px) {
  .faq__accordion {
    padding: 20px;
    border-radius: 10px;
  }

  .active {
    border-radius: 10px 10px 0 0;
  }

  .faq__accordion-small-title {
    font-size: 15px;
  }

  .faq__accordion-title {
    font-size: 18px;
  }

  .faq__accordion-btn {
    padding: 18px 16px;
  }

  .faq .faq__accordion-img {
    width: 10px;
    height: 6px;
  }

  .faq__accordion-content {
    border-radius: 0 0 10px 10px;
  }

  .faq__accordion-content-text {
    padding: 0 20px 20px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .faq__accordion-title {
    font-size: 16px;
  }

  .faq__accordion-content-text {
    font-size: 16px;
  }
}

.footer {
  background: var(--color-black-2);
  margin-top: 201px;
  flex: 0 0 auto;
}

@media screen and (min-width: 1920px) {
  .footer {
    margin-top: 10.05vw;
  }
}

.footer__header {
  margin-bottom: 105px;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .footer__header {
    margin-bottom: 5.25vw;
  }
}


.footer__title-wrap {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.footer__container {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .footer__container {
    max-width: 95vw;
  }
}

.footer__grade {
  position: absolute;
  top: -92px;
  left: 250px;
  z-index: 3;
}

@media screen and (min-width: 1920px) {
  .footer__grade {
    top: -4.6vw;
    left: 12.5vw;
  }
}

.footer__main {
  position: relative;
}

.footer__main::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--header-bg-color);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1920px) {
  .footer__main::after {
    height: 0.052vw;
  }
}

.footer__container-main {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 258px;
  padding: 61px 106px 195px 106px;
}

@media screen and (min-width: 1920px) {
  .footer__container-main {
    margin: 0;
    max-width: 95vw;
    gap: 12.9vw;
    padding: 3.05vw 5.3vw 9.75vw 5.3vw;
  }
}

.footer__main-adress {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 350px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .footer__main-adress {
    gap: 1.3vw;
    max-width: 17.5vw;
  }
}

.footer__adress-first {
  font-size: 15px;
  line-height: 120%;
  opacity: 0.7;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__adress-first {
    font-size: 0.75vw;
  }
}

.footer__adress-second {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__adress-second {
    font-size: 1vw;
  }
}

.footer__main-contacts {
  display: flex;
  flex-direction: column;
  gap: 61px;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 1920px) {
  .footer__main-contacts {
    gap: 3.05vw;
  }
}

.footer__contacts-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1920px) {
  .footer__contacts-wrap {
    gap: 0.5vw;
  }
}

.footer__contacts-title {
  font-size: 15px;
  line-height: 120%;
  opacity: 0.7;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__contacts-title {
    font-size: 0.75vw;
  }
}

.footer__contacts-link {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__contacts-link {
    font-size: 3vw;
  }
}
@media (max-width: 1900px) {
  .footer__contacts-link{
    font-size: 60px;
  }
}
@media (max-width: 1700px) {
  .footer__contacts-link {
    font-size: 48px;
  }
  .footer__adress-second {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .footer__main-bg-right {
    width: 260px;
    height: 364px;
  }
  .footer__main-bg-left {
    width: 300px;
    height: 198px;
  }
}

.footer__main-bg-right {
  position: absolute;
  width: 325px;
  height: 455px;
  bottom: 0;
  right: 0;
  z-index: 15;
}

@media screen and (min-width: 1920px) {
  .footer__main-bg-right {
    width: 16.25vw;
    height: 22.75vw;
  }
}

.footer__main-bg-right-mobile {
  display: none;
}

.footer__main-bg-left {
  position: absolute;
  width: 359px;
  height: 237px;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1920px) {
  .footer__main-bg-left {
    width: 17.95vw;
    height: 11.85vw;
  }
}

.footer__down {
  width: 100%;
  display: flex;
  gap: 317px;
  padding: 90px 105px 107px 105px;
}

@media screen and (min-width: 1920px) {
  .footer__down {
    gap: 15.85vw;
    padding: 4.5vw 5.35vw 5.35vw 5.35vw;
  }
}

.footer__down-copy {
  max-width: 291px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__down-copy {
    max-width: 14.549vw;
    font-size: 1vw;
  }
}

.footer__down-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .footer__down-links {
    gap: 1.5vw;
  }
}

.footer__links-title {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__links-title {
    font-size: 1vw;
  }
}

.footer__links-pay{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__links-pay-item{
  margin-top: 50px;
}
.footer__links-pay-item img{
  max-height: 40px;
  max-width: 100%;
}

.footer__links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__links-offert {
  max-width: 509px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  opacity: 0.7;
  color: var(--header-bg-color);
}

@media screen and (min-width: 1920px) {
  .footer__links-offert {
    max-width: 25.45vw;
    gap: 0.75vw;
    font-size: 0.75vw;
  }
}

.footer__links-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media screen and (min-width: 1920px) {
  .footer__links-social {
    gap: 0.2vw;
  }
}

.footer__links-social img {
  width: 56px;
  height: 56px;
}

@media screen and (min-width: 1920px) {
  .footer__links-social img {
    width: 2.8vw;
    height: 2.8vw;
  }
}

@media screen and (max-width: 1386px) {
  .footer__container-main {
    gap: 20px;
  }
}

@media screen and (max-width: 1386px) {
  .footer__container-main {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .footer__down {
    gap: 10px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1046px) {
  .footer {
    margin-top: 100px;
  }

  .footer__container-main {
    padding: 46px 35px 126px 35px;
  }

  .footer__main-adress {
    gap: 11px;
  }

  .footer__adress-first {
    font-size: 14px;
  }

  .footer__adress-second {
    font-size: 16px;
  }

  .footer__main-contacts {
    gap: 24px;
  }

  .footer__contacts-title {
    font-size: 14px;
  }

  .footer__contacts-link {
    font-size: 24px;
  }
  .footer__down {
    padding: 47px 35px 52px 35px;
  }

  .footer__links-wrap {
    gap: 0;
  }

  .footer__down-copy {
    font-size: 16px;
  }

  .footer__links-title {
    font-size: 16px;
  }

  .footer__links-offert {
    font-size: 14px;
  }
}

@media screen and (max-width: 944px) {
  .footer__header {
    margin: 48px 0 46px 0;
  }


  .footer__grade {
    top: -108px;
    left: 30px;
  }

  .footer__main-bg-right {
    display: none;
  }

  .footer__main-bg-right-mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .footer__main-bg-left {
    height: auto;
    width: 300px;
    left: -46px;
  }
}

@media screen and (max-width: 732px) {
  .footer__down {
    flex-direction: column;
    gap: 47px;
  }
  .footer__down-links {
    gap: 30px;
  }
}

@media screen and (max-width: 594px) {
  .footer__adress-second {
    max-width: 225px;
  }

  .footer__main-bg-right {
    bottom: 210px;
  }

  .footer__container-main {
    z-index: 16;
  }
}

@media screen and (max-width: 498px) {
  .footer__links-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}


.product-item-detail-short-card-fixed,
.product-item-detail-tabs-container-fixed{
  display: none;
}

.wrapper-inner.detail h1{
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
}
.bx-blue .btn.btn-default {
  outline: 0;
  background-color: #01d8e5;
  border-color: #01d8e5;
  color: #fff;
}
.bx-blue .btn.btn-default:hover {
  outline: 0;
  background-color: #e1f7f8;
  border-color: #e1f7f8;
  color: #01d8e5;
}

div.bx-blue .btn.btn-default {
  outline: 0;
  border-color: #01d8e5;
  background-color: #01d8e5;
  color: #fff;
}

div.bx-blue .btn.btn-default:hover {
  outline: 0;
  background-color: #e1f7f8;
  border-color: #e1f7f8;
  color: #01d8e5;
}

.product-item-detail-price-current {
  color: #000000;
}
.product-item-detail-tab.active{
  padding: 0;
}
.product-item-detail-tabs-list{
  margin-top: 50px;
}
.product-item-detail-tab-content.active{
  padding-left: 0;
  padding-right: 0;
}
.product-item-detail-tab-link:after {
  background: #01d8e5;
}
.basket-checkout-container.basket-checkout-container-fixed{
  display: none;
}
.product-item-detail-slider-controls-image.active{
  border-radius: 2px;
  padding: 0;
}

.footer *:hover{
  text-decoration: none !important;
}
.footer .footer__contacts-link:hover{
  color: #fff;
}
.footer__links-offert a:hover{
  color: #f6f6f6;
}
.sale_order_full_table div{
  margin-top: 20px;
}

#bx-soa-order .bx-soa-coupon{
  display: none;
}
.bx-green .btn.btn-default{
  background: #01d8e5;
  border-color: #01d8e5;
}
.bx-green .btn.btn-default:hover{
  background: #01d8e5;
  border-color: #01d8e5;
}
.bx-soa-section.bx-step-completed {
  border: 1px solid #01d8e5 !important;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background: #01d8e5 !important;
  border-color: #01d8e5 !important;
}
.btn-success {
  color: #fff;
  background-color: #01d8e5 !important;
  border-color: #01d8e5 !important;
}

@media (max-width: 1830px) {
  .banner__list-elem:nth-of-type(1) {
    font-size: 60px;
  }
  .banner__list-elem:nth-of-type(2) {
    font-size: 22px;
  }
  .banner__img-bg {
    width: 790px;
    height: auto;
  }
}
@media (max-width: 1600px) {
  .banner__list-elem:nth-of-type(1) {
    font-size: 36px;
    letter-spacing: 0px;
  }
  .banner__list-elem:nth-of-type(2) {
    font-size: 22px;
  }
  .banner__list-elem:nth-of-type(2) {
    font-size: 20px;
    width: 100%;
  }
  .banner__img-bg {
    width: 650px;
  }
}
@media (max-width: 1500px) {
  .about__title {
    font-size: 28px;
  }
  .banner__grade{
    display: none;
  }
  .banner__img-bg {
    width: 550px !important;
    height: auto !important;
  }
  .products__about {
    gap: 40px;
    padding: 40px;
    max-width: 100%;
  }
  .products__about-main{
    font-size: 18px;
  }
  .products__card{
    padding: 40px;
    min-height: 430px;
    width: 100%;
    max-width: 100%;
  }
  .products__content{
    padding: 0 15px;
  }
  .products__card-img {
    width: 250px;
    height: 250px;
  }
  .products__elements-wrap.mobile{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .info__img {
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .info__text-second,
  .info__text-first,
  .info__text-ul{
    font-size: 18px;
  }
  .partners__content-left,
  .partners__content-center{
    width: 28%;
  }
  .cooperation {
    margin: 70px 0 0 0;
  }
  .cooperation-list-item .default {
    padding: 40px;
  }
  .cooperation-list-item .default .title {
    height: 77px;
    font-size: 28px;
  }
  .cooperation-list-item {
    width: 450px;
    height: 250px;
  }
  .cooperation__content {
    padding: 0 15px;
    max-width: 100%;
  }
  .news{
    margin-top: 70px;
  }
  .news__btn-back,
  .news__btn-ahead{
    padding: 26px 30px;
  }
  .news__content-card {
    justify-content: flex-start;
  }
  .news__card-description{
    margin-top: 15px;
  }
  .request {
    margin: 70px 0;
  }
  .faq__accordion-title {
    font-size: 28px;
  }
  .faq__accordion {
    padding: 30px;
  }
  .faq__accordion-btn{
    padding: 30px 25px;
  }
  .footer__container-main {
    padding: 61px 15px 195px 15px;
  }
  .footer__down {
    padding: 40px 15px 47px 15px;
  }

  .request .request__form-item {
    padding: 20px 0;
    gap: 39px;
  }

  .request .request__item-wrap {
    gap: 16px;
  }

  .request .request__item-input {
    font-size: 18px;
  }

  .request .request__form-footer {
    margin-top: 52px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 28px;
  }
  .cooperation__header-title {
    margin: 18px 0 46px 0;
  }
  .request__container {
    padding: 70px 30px;
  }

  .request .request__consent-text {
    margin-left: 50px;
    font-size: 14px;
  }
  .request .request__contacts-wrap {
    gap: 30px;
  }

  .request .request__contacts-title {
    font-size: 14px;
  }

  .request .request__contacts-description {
    font-size: 14px;
  }

  .request .request__contacts-link {
    font-size: 18px;
  }


  .partners__item-img img {
    width: 26px;
    height: 26px;
  }
  .partners__item-img {
    width: 70px;
    height: 70px;
  }
  .partners__item-title {
    font-size: 20px;
    max-width: 260px;
  }
  .partners__content-item {
    gap: 20px;
  }
  .partners__content-right {
    flex-direction: column;
    max-width: 30%;
    justify-content: flex-start;
    gap: 47px;
    align-items: flex-start;
  }
  .footer__main-bg-left{
    display: none;
  }
  .banner__list-elem:nth-of-type(1) {
    font-size: 24px;
  }
  .banner__list-elem:nth-of-type(2) {
    font-size: 16px;
  }
  h2.title,
  h4.title {
    font-size: 36px;
  }
  .small-title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .partners__content-left, .partners__content-center, .partners__content-right {
    display: flex;
    gap: 15px;
  }
  .partners__content {
    gap: 15px;
  }
  .info {
    margin-top: 50px;
  }
}
@media (max-width: 900px){
  .products__card-big{
    top: auto;
    padding: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    align-items: flex-start;
  }
  .basket-right{
    display: none;
  }
  .products__card-link{
    z-index: 110;
  }
  .products__card-img{
    z-index: 100;
  }
  .partners__content-left,
  .partners__content-center,
  .partners__content-right{
    width: 100%;
  }
  .faq__accordion {
    padding: 20px;
  }
  .faq {
    padding: 0 15px;
  }
  .faq__accordion-title {
    font-size: 18px;
  }
  .partners__content{
    flex-direction: column;
  }
  .partners__item-img{
    flex-shrink: 0;
  }
  .products__card {
    padding: 40px;
    min-height: 368px;
  }
  .about__title {
    font-size: 20px;
  }
  .banner__img-bg {
    width: 304px !important;
    /*height: 308px !important;*/
  }
  .products__about-main {
    font-size: 16px;
  }
}
@media (max-width: 700px){
  .header-action-frame{
    display: none;
  }
  .banner__list{
    left: 0;
    transform: translateX(0);
    height: auto;
    position: absolute;
    width: 100%;
  }
  .banner__list-elem:nth-of-type(2) {
    margin-top: 15px;
  }
  .products__card {
    padding: 30px;
  }
  .products-title {
    font-size: 20px;
    padding-right: 80px;
  }
  .products__card-category {
    left: 30px;
    bottom: 30px;
  }
  .footer__main-bg-right-mobile{
    width: 200px;
  }
}
@media (max-width: 500px){
  .maps-feedback-ym{
    height: 350px !important;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
  }
  .modal-success-btn{
    flex-direction: column;
  }
  .products__card-big {
    background: transparent;
    z-index: 120;
  }
  .basket__add {
    background: #01D8E5;
    color: #fff;
  }
  .banner__list{
    left: 0;
    transform: translateX(0);
    height: auto;
    position: absolute;
    width: 100%;
  }
  .banner__list-elem:nth-of-type(2) {
    margin-top: 15px;
  }
  .products__card {
    padding: 30px;
  }
  .products-title {
    font-size: 20px;
    padding-right: 80px;
  }
  .products__card-category {
    left: 30px;
    bottom: 30px;
  }
  .banner {
    height: 710px;
  }
  h2.title, h4.title {
    font-size: 28px;
  }
  .partners__item-title {
    font-size: 18px;
  }
  .small-title {
    font-size: 12px;
  }
  .cooperation-list-item .default .title div {
    font-size: 20px;
  }
  .hover .hover-img {
    font-size: 14px;
  }
  .products__header-title.products-title{
    padding-right: 0;
  }
  .footer__main-bg-right-mobile{
    display: none;
  }
  .footer__container-main{
    padding-bottom: 50px;
  }
  .faq__accordion-title{
    padding-right: 10px;
  }
  .products__title.title{
    padding: 0 10px;
  }
  .products__card-img {
    width: 200px;
    height: auto;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
}

.modal-error{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-error-box{
  border-radius: 10px;
  background: #fff;
  color: #000;
  max-width: 450px;
  padding: 30px;
  position: relative;
}
.hidden{
  display: none;
}
.modal-error-close{
  background-image: url(/local/templates/adaptogenzz/assets/image/icon/bcx.svg);
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-error-body{}
.modal-error a{
  color: #1374da;
  font-weight: bold;
}
/* End */
/* /local/templates/adaptogenzz_by/assets/css/style.css?176362554390313 */
