* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background-color: rgb(255, 255, 255);
    font-family: Kraken-Brand, "IBM Plex Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.28581;
    text-transform: none;
}

/* =========== utility ================= */
.full-width {
    width: 100%;
}
.ml-2 {
    margin-left: .5rem;
}
.mb-3 {
    margin-bottom: .75rem;
}
a {
    color: #7132f5;
  text-decoration: none;
  transition: color .2s ease-in-out;
  background-color: transparent;
}
p {
    font-weight: 300;
    line-height: 140%;
    margin-top: 0;
}
.justify-center {
    justify-content: center;
}

/*============================ x-header =========================*/
.x-header {
    align-items: center;
    background-color: rgb(255,255,255);
    color: #5a6972;
    display: flex;
    height: 88px;
    position: fixed;
    top: 0;
    transition: background-color .3s ease-in-out;
    user-select: none;
    width: 100%;
    z-index: 5;
}

.x-header .header_container {
    display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-transform: capitalize;
  width: 100%;
}

.x-header .header_container .header_left {
    align-items: center;
  display: flex;
  padding-left: 32px;
}

.x-header .header_container .header_logo {
    display: inline-block;
}

.x-header .header_container .header_left .header_logo a {
    opacity: 1;
    display: block;
    margin-right: 20px;
    letter-spacing: .02em;
    text-decoration: none;
    transition: color .3s;
    white-space: nowrap;
    color: #5a6972;
    font-weight: 300;
}

.x-header .header_container .header_right {
    padding-right: 32px;
    align-items: center;
  display: flex;
  gap: 20px;
}

.x-header .header_container .header_right .header_auth_navigation {
    align-items: center;
    gap: 20px;
    display: flex;
}

.x-header .header_container ul li {
    display: inline;
}

.x-header .header_auth_navigation > li > a {
    border: 1px solid #5a6972;
  border-radius: 3px;
  /* color: #fff; */
  font-weight: 700;
  padding: 11px 28px;
  transition: border-color .3s;
  text-transform: none;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
}

.x-header .header_auth_navigation > li > a.primary {
    background: #7132f5;
    border-color: #7132f5;
    color: #fff;
    transition: background-color .3s;
}


/* ====================== Footer ==================== */
.footer_wrapper {
    background: url("../client/images/leaf-bg.svg");
  background-position: top -300px right -150px;
  background-size: 3000px 3000px;
}

.footer_wrapper .footer_extra {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    background: linear-gradient(.412turn,rgba(14,52,82,.8) .77%,rgba(42,63,77,.8) 58.72%) !important;
}

.join-bx-start {
    align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.join-bx-start--title {
    font-size: 66px;
  font-weight: 600;
  line-height: 116%;
  max-width: 90%;
}

.join-bx-start--description {
    color: #808b93;
      font-size: 22px;
      font-weight: 500;
      line-height: 140%;
      margin: 6px 0 24px;
      max-width: 610px;
}

.buttons-group {
    display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
  padding: 0;
}

.buttons-group__left {
    justify-content: flex-start;
  }

.landing-btn__secondary {
    background: transparent;
  border: 1px solid #586871;
  color: #fff;
  transition: border-color .3s;
}

.landing-btn__primary {
    background: #7132f5;
    border: none;
    color: rgb(255,255,255);
    transition: background-color .3s;
  }

.landing-btn {
    align-items: center;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: .02em;
  line-height: 100%;
  min-width: 160px;
  padding: 0 20px;
  text-align: center;
  width: fit-content;
} 

.landing-btn__secondary-blue {
    background: transparent;
    border: 1px solid #586871;
    color: #fff;
    transition: border-color .3s;
  }

  .landing-btn__primary-blue {
    background: #7132f5;
    border: none;
    color: rgb(var(--text-color));
    transition: background-color .3s;
  }

.buttons-group__item:not(:first-child) {
    margin: 0 0 0 20px;
}

.footer__wrapper {
    background-color: rgba(13,29,41,.5);
    color: rgb(255,255,255);
}

.footer__top {
    padding: 48px 80px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__logo {
    align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  width: 100%;
}

.logo_container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.footer__content {
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_wrapper .footer__content > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1230px;
    width: 100%;
}

.footer_wrapper .footer__column {
    flex: 1 1;
    width: auto;
}

.footer__section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer__title {
    color: #0F5FFF;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 10px 0;
  position: relative;
}

.footer__section-content {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: auto;
}

.footer_wrapper .footer__section-content.active {
    display: flex;
  }

.footer_wrapper .footer__link {
    color: #808b93;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    opacity: .8;
}

.footer_wrapper a {
    text-decoration: none;
    transition: color .2s ease-in-out
}

.footer__link__external {
    display: flex;
}

.footer__link__external-icon {
    align-self: center;
    margin-left: 5px;
    opacity: 0;
}

.footer_wrapper .footer__bottom {
    background-color: #102331;
    border-radius: 6px;
    color: rgb(var(--text-color-variant));
    font-size: .9em;
    margin: 60px auto 0;
    padding: 25px;
    text-align: center;
    width: 90%;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_wrapper .footer__bottom > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    width: 100%;
}

.footer_wrapper .footer__bottom .copyright {
    display: flex;
    flex-flow: wrap;
    flex-shrink: 0;
    gap: 4px;
    justify-content: flex-start !important;
}

.footer_wrapper .footer__bottom .social {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 5px;
}

.footer_wrapper .footer__bottom .social span {
    align-items: center;
    background: #0e3452;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0 6px;
    width: 32px;
}

/* ================================== home-layout__head =========================== */

.home-layout__head {
    background: linear-gradient(180deg,#0d1d29,#0e3452);
    color: rgb(255,255,255);
    height: auto;
    margin-top: 88px;
    overflow: hidden;
}

.header-banners {
    animation: fadeIn .5s .3s forwards;
    padding: 0 32px;
    width: 100%;
}

.content-header {
    position: relative;
    text-align: center;
    z-index: 1;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 580px;
    overflow: visible;
    padding: 113px 0 50px;
}

.content-header__column {
    margin: 0 auto;
    width: 100%;
    align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 1160px;
  position: relative;
}

.content-header__column::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    position: absolute;
}


.home-layout__head-manifesto-link {
    position: relative;
  z-index: 1;
}

.tag {
    align-items: center;
    background: rgba(19,69,76,.96);
    border-radius: 20px;
    color: #03ca9b;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 5px 14px;
}

.home-layout__head-coins {
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .home-layout__head-coins .parallax-images-wrapper {
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
  }

.home-layout__head-coins .parallax-image:first-child {
    left: 110px;
    position: absolute;
    top: -50px;
    z-index: 0;
}
  
.home-layout__head-coins .parallax-image:nth-child(2) {
    left: 20px;
    position: absolute;
    top: 100px;
    z-index: 0;
}
    
.parallax-images-wrapper .parallax-image {
    animation-duration: var(--animation-time);
    animation-iteration-count: infinite;
    animation-name: float;
    animation-timing-function: ease-in-out;
    transition: transform .1s;
}

.home-layout__head-coins .parallax-image:nth-child(3) {
    left: 30px;
    position: absolute;
    top: 310px;
    z-index: 0;
  }

  .home-layout__head-coins .parallax-image:nth-child(4) {
    position: absolute;
    right: 140px;
    top: -50px;
    z-index: 0;
  }

  .home-layout__head-coins .parallax-image:nth-child(5) {
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: 0;
  }

  .home-layout__head-coins .parallax-image:nth-child(6) {
    position: absolute;
    right: 57px;
    top: 370px;
    z-index: 0;
  }

.content-header h1 {
    /* color: rgb(255,255,255); */
    font-size: 66px;
    font-weight: 600;
    line-height: 116%;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 20px;
    text-transform: none;
    white-space: break-spaces;
    width: auto;
    position: relative;
    text-align: center;
    z-index: 1;
}

.content-header h2 {
    color: #5a6972;
    font-size: 22px;
    font-weight: 300;
    line-height: 140%;
    margin: 0 20px;
    padding: 0;
    position: relative;
    white-space: break-spaces;
    width: auto;
    z-index: 1;
}

.content-header__column::after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .content-header__extra-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .content-header-buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .content-header-buttons .buttons-group {
    justify-content: center;
    margin: 20px 0 37px;
  }

  .home-layout__head-background {
    background-image: linear-gradient(0,#0e3452,transparent),url("../client/images/header-bottom2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: initial;
    height: 376px;
    margin: auto;
    max-height: 450px;
    width: 100%;
    z-index: -1;
  }


  /* ++++++++++++++++++++++++++++++++ home-layout__body +++++++++++++++++++++++++++++ */
  /* ======================== home-advanced-features ====================== */
  .home-advanced-features.dark {
    background-color: rgb(var(--background-color));
  }
  .dark {
    color: rgb(255,255,255);
  }
  .home-advanced-features {
    overflow: hidden;
  }
  section {
    min-height: 600px;
    color: rgb(255,255,255);
    background: rgb(23,45,62);
    margin: 0 auto;
    padding: 2rem 0;
    width: 100%;
  }

.home-layout__body .content_wrapper {
    position: relative;
}

section .content {
    margin: 3rem auto 0;
}

.content_wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 79rem;
    margin-left: auto;
  margin-right: auto;
}

.home-advanced-features__hero {
    align-items: center;
    min-height: 450px;
}

.home-advanced-features .home-advanced-features__coins {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-advanced-features__hero-title {
    flex-grow: 1;
    font-size: 66px;
    font-weight: 600;
    max-width: 650px;
    position: relative;
    z-index: 1;
  }

.home-advanced-features .home-advanced-features__coins .parallax-images-wrapper {
    transform: scale(1);
    transform-origin: right;
    pointer-events: none;
}

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:first-child {
    position: absolute;
    right: 290px;
    top: 20px;
    z-index: 0;
  }

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:nth-child(2) {
    position: absolute;
    right: 60px;
    top: 100px;
    z-index: 0;
  }

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:nth-child(3) {
    position: absolute;
    right: 200px;
    top: 150px;
    z-index: 0;
  }

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:nth-child(4) {
    position: absolute;
    right: 110px;
    top: 260px;
    z-index: 0;
  }

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:nth-child(5) {
    position: absolute;
    right: 310px;
    top: 290px;
    z-index: 0;
  }

  .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper .parallax-image:nth-child(6) {
    position: absolute;
    right: 190px;
    top: 380px;
    z-index: 0;
  }

  .home-advanced-features__content-wrapper {
    background: url("../client/images/dashboard.png");
    background-position: top 0 right -40px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0;
  }

  .home-advanced-features__content {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .home-advanced-features__content > div {
    width: 45%;
  }

  .home-layout-row-header {
    padding: 0;
    text-align: left;
  }

  .home-advanced-features__content .home-layout-row-header__title {
    color: transparent;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-bottom: 15px;
  }

  .gradient-sky {
    background-clip: text;
    background-image: linear-gradient(117deg,#9bfee6,#7132f5);
  }

  .home-advanced-features__content .home-layout-row-header__subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
    max-width: 300px;
  }

  .home-layout__body .description {
    font-size: 20px;
    color: #808b93;
  }

  .home-advanced-features__content .description > p {
    margin-bottom: 20px;
  }

  p {
    font-size: 15px;
  }

/* ================================ garland-slider ============================== */
.garland-slider {
    background-color: rgb(var(--background-color));
    display: flex;
    min-height: 400px;
    overflow: hidden;
  }

  .garland-slider__container.animation-enabled {
    animation: slider-loop var(--animation-duration) linear infinite;
  }

  .garland-slider__container {
    align-items: flex-start;
    display: flex;
    width: calc(var(--item-width)*var(--item-count)*2);
  }

  .garland-slider__card-wrapper {
    padding: 1rem;
  }

  .garland-slider__card {
    animation-duration: var(--animation-time);
    animation-iteration-count: infinite;
    animation-name: slider-float;
    animation-timing-function: ease-in-out;
    background-color: #172d3e;
    border-radius: 6px;
    padding: 2rem;
    transition: transform .1s;
  }

  .garland-slider__card-title {
    font-size: 24px;
    font-weight: 700;
    margin: 14px 0;
  }
  .garland-slider__card-desc {
    color: #808b93;
    font-size: 14px;
    line-height: 140%;
  }

  /* ===================================== our_app ===================================== */
  .our_app {
    min-height: auto;
    overflow: hidden;
    padding-bottom: 0;
  }

  .our_app__icons {
    background-image: url("../client/images/mobile-section-bg.svg");
    background-position: -1px;
    background-size: cover;
    height: 300px;
  }

  .our_app__icons .parallax-images-wrapper {
    transform: scale(1);
    transform-origin: center;
    pointer-events: none;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:first-child {
    left: 260px;
    position: absolute;
    top: 20px;
    z-index: 0;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:nth-child(2) {
    left: 100px;
    position: absolute;
    top: 110px;
    z-index: 0;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:nth-child(3) {
    left: 470px;
    position: absolute;
    top: 60px;
    z-index: 0;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:nth-child(4) {
    left: 190px;
    position: absolute;
    top: 170px;
    z-index: 0;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:nth-child(5) {
    left: 360px;
    position: absolute;
    top: 150px;
    z-index: 0;
  }

  .our_app__icons .parallax-images-wrapper .parallax-image:nth-child(6) {
    left: 50px;
    position: absolute;
    top: 220px;
    z-index: 0;
  }

  .our_app__content {
    background: linear-gradient(180deg,rgba(14,46,53,.5),rgba(14,46,53,.5) 72.91%,rgba(14,46,53,0) 99.99%);
    display: flex;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
  }

  .our_app__content .content_wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto 50px;
    padding: 0 64px;
  }

  .our_app__content-main {
    max-width: 500px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .our_app__content-main .our_app_header {
    padding: 20px 0 30px;
    text-align: left;
  }

  .our_app__content-main .our_app_header__title {
    background: linear-gradient(90deg,#03ca9b .5%,#03beca);
      /* background-clip: border-box;*/
    background-clip: text; 
    -webkit-background-clip: text;
    color: transparent;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .our_app__content-main .our_app_header__subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .our_app__content-main__description {
    color: #586871;
    display: inline-block;
    font-size: 16px;
  }

  .app_links {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    row-gap: 13px;
  }

  .app_links a {
    margin-right: 1rem;
  }

  .app_links img {
    height: 50px;
    vertical-align: middle;
  }

  .tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }

  .our_app .download_link {
    padding: 22px 0 2em;
  }

  .link_row {
    font-weight: 300;
  }

  .home-layout__body .link_row a {
    align-items: center;
  }

  .our_app .download_link a {
    font-size: 20px;
  }

  .link_row a {
    display: flex;
  }

  .link_row a .arrow_icon {
    display: inline-flex;
    height: 1em;
    margin-left: 10px;
    width: 1em;
  }

  .our_app .image_container {
    text-align: right;

    align-items: center;
    display: flex;
    justify-content: center;
  }

  .our_app .image_container img {
    position: relative;
    right: -30%;
    width: 120%;
  }

  /* =================================== news ================================== */
  .home-layout__body .news {
    background-color: transparent;
  }

  .news .content_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .news .content_title_actions {
    display: flex;
    justify-content: space-between;
    padding-left: max((100% - 71rem)/2,1.5rem);
    padding-right: max((100% - 71rem)/2,1.5rem);
  }

  .home-layout__body .news .content_title .news_title {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
  }

  .news .lp_title_actions {
    align-items: center;
    display: flex;
  }

  .news .lp_title_actions .lp_title_button:disabled {
    cursor: not-allowed;
    opacity: .3;
  }

  .news .lp_title_actions .lp_title_button {
    background-color: transparent;
    border: none;
  }

  button {
    border-radius: 4px;
    font-size: 13px;
    height: 41px;
    letter-spacing: .02em;
    line-height: 150%;
    text-align: center;
    transition: all .3s ease-in-out;
    transition-property: color,background-color;

    overflow: visible;
    text-transform: none;
  }

  .news .lp_title_icon {
    height: 2em;
    width: 2em;
  }

  .news .main_content {
    display: flex;
    overflow-y: scroll;
    padding-bottom: 2rem;
    padding-left: max((100% - 71rem)/2,1.5rem);
  }

  .news .latest_post {
    background-color: #172d3e;
    border-radius: 6px;
    margin-right: 2rem;
    margin-top: 40px;
    min-width: 320px;
    overflow: hidden;
  }

  .news .latest_post img {
    max-width: 100%;
  }

  .news .latest_post .date {
    color: #586871;
    overflow: hidden;
    padding: 1rem 1rem 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .news .latest_post .title-container {
    padding: 1rem;
  }

  .news .latest_post .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 1.25rem;
    overflow: hidden;
  }

  .news .blog_link {
    padding-bottom: 50px;
    padding-left: max((100% - 71rem)/2,1.5rem);
  }

.link_row {
  font-weight: 300;
  padding-top: 10px;
}

.home-layout__body .link_row a {
    align-items: center;
  }

  .news .blog_link > a {
    font-size: 20px;
  }

  .link_row a {
    display: flex;
  }

  /* ================================== bottom-banners ================================== */
.bottom-banners {
    align-items: flex-end;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    left: 20px;
    pointer-events: none;
    position: fixed;
    z-index: 1;
}

.bottom-banners * {
    pointer-events: auto;
  }

  .cookies-banner {
    background: rgba(11,25,35,.8);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    min-width: 300px;
    padding: 20px;
    width: 464px;
  }

  .cookies-banner__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .cookies-banner__desc {
    color: #586871;
    flex: 1 1;
    font-size: 12px;
    line-height: 16.8px;
    margin-bottom: 19px;
    margin-top: 9px;
  }

  .cookies-banner__desc a {
    color: #82baf6;
  }

  .cookies-banner .cookies-banner__buttons {
    display: flex;
    gap: 10px;
    margin: 0;
    width: 100%;
  }

  .cookies-banner .cookies-banner__buttons .landing-btn {
    text-wrap: nowrap;
    background-color: #28445b;
    border-color: #28445b;
    border-radius: 4px;
    box-shadow: none;
    flex-grow: 1;
    font-size: 13px;
    height: 30px;
    min-width: 100px;
    padding: 7px 10px;
    width: unset;
  }

  .cookies-banner .cookies-banner__buttons .cookie-action-btn {
    display: inline-block;
    flex-grow: 1;
  }

  .cookies-banner .cookies-banner__buttons .cookie-action-btn .landing-btn {
    background-color: transparent;
    border-color: #5a6972;
    margin-right: 0;
    width: 100%;
  }

  @media only screen and (max-width: 575px) {
    /* ########################################### x-header ############################### */
    .x-header .header_container .header_right .aks{
        display: none;
    }
    /* ######################################## Footer ##################################### */
    .join-bx-start {
      height: unset;
      padding: 80px 20px;
    }

    .join-bx-start--title {
        font-size: 30px;
        line-height: 130%;
    }
  }

  @media screen and (max-width: 700px) {
    /* ################################## home-layout__head #####################################*/
    .home-layout__head-background {
      background-image: linear-gradient(0,#0e3452,transparent),url("../client/images/header-bottom2.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: 130%;
      height: 132px;
      margin: auto;
      width: 100%;
      z-index: -1;
    }
  }


  @media screen and (max-width: 900px) {

    .buttons-group {
        width: 100%;
      }

    .content_wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 79rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

    /* ################################## home-layout__head #####################################*/
    .header-banners {
        padding: 0;
    }

    .content-header {
        padding: 25px 0 0;
    }

    .content-header__column {
        margin-top: 50px;
        max-width: 79rem;
      }

      .home-layout__head-coins .parallax-images-wrapper {
        width: 150%;
      }

      .home-layout__head-coins .parallax-image:first-child {
        left: 115px;
        top: -65px;
        height: 43.3333333333px;
        width: 43.3333333333px;
      }

      .home-layout__head-coins .parallax-image:nth-child(2) {
        left: 80px;
        top: 100px;
        height: 66.6666666667px;
        width: 66.6666666667px;
      }

      .home-layout__head-coins .parallax-image:nth-child(3) {
        left: 81px;
        top: 350px;
        height: 48px;
        width: 48px;
      }

      .home-layout__head-coins .parallax-image:nth-child(4) {
        right: 110px;
        top: -50px;
        height: 48px;
        width: 48px;
      }

      .home-layout__head-coins .parallax-image:nth-child(5) {
        right: 60px;
        top: 100px;
        height: 76.6666666667px;
        width: 76.6666666667px;
      }

      .home-layout__head-coins .parallax-image:nth-child(6) {
        right: 75px;
        top: 370px;
        height: 43.3333333333px;
        width: 43.3333333333px;
      }

      .content-header h1 {
        font-size: 37px;
      }

      .content-header h2 {
        font-size: 18px;
        margin: 0 10%;
      }

      .content-header-buttons {
        max-width: 370px;
        padding: 0 20px;
      }

      .content-header-buttons .buttons-group {
        flex-direction: column-reverse;
        gap: 20px;
        width: 100%;
      }

    /* ##################################### home-advanced-features ##################################################### */
    .home-advanced-features__hero {
        min-height: 220px;
    }

    .home-advanced-features__hero-title {
        font-size: 38px;
        max-width: 70%;
      }

      .home-advanced-features__content-wrapper {
        background: none;
      }

      .home-advanced-features__content {
        align-items: flex-start;
        flex-direction: column;
      }

      .home-advanced-features__content > div {
        width: 100%;
      }

      .home-advanced-features__content .buttons-group {
        flex-direction: column-reverse;
        gap: 20px;
        width: 100%;
      }

      .home-advanced-features .home-advanced-features__coins .parallax-images-wrapper {
        transform: scale(.7) translateX(130px);
        transform-origin: right;
      }

      /* ##################################### our_app ################################################ */
      .our_app__icons {
        text-align: center;
      }

      .our_app__icons .parallax-images-wrapper {
        transform: scale(.7);
        transform-origin: center;
      }

      .our_app__content .content_wrapper {
        display: flex;
        flex-direction: column;
        margin: 0 auto 50px;
        padding: 0 25px;
      }

      .our_app__content-main {
        max-width: unset;
      }

      .our_app .app_links {
        gap: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

      .our_app .app_links a {
        background: #000;
        display: flex;
        justify-content: center;
        margin-right: 0;
        width: 100%;
      }

      .our_app .image_container {
        text-align: center;
      }

      .our_app .image_container img {
        width: 80%;
        right: unset;
        position: unset;
      }

    /* ################################## Footer ################################################ */
    .join-bx-start .buttons-group {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .buttons-group__item {
        width: 100%;
    }

    .buttons-group__item button {
        width: 100%;
    }

    .buttons-group__item:not(:first-child) {
        margin: 20px 0 0;
    }

    .footer_wrapper .footer__top {
        padding: 24px 16px;
    }

    .footer_wrapper .footer__top > div {
        flex-direction: column;
    }

    .footer_wrapper .footer__content > div {
        gap: 0;
    }

    .footer_wrapper .footer__section {
        border-top: 1px solid rgba(42,63,77,.3);
        padding: 0 20px;
    }

    .footer_wrapper .footer__content {
        padding: unset;
      }

      .footer_wrapper .footer__section-content {
        box-sizing: border-box;
        display: none;
        flex-direction: column;
      }

      .footer_wrapper .footer__column {
        width: 100%;
        flex: unset;
      }

    .footer_wrapper .footer__title {
        cursor: pointer;
        padding: 17px 0;
      }

      .footer_wrapper .footer__title::after {
        background-image: url("../client/images/down.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
      }

      .footer_wrapper .footer__link {
        font-size: 1em;
      }

      .footer_wrapper .footer__bottom {
        margin: 30px 0 0;
        width: 100%;
      }

      .footer_wrapper .footer__bottom .copyright {
        flex-direction: column;
      }

      .footer_wrapper .footer__link {
        font-size: 1em;
      }

    /* ####################################### bottom-banners ####################################### */
    .bottom-banners {
      align-items: flex-start;
      flex-direction: column-reverse;
      gap: 10px;
    }

    .cookies-banner {
        bottom: 10px;
        gap: 8px;
        max-width: calc(100vw - 100px);
        min-height: unset;
        min-width: unset;
        padding: 16px;
        width: 310px;
      }

      .cookies-banner .cookies-banner__buttons .landing-btn {
        font-size: 11px;
        min-width: unset;
        padding: 8.5px 0;
      }
  }


  @media screen and (max-width: 1070px) {
    /* ################################## home-layout__head #####################################*/
    .home-layout__head {
        margin-top: 70px;
      }

      .home-layout__head-background {
        max-height: 300px;
      }


    /* ################################## Footer ################################################ */  
    .footer_wrapper .footer__bottom {
        padding: 32px 8px;
    }

    .footer_wrapper .footer__bottom > div {
      flex-direction: column-reverse;
      justify-content: center;
    }

    .footer_wrapper .footer__bottom > div .social {
        margin-bottom: 16px;
      }

      .footer_wrapper .footer__bottom > div .social span {
        margin: 0 3px;
      }
  }

  @keyframes slider-loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * var(--item-count) * var(--item-width)));
    }
  }