@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700,800,900&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #003E84;
  opacity: 0;
  -webkit-animation: pageFadeIn 2s 0.5s forwards;
          animation: pageFadeIn 2s 0.5s forwards;
}

@-webkit-keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.link {
  text-decoration: none;
  font-size: 16px;
  color: #003E84;
}

.h1, .h2, .h3, .h4 {
  font-family: 'Montserrat', sans-serif;
  color: #004A9D;
  font-weight: 900;
}

.h1 {
  font-size: 56px;
  line-height: 73px;
  margin-bottom: 30px;
}

.h2 {
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 20px;
}

.h3 {
  font-size: 32px;
}

.h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: 10px;
}

.p {
  font-family: 'Open Sans', sans-serif;
  color: #003E84;
  font-size: 16px;
  line-height: 24px;
}

.p--bigger {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

.centered-text {
  text-align: center;
}

.btn {
  cursor: pointer;
  outline: none;
  display: inline-block;
  background-color: #51B6FF;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding: 20px 30px;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  background-color: #004A9D;
}

.btn.disabled {
  background-color: #C8E6FF;
}

.section {
  padding-bottom: 180px;
}

.wrapper {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

.section .wrapper,
.home-hero,
.faq,
.platform-ways{
  overflow: hidden;
}

.contact .wrapper,
.platform-hero .wrapper,
.platform-analytics .wrapper,
.home-hero .wrapper,
.faq .wrapper,
.platform-ways .wrapper{
  overflow: initial;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding-bottom: 100px;
  }
  .h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .h3, .h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .p {
    font-size: 13px;
    line-height: 19px;
  }
  .p--bigger {
    margin-bottom: 30px;
  }
  .link {
    font-size: 13px;
  }
  .btn {
    padding: 13px 41px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    padding-top: 100px;
  }
}
 
/*HEADER////////////////////////////////////////////////////////////////*/
header {
  position: relative;
  z-index: 10;
  padding-bottom: 170px;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 20px;
}

.header__logo img {
  width: 100%;
}

header nav {
  position: absolute;
  right: 150px;
  top: 40px;
}

header nav ul li {
  display: inline-block;
}

.current-menu-item a {
  color: #34AAFF;
  border-bottom: 1px solid #34AAFF;
}

.header__nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #004A9D;
  margin-left: 45px;
}

.header__menu-btn {
  display: none;
}

.header__lang {
  position: absolute;
  right: 0;
  top: 27px;
  cursor: pointer;
}

.header__lang-item {
  padding: 10px 25px 10px 14px;
  position: relative;
}

.header__lang-item--active:after {
  content: url("../img/Start2Pay_SVG/UI/home_page/header/languages/arrow.svg");
  position: absolute;
  top: 14px;
  right: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__lang:hover .header__lang-item--active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header__lang-item--hidden {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 54, 116, 0.1);
          box-shadow: 0px 8px 20px rgba(0, 54, 116, 0.1);
  border-radius: 6px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__lang:hover .header__lang-item--hidden {
  opacity: 1;
  visibility: visible;
}

.header__lang-item img {
  margin-right: 5px;
}

.header__lang-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #004A9D;
  font-weight: bold;
  position: relative;
  top: -6px;
}

@media only screen and (max-width: 992px) {
  header {
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.scrolled {
    background-color: white;
    -webkit-box-shadow: 0px 2px 10px rgba(1, 40, 86, 0.2);
            box-shadow: 0px 2px 10px rgba(1, 40, 86, 0.2);
  }
  header nav {
    background-color: white;
    height: 100vh;
    width: 110vw;
    left: -10vw;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header nav ul {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header nav ul li {
    display: block;
    text-align: center;
  }
  .current-menu-item a {
    border-bottom: 1px solid #D5EAFC;
  }
  .header__nav-link {
    display: block;
    width: 300px;
    margin-left: 0;
    padding: 20px 0;
    font-weight: 800;
    font-size: 26px;
    line-height: 39px;
    border-bottom: 1px solid #D5EAFC;
  }
  .header__lang {
    position: fixed;
    top: 60%;
    left: 37%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    width: 130px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header__lang-name {
    font-size: 24px;
    left: 0;
    top: -9px;
  }
  .header__lang-item img {
    width: 36px;
  }
  .header__lang-item--active:after {
    top: 21px;
    right: 14px;
  }
  .header__menu-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background-color: #004A9D;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__menu-btn-surface{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 50px;
    height: 50px;
    z-index: 21;
  }
  .header__menu-btn:after,
  .header__menu-btn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background-color: #004A9D;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__menu-btn:after {
    top: -10px;
  }
  .header__menu-btn:before {
    top: 10px;
  }
  .header__menu-btn.active {
    background-color: transparent;
  }
  .header__menu-btn.active:after {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  .header__menu-btn.active:before {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
  }
  .header__logo {
    top: 20px;
  }
  .header__logo img {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .header__lang {
    left: 33.7%;
  }
}

@media only screen and (max-width: 480px) {
  header nav ul {
    top: 38%;
  }
  .header__lang {
    left: 15%;
    top: 80%;
  }
}

/*section////////////////////////////////////////////////////////////////*/
.home-hero {
  margin-bottom: 180px;
}

.home-hero__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero__bg--mobile {
  display: none;
}

.home-hero__layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}

.home-hero__layout-1__item {
  width: 50%;
}

.home-hero__layout-1__item img {
  -webkit-animation: hero-img-anim 10s 2s ease-in-out infinite;
          animation: hero-img-anim 10s 2s ease-in-out infinite;
}

@-webkit-keyframes hero-img-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hero-img-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.home-hero__layout-1 .h1 {
  margin-top: 25px;
}

.home-hero__hidden-mobile-symbol {
  display: none;
}

.home-hero__layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-hero__layout-2__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-hero__layout-2__item--mobile {
  display: none;
}

.home-hero__layout-2__more-link {
  position: relative;
  font-weight: 600;
  top: 20px;
  transition: 0.4s;
}

.home-hero__layout-2__more-link:hover {
  color: #39ACFF;
}

.home-hero__layout-2__more-link:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #34AAFF;
}

.home-hero__layout-2__more-link span {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 900;
  color: #003E84;
  display: inline-block;
  transition: 0.4s;
}

.home-hero__layout-2__more-link:hover span {
  color: #004A9D;
  transform: translateY(-10px);
}

@media only screen and (min-width: 1550px) {
  .home-hero__bg {
    top: -200px;
    max-height: 1800px;
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .home-hero {
    margin-bottom: 150px;
  }
  .home-hero__layout-1__item {
    width: 45%;
  }
  .home-hero__layout-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-hero__layout-1__item img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home-hero__layout-2__item {
    text-align: center;
    width: 33%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .home-hero__hidden-mobile-symbol {
    display: inline;
  }
  .home-hero__bg {
    display: none;
  }
  .home-hero__bg--mobile {
    display: block;
    height: auto;
    min-height: 800px;
  }
  .home-hero__layout-1 {
    margin-bottom: 60px;
  }
  .home-hero__layout-1__item img {
    display: none;
  }
  .home-hero__layout-1__item {
    width: 100%;
    text-align: center;
  }
  .home-hero__layout-2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-animation: home-hero__layout-2__animate 15s 2s linear infinite;
            animation: home-hero__layout-2__animate 15s 2s linear infinite;
  }
  .home-hero__layout-2__item {
    margin: 0 30px;
    margin-bottom: 0;
  }
  .home-hero__layout-2__item--mobile-hidden {
    display: none;
  }
  .home-hero__layout-2__item--mobile {
    display: block;
  }
}

@-webkit-keyframes home-hero__layout-2__animate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-205vw);
            transform: translateX(-205vw);
  }
}

@keyframes home-hero__layout-2__animate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-205vw);
            transform: translateX(-205vw);
  }
}

/*section////////////////////////////////////////////////////////////////*/
.home-about__p--wrapper {
  width: 450px;
  margin-bottom: 30px;
}

.home-about__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-about__item {
  width: 30%;
  position: relative;
}

.home-about__img-bg {
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-about__img-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-about__item:hover .home-about__img-bg {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.home-about__item:hover .home-about__img-icon {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

@media only screen and (max-width: 480px) {
  .home-about {
    text-align: center;
  }
  .home-about__p--wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .home-about__item {
    width: 100%;
    margin-top: 40px;
  }
  .home-about__img-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-about__item:hover .home-about__img-bg,
  .home-about__item:hover .home-about__img-icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home-about__item:hover .home-about__img-icon {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*section////////////////////////////////////////////////////////////////*/
.home-steps {
  text-align: center;
}

.home-steps__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}
.home-steps__layout--ru{
  flex-wrap: nowrap;
}

.home-steps__item {
  margin: 0 100px;
}

.home-steps__item .h4{
  font-weight: bold;
}

.home-steps__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-weight: 800;
  color: #004A9D;
}

.home-steps__mark {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  margin: 25px auto;
  background-color: #E6F3FF;
  -webkit-transition: 1s;
  transition: 1s;
}

.home-steps__mark span {
  position: absolute;
  top: 43%;
  height: 6px;
  width: 0px;
  background-color: #51B6FF;
}

.markAnim {
  -webkit-animation: markColorAnim forwards;
          animation: markColorAnim forwards;
}

.markLineAnim {
  -webkit-animation: markLineAnim forwards;
          animation: markLineAnim forwards;
}

.home-steps__mark span.last-mark-span {
  display: none;
}

.home-steps__mark img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}

.home-steps__mark img {
  opacity: 1;
}

@-webkit-keyframes markColorAnim {
  0% {
    background: #E6F3FF;
  }
  100% {
    background: #51B6FF;
  }
}

@keyframes markColorAnim {
  0% {
    background: #E6F3FF;
  }
  100% {
    background: #51B6FF;
  }
}

@-webkit-keyframes markLineAnim {
  0% {
    width: 0px;
  }
  100% {
    width: 370px;
  }
}

@keyframes markLineAnim {
  0% {
    width: 0px;
  }
  100% {
    width: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .home-steps__mark {
    display: none;
  }
  .home-steps__num {
    position: relative;
    font-size: 19px;
    color: white;
    position: relative;
    left: -35px;
    top: 17px;
  }
  .home-steps__num:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #51B6FF;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    z-index: -1;
  }
  .home-steps__layout {
    display: block;
    margin-top: 30px;
  }
  .home-steps__item {
    width: 140px;
    text-align: left;
    margin: 25px auto 0 auto;
    position: relative;
    left: 25px;
  }
  .home-steps__layout--ru .home-steps__item{
    width: 150px;
  }
  .home-steps__layout .h4 {
    font-size: 14px;
    line-height: 17px;
  }
}

/*section////////////////////////////////////////////////////////////////*/
.home-solutions__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

.home-solutions__item {
  position: relative;
  width: 16.5%;
  border: 1px solid #A9D6FE;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  margin: 0 1.5% 3% 1.5%;
  height: 170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-solutions__item--mobile {
  display: none;
}

.home-solutions__tag {
  font-family: 'Montserrat', sans-serif;
  color: #004A9D;
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.home-solutions__item img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-solutions__item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.home-solutions__item:hover img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media only screen and (max-width: 992px) {
  .home-solutions__item {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .home-solutions__item {
    width: 47%;
  }
}

@media only screen and (max-width: 480px) {
  .home-solutions__item {
    width: 200px;
  }
  .home-solutions__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .home-solutions__layout::-webkit-scrollbar {
    display: none;
  }
  .home-solutions__item:hover,
  .home-solutions__item:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 
@-webkit-keyframes home-solutions__layout__animate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-232vw);
            transform: translateX(-232vw);
  }
}

@keyframes home-solutions__layout__animate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-232vw);
            transform: translateX(-232vw);
  }
} */

/*FOOTER////////////////////////////////////////////////////////////////*/
footer {
  position: relative;
  padding: 100px 0 20px 0;
  text-align: center;
}

.footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.footer__bg--mobile {
  display: none;
}

.footer__header {
  margin-bottom: 50px;
}

.footer__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.rights {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.footer__item-link {
  color: #004A9D;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-left: 55px;
  line-height: 20px;
}

@media only screen and (max-width: 768px) {
  .footer__item {
    width: 100%;
  }
  .footer__item-link {
    margin: 0 10px;
  }
  .rights {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .footer__layout {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .footer__bg {
    display: none;
  }
  .footer__bg--mobile {
    display: block;
  }
  footer {
    padding: 70px 0 20px 0;
  }
  .footer__header {
    margin-bottom: 30px;
  }
}

/*////////////////////////////////////////////////////////////////*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #51B6FF;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scroll-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  .scroll-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
.platform-hero__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1700px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.platform-hero__bg--mobile {
  display: none;
}

.platform-hero__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.platform-hero__layout .h1 {
  margin-top: 25px;
}

.platform-hero__item {
  width: 50%;
}

.platform-hero__item img {
  position: relative;
  left: -140px;
  -webkit-animation: hero-img-anim 10s 2s ease-in-out infinite;
          animation: hero-img-anim 10s 2s ease-in-out infinite;
}

.platform-hero__h1-accent {
  color: #3CD190;
  position: relative;
}

.platform-hero__h1-accent:after {
  content: "•";
  position: absolute;
  left: -35px;
  top: -5px;
}

.platform-integration__item {
  position: relative;
}

@media only screen and (min-width: 1650px) {
  .platform-hero__bg {
    top: -300px;
    max-height: 2100px;
  }
}

@media only screen and (max-width: 992px) {
  .platform-hero__item {
    width: 45%;
  }
  .platform-hero__item img {
    width: 170%;
  }
  .platform-hero__bg{
    max-height: 1800px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .platform-hero__item img {
    left: -80px;
  }
}

@media only screen and (max-width: 480px) {
  .platform-hero__bg {
    display: none;
  }
  .platform-hero__bg--mobile {
    display: block;
    top: -60px;
  }
  .platform-hero__item img {
    display: none;
  }
  .platform-hero__item {
    width: 100%;
    text-align: center;
  }
  .platform-hero__h1-accent:after {
    top: -3px;
    left: -20px;
  }
  .platform-hero__layout {
    margin-bottom: 200px;
  }
}

/*////////////////////////////////////////////////////////////////*/
.platform-integration__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.platform-integration__item {
  width: 49%;
}

.platform-integration__item .h2 {
  margin-top: 90px;
}

.platform-integration__p--list {
  position: relative;
  margin-top: 25px;
  padding-left: 45px;
}

.platform-integration__p--list:after {
  content: url("../img/Start2Pay_SVG/UI_mobile/platform_page/Block_1/arrow_1.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.platform-integration__code--mobile {
  display: none;
}

#codeSection {
  font-family: 'Andale Mono', Monospace;
  font-size: 15px;
  line-height: 1.5;
  position: absolute;
  top: 110px;
  left: 60px;
}

#codeSection p {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}

#codeSection {
  color: white;
}

.text-class {
  color: #F4CF84;
}

.text-reserved-identifier {
  color: #C0A7C7;
}

.text-reserved-method {
  color: #95C2B5;
}

@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media only screen and (max-width: 1200px) {
  .platform-integration__item .h2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .platform-integration__layout {
    margin-top: 80px;
  }
  .platform-integration__code {
    display: none;
  }
  .platform-integration__code--mobile {
    display: block;
  }
  #codeSection {
    font-size: 13px;
    top: 95px;
    left: 55px;
  }
}

@media only screen and (max-width: 480px) {
  .platform-integration__item {
    width: 100%;
  }
  .platform-integration__item:first-child {
    margin-bottom: 30px;
  }
  .platform-integration__item:nth-child(2) img {
    position: relative;
    left: -30px;
    width: 120%;
  }
  #codeSection {
    z-index: 1;
    left: 10px;
    top: 70px;
  }
  .platform-integration__layout {
    text-align: center;
  }
  .platform-integration__p--list {
    text-align: left;
    margin: 25px 0 0 20px;
  }
  .platform-integration__layout {
    margin-top: 250px;
  }
  .platform-integration__p--list:after {
    top: -3px;
  }
}

/*////////////////////////////////////////////////////////////////*/
.platform-ways {
  text-align: center;
}

.platform-ways__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.platform-ways__item {
  width: 30%;
  position: relative;
  padding: 70px 0 130px 0;
}

.platform-ways__item:nth-child(2) {
  top: 140px;
}

.platform-ways__item:nth-child(3) {
  top: 20px;
}

.platform-ways__img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.platform-ways__item:nth-child(1) .platform-ways__img{
  -webkit-animation: hero-img-anim 10s 1s ease-in-out infinite;
          animation: hero-img-anim 10s 1s ease-in-out infinite;
}

.platform-ways__item:nth-child(2) .platform-ways__img{
  -webkit-animation: hero-img-anim 10s 2s ease-in-out infinite;
          animation: hero-img-anim 10s 2s ease-in-out infinite;
}

.platform-ways__item:nth-child(3) .platform-ways__img{
  -webkit-animation: hero-img-anim 10s 3s ease-in-out infinite;
          animation: hero-img-anim 10s 3s ease-in-out infinite;
}

.platform-ways__num {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* .platform-ways__item:hover .platform-ways__num {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
} */

.platform-ways__item .p,
.platform-ways__item .h4 {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* .platform-ways__item:hover .h4 {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
} */

.platform-ways__item .p {
  opacity: 0.8;
  width: 80%;
  margin: 0 auto;
}

/* .platform-ways__item:hover .p {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
} */

.platform-ways__nav {
  display: none;
}

.platform-ways__nav-item {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #BFE2FF;
  border-bottom: 4px solid transparent;
  margin: 0 10px;
}

.platform-ways__nav-item.active {
  color: #004A9D;
  font-size: 36px;
  line-height: 43px;
  border-bottom: 4px solid #51B6FF;
}

@media only screen and (max-width: 1200px) {
  .platform-ways__img {
    max-width: 110%;
  }
}

@media only screen and (max-width: 992px) {
  .platform-ways__img {
    max-width: 120%;
    left: -30px;
    top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .platform-ways__layout {
    margin-bottom: 350px;
  }
  .platform-ways__img {
    max-width: 100%;
    left: 0;
    top: 0;
  }
  .platform-ways .p--bigger {
    font-size: 16px;
  }
  .platform-ways__item {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .platform-ways__item:nth-child(2),
  .platform-ways__item:nth-child(3) {
    top: 100px;
  }
  .platform-ways__num {
    margin-top: 60px;
  }
  .platform-ways__item.active {
    opacity: 1;
    visibility: visible;
  }
  .platform-ways__nav {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  /* .platform-ways__item:hover .platform-ways__img,
  .platform-ways__item:hover .platform-ways__num,
  .platform-ways__item:hover .h4,
  .platform-ways__item:hover .p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } */
}

/*////////////////////////////////////////////////////////////////*/
.platform-analytics {
  padding-bottom: 120px;
}

.platform-analytics__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.platform-analytics__item {
  width: 45%;
}

.platform-analytics__img {
  width: 115%;
  position: relative;
}

.platform-analytics__img--mobile {
  display: none;
}

.platform-analytics__item .h2 {
  margin-top: 100px;
}

.platform-analytics__item .p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .platform-analytics__item .h2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .platform-analytics {
    text-align: center;
    padding-bottom: 50px;
  }
  .platform-analytics__item {
    width: 100%;
  }
  .platform-analytics__img {
    display: none;
  }
  .platform-analytics__img--mobile {
    display: block;
    left: -7.5%;
  }
  .platform-analytics__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*////////////////////////////////////////////////////////////////*/
.platform-advantages__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.platform-advantages__item {
  position: relative;
  width: 23%;
  border: 1px solid #A9D6FE;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 110px 25px 50px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.platform-advantages__item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.platform-advantages__item img {
  position: absolute;
  top: -40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.platform-advantages__item:hover img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.platform-advantages__item .h4 {
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.platform-advantages__item:hover .h4 {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.platform-advantages__item .p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.platform-advantages__item:hover .p {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media only screen and (max-width: 768px) {
  .platform-advantages__layout {
    margin-top: 20px;
  }
  .platform-advantages__item {
    width: 48%;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .platform-advantages__item {
    width: 100%;
    text-align: center;
    padding: 110px 40px 50px 40px;
  }
  .platform-advantages__item img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .platform-advantages__item:hover,
  .platform-advantages__item:hover img,
  .platform-advantages__item:hover .h4,
  .platform-advantages__item:hover .p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .platform-advantages__item:hover img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
.faq .h1 {
  margin-bottom: 50px;
}

.faq__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__layout__item-1 {
  width: 20%;
}

.faq__block-switcher--mobile {
  display: none;
}

.faq__block-switcher {
  cursor: pointer;
  position: relative;
  color: #4077B6;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 23px;
  padding: 2px 0 2px 20px;
}

.faq__block-switcher.active {
  font-weight: 700;
  color: #004A9D;
}

.faq__block-switcher.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  border-radius: 100px;
  background-color: #51B6FF;
}

.faq__layout__item-2 {
  min-height: 500px;
  width: 72%;
  position: relative;
}

.faq__accordeon {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq__accordeon.active {
  opacity: 1;
  visibility: visible;
}

.faq__accordeon .acc {
  margin-bottom: 20px;
  border-bottom: 1px solid #A9D6FE;
}

.faq__accordeon .acc input {
  display: none;
}

.faq__accordeon .acc input:checked ~ .p {
  margin: 20px 0;
  opacity: 1;
  visibility: visible;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.faq__accordeon .acc label {
  cursor: pointer;
  color: #004A9D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  padding-right: 50px;
  line-height: 27px;
  letter-spacing: 0.02em;
  display: block;
}

.faq__accordeon .acc input:checked ~ label {
  color: #51B6FF;
}

.faq__accordeon .acc label:after {
  content: url("../img/arrow1.svg");
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.faq__accordeon .acc input:checked ~ label:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq__accordeon .acc .p {
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 20px;
  line-height: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .faq__layout__item-1 {
    width: 100%;
  }
  .faq__layout__item-2 {
    width: 100%;
    min-height: 700px;
  }
  .faq__accordeon .acc label {
    padding-right: 50px;
    font-size: 18px;
    line-height: 27px;
  }
  .faq__block-switcher--mobile {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 700;
    color: #004A9D;
    border: 1px solid #D5EAFC;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .faq__block-switcher--mobile:after {
    content: url("../img/arrow2.svg");
    position: absolute;
    right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .faq__block-switcher--mobile:hover:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .faq__block-switcher-wrapper {
    background-color: white;
    z-index: 1;
    border: 1px solid #D5EAFC;
    border-radius: 6px;
    padding: 0 20px;
    margin-bottom: 0;
    height: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .faq__block-switcher--mobile:hover + .faq__block-switcher-wrapper {
    opacity: 1;
    visibility: visible;
    height: 190px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .faq__block-switcher.active:after {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .faq__block-switcher {
    margin-left: 20px;
  }
  .faq__block-switcher-4 {
    margin-bottom: 0;
  }
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
.contact-footer img,
.contact-footer .h2,
.contact-footer .btn {
  display: none;
}

.contact {
  padding-bottom: 0;
}

.contact__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact__item-1 {
  width: 55%;
  position: relative;
}

.contact__form form{
  max-width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

.contact__input,
.contact__textarea {
  font-family: 'Open Sans', sans-serif;
  outline: none;
  padding: 15px;
  border: 1px solid #D5EAFC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 30px;
  color: #004A9D;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
}

.contact__input:focus,
.contact__textarea:focus {
  border: 1px solid #004A9D;
}

.contact__input::-webkit-input-placeholder,
.contact__textarea::-webkit-input-placeholder {
  color: #004A9D;
}

.contact__input:-ms-input-placeholder,
.contact__textarea:-ms-input-placeholder {
  color: #004A9D;
}

.contact__input::-ms-input-placeholder,
.contact__textarea::-ms-input-placeholder {
  color: #004A9D;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #004A9D;
}

.contact__input {
  width: 100%
}

.contact__textarea {
  width: 100%;
  height: 120px;
  resize: none;
}

.your-name, .your-email{
  width: 47.5%;
}

.your-message{
  width: 100%;
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: -20px;
    font-size: 13px;
    left: 3px;
}

.contact__submit {
  padding: 20px 30px;
  width: 190px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
}

.form__message,
.wpcf7-response-output, 
.wpcf7-display-none, 
.wpcf7-validation-errors {
  color: #004A9D;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 1.3;
  left: 200px;
  border: none !important;
}

.contact__item-2 {
  width: 40%;
}

.contact__link-block {
  position: relative;
  min-height: 170px;
  display: block;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 54, 116, 0.1);
          box-shadow: 0px 6px 30px rgba(0, 54, 116, 0.1);
  border-radius: 6px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px 40px 180px;
}

.contact__img {
  position: absolute;
  left: 60px;
  top: 40px;
}

.contact__email-header {
  margin-top: 7px;
}

.contact__email-link {
  display: inline-block;
  border-bottom: 1px solid #003E84;
}

@media only screen and (max-width: 1200px) {
  .contact__link-block {
    padding: 40px 30px 40px 140px;
  }
  .contact__img {
    left: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .contact__form form{
    max-width: 100%;
  }
  .contact__item-1,
  .contact__item-2 {
    width: 100%;
  }
  .contact__form {
    max-width: 100%;
  }
  .contact__item-1 {
    margin-bottom: 60px;
  }
  .contact__item-2 .h4 {
    margin-top: 7px;
  }
  .contact-footer {
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .your-name, .your-email {
    width: 100%;
  }
  span.wpcf7-not-valid-tip {
      top: -10px;
  }
  .contact__submit {
    width: 100%;
    padding: 13px 0;
  }
  .contact__input,
  .contact__textarea {
    margin-bottom: 20px;
    padding: 12.5px 15px;
  }
  .contact__textarea {
    height: 100px;
  }
  .form__message,
  .wpcf7-response-output, 
  .wpcf7-display-none, 
  .wpcf7-validation-errors {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
.docs .wrapper {
  max-width: 930px;
}

.docs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.docs__links .docs__link {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}

.docs__link-col {
  width: 48%;
}

.docs__link {
  color: #27A3FD;
}

.docs .p {
  margin-bottom: 20px;
}

.p--bold {
  font-weight: 700;
}

.docs .h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 800;
  margin: 40px 0 20px 0;
}

.table__wrapper {
  width: 100%;
}

table {
  text-align: left;
  margin: 30px 0;
  width: 100%;
  border-right: 1px solid #D5EAFC;
  border-left: 1px solid #D5EAFC;
}

th {
  background: #51B6FF;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

th, td {
  border-style: solid;
  border-color: white;
  padding: 10px 55px;
}

th:first-child {
  border-top-left-radius: 6px;
}

th:last-child {
  border-top-right-radius: 6px;
}

td {
  background: white;
  color: #003E84;
  border-bottom: 1px solid #D5EAFC;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  .docs__link-col {
    width: 100%;
  }
  table {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  th, td {
    border-style: solid;
    border-color: white;
    padding: 10px 25px;
    font-size: 14px;
  }
  .docs .h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 80px;
    margin-top: -50px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
  }
}



/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
#catapult-cookie-bar{
  background: #FFFFFF !important;
  box-shadow: 0px 6px 30px rgba(0, 59, 125, 0.1);
}
.ctcc-left-side{
  color: #003B7D !important;
  position: relative;
}
.ctcc-more-info-link{
  color: #003B7D !important;
  font-weight: bold !important;
}
.ctcc-left-side:before{
  content: url("../img/cookie.svg");
  position: absolute;
  left: -70px;
  top: -20px;
}
#catapultCookie{
  background: #34AAFF !important;
  border-radius: 6px !important;
  color: white !important;
  padding: 13px 30px !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

@media only screen and (max-width: 480px) {
  .cookie-bar-bar button#catapultCookie {
    margin: 0 !important;
  }
}




/* New styles */

.meeting_body {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #023E84;
  position: relative;
}
.meeting_body:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/meeting/noise_bg.png');
}
.meeting_home {
  padding-bottom: 0px;
}
.meeting_home .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: visible;
}
.meeting_body .footer__bg,
.meeting_body .footer__header,
.meeting_body footer .link.btn {
  display: none;
}
.meeting_body footer .footer__item .rights {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.meeting_body .footer__item-link {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.meeting_body footer {
  padding: 0px;
  padding-bottom: 51px;
  margin-top: -71px;
}
.meeting_body header nav {
  right: 0;
  top: 45px;
}
.meeting_body .header__nav-link {
  color: #fff;
  margin-left: 54px;
}
.meeting_body #menu-top-menu li:first-child a {
  margin-left: 0px;
}
.meeting_body .header__lang {
  display: none;
}
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&display=swap'); */
.meeting_home {
  font-family: 'Outfit', sans-serif;
}

.meeting_home_left {
  width: 100%;
  max-width: 492px;
}
.meeting_home_left .main_info p:first-child {
  margin-top: 50px;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #fff;
  
}
.meeting_home_left .main_info p:first-child span {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 27px 4px 31px;
  font-weight: bold;
  text-transform: uppercase;
  /* background: linear-gradient(90deg, #0BBBEF 0%, rgba(11, 187, 239, 0.5) 59.57%, rgba(11, 187, 239, 0) 100%); */
  background-image: url('../img/meeting/span_bg.svg');
}

.meeting_home_left .main_info p:nth-child(2) {
  font-weight: 800;
  font-size: 56px;
  line-height: 76px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 29px;
}
.meeting_home .meeting_additional_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meeting_home .meeting_additional_info p img {
  margin-right: 13px;
}
.meeting_home .meeting_additional_info p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.meeting_home_right {
  position: relative;
  backdrop-filter: blur(130px);
}
.meeting_home_right .for_meeting_form {
  /* margin-top: -4px; */
  width: 592px;
  padding: 46px;
  box-sizing: border-box;
  background: linear-gradient(125.73deg, rgba(37, 102, 194, 0.8) 3.78%, rgba(2, 26, 62, 1) 103.29%);
  backdrop-filter: blur(130px);
  /* Note: backdrop-filter has minimal browser support */
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  /* height: 424px; */
  position: relative;
}
.meeting_home_right:after {
  content: '';
  display: block;
  background-image: url('../img/meeting/meeting_form_after_bg.svg');
  width: 700px;
  height: 578px;
  position: absolute;
  width: 700px;
    height: 578px;
    position: absolute;
    top: -32px;
    left: -54px;
    z-index: -1;
    margin: 0px auto;
}
.meeting_home_right .for_meeting_form::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(125.73deg, rgba(37, 102, 194, 0.4) 3.78%, rgba(2, 26, 62, 0.6) 103.29%);
  backdrop-filter: blur(130px);
/* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  z-index: 1;
}
.meeting_home_right .for_meeting_form .wpcf7-response-output,
.meeting_home_right .for_meeting_form .wpcf7-spinner {
  position: absolute;
}
.meeting_home_right .for_meeting_form .wpcf7-spinner {
  bottom: -30px;
  left: 20px;
}
.meeting_home_right .for_meeting_form .wpcf7-response-output {
  width: 100%;
    color: red;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    bottom: -30px;
}


.meeting_home_right .for_meeting_form input,
.meeting_home_right .for_meeting_form textarea {
  font-family: 'Outfit', sans-serif;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  /* border: 1px solid;
  border-image-source: linear-gradient(94.08deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.2) 98.54%); */
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 34px;
  background-color: #01254F;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  padding-left: 20px;
}
.meeting_home_right .for_meeting_form textarea {
  resize: none;
  height: 76px;
  padding: 11px 20px;
  border-radius: 22px;
}
.meeting_home_right .for_meeting_form input::placeholder,
.meeting_home_right .for_meeting_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.meeting_home_right .for_meeting_form input[type=submit] {
  background: linear-gradient(104.25deg, #83E3FF 0%, #0BBBEF 100%);
  color: #fff;
  height: 50px;
  font-weight: bold;
  padding: 0;
  border: none;
  cursor: pointer;
}
.meeting_home_right .for_meeting_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.meeting_home_right .for_meeting_form form .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 16px;
}
.meeting_home_right .for_meeting_form form .your-email,
.meeting_home_right .for_meeting_form form .your-name,
.meeting_home_right .for_meeting_form form .your-company,
.meeting_home_right .for_meeting_form form .your-country {
  width: 100%;
  max-width: 240px;
}
.meeting_home_right .for_meeting_form form .your-message {
  margin-bottom: 20px;
}
.meeting_home_right .for_meeting_form input:focus,
.meeting_home_right .for_meeting_form textarea:focus {
  border-color: #0BBBEF;
}
.meeting_home_right .for_meeting_form span.wpcf7-not-valid-tip {
  position: absolute;
  top: -16px;
  left: 18px;
}


.meeting_home .select2-container--default {
  width: 100%!important;
  height: 46px!important;
}
.meeting_home .select2-container--default .select2-selection--single {
  width: 100%;
  height: 46px!important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  /* border-radius: 34px; */
  border-top-left-radius: 34px!important;
  border-top-right-radius: 34px!important;
  border-bottom-left-radius: 34px!important;
  border-bottom-right-radius: 34px!important;
  background-color: #01254F;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  padding-left: 20px;
  overflow: hidden;
}
.meeting_home .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.meeting_home .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px!important;
  width: 20px!important;
  top: 14px!important;
  right: 10px!important;
  background: #01254F;
}
.meeting_home .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('../img/meeting/fa_select.svg');
  width: 20px;
  height: 20px;
  background-size: 10px 10px;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  border: none!important;
  transition: 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
.meeting_home .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.meeting_body .select2-dropdown {
  border-radius: 8px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  background: linear-gradient(309.25deg, rgba(37, 102, 194, 1) -4.94%, rgba(2, 26, 62, 1) 118.21%);
  border: none;
}
.meeting_body .select2-container--default .select2-results__option--selected {
  background-color: #27A3FD;
}
.meeting_body .select2-results__option--selectable {
  color: #fff;
}
.meeting_body .select2-results__option--selectable:hover {
  background: linear-gradient(125.73deg, rgba(37, 102, 194, 0.4) 3.78%, rgba(2, 26, 62, 0.4) 103.29%);
}
.meeting_body .select2-container--default .select2-search--dropdown .select2-search__field {
  max-width: 90%;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #01254F;
  color: #fff;
  padding-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  margin-bottom: 10px;
  display: block;
}


.meeting_info {
  margin-top: 144px;
  margin-bottom: 100px;
  padding-bottom: 0px;
  font-family: 'Outfit', sans-serif;
}
.meeting_info .meeting_info_title {
  font-weight: 800;
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: 'Outfit', sans-serif;
}

.meeting_info .like_info_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.meeting_info .like_info_row .left,
.meeting_info .like_info_row .right {
  width: 50%;
  /* max-width: 500px; */
}
.meeting_info .like_info_row .left .inherit_content,
.meeting_info .like_info_row .right .inherit_content {
  width: 100%;
  max-width: 500px;
  padding-left: 32px;
}
.meeting_info .like_info_row .left .inherit_content {
  padding-left: 42px;
}

.meeting_info .like_info_row .info_inherit_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.meeting_info .info_inherit_subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.meeting_info .like_info_row ul li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 14px;
  padding-left: 32px;
  position: relative;
  max-width: 418px;
}
.meeting_info .like_info_row ul li::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('../img/meeting/fa_li_before.svg');
  position: absolute;
  left: 0;
  top: 2px;
  /* margin-top: -11px; */
}
.meeting_info .like_info_row ul li:last-child {
  margin-bottom: 0px;
}
.meeting_info .row_for_link {
  text-align: center;
}
.meeting_info .row_for_link a {
  padding: 13px 65px;
  background: linear-gradient(104.25deg, #83E3FF 0%, #0BBBEF 100%);
  border-radius: 34px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
}

.meeting_pre_footer {
  padding-bottom: 0px;
}
.meeting_pre_footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.meeting_pre_footer .wrapper .left {
  width: 100%;
  max-width: 500px;
}
.meeting_pre_footer .wrapper .right a {
  font-family: 'Outfit', sans-serif;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  margin-right: 50px;
}
.meeting_pre_footer .wrapper .right a:last-child {
  margin-right: 0px;
}
.meeting_pre_footer .wrapper .right a img {
  margin-right: 18px;
}



@media only screen and (max-width: 1200px) {
  .meeting_home_right {
    width: 100%;
    backdrop-filter: none;
  }
  .meeting_home_right:after {
    display: none;
  }
  .meeting_home_right .for_meeting_form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 592px;
    margin-top: 30px;
  }
  .meeting_home_left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

@media screen and ( max-width: 1000px ) {
  .meeting_info .like_info_row .left .inherit_content,
  .meeting_info .like_info_row .right .inherit_content {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .meeting_info .like_info_row {
    margin-bottom: 0px;
  }

  .meeting_info .like_info_row .left, .meeting_info .like_info_row .right {
    width: 100%;
  }

  .meeting_pre_footer .wrapper .left {
    margin-bottom: 20px;
  }
  .meeting_pre_footer .wrapper .right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .meeting_pre_footer .wrapper .right a {
    margin: 0px;
  }
}

@media screen and ( max-width: 992px ) {
  .meeting_body header.scrolled {
    background: rgba(2, 26, 62, 1);
  }

  .meeting_body header nav {
    background: rgba(2, 26, 62, 1);
  }

  .meeting_body .header__menu-btn:after, .meeting_body .header__menu-btn:before,
  .meeting_body .header__menu-btn {
    background-color: #fff;
  }
  .meeting_body header nav {
    top: 0px;
  }
  .meeting_body .header__nav-link {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and ( max-width: 768px ) {
  .meeting_pre_footer .wrapper .right {
    margin-bottom: 24px;
  }
  .meeting_body {
    padding-top: 50px;
  }
  
}

@media screen and ( max-width: 640px ) {
  .meeting_home_right .for_meeting_form {
    padding: 30px 10px;
  }
}

@media screen and ( max-width: 560px ) {
  .meeting_home_right .for_meeting_form form .your-email, .meeting_home_right .for_meeting_form form .your-name, .meeting_home_right .for_meeting_form form .your-company, .meeting_home_right .for_meeting_form form .your-country {
    width: 100%;
    max-width: 100%;
  }
  .meeting_home_left .main_info p:nth-child(2) {
    font-size: 46px;
    line-height: 52px;
  }
}

@media screen and ( max-width: 595px ) {
  .meeting_home_left .main_info p:first-child {
    font-size: 20px;
    line-height: 25px;
  }
  .meeting_home_left .main_info p:first-child span {
    background-size: cover;
    background-position: left center;
    margin-left: 0px;
  }
  .meeting_home_left .main_info p:first-child {
    font-size: 20px;
    line-height: 25px;
  }
  .meeting_home_left {
    margin-bottom: 40px;
  }
  .meeting_home_right .for_meeting_form {
    margin-top: 0px;
  }

  .meeting_home_left .main_info p:nth-child(2) {
    margin-top: 16px;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .meeting_home .meeting_additional_info p {
    font-size: 13px;
    line-height: 19px;
  }
  .meeting_home .meeting_additional_info p img {
    max-width: 22px;
    margin-right: 6px;
  }

  .meeting_home_right .for_meeting_form input, .meeting_home_right .for_meeting_form textarea {
    font-size: 14px;
  }
  .meeting_home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .meeting_info {
    margin-top: 84px;
  }

  .meeting_info .meeting_info_title {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 36px;
  }

  .meeting_info .like_info_row .left .inherit_content, .meeting_info .like_info_row .right .inherit_content {
    margin-bottom: 34px;
  }
  .meeting_info .like_info_row .info_inherit_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .meeting_info .like_info_row ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .meeting_info .info_inherit_subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .meeting_info .row_for_link a {
    font-size: 14px;
    line-height: 21px;
  }

  .meeting_pre_footer .wrapper .right a {
    font-size: 13px;
    line-height: 16px;
  }
  .meeting_pre_footer .wrapper .right a img {
    max-width: 22px;
    margin-right: 6px;
  }
  .meeting_pre_footer .wrapper .left img {
    max-width: 166px;
  }

  .meeting_body .footer__item-link {
    margin: 0px 6px;
  }
}

.meeting_body .book_meeting_link {
  display: none;
}
.book_meeting_link {
  display: inline-flex;
  height: 60px;
  padding-left: 18px;
  padding-right: 27px;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(0deg, #6E38B7, #6E38B7), #6E38B7;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 20px;
  left: 340px;
  transition: 0.2s ease-in-out;
}
.book_meeting_link_ru {
  left: 290px;
}
.book_meeting_link:hover {
  box-shadow: inset 2px 5px 31px -15px rgba(0,0,0,0.75);
}
.book_meeting_link img {
  margin-right: 20px;
}


@media screen and ( max-width: 1200px ) {
  .book_meeting_link {
    left: auto;
    right: 0;
    left: 0;
    top: 80px;
    justify-content: center;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .book_meeting_link_ru br {
    display: none;
  }
}

@media screen and ( max-width: 510px ) {
  .book_meeting_link img {
    max-height: 28px;
  }
  .book_meeting_link {
    font-size: 14px;
    line-height: 21px;
    height: 40px;
  }
}


.ui-widget {
  position: relative;
  max-width: 100%;
}

.ui-widget-content {
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(309.25deg, rgba(37, 102, 194, 1) -4.94%, rgba(2, 26, 62, 1) 118.21%);
  color: #fff;
  border-radius: 10px;
  padding: 10px!important;
  box-sizing: border-box!important;
}
.ui-widget-content li {
  font-family: 'Outfit', sans-serif;
}

.sent.wpcf7-response-output {
  color: #46b450;
}



.contact-recaptcha{
	width: 100%;
	margin: 15px 0;
}

.platform-advantages__item img{
	width: 115px;
}

.select2-results__message {
	color: #fff;
}


.meeting_home_right .for_meeting_form .wpcf7-response-output {
	bottom: -44px;
}

@media screen and ( max-width: 550px ) {
	.wpcf7-response-output {
		font-size:14px;
		font-weight: normal;
	}
}
.meeting_home_right .for_meeting_form .sent .wpcf7-response-output {
	color: #46b450;
}
.sent .wpcf7-response-output {
	color: #46b450;
}

.meeting_body:after {
	opacity: 0.23;
}

@media only screen and (max-width: 480px) {
body {
    padding-top: 140px;
}
	}

@media only screen and (max-width: 992px) {
.header__menu-btn.active {
    background-color: transparent;
}
	}