

/* Start:/local/templates/post/components/bitrix/news.list/sales.centers/style.css?17725253789965*/
.sales-centers-template {
    display: block;
    margin-bottom: 100px;
    font-size: 0;
    line-height: 0;
}

.sales-centers-template-views {
    display: flex;
    border: 1px solid #E7EEF2;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    overflow: hidden;
}

.sales-centers-template-view {
    width: 50%;
    padding: 33px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    transition: .4s all;
}

.sales-centers-template-view:hover,
.sales-centers-template-view[data-active="true"] {
    background-color: #E7EEF2;
}

.sales-centers-template-filter-sections {
    position: relative;
}

.sales-centers-template-filter-sections-close {
    position: absolute;
    display: flex;
    top: 15px;
    right: 12px;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 2;
}

.sales-centers-template-filter-sections[data-state="closed"] .sales-centers-template-filter-sections-close {
    transform: none;
    pointer-events: none;
}

.sales-centers-template-filter-sections-value {
    position: relative;
    width: 100%;
    padding: 12px 16px 12px 36px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #7E7A7A;
    background-color: #fff;
    background-image: url("/local/templates/post/components/bitrix/news.list/sales.centers/images/section_icon.svg");
    background-size: auto;
    background-position-x: 16px;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid #DFE6EA;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2;
}

.sales-centers-template-filter-sections[data-state="opened"] .sales-centers-template-filter-sections-value {
    border-color: #067592;
}

.sales-centers-template-filter-sections-value::placeholder {
    color: #7E7A7A;
}

.sales-centers-template-filter-sections-container[data-state="opened"] .sales-centers-template-filter-sections-value {
    border-radius: 5px 5px 0 0;
}

.sales-centers-template-filter-sections-value[data-selected="true"],
.sales-centers-template-filter-sections-value[data-selected="true"]::placeholder {
    font-size: 15px;
    color: #1C1B1B;
}

.sales-centers-template-filter-sections-items {
    position: relative;
    top: -20px;
    width: 100%;
    max-height: 333px;
    padding: 45px 19px 8px 26px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    opacity: 1;
    overflow: auto;
    z-index: 1;
}

.sales-centers-template-filter-sections-container[data-state="opened"] .sales-centers-template-filter-sections-items {
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.15));
}

.sales-centers-template-filter-sections-item {
    position: relative;
    display: block;
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    transition: .4s all;
}

.sales-centers-template-filter-sections-item[data-selected="true"] {
    color: #287793;
}

.sales-centers-template-filter-sections-item[data-state="hidden"] {
    display: none;
}

.sales-centers-template-result {
    display: flex;
    margin-top: 21px;
}

.sales-centers-template-sidebar {
    width: 320px;
    max-height: 772px;
    padding: 29px 15px 0 15px;
    background-color: #F6F8FA;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    overflow: auto;
}

.sales-centers-template-items {

}

.sales-centers-template-item-back {
    display: inline-flex;
    align-items: baseline;
    justify-content: start;
    margin: 18px 10px 0 16px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.sales-centers-template-item-back[data-role="map.item.back"] {
    margin: 0 0 15px 15px;
}

.sales-centers-template-item-back[data-state="hidden"] {
    display: none;
}

.sales-centers-template-item-back-icon {
    margin-right: 8px;
}

.sales-centers-template-item-back-icon svg path {
    transition: .4s all;
}

.sales-centers-template-item-back-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    transition: .4s all;
}

.sales-centers-template-item-back:hover .sales-centers-template-item-back-text {
    color: #287793;
}

.sales-centers-template-item-back:hover .sales-centers-template-item-back-icon svg path {
    fill: #287793;
}

.sales-centers-template-item {
    padding: 25px 15px;
    border-bottom: 1px solid #E4EAF0;
}

.sales-centers-template-item[data-state="hidden"] {
    display: none;
}

.sales-centers-template-item[data-state="selected"] {
    border-bottom: 0;
}

.sales-centers-template-item[data-state="selected"] [data-role="item.detail"] {
    display: none;
}

.sales-centers-template-item-name {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #333;
}

.sales-centers-template-item-images {
    margin-bottom: 15px;
    font-size: 0;
}
.sales-centers-template-item-images img {
    width: 100%;
}

.sales-centers-template-item-address {
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #333;
}

.sales-centers-template-item-schedules {
    margin-top: 20px;
}

.sales-centers-template-item-schedule {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 12px;
    font-size: 0;
    line-height: 0;
}

.sales-centers-template-item-schedule-icon {
    margin-right: 10px;
}

.sales-centers-template-item-schedule-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #262626;
}

.sales-centers-template-item-phone {
    display: inline-block;
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262626;
    text-decoration: none;
}

.sales-centers-template-item-email {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #262626;
    text-decoration: none;
}

.sales-centers-template-item-map {
    width: calc(100% + 40px);
    margin: 17px 0 0 -20px;
    aspect-ratio: 1 / .97;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
}

.sales-centers-template-item-map[data-state="hidden"] {
    display: none;
}

.sales-centers-template-map-item-info {
    margin: 0 5px 29px 5px;
}

.sales-centers-template-map-item-info[data-state="hidden"] {
    display: none;
}

.sales-centers-template-map-item-info-container .sales-centers-template-item {
    padding: 25px 15px 0 15px;
    border-bottom: none;
}

.sales-centers-template-map-item-info-container .sales-centers-template-item .sales-centers-template-item-show-on-map {
    display: none;
}

.sales-centers-template-item-map-container {
    width: 100%;
    height: 100%;
}
.sales-centers-template-item .sales-centers-template-item__link {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    margin-top: 15px;
}
.sales-centers-template-item:not([data-state="selected"]) .sales-centers-template-item__link {
    display: none;
}
.sales-centers-template-item-show-on-map {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4E4E4E;
    cursor: pointer;
    transition: .4s all;
}

.sales-centers-template-item-show-on-map:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #4E4E4E;
    transition: .4s all;
}

.sales-centers-template-item-show-on-map:hover {
    color: #287793;
}

.sales-centers-template-item-show-on-map:hover:after {
    background-color: #287793;
}

.sales-centers-template-map {
    width: calc(100% - 320px);
    aspect-ratio: 1 / .84;
}

.sales-centers-template-map-wrapper {
    width: 100%;
    height: 100%;
}

.sales-centers-template-map-container {
    width: 100%;
    height: 100%;
}

[data-part="view.content"][data-state="hidden"] {
    display: none;
}

@media (min-width: 769px) {
    .sales-centers-template-views,
    .sales-centers-template-item-map,
    .sales-centers-template-map-item-info {
        display: none;
    }

    .sales-centers-template-item:last-child {
        border: none;
    }
}

@media (max-width: 768px) {
    .sales-centers-template-filter-sections {
        width: 100%;
        min-width: unset;
        margin-bottom: 25px;
    }

    .sales-centers-template-result {
        position: relative;
        flex-wrap: wrap;
        margin-top: 0;
        padding: 38px 15px 55px 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .sales-centers-template-sidebar {
        width: 100%;
        max-height: unset;
        padding: 0;
        background-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        touch-action: auto!important;
        overflow: visible;
    }

    .sales-centers-template-item {
        border-top: 1px solid #E4EAF0;
        border-bottom: none;
    }

    .sales-centers-template-item:last-child {

    }

    .sales-centers-template-item-address {
        font-size: 14px;
        line-height: 17px;
    }

    .sales-centers-template-item-phone {
        font-size: 16px;
        line-height: 20px;
    }

    .sales-centers-template-item-email {
        font-size: 15px;
    }

    .sales-centers-template-item-show-on-map {
        font-size: 15px;
    }

    .sales-centers-template-map {
        width: calc(100% + 10px);
        aspect-ratio: unset;
        margin: 0 -5px;
    }

    .sales-centers-template-map-wrapper {
        height: 700px;
        border: 1px solid #DFDFDF;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media (max-width: 550px) {
    .sales-centers-template-map-wrapper {
        height: 450px;
    }
}
/* End */
/* /local/templates/post/components/bitrix/news.list/sales.centers/style.css?17725253789965 */
