.ShopsList {
    padding: 57px 0;
    scroll-margin: var(--scroll-margin)
}

@media screen and (max-width: 1023px) {
    .ShopsList {
        padding-top:30px
    }
}

@media screen and (max-width: 767px) {
    .ShopsList {
        padding-bottom:30px
    }
}

.ShopsList__wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: 250px 1fr
}

@media screen and (max-width: 1023px) {
    .ShopsList__wrapper {
        gap:30px;
        grid-template-columns: 200px 1fr
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__wrapper {
        display:block
    }
}

.ShopsList__text {
    position: relative
}

@media screen and (max-width: 767px) {
    .ShopsList__text {
        padding-right:70px
    }
}

.ShopsList__medal {
    background: url(../images/ico-medal-2.svg) no-repeat 50%;
    height: 72px;
    margin-bottom: 20px;
    padding-left: 5px;
    width: 74px
}

@media screen and (max-width: 767px) {
    .ShopsList__medal {
        background-size:contain;
        height: 70px;
        padding-left: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60px
    }
}

.ShopsList__medal-number {
    color: #a36f1e;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    opacity: .85;
    padding-top: 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .ShopsList__medal-number {
        font-size:18px;
        line-height: 20px;
        padding-top: 20px
    }
}

.ShopsList__medal-text {
    color: #a36f1e;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .ShopsList__medal-text {
        font-size:8px;
        line-height: 10px
    }
}

.ShopsList__list-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
    padding-top: 15px
}

@media screen and (max-width: 1023px) {
    .ShopsList__list-wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__list-wrapper {
        gap:0;
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 768px) {
    .ShopsList__list-col {
        display:block!important
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__list-col {
        border-bottom:1px solid #e7e7ff;
        padding: 0
    }
}

.ShopsList__list-col--full {
    grid-column: 1/4
}

@media screen and (max-width: 1023px) {
    .ShopsList__list-col--full {
        grid-column:1/3
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__list-col--full {
        grid-column:1/2
    }
}

.ShopsList__list-col--full .ShopsList__list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 60px;
    column-gap: 60px
}

@media screen and (max-width: 1023px) {
    .ShopsList__list-col--full .ShopsList__list {
        -moz-column-count:2;
        column-count: 2
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__list-col--full .ShopsList__list {
        -moz-column-count:1;
        column-count: 1
    }
}

.ShopsList__list-col--full .ShopsList__list-item {
    display: block;
    width: 100%
}

.ShopsList__list-title {
    color: var(--color-main);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .ShopsList__list-title {
        margin-bottom:0;
        padding: 15px 30px 10px 0
    }
}

.ShopsList__list-title:before {
    border: 4px solid var(--color-main);
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

@media screen and (max-width: 767px) {
    .ShopsList__list-title:before {
        display:none
    }
}

.ShopsList__list-title.active .ShopsList__list-title-arrow {
    transform: rotate(180deg)
}

.ShopsList__list-title-arrow {
    background-image: url(../images/ico-select.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: none;
    height: 20px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: transform .2s ease;
    width: 20px
}

@media screen and (max-width: 767px) {
    .ShopsList__list-title-arrow {
        display:block
    }
}

.ShopsList__list {
    line-height: 0;
    margin-bottom: 30px!important;
    margin-left: 25px!important
}

@media screen and (min-width: 768px) {
    .ShopsList__list {
        display:block!important
    }
}

@media screen and (max-width: 767px) {
    .ShopsList__list {
        margin-bottom:0!important;
        margin-left: 15px!important;
        padding-bottom: 10px!important;
        padding-top: 5px!important
    }
}

.ShopsList__list-item {
    margin-bottom: 8px
}

.ShopsList__link {
    color: var(--color-text);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: color .2s ease
}

.ShopsList__link:hover {
    color: var(--color-main)
}
