.intro {
  padding: 50px 0 140px;
  background-image: url('../img/intro/bg.svg');
  background-size: auto 80%;
  background-position: left center;
  background-repeat: no-repeat;
}

.intro__heading {
  margin-bottom: 50px;
}

.intro p {
  font-size: 28px;
  line-height: 1.8;
}

.pay-system {
  display: flex;
  flex-wrap: wrap;
}

.pay-system__icon {
  margin: 15px 0;
  max-width: 170px;
}

.pay-system__icon_visa {
  width: 82px;
  height: 28px;
}

.pay-system__icon_mc {
  width: 168px;
  height: 30px;
}

.pay-system__icon_qiwi {
  width: 84px;
  height: 40px;
}

.pay-system__icon_web {
  width: 134px;
  height: 32px;
}

.pay-system__icon_umoney {
  width: 124px;
  height: 28px;
}

.pay-system__icon_mir {
  width: 82px;
  height: 28px;
}

.row.pay-system::before,
.row.pay-system::after {
  content: none;
}

@media (max-width: 1360px) {
  .intro {
    background-size: auto 70%;
  }
}

@media (max-width: 1199px) {
  .intro {
    background-size: auto 60%;
    background-position: left top;
  }
}

@media (max-width: 991px) {
  .intro {
    padding-bottom: 100px;
    background-size: auto 300px;
  }

  .intro p {
    font-size: 24px;
  }


  .intro__pay-system {
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
  .intro {
    padding-top: 30px;
    padding-bottom: 80px;
    background-size: auto 200px;
  }

  .intro__heading {
    margin-bottom: 30px;
  }

  .intro p {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .intro {
    background-size: auto 150px;
  }

  .intro__heading {
    margin-bottom: 20px;
  }

  .intro p {
    font-size: 18px;
  }
}