.standart a{
    color: #02458d;
    text-decoration: underline;
}

.standart a:hover {
    color: #d66c17;
}


.standart--links a {
    text-decoration: none;

    border-bottom: 1px dashed #02458d;
    color: #02458d;
}
.standart--links a:hover {
    border-bottom: none;
    color: #d66c17;
}
.standart h4  {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: -15px;
    background: linear-gradient(to right, #02458d 20%, #ffffff);
    color: #ffffff !important;
    padding: 8px;
    padding-left: 15px;
}
.chatAction {
    cursor: pointer;
    border-bottom: 1px dashed #02458d;
    color: #02458d;
}
.chatAction:hover {
    cursor: pointer;
    border-bottom: none;
    color: #d66c17;
}
/* SPREADSHEET */
table {
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
table tr:nth-child(odd) {
    background-color: rgba(2, 69, 141, 0.04);
}
table td {
    padding: 15px;
}
table tr td:nth-child(1) {
    width: 200px;
}
table .title {
    font-weight: bolder;
    text-transform: uppercase;

}
table .payMethod {
    font-weight: bolder;
    font-size: 14px;
    color: #d66c17;
}
table .payMethod a {
	text-decoration: none !important;
	border-bottom: 1px dashed;
}
table .payMethod a:hover {
	border-color: transparent;
}

table a{
    color: #d66c17;
    text-decoration: underline;
}
/* LIST */
.user-list-type li {
    list-style-type: none;
    margin-left: -25px;
}
.user-list-type li:before   {
    content: url("//t4l.ru/wa-data/public/shop/img/check-box-usertype.png");
    position: relative;
    top: 5px;
    margin-right: 7px;
}
/* **************** */
.payIcon {
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
/* BANK CARDS */
.bankCard:nth-child(1) {
    background-image:url('//t4l.ru/img/pay/cart/mir.svg');
}
.bankCard:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/cart/visa.svg');
}
.bankCard:nth-child(3) {
    background-image:url('//t4l.ru/img/pay/cart/mastercard.svg');
}
.bankCard:nth-child(4) {
    background-image:url('//t4l.ru/img/pay/cart/maestro.svg');
    margin-right: 0;
}
/* E-MONEY */
.emoney:nth-child(1) {
    background-image:url('//t4l.ru/img/pay/emoney/yamoney.svg');
}
.emoney:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/emoney/webmoney.svg');
}
.emoney:nth-child(3) {
    background-image:url('//t4l.ru/img/pay/emoney/qiwi.svg');
    margin-right: 0;
}
/* INTERNET BANKING */
.inBanking:nth-child(1) {
    background-image:url('//t4l.ru/img/pay/ibank/sberbank.svg');
}
.inBanking:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/ibank/alfa.svg');
    margin-right: 0;
}
/* PHONE BALANCE */
.phoneBalance:nth-child(1) {
    background-image:url('//t4l.ru/img/pay/mob/beeline.svg');
}
.phoneBalance:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/mob/megafon.svg');
}
.phoneBalance:nth-child(3) {
    background-image:url('//t4l.ru/img/pay/mob/mts.svg');
}
.phoneBalance:nth-child(4) {
    background-image:url('//t4l.ru/img/pay/mob/tele2.svg');
    width: 75px;
    margin-right: 0;
}
/* HARD CASH */
/*.hardCash:nth-child(1) {
    background-image:url('//t4l.ru/img/pay/nal/svyaznoy.svg');
    width: 90px;
}
.hardCash:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/nal/euroset.svg');
    width: 90px;
}*/
.hardCash:nth-child(1) {
    background-image:url('//t4l.ru/wa-data/public/shop/img/courier_pay.png');
    background-size: contain;
}
.hardCash:nth-child(2) {
    background-image:url('//t4l.ru/wa-data/public/shop/img/pickup_point.png');
    margin-right: 0;
}
/* CREDIT */
a:nth-child(1) .credit {
    background-image:url('//t4l.ru/img/pay/credit/kupivkredit.png');
    margin-right: 0;
}
a:nth-child(2) .credit {
    background-image:url('/wa-data/public/site/logos/logo-pokupay.svg');
    margin-right: 0;
	width: 88px;
	background-size: 100%;
}
/* OTHER */
.other:nth-child(1) {
    background-image:url('//t4l.ru/wa-data/public/shop/img/bank_check.png');
}
.other:nth-child(2) {
    background-image:url('//t4l.ru/img/pay/nal/comepay.svg');
    width: 90px;
}
.other:nth-child(3) {
    background-image:url('/wa-data/public/shop/img/sberbank_logo.png');
    width: 88px;
    margin-right: 0;
}

/* */
table .payMethod .spoiler_body {
    color: black;
    text-align: left;
    font-weight: 400;
    width: 500px;

}
