/*sposoby-oplaty*/

.payment-method table {
  width: 100%;
  border-collapse: collapse;
}

.payment-method td {
  border-top: 1px solid #989898;
  padding: 14px 0 12px 4px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .payment-method td {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.payment-method tr:last-child td {
  border-bottom: 1px solid #989898;
}

.payment-method td:first-child {
  width: 312px;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .payment-method td:first-child {
    width: 157px;
    text-align: center;
  }
  .payment-method tr:first-child td:first-child img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .payment-method td:first-child {
    width: 80px;
  }
}
.payment-method table img {
  margin-right: 16px;
}

.payment-method table h3 {
  margin-bottom: 0;
}

.payment-method table span {
  font-family: 'robotomedium';
}

.payment-method tr:first-child td:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: .3%;
  background: url('../img/icons/popular-payment-m.png');
  width: 114px;
  height: 114px;
}
@media screen and (max-width: 1000px) {
  .payment-method tr:first-child td:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .maincontent-payment-method .reviews-section {
    display: none;
  }
}