/* general */

b, strong {
  font-weight: bold;
}

.blogsearchh input[type=text]::-webkit-input-placeholder,
.blogsearchh input[type=search]::-webkit-input-placeholder {
  color: black;
  font-weight: 300;
  font-size: 12px;
  /* identical to box height */
}

/* webkit */
.blogsearchh input[type=text]::-moz-placeholder,
.blogsearchh input[type=search]::-moz-placeholder {
  color: black;
  font-weight: 300;
  font-size: 12px;
  /* identical to box height */

}

/* Firefox 19+ */
.blogsearchh input[type=text]:-moz-placeholder,
.blogsearchh input[type=search]:-moz-placeholder {
  color: black;
  font-weight: 300;
  font-size: 12px;
  /* identical to box height */

}

/* Firefox 18- */
.blogsearchh input[type=text]:-ms-input-placeholder,
.blogsearchh input[type=search]:-ms-input-placeholder {
  color: black;
  font-weight: 300;
  font-size: 12px;
  /* identical to box height */
}

ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

h2 span {
  font-size: 30px;
  font-weight: 300;
  display: block;
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  h2 {
    font-size: 2.7vw;
  }
}

@media (max-width: 970px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  h3 {
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  h3 {
    font-size: 30px;
  }
}

html {
  background-color: #1d1d1d;
}

body {
  font-family: 'Helvetica Now Text';
  font-size: 16px;
  color: black;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.45;
  background-color: #fff;
}

@media (max-width: 1440px) {
  body {
    font-size: 1.2vw;
  }
}

@media (max-width: 970px) {
  body {
    font-size: 16px;
  }
}

div {
  position: relative;
}

a {
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.ta--justify{
  text-align: justify;
}

.logo_made__a {
  display: block;
  position: relative;
}

.logo_made__img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 42px;
}

.logo_made__img:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.logo_made__a:hover .logo_made__img:last-of-type {
  opacity: 1;
}

.products-lunu-terminal__top {
  display: flex;
  align-items: center;
  padding: 100px 0px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader svg {
  width: 100px;
}

.preloader svg .prlsd {
  transition: all .2s ease-in-out;
  opacity: 0;
  transform: scale(.9);
}

.preloader svg #letter_4 {
  -webkit-animation: dash 1s linear forwards .3s;
  -moz-animation: dash 1s linear forwards .3s;
  animation: dash 1s linear forwards .3s;
}

.preloader svg #letter_3 {
  -webkit-animation: dash 1s linear forwards .2s;
  -moz-animation: dash 1s linear forwards .2s;
  animation: dash 1s linear forwards .2s;
}

.preloader svg #letter_2 {
  -webkit-animation: dash 1s linear forwards .1s;
  -moz-animation: dash 1s linear forwards .1s;
  animation: dash 1s linear forwards .1s;
}

.preloader svg #letter_1 {
  -webkit-animation: dash 1s linear forwards;
  -moz-animation: dash 1s linear forwards;
  animation: dash 1s linear forwards;
}

@-webkit-keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mobile-menu{
  display: none;
}
.mobile-menu__icon {
  display: none;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.layout-2-col{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;

  flex-wrap: wrap;

  margin: 0 -50px;
}

.layout-2-col > div{
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .container{
    padding: 0 138px;
  }
  .layout-2-col{
    margin: 0 -25px;
  }
  .layout-2-col > div{
    padding: 0 25px;
  }
}

@media (max-width: 970px) {
  .container{
    padding: 0 20px;
  }
  .layout-2-col{
    display: block;
    margin: 0;
  }
  .layout-2-col > div{
    width: 100%;
    padding: 50px 0;
  }
}


.footer-menu {
  width: 244px;
  padding-bottom: 30px;
}

.footer-menu__h3 {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(12, 31, 41, 0.82);
  display: block;
  margin-bottom: 20px;
}

.footer-menu__a:hover {
  padding-left: 5px;
  color: white;
}

.footer-menu__a {
  position: relative;
  color: white;
  line-height: 1.3;
  padding-left: 0;
  transition: padding-left .2s ease-in-out;
}

.footer-bottom {
  padding-bottom: 110px;
}

/*
.rdm-button:hover .rdm-button__throw {
  width: calc(100% + 30px);
}
*/

.rdm-button__throw {
  height: 2px;
  width: 0;
  background: black;
  position: absolute;
  top: 8px;
  right: -18px;
  transition: width .5s ease-in-out;
}

.rdm-button span.rdm-button__text {
  display: block;
  line-height: 1;
  margin-right: 18px;
  position: relative;
  top: -1px;
}

.rdm-button {
  font-weight: 400;
  display: flex;
  align-items: center;
}

.dbl-button {
  width: 270px;
  height: 58px;
  background: #5b47ff;
  display: block;
  position: relative;
  outline: none!important;
  border: none!important;
}

@media (pointer: fine) and (hover: hover) {
  .dbl-button:not(.disabled):hover .dbl-button__text {
    left: 11px;
    top: 11px;
    color: black !important;
  }
  .dbl-button:not(.disabled):hover .dbl-button__bg {
    left: 11px;
    top: 11px;
    background: #2ce889;
  }
}

.dbl-button__bg {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all .3s ease-in-out;
}

.dbl-button__text {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white !important;
  transition: all .6s ease-in-out;
}
.column {
  flex: none;
  width: calc(50% - 55px)
}
.left-column {
  margin-right: 108px;
}
.block-light {
  color: black;
  background: white;
}
.block-dark {
  color: white;
  background: #1d1d1d;
}
.quote {
  height: 12px;
  display: block;
}
.quote__invert {
  transform: rotate(180deg);
}

.welcome-screen-fix {
  position: absolute;
  z-index: -1000;
  height: 400px;
  width: 100%;
}

.welcome-screen{
  /*height: 100vh;*/

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.blog-welcome-screen {
  background-image: url(../../img/legacy//backgrounds/06_Blog_BG_02.jpg);
}
.media-welcome-screen {
  background-image: url(../../img/legacy//backgrounds/05_Media_bg_web.jpg);
}
.brandpage-welcome-screen {
  background-image: url(../../img/legacy//backgrounds/04_Brand_bg_web.jpg);
}
.company-welcome-screen {
  background-image: url(../../img/legacy/backgrounds/03_Company_bg_web.jpg);
}
.products-welcome-screen {
  background-image: url(../../img/legacy//backgrounds/02_Products_bg_web.jpg);
}
.mp-welcome-screen {
  background-image: url(../../img/legacy//backgrounds/01_Homepage_bg_web.jpg);
}

@supports (background-image: -webkit-image-set(url(../../img/legacy/backgrounds/01_Homepage_bg_web.webp) 1x)) {
  .blog-welcome-screen {
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/06_Blog_BG_02.webp) 1x);
  }
  .media-welcome-screen {
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/05_Media_bg_web.webp) 1x);
  }
  .brandpage-welcome-screen {
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/04_Brand_bg_web.webp) 1x);
  }
  .company-welcome-screen {
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/03_Company_bg_web.webp) 1x);
  }
  .products-welcome-screen {
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/02_Products_bg_web.webp) 1x);
  }
  .mp-welcome-screen{
    background-image: -webkit-image-set(url(../../img/legacy/backgrounds/01_Homepage_bg_web.webp) 1x);
  }
}



.mp-welcome-screen__info {
  font-size: 45px;
  line-height: 45px;
  font-family: ActaDisplay;
  padding-bottom: 0;
}



.mp-welcome-screen__quote_first {
  margin-bottom: 35px;
}
.mp-welcome-screen__quote_last {
  margin-top: 35px;
}
.welcome-screen__nav {
  text-align: right;
  top: 135px;
  position: fixed;
  z-index: 150;
  right: 50px;
}
.welcome-screen__nav.nav-active {
  top: 50px;
}

.welcome-nav {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.welcome-nav__li:hover a {
  padding-right: 25px;
}

.welcome-nav__li {
  margin-bottom: 9px;
}

.welcome-nav__a.black {
  color: black !important;
}

.welcome-nav__a {
  font-size: 14px;
  color: white !important;
  padding-right: 17px;
  position: relative;
  line-height: 1;
  display: block;
  transition: padding-right .2s ease-in-out, color .2s ease-in-out;

}

.welcome-nav__a.black:before,
.welcome-nav__a.black:after {
  background: black;
}

.welcome-nav__a:after {
  content: '';
  height: 10px;
  width: 2px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-in-out;
}

.welcome-nav__a:before {
  content: '';
  height: 2px;
  width: 10px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-in-out;
}



.payment-screen h3 {
  margin-bottom: 40px;
}

.payment-screen {
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 230px;
}

.wave1 {
  position: absolute;
  left: -5px;
  top: -10px;
}

.text-accent{
  width: 311px;
  height: 308px;
  position: relative;
}

.text-accent__bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-accent__bg img{
  width: 100%;
  height: 100%;
}

.text-accent__content{
  width: 200px;

  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);

  padding-bottom: 40px;

  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.request-accent .text-accent__content{
  width: 184px;

  left: 66px;

  font-size: 23px;
  font-weight: 300;
  line-height: 25px;
  color: #5B47FF;
}


@media (max-width: 980px) {
  .text-accent__content {
    left: 55px;
  }
}

/*@media (max-width: 450px) {*/
/*  .request-accent .text-accent__content {*/
/*    width: 200px;*/
/*  }*/
/*}*/

.wave-content {
  /*margin-left: 100px;*/
  min-width: 255px;
}

.block-light .wave-text {
  background: white;
}

.block-dark .wave-text {
  background: #1d1d1d;
}

.wave-text .slide-height {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wave-text {
  overflow: hidden;
  background: white;
  position: absolute;
  height: 110px;
  width: 290px;
  top: 73px;
  left: -110px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.mp-howitworks-screen__more {
  margin-top: 25px;
}

.mp-howitworks-screen__more a {
  color: #2CE889;
}

.mp-howitworks-screen__fio img {
  width: 100%;
}

.brand-text-block-green img {
  max-width: 100%;
}

.brand-text-block-green {
  background: url(../img/forms/round-green.svg) no-repeat 53px -532px, black;
  background-size: 2000px;
}

#elips-5.mp-howitworks-screen__fio {
  background: url(../img/forms/round-lila.svg) no-repeat -100px bottom, black;
  background-attachment: fixed;
  background-size: 723px;
}

.mp-howitworks-screen__fio {
  background: url(../img/forms/round-lila.svg) no-repeat 500px bottom, black;
  background-attachment: fixed;
  background-size: 723px;
}

.text__page{
  padding-top: 260px!important;
}

.text__page a:hover{
  text-decoration: none;
}
.text__page a{
  word-break: break-all;
  color: black;
  text-decoration: underline;
}
.closing-the-gap__text {
  margin-top: 35px;
}
.logo svg .cls-1 {
  fill: white;
  transition: fill .2s ease-in-out, transform .35s ease-in-out;
}

.logo svg {
  display: block;
  width: 100%;
}

.logo.logo-active svg {
  width: 76px;
}

.logo.logo-active {
  top: 50px;
  width: 76px;
}

.logo {
  display: block;
  position: fixed;
  width: 76px;
  left: 50%;
  transform: translateX(-50%);
  top: 33px !important;
  z-index: 150;
}

.main-menu svg {
  width: 100%;
}

.main-menu.transition:hover {
  transform: scale(1) !important;
}

.main-menu.trns2 {
  transition: transform .4s ease-in-out;
}

.main-menu.bgg {
  transform: scale(1) !important;
}

.main-menu.transition {
  transition: transform .4s ease-in-out;
  transform: scale(.38);
  top: 10px !important;
}

.main-menu {
  position: fixed;
  z-index: 150;
  left: 50px;
  top: 10px;
  width: 180px;
  transform: scale(1);
  /*transform: scale(.38);*/
  transform-origin: left top;
  /*transition: transform .2s ease-in-out, top .2s ease-in-out;*/
}

.menu-env {
  transition: fill .2s ease-in-out;
}

.main-menu__li.active .main-menu__a:before {
  content: '.';
  position: absolute;
  left: -10px;
  top: -3px;
}

.main-menu__li.active .main-menu__a {
  font-weight: bold;
}

.main-menu__li {
  padding: 0 30px 0 30px;
}

.main-menu__subul {
  display: none;
  width: 120px;
  list-style-type: none;
  padding-left: 11px;
  margin: 3px 0;
}

.main-menu__suba:hover {
  padding-left: 11px;
}

.main-menu__suba {
  font-size: 13px;
  padding-left: 4px;
  display: block;
  line-height: 1.55;
  transition: padding-left .4s ease-in-out;
}

.main-menu__ul {
  position: absolute;
  top: 35px;
  left: 15px;
  right: 0;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-menu__li:hover .main-menu__a {
  padding-left: 7px;
}

.main-menu__a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  /* width: 180px; */
  position: relative;
  transition: padding-left .4s ease-in-out;
}

.products-welcome-info {
  font-size: 45px;
  line-height: 1;
  font-family: ActaDisplay;
  padding-bottom: 105px;
}

.products-lunu-wallet {
  /*padding: 110px 0;*/
  display: flex;
  align-items: center;
}
.products-payment-screen.payment-screen h3{
  margin-bottom: 0;
}
.products-lunu-credit__credit h3 {
  font-weight: 300;
  margin-bottom: 35px;
}

.products-lunu-credit__credit_imglabel {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -10px;
  padding-left: 15px;
}

.products-lunu-credit__credit .right-column img {
  max-width: 100%;
}

.products-lunu-credit__instant {
  padding-bottom: 175px;
}

.info-product-img {
  width: 100%;
}

.products-lunu-credit__instant h3 {
  padding-top: 85px;
  padding-bottom: 35px;
}


.media-welcome-info span {
  display: block;
  font-weight: 300;
  margin-top: 30px;
}

.media-welcome-info h1 {
  font-size: 40px;
  font-weight: 300;
}

.media-welcome-info {
  margin-bottom: 100px;
}

.media-form-container h2 {
  font-size: 23px;
  color: #5b47ff;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

.media-form-container input {
  margin-bottom: 15px;
  width: 100%;
  max-width: 530px;
}


.form-block input[type=text],
.form-block input[type=search],
.form-block input[type=email] {
  height: 44px;
}

.form-block textarea {
  width: 100%;
  resize: none;
  height: 90px;
  max-width: 530px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.form-block input[type=text],
.form-block input[type=search],
.form-block input[type=email],
.form-block textarea {
  width: 100%;
  padding: 0 25px;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  border-radius: 7px;
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
}

.form-block input:disabled {
  opacity: 0.5;
}

.form-requiered-label {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 25px;
}

.formlist1 li a img {
  margin-right: 9px;
}

.formlist1 li {
  font-size: 16px;
  margin-bottom: 22px;
  font-weight: 400;
}
.formlist1 {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 40px;
}

/* Base for label styling */
[type="radio"],
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="radio"] + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

/* checkbox aspect */
[type="radio"] + label:before,
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  transition: all .2s ease-in-out;
  background-size: contain;
}

[type="radio"] + label:before,
[type="checkbox"]:not(:checked) + label:before {
  background: url(../img/icons/check.png) no-repeat center center;
}

[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before {
  background: url(../img/icons/check_c.png) no-repeat center center;
}

.blockcheckes p {
  margin-right: 30px;
  margin-bottom: 0;
}

.media-form-container {
  padding: 120px 0;
}

.animate__delay-xxs {
  animation-delay: .5s;
}

.lastcheck {
  margin-right: 15px;
}

.creates-text {
  padding: 150px 0 100px;
  padding-left: 80px;
}

.products-lunu-creates .left-column {
  font-size: 30px;
}

.products-lunu-creates .right-column {
  font-weight: 400;
}

.products-lunu-creates {
  display: flex;
  align-items: center;
  padding: 0;
}

.creates-imga {
  position: absolute;
  width: calc(100% - 50px);
  left: 0;
  top: 0;
}

.creates-text {
  z-index: 2;
}

.terminal__slider__top {
  height: 285px;
  margin-bottom: 35px;
}
.terminal__slider__top img {
  max-width: none;
}
.terminal__slider__bot {
  height: 35px;
}

.products-lunu-wallet h2 {
  margin-bottom: 35px;
}

.fixing-header.botta {
  top: auto !important;
  position: absolute !important;
  bottom: 50px !important;
}

.with-header .left-column,
.with-header .right-column,
.with-header .inner,
.with-header .section,
.with-header .container,
.with-header .container {
  position: initial;
}

.fixing-header.anima {
  font-size: 12px;
  font-weight: 300;
}

.fixing-header.fixed {
  position: fixed;
  top: 54px;
}

.fixing-header {
  position: absolute;
  top: 0;
  z-index: 20;
  transition: font-size .6s ease-in-out, font-weight .6s ease-in-out;
}
.products-how-it-works p:last-of-type {
  margin-bottom: 0;
}

.products-how-it-works h2 {
  margin-bottom: 30px;
}

.products-how-it-works .slide-height {
  color: #5b47ff;
}

.products-how-it-works {
  display: flex;
  align-items: center;
}

.products-lunu-credit__credit, .products-lunu-credit__instant {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.products-how-it-works p {
  margin-bottom: 20px;
}

.products-lunu-widget {
  display: flex;
  align-items: center;
}

.products-lunu-widget p {
  margin-bottom: 70px;
}

.products-lunu-widget img {
  max-width: 100%;
}

.products-lunu-widget h2 {
  padding: 25px 0 35px;
}

.terminal__slider__bot ul li:last-of-type {
  margin-right: 0;
}

.terminal__slider__bot ul li.active {
  opacity: 1 !important;
}

.terminal__slider__bot ul li:hover {
  opacity: .75;
}

.terminal__slider__bot ul li {
  margin-right: 12px;
  transition: all .4s ease-in-out;
  cursor: pointer;
  opacity: .5;
}

.terminal__slider__bot ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.tmm1 {}

.tmm3 {}

.tmm2 {}

.tmm.tmm1 {
  display: block;
}

.tmm {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}

.tmm img{
  width: 100%;
}

.brand-text-block {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.brand-text-block__info__bottom {
  margin-top: 35px;
  color: #2ce889;
  font-size: 30px;
  font-weight: 700;
}

.brand-text-block__info {
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .brand-text-block__info__bottom {
    font-size: 2.1vw;
  }

  .brand-text-block__info {
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  .brand-text-block__info__bottom {
    font-size: 30px;
  }

  .brand-text-block__info {
    font-size: 30px;
  }
}

.brand-story-screen {
  background: url(../img/forms/round-green.svg) no-repeat 100% -110px, #1d1d1d;
  background-size: 2000px;
  background-position: 253.5px -800px;
}

.section {
  min-height: 100vh;
}

.brand-story-screen__welcome {
  min-height: auto;
  padding-top: 210px;
  padding-bottom: 210px;
  display: flex;
  align-items: center;
}

.brand-story-screen__welcome-desc {
  max-width: 650px;
  width: 100%;
  font-size: 30px;
  /*padding-left: 60px;*/
  line-height: 1.1;
  /*padding-top: 90px;*/
}

@media (max-width: 1440px) {
  .brand-story-screen__welcome-desc {
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  .brand-story-screen__welcome-desc {
    font-size: 30px;
  }
}

.brand-story-screen__welcome-desc img {
  width: 100%;
  display: block;
  z-index: 0;
}

.brand-story-screen__welcome-desc div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.brand-story-screen__welcome-subtitle {
  font-size: 45px;
  line-height: 45px;
  font-family: ActaDisplay;
}

.brand-story-screen__welcome-title {
  margin-bottom: 32px;
}

.brand-story-screen__text p:last-of-type {
  margin-bottom: 0;
}

.brand-story-screen__text p {
  margin-bottom: 20px;
}

.brand-story-screen__text {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.brand-mission-screen .right-column p:last-of-type {
  margin-bottom: 0;
}

.brand-mission-screen .right-column h2 {
  margin-bottom: 35px;
}

.brand-mission-screen .right-column p {
  margin-bottom: 20px;
}
.mission-name {
  padding-left: 38px;
  top: -15px;
}
.brand-mission-screen {
  display: flex;
  align-items: center;
}

.company_technology__advans{
  padding: 120px 0;
  /*
  min-height: auto!important;
  */
}

.company_technology__advans-layout > div{
  height: 165px;
  margin-bottom: 25px;
}

@media (max-width: 970px) {
  .company_technology__advans-layout > div{
    height: auto;
    padding: 0;
    /*margin-bottom: 0;*/
  }
}

.content ul:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
  left: -30px;
  top: 5px;
  position: absolute;

}
.content ul li {
  position: relative;
}
.content ul {
  margin-bottom: 35px;
  list-style-type: none;
  padding-left: 30px;
  text-transform: uppercase;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p {
  margin-bottom: 20px;
}

.company_technology__welcome h2 {
  margin-bottom: 30px;
}

.company_technology__welcome {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.company_technology__arbitr h3 {
  margin-bottom: 45px;
}

.company_technology__arbitr img {
  width: 100%;
}

.company_technology__arbitr, .sc {
  display: flex;
  align-items: center;
}

.company_technology__arbitr .content p {
  margin-bottom: 35px;
}


.text-f-wrapper {
  display: inline-block;
  background: url(../img/forms/round-green.svg) no-repeat, #000;
  background-size: 490px;
  background-attachment: fixed;
}

.company_technology__scheme, .company-technology {
  z-index: 1;
}

.company_technology__scheme h2 {
  margin-bottom: 40px;
}

.company_technology__scheme img {
  width: 100%;
}

.company_technology__advans .content p {
  margin-bottom: 40px;
}

.company-team {
  padding: 80px 0 140px;
  z-index: 2;
  background: white;
}

.company-team h2 {
  margin-bottom: 40px;
}

.team__wrapper__item {
  width: calc((100% / 5) - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
}

.overflowg{
  overflow: hidden!important;
}

.team__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: -40px;
}

.team__wrapper__item img {
  width: 100%;
  margin-bottom: 10px;
}

.team__wrapper__item__subname {
  font-size: 11px;
  padding-left: 20%;
}

.team__wrapper__item__name {
  font-size: 11px;
  font-weight: bold;
  padding-left: 20%;
}

.biobio:hover {
  text-decoration: none;
}

.rmd__item span {
  display: block;
  color: #5b47ff;
}

.rmd__item:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5b47ff;
  position: absolute;
  left: -5px;
  top: -7px;
}


.rmd.rmd5 {
  top: -65px;
  left: 800px;
}

.rmd.rmd4 {
  top: 45px;
  left: 590px;
}

.rmd.rmd3 {
  top: 114px;
  left: 370px;
}

.rmd.rmd2 {
  top: 204px;
  left: 175px;
}

.rmd.rmd1 {
  top: 281px;
}

@media(max-width: 900px) {
  .rmd.rmd5, .rmd.rmd4, .rmd.rmd3, .rmd.rmd2, .rmd.rmd1 {
    top: 0px;
    left: 0px;
    position: static;
    float: left;
    width: 50%;
    margin-bottom: 70px;
  }
}

.brand-mission h2{
  margin-bottom: 40px;
}
.brand-mission .mp-welcome-screen__info{
  font-size: 30px;
  padding-bottom: 0;
}

@media (max-width: 1440px) {
  .brand-mission .mp-welcome-screen__info{
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  .brand-mission .mp-welcome-screen__info{
    font-size: 30px;
  }
}


.brand-mission .mp-welcome-screen__quote_last {
  margin-top: 55px;
}


.rmd {
  z-index: 2;
  position: absolute;
}

.rmd__item {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 15px;
  text-transform: uppercase;
}

.biobio {
  position: absolute;
  left: 20%;
  font-size: 11px;
  color: #5b47ff;
  margin-top: 10px;
  text-decoration: underline;
}

.rmd__list ul li:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5b47ff;
  position: absolute;
  left: -17px;
  top: 0;
}

.rmd__list ul li.specialp {
  margin-top: 20px;
}

.rmd__list ul li {
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}

.rmd__list ul {
  list-style-type: none;
  padding-left: 11px;
  max-width: 200px;
}

.rmd5 .rmd__list {
  height: 310px;
}

.rmd4 .rmd__list {
  height: 311px;
}

@media (max-width: 992px) {
  .rmd4 .rmd__list {
    height: 315px;
  }
}

.rmd3 .rmd__list {
  height: 315px;
}

.rmd2 .rmd__list {
  height: 260px;
}

.rmd1 .rmd__list {
  height: 192px;
}
.rmd__list {
  border-left: 1px solid #5b47ff;
}

.roadmap-temp {
  width: 100%;
  margin-top: -250px;
}
.blog-welcome-screen {
  background: url(../../img/legacy/backgrounds/06_Blog_BG_02.jpg) no-repeat center center;
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
}
.blog-welcome-screen .mp-welcome-screen__info {
  padding-bottom: 110px;
  /*font-family: 'Helvetica Now Text';*/
  /*font-weight: 300;*/
}
.blog__page__p h2 {
  margin-bottom: 84px;
}

.blog__page__p {
  padding: 70px 0 0;
}

.blog__page__p__wrapper__row h3 a{
  color: black;
  transition-duration: .25s;
}
.blog__page__p__wrapper__row h3 a:hover {
  opacity: .75;
}
.blog__page__p__wrapper__row h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 14px;
  margin-top: -8px;
}

.blog__page__p__wrapper__row {
  margin-bottom: 45px;

}

.blogbldate {
  font-size: 12px;
}

.blogsearchh input[type=text],
.blogsearchh input[type=search] {
  height: 44px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding-left: 20px;
}

.blog__article_p {
  padding-top: 125px;
  padding-bottom: 85px;
}

/*.blog__article_p .blog__article_p__head {*/
/*  padding-bottom: 10px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*@media(max-width: 768px) {*/
/*  .blog__article_p .blog__article_p__head {*/
/*    margin-bottom: 25px;*/
/*  }*/
/*}*/
.blog__article_p__head h1{
  max-width: 100%!important;
}
.blog__article_p__head h1{
  margin-bottom: 45px;
}
.blog__article_p h1 {
  font-size: 35px;
  line-height: 51px;
  max-width: 550px;
}

.blog__article_p__img {
  margin-bottom: 35px;
}

.blog__article_p__img img {
  width: 100%;
}

.blog__article_p__text {
  font-weight: 400;
  margin-bottom: 65px;

  text-align: justify;
}

.blog__article_p__more h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}

.blog__article_p__more__wrapper__row {
  margin: 0 -7px;
}

.blog__article_p__more__wrapper__row__item {
  width: calc((100% / 4) - 14px);
  margin: 0 7px;
  margin-bottom: 40px;
}

.blog__article_p__more__wrapper__row__item__img {
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;

  margin-bottom: 12px;
}

.blog__article_p__more__wrapper__row__item__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
  color: black;
}

.blog__article_p__more__wrapper__row__item__date {
  font-size: 16px;
  display: block;
  color: black;
}

.blog__article_p__head__date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 45px;
}
/*@media (max-width: 992px) {*/
/*  .blog__article_p__head__date {*/
/*    bottom: -15px;*/
/*  }*/
/*}*/

.text__page h1 {
  margin-bottom: 30px;
  font-size: 30px;
}

.vacusb {
  margin-bottom: 30px;
}

.vacusb__blogd {
  margin-bottom: 38px;
}

.vacusb__blogd b {
  font-weight: bold;
  text-transform: uppercase;
  color: #5b47ff;
}

.vacusb__blsjob {
  margin-bottom: 55px;
}

.text__page.section {
  min-height: auto;
}

.arbdf {
  margin-bottom: 15px;
  display: block;
}

.arbbudgt .dbl-button__text {
  text-transform: initial;
}

.arbbudgt {
  margin-top: 30px;

}


.arbitrage__page .content ul li {
  text-transform: initial;
}

.arbitrage__page__top {
  margin-bottom: 180px;
}

.arbitrage__page__top h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.arbitrage__page__top img {
  width: 100%;
}

.kwlisddg23 {
  display: flex;
  flex-wrap: wrap;
}

.kwlidg {
  display: flex;
  flex-wrap: wrap;
}

.kwlisddg23__inem {
  width: calc(100% / 4);
  margin-top: 60px;
}
.kwlisddg23__inem__name {
  height: 70px;
  font-weight: bold;
  text-align: center;
}

.consle22 {
  margin-top: 40px;
}

.kwlisddg23__inem__name span {
  display: block;
  text-align: center;
  font-weight: 300;
  margin-top: 5px;
}

.kwlisddg23__inem__name__img img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.kwlisddg23__inem__name__img {
  height: 130px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.contacts__page h1,
.contacts__page h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.contacts__page {
  background: url(../img/backgrounds/Contact-Us.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.curdef {
  cursor: default;
}
.coming-soon {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #5B47FF;
}
.contpage__form textarea.ingp {
  height: 88px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contpage__form select.ingp option {
  color: initial !important;
  font-family: 'Helvetica Now Text';
}
.contpage__form select.ingp {
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  cursor: pointer;
  padding-left: 25px!important;
  -moz-padding-start: 21px!important;
}

.contpage__form .ingp {
  margin-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 7px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, .1);
  height: 44px;
  resize: none;
  outline: none;
  padding: 0 25px;
  color: white;
  font-family: 'Helvetica Now Text';
}

.blog__article_p.terns__page h1 {
  width: 100%;
  max-width: 100%;
  font-size: 40px;
  margin-bottom: 60px;
}

.Rounded_Rectangle_2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  border-radius: 7px;
  position: absolute;
  left: 189px;
  top: 372px;
  width: 532px;
  height: 47px;
  z-index: 39;
}

.contpage__form *::-webkit-input-placeholder {
  color: white;
  font-weight: 300;
  font-size: 12px;
}

/* webkit */
.contpage__form *::-moz-placeholder {
  color: white;
  font-weight: 300;
  font-size: 12px;
}

/* Firefox 19+ */
.contpage__form *:-moz-placeholder {
  color: white;
  font-weight: 300;
  font-size: 12px;
}

/* Firefox 18- */

.contpage__form *:-ms-input-placeholder {
  color: white;
  font-weight: 300;
  font-size: 12px;
}
.contpage__form___slslse:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/forms/arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 25px;
  top: 17px;
}
.sdf__section {
  margin-bottom: 35px;
  font-weight: 400;
  width: 100%;
}
.sdf__section ul li:last-of-type {
  margin-bottom: 0;
}
.sdf__section ul li {
  margin-bottom: 20px;
}
.sdf__section>ul>li>ul>li:nth-child(2):before{content: 'b)'}
.sdf__section>ul>li>ul>li:nth-child(3):before{content: 'c)'}
.sdf__section>ul>li>ul>li:nth-child(4):before{content: 'd)'}
.sdf__section>ul>li>ul>li:nth-child(5):before{content: 'e)'}
.sdf__section>ul>li>ul>li:nth-child(6):before{content: 'f)'}
.sdf__section>ul>li>ul>li:nth-child(7):before{content: 'g)'}
.sdf__section>ul>li>ul>li:nth-child(8):before{content: 'h)'}
.sdf__section>ul>li>ul>li:nth-child(9):before{content: 'i)'}
.sdf__section>ul>li>ul>li:nth-child(10):before{content: 'j)'}

.sdf__section>ul>li>ul>li:before{
  position: absolute;
  left: 0px;
  display: block;
  content: 'a)';
  font-weight: bold;
}

.sdf__section>ul>li>ul{
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 40px;
  list-style-type: none;
}
.sdf__section>ul>li{
  position: relative;
}
.sdf__section>ul>li>ul>li>ul{
  margin-top: 20px;
}
.sdf__section>ul>li:before{
  position: absolute;
  left: -40px;
  content: counter(item) ') '; /* Добавляем к числам скобку */
  counter-increment: item; /* Задаём имя счетчика */
  font-weight: bold;
}
.sdf__section p {
  padding-left: 40px;
}
.sdf__section>ul{
  padding-left: 40px;
  margin-top: 30px;
  list-style-type: none; /* Убираем исходные маркеры */
  counter-reset:  item; /* Обнуляем счетчик списка */
}

.terminalsScroll {
  overflow: hidden;
  width: 100%;
  height: 500vh;
}
.terminalsScroll__inner {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
}
.terminalsScroll__inner.active {
  position: fixed;
}
.terminalsScroll__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.terminalsScroll__item img {
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.TransparentTextA {
  white-space: nowrap;
  padding: 0!important;
  /*padding-bottom: 20px!important;*/
  background: #FFF!important;
  font-size: 109px!important;
  line-height: 1;
  font-family: var(--ff-Acta);
  color: #000;
  mix-blend-mode: screen;
}

.TransparentTextA.TheTangibles{
  line-height: 1.1;
}

.payment-screen__desc-img {
  width: 100%;
  display: block;
  margin-top: 75px;
}
.payment-screen__desc-img img {
  width: 100%;
  display: block;
}


@media (min-width: 980px) and (max-height: 900px) {
  .payment-screen__desc-img {
    width: unset;
    max-height: calc(100vh - 260px);
    display: flex;
    justify-content: center;
  }
  .payment-screen__desc-img img {
    width: unset;
    max-height: inherit;
  }
}

.products-lunu-creates {
  padding: 100px 0px;
}

@media (max-width: 1170px) {
  .TransparentTextA {
    font-size: 90px !important;
  }
}
@media (max-width: 992px) {
  .TransparentTextA {
    font-size: 87px!important;
    padding-bottom: 10px!important;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .TransparentTextA {
    font-size: 60px!important;
  }
}
@media (max-width: 600px) {
  .footer-menu {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .erlogo {
    top: 30px !important;
  }
  .tmm.tmm3 {
    /*top: 21px !important;*/
  }
  .tmm {
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .products-welcome-screen .inner {
    justify-content: flex-end;
  }
  .mp-welcome-screen, .brandpage-welcome-screen, .welcome-screen, .products-lunu-terminal__bottom {
    background-attachment: inherit;
  }
  .brand-text-block {
    padding: 80px 0;
  }

  .rmd__item {
    padding-top: 0;
  }
  .team__wrapper__item {
    width: calc((100% / 2) - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
  }
  .rmd {
    z-index: 2;
    position: inherit;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 60px;
  }
  .kwlisddg23__inem {
    width: 50%;
  }
  .creates-imga {
    display: none;
  }
  .creates-text {
    padding-left: 0;
  }
  .arbitrage__page__top {
    padding-bottom: 80px;
  }
  .payment-screen {
    padding: 30px 0 150px;
  }
}

@media (max-width: 450px) {
  div.blog__article_p__more__wrapper__row__item {
    width: calc((100% / 1) - 14px) !important;
    margin: 0 7px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 600px) {
  .blog__article_p__more__wrapper__row__item {
    width: calc((100% / 2) - 14px) !important;
    margin: 0 7px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 800px) {
  .blog__article_p__more__wrapper__row__item {
    width: calc((100% / 3) - 14px);
    margin: 0 7px;
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .footer-bottom .column .dbl-button {
    margin-bottom: 35px;
  }
  .footer-bottom .column {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  /*.container {*/
  /*  padding: 0 15px;*/
  /*}*/
  /*.container {*/
  /*  padding: 0 15px;*/
  /*}*/
  .products-lunu-creates {
    padding-bottom: 50px 0px;
  }
  .brand-mission-screen, .company_technology__advans, .products-lunu-wallet, .products-lunu-terminal__top, .products-lunu-terminal__bottom, .products-lunu-widget, .products-lunu-credit-screen {
    padding: 50px 0;
  }
  div.text__page {
    padding-top: 90px !important;
  }
  .products-lunu-credit__instant {
    padding-bottom: 0;
  }
  .contpage__form .dbl-button {
    width: 100%;
  }
  .lastcheck {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-lunu-credit__credit, .products-lunu-credit__instant {
    min-height: auto;
  }
  .blockcheckes p {
    margin-bottom: 15px;
  }
  .arbitrage__page__top {
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
  }
  .company_technology__advans .container .inner .left-column,
  #\/company\/philosophy .container .inner .left-column {
    margin-bottom: 0;
  }
  .logo svg {
    width: 100% !important;
  }
  .logo {
    top: 17px !important;
    width: 76px !important;
    margin-left: 0 !important;
    left: 60px !important;
  }
  .main-menu, .welcome-screen__nav {
    display: none !important;
  }
  .mobile-menu__icon.black::after, .mobile-menu__icon.black::before {
    background: black;
  }
  body.menu---opened .logo svg .cls-1 {
    fill: black !important;
  }
  body.menu---opened .logo svg .cls-2 {
    fill: white !important;
  }
  body.menu---opened .mobile-menu__icon::after,
  body.menu---opened .mobile-menu__icon::before {
    background: black !important;
  }
  .mobile-menu__icon {
    display: block !important;
    /*background: red;*/
    width: 27px;
    height: 22px;
    transition: .4s;
    top: 32px;
    position: fixed;
    right: 20px;
    z-index: 101;
  }
  .blog__page__p h2 {
    margin-bottom: 0;
  }
  .brand-mission .left-column h2 {
    margin-top: 40px;
  }
  .brand-story-screen__welcome .right-column {
    padding-left: 0;
  }
  .blog__article_p {
    padding-top: 100px;
  }
  .blog__article_p__head, .lastformvlo {
    flex-direction: column;
  }
  .brand-story-screen__welcome .right-column img {
    display: none;
  }
  .blogsearchh {
    margin-bottom: 25px;
  }
  .blog__page__p {
    padding: 40px 0 70px;
  }
  .container .inner .left-column img {
    max-width: 100%;
  }
  .coming-soon {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #5B47FF;
  }
  .minmenmin .welcome-nav__a:before,
  .minmenmin .welcome-nav__a:after {
    background: #000 !important;
  }
  .minmenmin .welcome-nav__a {
    color: black !important;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .minmenmin {
    padding-left: 20px;
    margin-top: 50px;
  }
  .mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 27px;
    height: 2px;
    transition: .3s;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 100;
  }
  .mobile-menu ul li a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 43px;
    line-height: 50px;
    color: black;
  }
  .mobile-menu ul li a.active {
    font-weight: 900;
  }
  .mobile-menu ul {
    padding-top: 100px;
    padding-left: 20px;
    list-style-type: none;
  }
  .mobile-menu__icon::after {
    top: 12.5px;
  }
  .mobile-menu__icon::before {
    top: 4.5px;
  }
  .chech_burger.opened .mobile-menu__icon {
    background: transparent;
  }
  .mobile-menu__icon.opened::after,
  .mobile-menu__icon.opened::before {
    top: 5px;
  }
  .mobile-menu__icon.opened::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-menu__icon.opened::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media (max-width: 500px) {
  .container .inner .left-column {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .container .inner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .container .inner .left-column {
    margin-bottom: 40px;
  }
  .container .inner .right-column {
    width: 100% !important;
  }
}
@media (min-width: 900px) and (max-width: 1175px) {
  .left-column {
    max-width: 50%;
  }
}
@media (max-width: 1175px) {
  .left-column {
    margin-right: 30px;
  }
}


.blog__page__p__item {
  width: 100%;
}

.BlogItem__ImageOuter {
  transition-duration: .25s;
}
.BlogItem__ImageOuter:hover {
  opacity: .9;
}
/*.BlogItem__Image {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 300px;*/
/*  background-position: left center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  transition-duration: .25s;*/
/*}*/

.BlogItem__Image {
  display: block;
  width: 100%;
  height: 300px;
}
.BlogItem__Image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/*.BlogItem__ImageMobile {*/
/*  display: none;*/
/*  width: 100%;*/
/*}*/

.blogbldate {
  margin-bottom: 40px;
}

@media (max-height: 360px) {
  .blog-welcome-screen .mp-welcome-screen__info {
    padding-bottom: 0px;
  }
}

@media (max-width: 992px) {
  .BlogItem__Left {
    margin-bottom: 20px!important;
  }
  .Blog__Bg {
    background-position: center 0px!important;
  }
  .container .inner .left-column {
    margin-right: 15px !important;
    width: 100% !important;
  }
  .contacts__page .container .inner .left-column {
    margin-right: 30px !important;
  }
}

@media (max-width: 900px) {
  .BlogItem__ImageOuter {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .BlogItem__Image {
    /*display: none;*/
    display: block;
    height: 100%;
    max-height: 500px;
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .BlogItem__ImageMobile {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
  }
  .container .inner .left-column {
    margin-right: 0 !important;
  }
}

@media (max-width: 500px) {
  .BlogItem__Left {
    display: block;
  }
  .blog__page__p__wrapper__row {
    margin-bottom: 40px;
  }
}

.brand .body-wrapper{
  overflow-x: initial;
}

.TransparentText__Brand {
  font-size: 80px!important;
}

@media (max-width: 1440px) {
  .TransparentText__Brand {
    font-size: 6.3vw !important;
  }
}
@media (max-width: 970px) {
  .TransparentText__Brand {
    font-size: 68px!important;
  }
}
@media (max-width: 359px) {
  .TransparentText__Brand {
    font-size: 60px !important;
  }
}

.philosophy-welcome h2 {
  margin-bottom: 35px;
}
.philosophy-welcome .wave-text {
  color: #5b47ff;
  width: 330px;
  left: -140px;
}
.philosophy-welcome {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .philosophy-welcome .wave-text {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .PhilosophyWelcome__WaveContent {
    margin-left: 80px;
  }
  .philosophy-welcome .wave-text {
    left: -120px;
  }
}

@media (max-width: 992px) {
  .TheTangibles {
    font-size: 60px!important;
  }
}


.philosophy-intan {
  display: flex;
  align-items: center;
  min-height: auto!important;
  padding-top: 180px;
  padding-bottom: 150px;
}
.philosophy-intan__left-block p:last-of-type {
  margin-bottom: 0;
}
.philosophy-intan__desc {
  font-size: 23px;
  background: white;
  padding-top: 132px;
}

.philosophy-intan__left-block{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -15px 0;
}
.philosophy-intan__left-block p{
  margin: 0;
  padding: 15px 0;
}

/*.philosophy-intan__left-block p {*/
/*  margin-bottom: 35px;*/
/*}*/

.philosophy-tang__right-block{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -30px 0;
}

.philosophy-tang .right-column p:last-of-type {
  margin-bottom: 0;
}
.philosophy-tang{
  min-height: 0!important;
  padding-top: 200px;
  padding-bottom: 170px;
}
.philosophy-tang__right-block p {
  margin: 30px 0;
}
.philosophy-tang__desc {
  font-size: 23px;
  background: white;
  padding-top: 132px;
}



.philosophy-tang {
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .philosophy-tang .TransparentTextA {
    font-size: 7.5vw !important;
  }
  .philosophy-intan .TransparentTextA {
    font-size: 6.5vw !important;
  }
  .philosophy-tang__desc{
    font-size: 2vw;
  }
}
@media (max-width: 970px) {
  .philosophy-tang .TransparentTextA {
    font-size: 87px!important;
  }

  .philosophy-intan .TransparentTextA {
    font-size: 87px!important;
  }

  .philosophy-tang__desc{
    font-size: 23px;
    padding-top: 30px;
  }


  .philosophy-intan .layout-2-col{
    display: flex;
    flex-direction: column-reverse;
  }

  .philosophy-intan__desc {
    font-size: 23px;
    padding-top: 30px;
  }
}


.philosophy-wws {
  display: flex;
  align-items: center;
}
.philosophy-wws_h_item {
  font-family: ActaDisplayW01;
  font-size:80px;
  line-height: 1;
}
.philosophy-wws_h_item.active {
  color: #00e984;
}
.philosophy-wws__left-block {
  /*padding-top: 150px;*/
  /*height: 100vh;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*position: sticky;*/
  /*top: 0;*/
}

.philosophy-wws__menu{
  padding: 151px 0;
}

.philosophy-wws__left-block .philosophy-wws_h_item:last-of-type {
  margin-bottom: 0;
}
.philosophy-wws__left-block .philosophy-wws_h_item {
  max-width: 100%;
  margin-bottom: 25px;
  cursor: pointer;
}
.philosophy-oceans h2{
  position: absolute;
  top: 0;
}
.philosophy-oceans .left-column .mp-welcome-screen__info{
  margin-top: 20px!important;
}
.philosophy-oceans .left-column .mp-welcome-screen__info,
.brand-mission-screen .left-column .mp-welcome-screen__info {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 0;
}
.philosophy-oceans .right-column {
  padding-top: 70px;
}
.philosophy-oceans {
  display: flex;
  align-items: center;
}
.philosophy-oceans, #elips-6 {
  background: url(../img/forms/round-green.svg) no-repeat center center, #1d1d1d;
  background-size: 1156px;
  background-attachment: fixed;
}
.philosophy-wws_h_item {
  font-family: ActaDisplayW01;
  font-size: 80px;
  line-height: 0.75;
}
@media (max-width: 1440px) {
  .philosophy-wws .layout-2-col{
    display: flex;
    margin: 0 -50px;
  }
  .philosophy-wws .layout-2-col > div{
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .philosophy-wws_h_item {
    font-size: 75px;
  }
  .TheIntangibles {
    font-size: 90px !important;
  }

  .philosophy-oceans .mp-welcome-screen__info{
    font-size: 2.4vw;
  }
}
@media (max-width: 970px) {
  .philosophy-wws .layout-2-col{
    display: block;
    margin: 0;
  }
  .philosophy-wws .layout-2-col > div{
    width: 100%;
    padding: 0;
  }

  .philosophy-oceans .mp-welcome-screen__info{
    font-size: 40px;
  }


  .TheIntangibles {
    font-size: 60px!important;
  }

  @media (min-width: 991px) and (max-width: 1400px) {
    .philosophy-intan .TheIntangibles {
      font-size: 106px!important;
    }
  }
  @media (max-width: 359px) {
    .philosophy-intan .TheIntangibles {
      font-size: 50px!important;
    }
  }


  .philosophy-intan .left-column {
    margin-top: 25px;
  }
  .philosophy-tang .left-column div{
    padding-bottom: 25px;
  }
  .philosophy-tang {
    padding-top: 0;
    padding-bottom: 0;
  }
  .philosophy-intan .right-column {
    order: 1;
  }
  .philosophy-intan {
    padding-top: 35px !important;
  }
  .philosophy-intan {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .philosophy-wws__left-block {
    display: none;
  }
  .philosophy-wws {
    padding-bottom: 50px;
  }
  .philosophy-wws_h_item img {
    width: 100%;
  }
  .philosophy-oceans {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .philosophy-oceans h2 {
    position: initial;
    margin-bottom: 15px;
  }
  #elips-6 {
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .philosophy-intan .left-column {
    order: 2;
  }
}



.WWS__Title {
  font-weight: bold;
}
.headerddd {
  top: 0;
  padding-top: 150px;
  position: sticky;
  background: white;
  z-index: 5;
}
@media (min-width: 992px) {
  .headerddd.nosticl{
    position: absolute;
  }
}
@media (max-width: 992px) {
  .headerddd.nosticl{
    display: none;
  }
}
.headerddd span {
  font-size: 30px;
  display: block;
}
.headerddd h2 {
  display: block;
  margin-bottom: 35px;
}
.philosophy-wws_inner__item:first-of-type{
  padding-top: 600px;
}
.philosophy-wws_inner__item {
  min-height: 100vh;
  padding-top: 310px;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 180px;
}
.philosophy-wws_inner__item .rdm-button {
  color: #5b47ff;
  margin-top: 40px;
}
.philosophy-wws_inner {
  height: 300vh;
}
.wws_inner__item2 {
  top: 100vh;
}
.wws_inner__item3 {
  top: 200vh;
}
@media (max-width: 992px) {
  .philosophy-wws .right-column{
    min-width: 100%;
  }
  .headerddd h2 {
    margin-bottom: 15px;
  }
  .headerddd {
    padding-top: 60px;
  }
  .philosophy-wws_inner {
    height: auto;
  }
  .philosophy-wws_inner__item {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 0;
    position: static;
  }
  .wws_inner__item2, .wws_inner__item3 {
    top: 0;
  }
  .WWS__Title {
    font-family: ActaDisplayW01;
    font-size: 68.5px;
    line-height: 0.75;
    margin-bottom: 20px;
  }
  .philosophy-wws_inner__item {
    justify-content: end;
  }
}
@media (max-width: 430px) {
  .WWS__Title {
    font-size: 50px;
  }
}
@media (max-width: 359px) {
  .WWS__Title {
    font-size: 40px;
  }
}


.mp-howitworks-screen__text{
  font-size: 16px;
}
.mp-howitworks-screen__text h3{
  font-size: 30px;
}

@media (max-width: 1440px) {
  .mp-howitworks-screen__text{
    font-size: 1.2vw;
  }
  .mp-howitworks-screen__text h3{
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  .mp-howitworks-screen__text{
    font-size: 16px;
  }
  .mp-howitworks-screen__text h3{
    font-size: 30px;
  }
}



.company-lunu-about .mp-howitworks-screen__text p:last-of-type {
  margin-bottom: 0;
}
.company-lunu-about .mp-howitworks-screen__text h2 {
  margin-bottom: 30px;
}
.company-lunu-about .mp-howitworks-screen__text p {
  margin-bottom: 20px;
}
.company-lunu-about .rdm-button {
  fill: #2ce889;
}

#request .TransparentTextA {
  font-family: 'Helvetica Now Text';
  font-weight: 900;
}

@media (max-width: 1100px) {
  #request .TransparentTextA {
    font-size: 4vw !important;
  }

  #request .f40{
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 970px) {
  #request .TransparentTextA {
    font-size: 60px !important;
  }

  #request .f40{
    font-size: 30px;
    line-height: 45px;
    margin-top: 25px;
  }

  #request .layout-2-col > div {
    padding: 10px 0;
  }

  #request .wmax450{

  }
}

@media (max-width: 450px) {
  #request .TransparentTextA {
    font-size: 40px !important;
  }
}

.company-why-now__benefs .TransparentText__CompanyWhyNowWrapper img {
  width: 100%;
}

.company-why-now__benefs .TransparentText__CompanyWhyNowWrapper {
  background: url(../../img/legacy/forms/round-lila.svg) no-repeat, black;
  background-attachment: fixed;
  background-size: 734px;
}
.company-why-now__benefs {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.company-why-now__welcome, .company-why-now__prec {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.company-why-now__welcome {
  padding-top: 50px;
  padding-bottom: 50px;
}
.company-why-now__welcome h2 {
  margin-bottom: 80px;
}
.company-why-now__welcome .creates-text {
  padding: 200px 0 170px;
  padding-left: 80px;
  font-size: 30px;
}
.company-why-now__welcome p {
  font-size: 40px;
  font-family: ActaDisplay;
}
@media (max-width: 660px) {
  .company-why-now__welcome p {
    font-size: 36px;
  }
}
.company-why-now__welcome .creates-text {
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 30px;
}
.company-roadmap {
  padding-top: 130px;
  padding-bottom: 130px;
}
.company-roadmap h2 {
  margin-bottom: 33px;
}

#\/company\/roadmap {
  min-height: 1050px;
}

.roadmap{
  position: relative;
}

.roadmap:before{
  content: '';
  position: absolute;
  top: 598px;
  left: 0;
  width: calc((100% - 1230px) / 2);
  height: 2px;
  background: black;
}

.roadmap__container{
  max-width: 1440px;
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
}

.roadmap__header, .roadmap__content{
  position: relative;
  z-index: 1;
}

.roadmap__border-wrapper{
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.roadmap__border-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.15) 75%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.roadmap__border{
  width: 3000px;
  height: 3000px;
  position: absolute;
  bottom: 0;
  right: -300px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: black;
  border-radius: 0 0 50% 0;
  z-index: 0;
}

.roadmap__content {
  height: calc(100% - 100px);
}

.roadmap__item{
  position: absolute;
  bottom: 0;
  left: 0;
}

.roadmap__item-list{
  height: 100%;
  position: absolute;

  padding-left: 0;
  padding-bottom: 20px;
}

.roadmap__item-list:before{
  content: '';
  width: 1px;
  height: calc(100% - 7px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5B47FF;
}

.roadmap__item-list:after{
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #5B47FF;
  border-radius: 50%;
  transform: translateX(-50%);
}

.roadmap__item-list li{
  position: relative;
  padding-left: 11px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  list-style-type: none;
}

.roadmap__item-list li:before{
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #5B47FF;
  border-radius: 50%;
  transform: translateX(-50%);
}

.roadmap__item-info{
  position: absolute;
  bottom: -40px;
  left: 11px;
}

.roadmap__item-date, .roadmap__item-name{
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.roadmap__item-name{
  color: #5B47FF;
  text-transform: uppercase;
}

.roadmap__item--first{
  width: 176px;
  height: 195px;
  left: 5px;
}

.roadmap__item--second{
  width: 176px;
  height: 267px;

  left: 211px;
  bottom: 1px;
}

.roadmap__item--third{
  width: 176px;
  height: 317px;

  left: 423px;
  bottom: 12px;
}

.roadmap__item--fourth{
  width: 181px;
  height: 337px;

  left: 635px;
  bottom: 53px;
}

.roadmap__item--fifth{
  width: 190px;
  height: 360px;

  left: 842px;
  bottom: 127px;
}


@media (max-width: 1440px){
  .roadmap__container{
    width: 970px;
    height: 800px;
  }
  .roadmap__border-wrapper{
    height: 800px;
  }
  .roadmap::before {
    width: calc((100% - 970px) / 2);
    top: 798px;
  }
  .roadmap__border{
    width: 2000px;
    height: 1500px;
    right: -15px;
  }
  .roadmap__border-wrapper::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.05) 75%, rgb(255, 255, 255) 100%);
  }

  .roadmap__item--second{
    bottom: 19px;
  }
  .roadmap__item--third{
    bottom: 76px;
  }
  .roadmap__item--fourth{
    bottom: 180px;
  }
  .roadmap__item--fifth{
    bottom: 364px;
  }
}

@media (max-width: 970px){
  .roadmap:before, .roadmap__border-wrapper::before{
    content: none;
  }

  .roadmap__container{
    width: 100%;
    height: auto;
    padding: 0 20px;

  }
  .roadmap__border-wrapper{
    display: none;
  }
  .roadmap__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-left: 5px;
  }
  .roadmap__content > .roadmap__item{
    width: 50%;
    height: 120px;
    position: relative;
    margin-top: 60px;
    padding: 0 20px;
    bottom: unset;
    left: unset;
  }
  .roadmap__item-list{
    position: relative;
  }
  .roadmap__item-info{
    bottom: -19px;
    left: 34px;
  }
}

@media (max-width: 475px){
  .roadmap__content > .roadmap__item{
    width: 100%;
  }
}


.roadmap__round {
  position: absolute;
  top: -2380px;
}
.roadmap__round__r {
  height: 2992px;
  width: 2992px;
  border: 2px solid black;
  border-radius: 50%;
}
.company-roadmap {
  padding-top: 0;
  padding-bottom: 50px;
}

.company-welcome-screen {
  z-index: 2;
}
.company-lunu-about__welcome {
  padding-top: 250px;
  padding-bottom: 145px;
  min-height: auto!important;
}
@media (max-width: 992px) {
  .company-lunu-about__welcome {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 660px) {
  .company-lunu-about__welcome {
    padding-bottom: 0px;
  }
  .company-lunu-about__stable .wave-text {
    font-size: 20px;
  }
  .roadmap__round {
    display: none;
  }
}
@media (max-width: 1040px) {
  .roadmap__round {
    position: absolute;
    top: -2139px;
  }
}
.company-lunu-about__welcome, .company-lunu-about__stable {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.company-lunu-about__welcome .TransparentText__AboutWrapper {
  background: url(../../img/legacy/forms/round-green.svg) no-repeat left 100px, black;
  background-attachment: fixed;
  background-size: 964px;
}
.TransparentText__CompanyAbout {
  font-size: 150px!important;
  line-height: 1;
}

@media (max-width: 1440px) {
  .TransparentText__CompanyAbout {
    font-size: 11.5vw!important;
  }
}

@media (max-width: 900px) {
  .TransparentText__CompanyAbout {
    font-size: 116px!important;
    padding-bottom: 0px!important;
  }
}
@media (max-width: 359px) {
  .TransparentText__CompanyAbout {
    font-size: 98px!important;
  }
}
@media (max-width: 992px) {
  .company-lunu-about__stable {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.company-lunu-about__stable h2 {
  margin-bottom: 35px;
}
.company-lunu-about__stable .wave-content {
  text-align: right;
}
.company-lunu-about__stable-text {
  color: #5b47ff;
  font-size: 45px;
  line-height: 45px;
  font-family: 'ActaDisplay';
}

@media (max-width: 660px) {
  .company-why-now__prec {
    padding-top: 10px;
  }
  .CompanyAbout__WaveContent {
    margin-left: 80px;
  }
}


@media (min-width: 768px) {
  .company-lunu-about__stable .right-column {
    min-width: 450px;
  }
}


.CompanyWhyNow__Text {
  padding: 45px;
  font-size: 30px;
  line-height: 35px;
}
.CompanyWhyNow__Inverted {
  max-width: 100%;
  /*min-width: 470px;*/
}
.CompanyWhyNow__Presence {
  font-size: 30px;
  padding: 45px;
}
.CompanyWhyNow__Quad {
  /*min-width: 470px;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 900px) {
  .CompanyWhyNow__Row {
    width: 100% !important;
    margin: 0px;
  }
}
.TransparentText__CompanyWhyNow {
  font-size: 80px !important;
}
@media (max-width: 1440px) {
  .TransparentText__CompanyWhyNow {
    font-size: 5.5vw !important;
  }
}
@media (max-width: 970px) {
  .TransparentText__CompanyWhyNow {
    font-size: 70px!important;
  }
}

@media (max-width: 1440px) {
  .CompanyWhyNow__Text, .CompanyWhyNow__Presence {
    font-size: 2.1vw;
  }
}

@media (max-width: 970px) {
  .CompanyWhyNow__Text, .CompanyWhyNow__Presence {
    font-size: 30px;
  }
}

@media (max-width: 660px) {
  .CompanyWhyNow__Quad {
    min-width: 360px;
  }
  .CompanyWhyNow__Text {
    font-size: 26px;
  }
  .CompanyWhyNow__Inverted {
    min-width: 370px;
  }
  .CompanyWhyNow__Presence {
    padding-right: 10px;
    padding-left: 10px;
  }
  .CompanyWhyNow__Row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .TransparentText__CompanyWhyNow {
    font-size: 54px !important;
  }
}

@media (max-width: 500px) {
  .CompanyWhyNow__Presence {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .CompanyWhyNow__Row {
    margin-left: -15px;
  }
  .CompanyWhyNow__Inverted {
    min-width: 330px;
  }
  .CompanyWhyNow__Presence {
    padding-left: 10px;
  }
}
@media (max-width: 359px) {
  .TransparentText__CompanyWhyNow {
    font-size: 48px !important;
  }
}



.company_technology__actors {
  /*
  min-height: auto!important;
  padding-top: 130px;
  */
  padding-top: 55px;
  padding-bottom: 55px;
}

.company_technology__actors .left-column img {
  position: relative;
}

.company_technology__actors .left-column img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100px;
  height: 100px;
  background: red;
}

.company_technology__actors p {
  margin-bottom: 44px;
}
.company_technology__advans___header {
  font-family: ActaDisplay;
  color: #5B47FF;
  font-size: 45px;
  line-height: 50px;
}
.TransparentTextCompanyTechnology {
  font-size: 150px!important;
  line-height: 0.85;
}
.CompanyTechnology__BottomText {
  font-size: 23px;
}
.TransparentText__CompanyTechnology {
  line-height: 0.8;
}

@media (max-width: 1175px) {
  .company_technology__advans___header{
    font-size: 34px;
  }
}

@media (max-width: 992px) {
  .company_technology__advans___header {
    margin-bottom: 50px;
  }
  .company_technology__actors .left-column img:after {
    display: none;
  }
  .company_technology__actors .left-column img {
    max-width: 100%;
  }
  .company_technology__actors {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .CompanyTechnology__BottomText {
    font-size: 22px;
    margin: 30px 0px 40px;
  }
}
@media (max-width: 660px) {
  .CompanyTechnology__WaveContent {
    margin-left: 80px;
  }
  .TransparentText__CompanyTechnology {
    font-size: 116px!important;
  }
}

@media (max-width: 359px) {
  .TransparentText__CompanyTechnology {
    font-size: 80px!important;
  }
}



#\/company\/roadmap .container:after{
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background: black;
  width: 610px;
  top: 610px;
  left: -560px;
  z-index: 101;
}
#\/company\/roadmap .container:before{
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 2040px;
  left: -2000px;
  top: -200px;
  height: 979px;
  z-index: 100;
}
@media (max-width: 1175px) {
  .roadmap__round {
    top: -2380px;
  }
  #\/company\/roadmap .container:before {
    top: -170px;
  }
  #\/company\/roadmap .container:after {
    top: 610px;
  }
}
@media (max-width: 1150px) {
  .roadmap__round {
    top: -2342px
  }
  #\/company\/roadmap .container:after {
    top: 648px;
  }
}
@media (max-width: 992px) {
  #\/company\/roadmap .container:after, #\/company\/roadmap .container:before{
    display: none;
  }
}
@media (max-width: 900px) {
  .roadmap__round {
    display: none;
  }
}


.mp-closing-the-gap-screen {
  padding: 230px 0;
  background: white;
  display: flex;
  align-items: center;
}
.mp-closing-the-gap-screen .wave-text {
  font-size: 30px;
  color: #5b47ff;
}
@media (max-width: 992px) {
  .mp-closing-the-gap-screen {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
@media (max-width: 900px) {
  .ClosingTheGap__WaveContent {
    margin: 0px;
    display: inline-block;
  }
}
@media (max-width: 400px) {
  .ClosingTheGap__WaveContent {
    margin-left: 80px;
  }
  .ClosingTheGap__WaveContent .wave-text {
    left: -85px;
  }
}


.mp-people-screen {
  /*padding: 165px 0;*/
  display: flex;
  align-items: center;
}
.people-screen__img {
  margin-right: 30px;
}
.people-screen__item:last-of-type .people-screen__img {
  margin-right: 0;
  margin-left: 30px;
}
.people-screen__item:last-of-type {
  margin-bottom: 0;
}
.people-screen__item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .people-screen__item {
    margin-bottom: 60px;
  }
}
.people-screen__label {
  font-weight: 500;
  font-size: 11px;
}
.people-screen__text {
  margin-bottom: 16px;
  font-size: 23px;
  font-family: ActaDisplay;
}
@media (max-width: 400px) {
  .people-screen__text {
    font-size: 16px !important;
  }
}
@media (max-width: 500px) {
  .people-screen__text {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  .people-screen__item {
    flex-direction: column;
    text-align: center !important;
  }
  .people-screen__img {
    margin: 0 0 25px 0 !important;
    order: 1;
  }
  .people-screen__content {
    order: 2;
  }
}


.easy-item-back {
  position: absolute;
  z-index: 0;
  left: -5px;
}
.easy-item-front {
  position: relative;
  z-index: 0;
}
.ecosystem-screen {
  overflow: hidden;
  height: 100vh;
}
.echsystem-header.fixbot {
  top: auto !important;
  /*bottom: 0 !important;*/
  position: absolute !important;
}

.echsystem-header.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
}
@media (max-width: 992px) {
  .echsystem-header.fixed {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    max-height: 300px;
  }
}
.echsystem-header.fixbot {
  padding-left: 0px;
  padding-right: 0px;
}

.echsystem-header {
  padding-bottom: 50px;
  position: absolute;
}
.echsystem-content {
  padding-top: 50px;
}
.echsystem-content__block {
  position: absolute;
  left: 0;
  padding-top: 50vh;
}
.echsystem-content__block__inner{
  position: sticky;
  top: 315px
}
.echsystem-header h2 {
  margin-bottom: 20px;
}
.echsystem-numbers__palka{
  content: '';
  width: 45px;
  height: 1px;
  position: relative;
  left: 0;
  top: -10px;
  overflow: hidden;
}
.echsystem-content__rm{
  padding-bottom: 40px;
}
.echsystem-numbers__palka__inner{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: white;
  width: 100%!important;
}
.echsystem-numbers {
  font-weight: bold;
  padding-left: 60px;
}
.echsystem-content__block h3 {
  margin-bottom: 35px;
}
.echsystem-content__text {
  margin-bottom: 66px;
}
.echsystem-content__rm .rdm-button {
  color: #2ce889;
}
.ecosystem-image {
  height: 100vh;
}
.ecosystem-image.fixbot {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
}
/*
.ecosystem-image__inner {
  margin-top: 180px;
  height: calc(100% - 180px);
}
*/
.ecosystem-image__inner picture {
  position: absolute;
  transition: all .2s ease-in-out;
  max-width: calc(100% + 55px);
  margin-top: 9.5em;
}
.ecosystem-image__inner img {
  max-width: inherit;
  opacity: 0;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .ecosystem-image__inner picture {
    margin-top: 3em;
}
}}
@media (min-width: 992px) {
  .ecosystem-image__fix {
    transform: translateX(-50px);
  }
}
.echsystem__HeaderInner {
  background-color: #1d1d1d;
  padding-bottom: 15px;
  padding-top: 80px;
}
.ecosystem-image.fixed {
  position: fixed;
  top: 0;
}
.ecososimg{
  display: none;
}
.ecososimg img {
  max-width:100%;
  margin-bottom: 20px;
}
.ecososimg3 img, .ecososimg4 img{
  max-width: 60%!important;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 20px;
}
@media (min-width: 992px) {
  .echsystem__HeaderInner {
    padding-top: 160px;
  }
}
.echsystem-content__block:last-child {
  padding-bottom: 35vh;
}
@media (max-width: 1003px) {
  .ecososimg {
    display: block;
  }
  .echsystem-header {
    width: 100% !important;
  }
  .echsystem-content__block {
    padding-top: 0px;
    padding-bottom: 50px;
    width: 100% !important;
  }
  .echsystem-content__block:last-child {
    padding-bottom: 100px;
  }
  .echsystem__LeftFix {
    width: 100% !important;
  }
  .echsystem__HeaderInner>h2 {
    font-size: 35px;
    line-height: 1;
  }
  .echsystem__HeaderInner>h2>span{
    font-size: 24px;
    margin-top: 10px;
  }
  #\/ecosystem .right-column {
    display: none !important;
  }
}

.top-retailers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.top-retailers__item{
  width: 33%;
  margin-top: 7px;
  padding: 0 7px;
}

@media (max-width: 1440px) {
  .top-retailers__item{
    width: 50%;
  }
}

@media (max-width: 980px) {
  .top-retailers__item{
    width: 33%;
  }
}

@media (max-width: 780px) {
  .top-retailers__item{
    width: 50%;
  }
}

@media (max-width: 480px) {
  .top-retailers__item{
    width: 100%;
  }
}

.top-retailers__image{
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 5px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,.25);
}

.top-retailers__image img{
  width: 100%;
}


.TransparentText_HowItWorks {
  font-size: 175px!important;
  line-height: 0.8;
}
@media (max-width: 1440px) {
  .TransparentText_HowItWorks {
    font-size: 154px!important;
  }
}
@media (max-width: 1240px) {
  .TransparentText_HowItWorks {
    font-size: 134px!important;
  }
}
@media (max-width: 992px) {
  .TransparentText_HowItWorks {
    font-size: 113px!important;
  }
  #\/how-it-works {
    padding-top: 50px;
  }
}
@media (max-width: 359px) {
  .TransparentText_HowItWorks {
    font-size: 95px!important;
  }
}

@media(max-width: 992px) {
  payment-screen {
    padding: 0px 0 110px;
  }
}

@media (max-width: 400px) {
  .BrandInfo__WaveContent {
    margin-left: 45px;
  }
}
.brand-screen__text {
  margin-bottom: 30px;
}
.brand-screen h3 {
  margin-bottom: 30px;
}
.brand-screen {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.brand-screen__readmore .rdm-button {
  color: #2ce889;
}
@media (max-width: 992px) {
  .brand-screen {
    padding: 110px 0 70px;
  }
}



.ParnterBox {
  margin-top: 70px;
  margin-bottom: 180px;
}
.ParnterItem {
  margin-bottom: 60px;
}
.ParnterItem_Logo {
  width: 255px;
}
.ParnterItem_Text {
  flex: 1;
  font-style: italic;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Helvetica Now Text';
  color: #000;
}
.ParnterItem_LogoLink {
  display: block;
  transition-duration: 250ms;
  outline: none;
  text-decoration: none;
}
.ParnterItem_LogoLink:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .ParnterBox {
    margin-bottom: 0px;
  }
}
@media (max-width: 660px) {
  .ParnterItem {
    display: block !important;
  }
  .ParnterItem_Text {
    margin-top: 25px;
  }
}


.Products__Quad {
  margin: auto;
}
.products-welcome-screen {
  z-index: 2;
}

@media (max-width: 1440px) {
  .Products__Text {
    font-size: 2.1vw !important;
  }
}

@media (max-width: 970px) {
  .Products__Text {
    font-size: 30px !important;
  }
}

@media (max-width: 460px) {
  .Products__Text {
    font-size: 21px !important;
  }
  .Products__Quad {
    min-width: 320px;
  }
}
.products-lunu-terminal__top .left-column {
  z-index: 2;
}
.products-lunu-terminal__bottom .percents__item {
  display: flex;
  align-items: center;
}
.products-lunu-terminal__bottom .percents__item span:last-of-type {
  font-size: 30px;
  font-weight: bold;
}
.products-lunu-terminal__bottom .percents__item span:first-of-type {
  display: block;
  width: 235px;
  font-size: 30px;
}
.products-lunu-terminal__bottom .percents {
  margin-bottom: 45px;
}
.products-lunu-terminal__bottom {
  background-image: url(../img/backgrounds/term0nbg.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;

  background-size: cover;

  /*background: url(../img/backgrounds/term0nbg.jpg) no-repeat center bottom;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/

  display: flex;
  align-items: center;
  padding: 100px 0px;
}

@supports (background-image: -webkit-image-set(url(../img/backgrounds/term0nbg.webp) 1x)) {
  .products-lunu-terminal__bottom {
    background-image: -webkit-image-set(url(../img/backgrounds/term0nbg.webp) 1x);
  }
}


.products-lunu-terminal__bottom .wave-text {
  background: transparent;
}
.products-lunu-terminal__bottom .wave-text {
  width: 300px;
  left: -110px;
}
.products-lunu-terminal .left-column:last-of-type {
  margin-bottom: 0;
}
.products-lunu-terminal .left-column p {
  margin-bottom: 33px;
}
.products-lunu-terminal h2 {
  margin-bottom: 25px;
}
.products-lunu-terminal__button {
  margin-top: 55px;
}
.products-lunu-terminal__top h2 {
  top: 155px;
}

@media (max-width: 660px) {
  .products-lunu-terminal__bottom {
    background-position: center !important;
  }
}
@media (max-width: 460px) {
  .ProductsLunuTerminal__WaveContent {
    margin-left: 85px;
  }
  .products-lunu-terminal__bottom .wave-text {
    left: -85px;
  }
}
.products-how-it-works {
  padding: 100px 0px;
}
.products-screen {
  padding: 100px 0px;
}
@media (max-width: 460px) {
  .ProductsHowItWorks__WaveContent {
    margin-left: 80px;
  }
  .ProductsHowItWorks__WaveContent .wave-text {
    left: -80px;
  }
}

.InstagramLink {
  transition-duration: 250ms;
  display: block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}
.InstagramLink:hover {
  opacity: 1;
}

.thanks__logo {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 60px;
  display: block;
  margin-left: -60px;
}
.thanks__logo img {
  display: block;
  width: 120px;
}

.error404page {
  color: black;
  background: url(../img/forms/error404.svg) no-repeat center center, white;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error404page__title {
  font-size: 60px;
}
.error404page__logo {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 60px;
  display: block;
  margin-left: -60px;
}
.error404page__logo img {
  display: block;
  width: 120px;
}

.docs_pv {
  padding: 70px 0px !important;
  overflow-x: hidden;
}

.docs_nav ul {
  padding-left: 30px;
}
.docs_nav li {
  display: block;
  padding-top: 5px;
}
.docs_inner h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.docs_inner h3 {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 15px;
}
.docs_inner ul {
  margin-bottom: 15px;
}
.fw4 {
  font-weight: 400;
}
.cfx {
  position: static;
}
.FAQ__Title>h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  color: #5b47ff;
  line-height: 0.8;
}
.FAQ__Breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #000;
  line-height: 1;
}
.FAQ__Breadcrumbs>a {
  color: #5b47ff;
  outline: none;
  text-decoration: none;
}
.FAQ__ItemTitle>h1, .FAQ__ItemTitle>h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  color: #000;
  line-height: 1;
}
.FAQ__ItemLink {
  font-size: 16px;
  font-weight: 300;
  color: #5b47ff;
}
.FAQ__ItemLink:hover {
  color: #3b27df;
}
.FAQ__Bottom {
  font-weight: 500;
}
.FAQ__Bottom, .FAQ__Bottom:hover {
  color:  #5b47ff;
}
.FAQ__SearchedItemTitle {
  font-size: 16px;
  font-weight: 300;
  color: #5b47ff;
}
.FAQ__SearchedItemTitle:hover {
  color: #3b27df;
}
.FAQ__SearchedItemDescription {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}



.InThePress__section {
  display: flex;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 160px;
  min-height: auto;
}
.InThePress__Title>*{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.InThePress__Image {
  margin: auto;
  max-width: 140px;
  image-rendering: -webkit-optimize-contrast;
}

@media(max-width: 992px) {
  .InThePress__section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.InThePress__ImageBox {
  outline: none;
  text-decoration: none;
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  transition-duration: 0.25s;
}
.InThePress__ImageBox:hover {
  opacity: 0.7;
}
.InThePress__ImageBox.disabled:hover {
  cursor: default;
  opacity: 1;
}


.LunuSelect__Container {
  position: relative;
}
.LunuSelect__Overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.LunuSelect__Input {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.LunuSelect__Container.open .LunuSelect__Overlay {
  display: block;
}
.LunuSelect__Box {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition-duration: .25s;
  background: #E8E8E8;
  border: solid 1px #CCC;
  font-size: 12px;
  font-weight: 400;
}
.LunuSelect__Container.open .LunuSelect__Box {
  display: block;
}
.LunuSelect__Option {
  cursor: pointer;
  color: #222;
  padding: 4px 0 4px 26px;
}
.LunuSelect__Option.active {
  background: #CCC;
}
.LunuSelect__Option:hover {
  background: #222;
  color: #FFF;
}

.blog__article_image_section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog__image_description {
  margin-top: 5px;
  font-weight: 300;
  font-style: italic;
}


.lunu__share {
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lunu__share>*{
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.lunu__share>*>*{
  background-color: #000;
  overflow: hidden;
  border-radius: 3px;
  transition-duration: .25s;
  cursor: pointer;
}
.lunu__share>*>*:hover{
  opacity: 0.7;
}
.lunu__share>*>*>*{
  display: block;
  outline: none;
  height: 30px;
  width: 30px;
  background-size: 30px 30px;

}
#lunu__share__facebook {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#lunu__share__twitter {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#lunu__share__linkedin {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}



.blog__article_p__text h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.blog__article_p__text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.blog__article_p__text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.blog__article_video {
  width: 100%;
  display: block;
  outline: none;
}
@media(max-width: 768px) {
  .blog__article_video {
    margin-bottom: 35px;
  }
}
.blog__article_video_section {
  margin-top: 30px;
  margin-bottom: 35px;
}
.blog__article_video_section h2 {
  margin-top: 0;
}
.blog__article_gallery {
  overflow: hidden;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 35px;
}
.blog__article_gallery>* {
  width: 10%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
@media(max-width: 768px) {
  .blog__article_gallery>* {
    width: 16.6666666%;
  }
}
.blog__article_gallery>*>* {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.blog__article_gallery img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
}
@media (pointer: fine) and (hover: hover) {
  .blog__article_gallery img {
    cursor: pointer;
  }
}

.optimize {
  image-rendering: -webkit-optimize-contrast;
}

.Wallets__SaveUpOuter {
  background: url(../img/forms/round-lila.svg) no-repeat calc(50% - 461px) 244px, black;
}
@media (max-width: 768px) {
  .Wallets__SaveUpOuter {
    background: url(../img/forms/round-lila.svg) no-repeat calc(50% - 230px) 244px, black;
  }
}
.Wallets__SaveUpOuter {
  background-attachment: fixed;
  background-size: 390px;
}
.Wallets__SaveUp {
  background: #FFF;
  mix-blend-mode: screen;
}

@media (max-width: 1120px) {
  .trusted-by-top-mobile {
    margin-left: 0 !important;
  }
  .trusted-by-top-container {
    display: block;
  }
}

.giveaway{
  min-height: 100vh;
  height: 100%;
  display: flex;
}

.giveaway__block{
  width: 50%;
  min-height: 100%;
}

.giveaway__block--left{
  padding-top: 67px;
  padding-left: 82px;
  padding-right: 111px;

  color: #FFF;

  background: url(../img/backgrounds/giveaway-bg.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway__logo-wrapper{
  margin-bottom: 110px;
}

.giveaway__title{
  margin-bottom: 26px;

  font-size: 62px;
  font-weight: 700;
  line-height: 91px;
}

.giveaway__subtitle{
  font-size: 28px;
  font-weight: 400;
  line-height: 41px;

}

.giveaway__block--right{
  padding-top: 153px;
  padding-right: 60px;
  padding-left: 37px;
}

.giveaway__form-desc{
  margin-bottom: 25px;

  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  text-align: left;
}

.giveaway__form-desc:first-child{
  display: flex;
  flex-wrap: wrap;

  margin-top: -25px;
}

.giveaway__form-desc:first-child > b {
  margin-right: 25px;
  margin-top: 25px;
}

.giveaway__form-socials{
  display: flex;
  margin: 25px -12.5px 0;
}

.giveaway__form-social{
  display: flex;
  padding: 0 12.5px;
}

.giveaway__form-social-text{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  text-decoration: underline;
}

.giveaway__form-social:hover{
  color: #000;
}

.giveaway__form-social-text:hover{
  color: #000;
}

.giveaway__form-social > span{
  margin-left: 5px;
}

.giveaway__form-social > svg{
  display: block;
}

.giveaway--nft-paris .giveaway__block--left{
  background: url(../img/backgrounds/nft-paris-bg-x2.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway--paris-bc-week .giveaway__block--left{
  background: url(../img/backgrounds/paris-bc-week.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway--paris-bc-week .giveaway__block--left{
  background: url(../img/backgrounds/paris-bc-week.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway--amnesia .giveaway__block--left{
  background: url(../img/backgrounds/giveaway-amnesia.jpg) center center no-repeat;
  background-size: cover;
}
.giveaway--barron .giveaway__block--left{
  background: url(../img/backgrounds/giveaway-barron.jpg) center center no-repeat;
  background-size: cover;
}
.giveaway--viva .giveaway__block--left{
  background: url(../img/backgrounds/giveaway-viva.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  .giveaway {
    display: block;
  }
  .giveaway__block{
    width: 100%;
  }
  .giveaway__block--left, .giveaway__block--right{
    height: auto;
    padding: 15px 25px 25px;
  }
  .giveaway__logo{
    margin-bottom: 26px;
  }

  .giveaway__block--right{
    padding-top: 25px;
  }
}

@media (max-width: 650px) {
  .giveaway__form-social{
    width: 100%;
  }
}

.giveaway-logos{
  display: flex;
  align-items: center;
}

.giveaway-logos svg, .giveaway-logos img{
  display: block;
}

.giveaway-logos__item{
  width: fit-content;
}

.giveaway-logos__item--nft-paris{
  width: 99px;
}
.giveaway-logos__item--nft-paris > img{
  width: inherit;
}

.giveaway-logos__cross{
  margin: 0 29px;
}

.giveaway-results{
  min-width: 100vw;
  min-height: 100vh;

  padding: 85px 82px 87px;
}

.giveaway-results--nft-paris{
  background: url(../img/backgrounds/nft-paris-bg-x2.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway-results--paris-bc-week{
  background: url(../img/backgrounds/paris-bc-week.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway-results--amnesia{
  background: url(../img/backgrounds/giveaway-amnesia.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway-results--barron{
  background: url(../img/backgrounds/giveaway-barron.jpg) center center no-repeat;
  background-size: cover;
}
.giveaway-results--viva{
  background: url(../img/backgrounds/giveaway-viva.jpg) center center no-repeat;
  background-size: cover;
}

.giveaway-results__header{
  display: block;
}

.giveaway-results__title{
  margin: 78px auto;
  font-size: 28px;
  line-height: 41px;
  color: #FFF;
  text-align: center;
}

.giveaway-results__table{
  max-width: 1280px;
  width: fit-content;
  margin: 30px auto 0;
}

.giveaway-results__table--single{
  max-width: 256px !important;
  width: 100%;
}

.giveaway-results__table-header{
  background: #FFF;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.giveaway-results__table-header > br {
  display: none;
}

.giveaway-results__table-body{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.giveaway-results__table-item{
  width: 256px;
  min-height: 61px;

  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/

  padding: 10px;

  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  text-align: center;

  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #FFF;

  word-break: break-word;
}

.giveaway-results__table-nickname{
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  text-align: center;

  word-break: break-word;
}

.giveaway-results__table-code{
  margin-top: 5px;

  font-size: 12px;
  line-height: 1.35;
  color: #b5b5b5;
  text-align: center;

  word-break: break-word;
}

.giveaway-results__table--single .giveaway-results__table-item{
  width: 100%;
}

/*.giveaway-results__table-item:last-child{*/
/*  border-right-width: 1px;*/
/*}*/

.giveaway-results--nft-paris .giveaway-results__header-blank{
  width: 244px;
}

@media (max-width: 920px) {
  .giveaway-results__header > div, .giveaway-results__title{
    width: fit-content;
    margin: 0 auto 20px;
  }
}

@media (max-width: 1440px) {
  .giveaway-results__table {
    max-width: 1024px;
  }
}
@media (max-width: 1180px) {
  .giveaway-results{
    padding: 40px;
  }
  .giveaway-results__table {
    max-width: 768px;
  }
}
@media (max-width: 940px) {
  .giveaway-results{
    padding: 20px;
  }
  .giveaway-results__table {
    max-width: 512px;
  }
}
@media (max-width: 560px) {
  .giveaway-results{
    padding: 20px 10px;
  }
  .giveaway-results__table {
    max-width: 256px;
  }
  .giveaway-results__table-header > br {
    display: block;
  }
}

