@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
body {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  min-width: 320px;
  margin: 0;
  background: #f8f9fb;
}
.container {
  width: 100%;
  max-width: 1168px;
  padding: 0 20px;
  margin: 0 auto;
}
.btn {
  display: block;
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto 35px;
  max-width: 280px;
  border-radius: 8px;
  background: #adff00;
  color: #29375a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.btn:hover {
  background: #c6ff4d;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.header {
  padding: 10px 0;
  background: #2a58ce;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .container {
  max-width: 1268px;
}
.header .burger {
  display: none;
}
.header .logo {
  display: block;
  width: 100%;
  max-width: 174px;
}
.header .logo__img {
  display: block;
  width: 94px;
}
.header .navigarion__top {
  display: none;
}
.header .navigarion .lange {
  display: none;
}
.header .navigarion .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #fff;
}
.header .navigarion .menu-list__item-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
.header .lang-sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 258px;
}
.header .lang-sing .lange {
  width: 100%;
  max-width: 40px;
}
.header .lang-sing .lange__icon {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.header .lang-sing .registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.header .lang-sing .registration__item {
  position: relative;
}
.header .lang-sing .registration__item:nth-child(2) .more-info {
  left: auto;
  right: 0;
}
.header .lang-sing .registration__item:nth-child(2) .more-info::after {
  left: auto;
  right: 20%;
}
.header .lang-sing .registration .more-info {
  position: absolute;
  display: none;
  width: 173px;
  z-index: 125;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.header .lang-sing .registration .more-info.active {
  display: block;
}
.header .lang-sing .registration button {
  font-family: Poppins, sans-serif;
  padding: 14px 19px 14px 20px;
  border-radius: 8px;
  border: 1px solid #adff00;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}
.header .lang-sing .registration button.registration-singIn {
  color: #adff00;
  background: 0 0;
  cursor: pointer;
}
.header .lang-sing .registration button.registration-singUp {
  color: #1e1e28;
  background: #adff00;
  cursor: pointer;
}
.promo {
  position: relative;
  padding: 60px 0 140px;
}
.promo::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/promo_decoration.png);
  background-position: right top;
  background-size: cover;
}
.promo::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-image: url(../img/promo_racets.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: moveImage 8s ease-in-out infinite;
  animation: moveImage 8s ease-in-out infinite;
  z-index: 23;
}
.promo .content {
  position: relative;
  width: 100%;
  max-width: 500px;
  text-align: center;
  z-index: 30;
}
.promo .content__subtitle {
  color: #29375a;
  font-size: 42px;
  font-weight: 700;
  line-height: 128%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.promo .content .title__img {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.promo .content__btn {
  position: relative;
}
.promo .content__btn button {
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-shadow: 0 0 0 #adff00;
  box-shadow: 0 0 0 #adff00;
}
.promo .content__btn button:hover {
  -webkit-box-shadow: 0 4px 8px #adff00;
  box-shadow: 0 4px 8px #adff00;
}
.promo .content__btn .more-info {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  display: none;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.promo .content__btn .more-info::after {
  top: 15%;
  left: 0;
  -webkit-transform: translate(-70%, -1%) rotate(270deg);
  -ms-transform: translate(-70%, -1%) rotate(270deg);
  transform: translate(-70%, -1%) rotate(270deg);
}
.promo .content__btn .more-info.active {
  display: block;
}
.promo .content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 184px;
  margin: 0 auto;
}
.promo .content .social__link {
  display: block;
  width: 100%;
  max-width: 40px;
}
.promo .content .social__link-icon {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 #333;
  box-shadow: 0 0 0 #333;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
}
.promo .content .social__link-icon:hover {
  -webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, 0.568627451);
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.568627451);
}
.promo .sigma {
  position: absolute;
  right: 0;
  bottom: 5%;
  padding: 14px 10px 14px 40px;
  background: #adff00;
  z-index: 100;
}
.promo .sigma__content-subtitle {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  color: #29375a;
  text-transform: uppercase;
}
.promo .sigma__content-title {
  color: #29375a;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 190px;
}
.promo .sigma::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 564px;
  height: 377px;
  background-image: url(../img/sigma-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-62%, -50%);
  -ms-transform: translate(-62%, -50%);
  transform: translate(-62%, -50%);
}
@-webkit-keyframes moveImage {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveImage {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.events {
  padding: 40px 0 90px;
  background-image: url(../img/bg-bottom.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.events__title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 40px;
  text-align: center;
}
.events__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.events__item-icon {
  display: block;
  width: 100%;
  max-width: 74px;
}
.events__item-date {
  width: 92px;
  text-align: center;
  color: #29375a;
  line-height: 112%;
}
.events__item-city {
  font-size: 16px;
  font-weight: 700;
  color: #28375a;
  text-transform: uppercase;
}
.events__item:nth-child(1) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  gap: 30px;
  background: #fff;
  padding: 33px 5% 36px 8%;
}
.events__item:nth-child(1)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  width: 80px;
  height: 100%;
  background-image: url(../img/events_decoration-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(80%, -100%);
  -ms-transform: translate(80%, -100%);
  transform: translate(80%, -100%);
}
.events__item:nth-child(2) {
  padding: 22px 10% 22px 10%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  min-height: 80px;
  background: #2c427a;
}
.events__item:nth-child(2) .events__item-date {
  color: #fff;
}
.events__item:nth-child(3) {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 30%;
  background: #fff;
  padding: 33px 5% 36px 2%;
}
.events__item:nth-child(3)::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 80px;
  height: 100%;
  background-image: url(../img/events_decoration-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-79%, -100%);
  -ms-transform: translate(-79%, -100%);
  transform: translate(-79%, -100%);
}
.events .btn-border {
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  padding: 20px 30px;
  border: 1px solid #adff00;
  color: #adff00;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.events .btn-border:hover {
  border: 1px solid #c6ff4d;
  color: #c6ff4d;
}
.brands {
  padding: 60px 0;
}
.brands__title {
  font-size: 36px;
  font-style: normal;
  color: #29375a;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 52px;
  text-align: center;
}
.brands__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands .brands-box {
  width: 100%;
  max-width: 360px;
  padding: 8px 8px 16px 8px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 3px 6px 20px 0 rgba(42, 88, 206, 0.25);
  box-shadow: 3px 6px 20px 0 rgba(42, 88, 206, 0.25);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.brands .brands-box__picture {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.brands .brands-box__picture-img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.brands .brands-box__picture .coming-soon {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 158px;
  text-align: center;
  border-radius: 0 12px 0 12px;
  background: #adff00;
  padding: 6.2px 0 6.2px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
.brands .brands-box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brands .brands-box .more {
  display: block;
  width: calc(50% - 6px);
  padding: 12px 8px;
  border-radius: 8px;
  background: #adff00;
  color: #29375a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.brands .brands-box .more:hover {
  background: #c6ff4d;
}
.brands .brands-box .kits {
  display: block;
  width: calc(50% - 6px);
  padding: 12px 8px;
  border-radius: 8px;
  border: 1px solid #2a58ce;
  color: #2a58ce;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.brands .brands-box .kits:hover {
  border: 1px solid #1e48b6;
  color: #1e48b6;
}
.brands .brands-box:hover {
  -webkit-box-shadow: 6px 12px 40px 0 rgba(42, 88, 206, 0.25);
  box-shadow: 6px 12px 40px 0 rgba(42, 88, 206, 0.25);
}
.brands .brands-box:hover .brands-box__picture-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.advantages {
  padding: 60px 0;
}
.advantages__title {
  color: #29375a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  text-align: center;
  margin-bottom: 60px;
}
.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages .advantages-box {
  width: 100%;
  max-width: 360px;
  padding: 24px 24px 32px 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 4px 12px 40px 0 rgba(42, 88, 206, 0.12);
  box-shadow: 4px 12px 40px 0 rgba(42, 88, 206, 0.12);
}
.advantages .advantages-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.advantages .advantages-box__head-icon {
  display: block;
  width: 100%;
  max-width: 64px;
  margin-right: 20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.advantages .advantages-box__head-title {
  color: #29375a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
}
.advantages .advantages-box__content {
  color: #627093;
  font-size: 16px;
  line-height: 150%;
}
.advantages .advantages-box:hover .advantages-box__head-icon {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.advantages .btn {
  text-align: center;
  margin-top: 60px;
  border: none;
  cursor: pointer;
}
.advantages__btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.advantages__btn .more-info {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  display: none;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
.advantages__btn .more-info::after {
  top: 15%;
  left: 0;
  -webkit-transform: translate(-70%, -1%) rotate(270deg);
  -ms-transform: translate(-70%, -1%) rotate(270deg);
  transform: translate(-70%, -1%) rotate(270deg);
}
.advantages__btn .more-info.active {
  display: block;
}
.commissions {
  padding: 60px 0;
}
.commissions__title {
  color: #29375a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  text-align: center;
  margin-bottom: 60px;
}
.commissions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.commissions .commissions-box {
  width: 100%;
  max-width: 356px;
  padding: 24px 24px 32px 24px;
  background: #2a58ce;
  color: #fff;
  text-align: center;
}
.commissions .commissions-box__icon {
  display: block;
  width: 100%;
  max-width: 64px;
  margin: 0 auto 32px;
}
.commissions .commissions-box__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}
.commissions .commissions-box__desc {
  font-size: 24px;
  line-height: 133%;
}
.commissions .commissions-box:nth-child(1) {
  border-radius: 60px 0 0 16px;
}
.commissions .commissions-box:nth-child(3) {
  border-radius: 0 16px 60px 0;
}
.review {
  padding: 60px 0;
}
.review__title {
  color: #29375a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  text-align: center;
  margin-bottom: 60px;
}
.review .container {
  position: relative;
}
.review .reviews .reviews-box {
  width: 100%;
  max-width: 320px;
  padding: 24px 24px 32px 24px;
  border-radius: 16px;
  background: #fff;
}
.review .reviews .reviews-box__img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.review .reviews .reviews-box__icon {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-bottom: 18px;
}
.review .reviews .reviews-box__desc {
  color: #627093;
  line-height: 150%;
  margin-bottom: 8px;
}
.review .reviews .reviews-box__link {
  color: #2a58ce;
  line-height: 175%;
}
.review .btn-border {
  display: block;
  margin: 60px auto 0;
  width: 100%;
  max-width: 280px;
  padding: 20px 30px;
  border-radius: 6px;
  border: 1px solid #2a58ce;
  color: #2a58ce;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.faq {
  padding: 60px 0 35px;
}
.faq__title {
  color: #29375a;
  font-size: 36px;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 60px;
  text-align: center;
}
.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq__col {
  width: 100%;
  max-width: calc(50% - 20px);
}
.faq .faq-box {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 12px 12px 30px 0 rgba(32, 89, 199, 0.08);
  box-shadow: 12px 12px 30px 0 rgba(32, 89, 199, 0.08);
}
.faq .faq-box__head {
  position: relative;
  padding-right: 36px;
  cursor: pointer;
}
.faq .faq-box__head-title {
  color: #29375a;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.faq .faq-box__head-btn {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq .faq-box__head-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #2059c7;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq .faq-box__head-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #2059c7;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.faq .faq-box__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.faq .faq-box__body-content {
  margin-top: 20px;
  color: #627093;
  line-height: 150%;
}
.faq .faq-box__body-content a {
  color: #2059c7;
}
.faq .faq-box__head.active .faq-box__head-btn::before {
  opacity: 0;
}
.faq .faq-box + .faq-box {
  margin-top: 12px;
}
.contact {
  position: relative;
  padding: 60px 0 100px;
  background: #2a58ce;
  color: #fff;
  background-image: url(../img/starts-bg.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-image: url(../img/content-top.png);
  background-size: cover;
  -webkit-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  transform: translateY(-99%);
}
.contact__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 60px;
  text-align: center;
}
.contact .storage-contacts {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact .storage-contacts:nth-child(3) .storage-contacts__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
.contact .storage-contacts__title {
  position: relative;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 26px;
  text-align: center;
  font-weight: 400;
}
.contact .storage-contacts__title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact .storage-contacts__title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact .storage-contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.contact .storage-contacts .storage-box {
  width: 100%;
  max-width: 138px;
  text-align: center;
}
.contact .storage-contacts .storage-box__picture {
  width: 100%;
  max-width: 121px;
  margin: 0 auto 24px;
}
.contact .storage-contacts .storage-box__picture-img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.contact .storage-contacts .storage-box__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}
.contact .storage-contacts .storage-box__position {
  color: rgba(255, 255, 255, 0.5);
  line-height: 150%;
  margin-bottom: 8px;
}
.contact .storage-contacts .storage-box__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .storage-contacts .storage-box__social-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 24px;
}
.contact .storage-contacts .storage-box__social-link .copyButton__copy {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  -webkit-transform: translate(110%, -40%);
  -ms-transform: translate(110%, -40%);
  transform: translate(110%, -40%);
  font-size: 8px;
  line-height: normal;
  padding: 2px 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1450980392);
}
.contact .storage-contacts .storage-box__social-link .copyButton__copy.active {
  display: block;
}
.contact .storage-contacts .storage-box__social-icon {
  display: block;
  width: 100%;
}
.contact .storage-contacts + .storage-contacts {
  margin-top: 44px;
}
.contact .hover-fill path {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.contact .hover-fill:hover path {
  fill: #adff00;
}
.contact .hover-stroke path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .hover-stroke:hover path {
  stroke: #adff00;
}
.contact .hover-stroke:hover .fill-social {
  fill: #adff00;
}
.contact .storage-form {
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
  text-align: center;
}
.contact .storage-form__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.contact .storage-form__desc {
  margin-bottom: 24px;
}
.contact .storage-form .form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.contact .storage-form .form .form-inline__item {
  width: 100%;
  max-width: calc(50% - 10px);
}
.contact .storage-form .form label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  margin-bottom: 4px;
}
.contact .storage-form .form input {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border: none;
  color: #fff;
}
.contact .storage-form .form textarea {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border: none;
  min-height: 140px;
  max-width: 100%;
  min-width: 100%;
  color: #fff;
}
.contact .storage-form .form .btn {
  margin: 32px auto 0;
  border: none;
  cursor: pointer;
}
.testimonials {
  padding: 32px 0 120px;
}
.testimonials__back {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #2a58ce;
  font-size: 12px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 32px;
}
.testimonials__back::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 12px;
  background-image: url(../img/icon/arrows-back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials__title {
  color: #29375a;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.testimonials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px 30px;
}
.testimonials .testimonials-box {
  width: 100%;
  max-width: calc(50% - 36px);
}
.testimonials .testimonials-box__logo {
  display: block;
  width: 100%;
  max-width: 122px;
  margin-bottom: 8px;
  padding: 5px;
  border-radius: 2px;
}
.testimonials .testimonials-box__status {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
}
.testimonials .testimonials-box__description {
  color: #627093;
  font-size: 18px;
  line-height: 155%;
  margin-bottom: 12px;
}
.testimonials .testimonials-box__link {
  color: #2a58ce;
}
.brand-card {
  padding: 52px 0 120px;
}
.brand-card .baners {
  margin-bottom: 40px;
}
.brand-card .baners__picture {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.brand-card .baners__picture-img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.brand-card .baners__btn {
  position: absolute;
  bottom: 72px;
  left: 80px;
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 20px 30px;
  border-radius: 8px;
  background: #adff00;
  color: #29375a;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.brand-card .baners__picture.active {
  visibility: visible;
  max-width: 100%;
  opacity: 1;
}
.brand-card .baners__picture.hidden {
  visibility: hidden;
  max-width: 0;
  opacity: 0;
}
.brand-card .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 564px;
  gap: 6px;
  margin: 0 auto 52px;
}
.brand-card .tabs .tab {
  width: 100%;
  max-width: 180px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #2a58ce;
  cursor: pointer;
  color: #2a58ce;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brand-card .tabs .tab:hover {
  background: rgba(42, 89, 206, 0.1019607843);
}
.brand-card .tabs .tab.active {
  background: #2a58ce;
  color: #fff;
}
.brand-card .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-card .contents .content {
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.brand-card .contents .content__title {
  color: #29375a;
  font-size: 36px;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 32px;
  text-align: center;
}
.brand-card .contents .content__description {
  color: #627093;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 52px;
}
.brand-card .contents .content.active {
  visibility: visible;
  max-width: 100%;
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.brand-card .contents .content.hidden {
  visibility: hidden;
  max-width: 0;
  opacity: 0;
  max-height: 0;
}
.brand-card .contents .content-box__title {
  color: #29375a;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.brand-card .contents .content-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-card .contents .content-box__item {
  color: #627093;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  padding: 8px 24px;
  border-radius: 12px;
  border: 1px solid #627093;
}
.brand-card .contents .content-box__hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.brand-card .contents .content-box .dropShow {
  background: 0 0;
  border: none;
  color: #2a58ce;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}
.brand-card .contents .content-box + .content-box {
  margin-top: 52px;
}
.baners__picture-img.mb-none {
  display: none;
}
.footer {
  background: #07193a;
  padding: 40px 0;
  color: #fff;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 545px;
}
.footer .nav-footer__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px;
}
.footer .nav-footer__item-link {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .nav-footer__item-link:hover {
  color: #fff;
}
.footer .nav-footer__item-link + .nav-footer__item-link {
  margin-top: 8px;
}
.footer .social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.footer .social__link {
  display: block;
  width: 100%;
  max-width: 32px;
  opacity: 0.6;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.footer .social__link-icon {
  display: block;
  width: 100%;
}
.footer .social__link:hover {
  opacity: 1;
}
.footer .social__partner {
  display: block;
  height: 100%;
  max-height: 44px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer .social__wrapper + .social__wrapper {
  margin-top: 20px;
}
.more-info {
  position: relative;
  width: 100%;
  max-width: 182px;
  padding: 8px 8px 12px 8px;
  border-radius: 8px;
  background: #2a58ce;
}
.more-info::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  top: 0;
  left: 20%;
  background-image: url(../img/drop-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.more-info__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.more-info__item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.more-info__item-logo {
  display: block;
  width: 100%;
  max-width: 85px;
}
.more-info .hint-description {
  z-index: 1;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  font-size: 10px;
  line-height: 160%;
  color: #fff;
  padding: 8px 15px 12px 8px;
  border-radius: 8px;
  background: #2c427a;
  -webkit-transform: translate(-18%, 10%);
  -ms-transform: translate(-18%, 10%);
  transform: translate(-18%, 10%);
}
.more-info .hint-description__close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
}
.more-info .hint-description.active {
  display: block;
}
.more-info .hint-button {
  position: absolute;
  display: block;
  right: 4px;
  top: 4px;
  width: 100%;
  max-width: 24px;
  z-index: 232;
}
.more-info__item + .more-info__item {
  margin-top: 8px;
}
.swiper-button-next-custom {
  position: absolute;
  right: -2%;
  top: 50%;
  -webkit-transform: translateX(0) rotate(180deg);
  -ms-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
  z-index: 999;
  cursor: pointer;
}
.swiper-button-prev-custom {
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
  cursor: pointer;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preloader--hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
:root {
  --hue: 18;
  --bg: hsl(var(--hue), 90%, 90%);
  --fg: hsl(var(--hue), 90%, 10%);
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
  font-size: calc(16px + 8 * (100vw - 320px) / 2240);
}
.pl {
  margin: auto;
  width: 8em;
  height: 8em;
}
.pl__line,
.pl__line-g,
.pl__lines {
  -webkit-animation: lineRotate 2s ease-in-out infinite;
  animation: lineRotate 2s ease-in-out infinite;
}
.pl__line {
  -webkit-animation-name: lineMove;
  animation-name: lineMove;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.pl__line-g {
  -webkit-animation-name: lineFade;
  animation-name: lineFade;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.pl__line-g:nth-child(2),
.pl__line-g:nth-child(2) .pl__line {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
}
.pl__line-g:nth-child(3),
.pl__line-g:nth-child(3) .pl__line {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.pl__line-g:nth-child(4),
.pl__line-g:nth-child(4) .pl__line {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
}
.pl__line-g:nth-child(5),
.pl__line-g:nth-child(5) .pl__line {
  -webkit-animation-delay: 0.4166666667s;
  animation-delay: 0.4166666667s;
}
.pl__line-g:nth-child(6),
.pl__line-g:nth-child(6) .pl__line {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.pl__line-g:nth-child(7),
.pl__line-g:nth-child(7) .pl__line {
  -webkit-animation-delay: 0.5833333333s;
  animation-delay: 0.5833333333s;
}
.pl__line-g:nth-child(8),
.pl__line-g:nth-child(8) .pl__line {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}
.pl__line-g:nth-child(9),
.pl__line-g:nth-child(9) .pl__line {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.pl__line-g:nth-child(10),
.pl__line-g:nth-child(10) .pl__line {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
}
.pl__line-g:nth-child(11),
.pl__line-g:nth-child(11) .pl__line {
  -webkit-animation-delay: 0.9166666667s;
  animation-delay: 0.9166666667s;
}
.pl__line-g:nth-child(12),
.pl__line-g:nth-child(12) .pl__line {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pl__lines {
  -webkit-transform-origin: 64px 64px;
  -ms-transform-origin: 64px 64px;
  transform-origin: 64px 64px;
}
.pl__layer .pl__lines {
  stroke: #adff00;
}
.pl__layer + .pl__layer .pl__lines {
  stroke: #2a58ce;
}
@-webkit-keyframes lineRotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
@keyframes lineRotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
@-webkit-keyframes lineFade {
  50%,
  from,
  to {
    opacity: 0;
  }
  10%,
  45% {
    opacity: 1;
  }
}
@keyframes lineFade {
  50%,
  from,
  to {
    opacity: 0;
  }
  10%,
  45% {
    opacity: 1;
  }
}
@-webkit-keyframes lineMove {
  from {
    stroke-dashoffset: -32;
  }
  50%,
  to {
    stroke-dashoffset: 32;
  }
}
@keyframes lineMove {
  from {
    stroke-dashoffset: -32;
  }
  50%,
  to {
    stroke-dashoffset: 32;
  }
}
.masseg-status {
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  height: auto;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #2a58ce;
  border-left: 1px solid #2a58ce;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}
.masseg-status.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1600px) {
  .promo::before {
    height: 100%;
    width: 85%;
  }
}
@media screen and (min-width: 2000px) {
  .promo::after {
    height: 74%;
  }
  .promo::before {
    right: 5%;
    height: 105%;
  }
}
@media screen and (max-width: 1440px) {
  .events__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .events__wrapper {
    margin-bottom: 22px;
  }
  .events__item-date {
    position: relative;
    z-index: 5;
  }
  .events__item-icon {
    max-width: 64px;
  }
  .events__item:nth-child(1) {
    padding: 33px 2% 36px 3%;
    width: 35%;
  }
  .events__item:nth-child(2) {
    /*padding:22px 5% 22px 5%;width:30%*/
    align-items: center;
  }
  .events__item:nth-child(3) {
    padding: 33px 3% 36px 2%;
    width: 35%;
  }
}
@media screen and (max-width: 1280px) {
  .contact {
    padding: 60px 0 60px;
    background-size: 90%;
  }
}
@media screen and (max-width: 992px) {
  .header .container {
    padding: 0 15px;
  }
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
  }
  .header .burger__line {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  .header .burger__line:nth-child(3) {
    width: 80%;
  }
  .header .logo {
    max-width: 100px;
  }
  .header .navigarion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f8f9fb;
    z-index: 999;
    -webkit-transition: opacity 0.5s ease-in-out,
      -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out,
      -webkit-transform 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .navigarion .lange {
    display: block;
    margin: 90% auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .navigarion .lange__icon {
    display: block;
    width: 100%;
    max-width: 50px;
  }
  .header .navigarion__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #2a58ce;
    padding: 8px 8px 8px 16px;
  }
  .header .navigarion__text {
    color: #fff;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
  }
  .header .navigarion__close {
    display: block;
    width: 100%;
    max-width: 55px;
  }
  .header .navigarion .menu-list {
    color: #29375a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 26px;
    gap: 20px;
  }
  .header .navigarion .menu-list__item-link {
    color: #29375a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .header .navigarion.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  .header .lang-sing {
    max-width: 174px;
  }
  .header .lang-sing .lange {
    display: none;
  }
  .promo {
    padding: 40px 0 350px;
  }
  .promo .content {
    margin: 0 auto;
  }
  .promo::after {
    height: 40%;
  }
  .promo::before {
    width: 90%;
    height: 60%;
  }
  .promo .sigma {
    bottom: 5%;
    padding: 10px 10px 10px 30px;
  }
  .promo .sigma__content-subtitle {
    font-size: 12px;
  }
  .promo .sigma__content-title {
    font-size: 18px;
    max-width: 120px;
  }
  .promo .sigma::after {
    top: 50%;
    width: 384px;
    height: 257px;
    -webkit-transform: translate(-62%, -55%);
    -ms-transform: translate(-62%, -55%);
    transform: translate(-62%, -55%);
  }
  .events {
    padding-top: 200px;
    padding-bottom: 60px;
    background-image: url(../img/bg-bottom-mobail.png);
  }
  .events__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .events__wrapper {
    margin-bottom: 32px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events__item-date {
    position: relative;
    z-index: 5;
  }
  .events__item-logo {
    max-width: 64px;
  }
  .events__item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 2% 26px 3%;
    width: 80%;
    margin-right: auto;
  }
  .events__item:nth-child(2) {
    padding: 22px 5% 22px 5%;
    width: 100%;
    display: none;
  }
  .events__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 3% 26px 2%;
    width: 80%;
    margin-left: auto;
  }
  .events__item:nth-child(3)::after {
    -webkit-transform: translate(-69%, -100%);
    -ms-transform: translate(-69%, -100%);
    transform: translate(-69%, -100%);
  }
  .events .btn-border {
    padding: 14px 30px;
  }
  .advantages {
    padding: 40px 0;
  }
  .advantages__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .advantages .advantages-box {
    max-width: calc(50% - 12px);
  }
  .advantages .advantages-box__head-title {
    font-size: 22px;
  }
  .advantages .advantages-box__content {
    font-size: 14px;
  }
  .advantages .btn {
    margin-top: 40px;
  }
  .review {
    padding: 40px 0;
  }
  .contact .storage-contacts__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0 50px;
  }
  .faq__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .faq__col {
    width: 100%;
    max-width: 100%;
  }
  .faq .faq-box__head-title {
    font-size: 18px;
  }
  .faq .faq-box + .faq-box {
    margin-top: 12px;
  }
  .footer .nav-footer {
    max-width: 400px;
  }
}
@media screen and (max-width: 568px) {
  .promo {
    padding: 40px 0 250px;
  }
  .promo .content {
    margin: 0 auto;
  }
  .promo .content__subtitle {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .promo .content .more-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translate(50%, 40%);
    -ms-transform: translate(50%, 40%);
    transform: translate(50%, 40%);
  }
  .promo .content .more-info::after {
    top: -2%;
    left: 40%;
    -webkit-transform: translate(2%, 0) rotate(0);
    -ms-transform: translate(2%, 0) rotate(0);
    transform: translate(2%, 0) rotate(0);
  }
  .promo::after {
    background-image: url(../img/promo_bg-mobail.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
  }
  .promo::before {
    display: none;
  }
  .promo .sigma {
    bottom: -18%;
  }
  .brands {
    padding: 20px 0 40px;
  }
  .brands__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .brands .brands-box {
    width: 100%;
    max-width: 100%;
  }
  .advantages {
    padding: 40px 0;
  }
  .advantages__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .advantages__btn .more-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translate(50%, 40%);
    -ms-transform: translate(50%, 40%);
    transform: translate(50%, 40%);
  }
  .advantages__btn .more-info::after {
    top: -2%;
    left: 40%;
    -webkit-transform: translate(2%, 0) rotate(0);
    -ms-transform: translate(2%, 0) rotate(0);
    transform: translate(2%, 0) rotate(0);
  }
  .advantages .advantages-box {
    max-width: 100%;
  }
  .advantages .advantages-box__head-title {
    font-size: 22px;
  }
  .advantages .advantages-box__content {
    font-size: 14px;
  }
  .advantages .btn {
    margin: 40px auto 0;
  }
  .commissions {
    padding: 40px 0;
  }
  .commissions__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .commissions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .commissions .commissions-box {
    max-width: 100%;
  }
  .commissions .container {
    padding: 0;
  }
  .review {
    padding: 40px 0;
  }
  .review__title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 20px;
  }
  .review .container {
    padding: 0 0 0 20px;
  }
  .review .reviews .swiper-wrapper {
    padding: 10px 0;
  }
  .review .reviews .reviews-box {
    max-width: 265px;
    padding: 24px 10px;
  }
  .review .btn-border {
    margin: 40px auto 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .review .swiper-button-next-custom,
  .review .swiper-button-prev-custom {
    display: none;
  }
  .contact {
    position: relative;
    padding: 0 0 40px;
    background: #2a58ce;
    color: #fff;
    background-image: none;
  }
  .contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background-image: url(../img/contact-bg-mobail.png);
    background-size: cover;
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
  }
  .contact__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .contact .storage-contacts:nth-child(2) .storage-contacts__wrapper {
    margin-bottom: 0;
  }
  .contact .storage-contacts:nth-child(3) .storage-contacts__wrapper {
    gap: 40px;
  }
  .contact .storage-contacts__title::after {
    width: 20%;
  }
  .contact .storage-contacts__title::before {
    width: 20%;
  }
  .contact .storage-contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto 80px;
  }
  .contact .storage-contacts .storage-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 284px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact .storage-contacts .storage-box__picture {
    margin: 0;
  }
  .contact .storage-contacts .storage-box__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 133%;
  }
  .contact .storage-contacts .storage-box__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact .storage-contacts + .storage-contacts {
    margin-top: 24px;
  }
  .contact .storage-form .form .form-inline {
    margin-bottom: 16px;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact .storage-form .form .form-inline__item {
    width: 100%;
    max-width: 100%;
  }
  .contact .storage-form .form .btn {
    margin: 22px auto 0;
    border: none;
  }
  .testimonials {
    padding: 32px 0 120px;
  }
  .testimonials__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px 30px;
  }
  .testimonials .testimonials-box {
    width: 100%;
    max-width: 100%;
  }
  .testimonials .testimonials-box__logo {
    display: block;
    width: 100%;
    max-width: 122px;
    margin-bottom: 8px;
    padding: 5px;
    border-radius: 2px;
  }
  .testimonials .testimonials-box__status {
    display: block;
    width: 100%;
    max-width: 120px;
    margin-bottom: 20px;
  }
  .testimonials .testimonials-box__description {
    color: #627093;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 12px;
  }
  .testimonials .testimonials-box__link {
    color: #2a58ce;
  }
  .brand-card {
    padding: 32px 0 120px;
  }
  .brand-card .baners {
    margin-bottom: 32px;
  }
  .brand-card .baners__picture-img {
    border-radius: 16px;
  }
  .brand-card .baners__btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .brand-card .contents .content__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .brand-card .contents .content__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .brand-card .contents .content-box__wrapper {
    gap: 8px;
  }
  .brand-card .contents .content-box__title {
    font-size: 20px;
  }
  .brand-card .contents .content-box__item {
    font-size: 16px;
    padding: 8px 18px;
  }
  .brand-card .contents .content-box + .content-box {
    margin-top: 48px;
  }
  .baners__picture-img.mb-none {
    display: block;
  }
  .baners__picture-img.pc-none {
    display: none;
  }
  .footer {
    padding: 50px 0 72px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .nav-footer {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px;
  }
  .footer .social {
    margin: 0 auto 40px;
  }
  .footer .social__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 90%, 10%);
    --fg: hsl(var(--hue), 90%, 90%);
  }
}
/* styles/partnership.css */

.partnership-section-wrap {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.partnership-nav {
  flex: 0 0 35%;
  position: sticky;
  top: 100px;
}

.partnership-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partnership-nav li + li {
  margin-top: 16px;
}

.partnership-nav a {
  text-decoration: none;
  color: #627093;
  font-family: Poppins;
  font-style: normal;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.2s;
}

.partnership-nav a:hover,
.partnership-nav a:focus {
  color: #0074e1;
}

.partnership-content {
  flex: 1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 40px 0px rgba(32, 89, 199, 0.12);
  padding: 20px;
  position: relative;
}
.who-we-are-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 300px;
}
.partnership-content h2,
.partnership-content h3 {
  color: #0f1e39;
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
}

.partnership-content h2 {
  margin-bottom: 16px;
  color: #29375a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.partnership-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.partnership-content p {
  color: #627093;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.partnership-content strong,
.partnership-content h4 {
  color: #29375a;
}
/* Responsive (tablet and below) */
@media (max-width: 768px) {
  .partnership-section {
    flex-direction: column;
    padding: 0px;
  }
  .partnership-nav {
    position: static;
    margin-bottom: 32px;
  }
}
/* styles for the benefits table */
.table-container {
  overflow-x: auto;
  margin: 40px 0;
}

.benefits-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.benefits-table thead {
  background-color: #edf2f7;
}

.benefits-table thead th {
  padding: 16px;
  text-align: left;
  font-weight: 700;
  color: #2d3748;
  font-size: 16px;
}

.benefits-table tbody td {
  padding: 16px;
  border-top: 1px solid #cbd5e0;
  color: #4a5568;
  font-size: 14px;
  line-height: 1.5;
}

/* Remove bottom border on last row */
.benefits-table tbody tr:last-child td {
  border-bottom: none;
}
.partnership-content-list {
  padding: inherit;
}
.partnership-content-list li {
  list-style: disc;
  color: #627093;
}
.compare-table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #627093;
  border-radius: 8px;
  background: #fff;
  min-width: 600px;
}

.compare-table__head {
  background: #f9fafb;
}

.compare-table__row--header {
  border-bottom: 1px solid #e2e8f0;
}

.compare-table__cell {
  padding: 16px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #64748b;
}

.compare-table__cell--header {
  font-weight: 600;
  color: #334155;
}

.compare-table__cell:not(:first-child) {
  border-left: 1px solid #e2e8f0;
}

.compare-table__cell--emphasis {
  font-style: italic;
  font-weight: 500;
  color: #334155;
}
.partnership-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.partnership-extra.expanded {
  max-height: 100%; /* или auto, если JS вычисляет высоту */
}

/* 3. Кнопка */
.toggle-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #2962ff;
  background: transparent;
  border: 2px solid #2962ff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.toggle-btn:hover {
  background: rgba(41, 98, 255, 0.1);
}
.toggle-btn__icon {
  margin-right: 8px;
  font-weight: bold;
}
.partnership-section {
  padding-bottom: 100px;
}
.partnership-intro {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .partnership-nav {
    display: none;
  }
  .partnership-section-wrap {
    display: block !important;
  }
  .partnership-extra {
    max-height: none;
  }
}
.sigma-icon-green-1 {
  width: 110px;
  position: absolute;
  left: -230px;
  z-index: 9;
  bottom: 0px;
}
.sigma-icon-green-2 {
  width: 130px;
  position: absolute;
  left: -50px;
  z-index: 9;
  bottom: 0px;
}
/* 1. Ключевые кадры для вертикального «плавания» вверх-вниз */
@keyframes float-vertical {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* 2. Ключевые кадры для диагонального плавного смещения */
@keyframes float-diagonal {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 10px);
  }
  75% {
    transform: translate(5px, -10px);
  }
}

/* 3. Применяем анимации к вашим иконкам */

.sigma-icon-green-1 {
  animation: float-vertical 4s ease-in-out infinite;
  /* чтобы они не стартовали синхронно */
  animation-delay: 0.2s;
}

.sigma-icon-green-2 {
  animation: float-diagonal 6s ease-in-out infinite;
  animation-delay: 0.5s;
}
@keyframes rocket-flight {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  33% {
    transform: translateX(20px) rotate(0deg);
  }
  66% {
    transform: translateX(20px) rotate(-15deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.promo::before {
  position: absolute;
  content: "";
  bottom: -35px;
  right: 100px;
  width: 500px;
  height: 100%;
  background-image: url(./img/rocket-bg.png) !important;

  /* точка вращения по центру ракеты */
  transform-origin: center center;
  /* применяем анимацию */
  animation: rocket-flight 6s ease-in-out infinite;
}
.who-we-are-img-m {
  display: none;
}
.promo .container {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .who-we-are-img {
    display: none;
  }
  .partnership-content {
    padding-bottom: 150px;
  }
  .who-we-are-img-m {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    border-radius: 0px 0px 15px 0px;
  }
  .sigma-icon-green-2 {
    width: 120px;
    position: absolute;
    right: 50px;
    z-index: 9;
    bottom: 0px;
    left: auto;
  }
  .sigma-icon-green-1 {
    width: 90px;
    position: absolute;
    left: 120px;
    z-index: 9;
    bottom: 0px;
  }
}
.promo {
  position: relative;
  overflow: hidden;
}

.promo .star {
  position: absolute;
  opacity: 0.8;
  z-index: 9;
  animation: sparkle 3s ease-in-out infinite;
}

/* Индивидуальные позиции, размеры, длительности и задержки */
.promo .star-1 {
  top: 10%;
  right: 40%;
  width: 60px;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
.promo .star-2 {
  bottom: 10%;
  right: 40%;
  width: 60px;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
.promo .star-3 {
  top: 15%;
  right: 15%;
  width: 40px;
  animation-duration: 2.8s;
  animation-delay: 0.6s;
}
.promo .star-4 {
  bottom: 10%;
  right: 20%;
  width: 100px;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
.promo .star-5 {
  top: 50%;
  left: 30%;
  width: 28px;
  animation-duration: 2.2s;
  animation-delay: 1.2s;
}
.promo .star-6 {
  top: 60%;
  right: 25%;
  width: 22px;
  animation-duration: 3.3s;
  animation-delay: 1.5s;
}
.promo .star-7 {
  top: 5%;
  right: 5%;
  width: 36px;
  animation-duration: 2.7s;
  animation-delay: 1.8s;
}
.promo .star-8 {
  bottom: 0;
  left: 45%;
  width: 60px;
  animation-duration: 3s;
  animation-delay: 2.1s;
}
.promo .star-9 {
  bottom: 15%;
  right: 10%;
  width: 30px;
  animation-duration: 2.4s;
  animation-delay: 2.4s;
}
.promo .star-10 {
  bottom: 10%;
  right: 35%;
  width: 26px;
  animation-duration: 3.2s;
  animation-delay: 2.7s;
}

/* keyframes для эффекта мерцания */
@keyframes sparkle {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .promo .star {
    display: none;
  }
  .sigma-icon-green-2,
  .sigma-icon-green-1 {
    animation: none;
  }
}
.back-link:hover {
  color: #fff;
}
.swiper-slide {
  box-shadow: 4px 12px 40px 0px rgba(42, 88, 206, 0.12);
}
.swiper {
  overflow-x: hidden !important;
  overflow-x: clip !important;
}

/* пагінація нью пет секція слайдер партнери */

.partners-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  z-index: 10;
}

.pp-bullet {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #4b6ef5;
  box-shadow: 0 0 0 4px rgba(75, 110, 245, 0.1);
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}
.pp-bullet:hover {
  opacity: 1;
  transform: scale(1.08);
}

.pp-bullet-active {
  background: #4b6ef5;
  box-shadow: 0 0 0 4px rgba(75, 110, 245, 0.22);
  opacity: 1;
  transform: scale(1.18);
}

.partners-pagination.swiper-pagination-lock {
  display: flex !important;
}
.program-partners-mob .partners-pagination.swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  transform: none !important;
  top: auto !important;
  bottom: auto !important;
}

.program-partners-mob .partners-pagination.swiper-pagination-lock {
  display: flex !important;
}

@media (max-width: 480px) {
  .pp-bullet {
    width: 10px;
    height: 10px;
  }
}

/* terms */
.tac {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px;

  color: #0f172a;
}
.tac__header {
  margin-bottom: 16px;
}
.tac__title {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 3px;
  letter-spacing: 0.2px;
}
.tac__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #475569;
  margin: 0;
}

.tac__heading {
  font-size: 20px;
  line-height: 1.3;
  margin: 24px 0 5px;
  color: #111827;
}
.tac p {
  margin: 10px 0;
}
@media (max-width: 640px) {
  .tac {
    padding: 16px;
  }
  .tac__title {
    font-size: 24px;
  }
  .tac__body {
    padding: 16px;
  }
  .tac__heading {
    font-size: 18px;
  }
}
