@import url(../css/ubuntu/ubuntu.css);
@import url(../css/googleSans/stylesheet.css);

:root {
  --margin: 17%;
  --padding: 10rem;
  --mwidth: 55%;
  --mtop: 9.9rem
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul li {
  list-style: none
}

html {
  background: linear-gradient(to right, #fff var(--margin), #e8eae6 var(--margin));
  font-size: 62.5%
}

@media (max-width: 1440px) {
  html {
    font-size: 50%
  }
}

@media (max-width: 800px) {
  html {
    font-size: 40%
  }
}

html::after {
  background: #030303;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: var(--margin);
  position: fixed;
  top: var(--mtop);
  width: 1px
}

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

.navigation-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-around
}

.way {
  display: grid;
  grid-template-columns: 43% 56%;
  grid-template-rows: 59.4rem
}

.way-right {
  align-items: center;
  display: flex
}

.platform {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-rows: 74rem
}

.platform-left {
  display: grid;
  grid-template-rows: repeat(2, 50%)
}

.platform-left-bottom {
  display: flex
}

.platform-left-bottom--text {
  flex-basis: 50%
}

.reason-wrapper {
  column-gap: 4.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5rem
}

.reason-item {
  flex-basis: 30%
}

.tabs {
  display: flex
}

.tabs-menu {
  flex-basis: 35%
}

.tabs-content {
  display: flex;
  flex-basis: 65%;
  flex-direction: column
}

.tabs-content-top {
  display: flex
}

.tabs-content-top_left {
  flex-basis: 50%
}

.tabs-content-bottom {
  flex-grow: 1
}

.tabs-content_item {
  display: flex;
  flex-flow: column
}

.map-wrapper {
  display: flex;
  justify-content: space-between
}

.map-left {
  width: 90rem
}

.map-right {
  width: 36rem
}

.map-right .openCloseMessage {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.news {
  display: flex;
  flex-flow: column
}

.news-content {
  display: flex
}

.news-content-left {
  flex-basis: 35%
}

.news-content-right {
  display: grid;
  flex-basis: 65%;
  grid-template-columns: 1fr 1fr
}

.video {
  display: flex
}

.video-left {
  flex-basis: 45%
}

.video-content {
  display: flex;
  flex-basis: 55%
}

.sertificate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 53rem
}

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

.award {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 53rem
}

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

.cooperation-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 10rem
}

.cooperation-content>* {
  align-items: center;
  display: flex;
  flex-basis: 30%;
  justify-content: center
}

.footer {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, auto)
}

.footer-logo {
  grid-column: 1/2;
  grid-row: 2/3
}

.footer-text {
  grid-column: 2/5;
  grid-row: 2/3
}

.footer-contacts {
  grid-column: 1/2;
  grid-row: 3/4
}

.footer .labels {
  align-items: center;
  display: grid;
  grid-column: 5/7;
  grid-row: 2/4;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 2fr 1fr;
  justify-content: center;
  row-gap: 2rem;
  z-index: 5
}

.footer .labels-img {
  align-self: end;
  grid-column: 2/3;
  grid-row: 1/2;
  margin-right: 7rem;
  max-width: 80%
}

.footer .labels-award {
  align-self: end;
  grid-column: 1/2;
  grid-row: 1/2
}

.footer .labels-3ds {
  align-self: start;
  grid-column: 1/2;
  grid-row: 2/3
}

.footer .labels-pci {
  align-self: start;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-right: 7rem
}

.footer .regulation {
  align-items: center;
  display: grid;
  grid-column: 2/5;
  grid-row: 3/4;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  row-gap: 2rem
}

.footer .regulation-wrapper {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 5rem
}

.footer .payment {
  grid-column: 1/-1;
  grid-row: 1/2
}

.footer-menu {
  column-gap: 3rem;
  display: grid;
  grid-column: 1/-1;
  grid-row: 4/6;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: max-content max-content;
  row-gap: 2.5rem
}

.footer .policy {
  display: grid;
  grid-column: 1/-1;
  grid-row: 6/7;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  justify-content: space-between
}

.footer .policy .copy {
  grid-column: 1/2;
  grid-row: 1/2
}

.footer .policy-links {
  display: flex;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-content: flex-end;
  margin-right: 10rem
}

.forex-about {
  display: flex
}

.forex-about-left {
  flex-basis: 56%
}

.forex-about-right {
  flex-basis: 44%
}

.forex-example {
  column-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.forex-map {
  display: grid;
  grid-template-columns: 56% 44%;
  grid-template-rows: auto max-content
}

.forex-map .header-left {
  grid-column: 1/2;
  grid-row: 1/2
}

.forex-map .header-right {
  grid-column: 2/3;
  grid-row: 1/2
}

.forex-map .img-left {
  grid-column: 1/2;
  grid-row: 2/3
}

.forex-map .img-right {
  grid-column: 2/3;
  grid-row: 2/3
}

.stocks-about {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.stocks-why {
  display: flex
}

.goods-about {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.goods-why {
  display: flex
}

.goods-why-left {
  flex-basis: 50%
}

.goods-why-right {
  flex-basis: 50%
}

.crypto-advantages {
  display: flex
}

.crypto-advantages-left {
  flex-basis: 50%
}

.crypto-advantages-right {
  flex-basis: 50%
}

.stockindex-method-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, max-content)
}

.stockindex-method-wrapper:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2
}

.stockindex-method-wrapper:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2
}

.stockindex-method-wrapper:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3
}

.stockindex-method-wrapper:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3
}

.stockindex-exchange-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, max-content);
  row-gap: 4rem
}

.stockindex-exchange-wrapper:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2
}

.stockindex-exchange-wrapper:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2
}

.stockindex-exchange-wrapper:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3
}

.stockindex-exchange-wrapper:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3
}

.accounts .types-content {
  display: flex
}

.accounts .types-content-left {
  flex-basis: 50%
}

.accounts .types-content-right {
  flex-basis: 50%
}

.accounts .about .about-list .about-list-item {
  align-items: center;
  display: flex;
  justify-content: center
}

.accounts .about .about-list .about-list-item .about-list-item--text:first-child {
  flex-basis: 50%
}

.accounts .about .about-list .about-list-item .about-list-item--text:last-child {
  flex-basis: 50%
}

.accounts-spec-item--name {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.mt4-header {
  display: flex;
  flex-wrap: nowrap
}

.mt4-header-left {
  flex-basis: 56%
}

.mt4-header-right {
  flex-basis: 44%
}

.mt4 .needs {
  display: flex
}

.mt4 .needs-left {
  flex-basis: 40%
}

.mt4 .needs-right {
  flex-basis: 60%
}

.mt4 .possibility-wrapper {
  display: flex
}

.mt4 .possibility-left {
  flex-basis: 50%
}

.mt4 .possibility-right {
  flex-basis: 50%
}

.mt4-calculation {
  display: flex
}

.mt4-calculation .calculation-left {
  flex-basis: 50%
}

.mt4-calculation .calculation-right {
  flex-basis: 50%
}

.mobile-wrapper {
  display: flex
}

.mobile-left {
  flex-basis: 50%
}

.mobile-right {
  flex-basis: 50%
}

.calculator-header {
  display: flex
}

.calculator-header-left {
  flex-basis: 50%
}

.calculator-header-right {
  flex-basis: 50%
}

.calculator-ability {
  display: flex
}

.calculator-ability-left {
  flex-basis: 40%
}

.calculator-ability-right {
  flex-basis: 60%
}

.tech-header {
  display: flex
}

.tech-header-left {
  flex-basis: 50%
}

.tech-header-right {
  flex-basis: 50%
}

.tech .analysis-content {
  display: flex
}

.tech .analysis-content-left {
  flex-basis: 50%
}

.tech .analysis-content-right {
  align-self: center;
  flex-basis: 50%
}

.calendar .how {
  display: flex
}

.calendar .how-left {
  flex-basis: 44%
}

.calendar .how-right {
  flex-basis: 56%
}

.robots .required-steps {
  display: flex
}

.robots .required-steps-item {
  display: flex;
  flex: 1 1
}

.robots .required-steps-item:nth-child(1) {
  align-items: center;
  justify-content: flex-end
}

.robots .required-steps-item:nth-child(2) {
  align-items: flex-end;
  justify-content: center
}

.robots .required-steps-item:nth-child(3) {
  align-items: center;
  justify-content: flex-start
}

.robots .video-header {
  align-items: center;
  display: flex
}

.robots .video-header-heading {
  flex-basis: 40%
}

.robots .robots-video {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.robots .how-wrapper {
  column-gap: 7rem;
  display: flex
}

.signals .required-steps {
  display: flex
}

.signals .required-steps-item {
  display: flex;
  flex: 1 1
}

.signals .required-steps-item:nth-child(1) {
  align-items: center;
  justify-content: flex-end
}

.signals .required-steps-item:nth-child(2) {
  align-items: flex-end;
  justify-content: center
}

.signals .required-steps-item:nth-child(3) {
  align-items: center;
  justify-content: flex-start
}

.signals .video-header {
  align-items: center;
  display: flex
}

.signals .video-header-heading {
  flex-basis: 40%
}

.signals .signals-video {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.signals .signals-video-item:first-child {
  grid-column: 1/-1
}

.signals .how-wrapper {
  column-gap: 7rem;
  display: flex
}

.bonuses .calculation-right {
  align-items: center;
  display: flex;
  justify-content: center
}

.news-all {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.news-all-item {
  display: flex;
  flex-direction: column
}

.blog .news-all {
  display: grid;
  grid-template-columns: 1fr
}

.blog .news-all-item {
  display: flex;
  flex-direction: column
}

.single .news-all {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.single .news-all-main {
  grid-column: 1/3
}

.single .news-all-recomended {
  grid-column: 1/3
}

.single .news-all-item {
  display: flex;
  flex-direction: column
}

.reviews-video {
  align-items: stretch;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem
}

.reviews-item-img {
  display: flex;
  flex-direction: column
}

.reviews .addreview {
  display: flex
}

.reviews .addreview-title {
  flex-basis: 50%
}

.reviews-form {
  flex-basis: 50%
}

.faq-spec-item--name {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.legal-documents {
  column-gap: 8rem;
  display: grid;
  grid-auto-rows: max-content;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  row-gap: 4rem
}

.legal-documents-item:nth-child(odd) {
  grid-column: 1/2
}

.legal-documents-item:nth-child(even) {
  grid-column: 2/3
}

.about-header {
  display: flex;
  flex-wrap: nowrap
}

.about-header-left {
  flex-basis: 50%
}

.about-header-right {
  flex-basis: 50%
}

.regulation-crofr {
  display: flex
}

.regulation-crofr-left {
  flex-basis: 60%
}

.regulation-crofr-right {
  flex-basis: 40%
}

.about__award {
  display: flex
}

.about__award-left {
  flex-basis: 40%
}

.about__award-right {
  flex-basis: 60%
}

.contacts-header {
  display: flex
}

.contacts-header-heading {
  flex-basis: 50%
}

.contacts-data {
  flex-basis: 50%
}

.mt4 .bonuses-header-left {
  flex-basis: 50%
}

.mt4 .bonuses-header-right {
  flex-basis: 50%
}

.vacancy-tabs-item {
  display: flex
}

.vacancy-tabs-item_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 25rem
}

.vacancy .course-about {
  align-items: center;
  column-gap: 5rem;
  display: flex
}

.vacancy .course-about-item {
  align-items: center;
  display: flex
}

.vacancy-team {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr))
}

.vacancy-team-item {
  display: flex;
  flex-direction: column
}

.cabinet-platform {
  display: grid;
  grid-template-columns: repeat(12, 1fr)
}

.cabinet-platform__left {
  grid-column: 1/5
}

.cabinet-platform__right {
  grid-column: 5/-1
}

.nav-icon {
  align-items: center;
  background-color: #030303;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  width: 30px
}

.bar1,
.bar2,
.bar3 {
  background-color: #9bd556;
  height: 2px;
  margin-bottom: 3px;
  transition: .2s;
  width: 14px
}

.bar3 {
  margin-bottom: 0
}

.change .bar1 {
  transform: rotate(-45deg) translate(-3px, 3px)
}

.change .bar2 {
  opacity: 0
}

.change .bar3 {
  transform: rotate(45deg) translate(-4px, -4px)
}

.responsive .navigation-item {
  height: auto;
  opacity: 1
}

.responsive.logo {
  align-self: flex-start;
  margin-top: 1.7rem
}

.navigation-wrapper.responsive {
  height: 100vh;
  justify-content: flex-start
}

.navigation .responsive .side-nav {
  display: block;
  font-size: 20px;
  height: auto;
  margin-right: 6rem;
  margin-top: 4rem;
  min-width: 320px;
  opacity: 1;
  transform: translate(0, 0);
  transition: height 0.4s, opacity 0.4s linear
}

.navigation .responsive .side-nav .social {
  margin-top: 1rem
}

.responsive .side-nav li a {
  display: inline-block
}

.responsive .navigation-button {
  display: flex
}

.inner {
  display: none;
  list-style: none
}

.inner-link {
  color: #030303;
  font-size: 1.6rem;
  line-height: 1.75;
  text-decoration: none;
  text-transform: capitalize
}

.flex {
  display: flex !important
}

.inactive {
  display: none
}

.activ-header {
  border: 0.8rem solid #9bd556;
  margin: 0.8rem;
  margin-bottom: 0;
  margin-top: var(--mtop);
  padding: 16.4rem var(--padding)
}

.activ-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2.5rem;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .activ-header-heading {
    font-size: 3.8rem
  }
}

.activ-header-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: var(--mwidth)
}

.activ-header-subtext {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 2rem;
  max-width: var(--mwidth)
}

.bonus {
  height: 22rem;
  margin: .8rem;
  margin-top: 0;
  overflow: hidden;
  padding: .8rem;
  text-align: center;
  transition: .2s
}

.bonus-wrapper {
  display: inline-block;
  text-align: left
}

.bonus-accent {
  text-transform: lowercase
}

.bonus-link {
  align-items: center;
  background: url("../img/bonus.png") center/100% 100% no-repeat;
  color: #030303;
  display: flex;
  font-size: 4.8rem;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  padding: 7.7rem 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s
}

.bonus-link--img {
  margin-left: 4rem;
  transition: .2s
}

.bonus-link:hover .bonus-link--img {
  margin-left: 5rem;
  margin-right: -1rem
}

.bonus-link:hover {
  background: url("../img/bonus.png") center/110% 110% no-repeat;
  background-clip: border-box
}

.bonus:hover {
  padding: 0
}

.navigation {
  background: #e8eae6;
  color: #d4d4d4;
  font-size: 1.6rem;
  height: auto;
  line-height: 1;
  margin-left: calc(var(--margin)*-1);
  padding: 2.5rem;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 50;
  padding-top: 3.5rem
}

.navigation-wrapper {
  margin-left: -10rem;
  margin-right: -10rem;
  width: 100%
}

.navigation-item {
  color: #9bd556;
  text-decoration: none
}

.navigation-item:hover {
  cursor: pointer;
  text-decoration: underline
}

.navigation-button {
  align-items: center;
  color: #030303;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s
}

.navigation-button-icon {
  margin-left: 1.5rem;
  transition: .2s
}

.navigation-button:hover .navigation-button-icon {
  margin-left: 2.5rem;
  margin-right: -1rem
}

.navigation::after {
  background: #030303;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: var(--mtop);
  width: 100%
}

.side-nav {
  left: 0;
  height: calc(100vh - 11rem);
  min-width: 27rem;
  -ms-overflow-style: none;
  padding-left: 3rem;
  position: fixed;
  scrollbar-width: none;
  top: 11rem;
  z-index: 1;
  overflow: scroll;
  bottom: 2vh
}

.side-nav::-webkit-scrollbar {
  display: none
}

.side-nav-list {
  list-style: none;
  z-index: 2
}

.side-nav-item {
  width: 100%
}

.side-nav-item_link {
  color: #030303;
  cursor: pointer;
  display: block;
  font-size: 2vh;
  line-height: .94;
  padding: 2.5vh 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s
}

@media (max-height: 600px) {
  .side-nav-item_link {
    padding: 1.5vh 0
  }
}

@media (max-height: 550px) {
  .side-nav-item_link {
    padding: 1vh 0
  }
}

.side-nav-item_link::before {
  background: url("../img/arrow-green.svg") center/cover no-repeat;
  content: '';
  display: none;
  height: 4rem;
  left: -4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s;
  width: 4rem
}

.side-nav-item:hover .side-nav-item_link {
  margin-left: 3rem
}

.side-nav-item:hover .side-nav-item_link::before {
  display: inline-block
}

.side-nav-item_link.active {
  margin-left: 3rem
}

.side-nav-item_link.active::before {
  display: inline-block
}

.side-nav .divider {
  background-color: #d4d4d4;
  display: inline-block;
  height: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 1px
}

.side-nav .language {
  font-size: 2vh;
  line-height: 1.55;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 2vh;
  margin-top: 6vh
}

.side-nav .language a {
  color: #d4d4d4;
  text-decoration: none
}

.side-nav .language a.active {
  color: #9bd556
}

.side-nav .language__switch {
  background: #e8eae6;
  border: 0;
  outline: none;
  padding: 3px;
  padding-right: 6px
}

.side-nav .language__switch img {
  vertical-align: middle
}

.side-nav .language__item {
  margin-bottom: 5px
}

.side-nav .language__item a {
  color: #030303;
  text-decoration: none
}

.side-nav .language__item a img {
  margin-right: 1rem;
  vertical-align: middle
}

.side-nav .language__list {
  background: #b5b5b5;
  display: none;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: fit-content
}

.side-nav .language__list::before {
  border-color: transparent transparent #b5b5b5;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translate(-50%)
}

.side-nav .language__arrow {
  margin-left: 1rem;
  transform: rotate(180deg)
}

.side-nav .language__arrow.active {
  transform: rotate(0)
}

.side-nav .language>*:hover {
  cursor: pointer
}

.side-nav .language>*.active {
  color: #9bd556
}

.side-nav .social {
  bottom: 2rem;
  margin-top: 3vh;
  z-index: -1
}

.side-nav .social-contact {
  align-items: center;
  color: #030303;
  display: flex;
  font-size: 1.5vh;
  justify-content: flex-start;
  margin-bottom: 2vh
}

.side-nav .social-contact:hover {
  text-decoration: none
}

.side-nav .social-contact .contact-icon {
  margin-right: 1rem
}

@media (max-width: 1200px) {
  .side-nav .social-contact__email {
    flex-direction: column;
    align-items: flex-start
  }
}

.side-nav .social-links {
  margin-top: 6vh
}

.side-nav .social-link {
  display: inline-block;
  text-decoration: none;
  transition: .2s
}

.side-nav .social-link:hover {
  transform: scale(0.9)
}

.side-nav .social-img {
  height: 3vh
}

.side-nav .social-link:not(:last-child) {
  margin-right: 2rem
}

.side-nav .social-text {
  color: #030303;
  font-size: 1.5vh;
  line-height: 1.27;
  margin-bottom: 3vh;
  margin-top: 2vh;
  text-transform: none;
  max-width: 80%
}

.side-nav .social-break {
  display: none
}

.side-nav-close {
  display: none
}

.widget {
  padding: 3.5rem 2rem 5rem var(--padding)
}

.widget-heading {
  color: #030303;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem
}

.widget-text {
  font-size: 2rem;
  line-height: 1.5
}

.widget-text:not(:last-child) {
  margin-bottom: 2rem
}

.widget-title {
  background-color: #1d1d1d;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 2rem 2rem 2rem var(--padding)
}

.modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin: 5% auto;
  padding: 20px;
  width: min-content
}

.modal-content video {
  height: 80vh;
  max-width: 80vw;
  object-fit: contain
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
  text-decoration: none
}

.login-wrapper-mobile {
  display: none
}

.banner {
  display: block;
  max-width: calc(17vw - 6rem)
}

@media (max-width: 1000px) {
  .banner {
    max-width: 25rem
  }
}

.banner img {
  max-width: 100%;
  max-height: 20vh;
  border-radius: 10px;
  margin-top: 1vh;
  margin-bottom: 1vh
}

#countdown {
  padding: 1.5rem;
  margin-top: 1rem;
  max-width: calc(17vw - 6rem);
  text-align: center;
  border-radius: 10px;
  font-size: 3rem;
  font-weight: bold;
  background-color: #030303;
  color: #FE0D1D;
  line-height: 0.8
}

@media (max-width: 1000px) {
  #countdown {
    max-width: 25rem
  }
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

.swiper-container-pointer-events {
  touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: .3s opacity;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  opacity: .2;
  width: 8px
}

button.swiper-pagination-bullet {
  appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0
}

.swiper-container-cube .swiper-cube-shadow::before {
  background: #000;
  bottom: 0;
  content: '';
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}

body {
  background-color: #e8eae6;
  font-family: 'Google Sans';
  margin-left: var(--margin)
}

.logo {
  display: inline-block;
  z-index: 20;
  position: relative
}

.header {
  background: #030303;
  max-height: calc(100vh - var(--mtop) - 10.5rem);
  padding-bottom: 32.3rem;
  padding-left: 10rem;
  position: relative
}

.header-heading {
  color: #fff;
  font-size: 6.4rem;
  line-height: 1.09;
  margin-bottom: 3rem;
  margin-top: 25.5rem;
  position: relative;
  z-index: 5
}

.header-heading_color {
  color: #9bd556
}

.header-text {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 6rem;
  max-width: 53rem
}

.header-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  background-color: #9bd556;
  border-radius: 100px;
  color: #030303;
  font-size: 1.7rem;
  margin-bottom: 8rem;
  padding: 1.5rem 3rem 1.5rem 4.8rem;
  z-index: 5
}

.header-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.header-link:hover .header-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.header-img {
  max-width: 70rem;
  object-fit: contain;
  position: absolute;
  right: 4rem;
  top: 53%;
  transform: translateY(-50%);
  width: 50%;
  z-index: -1
}

.header-img.first {
  top: 60%
}

.header .background {
  color: #9bd556;
  font-size: 17rem;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  opacity: .08;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1
}

.warning-text {
  background: linear-gradient(#060604, #272B1C);
  margin-top: var(--mtop);
  border-bottom: 1.6rem solid #e8eae6;
  padding: 2rem;
  font-size: 2rem;
  color: #F3FFDF;
  text-align: center
}

.warning-text-accent {
  color: #9bd556
}

.warning-link {
  color: #F3FFDF
}

.warning-link:hover {
  color: #F3FFDF
}

.way {
  background: transparent;
  margin: 0.8rem;
  margin-bottom: -0.8rem
}

.way-left {
  background-color: #9bd556;
  background-repeat: no-repeat;
  background-size: 23.1rem;
  color: #030303;
  margin: .8rem;
  padding: 9rem 0 9rem 10rem;
  text-decoration: none;
  transition: .2s
}

.way-left--heading {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 2rem;
  max-width: 40rem
}

.way-left--text {
  font-size: 1.8rem;
  line-height: 1.56;
  max-width: 27.7rem
}

.way-left--link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.7rem;
  margin-top: 3.3rem
}

.way-left--link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.way-left--link:hover .way-left--link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.way-left--link_img svg {
  fill: red
}

.way-left--link_img rect {
  fill: #fff
}

.way-left--link_img path {
  fill: #000
}

.way-left:hover {
  margin: 0
}

.way-left.start {
  animation: hand 2s forwards
}

.way-right {
  background-color: #fff;
  margin: .8rem;
  margin-right: 0;
  overflow: hidden;
  padding-left: 10rem;
  position: relative;
  transition: .2s;
  width: 100%;
  z-index: 5
}

.way-right--heading {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.33;
  max-width: 45rem;
  z-index: 6
}

.way-right:hover {
  margin: 0;
  width: calc(100% + 1.6rem)
}

.way-right-icon {
  position: absolute;
  top: -20%;
  z-index: 4
}

.way-right-icon:nth-of-type(1) {
  left: 5%
}

.way-right-icon:nth-of-type(2) {
  left: 53%
}

.way-right-icon:nth-of-type(3) {
  left: 70%
}

.way-right-icon:nth-of-type(4) {
  left: 15%
}

.way-right-icon:nth-of-type(5) {
  left: 50%
}

.way-right-icon:nth-of-type(6) {
  left: 30%
}

.way-right-icon:nth-of-type(7) {
  left: 85%
}

.way-right-icon:nth-of-type(8) {
  left: 3%
}

.way-right-icon:nth-of-type(9) {
  left: 35%
}

.way-right-icon:nth-of-type(10) {
  left: 60%
}

.way-right-icon:nth-of-type(11) {
  left: 13%
}

.way-right-icon:nth-of-type(12) {
  left: 80%
}

.way-right-icon:nth-of-type(13) {
  left: 55%
}

.way-right-icon:nth-of-type(14) {
  left: 43%
}

.way-right-icon:nth-of-type(15) {
  left: 80%
}

.way-right-icon:nth-of-type(16) {
  left: 13%
}

.way-right-icon:nth-of-type(17) {
  left: 60%
}

.way-right-icon:nth-of-type(18) {
  left: 33%
}

.way-right-icon:nth-of-type(19) {
  left: 75%
}

.way-right-icon:nth-of-type(20) {
  left: 6%
}

.way-right-icon:nth-of-type(21) {
  left: 60%
}

.way-right .way-right-icon.start:nth-of-type(1) {
  animation: icons 20s backwards ease-in -2s infinite
}

.way-right .way-right-icon.start:nth-of-type(2) {
  animation: icons 20s backwards linear -1s infinite
}

.way-right .way-right-icon.start:nth-of-type(3) {
  animation: icons 20s backwards ease-out -4s infinite
}

.way-right .way-right-icon.start:nth-of-type(4) {
  animation: icons 20s backwards ease-in -5s infinite
}

.way-right .way-right-icon.start:nth-of-type(5) {
  animation: icons 20s backwards linear -5.5s infinite
}

.way-right .way-right-icon.start:nth-of-type(6) {
  animation: icons 20s backwards linear -6s infinite
}

.way-right .way-right-icon.start:nth-of-type(7) {
  animation: icons 20s backwards ease-out -6s infinite
}

.way-right .way-right-icon.start:nth-of-type(8) {
  animation: icons 20s backwards ease-in -10s infinite
}

.way-right .way-right-icon.start:nth-of-type(9) {
  animation: icons 20s backwards linear -11s infinite
}

.way-right .way-right-icon.start:nth-of-type(10) {
  animation: icons 20s backwards ease-out -8s infinite
}

.way-right .way-right-icon.start:nth-of-type(11) {
  animation: icons 20s backwards ease-in -11.5s infinite
}

.way-right .way-right-icon.start:nth-of-type(12) {
  animation: icons 20s backwards ease-out -10s infinite
}

.way-right .way-right-icon.start:nth-of-type(13) {
  animation: icons 20s backwards ease-in-out -13s infinite
}

.way-right .way-right-icon.start:nth-of-type(14) {
  animation: icons 20s backwards linear -14.5s infinite
}

.way-right .way-right-icon.start:nth-of-type(15) {
  animation: icons 20s backwards ease-out -13s infinite
}

.way-right .way-right-icon.start:nth-of-type(16) {
  animation: icons 20s backwards ease-in -14s infinite
}

.way-right .way-right-icon.start:nth-of-type(17) {
  animation: icons 20s backwards ease-out -14s infinite
}

.way-right .way-right-icon.start:nth-of-type(18) {
  animation: icons 20s backwards linear -19s infinite
}

.way-right .way-right-icon.start:nth-of-type(19) {
  animation: icons 20s backwards ease-out -1s infinite
}

.way-right .way-right-icon.start:nth-of-type(20) {
  animation: icons 20s backwards ease-in 1s infinite
}

.way-right .way-right-icon.start:nth-of-type(21) {
  animation: icons 20s backwards ease-out 3s infinite
}

.way-right .way-right-icon {
  opacity: .2
}

.platform {
  color: #030303;
  margin: 0.8rem;
  margin-bottom: 0
}

.platform-link span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.platform-link:hover {
  font-style: italic
}

.platform-left {
  font-size: 3.6rem;
  margin-right: .4rem;
  text-transform: uppercase
}

.platform-left .color {
  color: #9bd556;
  text-decoration: underline
}

.platform-left-top {
  background: #030303 url("../img/coin.gif") 50px center/auto 80% no-repeat;
  margin: .8rem;
  padding: 3.1rem 4.2rem 3.1rem 0;
  position: relative;
  transition: .2s
}

.platform-left-top--text {
  color: #fff;
  line-height: 1.28;
  margin-left: calc(50% + 30px);
  min-width: 31rem
}

.platform-left-top:hover {
  margin: 0
}

.platform-left-bottom {
  background-color: #fff;
  display: flex;
  margin: .8rem;
  padding: 6.2rem 0 7rem var(--padding);
  position: relative;
  transition: .2s
}

.platform-left-bottom--text {
  color: #030303;
  line-height: 1.5;
  min-width: 31rem
}

.platform-left-bottom--img {
  margin-left: 7%;
  max-width: 100%
}

.platform-left-bottom:hover {
  margin: 0
}

.platform-right {
  align-self: stretch;
  background: url("../img/pl_right.png") center/cover no-repeat;
  color: #030303;
  margin: 0.8rem;
  max-width: 100%;
  padding: 18rem 2rem 18.5rem var(--padding);
  transition: .2s
}

.platform-right:hover {
  margin: 0
}

.platform-right--heading {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 2rem;
  max-width: 39rem
}

.platform-right--text {
  font-size: 2rem;
  line-height: 1.5
}

.reason {
  padding: 10rem;
  padding-bottom: 5.5rem
}

.reason-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  color: #030303;
  font-weight: 500;
  margin-bottom: 5.5rem
}

@media (max-width: 500px) {
  .reason-heading {
    font-size: 3.8rem
  }
}

.reason-item {
  font-size: 2rem;
  line-height: 1.5;
  color: #030303;
  width: min-content
}

.reason-item--text {
  margin-top: 2.5rem
}

.reason-item:hover .reason-item--text b {
  color: #9bd556
}

.tabs canvas {
  max-width: 100%
}

.tabs-menu {
  list-style: none;
  text-align: center
}

.tabs-button {
  background: #1d1d1d;
  background-clip: padding-box;
  border: .8rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-top: .4rem solid transparent;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: .8rem;
  margin-right: .8rem;
  padding: 2.6rem 0;
  text-transform: uppercase;
  transition: .2s
}

.tabs-button:not(.active):hover {
  background-clip: border-box;
  color: #9bd556;
  cursor: pointer
}

.tabs-button.active {
  background-color: #9bd556;
  color: #030303
}

.tabs-content {
  margin: 1.6rem;
  margin-left: 0.8em;
  margin-top: 0.4rem
}

.tabs-content-top {
  background: #9bd556;
  min-height: 36rem;
  padding: 6.3rem 2rem 6rem 7.5rem;
  transition: .2s
}

.tabs-content-top_right {
  padding-left: 10rem
}

.tabs-content-bottom {
  min-height: 44rem;
  padding: 3.8rem 0 0 7.5rem;
  position: relative;
  transition: .2s
}

.tabs-content-bottom iframe {
  height: 98%;
  width: 98%
}

.tabs-content-bottom:hover iframe {
  height: 100%;
  width: 100%
}

.tabs-content-bottom>* {
  position: relative;
  z-index: 2
}

.tabs-content--heading {
  color: #030303;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3.5rem
}

.tabs-content--value {
  color: #030303;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.5rem
}

.tabs-content--text {
  color: #030303;
  font-size: 2rem;
  line-height: 1.5;
  max-width: 40rem
}

.tabs-content_item {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 4rem
}

.tabs-content_item:first-child {
  color: rgba(3, 3, 3, 0.3);
  display: inline-block;
  margin-bottom: 1.5rem;
  text-transform: uppercase
}

.tabs-content_item:last-child {
  color: #030303
}

.tabs-content-value {
  color: #030303;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: 3rem
}

.tabs-content-value_diff {
  color: #f96e46;
  font-size: 1.8rem;
  line-height: 1.56;
  margin-left: .5rem
}

.tabs-content-value_diff--arrow {
  margin-left: 2rem
}

.map {
  background: #fff;
  margin: 1.6rem;
  padding: 7rem 2rem 2rem var(--padding);
  transition: .2s
}

.map:hover {
  margin: .8rem;
  margin-bottom: 2.4rem
}

.map-left {
  margin: 10rem 2rem
}

.map-right {
  margin: 2rem
}

.map-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center
}

@media (max-width: 500px) {
  .map-heading {
    font-size: 3.8rem
  }
}

.map-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem
}

.map__number {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media (max-width: 500px) {
  .map__number {
    font-size: 3.8rem
  }
}

.map__text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1
}

.news-menu {
  list-style: none
}

.news-button {
  color: #030303;
  cursor: pointer;
  display: inline-block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  padding: 5.7rem 5.5rem 3.3rem
}

.news-button.active {
  border-bottom: 10px solid #030303;
  color: #030303;
  font-size: 4.8rem;
  font-weight: 400;
  height: 100%;
  line-height: 1
}

.news-button:not(.news-button.active) span {
  border-bottom: 4px solid #030303;
  padding-bottom: 1rem
}

.news-content-left {
  height: 74rem;
  padding-left: 10rem;
  padding-top: 5rem
}

.news-content-text {
  color: #030303;
  font-size: 2rem;
  line-height: 1.5
}

.news-content-right {
  margin: 0.8rem;
  margin-bottom: 0
}

.news-content-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0.8rem;
  position: relative;
  transition: .2s
}

.news-content-item:hover {
  margin: 0
}

.news-content-item .item-img {
  height: 100%;
  object-fit: cover;
  transition: .2s;
  width: 100%
}

.news-content-item .item-label {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  left: 2.9rem;
  line-height: 1.33;
  position: absolute;
  transition: .2s;
  width: 6rem
}

.news-content-item .item-title {
  background: #9bd556;
  padding: 2rem 0 2rem 2.9rem
}

.news-content-item .item-text {
  background-color: #fff;
  margin-bottom: 2rem;
  padding-left: 2.9rem;
  padding-right: 2rem;
  padding-top: 1.5rem
}

.news-content-item .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2.9rem;
  margin-top: auto;
  padding-bottom: 3.8rem
}

.news-content-item .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.news-content-item .item-link:hover .news-content-item .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.news-content-item .item-link span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.news-content-item .item-link:hover .item-link_img {
  margin-left: 3rem;
  margin-right: 0
}

.news-content-item:hover .item-img {
  transform: scale(1.2)
}

.news-content .news-content-img-wrapper {
  overflow: hidden
}

.news-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  border: 1px solid #000;
  border-radius: 100px;
  color: #030303;
  font-size: 1.7rem;
  margin-top: 4.2rem;
  padding: 1.8rem 3rem 1.8rem 4.8rem
}

.news-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.news-link:hover .news-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.video {
  background: #030303;
  color: #fff;
  margin: 0.8rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  transition: .2s
}

.video:hover {
  margin: 0;
  margin-bottom: 1.6rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem
}

.video-left {
  padding: 11.5rem 2rem 11.5rem 10rem
}

.video-heading {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
  min-width: 34rem
}

.video-text {
  font-size: 2rem;
  line-height: 1.5;
  padding-right: 2rem
}

.video-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #fff;
  font-size: 1.7rem;
  margin-top: 5rem
}

.video-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.video-link:hover .video-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.video-content {
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 5.5rem;
  padding-top: 4rem
}

.video-item {
  cursor: pointer;
  max-width: 22%;
  transition: .2s
}

.video-item:hover img {
  transform: scale(1.05)
}

.video-item img {
  transition: .2s;
  width: 100%
}

.video-item:not(:first-child) {
  margin-left: 2rem
}

.sertificate {
  margin: 0 .8rem;
  margin-bottom: 0
}

.sertificate-left {
  background: #9bd556;
  margin: 0.8rem;
  padding: 4rem 2rem 4rem var(--padding);
  transition: .2s
}

.sertificate-left:hover {
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0
}

.sertificate-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .sertificate-heading {
    font-size: 3.8rem
  }
}

.sertificate-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-right: 2rem;
  max-width: 53rem
}

.sertificate-right {
  background-color: #fff;
  margin: 0.8rem;
  transition: .2s
}

.sertificate-right:hover {
  margin: 0;
  margin-top: 0.4rem
}

.sertificate-right img {
  width: 100%
}

.award {
  color: #030303;
  margin: .8rem;
  margin-top: 0
}

.award-right {
  background: #9bd556;
  margin: 0.8rem;
  padding: 4rem 2rem 4rem var(--padding);
  transition: .2s
}

.award-right:hover {
  margin: 0;
  margin-top: 0.4rem
}

.award-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .award-heading {
    font-size: 3.8rem
  }
}

.award-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-right: 2rem;
  max-width: 53rem
}

.award-link {
  font-size: 2rem;
  line-height: 1.5;
  color: #030303
}

.award-left {
  background-color: #fff;
  margin: 0.8rem;
  transition: .2s
}

.award-left:hover {
  flex-grow: 2;
  flex-shrink: 0;
  margin: 0;
  margin-top: 0.4rem
}

.award-left img {
  height: 100%
}

.cooperation {
  background: url("../img/dot1.png");
  padding-bottom: 5.5rem
}

.cooperation-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem;
  margin-left: 10rem;
  padding-top: 5.5rem
}

@media (max-width: 500px) {
  .cooperation-heading {
    font-size: 3.8rem
  }
}

.cooperation-link {
  filter: grayscale(1)
}

.cooperation-link:hover {
  filter: grayscale(0)
}

.footer {
  background: #030303;
  color: rgba(255, 255, 255, 0.6);
  min-height: 500px;
  position: relative
}

.footer-logo {
  margin-bottom: 2rem;
  margin-top: 4.7rem;
  padding-left: var(--padding);
  width: 100%
}

.footer-text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 4.7rem;
  max-width: 48rem;
  padding-left: 3.2rem;
  position: relative
}

.footer-text::after {
  background: #1d1d1d;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: -27rem;
  position: absolute;
  width: 50vw;
  z-index: 1
}

.footer-contacts {
  margin-bottom: 3rem;
  margin-right: 2rem;
  margin-top: 2rem;
  padding-left: var(--padding);
  z-index: 6
}

.footer-contacts-header {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1.6rem;
  text-transform: uppercase
}

.footer-contacts .contact-item {
  margin-bottom: 1.5rem;
  width: 25rem
}

.footer-contacts .contact-item:nth-of-type(2) .contact-icon {
  margin-right: 2rem
}

.footer-contacts .contact-icon {
  margin-right: 1.5rem
}

.footer-contacts .contact-text {
  font-size: 14px;
  line-height: 1
}

.footer-contacts .contact-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 14px;
  text-align: center;
  text-decoration: none
}

.footer-contacts .contact-link:hover {
  text-decoration: underline
}

.footer-menu {
  padding-left: var(--padding);
  padding-right: 2rem
}

.footer-menu-heading {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase
}

.footer-menu-list {
  list-style: none
}

.footer-menu-item {
  margin-bottom: 2rem
}

.footer-menu-link {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: none
}

.footer-menu-link_icon img {
	vertical-align: middle;
	margin-left: 6px;
}

.footer-menu-link:hover {
  color: #fff;
  text-decoration: underline
}

.footer .payment {
  align-items: center;
  background-color: #1d1d1d;
  display: flex;
  justify-content: space-around;
  padding: 3.3rem 0;
  width: 100%
}

.footer .payment-img {
  filter: grayscale(1);
  transition: .2s
}

.footer .payment-img:hover {
  filter: grayscale(0)
}

.footer .regulation {
  margin-bottom: 3rem;
  padding-left: 3.2rem
}

.footer .regulation-text,
.footer .regulation-text1 {
  font-size: 1.4rem;
  line-height: 1.43;
  max-width: 56rem
}

.footer .regulation-text {
  margin-bottom: 1rem;
  margin-top: 2rem
}

.footer .regulation-link {
  color: rgba(255, 255, 255, 0.6)
}

.footer .regulation-link:hover {
  text-decoration: none
}

.footer .policy {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 3rem;
  padding-bottom: 4.9rem;
  padding-left: var(--padding)
}

.footer .policy .copy {
  font-style: italic;
  margin-right: auto
}

.footer .policy-link {
  align-self: center;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  text-decoration: none
}

.footer .policy-link:not(:last-of-type)::after {
  background: rgba(255, 255, 255, 0.6);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1px
}

.footer .policy-link:hover {
  text-decoration: underline
}

.footer .policy-link:not(:last-child) {
  margin-right: 2rem
}

.chart {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1
}

.navigation-cabinet-wrapper {
  align-content: center;
  display: flex;
  justify-content: space-between
}

.navigation-cabinet-wrapper-user {
  align-items: center;
  color: #030303;
  display: flex;
  margin-right: 20px;
  text-decoration: none
}

.navigation-cabinet-wrapper-user:hover {
  text-decoration: underline
}

.navigation-cabinet-wrapper-icon {
  display: inline-block;
  margin: 5px;
  margin-right: 10px
}

.navigation-cabinet-wrapper-name {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 14px;
  text-transform: none;
  transition: .2s
}

.navigation-cabinet-wrapper-logout:hover {
  transform: scale(1.2)
}

.swiper-container {
  position: static
}

.swiper-slide {
  height: 100%;
  position: relative
}

.swiper-pagination-bullet {
  color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 1;
  position: relative
}

.swiper-pagination-bullet .porgress-ring {
  display: none
}

.swiper-pagination-bullet::after {
  background: #8c8d8b;
  border-radius: 50%;
  bottom: -41px;
  box-shadow: 0 0 0 2px #030303, 0 0 0 3px rgba(140, 141, 139, 0.5);
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: -9px;
  width: 8px
}

.swiper-pagination-bullet:first-child::after {
  right: -8px
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2rem
}

.swiper-pagination-bullet-active {
  background: none;
  color: #8c8d8b;
  opacity: 1
}

.swiper-pagination-bullet-active .porgress-ring {
  display: block
}

.swiper-pagination-bullet-active::after {
  visibility: hidden
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4rem;
  height: 6rem
}

.porgress-ring {
  bottom: -50px;
  position: absolute;
  right: -18px;
  transform: rotate(270deg)
}

.porgress-ring .progress-ring__circle {
  animation: circle 7.5s linear forwards;
  stroke-dasharray: 76;
  stroke-dashoffset: -76
}

.bullet1 {
  right: -17px
}

.progress-ring__circle.index1 {
  animation: circle 5s linear forwards
}

.skiptranslate {
  display: none
}

.forex {
  margin-left: var(--margin);
  padding-top: 0.8rem
}

.forex .activ-header {
  background: #9bd556 url("../img/forex-header.png") right/contain no-repeat
}

.forex .maps {
  margin: .8rem;
  max-width: 100%;
  overflow-y: hidden;
  padding-left: 0.8rem;
  padding-right: 0.8rem
}

.forex .widget-wrapper {
  height: 415px;
  margin: 0.8rem auto;
  max-width: 425px;
  overflow-y: hidden
}

.forex .widget-wrapper .tradingview-widget-container {
  width: 100% !important
}

.forex .widget-wrapper iframe {
  max-width: 100%
}

.forex .widget-wrapper::-webkit-scrollbar {
  display: none
}

.forex-about-left {
  background: url("../img/forex-about.png") bottom/100% 100% no-repeat border-box;
  margin: .8rem;
  padding: 4.5rem 19rem 4.5rem var(--padding)
}

.forex-about-right {
  background-color: #030303;
  color: #fff;
  margin: .8rem;
  margin-left: 0;
  padding: 6rem 10rem 9.5rem 5.5rem
}

.forex-about .about-left-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .forex-about .about-left-heading {
    font-size: 3.8rem
  }
}

.forex-about .about-left-text {
  font-size: 2rem;
  line-height: 1.5
}

.forex-about .about-left-text:last-child {
  margin-top: 4rem
}

.forex-about .about-right-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500
}

@media (max-width: 500px) {
  .forex-about .about-right-heading {
    font-size: 3.8rem
  }
}

.forex-about .about-right-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.65;
  margin-bottom: 2rem;
  margin-top: 2rem
}

.forex-about .about-right-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none
}

.forex-about .about-right-item {
  margin-left: 3.6rem;
  position: relative
}

.forex-about .about-right-item:not(:last-child) {
  margin-bottom: 2rem
}

.forex-about .about-right-item::before {
  background: url("../img/checkmark.png") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.forex-example {
  padding: var(--padding)
}

.forex-example-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  margin-right: 3rem
}

@media (max-width: 500px) {
  .forex-example-heading {
    font-size: 3.8rem
  }
}

.forex-example-item {
  font-size: 2rem;
  line-height: 1.5;
  padding-right: 18%;
  text-align: left
}

.forex-example-item--heading {
  display: inline-block;
  margin-bottom: 2rem;
  position: relative
}

.forex-example-item:not(:last-child) .forex-example-item--heading::after {
  background: url("../img/arrow2.png") center/contain;
  content: '';
  display: inline-block;
  height: 0.8rem;
  position: absolute;
  right: -7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem
}

.forex-map .img-left {
  width: 100%
}

.forex-map .header-right {
  border-left: 0.8rem solid #e8eae6
}

.forex-map .img-right {
  max-width: 100%;
  padding: 4rem 1rem 2rem
}

.forex-map-header {
  background-color: #1d1d1d;
  padding: 2rem 0 2rem 10rem
}

.forex-map-heading {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 700
}

.forex .tradingview-widget-container {
  height: 125% !important
}

.stocks {
  margin-left: var(--margin);
  padding-top: .8rem
}

.stocks .activ-header {
  background: #9bd556 url("../img/stocks-header.png") right/contain no-repeat
}

.stocks-about {
  background-color: #1d1d1d;
  color: #fff;
  margin: 0.8rem;
  padding: 8rem 1rem 10rem var(--padding)
}

.stocks-about-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  padding-right: 20rem
}

@media (max-width: 500px) {
  .stocks-about-heading {
    font-size: 3.8rem
  }
}

.stocks-about-item .stocks-about-inner {
  position: relative
}

.stocks-about-item-label {
  font-size: 7.2rem;
  font-weight: 700;
  left: -6rem;
  line-height: 1;
  position: absolute;
  top: -4.2rem
}

.stocks-about-text {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #1d1d1d;
  font-weight: 500;
  padding-right: 18rem;
  position: relative
}

.stocks-why {
  margin: 0.8rem;
  margin-top: 0
}

.stocks-why-left {
  background-color: #fff;
  margin-right: 0.4rem;
  padding: 6rem 3rem 6rem var(--padding);
  position: relative
}

.stocks-why-left .stocks-why-img {
  position: absolute;
  z-index: 10
}

.stocks-why-left .img1 {
  left: 4rem;
  top: 9rem
}

.stocks-why-left .img2 {
  right: 6rem;
  top: 4rem
}

.stocks-why-left .img3 {
  left: 24rem;
  top: 25rem
}

.stocks-why-left .img4 {
  bottom: 21.4rem;
  right: 2.9rem
}

.stocks-why-left .img5 {
  bottom: 14.1rem;
  left: 1.6rem
}

.stocks-why-left .img6 {
  bottom: 4.3rem;
  right: 26.2rem
}

.stocks-why-right {
  background: url("../img/hand2.png") right bottom/43% no-repeat, linear-gradient(132deg, #79ba2d 15%, #7dc539 35%, #97d558);
  margin-left: .4rem;
  padding: 6rem 3rem 6rem 5rem
}

.stocks-why-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  z-index: 11
}

@media (max-width: 500px) {
  .stocks-why-heading {
    font-size: 3.8rem
  }
}

.stocks-why-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  margin-bottom: 2rem;
  position: relative;
  z-index: 11
}

.stocks-why-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative;
  z-index: 11
}

.stocks-why-item {
  margin-left: 3.6rem;
  position: relative
}

.stocks-why-item:not(:last-child) {
  margin-bottom: 2rem
}

.stocks-why-item::before {
  background: url("../img/checkmark-black.png") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.crypto {
  padding-top: 0.8rem
}

.crypto .activ-header {
  background: #9bd556 url("../img/crypto-header.png") right/contain no-repeat
}

.crypto-about {
  background: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/crypto-about.png") left center/contain no-repeat, #1d1d1d;
  margin: .8rem;
  padding: var(--padding)
}

.crypto-about-text {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  line-height: 1.75;
  margin-left: auto;
  width: 60%
}

.crypto-about-text:not(:last-child) {
  margin-bottom: 2rem
}

.crypto-advantages {
  margin-bottom: .8rem;
  margin-top: 0
}

.crypto-advantages-heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem
}

.crypto-advantages-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative;
  z-index: 11
}

.crypto-advantages-item {
  margin-left: 3.5rem;
  position: relative
}

.crypto-advantages-item:not(:last-child) {
  margin-bottom: 2rem
}

.crypto-advantages-item::before {
  content: '';
  display: inline-block;
  height: 2rem;
  left: -3.5rem;
  position: absolute;
  top: .7rem;
  width: 2rem
}

.crypto-advantages-left {
  background-color: #fff;
  margin-left: .8rem;
  margin-right: .4rem;
  padding: var(--padding) 0 var(--padding) var(--padding)
}

.crypto-advantages-left .crypto-advantages-item::before {
  background: url("../img/plus.png") center/cover
}

.crypto-advantages-right {
  background-color: #fff;
  margin-left: .4rem;
  margin-right: .8rem;
  padding: var(--padding)
}

.crypto-advantages-right .crypto-advantages-item::before {
  background: url("../img/minus.png") center/contain no-repeat
}

.goods {
  margin-left: var(--margin);
  padding-top: 0.8rem
}

.goods .activ-header {
  background: #9bd556 url("../img/goods-header.png") right/contain no-repeat
}

.goods-about {
  background-color: #1d1d1d;
  color: #fff;
  margin: .8rem;
  padding: 8rem 1rem 10rem var(--padding)
}

.goods-about-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  padding-right: 10rem
}

@media (max-width: 500px) {
  .goods-about-heading {
    font-size: 3.8rem
  }
}

.goods-about-item .goods-about-inner {
  position: relative
}

.goods-about-item-label {
  font-size: 7.2rem;
  font-weight: 700;
  left: -6rem;
  line-height: 1;
  position: absolute;
  top: -4.2rem
}

.goods-about-text {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #1d1d1d;
  font-weight: 500;
  padding-right: 18rem;
  position: relative
}

.goods-why {
  background-color: #fff;
  margin: .8rem
}

.goods-why:hover {
  border: .8rem solid transparent
}

.goods-why .goods-why-img {
  position: absolute;
  z-index: 10
}

.goods-why-left {
  min-height: 40rem;
  padding: 6rem 3rem 6rem var(--padding);
  position: relative
}

.goods-why-left .img1 {
  left: 15rem;
  top: 3rem
}

.goods-why-left .img2 {
  right: 21rem;
  top: 6rem
}

.goods-why-left .img3 {
  left: 8rem;
  top: 19rem
}

.goods-why-left .img4 {
  right: 9rem;
  top: 16rem
}

.goods-why-left .img5 {
  bottom: 22rem;
  left: 36rem
}

.goods-why-left .img6 {
  bottom: 9rem;
  left: 15rem
}

.goods-why-left .img7 {
  bottom: 6rem;
  right: 10rem
}

.goods-why-right {
  padding: 6rem 3rem 6rem 5rem;
  position: relative
}

.goods-why-right .img8 {
  right: 26rem;
  top: 1rem
}

.goods-why-right .img9 {
  bottom: 4rem;
  right: 3rem
}

.goods-why-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  z-index: 11
}

@media (max-width: 500px) {
  .goods-why-heading {
    font-size: 3.8rem
  }
}

.goods-why-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  margin-bottom: 2rem;
  position: relative;
  z-index: 11
}

.goods-why-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative;
  z-index: 11
}

.goods-why-item {
  margin-left: 3.6rem;
  position: relative
}

.goods-why-item:not(:last-child) {
  margin-bottom: 2rem
}

.goods-why-item::before {
  background: url("../img/checkmark-black.png") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.stockindex {
  margin-left: var(--margin);
  padding-top: 0.8rem
}

.stockindex .activ-header {
  background: linear-gradient(to right, #9bd556, #9bd556 50%, rgba(155, 213, 86, 0)), url("../img/stockindex-header.png") right/contain no-repeat, #9bd556
}

.stockindex-method {
  color: #fff;
  margin: .8rem
}

.stockindex-method-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  background-color: #1d1d1d;
  font-weight: 500;
  line-height: 1;
  padding: 5rem 1rem 5rem var(--padding)
}

@media (max-width: 500px) {
  .stockindex-method-heading {
    font-size: 3.8rem
  }
}

.stockindex-method-wrapper {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #030303;
  line-height: 1.75
}

.stockindex-method-wrapper>* {
  padding: 5rem 1rem 5rem var(--padding)
}

.stockindex-method-wrapper>*:nth-child(1) {
  background: url("../img/stockindex-method1.png") right top/contain no-repeat, linear-gradient(114.59deg, #1d1d1d 34.3%, #272727 100%);
  margin: .5rem .5rem .5rem 0
}

.stockindex-method-wrapper>*:nth-child(2) {
  background: url("../img/stockindex-method2.png") right top/contain no-repeat, linear-gradient(114.59deg, #1d1d1d 34.3%, #272727 100%);
  margin: .5rem 0
}

.stockindex-method-wrapper>*:nth-child(3) {
  background: url("../img/stockindex-method3.png") right top/contain no-repeat, linear-gradient(114.59deg, #1d1d1d 34.3%, #272727 100%);
  margin-right: .5rem
}

.stockindex-method-wrapper>*:nth-child(4) {
  background: url("../img/stockindex-method4.png") right top/contain no-repeat, linear-gradient(114.59deg, #1d1d1d 34.3%, #272727 100%)
}

.stockindex-exchange {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #fff;
  line-height: 1.75;
  margin: .8rem;
  padding: 5rem 1rem 5rem var(--padding)
}

.stockindex-exchange-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .stockindex-exchange-heading {
    font-size: 3.8rem
  }
}

.stockindex-exchange-text {
  margin-bottom: 4rem
}

.stockindex-exchange-item {
  padding-right: 2rem
}

.accounts {
  border-top: 1px solid transparent
}

.accounts-header {
  background-color: #9bd556;
  margin: 0.8rem;
  margin-top: 9.8rem;
  padding: 5rem var(--padding)
}

.accounts-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .accounts-header-heading {
    font-size: 3.8rem
  }
}

.accounts .types-list {
  border-bottom: 1px solid #030303;
  list-style: none;
  margin-bottom: 5rem;
  margin-top: 3rem
}

.accounts .types-list-item {
  color: #b5b5b5;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 3rem 0;
  text-align: center;
  width: 30%
}

.accounts .types-list-item.active {
  border-bottom: .5rem solid #030303;
  color: #030303
}

.accounts .types-content {
  color: #fff;
  margin: .8rem
}

.accounts .types-content-left {
  background: #1d1d1d url("../img/types-left.png") center/contain no-repeat;
  margin-right: 0.4rem;
  padding: 6rem 0;
  padding-left: var(--padding);
  padding-right: 2.5rem
}

.accounts .types-content-right {
  background: #1d1d1d url("../img/types-right.png") center/contain no-repeat;
  border-left: .8rem solid #e8eae6;
  padding: 6rem 0;
  padding-left: 7.5rem;
  padding-right: 10rem
}

.accounts .types-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .accounts .types-heading {
    font-size: 3.8rem
  }
}

.accounts .types-text {
  font-size: 2rem;
  line-height: 1.5
}

.accounts .types-text--link {
  color: #fff
}

.single .accounts .types-text {
  color: #030303
}

.accounts .types .single {
  margin: auto;
  padding: 7.5rem 0;
  width: 50%
}

.accounts .about-list {
  list-style: none
}

.accounts .about-list-item {
  align-content: stretch;
  align-items: center;
  background: linear-gradient(to right, #1d1d1d 50%, #9bd556 50%);
  display: flex;
  justify-content: center;
  margin: 0 .8rem
}

.accounts .about-list-item--text {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase
}

.accounts .about-list-item--text:first-child {
  background-color: #1d1d1d;
  color: #fff;
  padding: 3rem 0;
  padding-left: calc(var(--padding) + 5.5rem)
}

.accounts .about-list-item--text:last-child {
  color: #000;
  padding-left: var(--padding);
  padding-right: 5rem
}

.accounts .types-bonus .bonus-link {
  background: #9bd556;
  margin-bottom: 0.8rem
}

.accounts .bonus-link {
  padding: 5rem 0
}

.accounts .table-wrapper {
  display: block;
  overflow-x: auto;
  position: relative
}

.accounts .table-wrapper.hidden {
  display: none
}

.accounts .accounts-spec-list {
  list-style: none;
  margin: 0.8rem
}

.accounts .accounts-spec-item {
  border: 0.8rem solid #e8eae6
}

.accounts .accounts-spec-item--name {
  background-color: #1d1d1d;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 3.5rem var(--padding);
  transition: .2s;
  width: 100%
}

.accounts .accounts-spec-item--img {
  margin-left: 5rem;
  transform: rotate(-90deg);
  transition: .2s
}

.accounts .accounts-spec-item--name:hover .accounts-spec-item--img {
  margin-left: 8rem
}

.accounts .accounts-spec-table {
  background-color: #fff;
  border-collapse: collapse;
  font-size: 2rem;
  line-height: 1;
  table-layout: fixed;
  width: 100%
}

@media (max-width: 600px) {
  .accounts .accounts-spec-table {
    table-layout: auto
  }
}

.accounts .accounts-spec-table td {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.accounts .accounts-spec-table tr {
  border-bottom: 1px solid #030303
}

.accounts .accounts-spec-table tr.hidden {
  display: none
}

.accounts .accounts-spec-table tr,
.accounts .accounts-spec-table td,
.accounts .accounts-spec-table th {
  min-width: max-content
}

.accounts .accounts-spec-table tr>*:first-child {
  padding-left: var(--padding)
}

.accounts .accounts-spec-table tr>*:last-child {
  padding-right: var(--padding)
}

.accounts .accounts-spec-table th {
  color: #b5b5b5;
  padding: 5rem 1rem 5rem 0
}

.accounts .accounts-spec-table td {
  color: #030303
}

.accounts .accounts-spec-table th,
.accounts .accounts-spec-table td {
  padding-left: 1rem;
  padding-right: 1rem
}

.accounts .accounts-spec-table td:first-child {
  color: #9bd556;
  font-weight: 700;
  padding-top: 0
}

.accounts .news-link {
  background: #fff;
  border: 0;
  margin: auto;
  outline: none;
  padding: 5rem;
  width: 100%
}

.accounts .news-link span {
  display: inline-block;
  margin-right: auto
}

.accounts .news-link_img {
  margin-left: auto;
  transform: rotate(90deg)
}

.accounts .news-link:hover .news-link_img {
  margin-left: 1.5rem;
  margin-right: auto;
  order: 2
}

.accounts .news-link:hover span {
  margin-left: auto;
  margin-right: 0
}

.accounts .news-link:hover {
  text-decoration: underline
}

.accounts .bonus {
  height: 22rem;
  margin: .8rem;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: .2s
}

.mt4 {
  margin-left: var(--margin);
  margin-top: var(--mtop)
}

.mt4-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: var(--mwidth);
  padding-left: var(--padding);
  padding-right: 25rem
}

@media (max-width: 500px) {
  .mt4-header-heading {
    font-size: 3.8rem
  }
}

.mt4-header-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  padding-left: var(--padding)
}

.mt4-header-left {
  background: #9bd556 url("../img/mt4.png") 95% 70%/20% no-repeat;
  margin: 0.8rem;
  margin-right: .4rem;
  padding: 6.3rem 0;
  padding-right: 19rem
}

.mt4-header-right {
  background: #fff;
  margin: 0.8rem;
  margin-left: 0.4rem;
  padding-bottom: 5.5rem;
  padding-left: var(--padding);
  padding-top: 7.8rem;
  position: relative
}

.mt4-header-right::before {
  background-color: #9bd556;
  content: '';
  height: 35rem;
  left: calc(var(--padding)/2);
  position: absolute;
  top: 0;
  width: 2px
}

.mt4-header-right--item {
  margin-bottom: 2.5rem
}

.mt4-header-right--text {
  font-size: 2rem;
  line-height: 1.5;
  position: relative
}

.mt4-header-right--heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  position: relative
}

@media (max-width: 500px) {
  .mt4-header-right--heading {
    font-size: 3.8rem
  }
}

.mt4-header-right--heading::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.mt4-header-right--heading::after {
  background-color: #fff;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.mt4 .mt4-download {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: var(--padding);
  outline: none;
  text-transform: uppercase
}

.mt4 .mt4-download-icon {
  margin-right: 1.5rem
}

.mt4 .needs {
  background: #1d1d1d url(../img/needs.png) left bottom/contain no-repeat;
  color: #fff;
  margin: 0 .8rem;
  padding-bottom: 6.3rem;
  padding-top: 6.3rem
}

.mt4 .needs-left {
  padding-left: var(--padding);
  padding-right: 8rem
}

.mt4 .needs-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .mt4 .needs-heading {
    font-size: 3.8rem
  }
}

.mt4 .needs-text {
  font-size: 2rem;
  line-height: 1.5
}

.mt4 .needs-right {
  padding-right: 15rem
}

.mt4 .needs-list {
  list-style: none
}

.mt4 .needs-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-left: 4rem;
  position: relative
}

.mt4 .needs-list-item::before {
  background: url(../img/checkmark.png) center/cover;
  content: '';
  height: 1.5rem;
  left: -4rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.mt4 .possibility {
  background-color: #fff;
  margin: 0 .8rem;
  padding: 6.3rem 15rem 6.3rem var(--padding)
}

.mt4 .possibility-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem
}

@media (max-width: 500px) {
  .mt4 .possibility-heading {
    font-size: 3.8rem
  }
}

.mt4 .possibility-list {
  list-style: none
}

.mt4 .possibility-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-right: 11rem
}

.mobile {
  margin-left: var(--margin)
}

.mobile-wrapper {
  margin: 0.8rem;
  margin-top: var(--mtop)
}

.mobile-left {
  background-color: #1d1d1d;
  color: #fff;
  height: 100vh;
  padding-left: var(--padding)
}

@media (min-width: 661px) {
  .mobile-left {
    position: sticky;
    top: var(--mtop)
  }
}

.mobile-header {
  padding-top: 26.4rem
}

.mobile-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase
}

@media (max-width: 500px) {
  .mobile-heading {
    font-size: 3.8rem
  }
}

.mobile-text {
  font-size: 2rem;
  line-height: 1.5
}

.mobile .download-buttons {
  margin-top: 5rem
}

.mobile .download-buttons-icon {
  margin-right: 2rem
}

.mobile .download-button {
  align-items: center;
  background-color: #343434;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 2rem;
  outline: none;
  padding: .6rem 3rem;
  text-align: left
}

.mobile .download-button.apple {
  margin-right: 2rem
}

.mobile-subheading {
  color: #030303;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: uppercase
}

.mobile-left {
  border-top: 0.8rem solid #e8eae6;
  padding-right: 7rem
}

.mobile-right {
  border-top: 0.8rem solid #e8eae6;
  text-align: center
}

.mobile-right-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: left
}

.mobile-right-item--img {
  max-width: 100%
}

.mobile-right-item:nth-child(1) {
  background-color: #fff;
  padding: 6rem 6.5rem
}

.mobile-right-item:nth-child(2) {
  background-color: #c4c4c4;
  padding: 14.3rem 6.5rem
}

.mobile-right-item:nth-child(3) {
  background-color: #9bd556;
  padding: 12.7rem 6.5rem
}

.mobile .bonus-link {
  background: url("../img/mobile.png") center/cover no-repeat;
  border: .8rem solid transparent;
  border-bottom: #e8eae6;
  color: #fff;
  justify-content: flex-end;
  margin-bottom: 0.8rem;
  padding-right: 10rem
}

.mobile .bonus-link:hover {
  background-origin: border-box;
  border: .8rem solid #1d1d1d;
  border-bottom: transparent
}

.webplatform.mobile .mobile-left {
  background-color: #000;
  color: #fff;
  padding-left: var(--padding)
}

.webplatform.mobile .mobile-img {
  margin: 3rem 0;
  width: 50%
}

.webplatform.mobile .mobile-header {
  padding-top: 0
}

.webplatform.mobile .mobile-right-item {
  height: 100vh
}

.webplatform.mobile .mobile-right-item:nth-child(1) {
  background: #fff url("../img/webplatform1.png") center/contain no-repeat;
  padding: 6rem 6.5rem
}

.webplatform.mobile .mobile-right-item:nth-child(2) {
  background: #c4c4c4 url("../img/webplatform2.png") center/contain no-repeat;
  padding: 14.3rem 6.5rem
}

.webplatform.mobile .mobile-right-item:nth-child(3) {
  background: #9bd556 url("../img/webplatform3.png") center/contain no-repeat;
  padding: 12.7rem 6.5rem
}

.webplatform.mobile .mobile-right-item--img {
  visibility: hidden
}

.webplatform.mobile .bonus {
  margin: 0;
  padding: 0
}

.webplatform.mobile .bonus-link:hover {
  background-origin: padding-box;
  border-color: transparent
}

.trend {
  margin-left: var(--margin)
}

.trend-header {
  background-color: #9bd556;
  border-top: 0.8rem solid #e8eae6;
  margin: 0.8rem;
  margin-top: 9rem;
  padding: 5.5rem 2rem 5.5rem var(--padding)
}

.trend-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .trend-header-heading {
    font-size: 3.8rem
  }
}

.trend-header-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 68rem
}

.trend .heat-map {
  margin: 0.8rem
}

.trend .heat-map .maps {
  height: 600px;
  overflow-y: hidden;
  width: 100%
}

.trend .crypto-map {
  margin: 0.8rem
}

.trend .crypto-map .maps {
  height: 600px;
  overflow-y: hidden;
  width: 100%
}

.trend .trading-map {
  margin: 0.8rem
}

.trend .trading-map .maps {
  height: 600px;
  overflow-y: hidden;
  width: 100%
}

.trend .trading-map .tradingview-widget-container {
  height: 110% !important
}

.js-copyright-label {
  display: none !important
}

.tradingview-widget-container {
  height: 115% !important
}

.calculator {
  margin-left: var(--margin)
}

.calculator-header {
  margin-top: 9rem
}

.calculator-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .calculator-header-heading {
    font-size: 3.8rem
  }
}

.calculator-header-text {
  font-size: 2rem;
  line-height: 1.5
}

.calculator-header-left {
  background-color: #9bd556;
  margin: 0.8rem;
  margin-right: .4rem;
  padding-bottom: 15.5rem;
  padding-left: var(--padding);
  padding-right: 2rem;
  padding-top: 12.2rem
}

.calculator-header-left:hover {
  border-color: #9bd556
}

.calculator-header-right {
  background: #fff;
  margin: 0.8rem;
  margin-left: .4rem;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem
}

.calculator-wrapper {
  height: 400px;
  margin: auto;
  overflow-y: hidden;
  width: 330px
}

.calculator-wrapper iframe {
  position: relative;
  top: -150px
}

.calculator-ability {
  border-top: 0
}

.calculator-ability-left {
  background: #fff;
  margin: 0.8rem;
  margin-right: 0.4rem;
  margin-top: 0
}

.calculator-ability-right {
  background: linear-gradient(to bottom, #1d1d1d, rgba(29, 29, 29, 0)), url("../img/ability.png") center/cover no-repeat, #1d1d1d;
  color: #fff;
  margin: .8rem;
  margin-left: .4rem;
  margin-top: 0;
  padding: 17.2rem 7rem
}

.calculator-ability-right-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  margin-bottom: 4rem
}

@media (max-width: 500px) {
  .calculator-ability-right-heading {
    font-size: 3.8rem
  }
}

.calculator-ability-right-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none
}

.calculator-ability-right-item {
  margin-left: 3.6rem;
  position: relative
}

.calculator-ability-right-item:not(:last-child) {
  margin-bottom: 2rem
}

.calculator-ability-right-item::before {
  background: url("../img/checkmark.png") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.calculator .ability-wrapper {
  height: 560px;
  margin: auto;
  overflow-y: hidden;
  width: 330px
}

.calculator .ability-wrapper iframe {
  display: block;
  position: relative;
  top: -110px
}

.tech {
  margin-left: var(--margin)
}

.tech-header {
  margin-top: var(--mtop)
}

.tech-header-left {
  background-color: #9bd556;
  margin: 0.8rem;
  margin-right: .4rem;
  padding: 4.4rem 2rem 7.7rem var(--padding)
}

.tech-header-left-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .tech-header-left-heading {
    font-size: 3.8rem
  }
}

.tech-header-left-text {
  font-size: 2rem;
  line-height: 1.5
}

.tech-header-right {
  background: #fff url("../img/tech.png") center/cover no-repeat;
  margin: 0.8rem;
  margin-left: .4rem;
  padding: 11.4rem 0;
  text-align: center
}

.tech-header-right-text {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 46rem;
  text-align: left
}

.tech-header-right-text:last-child {
  font-weight: 700;
  margin-top: 2rem
}

.tech .analysis .tabs-menu {
  width: 100%
}

.tech .analysis .tabs-button {
  text-transform: uppercase
}

.tech .analysis-menu {
  border-bottom: 1px solid #030303;
  list-style: none
}

.tech .analysis-button {
  color: #d4d4d4;
  cursor: pointer;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  padding: 5.7rem 5.4rem 3.3rem var(--padding)
}

.tech .analysis-button.active {
  border-bottom: 2px solid #030303;
  color: #030303;
  font-size: 4.8rem;
  font-weight: normal;
  height: 100%;
  line-height: 1
}

.tech .analysis-content {
  background-color: #fff
}

.tech .analysis-content-left {
  background-color: #e8eae6
}

.tech .widget-wrapper {
  height: 420px;
  margin: 0 auto;
  max-width: 425px;
  overflow-y: hidden
}

.tech .widget-wrapper iframe {
  height: 110%;
  width: 100% !important
}

.tech .widget-wrapper .tradingview-widget-container {
  width: 100% !important
}

.tech .info {
  display: flex;
  justify-content: flex-start;
  margin-left: 5rem;
  padding: 2rem
}

.tech .info-text {
  color: #1d1d1d;
  font-size: 1.4rem;
  line-height: 1.57;
  position: relative
}

.tech .info-img {
  left: -50px;
  position: absolute;
  top: 0
}

.calendar {
  margin-left: var(--margin)
}

.calendar-header {
  background-color: #9bd556;
  border-top: 0.8rem solid #e8eae6;
  margin: 0.8rem;
  margin-top: 9rem;
  padding: 7.8rem 2rem 7.8rem var(--padding)
}

.calendar-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .calendar-header-heading {
    font-size: 3.8rem
  }
}

.calendar-header-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 68rem
}

.calendar .how {
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)), url("../img/calendar.png") left/contain no-repeat;
  margin: .8rem
}

.calendar .how-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500
}

@media (max-width: 500px) {
  .calendar .how-heading {
    font-size: 3.8rem
  }
}

.calendar .how-text {
  font-size: 2rem;
  line-height: 1.5
}

.calendar .how .red {
  background-color: #f96e46
}

.calendar .how .green {
  background-color: #9ad556
}

.calendar .how-left {
  padding: 4.3rem 2rem 10.7rem var(--padding)
}

.calendar .how-right {
  background-color: #fff;
  padding: 4.3rem 2rem
}

.calendar .calendar-economy {
  margin: 0.8rem
}

.calendar .calendar-economy .investing-calendar iframe {
  height: 600px !important;
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  width: 100% !important
}

.robots {
  margin-left: var(--margin)
}

.robots-header {
  background-color: #9bd556;
  margin: 0.8rem;
  margin-top: var(--mtop);
  padding: 7.8rem 2rem 7.8rem var(--padding)
}

.robots-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .robots-header-heading {
    font-size: 3.8rem
  }
}

.robots-header-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 68rem
}

.robots .required {
  background-color: #1d1d1d;
  color: #fff;
  margin: 0.8rem
}

.robots .required-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: 79.2rem;
  padding: 6.2rem 2rem 4.2rem var(--padding)
}

@media (max-width: 500px) {
  .robots .required-heading {
    font-size: 3.8rem
  }
}

.robots .required-steps-item {
  color: #fff;
  font-size: 3rem;
  height: 41rem;
  line-height: 1.33;
  padding-bottom: 5.3rem;
  padding-right: 2rem
}

.robots .required-steps-item:nth-child(1) {
  background-image: url("../img/robots1.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: var(--padding)
}

.robots .required-steps-item:nth-child(1)--text {
  max-width: 23.5rem
}

.robots .required-steps-item:nth-child(2) {
  background-image: url("../img/robots2.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-left: 2rem
}

.robots .required-steps-item:nth-child(3) {
  background-image: url("../img/robots3.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 2rem
}

.robots .video-header {
  padding-bottom: 5.7rem;
  padding-top: 5.7rem
}

.robots .video-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: 54rem;
  padding-left: var(--padding)
}

@media (max-width: 500px) {
  .robots .video-header-heading {
    font-size: 3.8rem
  }
}

.robots .video-header-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 15rem;
  max-width: 54rem
}

.robots .robots-video {
  margin: 0.4rem;
  margin-bottom: 0
}

.robots .robots-video-item {
  background-color: #737373;
  border: 0.4rem solid #e8eae6;
  max-width: unset;
  overflow: hidden
}

.robots .robots-video-item:nth-child(odd) {
  margin-right: 0
}

.robots .robots-video-item:nth-child(even) {
  margin-left: 0
}

.robots .robots-video-item:hover .robots-video-img {
  transform: scale(1.05)
}

.robots .robots-video-img {
  cursor: pointer;
  object-fit: contain;
  transition: .2s;
  width: 100%
}

.robots .how {
  background-color: #1d1d1d;
  color: #fff;
  margin: 0.8rem;
  margin-top: 0.4rem;
  padding-bottom: 6.9rem;
  padding-top: 6.9rem
}

.robots .how-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 6.5rem;
  max-width: 29rem;
  padding-left: var(--padding)
}

@media (max-width: 500px) {
  .robots .how-heading {
    font-size: 3.8rem
  }
}

.robots .how-wrapper {
  padding-left: calc(100% - 93.2rem - var(--padding));
  position: relative
}

.robots .how-wrapper::before {
  background-color: #9bd556;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -3.7rem;
  width: calc(100% - 26.4rem - var(--padding));
  z-index: 4
}

.robots .how-item {
  font-size: 3rem;
  line-height: 1.33;
  padding-right: 2rem;
  position: relative;
  width: 26.4rem
}

.robots .how-item::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: .7rem;
  position: absolute;
  top: -3.7rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.robots .how-item::after {
  background-color: #1d1d1d;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: .7rem;
  position: absolute;
  top: -3.7rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.signals {
  margin-left: var(--margin)
}

.signals-header {
  background-color: #9bd556;
  border-top: 0.8rem solid #e8eae6;
  margin: 0.8rem;
  margin-top: var(--mtop);
  padding: 7.8rem 2rem 7.8rem var(--padding)
}

.signals-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .signals-header-heading {
    font-size: 3.8rem
  }
}

.signals-header-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 68rem
}

.signals .required {
  background-color: #1d1d1d;
  color: #fff;
  margin: 0.8rem
}

.signals .required-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: 79.2rem;
  padding: 6.2rem 2rem 4.2rem var(--padding)
}

@media (max-width: 500px) {
  .signals .required-heading {
    font-size: 3.8rem
  }
}

.signals .required-steps-item {
  color: #fff;
  font-size: 3rem;
  height: 41rem;
  line-height: 1.33;
  padding-bottom: 5.3rem;
  padding-right: 2rem
}

.signals .required-steps-item:nth-child(1) {
  background-image: url("../img/robots1.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: var(--padding)
}

.signals .required-steps-item:nth-child(1)--text {
  max-width: 23.5rem
}

.signals .required-steps-item:nth-child(2) {
  background-image: url("../img/robots2.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-left: 2rem
}

.signals .required-steps-item:nth-child(3) {
  background-image: url("../img/robots3.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 2rem
}

.signals .video-header {
  padding-bottom: 5.7rem;
  padding-top: 5.7rem
}

.signals .video-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: 54rem;
  padding-left: var(--padding)
}

@media (max-width: 500px) {
  .signals .video-header-heading {
    font-size: 3.8rem
  }
}

.signals .video-header-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 15rem;
  max-width: 54rem
}

.signals .signals-video-item {
  background-color: #737373;
  margin: 0.8rem;
  margin-top: 0;
  max-width: unset;
  overflow: hidden
}

.signals .signals-video-item:nth-child(odd):not(:first-of-type) {
  margin-left: 0
}

.signals .signals-video-img {
  cursor: pointer;
  object-fit: contain;
  width: 100%
}

.signals .how {
  background-color: #1d1d1d;
  color: #fff;
  margin: 0.8rem;
  margin-top: 0;
  padding-bottom: 6.9rem;
  padding-top: 6.9rem
}

.signals .how-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 6.5rem;
  max-width: 29rem;
  padding-left: var(--padding)
}

@media (max-width: 500px) {
  .signals .how-heading {
    font-size: 3.8rem
  }
}

.signals .how-wrapper {
  padding-left: calc(100% - 93.2rem - var(--padding));
  position: relative
}

.signals .how-wrapper::before {
  background-color: #9bd556;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -3.7rem;
  width: calc(100% - 26.4rem - var(--padding));
  z-index: 4
}

.signals .how-item {
  font-size: 3rem;
  line-height: 1.33;
  min-height: 7.81rem;
  padding-right: 2rem;
  position: relative;
  width: 26.4rem
}

.signals .how-item::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: .7rem;
  position: absolute;
  top: -3.7rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.signals .how-item::after {
  background-color: #1d1d1d;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: .7rem;
  position: absolute;
  top: -3.7rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.bonuses .mt4 {
  margin-left: var(--margin)
}

.bonuses .mt4-warning {
  background-color: #f96e46;
  margin: .8rem;
  margin-bottom: 0;
  margin-top: calc(var(--mtop) + .8rem);
  padding-left: calc(var(--padding) + 3.5rem)
}

.bonuses .mt4-warning .warning-text {
  font-size: 1.4rem;
  line-height: 1.57;
  max-width: 62rem;
  padding: 2.5rem 0;
  position: relative
}

.bonuses .mt4-warning .warning-text::before {
  background: url("../img/excl.png") center/cover no-repeat;
  content: '';
  height: 2.6rem;
  left: -3.5rem;
  position: absolute;
  top: 2rem;
  width: 2.5rem
}

.bonuses .mt4-header {
  border-top: 0;
  margin-top: 0
}

.bonuses .mt4-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: max-content;
  padding-left: var(--padding);
  padding-right: 4rem
}

@media (max-width: 500px) {
  .bonuses .mt4-header-heading {
    font-size: 3.8rem
  }
}

.bonuses .mt4-header-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  padding-left: var(--padding)
}

.bonuses .mt4-header-left {
  background: #9bd556 url("../img/bonuses.png") right bottom/contain no-repeat;
  margin-bottom: 0;
  padding: 6.3rem 0;
  padding-right: 4rem
}

.bonuses .mt4-header-right {
  background-color: #1d1d1d;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 5.5rem;
  padding-left: var(--padding);
  padding-top: 7.8rem;
  position: relative
}

.bonuses .mt4-header-right::before {
  background-color: #9bd556;
  content: '';
  height: 60rem;
  left: calc(var(--padding)/2);
  position: absolute;
  top: 0;
  width: 2px
}

.bonuses .mt4-header-right--item {
  margin-bottom: 2.5rem;
  min-height: 8.5rem;
  padding-right: 2rem
}

.bonuses .mt4-header-right--heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative
}

.bonuses .mt4-header-right--heading::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.bonuses .mt4-header-right--heading::after {
  background-color: #1d1d1d;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.bonuses .mt4 .mt4-download {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: var(--padding);
  outline: none;
  text-transform: uppercase
}

.bonuses .mt4 .mt4-download-icon {
  margin-right: 1.5rem
}

.bonuses .mt4 .needs {
  background: #1d1d1d url(../img/needs.png) left bottom/contain no-repeat;
  color: #fff;
  padding-bottom: 6.3rem;
  padding-top: 6.3rem
}

.bonuses .mt4 .needs-left {
  padding-left: var(--padding);
  padding-right: 8rem
}

.bonuses .mt4 .needs-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses .mt4 .needs-heading {
    font-size: 3.8rem
  }
}

.bonuses .mt4 .needs-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses .mt4 .needs-right {
  padding-right: 15rem
}

.bonuses .mt4 .needs-list {
  list-style: none
}

.bonuses .mt4 .needs-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-left: 4rem;
  position: relative
}

.bonuses .mt4 .needs-list-item::before {
  background: url(../img/checkmark.png) center/cover;
  content: '';
  height: 1.5rem;
  left: -4rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.bonuses .mt4 .possibility {
  padding: 6.3rem 15rem 6.3rem var(--padding)
}

.bonuses .mt4 .possibility-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem
}

@media (max-width: 500px) {
  .bonuses .mt4 .possibility-heading {
    font-size: 3.8rem
  }
}

.bonuses .mt4 .possibility-list {
  list-style: none
}

.bonuses .mt4 .possibility-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-right: 11rem
}

.bonuses .mt4-calculation .calculation-left {
  background-color: #1d1d1d;
  color: #fff;
  margin: .8rem;
  margin-right: .4rem;
  padding-bottom: 3rem;
  padding-left: var(--padding);
  padding-right: 11.2rem;
  padding-top: 5.5rem
}

.bonuses .mt4-calculation .calculation-left-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses .mt4-calculation .calculation-left-heading {
    font-size: 3.8rem
  }
}

.bonuses .mt4-calculation .calculation-left-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses .mt4-calculation .calculation-left-subheading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5rem
}

.bonuses .mt4-calculation .calculation-left-table {
  list-style: none;
  margin-top: 3rem
}

.bonuses .mt4-calculation .calculation-left-table-item {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: calc(-1 * var(--padding));
  padding: 1.8rem 0
}

.bonuses .mt4-calculation .calculation-left-table-item:not(:last-child) {
  border-bottom: 1px solid #000
}

.bonuses .mt4-calculation .calculation-left-table-item:last-child {
  padding-bottom: 0
}

.bonuses .mt4-calculation .calculation-left .item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: var(--padding);
  padding-left: var(--padding);
  padding-right: 2rem;
  width: 35rem
}

.bonuses .mt4-calculation .calculation-left-input {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem;
  padding-left: 1.5rem;
  width: 100%
}

.bonuses .mt4-calculation .calculation-right {
  background-color: #9bd556;
  margin: .8rem;
  margin-left: .4rem;
  text-align: center
}

.bonuses .mt4-calculation .calculation-right-heading {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 4rem
}

.bonuses .mt4-calculation .calculation-right-result {
  font-size: 4.8rem;
  line-height: 1.21;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media (max-width: 500px) {
  .bonuses .mt4-calculation .calculation-right-result {
    font-size: 3.8rem
  }
}

.bonuses .mt4-calculation .calculation-right-caption {
  display: inline-block;
  font-size: 2rem;
  line-height: 1rem;
  margin-bottom: 5rem
}

.bonuses .mt4-calculation .calculation-right .way-left--link {
  margin: auto
}

.bonuses .mt4-get-bonus {
  padding: 3.8rem 2rem 3.8rem var(--padding)
}

.bonuses .mt4-get-bonus .get-bonus-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: 50rem
}

@media (max-width: 500px) {
  .bonuses .mt4-get-bonus .get-bonus-heading {
    font-size: 3.8rem
  }
}

.bonuses .mt4-get-bonus .get-bonus-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 50rem
}

.bonuses-header-right {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem;
  min-height: 11.6rem
}

@media (max-width: 500px) {
  .bonuses-header-right {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4 {
  margin-left: var(--margin)
}

.bonuses.invite .mt4-header {
  margin-top: var(--top)
}

.bonuses.invite .mt4-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: max-content;
  padding-left: var(--padding);
  padding-right: 4rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4-header-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4-header-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  padding-left: var(--padding)
}

.bonuses.invite .mt4-header-left {
  background: #9bd556;
  display: flex;
  flex-direction: column;
  padding: 0
}

.bonuses.invite .mt4-header-left-wrapper {
  background: #9bd556 url("../img/invite.png") center bottom/100% no-repeat;
  padding: 6.3rem 0;
  padding-bottom: 17rem;
  padding-right: 4rem
}

.bonuses.invite .mt4-header-left .description {
  background-color: #c4c4c4;
  border-top: .8rem solid #e8eae6;
  padding: 5.1rem 2.3em 5.1rem var(--padding)
}

.bonuses.invite .mt4-header-left .description-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.65
}

.bonuses.invite .mt4-header-left .description-text b {
  font-size: 2.5rem;
  line-height: 1.32
}

.bonuses.invite .mt4-header-right {
  background-color: #1d1d1d;
  color: #fff;
  padding-bottom: 5.5rem;
  padding-left: var(--padding);
  padding-top: 7.8rem;
  position: relative
}

.bonuses.invite .mt4-header-right::before {
  background-color: #9bd556;
  content: '';
  height: 51.2rem;
  left: calc(var(--padding)/2);
  position: absolute;
  top: 0;
  width: 2px
}

.bonuses.invite .mt4-header-right--item {
  margin-bottom: 2.5rem;
  min-height: 8.5rem
}

.bonuses.invite .mt4-header-right--heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 2rem;
  position: relative
}

.bonuses.invite .mt4-header-right--heading::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.bonuses.invite .mt4-header-right--heading::after {
  background-color: #1d1d1d;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.bonuses.invite .mt4 .mt4-download {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: var(--padding);
  outline: none;
  text-transform: uppercase
}

.bonuses.invite .mt4 .mt4-download-icon {
  margin-right: 1.5rem
}

.bonuses.invite .mt4 .needs {
  background: #1d1d1d url(../img/needs.png) left bottom/contain no-repeat;
  color: #fff;
  padding-bottom: 6.3rem;
  padding-top: 6.3rem
}

.bonuses.invite .mt4 .needs-left {
  padding-left: var(--padding);
  padding-right: 8rem
}

.bonuses.invite .mt4 .needs-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4 .needs-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4 .needs-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses.invite .mt4 .needs-right {
  padding-right: 15rem
}

.bonuses.invite .mt4 .needs-list {
  list-style: none
}

.bonuses.invite .mt4 .needs-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-left: 4rem;
  position: relative
}

.bonuses.invite .mt4 .needs-list-item::before {
  background: url(../img/checkmark.png) center/cover;
  content: '';
  height: 1.5rem;
  left: -4rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.bonuses.invite .mt4 .possibility {
  padding: 6.3rem 15rem 6.3rem var(--padding)
}

.bonuses.invite .mt4 .possibility-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4 .possibility-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4 .possibility-list {
  list-style: none
}

.bonuses.invite .mt4 .possibility-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-right: 11rem
}

.bonuses.invite .mt4-calculation .calculation-left {
  background-color: #1d1d1d;
  color: #fff;
  padding-bottom: 3rem;
  padding-left: var(--padding);
  padding-top: 5.5rem
}

.bonuses.invite .mt4-calculation .calculation-left-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4-calculation .calculation-left-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4-calculation .calculation-left-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses.invite .mt4-calculation .calculation-left-subheading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5rem
}

.bonuses.invite .mt4-calculation .calculation-left-table {
  list-style: none;
  margin-top: 3rem
}

.bonuses.invite .mt4-calculation .calculation-left-table-item {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: calc(-1 * var(--padding));
  padding: 1.8rem 0
}

.bonuses.invite .mt4-calculation .calculation-left-table-item:not(:last-child) {
  border-bottom: 1px solid #000
}

.bonuses.invite .mt4-calculation .calculation-left-table-item:last-child {
  padding-bottom: 0
}

.bonuses.invite .mt4-calculation .calculation-left .item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: var(--padding);
  padding-left: var(--padding);
  padding-right: 2rem;
  width: 35rem
}

.bonuses.invite .mt4-calculation .calculation-right {
  background-color: #9bd556;
  text-align: center
}

.bonuses.invite .mt4-calculation .calculation-right-heading {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 4rem
}

.bonuses.invite .mt4-calculation .calculation-right-result {
  font-size: 4.8rem;
  line-height: 1.21;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4-calculation .calculation-right-result {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4-calculation .calculation-right-caption {
  display: inline-block;
  font-size: 2rem;
  line-height: 1rem;
  margin-bottom: 5rem
}

.bonuses.invite .mt4-calculation .calculation-right .way-left--link {
  margin: auto
}

.bonuses.invite .mt4-get-bonus {
  padding: 3.8rem 2rem 3.8rem var(--padding)
}

.bonuses.invite .mt4-get-bonus .get-bonus-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: 70rem
}

@media (max-width: 500px) {
  .bonuses.invite .mt4-get-bonus .get-bonus-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite .mt4-get-bonus .get-bonus-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 70rem
}

.bonuses-header-right {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem;
  min-height: 11.6rem
}

@media (max-width: 500px) {
  .bonuses-header-right {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4 {
  margin-left: var(--margin)
}

.bonuses.invite.deposit .mt4-header {
  margin-top: var(--mtop)
}

.bonuses.invite.deposit .mt4-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2.5rem;
  max-width: max-content;
  padding-left: var(--padding);
  padding-right: 4rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4-header-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4-header-text {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: var(--padding)
}

.bonuses.invite.deposit .mt4-header-left {
  background: #9bd556;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0
}

.bonuses.invite.deposit .mt4-header-left-wrapper {
  background: none;
  padding: 6.3rem 0;
  padding-bottom: 7.1rem;
  padding-right: 3.6rem
}

.bonuses.invite.deposit .mt4-header-left .description {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)), url("../img/deposit.png") left bottom/cover no-repeat, #fff;
  padding: 4.6rem 2.3em 6.6rem var(--padding)
}

.bonuses.invite.deposit .mt4-header-left .description-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.65
}

.bonuses.invite.deposit .mt4-header-right {
  background-color: #1d1d1d;
  color: #fff;
  padding-bottom: 5.5rem;
  padding-left: var(--padding);
  padding-top: 7.8rem;
  position: relative
}

.bonuses.invite.deposit .mt4-header-right::before {
  background-color: #9bd556;
  content: '';
  height: 60rem;
  left: calc(var(--padding)/2);
  position: absolute;
  top: 0;
  width: 2px
}

.bonuses.invite.deposit .mt4-header-right--item {
  margin-bottom: 2.5rem;
  min-height: 8.5rem
}

.bonuses.invite.deposit .mt4-header-right--heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 2rem;
  position: relative
}

.bonuses.invite.deposit .mt4-header-right--heading::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.bonuses.invite.deposit .mt4-header-right--heading::after {
  background-color: #1d1d1d;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1 + 1px);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.bonuses.invite.deposit .mt4 .mt4-download {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: var(--padding);
  outline: none;
  text-transform: uppercase
}

.bonuses.invite.deposit .mt4 .mt4-download-icon {
  margin-right: 1.5rem
}

.bonuses.invite.deposit .mt4 .needs {
  background: #1d1d1d url(../img/needs.png) left bottom/contain no-repeat;
  color: #fff;
  padding-bottom: 6.3rem;
  padding-top: 6.3rem
}

.bonuses.invite.deposit .mt4 .needs-left {
  padding-left: var(--padding);
  padding-right: 8rem
}

.bonuses.invite.deposit .mt4 .needs-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4 .needs-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4 .needs-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses.invite.deposit .mt4 .needs-right {
  padding-right: 15rem
}

.bonuses.invite.deposit .mt4 .needs-list {
  list-style: none
}

.bonuses.invite.deposit .mt4 .needs-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-left: 4rem;
  position: relative
}

.bonuses.invite.deposit .mt4 .needs-list-item::before {
  background: url(../img/checkmark.png) center/cover;
  content: '';
  height: 1.5rem;
  left: -4rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.bonuses.invite.deposit .mt4 .possibility {
  padding: 6.3rem 15rem 6.3rem var(--padding)
}

.bonuses.invite.deposit .mt4 .possibility-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4 .possibility-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4 .possibility-list {
  list-style: none
}

.bonuses.invite.deposit .mt4 .possibility-list-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-right: 11rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-left {
  background-color: #1d1d1d;
  color: #fff;
  padding-bottom: 3rem;
  padding-left: var(--padding);
  padding-top: 5.5rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4-calculation .calculation-left-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-text {
  font-size: 2rem;
  line-height: 1.5
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-subheading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-table {
  list-style: none;
  margin-top: 3rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-table-item {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: calc(-1 * var(--padding));
  padding: 1.8rem 0
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-table-item:not(:last-child) {
  border-bottom: 1px solid #000
}

.bonuses.invite.deposit .mt4-calculation .calculation-left-table-item:last-child {
  padding-bottom: 0
}

.bonuses.invite.deposit .mt4-calculation .calculation-left .item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: var(--padding);
  padding-left: var(--padding);
  padding-right: 2rem;
  width: 35rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-right {
  background-color: #9bd556;
  text-align: center
}

.bonuses.invite.deposit .mt4-calculation .calculation-right-heading {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 4rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-right-result {
  font-size: 4.8rem;
  line-height: 1.21;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4-calculation .calculation-right-result {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4-calculation .calculation-right-caption {
  display: inline-block;
  font-size: 2rem;
  line-height: 1rem;
  margin-bottom: 5rem
}

.bonuses.invite.deposit .mt4-calculation .calculation-right .way-left--link {
  margin: auto
}

.bonuses.invite.deposit .mt4-get-bonus {
  padding: 3.8rem 2rem 3.8rem var(--padding)
}

.bonuses.invite.deposit .mt4-get-bonus .get-bonus-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: 66.2rem
}

@media (max-width: 500px) {
  .bonuses.invite.deposit .mt4-get-bonus .get-bonus-heading {
    font-size: 3.8rem
  }
}

.bonuses.invite.deposit .mt4-get-bonus .get-bonus-text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 66.2rem
}

.bonuses.invite.deposit .mt4-warning {
  margin: .8rem
}

.bonuses-header-right {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem;
  min-height: 11.6rem
}

@media (max-width: 500px) {
  .bonuses-header-right {
    font-size: 3.8rem
  }
}

.news {
  background-clip: content-box;
  background-color: #e8eae6
}

.news-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 5rem var(--padding)
}

.news-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .news-header-heading {
    font-size: 3.8rem
  }
}

.news-all {
  background-color: #e8eae6
}

.news-all-item {
  background-color: #fff;
  color: #030303;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0.8rem;
  padding-bottom: 4rem;
  position: relative;
  text-decoration: none;
  transition: .2s
}

.news-all-item:hover {
  margin: 0
}

.news-all-item:hover .item-link_img {
  margin-left: 2.5rem;
  margin-right: 0;
  order: 2
}

.news-all-item:nth-child(odd) {
  margin-left: 1.6rem
}

.news-all-item:nth-child(odd):hover {
  margin-left: .8rem
}

.news-all-item:nth-child(even) {
  margin-right: 1.6rem
}

.news-all-item:nth-child(even):hover {
  margin-right: .8rem
}

.news-all-item::before {
  background: url("../img/parad-logo.png") center/cover no-repeat;
  content: '';
  height: 2rem;
  position: absolute;
  right: 9rem;
  top: 2.5rem;
  width: 13.5rem
}

.news-all-item .item-img {
  width: 100%
}

.news-all-item .item-label {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  left: var(--padding);
  line-height: 1.33;
  position: absolute;
  top: 0;
  width: 6rem
}

.news-all-item .item-title {
  background: #9bd556;
  padding: 2rem 0 2rem 2.9rem;
  padding-left: var(--padding)
}

.news-all-item .item-text {
  max-width: 64rem;
  padding-left: var(--padding);
  padding-right: 2rem;
  padding-top: 1.5rem
}

.news-all-item .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  padding-left: var(--padding)
}

.news-all-item .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.news-all-item .item-link:hover .news-all-item .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.single .news {
  background-clip: content-box;
  background-color: #e8eae6
}

.single .news-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: var(--mtop);
  padding: 5rem var(--padding)
}

.single .news-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .single .news-header-heading {
    font-size: 3.8rem
  }
}

.single .news-all {
  background-color: #e8eae6
}

.single .news-all-item {
  background-color: #fff;
  color: #030303;
  font-size: 2rem;
  height: min-content;
  line-height: 1.5;
  margin: 0.8rem;
  padding-bottom: 4rem;
  position: relative;
  text-decoration: none;
  transition: .2s
}

.single .news-all-item::before {
  background: url("../img/parad-logo.png") center/cover no-repeat;
  content: '';
  height: 2rem;
  position: absolute;
  right: 9rem;
  top: 2.5rem;
  width: 13.5rem
}

.single .news-all-item .item-img {
  height: 50vh
}

.single .news-all-item .item-label {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  left: var(--padding);
  line-height: 1.33;
  position: absolute;
  top: 0;
  width: 6rem
}

.single .news-all-item .item-label-main {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  left: 2.9rem;
  line-height: 1.33;
  margin-bottom: -6rem;
  padding-left: var(--padding);
  position: relative;
  top: 4rem;
  width: 6rem
}

.single .news-all-item .item-label-main+.single .news-all-item .item-text {
  margin-top: 0
}

.single .news-all-item .item-title {
  background: #9bd556;
  color: #030303;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  padding: 2rem 0 2rem var(--padding)
}

.single .news-all-item .item-text {
  color: #030303;
  font-size: 1.8rem;
  line-height: 1.56;
  margin-top: 3rem;
  max-width: 80%;
  padding-left: var(--padding);
  padding-right: 3rem;
  padding-top: 1.5rem
}

.single .news-all-item .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0;
  margin-top: 3rem
}

.single .news-all-item .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.single .news-all-item .item-link:hover .single .news-all-item .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.single .news-all-item:hover {
  margin: 0
}

.single .news-all-item:hover .item-link_img {
  margin-left: 1.5rem;
  margin-right: 0;
  order: 2
}

.single .news-all-main::before {
  display: none
}

.single .news-all-recomended {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  padding: 5.1rem 2rem;
  padding-left: var(--padding);
  position: relative
}

@media (max-width: 500px) {
  .single .news-all-recomended {
    font-size: 3.8rem
  }
}

.single .news-all-item.news-all-main p:not(.item-title) {
  color: #030303;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 80rem;
  padding-left: 0
}

.single .news-all ul li {
  color: #030303;
  font-size: 1.8rem;
  line-height: 2.22;
  list-style: disc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 80rem;
  padding-left: 0
}

.single .news-all-main .item-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33
}

.single .news-all-main .item-text {
  padding-left: calc(2*var(--padding) + 1rem)
}

.single .news-all-main .item-link {
  padding-left: var(--padding)
}

.single .news-all-main .item-link_img {
  transform: rotate(180deg)
}

.blog .news {
  background-clip: content-box;
  background-color: #e8eae6
}

.blog .news-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 5rem var(--padding)
}

.blog .news-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .blog .news-header-heading {
    font-size: 3.8rem
  }
}

.blog .news-all {
  background-color: #e8eae6
}

.blog .news-all-item {
  background-color: #fff;
  color: #030303;
  font-size: 2rem;
  height: min-content;
  line-height: 1.5;
  margin: 1.6rem;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  padding-bottom: 4rem;
  position: relative;
  text-decoration: none
}

.blog .news-all-item::before {
  background: url("../img/parad-logo.png") center/cover no-repeat;
  content: '';
  height: 2rem;
  position: absolute;
  right: 9rem;
  top: 2.5rem;
  width: 13.5rem
}

.blog .news-all-item .item-img {
  height: 50vh;
  object-fit: fill
}

.blog .news-all-item .item-label {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  left: var(--padding);
  line-height: 1.33;
  position: absolute;
  top: 0;
  width: 6rem
}

.blog .news-all-item .item-title {
  background: #9bd556;
  padding: 2rem 0 2rem var(--padding)
}

.blog .news-all-item .item-text {
  max-width: 74rem;
  padding-left: 2.9rem;
  padding-right: 2rem;
  padding-top: 1.5rem
}

.blog .news-all-item .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0;
  margin-top: 3rem
}

.blog .news-all-item .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.blog .news-all-item .item-link:hover .blog .news-all-item .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.blog .news-all-item:hover {
  margin: .8rem;
  margin-bottom: 0;
  margin-top: 0
}

.blog .news-all-item:hover .item-link_img {
  margin-left: 2.5rem;
  margin-right: 0;
  order: 2
}

.reviews {
  background-clip: content-box;
  background-color: #e8eae6;
  border: 1px solid transparent
}

.reviews-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: var(--mtop);
  padding: 7.4rem 2rem 8.1rem var(--padding)
}

.reviews-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .reviews-header-heading {
    font-size: 3.8rem
  }
}

.reviews-header-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  max-width: 82rem
}

.reviews-video {
  padding: 2rem var(--padding)
}

.reviews-item {
  height: 100%;
  max-width: 37.7rem
}

.reviews-item-img {
  filter: grayscale(100%);
  max-height: 58.5rem;
  object-fit: cover;
  transition: .2s;
  width: 100%
}

.reviews-item:hover .reviews-item-video {
  filter: grayscale(0)
}

.reviews-item-block {
  background-color: #fff;
  padding: 2rem 4.5rem 4.5rem 3rem
}

.reviews-item-text {
  font-size: 2rem;
  line-height: 1.5
}

.reviews .addreview {
  background: #1d1d1d url("../img/reviews-form.png") bottom/100% no-repeat;
  color: #fff
}

.reviews .addreview-title {
  padding: 7.1rem 2rem 9.7rem var(--padding)
}

.reviews .addreview-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 400;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .reviews .addreview-heading {
    font-size: 3.8rem
  }
}

.reviews .addreview-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  max-width: 54.8rem
}

.reviews-form {
  max-width: 56.6rem;
  padding: 6rem 2rem 6.5rem var(--padding)
}

.reviews-form .submit-button {
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

.reviews-form input {
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
  outline: none;
  padding: 22px 25px;
  width: 100%
}

.reviews-form::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1
}

.reviews-form .file-label {
  align-items: center;
  background: none;
  border: 1px dashed #fff;
  border-radius: 5px;
  color: #c4c4c4;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 15px 25px;
  width: 100%
}

.reviews-form .file-label-img {
  margin-right: 1.5rem
}

.glossary {
  background-clip: content-box;
  background-color: #e8eae6;
  border: 1px solid transparent
}

.glossary-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 7.4rem 2rem 8.1rem var(--padding)
}

.glossary-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .glossary-header-heading {
    font-size: 3.8rem
  }
}

.glossary-list {
  list-style: none
}

.glossary-item {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #fff;
  display: flex;
  margin: 0.8rem
}

.glossary-item-title {
  background-color: #1d1d1d;
  color: #fff;
  line-height: 1;
  padding-bottom: 9rem;
  padding-left: var(--padding);
  padding-right: 2rem;
  padding-top: 2.9rem;
  width: 26.5rem
}

.glossary-item-text {
  line-height: 1.75;
  max-width: 74.5rem;
  padding: 1.9rem 2rem 1.9rem 3.2rem
}

.faq {
  background-clip: content-box;
  background-color: #e8eae6;
  border: 1px solid transparent
}

.faq-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 7.4rem 2rem 8.1rem var(--padding)
}

.faq-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .faq-header-heading {
    font-size: 3.8rem
  }
}

.faq .text-wrapper {
  background-color: #fff;
  display: none
}

.faq .faq-spec-list {
  list-style: none
}

.faq .faq-spec-item {
  margin: 0.8rem
}

.faq .faq-spec-item--name {
  background-color: #1d1d1d;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 3.5rem 2rem 3.5rem var(--padding);
  transition: .2s;
  width: 100%
}

.faq .faq-spec-item--text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  max-width: 90rem;
  padding: 4.8rem 2rem 4.8rem var(--padding)
}

.faq .faq-spec-item--img {
  margin-right: 8rem;
  transform: rotate(-90deg);
  transition: .2s
}

.faq .faq-spec-item--name:hover .faq-spec-item--img {
  margin-right: 5rem
}

.legal {
  background-clip: content-box;
  background-color: #e8eae6;
  border: 1px solid transparent
}

.legal-header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 7.4rem 2rem 8.1rem var(--padding)
}

.legal-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: var(--mwidth)
}

@media (max-width: 500px) {
  .legal-header-heading {
    font-size: 3.8rem
  }
}

.legal-header-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  max-width: 77rem
}

.legal-documents {
  font-size: 2rem;
  line-height: 1.5;
  background-color: #1d1d1d;
  color: #fff;
  line-height: 1.65;
  margin: 0.8rem;
  padding: 8.5rem 2rem 8.5rem 12rem
}

.legal-documents-heading {
  font-weight: 700;
  text-decoration: underline
}

.legal-documents-text {
  font-weight: 400;
  max-width: 48rem
}

.legal-documents-item {
  cursor: pointer;
  padding-right: 2rem;
  position: relative
}

.legal-documents-item::before {
  background: url("../img/download.png") center/cover no-repeat;
  content: '';
  height: 4rem;
  left: -6rem;
  position: absolute;
  top: 0;
  width: 4rem
}

.about {
  background-clip: content-box;
  background-color: #e8eae6;
  border: 1px solid transparent
}

.about-header {
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem)
}

.about-header-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: var(--mwidth);
  padding-left: var(--padding)
}

@media (max-width: 500px) {
  .about-header-heading {
    font-size: 3.8rem
  }
}

.about-header-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75;
  max-width: 58.8rem;
  padding-left: var(--padding);
  padding-right: 4rem
}

.about-header-left {
  background: url("../img/about-header.png") center/cover border-box;
  color: #fff;
  margin-right: 0.4rem;
  padding: 6.3rem 0
}

.about-header-right {
  background: #fff;
  margin-left: 0.4rem;
  padding-bottom: 5.5rem;
  padding-left: var(--padding);
  padding-top: 7.8rem;
  position: relative
}

.about-header-right::before {
  background-color: #9bd556;
  content: '';
  height: 57.5rem;
  left: calc(var(--padding)/2);
  position: absolute;
  top: 0;
  width: 2px
}

.about-header-right--item {
  margin-bottom: 2.5rem
}

.about-header-right--text {
  font-size: 2rem;
  line-height: 1.5;
  position: relative
}

.about-header-right--heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  position: relative
}

@media (max-width: 500px) {
  .about-header-right--heading {
    font-size: 3.8rem
  }
}

.about-header-right--heading::before {
  background-color: #9bd556;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.about-header-right--heading::after {
  background-color: #fff;
  border: 2px solid #9bd556;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 3rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.about-text {
  background: url("../img/about-text.png") center/cover no-repeat;
  color: #fff;
  column-count: 2;
  column-gap: 4.5rem;
  column-width: 35rem;
  margin: 0.8rem;
  padding: 12.4rem 9.2rem;
  position: relative;
  z-index: 5
}

.about-text-item {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem
}

.about-model {
  padding-left: 30%
}

.about-model-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 5rem;
  padding-left: var(--padding);
  padding-top: 8.7rem
}

@media (max-width: 500px) {
  .about-model-heading {
    font-size: 3.8rem
  }
}

.about-model-right {
  padding-bottom: 8.7rem;
  padding-left: var(--padding);
  position: relative
}

.about-model-right::before {
  background-color: #030303;
  bottom: 28%;
  content: '';
  height: 101%;
  left: calc(var(--padding)/2);
  position: absolute;
  width: 2px;
  z-index: 2
}

.about-model-right--item {
  height: 14.5rem;
  margin-bottom: 2rem
}

.about-model-right--text {
  font-size: 2rem;
  line-height: 1.5;
  display: inline-block;
  padding-right: 5rem;
  position: relative
}

.about-model-right--text::before {
  background-color: #030303;
  border-radius: 50%;
  content: '';
  height: 1.4rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 1rem;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  z-index: 6
}

.about-model-right--text::after {
  background-color: #e8eae6;
  border: 2px solid #030303;
  border-radius: 50%;
  content: '';
  height: 3rem;
  left: calc(var(--padding)/2*-1);
  position: absolute;
  top: 1rem;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 5
}

.about .regulation-crofr {
  background: #fff;
  border-bottom: 0;
  margin: 0.8rem;
  margin-bottom: 0;
  padding-bottom: 5.8rem;
  padding-left: var(--padding);
  padding-top: 4.2rem
}

.about .regulation-crofr-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 500;
  margin-bottom: 3.6rem
}

@media (max-width: 500px) {
  .about .regulation-crofr-heading {
    font-size: 3.8rem
  }
}

.about .regulation-crofr-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative;
  z-index: 11
}

.about .regulation-crofr-item {
  margin-left: 3.6rem;
  position: relative
}

.about .regulation-crofr-item:not(:last-child) {
  margin-bottom: 3rem
}

.about .regulation-crofr-item::before {
  background: url("../img/checkmark-black.svg") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.about .regulation-crofr-right {
  align-items: center;
  display: flex;
  justify-content: center
}

.about .regulation-crofr-right .sertificate {
  width: 80%
}

.about__award {
  background: #fff;
  border-top: 0;
  margin: 0.8rem;
  margin-top: 0;
  padding-bottom: 5.8rem;
  padding-left: var(--padding);
  padding-top: 4.2rem
}

.about__award-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 400
}

@media (max-width: 500px) {
  .about__award-heading {
    font-size: 3.8rem
  }
}

.about__award-text {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.75
}

.about__award-text:first-of-type {
  margin-bottom: 2rem
}

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

.about__award-left .sertificate {
  width: 80%
}

.contacts__header {
  margin-top: var(--mtop);
  padding: 7rem 5rem;
  position: relative;
  z-index: 1
}

.contacts__connection a {
  display: block;
  font-size: 4.4rem;
  text-decoration: none
}

.contacts__connection a:hover {
  text-decoration: underline
}

.contacts__title {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  max-width: 27rem
}

.contacts__text {
  font-size: 2rem
}

.contacts__email {
  color: #9bd556;
  margin-bottom: 2rem
}

.contacts__phone {
  color: #030303
}

.contacts__tabs {
  display: flex;
  flex-flow: row-reverse;
  height: 53.5rem;
  justify-content: space-between;
  overflow: hidden;
  padding: .8rem
}

.contacts__tabs-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%
}

.contacts__tabs-name {
  background-color: #030303;
  color: #fff;
  cursor: pointer;
  margin-bottom: .5rem;
  margin-left: .5rem;
  padding: 3rem 2rem 3rem 5rem
}

.contacts__tabs-name span {
  font-weight: bold
}

.contacts__tabs-name:last-child {
  margin-bottom: 0
}

.contacts__tabs-name.active {
  background-color: #9bd556
}

.contacts__tabs-name:not(.active):hover {
  color: #9bd556
}

.contacts__tabs-text {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.65;
  max-width: 42rem
}

.contacts__tabs-inner {
  height: 100%;
  width: 50%
}

.contacts__tabs-inner img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.contacts__tabs-inner iframe {
  height: 100%;
  width: 100%
}

.contacts__write {
  background-image: url("../img/contacts-form-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0.8rem;
  padding: 5rem 8.4rem 7rem
}

.contacts__wrapper {
  margin-top: 6rem
}

.contacts__heading {
  color: #000;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3rem
}

.contacts__icon {
  height: 3rem;
  margin-bottom: 2rem;
  width: 3.4rem
}

.contacts__inner {
  column-gap: 3.5rem;
  display: flex
}

.contacts__link {
  color: #b5b5b5;
  font-size: 1.6rem;
  text-decoration: none
}

.contacts__link-inner {
  border-bottom: 1px solid transparent;
  color: #030303;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem
}

.contacts__link:hover .contacts__link-inner {
  border-color: #9bd556;
  color: #9bd556
}

.contacts .background {
  color: rgba(255, 255, 255, 0.3);
  font-size: 25rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.write__left {
  margin-right: 3.5rem;
  max-width: 460px;
  width: 100%
}

.write__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  margin-bottom: 1.8rem
}

.write__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem
}

.write__right {
  max-width: 600px;
  width: 100%
}

.write__form {
  width: 100%
}

.write__form input {
  width: 100%
}

.write__form input:nth-child(2) {
  margin-left: 2rem
}

.write__form textarea {
  margin-bottom: 3.8rem;
  margin-top: 2rem;
  min-height: 120px;
  resize: none
}

.write__form-input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: 'Google Sans';
  font-size: 1.6rem;
  line-height: 1.6rem;
  outline: none;
  padding: 2.1rem 2.5rem;
  width: 100%
}

.write__form-button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin: 0 auto;
  text-transform: uppercase
}

.write__form-button svg {
  margin-right: 1.5rem
}

.write__input-wrapper {
  display: flex;
  justify-content: space-between
}

@media (max-width: 768px) {
  .contacts .contacts__inner {
    flex-direction: column;
    row-gap: 2rem
  }

  .contacts .contacts__wrapper.phone {
    float: right
  }

  .contacts .contacts__wrapper.mail {
    float: left
  }

  .contacts__tabs {
    display: block;
    height: auto
  }

  .contacts__tabs-top {
    width: 100%
  }

  .contacts__tabs-content {
    width: 100%
  }

  .contacts__tabs-name {
    margin-left: 0
  }

  .contacts__tabs-name:last-child {
    margin-bottom: 2rem
  }

  .contacts__write {
    display: block;
    padding: 5rem 3rem 7rem
  }

  .contacts__write .write__left {
    margin-bottom: 3rem;
    max-width: 100%
  }

  .contacts__write .write__right {
    max-width: 100%
  }
}

@media (max-width: 1130px) {
  .contacts .background {
    font-size: 15rem
  }
}

@media (max-width: 450px) {
  .contacts .background {
    font-size: 10rem
  }
}

.clearfix::after {
  clear: both;
  content: '';
  display: table
}

:root {
  --padding-top: var(--mtop)
}

.authorisation {
  background-color: #fff;
  color: #fff
}

.authorisation .navigation::after {
  display: none
}

.authorisation .form-registration .form-control {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  padding: 2.2rem 2.5rem;
  width: 80%
}

.authorisation .wrapper {
  text-align: left
}

.authorisation .container-wrapper {
  min-height: 775px;
  padding: 0;
  padding-bottom: 100vh;
  z-index: 7
}

.authorisation .welcome-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 700;
  margin-bottom: 2rem
}

@media (max-width: 500px) {
  .authorisation .welcome-heading {
    font-size: 3.8rem
  }
}

.authorisation .welcome-text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem
}

.authorisation .second {
  display: flex;
  margin-top: var(--mtop)
}

.authorisation .second .form-control {
  color: #fff;
  width: 100%
}

.authorisation .second .sign-in__left {
  background: #1d1d1d;
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  padding-top: var(--padding-top)
}

.authorisation .second .sign-in__left .wrapper {
  text-align: center
}

.authorisation .second .sign-in__left .form {
  text-align: center
}

.authorisation .second .sign-up__right {
  background-color: #1d1d1d;
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  padding-top: var(--padding-top)
}

.authorisation .first {
  display: flex;
  margin-top: var(--mtop)
}

.authorisation .first .sign-up__left {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  padding-top: var(--padding-top)
}

.authorisation .first .sign-in {
  background: url("../img/signInRight.png") center/cover;
  color: white;
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  padding-top: var(--padding-top)
}

.authorisation .first .sign-in .wrapper {
  max-width: 49rem;
  padding: 2rem;
  padding-top: 0
}

.authorisation .sign-up__left {
  background: url("../img/signUpLeft.png") center/cover;
  color: white
}

.authorisation #forgotten {
  color: #c4c4c4;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 4rem
}

.authorisation #personal,
.authorisation #forgotten {
  text-decoration: underline
}

.authorisation #personal:hover,
.authorisation #forgotten:hover {
  color: #fff !important
}

.authorisation .form-check {
  font-size: 22px;
  padding-left: 25px;
  position: relative;
  text-align: left;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none
}

.authorisation .form-check-input {
  cursor: pointer;
  text-align: center
}

.authorisation .form-check input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0
}

.authorisation .checkmark {
  border: 1px solid #8a8c8c;
  cursor: pointer;
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px
}

.authorisation .sign-in .checkmark {
  top: 2px
}

.authorisation .checkmark::after {
  content: '';
  display: none;
  position: absolute
}

.authorisation .form-check input:checked~.checkmark::after {
  display: block
}

.authorisation .form-check .checkmark::after {
  border: solid #8a8c8c;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 3px;
  top: -1px;
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px
}

.authorisation .sign-in__right {
  background: url("img/right.png") center/cover;
  color: white
}

.authorisation #personal {
  color: #c4c4c4;
  text-decoration: underline
}

.authorisation .form input {
  background-color: #ecf0ef;
  font-size: 16px;
  padding: 20px 25px
}

.authorisation .container-wrapper {
  position: relative
}

.authorisation #back,
.authorisation #front {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.authorisation .sign-in.front {
  opacity: 1;
  z-index: 5
}

.authorisation .sign-in.back {
  opacity: 1;
  z-index: 5
}

.authorisation .sign-up.front {
  opacity: 0;
  transform: translateX(100%);
  z-index: 0
}

.authorisation .sign-up.back {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 0
}

.authorisation .sign-up.front,
.authorisation .sign-in.front,
.authorisation .sign-up.back,
.authorisation .sign-in.back {
  transition: transform 0.6s cubic-bezier(0, 0.46, 0.66, 0.92)
}

.authorisation form h5 {
  font-size: 12px
}

.authorisation .intl-tel-input {
  display: block !important
}

@media screen and (max-width: 992px) {
  .authorisation .wrapper {
    margin: 0
  }
}

@media screen and (max-width: 768px) {
  .authorisation .wrapper {
    padding-left: var(--padding);
    padding-right: 2rem;
    width: 100%
  }

  .authorisation .container-wrapper {
    min-height: unset
  }

  .authorisation .sign-in.front,
  .authorisation .sign-in.back {
    opacity: 1;
    transform: translateX(0)
  }

  .authorisation .sign-in,
  .authorisation .sign-up {
    flex-basis: 100% !important
  }

  .authorisation #front,
  .authorisation #back {
    flex-wrap: wrap;
    position: static
  }

  .authorisation .container-wrapper {
    display: flex;
    flex-flow: column;
    padding-bottom: 0
  }

  .authorisation .container-wrapper>.second {
    order: 2
  }

  .authorisation .container-wrapper>.first {
    order: 1
  }

  .authorisation .sign-up__right {
    padding-top: 0
  }

  .authorisation .second {
    margin-top: var(--mtop)
  }
}

.authorization-button {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  background: none;
  border: 0;
  cursor: pointer;
  margin: auto;
  outline: 0
}

.authorization-button_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.authorization-button:hover .authorization-button_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.authorization-button_img {
  margin-left: 1.5rem;
  margin-right: 0;
  transition: .2s
}

.authorization-button:hover .authorization-button_img {
  margin-left: 2.5rem;
  margin-right: -1rem
}

.submit-button {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  background: none;
  border: 0;
  margin-top: 4rem
}

.submit-button_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.submit-button:hover .submit-button_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.note {
  color: #c4c4c4;
  font-size: 1.4rem;
  line-height: 1.43
}

.hidden {
  display: none
}

@media screen and (max-width: 768px) {
  :root {
    --padding-top: 10rem
  }

  #front {
    display: none
  }

  #createAccountHidden,
  #authorizationHidden {
    margin-top: 2rem
  }

  #registrationForm {
    display: none
  }

  .hidden {
    display: flex
  }
}

.custom-select {
  position: relative
}

.custom-select__option {
  appearance: none;
  appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
  width: 100%
}

.custom-select__option-wrap {
  position: relative
}

.custom-select__input {
  appearance: none;
  appearance: none;
  appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  padding: 0;
  width: 100%
}

.custom-select__dropdown {
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%
}

.custom-select--dropup .custom-select__dropdown {
  bottom: 100%;
  top: auto
}

.custom-select__option {
  border-bottom: 1px solid #b5b5b5;
  color: #030303;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2rem 3rem;
  position: relative
}

.custom-select__option:last-child {
  border-bottom: none
}

.custom-select__option:hover {
  color: #9bd556
}

.custom-select__option:hover span {
  background-color: #9bd556
}

.custom-select__option:focus {
  outline: none
}

.custom-select__option--value {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  color: #030303;
  font-family: 'Google Sans';
  font-size: 1.6rem;
  height: 2.7rem;
  outline: none;
  padding: 0 5rem .3rem 0;
  width: 100%
}

.custom-select__option--value:hover {
  color: #030303
}

.custom-select__option--value::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99995 11.4006C9.64151 11.4006 9.28311 11.2637 9.00983 10.9906L0.410283 2.39092C-0.136761 1.84388 -0.136761 0.956939 0.410283 0.410117C0.957105 -0.136706 1.84387 -0.136706 2.39095 0.410117L9.99995 8.01955L17.609 0.410382C18.156 -0.13644 19.0427 -0.13644 19.5895 0.410382C20.1368 0.957205 20.1368 1.84414 19.5895 2.39119L10.9901 10.9908C10.7166 11.264 10.3583 11.4006 9.99995 11.4006Z' fill='%23B5B5B5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: '';
  height: 11px;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.custom-select--active .custom-select__option--value::after {
  transform: translateY(-50%) rotate(-180deg)
}

.custom-select--active .custom-select__option--value {
  border-bottom-color: transparent;
  border-radius: 0.25rem 0.25rem 0 0
}

.custom-select--active .custom-select__option--value:hover,
.custom-select--active .custom-select__option--value:focus {
  background-color: #fff
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top-color: transparent
}

.custom-select__option--selected {
  background-color: #fcfcfc
}

.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default
}

.custom-select__option[disabled]:hover,
.custom-select__option[disabled]:focus {
  background-color: transparent
}

.custom-select__option-wrap {
  max-height: 11.25rem;
  overflow-y: auto
}

.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #e6e6e6;
  border-color: transparent;
  border-style: solid;
  border-width: 0 4px
}

.custom-select__input {
  border-color: #e6e6e6;
  color: #030303;
  font-size: 1rem;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 .75rem;
  position: relative;
  transform: translateY(1px);
  z-index: 1
}

.custom-select__input:focus {
  outline: none
}

.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0)
}

.custom-select__dropdown {
  background: #fff;
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.08), 0 24px 32px rgba(50, 50, 71, 0.08);
  overflow: hidden;
  padding: 0 1.5rem;
  top: calc(100% - 1px);
  z-index: 1
}

.custom-select--dropup .custom-select__dropdown {
  border-radius: 0.25rem 0.25rem 0 0;
  border-width: 1px 1px 0;
  bottom: calc(100% - 1px)
}

.cabinet-inner {
  background-color: #fff
}

.cabinet-inner .cabinet .wallet {
  align-items: center;
  background-color: #1d1d1d;
  display: flex;
  justify-content: space-between;
  margin-top: var(--mtop);
  padding: 2.5rem 10rem
}

.cabinet-inner .cabinet .wallet__text {
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase
}

.cabinet-inner .cabinet .wallet__buttons {
  align-items: center;
  display: flex
}

.cabinet-inner .cabinet .wallet__button {
  align-items: center;
  background-color: transparent;
  border: 2px solid;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  margin-left: 2rem;
  padding: 1.7rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

.cabinet-inner .cabinet .wallet__button::before {
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: .8rem;
  width: 17px
}

.cabinet-inner .cabinet .wallet__button--green {
  border-color: #9bd556;
  color: #9bd556
}

.cabinet-inner .cabinet .wallet__button--green::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2057 9.44723L8.9624 0.135482C8.80256 -0.0448411 8.54422 -0.0452374 8.38398 0.134756L0.0878537 9.44756C-0.0723896 9.62789 -0.00732794 9.77307 0.233367 9.77307H5.46103V14.5649C5.46103 14.8056 5.65608 15 5.89644 15H11.3964C11.6368 15 11.8319 14.8053 11.8319 14.5649V9.77307H17.0591C17.2998 9.77307 17.3656 9.62756 17.2057 9.44723Z' fill='%239BD556'/%3E%3C/svg%3E%0A")
}

.cabinet-inner .cabinet .wallet__button--green:hover {
  background-color: #9bd556;
  color: #fff
}

.cabinet-inner .cabinet .wallet__button--green:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2057 9.44723L8.9624 0.135482C8.80256 -0.0448411 8.54422 -0.0452374 8.38398 0.134756L0.0878537 9.44756C-0.0723896 9.62789 -0.00732794 9.77307 0.233367 9.77307H5.46103V14.5649C5.46103 14.8056 5.65608 15 5.89644 15H11.3964C11.6368 15 11.8319 14.8053 11.8319 14.5649V9.77307H17.0591C17.2998 9.77307 17.3656 9.62756 17.2057 9.44723Z' fill='white'/%3E%3C/svg%3E%0A")
}

.cabinet-inner .cabinet .wallet__button--red {
  border-color: #f96e46;
  color: #f96e46
}

.cabinet-inner .cabinet .wallet__button--red::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.087283 5.55277L8.33057 14.8645C8.49041 15.0448 8.74874 15.0452 8.90899 14.8652L17.2051 5.55244C17.3654 5.37211 17.3003 5.22693 17.0596 5.22693L11.8319 5.22693L11.8319 0.435086C11.8319 0.194391 11.6369 -1.44814e-06 11.3965 -1.46916e-06L5.89653 -1.94998e-06C5.65617 -1.971e-06 5.46112 0.19472 5.46112 0.435085L5.46111 5.22693L0.233853 5.22693C-0.00684081 5.22693 -0.0726291 5.37244 0.087283 5.55277Z' fill='%23F96E46'/%3E%3C/svg%3E%0A")
}

.cabinet-inner .cabinet .wallet__button--red:hover {
  background-color: #f96e46;
  color: #fff
}

.cabinet-inner .cabinet .wallet__button--red:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.087283 5.55277L8.33057 14.8645C8.49041 15.0448 8.74874 15.0452 8.90899 14.8652L17.2051 5.55244C17.3654 5.37211 17.3003 5.22693 17.0596 5.22693L11.8319 5.22693L11.8319 0.435086C11.8319 0.194391 11.6369 -1.44814e-06 11.3965 -1.46916e-06L5.89653 -1.94998e-06C5.65617 -1.971e-06 5.46112 0.19472 5.46112 0.435085L5.46111 5.22693L0.233853 5.22693C-0.00684081 5.22693 -0.0726291 5.37244 0.087283 5.55277Z' fill='white'/%3E%3C/svg%3E%0A")
}

.cabinet-inner .cabinet .menu__wrapper {
  align-items: center;
  border-bottom: 2px solid #030303;
  display: flex;
  justify-content: space-between
}

.cabinet-inner .cabinet .menu__item {
  text-align: center;
  width: 100%
}

.cabinet-inner .cabinet .menu__item--active {
  position: relative
}

.cabinet-inner .cabinet .menu__item--active a {
  color: #9bd556
}

.cabinet-inner .cabinet .menu__item--active::after {
  background-color: #9bd556;
  bottom: -4px;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%
}

.cabinet-inner .cabinet .menu__link {
  color: #030303;
  display: block;
  font-size: 1.5rem;
  padding: 3rem 0 2rem;
  text-decoration: none;
  text-transform: uppercase
}

.cabinet-inner .cabinet-wrapper {
  padding: 5rem 8rem
}

.cabinet-inner .cabinet-wrapper .balance {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px
}

.cabinet-inner .cabinet-wrapper .balance .my-bills {
  margin-right: 2rem;
  width: 100%
}

.cabinet-inner .cabinet-wrapper .balance .my-bills__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet-wrapper .balance .result {
  max-width: 350px;
  min-width: 230px;
  width: 100%
}

.cabinet-inner .cabinet-wrapper .balance .result__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet-wrapper .balance .result__wrapper {
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.08), 0 24px 32px rgba(50, 50, 71, 0.08);
  overflow: hidden
}

.cabinet-inner .cabinet-wrapper .balance .result__live {
  background-image: url("../img/graph.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 211px;
  padding: 2rem 4rem
}

.cabinet-inner .cabinet-wrapper .balance .result__live-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1rem
}

.cabinet-inner .cabinet-wrapper .balance .result__live-value {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 36px
}

.cabinet-inner .cabinet-wrapper .balance .result__values_item {
  align-items: center;
  background-color: #1d1d1d;
  border-bottom: 2px solid #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 4.3rem
}

.cabinet-inner .cabinet-wrapper .balance .result__values_item:last-child {
  border-bottom: none
}

.cabinet-inner .cabinet-wrapper .balance .result__values_item p {
  font-size: 2rem
}

.cabinet-inner .cabinet-wrapper .personal__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .slider-wrapper {
  min-width: 100%;
  overflow: hidden;
  padding: 5rem 0 5rem 10rem
}

.cabinet-inner .cabinet .cards__title,
.cabinet-inner .cabinet .documents__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .cards__slider .swiper-container,
.cabinet-inner .cabinet .documents__slider .swiper-container {
  margin: 0 -30px;
  padding: 0 30px;
  padding-bottom: 50px
}

.cabinet-inner .cabinet .cards__slider .swiper-container .swiper-wrapper .swiper-slide img,
.cabinet-inner .cabinet .documents__slider .swiper-container .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05);
  display: block;
  height: 15.2vw;
  object-fit: cover;
  width: 100%
}

.cabinet-inner .cabinet .cards__add,
.cabinet-inner .cabinet .documents__add {
  background: #fff;
  border: 2px dashed #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05);
  width: 100%
}

.cabinet-inner .cabinet .cards__add-inner,
.cabinet-inner .cabinet .documents__add-inner {
  height: 100%;
  text-align: center
}

.cabinet-inner .cabinet .cards__add-inner .inputfile,
.cabinet-inner .cabinet .documents__add-inner .inputfile {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1
}

.cabinet-inner .cabinet .cards__add-inner .inputfile+label,
.cabinet-inner .cabinet .documents__add-inner .inputfile+label {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  height: 100%;
  width: 100%
}

.cabinet-inner .cabinet .cards__add-items,
.cabinet-inner .cabinet .documents__add-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 15.2vw;
  justify-content: center;
  padding: 3.3rem
}

.cabinet-inner .cabinet .cards__add-items figure,
.cabinet-inner .cabinet .documents__add-items figure {
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  min-height: 60px;
  position: relative;
  width: 60px
}

.cabinet-inner .cabinet .cards__add-items figure svg,
.cabinet-inner .cabinet .documents__add-items figure svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.cabinet-inner .cabinet .cards__add-items span,
.cabinet-inner .cabinet .documents__add-items span {
  color: #030303;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem
}

.cabinet-inner .cabinet .documents__slider .swiper-container .swiper-wrapper .swiper-slide img {
  height: 27vw
}

.cabinet-inner .cabinet .documents__slider-info {
  margin-left: 2rem;
  max-width: 310px
}

.cabinet-inner .cabinet .documents__slider-info h4 {
  color: #030303;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem
}

.cabinet-inner .cabinet .documents__slider-info p {
  color: #b5b5b5;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem
}

.cabinet-inner .cabinet .documents__add {
  height: 27vw;
  width: 100%
}

.cabinet-inner .cabinet .documents__add-items {
  height: 100%
}

.cabinet-inner .cabinet .transfer {
  margin-bottom: 5rem
}

.cabinet-inner .cabinet .transfer__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .transfer__form {
  max-width: 927px
}

.cabinet-inner .cabinet .transfer__form .form__wrapper {
  align-items: center
}

.cabinet-inner .cabinet .transfer__form .form__wrapper .arrow {
  margin: 0 6rem
}

.cabinet-inner .cabinet .transfer__form .form__wrapper .inputs {
  margin: 0
}

.cabinet-inner .cabinet .history__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .history__top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem
}

.cabinet-inner .cabinet .history__date {
  border: none;
  box-shadow: none;
  display: flex;
  padding: 0
}

.cabinet-inner .cabinet .history__date .inputs__item {
  margin-bottom: 0
}

.cabinet-inner .cabinet .history__date .inputs__item:first-child {
  margin-right: 3rem
}

.cabinet-inner .cabinet .history__search {
  border: none;
  box-shadow: none;
  display: flex;
  max-width: 300px;
  padding: 0;
  width: 100%
}

.cabinet-inner .cabinet .history__search .inputs__item {
  margin-bottom: 0;
  width: 100%
}

.cabinet-inner .cabinet .history__search .inputs__search {
  padding: 0 0 0.5rem 4rem
}

.cabinet-inner .cabinet .history__search .inputs__ico {
  left: 0
}

.cabinet-inner .cabinet .deposit {
  margin-bottom: 5rem
}

.cabinet-inner .cabinet .deposit__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .deposit__amount {
  border: none;
  box-shadow: none;
  max-width: 368px;
  padding: 0
}

.cabinet-inner .cabinet .deposit__tabs {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05);
  margin-bottom: 3rem;
  overflow: hidden
}

.cabinet-inner .cabinet .deposit__tabs-top {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.cabinet-inner .cabinet .deposit__tabs-name {
  align-items: center;
  background-color: #1d1d1d;
  cursor: pointer;
  display: flex;
  height: 73px;
  justify-content: center;
  padding: 1.9rem;
  width: 100%
}

.cabinet-inner .cabinet .deposit__tabs-name svg path {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name .usdt svg path:nth-child(1) {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name .usdt svg path:nth-child(2) {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name .yandex svg path:nth-child(1) {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name .yandex svg path:nth-child(2) {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name-text {
  color: #fff;
  margin-left: 1.5rem
}

.cabinet-inner .cabinet .deposit__tabs-name-text h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem
}

.cabinet-inner .cabinet .deposit__tabs-name-text p {
  font-size: 1.6em;
  line-height: 1.6em
}

.cabinet-inner .cabinet .deposit__tabs-name.active {
  background-color: #9ad556
}

.cabinet-inner .cabinet .deposit__tabs-name.active h4,
.cabinet-inner .cabinet .deposit__tabs-name.active p {
  color: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name.active svg path {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name.active .usdt svg path:nth-child(1) {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name.active .usdt svg path:nth-child(2) {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name.active .yandex svg path:nth-child(1) {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name.active .yandex svg path:nth-child(2) {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-name.active .qiwi svg g {
  fill: #fff
}

.cabinet-inner .cabinet .deposit__tabs-name.active .qiwi svg path:nth-child(2) {
  fill: #030303
}

.cabinet-inner .cabinet .deposit__tabs-inner {
  padding: 6rem 12rem;
  text-align: center
}

.cabinet-inner .cabinet .deposit__tabs-inner-first {
  align-items: center;
  display: flex;
  flex-direction: column
}

.cabinet-inner .cabinet .deposit__tabs-inner-first .deposit__amount {
  width: 100%
}

.cabinet-inner .cabinet .deposit__tabs-inner-first-title {
  color: #9bd556;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-first-text {
  color: #030303;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: left
}

.cabinet-inner .cabinet .deposit__tabs-inner-first-text .number-wallet {
  align-items: center;
  background-color: rgba(205, 255, 148, 0.25);
  border-bottom: 1px solid #b5b5b5;
  display: inline-flex;
  font-weight: 500;
  padding: 0 .8rem 0 .6rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-first-text .ico-copy {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 -.5rem 1.6rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-first .deposit__amount .inputs__item .inputs__name {
  color: #b5b5b5;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6rem;
  text-transform: uppercase
}

.cabinet-inner .cabinet .deposit__tabs-inner-second {
  display: none
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-title {
  color: #9bd556;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 3rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-title.usdt {
  padding-left: 7rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-text {
  color: #030303;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: left
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-text .number-wallet {
  align-items: center;
  background-color: rgba(205, 255, 148, 0.25);
  border-bottom: 1px solid #b5b5b5;
  display: inline-flex;
  font-weight: 500;
  padding: 0 .8rem 0 .6rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-text .ico-copy {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 -.5rem 1.6rem
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-list {
  margin: 1.5rem 0;
  text-align: left
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-list li {
  color: #030303;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.4rem
}

.cabinet-inner .cabinet .deposit__tabs-inner a:not(.button__green) {
  color: #adadad;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  margin-top: 2.5rem;
  text-decoration: underline
}

.cabinet-inner .cabinet .deposit__tabs-inner a:not(.button__green):hover {
  text-decoration: none
}

.cabinet-inner .cabinet .deposit__warning {
  align-items: flex-start;
  display: flex;
  margin: 0 2rem;
  max-width: 871px;
  width: 100%
}

.cabinet-inner .cabinet .deposit__warning-ico {
  height: 25px;
  margin-right: 1rem;
  min-width: 25px
}

.cabinet-inner .cabinet .deposit__warning-ico svg {
  display: inline-block;
  width: 100%
}

.cabinet-inner .cabinet .deposit__warning p {
  color: #1d1d1d;
  font-size: 1.4rem;
  line-height: 2.2rem
}

.cabinet-inner .fl-table {
  border-collapse: collapse;
  font-size: 1.5rem;
  max-width: 100%;
  white-space: nowrap;
  width: 100%
}

.cabinet-inner .fl-table td,
.cabinet-inner .fl-table .fl-table th {
  padding: 2.25rem 1.5rem;
  text-align: left
}

.cabinet-inner .fl-table thead th {
  color: #8f8f8f;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  padding: 0 .5rem 2rem;
  text-align: left;
  text-transform: uppercase
}

.cabinet-inner .fl-table thead th:first-child {
  padding-left: 3rem
}

.cabinet-inner .fl-table tbody {
  background-color: #fff;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05)
}

.cabinet-inner .fl-table tbody tr {
  border-bottom: 1px solid #b5b5b5
}

.cabinet-inner .fl-table tbody tr:last-child {
  border: none
}

.cabinet-inner .fl-table tbody tr td p {
  margin-bottom: 0.7rem
}

.cabinet-inner .fl-table tbody tr td span {
  background-color: #030303;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 0.3rem 0.4rem 0.4rem
}

.cabinet-inner .fl-table tbody tr td a {
  color: #030303;
  text-decoration: underline
}

.cabinet-inner .fl-table tbody tr td a:hover {
  text-decoration: none
}

.cabinet-inner .fl-table tbody tr td:first-child {
  padding-left: 3rem
}

.cabinet-inner .fl-table tbody td {
  display: table-cell
}

.cabinet-inner .fl-table tr:first-child td:first-child {
  border-top-left-radius: 5px
}

.cabinet-inner .fl-table tr:first-child td:last-child {
  border-top-right-radius: 5px
}

.cabinet-inner .fl-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px
}

.cabinet-inner .fl-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px
}

.cabinet-inner .form {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05);
  padding: 4rem 3rem
}

.cabinet-inner .form__wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}

.cabinet-inner .form .inputs {
  max-width: 480px;
  width: 100%
}

.cabinet-inner .form .inputs:last-child {
  margin-left: 40px
}

.cabinet-inner .form .inputs__item {
  display: block;
  margin-bottom: 30px
}

.cabinet-inner .form .inputs__title {
  color: #030303;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem;
  font-size: 1.8rem
}

.cabinet-inner .form .inputs__name {
  color: #b5b5b5;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6rem;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase
}

.cabinet-inner .form .inputs__field {
  position: relative
}

.cabinet-inner .form .inputs__field input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  color: #030303;
  font-family: 'Google Sans';
  font-size: 1.6rem;
  height: 3.1rem;
  outline: none;
  padding: 0 4rem 0.5rem 0;
  width: 100%
}

.cabinet-inner .form .inputs__field input:focus {
  border-bottom: 1px solid #030303
}

.cabinet-inner .form .inputs__field input::placeholder {
  color: #b5b5b5;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem
}

.cabinet-inner .form .inputs__field span {
  color: #030303;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6rem;
  position: absolute;
  right: 0;
  top: 0
}

.cabinet-inner .form .inputs__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.cabinet-inner .form .inputs__flex-item {
  width: 50%
}

.cabinet-inner .form .inputs__flex-item:last-child {
  margin-left: 20px;
  width: calc(50% - 20px)
}

.cabinet-inner .form .inputs__min {
  color: #b5b5b5;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.1rem;
  margin-top: 1rem;
  text-align: left
}

.cabinet-inner .form .error__field {
  position: relative
}

.cabinet-inner .form .error__field input {
  border-bottom: 1px solid red
}

.cabinet-inner .form .error__field .error__text {
  color: red;
  font-size: 1.2rem;
  position: absolute
}

.cabinet-inner .form__button {
  margin-top: 20px;
  text-align: center
}

.cabinet-inner .button__green {
  background-color: #9bd556;
  border: none;
  border-radius: 5px;
  color: #151522;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 1.8rem 5.4rem 1.7rem 5.3rem;
  text-decoration: none;
  text-transform: uppercase
}

.cabinet-inner .button__green:hover {
  background-color: #8ac049
}

.cabinet-inner .button__green:disabled {
  background-color: #b5b5b5;
  padding: 1.8rem
}

@media (max-width: 1000px) {
  .cabinet-inner .cabinet .wallet {
    margin-top: 13rem
  }
}

@media (max-width: 895px) {
  .cabinet-inner .cabinet .history__table .fl-table {
    display: block;
    width: 100%
  }

  .cabinet-inner .cabinet .history__table .table-wrapper::before {
    color: white;
    content: 'Scroll horizontally >';
    display: block;
    font-size: 11px;
    padding: 0 0 10px;
    text-align: right
  }

  .cabinet-inner .cabinet .history__table .fl-table thead,
  .cabinet-inner .cabinet .history__table .fl-table tbody,
  .cabinet-inner .cabinet .history__table .fl-table thead th {
    display: block
  }

  .cabinet-inner .cabinet .history__table .fl-table thead th:last-child {
    border-bottom: none
  }

  .cabinet-inner .cabinet .history__table .fl-table thead {
    float: left
  }

  .cabinet-inner .cabinet .history__table .fl-table tbody {
    overflow-x: auto;
    position: relative;
    width: auto
  }

  .cabinet-inner .cabinet .history__table .fl-table td,
  .cabinet-inner .cabinet .history__table .fl-table th {
    box-sizing: border-box;
    font-size: 13px;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px .625em .625em;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 120px
  }

  .cabinet-inner .cabinet .history__table .fl-table thead th {
    border-bottom: 1px solid #f7f7f9;
    text-align: left
  }

  .cabinet-inner .cabinet .history__table .fl-table tbody tr {
    display: table-cell
  }

  .cabinet-inner .cabinet .history__table .fl-table tbody tr:nth-child(odd) {
    background: none
  }

  .cabinet-inner .cabinet .history__table .fl-table tr:nth-child(even) {
    background: transparent
  }

  .cabinet-inner .cabinet .history__table .fl-table tr td:nth-child(odd) {
    background: #f8f8f8;
    border-right: 1px solid #e6e4e4
  }

  .cabinet-inner .cabinet .history__table .fl-table tr td:nth-child(even) {
    border-right: 1px solid #e6e4e4
  }

  .cabinet-inner .cabinet .history__table .fl-table tbody td {
    display: block;
    text-align: center
  }

  .cabinet-inner .cabinet .history__table .fl-table tbody tr td:first-child {
    padding: 1rem
  }

  .cabinet-inner .cabinet .history__table .fl-table thead th {
    padding: 4rem .5rem 3.5rem 0
  }

  .cabinet-inner .cabinet .history__table .fl-table thead th:first-child {
    padding-left: 0
  }
}

@media (max-width: 768px) {
  .cabinet-inner .cabinet .wallet {
    display: block;
    text-align: center
  }

  .cabinet-inner .cabinet .wallet__text {
    margin-bottom: 2rem
  }

  .cabinet-inner .cabinet .wallet__buttons {
    justify-content: center
  }

  .cabinet-inner .cabinet .menu__wrapper {
    display: block
  }

  .cabinet-inner .cabinet-wrapper {
    padding: 5rem 3.5rem
  }

  .cabinet-inner .cabinet .balance {
    display: block
  }

  .cabinet-inner .cabinet .balance .my-bills {
    margin-bottom: 5rem
  }

  .cabinet-inner .cabinet .balance .result {
    max-width: 100%
  }

  .cabinet-inner .cabinet .slider-wrapper {
    padding: 5rem 0 0 3.5rem
  }

  .cabinet-inner .cabinet .cards__slider .swiper-container .swiper-wrapper .swiper-slide img,
  .cabinet-inner .cabinet .documents__slider .swiper-container .swiper-wrapper .swiper-slide img {
    height: 40vw
  }

  .cabinet-inner .cabinet .cards__add-items,
  .cabinet-inner .cabinet .documents__add-items {
    height: 40vw
  }

  .cabinet-inner .cabinet .documents__slider .swiper-container .swiper-wrapper .swiper-slide img {
    height: 80vw
  }

  .cabinet-inner .cabinet .documents__add {
    height: 80vw
  }

  .cabinet-inner .cabinet .documents__add-items {
    height: 100%
  }

  .cabinet-inner .cabinet .transfer__form .form__wrapper .arrow {
    margin: 3rem 0;
    text-align: center
  }

  .cabinet-inner .cabinet .transfer__form .form__wrapper .arrow svg {
    transform: rotate(90deg)
  }

  .cabinet-inner .cabinet .history__top {
    display: block
  }

  .cabinet-inner .cabinet .history__date {
    margin-bottom: 4rem
  }

  .cabinet-inner .cabinet .history__date .inputs__item {
    width: 50%
  }

  .cabinet-inner .cabinet .history__date,
  .cabinet-inner .cabinet .history__search {
    max-width: 100%
  }

  .cabinet-inner .cabinet .deposit__amount {
    max-width: 100%
  }

  .cabinet-inner .cabinet .deposit__tabs-inner {
    padding: 6rem 3rem
  }

  .cabinet-inner .cabinet .deposit__tabs-top {
    display: block
  }

  .cabinet-inner .form__wrapper {
    display: block
  }

  .cabinet-inner .form .inputs {
    max-width: 100%
  }

  .cabinet-inner .form .inputs:last-child {
    margin: 4rem 0 0
  }

  .cabinet-inner .fl-table {
    display: block;
    width: 100%
  }

  .cabinet-inner .table-wrapper::before {
    color: white;
    content: 'Scroll horizontally >';
    display: block;
    font-size: 11px;
    padding: 0 0 10px;
    text-align: right
  }

  .cabinet-inner .fl-table thead,
  .cabinet-inner .fl-table tbody,
  .cabinet-inner .fl-table thead th {
    display: block
  }

  .cabinet-inner .fl-table thead th:last-child {
    border-bottom: none
  }

  .cabinet-inner .fl-table thead {
    float: left
  }

  .cabinet-inner .fl-table tbody {
    overflow-x: auto;
    position: relative;
    width: auto
  }

  .cabinet-inner .fl-table td,
  .cabinet-inner .fl-table th {
    box-sizing: border-box;
    font-size: 13px;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px .625em .625em;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 120px
  }

  .cabinet-inner .fl-table thead th {
    border-bottom: 1px solid #f7f7f9;
    text-align: left
  }

  .cabinet-inner .fl-table tbody tr {
    display: table-cell
  }

  .cabinet-inner .fl-table tbody tr:nth-child(odd) {
    background: none
  }

  .cabinet-inner .fl-table tr:nth-child(even) {
    background: transparent
  }

  .cabinet-inner .fl-table tr td:nth-child(odd) {
    background: #f8f8f8;
    border-right: 1px solid #e6e4e4
  }

  .cabinet-inner .fl-table tr td:nth-child(even) {
    border-right: 1px solid #e6e4e4
  }

  .cabinet-inner .fl-table tbody td {
    display: block;
    text-align: center
  }

  .cabinet-inner .fl-table tbody tr td:first-child {
    padding: 1rem
  }

  .cabinet-inner .fl-table thead th {
    padding: 4rem .5rem 3.5rem 0
  }

  .cabinet-inner .fl-table thead th:first-child {
    padding-left: 0
  }
}

@media (max-width: 425px) {

  .cabinet-inner .cabinet .cards__add-items figure,
  .cabinet-inner .cabinet .documents__add-items figure {
    min-height: 40px;
    width: 40px
  }
}

@keyframes hand {
  from {
    background-image: url("../img/hand.png");
    background-position: right 430px
  }

  to {
    background-image: url("../img/hand.png");
    background-position: right bottom
  }
}

@keyframes icons {
  0% {
    top: -20%
  }

  100% {
    top: 110%
  }
}

@keyframes circle {
  0% {
    stroke-dashoffset: -76
  }

  100% {
    stroke-dashoffset: -152
  }
}

.standarts {
  padding-top: 0.8rem
}

.standarts__block {
  background-color: #1d1d1d;
  color: #fff;
  padding: 5rem 8.4rem
}

.standarts__block--green {
  background-color: #9bd556;
  color: #030303;
  margin: 0.8rem;
  margin-bottom: 0;
  margin-top: var(--mtop);
  padding: 8rem 8.4rem
}

.standarts__block--flex {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0.8rem
}

.standarts__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  margin-bottom: 3rem
}

.standarts__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem
}

.standarts__text a {
  color: #fff
}

.standarts__text--bold {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 4rem
}

.standarts__wrapper {
  max-width: 610px;
  width: 100%
}

.standarts__wrapper img {
  max-width: 100%
}

.standarts__wrapper--img {
  text-align: center
}

.standarts .footer {
  margin-top: 0.8rem
}

@media (max-width: 768px) {
  .standarts__block {
    padding: 5rem 3rem
  }

  .standarts__block--flex {
    flex-direction: column
  }

  .standarts__wrapper {
    max-width: 100%
  }
}

.security-rules__news {
  display: grid;
  grid-gap: .8rem;
  grid-template-columns: repeat(2, 1fr);
  padding: .8rem
}

.security-rules__wrapper {
  color: #fff;
  min-height: 620px;
  padding: 5rem;
  width: 100%
}

.security-rules__bold {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 4rem
}

.security-rules__text {
  font-size: 2rem;
  line-height: 3.5rem
}

.security-rules-bg1 {
  background-image: url("../img/security-rules-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.security-rules-bg2 {
  background-image: url("../img/security-rules-bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.security-rules-bg3 {
  background-image: url("../img/security-rules-bg3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.security-rules-bg4 {
  background-image: url("../img/security-rules-bg4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.security-rules__form {
  padding: .8rem;
  padding-top: 0
}

.security-rules__form-wrapper {
  background-image: url("../img/security-form-bg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 7.5rem 9.2rem
}

.security-rules__form-wrapper p {
  flex-shrink: 2;
  font-size: 2rem;
  line-height: 4rem;
  max-width: 508px;
  padding-right: 5rem
}

.security-rules__form .write__form {
  flex-shrink: 1
}

.security-rules__form .write__form-wrapper {
  color: #030303
}

.security-rules__form .write__form-input {
  border-color: #030303;
  color: #030303
}

.security-rules__form .write__form-button {
  color: #030303
}

@media (max-width: 768px) {
  .security-rules__news {
    grid-template-columns: repeat(1, 1fr)
  }

  .security-rules__wrapper {
    min-height: auto
  }

  .security-rules__form-wrapper {
    display: block;
    padding: 5rem 3rem
  }

  .security-rules__form-wrapper p {
    margin-bottom: 4rem;
    margin-right: 0;
    max-width: 100%;
    padding: 0
  }
}

.input-policy__bg {
  background-image: url("../img/politics-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.8rem;
  margin-bottom: 7rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 14.3rem var(--padding)
}

.input-policy__bg h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin-bottom: 2.5rem;
  max-width: 590px
}

.input-policy__bg p {
  font-size: 2rem;
  line-height: 3.5rem;
  max-width: 590px
}

.input-policy__text {
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 6rem;
  margin-left: var(--padding);
  max-width: 862px
}

.input-policy__ways {
  margin-bottom: 6rem
}

.input-policy__ways-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: .6rem
}

.input-policy__ways-wrapper-left {
  background-color: #1d1d1d;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  padding: 3rem var(--padding);
  text-transform: uppercase;
  width: 100%
}

.input-policy__ways-wrapper-right {
  background-color: #9bd556;
  color: #030303;
  font-size: 2rem;
  line-height: 2rem;
  padding: 3rem var(--padding);
  text-transform: uppercase;
  width: 100%
}

.input-policy__list {
  margin-bottom: 6.5rem;
  margin-left: 12rem
}

.input-policy__list li {
  font-size: 2rem;
  line-height: 5.5rem;
  margin-bottom: .5rem;
  position: relative
}

.input-policy__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3663 2.23685L7.68687 14.9162C7.57518 15.0279 7.39435 15.0279 7.28293 14.9162L0.0835663 7.71661C-0.0278555 7.60545 -0.0278555 7.42462 0.0835663 7.31294L1.83291 5.56359C1.9446 5.45217 2.12543 5.45217 2.23685 5.56359L7.48516 10.8116L18.2132 0.0835664C18.3252 -0.0278555 18.5055 -0.0278555 18.6172 0.0835664L20.3663 1.83291C20.4779 1.94434 20.4779 2.12491 20.3663 2.23685Z' fill='%23030303'/%3E%3C/svg%3E%0A");
  content: '';
  height: 15px;
  left: -4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

@media (max-width: 768px) {
  .input-policy__bg {
    padding: 14.3rem 3rem
  }

  .input-policy__text {
    margin-left: 3rem
  }

  .input-policy__ways-wrapper {
    display: block;
    margin-bottom: 3rem
  }

  .input-policy__list {
    margin-left: 6.5rem
  }

  .input-policy__list li {
    line-height: 3rem;
    margin-bottom: 1.5rem
  }
}

.verification__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  margin-top: calc(var(--mtop) + .8rem)
}

.verification__block {
  margin-bottom: 1rem;
  padding: 8rem
}

.verification__block:last-child {
  margin-bottom: 0
}

.verification__block--green {
  background-color: #9bd556;
  margin-bottom: 0;
  margin-right: 1rem
}

.verification__block--white {
  background-color: #fff;
  padding: 3rem 9rem
}

.verification__block--white span {
  font-weight: 700
}

.verification__block--bg {
  background-image: url("../img/verification-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2rem 9rem
}

.verification__block--bg span {
  font-weight: 700
}

.verification__title {
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin-bottom: 2.5rem
}

.verification__text {
  font-size: 2rem;
  line-height: 3.5rem
}

.verification__main-text {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-left: 8rem
}

.verification__main-text:last-child {
  margin-bottom: 6rem;
  margin-top: 1.5rem
}

.verification__main-text a {
  color: #030303;
  text-decoration: underline
}

@media (max-width: 768px) {
  .verification__top {
    display: block
  }

  .verification__block {
    padding: 8rem 3rem
  }

  .verification__main-text {
    margin-left: 3rem
  }
}

.vacancy {
  margin-top: var(--mtop)
}

.vacancy-header {
  background: url("/assets/img/vacancy.png") center 30%/cover;
  min-height: 20rem;
  padding-left: var(--padding);
  padding-top: 4rem
}

.vacancy-heading {
  font-size: 4.8rem;
  line-height: 1.21;
  color: #fff;
  font-weight: 400;
  line-height: .92
}

@media (max-width: 500px) {
  .vacancy-heading {
    font-size: 3.8rem
  }
}

.vacancy-tabs-menu {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between
}

.vacancy-tabs-button {
  border-bottom: 5px solid transparent;
  color: #b5b5b5;
  cursor: pointer;
  flex-basis: 33%;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 1px
}

.vacancy-tabs-button.active {
  border-bottom: 5px solid #9bd556
}

.vacancy-tabs-button.active a {
  color: #9bd556
}

.vacancy-tabs-button a {
  color: #b5b5b5;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 2.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s
}

.vacancy-tabs-button a:hover {
  color: #9bd556
}

.vacancy-tabs-item {
  background-color: #fff;
  border: 0.8rem solid #e8eae6;
  margin: 0 .8rem;
  padding: 3.7rem 2rem 7.8rem 4.3rem;
  transition: .2s
}

.vacancy-tabs-item:first-of-type {
  margin-top: 0.8rem
}

.vacancy-tabs-item:last-of-type {
  margin-bottom: 0.8rem
}

.vacancy-tabs-item_left {
  margin-right: 18.4rem
}

.vacancy-tabs-item_right {
  height: 40rem;
  overflow: hidden;
  position: relative;
  transition: .5s
}

.vacancy-tabs-item-expand {
  bottom: 0;
  left: 50%;
  position: absolute
}

.vacancy-tabs-item:hover {
  border-color: transparent
}

.vacancy .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0;
  margin-top: 3rem
}

.vacancy .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.vacancy .item-link:hover .vacancy .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.vacancy .item-link:hover .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.vacancy-left-heading {
  color: #030303;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1
}

.vacancy-right-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative
}

.vacancy-right-cover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, #fff);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.vacancy-right-heading {
  font-size: 2rem;
  line-height: 1.5;
  color: #030303;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 2rem
}

.vacancy-list-item {
  margin-left: 3.6rem;
  max-width: 65rem;
  position: relative
}

.vacancy-list-item:last-child {
  margin-bottom: 2rem
}

.vacancy-list-item:not(:last-child) {
  margin-bottom: 1.5rem
}

.vacancy-list-item::before {
  background: url("../img/checkmark-green.svg") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.vacancy-item-expand {
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: .2s;
  width: 3rem;
  z-index: 11
}

.vacancy .click {
  transform: rotate(180deg)
}

.vacancy-study--text {
  color: #030303;
  font-size: 2rem;
  line-height: 1.8;
  max-width: 103rem;
  padding: 4.6rem 0;
  padding-left: var(--padding)
}

.vacancy-study-course:nth-of-type(1) {
  background: #fff;
  color: #030303
}

.vacancy-study-course:nth-of-type(2) {
  background: #1d1d1d;
  color: #fff
}

.vacancy-study-course:nth-of-type(2) .item-link {
  color: #fff
}

.vacancy-study-course:nth-of-type(3) {
  background: #9bd556;
  color: #030303
}

.vacancy-study-course:nth-of-type(3) .course-about-item {
  color: rgba(3, 3, 3, 0.3)
}

.vacancy-study .course {
  margin: 1.6rem;
  padding: 5.3rem var(--padding)
}

.vacancy-study .course-header {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.vacancy-study .course-header .item-link {
  margin-top: 0
}

.vacancy-study .course-heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.33;
  max-width: 50rem
}

.vacancy-study .course-subheading {
  font-size: 2rem;
  line-height: 1.3;
  margin: 2.5rem 0
}

.vacancy-study .course-about {
  margin: 3rem 0
}

.vacancy-study .course-about-item {
  color: #b5b5b5;
  font-size: 1.8rem;
  line-height: 1
}

.vacancy-study .course-about-img {
  margin-right: 1rem
}

.vacancy-study .course-text {
  font-size: 1.8rem;
  line-height: 1.67
}

.vacancy-study .course-list {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  position: relative
}

.vacancy-study .course-list-item {
  margin-left: 3.6rem;
  max-width: 65rem;
  position: relative
}

.vacancy-study .course-list-item:last-child {
  margin-bottom: 2rem
}

.vacancy-study .course-list-item:not(:last-child) {
  margin-bottom: 1.5rem
}

.vacancy-study .course-list-item::before {
  background: url("../img/checkmark-green.svg") center/cover;
  content: '';
  display: inline-block;
  height: 1.5rem;
  left: -3.6rem;
  position: absolute;
  top: 1rem;
  width: 2.1rem
}

.vacancy-team {
  padding: 0.8rem
}

.vacancy-team-item {
  background-color: #fff;
  color: #030303;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0.8rem;
  padding-bottom: 4rem;
  position: relative;
  text-decoration: none;
  transition: .2s
}

.vacancy-team-item .item-img {
  width: 100%
}

.vacancy-team-item .item-title {
  align-items: center;
  background: #9bd556;
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 3rem
}

.vacancy-team-item .item-title-social a:first-child {
  margin-right: 1.5rem
}

.vacancy-team-item .item-title-social__link {
  text-decoration: none
}

.vacancy-team-item .item-title-social__link:hover img {
  transform: scale(0.9)
}

.vacancy-team-item .item-text {
  max-width: 45rem;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.vacancy-team-item .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2.9rem;
  margin-top: 3rem
}

.vacancy-team-item .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.vacancy-team-item .item-link:hover .vacancy-team-item .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.vacancy-team-item .item-link:hover .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.vacancy-team-item:hover {
  margin: 0
}

.openCloseMessage {
  color: #030303;
  font-size: 1.8rem;
  letter-spacing: -.02em;
  line-height: 1;
  margin-top: 7rem;
  padding: 2rem;
  text-align: left;
  text-transform: uppercase
}

.openCloseMessage>* {
  color: rgba(3, 3, 3, 0.5);
  font-size: 1.6rem;
  line-height: 1.56;
  margin-right: 5rem;
  text-transform: none
}

.openCloseMessage>*:first-child {
  margin-top: 1rem
}

.openCloseMessage .closed-color {
  color: #ff466f;
  text-transform: uppercase
}

.openCloseMessage .open-color {
  color: #9bd556;
  text-transform: uppercase
}

.openCloseMessage .message {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%
}

.openCloseMessage .message.active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.openCloseMessage .message>span:first-child {
  color: #030303;
  font-size: 1.8rem;
  letter-spacing: -.02em;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: uppercase
}

#places-map {
  background: #fff;
  padding: 0;
  position: relative
}

#places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1
}

#places-map .exch-map {
  position: relative
}

#places-map .map-pins {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

#places-map .map-location-marker {
  background: url("../img/open.svg") center/cover no-repeat;
  cursor: pointer;
  height: 4.4rem;
  margin-left: -0.7857142857em;
  margin-top: -1.3125em;
  opacity: 1;
  position: absolute;
  width: 4.4rem;
  z-index: 3
}

#places-map .map-location-marker-closed {
  background: url("../img/closed.svg") center/cover no-repeat;
  cursor: pointer;
  height: 4.4rem;
  margin-left: -0.7857142857em;
  margin-top: -1.3125em;
  opacity: 1;
  position: absolute;
  width: 4.4rem;
  z-index: 3
}

#places-map .marker-nyse {
  left: 26.5%;
  top: 26%
}

#places-map .marker-lse {
  left: 40%;
  top: 25%
}

#places-map .marker-hkse {
  bottom: 52%;
  right: 24%
}

#places-map .marker-ksc {
  bottom: 59%;
  right: 23%
}

#places-map .marker-tse {
  bottom: 66%;
  right: 20%
}

#places-map .marker-asx {
  bottom: 20%;
  right: 8%
}

#places-map .marker-six {
  left: 43%;
  top: 29%
}

#places-map .marker-fra {
  left: 45%;
  top: 24%
}

#places-map .marker-bse {
  left: 48%;
  top: 26%
}

#places-map .marker-tase {
  bottom: 55%;
  right: 47%
}

#places-map .marker-moex {
  left: 52%;
  top: 17%
}

#places-map .marker-nse {
  bottom: 49%;
  left: 60%
}

#places-map .marker-sgx {
  bottom: 42%;
  left: 70%
}

#places-map .marker-bmv {
  left: 12.5%;
  top: 40%
}

#places-map .marker-cboe {
  left: 14%;
  top: 24%
}

#places-map .marker-tsx {
  left: 25.5%;
  top: 16%
}

#places-map .marker-xmad {
  left: 40%;
  top: 32%
}

#page-places {
  position: relative
}

#map-info {
  background: #999;
  border: 2px solid #666;
  color: #fff;
  left: 50%;
  margin-left: 0;
  padding: 12px;
  top: 0;
  width: 230px;
  z-index: 10
}

#map-info .close-btn {
  background: url("../img/close-btn.png") no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px
}

#map-info h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 9px
}

#map-info h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 6px;
  padding-top: 0
}

#map-info p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  margin: 0 0 6px
}

.map-message {
  text-align: center
}

#local-time,
#open-label,
#closed-label {
  display: none
}

.map-right {
  height: 500px;
  overflow-y: scroll
}

.activeHeader {
  color: #f00 !important;
  font-weight: bold
}

.team-single__header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 3rem 2rem 3rem var(--padding)
}

.team-single__heading {
  font-size: 3.6rem;
  line-height: 1.22;
  max-width: var(--mwidth)
}

.team-single .item-img {
  height: auto;
  width: 100%
}

.team-single .breadcrumbs {
  margin-bottom: 3rem
}

.team-single .breadcrumbs__link {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-right: 30px;
  position: relative;
  text-decoration: none
}

.team-single .breadcrumbs__link::after {
  background: url("../img/arrow-right.svg") center/cover no-repeat;
  content: '';
  height: 10px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px
}

.team-single .breadcrumbs__link:hover {
  text-decoration: underline
}

.team-single .breadcrumbs__active {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1
}

.team-single__main {
  background-color: #fff;
  margin: .8rem;
  padding: 2rem 2rem 4rem var(--padding)
}

.team-single__main-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative
}

.team-single__main-img {
  height: 100%;
  width: 40%
}

.team-single__main-text {
  color: #030303;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 2rem
}

.team-single__main-text--top {
  margin-right: 13rem
}

.team-single__main-subheading {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.5rem
}

.team-single__main-heading {
  color: #030303;
  font-size: 3.6rem;
  line-height: 1
}

.team-single__main .main__social {
  margin-bottom: 2rem
}

.team-single__main .main__social-link {
  display: inline-block;
  height: 2.5rem;
  text-decoration: none;
  transition: .2s;
  width: 2.5rem
}

.team-single__main .main__social-link img,
.team-single__main .main__social-link svg {
  vertical-align: middle;
  width: 100%
}

.team-single__main .main__social-link:hover {
  transform: scale(0.9)
}

.team-single__main .main__social-link:not(:last-of-type) {
  margin-right: 1.5rem
}

.team-single .vacancy-team {
  display: flex;
  overflow-x: auto
}

.team-single .vacancy-team-item {
  min-width: 44.5rem
}

.team-single .vacancy-team-item:hover {
  margin: 0.8rem
}

.team-single .vacancy-team .item-img {
  width: 100%
}

.team-single .vacancy-team .item-title {
  align-items: center;
  background: #9bd556;
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 3rem
}

.team-single .vacancy-team .item-title-social a:first-child {
  margin-right: 1.5rem
}

.team-single .vacancy-team .item-title-social__link {
  text-decoration: none
}

.team-single .vacancy-team .item-title-social__link:hover img {
  transform: scale(0.9)
}

.team-single .vacancy-team .item-text {
  max-width: 35rem;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-top: 1.5rem
}

.team-single .vacancy-team .item-link {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #030303;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2.9rem;
  margin-top: 3rem
}

.team-single .vacancy-team .item-link_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.team-single .vacancy-team .item-link:hover .team-single .vacancy-team .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.team-single .vacancy-team .item-link:hover .item-link_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.team-single .team-single__main-text--top {
  flex: 1 0 60%
}

@media (max-width: 750px) {
  .team-single .team-single__main-wrapper {
    flex-direction: column
  }

  .team-single .team-single__main-img {
    order: 1
  }

  .team-single .team-single__main-text--top {
    margin-right: 0;
    order: 2
  }

  .team-single .team-single__main-img {
    height: auto;
    max-width: 100%;
    width: 100%
  }
}

.jobs-single__header {
  background-color: #9bd556;
  margin: .8rem;
  margin-top: calc(var(--mtop) + .8rem);
  padding: 3rem 2rem 3rem var(--padding)
}

.jobs-single__heading {
  font-size: 3.6rem;
  line-height: 1.22;
  max-width: var(--mwidth)
}

.jobs-single .breadcrumbs {
  margin-bottom: 3rem
}

.jobs-single .breadcrumbs__link {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-right: 30px;
  position: relative;
  text-decoration: none
}

.jobs-single .breadcrumbs__link::after {
  background: url("../img/arrow-right.svg") center/cover no-repeat;
  content: '';
  height: 10px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px
}

.jobs-single .breadcrumbs__link:hover {
  text-decoration: underline
}

.jobs-single .breadcrumbs__active {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1
}

.jobs-single__main {
  background-color: #fff;
  margin: .8rem;
  padding: 2rem 45rem 4rem var(--padding);
  position: relative
}

.jobs-single__main-header {
  color: #030303;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 4rem;
  margin-right: 17rem
}

.jobs-single__main-header--text {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 1.5rem
}

.jobs-single__main-content .vacancy-list-item {
  max-width: unset
}

.jobs-single__main-content--text {
  color: #030303;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 1.5rem
}

.jobs-single__main-upload {
  border: 1px dashed #b5b5b5;
  max-width: 40rem;
  padding: 4.2rem 5.4rem;
  position: absolute;
  right: 4rem;
  text-align: center;
  top: 4rem
}

.jobs-single__main-upload--text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem
}

.jobs-single__main-upload--text span {
  font-size: 2rem
}

.jobs-single__main-upload--button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: .2s
}

.jobs-single__main-upload--button:hover {
  transform: scale(1.2)
}

.jobs-single .form__header {
  font-size: 3.6rem;
  line-height: 1.28;
  margin-bottom: 5rem
}

.jobs-single .jobs-form {
  align-items: start;
  color: #000;
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
  row-gap: 3rem
}

.jobs-single .jobs-form h2 {
  grid-column: 1/-1;
  grid-row: 1/2
}

.jobs-single .jobs-form input,
.jobs-single .jobs-form textarea {
  background: none;
  border: 1px solid #030303;
  color: #030303;
  display: inline-block;
  font-size: 1.6rem;
  line-height: .5;
  outline: none;
  padding: 17px 30px;
  width: 100%
}

.jobs-single .jobs-form input[type='text'] {
  grid-column: 1/2;
  grid-row: 2/3
}

.jobs-single .jobs-form input[type='tel'] {
  grid-column: 1/2;
  grid-row: 3/4
}

.jobs-single .jobs-form textarea {
  align-self: stretch;
  grid-column: 2/3;
  grid-row: 2/4;
  line-height: 1;
  resize: none
}

.jobs-single .jobs-form input[type='file'] {
  display: none
}

.jobs-single .jobs-form .file-label {
  align-items: center;
  background: none;
  border: 1px dashed #000;
  color: #c4c4c4;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 14px;
  grid-column: 1/-1;
  grid-row: 4/5;
  line-height: 1;
  outline: none;
  padding: 15px 25px;
  width: 100%
}

.jobs-single .jobs-form .file-label-img {
  margin-right: 1.5rem
}

.jobs-single .jobs-form .submit-button {
  color: #030303;
  font-family: Google Sans;
  font-size: 1.7rem;
  grid-column: 1/-1;
  line-height: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

@media (max-width: 1700px) {

  .sertificate,
  .award {
    grid-template-rows: 58rem
  }
}

@media (max-width: 1674px) {
  .forex-about-left {
    padding-right: 5rem
  }

  .forex-about-right {
    padding-right: 4rem
  }
}

@media (max-width: 1527px) {
  :root {
    --mwidth: 70%
  }

  .stocks .about-left .stocks-about-text {
    padding-right: 12rem
  }

  .goods .about-left .goods-about-text {
    padding-right: 12rem
  }
}

@media (max-width: 1500px) {

  .sertificate,
  .award {
    grid-template-rows: 63rem
  }
}

@media (max-width: 1440px) {
  :root {
    --mtop: 11rem
  }

  .platform-left-bottom--img {
    width: 25%
  }

  .platform-left-top {
    background-position: 0 center
  }

  .forex-example {
    grid-template-columns: repeat(3, 1fr);
    text-align: center
  }

  .forex-example-heading {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-bottom: 3rem
  }

  .stocks-about {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content)
  }

  .stocks-about br {
    display: none
  }

  .stocks-about-heading {
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: center;
    margin-bottom: 8rem;
    padding-right: 0
  }

  .stocks-about .about-left {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .stocks-about .about-left .stocks-about-inner {
    margin-left: 7.5rem
  }

  .stocks-about .about-right {
    grid-column: 2/3;
    grid-row: 2/3
  }

  .goods-about {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content)
  }

  .goods-about br {
    display: none
  }

  .goods-about-heading {
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: center;
    margin-bottom: 8rem;
    padding-right: 0
  }

  .goods-about .about-left {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .goods-about .about-left .goods-about-inner {
    margin-left: 7.5rem
  }

  .goods-about .about-right {
    grid-column: 2/3;
    grid-row: 2/3
  }
}

@media (max-width: 1420px) {

  .sertificate,
  .award {
    grid-template-rows: 53rem
  }
}

@media (max-width: 1400px) {
  .robots .required-steps-item:nth-child(1) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots1.png")
  }

  .robots .required-steps-item:nth-child(2) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots2.png")
  }

  .robots .required-steps-item:nth-child(3) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots3.png")
  }

  .signals .required-steps-item:nth-child(1) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots1.png")
  }

  .signals .required-steps-item:nth-child(2) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots2.png")
  }

  .signals .required-steps-item:nth-child(3) {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/robots3.png")
  }

  .about-model {
    padding-left: 20%
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 6rem
  }
}

@media (max-width: 1360px) {

  .sertificate,
  .award {
    grid-template-rows: 58rem
  }
}

@media (max-width: 1300px) {
  .header-img {
    opacity: .5
  }

  .accounts .types-content {
    flex-wrap: wrap
  }

  .accounts .types-content-left {
    background: #1d1d1d url("../img/types-left.png") center/contain no-repeat padding-box;
    flex-basis: 100%;
    padding-bottom: 2rem;
    padding-right: 5rem
  }

  .accounts .types-content-right {
    background: #1d1d1d url("../img/types-right.png") center/contain no-repeat padding-box;
    border: 0;
    flex-basis: 100%;
    margin-right: 0.4rem;
    margin-top: 0.8rem;
    padding-left: var(--padding);
    padding-right: 5rem;
    padding-top: 2rem
  }

  .faq .faq-spec-item--name:hover .faq-spec-item--img {
    margin-right: 8rem
  }
}

@media (max-width: 1200px) {
  :root {
    --padding: 5rem
  }

  .robots .required br {
    display: none
  }

  .signals .required br {
    display: none
  }

  .side-nav .social-contact {
    font-size: 12px
  }
}

@media (max-width: 1130px) {
  :root {
    --mwidth: 65%
  }
}

@media (max-width: 1100px) {
  .side-nav .social-break {
    display: initial
  }

  .side-nav .social-link {
    margin-bottom: 2rem
  }

  .side-nav .social-text {
    width: 70%
  }

  .header {
    padding-left: 5rem
  }

  .platform-left {
    font-size: 3.2rem
  }

  .platform-left-bottom {
    padding: 6.2rem 0 7rem var(--padding)
  }

  .way-left {
    padding: 9rem 0 9rem 5rem
  }

  .news-content-left {
    padding-left: 5rem
  }

  .tabs-content_right {
    padding-left: 10rem
  }

  .reason {
    padding: 5rem
  }

  .cooperation-heading {
    margin-left: 5rem
  }

  .stockindex-exchange br:not(.divider) {
    display: none
  }

  .sertificate,
  .award {
    grid-template-rows: 72rem
  }
}

@media (max-width: 1080px) {
  .platform-right--heading {
    max-width: 38rem
  }

  :root {
    --mwidth: 100%
  }

  .activ-header {
    text-align: center
  }

  .activ-header-text {
    text-align: left
  }

  .forex .activ-header {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/forex-header.png") center/cover no-repeat, #9bd556
  }

  .stocks .activ-header {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/stocks-header.png") center/cover no-repeat, #9bd556
  }

  .stocks .goods .activ-header {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/goods-header.png") center/cover no-repeat, #9bd556
  }
}

@media (max-width: 1000px) {
  :root {
    --mtop: 11rem;
    --margin: 0
  }

  .side-nav .social {
    position: static
  }

  .side-nav .social-contact {
    display: none
  }

  .side-nav .social-break {
    display: none
  }

  .side-nav .social-link {
    margin-bottom: 2rem
  }

  .side-nav .social-text {
    width: 70%
  }

  .side-nav {
    display: none;
    position: absolute
  }

  .side-nav-item_link.active::before {
    background: url("../img/arrow-green.svg") center/cover no-repeat;
    top: 50%;
    transform: rotate(90deg) translateX(-50%)
  }

  .navigation {
    align-items: center;
    padding: 1.5rem;
    position: fixed
  }

  .navigation-close {
    display: none
  }

  .navigation-slogan {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .navigation-item {
    display: none
  }

  .navigation-wrapper {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center
  }

  .navigation .side-nav {
    height: 0;
    margin-bottom: 8rem;
    opacity: 0
  }

  .navigation .side-nav-item_link {
    font-size: 20px
  }

  .navigation .side-nav-list {
    display: none
  }

  .navigation .inner-services>:nth-child(1),
  .navigation .inner-services>:nth-child(2) {
    display: none
  }

  .navigation .inner-link {
    font-size: 16px
  }

  .navigation .nav-icon {
    display: flex;
    position: absolute;
    right: 2rem;
    top: 3rem;
    z-index: 100
  }

  .navigation-button {
    align-items: center;
    background: #9bd556;
    bottom: 0;
    justify-content: center;
    left: 0;
    margin-left: -3rem;
    padding: 3.3rem 1rem;
    position: sticky;
    text-align: center;
    width: 100vw;
    z-index: 5
  }

  .navigation .social-text {
    display: none
  }

  .mt4-header-left {
    padding-right: 10rem
  }

  .mt4 .possibility {
    padding: 6.3rem 1rem 6.3rem var(--padding)
  }

  .sertificate,
  .award {
    grid-template-rows: 75rem
  }

  .footer-text::after {
    width: 60vw
  }

  .navigation-wrapper {
    margin: 4rem
  }

  .cabinet-platform {
    row-gap: 2rem
  }

  .cabinet-platform__left {
    grid-column: 1/-1;
    grid-row: 1/2
  }

  .cabinet-platform__right {
    grid-column: 1/-1;
    grid-row: 2/3
  }

  .login-wrapper-desktop {
    display: none
  }

  .login-wrapper-mobile {
    bottom: 10px;
    display: block;
    position: sticky;
    width: 100%
  }
}

@media (max-width: 800px) {
  .cooperation {
    padding-bottom: 2rem
  }

  .platform-left-top--text {
    margin-left: calc(40% + 30px)
  }

  .platform-left-top {
    background-position: -4rem center
  }

  .way-right-icon {
    top: -25%
  }

  .platform-left-bottom--text {
    width: 60%
  }

  .platform-left-bottom--img {
    margin-left: 0
  }

  .platform-right {
    padding: 8rem 2rem 14.5rem var(--padding)
  }

  .news-button {
    width: 48%
  }

  .news-link {
    margin: auto;
    margin-top: 4.7rem
  }

  .news-content {
    flex-wrap: wrap-reverse
  }

  .news-content-left {
    flex-basis: 100%;
    height: auto;
    padding: 4.7rem 0;
    padding-left: 0;
    padding-top: 0
  }

  .news-content-right {
    flex-basis: 100%
  }

  .news-content-text {
    display: none
  }

  .news-content-item:first-child {
    border-left: 0
  }

  .way-left {
    padding-right: 1rem
  }

  .forex-map {
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, max-content)
  }

  .forex-map .header-left {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: 0.8rem;
    margin-right: 0.8rem
  }

  .forex-map .header-right {
    border-left: 0;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-left: 0.8rem;
    margin-right: 0.8rem
  }

  .forex-map .img-left {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .forex-map .img-right {
    grid-column: 1/2;
    grid-row: 4/5
  }

  .tech .info-text {
    margin-left: 50px;
    max-width: 90%
  }

  .single .news-all .item-text {
    max-width: 90%
  }

  .reviews-form {
    flex-basis: 100%
  }

  .reviews .addreview {
    flex-wrap: wrap
  }

  .reviews .addreview-title {
    flex-basis: 100%;
    padding-bottom: 0
  }

  .about-text {
    padding: 8rem 9.2rem
  }

  .about-model {
    padding-left: 10%
  }

  .sertificate,
  .award {
    grid-template-rows: 78rem
  }

  .footer .contact-text {
    font-size: 12px
  }
}

@media (max-width: 700px) {
  .way-right-icon:nth-of-type(7) {
    display: none
  }

  .platform,
  .way {
    grid-template-columns: 1fr
  }

  .divider {
    height: 100%
  }

  .video-item {
    max-width: 48%
  }

  .video-item:last-child {
    display: none
  }

  .mt4-header {
    flex-wrap: wrap
  }

  .mt4-header-left {
    flex-basis: 100%;
    margin-right: 0.8rem;
    max-width: 100%
  }

  .mt4-header-right {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    margin-left: 0.8rem
  }

  .mt4-header-right::before {
    height: 2px;
    left: 0;
    top: 3.9rem;
    width: 100%
  }

  .mt4-header-right:hover::before {
    left: -.8rem;
    width: calc(100% + 1.6rem)
  }

  .mt4-header-right--heading::before {
    left: 10%;
    top: -4.5rem;
    transform: translate(-50%, 0)
  }

  .mt4-header-right--heading::after {
    left: 10%;
    top: -5.6rem;
    transform: translate(-50%, 0)
  }

  .mt4-header-right--item:not(:first-child) {
    margin-left: 3rem
  }

  .mt4 .needs-right {
    padding-right: 5rem
  }

  .mt4-header-left {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/mt4.png") 95% 70%/20% no-repeat, #9bd556
  }

  .about-header {
    flex-wrap: wrap
  }

  .about-header-left {
    flex-basis: 100%;
    max-width: 100%
  }

  .about-header-right {
    align-items: flex-start;
    display: flex;
    flex-basis: 100%;
    flex-flow: column;
    padding-left: calc(2*var(--padding));
    padding-right: 2rem
  }

  .about-header-right::before {
    height: 55em;
    left: var(--padding);
    top: 0;
    width: 2px
  }

  .about-header-right--heading::before {
    left: calc(var(--padding)*-1);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .about-header-right--heading::after {
    left: calc(var(--padding)*-1);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .about-header-right--item:not(:first-child) {
    margin-left: 0
  }

  .bonuses .mt4-header-left {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/bonuses.png") bottom center/cover no-repeat, #9bd556;
    margin-bottom: 0;
    margin-right: 0.8rem
  }

  .bonuses .mt4-header-right {
    align-items: flex-start;
    flex-flow: column;
    margin-left: .8rem;
    margin-top: 0;
    padding-left: calc(2*var(--padding));
    padding-right: 2rem
  }

  .bonuses .mt4-header-right::before {
    height: 60rem;
    left: var(--padding);
    top: 0;
    width: 2px
  }

  .bonuses .mt4-header-right--item:not(:first-child) {
    margin-left: 0
  }

  .bonuses .mt4-header-right--item {
    max-width: 43rem
  }

  .bonuses .mt4-header-right--heading::before {
    left: calc(var(--padding)*-1 + 1px);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .bonuses .mt4-header-right--heading::after {
    left: calc(var(--padding)*-1 + 1px);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .calculator-header {
    flex-wrap: wrap;
    margin-top: var(--mtop)
  }

  .calculator-header-left {
    flex-basis: 100%;
    margin-right: 0.8rem;
    padding: 2rem 2rem 2rem var(--padding)
  }

  .calculator-header-right {
    flex-basis: 100%;
    margin-left: 0.8rem;
    margin-top: 0;
    padding: 2rem 0
  }

  .calculator-ability {
    flex-wrap: wrap;
    padding: 0
  }

  .calculator-ability-left {
    flex-basis: 100%;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
    order: 2;
    padding: 2rem 0
  }

  .calculator-ability-right {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-left: 0.8rem;
    order: 1;
    padding: 2rem 2rem 2rem var(--padding)
  }

  .invite.bonuses .mt4-header-left-wrapper {
    background: linear-gradient(rgba(155, 213, 86, 0.8), rgba(155, 213, 86, 0.8)), url("../img/invite.png") center bottom/100% no-repeat, #9bd556
  }

  .bonuses.invite.deposit .mt4-header {
    margin-top: 13rem
  }

  .glossary-item {
    flex-wrap: wrap
  }

  .glossary-item-title {
    flex-basis: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem
  }

  .regulation-crofr {
    flex-wrap: wrap
  }

  .regulation-crofr-left {
    flex-basis: 100%;
    margin-bottom: 4rem;
    padding-right: 2rem
  }

  .regulation-crofr-right {
    flex-basis: 100%
  }

  .about__award {
    flex-wrap: wrap
  }

  .about__award-right {
    flex-basis: 100%;
    margin-bottom: 4rem;
    order: 1;
    padding-right: 2rem
  }

  .about__award-left {
    flex-basis: 100%;
    order: 2
  }

  .way-left {
    padding-bottom: 10rem;
    padding-top: 10rem
  }

  .way-right {
    margin-right: .8rem;
    margin-top: 0.8rem;
    padding: 0 var(--padding);
    width: unset
  }

  .way-right:hover {
    width: unset
  }

  .way-right--heading {
    font-size: 3.8rem;
    padding: 17rem 0
  }

  .footer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem
  }

  .footer .payment {
    display: none
  }

  .footer-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    width: auto
  }

  .footer-text {
    align-self: center;
    font-size: 12px;
    grid-column: 2/3;
    grid-row: 1/2;
    padding-right: 2rem
  }

  .footer-text::after {
    display: none
  }

  .footer-menu {
    grid-column: 1/-1;
    grid-row: 2/4
  }

  .footer-contacts {
    font-size: 12px;
    grid-column: 1/2;
    grid-row: 4/5
  }

  .footer .labels {
    align-items: end;
    grid-column: 2/3;
    grid-row: 4/5;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto
  }

  .footer .labels>* {
    max-width: 70%
  }

  .footer .labels-img {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-right: 0
  }

  .footer .labels-award {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: 0
  }

  .footer .labels-3ds {
    align-self: initial;
    grid-column: 3/4;
    grid-row: 1/2;
    margin-right: 0
  }

  .footer .labels-pci {
    align-self: initial;
    grid-column: 4/5;
    grid-row: 1/2;
    margin-right: 3rem
  }

  .footer .regulation {
    align-items: start;
    grid-column: 2/3;
    grid-row: 5/6;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    padding-left: 0;
    row-gap: 0
  }

  .footer .regulation-wrapper {
    grid-column: 1/-1;
    grid-row: 2/3
  }

  .vacancy-tabs-item {
    flex-direction: column
  }

  .vacancy-tabs-item_left {
    align-items: flex-start;
    margin-bottom: 3rem;
    margin-right: 2rem;
    max-width: unset
  }

  .vacancy-tabs-item_left .item-link {
    align-self: flex-end
  }

  .map-wrapper {
    align-items: center;
    flex-direction: column
  }

  .map-left {
    margin-bottom: 0;
    padding-right: 2rem;
    width: 100%
  }

  .map-right {
    height: auto;
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%
  }

  .map .openCloseMessage {
    flex-direction: row
  }

  .map .openCloseMessage>*:first-child {
    margin-top: 0
  }

  .map .openCloseMessage .message {
    flex: 1 0 max-content
  }
}

@media (max-width: 660px) {
  .navigation-slogan {
    display: none
  }

  .accounts .about .about-list .about-list-item {
    background: linear-gradient(to bottom, #1d1d1d 50%, #9bd556 50%);
    flex-wrap: wrap
  }

  .accounts .about .about-list .about-list-item .about-list-item--text:first-child {
    flex-basis: 100%;
    padding: 20px 0;
    padding-left: var(--padding)
  }

  .accounts .about .about-list .about-list-item .about-list-item--text:last-child {
    background-color: #9bd556;
    flex-basis: 100%;
    height: max-content;
    padding: 20px;
    text-align: right
  }

  .mt4 .needs {
    flex-wrap: wrap;
    padding-bottom: 3rem
  }

  .mt4 .needs-left {
    flex-basis: 100%;
    margin-bottom: 4rem
  }

  .mt4 .needs-right {
    flex-basis: 100%;
    padding-left: var(--padding)
  }

  .mobile-header {
    padding-bottom: 10rem;
    padding-top: 15rem
  }

  .mobile-wrapper {
    flex-wrap: wrap
  }

  .mobile-left {
    flex-basis: 100%
  }

  .mobile-right {
    flex-basis: 100%
  }

  .webplatform .mobile-right-item--img {
    display: none
  }

  .calendar .how {
    flex-wrap: wrap
  }

  .calendar .how-left {
    flex-basis: 100%;
    padding-bottom: 2.5rem;
    padding-top: 3.3rem
  }

  .calendar .how-right {
    flex-basis: 100%;
    padding-left: var(--padding);
    padding-top: 1rem
  }

  .robots .required-steps {
    flex-wrap: wrap;
    justify-content: center
  }

  .robots .required-steps-item {
    align-items: center !important;
    background-position: center !important;
    flex-basis: 100%;
    justify-content: center !important;
    max-width: 51rem
  }

  .robots .video-header {
    flex-wrap: wrap;
    justify-content: center
  }

  .robots .video-header-heading {
    flex-basis: 100%;
    margin-bottom: 2rem
  }

  .robots .video-header-text {
    flex-basis: 100%;
    margin-left: 0;
    padding-left: var(--padding)
  }

  .robots .how-wrapper {
    flex-wrap: wrap;
    padding-left: var(--padding)
  }

  .robots .how-wrapper::before {
    height: 180%;
    left: calc(var(--padding)/2);
    top: -105%;
    width: 1px
  }

  .robots .how-item {
    flex-basis: 100%;
    margin-bottom: 4rem
  }

  .robots .how-item::before,
  .robots .how-item::after {
    left: calc(var(--padding)/2*-1);
    top: 1.5rem
  }

  .robots .robots-video {
    grid-template-columns: 1fr
  }

  .signals .required-steps {
    flex-wrap: wrap;
    justify-content: center
  }

  .signals .required-steps-item {
    align-items: center !important;
    background-position: center !important;
    flex-basis: 100%;
    justify-content: center !important;
    max-width: 51rem
  }

  .signals .video-header {
    flex-wrap: wrap;
    justify-content: center
  }

  .signals .video-header-heading {
    flex-basis: 100%;
    margin-bottom: 2rem
  }

  .signals .video-header-text {
    flex-basis: 100%;
    margin-left: 0;
    padding-left: var(--padding)
  }

  .signals .how-wrapper {
    flex-wrap: wrap;
    padding-left: var(--padding)
  }

  .signals .how-wrapper::before {
    height: 145%;
    left: calc(var(--padding)/2);
    top: -70%;
    width: 1px
  }

  .signals .how-item {
    flex-basis: 100%;
    margin-bottom: 4rem
  }

  .signals .how-item::before,
  .signals .how-item::after {
    left: calc(var(--padding)/2*-1);
    top: 1.5rem
  }

  .signals .signals-video {
    grid-template-columns: 1fr
  }

  .signals .signals-video-item:nth-child(odd):not(:first-of-type) {
    margin-left: .8rem
  }

  .bonuses .mt4-calculation {
    flex-direction: column;
    height: 100vh;
    text-align: center
  }

  .bonuses .mt4-calculation>* {
    flex-basis: 100%;
    padding-bottom: 3rem;
    padding-left: var(--padding);
    padding-top: 5.5rem
  }

  .bonuses .mt4-calculation .calculation-right {
    align-items: flex-start;
    margin-left: 0.8rem;
    padding-left: 0
  }

  .bonuses .mt4-calculation .calculation-left>* {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    text-align: left
  }

  .bonuses .mt4-calculation .calculation-left {
    padding-right: 2rem
  }

  .legal-documents {
    grid-template-columns: 1fr
  }

  .legal-documents-item:nth-child(even) {
    grid-column: 1/2
  }
}

@media (max-width: 600px) {
  .header-heading {
    font-size: 4.4rem
  }

  .platform-left-bottom--img {
    margin-left: 10%;
    width: 15%
  }

  .navigation .responsive .side-nav {
    margin-top: 10rem;
    position: absolute;
    top: 0
  }

  .social-text {
    display: none
  }

  .platform {
    grid-template-columns: 1fr
  }

  .platform-left {
    font-size: 2.8rem;
    margin-right: 0
  }

  .platform-left-bottom--img {
    margin-left: 0;
    width: 20%
  }

  .bonus-link {
    font-size: 2.8rem;
    padding: 2.7rem 0
  }

  .reason-item {
    flex-basis: 45%
  }

  .news-content-right {
    grid-template-columns: 1fr
  }

  .news-content-item:last-child {
    display: none
  }

  .tabs {
    flex-wrap: wrap
  }

  .tabs-menu {
    display: flex;
    flex-basis: 100%;
    overflow-x: auto;
    white-space: nowrap
  }

  .tabs-button {
    border: 0;
    border-right: 1px solid #000;
    display: inline-block;
    margin: 0;
    padding: 2.6rem 4rem
  }

  .tabs-content {
    flex-basis: 100%
  }

  .tabs-content-top {
    padding-left: 2.9rem
  }

  .tabs-content-top:hover {
    margin: 0
  }

  .tabs-content-bottom:hover {
    margin: 0
  }

  .video {
    flex-wrap: wrap
  }

  .video-left {
    flex-basis: 100%;
    padding-bottom: 4.5rem;
    padding-left: 2.9rem;
    padding-right: 2rem
  }

  .video-content {
    flex-basis: 100%;
    justify-content: center
  }

  .video-item {
    max-width: 95%;
    text-align: center
  }

  .video-item:not(:first-child) {
    display: none
  }

  .video-text {
    max-width: 55rem
  }

  .video .signals-video-item {
    display: block !important
  }

  .sertificate,
  .award {
    grid-template-columns: 1fr;
    grid-template-rows: 78rem 78rem
  }

  .award-left {
    grid-row: 2/3
  }

  .award-right {
    grid-row: 1/2
  }

  .cooperation-content {
    row-gap: 5rem
  }

  .cooperation-content>* {
    flex-basis: 45%
  }

  .cooperation-img {
    max-width: 100%
  }

  .forex-about {
    flex-wrap: wrap
  }

  .forex-about-left,
  .forex-about-right {
    flex-basis: 100%
  }

  .forex-about-left {
    margin-right: 0.8rem
  }

  .forex-about-right {
    margin-left: 0.8rem
  }

  .forex-example-item {
    grid-column: 1/-1;
    padding-right: 0
  }

  .forex-example-item:not(:last-child) {
    border-bottom: 1px solid #030303;
    margin-bottom: 4rem
  }

  .stocks-about {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, max-content)
  }

  .stocks-about-heading {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: flex-start
  }

  .stocks-about-item-label {
    font-size: 5.2rem;
    left: -4rem;
    top: -3rem
  }

  .stocks-about .about-left {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .stocks-about .about-left .stocks-about-inner {
    margin-bottom: 8rem;
    margin-left: 0
  }

  .stocks-about .about-left .stocks-about-text {
    padding-right: 2rem
  }

  .stocks-about .about-right {
    grid-column: 1/2;
    grid-row: 3/4
  }

  .stocks-about-text {
    padding-right: 2rem
  }

  .stocks-why {
    flex-direction: column
  }

  .stocks-why-right {
    background: linear-gradient(132deg, rgba(121, 186, 45, 0.8) 15%, rgba(125, 197, 57, 0.8) 35%, rgba(151, 213, 88, 0.8)), url("../img/hand2.png") center/contain no-repeat
  }

  .goods-about {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, max-content)
  }

  .goods-about-heading {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: flex-start
  }

  .goods-about-item-label {
    font-size: 5.2rem;
    left: -4rem;
    top: -3rem
  }

  .goods-about .about-left {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .goods-about .about-left .goods-about-inner {
    margin-bottom: 8rem;
    margin-left: 0
  }

  .goods-about .about-left .goods-about-text {
    padding-right: 2rem
  }

  .goods-about .about-right {
    grid-column: 1/2;
    grid-row: 3/4
  }

  .goods-about-text {
    padding-right: 2rem
  }

  .goods-why {
    flex-direction: column
  }

  .goods-why-left {
    display: none
  }

  .crypto-about {
    background: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url("../img/crypto-about.png") center/contain no-repeat, #1d1d1d
  }

  .crypto-about-text {
    width: 100%
  }

  .crypto-advantages {
    flex-direction: column
  }

  .crypto-advantages-left {
    margin-right: 0.8rem
  }

  .crypto-advantages-right {
    margin-left: 0.8rem;
    padding-left: var(--padding)
  }

  .stockindex-method-heading {
    padding: 4rem 1rem 2rem var(--padding)
  }

  .stockindex-method br {
    display: none
  }

  .stockindex-method-wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, max-content)
  }

  .stockindex-method-wrapper>* {
    padding: 2rem 1rem 2rem var(--padding)
  }

  .stockindex-method-wrapper>*:not(:last-child) {
    margin: 0;
    margin-bottom: 0.5rem
  }

  .stockindex-method-wrapper:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: .5rem
  }

  .stockindex-method-wrapper:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .stockindex-method-wrapper:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4
  }

  .stockindex-method-wrapper:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5
  }

  .stockindex-method:hover .stockindex-method-wrapper {
    margin-bottom: 0.5rem
  }

  .stockindex-method:hover .stockindex-method-wrapper>*:nth-child(1) {
    padding: 2rem 1rem 2rem calc(var(--padding) - .5rem)
  }

  .stockindex-method:hover .stockindex-method-wrapper>*:nth-child(3) {
    padding: 2rem 1rem 2rem calc(var(--padding) - .5rem)
  }

  .stockindex-exchange-wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, max-content)
  }

  .stockindex-exchange-wrapper:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2
  }

  .stockindex-exchange-wrapper:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3
  }

  .stockindex-exchange-wrapper:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4
  }

  .stockindex-exchange-wrapper:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5
  }

  .accounts .types .single {
    width: 80%
  }

  .mt4 .possibility-wrapper {
    flex-wrap: wrap
  }

  .mt4 .possibility-left {
    flex-basis: 100%
  }

  .mt4 .possibility-right {
    flex-basis: 100%
  }

  .mt4 .possibility-list-item {
    padding-right: 5rem
  }

  .mobile .bonus-link {
    justify-content: center;
    padding-right: 0
  }

  .tech .analysis-content {
    flex-wrap: wrap
  }

  .tech .analysis-content-left {
    flex-basis: 100%;
    max-width: 100%
  }

  .tech .analysis-content-right {
    flex-basis: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem
  }

  .calendar .how {
    background: linear-gradient(164deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/calendar.png") left/cover no-repeat
  }

  .news .news-all {
    grid-template-columns: 1fr
  }

  .news .news-all>* {
    margin: 1.6rem;
    margin-bottom: .8rem;
    margin-top: .8rem
  }

  .news .news-all>*:hover {
    margin: .8rem;
    margin-top: 0
  }

  .single .news-all {
    grid-template-columns: 1fr
  }

  .single .news-all-item.news-all-main p:not(.item-title) {
    margin-top: 3rem;
    max-width: unset;
    padding-left: var(--padding);
    padding-right: 2rem
  }

  .single .news-all ul {
    padding-left: var(--padding)
  }

  .single .news-all .item-label-main {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-left: calc(var(--padding) + 2.9rem);
    position: static
  }

  .single .news-all-main,
  .single .news-all-recomended {
    grid-column: 1/2
  }

  .about-model {
    padding-left: 5%
  }

  .about-model-right--item {
    height: auto
  }

  .sertificate,
  .award {
    grid-template-rows: 68rem 68rem
  }

  .webinar__active {
    flex-direction: column;
    margin-bottom: 3rem
  }

  .webinar__active--link {
    margin-bottom: 3rem
  }
}

@media (max-width: 550px) {
  .forex-header {
    margin-top: 13rem;
    padding: 6.4rem 1rem
  }

  .forex-header-heading {
    font-size: 3.4rem
  }

  .reviews-video {
    padding: 2rem
  }

  .reviews-item {
    max-width: 100%
  }

  .header {
    max-height: calc(70vh - var(--mtop));
    padding-bottom: 15.3rem
  }

  .header-img {
    width: 40rem
  }

  .header-heading {
    margin-top: 9.5rem
  }

  .header-link {
    margin-bottom: 1rem
  }
}

@media (max-width: 520px) {
  .activ-header {
    padding: 8.4rem var(--padding)
  }
}

@media (max-width: 500px) {
  .modal-content {
    margin: 60% auto
  }

  .navigation {
    justify-content: flex-start
  }

  .navigation-wrapper {
    margin-left: 0;
    width: auto
  }

  .navigation-logo {
    left: 2rem
  }

  .mt4-header-right {
    align-items: flex-start;
    flex-flow: column;
    padding-left: calc(2*var(--padding));
    padding-right: 2rem
  }

  .mt4-header-right::before {
    height: 32rem;
    left: var(--padding);
    top: 0;
    width: 2px
  }

  .mt4-header-right:hover::before {
    height: 32.8rem;
    left: var(--padding);
    top: -.8rem;
    width: 2px
  }

  .mt4-header-right--item:not(:first-child) {
    margin-left: 0
  }

  .mt4-header-right--heading::before {
    left: calc(var(--padding)*-1);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .mt4-header-right--heading::after {
    left: calc(var(--padding)*-1);
    top: 3rem;
    transform: translate(-50%, -50%)
  }

  .robots .how-wrapper::before {
    height: 170%;
    top: -95%
  }

  .signals .how-wrapper::before {
    height: 139%;
    top: -63%
  }

  .single .news-all .item-text {
    max-width: 100%;
    padding-left: calc(var(--padding) + 1rem)
  }

  .about-header-right::before {
    height: 52em
  }

  .footer {
    grid-template-columns: 1fr 1fr
  }

  .footer .footer-menu-heading {
    position: relative;
    transition: .2s
  }

  .footer .footer-menu-heading:hover::after {
    background: url("../img/arrow-right-green.png") center/cover;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
  }

  .footer .footer-menu-heading.active::after {
    background: url("../img/arrow-down-green.png") center/cover;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
  }

  .footer-menu {
    grid-template-columns: 1fr 1fr
  }

  .footer-menu-heading {
    font-size: 12px
  }

  .footer-menu-link {
    color: #fff;
    font-size: 12px
  }

  .footer-logo {
    grid-column: 1/-1;
    grid-row: 1/2
  }

  .footer-text {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin: 0
  }

  .footer-menu {
    grid-column: 1/-1;
    grid-row: 3/4
  }

  .footer-menu-list {
    display: none
  }

  .footer-contacts {
    grid-column: 1/-1;
    grid-row: 4/5;
    margin-bottom: 0
  }

  .footer-contacts .contact-link {
    display: flex;
    font-size: 12px
  }

  .footer-contacts .contact-text {
    font-size: 12px
  }

  .footer-contacts .footer-contacts-header {
    display: none
  }

  .footer .labels {
    grid-column: 1/-1;
    grid-row: 5/6;
    margin-left: var(--padding)
  }

  .footer .regulation {
    align-items: center;
    grid-column: 1/-1;
    grid-row: 6/7;
    justify-items: start;
    margin-bottom: 0;
    padding-left: var(--padding)
  }

  .footer .policy {
    grid-column: 1/-1;
    grid-row: 7/8;
    margin-top: 0
  }

  .footer .policy .copy {
    grid-column: 1/3;
    grid-row: 2/3
  }

  .footer .policy-links {
    flex-direction: column;
    grid-column: 1/3;
    grid-row: 1/2;
    justify-content: flex-start
  }

  .footer .policy-link {
    align-self: flex-start;
    color: #fff;
    margin-bottom: 2rem;
    text-decoration: underline
  }

  .footer .policy-link:not(:last-of-type)::after {
    display: none
  }

  .footer .policy-link:hover {
    text-decoration: none
  }

  .vacancy .course-about {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 2rem
  }

  .way-right-icon {
    top: -45%
  }

  .way-right-icon:nth-of-type(2),
  .way-right-icon:nth-of-type(6),
  .way-right-icon:nth-of-type(7),
  .way-right-icon:nth-of-type(8),
  .way-right-icon:nth-of-type(9),
  .way-right-icon:nth-of-type(10),
  .way-right-icon:nth-of-type(12),
  .way-right-icon:nth-of-type(13),
  .way-right-icon:nth-of-type(14),
  .way-right-icon:nth-of-type(15),
  .way-right-icon:nth-of-type(16),
  .way-right-icon:nth-of-type(18),
  .way-right-icon:nth-of-type(19),
  .way-right-icon:nth-of-type(20),
  .way-right-icon:nth-of-type(21) {
    display: none
  }

  .way-right-icon.start {
    animation-duration: 15s !important;
    animation-timing-function: linear !important
  }
}

@media (max-width: 425px) {
  .way-right--heading {
    padding: 10rem 0
  }

  .platform-right {
    min-height: 320px
  }

  .platform-left-bottom--text {
    min-width: 26rem
  }

  .platform-left-top--text {
    margin-left: 17rem;
    min-width: unset
  }

  .platform-left-bottom--img {
    position: absolute;
    right: 4rem;
    top: 5rem
  }

  .platform-left-top {
    background: linear-gradient(rgba(3, 3, 3, 0.8), rgba(3, 3, 3, 0.8)), url("../img/coin.gif") 50px center/auto 80% no-repeat, #030303;
    background-position: -4rem center
  }

  .platform-right--heading {
    max-width: 21rem
  }

  .platform-right {
    padding: 8rem 2rem 6.5rem var(--padding)
  }

  .news-link {
    margin-top: 1.8rem
  }

  .news-content-left {
    padding: 2rem 0;
    padding-top: 2rem
  }

  .signals .how-wrapper::before {
    height: 121%;
    top: -48%
  }

  .signals .how-item {
    min-height: 11.72rem
  }

  .mobile-right-item:nth-child(1) {
    padding: 6rem 6.5rem
  }

  .mobile-right-item:nth-child(2) {
    background-color: #c4c4c4;
    padding: 6rem 6.5rem
  }

  .mobile-right-item:nth-child(3) {
    background-color: #9bd556;
    padding: 6rem 6.5rem
  }

  .legal-documents {
    padding-left: 8rem
  }

  .footer-menu {
    grid-template-columns: repeat(2, 50%)
  }

  .footer-menu-heading {
    line-height: 1.5
  }

  .footer-menu .menu {
    width: min-content
  }
}

@media (max-width: 400px) {
  .vacancy .course-header {
    align-items: flex-start;
    flex-direction: column
  }

  .vacancy .course-header .item-link {
    align-self: flex-end
  }

  .openCloseMessage br {
    display: initial
  }

  .cabinet-platform__button.app {
    margin-bottom: 1rem
  }

  .cabinet-platform__button_img {
    width: 3rem
  }

  .cabinet-platform .cabinet-platform__button:hover .cabinet-platform__button_img {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }
}

@media (max-width: 370px) {
  .calculator-header-right {
    transform: scale(0.7)
  }

  .calculator-wrapper {
    width: unset
  }

  .calculator-ability {
    justify-content: center
  }

  .calculator-ability-left {
    transform: scale(0.8)
  }

  .calculator-ability .ability-wrapper {
    max-width: 330px
  }
}

@media (min-width: 1001px) {
	.side-nav-close.active {
		background: 0;
		border: 0;
		color: #d4d4d4;
		cursor: pointer;
		display: block;
		font-size: 40px;
		outline: none;
		position: fixed;
		right: 2rem;
		top: calc(2rem + var(--mtop));
		width: 30px;
		z-index: 10;
	}

	.side-nav-close.active:hover {
		transform: scale(1.2);
	}

	.inner {
		background: #030303;
		flex-wrap: wrap;
		height: calc(100vh - var(--mtop));
		left: var(--margin);
		position: fixed;
		top: var(--mtop);
		width: 83%;
	}

	.inner-item {
		color: #fff;
		flex: 1;
		font-size: 2.4rem;
		line-height: 1.25;
		text-align: center;
		text-transform: none;
	}

	.inner>*:not(:last-child) {
		border-right: 1px solid #e8eae6;
	}

	.inner-link {
		align-items: center;
		background: #030303;
		color: #fff;
		display: flex;
		font-size: 2.4rem;
		height: 100%;
		justify-content: center;
		line-height: 1;
		padding: 0 2rem;
		text-transform: none;
		transition: 0.2s;
		width: 100%;
	}

	.inner-link:hover {
		text-decoration: none;
	}

	.inner-assets .inner-item {
		height: 70%;
		width: calc(1 / 5* 100%);
	}

	.inner-assets > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	}

	.inner-assets> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu1.png') center/cover no-repeat;
	}

	.inner-assets> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu2.png') center/cover no-repeat;
	}

	.inner-assets> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu3.png') center/cover no-repeat;
	}

	.inner-assets> :nth-child(5) .inner-link:hover {
		background: #030303 url('../img/menu4.png') center/cover no-repeat;
	}

	.inner-assets> :nth-child(6) .inner-link:hover {
		background: #030303 url('../img/menu5.png') center/cover no-repeat;
	}

	/* .inner-conditions .inner-item {
		height: 70%;
		width: calc(1 / 4 * 100%);
	}

	.inner-conditions > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	} */

	.inner-conditions> :nth-child(1) .inner-link:hover {
		background: #030303 url('../img/menu6.png') center/cover no-repeat;
	}

	.inner-conditions> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/safe-h.jpg') center/cover no-repeat;
	}

	.inner-conditions> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu8.png') center/cover no-repeat;
	}

	.inner-conditions> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu9.png') center/cover no-repeat;
	}

	.inner-services.flex {
		display: grid !important;
	}

	.inner-services {
		grid-template-columns: 16.65% 16.65% 16.65% 16.65% 16.65% 16.65%;
		grid-template-rows: 30% 70%;
	}

	.inner-services .inner-item {
		/* height: 70%;
		width: calc(1 / 7 * 100%); */
	}

	.inner-services .inner-link {
		/* align-items: flex-start;
		padding-top: 50%; */
	}

	.inner-services> :nth-child(1) {
		align-items: center;
		border: 1px solid #e8eae6;
		border-left: 0;
		border-top: 0;
		display: flex;
		/* flex: calc(4 / 7 * 100%);
		height: 30%; */
		justify-content: center;

		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 3;
		padding-top: calc((100vh - 100px)*0.3);
	}

	.inner-services> :nth-child(2) {
		align-items: center;
		border: 1px solid #e8eae6;
		border-left: 0;
		border-top: 0;
		display: flex;
		/* flex: calc(4 / 7 * 100%);
		height: 30%; */
		justify-content: center;

		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
		padding-top: calc((100vh - 100px)*0.3);
	}

	.inner-services> :nth-child(3) {
		align-items: center;
		border: 1px solid #e8eae6;
		border-left: 0;
		border-top: 0;
		display: flex;
		justify-content: center;

		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 3;
		padding-top: calc((100vh - 100px)*0.3);
	}

	.inner-services> :nth-child(4) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		/* flex: calc(3 / 7 * 100%); */
		/* height: 30%; */
		justify-content: center;

		grid-column-start: 4;
    grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.inner-services>*:not(:last-child:nth-of-type(3))  {
		border-right: 1px solid #e8eae6;
	}

	/* .inner-services> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu10.png') center/102% no-repeat;
	}

	.inner-services> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu11.png') center/102% no-repeat;
	}

	.inner-services> :nth-child(5) .inner-link:hover {
		background: #030303 url('../img/menu12.png') center/102% no-repeat;
	}

	.inner-services> :nth-child(6) .inner-link:hover {
		background: #030303 url('../img/menu13.png') center/102% no-repeat;
	} */

	.inner-services> :nth-child(1) .inner-link:hover {
		background: url(../img/menu_robots.png) center/cover no-repeat;
	}

	.inner-services> :nth-child(2) .inner-link:hover {
		background: url(../img/negative-balance.png) center/cover no-repeat;
	}

	.inner-services> :nth-child(3) .inner-link:hover {
		background: url(../img/menu13.png) center/cover no-repeat;
	}

	.inner-services> :nth-child(5) .inner-link:hover {
		background: #030303 url('../img/menu14.png') center/102% no-repeat;
	}

	.inner-services> :nth-child(6) .inner-link:hover {
		background: #030303 url('../img/menu15.png') center/102% no-repeat;
	}

	.inner-services> :nth-child(7) .inner-link:hover {
		background: #030303 url('../img/menu15_1.png') center/102% no-repeat;
	}

	.inner-bonus .inner-item {
		height: 70%;
		width: calc(1 / 4 * 100%);
	}

	.inner-bonus > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	}

	.inner-bonus> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu16.png') center/cover no-repeat;
	}

	.inner-bonus> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu17.png') center/cover no-repeat;
	}

	.inner-bonus> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu18.png') center/cover no-repeat;
	}

	.inner-bonus> :nth-child(5) .inner-link:hover {
		background: url(../img/wheel.png) center/cover no-repeat;
	}
  .inner-bonus> :nth-child(6) .inner-link:hover {
		background: url(../img/bonus-credit-menu.png) center/cover no-repeat;
	}

	/* .inner-info .inner-item {
		height: 70%;
		width: calc(1 / 4 * 100%);
	}

	.inner-info > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	} */

	.inner-info> :nth-child(1) .inner-link:hover {
		background: #030303 url('../img/menu19.png') center/cover no-repeat;
	}

	.inner-info> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu20.png') center/cover no-repeat;
	}

	.inner-info> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu21.png') center/cover no-repeat;
	}

	.inner-info> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu22.png') center/cover no-repeat;
	}
/* 
	.inner-company .inner-item {
		height: 70%;
	}

	.inner-company > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	} */

	.inner-company> :nth-child(1) .inner-link:hover {
		background: #030303 url('../img/menu23.png') center/102% no-repeat;
	}

	.inner-company> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu24.png') center/102% no-repeat;
	}

	.inner-company> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu25.png') center/102% no-repeat;
	}

	.inner-company> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/cus-suc.png') center/102% no-repeat;
	}

	/* .inner-security .inner-item {
		height: 70%;
	}

	.inner-security > :nth-child(1) {
		align-items: center;
		border-bottom: 1px solid #e8eae6;
		display: flex;
		flex: 100%;
		width: 100%;
		height: 30%;
		justify-content: center;
	} */

	.inner-security> :nth-child(1) .inner-link:hover {
		background: #030303 url('../img/menu26.png') center/cover no-repeat;
	}

	.inner-security> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu27.png') center/cover no-repeat;
	}

	.inner-security> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu28.png') center/cover no-repeat;
	}

	.inner-security> :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/menu29.png') center/cover no-repeat;
	}

	.inner-career> :nth-child(1) .inner-link:hover {
		background: #030303 url('../img/menu30.png') center/cover no-repeat;
	}

	.inner-career> :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/menu31.png') center/cover no-repeat;
	}

	.inner-career> :nth-child(3) .inner-link:hover {
		background: #030303 url('../img/menu32.png') center/cover no-repeat;
	}
}

@media (max-width: 1000px) {
	.inner-item_parent ~ li {
		margin-left: 15px;
	}
	
}

.webinar__title {
  color: #030303;
  font-size: 3.6rem;
  line-height: 2.4rem;
  margin-bottom: 3rem
}

.webinar__active {
  display: flex;
  gap: 3rem
}

.webinar__active--link {
  background: url("../img/btn-play.svg") center/7rem 7rem no-repeat, url("../img/webinar-video1.png") center/cover no-repeat;
  border-radius: 5px;
  display: block;
  height: 40rem;
  position: relative;
  width: 100%
}

.webinar__active--link .live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 2.5rem;
  position: absolute;
  top: 2.5rem;
  background: #fff;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  color: #030303
}

.webinar__active--link .live .red-dot {
  display: inline-block;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background-color: #f00;
  margin-right: 1rem;
  animation: live 1.3s .3s both infinite
}

.webinar__active-left {
  flex: 1 0 40%;
  margin-right: 1.5rem
}

.webinar__active-right {
  flex: 1 0 60%
}

.webinar__active-right--title {
  color: #b5b5b5;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem
}

.webinar__active-right--heading {
  color: #151522;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem
}

.webinar__active-right--text {
  color: #030303;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2.5rem
}

.webinar__active-right--text:not(:nth-child(3)) {
  display: inline-block;
  margin-right: 2rem
}

.webinar__active-right--link {
  background-color: rgba(205, 255, 148, 0.25);
  color: #030303;
  font-size: 1.6rem;
  line-height: 1
}

.webinar__active .wallet__button--green {
  margin-left: 0 !important;
  display: inline-block !important;
  margin-top: 2rem
}

.webinar__active .wallet__button--green::before {
  display: none !important
}

@keyframes live {
  from {
    background-color: #f00
  }

  to {
    background-color: #fff
  }
}

.webinar__cards {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr))
}

.webinar__cards .webinar__cards-item--link::before {
  display: none
}

.webinar__cards .webinar__title {
  grid-column: 1/-1;
  grid-row: 1/2
}

.webinar__cards-item--top {
  margin-bottom: 2rem
}

.webinar__cards-item--link {
  display: block;
  position: relative
}

.webinar__cards-item--link::before {
  background: url("../img/btn-play.svg") center/cover no-repeat;
  content: '';
  display: block;
  height: 7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7rem
}

.webinar__cards-item--link img {
  width: 100%
}

.webinar__cards-item--heading {
  color: #151522;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem
}

.webinar__cards-item--description .webinar__cards-item--text {
  color: #030303
}

.webinar__cards-item--text {
  color: #b5b5b5;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 2rem
}

.webinar__cards-item--text:first-of-type {
  margin-right: 4rem
}

.webinar__cards-item--text img {
  margin-right: 5px
}

.webinar__archive {
  margin-bottom: 3rem
}

.webinar__archive .webinar__cards-item {
  display: flex;
  gap: 3rem;
  margin-top: 3rem
}

.webinar__archive .webinar__cards-item .webinar__cards-item--top {
  flex: 1 0 30%;
  margin-bottom: 2rem
}

.webinar__archive .webinar__cards-item .webinar__cards-item--bottom {
  flex: 1 0 60%
}

@media (max-width: 600px) {
  .webinar__archive .webinar__cards-item {
    flex-direction: column
  }
}

.webinar__cards .webinar__cards-item:nth-child(2) {
  filter: opacity(0.8)
}

.webinar__cards .webinar__cards-item:nth-child(3) {
  filter: opacity(0.5)
}

.webinar__cards .webinar__cards-item:nth-child(4) {
  filter: opacity(0.3)
}

.webinar__video-heading {
  color: #030303;
  font-size: 3.6rem;
  line-height: 2.4rem;
  margin-bottom: 5rem;
  text-align: center
}

.webinar__video-video {
  width: 100%;
  max-width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem
}

.webinar__video-text {
  color: #030303;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  max-width: 75rem;
  padding: 2rem
}

.cabinet-platform {
  background: linear-gradient(98.67deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 56.62%), #1d1d1d;
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.05), 0 24px 32px rgba(50, 50, 71, 0.05);
  margin-bottom: 5rem;
  padding: 5.3rem 3rem
}

.cabinet-platform__left {
  text-align: center
}

.cabinet-platform__heading {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase
}

.cabinet-platform__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem
}

.cabinet-platform__button {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase
}

.cabinet-platform__button_img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  order: 2;
  transition: .2s
}

.cabinet-platform__button:hover .cabinet-platform__button_img {
  margin-left: 2.5rem;
  margin-right: .5rem
}

.cabinet-platform__button-img {
  margin-right: 1.5rem
}

.cabinet-platform button.cabinet-platform__button {
  cursor: pointer;
  display: inline-block;
  height: 5.5rem;
  width: 23.6rem
}

.cabinet-platform button.cabinet-platform__button:first-of-type {
  background: url("../img/downloadApp.png") center/cover no-repeat;
  margin-right: 2rem
}

.cabinet-platform button.cabinet-platform__button:last-of-type {
  background: url("../img/downloadGplay.png") center/cover no-repeat
}

.pagination {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  padding: 1rem;
  align-items: center;
  gap: 1rem
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none
}

.pagination a.active {
  background-color: #9bd556;
  color: white
}

.pagination a:not(.active):hover {
  background-color: #ddd
}

.pagination a:disabled:hover {
  background-color: none
}

.disabled {
  pointer-events: none;
  cursor: default
}

.disabled:hover {
  background-color: none
}

/*# sourceMappingURL=main.css.map */