.online-payment-advantages {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.online-payment-advantages__item {
  margin-bottom: 30px;
  text-align: center;
}
.online-payment-advantages__item:last-child {
  margin-bottom: 0;
}
.online-payment-advantages__item-thumbs {
  display: inline-block;
  max-width: 370px;
}
.online-payment-advantages__item-icon {
  margin-bottom: 24px;
  text-align: center;
}
.online-payment-advantages__item-icon img {
  max-width: 48px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.online-payment-advantages__item-name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.online-payment-advantages__item-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}
.online-payment-application {
  text-align: center;
}
.online-payment-application img {
  vertical-align: middle;
  margin: 0;
}
.online-payment-application__image {
  position: relative;
  height: 204px;
  max-width: 570px;
  margin: 0 auto 30px;
}
.online-payment-application__image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.online-payment-application__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
.online-payment-application__desc {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 30px;
}
.online-payment-application__list {
  font-size: 0;
  line-height: 1;
}
.online-payment-application__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  margin: 0 8px;
  width: 48px;
  height: 48px;
}
.online-payment-application__item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-payment-faq {
  margin-bottom: 60px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.online-payment-faq__inner {
  margin: 0 auto;
  max-width: 570px;
}
.online-payment-faq__title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 0;
}
.online-payment-faq__list {
  margin-bottom: 30px;
}
.online-payment-faq__item {
  border-bottom: 1px solid #dddfe0;
}
.online-payment-faq__item.active .online-payment-faq__item-name:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.online-payment-faq__item:last-child {
  border: none;
}
.online-payment-faq__item-name {
  cursor: pointer;
  padding: 26px 40px 26px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}
.online-payment-faq__item-name:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/arr-bottom.svg") 100% 50% no-repeat;
  background-size: 18px auto;
}
.online-payment-faq__item-body {
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  display: none;
}
.online-payment-faq__item-body p {
  margin-top: 0;
}
.online-payment-faq__item-body p:last-child {
  margin-bottom: 0;
}
.online-payment-faq__more {
  text-align: center;
}
.online-payment-faq__more a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  background: rgba(0,0,0,0.04);
  color: #000;
  padding: 18px 25px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.online-payment-faq__more a:hover {
  background: rgba(0,0,0,0.1);
  text-decoration: none;
  color: #000;
}
.online-payment-hero {
  margin-bottom: 60px;
  text-align: center;
}
.online-payment-hero__image {
  margin-bottom: 30px;
}
.online-payment-hero__image img {
  max-width: 100%;
  width: 330px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.online-payment-hero__title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
.online-payment-hero__desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.online-payment-hero__button {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 18px 25px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.online-payment-hero__button:hover {
  background-color: #1a1a1a;
  text-decoration: none;
  color: #fff;
}
.online-payment-instruction {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.online-payment-instruction__title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
}
.online-payment-instruction__item {
  margin-bottom: 30px;
  text-align: center;
}
.online-payment-instruction__item:last-child {
  margin-bottom: 0;
}
.online-payment-instruction__item-image {
  position: relative;
  max-width: 330px;
  margin: 0 auto 30px;
}
.online-payment-instruction__item-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.online-payment-instruction__item-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-payment-instruction__item-name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.online-payment-instruction__item-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}
@media (min-width: 768px) {
  .online-payment-advantages__title {
    font-size: 24px;
  }
  .online-payment-application__title {
    font-size: 24px;
    max-width: 380px;
    margin: 0 auto 10px;
  }
  .online-payment-application__content {
    max-width: 450px;
    margin: 0 auto;
  }
  .online-payment-application__image {
    height: 320px;
  }
  .online-payment-application__item {
    width: 120px;
    height: 38px;
  }
  .online-payment-faq__title {
    font-size: 24px;
  }
  .online-payment-hero__title {
    font-size: 24px;
  }
  .online-payment-instruction__title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .online-payment-advantages {
    margin-bottom: 80px;
    text-align: left;
  }
  .online-payment-advantages__list {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .online-payment-advantages__item {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    -ms-flex-preferred-size: calc(33.333% - 40px);
        flex-basis: calc(33.333% - 40px);
    margin-right: 40px;
  }
  .online-payment-advantages__item-thumbs {
    max-width: 340px;
  }
  .online-payment-application__image {
    height: 320px;
    max-width: 680px;
  }
  .online-payment-application__title {
    font-size: 32px;
    max-width: 100%;
    margin: 0 0 24px;
  }
  .online-payment-application__desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .online-payment-application__content {
    max-width: 100%;
  }
  .online-payment-faq {
    margin-bottom: 80px;
  }
  .online-payment-faq__inner {
    max-width: 680px;
  }
  .online-payment-faq__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .online-payment-faq__item-name {
    font-size: 18px;
  }
  .online-payment-faq__item-body {
    font-size: 18px;
  }
  .online-payment-hero {
    margin-bottom: 80px;
    text-align: left;
  }
  .online-payment-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .online-payment-hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 392px;
            flex: 0 0 392px;
    margin: 0 0 0 40px;
  }
  .online-payment-hero__image img {
    width: auto;
  }
  .online-payment-hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .online-payment-hero__title {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .online-payment-hero__desc {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
  .online-payment-instruction {
    margin-bottom: 80px;
    text-align: left;
  }
  .online-payment-instruction h2,
  .online-payment-instruction__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .online-payment-instruction__list {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .online-payment-instruction__item {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    -ms-flex-preferred-size: calc(33.333% - 40px);
        flex-basis: calc(33.333% - 40px);
    margin-right: 40px;
    text-align: left;
  }
  .online-payment-instruction__item-name {
    margin-bottom: 15px;
  }
  .online-payment-instruction__item-image {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .online-payment-advantages {
    margin-bottom: 120px;
  }
  .online-payment-advantages__item-name {
    font-size: 18px;
  }
  .online-payment-advantages__item-desc {
    font-size: 18px;
  }
  .online-payment-application__image {
    height: 340px;
    max-width: 720px;
    margin-bottom: 50px;
  }
  .online-payment-faq__inner {
    max-width: 720px;
  }
  .online-payment-hero {
    margin-bottom: 120px;
  }
  .online-payment-hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
  }
  .online-payment-instruction {
    margin-bottom: 120px;
  }
  .online-payment-instruction__list {
    margin-right: -48px;
  }
  .online-payment-instruction__item {
    -ms-flex-preferred-size: calc(33.333% - 48px);
        flex-basis: calc(33.333% - 48px);
    margin-right: 48px;
  }
  .online-payment-instruction__item-name {
    font-size: 18px;
  }
  .online-payment-instruction__item-desc {
    font-size: 18px;
  }
}
