/* spartan-300 - latin-ext_latin */
@font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/spartan/spartan-v3-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/spartan/spartan-v3-latin-ext_latin-300-1.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-300.svg') format('svg'); /* Legacy iOS */
}  
  /* spartan-regular - latin-ext_latin */
@font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/spartan/spartan-v3-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/spartan/spartan-v3-latin-ext_latin-regular-1.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-r.sign-up-sectionegular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-regular.svg') format('svg'); /* Legacy iOS */
}
  /* spartan-500 - latin-ext_latin */
@font-face {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/spartan/spartan-v3-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/spartan/spartan-v3-latin-ext_latin-500-1.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/spartan/spartan-v3-latin-ext_latin-500.svg') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin-ext_latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/spartan/poppins-v15-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/poppins/poppins-v15-latin-ext_latin-300.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins/poppins-v15-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins/poppins-v15-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins/poppins-v15-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins/poppins-v15-latin-ext_latin-300.svg') format('svg'); /* Legacy iOS */
}
html {
  height: 100vh;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  background-color: #1A344E;
}
section {
  position: relative;
  overflow: visible;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

/*Preloader start*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #141e30;
  z-index: 100000000001;
}
.spinner {
  border: 2px solid #78767C; /*#eee*/
  font-size: 40px;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top-color: #FFD4A0;
  position: absolute;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded_hiding .preloader {
  transition: 0.6s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*Preloader end*/
[data-scroll] {
  transition: all 1.5s ease;
}
[data-scroll="in"]{
  opacity: 1;
  transform: translateY(0);
}
[data-scroll="out"]{
  opacity: 0;
  transform: translateY(80px);
}
.button-link__explore-more[data-scroll="in"]{
  transition-delay: 0.4s;
  /*transition-duration: 1.4s;*/
}
.device-card[data-scroll="in"]{
  transition-delay: 0.2s;
  /*transition-duration: 1.6s;*/
}
.button-link__register[data-scroll="in"]{
  transition-delay: 0.2s;
  /*transition-duration: 1.2s;*/
}
.solution-section__headline[data-scroll="in"]{
  transition-delay: 0.4s;
  /*transition-duration: 1.4s;*/
}


/*******************************************New page index.html start************************************************/

.widget-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 46px;
  z-index: 10;
  background-color: rgb(36 58 84 / 45%);
  pointer-events: none;
}
.container {
  position: relative;
}
.main-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  position: fixed;
  padding: 0 60px;
  z-index: 100;
  transition: 0.3s;
}
.main-header__wrap{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body-blocked{
  overflow: hidden;
}
.logo-block {
  height: 61px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo {
  height: 54px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-list__item-arrow {
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 2.5px 7px;
}
.nav-list__item {
  position: relative;
  margin-left: 80px;
}
.nav-list__item:first-child {
  margin-left: 0;
}
.nav-list__link{
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.change-way {
  transform: rotate(180deg) !important;
}
.change-color.nav-list__link {
  color: #fdc730;
}
.nav-list__link:hover{
  color: #fdc730;
}
.arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: -28px;
  background-color: #3b5470;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: .3s;
}
.arrow-wrap img {
  height: 90%;
}
.stickytop{
  height: 70px;
  background-color: rgb(29 47 70);
}
.stickytop .logo-block{
  height: 40px;
}
.stickytop .logo{
  height: 40px;
}
.stickytop .main-header__wrap {
}
.stickytop .nav-list__link{
  font-size: 15px;
}
.stickytop .arrow-wrap {
  top: 1px;
  right: -24px;
  width: 16px;
  height: 16px;
}
/* .stickytop .dropdown-content {
  top: 260%;
} */
.main-nav {
  margin-right: 110px;
}
.dropdown-content {
  width: auto;
  height: auto;
  position: absolute;
  display: none;
  top: 170%;
  left: -30px;
  z-index: 1;
  background-color: #1c283b;
  padding: 20px 60px 20px 30px;
  border-radius: 20px;
  border: 1px solid #fff3;
}
.dropdown-content:before {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-color: #1c283b;
  border-left: 1px solid #fff3;
  border-top: 1px solid #fff3;
  transform: rotate(45deg);
  content: "";
  border-radius: 6px 0 0 0;
  pointer-events: none;
}
.dropdown-content__list-item{
  margin-bottom: 10px;
}
.dropdown-content__list-item:last-child {
  margin-bottom: 0;
}
.dropdown-content__link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #859ab2;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-content__link:hover {
  color: #fdc730;
}
.verification-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hidden-verification-block{
  flex-direction: column-reverse;
  margin-right: 0;
  height: 83px;
}
.dropdown-list__item {
  margin-bottom: 110px;
}
.button-link{
  position: relative;
  display: flex;
  width: fit-content;
  height: 65px;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 21px;
  background-color: #1a344e;
  border: 3px solid #fdc730;
  border-radius: 3px;
  padding: 0 40px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.lang-btn{
    -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.lang-btn:hover{
  margin-bottom:10px;
}
.lang-btn img{
      margin: 5px 5px -6px 15px;
}
.button-link span{
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.button-link:before{
  position: absolute;
  width: 120%;
  height: 120%;
  background: #fdc730;
  background: -webkit-linear-gradient(to right, #FDC830 #F37335);
  background: linear-gradient(to right, #FDC830, #F37335);
  opacity: 0;
  content: "";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button-link:hover{
  opacity: 1;
  background: #fdc730;
  color: #000;
  transform: translateY(-5px);
  box-shadow: rgb(255 189 25 / 30%) 0px 20px 15px -9px;
}
.button-link:hover:before{
  opacity: 1;
}
.button-link__log-in {
  font-size: 16px;
  height: 50px;
  margin-right: 30px;
  padding: 0 40px;
  cursor: pointer;
  background-color: #1a344e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link__log-in:before {
  display: none;
}
.button-link__log-in:hover{
  color: #fdc730;
  transform: translateY(-5px);
  box-shadow: rgb(255 189 25 / 30%) 0px 20px 15px -9px;
}
.button-link__log-in:hover, .hidden-button-link__log-in:hover {
  background-color: transparent;
  color: #fdc730;
}
.button-link__new-account{
  font-size: 16px;
  height: 50px;
  background: #fdc730;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FDC830 #F37335);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FDC830, #F37335); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 3px solid #fdc730;
  font-weight: 700;
  color: #585c60;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link__new-account:before{
  display: none;
}
.button-link__new-account:hover{
  color: #1f2429;
  background: #fdc730;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FDC830 #F37335);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FDC830, #F37335); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: translateY(-5px);
  box-shadow: rgb(255 189 25 / 30%) 0px 20px 15px -9px;
}
.stickytop .button-link__new-account {
  font-size: 15px;
  padding: 0 30px;
}
.stickytop .button-link__log-in {
  font-size: 15px;
  padding: 0 30px;
}
.hidden-button-link__new-account {
  font-size: 16px;
  height: 55px;
  color: #585c60;
  background-color: #fdc730;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.burger-ball {
  position: absolute;
  bottom: 0;
  left: 49%;
  z-index: -1;
}
.burger-menu {
  display: none;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 7px;
  z-index: 100;
}
.burger-menu__line {
  width: 100%;
  height: 2px;
  background-color: #fdc730;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.bottom-line {
  width: 15px;
}
.change .top-line {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  -moz-transform: rotate(-45deg) translate(-6px, 5px);
  -ms-transform: rotate(-45deg) translate(-6px, 5px);
  -o-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}
.change .middle-line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  opacity: 0;
}
.change .bottom-line {
  width: 100%;
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  -moz-transform: rotate(45deg) translate(-6px, -6px);
  -ms-transform: rotate(45deg) translate(-6px, -6px);
  -o-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
.hidden-nav__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #141E30;
  z-index: 9;
  padding: 21px 17px 36px;
  display: none;
}
.hidden-nav__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hidden-nav__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 100px;
  overflow: auto;
}
.burger-arrow{
  top: 25px;
  right: -53px;
  margin-left: 13px;
  height: 18px;
  position: absolute;
}
.hidden__dropdown-list{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.dropdown-list__item-link{
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 51px;
  color: #FFFFFF;
  text-align: left;
}
.dropdown-list__item-link:before{
  position: absolute;
  top: 9px;
  right: -67px;
  width: 50px;
  height: 50px;
  background-color: #1a344e;
  border-radius: 50%;
  z-index: -1;
  content: "";
}
.hidden-dropdown-content{
  width: 100vw;
  height: 100vh;
  z-index: 10;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 87px;
  background-color: #101a29;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  overflow: auto;
  overflow-x: hidden;
}
.hidden-dropdown-content:before{
  display: none;
}
.burger-return-arrow {
  position: absolute;
  top: 31px;
  left: 30px;
  height: 26px;
  cursor: pointer;
}
.hidden-content__block{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.hidden-headline{
  font-size: 24px;
  line-height: 1.2;
  color: #859ab2;
  text-transform: uppercase;
  margin-bottom: 100px;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.hidden__link-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.hidden__link-container a {
  margin-bottom: 30px;
}
.hidden-button-link__log-in{
  font-size: 16px;
  height: 55px;
  margin-right: 30px;
  white-space: nowrap;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-content {
  overflow: hidden;
}
.home-section {
  height:100vh;
  background: linear-gradient(to right, #243B55, #141E30);
}
.home-section .container {
  position: relative;
}
.background-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}
.fs-bg-chart {
  position: absolute;
  bottom: 10px;
  width: 61%;
  right: 5%;
}
.fs-bg-rotate-wave {
  position: absolute;
  width: 50%;
  height: auto;
  left: -25%;
  top: -25%;
  animation: rotate 150s linear infinite;
  -webkit-animation: rotate 150s linear infinite;
}
.pres-bg-rotate-wave {
  position: absolute;
  width: 50%;
  height: auto;
  right: -25%;
  top: -25%;
  animation: rotate 150s linear infinite;
  -webkit-animation: rotate 150s linear infinite;
}
.platform-bg-rotate-wave {
  position: absolute;
  width: 40%;
  height: auto;
  left: -15%;
  top: -25%;
  animation: rotate 150s linear infinite;
  -webkit-animation: rotate 150s linear infinite;
}
@-webkit-keyframes rotate {
	0% 	{ 
    transform: rotate(0deg);
  	-webkit-transform:rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  	-webkit-transform:rotate(360deg);
  }
}
@-moz-keyframes rotate {
	0% 	{ 
    transform: rotate(0deg);
  	-webkit-transform:rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  	-webkit-transform:rotate(360deg);
  }
}
@keyframes rotate {
	0% 	{ 
    transform: rotate(0deg);
  	-webkit-transform:rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  	-webkit-transform:rotate(360deg);
  }
}



.fs-bottom-wave {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 220px;
}


.home-section__background-ball {
  position: absolute;
  top: -149px;
  right: -215px;
}
.home-section__background-ball-size-xs {
  width: 205px;
  height: 205px;
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
}
.home-section__graph{
  position: absolute;
  top: 36%;
  left: 45%;
}
.home-section__left-graph{
  position: absolute;
  top: 239px;
  right: 45px;
}
.home-section__background-ellipse{
  position: absolute;
  left: -350px;
  top: -90px;
  z-index: -1;
}
.home-section__strings{
  position: absolute;
  top: -206px;
  left: -182px;
  opacity: 0.1;
}
.home-section__container {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-block {
  position: relative;
}
.headline {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  color: #859ab2;
  margin-bottom: 15px;
}
.home-block__headline {
  font-size: 65px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 800;
}
.page-text{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 400;
}
.highlite-text{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 30px;
}
.home-block__text {
  font-size: 18px;
  line-height: 27px;
  color: #DFDFDF;
  margin-bottom: 39px;
}
.first-screen-img-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-screen-img-wrap img {
  width: 90%;
}
.scrolldown-text{
  position: relative;
  top: -2px;
  display: block;
  bottom: 108%;
  height: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolldown-block {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolldown-box{
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolldown-box:hover .scrolldown-text {
  letter-spacing: 1px;
  color:#fdc730;
}
.scrolldown-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  background: #fdc730;
  background: -webkit-linear-gradient(to right, #FDC830 #F37335);
  background: linear-gradient(to right, #FDC830, #F37335);
  border: 2px solid #fdc730;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolldown-box:hover .scrolldown-line{
  box-shadow: rgb(255 189 25 / 50%) 12px 0px 14px -5px;
}
.down-arrow path {
  fill: #000;
}
.scrolldown-line svg {
  width: 100%;
  height: 100%;
}
.down-arrow {
  -webkit-animation: arrow-anim-down 2s infinite;
  animation: arrow-anim-down 2s infinite;
}
.button-scroll-down {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 70px;
  width: auto;
  height: auto;
}

@-webkit-keyframes arrow-anim-down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-down {
  0% {
    transform: translate(0, -5px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.return-button{
  position: fixed;
  bottom: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.return-button .scrolldown-line {
  background-color: #172337;
  background: #172337;
}
.up-arrow {
  -webkit-animation: arrow-anim-up 2s infinite;
  animation: arrow-anim-up 2s infinite;
}

@-webkit-keyframes arrow-anim-up {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-up {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.show-button {
  opacity: 1;
  visibility: visible;
}
.home-section__image-container {
  position: relative;
}
.phone-in-hand {
  position: relative;
  top: 101px;
}
.advantage-section {
  padding: 130px 0 250px;
  background-color: #141E30;
}
.advantage-section__backround-image {
  width: 100%;
  position: absolute;
  top: 150px;
  left: 0;
}
.advantage-section__headline {
  margin-bottom: 81px;
}
.abvantage-block {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.advantage-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  border: 2px solid #fdc730;
  background: linear-gradient(to bottom, #243B55, #141E30);
  box-shadow: rgb(255 189 25 / 9%) 0px 30px 40px;
  border-radius: 22px;
  padding: 55px 25px 35px 25px;
}
.advantage-wrap:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
}
.advantage-wrap div {
  position: relative;
}
.advantage-wrap__top-box {
  display: block;
  margin-bottom: 10px;
}
.advantage-wrap__headline {
  font-size: 18px;
  line-height: 1.3;
  color: #859ab2;
}
.high-headline{
  align-self: center;
}
.advantage-wrap__text {
  padding-right: 15px;
}
.advantages-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #141e30;
  border-radius: 50%;
  padding: 10px;
  z-index: 1;
}
.pres-bg-chart {
  position: absolute;
  left: 50%;
  top: -35%;
  width: 70%;
  transform: translateX(-50%);
  opacity: 0.3;
  pointer-events: none;
}
.presentation-section {
  padding-top: 25px;
  padding-bottom: 317px;
  background-color: #141E30;
}
.presentation-section__wave-ball{
  top: -105px;
  position: absolute;
  right: -52px;
}
.presentation-section__strings{
  position: absolute;
  bottom: 43px;
  width: 100%;
  opacity: 0.05;
}
.presentation-section__graph{
  position: absolute;
  bottom: 120px;
  right: 40px;
}
.presentation-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.pesentation-wrap__headline {
  text-align: left;
}
.presentation-wrap__text {
  font-size: 18px;
  margin-bottom: 45px;
}
.presentation-wrap__text br{
  display: none;
}
.solution-section {
  padding-top: 60px;
  padding-bottom: 269px;
  background-color: #141e30;
}
.solution-new-block{
  height: 1000px;
  position: relative;
}
.solution-section__background-image{
  position: absolute;
  top: 35%;
  width: auto;
  height: 620px;
  left: 50%;
  transform: translateX(-50%);
}
.solution-circle-bg {
  position: absolute;
  left: 50%;
  top: 270px;
  transform: translateX(-50%);
}
.solution-section__headline {
  margin-bottom: 120px;
}
.solution-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.step-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.steps-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #141e30;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 55px;
  z-index: 1;
}
.solution-icon-line {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #fdc730;
}

.solution-icon-line:before {
  position: absolute;
  top: 76%;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #26364a;
  border: 1.5px solid #fbc530;
  border-radius: 50%;
  content: "";
}
.solution-icon-line:after {
  position: absolute;
  top: 89%;
  left: -3px;
  width: 7px;
  height: 7px;
  background-color: #fbc530;
  border-radius: 50%;
  content: "";
}
.solution-block{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.solution-block__headline-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.solution-block__headline {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  color: #859ab2;
  margin-bottom: 10px;
}
.solution-block__image {
  width: 25px;
  height: 25px;
  margin: 25px 0 19px;
}
.content-block {
  width: 300px;
  height: 100%;
  position: relative;
  border: 2px solid #fdc730;
  background: linear-gradient(to bottom, #243B55, #141E30);
  box-shadow: rgb(255 189 25 / 9%) 0px 30px 40px;
  border-radius: 22px;
  padding: 35px 25px 35px 25px;
}
.content-block:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
}
.solution-wrap__left-block{
  top: 32px;
}
.solution-wrap__middle-block{
}
.solution-wrap__right-block{
  top: 32px;
}
.solution-text {
  position: relative;
  font-size: 14px;
  z-index: 2;
}
.market-section {
  padding-bottom: 287px;
  background-color: #141e30;
}
.headline-block__text-container{
  margin-bottom: 75px;
}
.text-container__headline {
  text-align: left;
  margin-bottom: 31px;
}
.market-section h2.text-container__headline {
  text-align: center;
}
.tradingview-widget-copyright {
  display: none;
}
.widget-card {
  display: block;
  background: linear-gradient(to bottom, #243B55, #141E30);
  border: 2px solid #fdc730;
  box-sizing: border-box;
  box-shadow: rgb(255 189 25 / 9%) 0px 20px 20px;
  border-radius: 22px;
  border-radius: 22px;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  opacity: 1;
  pointer-events: none;
}
.widget-card:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
  opacity: 0.3;
}
.widget-card__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.platform-descr-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.platform-section {
  padding-bottom: 159px;
  background-color: #141e30;
}
.platform-section__wave-ball{
  position: absolute;
  z-index: -1;
  top: 240px;
}
.platform-section__wave-ball-size-s{
  position: absolute;
  top: 50px;
  right: 52px;
  width: 296px;
  height: 296px;
  z-index: -1;
}
.platform-section__headline{
  text-align: left;
}
.platform-benefits-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  border: 2px solid #fdc730;
  background: linear-gradient(to bottom, #243B55, #141E30);
  box-shadow: rgb(255 189 25 / 9%) 0px 30px 40px;
  border-radius: 22px;
  padding: 35px 25px 35px 65px;
}
.platform-benefits-wrap:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
}
.platform-benefits-wrap ul {
  position: relative;
  padding-left: 0;
}
.platform-benefits-wrap ul li {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 8px;
}
.platform-benefits-wrap ul li:before {
  position: absolute;
  top: 4px;
  left: -26px;
  width: 15px;
  height: 15px;
  background-color: #26364a;
  border: 1.5px solid #fbc530;
  border-radius: 50%;
  content: "";
}
.platform-benefits-wrap ul li:after {
  position: absolute;
  top: 8px;
  left: -22px;
  width: 7px;
  height: 7px;
  background-color: #fbc530;
  border-radius: 50%;
  content: "";
}
.button-link__download {
  background: rgba(33, 38, 43, 0.9);
  border: 1px solid #D5B38A;
  box-shadow: 0px 30px 50px #21262B;
  border-radius: 2px;
  width: 100%;
  height: 37px;
}
.platform-wrap {
  margin-bottom: 100px;
}
.device-wrap {
  position: relative;
  border: 2px solid #fdc730;
  background: linear-gradient(to bottom, #243B55, #141E30);
  box-shadow: rgb(255 189 25 / 9%) 0px 30px 40px;
  border-radius: 22px;
  width: 100%;
  height: auto;
}
.device-wrap:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
}
.device-card {
  position: relative;
  padding: 55px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.platform-img-wrap {
  width: 80px;
  height: 80px;
  background-color: #141e30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.device-section {
  padding-top: 150px;
  padding-bottom: 137px;
  background-color: #141e30;
}
.device-section__background-image{
  width: auto;
  height: auto;
  position: absolute;
  top: 150px;
  opacity: 0.5;
  min-height: 550px;
  min-width: 100%;
}
.device-section__headline{
  margin-bottom: 119px;
}
.device-section__headline br{
  display: none;
}
.center-device-wrap {
  position: relative;
  top: 40px;
}
.device-circle-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 370px;
}
.device-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.device-card:hover {
  transform: scale(1.2);
}
.device-card__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.device-card__name { 
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  color: #FFFFFF;
}
.button-link__register {
  display: flex;
  margin: 96px auto 0;
  position: relative;
  z-index: 1;
}
.main-footer__navigation {
  width: 100%;
  background-color: #172337;
  padding-top: 30px;
  padding-bottom: 13px;
}
.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  width: 100%;
  margin-right: 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #fdc83038;
  padding-bottom: 30px;
}
.footer-headline{
  font-size: 23px;
  line-height: 22px;
  color: #859ab2;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.footer-contacts__link-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.link-block__item {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  margin-left: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link-block__item:hover {
  color: #fdc730;
}
.link-block__item img {
  position: absolute;
  top: 1px;
  left: -43px;
  width: 30px;
  height: auto;
}
.phone-item{
  pointer-events: none;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.footer-nav-block__headline {
  margin-bottom: 18px;
}
.footer-nav-block__list-item {
  margin-bottom: 9px;
}
.footer-nav-block__list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-block__link {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav-block__link:hover {
  color: #fdc730;
  transform: translateX(10px);
}
.payments-security__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.payments-block {
  width: 84px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.security-block {
  width: 289px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-footer__info {
  width: 100%;
  background-color: #0c131e;
  padding-top: 39px;
  padding-bottom: 75px;
}
.text-info {
  color: #859ab2bf;
  margin-bottom: 8px;
  font-size: 10px;
}
/*******************************************New page index.html end**************************************************/
/*******************************************New page article.html start**********************************************/
.article-content {
  overflow: hidden;
}
.article-content .platform-bg-rotate-wave {
  left: auto;
  right: -15%;
}
.article-section {
  padding-top: 144px;
  padding-bottom: 100px;
  background-color: #141e30;
}  
.article-section .fs-bg-chart  {
  position: absolute;
  bottom: auto;
  top: 140px;
  width: 60%;
  right: 5%;
  opacity: 0.4;
}
.article-section__background-ball {
  position: absolute;
  top: -22px;
  right: -215px;
}
.article-section__graph {
  position: absolute;
  top: 351px;
  right: 0;
}
.article-section__background-ball-size-xs{
  width: 205px;
  height: 205px;
  position: absolute;
  top: 430px;
  left: -40px;
}
.link-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
  margin-right: 22px;
}
.article-link {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #859ab2;
  position: relative;
  margin-right: 35px;
}
.breadcrumps-arrow::after{
  content: url(../img/article-page/breadcrumps-arrow.svg);
  position: absolute;
  display: block;
  top: 1px;
  right: -25px;
  width: 14px;
}
.article-link__active {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #fff;
  pointer-events: none;
}
.templatePage__title h1 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 100px;
  font-size: 52px;
  color: #ffffff;
}
.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-info__block {
  width: 85%;
  margin: 0 auto;
  border-top: 1px solid #fbc530;
  border-bottom: 1px solid #fbc530;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.templatePage__information--title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #859ab2;
  margin-bottom: 20px;
}
.templatePage__information--text p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 35px;
}
.templatePage__information--img img {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 50px;
}
.templatePage__information--link{
  margin-bottom: 30px;
}
.link-inText{
  /* font-family: "Spartan"; */
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  /* font-size: 15px; */
  font-size: 18px; 
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link-inText:hover{
  color:#fdc730;
}
.downloadable-icon{
  position: relative;
    z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vector-icon{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vector-icon:hover{
  color:#FFD4A0;
}
.phone-link{
  pointer-events: none;
}
.templatePage__list-item .text-point::before {
  position: absolute;
  top: 9px;
  left: -26px;
  width: 15px;
  height: 15px;
  background-color: #26364a;
  border: 1.5px solid #fbc530;
  border-radius: 50%;
  content: "";
}
.templatePage__list-item .text-point::after {
  position: absolute;
  top: 13px;
  left: -22px;
  width: 7px;
  height: 7px;
  background-color: #fbc530;
  border-radius: 50%;
  content: "";
}
.templatePage__list-item {
  margin-left: 30px;
  position: relative;
}
.templatePage__list-item p {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 5px;
}
.templatePage__information--list {
  margin-bottom: 40px;
}
/* .button-link__button-download{
  border: 1px solid #D5B38A;
  font-size: 16px;
  padding: 0 35px;
  height: 37px;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link__button-download:hover{
  background-color: #D5B38A;
  color: #FFFFFF;
} */
.link-container__mobile{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.appstore-link{
  margin-right: 35px;
}

/*******************************************New page article.html end************************************************/
/*******************************************New page sign-up.html start**********************************************/
.button-link__back-to-main {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border: 0;
  /*border-radius: 0; */
  color: #859ab2;  
  background-color: transparent; 
  /* background-color: #1a344e; */
  height: 55px;
  padding: 0 20px;

}
.button-link__back-to-main::before {
  background: transparent; 
}
.button-link__back-to-main:hover {
  /* background-color: transparent;  */
  background: #1a344e; 
  color: #fff;  
  transform: translateY(0);
  box-shadow: none; 
}
.button-link__back-to-main .back-arrow path {
  fill: #859ab2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-link__back-to-main:hover .back-arrow path {
  fill: #fff;
}

.button-link__back-to-main:hover::before {
  /* opacity: 1; */
  background: #1a344e; 
} 
.back-arrow {
  /* margin-top: 1px; */
  margin-right: 12px;

}
.sign-up-content {
  overflow: hidden;
}
.log-in-content {
  overflow: hidden;
}
.sign-up-section {
  height: 100vh;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #243B55, #141E30);
}
.log-in-section {
  height: 100vh;
  min-height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #243B55, #141E30);
}
.sign-up-container{
  height: 100%;
}
.full-screen-row{
  height: 100vh;
}
.sign-up-wrap{
}
.additional-content {
  position: relative;
  width: 448px; 
  height: auto;  
  background-color: #171B1F; 
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.additional-content__image{
  position: absolute;
  z-index: 1;
}
.additional-ball{
  top: -162px;
  left: -165px;
}
.additional-graph{
  top: 200px;
  right: 0;
}
.additional-content__text{
  position: relative;
  font-size: 28px;
  line-height: 39px;
  color: #fff;
  margin: 0 20px 40px;
  text-align: center;
  z-index: 2;
}
.additional-shadow{
  top: 320px;
  left: -523px;
}
.additional-hand{
  bottom: -320px;
  left: 0;
}
.sign-title-wrap {
  padding-top: 150px;
}
.form-container {
  height: 100vh; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sign-up-form {
  width: 710px;
  height: auto;
  position: relative;
}
.link-block {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: center;
  margin-bottom: 40px;
}
.link-block__link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #859ab2;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link-block__link:hover {
  color: #fdc730;
}
.link-block__link-active {
  color: #fdc730;
  position: relative;
}
.link-block__link-active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EEC55C;
  border-radius: 2px;
}
.link-block__sign-up{
  margin-right: 40px; 
}
.label-container{
  margin-bottom: 40px;
}
.label-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.remember-group-wrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.remember-first-block{
  margin-right: 50px;
}
.adult-message, .agree-message{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #F8F8FF;
}
.remember-group__inside-link{
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color:  #fdc730;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remember-group__inside-link::after{
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fdc730;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remember-group__inside-link:hover::after{
  width: 100%;
}
.inp{
  position: relative;
  display: block;
  height: 60px;
  margin-bottom: 30px;
  cursor: pointer;
}
.inp input {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: relative;
  display: block;
  width: 320px;
  height: 100%;
  margin-bottom: 26px;
  font-weight: 400;
  /* border: none; */
  border: 2px solid #4b5b70;
  border-radius: 50px;
  background: #151D30;
  /* padding: 0 30px; */
  padding: 0 35px 0 60px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  -webkit-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -moz-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -ms-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -o-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  cursor: pointer;
}
.input-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 20px;
}

.placeholder {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  transform-origin: 15px 0;
  -webkit-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -moz-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -ms-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -o-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  line-height: 19px;
  color:#495669;
}
.inp:hover input{
  border-color: #8293A7;
}
.inp:hover .placeholder{
  color: #8394A8;
}
input:not(:placeholder-shown) {
  border-color: #4b5b70;
  color: #8394A8!important;
}
input:not(:placeholder-shown) + .placeholder {
  transform: translate(0px, -135%) scale(.8);
  background-color: transparent;
  color: #495669!important;
}
input:not(:placeholder-shown) ~  .input-image path {
  fill: #EEC55C;
}

input:focus {
  outline: none; 
  border: 2px solid #EEC55C!important;
  color: #8394A8!important;
}
input:focus + .placeholder {
  transform: translate(0px, -135%) scale(.8);
  background-color: transparent;
  color: #495669!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-size-adjust: 21px;
  -webkit-text-fill-color: #8293A7;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
input ~ .input-image path {
  fill:#8293A7;
}
input:focus ~ .input-image path {
  fill: #EEC55C;
}
.my-select ~ .input-image path {
  fill:#8293A7;
}
.bar 	{ 
  position:relative; 
  display:flex; 
  width:100%; 
}
.error-message {
  position: absolute;
  top: 24px;
  right: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #FF5880;
  display: none;
}
.button-link__sign-up-btn {
  border: 3px solid #fdc730;
  background: linear-gradient(to right, #FDC830, #F37335);
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 0 40px;
  font-size: 16px;
  line-height: 18px;
  color: #585c60;
  height: 50px;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-select{
  position: relative;
  display: block;
  width: 320px;
  height: 60px;
  margin-bottom: 26px;
  font-weight: 400;
  border: none;
  border: 2px solid #4b5b70;
  border-radius: 50px;
  background: #151D30;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  -webkit-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -moz-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -ms-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -o-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  cursor: pointer;
}
.my-select:after {
  border-bottom: 2px solid #495669;
  border-right: 2px solid #495669;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  right: 30px;
}
.my-select:hover{
  border: 2px solid #8293A7;
}
.my-select .option {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #FFF;
  padding-left: 25px;
  padding-right: 30px;
}
.my-select .option.focus, .my-select .option.selected.focus {
  background-color: #8293A7;
  font-weight: 400;
}
.my-select.is-value-selected ~ .input-image path  {
  fill: #EEC55C;
}
.my-select.is-value-selected ~ .placeholder {
  transform: translate(0px, -135%) scale(.8);
  background-color: transparent;
  color: #4b5b70!important;
}
.my-select:focus {
  border: 2px solid #EEC55C!important;
  background-color: #151D30;
  color: #4b5b70!important;
}
.my-select:focus ~ .input-image path  {
  fill: #EEC55C;
}
.my-select:focus ~ .placeholder {
  transform: translate(0px, -135%) scale(.8);
  background-color: transparent;
  color: #4b5b70!important;
}
.my-select .list {
  width: 320px;
  height: 300px;
  overflow-y: scroll;
  background-color: #151D30;
  border-radius: 10px;
}
.my-select .list::-webkit-scrollbar {
  width: 20px;
  background-color: #fff;
  border: 8px solid #151D30;
  border-radius: 10px;
}
.my-select .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.80);
  border-radius: 50px;
  border: 8px solid #151D30;
}
.my-select .list::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #fdc730;
  /* outline: 1px solid slategrey; */
  border-left: 8px solid #151D30;
  border-right: 8px solid #151D30;
  border-bottom: 8px solid #151D30;
  border-top: 8px solid #151D30;
  border-radius: 25px;
}
.current {
  font-family: 'Roboto', sans-serif;
  color: #8293A7;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  padding: 0 10px;
  transform-origin: 15px 0;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -moz-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -ms-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  -o-transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  transition: all 0.4s cubic-bezier(.38,.4,.18,1);
  line-height: 25px;
  overflow: hidden;
  width: 68%;
}
.my-select .list .option:first-child {
  height: 0;
  min-height: 0;
}
.my-select .option:hover {
  background-color: #859ab2;
  color: #000;
}
.my-select .option.selected {
  color:#fff;
}
.my-select .option.selected:hover {
  background-color: #859ab2;
  color: #000;
}
.error-message__select{
  right: 30px;
}
.button-link__sign-up-btn:hover {
    color: #1f2429;
    background: #fdc730;
    background: -webkit-linear-gradient(to right, #FDC830 #F37335);
    background: linear-gradient(to right, #FDC830, #F37335);
    transform: translateY(-5px);
    box-shadow: rgb(255 189 25 / 30%) 0px 20px 15px -9px;
}


/*******************************************New page sign-up.html end************************************************/
/*******************************************New page log-in.html start***********************************************/
.log-in-form{
  width: 481px; /*710px*/
  height: 464px;
  position: relative;
  z-index: 2;
}
.access-bg-chart{
  opacity: 0.75;
}
.remember-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 39px;
}
.remember-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.checkbox-field {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-field+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.checkbox-field+label::before {
  content: '';
  display: inline-block;
  opacity: 1;
  width: 18px;
  height: 18px;
  /* border: 2px solid #4b5b70; */
  border: 2px solid #4b5b70; 
  margin-right: 14px;
  position: relative;
  bottom: 1px;  
  background-color: #151D30;
  box-shadow: 0px 30px 50px #21262B; 
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: 50% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.checkbox-field:checked+label::before {
  background-image: url("../img/sign-up-page/check-image.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.checkbox-field:checked+label::after {
  background-image: url("../img/sign-up-page/check-image.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.remember-message {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #F8F8FF;
  font-family: 'Roboto', sans-serif;
}
.forgot-password-link {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #fdc730;
  position: relative;
}
.forgot-password-link::after{
  content:"";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fdc730;
  display: block;
  top: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.forgot-password-link:hover::after{
  width: 100%;
  height: 1px;
}
.button-link__log-in-btn {
  background: #21262B;
  border: 1px solid #989898;
  width: 173px;
  height: 43px;
  /* font-family: "Spartan"; */
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #FCFCFC;
  cursor: pointer;
}
.inp .log-in-mail-field{
  width: 480px;
}
.inp .password-field{
  width: 480px;
  padding: 0 55px 0 60px;
}
/* .log-in-section{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
} */
#password-check {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 20px;
	display: block;
	width: 28px;
	height: 20px;
	background-image: url("../img/log-in-page/visible-icon.svg");
  background-repeat: no-repeat;
}
#password-check.view {
	background-image: url("../img/log-in-page/hide-password-icon.svg");
  background-size: 28px 20px;
}
.password-message {
  right: 47px;
}
.button-link__log-in_btn{
  color: #fff;
  margin: 0 auto;
}
.button-link__log-in_btn:hover{
  background: #151D30;
}

/*******************************************New page log-in.html end*************************************************/
/********************************************new page error.html start****************************************************/
.error-content{
  overflow: hidden;
}
.error-main-header {
  width: 100%;
  background: #fff;
}
.error-section {
  height: 100vh; 
  min-height: 555px;
  width: 100%;
  display: flex; 
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.error-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.error-info__container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.error-image{
  margin-bottom: 26px;
}
.error-headline {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.75em;
  color: #EEC55C;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.thank-you-headline{
  font-weight: normal;
  font-size: 82px;
  line-height: 1.2;
  color: #8293A7;
  text-transform: uppercase;
  letter-spacing: unset;
  margin-bottom: 30px;
}
.error-subheadline{
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: center;
}
.error-bg-wave-top {
  position: absolute;
  width: 50%;
  height: auto;
  left: -25%;
  top: -25%;
  animation: none;
}
.error-bg-wave-bottom {
  position: absolute;
  width: 50%;
  height: auto;
  left: unset;
  top: unset;
  right: -25%;
  bottom: -25%;
  animation: none;
}
/********************************************new page error.html end**************************************************************/
/*******************************************************Media-queries start*******************************************************/
/* X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1399.98px) {
  .home-block__headline {
    font-size: 63px;
  }
  .main-nav {
    margin-right: 80px;
  }
  .headline {
    font-weight: 300;
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .highlite-text {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .presentation-wrap__text {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .presentation-section {
    padding-bottom: 210px;
  }
  .solution-circle-bg {
    top: 155px;
  }
  .solution-wrap__right-block {
    top: 20px;
  }
  .device-circle-bg {
    bottom: 370px;
  } 
  .main-header {
    padding: 0 30px;
  }
  .nav-list__link {
    font-size: 15px;
  }
  .logo-block {
    height: 50px;
  }
  .logo-block img {
    height: 100%;
  }
  .arrow-wrap {
    top: 2px;
    right: -25px;
    width: 16px;
    height: 16px;
  }
  .nav-list__item {
    margin-left: 60px;
  }
  .button-link__log-in {
    height: 45px;
    margin-right: 20px;
    font-size: 15px;
    padding: 0 30px;
  }
  .button-link__new-account {
    font-size: 15px;
    height: 45px;
    padding: 0 30px;
  }
  .advantage-wrap {
    padding: 55px 15px 20px 15px;
  }
  .advantage-section__headline {
    margin-bottom: 20px;
  }
  .solution-section__background-image {
    height: 556px;
  }
  .solution-wrap__middle-block {
    top: 130.5%;
  }
  .device-section__headline {
    margin-bottom: 80px;
  }
  .device-card {
  }
  .additional-content {
    width: 320px;
  }
  .additional-content__text {
    font-size: 26px;
    line-height: 34px;
  }
  .additional-ball {
    top: -226px;
    left: -215px;
  }
  .additional-hand {
    left: -77px;
  }
  .additional-graph {
    right: -24px;
  }
  .error-message__select{
    right: 30px;
  }
  .button-link__log-in_btn {
    margin: 0 auto;
}
}
/* X-Large devices end */
/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
  .button-scroll-down {
    bottom: 20px;
  }
  .widget-fixed {
    display: none;
  }
  .headline {
    font-size: 32px;
  }
  .presentation-block img {
    width: 95%;
  }
  .home-block__headline {
    font-size: 52px;
    line-height: 1.2;
  }
  .home-section__background-ball {
    top: -148px;
    right: -300px;
  }
  .abvantage-block {
    margin-bottom: 10px;
  }
  .advantage-section__backround-image {
    top: 200px;
  }
  .presentation-block__image {
    left: -600px;
  }
  .solution-section__background-image {
    height: 360px;
  }
  .solution-wrap__left-block {
    top: 18px;
  }
  .solution-wrap__right-block {
    top: 18px;
  }
  .platform-section__wave-ball-size-s {
    top: 94px;
    right: -118px;
  }
  .pres-bg-chart {
    top: -25%;
  }
  .device-card {
    width: auto;
    height: auto;
    padding: 25px 0;
  }
  .device-card__name {
    font-size: 19px;
  }
  .device-circle-bg {
    bottom: 330px;
  }
  .market-section {
    padding-bottom: 170px;
  }
  .platform-img-wrap {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .platform-img-wrap img {
    height: 90%;
  }
  .platform-section__wave-ball {
    top: 353px;
    left: -186px;
  }
  .footer-nav {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-nav-block {
    width: auto;
    margin-bottom: 30px;
  }

  .device-section__background-image {
    top: 120px;
  }
  .additional-content {
    width: 234px;
  }
  .additional-content__text {
    font-size: 23px;
    line-height: 25px;
  }
  .additional-hand {
    left: -104px;
  }
  .additional-ball {
    top: -281px;
  }
  .additional-graph {
    right: -40px;
  }
  .inp input {
    width: 305px;
  }
  .sign-up-form {
    width: 635px;
  }
  .nice-select {
    width: 305px;
  }
  .nice-select:after {
    /* border-bottom: 2px solid #fdc730;
    border-right: 2px solid #ebc730; */
    content: '';
    display: block;
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 10px;
}
  .platform-bg-rotate-wave {
    top: -5%;
  }
  .device-circle-bg {
    bottom: 350px;
  }
  .center-device-wrap {
    top: 25px;
  }

}
/* Large devices end */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .hidden__link-container .dropdown-content__link {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    /* font-size: 51px; */
    font-size: 45px; 
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
  }
  .fs-bg-rotate-wave {
    width: 80%;
    left: -30%;
    top: -20%;
  }
  .home-section .container {
    height: 100%;
  }
  .first-screen-img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
  }
  .home-section .row {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .home-section__container {
    height: auto;
  }
  .content-block {
    width: 220px;
    padding: 21px 6px 15px 24px;
  } 
  .pres-bg-rotate-wave {
    width: 70%;
    top: auto;
    bottom: 25%;
  }
  .solution-section {
    padding-bottom: 119px;
  }
  .presentation-block {
    margin-bottom: 50px;
  }
  .advantage-section {
    padding: 130px 0 120px;
  }
  .first-screen-img-wrap img {
    width: 60%;
  }
  .solution-circle-bg {
    width: 1000px;
  }
  .solution-section__headline {
    margin-bottom: 60px;
  }
  .solution-circle-bg {
    top: 200px;
  }
  .main-nav {
    display: none;
  }
  .navigation-wrap {
    justify-content: flex-end;
  }
  .burger-menu {
    display: flex;
  }
  .verification-block {
    margin-right: 24px;
  }
  .home-section {
    height: 1024px;
    background: linear-gradient(to right, #243B55, #141E30);
  } 
  .home-block {
    position: relative;
    padding-top: 110px;
  }
  .home-block__headline {
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  .home-block__text {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 45px;
    padding-right: 140px;
  }
  .home-block__text br{
    display: none;
  }
  .button-link__new-account-size {
      line-height: 18px;
  }
  .phone-in-hand {
    left: -100px;
  }
  .home-section__background-ball-size-xs {
    right: 45%;
    bottom: 2%;
  }
  .presentation-block__image {
    left: -490px;
  }
  .presentation-section__wave-ball {
    top: 810px;
  }
  .presentation-wrap__text br{
    display: block;
  }
  .presentation-section__wave-ball {
    top: 840px;
    right: -111px;
  }
  .presentation-section__wave-ball {
    top: 850px;
    right: -65px;
  }
  .presentation-section__graph {
    bottom: -40px;
    right: 15px;
  }
  .solution-section__background-image {
    height: 230px;
  }
  .content-block {
    width: 220px;
    padding: 21px 12px 20px 15px;
  }
  .solution-wrap__left-block {
    top: 23px;
  }
  .solution-wrap__right-block {
    top: 23px;
  }
  .solution-text {
    font-size: 13px;
  }
  .market-section {
    padding-top: 80px;
  } 
  .widget-card {
    height: 210px;
  }
  .button-link__download {
    width: 161px;
    height: 37px;
    margin: 0 auto;
  }
  .presentation-block img {
    width: 55%;
    margin: auto;
    display: block;
  }
  .platform-card__wrap{
    padding: 0;
  }
  .platform-card__middle-wrap {
    margin: 0 15px;
    padding: 0 20px;
  }
  .platform-card__middle-wrap .platform-card__subheadline {
    margin-bottom: 29px;
  }
  .platform-card__side-wrap .platform-card{
    width: 209px;
  }
  .platform-benefits-wrap {
    padding: 35px 25px 35px 45px;
  }
  .platform-benefits-wrap ul li {
    font-size: 13px;
  }
  .platform-benefits-wrap ul li:before {
    top: 4px;
    left: -21px;
    width: 13px;
    height: 13px;
  }
  .platform-benefits-wrap ul li:after {
    top: 8px;
    left: -17px;
    width: 5px;
    height: 5px;
  }
  .platform-bg-rotate-wave {
    top: -10%;
    left: -25%;
    width: 70%;
  }
  .device-block {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .device-card {
    width: 220px;
    height: auto;
    margin: 0;
  }
  .device-section__headline {
    margin-bottom: 75px;
  }
  .device-section__background-image {
    top: 14%;
  }
  .platform-img-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  } 
  .device-card__name {
    font-size: 15px;
  } 
  .device-circle-bg {
    bottom: 285px;
    width: 1000px;
  }
  .fs-bg-chart {
    position: absolute;
    bottom: 10px;
    width: 111%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .button-link__register {
    margin: 110px auto 0;
  }
  .device-section {
    padding-bottom: 121px;
  }
  .platform-section {
    padding-bottom: 100px;
  }
  .footer-nav-block {
    width: auto;
  }
  .footer-contacts {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }
  .footer-contacts__link-block {
    margin-top: 20px;
  }
  .link-block__item img {
    top: -3px;
    left: -40px;
  }
  .link-block__item {
    font-size: 17px;
  }
  .link-block__item:first-child {
    margin-left: 45px;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
  .phone-item {
    pointer-events: all;
  }
  .templatePage__title h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .additional-content {
    display: none;
  }
  .sign-up-form {
    width: 450px;
    height: auto;
  }
  .label-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .inp input {
    width: 100%;
  }
  .remember-group-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .remember-first-block {
    margin-bottom: 20px;
  }
  .nice-select {
    width: 100%;
  }
  .nice-select .list {
    width: 100%;
  }
  .error-message__select{
    right: 30px;
  }
  /* .form-container {
    height: auto;
  } */
  .sign-up-section {
    /* padding-bottom: 150px;
    padding-top: 130px; */
    padding-top: 120px; 
    height: auto;
    /* min-height: auto; */
  } 
  .log-in-section {
    padding-top: 150px;
  } 
  .button-link__back-to-main {
    position: relative;
    left: -50px;
    top: 1px;
  }
  /* .log-in-section {
    height: auto;
    padding-top: 130px;
  } */
  .hidden-verification-block{
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .hidden-button-link__new-account::before {
    opacity: 1;
  }
  .phone-link{
    pointer-events: all;
  }
  .sign-title-wrap {
    padding-top: 85px;
    margin-bottom: 75px;
  }
  .inp {
    margin-bottom: 25px;
  }
  .error-bg-wave-top {
    width: 80%;
    left: -40%;
    top: -40%;
  }
  .error-bg-wave-bottom {
    width: 80%;
    left: unset;
    top: unset;
    right: -35%;
    bottom: -37%;
  }
  .form-container {
    justify-content: flex-start;
    height: auto;
    padding-bottom: 30px;
    
  }
  .current {
    width: 77%;
  }

}
/* Medium devices end */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  .home-section {
    min-height: 780px;
    padding-bottom: 0;
  }
  .presentation-block img {
    width: 70%;
  }
  .highlite-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .solution-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-block {
    width: 100%;
    padding: 19px 15px 25px 25px;
  }
  .home-block__headline {
    font-size: 50px;
  }
  .home-section__container {
    padding-top: 109px;
    align-items: flex-start;
  }
  .main-header__wrap {
    padding: 10px 16px;
  }
  .home-section {
    height: 100vh;
    padding-bottom: 0;
  }
  .home-block {
    position: relative;
    padding-top: 0px;
  }
  .fs-bottom-wave {
    height: 90px;
  }
  .home-section__strings {
    display: none;
  }
  .home-block__text {
    font-size: 18px;
    margin-bottom: 35px;
    padding-right: 80px;
  }
  .home-block__text br{
    display: block;
  }
  .home-section__background-ball-size-xs {
    display: none;
  }
  .home-section__background-ellipse {
    left: -100px;
    top: 235px;
  }
  .home-section__image-container {
    position: absolute;
    top: 242px;
    left: 163px;
    z-index: -1;
  }
  .home-section__graph{
    top: 42%;
    left: 13%;
  }
  .phone-in-hand {
    width: 887px;
    height: 835px;
    left: 0;
  }
  .stickytop .main-header__wrap {
 
  }
  .advantage-section__backround-image {
    top: 257px;
  }
  .presentation-block__image {
    top: 15px;
  }
  .solution-wrap__left-block {
    width: 100%;
    top: auto;
    left: 0;
  }
  .solution-wrap__middle-block {
    top: auto;
    margin-top: 40px;
  } 
  .solution-wrap__right-block {
    top: auto;
    margin-top: 40px;
  }
  .pres-bg-chart {
    top: -10%;
    width: 120%;
  }
  .presentation-section {
    padding-bottom: 130px;
  }
  .platform-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .platform-card__side-wrap {
    order: 2;
    padding: 0 20px;
  }
  .platform-card__middle-wrap {
    margin: 0;
    order: 1;
  }
  .platform-card {
    width: 100%;
  }
  .platform-card__side-wrap .platform-card {
    width: 100%;
  }
  .platform-section__wave-ball {
    top: unset;
    bottom: 184px;
  }
  .platform-section__wave-ball-size-s {
    top: 861px;
    right: 4px;
  }
  .market-section {
    padding-bottom: 220px;
  }
  .platform-section {
    padding-bottom: 100px;
  }
  .device-section {
    padding-top: 135px;
  }
  .center-device-wrap {
    top: 0;
  }
  .device-wrap {
    margin-bottom: 40px;
  }
  .device-card {
    width: 100%;
  }
  .device-card__name {
    font-size: 20px;
  }
  .platform-img-wrap {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  } 
  .button-link__register {
    margin: 40px auto 0;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-contacts {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .link-block__item {
    font-size: 14px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav-block {
    width: 183px;
    margin-bottom: 40px;
  }
  .logo-block {
    height: 46px;
  }
  .logo {
    height: 50px;
  }
  .device-section__background-image {
    top: 11%;
  }
  .article-section__background-ball-size-xs {
    display: none;
  }
  .label-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .inp input {
    width: 100%;
  }
  .remember-group-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .remember-first-block {
    margin-bottom: 20px;
  }
  .nice-select {
    width: 100%;
  }
  .nice-select .list {
    width: 100%;
  }
  .error-message__select{
    right: 30px;
  }
  .button-link__back-to-main {
    left: -25px;
  }
  .burger-return-arrow {
    position: absolute;
    top: 30px;
    left: 16px;
  }
  .hidden-dropdown-content {
    padding-top: 30px;
  }
  .hidden-verification-block{
    display: flex;
    margin-right: 0;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .platform-card__side-wrap {
    border: 1px solid #D5B38A;
    margin-top: 50px;
  }
  .link-container__mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .appstore-link{
    margin-right: 0;
  }
  .button-link__button-download {
    width: 100%;
  }
  .templatePage__information--link {
    width: 100%;
  }
  .scrolldown-line {
    width: 35px;
    height: 35px;
  }
  .scrolldown-line img {
    width: 80%;
  }
  .scrolldown-text {
    font-size: 14px;
    top: -3px;
    margin-left: 10px;
  } 
  .button-scroll-down {
    bottom: 20px;
    right: 15px;
  }
  .main-header {
    padding: 0 15px;
  }
  .button-link__new-account {
    font-size: 14px;
    padding: 0px 15px;
  }
  .button-link__log-in {
    font-size: 14px;
    padding: 0 20px;
  }
  .stickytop .button-link__new-account {
    font-size: 14px;
    padding: 0px 15px;
  }
  .stickytop .button-link__log-in {
    font-size: 14px;
    padding: 0 20px;
  }
  .hidden-button-link__log-in {
    height: 50px;
    font-size: 18px;
  }
  .hidden-button-link__new-account {
    font-size: 18px;
    width: auto;
    height: 50px;
  }
  .log-in-section {
    padding-top: 170px;
  }
  .button-link__log-in_btn {
    padding: 0 30px;
  }
  .error-image {
    width: 325px;
  }
  .error-headline {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .thank-you-headline {
    font-size: 72px;
  }
  .error-subheadline {
    font-size: 32px;
  }
  .error-button-link {
    height: 55px;
    font-size: 16px;
  }
  .error-bg-wave-top {
    width: 80%;
    left: -36%;
    top: -25%;
  }
  .error-bg-wave-bottom {
    width: 80%;
    left: unset;
    top: unset;
    right: -33%;
    bottom: -17%;
  }
}
/* Small devices end */
/* Extra-Small devices (360 px and up) */
@media  (max-width: 575.98px) {

  .dropdown-list__item-link {
    font-size: 30px;
  }
  .dropdown-list__item-link:before {
    top: 5px;
    right: -40px;
    width: 31px;
    height: 31px;
  }
  .burger-arrow {
    top: 15px;
    right: -31px;
    margin-left: 13px;
    height: 11px;
  }
  .button-link.hidden-button-link__new-account {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .button-link.hidden-button-link__log-in {
    width: 100%;
    height: 50px;
    font-size: 14px;
  } 
  .dropdown-list__item {
    margin-bottom: 60px;
  }
  .hidden-dropdown-content  {
    padding: 21px 17px 36px;
    padding-top: 22px;
  }
  .hidden__link-container .dropdown-content__link {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
  }
  .hidden-headline {
    font-size: 14px;
  }
  .home-section {
    min-height: 640px;
    padding-bottom: 0;
  }
  .first-screen-img-wrap img {
    width: 80%;
  }
  .main-header {
    padding: 0px 15px;
  }
  .main-header__wrap {
    padding: 0;
  }
  .advantage-section {
    padding: 60px 0 120px;
  } 
  .fs-bg-rotate-wave {
    width: 100%;
    left: -40%;
    top: -10%;
  }
  .fs-bg-chart {
    width: 160%;
  }
  .logo-block {
    height: 36px;
  }
  .stickytop .logo-block {
    height: 32px;
  }
  .stickytop .logo {
    height: 100%;
  }
  .stickytop .button-link__new-account {
    width: auto;
    height: 36px;
    font-size: 12px;
  }
  .headline {
    font-size: 23px;
  }
  .home-block__headline {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 24px;
  }
  .home-block__text {
    font-size: 15px;
    margin-bottom: 35px;
    padding-right: 30px;
  }
  .presentation-section {
    padding-bottom: 80px;
  }
  .home-block__text br {
    display: none;
  }
  .home-section__background-ball {
    right: -355px;
  } 
  .button-link__new-account-size {
    width: auto;
    height: 55px;
    font-size: 20px;
  }
  .home-section__graph {
    top: 46%;
  }
  .home-section {
    padding-bottom: 100px;
  }
  .home-section__image-container {
    top: 242px;
    left: 104px;
    z-index: -1;
  }
  .phone-in-hand {
    width: 637px;
    height: 585px;
    z-index: -1;
  }
  .presentation-block__image {
    left: -676px;
  }
  .pesentation-wrap__headline {
    margin-bottom: 38px;
  }
  .pesentation-wrap__headline {
    margin-bottom: 5px;
  }
  .presentation-section__wave-ball {
    top: 886px;
    right: -123px;
  }
  .presentation-section__graph {
    right: -71px;
  }
  .highlite-text {
    font-size: 15px;
    margin-bottom: 20px;
  } 
  .presentation-wrap__text {
    font-size: 12px;
    margin-bottom: 45px;
  }
  .presentation-wrap .animation-wrap {
    width: 100%;
  }
  .button-link {
    width: 100%;
    height: 55px;
    font-size: 20px;
  }
  .solution-section__shadow-ellipse {
    display: none;
  }
  .solution-section__background-image{
    display: none;
  }
  .solution-section__vertical-wave{
    display: block;
    position: absolute;
    height: 100%;
    left: calc(50% - 105px);
  }
  .solution-section__vertical-wave::before{
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: green;
    top: 50%;
    left: 50%;
  }
  .solution-wrap__left-block {
    top: 39%;
    left: 50%;
    transform: translateX(-50%);
  }
  .solution-wrap__right-block {
    top: 208%;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .solution-wrap__right-block .solution-block__image{
    left: 67.5%;
  }
  .content-block {
    width: 100%;
    height: auto;
    padding: 21px 22px 23px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .content-block__text {
    font-size: 14px;
  }
  .market-section {
    padding-bottom: 70px;
  }
  .device-card:hover {
    transform: scale(1.05);
  }
  .device-section__headline br{
    display: block;
  }
  .button-link__register {
    margin: 71px auto 0;
  }
  .device-section {
    padding-bottom: 160px;
  }
  .platform-img-wrap img {
    height: 80%;
    width: auto;
  }
  .footer-container {
    align-items: center;
  }
  .footer-contacts {
    margin: 0 0 40px;
    align-items: flex-start;
  }
  .link-block__item {
    font-size: 19px;
    margin-left: 45px;
  }
  .link-block__item img {
    top: 0px;
    left: -40px;
  }
  .link-block__item:first-child {
    margin-left: 45px;
    margin-bottom: 15px;
  }   
  .footer-contacts__link-block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer-nav {
    flex-direction: row;
    align-items: stretch;
  }
  .footer-nav-block {
    text-align: left;
    width: 50%;
    margin-bottom: 50px;
  }
  .footer-nav-block__list-item {
    margin-bottom: 20px;
  }
  .payments-security__block {
    align-items: center;
  }
  .text-info{
    font-size: 12px;
    line-height: 18px;
  }
  .device-card__content {
    height: 75px;
  }
  .apple__logo{
    width: 23px;
    height: 29px;
  }
  .android__logo{
    width: 26px;
    height: 32px;
  }
  .planet__logo{
    width: 30px;
    height: 30px;
  }
  .web__logo{
    width: 28px;
    height: 28px;
  }
  .device-section__background-image {
    top: 14%;
    left: -135%;
  }
  .solution-wrap {
    flex-direction: column;
    height: auto;
  }
  .solution-block {
    margin-bottom: 5px;
  }
  .solution-section__headline{
    margin-bottom: 50px;
  }
  .templatePage__title h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .templatePage__information--title h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .templatePage__information--text p {
      font-size: 14px;
      line-height: 23px;
  }
  .article-link {
    font-size: 13px;
  }
  .article-link__disabled{
    display: none;
  }
  .article-link__active{
    margin-right: 0;
  }
  .sign-up-form {
    width: 300px;
  }
  .adult-message, .agree-message{
    font-size: 13px;
  }
  .remember-group__inside-link {
    font-size: 13px;
    line-height: 19px;
  }
  .link-block__link {
    font-size: 29px;
    line-height: 35px;
  }
  .button-link__back-to-main {
    left: 0;
    width: auto;
    font-size: 14px;
    padding: 0 10px;
  }
  .log-in-form {
    width: 300px;
  }
  .inp .log-in-mail-field {
    width: 100%;
  }
  .inp .password-field {
    width: 100%;
  }
  .remember-container {
    flex-direction: row;
    align-items: space-between;
  }
  .burger-return-arrow {
    position: absolute;
    top: 18px;
    left: 18px;
    height: 23px;
  }
  .checkbox-field+label::after {
    display: none;
  }
  .solution-section {
    padding-bottom: 100px;
  }
  .register-wrap{
    flex-direction: column;
  }
  .register-headline{
    padding-top: 4px;
  }
  .trade-headline {
    padding-top: 9px;
  }
  .hidden-verification-block{
    margin-right: 0;
  }
  .button-link__button-download {
    font-size: 14px;
    padding: 0 4px;
  }
  .payments-block img {
    max-width: 50px;
    margin: 0 10px;
  }
  .payments-block {
    width: auto;
  }
  .security-block {
    width: auto;
  }
  .security-block img {
    max-width: 50px;
    margin: 0 10px;
  }



  .presentation-block {
    margin-bottom: 30px;
  } 
  .pres-bg-chart {
    top: -5%;
    width: 120%;
  }
  .solution-circle-bg {
    top: 180px;
  }
  .market-section h2.text-container__headline {
    text-align: left;
  }
  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  } 
  .headline-block__text-container {
    margin-bottom: 50px;
  }
  .headline-block__text-container .highlite-text {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .market-section {
    padding-top: 50px;
  } 

  .widget-card {
    height: 190px;
  }
  .device-section__headline {
    margin-bottom: 51px;
  } 
  .pres-bg-rotate-wave {
    width: 90%;
    top: auto;
    bottom: 15%;
    right: -35%;
  } 
  .platform-bg-rotate-wave {
    top: -4%;
    left: -40%;
    width: 90%;
  }
  .solution-circle-bg {
    width: 600px;
  }
  .device-circle-bg {
    bottom: 305px;
    width: 600px;
  }
  .fs-bottom-wave {
    height: 90px;
    width: 600px;
  }
  .button-link__log-in {
    display: none;
  }
  .button-link__new-account {
    width: auto;
    height: 36px;
    font-size: 12px;
    padding: 0px 15px;
  }
  .return-button {
    bottom: 30px;
    right: 15px; 
  }
  .stickytop {
    height: 50px;
  }
  .main-header {
    height: 60px;
  }
  .back-arrow {
    /* margin-top: 1px; */
    margin-right: 0px;
    height: 10px;
  }
  .sign-title-wrap {
    margin-bottom: 30px;
  }
  .additional-content__text {
    font-size: 21px;
    font-weight: 600;
  }
  .link-block__link {
    font-size: 21px;
    line-height: 35px;
  }
  .inp {
    height: 50px;
    margin-bottom: 22px;
  }
  .my-select {
    height: 50px;
  }
  /* .placeholder {
    font-size: 12px;
  } */
  input:focus + .placeholder {
    transform: translate(0px, -110%) scale(.75);
  }
  input:not(:placeholder-shown) + .placeholder {
    transform: translate(0px, -110%) scale(.75);
  }
  .inp input {
    font-size: 16px;
  }
  .my-select.is-value-selected ~ .placeholder {
    transform: translate(0px,-110%) scale(.75);
  }
  .my-select:focus ~ .placeholder {
    transform: translate(0px, -110%) scale(.75);
  }
  .current {
    font-size: 16px;
  }
  .my-select:after {
    right: 20px;
  }
  .button-link__log-in_btn {
    display: block;
  }
  .sign-up-section {
    padding-top: 90px;
  }
  .sign-title-wrap {
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .access-bg-chart {
    opacity: 0.3;
  }
  .checkbox-field+label::before {
    margin-right: 10px;
  }
  .templatePage__list-item .text-point::before {
    top: 3px;
  }
  .templatePage__list-item .text-point::after {
    top: 7px;
  }
  .error-button-link {
    height: 55px;
    font-size: 16px;
    width: unset;
  }
  .error-image {
    width: 285px;
  }
  .error-headline {
    font-size: 14px;
  }
  .thank-you-headline {
    font-size: 50px;
  }
  .error-subheadline {
    font-size: 28px;
  }
  .error-bg-wave-top {
    width: 100%;
    left: -45%;
    top: -15%;
  }
  .error-bg-wave-bottom {
      width: 100%;
      left: unset;
      top: unset;
      right: -45%;
      bottom: -10%;
  }
  .link-inText {
    font-size: 14px;

}
}
/* Extra-Small devices end */

@media (max-width: 374.99px) {
  .first-screen-img-wrap img {
    width: 60%;
  }
  .home-section__container {
    padding-top: 170px;
    align-items: flex-start;
  }
  .button-link__new-account {
    padding: 0px 10px;
  }
  .stickytop .button-link__new-account {
    padding: 0px 10px;
  }
  .logo-block {
    height: 34px;
  }
}


@media (max-height: 800px) and (max-width:767.98px) {
  .hidden-dropdown-content{
    padding-bottom: 40px;
  }
  .hidden__link-container {
    height: auto;
  }
}

/*@media (max-height: 640px) {
  .hidden-dropdown-content{
    padding-bottom: 40px;
  }
  .hidden__link-container {
    height: 240px;
  }
}*/
@media (min-width: 992px) and (max-height: 680px) {
  .first-screen-img-wrap img {
    width: 80%;
  }
  /* .home-block__text {
    font-size: 13px;
    margin-bottom: 30px;
    padding-right: 30px;
  }
  .home-block__headline {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
  } */
}

@media (max-height: 555px) {
    .error-section {
      padding: 100px 0 30px;
  }
} 


/*******************************************************Media-queries end**********************************************************/



.nav-list__item-arrow path {
  fill: #FFFFFF;
}
.nav-list__item-arrow.change-way path {
  fill: #FFD4A0;
}

p, span, h1, h2, h3, h4, h5, a, button,img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;       
  user-select: none;
}

.home-block__headline {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.5s ease;
}


.loaded .home-block__headline {
  opacity: 1;
  transform: translateY(0);
}


.home-block__text {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.5s ease;
  transition-delay: 0.2s;
}

.loaded .home-block__text {
  opacity: 1;
  transform: translateY(0);
}

.home-button-wrap {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.5s ease;
  transition-delay: 0.4s;
}

.loaded .home-button-wrap {
  opacity: 1;
  transform: translateY(0);
}


.home-section__image-container {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.5s ease;
  transition-delay: 0.5s;
}

.loaded .home-section__image-container {
  opacity: 1;
  transform: translateY(0);
}

.main-header__wrap, .button-scroll-down  {
  opacity: 0;
  transition: all 1.5s ease;
  transition-delay: 0.6s;
}

.loaded .main-header__wrap, .loaded .button-scroll-down {
  opacity: 1;
}



/*Preloader end*/
[data-scroll] {
  transition: all 1.5s ease;
}
[data-scroll="in"]{
  opacity: 1;
  transform: translateY(0);
}
[data-scroll="out"]{
  opacity: 0;
  transform: translateY(80px);
}
.button-link__explore-more[data-scroll="in"]{
  transition-delay: 0.4s;
  /*transition-duration: 1.4s;*/
}
.device-card[data-scroll="in"]{
  transition-delay: 0.2s;
  /*transition-duration: 1.6s;*/
}
.button-link__register[data-scroll="in"]{
  transition-delay: 0.2s;
  /*transition-duration: 1.2s;*/
}
.solution-section__headline[data-scroll="in"]{
  transition-delay: 0.4s;
  /*transition-duration: 1.4s;*/
}

/*account types slider*/
.at-title {
    font-weight: 300;
    font-size: 42px;
    color: #34c18b;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.at-sub {
    font-weight: 300;
    font-size: 25px;
    color: #859ab2;
    margin-bottom: 50px;
    text-align: center;
}
.at.card {
position: relative;
display: flex;
width: 300px;
flex-direction: column;
min-width: 0;
word-wrap: break-word;

}
.at.card .card-body {
padding: 0;
margin: 0 auto;
}
.at.card-body {
flex: 1 1 auto;
padding: 1.25rem
}
.at.items {
width: 90%;
margin: 0px auto;
margin-top: 100px;
}
.slick-slide {
margin: 15px;
}

.at-wrap{
/*    display: flex;*/
    align-items: center;
    height: 100%;
    position: relative;
    border: 2px solid #34c18b;
    background: linear-gradient(to bottom, #243B55, #141E30);
    box-shadow: rgb(255 189 25 / 9%) 0px 30px 40px;
    border-radius: 22px;
    padding: 35px 15px;
    font-family: 'Raleway', sans-serif;
}

.at.button-link{
    height: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: flex;
    width: fit-content;

}
.at.button-link__register{
  margin: 25px auto;
}
.fa-circle-check {
    font-size: 20px;
    padding: 2px;
    border-radius: 25px;
    color: #34c18b;
    margin-right: 10px;
}
.fa-circle-xmark {
    font-size: 20px;
    padding: 2px;
    border-radius: 25px;
    color: #F37335;
    margin-right: 10px;
}
.at-items{
margin-top: 35px;
} 
.at-items li{
  margin: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}
.at-items span{
  float: right;
  color: #34c18b;
  font-size: 16px;
  font-weight: bold;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px !important;
    line-height: 1;
    opacity: .75;
    color: #34c18b !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.line-space{
  color: transparent !important;
}
/*add*/

#register-message{
    color: #fdc730;
    font-size: 18px;
    margin: 15px 0px 0px 15px;
  }
  @media (max-width:  1399.98px) 
.headline { 
         font-size: 39px; 
}
* change only font-size


.home-block__headline { 
          font-size: 55px; 
}
* change only font-size
.home-section {
    background: #0A1824;
}

.first-screen-img-wrap img {
    width: 100%;
}

.home-section .background-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home-page/home-section/logo-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position-y: 25%;
    content: "";
    opacity: 0.1;
}

.first-screen-img-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.first-screen-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: unset;
}

.button-link {
    font-weight: 700;
    border: 3px solid #34c18b;
    border-radius: 10px;
    background-color: #0a1824;
}

.button-link:hover {
    background: #7adbb5;
    color: #080b19;
    box-shadow: rgb(128 221 185 / 40%) 0px 20px 15px -9px;
}

.button-link__new-account:hover {
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.nav-list__link:hover {
    color: #b5fce0;
}

.change-color.nav-list__link {
    color: #b5fce0;
}

.arrow-wrap {
    background-color: #182925;
}

.arrow-wrap img {
    filter: hue-rotate(115deg);
}

.button-link__log-in {
    background-color: #0a1824;
}

.button-link__new-account {
    background: #080b19;
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
    color: #080b19;
}

.fs-bg-chart {
    opacity: 0.4;
}

.fs-bg-rotate-wave {
    filter: hue-rotate(285deg);
    opacity: .3;
}

.advantage-wrap {
    border: 2px solid #82deba;
    background: linear-gradient(to bottom, #0a1824, #141E30);
    box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}

.advantage-wrap:before {
    background: linear-gradient(to top, #0a182400, #0a1824);
}

.dropdown-content {
    background-color: rgb(10 24 36);
    border: 1px solid rgb(132 223 187);
}

.dropdown-content:before {
    border-left: 1px solid #84dfbb;
    border-top: 1px solid #84dfbb;
    background-color: #0a1824;
}

.dropdown-content__link {
    color: #b5fce0;
}

.dropdown-content__link:hover {
    color: #34c18b;
}

.headline {
    color: #b5fce0;
}

.advantages-img-wrap {
    width: 120px;
    height: 120px;
    bottom: -60px;
    background-color: #141e30;
}

.advantage-wrap__headline {
    color: #b5fce0;
    margin-top: 20px;
}

.advantage-section {
    background-color: #07171c;
}

.presentation-section {
    background-color: #07171c;
}

.solution-section {
    background-color: #07171c;
}

.content-block:before {
    background: linear-gradient(to top, #0a182400, #0a1824);
}

.content-block {
    border: 2px solid #82deba;
    background: linear-gradient(to bottom, #0a1824, #141E30);
    box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}

.steps-icon-wrap {
    background-color: #07171c;
}

.solution-block__headline {
    color: #b5fce0;
}

.solution-icon-line {
    background-color: #b5fce0;
}

.solution-icon-line:before {
    border: 1.5px solid #b5fce0;
}

.solution-icon-line:after {
    background-color: #b5fce0;
}

.widget-card {
    border: 2px solid #82deba;
    background: linear-gradient(to bottom, #0a1824, #141E30);
    box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}

.widget-card:before {
    background: linear-gradient(to top, #0a182400, #0a1824);
}

.platform-benefits-wrap {
    border: 2px solid #82deba;
    background: linear-gradient(to bottom, #0a1824, #141E30);
    box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}

.platform-benefits-wrap:before {
    background: linear-gradient(to top, #0a182400, #0a1824);
}

.device-wrap {
    border: 2px solid #82deba;
    background: linear-gradient(to bottom, #0a1824, #141E30);
    box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}

.device-wrap:before {
    background: linear-gradient(to top, #0a182400, #0a1824);
}

.market-section {
    background-color: rgb(7 23 28);
}

.solution-circle-bg {
    width: 100%;
}

.platform-section {
    background-color: #07171c;
}

.device-circle-bg {
    width: 100%; 
}

.button-link:before {
    background: #7adbb5;
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.platform-benefits-wrap ul li:before {
    border: 1.5px solid #b5fce0;
}

.platform-benefits-wrap ul li:after {
    background-color: #b5fce0;
}

.main-footer__navigation {
    background-color: #0c1e22;
}

.main-footer__info {
    background-color: #08191f;
}

.article-section {
    background-color: #07171c;
}

.article-section .fs-bg-chart {
    opacity: 0.1;
}

.platform-img-wrap {
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.device-card__name {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #b5fce0;
}

.stickytop {
    background: linear-gradient(to top, #0a1824, #0a1824);
}

.footer-headline {
    color: rgb(181 252 224);
}

.scrolldown-line {
    background-color: #b5fce0;
    background: #b5fce0;
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
    border: 2px solid #b5fce0;
}

.footer-nav-block__link:hover {
    color: #34c18b;
}

.footer-contacts {
    border-bottom: 1px solid rgb(52 193 139 / 15%);
}

.link-block__item:hover {
    color: #34c18b;
}

.widget-fixed {
    background-color: rgb(19 29 48);
}

.breadcrumps-arrow::after {
    filter: hue-rotate(100deg);
}

.text-info__block {
    border-top: 1px solid rgb(52 193 139 / 15%);
    border-bottom: 1px solid rgb(52 193 139 / 15%);
}

.templatePage__information--title h2 {
    color: #b5fce0;
}

.text-info__block {
    width: 100%;
}

.article-link {
    color: #b5fce0;
}

.templatePage__list-item .text-point::before {
    border: 1.5px solid #b5fce0;
}

.templatePage__list-item .text-point::after {
    background-color: #b5fce0;
}

.link-inText:hover {
    color: #34c18b;
}

.sign-up-section {
    background: #0A1824;
}

.inp {
    cursor: unset;
}

.inp .input-image path  {
    fill: #bbc5d3;
    transition: .3s;
}

.inp input {
    color: #b5fce0;
    border: 1px solid #202b39;
    border-radius: 15px;
    background: #061522;
    cursor: text;
}

input:focus {
    outline: none;
    border: 1px solid #b5fce0!important;
    color: #b5fce0!important;
}

input:not(:placeholder-shown) {
    border-color: #202b39;
    color: #b5fce0!important;
}

.my-select {
    color: #b5fce0;
    border: 1px solid #202b39;
    border-radius: 15px;
    background: #061522;
    cursor: pointer;
    outline: none;
}

.my-select .current {
    color: #b5fce0;
}

.my-select:focus {
    outline: none;
    border: 1px solid #b5fce0!important;
    color: #b5fce0!important;
    background: #061522;
}

.my-select:hover {
    border: 1px solid #8293A7;
}

.my-select .option.focus, .my-select .option.selected.focus {
    background-color: rgb(181 252 224 / 10%);
    color: #fff;
}

.my-select .option:hover {
    background-color: rgb(181 252 224 / 10%);
    color: #fff;
}

.my-select.is-value-selected ~ .placeholder {
    color: #bbc5d3!important;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #b5fce0!important;
}

.placeholder {
    pointer-events: none;
    color: #bbc5d3!important;
}

.my-select:focus .placeholder {
    color: #b5fce0!important;
}

input:focus .placeholder {
    color: #b5fce0!important;
}

input:not(:placeholder-shown) + .placeholder {
    color: #bbc5d3!important;
}

input:focus + .placeholder {
    color: #bbc5d3!important;
}

.input-image {
    pointer-events: none;
}

.my-select.is-value-selected ~ .input-image path {
    fill: #b5fce0;
}

input:not(:placeholder-shown) ~ .input-image path {
    fill: #b5fce0;
}

.my-select:focus .placeholder {
    color: #bbc5d3!important;
}

input:focus + .placeholder + .input-image path {
    fill: #b5fce0!important;
}

.my-select:not(:placeholder-shown) + .placeholder {
    color: #bbc5d3!important;
}

.link-block__link {
    color: #b5fce0;
}

.link-block__link:hover {
    color: #34c18b;
}

.link-block__link-active {
    color: #34c18b;
}

.link-block__link-active::before {
    background: #34c18b;
}

.remember-group__inside-link {
    color: #b1f7dc;
}

.remember-group__inside-link::after {
    background: #b5fce0;
}

.button-link__sign-up-btn {
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.my-select .list {
    background-color: #061522;
}

.nice-select.open .list::-webkit-scrollbar {
    width: 3px !important;
}

.nice-select.open .list::-webkit-scrollbar-track {
    background-color: #061522 !important;
    width: 2px !important;
    border: 0 solid #b5fce0 !important;
}

.nice-select.open .list::-webkit-scrollbar-thumb {
    background-color: #b5fce0 !important;
    border-radius: 20px !important;
    border: 0 solid #b5fce0 !important;
}

.checkbox-field+label::before {
    border: 0px solid #4b5b70;
    background-color: #34c18b2e;
    border: 1px solid transparent;
}

.remember-group:hover .checkbox-field+label::before  {
    border: 1px solid #b5fce0;
}

.checkbox-field:checked+label::before {
    border: 1px solid #b5fce0;
}

.sign-up-section .fs-bg-chart {
    opacity: .1;
}

.button-link__sign-up-btn {
    color: #080b19;
}

.button-link__sign-up-btn:hover {
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
    color: #85dfbc;
}

.button-link__sign-up-btn span {
    position: relative;
    z-index: 3;
}

.button-link__sign-up-btn:before {
    background: #080b19;
    z-index: 2;
    transition: .3s;
}

.button-link__sign-up-btn:hover:before {
    opacity: 1;
}

.button-link__back-to-main {
    color: #b1f7dc;
}

.button-link__back-to-main:before {
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.button-link__back-to-main:hover:before {
    background: -webkit-linear-gradient(to right, #34c18b, #85dfbc);
    background: linear-gradient(to right, #34c18b, #85dfbc);
}

.button-link__back-to-main .back-arrow path {
    fill: #b1f7dc;
}

.button-link__back-to-main:hover .back-arrow path {
    fill: #080b19;
}

.log-in-section {
    background: #0A1824;
}

.log-in-section .fs-bg-chart {
    opacity: .1;
}

.text-info {
    color: #466358;
}

.scrolldown-text {
    display: none;
}

.scrolldown-box:hover .scrolldown-line {
    box-shadow: rgb(181 252 224 / 40%) 0px 11px 14px -5px;
}

.solution-circle-bg {
    top: auto;
    bottom: 0;
}

.pres-bg-chart {
    top: auto;
    bottom: 0;
}

.background-block {
    bottom: 160px;
}

.burger-menu__line {
    background-color: #82deba;
}

.hidden-nav__block {
    background-color: #0a1824;
}

.dropdown-list__item-link:before {
    background-color: #34c18b;
}

.burger-arrow {
    filter: brightness(0.1);
}

.hidden-button-link__new-account {
    font-weight: 700;
    border: 3px solid #34c18b;
    border-radius: 10px;
    background-color: #34c18b;
}

.hidden-dropdown-content {
    border: 0;
}

.hidden-headline {
    color: #b5fce0;
}

.burger-return-arrow {
    filter: hue-rotate(105deg);
}

.button-link.hidden-button-link__new-account {
    color: #0a1824;
}

.preloader {
    background: #07171c;
}

.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top-color: #34c18b;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

@media (max-width: 991.98px) {
    .background-block {
        bottom: auto;
        height: 100%;
    }

    .home-section .row {
        height: 100%;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .first-screen-img-wrap {
        height: auto;
    }

    .fs-bg-chart {
        bottom: 0;
        width: 90%;
    }

    .home-section {
        height: auto;
    }
    
    .first-screen-img-wrap {
        padding-top: 0px;
    }

    .first-screen-img-wrap img {
        max-width: 70%;
    }

    .home-section .background-block:before {
        background-size: auto 60%;
        background-position-y: 35%;
    }

    .background-block {
        bottom: 285px;
    }

    .fs-bg-chart {
        opacity: 0.2;
    }
}

@media (max-width: 767.98px) {
    .home-section .background-block:before {
        background-size: auto 60%;
        background-position-y: 45%;
    }
    .first-screen-img-wrap img {
        max-width: 80%;
    }
}

@media (max-width: 575.98px) {
    .home-section .background-block:before {
        background-size: auto 40%;
        background-position-y: 0%;
    }
    .security-block img {
        max-width: 40px;
        margin: 0 10px;
    }
    .first-screen-img-wrap {
        padding-top: 20px;
    }
    .home-section__container {
        padding-top: 110px;
        align-items: flex-start;
    }
}
.widget-card {
      position: relative;
}

.lang-btn {
      display: flex;
      align-items: center;
  margin: 0 0 0 15px;
}

.lang-btn img {
      height: 20px;
      width: auto;
  margin: 0 4px 0 0px;
}

.lang-btn span {
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 14px;
}


@media (max-width: 575.98px) {
  .verification-block {
        margin-right: 12px;
  }
}
