

/* Start:/local/templates/purpur/components/bitrix/sale.location.selector.search/delivery/style.css?175641951410650*/

.custom-select-location--opened {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    overflow-y: hidden;
}

.custom-select-location--opened .custom-select-location__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.custom-select-location__modal-bar {
    position: relative;
    display: none;
    border-bottom: 1px solid #ebebeb;
}

.custom-select-location--opened .custom-select-location__modal-bar {
    display: block;
}

.custom-select-location__title {
    padding: 15px 45px 12px;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.custom-select-location__close-btn {
    z-index: 30;
    position: absolute;
    top: 50%;
    right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select-location__close-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #b5b5b5;
    stroke: #b5b5b5;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: stroke 0.2s, fill 0.2s;
    transition: stroke 0.2s, fill 0.2s;
}

.custom-select-location__close-btn:active svg,
.custom-select-location__close-btn:focus svg {
    fill: #f06292;
    stroke: #f06292;
}

.custom-select-location__close-btn:active svg {
    -webkit-transition: 0ms;
    transition: 0ms;
}

.custom-select-location__search {
    position: relative;
    display: none;
    padding: 20px 20px 0;
}

.custom-select-location--opened .custom-select-location__search {
    display: block;
}

.custom-select-location__search-input {
    display: block;
    width: 100%;
    padding: 10px 40px 8px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    border: 1px solid #dedede;
    border-radius: 2px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.custom-select-location__search-input::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::-ms-clear {
    display: none;
}

.custom-select-location__search-icon {
    position: absolute;
    top: 32px;
    right: 30px;
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #202020;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.custom-select-location__options-list {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.custom-select-location--opened .custom-select-location__options-list {
    display: block;
}

.custom-select-location__option {
    padding: 20px 20px 19px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select-location__option-hidden {
    padding: 20px 20px 19px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select-location__option:active, .custom-select-location__option:focus {
    color: #f06292;
}

.custom-select-location__option--selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    padding-bottom: 3px;
    border-color: #dedede;
    outline: none;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
}

.custom-select-location__option--selected:active, .custom-select-location__option--selected:focus {
    color: #202020;
    border-color: #202020;
}

.custom-select-location__option--no-interactions, .custom-select-location__option--no-interactions:active, .custom-select-location__option--no-interactions:focus {
    color: #202020;
}

.custom-select-location__option--hidden {
    display: none;
}

.custom-select-location--opened .custom-select-location__option--selected {
    display: none;
}

.custom-select-location__option--selected svg {
    stroke: #202020;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.custom-select-location--opened .custom-select-location__option--selected svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .custom-select-location {
        z-index: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        min-height: 24px;
        overflow-y: visible; }
    /*.custom-select-location--opened {
        width: calc(100% + 20px); }*/
    .custom-select-location__wrapper {
        z-index: 20;
        width: 100%; }
    .custom-select-location--opened .custom-select-location__wrapper {
        display: block;
        height: auto;
        position: absolute;
        top: -44px;
        left: -20px;
        padding-top: 20px;
        padding-left: 20px;
        background-color: white;
        -webkit-box-shadow: 0 1px 8px 0 rgba(32, 32, 32, 0.08);
        box-shadow: 0 1px 8px 0 rgba(32, 32, 32, 0.08); }
    .custom-select-location--opened .custom-select-location__wrapper--order-city {
        width: 292px; }
    .custom-select-location--opened .custom-select-location__header {
        position: relative;
        margin-right: 20px; }
    .custom-select-location__modal-bar {
        position: static;
        display: block;
        border-bottom: none; }
    .custom-select-location__title {
        display: none;
        padding: 0;
        margin: 0;
        margin-bottom: 4px;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: normal;
        text-transform: none;
        text-align: left;
        color: #b5b5b5; }
    .custom-select-location--opened .custom-select-location__title {
        display: inline-block; }
    .custom-select-location__close-btn {
        display: none; }
    .custom-select-location__search {
        position: static;
        padding: 0; }
    .custom-select-location__search-input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        padding-bottom: 3px;
        padding-right: 25px;
        font-size: 18px;
        line-height: 20px;
        border: none;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s; }
    .custom-select-location__search-input:hover {
        border-color: #b5b5b5; }
    .custom-select-location__search-input:focus {
        border-color: #202020; }
    .custom-select-location__search-icon {
        display: none; }
    .custom-select-location__options-list {
        max-height: 344px;
        padding-right: 20px; }
    .custom-select-location__options-list:not(.custom-select-location__options-list--scrollable) {
        overflow: auto; }
    .custom-select-location .custom-select-location__options-list .ps__rail-y {
        display: block; }
    .custom-select-location .custom-select-location__options-list .ps__rail-y,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:hover,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:active,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:focus {
        background-color: transparent; }
    .custom-select-location__options-list--no-scroll .scroll-bar {
        display: none; }
    .custom-select-location__option {
        padding: 24px 0;
        border-bottom: 1px solid #dedede; }
    .custom-select-location__option:last-of-type:not(.custom-select-location__option--selected) {
        border-bottom: none; }
    .custom-select-location__option:hover {
        color: #f06292; }
    .custom-select-location__option:active {
        color: #202020; }
    .custom-select-location__option--selected {
        padding: 0;
        padding-bottom: 3px; }
    .custom-select-location__option--selected:hover {
        color: #202020;
        border-color: #b5b5b5; }
    .custom-select-location__option--selected:focus {
        color: #202020;
        border-color: #202020; }
    .custom-select-location__option--no-interactions, .custom-select-location__option--no-interactions:hover, .custom-select-location__option--no-interactions:active, .custom-select-location__option--no-interactions:focus {
        color: #202020;
        cursor: default; }
    .custom-select-location--opened:not(.custom-select-location--no-search) .custom-select-location__option--selected {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 25px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 0;
        padding-bottom: 2px;
        border-bottom: none; }
    .custom-select-location--no-search .custom-select-location__option--selected {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
}
/* End */
/* /local/templates/purpur/components/bitrix/sale.location.selector.search/delivery/style.css?175641951410650 */
