@media (min-width: 992px) {
    .up-header #logo img {
        max-height: 44px;
    }
}
.chm-btn-white {
    color: #fff;
    background-color: #000;
}
.chm-btn-white:hover {
    color: #fff;
    background-color: #2b2b2b;
}
.payment-method label img {
    max-width: 25px !important;
}
.mobm-body .links-mob .header-nav-links li button {
    font-weight: 600;
}
footer .f-menu__list li a {
    font-size: 14px;
}
footer .f-menu__list li {
    margin-bottom: 4px;
}

.telegram_open {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    box-sizing: border-box;
    padding: 2.5px!important;
    right: 10px!important;
}
.block_telegram {
    background-color: #22bce3;
    border-radius: 50%;
    padding: 5px;
    line-height: 0px;
    cursor: pointer;
    position: relative;
    z-index: 2}.block_telegram img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 22;
}
.block_telegram:before,.block_telegram:after {
    content: '';
    background-color: inherit;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    left: 0px;
    top: 0px;
    animation: amo-button-wave infinite 2.6s 0s linear;
}
.block_telegram:before {
    animation-delay: 0s;
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1,1);
        opacity: 0.45
    }
    40% {
        opacity: 0.45
    }
    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.light-theme .wall-category-box .wall-cat-image img {
    width: 250px;
    height: auto;
}