

/* Start:/local/templates/redesign_2021/components/bitrix/map.yandex.view/shops/style.css?174247340214877*/

.store-addresses__container {
    max-width: 1540px;
    padding: 120px 20px 0;
    margin: 0 auto
}

.store-addresses-list ul {
	display: flex;
	flex-direction: column;
}

.store-addresses__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px
}

.store-addresses__title {
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    line-height: 53px
}

.store-addresses__link {
    font-size: 18px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 500
}

.store-addresses__map {
    height: 750px;
    position: relative
}

.store-addresses__map.store-addresses__map_big {
    height: 900px
}

.store-addresses__map > :first-child {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.addresses-map, .addresses-map__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.addresses-map .store-addresses__container {
    position: relative;
    height: 100%
}

.addresses-map-search-container {
}

.store-addresses_full-width .addresses-map-search-container {
    left: calc((100vw - 1510px) / 2)
}
.store-addresses-slider {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    cursor: grab
}

.store-addresses-slider:active {
    cursor: grabbing
}

.store-addresses-slider .item {
    width: 357px;
    height: 252px;
    position: relative
}



.store-addresses-slider__nav {
    width: 116px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    bottom: 324px;
    position: absolute;
    right: 15px
}

.store-addresses_full-width .store-addresses-slider__nav {
    right: calc((100vw - 1510px) / 2)
}


.store-addresses-item {
    height: 100%;
    min-height: 44px;
    background-color: #fff;

    padding: 24px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.item:not(:last-child) .hr-hr {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
}

.store-addresses-item:hover .store-addresses-item__links, .store-addresses-item_active .store-addresses-item__links {
    padding-top: 16px;
    height: 60px
}

.store-addresses-item__metro, .store-addresses-item__note {
    color: #666b71;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative
}

.store-addresses-item__metro {
    display: flex;
    align-items: center
}

.store-addresses-item__metro-color {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-right: 6px
}

.store-addresses-item__address {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-black);
    margin: 0 0 16px
}

.store-addresses-item__phone {
    color: #666b71;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 6px
}

.store-addresses-item__link:hover, .store-addresses-item__phone:hover {
    color: var(--color-primary)
}

.store-addresses-item__time {
    font-size: 14px;
    line-height: 20px;
    color: #666b71;
    margin-bottom: 16px;
    font-weight: 500
}

.store-addresses-item__holiday {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 20px
}

.store-addresses-item__evaluation {
    background-color: #f7f8f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    color: var(--color-black);
    font-size: 13px;
    line-height: 16px;
    font-weight: 500
}

.store-addresses-item__links {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.store-addresses-item__link {
    background-color: #fdf2f5;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-primary);
    text-align: center;
    border-radius: 10px;
    display: flex;
    margin: 0;
    font-size: 16px;
    padding: 0;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.store-addresses-item__link_tl, .store-addresses-item__link_wh {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 44px
}


.store-addresses-marker {
    width: 32px;
    height: 32px;
    position: relative
}

.store-addresses-marker__point {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 6px solid var(--color-primary);
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.store-addresses-marker__point.store-addresses-marker__point_hover {
    border-width: 8px
}

.store-addresses-marker__info, .store-addresses-marker__more {
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.store-addresses-marker__info {
    background-color: #fff;
    pointer-events: none;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    top: 15px;
    left: -5px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #9ea4ad;
    line-height: 1.5
}

.store-addresses-marker__info:before, .store-addresses-marker__more .store-addresses-item:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.store-addresses-marker__info span {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black)
}

.store-addresses-marker__more {
    width: 397px
}

.store-addresses-marker__more article {
    width: 397px
}

.store-addresses-marker__more .store-addresses-item__links {
    height: 60px;
    padding-top: 16px
}

.store-addresses-marker__more .store-addresses-item {
    position: relative
}

.store-addresses-marker__more .store-addresses-item:before {
    top: -5px
}

.store-addresses-marker__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(/local/templates/redesign_2021/components/bitrix/map.yandex.view/shops/./images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    cursor: pointer
}

.store-addresses-marker__point.store-addresses-marker__point_active {
    width: 48px;
    height: 48px;
    border-width: 8px
}

@media only screen and (max-width: 1540px) {
    .addresses-map-search-container, .store-addresses_full-width .addresses-map-search-container {
        left: 15px
    }
}

@media only screen and (max-width: 991px) {
    .store-addresses__container {
        padding: 0 20px
    }

    .store-addresses__top {
        margin-bottom: 20px
    }

    .store-addresses__title {
        font-size: 20px;
        line-height: 26px
    }

    .store-addresses__link {
        font-size: 14px;
        line-height: 22px
    }

    .store-addresses__map {
        height: 684px
    }

    .store-addresses__map.store-addresses__map_big {
        height: 800px
    }

    .store-addresses_full-width .addresses-map-search-container {
        width: 100%;
        max-width: min(350px, calc(100vw - 88px));
        height: 48px;
        left: max(15px, calc(50% - 28px));
        transform: translateX(-50%)
    }



    .store-addresses-slider {
        bottom: 12px
    }

    .store-addresses-slider .item {
        width: 280px;
        height: 272px
    }

    .store-addresses-slider__nav {
        display: none
    }

    .store-addresses-item {
        padding: 20px 20px 20px 0;
    }

    .store-addresses-item:hover .store-addresses-item__links, .store-addresses-item_active .store-addresses-item__links {
        padding-top: 0;
        height: auto
    }

    .store-addresses-item__metro {
        font-size: 12px;
        line-height: 16px
    }

    .store-addresses-item__address {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .store-addresses-item__phone {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 4px
    }

    .store-addresses-item__holiday, .store-addresses-item__time {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px
    }

    .store-addresses-item__holiday {
        margin-bottom: 16px
    }

    .store-addresses-item__evaluation {
        margin-bottom: 16px
    }

    .store-addresses-item__links {
        height: auto
    }

    .store-addresses-item__link {
        font-size: 14px;
        line-height: 22px;
        padding: 9px;
        height: 40px;
        border-radius: 10px
    }

    .store-addresses-item__link_tl, .store-addresses-item__link_wh {
        background-size: 20px;
        width: 40px
    }

    .store-addresses-marker {
        width: 20px;
        height: 20px
    }

    .store-addresses-marker__point {
        width: 20px;
        height: 20px;
        border: 4px solid var(--color-primary)
    }

    .store-addresses-marker__more, .store-addresses-marker__more article {
        width: 320px
    }

    .store-addresses-marker__info {
        display: none
    }

    .store-addresses-marker__point.store-addresses-marker__point_active {
        width: 28px;
        height: 28px;
        border-width: 4px
    }
}

@media only screen and (max-width: 767px) {
    .store-addresses__title {
        margin-left: 15px
    }
}

.addresses-map-search {
    display: block;
    position: relative
}

.addresses-map-search__icon,.addresses-map-search__submit {
    position: absolute;
    background-image: url(/local/templates/redesign_2021/components/bitrix/map.yandex.view/shops/./images/search.svg);
    background-repeat: no-repeat;
    background-position: center
}

.addresses-map-search__icon {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.addresses-map-search__icon.addresses-map-search__icon_close {
    background-image: url(/local/templates/redesign_2021/components/bitrix/map.yandex.view/shops/./images/close.svg);
    background-size: 14px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 5px
}

.addresses-map-search__submit {
    height: 48px;
    width: 48px;
    background-size: 18px;
    top: 1px;
    right: 1px;
    border: 0;
    background-color: transparent
}

input[type=text].addresses-map-search__input {
    width: 100%;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    padding: 14px 50px 14px 16px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 1px
}

input[type=text].addresses-map-search__input:focus {
    border-color: var(--color-primary)
}

input[type=text].addresses-map-search__input::-webkit-input-placeholder {
    color: #a5abb4
}

input[type=text].addresses-map-search__input::-moz-placeholder {
    color: #a5abb4
}

input[type=text].addresses-map-search__input:-ms-input-placeholder {
    color: #a5abb4
}

input[type=text].addresses-map-search__input::-ms-input-placeholder {
    color: #a5abb4
}

input[type=text].addresses-map-search__input::placeholder {
    color: #a5abb4
}

.addresses-map-search__line-color {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-right: 6px;
    position: absolute;
    left: 20px;
    top: 15px
}

.addresses-map-search__result {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.06);
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border-radius: 8px
}

.addresses-map-search__item div {
    color: #9ea4ad;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8eaee;
    margin: 0 20px
}

.addresses-map-search__item ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0
}

.addresses-map-search__link__style {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0;
    padding: 30px 20px 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #666b71;
    cursor: pointer;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
    position: relative
}

.addresses-map-search__item li,.addresses-map-search__item-descr {
    margin-left: 0
}

.addresses-map-search__item-descr {
    position: absolute;
    left: 30px;
    top: 9px;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    text-overflow: ellipsis
}

div.title-search-result {
    z-index: 10002!important
}

.addresses-map-search__item-name {
    color: #2c2e33;
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: 100%
}

.addresses-map-search__item li:hover {
    background-color: #f7f8f9
}

.addresses-map-search__item li:before {
    display: none
}

@media only screen and (max-width: 900px) {
    .addresses-map-search__icon {
        width:15px;
        height: 15px;
        right: 16px
    }

    input[type=text].addresses-map-search__input {
        border-radius: 8px;
        padding: 13px 40px 13px 16px;
        font-size: 14px
    }

    .addresses-map-search__submit {
        width: 38px;
        height: 38px
    }

    .addresses-map-search__item div {
        font-size: 12px;
        line-height: 16px;
        padding-top: 12px;
        padding-bottom: 6px;
        margin: 0 16px
    }

    .addresses-map-search__link__style {
        padding: 12px 16px
    }

    .addresses-map-search__item-name {
        font-size: 12px;
        line-height: 14px
    }
}

#addresses-map-search-results-container {
    position: relative;
}

.store-addresses .ymaps-map>.ymaps-shadows-pane {
    display: none;
}
/* End */


/* Start:/local/templates/redesign_2021/components/bitrix/map.yandex.system/.default/style.css?1619469088666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/redesign_2021/components/bitrix/map.yandex.view/shops/style.css?174247340214877 */
/* /local/templates/redesign_2021/components/bitrix/map.yandex.system/.default/style.css?1619469088666 */
