.payment__container {
  margin: 0 auto;
  text-align: justify;
}
.payment__banner {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.payment__banner img {
  width: 100%;
}
.payment__text-description {

}
.payment__content {

}
.payment__content__items-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 15px;    
}
.payment__content__item {
  position: relative;
}
.payment-blocks-2 .payment__content__item{
  width: 48%;
  margin: 0 1%;
  font-size: 1.4rem;
  padding-bottom: 100px;    
  border: 1px solid #e3e3e3;
  text-align: center;
}
.payment__content__item h3{
  text-align: center;
}
.payment__content__item ul {
  padding-left: 20px;
  display: inline-block;
}
.payment__content__item ul li{
  text-align: left;
}
.payment__content__item ul li i{
  color: #344964;
  font-size: 12px;
}
.payment-blocks-2 .payment__content__item .payment__content__item__buttons {
  margin-top: 15px;
  margin-bottom: 0px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: 20px;
}
.payment-blocks-1  {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment-blocks-1 .payment__content__item {
  width: 100%;    
  border: 1px solid #e3e3e3;
  padding: 20px;
  box-sizing: border-box;
}
.payment-blocks-1 .payment__content__item h3 {
  margin-top: 0;
}
.payment-blocks-1 .payment__content__item .payment__content__item__buttons {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.payment-blocks-1 .payment__content__item ul {
  width: 65%;
  margin-bottom: 0;
}
.payment__content__item__buttons {
  text-align: center;
}
.payment__content__item__buttons a {
  text-align: center;
  display: inline-block;
  min-width: 130px;
  margin: 6px;
}
.button-primary__blue {
  background: #1270B2;
  border: 1px solid #1270B2;
  color: #fff;
}
.button-primary__blue:hover {
  color: #fff;
}
.several-lists__title {
  text-align: center;
}
.several-lists {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.several-lists .payment__content__item{
  width: 32%;
  margin: 0 1%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  text-align: center;
}
.several-lists .payment__content__item h4 {
  text-align: center;
}
.several-lists .payment__content__item ul{
  list-style: none;
  padding-left: 0;
  display: inline-block;
  font-size: 1.4rem;
}
.several-lists__buttons {
  position: relative;
}
.several-lists__buttons i{
  position: relative;
  bottom:25px;
}



#payment-systems_info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: #f5f8fa;
    margin-bottom: 4rem;
}
.payment-systems_info-block {
    text-align: center;
    width: 25%;
    margin: 0 auto;
}
.payment-systems_info-block img {
    width: 5rem;
    margin: 3rem auto 2rem;
}
.payment-systems_main {
    height: 5rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #6c7980;
    padding: 0 1rem 1rem;
}
p.first-row {
    min-height: 50px;
}
/* Media */
@media screen and (max-width: 1199px) {
  .owl-carousel {
    width: 100% !important;
  }
  .owl-item img {
    max-width: 100%;
    width: 100%;
  }
  .payment__content__item__buttons a {
    width: 10.0rem;
  }
  .payment-blocks-1 {
    text-align: center;
  }
  .payment-blocks-1 .payment__content__item ul {
    padding-bottom: 2.0rem;
  }
  .payment-blocks-1 .payment__content__item .payment__content__item__buttons {
    width: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 960px) {
  .payment-blocks-2 .payment__content__item {
    padding-bottom: 25%;
  }

}
@media screen and (max-width: 959px) {
  .payment__content__items-wrapper .several-lists {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .several-lists .payment__content__item {
    width: 65%;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .payment__content__item ul {
    width: 75% !important;
  }
  .payment-blocks-2 .payment__content__item {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  .payment__content__items-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-blocks-2 .payment__content__item {
    padding-bottom: 30%;
    width: 90%;
    margin: 0 auto;
  }
  .payment__content__items-wrapper .payment__content__item:first-child {
    margin-bottom: 3.0rem;
  }
  .payment__content__item ul {
    width: 80% !important;
  }
  .payment__content__item__buttons a {
    min-width: 13rem;
    margin: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .payment__content__item__buttons a {
    min-width: 8.0rem;
    margin: 0.6rem;
    font-size: 1.2rem;
  }
  .several-lists .payment__content__item {
    width: 75%;
  }
}
/* Table payment-systems MEDIA */
@media screen and (max-width: 1090px) and (min-width: 768px) {
  .payment-systems_main {
    font-size: 1.2rem;
    padding: 0 0.5rem 0.5rem;
  }
  .payment-systems_info-block p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 681px) {
  #payment-systems_info {
    flex-direction: column;
    width: 80%;
    margin: 0 auto 4rem;
  }
  .payment-systems_info-block {
    width: 100%;
  }
  .payment-systems_main {
    height: 3rem;
  }
  .payment-systems_info-block img {
    margin: 2rem auto 1rem;
  }
}
@media screen and (max-width: 590px) {
  #payment-systems_info {
    flex-direction: column;
    width: 80%;
    margin: 0 auto 4rem;
  }
  .payment-systems_info-block {
    width: 100%;
  }
  .payment-systems_main {
    height: 3rem;
  }
  .payment-systems_info-block img {
    margin: 2rem auto 1rem;
  }
}