/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Orbitron:wght@400..900&display=swap");

:root {
  --bg: #1d1d1d;
  --black: #0d0d0d;
  --white: #fff;
  --blue: #15b3d6;
}
* {
  margin: 0;
  padding: 0;
  font-family: Onest;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  color: var(--white);
}

body {
  background-color: #0c0c0c;
  display: flex;
  flex-direction: column;
}

main {
  flex: auto;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

.hover {
  cursor: pointer;
  transition: opacity 0.4s;
}

.hover:hover {
  opacity: 0.5;
}

.container {
  display: block;
  position: relative;
  width: 1440px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/
::selection {
  color: var(--blue);
  background-color: var(--white);
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #0c0c0c;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 20px;
}
img::selection {
  background-color: transparent;
}

.menu-burger {
  display: none;
}
.title-h1 {
  color: var(--white);
  font-family: Orbitron;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}
.title-h2 {
  color: var(--white);
  font-family: Orbitron;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.text-18-400 {
  color: var(--white);
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
.text-24-600 {
  color: var(--blue);
  font-family: Orbitron;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
}
.text-16-400 {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
}
.text-24-600.white {
  color: var(--white);
}
.m-t {
  margin-top: 140px;
}
.line-grey {
  flex-shrink: 0;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.hero-btn {
  width: max-content;
  display: block;
  padding: 20px 30px;
  transition: 0.4s all;

  color: var(--white);
  background: var(--blue);

  font-family: Orbitron;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.hero-btn:hover {
  color: var(--blue);
  background: var(--white);
}
.hero-btn.white {
  color: var(--blue);
  background: var(--white);
}
.hero-btn.white:hover {
  color: var(--white);
  background: var(--blue);
}
.register-btn {
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--white);
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  background: var(--blue);
  width: max-content;
  transition: 0.4s all;
}
.register-btn:hover {
  background: var(--white);
  color: var(--blue);
}
/* hero */
.hero {
  height: 100vh;
  min-height: 100vh;
  padding: 80px 0 70px;

  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.hero-top {
  align-items: end;
  padding-top: 30px;

  font-family: Orbitron;
  font-size: 320px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 2;
}
.hero-center {
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
}
.hero-bottom {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.hero-bottom-l {
  max-width: 585px;
}
.hero-bottom-l p {
  max-width: 412px;
  margin-top: 20px;
}
.hero-btn-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 55px;
}

.hero-bottom-r {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.hero-bottom-r .date {
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.hero-bottom-r .day {
  margin-top: 10px;
  color: var(--blue);
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.hero-bottom-r-wrapp {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
.hero-bottom-r-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.hero-bottom-r-item .text,
.hero-bottom-r-item .text span {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; /* 24px */
}
.hero-bottom-r-item .text span {
  font-weight: 600;
}
/* hero */

/* about */
.about {
  margin-top: 30px;
}

.about--inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 38px 0 68px;
  overflow: visible;
  width: 100%;

  background-image: url(../images/about-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-top .text-18-400 {
  text-align: center;
  max-width: 850px;
}
.about--bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-descr {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
.about-descr img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.about-wrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.about-item {
  max-width: 345px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.about-item .text-18-400 {
  text-align: center;
}
/* about */

/* meet */
.meet-wrap {
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.btn-navigation {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.btn-navigation.next {
  right: 10px;
}
.btn-navigation.prev {
  left: 10px;
}
.meetSwiper .swiper-slide {
  padding: 20px;
}
.meetSwiper .swiper-slide .swiper-slide-item {
  transform: rotate(5.325deg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #1d1d1d;
}
.swiper-slide-item .img {
  height: 270px;
}
.swiper-slide-item .sw-inst {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.swiper-slide-item .img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: block;
}
.meetSwiper .swiper-slide:nth-child(odd) .swiper-slide-item {
  transform: rotate(-4.545deg);
}
/* meet */

/* categories */
.categories__inner {
  display: grid;
  grid-template-columns: 42% repeat(2, 1fr);
  grid-template-rows: repeat(2, 330px);

  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  border-top: none;
}
.categories__inner > div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.categories-first-item {
  grid-row: span 2;
  padding: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: rgba(56, 56, 56, 0.2);
}
.categories-first-item .title-h2 {
  text-align: center;
}
.categories-first-item .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.categories-first-item .center * {
  text-align: center;
}
.categories-first-item .bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.categories-b-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.categories-b-item .img {
  width: 41px;
}
.categories-b-item .img img {
  display: block;
}
.categories-b-item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.categories-b-item .text p {
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}
.categories-b-item .text .price {
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}
.categories-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* categories */

/* why */
.why-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.why-inner .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 80px;
  max-width: 550px;
  width: 100%;
  flex-shrink: 0;
}
.why-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.why-item .top {
  display: flex;
  gap: 15px;
}
.why-item .top .num {
  min-width: 40px;
  flex-shrink: 0;
}
/* why */

/* contest */
.contest-bottom {
  margin-top: 60px;
}
.contest-arrow--wrap-mob {
  display: none;
}
.contest-arrow--wrap,
.contest-item {
  position: relative;
}
.contest-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contest-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: transparent;
  transition: 0.6s all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contest-item-title {
  color: var(--blue);
  font-family: Orbitron;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  width: 470px;
  flex-shrink: 0;
  transition: 0.3s all;
}
.contest-item.active {
  background-color: var(--blue);
}
.active .contest-item-title,
.contest-item:hover .contest-item-title {
  color: var(--white);
}
.contest-bottom-grid {
  flex: 1;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s;
}

.active .contest-bottom-grid {
  grid-template-rows: 1fr;
}
.active .contest-bottom-grid > div {
  min-height: 250px;
  /* padding: 50px 0; */
}
.contest-bottom-grid > div {
  min-height: 0;
  font-weight: 400;
  transition: 0.5s all;

  display: flex;
  align-items: center;
}
.contest-bottom-grid span {
  display: block;
  height: 15px;
}
.contest-bottom-grid .title {
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
.contest-bottom-grid ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contest-bottom-grid ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 110%;
}
.hover-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 372px;
  height: 372px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.contest-arrow--wrap {
  display: flex;
  transition: 0.6s all;
}
.active .contest-arrow--wrap {
  align-self: stretch;
  justify-content: flex-end;
}

.contest-arrow {
  justify-items: end;
  align-items: flex-end;
  min-width: 155px;
  color: var(--blue);
  display: flex;
  gap: 4px;
  transition: 0.3s all;
}
.contest-arrow .arrow {
  display: flex;
  align-items: center;
}
.active .contest-arrow {
  color: var(--white);
}
.contest-arrow svg {
  aspect-ratio: 1/1;
  transition: 0.3s all;
}
.active .contest-arrow svg {
  width: 14px;
  height: 14px;
}
.contest-arrow p {
  opacity: 0;
  min-width: 0;
  overflow: hidden;

  font-family: Orbitron;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;

  transition: 0.3s all;
}
.active .contest-arrow p {
  min-width: auto;
  opacity: 1;
}
/* contest */

/* best */
.best {
  padding: 40px 0;
  background: rgba(56, 56, 56, 0.2);
}
.best--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.best-right .center {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.best-left {
  padding: 40px 0;
}
.best-left .about-descr {
  margin-top: 18px;
  color: var(--blue);
  font-family: Orbitron;
  font-size: 18px;
  line-height: 110%;
}
.best-left .text-18-400 {
  margin-top: 135px;
}
.best-right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.best-right > .text {
  text-align: center;

  color: rgba(255, 255, 255, 0.5);
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
/* best */

/* how */
.how--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.how-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how-item {
  min-height: 140px;
  display: flex;
  /* align-items: start; */
  gap: 40px;
}
.how-item .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.how-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-item .num {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5000px;
  border: 1px solid var(--blue);

  color: var(--blue);
  font-family: Orbitron;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.how-item-left .line {
  width: 1px;
  flex: 1;
  background-color: var(--blue);
}
/* how */

/* contact */
.contact {
  background: rgb(21, 21, 21);
}
.contact--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contact--inner .right {
  max-width: 500px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.contact--inner .contact-left {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-left .title-h2 {
  text-align: center;
  color: var(--blue);
}
.contact-descr {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}
.contact-wrap {
  margin-top: 40px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.contact-wrap a {
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 500px;
  border: 1px solid #d6e5fe;
  cursor: pointer;
  transition: 0.3s all;
}
.contact-wrap a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
/* contact */

/* rules */
.rules-wrap {
  margin-top: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);

  display: flex;
}
.rules-item.active {
  flex: 1;
}
.rules-item {
  cursor: pointer;
  width: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;

  height: 500px;
  display: grid;
  grid-template-columns: 1fr auto;

  overflow: hidden;
  justify-items: end;

  transition: 0.6s all;
}
.rules-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--blue);
}
.title-rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  font-family: Orbitron;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  opacity: 1;

  transition: 0.3s all;
}
.active .title-rotate {
  opacity: 0;
}

.rules-item .left .text {
  max-width: 530px;
  min-width: 520px;
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rules-item .left .text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rules-item .left .text ul li {
  display: flex;
  gap: 10px;
  align-items: center;

  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.rules-item ul li::before {
  content: "";
  display: block;

  width: 13px;
  height: 10px;

  background: url("../images/check.svg") no-repeat center / contain;
}
.rules-item .left .text ul li svg {
  color: var(--blue);
  flex-shrink: 0;
}
.rules-item .left .img {
  width: 372px;
  height: 372px;

  aspect-ratio: 1/1;
  flex-shrink: 1;
}
.rules-item .left .img img {
  display: block;
}
.rules-item .left {
  opacity: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 0fr;
  padding-right: 0;

  overflow: hidden;
  transition: opacity 0.6s, grid-template-columns 0.7s, padding 0.5s;
}
.active.rules-item .left {
  opacity: 1;
  grid-template-columns: 1fr;
  padding-right: 20px;
}
.rules-item .left > div {
  min-width: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.rules-item .arrow {
  transition: rotate 0.5s;
}
.active.rules-item .arrow {
  rotate: 90deg;
}
/* rules */

/* registration */
.registration {
  padding: 40px 0;
  background: rgb(21, 21, 21);
}
.registration .title-h2 {
  text-align: center;
}
.registration--inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.registration--inner .left {
  max-width: 585px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registration--inner .left .text-18-400 {
  text-align: center;
  margin: 20px 0 40px;
}
/* registration */

/* pricing */
.pricing--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pricing-left {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 40px;
}
.pricing-left .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-left .center {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pricing-left .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-left .bottom .text {
  font-size: 20px;
  font-weight: 400;
}
.pricing-left .bottom .text-2 {
  font-size: 20px;
  font-weight: 500;
}
.pricing-right {
  padding: 40px 0 60px 30px;
  background: #171717;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 30px;
}
.pricing-right .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-right-img {
  position: absolute;
  max-width: 700px;
  right: -48%;
  top: 20px;

  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;

  animation: spin 40s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pricing--inner .center ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing--inner .center ul li {
  display: flex;
  gap: 10px;
  align-items: center;

  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
.pricing--inner .center ul li svg {
  color: var(--blue);
  flex-shrink: 0;
}
/* pricing */

/* partners */
.partners-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  justify-content: space-between;
  align-items: end;
}
.partners-top .title-h2 {
  margin-bottom: 20px;
}
.partners-top .item.third {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.partners-top .item.third img {
  max-width: 500px;
}
.partners_marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 65px;
  padding: 60px 0 0;
}

.partners_content {
  flex-shrink: 0;
  display: flex;
  gap: 65px;
  max-width: max-content;
  animation: scroll-l 60s linear infinite;
  justify-content: space-between;
}
.partners_content.reverse {
  flex-direction: row-reverse;
  animation-direction: reverse;
}

.partners_item {
  flex: 0 0 auto;
  padding: 0 30px;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.partners_item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@keyframes scroll-l {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 65px));
  }
}

/* partners */

/* faq */
.faq--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.faq--inner .left .title-h2 {
  font-size: 36px;
  align-self: stretch;
  margin-bottom: 20px;
}
.faq-svg {
  overflow: visible;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.faq-svg #gridSvg {
  overflow: visible;
}

.f-bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}
.f-bottom span {
  display: block;
  height: 15px;
}
.active .f-bottom {
  grid-template-rows: 1fr;
}
.f-bottom > div {
  min-height: 0;
}

.faq-top_title {
  color: var(--blue);
  font-family: Orbitron;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
}
.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.f-top {
  display: flex;
  gap: 20px;
  color: var(--blue);
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.f-close {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  transition: 0.3s all;
}
.active .f-close {
  transform: rotate(90deg);
}
/* faq */

/* footer */
.footer {
  padding: 80px 0;
  border-top: 1px solid #555;
  background: rgba(13, 13, 13, 0.9);
}
.footer-inner .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer .logo {
  display: block;
  width: 237px;
  aspect-ratio: 237/50;
  margin-bottom: 12px;
}
.footer-inner .top .social-link {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.footer-inner .top .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-inner .top .social-link a {
  padding: 8px;
}
.hover-b {
  cursor: pointer;
  color: var(--white);
  transition: 0.5s all;
}
.hover-b:hover {
  color: var(--blue);
}

.hover-b:hover {
  animation: torchFlicker 0.5s ease-in-out forwards;
}
@keyframes torchFlicker {
  0% {
    color: #15b3d662;
  }

  45% {
    color: #15b3d6a2;
  }
  70% {
    color: #15b3d669;
  }
  100% {
    color: #15b3d6;
    opacity: 1;
  }
}

.footer-mail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-inner .center {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.footer-inner .center ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-inner .center ul a {
  display: block;
  padding: 0px 10px;
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
}
.registr-link {
  cursor: pointer;
  color: var(--blue);
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  transition: 0.3s all;
}
.registr-link:hover {
  color: var(--white);
}

.footer-inner .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-inner .bottom > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-inner .bottom a {
  display: block;
}
.footer-inner .bottom .right {
  align-items: end;
}
/* footer */

/* header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #0c0c0c;
  border-bottom: 1px solid #555555;
}
.heade-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.heade-menu ul {
  display: flex;
  align-items: center;
  border-left: 1px solid #555555;
}
.heade-menu ul a {
  display: block;
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  padding: 20px 30px;
  border-right: 1px solid #555555;
}
.wrap__logo {
  display: block;
  width: 197px;
}
/* header */

/* thank-page */
.my-thank {
  min-height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-thank .container {
  display: flex;
  justify-content: center;
}
.thank--inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  min-height: 405px;
  max-width: 860px;
  width: 100%;
  padding: 40px;
  background: rgba(56, 56, 56, 0.2);
}
.thank--inner .title-h2 {
  color: var(--blue);
}
.thank--inner .text-18-400 {
  max-width: 710px;
  text-align: center;
}
/* thank-page */

/* policy */

.policy-content h2 {
  color: var(--blue);
  font-family: Orbitron;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%; /* 26.4px */

  margin-bottom: 60px;
}
.policy-content h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--blue);
  font-family: Orbitron;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.policy-content h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--blue);
  font-family: Orbitron;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%; /* 22px */
  text-transform: capitalize;
}
.policy-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--white);
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
}
.policy-content ul {
  list-style: disc;
  /* margin-block: 1em; */
  padding-inline-start: 40px;
}

.policy-content ol {
  list-style: decimal;
  margin-block: 1em;
  padding-inline-start: 40px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.policy-content li {
  display: list-item;
}

/* checkout */
.woocommerce-message,
.woocommerce-info {
  display: none;
}

.checkout-page .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.checkout-page .checkout-content {
  margin: 0 20px;
  max-width: 510px;
}
.checkout-page .woocommerce .col2-set .col-1,
.checkout-page .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  display: none;
}
