

/* Start:/local/templates/html_dev/components/bitrix/catalog.section.list/page_branches/style.css?17748702635076*/
.where-buy__select--area{
    z-index: 1;
}
.where-buy__map {
    width: 100%;
    height: 720px;
    position: relative;
}
.where-buy__map--filials {
    margin-bottom: 30px;
}
.where-buy__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.where-buy__title--filials {
    margin-top: 0 !important;
}
.where-buy__container {
    max-width: 1520px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.where-buy__buttons {
    display: flex;
    flex-direction: column;
}
.where-buy__button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.where-buy__button:last-child {
    margin-bottom: 0;
}
.where-buy__image {
    width: 100%;
    height: 100%;
}
.where-buy__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.where-buy__select-block {
    position: relative;
    width: 460px;
    height: 60px;
    background-color: #c00d0d;
    border-bottom: 1px solid #fff;
}
.where-buy__select-block:last-child {
    background-color: #fff;
    height: unset;
}
.where-buy__select-block--active .where-buy__area {
    opacity: 1;
    z-index: 3;
    top: 100%;
    transition: 0.5s ease;
}
.where-buy__area {
    position: absolute;
    opacity: 0;
    z-index: -3;
    width: 100%;
    top: -200%;
    background: #fff;
    transition: 0.5s ease;
}
.where-buy__area li {
    padding: 14px 20px 14px 30px;
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #434343;
    transition: 0.5s ease;
    cursor: pointer;
}
.where-buy__area li:hover {
    transition: 0.5s ease;
    color: #c00d0d;
}
.where-buy__select-block:last-of-type {
    border: none;
}
.where-buy__select-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.where-buy__select-name {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 118.01%;
    color: #ffffff;
}
.where-buy__select-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.where-buy__shop-list {
    height: 455px;
    overflow-y: auto;
}

.where-buy__shop-list::-webkit-scrollbar {
    width: 10px;
}
.where-buy__shop-list::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 11px;
}

.where-buy__shop-list li {
    position: relative;
    padding: 0 30px;
    font-family: "Open Sans";
    font-style: normal;
    border-bottom: 1px solid #f5f6f7;
    cursor: pointer;
}
.where-buy__shop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.where-buy__shop-list li:hover h3 {
    color: rgba(192, 13, 13, 1);
}
.where-buy__shop-list li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 118.01%;
    color: #4a4a4a;
    margin-bottom: 17px;
}
.where-buy__shop-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.01%;
    color: #6a6a6a;
}
@media (max-width: 1400px) {
    .where-buy__container {
        max-width: 1144px;
    }
}
@media (max-width: 990px) {
    .where-buy__title--filials {
        margin-top: 161px !important;
    }
    .where-buy__shop-list li {
        padding: 21px 30px;
    }
    .where-buy__map {
        height: unset;
        margin-bottom: 40px;
    }
    .where-buy__buttons {
        display: none;
    }
    .where-buy__wrapper {
        position: static;
        height: unset;
    }
    .where-buy__image {
        height: 536px;
    }
    .where-buy__container {
        max-width: none;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .where-buy__select {
        width: 100%;
    }
    .where-buy__select-block {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .where-buy__title--filials {
        margin-top: 92px !important;
    }
    .where-buy__select-name {
        font-size: 16px;
        line-height: 118.01%;
    }
    .where-buy__shop-list li h3 {
        font-size: 16px;
        line-height: 118.01%;
        margin-bottom: 12px;
    }
    .where-buy__shop-list li p {
        font-size: 14px;
        line-height: 118.01%;
    }
}
.title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #434343;
    margin-bottom: 30px;
    margin-top: 60px;
}
.where-buy__select-block li::before, .where-buy__select-block li::after {
    display:none;
    visibility: hidden;
}
.g-wrap ul:not(.list-reset) > li::before {
     content: "" !important;
}
/* End */
/* /local/templates/html_dev/components/bitrix/catalog.section.list/page_branches/style.css?17748702635076 */
