@charset "UTF-8";
:root {
  --font-size-general-small-under-button: 14px;
  --font-size-tab: 16px;
  --font-size-header-menu: 16px;
  --font-size-general-small-text: 18px;
  --font-size-button: 20px;
  --font-size-link-reviews: 16px;
  --font-size-header-reviews: 20px;
  --font-size-description-reviews: 16px;
  --font-size-green-small: 18px;
  --font-size-green-link: 20px;
  --font-size-green-over-header: 24px;
  --font-size-header-faq: 27px;
  --font-size-description-faq: 18px;
  --font-size-header-tab: 23px;
  --font-size-header-h3: 44px;
  --font-size-header-h2: 55px;
  --font-size-header-h1: 64px;
  --font-size-price-cards: 44px;
  --font-size-header-cards: 24px;
  --font-size-general-cards: 14px;
  --font-size-price-small-cards: 20px;
  --max-width-wrapper: 1222px;
  --white: #fff;
  --black: #000;
  --dark: rgba(18,19,24,1);
  --blue: rgba(33,121,199,1);
  --green: rgba(90,201,148,1);
  --error: rgba(255,126,126,1);
  --error-max: rgba(255,126,126,.5);
  --transparent: rgba(0,0,0,0);
  --orange: rgba(255,126,126,1);
  --dark-transparent: rgba(18,19,24,.25);
  --green-transparent: rgba(90,201,148,.2);
  --white-transparent: rgba(255,255,255,.14);
  --white-transparent-blur: rgba(255,255,255,.05);
  --white-transparent-fifty: rgba(255,255,255,.5);
  --white-transparent-sixty: rgba(255,255,255,.6);
  --border-top-boost-light: rgba(85,151,210,1);
  --background-light-all: rgba(33,121,199,1);
  --background-boost-light: rgba(33,121,199,.4);
  --background-button-light: rgba(64,140,207,1);
  --background-settings-blur: rgb(77,146,205,.8);
  --background-button-coin-light: rgba(65,140,206,1);
  --background-border-drop-light: rgba(33,121,199,.6);
  --gradient-blue-top: linear-gradient(to top, rgba(33,121,199,1), rgba(33,121,199,0));
  --gradient-blue-top-fifty: linear-gradient(to top, rgba(33,121,199,1), rgba(33,121,199,0));
  --gradient-blue: linear-gradient(to right top, rgba(23,91,182,1), rgba(50,176,228,1));
  --gradient-white-right-down: linear-gradient(to right bottom, rgba(255,255,255,.5), rgba(255,255,255,0));
  --gradient-white-bottom: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  --gradient-white-left-right: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
  --gradient-white-top: linear-gradient(to bottom, rgba(255,255,255,.5), rgba(255,255,255,0));
  --gradient-green: linear-gradient(to right, rgba(90,201,148,1), rgba(90,201,148,0));
  --gradient-white: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  --gradient-blue: linear-gradient(to right top, rgba(0,135,255,1), rgba(0,108,203,1));
  --background-dark-all: rgba(18,19,24,1);
  --gradient-black: linear-gradient(to right top, rgba(18,19,24,1), rgba(52,52,52,1));
}

img {
  aspect-ratio: auto;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container-global {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.container-global > *,
.container-global section,
.container-global main {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  background: var(--gradient-blue);
  font-family: "conthrax", sans-serif;
  background-repeat: no-repeat;
  transition: unset;
}
body:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--transparent);
  transition: 0.3s all;
  z-index: 4;
}
body:not(.mobile) .header__info {
  display: flex !important;
}
body[data-theme=theme-dark] .global-decoration__dark {
  display: block;
}
body[data-theme=theme-dark] .global-decoration__light {
  display: none;
}
body[data-theme=theme-dark] .faq__decoration--rotate > *:before,
body[data-theme=theme-dark] .policy__content--rotate > *:before {
  background: url(img/border-dashed-faq-green.svg) center center no-repeat;
}
body[data-theme=theme-dark] .btn path {
  fill: var(--green);
}
body[data-theme=theme-dark] .header__info--theme > .theme-dark {
  pointer-events: none;
  background: var(--green);
}
body[data-theme=theme-dark] .header__info--theme > .theme-light {
  pointer-events: all;
}
body[data-theme=theme-light] .global-decoration__light {
  display: block;
}
body[data-theme=theme-light] .global-decoration__dark {
  display: none;
}
body[data-theme=theme-light] .header__info--theme > .theme-light {
  pointer-events: none;
  background: var(--green);
}
body[data-theme=theme-light] .header__info--theme > .theme-dark {
  pointer-events: all;
}
body.load-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1136px;
  width: 100%;
}

.global-decoration {
  pointer-events: none;
  position: absolute;
  top: -141px;
  width: 100%;
}
.global-decoration > * {
  display: none;
}
.global-decoration > * > * {
  position: absolute;
  left: 50%;
  width: 2030px;
  height: auto;
  transform: translateX(-50%);
}
.global-decoration > * > * path {
  fill-opacity: 0.5;
}
.global-decoration > * > * g {
  opacity: 0.2;
}
.global-decoration > *.global-decoration__dark {
  display: none;
}
.global-decoration > *.show-decoration {
  display: block;
}

.global-decoration__dark {
  display: none;
}

.show-decoration {
  display: block;
}

.btn {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 5px 16px 5px 6px;
  gap: 0 8px;
  min-height: 36px;
  border-radius: 60px;
  border: 1px solid var(--transparent);
  background: var(--white-transparent);
  box-shadow: 0 0 54px 0 rgba(90, 201, 148, 0);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
  transition: 0.3s all;
  z-index: 2;
}
.btn > * {
  position: relative;
}
.btn p {
  padding: 0 0 2px;
}
.btn:hover {
  border-color: var(--green);
  box-shadow: 0 0 27px 0 rgba(90, 201, 148, 0.5);
}

.blur-global {
  background: var(--white-transparent);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
}

.input.phone {
  display: none;
}

.header {
  padding: 38px 0;
}
.header .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.header .logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .logo > *:not(.logo__turbine) {
  margin: 0 0 2px;
}
.header .logo__turbine {
  cursor: pointer;
  border-radius: 100%;
}
.header .logo__turbine > * {
  animation: 2s linear infinite rotate;
}
.header .logo__turbine.scale > * {
  animation: 0.5s linear infinite scale-boost;
}
.header__info {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}
.header__info--support {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0 8px;
}
.header__info--tools {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
.header__info--theme {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 112px 0 0;
  gap: 0 2px;
  padding: 2px;
  border-radius: 24px;
  background: var(--white-transparent);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
}
.header__info--theme > * {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.header__info--theme > *.active {
  pointer-events: none;
  background: var(--green);
}
.header__info--lang {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0 8px;
  top: 0;
  right: 0;
  padding: 2px;
  width: 104px;
  min-height: 36px;
  font-size: 12px;
  border-radius: 24px;
  background: var(--white-transparent);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
  transition: 0.3s all;
  overflow: hidden;
  z-index: 5;
}
.header__info--lang picture {
  border-radius: 4px;
  overflow: hidden;
}
.header__info--lang img, .header__info--lang svg {
  flex-shrink: 0;
  width: 28px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.header__info--lang > p {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0 6px;
  padding: 6px 28px 6px 7px;
  width: 100%;
  text-transform: uppercase;
}
.header__info--lang > p:after {
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url(img/icons/arrow-down-green.svg) center center no-repeat;
}
.header__info--lang > p:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 100%;
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background: var(--gradient-green);
  transition: 0.3s all;
  opacity: 0;
}
.header__info--lang ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  display: none;
  width: 100%;
}
.header__info--lang ul li {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0 6px;
  padding: 4px 28px 4px 7px;
  width: 100%;
  text-transform: uppercase;
  background: var(--transparent);
  border-bottom: 1px solid var(--white-transparent);
  transition: 0.3s all;
}
.header__info--lang ul li:hover {
  background: var(--white-transparent);
}
.header__info--lang ul li:last-child {
  border-radius: 0 0 15px 15px;
  border-bottom: unset;
}
.header__info--lang.active {
  border-radius: 16px;
}
.header__info--lang.active > p:before {
  opacity: 1;
}
.header__info--lang.active > p:after {
  transform: rotate(180deg);
}

.main__decoration {
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.main__decoration > * {
  position: absolute;
}
.main__decoration > *:first-child {
  top: 40px;
  left: 9.5%;
  animation: 13s ease-in-out infinite translate-coin-down;
}
.main__decoration > *:nth-child(2) {
  top: 165px;
  left: 0;
  animation: 6s ease-in-out infinite rotate-coin;
}
.main__decoration > *:nth-child(3) {
  top: 345px;
  left: 3%;
  animation: 10s ease-in-out infinite translate-coin-up;
}
.main__decoration > *:nth-child(4) {
  top: 60px;
  right: 4.5%;
  animation: 8s ease-in-out infinite translate-coin-up;
}
.main__decoration > *:nth-child(5) {
  top: 220px;
  right: 4.1%;
  animation: 12s ease-in-out infinite translate-coin-down;
}
.main__decoration > *:nth-child(6) {
  top: 319px;
  right: 1.3%;
  animation: 7s ease-in-out infinite rotate-coin;
}
.main__decoration > *:nth-child(7) {
  display: none;
}
.main__button {
  pointer-events: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.main__button p {
  position: absolute;
  top: 55px;
  left: 125px;
  width: 560px;
  height: 145px;
  color: var(--transparent);
}
.main__button p span {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 13px 0 0;
  height: 125px;
  border-radius: 80px;
  transform: rotate(-3.6deg);
}
.main__button > * {
  animation: 4s ease-in-out infinite button;
}
.main__info {
  position: relative;
  padding: 251px 0 0;
  margin: 0 auto;
  max-width: 670px;
  font-size: 20px;
  line-height: 1.2;
  z-index: 3;
}
.main__info--header {
  padding: 0 0 28px;
  width: 100%;
  font-size: 48px;
  text-align: center;
}
.main__info .box > span {
  position: relative;
  display: block;
  padding: 0 20px 32px;
  width: 100%;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  font-family: "Geologica", sans-serif;
  transform: scale(1.2);
  opacity: 0;
  z-index: 2;
}
.main__info > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 18px 20px;
  margin: 0 auto;
  max-width: 281px;
  border-radius: 64px;
  background: var(--green);
  animation: 4s ease-in-out infinite wave;
}
.main__info > a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  overflow: hidden;
}
.main__info > a span:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 50%;
  right: 100%;
  width: 129%;
  height: 39px;
  background: var(--gradient-white-top);
  animation: 5s linear infinite light-big;
}
.main__info > a:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  box-shadow: 0 0 54px 0 rgb(90, 201, 148);
}
.main__info > a:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  background: var(--transparent);
  transition: 0.3s all;
}
.main__info > a:hover:after {
  background: var(--white-transparent);
}

.faq {
  padding: 122px 0 128px;
}
.faq .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  gap: 0 98px;
}
.faq__decoration {
  pointer-events: none;
  position: absolute;
}
.faq__decoration .global-decoration__light,
.faq__decoration .global-decoration__dark {
  position: absolute;
  top: -60px;
  left: -10px;
}
.faq__decoration .global-decoration__light > *,
.faq__decoration .global-decoration__dark > * {
  width: 1966px;
  height: auto;
}
.faq__decoration .global-decoration__light g,
.faq__decoration .global-decoration__dark g {
  opacity: 0.2;
}
.faq__decoration .global-decoration__light path,
.faq__decoration .global-decoration__dark path {
  fill-opacity: 0.5;
}
.faq__decoration--rotate {
  position: absolute;
  top: 643px;
  left: -150px;
}
.faq__decoration--rotate > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__decoration--rotate > *:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/border-dashed-faq.svg) center center no-repeat;
  animation: 4s ease infinite normal none running pulse;
  background-size: 100% 100%;
  transform: scale(0.95);
}
.faq__decoration--rotate > *:nth-child(1) {
  width: 207px;
  height: 207px;
  opacity: 0.35;
}
.faq__decoration--rotate > *:nth-child(1):before {
  animation-delay: 0.1s;
}
.faq__decoration--rotate > *:nth-child(2) {
  width: 343px;
  height: 343px;
  opacity: 0.24;
}
.faq__decoration--rotate > *:nth-child(2):before {
  animation-delay: 0.3s;
}
.faq__decoration--rotate > *:nth-child(3) {
  width: 527px;
  height: 527px;
  opacity: 0.19;
}
.faq__decoration--rotate > *:nth-child(3):before {
  animation-delay: 0.6s;
}
.faq__decoration--rotate > *:nth-child(4) {
  width: 750px;
  height: 750px;
  opacity: 0.16;
}
.faq__decoration--rotate > *:nth-child(4):before {
  animation-delay: 0.9s;
}
.faq__decoration--rotate > *:nth-child(5) {
  width: 936px;
  height: 936px;
  opacity: 0.13;
}
.faq__decoration--rotate > *:nth-child(5):before {
  animation-delay: 1.2s;
}
.faq__decoration--question {
  position: absolute;
  top: 415px;
  left: -120px;
}
.faq__decoration--question > *:not(.question-message) {
  animation: 13s ease-in-out infinite translate-coin-down;
}
.faq__decoration--question .question {
  position: absolute;
  top: -40px;
  right: 60px;
  animation: 13s ease-in-out infinite translate-coin-up;
}
.faq__decoration--question .question-blur {
  position: absolute;
  top: 160px;
  right: 80px;
  animation: 10s ease-in-out infinite translate-coin-down;
}
.faq__decoration--question .question-two {
  position: absolute;
  top: 40px;
  left: 50px;
}
.faq__nav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.faq__nav > p {
  padding: 0 0 39px;
  width: 100%;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq__nav ul {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px 0;
}
.faq__nav ul li {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 0 8px;
  padding: 4px 28px 4px 13px;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 60px;
  border: 2px solid var(--transparent);
  background: var(--white-transparent);
  box-shadow: 0 0 54px 0 rgba(90, 201, 148, 0);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
  transition: 0.3s all;
}
.faq__nav ul li > * {
  position: relative;
}
.faq__nav ul li p {
  padding: 0 0 5px;
}
.faq__nav ul li:hover {
  border-color: var(--green);
}
.faq__nav ul li.active {
  border-color: var(--green);
  box-shadow: 0 0 54px 0 rgb(90, 201, 148);
}
.faq__content {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 6px 0 0;
}
.faq__content ol {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  display: none;
  flex-direction: column;
  gap: 12px 0;
  width: 100%;
}
.faq__content ol li {
  counter-increment: item;
  width: 100%;
  border-radius: 24px;
  border-left: solid;
  border-width: 4px;
  border-color: var(--green);
  background: var(--white-transparent);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='15'/></filter></svg>#svgBlur");
  backdrop-filter: blur(15px);
}
.faq__content ol li > * {
  position: relative;
}
.faq__content ol li b {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 20px 55px 20px 20px;
  min-height: 72px;
  font-size: 20px;
  line-height: 1.2;
}
.faq__content ol li b span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.faq__content ol li b span:before {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--gradient-green);
  transition: 0.3s all;
}
.faq__content ol li b:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  content: counter(item); /* Добавляем к числам скобку */
  top: 50%;
  right: calc(100% - 12px);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--green);
  transform: translateY(-50%);
}
.faq__content ol li b:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(img/icons/arrow-down-green.svg) center center no-repeat;
  background-size: 30px auto;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s all;
}
.faq__content ol li p {
  display: block;
  display: none;
  padding: 17px 20px 21px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Geologica", sans-serif;
}
.faq__content ol li.active b:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq__content ol li.active span:before {
  bottom: 0;
  height: 1px;
}
.faq__content ol li:first-child b {
  padding: 23px 55px 20px 20px;
  min-height: unset;
}
.faq__content ol li:first-child b:before {
  top: calc(50% + 3px);
}
.faq__content ol li:nth-child(2n) {
  border-left: unset;
  border-right: solid;
  border-width: 4px;
  border-color: var(--green);
}
.faq__content ol li:nth-child(2n) b {
  padding: 20px 55px 20px 24px;
}
.faq__content ol li:nth-child(2n) b:before {
  right: calc(100% - 16px);
}
.faq__content ol li:nth-child(2n) b:after {
  top: 50%;
  right: 16px;
}
.faq__content ol li:nth-child(2n) p {
  padding: 17px 20px 21px 20px;
}

.policy__content {
  padding: 39px 0 80px;
}
.policy__content .wrapper > b {
  display: block;
  padding: 0 0 17px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.policy__content .wrapper > p {
  display: block;
  padding: 0 0 48px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Geologica", sans-serif;
}
.policy__content--decoration {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.policy__content--decoration > * {
  position: absolute;
}
.policy__content--decoration > *:first-child {
  top: -23px;
  left: 8.3%;
  animation: 13s ease-in-out infinite translate-coin-down;
}
.policy__content--decoration > *:nth-child(2) {
  top: 5px;
  right: 6.9%;
  animation: 10s ease-in-out infinite translate-coin-up;
}
.policy__content--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.policy__content--bottom .global-decoration__light,
.policy__content--bottom .global-decoration__dark {
  position: absolute;
  bottom: -775px;
  left: -10px;
}
.policy__content--bottom .global-decoration__light > *,
.policy__content--bottom .global-decoration__dark > * {
  width: 1966px;
  height: auto;
}
.policy__content--bottom .global-decoration__light g,
.policy__content--bottom .global-decoration__dark g {
  opacity: 0.2;
}
.policy__content--bottom .global-decoration__light path,
.policy__content--bottom .global-decoration__dark path {
  fill-opacity: 0.5;
}
.policy__content--rotate {
  position: absolute;
  bottom: -230px;
  left: -150px;
}
.policy__content--rotate > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.policy__content--rotate > *:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/border-dashed-faq.svg) center center no-repeat;
  animation: 4s ease infinite normal none running pulse;
  background-size: 100% 100%;
  transform: scale(0.95);
}
.policy__content--rotate > *:nth-child(1) {
  width: 207px;
  height: 207px;
  opacity: 0.35;
}
.policy__content--rotate > *:nth-child(1):before {
  animation-delay: 0.1s;
}
.policy__content--rotate > *:nth-child(2) {
  width: 343px;
  height: 343px;
  opacity: 0.24;
}
.policy__content--rotate > *:nth-child(2):before {
  animation-delay: 0.3s;
}
.policy__content--rotate > *:nth-child(3) {
  width: 527px;
  height: 527px;
  opacity: 0.19;
}
.policy__content--rotate > *:nth-child(3):before {
  animation-delay: 0.6s;
}
.policy__content--rotate > *:nth-child(4) {
  width: 750px;
  height: 750px;
  opacity: 0.16;
}
.policy__content--rotate > *:nth-child(4):before {
  animation-delay: 0.9s;
}
.policy__content--rotate > *:nth-child(5) {
  width: 936px;
  height: 936px;
  opacity: 0.13;
}
.policy__content--rotate > *:nth-child(5):before {
  animation-delay: 1.2s;
}
.policy__content--header {
  padding: 0 0 69px;
  width: 100%;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
}

.footer {
  padding: 16px 0;
  background: var(--white-transparent);
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

@keyframes rotate-coin {
  0% {
    transform: rotateY(-30deg) scale(1, 1);
  }
  50% {
    transform: rotateY(30deg) scale(0.97, 0.97);
  }
  100% {
    transform: rotateY(-30deg) scale(1, 1);
  }
}
@keyframes translate-coin-down {
  0% {
    transform: translateY(-10px) rotateY(30deg);
  }
  50% {
    transform: translateY(10px) rotateY(-30deg);
  }
  100% {
    transform: translateY(-10px) rotateY(30deg);
  }
}
@keyframes translate-coin-up {
  0% {
    transform: translateY(10px) rotateY(-30deg);
  }
  50% {
    transform: translateY(-10px) rotateY(30deg);
  }
  100% {
    transform: translateY(10px) rotateY(-30deg);
  }
}
@keyframes button {
  0% {
    transform: scale(1, 1) rotate(-1deg);
  }
  50% {
    transform: scale(0.97, 0.97) rotate(8deg);
  }
  100% {
    transform: scale(1, 1) rotate(-1deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0% {
    box-shadow: 0 4px 5px rgba(90, 201, 148, 0.6), 0 0 0 0 rgba(90, 201, 148, 0.4), 0 0 0 0 rgba(90, 201, 148, 0.4);
  }
  40% {
    box-shadow: 0 4px 5px rgba(90, 201, 148, 0.6), 0 0 0 8px rgba(90, 201, 148, 0.4), 0 0 0 0 rgba(90, 201, 148, 0.4);
  }
  80% {
    box-shadow: 0 4px 5px rgba(90, 201, 148, 0.6), 0 0 0 15px rgba(90, 201, 148, 0), 0 0 0 13px rgba(90, 201, 148, 0.12);
  }
  100% {
    box-shadow: 0 4px 5px rgba(90, 201, 148, 0.6), 0 0 0 15px rgba(90, 201, 148, 0), 0 0 0 20px rgba(90, 201, 148, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.2);
  }
  to {
    transform: scale(0.95);
  }
}
@keyframes light-big {
  0% {
    transform: rotate(135deg) translate(-60%, 60vw);
  }
  36% {
    transform: rotate(135deg) translate(-60%, -60vw);
  }
  100% {
    transform: rotate(135deg) translate(-60%, -60vw);
  }
}
@keyframes scale-boost {
  0% {
    transform: rotate(0deg) scale(1, 1);
  }
  25% {
    transform: rotate(90deg) scale(0.7, 0.7);
  }
  50% {
    transform: rotate(180deg) scale(0.7, 0.7);
  }
  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}
@media (max-width: 1279px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .logo > *:not(.logo__turbine) > * {
    width: 177px;
    height: auto;
  }
  .header .logo__turbine > * {
    width: 74px;
    height: auto;
  }
  .main__decoration > * {
    height: auto;
  }
  .main__decoration > *:first-child {
    width: 100px;
    top: 40px;
    left: 9.5%;
  }
  .main__decoration > *:nth-child(2) {
    width: 120px;
    top: 165px;
    left: -30px;
  }
  .main__decoration > *:nth-child(3) {
    width: 150px;
    top: 345px;
    left: 3%;
  }
  .main__decoration > *:nth-child(4) {
    width: 130px;
    top: 60px;
    right: 4.5%;
  }
  .main__decoration > *:nth-child(5) {
    width: 65px;
    top: 220px;
    right: 4.1%;
  }
  .main__decoration > *:nth-child(6) {
    width: 155px;
    top: 319px;
    right: 1.3%;
  }
  .main__button {
    top: -10px;
  }
  .main__button > * {
    width: 600px;
    height: auto;
  }
  .main__info {
    padding: 175px 0 0;
  }
  .main__info--header {
    font-size: 42px;
  }
  .faq {
    padding: 90px 0 150px;
  }
  .faq .wrapper {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .faq .wrapper > * {
    width: 100%;
  }
  .faq__decoration {
    height: 100%;
  }
  .faq__decoration--question {
    top: calc(100% - 120px);
    left: auto;
    right: 0;
  }
  .faq__decoration--rotate {
    top: 100%;
  }
  .faq__nav > p {
    padding: 0 0 39px;
    font-size: 64px;
    text-align: center;
  }
  .faq__nav ul {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    justify-content: center;
  }
  .faq__content {
    padding: 0 0 0 16px;
  }
  .policy__content--decoration > * {
    height: auto;
  }
  .policy__content--decoration > *:first-child {
    left: -0.7%;
    width: 60px;
  }
  .policy__content--decoration > *:nth-child(2) {
    right: -1.1%;
    top: 20px;
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .main__info .box > span {
    opacity: 1;
    transform: unset;
  }
  body:not(.mobile) .header__info {
    display: none !important;
  }
  body:after {
    pointer-events: none;
    position: absolute;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s all;
    z-index: 5;
  }
  body.open-menu:after {
    background: rgba(0, 0, 0, 0.19);
  }
  .header {
    padding: 36px 0;
  }
  .header__info {
    position: absolute;
    display: none;
    top: -36px;
    left: 0;
    gap: 20px;
    padding: 101px 20px 20px;
    z-index: 5;
    background: var(--gradient-blue);
    border-radius: 0 0 24px 24px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.19);
    justify-content: center;
    z-index: 7;
  }
  .header .logo {
    z-index: 8;
  }
  .menu {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
    flex-direction: column;
    position: relative;
    padding: 0 2px;
    margin: 0 0 0 auto;
    width: 32px;
    height: 32px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
  }
  .menu > span {
    margin: 3px 0;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    transform-origin: -10% 40%;
    background-color: var(--white);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .menu > span:nth-child(2) {
    margin-left: auto;
    width: 14px;
  }
  .menu > span:last-child {
    width: 28px;
  }
  .open-menu .menu > span {
    transform-origin: 27% 40%;
  }
  .open-menu .menu > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .open-menu .menu > span:nth-child(2) {
    display: none;
  }
  .open-menu .menu > span:nth-child(3) {
    width: 28px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 4px 9px 4px 5px;
    font-size: 12px;
  }
  .global-decoration > * > * {
    left: 66%;
    top: 120px;
    width: 1067px;
  }
  .global-decoration > * > * g {
    opacity: 0.5;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 460px;
  }
  .header .logo__turbine > * {
    width: 56px;
  }
  .header .logo > *:not(.logo__turbine) {
    margin: 2px 0 0;
  }
  .header .logo > *:not(.logo__turbine) > * {
    width: 160px;
  }
  .header__info {
    flex-wrap: wrap;
    padding: 106px 20px 20px;
  }
  .header__info > * {
    width: 100%;
  }
  .header__info--support {
    order: 2;
    justify-content: center;
  }
  .header__info--tools {
    justify-content: center;
  }
  .header__info--theme {
    margin: 0;
    margin: 0 112px 0 0;
  }
  .header__info--lang {
    top: auto;
    right: auto;
    left: calc(50% + 39px);
    transform: translateX(-50%);
  }
  .footer {
    padding: 22px 0 23px;
  }
  .main__decoration > *:first-child {
    top: -5px;
    left: 24.5%;
  }
  .main__decoration > *:nth-child(2) {
    top: -15px;
    left: -75px;
  }
  .main__decoration > *:nth-child(3) {
    width: 160px;
    top: 400px;
    left: -8%;
  }
  .main__decoration > *:nth-child(4) {
    width: 120px;
    top: 125px;
    right: 85%;
  }
  .main__decoration > *:nth-child(5) {
    top: 410px;
    right: 17.1%;
  }
  .main__decoration > *:nth-child(6) {
    top: 5px;
    right: 5.3%;
  }
  .main__decoration > *:nth-child(7) {
    display: block;
    top: 275px;
    right: -9.7%;
  }
  .main__button {
    top: 55px;
  }
  .main__button > * {
    width: 460px;
  }
  .main__info {
    padding: 195px 0 0;
    font-size: 14px;
  }
  .main__info--header {
    padding: 0 0 17px;
    font-size: 22px;
  }
  .main__info .box > span {
    padding: 0 6px 24px;
  }
  .main__info a {
    font-size: 20px;
  }
  .faq {
    padding: 125px 0 80px;
  }
  .faq .wrapper {
    gap: 24px 0;
  }
  .faq__decoration--question,
  .faq__decoration .global-decoration__light,
  .faq__decoration .global-decoration__dark {
    display: none;
  }
  .faq__decoration--rotate {
    top: 297px;
    left: 0;
  }
  .faq__decoration--rotate > *:nth-child(1) {
    width: 101px;
    height: 101px;
  }
  .faq__decoration--rotate > *:nth-child(2) {
    width: 168px;
    height: 168px;
  }
  .faq__decoration--rotate > *:nth-child(3) {
    width: 258px;
    height: 258px;
  }
  .faq__decoration--rotate > *:nth-child(4) {
    width: 368px;
    height: 368px;
  }
  .faq__decoration--rotate > *:nth-child(5) {
    width: 458px;
    height: 458px;
  }
  .faq__nav > p {
    padding: 0 0 26px;
    font-size: 32px;
  }
  .faq__nav ul {
    gap: 6px;
  }
  .faq__nav ul li {
    padding: 4px 10px 4px 6px;
    font-size: 14px;
  }
  .faq__nav ul li > *:not(p) {
    width: 24px;
    height: auto;
  }
  .faq__content {
    padding: 0 0 0 9px;
  }
  .faq__content ol li b {
    font-size: 16px;
  }
  .faq__content ol li b:after {
    right: 17px;
    background-size: 26px auto;
  }
  .faq__content ol li p {
    padding: 15px 24px 19px 20px;
    font-size: 14px;
  }
  .faq__content ol li:first-child b {
    padding: 19px 65px 17px 20px;
  }
  .faq__content ol li:nth-child(2n) b {
    padding: 20px 50px 19px 24px;
  }
  .faq__content ol li:nth-child(2n) b:after {
    right: 13px;
  }
  .policy__content {
    padding: 79px 0 35px;
  }
  .policy__content .wrapper > b {
    font-size: 18px;
  }
  .policy__content .wrapper > p {
    padding: 0 5px 45px 0;
    font-size: 14px;
  }
  .policy__content--decoration > *:first-child {
    left: 37.3%;
    width: 90px;
    top: -75px;
  }
  .policy__content--decoration > *:nth-child(2) {
    display: none;
  }
  .policy__content--bottom {
    bottom: auto;
    top: 0;
  }
  .policy__content--bottom .global-decoration__light,
  .policy__content--bottom .global-decoration__dark {
    display: none;
  }
  .policy__content--rotate {
    top: 725px;
    left: 0;
  }
  .policy__content--rotate > *:nth-child(1) {
    width: 101px;
    height: 101px;
  }
  .policy__content--rotate > *:nth-child(2) {
    width: 168px;
    height: 168px;
  }
  .policy__content--rotate > *:nth-child(3) {
    width: 258px;
    height: 258px;
  }
  .policy__content--rotate > *:nth-child(4) {
    width: 368px;
    height: 368px;
  }
  .policy__content--rotate > *:nth-child(5) {
    width: 458px;
    height: 458px;
  }
  .policy__content--header {
    padding: 0 0 34px;
    font-size: 32px;
  }
  @keyframes light-big {
    0% {
      transform: rotate(135deg) translate(-60%, 100vw);
    }
    36% {
      transform: rotate(135deg) translate(-60%, -100vw);
    }
    100% {
      transform: rotate(135deg) translate(-60%, -100vw);
    }
  }
}/*# sourceMappingURL=style.css.map */