/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.payment h2 {
    margin-bottom: 35px;
    font-size: 18px
}

.payment .payment-block {
    border: 1px solid #D3DBE1;
    padding: 25px;
    margin-bottom: 20px;
}

.payment .payment-block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color:#2C3E6F;
    margin-top: 0;
}

.payment .payment-block ul {
    list-style:none
}

.payment .payment-block ul li {
    display: flex;
    align-items: center;
}


.payment .payment-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.payment .payment-block ul li:before {
    content: '';
    background:#E04745;
    width: 8px;
    min-width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.payment img {
    width: 100%;
    height:auto
}

.payment-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 95px;
}

.payment-wrap .payment-item {
    width: 24%;
    display: flex;
    flex-direction:column;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.payment-wrap .payment-item h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #2C3E6F
}

.payment-wrap .payment-item img {
    width: 125px;
    height: auto
}

.payment-wrap h2 {
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}

.payment-form {
    background: url("/images/payment/form-bg-new.jpg") no-repeat;
    display:flex;
    width: 100%;
    height:399px;
    background-size: cover;
    align-items: center;
    background-position: center right;
    margin-bottom: 30px;
}

.payment-form .news {
    height: auto;
    margin-bottom: 0;
    margin-left: 20px;
}

.payment-form h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 455px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.info-content .payment-form p {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 355px;
    margin: 0;
    padding-bottom: 30px;
}
.payment-form p{
    max-width: 478px;
}
.payment-form span {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.09px;
    color: #FFFFFF;

    text-transform: initial;
    margin-top: 22px;
}

.payment-form .subscribe_success {
    font-size: 22px;
}

.payment-form .news input {
    margin: 0;
    border: 1px solid #2F3F6E40;
    max-width:286px;
    margin-right: 15px;
    height: 49px;
    padding: 0 12px;
    outline: none;
    background: white;
    font-size: 14px;
    color: #323232;
    float: left;
    width: 340px;
}
.payment-form .news .white-button {
    border: 1px solid #FFFFFF;
    margin: 0;
    color: #fff;
    max-width: 139px;
    font-size: 14px;
    height: 49px;
    line-height: 30px;

    padding-top: 10px;
    float: left;
    display: block;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.info-content table {
    width: 100%;
    margin: 20px 0;
}

.info-content table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #2c3e6f;
    border-bottom: 3px double;
}

.info-content table td {
    padding: 5px;
    border-bottom: 1px solid;
    text-align: center;
    vertical-align: middle;
}

.info-content table tr.color-bg td {
    background-color: #E0E0E0;
}
.header .phones .phones__callback{
    color: #921a1d;
}
.main .FLOAT_BANNERS .text-center{
    width: 320px;
}
.main .brands-list__item .brands-list__image,.main .brands-list__image-wrapper{
    max-width: 100%;
}
.main .brands-list__item{
    height: 144px;
}
.main .brands-list__image-wrapper{
    height: auto;
}
.logo img{
    width: 200px;
}