

/* Start:/local/templates/default/components/bitrix/news.list/wheretobuy-map/style.css?17543106995164*/
.shop-online .f-carousel {
    --f-carousel-slide-width: 140px;
    --f-carousel-gap: 40px;
}
.shop-online .f-carousel__slide, .shop-online .f-carousel__slide a  {
    display: flex;
}
.shop-online .f-carousel__slide a img{
    object-fit: contain;
}
#coming-soon{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.shop-online.hide{
    display: none;
}
.f-carousel__progress-bar__wrapper {
    /*position: absolute;*/
    /*left: calc(50% - 90px);*/
    margin: 30px auto 0;
    border-radius: 60px;
    width: 192px;
    height: 14px;
    /*bottom: 15px;*/
    background-color: #E2E2E2;
    padding: 3px;
    z-index: 1;
}

.f-carousel__progress-bar {
    border-radius: 60px;
    height: 100%;
    min-width: 10%;
    width: 10%;
    background-color: #559257;
    transition-duration: 1s;
}

.where-buy__wrapper {
    padding: 50px 0;
}

.map__wrapper {
    margin-top: 50px;
}

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

.h3 {
    color: var(--black, #383838);
    text-align: center;

    /* desk/h3 */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 36px */
}

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

.map__container {
    width: 100%;
    height: 618px;
}

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

.map__search-inputs .map__search-input input {
    border-radius: 0;
    border: 1px solid var(--dark-gray, #D6D6D6);
    background: var(--light-gray, #F7F7F7);
    height: 46px;
    color: var(--green, #559257);
    /* link/medium-regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

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: 16px;
    top: 16px;
    width: 14px;
    height: 14px;
    background-image: url('/local/templates/default/components/bitrix/news.list/wheretobuy-map/../../../../img/icons/close.svg');
    background-size: 100%;
}

.map__market-list__wrapper {
    /*max-width: 427px;*/
    position: relative;
}

.map__market-list {
    display: flex;
    flex-direction: column;
    /*overflow-y: scroll;*/
    max-height: 100%;
    padding-right: 20px;
    gap: 30px;
}


.map__market-list__subtitle {
    color: var(--green, #559257);
    text-align: center;

    /* desk/h4 */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 27px */
    margin: 50px 0 30px;
}

.map__market-item {
    padding: 20px;
    border: 1px solid #D6D6D6;
    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;
}

img {
    max-width: 100%;
}

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

.filial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.filial-item {
    width: calc(33% - 30px);
    margin-bottom: 10px;
}

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

}

.show-more {
    display: none;
    color: #559257;
    margin: 20px auto 0;
    width: fit-content;
}

@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) {
    #shop-online {
        display: flex;
        gap: 10px 30px;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 120px;
        overflow: hidden;
        transition-duration: .3s;
    }
    .active #shop-online{
        max-height: fit-content;
    }
    .shop-online .f-carousel__slide {
        display: flex;
        width: 90px;
    }

    .f-carousel__progress-bar__wrapper {
        display: none;
    }

    .show-more {
        display: block;
    }
    .active .show-more{
        display: none;
    }

    .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;
    }
}

.hide{
    display: none;
}
/* End */
/* /local/templates/default/components/bitrix/news.list/wheretobuy-map/style.css?17543106995164 */
