.homepage-bottom-cta {
    /* background: yellow !important; */

}


.payment-method__title {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.payment-method__infobox {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 28px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid gainsboro;
    padding: 5px 11px;
    font-size: 14px;
    display: none;
}

.credit-btn .payment-method__infobox {
    top: 54px;
}

.payment-method__title:hover .payment-method__infobox {
    display: block;
}

.payment-method__title .sb-icon {
    width: 20px;
    height: 20px;
}

.payment-method__title .info-icon {
    width: 20px;
    height: 20px;
}

.payment-description {
    font-size: 14px;
    color: rgb(105, 105, 105);
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-description .sb-icon {
    width: 30px;
    height: 30px;
}

.order-confirm-button {
    width: 100%;
}

.order-confirm-button .buttons {
    margin: 0;
}

.order-confirm-button .pull-right {
    width: 100%;
}

.order-confirm-button #continue-button {
    width: 100%;
    height: 44px;
    font-weight: 700;
    font-size: 1.1em;
}

.payment-method__description {
    font-size: 14px;
    color: gray;
    margin-left: 24px;
    margin-top: 1px;
}

.cert-list {margin-left: -10px;margin-right: -10px;}

.cert-list img {
    max-width: 100%;
    border: 1px solid;
    max-height: 430px;
    margin: 0 0 30px;
}

@media screen and (max-width: 575px) {
    .cert-list img {max-height: fit-content}
}

.credit-icon__wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    z-index: 1;
}

.credit-icon {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.credit-icon__description {
    color: #0cc414;
    font-size: 11px;
    font-weight: 500;
}

.catalog-credit-icon__wrapper {
    width: 50px;
    z-index: 5;
    display: none;
}

.catalog-credit-icon__wrapper .credit-icon__description {
    font-size: 10px;
}

.credit-amount {
    display: none;
    gap: 5px;
}

.credit-amount__icon {
    width: 15px;
    height: 15px;
}

.credit-amount__text {
    font-size: 13px;
    color: #888;
}

.credit-btn {
    display: none;
    position: relative;
    background: #f2f2f2;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 10px;
    max-width: fit-content;
    padding: 16px 20px;
    border-radius: 4px;
}

.credit-btn__icon {
    width: 20px;
    height: 20px;
    margin: auto;
}

.product-block .product-page__cart  {
    margin: 0;
}

.credit-btn__info-icon {
    width: 20px;
    height: 20px;
    margin: auto;
}

.credit-btn:hover .payment-method__infobox {
    display: block;
    /* top: 45px; */
}

.fa-telegram:before {
    font-size: 48px;
    color: #0088cc;
}

.showroom-row {
    display: none!important;
}

.product-image-wrapper {
    position: relative;
}

.menu2 .menu__level-1-li:last-child {
    border: none
}

.sber-product-icon {
    position: absolute;
    display: none;
    top: 20px;
    left: 32px;
    width: 57px;
    z-index: 10;
}

.credit-amount {
    margin-bottom: 10px;
}

.footer__payments-icon[alt="payment system"] {
    width: 32px !important;
}