@charset "UTF-8";
body {
  margin: 0;
}

.wrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper ul,
.wrapper li {
  list-style: none;
}

.wrapper a {
  text-decoration: none;
}

svg {
  overflow: hidden;
  vertical-align: inherit;
}

/* Не переносить - START */
@font-face {
  font-family: "MTS Sans";
  src: url("../fonts/MTSSans-Regular__W.woff2") format("woff2"), url("../fonts/MTSSans-Regular__W.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MTS Sans";
  src: url("../fonts/MTSSans-Medium__W.woff2") format("woff2"), url("../fonts/MTSSans-Medium__W.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MTS Sans";
  src: url("../fonts/MTSSans-Bold__W.woff2") format("woff2"), url("../fonts/MTSSans-Bold__W.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MTS Sans';
  src: url("../MTSSans-Black__W.woff2") format("woff2"), url("../MTSSans-Black__W.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'MTS Sans';
  src: url("../fonts/MTSSans-UltraWide__W.woff2") format("woff2"), url("../fonts/MTSSans-UltraWide__W.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/* Не переносить - END */
.wrapper {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .wrapper {
    font-size: 16px;
  }
}

/* Не переносить - START */
.header,
.footer {
  background-color: #f0dcf08a;
  height: 60px;
  border: 2px dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  margin-top: 96px;
}

.footer-2 {
  margin-top: 0px;
}

/* Не переносить - END */
.wrapper {
  width: 100%;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 738px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 944px;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1216px;
  }
}

@media only screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1356px;
  }
}

.wrapper img {
  display: block;
}

.hasPadding {
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .hasPadding {
    padding: 0 32px;
  }
}

a {
  color: #007DBB;
}

a:hover {
  color: #005F8E;
}

.section-title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-footer {
  margin-bottom: 94px;
}

@media only screen and (min-width: 1024px) {
  .section-footer {
    margin-bottom: 104px;
  }
}

.owl-carousel .owl-stage-outer {
  padding-left: 16px;
}

.btn {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #E30611;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 4px;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .btn {
    max-width: 175px;
    width: 100%;
  }
}

.btn:hover {
  background-color: #C8050F;
  color: #FFFFFF;
}

.btn:active {
  background-color: #AD050D;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .btn {
    padding: 15px 32px;
    width: auto;
    margin: 0;
  }
}

.accordion__item {
  padding: 15px 0;
  -webkit-box-shadow: inset 0px 1px 0px #DEE2E6;
          box-shadow: inset 0px 1px 0px #DEE2E6;
  width: 100%;
}

.accordion__item:last-child {
  -webkit-box-shadow: inset 0px 1px 0px #DEE2E6, inset 0px -1px 0px #DEE2E6;
          box-shadow: inset 0px 1px 0px #DEE2E6, inset 0px -1px 0px #DEE2E6;
}

.accordion__item.active .accordion__question::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__question {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 1024px) {
  .accordion__question {
    width: 720px;
    font-size: 20px;
    line-height: 28px;
  }
}

.accordion__question::before {
  content: '';
  position: absolute;
  background-image: url("../img/ic-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion__question:hover {
  color: #E30611;
}

.accordion__answer {
  display: none;
  font-size: 14px;
  line-height: 20px;
  padding-left: 32px;
  margin-top: 16px;
  margin-bottom: 9px;
  width: 100%;
}

@media (min-width: 1024px) {
  .accordion__answer {
    width: 720px;
  }
}

.accordion__answer-attention {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #F95721;
  border-radius: 4px;
  padding: 16px 24px;
  width: 100%;
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .accordion__answer-attention {
    font-size: 16px;
    line-height: 22px;
    max-width: 688px;
  }
}

.accordion__answer-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .accordion__answer-number {
    margin-top: 18px;
  }
}

.accordion__answer-number-wrapper {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.accordion__answer-number-i {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.5px;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #E2E5EB;
}

.accordion__answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .accordion__item {
    padding: 18px 0;
  }
  .accordion__question::before {
    top: 6px;
  }
  .accordion__answer {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99), (min-resolution: 1dppx) and (max-resolution: 1.99dppx) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-414.png) center top no-repeat, linear-gradient(to top, #F2F3F7 -100px, #F2F3F7 -100px);
    background-size: 414px auto, auto;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 414px), only screen and (min-resolution: 1dppx) and (max-resolution: 1.99dppx) and (min-width: 414px) {
  .wrap-backround {
    background-size: contain;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 768px), only screen and (min-resolution: 1dppx) and (max-resolution: 1.99dppx) and (min-width: 768px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1024.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 1024px), only screen and (min-resolution: 1dppx) and (max-resolution: 1.99dppx) and (min-width: 1024px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1024.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 1280px), only screen and (min-resolution: 1dppx) and (max-resolution: 1.99dppx) and (min-width: 1280px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1600.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.99) and (min-width: 1650px), only screen and (min-resolution: 1dppx) and (max-resolution: 1.99dppx) and (min-width: 1650px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-2560.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-414@2x.png) center top/cover no-repeat, linear-gradient(to top, #F2F3F7 -100px, #F2F3F7 -100px);
    background-size: 414px auto, auto;
  }
}

@media only screen and (min-width: 414px) {
  .wrap-backround {
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1024@2x.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1024@2x.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1280px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-1600@2x.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1650px) {
  .wrap-backround {
    background: url(../img/banner/virtual-card-banner-2560.jpg) center top no-repeat;
    background-size: cover;
  }
}

.wrap-backround_grey {
  margin-top: 64px;
  background: #F2F3F7;
  height: auto;
}

@media only screen and (min-width: 1280px) {
  .wrap-backround_grey {
    margin-top: 80px;
  }
}

.wrap-backround_grey-two {
  margin-top: 0px;
  background: #F2F3F7;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .wrap-backround_grey-two {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 1280px) {
  .wrap-backround_grey-two {
    margin-top: 80px;
  }
}

.pay-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pay-service-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .pay-service-desktop {
    margin-top: 32px;
  }
}

.pay-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-service__item:not(:last-child) {
  margin-right: 8px;
}

@media (min-width: 1024px) {
  .pay-service__item:not(:last-child) {
    margin-right: 12px;
  }
}

.pay-service__item-google img {
  max-width: 148px;
  height: 48px;
}

@media (min-width: 550px) {
  .pay-service__item-google img {
    max-width: 100%;
    height: 100%;
  }
}

.pay-service__item-aps img {
  max-width: 131px;
  height: 48px;
}

@media (min-width: 550px) {
  .pay-service__item-aps img {
    max-width: 100%;
    height: 100%;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.banner hr {
  display: none;
}

@media only screen and (min-width: 768px) {
  .banner hr {
    background: #FFFFFF;
    opacity: 0.1;
    display: block;
  }
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .banner-block {
    height: 584px;
    padding: 20px 32px 64px;
  }
}

.banner-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px 16px 0;
}

@media only screen and (min-width: 768px) {
  .banner-block__logo {
    margin-bottom: 20px;
    padding: 0;
  }
}

.banner-block__logo img {
  width: 134px;
  height: 22px;
}

.banner-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px 24px;
  margin-top: 264px;
}

@media only screen and (min-width: 414px) {
  .banner-block__content {
    margin-top: 64.5vw;
  }
}

@media only screen and (min-width: 550px) {
  .banner-block__content {
    margin-top: 67.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .banner-block__content {
    margin-top: 64px;
    max-width: 490px;
    padding: 0;
  }
  .banner-block__content-sm {
    max-width: 424px;
  }
}

@media only screen and (min-width: 1280px) {
  .banner-block__content {
    max-width: 552px;
  }
  .banner-block__content-sm {
    max-width: 552px;
  }
}

.banner-block__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .banner-block__title {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
  }
}

@media only screen and (min-width: 1024px) {
  .banner-block__title {
    font-size: 48px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 414px) {
  .banner-block__title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .banner-block__title br {
    display: block;
  }
}

.banner-block__text {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .banner-block__text {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
  }
}

.banner-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-block__btn-block {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px 24px;
}

@media only screen and (min-width: 768px) {
  .banner-block__btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: auto;
    padding: 0;
    bottom: 0;
  }
}

.color-card {
  margin-top: 64px;
}

@media only screen and (min-width: 1280px) {
  .color-card {
    margin-top: 80px;
  }
}

.color-card__rubric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.color-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 732px;
}

@media only screen and (min-width: 1024px) {
  .color-card__title {
    max-width: 652px;
  }
}

@media only screen and (min-width: 1280px) {
  .color-card__title {
    max-width: 732px;
  }
}

.color-card__title p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .color-card__title p {
    font-size: 40px;
    line-height: 44px;
    text-align: left;
  }
}

.color-card__title-red {
  color: #E30611;
}

.color-card__mcc {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .color-card__mcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.color-card__mcc-text {
  font-size: 14px;
  line-height: 20px;
  color: #007DBB;
  border-bottom: 1px dashed #007DBB;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .color-card__mcc-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.color-card__mcc-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

@media only screen and (min-width: 1024px) {
  .color-card__mcc-mobile {
    display: none;
  }
}

.color-card__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 415px) {
  .color-card__blocks {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .color-card__blocks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1280px) {
  .color-card__blocks {
    margin-top: 40px;
  }
}

.color-card__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  background: none;
  border-radius: 12px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 136px;
  width: 100%;
}

.color-card__block:first-child {
  margin-left: 0;
}

.color-card__block:nth-child(1) {
  margin-bottom: 24px;
}

.color-card__block:nth-child(2) {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .color-card__block:nth-child(1) {
    margin-bottom: 0px;
  }
  .color-card__block:nth-child(2) {
    margin-bottom: 0px;
  }
  .color-card__block:nth-child(2n) {
    margin-left: 32px;
  }
  .color-card__block:nth-child(3) {
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .color-card__block {
    margin-left: 48px;
  }
  .color-card__block:nth-child(2n) {
    margin-left: 48px;
  }
  .color-card__block:nth-child(3) {
    margin-left: 48px;
  }
}

@media (min-width: 1600px) {
  .color-card__block {
    margin-left: 52px;
  }
  .color-card__block:nth-child(2n) {
    margin-left: 52px;
  }
  .color-card__block:nth-child(3) {
    margin-left: 52px;
  }
}

@media (min-width: 414px) {
  .color-card__block {
    max-width: 183px;
  }
}

@media (min-width: 768px) {
  .color-card__block {
    max-width: 284px;
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    padding: 24px;
  }
}

@media (min-width: 1024px) {
  .color-card__block {
    background: #F2F3F7;
  }
}

@media (min-width: 1280px) {
  .color-card__block {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
  }
}

@media (min-width: 1360px) {
  .color-card__block {
    padding: 32px;
  }
}

.color-card__icon {
  margin: 0 auto;
}

.color-card__icon img {
  max-width: 64px;
  width: 100%;
}

@media (min-width: 768px) {
  .color-card__icon img {
    max-width: 80px;
  }
}

.color-card__icon img.color-card__icon-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .color-card__icon img.color-card__icon-desktop {
    display: block;
  }
}

.color-card__icon img.color-card__icon-mobile {
  display: block;
}

@media (min-width: 1024px) {
  .color-card__icon img.color-card__icon-mobile {
    display: none;
  }
}

.color-card__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .color-card__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 24px;
  }
}

.color-card-two {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  .color-card-two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.color-card-two__block {
  width: 100%;
  background: #F2F3F7;
  padding: 16px;
  border-radius: 12px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.color-card-two__block:first-child {
  margin-left: 0;
}

.color-card-two__block:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .color-card-two__block:not(:last-child) {
    margin-bottom: 0px;
  }
  .color-card-two__block:nth-child(1) {
    margin-bottom: 24px;
  }
  .color-card-two__block:nth-child(2) {
    margin-bottom: 24px;
  }
  .color-card-two__block:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .color-card-two__block {
    margin-left: 48px;
  }
  .color-card-two__block:nth-child(1) {
    margin-bottom: 0px;
  }
  .color-card-two__block:nth-child(2) {
    margin-bottom: 0px;
  }
  .color-card-two__block:nth-child(2n) {
    margin-left: 48px;
  }
}

@media (min-width: 1600px) {
  .color-card-two__block {
    margin-left: 52px;
  }
  .color-card-two__block:nth-child(2n) {
    margin-left: 52px;
  }
}

@media only screen and (min-width: 1024px) {
  .color-card-two__block {
    padding: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.color-card-two__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.color-card-two__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media screen and (min-width: 1024px) {
  .color-card-two__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
}

.color-card-two__subtext {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .color-card-two__subtext {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-top: 12px;
  }
}

.color-card-two__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .color-card-two__icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 0px;
  }
}

.color-card-two__icon img {
  width: 48px;
  height: 48px;
}

@media (min-width: 1024px) {
  .color-card-two__icon img {
    width: 64px;
    height: 64px;
  }
}

.cards-img {
  padding: 64px 16px 60px 16px;
}

@media (min-width: 1024px) {
  .cards-img {
    padding: 80px 32px 94px 32px;
  }
}

.cards-img__three {
  padding: 0;
  margin-top: 64px;
}

@media (min-width: 768px) {
  .cards-img__three {
    padding: 0 16px;
  }
}

@media (min-width: 1024px) {
  .cards-img__three {
    padding: 0 32px;
    margin-top: 80px;
  }
}

.cards-img__heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cards-img__heading {
    font-size: 40px;
    line-height: 44px;
  }
}

.cards-img__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .cards-img__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .cards-img__blocks {
    margin-top: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cards-img__blocks > div.owl-stage-outer > div.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-img__blocks > div.owl-stage-outer > div.owl-stage > div.owl-item.active {
  width: 288px !important;
}

.cards-img__blocks.owl-carousel {
  display: block;
}

@media (min-width: 768px) {
  .cards-img__blocks.owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cards-img__blocks-owl {
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .cards-img__blocks-owl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cards-img__blocks > .owl-dots {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards-img__blocks > .owl-dots > .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #E30611;
  border-radius: 50%;
  margin-right: 12px;
}

.cards-img__blocks > .owl-dots > .owl-dot.active {
  background: #E30611;
}

.cards-img__blocks > .owl-dots > .owl-dot:focus {
  background: #E30611;
}

.cards-img__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  border-radius: 4px;
  border: none;
  background: #fff;
  border-radius: 12px;
  width: 100%;
}

.cards-img__item:first-child {
  margin-left: 0;
}

.cards-img__item:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .cards-img__item:not(:last-child) {
    margin-bottom: 0px;
  }
  .cards-img__item:nth-child(1) {
    margin-bottom: 24px;
  }
  .cards-img__item:nth-child(2) {
    margin-bottom: 24px;
  }
  .cards-img__item:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .cards-img__item {
    margin-left: 48px;
  }
  .cards-img__item:nth-child(1) {
    margin-bottom: 0px;
  }
  .cards-img__item:nth-child(2) {
    margin-bottom: 0px;
  }
  .cards-img__item:nth-child(2n) {
    margin-left: 48px;
  }
}

@media (min-width: 1600px) {
  .cards-img__item {
    margin-left: 52px;
  }
  .cards-img__item:nth-child(2n) {
    margin-left: 52px;
  }
}

.cards-img__item-owl:first-child {
  margin-left: 0;
}

.cards-img__item-owl:not(:last-child) {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .cards-img__item-owl:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .cards-img__item-owl:not(:last-child) {
    margin-bottom: 0px;
  }
  .cards-img__item-owl:nth-child(1) {
    margin-bottom: 24px;
  }
  .cards-img__item-owl:nth-child(2) {
    margin-bottom: 24px;
  }
  .cards-img__item-owl:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .cards-img__item-owl {
    margin-left: 48px;
  }
  .cards-img__item-owl:nth-child(1) {
    margin-bottom: 0px;
  }
  .cards-img__item-owl:nth-child(2) {
    margin-bottom: 0px;
  }
  .cards-img__item-owl:nth-child(2n) {
    margin-left: 48px;
  }
}

@media (min-width: 1600px) {
  .cards-img__item-owl {
    margin-left: 52px;
  }
  .cards-img__item-owl:nth-child(2n) {
    margin-left: 52px;
  }
}

.cards-img__item_grey {
  background: #F2F3F7;
  height: 188px;
  width: 100%;
  max-width: 288px;
}

@media only screen and (min-width: 768px) {
  .cards-img__item_grey {
    height: auto;
    width: auto;
    max-width: initial;
  }
}

@media (min-width: 1024px) {
  .cards-img__item {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    padding: 24px;
  }
}

@media (min-width: 1280px) {
  .cards-img__item {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
  }
}

@media (min-width: 1360px) {
  .cards-img__item {
    padding: 32px;
  }
}

.cards-img__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

@media (min-width: 1280px) {
  .cards-img__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}

.cards-img__text {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 1024px) {
  .cards-img__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.cards-img__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .cards-img__icon {
    margin-bottom: 16px;
  }
}

.cards-img__icon img {
  display: block;
  width: 48px !important;
  height: 48px;
}

@media (min-width: 1024px) {
  .cards-img__icon img {
    width: 64px !important;
    height: 64px;
  }
}

.cards-img__btn {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cards-img__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.cards-img__btn-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .cards-img__btn-mobile {
    display: none;
  }
}

.img-and-text {
  margin-top: 52px;
}

@media (min-width: 1024px) {
  .img-and-text {
    margin-top: 64px;
  }
}

.img-and-text__icon {
  display: none;
}

@media (min-width: 1024px) {
  .img-and-text__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}

.img-and-text__icon img {
  max-width: 64px;
}

.img-and-text__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .img-and-text__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row-reverse;
  }
}

.img-and-text__image {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .img-and-text__image {
    display: block;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1360px) {
  .img-and-text__image {
    margin-right: 48px;
  }
}

@media only screen and (min-width: 1440px) {
  .img-and-text__image {
    margin-right: 52px;
  }
}

.img-and-text__image img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .img-and-text__image img {
    max-width: 424px;
  }
}

@media (min-width: 1280px) {
  .img-and-text__image img {
    max-width: 620px;
  }
}

@media (min-width: 1024px) {
  .img-and-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 424px;
  }
}

@media (min-width: 1280px) {
  .img-and-text__text {
    max-width: 552px;
  }
}

.img-and-text__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .img-and-text__title {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}

.img-and-text__subtitle {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 1024px) {
  .img-and-text__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.img-and-text__item {
  position: relative;
  padding-left: 24px;
  list-style: none;
}

.img-and-text__item:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .img-and-text__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.img-and-text__item::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E30611;
  position: absolute;
  top: 6px;
  left: 0px;
}

@media (min-width: 1024px) {
  .img-and-text__item::before {
    top: 11px;
  }
}

.img-and-text__item-title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .img-and-text__item-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
  }
}

.cards-number {
  display: none;
}

@media (min-width: 1024px) {
  .cards-number {
    display: block;
    background: #F2F3F7;
    padding: 80px 32px 94px 32px;
  }
}

.cards-number__heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cards-number__heading {
    font-size: 40px;
    line-height: 44px;
  }
}

.cards-number__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .cards-number__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .cards-number__blocks {
    margin-top: 40px;
  }
}

.cards-number__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  border-radius: 4px;
  border: none;
  background: #fff;
  border-radius: 12px;
  width: 100%;
}

.cards-number__item:first-child {
  margin-left: 0;
}

.cards-number__item:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .cards-number__item:not(:last-child) {
    margin-bottom: 0px;
  }
  .cards-number__item:nth-child(1) {
    margin-bottom: 16px;
  }
  .cards-number__item:nth-child(2) {
    margin-bottom: 16px;
  }
  .cards-number__item:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .cards-number__item:nth-child(1) {
    margin-bottom: 24px;
  }
  .cards-number__item:nth-child(2) {
    margin-bottom: 24px;
  }
  .cards-number__item:nth-child(2n) {
    margin-left: 48px;
  }
}

@media (min-width: 1600px) {
  .cards-number__item:nth-child(2n) {
    margin-left: 52px;
  }
}

@media (min-width: 1024px) {
  .cards-number__item {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    padding: 24px;
  }
}

@media (min-width: 1360px) {
  .cards-number__item {
    padding: 32px;
  }
}

.cards-number__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

@media (min-width: 1280px) {
  .cards-number__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}

.cards-number__text {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 1024px) {
  .cards-number__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.cards-number__icon {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .cards-number__icon {
    margin-bottom: 16px;
  }
}

.cards-number__icon img {
  display: block;
  width: 100%;
  max-width: 48px;
}

@media (min-width: 1024px) {
  .cards-number__icon img {
    max-width: 64px;
  }
}

.cards-number__btn {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cards-number__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.cards-number__btn-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .cards-number__btn-mobile {
    display: none;
  }
}

.documents-product {
  margin-top: 52px;
}

@media (min-width: 1024px) {
  .documents-product {
    margin-top: 64px;
  }
}

.documents-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .documents-product__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.documents-product__icon {
  width: 32px;
  min-width: 32px;
  margin-right: 16px;
}

.documents-product__title {
  margin-bottom: 27px;
}

.documents-product__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
}

.documents-product__list:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (min-width: 1024px) {
  .documents-product__list {
    margin-bottom: 24px;
  }
  .documents-product__list:not(:last-child) {
    margin-bottom: 24px;
  }
  .documents-product__list:nth-child(1) {
    padding-right: 32px;
  }
  .documents-product__list:nth-child(2) {
    padding-right: 32px;
  }
  .documents-product__list:nth-child(4) {
    padding-right: 32px;
  }
  .documents-product__list:nth-child(5) {
    padding-right: 32px;
  }  
}

@media only screen and (min-width: 1280px) {
  .documents-product__list:nth-child(1) {
    padding-right: 48px;
  }
  .documents-product__list:nth-child(2) {
    padding-right: 48px;
  }
  .documents-product__list:nth-child(4) {
    padding-right: 48px;
  }
  .documents-product__list:nth-child(5) {
    padding-right: 48px;
  }

}

@media only screen and (min-width: 1600px) {
  .documents-product__list:nth-child(1) {
    padding-right: 52px;
  }
  .documents-product__list:nth-child(2) {
    padding-right: 52px;
  }
  .documents-product__list:nth-child(4) {
    padding-right: 52px;
  }
  .documents-product__list:nth-child(5) {
    padding-right: 52px;
  }  
}

.documents-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F3F7;
  padding: 12px 19px;
  border-radius: 4px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .documents-product__item {
    width: 272px;
    min-height: 64px;
  }
}

@media only screen and (min-width: 1280px) {
  .documents-product__item {
    width: 352px;
    min-height: 64px;
  }
}

@media only screen and (min-width: 1600px) {
  .documents-product__item {
    width: 396px;
    min-height: 64px;
  }
}

.documents-product__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.documents-product__size {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #969FA8;
}

.faq {
  margin-top: 64px;
}

.faq__ul {
  margin-top: 16px;
}

.faq__li {
  position: relative;
  padding-left: 16px;
}

.faq__li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BBC1C7;
  position: absolute;
  top: 9px;
  left: 0;
}

@media (min-width: 1024px) {
  .faq__li::before {
    top: 10px;
  }
}

.faq__li:not(:last-child) {
  margin-bottom: 12px;
}

.diskleimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 52px;
}

@media (min-width: 1024px) {
  .diskleimer {
    margin-top: 64px;
  }
}

.diskleimer__text {
  font-size: 12px;
  line-height: 16px;
  color: #626C77;
  margin-bottom: 8px;
  text-align: justify;
}

@media only screen and (min-width: 1024px) {
  .diskleimer__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.diskleimer-block {
  display: none;
}

.diskleimer-block__text {
  font-size: 12px;
  line-height: 16px;
  color: #626C77;
  margin-top: 12px;
}

.diskleimer-block__text:before {
  margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
  .diskleimer-block__text {
    font-size: 14px;
    line-height: 20px;
  }
}

html.popup-show > body {
  height: 100vh;
  overflow-y: hidden;
}

.popup * {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 22px;
  background: none;
  vertical-align: baseline;
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup :before,
.popup :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup :focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup img {
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: -27%;
  left: -49px;
}

.popup__wrapper {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__content {
  padding: 16px;
  background-color: #fff;
  border: none;
  z-index: 100;
  border-radius: 0px;
  height: auto;
  width: 100%;
  padding: 32px 16px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 20px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .popup__content {
    border-radius: 4px;
    right: 0;
    width: 800px;
    height: 752px;
    padding: 32px;
    background: #fff;
    border-radius: 0.5rem;
  }
}

.popup__close {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 14px;
  height: 14px;
  background: url("https://www.mtsbank.ru/upload/static/landings/virtualcard/close-icon.svg") center center no-repeat;
  background-size: 12px;
  cursor: pointer;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

.popup__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 1007px;
}

@media screen and (min-width: 550px) {
  .popup__blocks {
    max-height: 666px;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .popup__blocks {
    max-height: 600px;
  }
}

@media screen and (min-width: 1024px) {
  .popup__blocks {
    max-height: 100%;
  }
}

.popup__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 136px;
  margin-bottom: 24px;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .popup__block {
    max-width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .popup__block {
    max-width: 224px;
    margin-right: 32px;
  }
}

.popup__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .popup__category {
    font-size: 16px;
    line-height: 22px;
  }
}

.popup__number {
  font-weight: 500;
  color: #626C77;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .popup__number {
    font-size: 16px;
    line-height: 22px;
  }
}

.popup__win {
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 88, 88, 0.5);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__win > div {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup__win > div {
    margin: auto 0;
  }
}

.popup__box {
  max-width: 380px;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
  background-color: yellow;
}

.popup__box > *:nth-child(n + 2) {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .popup__box {
    max-width: 700px;
    margin: 0 auto;
  }
}

.popup-on {
  visibility: visible;
  opacity: 1;
}

.btn-form {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  background-color: #E30611;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  height: 52px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 4px;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}

.btn-form:hover {
  background-color: #C8050F;
  color: #FFFFFF;
}

.btn-form:active {
  background-color: #AD050D;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .btn-form {
    padding: 15px 32px;
    width: auto;
    margin: 0;
  }
}

.activate-card {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  top: 32px;
  position: initial;
  padding: 0;
  margin-top: 64px;
}

@media only screen and (min-width: 768px) {
  .activate-card {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .activate-card {
    padding: 0 32px;
  }
}

@media only screen and (min-width: 1280px) {
  .activate-card {
    margin-top: 80px;
  }
}

.activate-card__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto 24px;
}

@media only screen and (min-width: 1024px) {
  .activate-card__card {
    margin: 24px auto 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.activate-card__img {
  width: 100%;
  max-width: 250px;
}

@media only screen and (min-width: 1024px) {
  .activate-card__img {
    max-width: 275px;
  }
}

.activate-card__fieldset {
  padding: 0 16px;
  background-color: #FFFFFF;
  border: none;
}

@media only screen and (min-width: 768px) {
  .activate-card__fieldset {
    border: 1px solid #E9ECEF;
    border-top: none;
  }
}

@media only screen and (min-width: 768px) {
  .activate-card__fieldset {
    padding: 0 152px 40px;
  }
}

@media (min-width: 1360px) {
  .activate-card__fieldset {
    padding: 0 200px 40px;
  }
}

@media (min-width: 1600px) {
  .activate-card__fieldset {
    padding: 0 224px 40px;
  }
}

.activate-card__fieldset[data-step] {
  display: none;
}

.activate-card__fieldset[data-step="activate-card__step-1"] {
  display: block;
}

.activate-card__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .activate-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.activate-card__text {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .activate-card__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
}

.activate-card__subtext {
  font-size: 16px;
  line-height: 24px;
  color: #6E7782;
  margin-top: 24px;
  width: 100%;
}

.activate-card__label {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.activate-card__label-sms {
  display: block;
}

.activate-card__input {
  border: solid 2px #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  height: 52px;
  width: 100%;
  margin-top: 4px;
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.activate-card__input:focus {
  cursor: pointer;
  border: solid 2px #94a1ae;
  outline: none;
}

.activate-card__input-wrapper {
  margin-top: 32px;
}

@media only screen and (min-width: 768px) {
  .activate-card__input-wrapper {
    margin-top: 40px;
  }
}

.activate-card__button {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  border: none;
  background: #e9ecef;
  color: #202d3d;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  padding: 15px 32px;
  background-color: #e30611;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.activate-card__button:hover {
  background-color: #b1050d;
}

@media only screen and (min-width: 1024px) {
  .activate-card__button {
    display: inline-block;
    width: auto;
  }
}

.activate-card__btn-wrapper {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .activate-card__btn-wrapper {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .activate-card__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.activate-card__description {
  font-size: 14px;
  color: #626C77;
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .activate-card__description {
    margin-top: 0;
    margin-left: 24px;
  }
}

.activate-card__description a {
  color: #007DBB;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.activate-card__description a:hover {
  text-decoration: none;
  color: #003955;
}

.activate-card__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}

@media only screen and (min-width: 768px) {
  .activate-card__success {
    padding-top: 40px;
  }
}

.activate-card__success-header {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .activate-card__success-header {
    font-size: 32px;
    line-height: 40px;
  }
}

.activate-card__success-text {
  margin-top: 10px;
  text-align: center;
}

.activate-card__success-img {
  max-width: 82px;
}

.activate-card__input-code {
  margin: 0 6px;
  width: 32px;
  border: none;
  border-bottom: 2px solid #CED4DA;
  padding: 13px 10px;
  font-family: MTS Sans;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #343A40;
}

.activate-card__input-code:focus {
  border-bottom-color: #343A40;
  outline: none;
}

.activate-card__input-code.error {
  border-bottom-color: #E30611;
}

.activate-card__label-phone {
  white-space: nowrap;
}

.activate-card-phone__error {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: "MTS Sans";
  font-size: 14px;
  line-height: 20px;
  color: #E30611;
}

.activate-card-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .activate-card-final {
    margin-top: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.activate-card-final__mobile {
  display: block;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .activate-card-final__mobile {
    display: none;
  }
}

.activate-card-final__desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .activate-card-final__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.activate-card-final__title {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}

.activate-card-final__text {
  font-family: "MTS Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .activate-card-final__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.activate-card-final__app-qr {
  display: none;
}

@media only screen and (min-width: 768px) {
  .activate-card-final__app-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 40px;
  }
}

.activate-card-final__app-qr img {
  border: 1px solid #E9ECEF;
  width: 152px;
  height: 152px;
}

.activate-card-final__app-button {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}

.activate-card-final__btn-red {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 24px;
  padding: 14px 20px;
  width: 100%;
}

.activate-card-final__btn-trsp {
  color: #2C3135;
  background: transparent;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  height: 52px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .activate-card-final__btn-trsp {
    padding: 15px 32px;
    width: auto;
  }
}

.activate-card-final__btn-trsp:hover {
  background-color: none;
  color: #007DBB;
}

.activate-card-final__btn-trsp:active {
  background-color: none;
  color: #007DBB;
}

.myPinCode {
  margin-top: 8px;
}

.priv-confirm-phone__repeated-request {
  margin-bottom: 8px;
  font-family: "MTS Sans";
  font-size: 14px;
  line-height: 20px;
  color: #666C72;
}

.priv-confirm-phone__change-phone {
  font-family: "MTS Sans";
  font-size: 14px;
  line-height: 20px;
  color: #007DBB;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.priv-confirm-phone__change-phone:hover {
  text-decoration: none;
  color: #003955;
}

.field-exploded-wrapper {
  font-family: "MTS Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
}

.field-exploded-wrapper .field-exploded input.error {
  border-color: #E06400 !important;
}

.field-exploded-wrapper .field-exploded-error {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #E06400;
  line-height: 1.43em;
  margin-top: 2px;
}

.field-exploded-wrapper .field-input-exploded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.field-exploded-wrapper .field-input-exploded input[type=text],
.field-exploded-wrapper .field-input-exploded input[type=password] {
  text-align: center;
  width: 1.6em;
  white-space: nowrap;
  overflow: visible;
  line-height: 1.4em;
  font-size: 20px;
  height: 46px;
  background: #ffffff;
  border: none;
  border-bottom: 2px solid #BBC1C7;
  color: #202D3D;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0;
  margin-right: 10px;
  outline: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.field-exploded-wrapper .field-input-exploded .is-filled {
  border-color: #202D3D !important;
}

.wrapper-gray {
  background-color: #F2F3F7;
  padding: 24px 16px;
  border: none;
}

@media only screen and (min-width: 768px) {
  .wrapper-gray {
    padding: 32px 152px;
    border: 1px solid #F2F3F7;
    border-bottom: none;
  }
}

@media only screen and (min-width: 1360px) {
  .wrapper-gray {
    padding: 32px 200px;
  }
}

@media only screen and (min-width: 1600px) {
  .wrapper-gray {
    padding: 32px 224px;
  }
}
/*# sourceMappingURL=index.css.map */