@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&family=Lato:wght@300;400;700;900&display=swap");
.opacity0animation {
  opacity: 1;
  position: relative;
}
.opacity0animation::after {
  content: "";
  position: absolute;
  display: block;
  width: 102%;
  height: 110%;
  right: -2px;
  top: -3px;
  background-color: #000;
}

.opacity0animation::after {
  -webkit-animation-name: opacity0animation;
          animation-name: opacity0animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.opacity0animation1::after {
  -webkit-animation-name: opacity0animation;
          animation-name: opacity0animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.opacity0animation2::after {
  -webkit-animation-name: opacity0animation;
          animation-name: opacity0animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opacity0animation {
  0% {
    width: 102%;
  }
  100% {
    width: 0%;
  }
}

@keyframes opacity0animation {
  0% {
    width: 102%;
  }
  100% {
    width: 0%;
  }
}
.upDown-anim {
  bottom: -150px;
  -webkit-animation-name: upDown;
          animation-name: upDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes upDown {
  0% {
    bottom: -150px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes upDown {
  0% {
    bottom: -150px;
  }
  100% {
    bottom: 30px;
  }
}

.upDown-anim--arrow {
  bottom: -35%;
  opacity: 0;
  -webkit-animation-name: upDown--arrow;
          animation-name: upDown--arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes upDown--arrow {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 35%;
    opacity: 1;
  }
}
@keyframes upDown--arrow {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 35%;
    opacity: 1;
  }
}

.glitch {
  display: none;
  background-image: url("../img/brain-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.glitch--green {
  background-image: url("../img/brain-blue.svg");
}

.glitch--blue {
  background-image: url("../img/brain-green.svg");
}

.glitch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.glitch {
  -webkit-animation-name: glitch-anim;
          animation-name: glitch-anim;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes glitch-anim {
  0% {
    opacity: 1;
    transform: translateZ(0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(-5px);
  }
  6% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(5px);
  }
  8% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(-5px);
  }
  9% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(0);
  }
  10% {
    -webkit-clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    transform: translate3d(5px, 0, 0);
  }
  13% {
    -webkit-clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    transform: translateZ(0);
  }
  13.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  15% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    transform: translate3d(5px, 0, 0);
  }
  20% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    transform: translate3d(-5px, 0, 0);
  }
  20.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  25% {
    -webkit-clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    transform: translate3d(-5px, 0, 0);
  }
  30.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  35% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(-5px);
  }
  40% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(5px);
  }
  45% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(-5px);
  }
  50% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(0);
  }
  55% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  60% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    transform: translateZ(0);
    opacity: 1;
  }
  60.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 1;
  }
}

@keyframes glitch-anim {
  0% {
    opacity: 1;
    transform: translateZ(0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(-5px);
  }
  6% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(5px);
  }
  8% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(-5px);
  }
  9% {
    -webkit-clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    clip-path: polygon(0 78%, 100% 78%, 100% 100%, 0 100%);
    transform: translate(0);
  }
  10% {
    -webkit-clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    transform: translate3d(5px, 0, 0);
  }
  13% {
    -webkit-clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    clip-path: polygon(0 54%, 100% 54%, 100% 44%, 0 44%);
    transform: translateZ(0);
  }
  13.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  15% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    transform: translate3d(5px, 0, 0);
  }
  20% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    clip-path: polygon(0 60%, 100% 60%, 100% 40%, 0 40%);
    transform: translate3d(-5px, 0, 0);
  }
  20.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  25% {
    -webkit-clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    clip-path: polygon(0 85%, 100% 85%, 100% 40%, 0 40%);
    transform: translate3d(-5px, 0, 0);
  }
  30.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  35% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(-5px);
  }
  40% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(5px);
  }
  45% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(-5px);
  }
  50% {
    -webkit-clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    clip-path: polygon(0 63%, 100% 63%, 100% 80%, 0 80%);
    transform: translate(0);
  }
  55% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    transform: translate3d(5px, 0, 0);
  }
  60% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    clip-path: polygon(0 10%, 100% 10%, 100% 0, 0 0);
    transform: translateZ(0);
    opacity: 1;
  }
  60.1% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 1;
  }
}
* {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

html, body {
  touch-action: pan-down;
  touch-action: none;
  transition: opacity 0ms ease-in-out;
}

body {
  background-color: #000000;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  color: #fff;
}

h1 {
  margin: 0;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  max-width: 1340px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: scroll;
  margin-bottom: calc(var(--vh, 1vh) * 100);
}

.container {
  width: 100%;
  max-width: 1340px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  margin: 0 auto;
}

.header {
  box-sizing: border-box;
  padding-top: 40px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 10;
}

.header__container {
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.header__title {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}

.header__title a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 278px;
  height: 21px;
}

.header__title a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.burger-btn-icon {
  display: block;
  width: 15px;
  height: 13px;
  background-image: url("../img/brger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-menu {
  width: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: opacity 250ms ease-in-out;
  opacity: 1;
  margin-right: 45px;
}
.header-menu .header-menu__text {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}

.end-block__link-list a {
  transition: opacity 250ms ease-in-out;
  opacity: 1;
}

.header-menu:hover,
.end-block__link-list a:hover {
  transition: opacity 250ms ease-in-out;
  opacity: 0.6;
}

.main-btn {
  width: 89px;
  height: 35px;
  background: #000000;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  text-decoration: none;
}

.intro {
  height: 100%;
  margin-top: 200px;
  position: relative;
  z-index: 2;
}
.intro .container__intro {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.intro .intro__text {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  position: relative;
}
.intro .intro__text-md {
  display: block;
  margin-bottom: 20px;
}

.invest-btn {
  border: 2px solid #fff;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

.diagram {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.diagram .diagram-bold {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.diagram .diagram-bold img {
  width: 100%;
}
.diagram .container__diagram {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.diagram .elem {
  width: 100%;
  position: relative;
}
.diagram .elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.arrow-down {
  position: absolute;
  left: 30px;
  bottom: -35%;
  z-index: 4;
  cursor: pointer;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.arrow-down:hover {
  opacity: 0.6;
  transition: opacity 500ms ease-in-out;
}

.question-btn {
  position: fixed;
  right: 30px;
  width: 180px;
  z-index: 10;
}

.anim-btn {
  background-color: unset;
  background-color: #000;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  transition: background-size 500ms ease-in-out, color 500ms ease-in-out, border-color 500ms ease-in-out;
}

.center-right-left, .center-top-bottom, .center-corner {
  background-position: 50% 50%;
}

.to-left {
  background-position: 100% 50%;
}

.to-right {
  background-position: 0% 50%;
}

.to-top {
  background-position: 50% 100%;
}

.to-bottom {
  background-position: 50% 0%;
}

.center-right-left, .to-left, .to-right {
  background-size: 0% 100%;
}

.center-top-bottom, .to-top, .to-bottom {
  background-size: 100% 0%;
}

.center-corner {
  background-size: 0% 0%;
}

.anim-btn:hover {
  transition: all 500ms ease-in-out;
  background-size: 100% 100%;
  color: #000;
}

.anim-btn--purpl {
  background-image: linear-gradient(#6568F3, #6568F3);
}

.anim-btn--green {
  background-image: linear-gradient(#00AB59, #00AB59);
}

.anim-btn--purpl:hover {
  color: #fff;
  border-color: #6568F3;
  transition: all 500ms ease-in-out;
}

.anim-btn--green:hover {
  color: #fff;
  border-color: #00AB59;
  transition: all 500ms ease-in-out;
}

.opacity0 {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.opacity1 {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.d-none {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  transition: opacity 250ms ease;
}

.pagination__container {
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 60px;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.pagination__container .pagination {
  width: 425px;
  display: flex;
  position: relative;
  z-index: 10;
}
.pagination__container .pagination .pagination__btn {
  width: 50%;
  height: 49px;
  cursor: pointer;
}
.pagination__container .pagination .pagination__btn:nth-child(1) {
  border-right: unset;
}
.pagination__container .pagination .pagination__btn:nth-child(2) {
  border-left: unset;
}
.pagination__container .pagination .pagination__btn--active-prpl {
  background-color: #6568F3;
  border-color: #6568F3;
}
.pagination__container .pagination .pagination__btn--active-green {
  background-color: #00AB59;
  border-color: #00AB59;
}
.pagination__container .pagination .pagination__btn--active:hover {
  background-image: linear-gradient(#fff, #fff);
  border-color: #fff;
}

.brain-block {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.brain-block .brain-block__brain-img {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  z-index: 8;
}
.brain-block .brain-block__container {
  flex-wrap: wrap;
  position: static;
}
.brain-block .brain-block__text {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  max-width: 540px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  transition: bottom 150ms ease-in-out;
}
.brain-block .brain-block__text h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 10px;
}
.brain-block .brain-block__text span {
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
}
.brain-block .brain-block__text-nextY {
  max-width: 800px;
}
.brain-block .brain-block__text-nextXtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  z-index: 10;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.brain-block .brain-block__text-nextX {
  max-width: unset;
  top: 370px;
  bottom: unset;
  right: -230%;
  transition: right 150ms ease-in-out, bottom 150ms ease-in-out;
}
.brain-block .brain-block__text-nextX ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.brain-block .brain-block__text-nextX li {
  width: 550px;
  margin-right: 45px;
}
.brain-block .brain-block__text-nextX h4 {
  margin-bottom: 30px;
}
.brain-block .brain-block__text-nextX span {
  display: block;
  box-sizing: border-box;
  padding-left: 40px;
}
.brain-block .brain-block__candles-img {
  position: relative;
  z-index: 7;
  transition: -webkit-clip-path 500ms ease-out;
  transition: clip-path 500ms ease-out;
  transition: clip-path 500ms ease-out, -webkit-clip-path 500ms ease-out;
}
.brain-block .brain-block__candles-img-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 8;
  width: 100%;
  height: 100%;
}
.brain-block .brain-block__candles-img-wrapper .brain-block__candles-img-visibleElement {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  z-index: 7;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  transition: width 500ms ease-in-out;
  display: none;
}

.brain-block__btn {
  width: 266px;
  height: 55px;
  z-index: 10;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  transition: opacity 500ms ease-in-out;
}
.brain-block__btn--prpl {
  background-color: #6568F3;
  border-color: #6568F3;
}
.brain-block__btn--green {
  width: 389px;
  background-color: #00AB59;
  border-color: #00AB59;
}

.brain-block__btn:hover {
  border-color: #fff;
}

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-mail {
  width: 22px;
  height: 16px;
  background-image: url("../img/icon-mail.svg");
}

.icon-tg {
  width: 22px;
  height: 20px;
}

.icon-viber {
  width: 20px;
  height: 20px;
}

.soc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.soc-list li {
  width: 50px;
  height: 50px;
  background: #000000;
  border: 1px solid #FFFFFF;
}

.soc-list a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.soc-list a path {
  transition: all 500ms ease-in-out;
}

.soc-list a:hover path {
  fill: #000;
  transition: all 500ms ease-in-out;
}

.end-block__start {
  width: 210px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.end-block__btn {
  width: 100%;
  height: 50px;
  margin-bottom: 45px;
}

.end-block__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.end-block__link-list li {
  margin-bottom: 10px;
}

.end-block__link-list li:nth-child(2) {
  margin-bottom: 30px;
}

.end-block__link-list a {
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}

.end-block .end-block__container {
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.end-block__arrow {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

.end-block__arrow img {
  transform: rotate(180deg);
}

.end-block {
  margin-top: 90px;
}

.brain-block__text-first,
.brain-block__text-nextY {
  transform: translateY(100%);
}

.brain-block__text-nextX {
  transform: translateX(100%);
}

@media screen and (max-width: 960px) {
  .brain-block__text-nextX {
    transform: translate(-50%, 100%);
  }
}
.brain-block .brain-block__text-first,
.brain-block .brain-block__text-nextY {
  left: 30px;
}

.end-block__link-list li:last-child {
  margin-bottom: 0;
}

.menu-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 14;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 15;
  background-color: #000;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}

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

.menu h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
  margin: 0;
}

.icon-close {
  cursor: pointer;
  transition: opacity 250ms ease-in-out;
  opacity: 1;
}

.icon-close:hover {
  transition: opacity 250ms ease-in-out;
  opacity: 0.6;
}

.menu .end-block__link-list {
  margin-bottom: 60px;
}

.menu .end-block__link-list li {
  margin-bottom: 15px;
}

.menu .end-block__link-list li:first-child {
  margin-bottom: 60px;
}

.menu .end-block__link-list li:nth-child(2) {
  margin-bottom: 15px;
}

.menu .end-block__link-list li:nth-child(3) {
  margin-bottom: 60px;
}

.menu .end-block__start {
  width: 100%;
  justify-content: unset;
}

.menu .main-btn {
  width: 270px;
  height: 70px;
  margin-right: 30px;
}

.menu .soc-list {
  width: 270px;
}

.menu .soc-list li {
  width: 70px;
  height: 70px;
}

.menu .icon-tg {
  width: 34px;
  height: 29px;
}

.menu .icon-viber {
  width: 30px;
  height: 30px;
}

.menu .icon-mail {
  width: 33px;
  height: 24px;
}

.menu {
  right: -100%;
  transition: right 500ms ease-in-out;
}

.menu--active {
  right: 0;
  transition: right 500ms ease-in-out;
}

.menu-bg {
  right: -100%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.menu--bg-active {
  right: 0%;
  opacity: 0.6;
  transition: opacity 400ms ease-in-out;
}

.menu__title .title {
  display: none;
}

.wrapper-other-page {
  height: 100%;
  overflow: scroll;
  position: relative;
  margin-bottom: 0;
}

.wrapper-other-page::-webkit-scrollbar {
  width: 0;
}

.wrapper-other-page::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar {
  width: 0;
}

.body-other-page .header {
  position: absolute;
}

.other-page {
  margin-top: 130px;
}

.documents__container,
.information__container {
  flex-wrap: wrap;
}

.information__container {
  padding-right: 0;
}

.other-page__title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  margin: 0;
  margin-bottom: 60px;
}

.text-for-title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 90px;
}

.other-page__block {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  position: relative;
  margin-bottom: 90px;
}

.information .other-page__block {
  padding-top: 60px;
  margin-bottom: 90px;
}

.other-page__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.other-page__h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 30px;
}

.other-page__text {
  margin: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 96px;
}

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

.other-page li {
  margin-bottom: 15px;
}

.bordered-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.bordered-text-wrapper a {
  position: relative;
  margin-left: 15px;
}

.documents ul svg {
  margin-right: 15px;
}

.more-items {
  background-color: unset;
  border: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 30px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.more-items:hover {
  opacity: 0.6;
  transition: opacity 250ms ease-in-out;
}

.more-items span {
  color: #fff;
  margin-left: 15px;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
}

.other-page__block--pagination {
  margin-bottom: 210px;
}

.other-page__block--pagination .other-page__h3 {
  margin-bottom: 45px;
}

.other-page__pagination {
  width: 500px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.other-page__pagination button {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.other-page__pagination button:last-child {
  border-left: unset;
}

.other-page__pagination button:first-child {
  border-right: unset;
}

.footer {
  margin-bottom: 40px;
}

.footer__container {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
}

.footer__container::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.footer .title {
  margin-right: 130px;
}

.footer .soc-list {
  width: 160px;
}

.footer .end-block__link-list {
  margin-right: 180px;
}

.footer .end-block__link-list {
  margin-bottom: 15px;
}

.footer .end-block__link-list a {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}

.footer .end-block__link-list li:nth-child(2) {
  margin-bottom: 15px;
}

.list-mail {
  margin-top: 60px;
}

.footer .soc-list li {
  width: 60px;
  height: 60px;
}

.footer .icon-tg {
  width: 30px;
  height: 26px;
}

.footer .icon-viber {
  width: 26px;
  height: 26px;
}

.wrapper-other-page .question-btn {
  bottom: 30px;
  right: 30px;
  position: fixed;
}

p.other-page__text {
  margin: 0;
  margin-bottom: 30px;
}

.information .bordered-text-wrapper {
  margin-bottom: 45px;
  box-sizing: border-box;
  padding-left: 96px;
}

.other-page__h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
}

.other-page__h4 span {
  display: inline-block;
}

.information .other-page__block {
  margin-bottom: 120px;
}

.information .other-page__h3 {
  margin-bottom: 45px;
  display: flex;
}

.bordered-text-wrapper .other-page__text {
  padding-left: 0;
  width: 80%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}

.other-page__block--first .other-page__h4 {
  padding-left: 96px;
}

.other-page__h3 span:first-child {
  width: 30px;
  margin-right: 64px;
}

.other-page__h4 span:first-child {
  width: auto;
  display: inline-block;
  margin-right: 57px;
}

.other-page .classic-list {
  list-style: disc;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  padding-left: 118px;
}

.other-page .information__list {
  margin-bottom: 200px;
}

.investion .other-page__text {
  padding-left: 0;
}

.investion .information__list li {
  margin-bottom: 120px;
}

.bordered-text-wrapper {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.bordered-text-wrapper:hover {
  opacity: 0.6;
  transition: opacity 250ms ease-in-out;
}

.active-blue {
  background-color: #6568F3;
  border-color: #6568F3;
}
.active-green {
  background-color: #00AB59;
  border-color: #00AB59;
}

.more-btn svg {
  transition: transform 250ms ease-in-out;
  transform: rotate(0deg);
}

.more-btn-active svg {
  transition: transform 250ms ease-in-out;
  transform: rotate(180deg);
}

.graf-item-wrapper {
  width: 100%;
  height: 100%;
}

.graf-item {
  opacity: 0;
  transition: all 250ms ease;
}

.graf-item--active {
  opacity: 1;
  transition: all 250ms ease;
}

.brain-block__brain-img-svg {
  width: 100%;
}

.brain-block .brain-block__container {
  position: relative;
}

.brain-block .brain-block__text {
  position: static;
  width: 100%;
  transform: unset;
}

.brain-block .brain-block__text-nextXtitle {
  width: 100%;
  position: fixed;
  top: 230px;
}
@media screen and (max-width: 960px) {
  .brain-block .brain-block__text-nextXtitle {
    top: 193px;
    z-index: 1;
  }
}

.brain-block__text-nextXtitle-tmp {
  display: none;
}
@media screen and (max-width: 960px) {
  .brain-block__text-nextXtitle-tmp {
    display: block;
    height: 52px;
    margin-bottom: 25px;
  }
}

.brain-block .brain-block__text-nextX {
  width: auto;
  max-width: unset;
  position: fixed;
  top: unset;
  bottom: unset;
  right: unset;
  transform: translateX(60%);
}

.brain-block .brain-block__text-nextX--active {
  transform: translateX(-100%);
}

.main {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.brain-blocks-wrapper {
  margin-top: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  transition: all 500ms ease;
}

.brain-blocks-wrapper--active {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.pagination__container {
  position: fixed;
  margin: 0;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.brain-block .brain-block__brain-img {
  position: fixed;
  transform: translateX(87%);
  top: 230px;
}
@media (min-width: 1960px) {
  .brain-block .brain-block__brain-img {
    top: 380px;
  }
}

.brain-block .brain-block__text-nextY {
  margin-bottom: calc(var(--vh, 1vh) * 100 / 2);
  margin-top: calc(var(--vh, 1vh) * 100 / 1.5);
}

.brain-block__btn-wrapper {
  width: 100%;
}

.brain-block__btn {
  position: fixed;
  bottom: 120px;
  opacity: 0;
}

.brain-block {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  box-sizing: border-box;
  padding-top: calc(var(--vh, 1vh) * 100 / 4);
  margin-bottom: calc(var(--vh, 1vh) * 100);
}

.brain-block--active {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.brain-block__text-nextX-wrapper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 * 4);
}
@media screen and (max-width: 960px) {
  .brain-block__text-nextX-wrapper {
    height: auto;
  }
}

.companios .brain-block__text-nextX-wrapper {
  height: calc(var(--vh, 1vh) * 100 * 4);
}
@media screen and (max-width: 960px) {
  .companios .brain-block__text-nextX-wrapper {
    height: auto;
  }
}

.brain-block .brain-block__text-nextX {
  top: 380px !important;
  transition: opacity 500ms ease-in-out;
}

.end-block {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: -200%;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.end-block__container {
  height: 500px;
}

.brain-block__text-first-wrapper {
  width: 100%;
}

.classic-list a {
  color: #fff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
  opacity: 1;
  transition: all 250ms ease-in-out;
}

.classic-list a:hover {
  opacity: 0.6;
  transition: all 250ms ease-in-out;
}

.brain-block .brain-block__text span {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1020px;
  }
  .intro .intro__text {
    font-size: 38px;
    line-height: 49px;
  }
  .question-btn {
    font-size: 16px;
  }
  .header {
    padding-top: 20px;
  }
  .header-menu {
    margin-right: 30px;
  }
  .brain-block .brain-block__candles-img-wrapper {
    width: 100%;
    height: 100%;
  }
  .brain-block .brain-block__candles-img-wrapper img {
    width: 100%;
  }
  .brain-block .brain-block__brain-img {
    width: 489px;
  }
  .brain-block .brain-block__brain-img img {
    width: 100%;
    height: 100%;
  }
  .brain-block .brain-block__text {
    font-size: 27px;
    line-height: 35px;
    max-width: 396px;
  }
  .brain-block .brain-block__text-nextX h4 {
    font-size: 22px;
    line-height: 29px;
    text-align: left;
  }
  .brain-block .brain-block__text-nextX span {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    padding-left: 0;
    text-align: left;
  }
  .brain-block .brain-block__text-nextY {
    max-width: 560px;
  }
  .brain-block .brain-block__text-nextX {
    max-width: unset;
  }
  .pagination__container {
    margin-bottom: 45px;
  }
  .pagination__container .pagination {
    width: 340px;
  }
  .pagination .main-btn {
    font-size: 18px;
    line-height: 23px;
  }
  .brain-block__btn {
    width: 200px;
    font-size: 18px;
    line-height: 23px;
  }
  .brain-block .brain-block__btn--green {
    width: 310px;
  }
  .end-block__link-list a {
    font-size: 27px;
    line-height: 35px;
  }
  .end-block .header__btn {
    display: flex;
  }
  .end-block .end-block__container {
    max-width: 660px;
  }
  .end-block .arrow-down {
    transform: unset;
  }
  .menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu__title {
    margin-bottom: 80px;
  }
  .menu h2 {
    font-size: 38px;
    line-height: 49px;
  }
  .menu .icon-close {
    width: 28px;
    height: 28px;
  }
  .menu .end-block__link-list li:first-child,
.menu .end-block__link-list li:nth-child(3),
.menu .end-block__link-list {
    margin-bottom: 45px;
  }
  .menu .header__btn {
    display: flex;
    width: 210px;
    height: 50px;
  }
  .menu .soc-list {
    width: 210px;
  }
  .menu .soc-list li {
    width: 50px;
    height: 50px;
  }
  .menu .soc-list .icon-tg {
    width: 22px;
    height: 20px;
  }
  .menu .soc-list .icon-viber {
    width: 20px;
    height: 20px;
  }
  .menu .soc-list .icon-mail {
    width: 22px;
    height: 16px;
  }
  .other-page__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  .text-for-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 60px;
  }
  .other-page__block {
    padding-top: 45px;
    margin-bottom: 60px;
  }
  .other-page__block::before {
    width: 45px;
  }
  .other-page__h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
  }
  .other-page__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
  }
  .other-page ul svg {
    width: 15px;
    height: 22px;
    margin-right: 0;
  }
  .more-items span {
    font-size: 18px;
    line-height: 23px;
  }
  .more-items svg {
    width: 15px;
    height: 22px;
  }
  .other-page__block--pagination {
    padding-top: 30px;
    margin-bottom: 180px;
  }
  .other-page__block--pagination .other-page__h3 {
    margin-bottom: 30px;
  }
  .other-page__pagination {
    width: 400px;
    height: 40px;
  }
  .other-page__pagination .main-btn {
    font-size: 18px;
  }
  .footer__container {
    padding-right: 45px;
  }
  .footer .title {
    margin-right: 75px;
  }
  .footer .end-block__link-list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .list-mail {
    margin-top: 30px;
  }
  .footer .soc-list {
    width: 130px;
  }
  .footer .soc-list li {
    width: 50px;
    height: 50px;
  }
  .footer .icon-tg {
    width: 22px;
    height: 20px;
  }
  .footer .icon-viber {
    width: 20px;
    height: 20px;
  }
  .investion .information__list li {
    margin-bottom: 90px;
  }
  .information .other-page__h3 {
    margin-bottom: 30px;
  }
  .information .other-page__h4 {
    margin-bottom: 20px;
  }
  .information .other-page__block {
    margin-bottom: 90px;
  }
  .information .other-page__block {
    padding-top: 45px;
  }
  .other-page .classic-list {
    font-size: 18px;
    line-height: 23px;
  }
  .information .other-page__block--first .other-page__h4 {
    padding-left: 60px;
  }
  .information .other-page__h3 span:first-child {
    margin-right: 30px;
  }
  .information .other-page__text {
    padding-left: 60px;
  }
  .information .bordered-text-wrapper .other-page__text {
    padding-left: 0;
  }
  .information .bordered-text-wrapper {
    padding-left: 60px;
  }
  .information .other-page__h4 span:first-child {
    margin-right: 20px;
  }
  .other-page .classic-list {
    padding-left: 80px;
  }
  .other-page__text--small {
    font-size: 12px;
  }
  .header__title a {
    width: 227px;
    height: 17px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 370px;
  }
  .header__container {
    max-width: 100%;
  }
  .intro .intro__text {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
  }
  .intro__button {
    width: 100%;
    margin-bottom: 10px;
  }
  .intro .and {
    display: block;
    margin-bottom: 10px;
  }
  .arrow-down {
    left: 50%;
    transform: translateX(-50%);
  }
  .intro {
    margin-top: 70px;
  }
  .header__title {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
  }
  .header__btn {
    display: none;
  }
  .header-menu__text {
    display: none;
  }
  .header-menu {
    width: 20px;
    margin: 0;
  }
  .header__container {
    justify-content: space-between;
  }
  .brain-block .brain-block__text-nextX ul {
    flex-wrap: wrap;
    right: unset !important;
    left: 0;
    width: 100%;
  }
  .brain-block .brain-block__text-nextX li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .brain-block .brain-block__text {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }
  .brain-block .brain-block__text span {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
  .brain-block .brain-block__text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }
  .brain-block .brain-block__text-nextY {
    text-align: left;
  }
  .brain-block .brain-block__text-nextY span {
    display: block;
    margin-bottom: 30px;
  }
  .brain-block .brain-block__candles-img-wrapper {
    width: 100%;
    right: unset;
  }
  .brain-block__btn {
    right: unset;
    bottom: 90px;
    width: 90% !important;
    max-width: 345px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 18px;
    max-height: 40px;
  }
  .pagination .main-btn {
    font-size: 14px;
    line-height: 18px;
    max-height: 35px;
  }
  .pagination__container .pagination {
    max-width: 230px;
  }
  .brain-block .brain-block__text {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brain-block .brain-block__text-nextX {
    top: unset !important;
    right: unset !important;
    left: 50%;
  }
  .brain-block .brain-block__text-nextX {
    transform: unset !important;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    top: 0;
  }
  .brain-block .brain-block__text-nextXtitle {
    left: 50%;
    transform: translateX(-50%);
  }
  .brain-block .brain-block__brain-img {
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    z-index: -1;
  }
  .brain-block .brain-block__text {
    font-size: 18px;
  }
  .brain-block__text {
    width: 370px;
  }
  .end-block .end-block__container {
    max-width: 400px;
    justify-content: center;
  }
  .end-block .arrow-down {
    margin-bottom: 45px;
    order: -1;
  }
  .end-block__start {
    order: 2;
  }
  .end-block__link-list {
    text-align: center;
    margin-bottom: 45px;
  }
  .menu .end-block__link-list {
    text-align: left;
  }
  .end-block__link-list a {
    font-size: 22px;
    line-height: 29px;
  }
  .end-block__link-list li:nth-child(2) {
    margin-bottom: 45px;
  }
  .end-block .header__btn {
    margin-bottom: 30px;
  }
  .brain-block .brain-block__text-nextXtitle {
    width: 100%;
    text-align: center;
  }
  .documents__container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .information__container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .other-page__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .text-for-title {
    font-size: 14px;
    line-height: 18px;
  }
  .other-page__block {
    padding-top: 30px;
  }
  .other-page__block::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .other-page__h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
  .other-page__text {
    font-size: 14px;
  }
  .other-page ul svg {
    width: 12px;
    height: 18px;
  }
  .bordered-text-wrapper a {
    margin-left: 10px;
  }
  .bordered-text-wrapper .other-page__text {
    max-width: 90%;
  }
  .more-items span {
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
  }
  .other-page__pagination {
    width: 100%;
  }
  .other-page__pagination .main-btn {
    font-size: 14px;
  }
  .footer__container {
    max-width: 100%;
    flex-wrap: wrap;
    padding-top: 45px;
    justify-content: center;
  }
  .footer__container::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .footer .end-block__link-list {
    width: 100%;
    margin: 0;
  }
  .footer .soc-list {
    margin-top: 45px;
  }
  .other-page__block--pagination {
    margin-bottom: 90px;
  }
  .wrapper-other-page .question-btn {
    bottom: 30px;
    right: 30px;
  }
  .investion .information__list li {
    margin-bottom: 60px;
  }
  .information__list {
    width: 100%;
  }
  .information .other-page__h3 {
    text-align: left;
    align-items: center;
  }
  .information .other-page__h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .other-page .classic-list {
    font-size: 14px;
    line-height: 18px;
  }
  .information .bordered-text-wrapper .other-page__text {
    max-width: 80%;
  }
  .information .other-page__block {
    margin-bottom: 60px;
  }
  .information .other-page__block {
    padding-top: 30px;
  }
  .other-page {
    margin-top: 80px;
  }
  .bordered-text-wrapper {
    align-items: flex-start;
  }
  .active-blue {
    background-image: unset;
    color: #fff !important;
    border-color: #6568F3 !important;
  }
  .active-green {
    background-image: unset;
    color: #fff !important;
    border-color: #00AB59 !important;
  }
  .pagination__container .pagination .pagination__btn--active-green {
    background-image: unset !important;
    color: #fff !important;
    border-color: #00AB59 !important;
  }
  .pagination__container .pagination .pagination__btn--active-prpl {
    background-image: unset !important;
    color: #fff !important;
    border-color: #6568F3 !important;
  }
  .other-page .information__list {
    margin-bottom: 0px;
  }
  .pagination__container {
    margin: 0 !important;
    top: 80px;
  }
  .header__title a {
    width: 165px;
    height: 12px;
  }
  .footer .title {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .menu {
    width: 100%;
  }
  .menu h2 {
    display: none;
  }
  .menu .end-block__link-list {
    text-align: center;
  }
  .menu .end-block__start {
    justify-content: center;
  }
  .menu .header__btn {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .menu__title .title {
    display: block;
  }
  .menu .icon-close {
    width: 16px;
    height: 16px;
  }
  .menu .menu__title {
    margin-bottom: 130px;
  }
  .opacity0animation::after {
    width: 132%;
    height: 110%;
    right: -55px;
    top: -3px;
  }
  .container {
    padding-left: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 420px) {
  .brain-block__text {
    width: 100%;
  }
}
@media screen and (max-height: 800px) {
  .pagination__container {
    margin-bottom: 30px;
  }
  .question-btn {
    font-size: 14px;
    right: 20px;
    width: 140px;
  }
  .arrow-down {
    display: none;
  }
}
@media (max-height: 800px) and (min-width: 960px) {
  .arrow-down {
    display: flex;
  }
  .brain-block .brain-block__text-nextX {
    top: 270px;
  }
  .intro {
    margin-top: 80px;
  }
  .header {
    padding-top: 20px;
  }
}
@media (min-height: 800px) {
  .wrapper {
    min-height: 800px;
  }
}
.brain-block__text-nextXtitle-mobile {
  visibility: hidden;
  color: red;
  position: relative !important;
  top: -35px !important;
  left: unset !important;
  transform: unset !important;
  transition: all 250ms ease-in-out;
}/*# sourceMappingURL=style.css.map */