:root {
  --body-bg-color: #03010f;
  --body-font-color: #fff;
  --burger: #fff;
  --bg-switcher: url(../img/light.svg) no-repeat;
  --logo: url(../img/logo_white.png) no-repeat;
  --header__lang: 6px solid #fff;
  --border: 1px solid hsla(0, 0%, 100%, .12);
  --gradient: radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .13) 0, rgba(250, 255, 254, .04) 100%);
}
:root[theme='dark'] {
  --body-bg-color: #fff;
  --body-font-color: #03010f;
  --burger: #27e8b9;
  --bg-switcher: url(../img/dark.svg) no-repeat;
  --logo: url(../img/logo_dark.png) no-repeat;
  --header__lang: 6px solid #000;
  --border: 1px solid hsl(165deg 81% 53% / 29%);
  --gradient: radial-gradient(100% 100% at 0 0, rgb(146 255 233 / 45%) 0, rgba(250, 255, 254, .04) 100%);
}
.logo_wb {
  background: var(--logo);
  background-size: contain;
}


body.dark .accounts__item--btn:hover {
  color: #000;
}

.form__input svg,
.logo img,
.logo picture,
.logo svg,
.main__graph img,
.main__graph picture,
.main__graph svg,
.mockup__img img,
.mockup__img picture,
.mockup__img svg,
.tool__anim img,
.tool__anim picture,
.tool__anim svg,
.tool__graph img,
.tool__graph picture,
.tool__graph svg,
.tool__item--title img,
.tool__item--title picture,
.tool__item--title svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

html {
  box-sizing: border-box
}

*,
:after,
:before {
  box-sizing: border-box !important;
  outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  cursor: default
}

span {
  cursor: default
}

h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1
}

@media screen and (min-width:1140px) {
  h2 {
    font-size: 50px
  }
}

h3 {
  font-size: 20px;
  line-height: 25px
}

@media screen and (min-width:1140px) {
  h3 {
    font-size: 40px;
    line-height: 53px
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}

a,
a:active {
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}

a span {
  cursor: pointer
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

button,
input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  font-family: inherit;
  font-size: inherit
}

button,
button span,
input[type=submit] {
  cursor: pointer
}

button:disabled span {
  cursor: default
}

hr {
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0
}

::selection {
  background: #03010f;
  color: #27e8b9
}

::-moz-selection {
  background: #03010f;
  color: #27e8b9
}

body {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  font-family: GothamPro;
  color: var(--body-font-color);
  background: var(--body-bg-color);
  font-size: 12px;
  line-height: 16.8px
}

@media screen and (min-width:710px) {
  body {
    line-height: 16.8px
  }
}

@media screen and (min-width:1140px) {
  body {
    font-size: 16px;
    line-height: 22.4px
  }
}

.no-scroll {
  overflow: hidden
}

.body-wrapper {
  position: relative;
  overflow: hidden !important;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.content {
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (min-width:1140px) {
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 30px, 0)
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #000
}

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

@media screen and (min-width:710px) {
  .container {
    padding: 0 29px;
    max-width: 768px
  }
}

@media screen and (min-width:1140px) {
  .container {
    max-width: 1198px
  }
}

.logo {
  display: block;
  width: 124px;
  height: 36.86px
}

@media screen and (min-width:1140px) {
  .logo {
    width: 148.03px;
    height: 44px
  }
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #27e8b9;
  color: #0c0f1a;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: GothamPro, sans-serif;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #27e8b9;
  transition: all .3s ease-in-out
}

.btn.dark,
.btn:hover {
  background-color: transparent;
  color: #fff
}

.btn.dark:hover {
  color: #000;
  background: #27e8b9
}

@media screen and (min-width:1140px) {
  .btn {
    padding: 12px 16px;
    border-radius: 8px
  }
}

.title {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 32px;
  line-height: 36.8px
}

@media screen and (min-width:710px) {
  .title {
    font-size: 34px;
    line-height: 39.1px
  }
}

@media screen and (min-width:1140px) {
  .title {
    font-size: 60px;
    line-height: 63px
  }
}

.h2 {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 30px;
  line-height: 36px
}

@media screen and (min-width:710px) {
  .h2 {
    font-size: 44px;
    line-height: 52.8px
  }
}

@media screen and (min-width:1140px) {
  .h2 {
    font-size: 70px;
    line-height: 84px
  }
}

.h3 {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 22px;
  line-height: 1
}

@media screen and (min-width:1140px) {
  .h3 {
    font-size: 36px
  }
}

.text {
  font-size: 12px;
  line-height: 16.8px;
  opacity: .7
}

@media screen and (min-width:710px) {
  .text {
    line-height: 16.8px
  }
}

@media screen and (min-width:1140px) {
  .text {
    font-size: 16px;
    line-height: 22.4px
  }
}

.menu {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .13) 0, rgba(250, 255, 254, .04) 100%);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  color: #fff;
  visibility: hidden;
  transition: all .6s ease-in-out;
  transform: translateY(-100%)
}

.menu.active {
  visibility: visible;
  transform: translateY(0)
}

@media screen and (min-width:710px) {
  .menu {
    max-height: 534px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 41px
  }
}

.menu__btns {
  position: relative !important;
  margin-bottom: 40px  !important;
  right: unset !important;
  top: unset !important;
}

@media screen and (min-width:710px) {
  .menu__btns {
    position: absolute;
    right: unset;
    left: 30px
  }
}

.menu__btns a {
  width: 125px;
  font-family: GothamPro-Bold, sans-serif
}

.menu__btns a:first-of-type {
  margin-right: 12px;
  background: transparent;
  color: var(--body-font-color);
  width: 125px
}

.menu__btns a:first-of-type:hover {
  background: #27e8b9;
  color: #000
}

.menu__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px
}

.menu__contacts a {
  margin-bottom: 25px
}

.menu__contacts a:last-of-type {
  margin-bottom: unset
}

@media screen and (min-width:710px) {
  .menu__contacts {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 76px
  }
}

.menu__menu li {
  text-align: center;
  margin-bottom: 25px
}

.menu__menu li:last-of-type {
  margin-bottom: unset
}

.menu__menu li a {
  font-size: 14px;
  line-height: 13px
}

@media screen and (min-width:710px) {
  .menu__menu li {
    text-align: left
  }
}

.header {
  z-index: 100;
  padding-top: 28px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out
}

@media screen and (min-width:1140px) {
  .header {
    padding-top: 75px
  }
}

.header--fixed {
  background-color: var(--body-bg-color);
  padding: 16px 0
}

@media screen and (min-width:1140px) {
  .header--fixed {
    padding-top: 24px
  }
}

.header__logo {
  transition: all .3s ease-in-out;
  flex-shrink: 0;
}

.header__logo.active {
  opacity: 1
}

@media screen and (min-width:710px) {
  .header__logo.active {
    opacity: 1
  }
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__log {
  display: block;
  position: relative
}

.header__log:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 60%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #fff
}

.header__log svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: #fff
}

.header__lang {
  position: relative;
}

@media screen and (min-width:1140px) {
  .header__lang {
    display: block;
    text-transform: uppercase
  }
  .header nav {
      padding-left: 60px;
  }
}

.header__lang span {
  position: relative;
  cursor: pointer
}

.header__lang span:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 5px;
  border: 6px solid transparent;
  border-top: var(--header__lang);
}

.header__lang .menu-lang-container {
  display: none;
  cursor: pointer
}

.header__lang ul {
  position: absolute;
  /* top: 25px; */
  left: 0;
  padding: 14px;
  background: radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .11) 0, rgba(250, 255, 254, .03) 100%);
  border: 1px solid hsla(0, 0%, 100%, .12);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 8px;
  cursor: pointer
}

.header__lang ul li {
  cursor: pointer;
  opacity: .4;
  transition: all .3s ease-in-out;
  padding-bottom: 8px
}

.header__lang ul li:hover {
  opacity: 1;
  color: #27e8b9
}

.header__lang ul li:last-of-type {
  padding-bottom: unset
}

.header__menu {
  display: none
}

.header__menu li a {
  transition: all .3s ease-in-out;
  white-space: nowrap;
}

.header__menu li a:hover {
  color: #27e8b9
}

@media screen and (min-width:1140px) {
  .header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .header__menu li a {
    padding: 0 15px;
    font-size: 15px;
    line-height: 14px
  }
}

.header__btns {
  display: none
}

.header__btns a:first-of-type {
  transition: all .3s ease-in-out
}

.header__btns a:first-of-type:hover {
  background-color: #27e8b9;
  color: #000
}

@media screen and (min-width:1140px) {
  .header__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
  }

  .header__btns a {
    font-family: GothamPro-Bold, sans-serif;
    height: 46px
  }

  .header__btns a:first-of-type {
    margin-right: 12px;
    background-color: transparent;
    color: var(--body-font-color);
    border: 1px solid #27e8b9;
    width: 115px
  }
}

.header__burger {
  z-index: 12;
  width: 40px;
  height: 40px;
  background-color: inherit;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header__burger span {
  cursor: pointer;
  height: 2px;
  transition: all .5s ease-in-out;
  width: 30px;
  position: relative;
  background-color: var(--body-font-color);
}

.header__burger span:before {
  top: -8px
}

.header__burger span:after,
.header__burger span:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--body-font-color);
  transition: all .2s ease-in-out;
  position: absolute
}

.header__burger span:after {
  margin: 0 auto;
  bottom: -8px
}

.header__burger.active span {
  background-color: unset
}

.header__burger.active span:before {
  transform: rotate(45deg)
}

.header__burger.active span:after,
.header__burger.active span:before {
  width: 30px;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  background-color: var(--body-font-color)
}

.header__burger.active span:after {
  transform: rotate(-45deg)
}

@media screen and (min-width:1140px) {
  .header__burger {
    display: none
  }
}

.main {
  padding-top: 120px;
  position: relative
}

.main:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30%;
  display: none;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1;
  pointer-events: none
}

@media screen and (min-width:710px) {
  .main:after {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .main:after {
    bottom: -40%;
    right: 0;
    opacity: 1
  }
}

@media screen and (min-width:1140px) {
  .main {
    padding-top: 250px
  }
}

.main__inner {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:710px) {
  .main__inner {
    width: 345px
  }
}

@media screen and (min-width:1140px) {
  .main__inner {
    width: 550px
  }
}

.main__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px
}

@media screen and (min-width:710px) {
  .main__top {
    margin-bottom: 22px
  }
}

@media screen and (min-width:1140px) {
  .main__top {
    margin-bottom: 38px
  }
}

.main__subtitle {
  margin-top: 20px;
  line-height: 18px
}

@media screen and (min-width:710px) {
  .main__subtitle {
    margin-top: 20px
  }
}

@media screen and (min-width:1140px) {
  .main__subtitle {
    margin-top: 30px
  }

  .main__subtitle p {
    opacity: .7
  }
}

.main__btns {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.main__btns input {
  background: hsla(0, 0%, 100%, .05);
  border: 1px solid hsla(0, 0%, 100%, .5);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 17px 23px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 13px;
  line-height: 12px;
  color: #fff
}

.main__btns input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 12px;
  color: #fff
}

.main__btns input::-moz-placeholder {
  font-size: 13px;
  line-height: 12px;
  color: #fff
}

.main__btns input:-ms-input-placeholder,
.main__btns input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 12px;
  color: #fff
}

.main__btns input::placeholder {
  font-size: 13px;
  line-height: 12px;
  color: #fff
}

.main__btns button {
  font-family: GothamPro-Bold, sans-serif;
  width: 100%
}

@media screen and (min-width:710px) {
  .main__btns {
    margin-top: 40px;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .main__btns input {
    width: 195px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: unset
  }

  .main__btns button {
    height: 40px;
    width: 160px
  }
}

@media screen and (min-width:1140px) {
  .main__btns {
    margin-top: 82px
  }

  .main__btns input {
    height: 46px;
    width: 240px
  }

  .main__btns button {
    height: 46px
  }
}

.main__graph {
  display: block;
  width: 100%;
  height: 251px;
  margin-top: 50px
}

@media screen and (min-width:710px) {
  .main__graph {
    width: 404px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(10%);
    margin-top: unset;
    height: 350px
  }
}

@media screen and (min-width:1140px) {
  .main__graph {
    width: 636px;
    height: 549px;
    top: 250px;
    bottom: unset;
    right: unset;
    z-index: 2
  }
}

.about {
  padding-top: 70px;
  position: relative
}

.about:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  display: none;
  width: 398px;
  height: 398px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1
}

@media screen and (min-width:710px) {
  .about:before {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .about:before {
    opacity: .7
  }
}

@media screen and (min-width:710px) {
  .about {
    padding-top: 130px
  }
}

@media screen and (min-width:1140px) {
  .about {
    padding-top: 279px
  }
}

.about .container,
.about__title {
  position: relative;
  z-index: 3
}

.about__title {
  margin-bottom: 30px
}

@media screen and (min-width:710px) {
  .about__title {
    margin-bottom: 50px
  }
}

@media screen and (min-width:1140px) {
  .about__title {
    margin-bottom: 70px
  }
}

.about__list {
  display: grid;
  row-gap: 15px;
  position: relative;
  z-index: 3
}

@media screen and (min-width:710px) {
  .about__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px
  }
}

@media screen and (min-width:1140px) {
  .about__list {
    column-gap: 30px
  }
}

.about__item {
  padding: 18px 20px;
  padding-bottom: 30px;
  border-radius: 10px;
  border: var(--border);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .13) 0, rgba(250, 255, 254, .04) 100%);
  position: relative;
  overflow: hidden
}

.about__item:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -30px;
  right: -5px;
  z-index: 1;
  background: url(../img/about3.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .6
}

@media screen and (min-width:710px) {
  .about__item:after {
    width: 80px;
    height: 130px
  }
  
}

@media screen and (min-width:1140px) {
  .about__item:after {
    width: 106px;
    height: 174px
  }
  
}

.about__item:nth-of-type(5):after {
  display: block
}

.about__item:nth-of-type(6):after {
  display: block;
  background: url(../img/about6.png)
}

.about__item:nth-of-type(7):after {
  display: block;
  background: url(../img/about7.png);
  bottom: -55px
}

.about__item:nth-of-type(8):after {
  display: block;
  background: url(../img/about3.png)
}

.about__item--title {
  font-size: 16px;
  line-height: 19.2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}

.about__item--title img,
.about__item--title picture,
.about__item--title svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px
}

@media screen and (min-width:1140px) {
  .about__item--title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1;
    -ms-flex-pack: unset;
    justify-content: unset
  }
}

.about__item--subtitle {
  opacity: .7
}

@media screen and (min-width:710px) {

  .about__item:nth-of-type(7),
  .about__item:nth-of-type(8),
  .about__item:nth-of-type(9) {
    grid-column: span 2;
    padding-bottom: 46px
  }
}

@media screen and (min-width:1140px) {
  .about__item {
    padding: 30px 27px
  }

  .about__item:nth-of-type(7),
  .about__item:nth-of-type(8),
  .about__item:nth-of-type(9) {
    padding-bottom: 76px
  }
  
}

.tool {
  padding-top: 130px;
  position: relative
}

.tool:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-25%);
  display: none;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1
}

@media screen and (min-width:710px) {
  .tool:before {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .tool:before {
    opacity: .5
  }
}

@media screen and (min-width:710px) {
  .tool {
    padding-top: 137px
  }
}

@media screen and (min-width:1140px) {
  .tool {
    padding-top: 220px
  }
}

.tool .container {
  position: relative;
  z-index: 3
}

.tool__anim {
  position: absolute;
  top: 50px;
  height: 30px;
  width: 100px;
  z-index: 2
}

.tool__anim,
.tool__anim img,
.tool__anim picture,
.tool__anim svg {
  display: block
}

.tool__anim:first-of-type {
  left: -20px;
  top: 150px;
  transform: rotate(-15deg);
  opacity: .8
}

@media screen and (min-width:710px) {
  .tool__anim:first-of-type {
    top: 250px
  }
}

@media screen and (min-width:1140px) {
  .tool__anim:first-of-type {
    transform: rotate(20deg);
    left: 126px;
    top: 350px
  }
}

.tool__anim:nth-of-type(2) {
  top: 90px;
  right: 0;
  transform: rotate(15deg)
}

@media screen and (min-width:710px) {
  .tool__anim:nth-of-type(2) {
    right: 168px
  }
}

@media screen and (min-width:1140px) {
  .tool__anim:nth-of-type(2) {
    right: 400px
  }
}

.tool__anim:nth-of-type(3) {
  display: none;
  opacity: .5;
  transform: rotate(-15deg)
}

@media screen and (min-width:710px) {
  .tool__anim:nth-of-type(3) {
    display: block;
    top: 280px;
    right: 30px
  }
}

@media screen and (min-width:1140px) {
  .tool__anim:nth-of-type(3) {
    opacity: .9
  }
}

@media screen and (min-width:1140px) {
  .tool__anim {
    height: 57px;
    width: 188px
  }
}

.tool__title {
  margin-bottom: 40px
}

@media screen and (min-width:710px) {
  .tool__title {
    margin-bottom: 109px;
    text-align: center
  }
}

.tool__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  position: relative;
  z-index: 3
}

@media screen and (min-width:710px) {
  .tool__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 22px
  }
}

@media screen and (min-width:1140px) {
  .tool__list {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px
  }
}

.tool__item {
  padding: 20px;
  border-radius: 10px;
  border: var(--border);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .13) 0, rgba(250, 255, 254, .04) 100%)
}

@media screen and (min-width:710px) {
  .tool__item {
    padding: 15px 25px;
    padding-bottom: 36px
  }
}

.tool__item--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: GothamPro-Bold, sans-serif;
  font-size: 16px;
  line-height: 1
}

.tool__item--title img,
.tool__item--title picture,
.tool__item--title svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  margin-right: 20px
}

@media screen and (min-width:1140px) {
  .tool__item--title {
    font-size: 20px
  }

  .tool__item--title img,
  .tool__item--title picture,
  .tool__item--title svg {
    width: 50px;
    height: 50px
  }
}

.tool__item--subtitle {
  margin-top: 18px;
  opacity: .7;
  width: 100%;
  max-width: 819px
}

@media screen and (min-width:1140px) {

  .tool__item:nth-of-type(4),
  .tool__item:nth-of-type(5),
  .tool__item:nth-of-type(6) {
    grid-column: span 3
  }
}

.tool__graph {
  display: none
}

@media screen and (min-width:710px) {
  .tool__graph {
    display: block;
    width: 710px;
    height: 187px;
    margin-top: 30px
  }
}

@media screen and (min-width:1140px) {
  .tool__graph {
    width: 1184px;
    height: 308.5px
  }
}

.accounts {
  padding-top: 80px;
  position: relative
}

.accounts:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1
}

@media screen and (min-width:710px) {
  .accounts:before {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .accounts:before {
    opacity: 1
  }
}

@media screen and (min-width:710px) {
  .accounts {
    padding-top: 130px
  }
}

@media screen and (min-width:1140px) {
  .accounts {
    padding-top: 117px
  }
}

.accounts__title {
  margin-bottom: 50px
}

@media screen and (min-width:1140px) {
  .accounts__title {
    margin-bottom: 72px
  }
}

.accounts__slider {
  position: relative;
  width: 273px !important;
  margin: 0 auto
}

@media screen and (min-width:1140px) {
  .accounts__slider {
    display: none
  }
}

.accounts__next,
.accounts__prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  border-radius: 12px;
  background: #27e8b9;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 10
}

.accounts__next svg,
.accounts__prev svg {
  fill: #fff;
  width: 8px;
  height: 13px
}

.accounts__next {
  left: unset;
  right: -15px
}

.accounts__next svg {
  transform: rotate(180deg)
}

.accounts__list {
  display: none;
  z-index: 3;
  position: relative
}

@media screen and (min-width:1140px) {
  .accounts__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px
  }
}

.accounts__item {
  position: relative;
  border: var(--border);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 10px;
  background: radial-gradient(100% 100% at 0 0, rgba(250, 255, 254, .13) 0, rgba(250, 255, 254, .04) 100%);
  padding: 28px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 273px !important
}

@media screen and (min-width:710px) {
  .accounts__item {
    transition: all .6s ease-in-out;
    opacity: .3
  }

  .accounts__item.swiper-slide-active {
    opacity: 1;
    margin-top: -20px
  }
}

@media screen and (min-width:1140px) {
  .accounts__item {
    opacity: 1;
    width: unset !important;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .accounts__item:nth-of-type(5),
  .accounts__item:nth-of-type(6),
  .accounts__item:nth-of-type(7) {
    grid-column: span 4;
    padding: 32px 50px;
    padding-bottom: 40px;
    -ms-flex-align: center;
    align-items: center
  }

  .accounts__item:nth-of-type(5) .accounts__item--roll,
  .accounts__item:nth-of-type(6) .accounts__item--roll,
  .accounts__item:nth-of-type(7) .accounts__item--roll {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 110px;
    width: 100%
  }

  .accounts__item:nth-of-type(5) .accounts__item--subtitle,
  .accounts__item:nth-of-type(6) .accounts__item--subtitle,
  .accounts__item:nth-of-type(7) .accounts__item--subtitle {
    text-align: center
  }

  .accounts__item:nth-of-type(5) .accounts__item--btn,
  .accounts__item:nth-of-type(6) .accounts__item--btn,
  .accounts__item:nth-of-type(7) .accounts__item--btn {
    width: 223px
  }
}

.accounts__item--letter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: #27e8b9;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 10px 0 10px;
  text-transform: uppercase
}

.accounts__item--title {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 32px;
  line-height: 1;
  padding-bottom: 12px
}

.accounts__item--subtitle {
  font-size: 16px;
  line-height: 19.2px;
  opacity: .9;
  margin-bottom: 42px
}

@media screen and (min-width:1140px) {
  .accounts__item--subtitle {
    width: 100%
  }
}

.accounts__item--roll {
  border-top: 1px solid hsla(0, 0%, 87%, .2);
  padding-top: 22px;
  margin-bottom: 47px;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.accounts__item--roll li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 21px;
  line-height: 1
}

.accounts__item--roll li p {
  font-size: 11px;
  opacity: .7
}

.accounts__item--roll li span {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 13px
}

.accounts__item--btn {
  font-family: GothamPro-Bold, sans-serif;
  width: 100%
}

.accounts__item--text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 14.3px;
  text-align: center
}

@media screen and (min-width:1140px) {
  .accounts__item--text {
    width: 100%
  }
}

.mockup {
  padding-top: 90px;
  position: relative
}

.mockup:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  display: none;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1
}

@media screen and (min-width:710px) {
  .mockup:before {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .mockup:before {
    opacity: 1
  }
}

@media screen and (min-width:710px) {
  .mockup {
    padding-top: 157px
  }
}

@media screen and (min-width:1140px) {
  .mockup {
    padding-top: 203px
  }
}

.mockup .container {
  position: relative;
  z-index: 3
}

.mockup__title {
  margin-bottom: 40px
}

@media screen and (min-width:710px) {
  .mockup__title {
    margin-bottom: 60px
  }
}

@media screen and (min-width:1140px) {
  .mockup__title {
    margin-bottom: 78px;
    width: 716px
  }
}

@media screen and (min-width:710px) {
  .mockup__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.mockup__info--col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:710px) {
  .mockup__info--col {
    -ms-flex-align: unset;
    align-items: unset;
    width: 290px;
    margin-left: 53px
  }
}

@media screen and (min-width:1140px) {
  .mockup__info--col {
    width: 520px;
    margin-left: 80px
  }
}

.mockup__img {
  display: block;
  width: 100%;
  height: 259px;
  margin: 0 auto;
  margin-bottom: 50px
}

@media screen and (min-width:710px) {
  .mockup__img {
    margin: unset;
    width: 312px;
    height: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

@media screen and (min-width:1140px) {
  .mockup__img {
    width: 458px;
    height: 337px
  }
}

.mockup__subtitle {
  font-size: 16px;
  line-height: 20.8px;
  font-family: GothamPro-Bold, sans-serif;
  margin-bottom: 30px
}

@media screen and (min-width:710px) {
  .mockup__subtitle {
    margin-bottom: 36px;
    line-height: 24px;
    font-size: 22px;
    line-height: 28.6px
  }
}

.mockup__link {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  width: 290px
}

.mockup__link,
.mockup__link a {
  -ms-flex-align: center;
  align-items: center
}

.mockup__link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: var(--border);
  padding: 11px 0;
  height: 44px;
  width: 140px;
  font-size: 12px;
  line-height: 11px;
  white-space: nowrap;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.mockup__link a img,
.mockup__link a picture,
.mockup__link a svg {
  margin-left: 10px;
  width: 19px;
  height: 19px;
  transition: all .3s ease-in-out;
  fill: var(--body-font-color);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mockup__link a:hover {
  color: #000;
  background-color: #27e8b9
}

.mockup__link a:hover svg {
  fill: #000
}

@media screen and (min-width:1140px) {
  .mockup__link {
    column-gap: 20px;
    width: 480px
  }

  .mockup__link a {
    width: 230px
  }
}

.mockup__text {
  margin-top: 40px;
  line-height: 18px
}

@media screen and (min-width:710px) {
  .mockup__text {
    margin-top: 50px
  }
}

@media screen and (min-width:1140px) {
  .mockup__text {
    margin-top: 70px;
    font-size: 16px;
    line-height: 24px
  }
}

.steps {
  padding-top: 100px;
  position: relative
}

.steps:before {
  content: "";
  position: absolute;
  top: 10%;
  right: -30%;
  display: none;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #a3f5e1;
  opacity: .4;
  filter: blur(800px);
  z-index: 1
}

@media screen and (min-width:710px) {
  .steps:before {
    display: block
  }
}

@media screen and (min-width:1140px) {
  .steps:before {
    opacity: 1
  }
}

@media screen and (min-width:1140px) {
  .steps {
    padding-top: 174px
  }
}

.steps .container {
  position: relative;
  z-index: 3
}

.steps__title {
  margin-bottom: 70px
}

@media screen and (min-width:710px) {
  .steps__title {
    margin-bottom: 80px
  }
}

@media screen and (min-width:1140px) {
  .steps__title {
    margin-bottom: 113px
  }
}

.steps__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px
}

@media screen and (min-width:710px) {
  .steps__list {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px
  }
}

@media screen and (min-width:1140px) {
  .steps__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 40px
  }
}

.steps__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--gradient);
  border-radius: 10px;
  padding: 35px 25px;
  padding-bottom: 25px;
  font-family: GothamPro-Bold, sans-serif;
  cursor: default
}

.steps__item:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../img/step-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1
}

@media screen and (min-width:1140px) {
  .steps__item:after {
    width: 670px
  }
}

@media screen and (min-width:710px) {
  .steps__item {
    padding-right: 22px
  }
}

@media screen and (min-width:1140px) {
  .steps__item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px
  }
}

.steps__item--title {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 12px
}

@media screen and (min-width:1140px) {
  .steps__item--title {
    font-size: 30px;
    line-height: 36px
  }
}

.steps__item--count {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  font-size: 32px;
  line-height: 38.4px;
  color: var(--body-font-color);
  opacity: .3
}

@media screen and (min-width:1140px) {
  .steps__item--count {
    font-size: 40px;
    line-height: 48px
  }
}

.steps__item--btn {
  font-family: GothamPro-Bold, sans-serif
}

.steps__item.active {
  border: 1px solid rgba(39, 232, 185, .7)
}

.steps__item.active .steps__item--count {
  color: #27e8b9;
  opacity: 1
}

.steps__item:first-of-type:after {
  display: none
}

.steps__item:first-of-type .steps__item--title {
  margin-bottom: 20px
}

@media screen and (min-width:1140px) {
  .steps__item:first-of-type .steps__item--title {
    margin-bottom: unset
  }
}

@media screen and (min-width:1140px) {
  .steps__item:nth-of-type(2):after {
    display: none
  }

  .steps__item:nth-of-type(3),
  .steps__item:nth-of-type(4),
  .steps__item:nth-of-type(5) {
    padding: 62px 45px;
    grid-column: span 2
  }

  .steps__item:nth-of-type(3) br,
  .steps__item:nth-of-type(4) br,
  .steps__item:nth-of-type(5) br {
    display: none
  }

  .steps__item:nth-of-type(3):after,
  .steps__item:nth-of-type(4):after,
  .steps__item:nth-of-type(5):after {
    display: block
  }
}

.textblock {
  padding-bottom: 90px
}

.textblock__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start
}

.textblock__title {
  padding-bottom: 43px
}

.textblock__subtitle {
  opacity: .7;
  font-size: 17px;
  line-height: 24px
}

.textcard {
  padding-bottom: 90px;
  position: relative;
  z-index: 3
}

.textcard__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.textcard__title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 36px
}

.textcard__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 35px;
  padding-bottom: 45px;
  background: hsla(0, 0%, 100%, .04);
  border: 1px solid hsla(0, 0%, 100%, .12);
  border-radius: 20px
}

.textcard__card--title {
  width: 100%;
  padding-bottom: 32px;
  margin-top: 45px
}

.textcard__card--title:first-of-type {
  margin-top: unset
}

.textcard__card--subtitle {
  font-size: 12px;
  line-height: 11px;
  opacity: .7
}

.textcard__card--line {
  display: block;
  width: 100%;
  height: 1px;
  opacity: .2;
  background: #fff;
  margin-top: 17px;
  margin-bottom: 24px
}

.textcard__card--text {
  font-size: 12px;
  line-height: 11px;
  opacity: 1;
  color: #fff
}

.textcard__card .half {
  display: inline;
  width: 50%
}

.textcard__text {
  font-size: 16px;
  line-height: 24px;
  padding-top: 60px
}

.textcard__text li {
  padding-bottom: 20px
}

.policy h3 {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 37px
}

.policy p {
  font-size: 16px;
  line-height: 24px
}

.policy h6 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 21px
}

.table {
  margin-bottom: 90px
}

.table__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px
}

.table__menu li {
  font-size: 20px;
  line-height: 24px;
  opacity: .5;
  margin-right: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid inherit;
  font-family: GothamPro-Bold, sans-serif;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.table__menu li:last-of-type {
  margin-right: unset
}

.table__menu li.active,
.table__menu li:hover {
  opacity: 1;
  border-bottom: 1px solid #27e8b9
}

.table__content {
  display: none;
  transition: all .3s ease-in-out;
  font-size: 12px;
  line-height: 16px
}

.table__content.active {
  display: block
}

.table th {
  background: inherit !important;
  opacity: .7;
  color: #fff;
  font-size: 12px;
  line-height: 11px;
  white-space: nowrap;
  padding-bottom: 17px !important
}

.table .tablepress .row-hover tr:hover td {
  background: unset !important
}

.table .dataTables_wrapper {
  border: var(--border);
  border-radius: 20px;
  padding: 35px 30px 35px 35px;
  background: hsla(0, 0%, 100%, .04)
}

.table .column7 {
  font-size: 13px;
  line-height: 13px;
  padding: 9px 17px;
  border: 1px solid #27e8b9;
  border-radius: 8px
}

.table tr {
  padding: 8px
}

.table tr.row-2 {
  padding-top: 9px
}

.table .dataTables_paginate.paging_simple {
  display: none !important
}

.footer {
  padding-top: 83px;
  padding-bottom: 38px;
  font-size: 14px;
  line-height: 13px
}

@media screen and (min-width:710px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 47px
  }
}

@media screen and (min-width:1140px) {
  .footer {
    padding-top: 160px;
    padding-bottom: 171px;
    font-size: 15px;
    line-height: 14.36px
  }
}

.footer__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px
}

@media screen and (min-width:710px) {
  .footer__contact {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: unset;
    font-size: 12px;
    line-height: 11px
  }
}

@media screen and (min-width:1140px) {
  .footer__contact {
    font-size: 15px;
    line-height: 14px
  }
}

.footer__contact a {
  padding-top: 10px;
  transition: all .3s ease-in-out
}

.footer__contact a:hover {
  color: #27e8b9
}

@media screen and (min-width:710px) {
  .footer__contact a {
    padding: unset
  }

  .footer__contact a:first-of-type {
    margin-right: 40px
  }
}

@media screen and (min-width:1140px) {
  .footer__contact a:first-of-type {
    margin-right: 30px
  }
}

.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:710px) {
  .footer__top {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:1140px) {
  .footer__top .footer__contact {
    display: none
  }
}

.footer__nav {
  margin-top: 35px
}

@media screen and (min-width:710px) {
  .footer__nav {
    margin-top: 55px
  }
}

.footer__nav .footer__contact {
  display: none
}

@media screen and (min-width:1140px) {
  .footer__nav {
    margin-top: 50px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .footer__nav,
  .footer__nav .footer__contact {
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:710px) {
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.footer__menu li {
  padding-bottom: 20px
}

.footer__menu li:last-of-type {
  padding: unset
}

.footer__menu li a {
  transition: all .3s ease-in-out
}

.footer__menu li:hover a {
  color: #27e8b9
}

@media screen and (min-width:710px) {
  .footer__menu li {
    padding: unset;
    margin-right: 30px
  }
}

@media screen and (min-width:1140px) {
  .footer__menu li {
    margin-right: 50px
  }
}

.footer__text {
  margin-top: 45px;
  font-size: 10px;
  line-height: 14px;
  opacity: .7
}

@media screen and (min-width:710px) {
  .footer__text {
    margin-top: 40px
  }
}

@media screen and (min-width:1140px) {
  .footer__text {
    font-size: 15px;
    line-height: 21px;
    opacity: 1
  }
}

.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  font-size: 12px;
  line-height: 11px
}

@media screen and (min-width:710px) {
  .footer__bottom {
    margin-top: 60px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:1140px) {
  .footer__bottom {
    margin-top: 90px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    opacity: .7;
    font-size: 15px;
    line-height: 14px
  }
}

.footer__bottom--policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  opacity: .7
}

@media screen and (min-width:710px) {
  .footer__bottom--policy {
    margin-bottom: unset;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media screen and (min-width:1140px) {
  .footer__bottom--policy {
    opacity: 1
  }
}

.footer__bottom--policy a {
  text-decoration: underline;
  transition: all .3s ease-in-out
}

.footer__bottom--policy a:hover {
  color: #27e8b9
}

.footer__bottom--policy a:first-of-type {
  margin-bottom: 12px
}

@media screen and (min-width:710px) {
  .footer__bottom--policy a:first-of-type {
    margin-bottom: unset;
    margin-right: 30px
  }
}

.sign {
  margin: 0 auto;
  margin-top: 145px;
  margin-bottom: 240px;
  padding: 20px;
  background: hsla(0, 0%, 100%, .04);
  border: 1px solid hsla(0, 0%, 100%, .12);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 20px;
  width: 288px
}

@media screen and (min-width:710px) {
  .sign {
    margin-top: 145px;
    margin-bottom: 201px;
    width: 408px;
    padding: 32px
  }
}

@media screen and (min-width:1140px) {
  .sign {
    margin-top: 209px;
    margin-bottom: 244px;
    padding: 55px;
    width: 360px
  }
}

.sign__title {
  font-family: GothamPro-Bold, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px
}

@media screen and (min-width:1140px) {
  .sign__title {
    font-size: 36px;
    margin-bottom: 35px
  }
}

.form__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, .05);
  border: 1px solid hsla(0, 0%, 100%, .5);
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  margin-top: 24px;
  padding-right: 20px
}

.form__input:first-of-type {
  margin-top: unset
}

.form__input input {
  padding: 18px 20px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 12px;
  color: #fff;
  z-index: 3
}

.form__input span {
  position: absolute;
  top: 18px;
  left: 20px;
  transition: all .3s ease-in-out;
  opacity: .5;
  font-size: 13px;
  line-height: 12px
}

.form__input svg {
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #fff;
  opacity: .5;
  z-index: 4;
  cursor: pointer
}

.form__input.active span {
  font-size: 11px;
  line-height: 11px;
  top: -15px;
  left: 5px;
  opacity: 1
}

.form__input.active.pass,
.form__input.active.pass svg {
  opacity: 1
}

.form__time {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  padding-top: 12px
}

.form__time span {
  color: #e82727
}

.form__time.active {
  color: #27e8b9
}

.form__link {
  line-height: 17px;
  opacity: .7;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 12px;
  margin-bottom: 20px
}

.form__line,
.form__link {
  display: block;
  font-size: 12px
}

.form__line {
  line-height: 11px;
  text-align: center;
  width: 100%;
  opacity: .5;
  margin-top: 16px;
  position: relative
}

.form__line:after,
.form__line:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 96px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 55%
}

.form__line:after {
  left: unset;
  right: 0
}

.form__agr {
  font-size: 10px;
  line-height: 13px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 30px
}

.form__agr a {
  color: #27e8b9
}

.form__agr .checked {
  position: absolute;
  left: 3px;
  top: 4px;
  display: none;
  z-index: 5
}

.form__agr input {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #27e8b9
}

.form__agr.active input {
  background: #27e8b9
}

.form__btn {
  width: 100%;
  margin-top: 16px;
  font-family: GothamPro-Bold, sans-serif
}

.form__btn:first-of-type {
  margin-top: unset
}

.form__btn.mt {
  margin-top: 22px
}

.menu__btns {
  position: absolute;
  top: 115px;
  right: auto;
}

#toggle-theme {
  width: 24px;
  height: 24px;
  background: var(--bg-switcher);
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
    margin-left: -40px;
    margin-top: 10px;
}

@media (max-width:768px) {
  #toggle-theme {
    margin-left: 0;
    margin-top: -12px;
  }
}



.text-section {
  padding-top: 142px;
  padding-bottom: 80px;
}
.text-section__wrapper {
  max-width: 946px;
}
.text-section h1 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  padding-bottom: 42px;
  font-family: 'GothamPro-Bold', sans-serif;
}
.text-section h2 {
  font-family: 'GothamPro-Bold', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  padding: 42px 0;
  /* padding-bottom: 42px; */
}
.text-section p {
  opacity: 0.7;
  font-size: 15px;
  line-height: 22.5px;
}
.competitions__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
@media screen and (min-width: 1080px) {
  .text-section {
    padding-top: 198px;
    padding-bottom: 180px;
    position: relative;
  }
.competitions__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}


.competition__title {
  max-width: 489px;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 40px;
  font-family: 'GothamPro-Bold', sans-serif;
}
.competition__list {
  display: flex;
  flex-direction: row;
}
.competition__item {
  display: flex;
  flex-direction: column;
  background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(21px);
  border-radius: 10px;
  max-width: 360px;
  margin-right: 31px;
}
.competition__item--title {
  padding: 0 25px;
  font-size: 20px;
  line-height: 20px;
  padding-top: 24px;
  font-family: 'GothamPro-Bold', sans-serif;
}
.competition__item--btn {
  margin: 25px;
  margin-top: 31px;
  font-family: 'GothamPro-Bold', sans-serif;
  padding: 16px 33px;
  width: 188px;
  height: 46px;
  font-size: 15px;
  line-height: 14px;
  color: #0C0F1A;
  white-space: nowrap;
}
.main__image {
  width: 100%;
  max-width: 360px;
  height: 280px;
  margin-bottom: 60px;
}
.main__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1080px) {
  .competition__list {
    flex-direction: column; 
  }
  .competition__item {
    margin-bottom: 31px;
    margin-right: unset;
  }
  .main__image {
    display: flex;
    flex-shrink: 1;
    width: 466px;
    max-width: 466px;
    height: 513px;
  }
  .text-section h1 {
        font-size: 60px;
      line-height: 63px;
  }
}


.vocabular {
  padding: 60px 0;
}
.vocabular__letter {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  font-family: 'GothamPro-Bold', sans-serif;
  padding-bottom: 42px;
}

.vocabular__point {
    cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  padding: 22px;
  margin-bottom: 30px; 
  z-index: 5;
  background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(21px);
  position: relative; 
  border-radius: 10px;
}
.vocabular__point:after {
  content: '';
  position: absolute;
  background: transparent;
  top: 28px;
  right: 25px;
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(135deg);
  border-radius: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.vocabular__point--title {
  font-family: 'GothamPro-Bold', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.vocabular__point--content {
  padding-top: 30px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.vocabular__point.active .vocabular__point:after {
  transform: rotate(-45deg);
}
.vocabular__point.active .vocabular__point--content {
  display: block;
}


.header__menu li {
  position: relative;
}
.header__menu li .sub-menu {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(21px);
  border-radius: 5px;
  padding: 6px;
  padding-top: 0;
  padding-bottom: 8px;
  left: 0;
  opacity: 0;
}
.header__menu li .sub-menu li {
  padding-top: 8px;
}
.header__menu li.active .sub-menu {
  opacity: 1;
}







.menu__menu li {
  position: relative;
}
.menu__menu li .sub-menu {
  display: none;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(21px);
  border-radius: 5px;
  padding: 6px;
  padding-top: 0;
  padding-bottom: 8px;
  left: 0;
  opacity: 0;
  z-index: 10;
  left: -40px;
  right: -40px;
  background: #27e8b9;
      top: calc(100% + 10px);
  
}
.menu__menu li .sub-menu li {
  padding-top: 8px;
  color: #000;
  margin-bottom: unset;
}
.menu__menu li.active .sub-menu {
  opacity: 1;
  display: block;
}


.referal__table {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  max-width: 751px;
  padding: 15px;
}
@media screen and (min-width:1140px) {
    .referal__table {
        padding: 35px;
        
    }
}
.referal__table--head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.referal__table--col:first-of-type {
  width: 158px;
}
.referal__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.referal__content--item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.referal__content .referal__content--item:last-of-type{
  border-bottom: unset;
  padding-bottom: unset;
}
.referal__table--col p:nth-of-type(2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;  
}
.referal__table--col {
  width: 151px;
  text-align: left;
}
.vocabular__point--title {
    padding-right: 20px;
    
}

.tablepress>:not(caption)>*>* {
  pointer-events: none;
}