@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');

@font-face {
  font-family: "Darker Grotesque";
  src: url("../fonts/DarkerGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/DarkerGrotesque-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Darker Grotesque";
  src: url("../fonts/DarkerGrotesque-Medium.woff2") format("woff2"), url("../fonts/DarkerGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Darker Grotesque";
  src: url("../fonts/DarkerGrotesque-Regular.woff2") format("woff2"), url("../fonts/DarkerGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Darker Grotesque";
  src: url("../fonts/DarkerGrotesque-Light.woff2") format("woff2"), url("../fonts/DarkerGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Megrim";
  src: url("../fonts/Megrim.woff2") format("woff2"), url("../fonts/Megrim.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Darker Grotesque";
  font-weight: 400;
  color: #9fff7d;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

body {
  overflow-y: hidden;
  transition: 1000ms;
}

@media screen and (max-width: 991px) {
  body {
    overflow: auto;
  }
}

body section {
  opacity: 1 !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .wrapper {
    overflow: hidden;
    background: #0a0402;
  }
}

.wrapper section {
  margin: 0 -3px;
}

@media screen and (max-width: 991px) {
  .wrapper section {
    margin: 0;
  }
}

.wrapper section div {
  white-space: normal;
}

.wrapper-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .wrapper-inner {
    display: block;
    overflow: hidden;
  }
}

.showcase {
  background: rgba(9, 2, 0, 0.9);
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  padding: 0 40px 0 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .showcase {
    height: auto;
    min-height: auto;
    max-height: 100%;
    z-index: 200;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    padding: 200px 20px 44px 20px;
    background: #0a0402;
  }
}

@media screen and (max-width: 767px) {
  .showcase {
    padding: 110px 12px 45px 12px;
  }
}

.showcase__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 500ms;
}

.showcase__video.active {
  opacity: 1;
}

.showcase__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.showcase__mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .showcase__mobile {
    display: block;
  }
  .showcase__mobile ul {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .showcase__mobile ul li {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .showcase__mobile ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__mobile ul li:last-child {
    margin-right: 0;
  }
  .showcase__mobile ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .showcase__mobile ul li a {
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__mobile-link {
    text-align: center;
    font-size: 36px;
    display: block;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .showcase__mobile-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0a0402;
    z-index: 200;
    margin: 0 auto;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__header {
    padding: 20px 12px;
  }
}

.showcase__burger {
  display: none;
}

@media screen and (max-width: 991px) {
  .showcase__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.showcase__burger img:last-child {
  display: none;
}

.showcase__burger.active img:first-child {
  display: none;
}

.showcase__burger.active img:last-child {
  display: block;
}

.showcase__nav {
  display: flex;
  align-items: flex-start;
  transform: rotate(270deg);
  justify-content: center;
  padding: 16px 100px;
  margin-top: 400px;
  width: 100%;
  margin-left: -66px;
}

@media screen and (max-width: 1660px) {
  .showcase__nav {
    margin-top: 320px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__nav {
    transform: none;
    padding: 0;
    justify-content: space-between;
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.showcase__nav-inner {
  padding: 0 !important;
  position: relative;
  background: rgba(9, 2, 0, 0.9);
  z-index: 2000;
  position: fixed;
  left: -5px;
  transform: none !important;
  justify-content: space-between;
  max-width: 100vh;
  width: 61px;
  z-index: 250;
  transform: none !important;
  transition: 300ms;
  pointer-events: all !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1660px) {
  .showcase__nav-inner {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__nav-inner {
    max-width: 100%;
    z-index: 250;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: -2000px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0 170px 0 !important;
  }
  .showcase__nav-inner.active {
    top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__nav-inner.active {
    top: 100px;
  }
}

.showcase__nav.dop {
  background: #090403;
  position: fixed;
}

.showcase__nav li {
  margin-right: 30px;
}

@media screen and (max-width: 1660px) {
  .showcase__nav li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__nav li {
    margin: 0;
    margin-bottom: 60px;
  }
  .showcase__nav li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .showcase__nav li {
    margin-bottom: 30px;
  }
}

.showcase__nav li:last-child {
  margin-right: 0;
}

.showcase__nav li a {
  font-weight: 400;
  white-space: nowrap;
  font-size: 21px;
  font-family: "Roboto";
}

@media screen and (max-width: 1660px) {
  .showcase__nav li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__nav li a {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__nav li a {
    font-size: 22px;
  }
}

.showcase__nav li a:hover {
  color: #cc07e9;
}

.showcase__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 105px 0 118px 0;
}

@media screen and (max-width: 1660px) {
  .showcase__inner {
    padding: 80px 0 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .showcase__inner {
    padding: 0;
    height: auto;
  }
}

.showcase__container {
  max-width: 1410px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .showcase__container {
    height: 100%;
  }
}

.showcase__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 49%;
  transform: translate(-50%, 0);
  top: 18px;
}

@media screen and (max-width: 991px) {
  .showcase__logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 150;
    width: 140px;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .showcase__logo {
    width: 100px;
    height: 70px;
  }
}

.showcase__angel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transition: 500ms;
  z-index: 2;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 1264px;
}

@media screen and (max-width: 1660px) {
  .showcase__angel {
    width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__angel {
    width: 540px;
    top: -230px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__angel {
    width: 570px;
    top: -450px;
  }
}

.showcase__angel.active {
  opacity: 0;
}

.showcase__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 48.6%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 1686px;
  height: 902px;
}

@media screen and (max-width: 1660px) {
  .showcase__image {
    width: 1442px;
    bottom: -180px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__image {
    width: 720px;
    top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__image {
    width: 466px;
    top: -120px;
  }
}

.showcase__image.active {
  opacity: 0;
}

.showcase__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .showcase__items {
    display: block;
  }
}

.showcase__title {
  font-size: 85px;
  color: #ff0000; 
  font-weight: 500;
  font-family: "Nosifer", sans-serif; 
  margin-bottom: 13px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

@media screen and (max-width: 1660px) {
  .showcase__title {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__title {
    font-size: 85px;
    margin-bottom: 430px;
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 36px;
    line-height: 42px;
    max-width: 200px;
    margin-bottom: 320px;
  }
}

.showcase__info {
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 20px; 
  margin-bottom: 70px;
  border-radius: 10px; 
  color: #fff; 
}

@media screen and (max-width: 1660px) {
  .showcase__info {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__info {
    display: none;
  }
}

.showcase__item {
  max-width: 576px;
}

@media screen and (max-width: 991px) {
  .showcase__item {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .showcase__mint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 64px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__mint {
    padding: 0;
  }
}

.showcase__mint-head {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .showcase__mint-head {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.showcase__mint-value {
  font-size: 48px;
  line-height: 65px;
}

@media screen and (max-width: 767px) {
  .showcase__mint-value {
    font-size: 24px;
    line-height: 32px;
  }
}

.showcase__mint-block {
  margin-bottom: 2px;
}

.showcase__mint-block:last-child {
  margin-bottom: 0;
}

.showcase__list {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .showcase__list {
    margin-top: 0;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
  }
}

.showcase__list-sicle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase__list-text {
  text-transform: uppercase;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.showcase__info-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .showcase__info-mobile {
    display: block;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__info-mobile {
    font-size: 20px;
    line-height: 27px;
  }
}

.showcase__end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .showcase__end {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .showcase__second-block {
    flex-direction: column-reverse;
    display: flex;
  }
}

.showcase__play {
  width: 78px;
  height: 78px;
  border: 5px solid;
  background: linear-gradient(180deg, #9fff7d 0%, rgba(159, 255, 125, 0.38) 100%);
  padding: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute; 
  bottom: 20px; 
  right: 20px; 
}

@media screen and (max-width: 991px) {
  .showcase__play {
    position: absolute;
    top: 60px;
    right: 47px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .showcase__play {
    display: none;
  }
}

.showcase__play-inner {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.showcase__play-inner img {
  margin-left: 3px;
}

.showcase__play-inner img:last-child {
  display: none;
}

.showcase__play.active img:first-child {
  display: none;
}

.showcase__play.active img:last-child {
  display: block;
  width: 28px;
  margin-left: -2px;
}

.showcase #countdown {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  font-size: 20px !important;
}

@media screen and (max-width: 991px) {
  .showcase #countdown {
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .showcase #countdown {
    justify-content: flex-start;
  }
}

.showcase #countdown .counter {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .showcase #countdown .counter {
    margin-right: 10px;
  }
}

.showcase #countdown .counter span::before {
  content: attr(b);
  font-family: "Megrim";
  font-size: 48px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .showcase #countdown .counter span::before {
    font-size: 24px;
    margin-right: 5px;
  }
}

.showcase .counter {
  display: flex;
  align-items: center;
}

.showcase #countdown .counter span.ping::before {
  -webkit-animation: pingEffect 0.4s 1 forwards;
  animation: pingEffect 0.4s 1 forwards;
}

.showcase #countdown .counter b {
  font-size: 26px;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.095em;
}

@media screen and (max-width: 767px) {
  .showcase #countdown .counter b {
    font-size: 16px;
  }
}

@-webkit-keyframes pingEffect {
  0% {
    transform: scale(0.92);
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pingEffect {
  0% {
    transform: scale(0.92);
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.gods {
  background: url(../images/laws.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 991px) {
  .gods {
    height: auto;
    min-height: auto;
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    background: url(../images/showcase-2-tablet.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 900px 20px 360px 20px;
  }
}

@media screen and (max-width: 767px) {
  .gods {
    background: url(../images/showcase-2-mobile.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 430px 20px 220px 20px;
  }
}

.gods__container {
  max-width: 1725px;
  margin: 0 auto;
  height: 100vh;
  opacity: 0.4;
  transition: 500ms;
}

.gods__container.element-show {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .gods__container {
    height: 100%;
  }
}

.gods__inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .gods__inner {
    display: block;
    padding: 0;
  }
}

.gods__head {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 128px;
}

@media screen and (max-width: 1660px) {
  .gods__head {
    padding-left: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .gods__head {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .gods__head {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.gods__item {
  padding-left: 100px;
}

@media screen and (max-width: 1660px) {
  .gods__item {
    padding-left: 0;
  }
}

.gods__title {
  font-size: 85px;
  font-weight: 500;
  color: #cc07e9;
  font-family: "Megrim";
  margin-bottom: 20px;
}

@media screen and (max-width: 1660px) {
  .gods__title {
    font-size: 65px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .gods__title {
    font-size: 85px;
  }
}

@media screen and (max-width: 767px) {
  .gods__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.gods__info {
  font-size: 26px;
  line-height: 29px;
  font-weight: 500;
  max-width: 383px;
  margin-left: 30px;
}

@media screen and (max-width: 1660px) {
  .gods__info {
    margin-left: 0;
  }
}

@media screen and (max-width: 1660px) {
  .gods__info {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .gods__info {
    font-size: 26px;
    line-height: 29px;
    max-width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .gods__info {
    font-size: 20px;
    line-height: 22px;
  }
}

.gods__end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}

@media screen and (max-width: 1200px) {
  .gods__end {
    padding: 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .gods__end {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .gods__end-inner {
    padding-top: 460px;
  }
}

.gods__end-block {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 1660px) {
  .gods__end-block {
    font-size: 30px;
  }
}

@media screen and (max-width: 1360px) {
  .gods__end-block {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .gods__end-block {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .gods__end-block {
    font-size: 40px;
    margin-right: 0;
    margin-left: auto;
    width: 530px;
    margin-bottom: 20px;
  }
  .gods__end-block:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .gods__end-block {
    font-size: 24px;
    line-height: 26px;
    text-align: right;
    width: 100%;
    margin-right: 9px;
  }
}

@media screen and (max-width: 991px) {
  .gods__start {
    position: absolute;
    bottom: -340px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gods__start {
    bottom: -200px;
  }
}

.gods__tokens {
  position: relative;
  width: 920px;
  height: 380px;
  min-height: 380px;
  margin: 0 auto;
  margin-bottom: -40px;
}

@media screen and (max-width: 767px) {
  .gods__tokens {
    transform: scale(0.5);
  }
}

.gods__tokens-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}

@media screen and (max-width: 991px) {
  .gods__tokens-inner {
    top: 0;
    transform: translate(-50%, 0);
  }
}

.gods__tokens::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../images/light.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.gods__token {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 285px;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .gods__token {
    /*   width: 100px;
  height: 100px; */
  }
}

.gods__token img {
  width: 100%;
  height: 100%;
}

.gods__token.anim {
  transform: none;
  width: 121px;
  height: 125px;
}

@media screen and (max-width: 767px) {
  .gods__token.anim {
    /*       width: 55px;
        height: 55px; */
  }
}

.gods__token.anim:hover {
  transform: scale(1.1);
}

.gods__token.anim:nth-child(1), .gods__token.anim:nth-child(2) {
  top: -80px;
}

.gods__token.anim:nth-child(1) {
  left: 350px;
  top: -80px;
}

.gods__token.anim:nth-child(2) {
  left: 480px;
  top: -80px;
}

.gods__token.anim:nth-child(3) {
  left: 598px;
  top: -25px;
}

.gods__token.anim:nth-child(4) {
  left: 680px;
  top: 70px;
}

.gods__token.anim:nth-child(5) {
  left: 615px;
  top: 180px;
}

.gods__token.anim:nth-child(6) {
  left: 527px;
  top: 238px;
}

.gods__token.anim:nth-child(7) {
  left: 311px;
  top: 240px;
}

.gods__token.anim:nth-child(8) {
  left: 418px;
  top: 258px;
}

.gods__token.anim:nth-child(9) {
  left: 205px;
  top: 180px;
}

.gods__token.anim:nth-child(10) {
  left: 145px;
  top: 70px;
}

.gods__token.anim:nth-child(11) {
  left: 235px;
  top: -25px;
}

.gods__token.active {
  top: 0 !important;
  left: 37% !important;
}

.atica {
  background: url(../images/showcase-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .atica {
    height: 100vh; 
    min-height: 100vh;
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    background: url(../images/atica-ground-2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.atica__container {
  max-width: 1420px;
  margin-left: 245px;
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0.4;
  transition: 500ms;
}

.atica__container.element-show {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .atica__container {
    margin: 0 auto;
    padding: 0 40px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .atica__container {
    max-width: 100%;
    margin: 0;
    padding: 120px 20px 95px 20px;
    position: relative; /* Для правильного наложения элементов */
  }
}

@media screen and (max-width: 767px) {
  .atica__container {
    padding: 80px 20px 100px 20px;
  }
}

.atica__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 530px;
  width: 140px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1700px) {
  .atica__logo {
    margin: 0 auto -40px auto;
  }
}

@media screen and (max-width: 991px) {
  .atica__logo {
    display: none;
  }
}

.atica__head {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  margin-left: 47px;
  margin-bottom: 10px;
}

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

@media screen and (max-width: 991px) {
  .atica__head {
    font-size: 26px;
    margin-bottom: 10px;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  .atica__head {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.atica__title {
  font-size: 85px;
  color: #ff0000;
  font-weight: 300;
  margin-bottom: 10px; 
  font-family: "Nosifer", sans-serif;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .atica__title {
    font-size: 85px;
    margin-bottom: 40px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .atica__title {
    font-size: 28px;
    margin-bottom: 20px; /* Меньший отступ для маленьких экранов */
  }
}

.atica__info {
  max-width: 510px;
  margin-left: 5px;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  margin-top: 1px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1700px) {
  .atica__info {
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .atica__info {
    margin-left: 20px;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 150;
  }
}

@media screen and (max-width: 767px) {
  .atica__info {
    margin-left: 15px;
    font-size: 20px;
    line-height: 24px;
    padding: 15px;
  }
}

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

@media screen and (max-width: 991px) {
  .atica__blocks {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .atica__blocks {
    justify-content: space-between;
  }
}

.atica__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 85px;
}

@media screen and (max-width: 1700px) {
  .atica__block {
    max-width: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .atica__block {
    max-width: 264px;
    margin-right: 85px;
  }
}

@media screen and (max-width: 767px) {
  .atica__block {
    max-width: 100px;
    margin-right: 0;
  }
}

.atica__block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .atica__item {
    margin-bottom: 100px;
    position: relative; /* Для наложения поверх фона */
    z-index: 100; /* Выше фона и картинки */
  }
}

.atica__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -100px;
}

@media screen and (max-width: 991px) {
  .atica__items {
    margin-bottom: 0;
    display: block;
    margin-bottom: 100px;
    margin-top: 20vh; /* Сдвигаем текст к центру фоновой картинки */
  }
}

@media screen and (max-width: 767px) {
  .atica__items {
    margin-bottom: 80px;
    margin-top: 15vh; /* Меньший сдвиг для маленьких экранов */
  }
}

.atica__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 593px;
  position: absolute; /* Фиксируем изображение для наложения */
  bottom: 0;
  right: 0;
  z-index: 5; /* Ниже текста, выше фона */
}

@media screen and (max-width: 1700px) {
  .atica__image {
    width: 500px;
    min-width: 500px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .atica__image {
    width: 593px;
    min-width: 593px;
    margin: 0;
    right: 50%;
    transform: translateX(50%); /* Центрируем по горизонтали */
    bottom: 10%; /* Ближе к низу фоновой картинки */
  }
}

@media screen and (max-width: 767px) {
  .atica__image {
    width: 100%;
    min-width: auto;
    bottom: 5%; /* Ещё ближе к низу для маленьких экранов */
  }
}

.atica__read {
  position: relative;
  display: inline-block;
  width: 180px;
  margin-top: 100px; 
}

@media screen and (max-width: 1660px) {
  .atica__read {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .atica__read {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 20px; /* Больший отступ для мобильной версии */
  }
}

.atica__read-sicle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atica__read-text {
  text-transform: uppercase;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 1660px) {
  .atica__read-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .atica__read-text {
    font-size: 36px;
  }
}

.collection {
  background: #090403;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .collection {
    height: auto;
    min-height: auto;
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

.collection__container {
  max-width: 1465px;
  margin: 0 auto;
  height: 100%;
  padding: 18px 0 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1660px) {
  .collection__container {
    padding: 20px 40px 60px 40px;
  }
}

@media screen and (max-width: 991px) {
  .collection__container {
    padding: 140px 20px 45px 20px;
  }
}

@media screen and (max-width: 767px) {
  .collection__container {
    padding: 100px 20px 45px 20px;
  }
}

.collection__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -10px auto;
  width: 140px;
}

@media screen and (max-width: 1660px) {
  .collection__logo {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 991px) {
  .collection__logo {
    display: none;
  }
}

.collection__title {
  font-size: 85px;
  color: #ff0000; 
  font-weight: 500;
  font-family: "Nosifer", sans-serif; 
  margin-bottom: 13px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

@media screen and (max-width: 1660px) {
  .collection__title {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .collection__title {
    font-size: 85px;
  }
}

@media screen and (max-width: 767px) {
  .collection__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.collection__info {
  max-width: 725px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
}

@media screen and (max-width: 1660px) {
  .collection__info {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .collection__info {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .collection__info {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}

.collection__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}

@media screen and (max-width: 1660px) {
  .collection__items {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .collection__items {
    display: block;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .collection__items {
    margin-bottom: 80px;
  }
}

.collection__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1660px) {
  .collection__image {
    width: 300px;
    height: 220px;
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width: 991px) {
  .collection__image {
    width: 275px;
    margin: 0 auto 12px auto;
  }
}

@media screen and (max-width: 767px) {
  .collection__image {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
  }
  .collection__image img {
    width: 100%;
    height: 100%;
  }
}

.collection__item {
  text-align: center;
  margin-right: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .collection__item {
    margin-right: 0;
    display: block;
    margin-bottom: 70px;
  }
  .collection__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .collection__item {
    margin-bottom: 40px;
  }
}

.collection__item:hover .collection__text {
  color: #cc07e9;
}

.collection__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .collection__item:nth-child(2) .collection__image {
    width: 300px;
    height: auto;
  }
  .collection__item:nth-child(2) .collection__image img {
    width: 100%;
    height: 100%;
  }
}

.collection__head {
  white-space: nowrap;
  font-size: 60px;
  font-weight: 500;
  color: #cc07e9;
  margin-bottom: 20px;
  font-family: "Megrim";
}

@media screen and (max-width: 1200px) {
  .collection__head {
    white-space: normal;
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .collection__head {
    font-size: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .collection__head {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.collection__text {
  font-size: 26px;
  font-weight: 300;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .collection__text {
    font-size: 20px;
    line-height: 27px;
  }
}

.collection__read {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection__read-sicle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.collection__read-text {
  text-transform: uppercase;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 1660px) {
  .collection__read-text {
    font-size: 30px;
  }
}

.roadmap {
  background: url(../images/roadmap.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .roadmap {
    height: auto;
    min-height: auto;
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

.roadmap__container {
  max-width: 1465px;
  margin: 0 auto;
  height: 100%;
  padding: 18px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1660px) {
  .roadmap__container {
    padding: 20px 40px 40px 40px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__container {
    padding: 140px 20px 24px 20px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__container {
    padding: 100px 20px 25px 20px;
  }
}

.roadmap__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin: 0 auto -10px auto;
}

@media screen and (max-width: 1660px) {
  .roadmap__logo {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__logo {
    display: none;
  }
}

.roadmap__title {
  font-size: 85px;
  font-weight: 500;
  color: #cc07e9;
  font-family: "Megrim";
}

@media screen and (max-width: 1660px) {
  .roadmap__title {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__title {
    font-size: 85px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.roadmap__end {
  position: relative;
}

.roadmap__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1660px) {
  .roadmap__line {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__line {
    margin: 0;
    position: absolute;
    top: 1100px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 2400px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__line {
    display: none;
  }
}

.roadmap__line img {
  width: 100%;
}

.roadmap__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .roadmap__items {
    display: block;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__items {
    margin-bottom: 80px;
  }
}

.roadmap__item {
  max-width: 305px;
  text-align: center;
  margin-right: 40px;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: 500ms;
}

.roadmap__item.element-show {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1660px) {
  .roadmap__item {
    margin-right: 40px;
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item {
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 170px;
    padding-right: 40px;
  }
  .roadmap__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item {
    margin-bottom: 135px;
    max-width: 100%;
    padding: 0;
  }
}

.roadmap__item::before {
  content: "";
  width: 253px;
  height: 257px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -225px;
  background: url(../images/line-sens.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1660px) {
  .roadmap__item::before {
    height: 200px;
    width: 200px;
    top: -182px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item::before {
    transform: rotate(90deg);
    width: 165px;
    height: 165px;
    left: auto;
    top: auto;
    bottom: -160px;
    right: -83px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item::before {
    bottom: -155px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(2n) {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
    margin-left: auto;
  }
  .roadmap__item:nth-child(2n)::before {
    right: auto;
    left: -83px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:nth-child(2n) {
    padding: 0;
  }
  .roadmap__item:nth-child(2n)::before {
    right: auto;
    left: 50%;
  }
}

.roadmap__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .roadmap__item:last-child::before {
    display: none;
  }
}

.roadmap__head {
  font-size: 26px;
  font-weight: 500;
  color: #cc07e9;
  margin-bottom: 20px;
}

@media screen and (max-width: 1660px) {
  .roadmap__head {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__head {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__head {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.roadmap__text {
  font-size: 22px;
  line-height: 30px;
  color: #9fff7d;
  font-weight: 300;
}

@media screen and (max-width: 1660px) {
  .roadmap__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__text {
    font-size: 26px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__text {
    font-size: 20px;
    line-height: 27px;
  }
}

.roadmap__read {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap__read-sicle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.roadmap__read-text {
  text-transform: uppercase;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 1660px) {
  .roadmap__read-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__read-text {
    font-size: 36px;
  }
}

.faq {
  background: url(../images/faq5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  padding: 0 40px;
  overflow: hidden; /* Без прокрутки на десктопе */
  z-index: 10; /* Выше других секций */
}

@media screen and (max-width: 991px) {
  .faq {
    height: auto;
    min-height: 100vh; /* Минимальная высота для мобильных */
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden; /* Без прокрутки */
  }
}

.faq__container {
  max-width: 1315px;
  margin: 0 auto; /* Центрируем */
  padding-top: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем содержимое */
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.faq__container.element-show {
  opacity: 1;
}

@media screen and (max-width: 1460px) {
  .faq__container {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 991px) {
  .faq__container {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq__container {
    padding: 80px 15px;
  }
}

.faq__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin: 0 auto 20px auto; /* Убрали отрицательный margin */
}

@media screen and (max-width: 991px) {
  .faq__logo {
    display: none;
  }
}

.faq__title {
  font-weight: 500;
  color: #ff0000;
  font-size: 85px;
  font-family: "Nosifer", sans-serif;
  margin-bottom: 40px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media screen and (max-width: 1660px) {
  .faq__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .faq__title {
    font-size: 85px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.faq__panel {
  background: rgba(0, 0, 0, 0.6); /* Полупрозрачная плашка */
  border-radius: 15px;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  max-height: 60vh; /* Ограничиваем высоту */
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px); /* Начальный сдвиг для анимации */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Плавное появление */
}

.faq__container.element-show .faq__panel {
  opacity: 1;
  transform: translateY(0); /* Плашка всплывает */
}

@media screen and (max-width: 991px) {
  .faq__panel {
    max-width: 90%;
    padding: 20px;
    max-height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .faq__panel {
    max-width: 100%;
    padding: 15px;
    max-height: 65vh;
  }
}

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

.faq__question {
  font-size: 34px;
  line-height: 46px;
  color: #9fff7d;
  cursor: pointer;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.faq__question:hover {
  transform: scale(1.02); /* Лёгкое увеличение при ховере */
  background: rgba(255, 255, 255, 0.1);
  color: #ccff99;
}

@media screen and (max-width: 1660px) {
  .faq__question {
    font-size: 26px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1260px) {
  .faq__question {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .faq__question {
    font-size: 30px;
    line-height: 40px;
    padding: 12px 15px;
  }
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 12px;
  }
}

.faq__answer {
  max-height: 0;
  font-size: 28px;
  line-height: 38px;
  color: #9fff7d;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(10px); /* Лёгкий сдвиг для анимации */
}

.faq__answer.active {
  max-height: 400px; /* Достаточно для ответа */
  padding: 20px;
  opacity: 1;
  transform: translateY(0);
}

.faq__answer-back {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.faq__answer-back:hover {
  background: #cc0000;
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .faq__answer {
    font-size: 24px;
    line-height: 32px;
  }
  .faq__answer.active {
    max-height: 500px;
    padding: 15px;
  }
  .faq__answer-back {
    font-size: 16px;
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 18px;
    line-height: 24px;
  }
  .faq__answer.active {
    max-height: 450px;
    padding: 12px;
  }
  .faq__answer-back {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.footer {
  position: relative;
  display: flex;
  top: 0;
  right: -70px;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px 0 100px;
}

@media screen and (max-width: 991px) {
  .footer {
    height: auto;
    min-height: auto;
    max-height: 100%;
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1800px) {
  .footer {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    height: auto;
    width: 100vw;
    background: #090403;
    padding: 15px 0;
  }
}

.footer__terms {
  transform: rotate(-90deg);
  font-size: 36px;
  color: #9fff7d;
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  .footer__terms {
    transform: none;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__terms {
    font-size: 16px;
  }
}

.atica-page {
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

.atica-page .atica__container {
  opacity: 1 !important;
}

@media screen and (max-width: 1660px) {
  .atica-page {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .atica-page {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .atica-page .atica__items {
    margin-bottom: 0;
  }
}

.wrapper-page {
  overflow: hidden;
}

.wrapper-page section {
  margin: 0;
}

.wrapper-page .showcase__nav-inner {
  height: 100vh;
}

.wrapper-page .showcase {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  .wrapper-page .showcase {
    min-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-page .showcase__image {
    top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-page .showcase__image {
    top: -60px;
    bottom: auto;
  }
}

.wrapper-page .showcase__info {
  display: block;
}

@media screen and (max-width: 991px) {
  .wrapper-page .showcase__angel {
    top: 300px;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-page .showcase__angel {
    top: 150px;
  }
}

.wrapper-page .showcase__container {
  max-height: 100%;
  height: 100%;
}

.page {
  overflow-y: scroll;
}

.modal {
  padding: 40px;
  background: #090403;
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}

.modal iframe {
  width: 100%;
  height: 100%;
}
