.payment_page__header {
  width: 100%;
}

.payment_page__head {
  margin-top:3rem;
}

.payment_page__table {
  width: 100%;
  background-color: transparent;
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-collapse: collapse;
  text-align: center;
}

.payment_page__table tr {
  border-bottom: 1px solid #e6ebef;
}

.payment_page__table tr th {
  padding: 1rem 0.5rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.payment_page__table tr td {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}

.deposit__table tr th:nth-child(1) {
  width: 25%;
}

.deposit__table tr th:nth-child(2) {
  width: 25%;
}

.deposit__table tr th:nth-child(3) {
  width: 25%;
}

.deposit__table tr th:nth-child(4) {
  width: 25%;
}

.withdrawal__table tr th {
  width: 20%;
}

.two__currencies-row {
  line-height: 25px;
}

.mir {
    background-image: url(/uploads/img/structure/deposit-withdrawal/visa-mastercard/mir-logo.png);
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 60%;
    font-size: 1rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 1.5rem;
}

.deposit__button {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #7fba2f;
  color: #7fba2f;
}

.deposit__button:visited {
  color: #7fba2f;
}

.withdrawal__button {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #1378bf;
  white-space: nowrap;
}

.regulations__table {
  background-color: #f5f8fa;
  font-size: 1.2rem;
}

.regulations__table tr {
  border-bottom: none;
}

.regulations__table tr:first-child td {
  padding-top:3rem;
}

.regulations__table tr:last-child td {
  padding-bottom:3rem;
}

.regulations__table tr td {
  width: 20%;
  padding: 1.5rem 0.5rem;
  vertical-align: top;
}

.regulations__table tr td img {
  width: 5rem;
}

.notes__list {
  padding-left: 2rem;
  margin-bottom: 6rem;
}

.notes__list li {
  margin-bottom: 1rem;
}

.withdrawal__table-first {
  margin-bottom: 6rem;
}

html[lang=es] .deposit__table tr th:nth-child(4) {
  width: 22%;
}

html[lang=de] .deposit__table tr th:nth-child(4) {
  width: 20%;
}

html[lang=ee] .deposit__table tr th:nth-child(4) {
  width: 22%;
}



@media all and (max-width: 520px) {
 
/*.deposit__table tr {
     
      display: block;
      border-bottom: 1px solid #e6ebef;

    }

 .deposit__table  td {
    display: block; 
}

.deposit__table td :first-child {
      padding-top: .5em;
    }


.deposit__table td:last-child {
      padding-bottom: .5em;
    }



.deposit__table th, .deposit__table td:before {
    color: #000;
}

.deposit__table th{
	text-align: right;
     display: block;
      padding: .25em .5em;
}



 .deposit__table td {
    text-align: right;
     display: block;
      padding: .25em .5em;
  }


 .deposit__table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
}


.deposit__table td:before:last-child {
    display: none;
}




 .deposit__table th:first-child{
  padding-left: 0;
}


    th, td:last-child {
        padding-right: 0;
      }

 .deposit__table th {
      display: none;
    }

.deposit__table tr td:first-child {
    text-align: right;
}

.deposit__button {
	text-align: center;
    width: 95%;
    display: block;

}*/




.payment_page__table tr {
     
      display: block;
      border-bottom: 1px solid #e6ebef;

    }

 .payment_page__table  td {
    display: block; 
}

.payment_page__table td :first-child {
      padding-top: .5em;
    }


.payment_page__table td:last-child {
      padding-bottom: .5em;
    }



.payment_page__table th, .payment_page__table td:before {
    color: #000;
}

.payment_page__table th{
	text-align: right;
     display: block;
      padding: .25em .5em;
}



 .payment_page__table td {
    text-align: right;
     display: block;
      padding: .25em .5em;
  }


 .payment_page__table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
}


.payment_page__table td:before:last-child {
    display: none;
}

 .payment_page__table th:first-child{
  padding-left: 0;
}

    th, td:last-child {
        padding-right: 0;
      }

 .payment_page__table th {
      display: none;
    }

.payment_page__table tr td:first-child {
    text-align: right;
}

.deposit__button {
	text-align: center;
    width: 95%;
    display: block;
   

}


.withdrawal__button {
	text-align: center;
    width: 95%;
    display: block;
   
}








 }[]