

/* Start:/local/templates/lusio/components/bitrix/news.list/shops/style.css?17575985839581*/
.shops-map__wrapper {
    padding: 0 40px;
}

.shops-map__left {

    width: 28%;
    padding-right: 60px;
}

#map {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.shops-map__right {
    width: 70%;
}

.shop-location {
    height: 890px;
    overflow: hidden;
    position: relative;
}

.shops-select__title {
    font-family: 'GT Eesti Pro';
    font-size: 28px;
    line-height: 32px;
    color: var(--theme-color-dark);
    margin: 15px 0 35px;
}

.shops-select__form-title {
    margin-bottom: 15px;
}

.shops-list {
    max-height: 693px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 16px;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.shops-list .adress.active {
    border: 1px solid rgb(120, 113, 108);
}

.adress {
    border: 1px solid rgb(233, 232, 231);
    padding: 16px;
}

.adress.active {
    border-bottom: 1px solid rgb(120, 113, 108);
}

.shop-item {
    cursor: pointer;
}

.shop-address__item_amount,
.shops__stores_exsist {
    font-family: 'GT Eesti Pro';
    color: var(--theme-color-dark);
}

.shops__stores_exsist {
    text-align: center;
    padding: 0 20px 20px;
}

.shop-title {
    display: none;
    font-family: 'GT Eesti Pro';
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--theme-color-dark);
    margin-bottom: 15px;
}

.shop-address {
    color: var(--theme-color-gray);
}

#select_region option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}

.ymaps-2-1-79-zoom__scale {
    display: none;
}

.ymaps-2-1-79-controls__control {
    left: calc(100% - 57px) !important;
    top: 24px !important;
}

.ymaps-2-1-79-zoom {
    height: auto !important;
}

.ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
    background-image: url('data:image/svg+xml,<svg width="16.000000" height="16.000000" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>Created with Pixso.</desc><defs/><rect id="Component 259" rx="0.000000" width="15.000000" height="15.000000" transform="translate(0.500000 0.500000)" fill="%23FFFFFF" fill-opacity="0"/><path id="Vector" d="M2.5 8L13.5 8" stroke="%231A1B1C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"/><path id="Vector" d="M8 2.5L8 13.5" stroke="%231A1B1C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"/></svg>') !important;
}

.ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
    background-image: url('data:image/svg+xml,<svg width="16.000000" height="16.000000" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>Created with Pixso.</desc><defs/><path id="Vector" d="M2.5 8L13.5 8" stroke="%231A1B1C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"/></svg>') !important;
}

.ymaps-2-1-79-float-button {
    box-shadow: unset !important;
    border: none !important;
    padding-left: 36px !important;
    border-radius: 0 !important;
    height: 36px !important;
}

.ymaps-2-1-79-zoom__plus {
    border-bottom: 1px solid !important;
}

.ymaps-2-1-79-float-button-icon {
    width: 26px !important;
    height: 26px !important;
}

.ymaps-2-1-79-zoom {
    padding: 36px 0 !important;
    width: 36px !important;
    border: 1px solid;
}

.ymaps-2-1-79-copyrights-pane {
    display: none !important;
}

.shops-list .shop-item.current+.shop-more {
    display: flex;
}

.shop-more {
    display: none;
    align-items: center;
    gap: 4px;
    margin-top: 17px;
    color: rgb(40, 32, 30);
    font-family: 'SF-PRO';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.shops-list::-webkit-scrollbar {
    width: 4px;
}

.shops-list::-webkit-scrollbar-track {
    background: transparent;
}

.shops-list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid rgb(212, 210, 210);
}

.set_region__dropdown {
    display: none;
    position: absolute;
    background-color: white;
    width: calc(100% + 2px);
    left: -1px;
    top: 55px;
    /* padding: 0 16px; */
    flex-flow: column;
    box-shadow: 0px 0px 20px 0px #0000000F;
}

.set_region.active .set_region__dropdown {
    display: flex;
}

.set_region__item {
    padding: 12px 16px;
    color: rgb(40, 32, 30);
    font-family: 'SF-PRO';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}
.set_region__item:hover {
    background:#EFEBE1;
}

.set_region {
    display: flex;
    padding: 16px;
    border: 1px solid;
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
    cursor: pointer;
    max-width: 466px;
}

.set_region__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.set_region.active .set_region__title svg {
    transform: rotate(180deg);
}

.set_region__item span svg {
    opacity: 0;
}

.set_region__item span {
    align-items: center;
    gap: 8px;
}

.set_region__item.set_region__selected span {
    display: flex;
}

.set_region__item.set_region__selected span svg {
    opacity: 1;
}

.set_region__title p {
    margin: 0;
    color: rgb(40, 32, 30);
    font-family: 'SF-PRO';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.shops-map-tab,
.set_region-mobile {
    display: none;
}

.shops-select__title--mobile {
    display: none;
}

.ymaps-2-1-79-balloon {
    display: none;
}

.set_region__item span {
    display: flex;

}

.set_region__count {
    color: #A9A49D;
    margin-left: auto;
}

.hide-content-mobile__item {
    display: none;
}

@media screen and (max-width: 576px) {
    .shops-map-tab {
        display: flex;
        margin: 0 40px;
        margin-bottom: 12px;
        padding: 2px;
        background: rgb(244, 244, 244);
        justify-content: space-between;
    }

    .set_region-mobile {
        display: block;
        padding: 0 16px;
    }

    .set_region-desk {
        display: none;
    }

    .shops-map-tab__item {
        padding: 13px 0;
        width: 100%;
        text-align: center;
    }

    .shops-map-tab__item.active {
        background: rgb(255, 255, 255);
    }

    .map-content__item {
        display: none;
    }

    .map-content__item.active {
        display: block;
    }

    .shops-select__title--desk {
        display: none;
    }

    .shops-select__title--mobile {
        display: block;
    }

    .shops-map__wrapper {
        padding: 0 16px;
    }

    .shops-map-tab {
        margin: 0 16px;
        margin-bottom: 12px;
    }

    .shops-map__left {
        padding-right: 0;
    }

    .shops-map__right {
        padding: 0 !important;
    }

    .set_region {
        max-width: unset;
        position: static;
    }

    .set_region__dropdown {
        position: fixed;
        top: unset;
        bottom: 0;
        left: -1px;
        z-index: 999;
		padding: 0 16px;
    }

    .set_region__dropdown-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgb(40, 32, 30);
        font-family: 'SF-PRO';
        font-size: 14px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0;
        padding: 11px 0 11px 0;
        text-align: left;
        text-transform: uppercase;
    }

    .set_region__item {
        padding: 10px 0;
    }

    .set_region__button {
        margin: 12px 0;
    }

    .ymaps-2-1-79-controls__control {
        left: calc(100% - 50px) !important;
        top: 415px !important;

    }

    .hide-content-mobile__item.active {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        background-color: white;
        width: 100%;
        z-index: 104;
        padding: 6px 0px 16px 16px;
    }

    .hide-content-mobile__item .shop-title {
        display: block;
        color: rgb(40, 32, 30);
        font-family: 'SF-PRO';
        font-size: 14px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .hide-content-mobile__item .shop-item {
        padding: 16px 0 0 0;
        border-bottom: none;
    }

    .hide-content-mobile__item .shop-address {
        color: rgb(40, 32, 30);
        font-family: 'SF-PRO';
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .hide-content-mobile__item .shop-workTime {
        color: rgb(120, 113, 108);
        font-family: 'SF-PRO';
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .hide-content-mobile__item .shop-more {
        display: flex;
        text-transform: uppercase;
    }
}
/* End */
/* /local/templates/lusio/components/bitrix/news.list/shops/style.css?17575985839581 */
