.site-main .promo:after, .site-main .partners:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.form-item .parsley-errors-list, .site-header__main-nav .main-menu, .site-footer__socials-list, .site-footer__payments ul, .site-footer__add-info ul, .products-header__holder .main-menu, .products-main .principles__content__item__content__list, .site-main .services-list, .site-main .partners__list {
  padding: 0;
  margin: 0;
  list-style: none; }

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=cyrillic');*/
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_300.ttf);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_300i.ttf);
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_400.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_400i.ttf);
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_500.ttf);
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_500i.ttf);
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_700.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto_700i.ttf);
  font-weight: 700;
  font-style: italic; }
* {
  max-height: 100000px;
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

img {
  vertical-align: top;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type=text]::-ms-clear {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

button,
textarea,
input[type=text],
input[type=file],
input[type=submit],
input[type=button],
input[type=search],
input[type=reset],
input[type=password],
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  outline: none; }

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; }

textarea,
input {
  border-radius: 0; }

input[type=image] {
  padding: 0;
  border: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

*:focus {
  outline: none; }

main, article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

mark {
  background: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

p, dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0; }

nav ul, nav ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.nowrap {
  white-space: nowrap; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.ov-hidden {
  overflow: hidden; }

.hide {
  display: none; }

.hide-important {
  display: none !important; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }
.clearfix:after {
  clear: both; }

.is-loading,
.loading {
  position: relative; }

@media screen and (min-width: 360px) and (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tablet-hide {
    display: none !important; } }

@media screen and (min-width: 1201px) and (max-width: 1920px) {
  .desktop-hide {
    display: none !important; } }

.c-color {
  color: #fff; }

.bg-color {
  background-color: #fff; }

.fill-color {
  fill: #fff; }

.c-grey {
  color: #999; }

.bg-grey {
  background-color: #999; }

.fill-grey {
  fill: #999; }

.c-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.fill-white {
  fill: #fff; }

.c-black {
  color: #000; }

.bg-black {
  background-color: #000; }

.fill-black {
  fill: #000; }

#pixel-on-pixel-layout {
  max-width: none !important;
  width: auto !important;
  height: auto !important; }

.form-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .form-row {
      flex-flow: row wrap;
      justify-content: center; } }

.form-item {
  position: relative; }
  .form-item input {
    background-color: #fff;
    border: 1px solid #bcccd3;
    border-radius: 4px;
    line-height: 20px;
    padding: 17px 20px 16px;
    width: 100%;
    transition: all 0.18s ease-out 0s; }
    .form-item input:focus {
      border-color: #7e9dab; }
    .form-item input.parsley-error {
      border-color: darkred; }
    .form-item input.parsley-success {
      border-color: #30c4f3; }
  .form-item .parsley-errors-list {
    position: absolute;
    z-index: 1;
    color: darkred;
    left: 0;
    bottom: calc(100% + 5px);
    width: 100%; }

/* animation for fixed header */
@keyframes anim-fixed {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0; }
  100% {
    transform: translate(-50%, 0);
    opacity: 1; } }
/* END animation for fixed header */
.site-header {
  position: absolute;
  top: 0;
  z-index: 3;
  /*left: 50%;
  transform: translateX(-50%);*/
  width: 100%; }
  .site-header.is-fixed {
    position: fixed;
    background-color: #fff; }
  .site-header__holder {
    padding: 13px 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
  .site-header__main-nav {
    display: flex;
    flex-flow: row wrap; }
    .site-header__main-nav a {
      color: #262261; }
    .site-header__main-nav .main-menu {
      margin-right: 12px; }
      .site-header__main-nav .main-menu li {
        display: inline-block; }
      .site-header__main-nav .main-menu a {
        display: block;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 13px;
        position: relative; }
        .site-header__main-nav .main-menu a:hover:before, .site-header__main-nav .main-menu a:hover:after, .site-header__main-nav .main-menu a .is-active:before, .site-header__main-nav .main-menu a .is-active:after {
          width: 50%;
          opacity: 1; }
        .site-header__main-nav .main-menu a:before, .site-header__main-nav .main-menu a:after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 0;
          height: 2px;
          background: #262261;
          opacity: 0;
          transition: all 0.24s ease-out 0s; }
          @media screen and (min-width: 360px) and (max-width: 600px) {
            .site-header__main-nav .main-menu a:before, .site-header__main-nav .main-menu a:after {
              background: #fff; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .site-header__main-nav .main-menu a:before, .site-header__main-nav .main-menu a:after {
              background: #fff; } }
        .site-header__main-nav .main-menu a:before {
          left: 0; }
        .site-header__main-nav .main-menu a:after {
          right: 0; }
    .site-header__main-nav .btn {
      font-size: 12px;
      padding: 9px 13px;
      background-color: transparent;
      border: 1px solid #1d386C; }
      .site-header__main-nav .btn:hover {
        border-color: #fff; }
    .site-header__main-nav .lang {
      display: none;
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 13px;
      position: relative; }
      .site-header__main-nav .lang:first-child {
        margin-left: 13px; }
      .site-header__main-nav .lang:hover {
        color: #fff; }
      .site-header__main-nav .lang:hover:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 2px;
        width: 38px;
        height: 38px;
        background: #262261;
        border-radius: 50%;
        z-index: -1; }
      @media screen and (min-width: 360px) and (max-width: 767px) {
        .site-header__main-nav .lang:hover {
          color: #262261; }
          .site-header__main-nav .lang:hover:after {
            background: #fff; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .site-header__main-nav .lang:hover {
          color: #262261; }
          .site-header__main-nav .lang:hover:after {
            background: #fff; } }
    @media screen and (max-width: 1200px) {
      .site-header__main-nav {
        position: fixed;
        background-color: #1d386C;
        display: block;
        padding: 35px;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100vh;
        will-change: transform;
        opacity: 0;
        z-index: 1000;
        text-align: center;
        transition: all 0.3s ease-out 0s; }
        .site-header__main-nav.is-active {
          opacity: 1;
          transform: translateX(-100%); }
        .site-header__main-nav .main-menu {
          margin-bottom: 25px;
          margin-right: 0; }
          .site-header__main-nav .main-menu li {
            width: 100%; }
          .site-header__main-nav .main-menu a {
            display: inline-block;
            color: #fff; }
        .site-header__main-nav .btn {
          display: block;
          max-width: 200px;
          margin: 0 auto 25px;
          color: #fff; }
        .site-header__main-nav .lang {
          display: inline-block;
          color: #fff; }
          .site-header__main-nav .lang:first-child {
            margin-left: 0; } }
  .site-header .humburger {
    display: none;
    position: relative;
    height: 12px;
    width: 18px;
    border-width: 2px 0;
    border-style: solid;
    border-color: #262261;
    z-index: 1001; }
    @media screen and (max-width: 1200px) {
      .site-header .humburger {
        display: inline-block; } }
    .site-header .humburger:before, .site-header .humburger:after {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      width: 100%;
      height: 2px;
      background: #262261;
      transition: all 0.18s ease-out 0s; }
    .site-header .humburger.is-active {
      border-color: transparent; }
      .site-header .humburger.is-active:before {
        transform: rotate(45deg);
        background-color: #fff; }
      .site-header .humburger.is-active:after {
        transform: rotate(-45deg);
        background-color: #fff; }
  .site-header__logo a img {
    /*height: 100% !important;
    width: 100% !important;
    max-width: 330px;
    max-height: 54px;
    transform: scale(0.5)!important;*/ }

.dropdown {
  float: left;
  margin-left: 13px;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .dropdown {
      margin: 0 auto;
      float: none;
      width: 50px; }
      .dropdown .dropdown-content {
        display: block;
        margin-top: -14px; } }

.dropdown .dropbtn {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #262261;
  padding: 9px 16px;
  background-color: inherit;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .dropdown .dropbtn {
      color: #fff; } }

.dropbtn-prod {
  font-size: 1em;
  line-height: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #fff;
  padding: 9px 16px;
  background-color: inherit; }

.container a:hover, .dropdown:hover .dropbtn {
  /*background-color: #ddd;*/ }

.dropdown-content {
  border-radius: 2px;
  display: none;
  position: absolute;
  top: 13px;
  background-color: #f9f9f9;
  min-width: 48px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-prod {
  top: 21px;
  background-color: #246aa5;
  font-size: 1em; }

.dropdown-content a {
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  color: #262261;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.dropdown-content a:hover {
  background-color: #ddd; }

.dropdown-prod a:hover {
  background-color: rgba(38, 34, 97, 0.5); }

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: -14px; }

.dropdown-mobile {
  margin-left: -13px; }
  @media screen and (min-width: 360px) and (max-width: 767px) {
    .dropdown-mobile {
      display: none; } }

.site-footer {
  background: #345276;
  color: #fff; }
  .site-footer__holder {
    padding-top: 75px;
    padding-bottom: 70px; }
  .site-footer__top-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px; }
  .site-footer__socials {
    width: calc(100% - 550px);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .site-footer__socials-list {
      width: 215px; }
      .site-footer__socials-list li {
        display: inline-block; }
      .site-footer__socials-list li + li {
        margin-left: 18px; }
    .site-footer__socials-descr {
      width: calc(100% - 240px);
      color: #bdc3c7;
      font-size: 14px;
      line-height: 20px;
      margin: 0; }
      .site-footer__socials-descr a {
        color: #ffffff; }
        .site-footer__socials-descr a:hover {
          text-decoration: underline; }
    .site-footer__socials .btn-social {
      display: inline-block;
      width: 55px;
      height: 55px;
      border: 1px solid #b7bdc2;
      border-radius: 50%;
      position: relative;
      transition: all 0.18s ease-out 0s; }
      .site-footer__socials .btn-social:hover {
        border-color: #fff; }
        .site-footer__socials .btn-social:hover svg {
          fill: #fff; }
      .site-footer__socials .btn-social:not(.google-plus) svg {
        width: 21px;
        height: 21px;
        top: calc(50% - 12px);
        left: calc(50% - 10px);
        transition: all 0.18s ease-out 0s; }
      .site-footer__socials .btn-social.google-plus svg {
        width: 25px;
        height: 25px;
        top: calc(50% - 12px);
        left: calc(50% - 12px); }
      .site-footer__socials .btn-social svg {
        fill: #b7bdc2;
        position: absolute; }
  .site-footer__logo {
    width: 98px;
    height: 28px;
    display: inline-block; }
    .site-footer__logo a {
      display: block;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .site-footer__logo a img {
        position: absolute;
        top: calc(50% - 18px);
        left: 0;
        max-width: none; }
  .site-footer__payments {
    width: 256px; }
    .site-footer__payments li {
      display: inline-block; }
    .site-footer__payments li + li {
      margin-left: 13px; }
    .site-footer__payments a {
      display: block; }
      .site-footer__payments a:hover {
        opacity: .75; }
  .site-footer__add-info ul {
    text-align: center;
    padding: 0 8%; }
  .site-footer__add-info li {
    font-size: 14px;
    display: inline-block; }
  .site-footer__add-info li + li {
    position: relative;
    margin-left: 38px;
    padding: 3px 0; }
    .site-footer__add-info li + li:before {
      content: '';
      line-height: 18px;
      position: absolute;
      left: -20px;
      top: 0; }
  .site-footer__add-info li:first-child + li:nth-child(2) {
    position: relative; }
    .site-footer__add-info li:first-child + li:nth-child(2):before {
      content: '|';
      line-height: 18px;
      position: absolute;
      left: -20px;
      top: 0; }
  @media screen and (max-width: 1200px) {
    .site-footer {
      background: #435a77; }
      .site-footer__holder {
        padding-top: 50px;
        padding-bottom: 0; }
      .site-footer__top-panel {
        justify-content: center;
        margin-bottom: 30px; }
      .site-footer__logo {
        margin-bottom: 45px; }
      .site-footer__socials, .site-footer__payments {
        width: 100%; }
      .site-footer__socials {
        margin-bottom: 30px; }
        .site-footer__socials-list, .site-footer__socials-descr {
          width: 100%;
          text-align: center; }
        .site-footer__socials-list {
          margin-bottom: 10px; }
          .site-footer__socials-list li + li {
            margin-left: 10px; }
        .site-footer__socials-descr {
          font-size: 12px;
          line-height: 20px; }
        .site-footer__socials .btn-social {
          width: 35px;
          height: 35px; }
          .site-footer__socials .btn-social.google-plus svg, .site-footer__socials .btn-social.fb svg, .site-footer__socials .btn-social.linkedin svg {
            width: 17px;
            height: 17px;
            top: calc(50% - 9px);
            left: calc(50% - 9px); }
      .site-footer__payments {
        text-align: center; }
      .site-footer__add-info ul {
        padding: 0; }
      .site-footer__add-info li {
        font-size: 12px;
        margin: 0 auto; }
        .site-footer__add-info li:first-child {
          width: 80%;
          margin-bottom: 50px; }
        .site-footer__add-info li:nth-child(2) {
          padding-top: 20px; }
        .site-footer__add-info li:last-child {
          padding-bottom: 20px; }
      .site-footer__add-info li + li {
        width: calc(100% + 50px);
        margin: 0 -50px;
        padding: 3px 15%;
        background: #2f4158; }
        .site-footer__add-info li + li:before {
          content: none; }
      .site-footer__add-info li:first-child + li:nth-child(2):before {
        content: none; } }

#hotline-number {
  font-size: 2.22em;
  margin: 0.2em 0; }

#hotline-callback {
  font-size: 0.67em;
  margin: 0.2em 0;
  color: #1daafc;
  cursor: pointer; }

#hotline-wait {
  font-size: 0.67em;
  margin: 0.2em 0;
  color: #06d659;
  max-width: 300px; }

#hotline-descr {
  font-size: 0.67em;
  margin: 0.2em 0; }

#hotline-mobile, #hotline-mail {
  margin: 1.8em 0 1em;
  font-size: 0.9em; }

#phone {
  background-color: #fff;
  border: 1px solid #bcccd3;
  border-radius: 4px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
  transition: all 0.18s;
  margin-bottom: 15px; }

.btn-callback {
  width: 100%; }

.form-item-width {
  width: 100%; }

.subfooter {
  background-color: #2d496a;
  margin: 0 auto; }
  .subfooter a {
    color: #bdc3c7;
    font-size: 14px;
    text-decoration: underline;
    transition: 0.3s;
    margin: 0 24px; }
    .subfooter a:hover {
      color: #fff; }
  .subfooter-links {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px; }

@media all and (min-width: 768px) and (max-width: 1200px) {
  .subfooter a {
    font-size: 12px;
    margin: 0 8px; }
  .subfooter-links {
    padding-top: 16px;
    padding-bottom: 16px; } }
@media all and (max-width: 767px) {
  .subfooter a {
    font-size: 12px;
    display: block; } }
.site-wrapper {
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%; }

.site-width {
  margin: 0 auto;
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 1200px) {
    .site-width {
      padding-left: 15px;
      padding-right: 15px; } }

.site-main {
  height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 1; }

.popups-holder {
  max-height: 0;
  overflow: hidden; }

html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  color: #fff;
  font: 16px/18px "Roboto", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px; }
  body.is-fixed {
    overflow: hidden; }

a {
  text-decoration: none;
  color: #545f68;
  transition: all 0.18s ease-out 0s;
  transition-property: color, background, border-color; }

input, textarea, select, button {
  font: 16px/18px "Roboto", sans-serif;
  vertical-align: middle; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

::-webkit-input-placeholder {
  color: #92a5b3; }

::-moz-placeholder {
  color: #92a5b3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #92a5b3; }

h1 {
  font-size: 34px;
  line-height: 1.15; }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 24px;
      line-height: 40px; } }

h2 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4; }
  @media screen and (max-width: 1200px) {
    h3 {
      font-size: 18px; } }

.no-display {
  display: none; }

.btn {
  min-width: 120px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  padding: 19px 20px 20px;
  background-color: #262261;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
  .btn:hover {
    border-radius: 4px;
    color: #fff; }
    .btn:hover:before {
      transform: scale3d(15, 15, 15); }
    @media screen and (min-width: 360px) and (max-width: 600px) {
      .btn:hover {
        color: #262261; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .btn:hover {
        color: #262261; } }
  .btn:disabled {
    background-color: #dfe4eb; }
  .btn.disabled {
    pointer-events: none;
    cursor: none;
    background-color: #dfe4eb !important; }
  .btn:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 100%;
    background: #262261;
    width: 25px;
    height: 25px;
    will-change: transform;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.3s ease-out 0s; }
    @media screen and (min-width: 360px) and (max-width: 600px) {
      .btn:before {
        background: #fff; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .btn:before {
        background: #fff; } }
  .btn.small {
    padding: 14px 18px; }
  .btn span {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 360px) and (max-width: 600px) {
      .btn span {
        font-size: 12px; } }
    .btn span:disabled {
      background-color: #dfe4eb; }
    .btn span.disabled {
      pointer-events: none;
      cursor: none;
      background-color: #dfe4eb !important; }

.beautiful-ie:before {
  background: #dfe4eb; }

.link-arrow {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s; }
  .link-arrow:hover {
    background: rgba(0, 0, 0, 0.1); }
    .link-arrow:hover:after {
      animation: arrow-anim 1.5s ease-out infinite; }
  .link-arrow:before, .link-arrow:after {
    content: '';
    position: absolute;
    background-color: transparent;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

@keyframes arrow-anim {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 1; }
  50% {
    transform: translateY(20px) rotate(45deg);
    opacity: 0; }
  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0; } }
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=cyrillic');*/
.products-header {
  position: fixed;
  top: 0;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: top center url(../images/products-background.jpg) no-repeat;
  font-size: 14px; }
  @media screen and (max-width: 1920px) {
    .products-header {
      background-size: 100%; } }
  @media screen and (max-width: 1600px) {
    .products-header {
      background-size: initial; } }
  .products-header__logo {
    width: 165px; }
    .products-header__logo img {
      vertical-align: middle; }
  .products-header__right-column {
    width: 160px;
    text-align: right; }
  .products-header a {
    color: #fff;
    font-size: 1em;
    font-weight: bold; }
  .products-header__main-nav {
    width: 462px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 36px;
    box-sizing: content-box; }
  .products-header__holder {
    padding: 14px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1366px) {
      .products-header__holder {
        padding-left: 15px;
        padding-right: 15px; } }
    .products-header__holder .main-menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      height: 100%; }
      @media screen and (min-width: 360px) and (max-width: 767px) {
        .products-header__holder .main-menu {
          justify-content: space-between; } }
      .products-header__holder .main-menu li {
        display: inline-block;
        flex-grow: 1;
        height: 100%; }
        .products-header__holder .main-menu li:last-child {
          margin-left: -1px; }
        @media screen and (min-width: 360px) and (max-width: 767px) {
          .products-header__holder .main-menu li {
            width: 36px;
            flex-grow: 0; } }
        .products-header__holder .main-menu li a {
          height: 100%; }
          @media screen and (min-width: 360px) and (max-width: 767px) {
            .products-header__holder .main-menu li a {
              width: 36px;
              vertical-align: middle;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center; } }
  .products-header__nav-link {
    width: 100%;
    display: inline-block;
    border-radius: 36px;
    border: 1px transparent solid; }
    .products-header__nav-link__icon {
      display: inline-block;
      vertical-align: middle;
      fill: #fff;
      width: 24px;
      height: 24px; }
    .products-header__nav-link.active {
      background-color: white;
      color: #2d86c0; }
      .products-header__nav-link.active .products-header__nav-link__icon {
        fill: #2d86c0; }
  @media screen and (max-width: 1200px) {
    .products-header {
      font-size: 12px; }
      .products-header__right-column {
        width: 30px; } }
  @media screen and (max-width: 767px) {
    .products-header {
      background-position: top left; }
      .products-header__logo {
        width: 25%; }
      .products-header__right-column {
        flex: 0 1 0; }
      .products-header__main-nav {
        height: 3em;
        width: 14em;
        margin: 0 1em;
        line-height: inherit; }
      .products-header__nav-link__icon {
        height: 2em;
        width: 2em; }
      .products-header ul li span {
        display: none; } }

.products-main .tab-content {
  display: none; }
.products-main .tab-active {
  display: block; }
.products-main .promo {
  position: relative;
  height: 504px;
  background: top center url(../images/products-background.jpg) no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .products-main .promo {
      background-position: top left; } }
  .products-main .promo h1 {
    font-size: 48px;
    font-weight: lighter; }
  .products-main .promo p {
    font-size: 20px;
    font-weight: normal; }
  .products-main .promo__content {
    width: 100%;
    padding-top: 151px;
    margin: 0 auto;
    text-align: center; }
.products-main .principles {
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px; }
  @media screen and (max-width: 600px) {
    .products-main .principles {
      padding-top: 140px;
      padding-bottom: 60px; } }
  .products-main .principles__header {
    text-align: center;
    margin-bottom: 60px; }
    .products-main .principles__header h4 {
      font-size: 24px;
      color: #29afd8;
      padding: 0 5%;
      line-height: 28px; }
  .products-main .principles__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: #636b70;
    font-size: 16px; }
    @media screen and (max-width: 1200px) {
      .products-main .principles__content {
        flex-direction: column; } }
    .products-main .principles__content__item {
      width: 300px;
      margin: 0 40px;
      align-self: flex-start; }
      @media screen and (max-width: 1200px) {
        .products-main .principles__content__item {
          align-self: center; } }
      @media screen and (max-width: 767px) {
        .products-main .principles__content__item {
          width: auto; } }
      .products-main .principles__content__item__header {
        position: relative; }
        .products-main .principles__content__item__header h4 {
          text-align: center;
          font-size: 20px;
          color: #636b70;
          margin: 12px 0; }
      .products-main .principles__content__item__content__list li {
        font-size: 16px;
        color: #636b70;
        margin: 10px 0;
        list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASBJREFUeNrk0z9LQlEYx/EUKRHBRYTAQQhBJ8HJwX9BurgWBO0tuvc2fAWBuwRhkAb5B8lBykFoEHTIJR1scShcbt8Dz4XLxdSrbj3wma7+7rm/c45N07SDfY3tf4Q5Lt5udvo/irhFz75D0BHKyOMOTseWQS7c4wwznONnmzAPHhDHJzJ417/ZynhRQxQfsrKhscBN5xjPCGOALMbGH+gboB4crggKoC1BfaTMQXrYNaqoSLHmCUnQCbo4xXTZG1XYCyayupoUrE8ELfjRlI6+/lq+XXYiIYWqHapL0TE04MMjcpivO8FqRkjiSXaqI4W75WBeYbFuh4w3YCzFqoKDElTC5SZBy47GVApWn/WKAjQrF9U8quA0vq1ejV8BBgD3GED1YQCj4QAAAABJRU5ErkJggg=="); }
    .products-main .principles__content .icon {
      width: 100%;
      height: 60px;
      background-position: center center;
      background-repeat: no-repeat; }
    .products-main .principles__content .icon-nopuzzle {
      background-image: url("../images/icon-nopuzzle.png"); }
    .products-main .principles__content .icon-elastic {
      background-image: url("../images/icon-elastic.png"); }
    .products-main .principles__content .icon-security {
      background-image: url("../images/icon-security.png"); }
.products-main .products-selector {
  position: relative; }
  .products-main .products-selector__content {
    width: 100%; }
    .products-main .products-selector__content .products-tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center; }
      .products-main .products-selector__content .products-tab img {
        transform: translateY(-50%); }
.products-main .subscribe {
  padding: 128px 15px 128px;
  background-color: #f6f8fb;
  position: relative;
  z-index: 1; }
  .products-main .subscribe h3, .products-main .subscribe form {
    max-width: 690px; }
  .products-main .subscribe h4 {
    text-align: center;
    font-size: 24px;
    color: #29afd8;
    margin: 0 auto 96px;
    padding: 0 5%;
    line-height: 28px; }
  .products-main .subscribe .service-desc {
    color: #7c8499;
    text-align: center;
    margin: 96px auto 0;
    padding: 0 5%; }
    .products-main .subscribe .service-desc p {
      margin: 0; }
  .products-main .subscribe .apps-service-wrapper {
    margin: 0 auto;
    text-align: center;
    /*.apps-service-link:first-child {
      background-color: #e2e7ec;
      box-shadow: 0px 0px 0px 0px rgba(46,64,74,0.16);
      &:hover {
        cursor: text;
        background-color: #e2e7ec;
      }
    }*/ }
    .products-main .subscribe .apps-service-wrapper .apps-service-link {
      display: inline-block;
      background-color: #fff;
      line-height: 50px;
      padding: 3px 36px 3px;
      border-radius: 36px;
      vertical-align: middle;
      margin: 5px 16px;
      box-shadow: 0px 6px 12px 0px rgba(46, 64, 74, 0.16); }
      .products-main .subscribe .apps-service-wrapper .apps-service-link:hover {
        background-color: #f2f2f2; }
      .products-main .subscribe .apps-service-wrapper .apps-service-link.text {
        line-height: 55px;
        padding-bottom: 0;
        background-color: #1daafc;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        box-shadow: 0px 6px 12px 0px rgba(29, 170, 252, 0.6); }
        .products-main .subscribe .apps-service-wrapper .apps-service-link.text:hover {
          transition: 0.5s;
          background-color: #0391e3;
          box-shadow: 0px 8px 14px 4px rgba(29, 170, 252, 0.6); }
      .products-main .subscribe .apps-service-wrapper .apps-service-link .apps-service-icon {
        vertical-align: middle; }
  .products-main .subscribe .form {
    margin: 0 auto; }
    .products-main .subscribe .form .btn:disabled {
      pointer-events: none; }
    .products-main .subscribe .form .btn:not(:disabled) {
      background-color: #30c4f3;
      box-shadow: 0px 6px 12px 0px rgba(29, 170, 252, 0.6); }
      .products-main .subscribe .form .btn:not(:disabled):before {
        background-color: #0c9dcb; }
  .products-main .subscribe .form-item {
    width: calc(50% - 85px); }
  .products-main .subscribe .btn {
    background-color: #31c4f3; }
    .products-main .subscribe .btn:disabled {
      background-color: #dfe4eb; }
  @media screen and (max-width: 1200px) {
    .products-main .subscribe {
      padding: 85px 0 45px; }
      .products-main .subscribe h3 {
        width: 87.5%;
        margin: 0 auto 35px; }
      .products-main .subscribe h3, .products-main .subscribe form {
        opacity: 1 !important;
        transform: translateY(0); }
      .products-main .subscribe .form-item {
        width: calc(100% - 30px); }
      .products-main .subscribe .form-item + .form-item {
        margin-top: 35px; }
      .products-main .subscribe * + .btn {
        margin-top: 15px; } }

.anchor {
  background: red;
  background: red;
  top: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 999; }

.modal {
  z-index: 1010; }

.modal.closed {
  display: none; }

.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005b7f;
  opacity: 0.85; }

.modal-overlay.closed {
  display: none; }

.light {
  background: url("../images/hover-blue-circle.png") no-repeat;
  width: 265px;
  height: 265px;
  position: relative; }
  .light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: center center url("../images/hover-light.png") no-repeat;
    opacity: .3; }

.modal-dialog {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.modal-popup {
  position: relative;
  width: 320px;
  min-height: 614px; }
  .modal-popup .help-img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 48px auto;
    background-image: url("../images/modal-help.png"); }
  .modal-popup .exit-img {
    position: absolute;
    border: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px; }
  .modal-popup .tabs .navig {
    margin: 0;
    padding: 0; }
    .modal-popup .tabs .navig .modal-tab {
      list-style-type: none;
      width: 100%;
      height: 30px;
      float: left;
      text-align: center;
      border-bottom: 1px solid #DADEE1;
      transition: 0.3s; }
      .modal-popup .tabs .navig .modal-tab a {
        font-size: 12px;
        color: #64686A;
        text-decoration: none;
        padding: 2px 24px 16px; }
    .modal-popup .tabs .navig .active {
      border-bottom: 2px solid #1DAAFC; }
  .modal-popup .tabs .tab-content {
    padding-top: 30px; }
    .modal-popup .tabs .tab-content .tab-pane .info-field {
      min-height: 51px; }
    .modal-popup .tabs .tab-content .tab-pane .info-field-error {
      min-height: 51px;
      color: #FC5D2B;
      display: none; }
    .modal-popup .tabs .tab-content .tab-pane .top-part {
      text-align: center;
      margin: 32px 32px 42px; }
      .modal-popup .tabs .tab-content .tab-pane .top-part a {
        font-size: 32px;
        font-weight: 300;
        color: #1DAAFB;
        text-decoration: none; }
      .modal-popup .tabs .tab-content .tab-pane .top-part p {
        font-size: 12px;
        color: #64686A;
        margin: 10px 0 10px; }
    .modal-popup .tabs .tab-content .tab-pane .bottom-part {
      text-align: center;
      margin: 32px; }
      .modal-popup .tabs .tab-content .tab-pane .bottom-part a {
        font-size: 18px;
        font-weight: 400;
        color: #1DAAFB;
        text-decoration: none; }
      .modal-popup .tabs .tab-content .tab-pane .bottom-part p {
        font-size: 12px;
        color: #64686A;
        margin-top: 14px; }
    .modal-popup .tabs .tab-content .tab-pane .inputs {
      position: relative;
      margin: 32px 23px 16px; }
      .modal-popup .tabs .tab-content .tab-pane .inputs #lang {
        position: absolute;
        font-size: 1px;
        width: 0;
        height: 0;
        opacity: 0;
        text-transform: uppercase; }
      .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap {
        position: relative; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .parsley-errors-list {
          display: none !important; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input {
          margin: 6px 0;
          color: #64686A;
          font-weight: 400;
          font-size: 16px;
          transition: 0.3s;
          padding: 14px;
          border: 1px solid #DADEE1;
          border-radius: 4px;
          width: 272px;
          height: 56px; }
          .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input:focus + label, .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input:valid + label {
            font-size: 10px !important;
            transform: translateY(-12px) !important; }
          .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input:active {
            border: 1px solid #1DAAFC; }
          .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input:focus {
            border: 1px solid #1DAAFC; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap label {
          position: absolute;
          font-weight: 400;
          font-size: 16px;
          color: #64686A;
          top: 24px;
          left: 14px;
          transition: 0.3s; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap input {
          background: url("../images/burger.png") 96% no-repeat;
          transition: 0.3s; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap span {
          display: none !important; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .input-success {
          border: 1px solid #DADEE1;
          background: url("../images/accept.png") 96% no-repeat;
          transition: 0.3s; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .input-error {
          border: 1px solid #FC5D2B;
          background: url("../images/deny.png") 96% no-repeat;
          transition: 0.3s; }
          .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .input-error:active {
            border: 1px solid #FC5D2B; }
          .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .input-error:focus {
            border: 1px solid #FC5D2B; }
        .modal-popup .tabs .tab-content .tab-pane .inputs .input-wrap .input-name {
          text-transform: capitalize; }
    .modal-popup .tabs .tab-content .tab-pane p {
      font-size: 12px;
      color: #64686A;
      margin: 10px 24px 24px;
      text-align: center; }
    .modal-popup .tabs .tab-content .tab-pane .submit-btn {
      font-size: 14px;
      position: relative;
      cursor: pointer;
      display: block;
      margin: 0 auto;
      font-weight: 500;
      width: 180px;
      height: 48px;
      border-radius: 50px;
      border: none;
      /*background: #1DAAFB;*/
      background: #1DAAFB url("../images/rect.png") center no-repeat;
      /*background-position-x: center;
      background-position-y: -200%;*/
      color: #fff;
      text-transform: uppercase;
      -webkit-box-shadow: 0 3px 10px 0 rgba(29, 170, 252, 0.6);
      -moz-box-shadow: 0 3px 10px 0 rgba(29, 170, 252, 0.6);
      box-shadow: 0 3px 10px 0 rgba(29, 170, 252, 0.6);
      transition: 0.3s; }
      .modal-popup .tabs .tab-content .tab-pane .submit-btn:focus {
        outline: 0; }
      .modal-popup .tabs .tab-content .tab-pane .submit-btn:hover {
        box-shadow: 0 7px 10px 0 rgba(29, 170, 252, 0.6);
        transform: translateY(-4px); }
      .modal-popup .tabs .tab-content .tab-pane .submit-btn span {
        transition: 0.3s; }
    .modal-popup .tabs .tab-content .tab-pane .disabled-btn {
      background: #d2d2d2 url("../images/1.png") !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      color: #fff;
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      font-weight: 500;
      width: 180px;
      height: 48px;
      border-radius: 50px;
      border: none; }
      .modal-popup .tabs .tab-content .tab-pane .disabled-btn:hover {
        transform: translateY(0); }
    .modal-popup .tabs .tab-content .tab-pane .success-btn {
      color: transparent;
      background: #1DAAFB url("../images/btn-accept.png") center no-repeat;
      transition: 0.3s; }
      .modal-popup .tabs .tab-content .tab-pane .success-btn span {
        /*top: 120%;*/
        content: '';
        color: transparent;
        transition: 0.3s; }

.modal-backdrop {
  z-index: 5 !important; }

.success-form-apply {
  z-index: 1011;
  width: 100%;
  height: 104px;
  background-color: rgba(6, 214, 89, 0.95);
  position: fixed;
  bottom: -104px;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success-form-apply .success-text {
    margin: 0 8px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center; }

.hide-toaster {
  bottom: -104px !important;
  transition: 1s; }

@media all and (max-width: 768px) {
  .modal-popup {
    position: relative;
    width: 320px;
    min-height: 568px; }
    .modal-popup .help-img {
      display: block;
      width: 126px;
      height: 126px;
      margin: 42px auto;
      background-image: url("../images/modal-help-sm.png"); } }
.parallax {
  position: absolute;
  top: 0; }
  .parallax-1 {
    top: 30%; }
  .parallax-2 {
    top: 70%;
    left: 83%; }
  .parallax-3 {
    right: 1%;
    top: 32%; }
  .parallax-4 {
    top: 10%;
    left: -5%; }
    @media screen and (max-width: 1600px) {
      .parallax-4 {
        left: -10%; } }
    @media screen and (max-width: 1200px) {
      .parallax-4 {
        left: -100%;
        top: -100%;
        transform-origin: left top;
        transform: scale(0.4); } }
    @media screen and (max-width: 767px) {
      .parallax-4 {
        left: -30%;
        top: -150%;
        transform-origin: left center;
        transform: scale(0.4); } }
  .parallax-5 {
    right: 1%;
    top: 32%; }
    @media screen and (max-width: 1600px) {
      .parallax-5 {
        right: 1%;
        transform-origin: right; } }
    @media screen and (max-width: 1200px) {
      .parallax-5 {
        transform: scale(0.4); } }

.about {
  min-height: 772px;
  padding: 64px;
  background: url("../images/about-bg.png") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .about {
      padding: 54px 0; } }
  .about > img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px; }
    @media screen and (max-width: 1024px) {
      .about > img {
        width: 30px;
        height: 30px; } }
  .about > h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    margin: 16px 0; }
    @media screen and (max-width: 1024px) {
      .about > h2 {
        font-size: 20px; } }
  .about__navigation {
    padding: 56px 0 40px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 652px; }
    .about__navigation-item {
      position: relative;
      padding: 0 32px 8px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      font-size: 16px;
      font-weight: 500;
      transition: 0.5s;
      cursor: pointer; }
      .about__navigation-item:hover:before, .about__navigation-item:hover:after, .about__navigation-item .is-active:before, .about__navigation-item .is-active:after {
        width: 50%;
        opacity: 1; }
      .about__navigation-item:before, .about__navigation-item:after {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 0;
        height: 2px;
        background: #fff;
        opacity: 0;
        transition: all 0.24s ease-out 0s; }
        @media screen and (min-width: 360px) and (max-width: 600px) {
          .about__navigation-item:before, .about__navigation-item:after {
            background: #fff; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .about__navigation-item:before, .about__navigation-item:after {
            background: #fff; } }
      .about__navigation-item:before {
        left: 0; }
      .about__navigation-item:after {
        right: 0; }
      .about__navigation-item:last-child {
        margin-right: 8px; }
    .about__navigation .about-active {
      border-bottom: 2px solid #fff; }
    @media screen and (max-width: 687px) {
      .about__navigation {
        padding: 24px 0 34px;
        white-space: nowrap;
        overflow: auto;
        margin: 0 16px;
        width: calc(100% - 32px); }
        .about__navigation::-webkit-scrollbar {
          width: 1px; } }
  .about__content {
    margin: 0 auto;
    max-width: 1078px;
    min-height: 100px; }
    .about__content-section {
      display: none;
      min-height: 100px; }
      @media screen and (max-width: 1024px) {
        .about__content-section {
          flex-direction: column; } }
      .about__content-section-part {
        max-width: 520px;
        margin: 0 20px;
        min-height: 100px; }
        @media screen and (max-width: 1024px) {
          .about__content-section-part {
            margin: 0 auto;
            padding: 0 16px; } }
        .about__content-section-part p {
          margin-bottom: 20px;
          position: relative; }
          .about__content-section-part p .newline {
            margin-bottom: 16px;
            display: block; }
            .about__content-section-part p .newline a {
              color: #ffffff;
              text-decoration: underline !important; }
          .about__content-section-part p span a {
            color: #ffffff;
            text-decoration: underline !important; }
          .about__content-section-part p .no-newline {
            display: inline; }
          .about__content-section-part p .content-text {
            display: block;
            padding-right: 43px; }
          .about__content-section-part p .link-to-pdf {
            position: absolute;
            top: 0;
            right: 0; }
            .about__content-section-part p .link-to-pdf img {
              width: 35px;
              height: 35px; }
      .about__content-section .single {
        margin: 0 auto;
        width: 100%; }
        .about__content-section .single h4 {
          margin: 24px 0 0;
          font-size: 32px;
          font-weight: 500;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .about__content-section .single h4 {
              font-size: 24px;
              margin: 0;
              text-align: left; } }
        .about__content-section .single .divider {
          width: 32px;
          height: 4px;
          background-color: #fff;
          margin: 24px auto; }
          @media screen and (max-width: 768px) {
            .about__content-section .single .divider {
              margin: 24px 0; } }
        .about__content-section .single .products-reff {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            .about__content-section .single .products-reff {
              justify-content: flex-start; } }
          .about__content-section .single .products-reff-item {
            margin: 0 16px 16px 0;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            background-color: rgba(0, 0, 0, 0.16); }
            .about__content-section .single .products-reff-item img {
              width: 24px;
              height: 24px; }
            .about__content-section .single .products-reff-item p {
              color: #fff;
              font-weight: 500;
              margin: 0 0 0 16px; }
        .about__content-section .single .page {
          display: none;
          min-height: 260px; }
          @media screen and (max-width: 768px) {
            .about__content-section .single .page {
              min-height: 300px; } }
        .about__content-section .single .visible {
          display: block; }
        .about__content-section .single .paging {
          display: flex;
          margin: 0 auto;
          justify-content: center; }
          .about__content-section .single .paging .page-bullet {
            margin: 0 8px 0 0;
            height: 16px;
            width: 16px;
            border-radius: 8px;
            border: 1px solid #fff;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              .about__content-section .single .paging .page-bullet {
                margin: 16px; } }
          .about__content-section .single .paging .currBullet {
            background-color: #fff; }
    .about__content .displayed {
      display: flex; }
  .about .info > div > .page {
    min-height: 344px; }
    @media screen and (max-width: 768px) {
      .about .info > div > .page {
        min-height: 384px; } }

.nav-centered-fullwidth {
  justify-content: center;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .nav-centered-fullwidth {
      justify-content: unset; } }

.business {
  padding: 72px 0;
  background: url("../images/bg-business.png") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: 922px; }
  @media screen and (max-width: 1024px) {
    .business {
      padding: 54px 0; } }
  .business > img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .business > img {
        width: 30px;
        height: 30px; } }
  .business > h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    margin: 16px 0; }
    @media screen and (max-width: 1024px) {
      .business > h2 {
        font-size: 20px; } }
  .business__content {
    padding: 40px 16px; }
    .business__content h3 {
      margin: 0 auto;
      max-width: 632px;
      text-align: center;
      font-size: 20px;
      font-weight: 500; }
      @media screen and (max-width: 1024px) {
        .business__content h3 {
          font-size: 16px; } }
    .business__content-text {
      padding: 40px 0;
      display: flex;
      max-width: 1078px;
      margin: 0 auto;
      justify-content: center; }
      .business__content-text-left, .business__content-text-right {
        margin: 0 20px;
        width: 520px;
        min-height: 178px; }
        .business__content-text-left p, .business__content-text-right p {
          font-size: 14px;
          margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .business__content-text {
          flex-direction: column;
          padding: 32px 0; }
          .business__content-text-left, .business__content-text-right {
            width: 100%;
            margin: 0; } }
    .business__content-docs {
      padding-top: 16px;
      max-width: 540px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .business__content-docs img {
        width: 48px;
        height: 48px;
        margin-right: 16px; }
      .business__content-docs p {
        font-size: 14px;
        margin-right: 36px; }
      .business__content-docs a {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 40px;
        border: 1px solid #fff;
        height: 40px;
        min-width: 112px;
        text-align: center;
        color: #fff; }
      @media screen and (max-width: 1024px) {
        .business__content-docs {
          padding-top: 72px; } }
      @media screen and (max-width: 768px) {
        .business__content-docs {
          padding-top: 24px; }
          .business__content-docs img {
            margin: 0 8px 0 0; }
          .business__content-docs p {
            width: 200px;
            font-size: 12px;
            margin: 0 8px 0 0; }
            .business__content-docs p br {
              display: none; }
          .business__content-docs a {
            font-size: 12px;
            padding: 12px 12px;
            min-width: 127px; } }
    @media screen and (max-width: 768px) {
      .business__content {
        padding-bottom: 0; } }

.site-main {
  /*.arrow-wrap {
    margin: 0 auto;
    width: 48px;
    height: 24px;
    .arrow-static {
      &:before {
        content: '';
        position: absolute;
        background-color: transparent;
        top: calc(53% - 4px);
        left: calc(50% - 4px);
        width: 10px;
        height: 10px;
        border-color: #92a4b3;
        border-style: solid;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        @media all and (min-width: 1201px) and (max-width: 1366px) {
          top: calc(40% - 4px);
        }
      }
    }
  }*/ }
  .site-main .promo-news:before {
    content: '';
    padding-top: 0 !important;
    float: left; }
    @media screen and (max-width: 1200px) {
      .site-main .promo-news:before {
        padding-top: 0 !important; } }
  .site-main .promo {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .site-main .promo:before {
      content: '';
      padding-top: 34%;
      float: left; }
    .site-main .promo__content {
      padding-top: 9vw;
      position: relative;
      z-index: 1;
      text-align: center; }
      .site-main .promo__content h1 {
        margin: 0 auto 20px; }
      .site-main .promo__content p {
        margin: 0 auto 10px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 500;
        max-width: 425px; }
    .site-main .promo__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .site-main .promo__background:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: .85;
        background: #0098ff;
        background: radial-gradient(ellipse at center, #00c0f3 0%, #262262 100%); }
      @media screen and (max-width: 1200px) {
        .site-main .promo__background:after {
          background: radial-gradient(ellipse at bottom, #00c0f3 0%, #262262 100%); } }
      .site-main .promo__background video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 100% !important;
        height: auto !important; }
    @media screen and (max-width: 1366px) {
      .site-main .promo__content {
        padding-top: 9vw; }
      .site-main .promo__background video {
        display: none; } }
    @media screen and (max-width: 1200px) {
      .site-main .promo__content {
        padding-top: 130px;
        padding-bottom: 10px; }
        .site-main .promo__content h1 {
          margin-bottom: 10px; }
        .site-main .promo__content p {
          font-size: 14px;
          max-width: 85%; } }
  .site-main .mobile-background {
    position: relative;
    z-index: 2;
    background: url("../images/background04.jpg"); }
    .site-main .mobile-background > img {
      display: none; }
    @media screen and (max-width: 1200px) {
      .site-main .mobile-background > img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: auto;
        transform: translateX(-50%);
        max-width: none;
        z-index: 0; } }
  .site-main .mobile-background-news {
    position: relative;
    z-index: 2; }
    .site-main .mobile-background-news > img {
      display: none; }
    @media screen and (max-width: 1200px) {
      .site-main .mobile-background-news > img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: auto;
        transform: translateX(-50%);
        max-width: none;
        z-index: 0; } }
  .site-main .services {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .site-main .services:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        opacity: .85;
        background: radial-gradient(ellipse at top, #00c0f3 0%, #262262 100%); }
      .site-main .services .swiper-pagination {
        bottom: 55px; }
        .site-main .services .swiper-pagination-bullet {
          width: 16px;
          height: 16px;
          margin: 0 24px;
          background-color: #92a4b3;
          opacity: 1; }
          .site-main .services .swiper-pagination-bullet:before {
            content: " " attr(href) " ";
            display: block;
            width: 60px;
            height: 50px;
            position: absolute;
            top: -16px;
            margin-left: -22px; }
          .site-main .services .swiper-pagination-bullet-active {
            background-color: #fff; } }
  .site-main .services-list {
    display: flex;
    flex-flow: row wrap;
    padding: 0 25px;
    height: auto;
    margin-top: -206px;
    position: absolute;
    top: 0;
    left: 0; }
    .site-main .services-list li {
      width: 33.33%;
      padding: 0 25px;
      flex: 1 0 auto;
      height: auto; }
      .site-main .services-list li:nth-child(1) .service-item__img:after {
        background: #30c4f3; }
      .site-main .services-list li:nth-child(1) .btn {
        background: #30c4f3; }
        .site-main .services-list li:nth-child(1) .btn:before {
          background: #0c9dcb; }
      .site-main .services-list li:nth-child(2) .service-item__img:after {
        background: #30c4f3; }
      .site-main .services-list li:nth-child(2) .btn {
        background: #30c4f3; }
        .site-main .services-list li:nth-child(2) .btn:before {
          background: #0c9dcb; }
      .site-main .services-list li:nth-child(3) .service-item__img:after {
        background: #30c4f3; }
      .site-main .services-list li:nth-child(3) .btn {
        background: #30c4f3; }
        .site-main .services-list li:nth-child(3) .btn:before {
          background: #0c9dcb; }
    .site-main .services-list .btn {
      font-weight: normal;
      min-width: 118px;
      text-align: center; }
    .site-main .services-list .btn-partners {
      float: left;
      background: transparent !important;
      color: #30c4f3; }
      @media screen and (max-width: 360px) {
        .site-main .services-list .btn-partners {
          float: none; } }
      .site-main .services-list .btn-partners:before {
        background: #fff !important; }
      .site-main .services-list .btn-partners:hover {
        color: #fff; }
        .site-main .services-list .btn-partners:hover:before {
          background-color: #30c4f3 !important; }
    @media all and (max-width: 1280px) and (min-width: 1201px) {
      .site-main .services-list {
        margin-top: -15.9%; } }
    @media screen and (max-width: 1200px) {
      .site-main .services-list {
        position: relative;
        z-index: 2;
        padding: 30px 0 120px;
        margin-top: 0;
        flex-wrap: nowrap;
        align-content: stretch; }
        .site-main .services-list li {
          width: calc(50% - 16px);
          padding: 0; } }
    @media screen and (max-width: 767px) {
      .site-main .services-list li {
        width: calc(100% - 16px); } }
  .site-main .service-item {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(84, 95, 104, 0.2);
    height: 100%;
    width: 100%;
    max-width: 360px;
    background: #fff;
    will-change: transform; }
    .site-main .service-item__content {
      padding: 34px; }
    .site-main .service-item__img {
      overflow: hidden;
      position: relative; }
      .site-main .service-item__img img:not(.icon) {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%; }
      .site-main .service-item__img .icon-holder {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: inline-block;
        margin: 0 0 34px 34px; }
        .site-main .service-item__img .icon-holder img {
          vertical-align: middle; }
      .site-main .service-item__img:before {
        content: '';
        padding-top: 57.22222%;
        float: left; }
      .site-main .service-item__img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: .8; }
    .site-main .service-item__title {
      color: #000;
      display: block;
      margin-bottom: 18px;
      line-height: 24px;
      text-transform: uppercase; }
    .site-main .service-item__descr {
      min-height: 57px;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 auto 18px;
      color: #545f68; }
    .site-main .service-item__payments {
      margin-bottom: 37px;
      height: 30px; }
      .site-main .service-item__payments img + img {
        margin-left: 20px; }
    .site-main .service-item__actions {
      text-align: right; }
      @media screen and (max-width: 360px) {
        .site-main .service-item__actions {
          text-align: center; } }
    @media screen and (max-width: 1200px) {
      .site-main .service-item {
        opacity: 1 !important;
        transform: translateY(0);
        display: flex;
        flex-flow: row nowrap; }
        .site-main .service-item__title {
          margin-bottom: 10px; }
        .site-main .service-item__img {
          width: 60px; }
          .site-main .service-item__img img:not(.icon) {
            width: auto;
            max-width: none;
            left: 50%;
            transform: translateX(-50%); }
          .site-main .service-item__img .icon-holder {
            bottom: auto;
            top: 0;
            left: 4px;
            margin: 10px 0 0; }
        .site-main .service-item__content {
          padding: 15px;
          width: calc(100% - 60px);
          display: flex;
          flex-direction: column; }
        .site-main .service-item__payments {
          display: none; } }
  .site-main .tv-title {
    text-transform: uppercase;
    font-weight: 600; }
  .site-main .product-item-actions {
    margin-top: auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .site-main .product-item-actions {
        flex-direction: column; } }
  .site-main .link-white {
    text-align: center;
    background-color: #fff;
    color: #30c4f3;
    transition: 0.3s;
    min-width: 118px;
    padding: 14px 18px;
    border-radius: 4px;
    text-transform: uppercase; }
    .site-main .link-white:hover {
      background-color: #30c4f3;
      color: #fff; }
  .site-main .link-blue {
    text-align: center;
    background-color: #30c4f3;
    color: #fff;
    transition: 0.3s;
    min-width: 118px;
    padding: 14px 18px;
    border-radius: 4px;
    text-transform: uppercase; }
    .site-main .link-blue:hover {
      background-color: #0c9dcb; }
  .site-main .subscribe {
    padding: 390px 0 72px;
    background-color: #f6f8fb;
    position: relative;
    z-index: 1;
    overflow: visible; }
    .site-main .subscribe h3, .site-main .subscribe form {
      max-width: 690px; }
    .site-main .subscribe h3 {
      text-align: center;
      color: #92a4b3;
      margin: 0 auto 45px; }
    .site-main .subscribe .form {
      margin: 0 auto; }
      .site-main .subscribe .form .btn:disabled {
        pointer-events: none; }
      .site-main .subscribe .form .btn:not(:disabled) {
        background-color: #30c4f3; }
        .site-main .subscribe .form .btn:not(:disabled):before {
          background-color: #0c9dcb; }
    .site-main .subscribe .form-item {
      width: calc(50% - 85px); }
    @media screen and (max-width: 1200px) {
      .site-main .subscribe {
        padding: 85px 0 45px; }
        .site-main .subscribe h3 {
          width: 87.5%;
          margin: 0 auto 35px; }
        .site-main .subscribe h3, .site-main .subscribe form {
          opacity: 1 !important;
          transform: translateY(0); }
        .site-main .subscribe .form-item {
          width: calc(100% - 30px); }
        .site-main .subscribe .form-item + .form-item {
          margin-top: 35px; }
        .site-main .subscribe * + .btn {
          margin-top: 15px; } }
  .site-main .about-us {
    position: relative;
    z-index: 0;
    background: #435a77;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    background-image: url("../images/background01-full.jpg");
    background-size: cover;
    /*&:before {
      content: '';
      position: absolute;
      background: #f6f8fb;
      border-radius: 50%;
      width: 320vw;
      height: 320vw;
      //top: -312vw;
      bottom: calc(100% - 155px);
      left: calc(50% - 160vw);
      z-index: 0;
    }
    @include breakpoint($mq-desktop-medium) {
      &:before {
        bottom: calc(100% - 105px);
      }
    }
    @include breakpoint($mq-tablet) {
      background-position-x: 32%;
      &:before {
        bottom: calc(100% - 75px);
        z-index: 1;
      }
    }*/ }
    .site-main .about-us__icon {
      width: 50px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 1200px) {
        .site-main .about-us__icon {
          opacity: 1 !important;
          transform: translateY(0);
          width: 30px; }
          .site-main .about-us__icon img {
            height: auto; } }
    .site-main .about-us__title {
      margin: 0 auto 45px; }
      @media screen and (max-width: 1600px) {
        .site-main .about-us__title {
          margin-bottom: 50px; } }
      @media screen and (max-width: 1200px) {
        .site-main .about-us__title {
          opacity: 1 !important;
          transform: translateY(0); } }
    .site-main .about-us__descr {
      width: calc(100% - 100px);
      margin: 0 auto 50px;
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
      @media screen and (max-width: 1280px) {
        .site-main .about-us__descr {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 1200px) {
        .site-main .about-us__descr {
          opacity: 1 !important;
          transform: translateY(0);
          width: 87.5%; } }
    .site-main .about-us__col {
      width: 50%; }
      .site-main .about-us__col > img {
        height: auto; }
      @media screen and (max-width: 1200px) {
        .site-main .about-us__col > img {
          height: 100%;
          max-width: none; }
        .site-main .about-us__col:nth-child(2) {
          width: 100%; } }
      .site-main .about-us__col.second {
        background-color: rgba(32, 96, 191, 0.7); }
    .site-main .about-us__content {
      padding-top: 174px; }
      .site-main .about-us__content-holder {
        max-width: 640px; }
      @media screen and (max-width: 1200px) {
        .site-main .about-us__content {
          padding-top: 125px; }
          .site-main .about-us__content-holder {
            max-width: none; } }
    .site-main .about-us .link-arrow {
      position: absolute;
      top: 0;
      left: calc(50% - 30px);
      z-index: 2; }
      .site-main .about-us .link-arrow:hover {
        background: rgba(0, 0, 0, 0.05); }
      .site-main .about-us .link-arrow:before, .site-main .about-us .link-arrow:after {
        border-color: #92a4b3; }
    .site-main .about-us .swiper-container {
      padding-bottom: 200px; }
      .site-main .about-us .swiper-container .swiper-slide {
        padding-left: 140px;
        padding-right: calc(100% - 500px);
        /*@media all and (max-width: 1280px) and (min-width: 1200px) {
          &:first-child {
            .visual:after {left: calc(50% + 30px);}
          }
          &:nth-child(2) {
            .visual {
              &:before {right: calc(50% + 30px);}
              &:after {left: calc(50% + 30px);}
            }
          }
          &:nth-child(3) {
            .visual {
              &:before {right: calc(50% + 30px);}
              &:after {left: calc(50% + 30px);}
            }
          }
          &:nth-child(4) {
            .visual {
              &:before {right: calc(50% + 30px);}
              &:after {left: calc(50% + 30px);}
            }
          }
          &:nth-child(5) {
            .visual:before {right: calc(50% + 30px);}
          }
        }*/ }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(1) .visual {
          border-color: #30c4f3; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(2) .visual {
          border-color: #54cc76; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(3) .visual {
          border-color: #c060e8; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(4) .visual {
          border-color: #30c4f3; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(5) .visual {
          border-color: #54cc76; }
        .site-main .about-us .swiper-container .swiper-slide:first-child .visual:after {
          width: calc(100% - 320px);
          background: linear-gradient(to right, #30c4f3, #54cc76);
          left: calc(350px); }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(2) .visual:before {
          width: 290px;
          right: calc(100% - 290px);
          background: #54cc76; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(2) .visual:after {
          width: calc(100% - 320px);
          background: linear-gradient(to right, #54cc76, #c060e8);
          left: calc(350px); }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(3) .visual:before {
          width: 290px;
          right: calc(100% - 290px);
          background: #c060e8; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(3) .visual:after {
          width: calc(100% - 320px);
          background: linear-gradient(to right, #c060e8, #30c4f3);
          left: calc(350px); }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(4) .visual:before {
          width: 290px;
          right: calc(100% - 290px);
          background: #30c4f3; }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(4) .visual:after {
          width: calc(100% - 320px);
          background: linear-gradient(to right, #30c4f3, #54cc76);
          left: calc(350px); }
        .site-main .about-us .swiper-container .swiper-slide:nth-child(5) .visual:before {
          width: 290px;
          right: calc(100% - 290px);
          background: #54cc76; }
        @media screen and (max-width: 1200px) {
          .site-main .about-us .swiper-container .swiper-slide {
            padding-left: 0;
            padding-right: 0; }
            .site-main .about-us .swiper-container .swiper-slide:first-child .visual:after {
              top: 70px;
              left: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(2) .visual:before {
              top: 70px;
              right: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(2) .visual:after {
              top: 70px;
              left: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(3) .visual:before {
              top: 70px;
              right: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(3) .visual:after {
              top: 70px;
              left: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(4) .visual:before {
              top: 70px;
              right: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(4) .visual:after {
              top: 70px;
              left: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide:nth-child(5) .visual:before {
              top: 70px;
              right: calc(50% + 30px);
              width: calc(50% - 15px); }
            .site-main .about-us .swiper-container .swiper-slide .descr {
              width: 75%;
              margin: 0 auto; }
              .site-main .about-us .swiper-container .swiper-slide .descr p {
                /*display: inline;*/ } }
        .site-main .about-us .swiper-container .swiper-slide .visual {
          display: inline-block;
          width: 62px;
          height: 62px;
          border-radius: 50%;
          border-width: 3px;
          border-style: solid;
          margin-bottom: 35px; }
          .site-main .about-us .swiper-container .swiper-slide .visual:after, .site-main .about-us .swiper-container .swiper-slide .visual:before {
            content: '';
            position: absolute;
            top: 115px;
            height: 3px;
            z-index: 0; }
        .site-main .about-us .swiper-container .swiper-slide .descr {
          line-height: 1.3;
          position: relative; }
          .site-main .about-us .swiper-container .swiper-slide .descr p {
            margin: 0 0 14px 0; }
          .site-main .about-us .swiper-container .swiper-slide .descr:after {
            content: "";
            bottom: 4px;
            border-bottom: 1px solid #fff; }
          .site-main .about-us .swiper-container .swiper-slide .descr .licence-link {
            text-decoration: underline; }
            .site-main .about-us .swiper-container .swiper-slide .descr .licence-link:hover {
              font-weight: 500; }
          .site-main .about-us .swiper-container .swiper-slide .descr a {
            color: #fff; }
            .site-main .about-us .swiper-container .swiper-slide .descr a:hover {
              text-decoration: underline; }
      .site-main .about-us .swiper-container .swiper-pagination {
        width: 640px;
        bottom: 100px; }
        .site-main .about-us .swiper-container .swiper-pagination-bullet {
          width: 16px;
          height: 16px;
          margin: 0 24px;
          background-color: #92a4b3;
          opacity: 1; }
          .site-main .about-us .swiper-container .swiper-pagination-bullet:before {
            content: " " attr(href) " ";
            display: block;
            width: 60px;
            height: 50px;
            position: absolute;
            top: -16px;
            margin-left: -22px; }
          .site-main .about-us .swiper-container .swiper-pagination-bullet-active {
            background-color: #fff; }
        @media screen and (max-width: 1200px) {
          .site-main .about-us .swiper-container .swiper-pagination {
            width: 100%;
            bottom: 35px; } }
      @media screen and (max-width: 1600px) {
        .site-main .about-us .swiper-container {
          padding-bottom: 200px; } }
      @media screen and (max-width: 1200px) {
        .site-main .about-us .swiper-container {
          padding-bottom: 100px;
          opacity: 1 !important;
          transform: translateY(0); } }
  .site-main .swiper-header {
    margin: 30px 0; }
    .site-main .swiper-header p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
  .site-main .partners {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    margin-bottom: -1px; }
    .site-main .partners:before {
      content: '';
      padding-top: 41.67%;
      float: left; }
    .site-main .partners__content {
      position: relative;
      z-index: 1;
      padding-top: 72px;
      padding-bottom: 90px;
      width: 100%; }
    .site-main .partners__icon {
      margin-bottom: 15px; }
    .site-main .partners__title {
      margin: 0 auto 140px; }
    .site-main .partners__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-image: url("../images/background02.jpg");
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .site-main .partners__background:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: .85;
        background: #20bff7; }
      .site-main .partners__background img {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%; }
    .site-main .partners__list {
      padding-top: 72px; }
      @media all and (max-width: 1366px) {
        .site-main .partners__list {
          padding-top: 40px; } }
      @media all and (max-width: 1024px) {
        .site-main .partners__list {
          padding-top: 0; } }
      .site-main .partners__list li {
        display: inline-block;
        max-width: calc(12.5% - 24px); }
        .site-main .partners__list li img {
          height: auto;
          vertical-align: middle; }
      .site-main .partners__list li + li {
        margin-left: 32px; }
    @media screen and (max-width: 1600px) {
      .site-main .partners__title {
        margin-bottom: 80px; }
      .site-main .partners__list {
        padding: 0 15px; }
        .site-main .partners__list li {
          margin: 0 14px 30px;
          width: calc(20% - 24px);
          min-width: calc(20% - 24px); } }
    @media screen and (max-width: 1200px) {
      .site-main .partners__icon, .site-main .partners__title, .site-main .partners__list, .site-main .partners-flex {
        opacity: 1 !important;
        transform: translateY(0); }
      .site-main .partners__icon img {
        height: auto;
        width: 30px; }
      .site-main .partners__content {
        padding-top: 55px; }
      .site-main .partners__title {
        margin-bottom: 70px; }
      .site-main .partners__list {
        padding: 0 15px; }
        .site-main .partners__list li {
          width: calc(28% - 24px);
          min-width: calc(28% - 24px);
          margin-bottom: 30px; }
          .site-main .partners__list li:nth-child(3n+1) {
            margin-left: 0; }
        .site-main .partners__list li + li {
          margin-left: 28px; } }
  .site-main .partners-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .site-main .partners-flex .partner {
      margin: 0 40px 80px; }
    @media screen and (max-width: 768px) {
      .site-main .partners-flex .partner {
        margin: 0 20px 40px;
        height: 28px; } }
  .site-main .support {
    margin-top: 88px;
    position: relative;
    overflow: hidden;
    background-color: #345276;
    margin-bottom: -1px; }
    .site-main .support .stars-canvas {
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .site-main .support__content {
      position: relative;
      z-index: 1;
      padding-top: 100px;
      text-align: center;
      height: auto !important; }
    .site-main .support__icon {
      margin-bottom: 15px; }
    .site-main .support__title {
      margin-bottom: 100px; }
    .site-main .support__background {
      position: absolute;
      background: radial-gradient(ellipse at center, #10c3f0 0%, #262a94 100%);
      border-radius: 50%;
      width: 320vw;
      height: 320vw;
      bottom: 0;
      left: calc(50% - 160vw);
      z-index: 0; }
      .site-main .support__background:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-image: url("../images/support-stars.png");
        background-position: center bottom;
        background-repeat: no-repeat; }
    .site-main .support__agent {
      position: relative;
      z-index: 1;
      max-width: 370px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px; }
    .site-main .support__tooltip {
      position: absolute;
      z-index: 1;
      background-color: #ffffff;
      color: #545f68;
      border-radius: 10px;
      padding: 30px 50px;
      min-width: 400px;
      width: 500%;
      max-width: 26vw;
      font-size: 20px;
      line-height: 1.4;
      box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05); }
      .site-main .support__tooltip a {
        color: #545f68;
        text-decoration: underline;
        font-weight: 500; }
        .site-main .support__tooltip a:hover {
          text-decoration: none; }
      .site-main .support__tooltip:before {
        content: '';
        position: absolute;
        top: 99%;
        width: 0;
        height: 0;
        border-style: solid; }
      .site-main .support__tooltip.right {
        top: 0;
        left: calc(100% - 80px);
        text-align: left; }
        .site-main .support__tooltip.right:before {
          left: 40px;
          border-width: 40px 65px 0 0;
          border-color: #ffffff transparent transparent transparent; }
      .site-main .support__tooltip.left {
        top: -88px;
        right: 90%;
        text-align: right; }
        .site-main .support__tooltip.left:before {
          right: 40px;
          border-width: 0 65px 40px 0;
          border-color: transparent #ffffff transparent transparent; }
    .site-main .support__agent img {
      margin-left: 32px; }
    @media screen and (max-width: 1200px) {
      .site-main .support {
        background: #435a77; }
        .site-main .support__icon, .site-main .support__title, .site-main .support__tooltip {
          opacity: 1 !important;
          transform: translateY(0); }
        .site-main .support__title {
          padding-bottom: 64px; }
        .site-main .support__icon img {
          height: auto;
          width: 30px; }
        .site-main .support__content {
          padding-top: 60px; }
        .site-main .support__agent img {
          max-width: 70%;
          margin-left: 32px;
          margin-top: 20px; }
        .site-main .support__tooltip {
          padding: 15px 25px 25px;
          font-size: 12px;
          z-index: -1; }
          .site-main .support__tooltip.right {
            display: none; }
          .site-main .support__tooltip.left {
            margin-top: 10px;
            top: 0;
            right: 50%;
            transform: translate(50%, -70%) !important;
            min-width: 290px;
            max-width: 30vw; }
            .site-main .support__tooltip.left:before {
              right: 68px;
              border-width: 23px 35px 0 0;
              border-color: #ffffff transparent transparent transparent; } }
    @media screen and (max-width: 767px) {
      .site-main .support__background {
        bottom: -1px; } }

.left {
  text-align: left; }

.news-block {
  background: url("../images/bg-news-main.jpg") center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 560px;
  margin: -6px 0 -88px 0; }

.news-header {
  text-align: center; }
  .news-header img {
    width: 50px;
    margin: 104px auto 32px; }
  .news-header h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 104px; }

.news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10%; }
  .news-list-item {
    position: relative;
    min-height: inherit;
    max-width: 360px;
    height: 300px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    transition: 0.3s; }
    .news-list-item a {
      height: 300px;
      display: block; }
    .news-list-item a.link-to-post {
      width: 100%;
      background-color: #fff;
      height: 362px;
      border-radius: 4px;
      display: flex;
      flex-direction: column; }
      .news-list-item a.link-to-post img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
        height: auto;
        min-height: 1px; }
      .news-list-item a.link-to-post .link-info {
        width: 100%;
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column; }
        .news-list-item a.link-to-post .link-info .link-title {
          font-size: 16px;
          color: #383B3D;
          margin-bottom: 8px; }
        .news-list-item a.link-to-post .link-info .link-date {
          margin-top: auto;
          font-size: 14px;
          color: #383B3D; }
      .news-list-item a.link-to-post:hover {
        transition: 0.3s;
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2); }
    .news-list-item:hover {
      transition: 0.3s;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
      transform: translate(0, -4px); }
      .news-list-item:hover .hover-block {
        display: none;
        opacity: 0.9;
        transition: 0.3s;
        z-index: 4; }
      .news-list-item:hover .news-hover-block {
        display: none;
        opacity: 0.9;
        transition: 0.3s;
        z-index: 4; }

.news-hover-block {
  display: none;
  transition: 0.3s;
  border-radius: 4px;
  position: absolute;
  background-color: #2c5ca4;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .news-hover-block-date {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 8px; }
  .news-hover-block-text {
    color: #fff;
    opacity: 1;
    padding: 32px 16px;
    text-align: center;
    font-size: 16px; }

.hover-block {
  display: none;
  transition: 0.3s;
  border-radius: 4px;
  position: absolute;
  background-color: #2c5ca4;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .hover-block-date {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 8px; }
  .hover-block-text {
    color: #fff;
    opacity: 1;
    padding: 32px 16px;
    text-align: center;
    font-size: 16px; }

.news-item-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.news-item-name {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 16px; }

.inside-news-item-date {
  margin: 0 !important;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px; }

.news-button {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 160px;
  background-color: #2c5ca4;
  border: none;
  border-radius: 32px;
  /*box-shadow: 0 0 10px 2px rgba(84, 95, 104, 0.2);*/
  margin: 0 auto;
  display: block;
  padding: 16px 32px;
  transition: 0.3s; }
  .news-button-wrapper {
    padding: 88px 0; }
  .news-button a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }
  .news-button:hover {
    color: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    transition: 0.3s; }

@media all and (min-width: 1200px) and (max-width: 1400px) {
  .news-list {
    padding: 0 5%; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  .news-header img {
    margin: 64px auto 32px; }
  .news-header h2 {
    margin-bottom: 64px; }

  .news-list-item {
    width: 100%;
    margin: 16px auto; }
    .news-list-item:hover .news-hover-block {
      opacity: 0; }
    .news-list-item:hover .hover-block {
      opacity: 0; } }
.blog-block {
  background: url("../images/bg-blog-main.jpg") center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 560px;
  margin: 88px 0 -88px 0; }

.blog-header {
  text-align: center; }
  .blog-header img {
    width: 50px;
    margin: 104px auto 32px; }
  .blog-header h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 104px; }

.blog-button {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 160px;
  background-color: #2c5ca4;
  border: none;
  border-radius: 32px;
  /*box-shadow: 0 0 10px 2px rgba(84, 95, 104, 0.2);*/
  margin: 0 auto;
  display: block;
  padding: 16px 32px;
  transition: 0.3s; }
  .blog-button-wrapper {
    padding: 16px 0 32px; }
  .blog-button:hover {
    color: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    transition: 0.3s; }

.tv {
  width: 100%;
  padding: 96px 8px 164px;
  min-height: 750px;
  background: #5f40c1 url("../images/tv-section.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .tv-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto; }
  .tv-title {
    margin-top: 56px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding: 4px 0; }
  .tv-comment {
    background-color: #FC3E6B;
    padding: 4px 12px;
    border-radius: 48px;
    margin: 70px auto 40px;
    max-width: 200px; }
    .tv-comment p {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
  .tv-channels {
    min-height: 128px;
    width: 80%;
    margin: 8px 10% 96px; }
    .tv-channels .row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto 32px; }
      .tv-channels .row img {
        height: 48px;
        margin: 4px; }
  .tv-youtube {
    max-width: 540px;
    width: 100%;
    margin: 0 auto 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tv-youtube img {
      width: 48px;
      height: 48px; }
    .tv-youtube p {
      font-size: 14px;
      color: #fff;
      margin: 0 24px; }
    .tv-youtube > a > div {
      transition: 0.3s;
      padding: 10px 24px;
      border-radius: 48px;
      border: 1px solid #fff; }
      .tv-youtube > a > div p {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0;
        font-weight: 500; }
    .tv-youtube > a:hover div {
      background-color: #fff; }
      .tv-youtube > a:hover div p {
        color: #452D8D; }

.no-display {
  display: none !important; }

@media all and (max-width: 1200px) {
  .about *, .business * {
    opacity: 1 !important;
    transform: translateY(0); }

  .tv-icon, .tv-title, .tv-comment, .tv-channels, .tv-youtube {
    opacity: 1 !important;
    transform: translateY(0); }

  .tv-channels .row {
    justify-content: center; }
    .tv-channels .row img {
      margin: 4px 16px; } }
@media all and (max-width: 768px) {
  .tv {
    padding-top: 54px;
    padding-bottom: 54px;
    min-height: 500px; }
    .tv-icon {
      width: 30px;
      height: 30px;
      margin-bottom: 0; }
    .tv-comment {
      margin: 32px auto; }
    .tv-channels {
      width: 90%;
      margin: 8px 5% 48px; }
      .tv-channels .row img {
        height: 32px; }
    .tv-youtube {
      max-width: 380px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: nowrap;
      padding-left: 4px;
      padding-right: 4px; }
      .tv-youtube img {
        margin-right: 16px; }
      .tv-youtube p {
        flex: 2;
        text-align: left;
        max-width: 320px;
        margin: 8px 0;
        font-size: 12px; }
      .tv-youtube a {
        display: block; }
        .tv-youtube a div {
          padding: 8px 16px;
          margin-left: 4px; }
          .tv-youtube a div p {
            font-size: 12px; } }
@media all and (max-width: 767px) {
  .news-list-item {
    width: 100%;
    margin: 16px auto; }
    .news-list-item a.link-to-post {
      height: 320px; }
    .news-list-item:hover .news-hover-block {
      opacity: 0; }
    .news-list-item:hover .hover-block {
      opacity: 0; }

  .news-button {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    max-width: 160px; }
    .news-button-wrapper {
      padding: 16px 0 32px; }

  .news-header img {
    margin: 24px auto 16px;
    width: 30px;
    height: 30px; }
  .news-header h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0; }

  .blog-header {
    text-align: center; }
    .blog-header img {
      width: 30px;
      height: 30px;
      margin: 16px auto 16px; }
    .blog-header h2 {
      color: #fff;
      font-size: 20px;
      line-height: 1.33;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 16px; } }
@media screen and (max-width: 1200px) {
  .news-header img, .news-header h2, .news-list, .news-button-wrapper, .blog-header img, .blog-header h2, .news-list, .news-button-wrapper {
    opacity: 1 !important;
    transform: translateY(0); } }
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .site-main .service-item {
    height: auto; }

  .site-main .service-item__payments {
    display: none; }

  .site-main .service-item__content {
    padding: 24px; }

  .site-main .promo__content {
    padding-top: 7%; } }
.subscription-form {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  .subscription-form .subscribe-button {
    color: #fff;
    background-color: rgba(188, 204, 211, 0.76);
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s; }
  .subscription-form .button-valid {
    background-color: #1daafc; }
  .subscription-form .input-wrap {
    position: relative;
    margin: 0 8px;
    width: 100%; }
    .subscription-form .input-wrap input {
      color: #96a8b6;
      height: 56px;
      max-width: 272px;
      font-size: 16px;
      font-weight: 400;
      background-color: #fff;
      border: 1px solid #bcccd3;
      border-radius: 4px;
      line-height: 20px;
      padding: 16px 40px 16px 16px;
      width: 100%;
      transition: all 0.18s ease-out 0s; }
      .subscription-form .input-wrap input:focus + label, .subscription-form .input-wrap input:valid + label {
        font-size: 10px;
        transform: translateY(-18px); }
    .subscription-form .input-wrap label {
      transition: 0.2s;
      position: absolute;
      top: 19px;
      left: 16px;
      font-size: 16px;
      color: #96a8b6;
      font-weight: 400; }
    .subscription-form .input-wrap .input-invalid {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 16px;
      right: 16px;
      opacity: 0;
      transition: 0.2s; }
    .subscription-form .input-wrap .valid {
      opacity: 1 !important; }
  @media screen and (max-width: 1024px) {
    .subscription-form {
      width: 100%;
      flex-direction: column;
      justify-content: center; }
      .subscription-form .subscribe-button, .subscription-form .input-wrap {
        width: calc(100% - 16px);
        height: 56px;
        max-width: 1024px;
        margin: 8px; }
        .subscription-form .subscribe-button input, .subscription-form .input-wrap input {
          max-width: 1024px; } }

#clients-section ul, #clients-section ol, #oppi-section ul, #oppi-section ol {
  list-style-type: disc !important;
  list-style-position: inside; }
  #clients-section ul li, #clients-section ol li, #oppi-section ul li, #oppi-section ol li {
    margin: 4px 0 !important; }

#oppi-section a {
  color: #fff !important; }
  #oppi-section a:hover {
    text-decoration: underline !important; }
#oppi-section .about__navigation-item {
  padding-left: 44px;
  padding-right: 44px; }

/*

.about__content-section-part {
  &::before {
    content: none !important;
  }
  &::after {
    content: none !important;
  }
}
*/
.blog-subheader {
  position: relative;
  margin-top: 53px;
  width: 100%;
  height: 264px;
  background-image: url("../images/blog-header-bg2.png");
  background-size: cover;
  background-position-x: 50%; }
  .blog-subheader-icon {
    display: block;
    padding: 85px 0 15px;
    margin: 0 auto;
    width: 50px; }
  .blog-subheader-name {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    text-transform: uppercase; }

.news-subheader {
  position: relative;
  margin-top: 53px;
  width: 100%;
  height: 264px;
  background-image: url("../images/news-header-bg.jpg");
  background-size: cover;
  background-position-x: 50%; }
  .news-subheader a {
    display: block;
    max-width: 200px;
    height: inherit;
    margin: 0 auto; }
  .news-subheader-icon {
    display: block;
    padding: 85px 0 15px;
    margin: 0 auto;
    width: 50px; }
  .news-subheader-name {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    text-transform: uppercase; }

.title-tags {
  color: #545454; }

.tags-header {
  color: #545454;
  position: absolute;
  bottom: 0; }

.post-and-tags-headers {
  position: relative;
  padding: 64px 15% 10px;
  margin-bottom: -64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .post-and-tags-headers .header-tags h1 {
    text-align: left; }
  .post-and-tags-headers .header-news {
    /*width: 70%;*/ }
    .post-and-tags-headers .header-news h2 {
      font-size: 24px;
      text-align: left; }
    .post-and-tags-headers .header-news p {
      font-size: 16px;
      text-align: left;
      margin: 8px 0; }

.main-news {
  padding: 64px 15%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .main-news-left {
    width: 30%;
    /**/
    position: relative; }
    .main-news-left h1 {
      font-size: 30px;
      font-weight: bold;
      color: #000;
      margin-bottom: 40px; }
    .main-news-left-tag {
      font-size: 16px;
      font-weight: 500;
      padding: 15px 12px;
      background-color: #f0f0f0;
      border-radius: 4px;
      margin: 0 15px 15px 0; }
  .main-news-right {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .main-news-item {
    width: 100%; }
    .main-news-item-header {
      font-size: 24px;
      font-weight: bold;
      color: #000; }
    .main-news-item-date {
      font-size: 16px;
      color: #545454; }
    .main-news-item-image {
      width: 100%; }
    .main-news-item-descr {
      font-size: 18px;
      color: #545454;
      text-align: left;
      padding: 16px 0;
      line-height: 26px;
      font-weight: 100; }
      .main-news-item-descr p {
        font-size: 18px;
        font-weight: 300;
        text-indent: 24px;
        margin: 8px 0;
        color: #545454; }
      .main-news-item-descr a {
        color: #1DAAFC; }
      .main-news-item-descr .winners-list-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .main-news-item-descr .winners-list-wrapper div {
          width: calc( 50% - 32px);
          padding: 0 16px; }
          .main-news-item-descr .winners-list-wrapper div ul li {
            list-style-type: none; }
      .main-news-item-descr .quote {
        line-height: 36px;
        position: relative;
        margin: 20px 0 20px 0;
        padding-right: 25%;
        font-size: 24px; }
        .main-news-item-descr .quote .quote-author {
          line-height: 16px;
          text-indent: 0;
          font-size: 14px;
          position: absolute;
          top: 8px;
          right: 0;
          width: 20%; }
      .main-news-item-descr .term {
        margin-top: 24px;
        font-weight: 300;
        text-indent: 24px; }

.other-news {
  width: 100%;
  margin-top: 64px;
  border-top: 1px solid #f0f0f0;
  padding: 64px 15% 0; }
  .other-news-header {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0; }
  .other-news-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .other-news-wrapper-left {
      width: 33%;
      padding-left: 0.33%; }
    .other-news-wrapper-center {
      width: 33%;
      padding-left: 0.33%; }
    .other-news-wrapper-right {
      width: 33%;
      padding-left: 0.33%; }

.another-post {
  border: 1px solid #fff;
  padding: 24px;
  margin: 0 auto 24px;
  border-radius: 4px;
  transition: 0.3s; }
  .another-post-img {
    width: 100%; }
  .another-post-date {
    color: #5b5b5b;
    text-align: left;
    margin: 20px 0 0 0;
    font-size: 16px; }
  .another-post-header {
    text-transform: uppercase;
    color: #000;
    text-align: left;
    padding: 0 0 16px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }
  .another-post:hover {
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    transform: translate(0, -4px); }

div.tags {
  overflow: auto;
  /*margin: 0 8px 16px;*/ }
  div.tags::-webkit-scrollbar {
    width: 1px; }
  div.tags a {
    float: left;
    display: inline-block;
    color: #6f6f6f;
    text-align: center;
    padding: 14px;
    text-decoration: none; }
    div.tags a:first-child:hover {
      background-color: #d7d7d7;
      color: #565656; }

.item-mobile {
  display: none;
  max-width: 480px;
  position: relative;
  margin: 8px;
  border-radius: 4px; }
  .item-mobile .img-mobile {
    z-index: 0;
    border-radius: 4px; }
  .item-mobile .text-contaier {
    border-radius: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 196, 243, 0.62);
    /*background-color: rgba(142, 0, 255, 0);
    !* IE9, iOS 3.2+ *!
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzBjNGYzIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(48, 196, 243)),color-stop(1, rgba(0, 0, 0, 0)));
    !* Android 2.3 *!
    background-image: -webkit-repeating-linear-gradient(top,rgb(48, 196, 243) 0%,rgba(0, 0, 0, 0) 100%);
    !* IE10+ *!
    background-image: repeating-linear-gradient(to bottom,rgb(48, 196, 243) 0%,rgba(0, 0, 0, 0) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(48, 196, 243) 0%,rgba(0, 0, 0, 0) 100%);*/ }
    .item-mobile .text-contaier .date-mobile {
      position: absolute;
      top: 0;
      left: 20px;
      color: #fff !important;
      z-index: 1;
      font-size: 14px; }
    .item-mobile .text-contaier .header-mobile {
      position: absolute;
      top: 40px;
      left: 20px;
      padding-right: 10px;
      color: #fff;
      z-index: 1;
      font-size: 18px; }

.other-news-item {
  width: 100%;
  color: #000; }
  .other-news-item .item-desktop {
    max-width: 520px;
    position: relative;
    height: 300px;
    /* padding: 0 0 24px 0; */
    margin: 0 12px 36px;
    border-radius: 4px;
    transition: 0.3s; }
    .other-news-item .item-desktop:hover {
      transition: 0.3s;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
      transform: translate(0, -4px); }
      .other-news-item .item-desktop:hover .news-item-date {
        color: #fff; }
      .other-news-item .item-desktop:hover .news-item-header {
        color: #fff; }
      .other-news-item .item-desktop:hover .news-item-btn {
        display: block; }
      .other-news-item .item-desktop:hover .news-item-descr {
        display: none; }
  .other-news-item-img {
    width: 100%; }
  .other-news-item-date {
    margin: 20px 0 0 0;
    font-size: 16px; }
  .other-news-item-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px; }
  .other-news-item-descr {
    font-size: 16px;
    margin-top: 24px; }

.news-item {
  display: flex;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 16px;
  color: #000; }
  .news-item .item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: 0.3s;
    border-radius: 4px;
    min-height: 348px;
    border: 1px solid #f1f1f1; }
    .news-item .item-content-img {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%;
      height: auto;
      min-height: 1px; }
    .news-item .item-content-text {
      padding: 24px;
      flex: 1;
      display: flex;
      flex-direction: column; }
      .news-item .item-content-text .title {
        font-size: 16px;
        line-height: 19px; }
      .news-item .item-content-text .date {
        padding-top: 8px;
        margin-top: auto;
        font-size: 14px; }
    .news-item .item-content:hover {
      transition: 0.3s;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
      transform: translate(0, -4px); }
  .news-item .item-desktop {
    border: 1px solid #f1f1f1;
    color: #000;
    max-width: 480px;
    position: relative;
    min-height: 488px;
    padding: 0;
    margin: 0 36px 36px 0;
    border-radius: 4px;
    transition: 0.3s; }
    .news-item .item-desktop:hover {
      transition: 0.3s;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
      transform: translate(0, -4px);
      /*
      .news-item-date {
        color: #fff;
      }
      .news-item-header {
        color: #fff;
      }
      .news-item-btn {
        display: block;
      }
      .news-item-descr {
        display: none;
      }*/ }
  .news-item-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .news-item-date {
    margin: 20px 16px 0;
    font-size: 16px; }
  .news-item-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    margin: 0 16px; }
  .news-item-btn {
    text-transform: uppercase;
    padding: 16px 24px;
    margin: 0 auto;
    border: 1px solid #30c4f3;
    color: #30c4f3;
    display: none;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500; }
    .news-item-btn:hover {
      border: 1px solid #fff;
      color: #fff;
      background-color: #30c4f3;
      transition: 0.3s; }
  .news-item-descr {
    margin: 24px 16px 0;
    padding-bottom: 16px;
    font-size: 16px; }

/*Subscribe and Footer below*/
.site-footer {
  /*background: url(../images/footer-bg-2.png);*/
  background-position-y: 55% !important; }

.subscribe-btn:disabled {
  background-color: #bcccd3; }

.section-subscribe {
  padding: 96px 15% 96px;
  background-color: #f6f8fb;
  position: relative;
  z-index: 1;
  overflow: visible; }
  .section-subscribe h3, .section-subscribe form {
    max-width: 690px; }
  .section-subscribe h3 {
    text-align: center;
    color: #92a4b3;
    margin: 0 auto 45px; }
  .section-subscribe .form {
    margin: 0 auto; }
    .section-subscribe .form .btn:disabled {
      pointer-events: none; }
    .section-subscribe .form .btn:not(:disabled) {
      background-color: #30c4f3; }
      .section-subscribe .form .btn:not(:disabled):before {
        background-color: #0c9dcb; }
  .section-subscribe .form-item {
    width: calc(50% - 85px); }
  .section-subscribe .news-input {
    border-color: #bcccd3; }
  @media screen and (max-width: 1200px) {
    .section-subscribe {
      padding: 85px 0 45px; }
      .section-subscribe h3 {
        width: 87.5%;
        margin: 0 auto 35px; }
      .section-subscribe h3, .section-subscribe form {
        opacity: 1 !important;
        transform: translateY(0); }
      .section-subscribe .form-item {
        width: calc(100% - 30px); }
      .section-subscribe .form-item + .form-item {
        margin-top: 35px; }
      .section-subscribe * + .btn {
        margin-top: 15px; } }

/*Subscribe and Footer above*/
.tag-name {
  display: none; }

.header-name {
  display: none; }

.date-name {
  display: none; }

.inside-post-link {
  color: #00c0f3; }

/*screen sizes below*/
@media all and (min-width: 768px) and (max-width: 1200px) {
  .post-and-tags-headers {
    display: block;
    padding: 20px;
    margin: 0; }
    .post-and-tags-headers .header-tags {
      display: none; }
    .post-and-tags-headers .header-news h2 {
      padding-top: 32px;
      text-align: center; }

  .tag-name {
    display: block; }

  .header-name {
    display: none;
    text-align: center; }

  .date-name {
    display: none; }

  .site-footer {
    background: #435a77; }

  .another-post-header {
    font-size: 16px;
    line-height: 20px; }

  .news-subheader {
    height: 200px; }
    .news-subheader .news-subheader-icon {
      padding: 60px 0 15px; }

  .blog-subheader {
    height: 200px; }
    .blog-subheader .blog-subheader-icon {
      padding: 60px 0 15px; }

  div.tags {
    overflow: auto;
    white-space: nowrap;
    margin: 0; }
    div.tags a {
      float: none;
      display: inline-block;
      color: #6f6f6f;
      text-align: center;
      padding: 14px;
      text-decoration: none; }

  .main-news {
    padding: 0 20px 20px; }
    .main-news-left {
      width: 100%; }
      .main-news-left h1 {
        text-align: center; }
    .main-news-right {
      width: 100%; }

  .item-mobile {
    display: block; }

  .item-desktop {
    display: none; }

  .other-news {
    padding: 20px;
    margin-top: 0; }
    .other-news-header {
      font-size: 24px; }

  .another-post {
    padding: 4px; }
    .another-post-header {
      font-size: 16px; } }
@media all and (max-width: 767px) {
  .news-item {
    margin-bottom: 16px;
    color: #000; }
    .news-item .item-content {
      min-height: 280px; }
      .news-item .item-content:hover {
        box-shadow: none;
        transform: translate(0); }

  .post-and-tags-headers {
    display: block;
    padding: 20px 20px 0;
    margin: 0; }
    .post-and-tags-headers .header-tags {
      display: none; }
    .post-and-tags-headers .header-news h2 {
      padding-top: 0;
      text-align: left;
      font-size: 16px; }

  .ptah {
    display: none; }

  .tag-name {
    display: block; }

  .header-name {
    display: none; }

  .date-name {
    display: none; }

  .site-footer {
    background: #435a77; }

  .other-news-wrapper-left {
    width: 100%; }
  .other-news-wrapper-center {
    width: 100%; }
  .other-news-wrapper-right {
    width: 100%; }

  .news-subheader {
    height: 180px; }
    .news-subheader .news-subheader-icon {
      padding: 50px 0 15px; }

  .blog-subheader {
    height: 180px; }
    .blog-subheader .blog-subheader-icon {
      padding: 50px 0 15px; }

  div.tags {
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    height: 54px; }
    div.tags a {
      margin-bottom: 0;
      float: none;
      display: inline-block;
      color: #6f6f6f;
      text-align: center;
      padding: 10px 12px;
      text-decoration: none; }

  .main-news {
    padding: 20px 20px; }
    .main-news-item-header {
      font-size: 16px; }
    .main-news-item-date {
      font-size: 12px; }
    .main-news-item-descr {
      font-size: 18px;
      line-height: 22px;
      text-align: left; }
      .main-news-item-descr .winners-list-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .main-news-item-descr .winners-list-wrapper div {
          width: calc( 100% - 32px);
          padding: 0 16px; }
          .main-news-item-descr .winners-list-wrapper div ul li {
            text-align: center;
            list-style-type: none; }
      .main-news-item-descr .quote {
        line-height: 30px;
        margin: 20px 0 20px 0;
        font-size: 20px;
        padding-right: 0;
        padding-bottom: 50px; }
        .main-news-item-descr .quote .quote-author {
          top: 91%;
          right: 0;
          width: 47%; }
    .main-news-left {
      width: 100%; }
      .main-news-left h1 {
        text-align: center;
        margin-bottom: 16px; }
    .main-news-right {
      width: 100%; }
      .main-news-right .news-item {
        margin-right: 0;
        width: 100%; }

  .item-mobile {
    display: block;
    margin: 8px auto;
    padding: 0;
    max-width: 767px; }

  .item-desktop {
    display: none; }

  .other-news {
    padding: 20px;
    margin-top: 0; }
    .other-news-header {
      font-size: 22px; }

  .another-post {
    padding: 0; }
    .another-post-header {
      font-size: 16px; } }
/** {
  position: relative;
}*/
#toMainPage {
  cursor: pointer; }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

ul {
  list-style-type: none; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

html {
  margin-top: 0;
  padding-top: 0;
  box-sizing: border-box; }

body {
  height: inherit;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

.hero-zone {
  width: 100%;
  height: 100vh;
  max-height: 975px;
  min-height: 750px;
  transition: 3s;
  padding: 24px 42px; }

.reader {
  background: #16a3f3 url("../images/landings/hero-backgr.jpg") center no-repeat;
  background-size: 200%, cover; }

.cash {
  background: #16a3f3 url("../images/landings/cash-backgr.jpg") center no-repeat;
  background-size: 200%, cover; }

.transfer {
  background: #16a3f3 url("../images/landings/transfer-backgr.jpg") center no-repeat;
  background-size: 200%, cover; }

.hero-header {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .hero-header a .logo {
    display: block;
    width: 130px;
    height: 32px; }
  .hero-header a .logo-sm {
    display: none; }
  .hero-header .start-date {
    position: absolute;
    left: calc(50% - 83px);
    background-color: #FC3E6B;
    border-radius: 48px;
    padding: 8px 16px; }
    .hero-header .start-date p {
      color: #fff;
      font-size: 14px; }
  .hero-header .language .language-select-content {
    display: none;
    margin-top: -14px; }
  .hero-header .block {
    display: block !important; }
  .hero-header .language-select {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400; }
    .hero-header .language-select:hover {
      background-color: transparent; }
  .hero-header .language-select-content {
    background-color: #1e43ab; }
    .hero-header .language-select-content a {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.05); }
  .hero-header .language-select-content a:hover {
    background-color: #1d3e91; }

.hero-action {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 620px;
  height: calc(96vh - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .hero-action-title {
    font-size: 101px;
    font-weight: 700;
    line-height: 102px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px; }
  .hero-action-subtitle {
    max-width: 622px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 12px 0 48px; }
  .hero-action-mark {
    max-width: 640px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 32px auto; }
  .hero-action-message {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 32px 0; }
  .hero-action-subtitle-mosst {
    max-width: 850px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 12px 8px 48px; }
  .hero-action-cta {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin: 56px 0; }
  .hero-action-buttons {
    margin: 0 auto;
    display: flex; }
    .hero-action-buttons a {
      display: block; }
      .hero-action-buttons a button {
        display: flex;
        align-items: center;
        border: none;
        border-radius: 50px;
        height: 56px;
        padding: 0 32px;
        background-color: #1DAAFC;
        color: #fff;
        margin: 8px; }
        .hero-action-buttons a button span {
          font-size: 20px;
          line-height: 22px;
          font-weight: 500;
          text-transform: uppercase; }
        .hero-action-buttons a button img {
          height: 32px;
          width: 32px;
          margin-right: 8px; }
  .hero-action-form {
    width: 100%;
    max-width: 1200px; }
    .hero-action-form form {
      display: flex;
      align-items: center; }
      .hero-action-form form .input-wrap {
        position: relative;
        margin: 0 8px;
        width: 100%; }
        .hero-action-form form .input-wrap input {
          border: none !important;
          background-color: rgba(0, 0, 0, 0.2) !important;
          color: #fff !important;
          margin: 0 !important;
          height: 56px;
          padding: 0 58px 0 16px !important;
          border-radius: 4px;
          max-width: 272px;
          width: 100%;
          font-size: 20px; }
          .hero-action-form form .input-wrap input:focus + label, .hero-action-form form .input-wrap input:valid + label {
            font-size: 10px;
            transform: translateY(-18px); }
        .hero-action-form form .input-wrap label {
          transition: 0.2s;
          position: absolute;
          top: 19px;
          left: 16px;
          font-size: 20px;
          color: #fff; }
        .hero-action-form form .input-wrap .input-invalid {
          width: 32px;
          height: 32px;
          position: absolute;
          top: 12px;
          right: 20px;
          opacity: 0;
          transition: 0.2s; }
        .hero-action-form form .input-wrap .valid {
          opacity: 1 !important; }
      .hero-action-form form button {
        width: 100%;
        min-width: 246px;
        max-width: 320px;
        margin: 0 8px;
        border: none;
        height: 56px;
        padding: 0 24px;
        background-color: #1DAAFC;
        border-radius: 32px;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        font-weight: 500;
        /*opacity: 0.5;*/ }

.hero-footer p {
  color: #fff;
  text-align: center;
  font-size: 16px; }
.hero-footer img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 8px auto; }

.about-product {
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  transform: skewY(-2deg);
  margin-top: -2%; }
  .about-product-wrap {
    min-height: 910px;
    background: url(../images/landings/reader-1.png) right 10% center no-repeat;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px;
    transform: skewY(2deg);
    display: flex;
    justify-content: space-between; }
    .about-product-wrap .reader-img {
      display: none; }
    .about-product-wrap .product-info {
      width: 50%;
      padding: 48px 0; }
      .about-product-wrap .product-info h6 {
        font-size: 120px;
        font-weight: 700;
        color: #64686A;
        line-height: 120px; }
        .about-product-wrap .product-info h6 span {
          font-size: 98px;
          font-weight: 700;
          line-height: 98px; }
      .about-product-wrap .product-info img {
        height: 32px;
        margin: 24px 0 62px; }
      .about-product-wrap .product-info p {
        font-size: 18px;
        font-weight: 400;
        color: #64686A;
        line-height: 20px;
        max-width: 284px; }
    .about-product-wrap .product-image {
      width: 50%;
      padding-top: 48px; }
      .about-product-wrap .product-image img {
        padding-bottom: 48px; }
  .about-product .mosst-product {
    background: url(../images/landings/transfer-1.png) right 10% center no-repeat; }
    .about-product .mosst-product .product-info h6 {
      margin-bottom: 32px; }
  .about-product .cash-product {
    background: url(../images/landings/cash-1.png) right 10% center no-repeat; }

.technologies {
  width: 100%;
  min-height: 220px;
  background-color: #F5F7F8;
  transform: skewY(-2deg);
  display: flex;
  align-items: center;
  justify-content: center; }
  .technologies-wrap {
    width: 100%;
    max-width: 1440px;
    padding: 56px 0;
    transform: skewY(2deg);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .technologies-wrap img {
      padding: 16px;
      height: 96px; }

.capabilities {
  width: 100%;
  padding: 140px 32px; }
  .capabilities-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    color: #64686A;
    margin-bottom: 48px; }
  .capabilities-list {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    min-height: 525px; }
    .capabilities-list-item .capability-title {
      font-size: 20px;
      line-height: 24px;
      color: #64686a;
      font-weight: 400;
      margin: 80px auto 0;
      text-align: center;
      max-width: 296px; }
    .capabilities-list-item .cash-capability-title {
      font-size: 20px;
      line-height: 20px;
      color: #64686a;
      font-weight: 400;
      margin: 40px auto 0;
      max-width: 320px; }
    .capabilities-list-item .capability-descr {
      font-size: 16px;
      line-height: 16px;
      color: #64686a;
      font-weight: 400;
      margin: 16px auto 0;
      max-width: 320px;
      padding-right: 8px; }

.principles-section {
  padding: 140px 16px;
  background-color: #fff;
  border-top: 1px solid #c8cacb;
  border-bottom: 1px solid #c8cacb; }
  .principles-section-title {
    padding: 0 0 64px;
    font-size: 33px;
    font-weight: 700;
    color: #64686a;
    text-align: center; }
  .principles-section-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; }
  .principles-section-list {
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    margin: 4px;
    background-color: #fff;
    min-height: 396px;
    padding: 40px; }
    .principles-section-list img {
      display: block;
      margin: 0 auto; }
    .principles-section-list h4 {
      font-size: 20px;
      line-height: 20px;
      margin: 8px 0 32px;
      text-align: center;
      color: #64686a;
      font-weight: 400; }
    .principles-section-list ul {
      list-style-image: url(../images/landings/li.png);
      padding-left: 32px; }
      .principles-section-list ul li {
        padding-left: 8px;
        font-size: 16px;
        color: #64686a;
        font-weight: 400;
        margin: 16px 0; }

.order-product {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 144px 16px 88px;
  position: relative; }
  .order-product .name-wrap {
    position: relative; }
    .order-product .name-wrap h1 {
      /*z-index: 2;*/
      color: #3B3E40;
      font-weight: 700;
      text-align: center;
      font-size: calc(14px + (212 - 32) * ((100vw - 320px) / (1920 - 320))); }
    .order-product .name-wrap .order-image-mosst {
      width: 12vw;
      position: absolute;
      top: -22%;
      right: 36%; }
    .order-product .name-wrap .order-image-cash {
      width: 12vw;
      position: absolute;
      top: -22%;
      right: 17%; }
    .order-product .name-wrap .order-image-reader {
      width: 12vw;
      position: absolute;
      top: -22%;
      right: 22%; }
  .order-product form {
    padding: 120px 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .order-product form .input-wrap {
      margin: 0 8px;
      width: 100%;
      position: relative; }
      .order-product form .input-wrap input {
        border: 1px solid #DADEE1;
        border-radius: 4px;
        height: 56px;
        color: #64686A;
        background-color: #fff;
        width: 100%;
        max-width: 272px;
        padding: 0 58px 0 16px;
        font-size: 20px; }
        .order-product form .input-wrap input:focus + label, .order-product form .input-wrap input:valid + label {
          font-size: 10px;
          transform: translateY(-18px); }
      .order-product form .input-wrap label {
        transition: 0.2s;
        position: absolute;
        top: 19px;
        left: 16px;
        font-size: 20px;
        color: #64686A; }
      .order-product form .input-wrap .input-invalid {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: 0;
        transition: 0.2s; }
      .order-product form .input-wrap .valid {
        opacity: 1 !important; }
    .order-product form button {
      width: 100%;
      max-width: 232px;
      min-width: 232px;
      margin: 0 8px;
      border: none;
      height: 56px;
      padding: 0 24px;
      background-color: #1DAAFC;
      border-radius: 32px;
      font-size: 14px;
      color: #fff;
      font-weight: 500; }
  .order-product .order-buttons {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .order-product .order-buttons a, .order-product .order-buttons div {
      display: block; }
      .order-product .order-buttons a button, .order-product .order-buttons div button {
        position: relative;
        display: flex;
        align-items: center;
        border: none;
        border-radius: 50px;
        height: 56px;
        padding: 0 32px;
        background-color: #1DAAFC;
        color: #fff;
        margin: 8px; }
        .order-product .order-buttons a button span, .order-product .order-buttons div button span {
          font-size: 20px;
          line-height: 22px;
          font-weight: 500;
          text-transform: uppercase; }
        .order-product .order-buttons a button img, .order-product .order-buttons div button img {
          position: relative;
          right: 0;
          height: 32px;
          width: 32px;
          margin-right: 8px; }
  .order-product p {
    margin: 48px auto 16px;
    font-size: 16px;
    line-height: 20px;
    color: #64686A;
    text-align: center;
    max-width: 504px; }

.landing-footer {
  width: 100%;
  height: 240px;
  background-color: #203A78;
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing-footer .basic-info {
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
    align-self: center;
    text-align: center; }
    .landing-footer .basic-info p {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 10px; }
      .landing-footer .basic-info p span {
        margin: 0 10px; }
      .landing-footer .basic-info p:nth-child(2) {
        margin: 24px 0 40px; }
    .landing-footer .basic-info h6 {
      font-size: 12px;
      font-weight: 400;
      color: #eeeeee; }

.success-form-apply {
  width: 100%;
  height: 104px;
  background-color: rgba(6, 214, 89, 0.95);
  position: fixed;
  bottom: 0;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success-form-apply .success-text {
    margin: 0 8px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center; }

.hide-toaster {
  bottom: -104px !important; }

@media all and (min-width: 1025px) and (max-width: 1440px) {
  .capabilities, .principles-section {
    padding: 7%; }
    .capabilities-list, .principles-section-list {
      padding: 24px; } }
@media all and (max-width: 768px) {
  .success-form-apply {
    width: 90%;
    margin: 0 5%;
    border-radius: 4px;
    height: auto;
    background-color: rgba(6, 214, 89, 0.95);
    position: fixed;
    bottom: 90px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .success-form-apply .success-text {
      font-size: 16px;
      line-height: 18px;
      padding: 32px 16px;
      margin: 0; } }
.dialog-beta-testing {
  z-index: 100;
  position: fixed;
  top: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center; }
  .dialog-beta-testing .dialog {
    width: 100%;
    max-width: 560px;
    min-height: 320px;
    background-color: #fff; }

.cap-img {
  margin: 0 auto;
  display: block;
  padding: 0 8px; }
  @media all and (min-width: 769px) {
    .cap-img {
      max-height: 496px; } }
  @media all and (max-width: 768px) {
    .cap-img {
      max-width: 260px !important; } }

@media all and (max-width: 1200px) {
  .order-product .name-wrap .order-image-mosst {
    width: 12vw;
    position: absolute;
    top: -175%;
    right: 39%; }

  .order-product .name-wrap .order-image-cash {
    width: 12vw;
    position: absolute;
    top: -175%;
    right: 25%; }

  .order-product .name-wrap .order-image-reader {
    width: 12vw;
    position: absolute;
    top: -175%;
    right: 30%; } }
@media all and (max-width: 1024px) {
  .hero-zone {
    padding: 12px; }

  .hero-action-title {
    max-width: 768px; }
  .hero-action-subtitle {
    max-width: 768px;
    margin-bottom: 40px; }
  .hero-action-buttons {
    flex-direction: column; }
    .hero-action-buttons a button {
      width: 100%;
      margin: 8px auto; }
      .hero-action-buttons a button span {
        width: 100%;
        text-align: center; }
  .hero-action-cta {
    display: none; }
  .hero-action-form form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto; }
    .hero-action-form form .input-wrap {
      margin: 8px; }
      .hero-action-form form .input-wrap input {
        max-width: 768px; }
    .hero-action-form form button {
      margin: 8px;
      max-width: 768px; }

  .about-product-wrap {
    min-height: 10px;
    background: transparent;
    flex-direction: column;
    padding: 24px; }
    .about-product-wrap .product-info {
      width: 100%;
      padding: 16px 0; }
      .about-product-wrap .product-info h6 {
        font-size: 48px;
        line-height: 50px;
        text-align: center; }
        .about-product-wrap .product-info h6 span {
          font-size: 40px;
          line-height: 42px;
          text-align: center; }
      .about-product-wrap .product-info img {
        display: block;
        width: 145px;
        height: 32px;
        margin: 16px auto 16px; }
      .about-product-wrap .product-info .reader-img {
        display: block;
        width: 100%;
        height: auto; }
      .about-product-wrap .product-info p {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        max-width: 768px; }
    .about-product-wrap .product-image {
      width: 50%;
      padding-top: 48px; }
      .about-product-wrap .product-image img {
        padding-bottom: 48px; }
  .about-product .cash-product, .about-product .mosst-product {
    background: transparent; }

  .principles-section {
    padding: 24px 16px; }
    .principles-section-title {
      font-size: 24px;
      line-height: 24px;
      padding: 0 0 8px; }
    .principles-section-wrap {
      flex-direction: column;
      align-items: center; }
    .principles-section-list {
      padding: 12px 12px 12px 16px;
      min-height: 1px;
      margin: 4px 0; }
      .principles-section-list h4 {
        font-size: 18px;
        margin: 8px 0; }
      .principles-section-list ul li {
        font-size: 16px;
        margin: 12px 0; }

  .order-product .order-buttons {
    flex-direction: column; } }
@media all and (max-width: 768px) {
  .hero-header .start-date {
    display: block;
    font-size: 12px;
    padding: 8px 12px;
    left: calc(50% - 73px); }

  .hero-zone {
    height: auto;
    min-height: 480px;
    padding-bottom: 92px; }

  .hero-header a .logo {
    display: none; }
  .hero-header a .logo-sm {
    display: block;
    height: 24px;
    width: 43px; }

  .hero-action {
    height: auto;
    min-height: 320px; }
    .hero-action-title {
      font-size: 32px;
      line-height: 34px;
      margin: 40px 0 8px; }
    .hero-action-subtitle {
      font-size: 14px;
      line-height: 16px;
      max-width: 328px;
      /*span {
        display: none;
      }*/ }
    .hero-action-mark {
      max-width: 480px;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      color: #fff;
      text-align: center;
      margin: 32px auto 0; }
    .hero-action-subtitle-mosst {
      font-size: 14px;
      line-height: 16px;
      max-width: 328px; }
    .hero-action-form form .input-wrap input {
      font-size: 14px; }
    .hero-action-form form .input-wrap label {
      top: 22px;
      font-size: 14px; }

  .hero-footer {
    display: none; }

  .about-product-wrap .product-info {
    padding-bottom: 32px; }
    .about-product-wrap .product-info h6 {
      font-size: 36px;
      line-height: 38px;
      color: #3B3E40; }
      .about-product-wrap .product-info h6 br {
        display: none; }
      .about-product-wrap .product-info h6 span {
        font-size: 36px;
        line-height: 38px; }
    .about-product-wrap .product-info .reader-img {
      margin: 24px auto; }

  .technologies-wrap {
    padding: 36px 0; }
  .technologies img {
    width: 33%;
    max-height: 64px;
    padding: 12px 0; }

  .principles-section-title {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 32px;
    font-weight: 500;
    color: #3B3E40; }
  .principles-section-list {
    padding: 24px; }

  .capabilities {
    width: 100%;
    padding: 32px 16px; }
    .capabilities-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      color: #3B3E40;
      margin: 20px; }
    .capabilities-list {
      width: 100%;
      max-width: 1024px;
      display: block;
      /*align-items: flex-start;
      justify-content: center;
      flex-direction: column;*/
      min-height: 1px; }
      .capabilities-list-item {
        margin: 0 auto;
        flex: 1; }
        .capabilities-list-item img {
          width: 90%;
          max-width: 346px;
          display: block;
          margin: 0 auto; }
        .capabilities-list-item .capability-title {
          font-size: 16px;
          line-height: 16px;
          margin: 16px 0;
          max-width: 768px; }
        .capabilities-list-item .cash-capability-title {
          font-size: 16px;
          line-height: 16px;
          margin: 16px 0;
          max-width: 768px;
          text-align: center; }
        .capabilities-list-item .capability-descr {
          font-size: 14px;
          line-height: 14px;
          margin: 16px 0;
          max-width: 768px;
          text-align: center; }

  .order-product {
    padding: 24px 16px 56px;
    display: flex;
    flex-direction: column; }
    .order-product .name-wrap h1 {
      order: 1;
      font-size: 32px;
      padding: 20px; }
    .order-product .name-wrap > img {
      display: none; }
    .order-product .order-buttons {
      order: 2;
      margin-top: 16px; }
      .order-product .order-buttons a button {
        font-size: 20px; }
    .order-product form {
      order: 3;
      padding: 16px 0 0;
      flex-direction: column; }
      .order-product form .input-wrap {
        margin: 4px;
        max-width: 480px; }
        .order-product form .input-wrap input {
          max-width: 480px;
          font-size: 14px; }
        .order-product form .input-wrap label {
          font-size: 14px;
          top: 22px; }
      .order-product form button {
        max-width: 480px;
        margin: 4px;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500; }
    .order-product p {
      order: 2;
      font-size: 14px;
      margin: 16px auto 8px; }

  .landing-footer {
    padding: 16px;
    min-height: 332px; }
    .landing-footer .basic-info p {
      font-size: 12px;
      margin: 12px 0; }
      .landing-footer .basic-info p span {
        display: none; }
    .landing-footer .basic-info .small-info {
      font-size: 10px; } }
p, a, input {
  font-family: 'Roboto', sans-serif; }

.not-displayed {
  display: none !important; }

.invisible {
  opacity: 0 !important; }

.scrollable {
  overflow-y: scroll !important; }

.app-dialog-wrap {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(75, 86, 91, 0.61);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: 0.3s; }

.app-dialog-block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  max-width: 312px;
  min-height: 448px;
  border-radius: 12px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.26);
  transition: 0.3s; }
  .app-dialog-block .app-dialog-image {
    width: 100%; }
  .app-dialog-block .app-dialog-text {
    transition: 0.3s;
    max-height: 168px;
    overflow-y: hidden;
    padding: 0 16px 16px;
    margin: 4px 8px;
    flex: 1;
    display: flex;
    flex-direction: column; }

.app-dialog-text-title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0 8px; }

.app-dialog-text-description {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  margin: 0; }

.app-dialog-input-wrap {
  padding: 8px 0; }
  .app-dialog-input-wrap input {
    border-radius: 8px;
    background-color: #ECEFF1;
    color: #8E8E93;
    width: 100%;
    padding: 8px;
    border: none;
    font-size: 17px;
    line-height: 20px; }
  .app-dialog-input-wrap .incorrect-input {
    color: #FF3B30; }
  .app-dialog-input-wrap .app-dialog-input-error {
    color: #000;
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px; }

.app-dialog-text-call {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 24px 0 16px; }

.app-dialog-flex {
  min-height: 72px;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center; }

.app-dialog-actions {
  padding: 16px;
  margin-top: auto;
  display: flex;
  justify-content: space-between; }
  .app-dialog-actions .app-dialog-text-action-button {
    padding: 10px 8px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: 0.3s; }
  .app-dialog-actions .disabled-modal-button {
    color: #8E8E93; }
  .app-dialog-actions .primary-modal-button {
    color: #007AFF; }

.app-dialog-text::-webkit-scrollbar {
  width: 4px;
  margin-right: 4px; }

.app-dialog-text::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.11);
  border-radius: 4px; }

#dialog-success {
  background-color: #06D659;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }
  #dialog-success img {
    width: 36px;
    height: 36px; }

#dialog-error {
  background-color: #FF3B30;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }
  #dialog-error img {
    width: 36px;
    height: 36px; }

/**
 * Google Material Design Preloader
 *
 * CSS animated SVG implementation of the Google Material Design preloader
 *
 * License: MIT
 * Author: Rudi Theunissen (rudolf.theunissen$gmail.com)
 * Version: 1.1.0
 */
.md-preloader {
  width: 32px;
  height: 32px;
  font-size: 0;
  display: inline-block;
  animation: outer 6600ms linear infinite; }
  .md-preloader svg {
    animation: inner 1320ms linear infinite; }
    .md-preloader svg circle {
      fill: none;
      stroke: #448AFF;
      stroke-linecap: square;
      animation: arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite; }
@keyframes outer {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes inner {
  0% {
    transform: rotate(-100.8deg); }
  100% {
    transform: rotate(0); } }
@keyframes arc {
  0% {
    stroke-dasharray: 1 201.06193px;
    stroke-dashoffset: 0; }
  40% {
    stroke-dasharray: 144.76459px, 201.06193px;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 1 201.06193px;
    stroke-dashoffset: -144.76459px; } }

/*# sourceMappingURL=general.css.map */
