.payment-avto-block {
}

.payment-avto-block .title {
    font-size: 16px;
    margin-bottom: 20px;
}

.payment-avto-block ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.payment-avto-block ul li {
    position: relative;
    padding-right: 50px;
}

.payment-avto-block ul li > span {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.payment-avto-block label {
    font-size: 16px;
    font-weight: bold;
    color: blue;
}

.payment-avto-block label span {
    font-size: 14px;
    font-weight: normal;
}

.payment-avto-block label span b {
    color: red;
}

.payment-avto-block .payment-avto-sum {
    font-size: 20px;
    font-weight: bold;
}

.payment-avto-block .field{
    opacity: 0;
    height: 0;
}

.payment-avto-block input[type=checkbox]:checked ~ .field{
    opacity: 1;
    height: auto;
}

.oplata_block {
}

.oplata_block label {
    cursor: pointer;
}

.oplata_block img {
    max-width: 110px;
    height: 60px;
}