

/* Start:/local/templates/konfiskat/assets/styles/stores.css?17126462672857*/
@import url(/local/templates/konfiskat/assets/styles/./style.css);
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);

.head-row h1 {
    color: #555E90;
}
.filter-row {
    padding: 50px 0;
    background: #555E90;
}

.shop-wrap-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.filter-row .content .shops-title {
    color: #FFF;
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    flex-shrink: 0;
}
.regions {
    width: 100%;
}
.regions p {
    width: 100%;
    justify-content: space-between;
}
.regions-btn {
    border-radius: 10px;
    background: #8AB73A;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 80px;
    border: none;
    flex-shrink: 0;
    cursor: pointer;
}
.regions-btn:hover {
    background: #B0E453;
}
.regions-list {
    width: 100%;
}

.shop-cards {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 40px;
    padding: 50px 0;
}

.hidden {
    display: none;
}

.hidden a:hover {
    background: #9FAAE9;
}
.shop-card:hover .shop-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    /*min-height: 100px;*/
    z-index: 2;
    /*height: auto;*/
}
.shop-card:hover .hidden {
    display: block;
}

.shop-info-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-info-row svg {
    width: 34px;
    height: 34px;
}
.shop-info-svg-wrap {
    width: 34px;
    height: 34px;
}
.shop-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop-info-wrap span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /*line-height: 120%;*/
    color: #484848;
}

.map-icon-link {
    border-radius: 10px;
    background: #8AB73A;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 80px;
}

@media (max-width:1024px)  {
    .shop-wrap-row .shops-title {
        display: none;
    }
    /*.head-row h1 {*/
    /*    font-size: 35px;*/
    /*}*/
    .shop-image-wrap {
        width: 270px;
        height: 270px;
    }
    .shop-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 50px;
        padding: 50px 0;
    }
    .shop-city {
        font-size: 30px;
    }
    .shop-info-wrap p {
        /*font-size: 20px;*/
    }
    .block-3 h2 {
        font-size: 30px;
    }
}
@media (max-width:768px) {
    .regions-list {
        width: 100%;
    }
    .shop-image-wrap {
        width: 200px;
        height: 200px;
    }
}

@media (max-width:1418px) {
    .shop-cards , .block-3-cards {
        justify-content: center;
        gap: 30px;
    }
}
/* End */
/* /local/templates/konfiskat/assets/styles/stores.css?17126462672857 */
