html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

body {
  display: block;
  position: relative;
  width: 100%;
  background: #000000;
  font-family: "Roboto", sans-serif;
  font-family: "Arial", sans-serif;
  font-size: 14.38px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;

  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.no-scroll {
  overflow-y: hidden;
}

.content {
  display: block;
  position: relative;
  width: 100%;

  max-width: 388px;
  overflow: hidden;

  background: transparent;

  padding: 30px 0;
  margin: 0 auto 20px auto;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  font-size: 110px;
  font-weight: 900;
  line-height: 85%;
  text-align: center;
  color: #f2c94c;
}

h1,
.title.general {
  text-transform: uppercase;
}

h2,
.title.high {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  line-height: 40px;

  text-transform: uppercase;
}

h3,
title.medium {
  font-size: 25px;
  line-height: 30px;
  text-align: left;

  text-transform: uppercase;
}

article > *,
.article > *,
.desk > * {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
.desk > *:first-child {
  margin-top: 0 !important;
}

article > h2,
.article > h2,
.desk > h2 {
  margin-top: 32px;
}

article > h3,
.article > h3,
.desk > h3 {
  margin-top: 16px;
}

.button {
  position: relative;
  display: inline-block;
  min-width: 320px;
  height: 60px;
  border-radius: 5px;
  background: #f2c94c;

  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  line-height: 22.4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  padding: 18px 24px;
  margin: 0 auto;

  transition: all 0.5s;
}

.button:hover {
  transform: scale(1.1);
}

.header,
.main,
.footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;

  max-width: 1600px;
  max-width: 440px;
  max-width: 100%;

  margin: 0 auto;
}

.background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.background img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;
}

.images img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* -------------------HEADER---------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #191919d9;

  border-bottom: 1px solid #73706c99;
}

.header__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  max-width: 440px;
  max-height: 80px;
  border-radius: 0;

  padding: 26px 30px;
  margin: 0 auto;
}

.logo {
  display: block;
  position: relative;
  max-width: 300px;
  transition: all 0.5s;
}

.logo img {
  display: block;
  position: relative;
  width: auto;
  max-height: 28px;
}

.logo:hover {
  transform: scale(1.1);
}
.header__menu {
  display: flex;
  white-space: nowrap;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
}

.header__menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex: 1 1 auto;
  gap: 40px;
  margin-bottom: 80px;
}
.header__menu-list li {
  display: block;

  transition: all 0.5s;
}
.header__menu-list li:hover {
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(464%)
    hue-rotate(121deg) brightness(94%) contrast(97%);
}

.header__menu-list li a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f5f5f5;
  transition: all 0.5s;
}

.button__menu {
  min-width: 240px;
  height: 50px;
  border-radius: 5px 0 5px 0;
  padding: 15px;
}

.header__menu-list a:hover {
  color: #f2c94c;
}

.button__header {
  display: none;
}

.header__btn-menu {
  display: block;
  flex: 0 1 auto;
  min-width: 0;

  border-radius: 10px;

  background: transparent;
  padding: 12px;
  margin-left: 12px;
  order: 3;
}

svg {
  position: relative;
  fill: #ffffff;
  line-height: 1;
  vertical-align: 1;
}

.header__btn-menu svg {
  display: block;
  margin: 0;
}

.header__btn-menu svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
}

.header__btn-menu.active svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}

.header__btn-menu.active svg rect:nth-child(3) {
  opacity: 0;
}

.header__btn-menu.active svg rect:nth-child(2) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}

.menu-header {
  display: none;
}

.header__menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #191919;
  border-top: 1px solid #73706c99;
  text-align: center;
  z-index: 100;
  transition: height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  visibility: visible;
  padding: 80px 50px;
  overflow-y: auto;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header__menu.active {
  display: block;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header {
  z-index: 101;
}

.header__menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.header__menu ul li {
  white-space: nowrap;
}

.menu ul li:not(:last-child) {
  margin-right: 0;
}

/*  */

/* ------------------ MAIN------------- */
.main.home {
  display: flex;
  margin-bottom: 60px;
}

.main__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 100%;
  justify-content: center;
  align-items: stretch;

  padding: 20px 48px;
  padding: 20px;
  padding: 0;
  margin: 0 auto;
}

/* -----------hero ----------- */
.content__wrapper {
  position: relative;
  top: 60px;

  margin-left: 20px;
  margin-right: 20px;
  margin-left: 36px;
  margin-right: 36px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.hero {
  top: 80px;
  position: relative;
  width: 100%;
  height: 817px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  justify-content: center;
  padding: 0;
  /* height: auto;
  min-height: 817px; */
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 80px; */
  width: 100%;
  max-width: 100vw;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(
    180deg,
    rgba(242, 201, 76, 0) 75.55%,
    rgba(242, 201, 76, 0.2) 125.43%
  );
}

.hero__data {
  display: block;
  position: relative;
  max-width: 480px;

  padding: 20px 20px 60px 20px;

  z-index: 2;
}

.hero__scroll-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 11px;
  cursor: pointer;
  /* z-index: 5;  */
}

.hero__scroll-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/arrowDown.svg") center / contain no-repeat;
}

.hero__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #f5f5f5;
  margin-top: 50px;
}

.hero__title {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.hero__title span {
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
  margin-top: 12px;
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 70px;
}

.hero__buttons .hero__button:last-child {
  background: transparent;
  color: #f2c94c;
  border: 1px solid #f2c94c;
}

/* .hero__button.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
} */

.vote-button.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

/* -------powered-by------- */

.content p {
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  margin-top: 25px;
}

.powered-by {
  background: #19191999;
  border: 1px solid #73706c99;
  border-radius: 5px;
  position: relative;
  padding: 40px 20px;
  padding-top: 70px;
  /* z-index: 1; */
  overflow: visible;
}

.powered-by {
  overflow: hidden;

  position: relative;
  /* z-index: 1; */
}

.powered-by span,
.about span,
.catalog span,
.influence span,
.article span,
.criteria span,
.categories span,
.gallery span {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11.63px;
  text-transform: uppercase;
  line-height: 20px;
  opacity: 0.8;

  margin-bottom: 25px;
}

.powered-by span {
  padding-top: 25px;
}

.categories span {
  margin-bottom: 60px;
}

.about span {
  margin-bottom: 40px;
}

.catalog span,
.gallery span {
  margin-bottom: 65px;
}

.influence span {
  margin-bottom: 51px;
}

.article span {
  margin-bottom: 37x;
}

.criteria span {
  margin-bottom: 59px;
}

.powered-by span::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 33px;
  background: url(../images/icon.svg) no-repeat center center / contain;
}

.powered-by .powered-by__title {
  font-size: 25px;
  line-height: 35px;
  max-width: 184px;
  margin-left: auto;
  margin-right: auto;
}

.powered-by__button,
.influence__button {
  font-size: 14px;
  font-weight: 600;
  min-width: 240px;
  height: 46px;
  border-radius: 5px 0 5px 0;
  padding: 12px;
}

/* ------------about ----------- */

/* .lazy-video {
  position: relative;
  width: 1080px;
  height: 607px;
  width: 100%;
  max-width: 1080px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
}

.lazy-video {
  position: relative;
  width: 100%;
  max-width: 1080px;
  padding-bottom: 56.25%;
  height: 0;
  height: 589px;
  height: auto;
  cursor: pointer;
  background: #000;
  overflow: hidden;
}

.lazy-video iframe,
.lazy-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: rgba(0, 0, 0, 0.5);
  background: url(../images/youtube.svg) no-repeat center center / contain;
  border: none;
  border-radius: 20px;
  width: 100px;
  width: 50px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: all 0.3s;
} */

/* ------------catalog ----------- */
.catalog .catalog__title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 65px;
}

.info-wrapper {
  padding: 60px 16px;
  /* border-bottom: 1px solid #73706c99; */
}

.catalog h3 {
  max-width: 173px;
  text-align: center;
  /* margin-top: 57px; */
  margin-left: auto;
  margin-right: auto;
}

.catalog ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.catalog ul li {
  text-align: center;
  border: 1px solid #73706c99;
}

.catalog .catalog__text {
  font-size: 16.59px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.6;
  margin-bottom: 0;
}

.catalog .catalog__link {
  display: block;
  border-top: 1px solid #73706c99;
  width: 100%;
  font-size: 11.44px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #bb9257;
  padding: 25px;
  margin-bottom: 0;
  transition: text-shadow 0.3s ease;
}

.catalog li:last-child .catalog__link {
  margin-top: 20px;
}

.catalog .catalog__link:hover {
  text-shadow: 0 0 10px #bb9257, 0 0 20px #bb9257;
  text-shadow: 0 0 5px #f2c94c, 0 0 10px #f2c94c, 0 0 20px #f2c94c,
    0 0 30px #f2c94c;
  text-shadow: 0 0 5px #f2c94c, 0 0 10px #f2c94c, 0 0 20px #ffcc00,
    0 0 40px #ff9900;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog ul li img {
  display: block;
  object-fit: cover;
}

/*  */

/* ------influence----------- */

.influence__title {
  margin-bottom: 51px;
}

/* ----------features---------- */
.features__subtitle {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 22.4px;
  padding-top: 40px;
  margin-bottom: 25px;
}

.features ul li .features__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 40px;
  height: 47px;
  transform: translateX(-50%);
  background: url(../images/icon-recognition.svg) no-repeat center center /
    contain;
}

.features ul li:nth-child(2) .features__subtitle::before {
  background: url(../images/icon-community.svg) no-repeat center center /
    contain;
}
.features ul li:nth-child(3) .features__subtitle::before {
  background: url(../images/icon-amplification.svg) no-repeat center center /
    contain;
}
.features ul {
  display: grid;
  grid-template-columns: 1fr;
}

.features ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #19191999;
  border: 1px solid #73706c99;
  padding: 80px 30px;
}

/* ------------- article----------*/

.article {
  display: none;
}

/* ------------- criteria----------*/

.criteria ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 59px;
}

.criteria ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #19191999;
  border: 1px solid #73706c99;
  padding: 30px;
  transition: all 0.5s;
}

.criteria ul li h3 {
  font-size: 22px;
  line-height: 22.4px;
  font-weight: 900;
  text-align: center;
}

.criteria ul li p {
  margin-bottom: 0;
  opacity: 0.6;
}

.criteria ul li:hover {
  background: #f2c94c;
}

.criteria ul li:hover h3 {
  color: #000000;
}
.criteria ul li:hover p {
  color: #000000;
}

/* --------categories-------- */
.categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0f0f0f;
  border: 1px solid #73706c99;
  margin-top: 80px;
  padding: 80px 36px;

  padding-left: 20px;
  padding-right: 20px;
}

.categories__list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.categories__list li {
  background: #19191999;
  font-weight: 600;
  line-height: 100%;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #73706c4d;
  border-radius: 3px;
  cursor: pointer;
  padding: 14px 25px;
  transition: all 0.5s;
}

.categories__list li:hover {
  background: #f2c94c;
  color: #111111;
}
.categories__list-desk {
  width: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.categories__list-desk li {
  background: #19191999;
  border: 1px solid #73706c99;
  border-radius: 5px;
}

.categories__content {
  text-align: left;
  padding: 25px;
}

.categories__content span {
  background: #f2c94c;
  color: #111111;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.2px;
  padding: 10px;
  margin-bottom: 25px;
}

.categories__content h3 {
  color: #f5f5f5;
  font-weight: 700;
  font-size: 19px;
  line-height: 30.72px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.categories__content p {
  color: #f5f5f5;

  opacity: 0.8;
}

.categories__list li.active {
  text-shadow: 0 0 5px #f2c94c;
  background: #f2c94c;
  color: #111111;
}

/* ------gallery---------- */

.gallery {
  padding-top: 80px;
}
.gallery__title {
  margin-bottom: 65px;
}

.swiper {
  width: 100%;
  padding: 60px 0;
  overflow: visible;
}

.swiper-slide {
  width: 50vw;
  width: 100%;
  height: 505px !important;
    /* height: 700px !important; */
    /* height: auto; */
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.9);
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 505px !important;
   /* min-height: 700px !important; */
   min-height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  background: #000000cc;

  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 12px;
}

.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.swiper-slide-active::before {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.swiper {
  width: 100%;
  padding: 60px 0;
  overflow: visible;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 50vw;
  height: 460px;
  transition: all 0.4s ease;
  opacity: 0.4;
  transform: scale(0.85) translateY(20px);
  position: relative;
  overflow: hidden;

  z-index: 1;
}

.swiper-slide-active {
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 2;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);

  transition: opacity 0.3s ease;
  z-index: 1;
}

.swiper-slide-active::before {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 10px !important;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
}

.swiper-button-prev {
  background-image: url("../images/arrow-left-slider.svg");
  left: 26px !important;
}

.swiper-button-next {
  background-image: url("../images/arrow-right-slider.svg");
  right: 26px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
/*  */

/* ------------footer----------------- */
.footer {
  display: flex;
  position: relative;
  color: #ffffff;
  opacity: 60%;
  border-top: 1px solid #73706c99;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  background: transparent;
  max-width: 984px;
  max-width: 440px;
  margin-bottom: 0;
}

.footer__logo {
  display: none;
}

.footer__menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
}

.footer__menu li,
.footer__text {
  font-size: 10px;
  line-height: 26px;
  font-weight: 400;
}

.footer__menu li {
  transition: all 0.5s;
}

.footer__text p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__menu li a {
  display: block;
  color: inherit;
  transition: all;
}

.footer__menu li a:hover {
  color: #f2c94c;
}
/*  */
/* ÑÐ²ÐµÑ‡ÐµÐ½Ð¸Ñ */
/*  */
.powered-by {
  position: relative;
  /* z-index: 1; */
  overflow: visible;
}

.powered-by::before,
.powered-by::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 200px;
  filter: blur(150px);
  z-index: -1;
  overflow: visible;
}

.powered-by::before {
  left: -150px;
  background: radial-gradient(circle, #00ffffaa 0%, transparent 80%);
}

.powered-by::after {
  right: -150px;
  background: radial-gradient(circle, #ff2c2caa 0%, transparent 80%);
}

.main__wrap {
  overflow: hidden;
}

.catalog {
  position: relative;
  /* z-index: 1; */
  overflow: visible;
}

.catalog::after,
.catalog::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 200px;
  filter: blur(100px);
  z-index: -1;
  overflow: visible;
}

.catalog::after {
  left: -150px;
  background: radial-gradient(circle, #9b0a0a66 0%, transparent 80%);
}

.catalog::before {
  right: -150px;
  background: radial-gradient(circle, #0a8f9b66 0%, transparent 80%);
}

.features {
  position: relative;
  /* z-index: 1; */
  overflow: visible;
}

.features::before {
  content: "";
  position: absolute;
  top: -150px;
  top: -80%;
  bottom: 0;
  min-width: 400px;
  min-width: 80%;
  filter: blur(50px);
  z-index: -1;
  overflow: visible;
}

.features::before {
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #0a8f9b66 0%, transparent 80%);
}

.gallery {
  position: relative;
  /* z-index: 1; */
  overflow: visible;
}

.gallery::before {
  content: "";
  position: absolute;
  top: -110px;
  top: -10%;
  bottom: 0;
  min-width: 400px;
  min-width: 80%;
  filter: blur(230px);
  height: 80%;
  z-index: -1;
  overflow: visible;
}

.gallery::before {
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #9b8c0a66 0%, transparent 80%);
}
/*  */
/* ----about---- */

.lazy-html5-video {
  position: relative;
 
  width: 1080px;
  /* height: 607px; */
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  margin-right: auto;
    margin-left: auto;
}

.lazy-html5-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: url('../images/youtube.svg') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 2;
  border-radius: 20px;
  width: 100px;
  width: 50px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: all 0.3s;
}


.hidden {
  display: none;
}

.lazy-html5-video video {
  width: 100%;
  height: auto;
}
