

/* Start:/parts/map/map.css?17072203335478*/
.map_area {
    fill: #A6A8AE;
    transition: .15s;
}
.map_area .map_star{
    fill: #DB1E34;
    transition: .15s;
}
.map_area:hover{
    fill: #C7CACF;
    cursor: pointer;
}
.map_area.active {
    fill: #DB1E34;
}
.map_area.active .map_star{
    fill: #FFFFFF;
}
.map_content{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.map_dealers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_dealers span{
    font-size: 16px;
    pointer-events: auto;
    margin-bottom: 2rem;
}
.map_dealers span:hover,.map_dealers span.active{
    color: #DB1E34;
    cursor: pointer;
}
.map_dealers span.active{
    cursor: default;
}
#map_dealer{
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
#map_dealer svg{
    width: 1920px;
    transform: none;
}
.map_cards_dealers{
    position: absolute;
    top: 52.5%;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.map_cards_dealers>.container{
    max-width: 1050px;
    padding: 0;
}
.map_card li{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
    max-width: 500px;
    background: rgba(165,168,174,.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 2rem;
    transition: .15s;
    transform: translateY(-50%);
}
.map_card li.active{
    display: block;
}
.map_card li img{
    border-radius: 8px;
}
.map_card li::before{
    opacity: .2;
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    top: 15%;
    background-image: url(/parts/map/img/amega.svg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 30% 95%;
    background-position: bottom right;
}
.dealer_title{
    font-weight: bold;
    font-size: 20px;
}
.dealer_name{
    font-size: 24px;
}
.dealer_phone{
    pointer-events: auto;
    font-size: 18px;
}
.legenda_box{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 75%;
    width: 100%;
    max-width: 1050px;
}
.map_slider{
    display: none;
}
@media (max-width: 1199px){
    .map_dealers span{
        font-size: 14px;
    }
    .map_cards_dealers>.container, .legenda_box{
        max-width: 940px;
    }
    .legenda_start{
        left: 10.56%;
    }
    .map_card li{
        max-width: 480px;
    }
    .dealer_title{
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .map_cards_dealers>.container, .legenda_box {
        max-width: 695px;
    }
    .legenda_box{
        top: 25%;
    }
    .map_cards_dealers{
        position: relative;
        top: auto;
        left: auto;
    }
    .map_dealers{
        display: none;
    }
    #map_dealer{
        flex-direction: column;
        overflow: visible;
    }
    .map_svg{
        overflow: hidden;
        width: 100%;
    }
    .map_slider{
        display: block;
        height: 60px;
        pointer-events: auto;
    }
    .map_slider::before,.map_slider::after{
        content: "";
        pointer-events: none;
        width: 40px;
        height: 100%;
        background: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
    }
    .map_slider::after{
        background: linear-gradient(to left,rgba(255,255,255,1), rgba(255,255,255,0));
        left: auto;
        right: 0;
    }
    .map_slider .swiper-slide{
        position: relative;
    }
    .map_slider .swiper-slide span{
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2.4vw;
        white-space: nowrap;
        transition: .2s;
    }
    .map_slider .swiper-slide.swiper-slide-prev span{
        opacity: 1;
        font-size: 2.4vw;
    }
    .map_slider .swiper-slide.swiper-slide-next span{
        opacity: 1;
        font-size: 2.4vw;
    }
    .map_slider .swiper-slide.swiper-slide-active span{
        opacity: 1;
        font-size: 4vw;
        font-weight: bold;
    }
    #map_dealer .swiper-nav svg{
        width: 12px;
        height: 20px;
    }
    #map_dealer svg{
        transform: translateX(-20%);
    }
    .map_card li {
        position: relative;
        left: auto;
        top: auto;
        color: #FFFFff;
        max-width: 100%;
        background-color: rgba(219, 31, 53, 1);
    }
    .map_card li a{
        color: #fff;
    }
}
@media (max-width: 767px){
    .map_cards_dealers>.container, .legenda_box {
        padding: 0 .8rem;
    }
}

@media (max-width: 575px){
    .dealer_title{
        font-size: 16px;
        max-width: 100%;
    }
    .dealer_name{
        font-size: 15px;
    }
    .dealer_phone{
        font-size: 14px;
    }
    .dealer_description{
        font-size: 12px;
    }
    .map_card img {
        max-width: 80px;
    }
    .map_card li{
        padding: 1.5rem;
        transform: translateY(-230px);
    }
    #map_dealer svg{
        transform: translateX(-23%);
        width: 1500px;
    }
}
/* End */
/* /parts/map/map.css?17072203335478 */
