

/* Start:/local/templates/luzar/components/bitrix/news.list/where-buy/style.css?17411695317192*/
.text-not-found {
    display: none;
    font-weight: 500;
    color: #204a8f;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

.map__container .js-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map__container {
    position: relative;
}

.map__offices-filters-checkbox-input {
    display: none;
}

.form-search-points__links label span {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2e2a25;
    cursor: pointer;
}

span.event-map-view {
    font-weight: 500;
    color: #204a8f;
    cursor: pointer;
}


.map__offices-filters-checkbox-input:checked ~ .map__offices-filters-checkbox-text {
    font-weight: 500;
    color: #204a8f;
}


.js-yandex-map .ymaps-2-1-77-ground-pane {
    filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -o-filter: grayscale(1) !important;
}

.Clusterer_list {
    list-style: none;
    padding: 0px;
}

.Clusterer_list li {
    margin: 7px;
}

a.Clusterer_list_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #272C2E;
    padding: 5px 0px;
}

.map__offices-filters-row {
    grid-template-columns: minmax(0, 48rem) minmax(0, 1fr) minmax(0, 48rem) !important;
}

.map-form-find .panel__form {
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 10px;
}

.map-form-find {
    display: flex;
    align-items: flex-end;
}

.map__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
}

h1.map_title__heading {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 2.6rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}


.l-points__filter .select-underline__option--value {
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    padding-right: 3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: white;
    padding: 0.75em 2.1em 0.75em 1em;
}

.l-points__filter input#find-map {
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    padding-right: 3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: white;
    padding: 0.75em 2em 0.75em 1em;
    border: 1px solid #204a8f;
}

.form-search-and-btn {
    display: grid;
    grid-template-columns: 2.9fr 1fr;
    align-items: center;
    gap: 3rem;
}


.form-search-and-btn .form-search-points {
    gap: 2.8rem;
}

.map-btn-forms {
    display: flex;
    align-items: center;
    gap: 2.8rem;
    justify-content: flex-end;
}


.map-btn-forms .btn.btn-arrow {
    font-size: 1.5rem;
    background: #e8e9e9;
    font-weight: 400;
    height: 46px;
}

.l-points__filter .select-underline__option--value:after {
    right: 1em;
}

.l-points__filter .input-search-underline .icon {
    right: 1em;
}
.form-search-and-btn .form-search-points__select {
    width: 25%;
}
.form-search-and-btn .form-search-points__input {
    width: 30%;
}
.form-search-and-btn .form-search-points__select.points__select-city {
    width: 35%;
}


.where-buy-stat.page__center {
    display: flex;
    justify-content: space-between;
}

.where-buy-info {
    max-width: 358px;
    width: 50%;
    height: min-content;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 12px 10px 30px;
    border: 2px solid #3d466a;
}

.where-buy-info-text.set-icon.set-icon--map {
    position: relative;
    padding-left: 30px;
}

.where-buy-info-text.set-icon--map:before {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;

    width: 33px;
    height: 28px;
    top: 0px;
    bottom: unset;
    left: -15px;
    background: url('/local/templates/luzar/img/icon-map.svg') no-repeat center;
}

.where-buy-info p {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.35;
    color: #1a1919;
}
.where-buy-info .btn-link {
    padding-top: 15px;
    text-transform: uppercase;
    color: #204a8f;
    font-weight: 600;
}



@media (max-width: 1099.98px) {
    .where-buy-stat.page__center {
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
    }
    .where-buy-info {
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }


    .form-search-and-btn {
        display: flex;
        flex-direction: column;
    }

    .form-search-points > div {
        width: 100%;
    }

    .form-search-and-btn .form-search-points {
        gap: 1.8rem;
    }
    .form-search-and-btn .form-search-points__select {
        width: 100%;
    }
    .form-search-and-btn .form-search-points__input {
        width: 100%;
    }
}


.map-points-all-address{
    cursor: pointer;
    font-weight: bold;
}
.modal-where-buy{
    display: none;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-header .modal-title{
    display: flex;
    gap: 10px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}
.modal-header .close{
    border: none;
    cursor: pointer;
}
.modal-content{
    background: white;
    padding: 24px;
    color: black;
    width: 480px;
    border-radius: 10px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.modal-content .modal-body{
    color: #1A1919;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: auto;
}

.modal-content .modal-body .modal_body_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.modal-content .modal-body::-webkit-scrollbar {
    width: 7px;
}

.modal-content .modal-body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.modal-company-address-list .modal-company-row{
    display: flex;
    justify-content: space-between;
}
.modal-company-address,.modal-company-address-title{
    width: 232px;
}
.modal-company-phone,.modal-company-phone-title{
    width: 150px;
}
.modal-company-address-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-dialog{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.modal-fade{
    position: relative;
    height: 100%;
    width: 100%;

    background: #0b0b0b;
    opacity: 0.8;
}
/* End */
/* /local/templates/luzar/components/bitrix/news.list/where-buy/style.css?17411695317192 */
