

/* Start:/local/templates/main/components/bitrix/news.list/slider/style.css?17062601382026*/
body .slider-aaa .owl-dots .owl-dot.active span,
body .slider-aaa .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

body .slider-aaa .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
}

body .slider-aaa .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #c61723;
}

body .slider-aaa .owl-nav button.owl-prev,
body .slider-aaa .owl-nav button.owl-next {
    color: #79797b;
    margin: 0;
    pointer-events: auto;
}

body .slider-aaa .owl-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .slider-aaa .owl-nav {
    width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
}

@media(max-width:768px) {
    body  .slider-aaa.owl-carousel .owl-dots .owl-dot.active span {
        background: #99A3AA;
        width: 8px;
        height: 8px;
    }

    body .slider-aaa.owl-carousel {
        padding-bottom: 30px;
    }

    body .slider-aaa.owl-carousel .owl-dots .owl-dot span {
        background: #DEDEDE;
        height: 6px;
        width: 6px;
        opacity: 1;
        margin: 0px 5px;
    }

    body .slider-aaa.owl-carousel .owl-dots {
        bottom: 0px;
    }

    body .slider-aaa.owl-carousel .owl-item {
        height: 240px !important;
    }

    body .slider-aaa.owl-carousel .owl-dots .owl-dot span {
        background: #DEDEDE;
        height: 6px;
        width: 6px;
        opacity: 1;
        margin: 0px 5px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_map_v3/style.css?17452129789448*/
.section-main-map {
    color: #343232;
}

.section-main-map .section-header {
    text-align: center;
    color: #343232;
    font-size: 36px;
}

.section-main-map div.cities-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.cities-list{
    gap: 6px;
}
.section-main-map .cities-list-item {
    cursor: pointer;
    background: #F5F5F5;
    padding: 12px 16px;

    color: #343232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-main-map .cities-list-item.active {
    background: #E3E3E3;
}

.section-main-map .map-checkbox {
    display: flex;
    position: absolute;
    z-index: 10;
    top: 24px;
    left: 50%;
    margin-left: -630px;
}

.section-main-map .map-container {
    position: relative;
}

.map-checkbox .map-brand {
    height: 48px;
    border-radius: 12px;
    flex: 0 0 101px;
    background: #fff no-repeat center;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}

.map-checkbox .mobil-icon {
    background-image: url('/local/templates/main/components/bitrix/news.list/main_map_v3/images/mobil2_check.png')
}

.map-checkbox .taif-icon {
    flex: 0 0 76px;
    background-image: url('/local/templates/main/components/bitrix/news.list/main_map_v3/images/taif2_check.png')
}

.map-checkbox .mobil-icon.active {
    background-image: url('/local/templates/main/components/bitrix/news.list/main_map_v3/images/mobil_check.png')
}

.map-checkbox .taif-icon.active {
    background-image: url('/local/templates/main/components/bitrix/news.list/main_map_v3/images/taif_check.png')
}

.info-window {
    & > div {
        & > .info-window__description {
            & > .icon-adress-map {
                font: 14px/normal 'EMprint Regular';
                color: #343232;
                padding-left: 24px;
                position: relative;
                display: flex;

                &:before {
                    content: url("/images/geo-icon.svg");
                    position: absolute;
                    width: 100%;
                    height: 12px;
                    left: 0;
                    top: 0;
                }
            }

            & > .icon-phone-map {
                font: 14px/normal 'EMprint Regular';
                color: #343232;
                padding-left: 24px;
                position: relative;
                display: flex;

                &:before {
                    content: url("/images/phone-icon.svg");
                    position: absolute;
                    width: 100%;
                    height: 12px;
                    left: 0;
                    top: 0;
                }
            }
        }
    }
}

.info-window {
    width: 100%;
}

.icon-email-map {
    font: 14px/normal 'EMprint Regular';
    color: #343232;
    padding-left: 24px;
    position: relative;
    display: flex;
}

.icon-email-map::before {
    content: url("/images/email-icon.svg");
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    top: 0;
}

.info-window__description {
    margin-bottom: 20px;
}

.info-window__subtitle {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5B5B5B;
}

.info-widow__inner .info-window__title {
    padding: 0;
    margin-bottom: 20px;
}

.info-window__description > *:not(:last-child) {
    margin-bottom: 20px;
}

/*list styles*/
.map-wrapper__chose-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.map-wrapper__chose {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% / 2);
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 12px 16px;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    &:hover {
        background: #f3f0f0;
    }
}

.map-wrapper__list-wrapper {

}

.map-wrapper__list {
    height: 701px;
    overflow: auto;
    /*margin-top: 8px;*/
}

.map-wrapper__list .map-wrapper__list-item__title {
    color: #343232;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    transition: 0.3s;
}

.map-wrapper__list .map-wrapper__list-item__address {
    color: #343232;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.map-wrapper__list .map-wrapper__list-item__time {
    color: #343232;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.map-wrapper__list-item {
    padding: 20px;
    position: relative;
    /*border-bottom:1px solid #EFEFEF;*/
}

.map-wrapper__list-item::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #EFEFEF;
}

.max-wrapper__selectors {
    max-width: 339px;
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 300px;
    width: 100%;
}

.map-wrapper__list-item {
    background: white;
    cursor: pointer;

    &:hover .map-wrapper__list-item__title {

        color: #C61723;

    }
}

.map-wrapper__list-item__active .map-wrapper__list-item__title {
    color: #C61723;
}

.map-wrapper__chose path, .map-wrapper__chose {
    transition: 0.3s;
}

.map-wrapper__chose.chose-active {
    color: #C61723;
}

.map-wrapper__chose.chose-active path {
    fill: #C61723;
}


.map-wrapper__list::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.map-wrapper__list::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #FFFFFF;
}

.map-wrapper__list::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}

.map-wrapper__list::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;
}

.map-wrapper__list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #E6E6E6;
}

.map-wrapper__list::-webkit-scrollbar-thumb:hover {
    background-color: #E6E6E6;
}

.map-wrapper__list::-webkit-scrollbar-thumb:active {
    background-color: #E6E6E6;
}

.map-wrapper__list-wrapper {
    padding: 16px 8px 0 0;
    background: white;
    /*margin-top: 8px;*/
    border-radius: 12px;
}

.map-wrapper__list-item:first-of-type {
    padding-top: 4px;
}

.map-checkbox div.petrolofisi-icon.active {
    flex: 0 0 136px;
    background-image: url('/local/templates/main/images/petrol-ofisi.svg');
}

.map-checkbox div.petrolofisi-icon {
    transition: 0.2s;
    flex: 0 0 136px;
    background-image: url('/local/templates/main/images/petrol-ofisi-check.svg');
}

.section-main-map div.map-checkbox {
    right: 30%;
    left: unset;
    margin-left: unset;
}

.label-search-address {
    width: 100%;
}

.search-address {
    width: 100%;
    border-radius: 12px;
    border: unset;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    margin-top: 8px;
    padding: 8px 16px;

}

@media (max-width: 991px) {
    .max-wrapper__selectors {
        position: unset;
    }

    .map-wrapper__list-wrapper {
        display: none;
    }

    .form-search-address {
        display: none;
    }

    .section-main-map div.map-checkbox {
        position: unset;
    }

    #mobile-filter {
        position: fixed;
        left: 0;
        top: 25%;
        width: 100%;
        height: 70%;
        z-index: 111111111111111111;
        overflow: hidden;
        display: none;
    }

    #mobile-filter.mobile-filter-open {
        display: block;
        padding: 15px;
        background: white;
    }

    .overlay-popup::before {
        content: '';
        height: 100vh;
        width: 100vw;
        position: fixed;
        background: rgb(0 0 0 / 63%);
        z-index: 1111111111111;
    }
    .noscroll{
        overflow: hidden;
    }
    .section-main-map .map-checkbox{
        justify-content: center;
    }

    .max-wrapper__selectors{
        margin: 0 auto 12px auto;
    }

    .mobile-filter__header-title{
        color: #343232;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin: 0;
    }

    .mobile-filter__header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .close-mobile-filter{
        cursor: pointer;
    }

}
.page-title{
    display:none;
}
div.map-title h1{
    font-family: "EMprint", sans-serif;
    color: #343232;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
div.map-title{
    margin-bottom: 40px;
}

/*управление картой*/
.controls-map__custom{
    display:flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;

    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}

#zoom-in{
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#zoom-out{
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* End */
/* /local/templates/main/components/bitrix/news.list/slider/style.css?17062601382026 */
/* /local/templates/main/components/bitrix/news.list/main_map_v3/style.css?17452129789448 */
