<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p_bottom {
    margin-bottom: 10px !important;
}

.margin__text-box {
    margin-top: 25px !important;
}

.shops {
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    padding: 0;
    margin-top: 45px;
}

.shops__title {
    font: 500 20px/30px Gotham, Arial, sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #0D0D0D;
    padding: 0 20px;
}

.shops__text {
    text-align: center;
    font: 350 18px/28px Gotham, Arial, Helvetica, sans-serif;
    color: #0D0D0D;
}

.shops__search-form {
    border-bottom: 1px solid #E7E7E7;
    width: 560px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.shops__search {
    outline: none;
    border: none;
    width: 100%;
    height: 44px;
    color: #7E7E7E;
    font: 325 14px/22px Gotham, Arial, Helvetica, sans-serif;
}

.shops__search::placeholder {
    color: #7E7E7E;
}

.shops__icon-close {
    background: url("../images/icon-close.png") transparent no-repeat;
    background-size: 100%;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    transition: all .15s ease-out;
}

.shops__icon-close:hover {
    animation: rounded linear .15s;
}

.shops__icon-search {
    background: url("../images/icon-search.png") transparent no-repeat;
    background-size: 100%;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    transition: all .15s ease-out;
}

.shops__icon-search:hover {
    transform: scale(1.1);
}

.shops__list {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.shops__list-item {
    overflow: hidden;
    height: 80px;
}

.shops__list-item-link {
    object-fit: cover;
}

.shops__list-item-link-logo {
    transition: transform .15s linear;
    height: 100%;
    width: 100%;
}

.shops__list-item-link-logo:hover {
    transform: scale(1.07);
}

.shops .button-wrapper {
    padding: 30px;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px;
    top: 16px;
}

.button__text {
    display: block;
    font: 400 16px/24px Gotham, Arial, Helvetica, sans-serif;
    color: #0d0d0d;
}

.button__text_hidden {
    display: none
}

/*------------------------------*/
@media all and (max-width: 1219px) {    
    .shops__list {
        grid-template-columns: repeat(5, 1fr);
    }

    .shops__text {
        margin-bottom: 16px;
    }
}


@media all and (max-width: 1023px) {
    .shops__text {
        margin: 0 0 32px;
        font: 350 16px/24px Gotham, Arial, Helvetica, sans-serif;
    }

    .shops__search-form {
        border-bottom: 1px solid #E7E7E7;
        max-width: 60%;
        margin: 0 auto 24px;
        gap: 12px;
    }

    .shops__search {
        height: 32px;
        font: 325 14px/20px Gotham, Arial, Helvetica, sans-serif;
    }

    .shops__icon-close {
        width: 14px;
        height: 14px;
    }

    .shops__icon-search {
        width: 14px;
        height: 14px;
    }

    .shops__list {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .shops .button-wrapper {
        padding: 30px;
    }
}


@media screen and (max-width: 767px) {
    .shops__title {
        font: 500 16px/20px Gotham, Arial, sans-serif;
    }

    .shops__text {
        margin: 0 0 24px;
        font: 350 16px/24px Gotham, Arial, Helvetica, sans-serif;
    }

    .shops__search-form {
        max-width: 90%;
        gap: 12px;
    }

    .shops__search {
        height: 28px;
        font: 325 14px/20px Gotham, Arial, Helvetica, sans-serif;
        color: #1d1d1d
    }

    .shops__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin-bottom: 32px;
    }
/*
    .shops__list-item {
        width: 103px;
        height: 48px;
    }*/

    .shops .button-wrapper {
        padding: 0 0 30px;
    }
}

.faq__link {
    text-decoration: none;
}

.faq__btn {
    border-radius: 6px;
}

.faq__btn::before {
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
.mr-md-4, .mx-md-4 {
    margin-right: 10px!important;
}
}</pre></body></html>