@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #11223f;
}

body {
  font: 16px/160% 'Muli', sans-serif;
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 20px;
    line-height: 40px;
  }
}

a {
  color: #434343;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #000;
  font: 18px/20px 'Rubik', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

q {
  quotes: none;
}

strong {
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .animated {
    opacity: 0;
  }
}

.animation-completed {
  opacity: 1;
}

.heading {
  margin: 60px 0 0;
  font: 18px/35px 'Muli', sans-serif;
  color: #11223f;
  text-transform: uppercase;
}

.heading:after {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 6px;
  background: #1968FC;
  box-shadow: 0 1px 0 #42E8E0;
}

@media only screen and (min-width: 960px) {
  .heading {
    margin-top: 120px;
    font-size: 30px;
    line-height: 60px;
  }
  .heading:after {
    width: 80px;
    height: 2px;
    margin-top: 10px;
    margin-left: -40px;
    background: #1968FC;
    box-shadow: 0 2px 0 #42E8E0;
  }
}

.bone {
  position: relative;
  min-height: 100%;
  background: url(/images/bg/bg.svg) 50% 0/100% auto no-repeat;
}

.page-width {
  max-width: 1100px;
  margin: auto;
}

.page-space {
  padding: 0 30px;
}

@media only screen and (min-width: 960px) {
  .page-space {
    padding: 0;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  header {
    padding: 40px 0;
  }
}

.logo {
  display: block;
  width: 140px;
  height: 46px;
  background: url(/images/bg/logo.svg) 0 0/140px 46px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .logo {
    width: 185px;
    height: 61px;
    background-size: 185px 61px;
  }
}

.promo {
  padding-top: 100px;
}

@media only screen and (min-width: 960px) {
  .promo {
    padding-top: 150px;
  }
}

.promo__heading {
  margin: 0;
  font: 600 24px/130% 'Muli', sans-serif;
  letter-spacing: 1px;
  color: #2747C0;
}

@media only screen and (min-width: 960px) {
  .promo__heading {
    font-size: 40px;
    line-height: 60px;
  }
}

.promo__content {
  padding: 0 0 250px;
  background: url(/images/bg/promo.svg) 50% 100%/100% auto no-repeat;
}

@media only screen and (min-width: 960px) {
  .promo__content {
    padding: 100px 60% 125px 0;
    background: url(/images/bg/promo-desktop.svg) 100% 100%/50% auto no-repeat;
  }
}

.promo__text {
  margin-top: 16px;
  color: #11223f;
}

@media only screen and (min-width: 960px) {
  .promo__text {
    margin-top: 22px;
  }
}

.promo__text p {
  margin: 0;
}

@media only screen and (min-width: 960px) {
  .payment__features {
    display: -ms-flexbox;
    display: flex;
    margin: 32px -40px 0;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.payment__feature {
  position: relative;
  margin-top: 26px;
}

.payment__feature:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -25px;
  width: 0;
  height: 25px;
  border-right: 1px dashed #1968FC;
}

.payment__feature:first-child:before {
  display: none;
}

@media only screen and (min-width: 960px) {
  .payment__feature {
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 40px;
  }
  .payment__feature:nth-child(1) {
    margin-top: 0;
  }
  .payment__feature:nth-child(2) {
    margin-top: 40px;
  }
  .payment__feature:nth-child(3) {
    margin-top: 80px;
  }
  .payment__feature:before {
    border-right-width: 0;
    left: -40px;
    top: 50px;
    width: 80px;
    height: 0;
    border-top: 1px dashed #1968FC;
  }
}

.payment__icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 960px) {
  .payment__icon {
    right: 60px;
    top: 20px;
    width: 50px;
    height: 50px;
  }
}

.payment__title {
  margin: 0;
  color: #1967FA;
  font: bold 12px/23px 'Muli', sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .payment__title {
    font-size: 18px;
    line-height: 40px;
  }
}

.payment__box {
  padding: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(49, 69, 244, 0.1);
}

.payment__box:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 15px;
  height: 15px;
  margin: -12px 0 0 -12px;
  background: url(/images/bg/payment.svg) 0 0/15px 15px no-repeat;
}

@media only screen and (min-width: 960px) {
  .payment__box {
    padding: 60px 40px 40px;
  }
  .payment__box:before {
    width: 25px;
    height: 25px;
    margin: -20px 0 0 -60px;
    background-size: 25px 25px;
  }
}

@media only screen and (min-width: 960px) {
  .payment__description {
    max-width: 50%;
  }
}

.payment__text {
  margin: 8px 0 0;
  font: 14px/160% 'Muli', sans-serif;
  color: #11223f;
}

.payment__text p {
  margin: 0;
}

@media only screen and (min-width: 960px) {
  .payment__text {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .features__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -20px 0;
  }
}

.features__item {
  position: relative;
  margin-top: 37px;
}

.features__item:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -37px;
  width: 0;
  height: 37px;
  border-right: 1px dashed #1968FC;
}

.features__item:first-child {
  margin-top: 32px;
}

.features__item:first-child:before {
  display: none;
}

@media only screen and (min-width: 960px) {
  .features__item {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding: 20px;
    margin: 0;
  }
  .features__item:first-child {
    margin-top: 0;
  }
  .features__item:before {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .features__bg {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 20px 60px rgba(49, 69, 244, 0.1);
    padding: 20px 30px 0 100px;
    min-height: 140px;
  }
  .features__bg:before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 25px;
    height: 25px;
    background: url(/images/bg/payment.svg) 0 0/25px 25px no-repeat;
  }
}

.features__description {
  margin-top: 14px;
}

@media only screen and (min-width: 960px) {
  .features__description {
    margin-top: 24px;
    max-width: 65%;
  }
}

.features__title {
  margin: 0;
  color: #1967fa;
  font: bold 12px/23px 'Muli', sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .features__title {
    font-size: 18px;
    line-height: 40px;
  }
}

.features__text {
  margin-top: 16px;
}

@media only screen and (min-width: 960px) {
  .features__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
  }
}

.features__subtitle {
  color: #000000;
  margin: 0;
  font: 600 16px/130% 'Muli', sans-serif;
}

@media only screen and (min-width: 960px) {
  .features__subtitle {
    font-size: 18px;
  }
}

.features__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 960px) {
  .features__heading {
    display: block;
  }
}

.features__content {
  position: relative;
  padding: 16px 25px;
  background: #FFFFFF;
  min-height: 150px;
  box-shadow: 0 12px 35px rgba(49, 69, 244, 0.1);
}

.features__content:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 15px;
  height: 15px;
  margin: -12px 0 0 -12px;
  background: url(/images/bg/payment.svg) 0 0/15px 15px no-repeat;
}

@media only screen and (min-width: 960px) {
  .features__content {
    min-height: inherit;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .features__content:before {
    display: none;
  }
}

.features__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #154bf8;
  margin-right: 16px;
}

@media only screen and (min-width: 960px) {
  .features__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    margin-right: 0;
  }
}

.features__img {
  display: block;
  width: 65%;
}

.hints {
  position: relative;
  margin-top: 60px;
  background-color: #1968fc;
  color: #ffffff;
  padding: 32px 0;
}

@media only screen and (min-width: 960px) {
  .hints {
    margin-top: 100px;
    padding: 80px 0;
  }
}

.hints p {
  margin: 0;
}

.hints__heading {
  margin-top: 0;
  color: #ffffff;
}

.hints__text {
  margin-top: 16px;
}

@media only screen and (min-width: 960px) {
  .hints__text {
    margin-top: 38px;
    max-width: 55%;
  }
}

.hints__img {
  display: none;
}

@media only screen and (min-width: 960px) {
  .hints__img {
    display: block;
    position: absolute;
    right: 70px;
    bottom: 0;
    height: 90%;
  }
}

@media only screen and (min-width: 960px) {
  .benefits__list {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 960px) {
  .benefits__col {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
  }
}

.benefits__item {
  position: relative;
  padding-left: 45px;
  margin-top: 32px;
  padding-bottom: 8px;
}

@media only screen and (min-width: 960px) {
  .benefits__item {
    padding-left: 60px;
  }
}

.benefits__icon {
  position: absolute;
  left: 0;
  top: -5px;
}

@media only screen and (min-width: 960px) {
  .benefits__icon {
    top: 5px;
  }
}

.benefits__img {
  display: block;
  width: 80%;
}

.benefits__title {
  margin: 0;
  font: 600 16px/20px 'Muli', sans-serif;
}

@media only screen and (min-width: 960px) {
  .benefits__title {
    font-size: 20px;
    line-height: 40px;
  }
}

.benefits__text {
  margin-top: 6px;
}

@media only screen and (min-width: 960px) {
  .benefits__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

.footer__partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 65px;
}

@media only screen and (min-width: 960px) {
  .footer__partners {
    margin-top: 60px;
    padding-bottom: 110px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.footer__partner {
  margin: 35px 6px 0;
}

@media only screen and (min-width: 960px) {
  .footer__partner {
    margin: 0;
  }
}

.footer__partner--touchcard {
  width: 126px;
  height: 39px;
}

@media only screen and (min-width: 960px) {
  .footer__partner--touchcard {
    width: 268px;
    height: 82px;
  }
}

.footer__partner--kachai {
  width: 154px;
  height: 22px;
}

@media only screen and (min-width: 960px) {
  .footer__partner--kachai {
    width: 279px;
    height: 40px;
  }
}

.footer__partner--openbank {
  width: 166px;
  height: 37px;
}

@media only screen and (min-width: 960px) {
  .footer__partner--openbank {
    width: 318px;
    height: 71px;
  }
}

.footer__bg {
  background-color: #f6f8ff;
  padding-bottom: 15px;
}

.footer__title {
  font: 12px/23px 'Muli', sans-serif;
  margin: 0;
  color: #1967fa;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .footer__title {
    font-size: 20px;
    font-weight: 600;
  }
}

.footer__title:after {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 6px;
  background: #1968FC;
  box-shadow: 0 1px 0 #42E8E0;
}

@media only screen and (min-width: 960px) {
  .footer__title {
    font-size: 20px;
  }
  .footer__title:after {
    width: 80px;
    height: 2px;
    margin-top: 15px;
    margin-left: -40px;
    background: #1968FC;
    box-shadow: 0 2px 0 #42E8E0;
  }
}

.footer__row {
  padding: 24px 0;
}

@media only screen and (min-width: 960px) {
  .footer__row {
    padding: 65px 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.footer__col {
  margin-top: 22px;
}

@media only screen and (min-width: 960px) {
  .footer__col {
    margin-top: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

.footer__list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (min-width: 960px) {
  .footer__list {
    padding-top: 5px;
    font-size: 16px;
  }
}

.footer__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.footer__list dt {
  clear: left;
  float: left;
  margin: 0;
  padding: 5px 5px 0 0;
  color: #1967FA;
}

.footer__list dt:after {
  content: ":";
}

@media only screen and (min-width: 960px) {
  .footer__list dt {
    padding-top: 10px;
  }
}

.footer__list dd {
  margin: 0;
  padding: 5px 0 0;
}

@media only screen and (min-width: 960px) {
  .footer__list dd {
    padding-top: 10px;
  }
}

.footer__copy {
  font: 14px/160% 'Muli', sans-serif;
  color: #1968fc;
}

@media only screen and (min-width: 960px) {
  .footer__copy {
    font-size: 16px;
    text-align: center;
  }
}
