

/* Start:/local/templates/organicmimi/components/bitrix/news.list/wheretobuy-map1/style.css?17515498273882*/
.where-buy__wrapper {
    padding: 100px 0 70px;
}

.h1 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
}
.h3{
    font-size: 30px;
}

.map {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    justify-content: space-between;
    max-height: 712px;
}

.map__container {
    width: 948px;
    height: 712px;
    border-radius: 80px 80px 80px 0;
}

.map__search-inputs {
    display: flex;
    gap: 20px;
}

input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--lilac-1);
    font-family: Axiforma;
    font-size: var(--normal-font);
    color: var(--black, #383838);
    font-weight: 400;
    background: transparent;
    padding: 14px 20px;
    outline: unset;
}

.map__search-input {
    width: 100%;
    position: relative;
}
.map__search-input:has(input:placeholder-shown) .map__search-input__close{
    visibility: hidden;
}
.map__search-input__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-image: url('/local/templates/organicmimi/components/bitrix/news.list/wheretobuy-map1/../../../../icons/input-close.svg');
}

.map__market-list__wrapper {
    max-width: 427px;
    position: relative;
}
.map__market-list__wrapper:after, .map__market-list__wrapper:before{
    content: '';
    width: 100%;
    height: 44px;
    position: absolute;
    /*right: -10px;*/
    top: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    max-width: calc(100% - 20px);
    margin-right: 20px;
}
.map__market-list__wrapper:after{
    top: unset;
    bottom: -21px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.map__market-list__wrapper:has(.cotacts_item):after,.map__market-list__wrapper:has(.cotacts_item):before{
    content: none;
}
.map__market-list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 100%;
    padding-right: 20px;
}

.map__market-list::-webkit-scrollbar {
    width: 8px;
    box-shadow: 0 0 0 3px #e5e5e5;
    border-radius: 100px;
}



.map__market-list::-webkit-scrollbar-track {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.10);
}

.map__market-list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--lilac-1, #B48CCB);
}

.map__market-list__subtitle {
    color: var(--black, #383838);
    opacity: 0.5;
    /* final design/regular text */
    font-family: Axiforma;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.map__market-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(180, 140, 203, 0.5);
    display: flex;
    gap: 30px;
    color: var(--black, #383838);
    font-family: Axiforma;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    align-items: flex-start;
}

.map__market-item:last-child {
    border-bottom: unset;
}

.map__market-item img {
    max-width: 100px;
}

.filial-item {
    margin-bottom: 10px;
}

.filial-item__subtitle {
    margin-top: 5px;
    color: rgba(56, 56, 56, 0.5);

}

@media (max-width: 992px) {
    .map {
        flex-direction: column-reverse;
        max-height: 100%;
        gap: 30px;
    }

    .map__container {
        width: 100%;
    }

    .map__market-list__wrapper {
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 768px) {
    .map__market-list__wrapper:after, .map__market-list__wrapper:before {
        content: none;
    }
    .main .h1{
        font-size: 28px;
    }
    .main .h3{
        text-align: center;
        font-size: 22px;
    }
    .where-buy__wrapper{
        padding: 50px 0 20px;

    }
    .map__search-inputs {
        flex-direction: column;
    }

    .map__container {
        height: 262px;
        border-radius: 40px 40px 40px 0px;
    }


    .map__market-list {
        padding: 0;
        overflow: hidden;
    }
}
/* End */


/* Start:/local/templates/organicmimi/components/bitrix/news.list/shop-online/style.css?17515503751007*/
.shop-online{
    padding: 0 50px 100px;
}
#shop-online.f-carousel {
    --f-carousel-slide-width: 140px;
    --f-carousel-spacing: 41px;
    --f-button-prev-pos: -50px!important;
    --f-button-next-pos: -50px!important;
    padding-bottom: 50px;
}

.shop-online img {
    max-width: 100%;
}

.f-carousel__nav svg {
    display: none;
}
.shop-online .f-carousel__progress-bar__wrapper{
    bottom: 0;
}
.shop-online .f-carousel .f-carousel__nav .f-button{
    top: 25%;
}
.shop-online .f-carousel__track{
    align-items: center;
}
@media (max-width: 768px) {
    .f-carousel__progress-bar__wrapper{
        display: none;
    }
    #shop-online.f-carousel {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        --f-carousel-slide-width: calc(50% - 20px);
        --f-carousel-spacing: 0;
        align-items: center;
    }

    #shop-online.f-carousel img {
        width: 100%;
    }
    .shop-online{
        padding: 0 0 50px;
    }
}
/* End */
/* /local/templates/organicmimi/components/bitrix/news.list/wheretobuy-map1/style.css?17515498273882 */
/* /local/templates/organicmimi/components/bitrix/news.list/shop-online/style.css?17515503751007 */
