@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

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

.flex {
  display: flex;
}

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

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

.f-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-justify-center {
  display: flex;
  justify-content: center;
}

.liveops-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  background: #070816;
  color: #C3C8D9;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #EFEEFF;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: "Inter", sans-serif;
}

.container {
  width: 1670px;
  padding: 0px 15px;
  margin: 0 auto;
}

section {
  padding: 80px 0px;
}

.main-btn {
  font-size: 26.654px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.462px;
  min-width: 310px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 16.5px 75.5px;
  border-radius: 11.846px;
  color: #EFEEFF;
  overflow: hidden;
  position: relative;
}
.main-btn span {
  position: relative;
  z-index: 1;
}
.main-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #9238FF 0%, #6826D4 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 11.846px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.main-btn--accent {
  background: linear-gradient(90deg, #4E45FF 0%, #624AFF 100%);
}
.main-btn--accent:hover::after {
  opacity: 1;
}
.main-btn--border {
  border-radius: 11.846px;
  border: 4px solid #4E45FF;
  padding: 13px 75.5px;
}
.main-btn--border:hover {
  background: #4E45FF;
}

.section-content {
  margin-bottom: 40px;
}
.section-content__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-content__text {
  margin-top: 20px;
  max-width: 696px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}

.header {
  padding: 22px 0px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease;
  background: rgba(7, 8, 22, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-logo {
  display: block;
}
.header-logo__img {
  display: block;
}
.header-offer {
  gap: 100px;
}
.header-menu {
  gap: 40px;
}
.header-menu__link {
  font-size: 23.844px;
  font-style: normal;
  font-weight: 500;
  line-height: 44.281px;
  text-transform: uppercase;
  color: #C3C8D9;
}
.header-menu__link:hover {
  text-shadow: 0px 0px 3px #EFEEFF;
  color: #EFEEFF;
}
.header-toggle {
  display: none;
}

.main {
  padding-top: 330px;
  padding-bottom: 353px;
  position: relative;
  overflow: hidden;
}
.main-bg {
  position: absolute;
  top: 280px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  width: 3520px;
  left: 50%;
  transform: translateX(-50%);
}
.main-bg img {
  display: block;
  width: 100%;
}
.main .container {
  position: relative;
}
.main-content {
  max-width: 1038px;
  width: 100%;
}
.main-content__btns {
  margin-top: 72px;
  gap: 19px;
}
.main-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -118px;
  animation: levitate 3s ease-in-out infinite;
  pointer-events: none;
}
.main-image img {
  width: 930px;
}

.partners {
  background: linear-gradient(270deg, rgba(146, 56, 255, 0) 63.75%, #9238FF 110.15%), linear-gradient(90deg, rgba(146, 56, 255, 0) 57.16%, #9238FF 105.95%), linear-gradient(90deg, rgba(102, 0, 255, 0.5) 16.3%, rgba(0, 119, 255, 0.25) 100%);
  padding: 34px 0px;
}
.partners-list {
  gap: 80px;
}
.partners-list__image img {
  display: block;
}
.partners .str_wrap {
  background: transparent;
}

.advantages .section-content {
  margin-bottom: 46px;
}
.advantages .container {
  position: relative;
}
.advantages-cube {
  position: absolute;
  pointer-events: none;
}
.advantages-cube img {
  display: block;
}
.advantages-cube--first {
  bottom: -70px;
  left: -130px;
  animation: cube-levitate 10s ease-in-out infinite;
}
.advantages-cube--second {
  top: -298px;
  z-index: -1;
  left: 100px;
  animation: cube-levitate 5s ease-in-out infinite;
}
.advantages-cube--third {
  right: -580px;
  z-index: -1;
  top: -388px;
  animation: cube-levitate 3s ease-in-out infinite;
}
.advantages-list {
  gap: 32px;
}
.advantages-list__card {
  border-radius: 12px;
  border: 1px solid rgba(193, 204, 255, 0.5);
  background: linear-gradient(131deg, rgba(193, 204, 255, 0.15) -0.82%, rgba(193, 204, 255, 0.08) 48.51%, rgba(193, 204, 255, 0.15) 97.83%);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding: 40px;
  height: 487px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.advantages-list__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(193, 204, 255, 0.15) 0%, rgba(193, 204, 255, 0.15) 100%), linear-gradient(131deg, rgba(193, 204, 255, 0.15) -0.82%, rgba(193, 204, 255, 0.08) 48.51%, rgba(193, 204, 255, 0.15) 97.83%);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.advantages-list__card:not(.advantages-list__card_disabled):hover::after {
  opacity: 1;
}
.advantages-list__title {
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  position: relative;
  z-index: 1;
}
.advantages-list__content {
  position: relative;
  z-index: 1;
}
.advantages-list__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #C3C8D9;
  line-height: 28px;
}
.advantages-list__more {
  margin-top: 43px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #E4E7F2;
  gap: 10px;
}
.advantages-list__more svg {
  display: block;
}
.advantages-list__more svg path {
  transition: all 0.4s ease;
}
.advantages-list__item {
  position: relative;
}
.advantages-list__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 120px;
  transform: translate(-50%, -50%);
  width: 232px;
  height: 15px;
}
.advantages-list__item:first-child::before {
  background: #0084FF;
}
.advantages-list__item:nth-child(2)::before {
  background: #4E45FF;
}
.advantages-list__item:last-child::before {
  background: #9238FF;
}

.faq-list__item {
  margin-bottom: 20px;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__card {
  border-radius: 12px;
  border: 1px solid rgba(193, 204, 255, 0.5);
  overflow: hidden;
  position: relative;
}
.faq-list__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(131deg, rgba(193, 204, 255, 0.15) -0.82%, rgba(193, 204, 255, 0.08) 48.51%, rgba(193, 204, 255, 0.15) 97.83%);
  top: 0;
  position: absolute;
  left: 0;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
.faq-list__card.accordion--open::after {
  opacity: 1;
}
.faq-list__card.accordion--open .faq-list__plus {
  transform: rotate(45deg);
}
.faq-list__title {
  padding: 32px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  line-height: 28px;
}
.faq-list__plus {
  transition: all 0.4s ease;
}
.faq-list__plus svg {
  display: block;
}
.faq-list__content {
  margin-top: -16px;
  display: none;
  padding: 0px 40px 40px 40px;
}
.faq-list__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.faq-list__text a {
  color: #4E45FF;
}
.faq-view {
  margin-top: 40px;
}

.gaming {
  position: relative;
}
.gaming-blob {
  position: absolute;
  bottom: -500px;
  z-index: -1;
  right: -500px;
  pointer-events: none;
}
.gaming-blob img {
  display: block;
}
.gaming .container {
  position: relative;
}
.gaming-figure {
  position: absolute;
  right: 269px;
  bottom: -47px;
  z-index: -1;
  pointer-events: none;
}
.gaming-figure svg {
  display: block;
}
.gaming-list {
  gap: 100px;
  flex-wrap: wrap;
}
.gaming-list__item:nth-child(3) {
  margin-left: 230px;
}
.gaming-list__item:nth-child(4) {
  margin-left: auto;
}
.gaming-list__value {
  font-size: 206.237px;
  font-style: normal;
  font-weight: 700;
  line-height: 227.72px;
  color: #EFEEFF;
  text-align: center;
}
.gaming-list__title {
  font-size: 51.559px;
  font-style: normal;
  font-weight: 500;
  color: #C3C8D9;
  text-align: center;
  line-height: 64.449px;
}

.info {
  position: relative;
}
.info-blob {
  position: absolute;
  z-index: -1;
  bottom: -350px;
  left: -600px;
}
.info-blob img {
  display: block;
}
.info-list__item {
  position: relative;
  margin-bottom: 40px;
}
.info-list__item:last-child {
  margin-bottom: 0;
}
.info-list__item::before {
  content: "";
  display: block;
  height: 232px;
  width: 16px;
  top: 50%;
  border-radius: 120px;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  left: 0;
}
.info-list__item:first-child::before {
  background: #0084FF;
}
.info-list__item:nth-child(2)::before {
  background: #4E45FF;
}
.info-list__item:nth-child(2n+2)::before {
  left: unset;
  right: 0;
  transform: translate(50%, -50%);
}
.info-list__item:nth-child(2n+2) .info-list__content {
  margin-left: auto;
}
.info-list__item:nth-child(2n+2) .info-list__image {
  right: unset;
  left: 0;
}
.info-list__item:nth-child(2n+2) .info-list__card {
  background: linear-gradient(265deg, rgba(193, 204, 255, 0.15) 0%, rgba(193, 204, 255, 0.04) 74.12%);
}
.info-list__item:last-child::before {
  background: #9238FF;
}
.info-list__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
.info-list__image img {
  display: block;
  max-width: 904px;
}
.info-list__content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 720px;
}
.info-list__title {
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.info-list__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #C3C8D9;
}
.info-list__card {
  border-radius: 12px;
  border: 1px solid rgba(193, 204, 255, 0.5);
  background: linear-gradient(95deg, rgba(193, 204, 255, 0.15) -0.01%, rgba(193, 204, 255, 0.04) 74.12%);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  position: relative;
  padding: 40px;
  height: 487px;
}

.credits {
  padding: 64px 0px;
}
.credits-logo {
  display: block;
}
.credits-logo img {
  display: block;
}
.credits-offer {
  gap: 100px;
}
.credits-links {
  gap: 20px;
}
.credits-links__link {
  font-size: 23.844px;
  font-style: normal;
  font-weight: 500;
  line-height: 44.281px; /* 185.714% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #C3C8D9;
}
.credits-links__link:hover {
  text-decoration: underline;
  color: #fff;
}

@keyframes levitate {
  0% {
    transform: translateY(-50%) translateY(0);
  }
  50% {
    transform: translateY(-50%) translateY(-40px);
  }
  100% {
    transform: translateY(-50%) translateY(0);
  }
}
@keyframes cube-levitate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.info_page {
  padding-top: 280px;
}
.info_page .info-list {
  margin-top: 176px;
}
.info_page .info-list__item:first-child::before {
  background: #0084FF;
}
.info_page .info-list__item:nth-child(2)::before {
  background: #4E45FF;
}
.info_page .info-list__item:nth-child(3)::before {
  background: #9238FF;
}
.info_page .info-list__item:nth-child(4)::before {
  background: #0084FF;
}
.info_page .info-list__item:last-child::before {
  background: #4E45FF;
}
.info_page .info-list__image {
  bottom: 0;
  top: unset;
  transform: none;
}
.info-list__item {
  margin-bottom: 80px;
}
.info-list__coming {
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-50%);
  padding: 15px 10px;
  font-size: 23.921px;
  font-style: normal;
  font-weight: 600;
  line-height: 13.166px;
  border-radius: 5.643px;
  background: linear-gradient(180deg, #E30077 -33.33%, #9D0052 130%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, #9561FF 0%, #6B4AFF 100%);
  -webkit-backdrop-filter: blur(5.8778662682px);
          backdrop-filter: blur(5.8778662682px);
  color: #fff;
}
.info-list__subtitle {
  margin-top: 20px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  color: #E4E7F2;
}
.info-tab {
  gap: 100px;
}
.info-tab__card {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  padding: 0px 18px;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}
.info-tab__card::after {
  content: "";
  display: block;
  width: 0%;
  bottom: -16px;
  position: absolute;
  left: 50%;
  transition: all 0.4s ease;
  transform: translateX(-50%);
  border-radius: 120px;
  height: 6px;
  background: #4E45FF;
  box-shadow: 0px 0px 14.5px 0px #4E45FF;
}
.info-tab__card.active {
  color: #fff;
  text-shadow: 0px 0px 4px #EFEEFF;
}
.info-tab__card.active::after {
  width: 100%;
}
.info-tab__card:hover {
  color: #fff;
}
.info-tab__card:hover::after {
  width: 100%;
}

.more-block {
  background: url("../img/live-bg.png") no-repeat center center/cover;
  padding: 86px 40px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(193, 204, 255, 0.5);
}
.more-block__title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 952px;
  margin: 0 auto;
}
.more-block__btn {
  margin: 0 auto;
  margin-top: 50px;
  padding: 25.2px 100px;
  font-size: 38px;
}

.proposal-block {
  margin-top: 160px;
  background: url("../img/proposal-bg.png") no-repeat center center/cover;
  height: 487px;
  padding: 40px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #C1CCFF;
}
.proposal-block__content {
  margin-left: auto;
  max-width: 579px;
}
.proposal-block__title {
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.proposal-block__text {
  margin-top: 40px;
  max-width: 515px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #C3C8D9;
}
.proposal-block__image {
  position: absolute;
  bottom: 0px;
  left: -10px;
  pointer-events: none;
}
.proposal-block__image img {
  display: block;
  max-width: 985px;
}

.liveops-block {
  margin-top: 160px;
}
.liveops-block__title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.liveops-block .info-list {
  margin-top: 80px;
}
.liveops-block .info-list_game .info-list__item:first-child::before {
  background: #0084FF;
}
.liveops-block .info-list_game .info-list__item:nth-child(2)::before {
  background: #4E45FF;
}
.liveops-block .info-list_game .info-list__item:nth-child(3)::before {
  background: #9238FF;
}
.liveops-list {
  margin-top: 49px;
  gap: 32px;
}
.liveops-list__item {
  width: 100%;
  position: relative;
}
.liveops-list__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 120px;
  transform: translate(-50%, -50%);
  width: 232px;
  height: 15px;
}
.liveops-list__item:first-child::before {
  background: #0084FF;
}
.liveops-list__item:nth-child(2)::before {
  background: #4E45FF;
}
.liveops-list__item:last-child::before {
  background: #9238FF;
}
.liveops-list__card {
  width: 100%;
  border-radius: 4.5px;
  border: 0.375px solid rgba(193, 204, 255, 0.5);
  background: linear-gradient(131deg, rgba(193, 204, 255, 0.15) -0.82%, rgba(193, 204, 255, 0.08) 48.51%, rgba(193, 204, 255, 0.15) 97.83%);
  -webkit-backdrop-filter: blur(4.6875px);
          backdrop-filter: blur(4.6875px);
  padding: 32px;
}
.liveops-list__value {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 12px;
  border-radius: 500px;
  background: linear-gradient(0deg, var(--bg-bg, #202028) 0%, var(--bg-bg, #202028) 100%), rgba(161, 161, 255, 0.4);
  font-size: 25.513px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FCFCFC;
  white-space: nowrap;
}
.liveops-list__image {
  width: 100%;
  height: 467px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.liveops-list__content {
  margin-top: 32px;
}
.liveops-list__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.478%;
  color: #E4E7F2;
}
.liveops-list__text {
  margin-top: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #C3C8D9;
}

.content {
  padding-top: 200px;
}
.content-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  color: #EFEEFF;
  text-transform: uppercase;
}
.content-text {
  margin-top: 40px;
}
.content-text span {
  font-weight: 600;
  color: #EFEEFF;
}
.content-text__date span {
  font-weight: 400;
  color: #C3C8D9;
}
.content-text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.content-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #C3C8D9;
  margin: 40px 0;
}
.content-text a {
  color: #C3C8D9;
  text-decoration: underline;
  word-break: break-word;
}
.content-text a:hover {
  color: #4E45FF;
}
.content-text ul {
  margin-bottom: 0px;
  margin-left: 20px;
}
.content-text ul li {
  margin-bottom: 15px;
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}
.content-text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C3C8D9;
}
.content-text ul li:last-child {
  margin-bottom: 0;
}

.terms-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 40px 20px;
}
.terms-block p {
  margin: 0;
}

.cookie-table {
  padding: 10px 0px 0px 0px;
}
.cookie-table__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  max-width: 100%;
}
.cookie-table__cell {
  border: 1px solid #C3C8D9;
  padding: 10px 2px;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.cookie-table__cell--head {
  font-weight: 600;
  color: #EFEEFF;
}
.cookie-table__cell--purpose {
  width: 50%;
}

.table-wrap {
  display: flex;
  flex-direction: column;
}
.table-wrap span {
  font-weight: 400;
  color: unset;
}

@media (max-width: 768px) {
  .cookie-table {
    margin: 0 -10px;
  }
  .cookie-table__table {
    font-size: 12px;
    min-width: 100%;
  }
  .cookie-table__cell {
    padding: 8px 2px;
  }
  .cookie-table__cell--purpose {
    width: 50%;
  }
  .cookie-table__row {
    border: 1px solid #C3C8D9;
  }
}
@media (max-width: 576px) {
  .cookie-table {
    margin: 0 -20px;
  }
  .cookie-table__table {
    font-size: 11px;
  }
  .cookie-table__cell--purpose {
    width: 40%;
  }
}
@media (max-width: 380px) {
  .cookie-table__table {
    font-size: 10px;
  }
  .cookie-table__cell--purpose {
    width: 36%;
  }
}
@media (max-width: 321px) {
  .cookie-table__table {
    font-size: 9px;
  }
  .cookie-table__cell--purpose {
    width: 32%;
  }
}/*# sourceMappingURL=main.css.map */