/* способы оплаты */
.content-page-item .payment-methods {margin-top:30px;}
.content-page-item .payment-order__item{
    letter-spacing: 0.03em;
    padding: 0 0 13px 60px;
    position: relative;
  }
.content-page-item .payment-order__heading{
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 31px;
  }
  .content-page-item .payment-order__title{
    display: block;
    margin: 0 0 3px;
  }
  .content-page-item .payment-order__icon{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 37px;
  }
  .content-page-item .payment-methods .payment-order__item{
    padding: 52px 0 9px;
    padding-left: 100px;
    line-height: 18px;
    border-bottom: 1px solid #EAEDF4;
  }
  .content-page-item .payment-methods .payment-order__item:first-child{
    padding-top: 31px;
  }
  .content-page-item .payment-methods .payment-order__item:first-child .payment-order__icon{
    top: 0;
  }
  .content-page-item .payment-methods .payment-order__icon{
    top: 20px;
    max-width: 95px;
  }
  .content-page-item .payment-order__img{
    max-width: 100%;
  }
  .content-page-item .payment-methods .payment-order__title,
  .content-page-item .payment-methods .payment-order__text{
    margin: 0 0 10px;
  }
  .content-page-item .payment-order-inner-list{
    margin: 0 0 10px;
  }
  .content-page-item .payment-order-inner-list__item{
    padding-left: 21px;
    position: relative;
  }
  .content-page-item .payment-order-inner-list__item:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #262830;
    border-radius: 50px;
  }
  .content-page-item .payment-order-inner-list__item:only-child{
    padding: 0;
  }
  .content-page-item .payment-order-inner-list__item:only-child:before{
    display: none;
  }
  .content-page-item .payment-order__link{
    color: #5460A8;
    font-weight: 700;
  }
  /* способы оплаты */