.client-site-logo a,
.client-site-footer-logo {
    color: var(--color-main);
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    min-height: 38px;
    text-transform: uppercase;
}

.client-site-footer-logo {
    color: var(--color-white);
    justify-content: center;
    margin-bottom: 15px;
}

.header-tools .btn-favorite {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.header-tools .btn-favorite.active {
    background: transparent;
    color: var(--color-main);
}

.header-tools .btn-favorite .amount {
    align-items: center;
    background: var(--bg-amount);
    border-radius: 100%;
    color: var(--color-white);
    display: flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: 2px;
    top: 5px;
}

.main-card > img {
    display: block;
}

.main-card > img.lazyload {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.pswp-gallery .slideshow {
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .client-site-logo a {
        font-size: 18px;
        min-height: 30px;
    }
}
