/***************GLOBAL***************/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "AkzidenzGroteskPro EX", sans-serif;
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
}
.main-bg__wrapper {
  background-image: url("../images/bg.webp");
  background-position: center;
  background-size: cover;
}
.main-bg1,
.main-bg2,
.main-bg3,
.main-bg4 {
  display: none;
}
@media (min-width: 1600px) {
  .main-bg1,
  .main-bg2,
  .main-bg3,
  .main-bg4 {
    display: block;
  }
  .main-bg1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .main-bg2 {
    position: absolute;
    top: 743px;
    right: 0;
    z-index: 0;
  }
  .main-bg3 {
    position: absolute;
    top: 1500px;
    left: 0;
    z-index: 0;
  }
  .main-bg4 {
    position: absolute;
    top: 2125px;
    right: 0;
    z-index: 0;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.bold-text {
  font-weight: 700 !important;
}

.italic-text {
  font-style: italic !important;
}

.nowrap-text {
  white-space: nowrap;
}

.line-through {
  text-decoration: line-through;
  text-decoration-thickness: 0.2rem;
}

.underline-text {
  text-decoration: underline;
}

.mob {
  display: none !important;
}

.pad {
  display: none !important;
}

.desk {
  display: flex !important;
}

.main__wrapper {
  overflow-x: hidden;
}

.outline-text {
  -webkit-text-stroke: 0.1rem #000;
  color: transparent;
}

.outline-text.white {
  -webkit-text-stroke: 0.1rem #fff;
}

h1 .outline-text {
  -webkit-text-stroke-width: 0.2rem !important;
}

a {
  text-decoration: none;
}

/***************GLOBAL***************/
/***************TEXT***************/

h1 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 250px #fff, 0px 0px 78.66px #fff, 0px 0px 39.33px #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
h2 .bordered {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: #000;
  background: #fff;
  -webkit-background-clip: text;
}
h2 .blur {
  position: relative;
  z-index: 1;
  background: #c801ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 .blur::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  background: #c801ff;
  filter: blur(77px);
  z-index: -1;
}

h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 112.85% */
}

h5 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 1.7875rem */
}

p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/***************TEXT***************/
/***************BIG-BUTTON***************/

.big-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 325px;

  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;

  transition: 0.3s ease;
  outline: none;
  user-select: none;
  border-radius: 16px;
  border: 1px solid #00c3ff;
  border-bottom-width: 5px;
  padding: 17px;
  width: 100%;
  border-radius: 16px;
  background: #000;
}

.big-button.light {
  border: 1px solid transparent;
  background: #fff;
  color: #fff;
}

.big-button:hover {
  transform: scale(1.03);
}

.button-bottom-text {
  color: #030303;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  opacity: 0.5;
}

/***************BIG-BUTTON***************/
/***************HEADER***************/

.header {
  padding-block: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.37);
  background: rgba(134, 134, 134, 0.4);
  backdrop-filter: blur(17.200000762939453px);
  position: relative;
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.header__separator {
  width: 1px;
  height: 24px;
  background: #fff;
  filter: drop-shadow(0px 0px 2.16px #fff) drop-shadow(0px 0px 4.32px #fff) drop-shadow(0px 0px 90.72px #fff);
}
.header__logo {
  max-height: 44px;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 24.48px #fff) drop-shadow(0px 0px 48.96px #fff) drop-shadow(0px 0px 250px #fff);
}

.header__nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  margin-left: auto;
}

.header__nav-link {
  color: #fff;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.375rem; /* 385.714% */
  letter-spacing: 0.06125rem;
}

.header__nav-line {
  width: 1px;
  height: 38px;
  background-color: #fff;
  flex-shrink: 0;
}
.header__lang {
  width: 41px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.header__lang-link:nth-child(2) {
  display: none;
}
.header__lang.active .header__lang-link:nth-child(2) {
  display: block;
}
.header__lang::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/arrow-down.svg");
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0;
  filter: drop-shadow(0px 0px 0.72px #fff) drop-shadow(0px 0px 1.44px #fff) drop-shadow(0px 0px 30.24px #fff);

  z-index: 0;
}
.header__lang-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__lang-link {
  width: 41px;
  color: #fff;
  text-shadow: 0px 0px 86.08px #fff, 0px 0px 57.76px #fff, 0px 0px 25.36px #fff, 0px 0px 22.68px #fff,
    0px 0px 6.48px #fff, 0px 0px 3.24px #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.98px;
}
.header__lang-link:hover {
  opacity: 0.7;
}
.socials-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.socials__nav-link,
.socials__nav-icon {
  height: 38px;
}
.header__nav-lang {
  display: none;
}
.header__hamburger {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__hamburger-container {
  position: relative;
  width: 24px;
  height: 20px;
}

.header__hamburger-item {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s ease;
  right: 0;
}

.header__hamburger-item:nth-child(1) {
  top: 0;
}

.header__hamburger-item:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__hamburger-item:nth-child(3) {
  bottom: 0;
}

.header.active .header__hamburger-item:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header.active .header__hamburger-item:nth-child(2) {
  right: 50%;
  opacity: 0;
}

.header.active .header__hamburger-item:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/***************HEADER***************/
.hero {
  padding-top: 50px;
}
.container {
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__img {
}
.hero__title {
  margin-top: -100px;
}
.hero__text {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 17px;
}
.follow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 24px 0 60px;
}
.follow1 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 126px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.08;
}
.follow2 {
  color: #fadea7;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle {
}
.middle__card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 10.933px -10.933px 67.6px 0px rgba(182, 182, 182, 0) inset,
    -10.933px 10.933px 35.6px 0px rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(32.79999923706055px);
  padding: 45px 60px 85px;
}
.middle__inner {
  display: flex;
  gap: 42px;
}

.middle__title {
  padding-top: 55px;
  padding-bottom: 33px;
  color: #fff;
  text-shadow: 0px 0px 250px #fff, 0px 0px 55.62px #fff, 0px 0px 27.81px #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.middle__col ul {
  margin: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.middle__list {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.middle__list span {
  font-size: 15px;
  margin: 0 5px 0 0;
}
.middle__text {
  color: #fadea7;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-block: 16px 36px;
}
.middle__btn {
  border-radius: 22px;
  background: #d8a558;
  box-shadow: 0px 19px 27.6px 0px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 25px 0 18px;
  display: block;
  margin: 0 auto -120px;
  width: 100%;
  max-width: 386px;
  position: relative;
  z-index: 9;
}
.middle__btn.en{
  max-width: 425px;
}
.middle__btn:hover {
  scale: 1.03;
  transition: all 0.3s ease-in-out;
}

.business {
  padding-bottom: 120px;
}
.business .container {
  position: relative;
}
.business__inner {
  padding: 100px 70px 110px;
  background-image: url(../images/bl4.webp);
  background-size: cover;
}
.business__text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.582%; /* 54.005px */
}
.business__text span {
  color: #fadea7;
}
.business__shadow {
  position: absolute;
  border-radius: 828px;
  background: #252525;
  mix-blend-mode: multiply;
  filter: blur(44.20000076293945px);
  display: block;
  width: 398px;
  height: 123px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 0;
}

@media screen and (max-width: 1480px) {
  .follow1 {
    font-size: 94px;
  }
}
@media screen and (max-width: 1280px) {
  .hero__img {
    width: 100%;
  }
  .follow1 {
    font-size: 84px;
  }
  .middle__img {
    width: 50%;
  }
  .business__inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .follow1 {
    font-size: 54px;
  }
  .follow2 {
    font-size: 40px;
  }
  .middle__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }
  .middle__img {
    width: 100%;
  }
  .middle__title {
    padding: 0 0 28px;
  }
  .middle__title br {
    display: none;
  }
  .middle__text {
    padding: 28px 0 24px;
  }
  .business__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .business__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header__right{
    gap: 12px;
  }
  .hero__title br {
    display: none;
  }
  .hero__title {
    font-size: 26px;
    margin-top: 0;
  }
  .hero__text {
    font-size: 20px;
  }
  .follow {
    margin-top: 50px;
  }
  .follow1 {
    font-size: 54px;
  }
  .follow2 {
    font-size: 24px;
  }
  .middle__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }
  .middle__card {
    padding: 13px 13px 52px;
  }
  .middle__title {
    font-size: 22px;
  }
  .middle__list {
    font-size: 18px;
  }
  .middle__text {
    font-size: 20px;
  }
  .middle__btn {
    border-radius: 8px;
    background: #d8a558;
    box-shadow: 0px 19px 27.6px 0px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    padding: 15px 10px 12px;
    width: fit-content;
    margin: 0 auto -60px;
  }
  h2 {
    font-size: 26px;
  }
  .cool__arrows-container {
    padding: 20px 12px 40px !important;
  }
  .cool__main-slider-slide-bottom{
    top: 70px !important;
  }
  .business {
    padding-bottom: 50px;
  }
  .business__inner {
    padding: 25px 0 60px;
  }
  .business__shadow {
    border-radius: 258px;
    filter: blur(48.20000076293945px);
    width: 300px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
  }
}
@media screen and (max-width: 413px) {
  .hero__title {
    font-size: 22px;
  }
  .hero__text {
    font-size: 16px;
    padding-top: 10px;
  }
  .follow {
    margin-top: 40px;
  }
  .follow1 {
    font-size: 44px;
  }
  .follow2 {
    font-size: 20px;
  }
  .middle__inner {
    gap: 20px;
  }
  .middle__card {
    padding: 10px 10px 42px;
  }
  .middle__title {
    font-size: 20px;
  }
  .middle__list {
    font-size: 16px;
  }
  .middle__text {
    font-size: 16px;
  }
  .middle__btn {
    border-radius: 8px;
    background: #d8a558;
    box-shadow: 0px 19px 27.6px 0px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    padding: 15px 10px 12px;
    width: fit-content;
    margin: 0 auto -60px;
  }
  .business {
    padding-bottom: 40px;
  }
  .business__inner {
    padding: 15px 0 50px;
  }
  .business__text {
    font-size: 20px;
  }
}
/***************TOP***************/

.top {
  padding-block: 3.25rem 100px;
}

.top__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.top__image-container {
  position: relative;
}

.top__image {
  width: 100%;
  pointer-events: none;
}

.top__button {
  position: absolute;
  bottom: 15px;
  left: 0;
  max-width: 288px;
}
.top__nativetext {
  position: relative;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/***************TOP***************/
/***************STAR***************/

.star {
  padding-bottom: 30px;
}

.star__container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}

.star__image {
  width: 100%;
}

/***************STAR***************/
/***************WHO***************/

.who {
}

.who__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.who__items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.who__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 32%;
  padding: 1.5rem;
  height: unset;

  border-radius: 20px;
  background: linear-gradient(0deg, #00c3ff -132.39%, #e6ebf7 30.03%);
  box-shadow: 0px 4px 0px 0px #00c3ff;
}
.who__item-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.who__item-icon {
  height: 60px;
  border-radius: 16px;
}

.who__item h4 {
  color: #000;
  font-weight: 700;
}
.who__item p {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.225rem */
}

.who__labels-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  margin-top: 1rem;
}

.who__label {
  padding: 0.26975rem 0.80931rem;

  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 1.1625rem */

  border-radius: 3.37219rem;
  border: 1px solid var(--Color-gold-shine, #fff);
  /* backdrop-filter: blur(2.200000047683716px); */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.who__label span {
  color: #fff;
}

.who__buttons-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.who__button {
  max-width: 280px;
}

.who__button-light {
  border-radius: 1rem;
  border: 1px solid #fff;
  color: #fff;
}

/***************WHO***************/
/***************COOL***************/

.cool {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
  position: relative;
  z-index: 200;
}

.cool__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 3rem;
}

.cool__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.cool__title-container p span {
  color: #c801ff;
  font-weight: 500;
}
.cool__bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 5%,
    rgba(0, 0, 0, 1) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 5%,
    rgba(0, 0, 0, 1) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.cool__gallery-container {
  position: relative;
  height: 632px;
  width: 100%;
  max-width: 956px;
  /*overflow: hidden;*/
}

.cool__main-slider-container,
.cool__secondary-slider-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 532px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
}

.cool__main-slider,
.cool__secondary-slider {
  width: 100%;
  max-width: 856px;
  height: 100%;
  border-radius: 22px;
  overflow: visible;
}

.cool__secondary-slider {
  /*box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.80);*/
  /*background-color: #111318;*/
}

.cool__secondary-slider-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background: #111318;
}

.cool__main-slider-slide-row {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}

.cool__main-slider-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
.swiper-slide-prev,
.swiper-slide-next {
  padding: 30px;
}
.cool__main-slider-slide-bottom {
  height: 0px;
  position: relative;
  top: 58px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.half-height {
  height: calc(50% - 10px);
}

.cool__main-slider-slide-bottom-text {
  color: #fff;

  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 1.24rem */
  letter-spacing: 0.00919rem;
  text-transform: uppercase;
}

.cool__main-slider-slide-bottom-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.cool__main-slider-slide-bottom-button {
  padding: 4px 8px;
  position: relative;
  border-radius: 18px;
  border: 1px solid #fadea7;

  color: #fff;

  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 0.775rem */
  letter-spacing: 0.00625rem;
  text-transform: uppercase;
  text-decoration: none;

  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;

  transition: 0.3s ease;
  outline: none;
  user-select: none;
}

.cool__main-slider-slide-bottom-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cool__main-slider-slide-bottom-button::before {
  content: "";
  background-image: url("../images/bl4_icon1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.cool__main-slider-slide-column {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 20px;
}

.cool__main-slider-slide-image,
.cool__secondary-slider-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  /*filter: brightness(0.4);*/
  transition: 0.3s ease;
  border: 1px solid transparent;
  border-radius: 20px;
}

.cool__secondary-slider-slide-image {
  opacity: 1;
  /*filter: brightness(1);*/
}

.half-width {
  width: calc(50% - 10px);
}

.cool__secondary-slider-slide-image {
  object-fit: contain;
}

.cool__main-slider-slide-image:hover {
  opacity: 1;
  /*filter: brightness(1);*/
  border: 1px solid #d9bd89;
  cursor: pointer;
}

.mob .swiper-slide-active .cool__main-slider-slide-image,
.swiper-slide-active .cool__secondary-slider-slide-image {
  opacity: 1;
  /*filter: brightness(1);*/
}

.cool__secondary-slider-numbers-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: 82px;
  right: 82px;
  /*display: flex;*/
  padding-bottom: 8px;
  justify-content: space-between;
  z-index: 100;
}

.cool__secondary-slider-number {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 2.88rem */
}

.cool__secondary-slider-number:first-child,
.cool__secondary-slider-number:last-child {
  opacity: 0.2;
}

.cool__secondary-slider-close {
  position: absolute;
  top: 10px;
  right: 56px;
  cursor: pointer;

  width: 48px;
  height: 48px;
  object-fit: cover;
  z-index: 100;
  /*transition: 0.3s ease;*/
  padding: 10px;
}
.cool__secondary-slider-arrow:hover,
x .cool__main-slider-arrow:hover {
  opacity: 1 !important;
}
.cool__secondary-slider-arrow,
.cool__main-slider-arrow {
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
  opacity: 0.5 !important;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}
.cool__arrows-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 38px;
  border-radius: 20px;
}

.cool__main-slider-pagination {
  width: 100%;
  max-width: 1000px;
  height: 24px;
  border-radius: 84px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-top: -20px;
}

.cool__main-slider-pagination-dot {
  display: flex;
  position: absolute;
  top: 4px;
  left: 20%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s ease;
}

.cool__buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.cool__button-text {
  color: #2e2e2e;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 1.44rem */
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.cool__main-slider-slide-bottom {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.cool__main-slider-slide.swiper-slide-active .cool__main-slider-slide-bottom {
  opacity: 1;
  pointer-events: all;
}

/***************COOL***************/
/***************REG***************/

.reg {
}

.reg__main-container {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid #c801ff;
  background: linear-gradient(0deg, #00c3ff -132.39%, #e6ebf7 30.03%);
  box-shadow: 0px 4px 0px 0px #00c3ff;
  padding: 3rem;
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
.reg__main-container::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  background-image: url(../images/bl5_shield.webp);
  width: 9.375rem;
  height: 9.375rem;
}
.reg__main-container::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -80px;
  background-image: url(../images/bl5_cash.webp);
  width: 11.375rem;
  height: 9.375rem;
}

.reg__main-container h3 {
  color: #000;
  font-weight: 700;
}
.reg__main-container p {
  margin-top: -0.5rem;
  color: #000;
  line-height: 122%; /* 1.525rem */
}
.reg__button {
  max-width: 440px;
}

.reg__deco {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.reg__deco-text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}
.reg__buttons-container {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.reg__button-img {
  width: 100%;
}

/***************REG***************/
/***************PARTNERS***************/

.partners {
  padding-block: 6.25rem;
}

.partners__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
}
.partners__title-container p {
  line-height: 122%;
}
.partners__title-container b {
  color: #c801ff;
  font-weight: 500;
}
.partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.partners__link {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partners__link::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'><path d='M0.999878 10.1504L9.99988 1.15039M9.99988 1.15039H0.999878M9.99988 1.15039V10.1504' stroke='%23F6F5F2' stroke-width='1.38233' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.partners__link.major {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #d2de2b;
  box-shadow: 0px 4px 49.5px 0px #d2de2b;
}
.partners__link.major::after {
  background-image: url(../images/bl6_arrow.webp);
}

.partners__deco {
  position: absolute;
  pointer-events: none;
}

.partners__bg-image {
  width: 100%;
}

.partners__deco-1 {
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

.partners__deco-2 {
  top: -60px;
  right: -25px;
  width: 275px;
}

.partners__title {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1.055px 2.109px 0px rgba(13, 13, 18, 0.06);

  color: #f8fafb;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 1.1625rem */
}

.major .partners__title {
  position: static;
  border-radius: 105.474px;
  border: 1.055px solid #e2e8f1;
  background: #e2e8f1;
  box-shadow: 0px 1.055px 2.109px 0px rgba(13, 13, 18, 0.06);

  color: #000;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 1.55rem */
}

.major .partners__description {
  text-align: center;
  color: #000;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.425rem */
  max-width: 228px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.major .partners__logo {
  width: 100%;
  max-width: 375px;
  position: relative;
}

.major .partners__bottom {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.partners__link .partners__link-text {
  position: absolute;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem; /* 125% */
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 328px;
}
.partners__link.partner1 .partners__link-text {
  text-align: left;
  left: 30px;
  transform: translateX(0%);
  bottom: 30px;
  width: 345px;
}
.partners__link.partner2 .partners__link-text {
  bottom: 62px;
  width: 328px;
}
.partners__link.partner3 .partners__link-text {
  bottom: 42px;
  width: 518px;
}
.partners__link.partner4 .partners__link-text {
  bottom: 40px;
  width: 328px;
}
.partners__link.partner5 .partners__link-text {
  bottom: 35px;
  width: 228px;
}
.partners__link.partner6 .partners__link-text {
  bottom: 40px;
  width: 519px;
}
.partners__link.show {
  background: #225b5f;
}

.partners__link-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.partners__link-container > p {
  color: #6f6f6f;

  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 1.0675rem */
  letter-spacing: -0.007rem;
  max-width: 530px;
}

.partners__links-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 770px;
}

.partners__links-container .partners__link-container {
  flex-direction: row;
  gap: 50px;
}

.partners__links-container .partners__link-container > p {
  text-align: left;
}

.partners__links-container .partners__link {
  min-height: 110px;
  min-width: 360px;
  /*padding: 8px;*/
}

.partners__links-container .partners__title {
  top: 8px;
  left: 8px;
}

.partner__info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.partner__info-container h3 {
  text-align: center;
  position: relative;
  width: 100%;
}
.partners__info {
  margin-top: 7.75rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.partner__info-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partner__info-item {
  width: 220px;
  height: 138px;
  border-radius: 20px;
  border: 1px solid #00c3ff;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #00c3ff;
  padding: 16px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner__info-item[href="#"] {
  pointer-events: none;
}

.partner__info-item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/***************PARTNERS***************/
/***************WALK***************/

.walk {
  padding-bottom: 60px;
}

.walk__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.walk h2 {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.walk__inner {
  display: flex;
  align-items: center;
}
.walk__image {
  width: 100%;
}
.walk__image2 {
  display: none;
}
.walk__container > p {
  max-width: 996px;
  margin-inline: auto;
  text-align: center;
}

/***************WALK***************/

/***************FOOTER***************/

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10.399999618530273px);
  padding-block: 24px;
  position: relative;
  z-index: 50;
}

.footer__container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer__nav-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__nav-link {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 337.5% */
  letter-spacing: 0.07rem;
}

.footer__logo-container {
  display: flex;
  align-items: center;
}

.footer__logo {
  height: 40px;
}

.footer__logo-text {
  color: #33333d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.1375rem */
  text-transform: uppercase;
}
.footer .socials-container {
  gap: 16px;
}
/***************FOOTER***************/

.arrow-up {
  position: absolute;
  right: 10px;
  bottom: -50px;
  cursor: pointer;
}

/***************MEDIA(1400px)***************/
@media (max-width: 1400px) {
  .container {
    padding-inline: 20px;
  }

  .pad {
    display: flex !important;
  }

  /***************(1400px)TEXT***************/

  /***************(1400px)TEXT***************/
  /***************(1400px)HEADER***************/

  .header {
    padding-block: 20px;
  }

  .header__container {
    flex-wrap: wrap;
  }

  .header__lang {
    margin-left: auto;
  }

  .header__nav-container {
    position: absolute;
    border-radius: 1.25rem;
    background: linear-gradient(0deg, #00c3ff -132.39%, #e6ebf7 30.03%);
    box-shadow: 0px 4px 0px 0px #00c3ff;
    flex-direction: column;
    right: -100%;
    top: 100px;
    z-index: 100;
    padding: 20px;
    gap: 5px;
    align-items: flex-start;
    transition: right 0.3s ease-in-out;
  }

  .header__nav-line {
    display: none;
  }
  .header__nav-link {
    color: #000;
    line-height: 2rem;
  }

  .header__logo-container {
    gap: 20px;
  }

  .header.active .header__nav-container {
    right: 20px;
  }

  /***************(1400px)HEADER***************/

  /***************(1400px)TOP***************/

  .top__container {
    gap: 1.5rem;
  }
  .top__button {
    position: static;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 24px;
  }
  .top__nativetext img {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  /***************(1400px)TOP***************/
  /***************(1400px)STAR***************/
  /***************(1400px)STAR***************/
  /***************(1400px)WHO***************/
  .who__container {
    gap: 1.5rem;
  }
  .who__items-container {
    justify-content: center;
  }

  .who__item {
    max-width: 480px;
  }

  .who__labels-container {
    gap: 16px;
    column-gap: 40px;
    justify-content: center;
  }

  /***************(1400px)WHO***************/
  /***************(1400px)COOL***************/

  .cool__buttons-container {
    display: none;
  }

  .cool {
    /* padding-bottom: 50px; */
  }

  .cool__bg-image {
    display: none;
  }

  .cool__container {
    flex-direction: column;
    gap: 30px;
  }

  .cool__text-container {
    width: 100%;
    max-width: 100%;
  }
  .cool__title-container p br {
    display: none;
  }
  .cool__gallery-container {
    height: 610px;
  }

  .cool__main-slider-slide-row {
    gap: 4px;
  }

  .cool__main-slider-slide-column {
    gap: 4px;
  }

  .cool__main-slider-slide-image {
  }

  .cool__secondary-slider-numbers-container {
    left: 62px;
    right: 62px;
  }

  .half-width {
    width: calc(50% - 2px);
  }

  .half-height {
    height: calc(40% - 2px);
  }

  .third-height {
    height: calc(30% - 2px);
  }

  .fourth-height {
    height: calc(20% - 2px);
  }

  /***************(1400px)COOL***************/
  /***************(1400px)REG***************/
  /***************(1400px)REG***************/
  /***************(1400px)PARTNERS***************/

  .partner__info-items-container {
    gap: 16px;
  }

  .partner__item-text-container p br {
    display: none;
  }

  .partner__info-item {
    width: 161px;
    height: 80px;
  }

  .partner__container > .partner__item .partner__item-main {
    flex-direction: column;
  }

  .major .partners__description {
    position: relative;
    top: auto;
    transform: none;
    text-align: left;
    max-width: 400px;
    width: 100%;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
  }

  /***************(1400px)PARTNERS***************/
  /***************(1400px)WALK***************/
  .walk__inner {
    position: relative;
    width: 100%;
    justify-content: flex-end;
  }
  .walk h2 {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .walk__image {
  }
  /***************(1400px)WALK***************/

  /***************(1400px)FOOTER***************/
  /***************(1400px)FOOTER***************/
}

@media (max-width: 900px) {
  .reg__main-container::before,
  .reg__main-container::after {
    display: none;
  }
  .partners__link.partner1 .partners__link-text {
    left: 20px;
    font-size: 8px;
    bottom: 20px;
    width: 355px;
  }
  .partners__link.partner1 .partners__link-text br {
    display: none;
  }

  .cool__main-slider-slide-bottom-text {
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 0.93rem */
    letter-spacing: 0.0075rem;
    text-transform: uppercase;
  }

  .footer__nav-container {
    display: none;
  }
  .footer__logo-container {
    left: 16px;
    bottom: 24px;
    transform: translateX(0);
  }
  .container {
    padding-inline: 16px;
  }
}

/***************MEDIA(1400px)***************/
/***************MEDIA(700px)***************/

@media (max-width: 700px) {
  .big-button {
    width: 100%;
    max-width: 100%;
    font-size: 22px;
  }

  .mob {
    display: flex !important;
  }

  .desk {
    display: none !important;
  }

  .main__wrapper {
    background-size: auto 100%;
  }

  /***************(700px)TEXT***************/

  h3 {
    font-size: 2rem;
  }

  /***************(700px)TEXT***************/
  /***************(700px)HEADER***************/
  .header {
    padding-block: 12px;
  }
  .header__container {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .socials__nav-link {
    height: 38px;
  }
  .header__logo {
    height: 30px;
  }
  /***************(700px)HEADER***************/

  /***************(700px)TOP***************/
  .top {
    padding-block: 3rem;
  }
  /***************(700px)TOP***************/
  /***************(700px)STAR***************/
  /***************(700px)STAR***************/
  /***************(700px)WHO***************/
  .who {
    /* padding-bottom: 3rem; */
  }
  .who__buttons-container {
    flex-direction: column;
  }
  .who__labels-container {
    margin-top: 8px;
    column-gap: 16px;
  }
  .who__item {
    max-width: calc(100% - 20px);
  }
  .who__item-top h4 {
    font-size: 1.25rem;
  }
  /***************(700px)WHO***************/
  /***************(700px)COOL***************/
  .cool {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cool__title-container {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .cool__title-container p {
    font-size: 1rem;
  }
  .cool__gallery-container {
    height: 540px;
  }

  .cool__container {
    gap: 0;
  }

  .cool__title {
    font-size: 2.175rem !important;
  }

  .cool__main-slider-container,
  .cool__secondary-slider-container {
    height: 581px;
    gap: 16px;
  }

  .cool__main-slider {
    max-width: 340px;
  }

  .cool__main-slider-arrow {
    width: 30px;
    height: 30px;
  }

  .cool__main-slider-pagination {
    max-width: 355px;
  }

  .cool__button-text {
    text-align: center;
  }

  .cool__secondary-slider-numbers-container {
    left: 42px;
    right: 42px;
  }

  .cool__secondary-slider-close {
    right: 10px;
  }

  .cool__main-slider-slide-bottom {
    /* height: 0px; */
    opacity: 1;
    position: relative;
    top: 88px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .cool__main-slider-slide-bottom-text {
    text-align: center;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 0.93rem */
    letter-spacing: 0.0075rem;
    text-transform: uppercase;
  }

  .cool__main-slider-slide-bottom-buttons {
    gap: 12px;
  }

  .cool__arrows-container {
    padding: 40px 12px;
  }

  .cool__main-slider-pagination {
    max-width: 355px;
    margin-top: 70px;
  }
  .cool__main-slider-pagination-dot {
    /* left: 20% !important; */
  }
  .cool__main-slider-slide-column:nth-of-type(3) {
    display: none;
  }
  .cool__main-slider-container.desk {
    display: flex !important;
  }
  .cool__main-slider-container.mob {
    display: none !important;
  }
  /***************(700px)COOL***************/
  /***************(700px)REG***************/
  .reg__main-container {
    padding: 1.5rem;
  }
  .reg__main-container p {
    font-size: 0.875rem;
  }
  .reg__main-container br {
    display: none;
  }
  .reg__logo {
    width: 100%;
  }
  /***************(700px)REG***************/
  /***************(700px)PARTNERS***************/
  .partners {
    padding-block: 3rem;
  }
  .partners__container {
    gap: 0.75rem;
  }
  .partners__link img.mob {
    min-height: 130px;
  }
  .partners__link.major {
    align-items: flex-start;
    gap: 16px;
  }

  .major .partners__logo {
    margin-top: 40px;
    max-width: 240px;
    width: 60%;
  }

  .major .partners__title {
    position: absolute;
  }

  .partners__title {
    top: 12px;
    left: 12px;
  }

  .major .partners__deco-2 {
    width: 134px;
    right: 0;
    top: -40px;
  }

  .partners__link-container {
    gap: 20px;
  }

  .partners__links-container .partners__link {
    min-width: 180px;
  }

  .partners__links-container p {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 0.915rem */
    letter-spacing: -0.006rem;
  }
  .partners__link .partners__link-text span {
    display: none;
  }
  .partners__link .partners__link-text {
    font-size: 7px;
    line-height: 8px; /* 100% */
  }
  .partners__link.partner1 .partners__link-text {
    left: 14px;
    bottom: 15px;
    width: 200px;
  }
  .partners__link.partner2 .partners__link-text {
    bottom: 22px;
    width: 228px;
  }
  .partners__link.partner3 .partners__link-text {
    width: 304px;
    bottom: 15px;
  }
  .partners__link.partner3.en .partners__link-text {
    font-size: 6px;
  }
  .partners__link.partner4 .partners__link-text {
    bottom: 20px;
    width: 328px;
  }
  .partners__link.partner5 .partners__link-text {
    bottom: 20px;
    width: 228px;
  }
  .partner5.en .partners__link-text {
    bottom: 15px;
  }
  .partners__link.partner5 .partners__link-text br {
    display: none;
  }
  .partners__link.partner6 .partners__link-text {
    bottom: 15px;
    width: 320px;
  }
  .partners__links-container .partners__link-container {
    gap: 10px;
  }
  .partners__info {
    margin-top: 3rem;
    gap: 1.5rem;
  }
  .partners__info-title {
    font-size: 32px;
    letter-spacing: normal;
  }
  .partner__info-items-container {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }
  .partner__info-item {
    width: calc(33% - 2rem);
    min-width: 140px;
    height: 86px;
    padding: 12px;
  }
  /***************(700px)PARTNERS***************/
  /***************(700px)WALK***************/
  .walk {
    padding-bottom: 3rem;
  }
  .walk h2 {
    flex-direction: column;
    font-size: 38px;
    gap: 2px;
  }

  .walk__inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 45px;
    background: #181231;
  }
  .walk__image {
    display: none;
  }

  .walk__image2 {
    display: block;
    width: 100%;
  }

  /***************(700px)WALK***************/

  /***************(700px)FOOTER***************/

  .footer__container {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer__logo-container {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    transform: none;
  }

  .socials-container {
    margin-left: auto;
    gap: 16px !important;
  }
  .socials__nav-icon {
    width: 38px;
    height: 38px;
  }

  /***************(700px)FOOTER***************/
}

/***************MEDIA(700px)***************/
@media (width < 400px) {
  .container {
    padding-inline: 12px;
  }
  .reg__button {
    font-size: 20px;
  }
  .partners__info-title {
    font-size: 28px;
  }
}
