@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: #3e3349;
  border: 1px solid #59496a;
}
body.dark .main__theme .switch label::before {
  background: #ff0090;
  border: 1px solid #59496a;
}
body.dark .main__theme span {
  text-decoration: underline;
}
body.white hr {
  background: #fbcee7;
}
body.white img.dark {
  display: none !important;
}
body.white .switch {
  color: #3a3554;
}
body.white .main {
  background: #fff;
}
body.white .main__theme .switch label {
  background: transparent;
  border: 1px solid #d3d3d3;
}
body.white .main__theme .switch label::before {
  background: #dadada;
  border: 1px solid #d3d3d3;
}
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;
}

.main {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.main__img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .main__img {
    position: static;
    margin-bottom: -5px;
    height: 405px;
  }
  .main__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: initial;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .main__img img {
    -o-object-position: bottom;
    object-position: bottom;
    height: 405px;
  }
}
@media (max-height: 670px) {
  .main__img {
    height: 320px;
  }
  .main__img img {
    -o-object-position: center;
    object-position: center;
  }
}
.main__container {
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .main__container {
    height: initial;
    min-height: initial;
  }
}
.main__logo {
  margin-bottom: 40px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .main__logo {
    margin-bottom: 84px;
    padding-top: 20px;
  }
}
@media (max-height: 670px) {
  .main__logo {
    margin-bottom: 15px;
  }
}
.main__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 414px;
}
.main__info h1 {
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 700;
  line-height: 120%;
}
.main__info h2 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.main__info button {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  padding: 16px 92px;
  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 0px;
    width: 100%;
    max-width: initial;
    margin-bottom: 50px;
  }
}
@media (max-height: 670px) {
  .main__info button {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .main__info {
    gap: 25px;
  }
  .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: 768px) {
  .main__cookies {
    max-height: 90vh;
    overflow: 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: 650px) {
  .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;
  background: linear-gradient(270.63deg, #b26cf9 2.95%, #ff0090 98.77%);
  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 {
  position: absolute;
  left: 20px;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main__theme span {
  color: #ff0090;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 768px) {
  .main__theme {
    top: 30px;
    right: 20px;
    bottom: initial;
    left: initial;
  }
  .main__theme span {
    display: none;
  }
}

.switch label {
  position: relative;
  width: 45px;
  height: 27px;
  border-radius: 30px;
  background: #4d4673;
  padding: 0.139vw;
  transition: 0.2s linear;
  display: inline-block;
}
.switch label::before {
  content: "";
  transition: 0.2s linear;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 99999px;
  background: #fff;
  position: absolute;
  bottom: 3px;
}
.switch input {
  display: none;
}
.switch input:checked + label {
  background: linear-gradient(270.63deg, #b26cf9 2.95%, #ff0090 98.77%);
}
.switch input:checked + label::before {
  transform: translateX(calc(100% - 2px));
}
.switch label {
  width: 45px;
  height: 27px;
  border-radius: 30px;
}
.switch label::before {
  width: 21px;
  height: 21px;
}

.--hidden {
  display: none !important;
}
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: #FF0090;
  background: #000000;
  border-top: 1px solid #262626;
  text-decoration: none;
}
@media (max-width: 768px) {
  .policy {
    font-size: 12px;
    padding: 10px 0px;
  }
  footer {
    gap: 6px;
  }
}
body.white .policy {
  color: #FF0090;
  background: #ffffff;
  border-top: 1px solid #EFEFEF;
}