@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
*,
*::before,
*::after {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Regular", sans-serif;
  transition: 0.15s ease-in-out;
}

button {
  cursor: pointer;
}

.mob {
  display: none !important;
}

@media (max-width: 768px) {
  .desk {
    display: none !important;
  }
  .mob {
    display: initial !important;
  }
}
body.dark img.white {
  display: none !important;
}
body.dark .main {
  background: linear-gradient(180deg, #352859 0%, #170223 100%);
}
body.dark .main__info {
  color: #fff;
}
body.dark .main .switch {
  color: #fff;
}
body.dark .main__cookies {
  background: #3a3554;
  color: #fff;
}
body.dark .main__cookies button.accept {
  background: linear-gradient(270.63deg, #b26cf9 2.95%, #ff0090 98.77%);
}
body.dark .main__cookies button.settings {
  border-color: #ff0090;
  color: #ffffff;
}
body.dark .main__cookies button.decline {
  background: #4d4673;
}
body.dark .main__theme .switch label {
  background: #fff;
  border: 1px solid #d3d3d3;
}
body.dark .main__theme .switch label::before {
  background: #dadada;
  border: 1px solid #d3d3d3;
}
body.dark .main__theme .switch input:checked + label {
  background: #fff;
}
body.dark .main__theme span {
  text-decoration: underline;
}
body.white hr {
  background: #fbcee7 !important;
}
body.white img.dark {
  display: none !important;
}
body.white .switch label {
  background: #fcdeef;
  border: 1px solid #fbcee7;
}
body.white .switch label::before {
  background: #ffffff;
  border: 1px solid #fbcee7;
}
body.white .switch input:checked + label::before {
  background: #eb2490;
}
body.white .main {
  background: #fff;
}
body.white .main__sky {
  background: url("../images/sky-white.svg");
}
body.white .main__circle {
  display: none;
}
body.white .main__info {
  color: #3a3554;
}
body.white .main__cookies {
  background: #ffffff;
  color: #3a3554;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
}
body.white .main__cookies button.accept {
  background: linear-gradient(270.63deg, #b26cf9 2.95%, #ff0090 98.77%);
}
body.white .main__cookies button.settings {
  border-color: #ff0090;
  color: #ffffff;
  color: #eb2490;
}
body.white .main__cookies button.decline {
  background: #fcdeef;
  color: #eb2490;
}

@keyframes bg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 200%;
  }
}
.main {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.main__sky {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/sky.svg");
  background-position: center;
  background-size: cover;
}
.main__sky-tr {
  transition: background-position-y 2s linear;
}
@media (max-width: 768px) {
  .main {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.main__circle {
  width: 580px;
  height: 580px;
  position: absolute;
  top: -20%;
  right: 50%;
  transform: translateX(50%);
}
.main__circle svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .main__circle {
    width: 300px;
    height: 300px;
    top: -50px;
  }
}
.main__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__img img {
  width: 179px;
  height: 159px;
}
.main__container {
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main__logo {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .main__logo {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .main__logo {
    margin-bottom: 30px;
  }
}
.main__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 375px;
  text-align: center;
  margin-top: 50px;
}
.main__info h1 {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 120%;
  position: relative;
  z-index: 100;
}
.main__info p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 120%;
}
.main__info button {
  font-size: clamp(22px, 3vw, 25px);
  font-weight: 700;
  line-height: 120%;
  padding: 16px 35px;
  background: linear-gradient(270.63deg, #b26cf9 2.95%, #ff0090 98.77%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: white;
}
@media (max-width: 768px) {
  .main__info button {
    padding: 13px 23px;
    max-width: initial;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .main__info {
    max-width: 350px;
    width: 100%;
    text-wrap: balance;
    margin-top: 35px;
  }
  .main__info button {
    margin-top: 5px;
  }
}
.main__cookies {
  transition: 0.15s ease-in-out;
  width: 52.083vw;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 3.333vh;
  border-radius: 0.833vw;
  padding: 1.736vw;
  z-index: 10;
}
@media (max-width: 450px) {
  .main__cookies {
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.main__cookies h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 1.111vh;
}
.main__cookies p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.main__cookies-footer {
  margin-top: 1.736vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__cookies-footer button {
  padding: 1.444vh 3.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.556vw;
  color: white;
  font-size: 1.111vw;
  border: 0.069vw;
  border-style: solid;
  background: transparent;
}
.main__cookies-buttons {
  display: flex;
  align-items: center;
  gap: 1.736vw;
}
.main__cookies-buttons button.decline {
  background: #393939;
  padding: 1.444vh 1.667vw;
  border: none;
}
.main__cookies-buttons button.accept {
  padding: 1.444vh 1.667vw;
  border: none;
}
@media (max-width: 768px) {
  .main__cookies {
    bottom: 1.185vh;
    padding: 18px 15px 20px;
    right: 12px;
    left: 12px;
    bottom: 10px;
    width: calc(100% - 24px);
    transform: translateX(0);
    border-radius: 12px;
  }
  .main__cookies h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main__cookies p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
  .main__cookies-footer {
    margin-top: 20px;
    flex-direction: column;
  }
  .main__cookies-footer button {
    width: 100%;
    font-size: 16px;
    height: 47px;
    border-radius: 8px;
  }
  .main__cookies-footer button.--mob {
    padding: 1.444vh 1.667vw;
  }
  .main__cookies-footer button.accept {
    border: none;
  }
  .main__cookies-buttons {
    gap: 20px;
    margin-top: 16px;
    width: 100%;
  }
  .main__cookies-buttons button {
    flex: 1 1 auto;
  }
  .main__cookies-buttons button.settings,
  .main__cookies-buttons button.--mob {
    color: white;
    background: transparent;
  }
}
.main__cookies-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main__cookies-head h5 {
  margin-top: 3px;
  font-size: 16px;
}
.main__cookies-head span {
  display: inline-flex;
  align-items: center;
  background: #902ff2;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 3px 10px 2px;
  border-radius: 4px;
}
@media (max-width: 650px) {
  .main__cookies-head h5 {
    font-size: 18px;
  }
  .main__cookies-head span {
    font-size: 14px;
    padding: 2px 10px;
    min-width: 124px;
    border-radius: 4px;
  }
}
.main__cookies hr {
  width: 100%;
  height: 1px;
  background: #676189;
  margin: 10px 0px;
}
.main__cookies-settings {
  transition: all 0.35s linear;
}
.main__cookies .main__cookies-info {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  display: none;
}
.main__cookies .main__cookies-settings {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  display: initial;
}
.main__cookies:not(.open) .main__cookies-settings {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  display: none;
}
.main__cookies:not(.open) .main__cookies-info {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  display: initial;
}
.main__theme {
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main__theme span {
  color: #ff0090;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.switch {
  width: 45px;
  height: 27px;
}
.switch label {
  position: relative;
  width: 45px;
  height: 27px;
  border-radius: 30px;
  background: #4d4673;
  transition: 0.2s linear;
  display: inline-block;
  border: 1px solid #676189;
}
.switch label::before {
  content: "";
  transition: 0.2s linear;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 30px;
  background: #3a3554;
  border: 1px solid #676189;
  position: absolute;
  inset: 0;
  top: 1.5px;
  left: 2px;
  bottom: 2px;
  right: 2px;
}
.switch input {
  display: none;
}
.switch input:checked + label::before {
  transform: translateX(85%);
  background: #eb2490;
  border: 1px solid #fbcee7;
  position: absolute;
  margin-left: 0;
}
@media (max-width: 650px) {
  .switch label {
    border-radius: 30px;
  }
}

.--hidden {
  display: none !important;
}

@keyframes pulse902FF2 {
  0% {
    filter: drop-shadow(0 0 0.5rem #9a47ed);
  }
  50% {
    filter: drop-shadow(0 0 1rem #9a47ed);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #9a47ed);
  }
}
@keyframes topulse902FF2 {
  0% {
    filter: drop-shadow(0 0 0.5rem #9a47ed);
    transform: translateY(0);
  }
  50% {
    filter: drop-shadow(0 0 1rem #9a47ed);
    transform: translateY(-50%);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #9a47ed);
    transform: translateY(0);
  }
}
@keyframes pulseff0090 {
  0% {
    filter: drop-shadow(0 0 0.5rem #ff0090);
  }
  50% {
    filter: drop-shadow(0 0 1rem #ff0090);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #ff0090);
  }
}
@keyframes pulse2F1185 {
  0% {
    filter: drop-shadow(0 0 0.5rem #2f1185);
  }
  50% {
    filter: drop-shadow(0 0 1rem #2f1185);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #2f1185);
  }
}
@keyframes topulse2F1185 {
  0% {
    filter: drop-shadow(0 0 0.5rem #2f1185);
    transform: translateY(0);
  }
  50% {
    filter: drop-shadow(0 0 1rem #2f1185);
    transform: translateY(-50%);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #2f1185);
    transform: translateY(0);
  }
}
@keyframes topulseff0090 {
  0% {
    filter: drop-shadow(0 0 0.5rem #ff0090);
    transform: translateY(0);
  }
  50% {
    filter: drop-shadow(0 0 1rem #ff0090);
    transform: translateY(-50%);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem #ff0090);
    transform: translateY(0);
  }
}
@keyframes pulsewhite {
  0% {
    filter: drop-shadow(0 0 0.5rem white);
  }
  50% {
    filter: drop-shadow(0 0 1rem white);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem white);
  }
}
@keyframes topulsewhite {
  0% {
    filter: drop-shadow(0 0 0.5rem white);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    filter: drop-shadow(0 0 0.7rem white);
  }
  50% {
    filter: drop-shadow(0 0 1rem white);
    transform: translateY(-50%);
    opacity: 0.6;
  }
  75% {
    filter: drop-shadow(0 0 0.7rem white);
  }
  100% {
    filter: drop-shadow(0 0 0.5rem white);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes to {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.main__sky svg path.C902FF2 {
  animation: pulse902FF2 5s infinite ease-in-out;
}
.main__sky svg path.C902FF2:nth-child(2n) {
  animation: topulse902FF2 300s infinite linear;
}
.main__sky svg path.Cff0090 {
  animation: pulseff0090 5s infinite ease-in-out;
}
.main__sky svg path.Cff0090:nth-child(2n) {
  animation: topulseff0090 300s infinite linear;
}
.main__sky svg path.white {
  animation: pulsewhite 5s infinite ease-in-out;
}
.main__sky svg path.white:nth-child(2n) {
  animation: topulsewhite 150s infinite linear;
}
.main__sky svg path {
  position: relative;
  z-index: 5;
}
.main__sky svg path.bs {
  animation: to 200s infinite linear;
  z-index: 10;
}

body.white .main__sky svg path.white {
  animation: pulse2F1185 5s infinite ease-in-out;
  fill: #2f1185;
}
body.white .main__sky svg path.white:nth-child(2n) {
  animation: topulse2F1185 150s infinite linear;
}
body.white .main__sky svg path[fill="white"] {
  fill: #2f1185;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.main__container {
  width: 100%;
}
.policy {
  display: flex;
  width: calc(100% + 40px);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 15px 0px;
  margin: 0px -20px;
  color: #ffffff;
  background: #1c082c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .policy {
    font-size: 12px;
    padding: 10px 0px;
  }
}
body.white .policy {
  color: #000000;
  background: #f3f3f3;
}
