.map-text {
    position: relative;
    z-index: 1;
}

.list {
    display: none;
}

.map-text__headlines {
    padding: 0 1px 30px;
}

.map-text__list h4 {
    text-align: center;
    font-size: 24px;
    color: #090809;
    font-family: "Work Sans", sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 500;
    text-transform: none;
}

.map-text__list ul {
    margin: 0 auto;
    padding: 0;
    width: 172px;
}

.map-text__list ul li {
    margin-bottom: 10px;
    padding-left: 42px;
    line-height: 32px;
}

.map-text__list ul li a {
    color: #090809;
    border: none;
    background: transparent;
    font-weight: 300;
}

.map-text__list ul li::before {
    content: '\e923';
    font-family: 'marvins-garage-door';
    background: #F5F5F5;
    width: 32px;
    height: 32px;
    color: #D22121;
    font-size: 18px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.loadMore {
    position: relative;
    padding-top: 10px;
    z-index: 1;
}

.loadMore::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    top: -88px;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.map-text__list__bottom {
    margin-top: 45px;
}

.map-text__map {
    position: relative;
    max-width: 331px;
    margin: 62px auto 0;
}

.map {
    margin: 0 -22px;
}

.car {
    margin: -65px -32px 0;
}

.map-info {
    position: absolute;
    background: #F5F5F5;
    border-radius: 12px;
    width: 312px;
    left: 0;
    top: -136px;
    z-index: 1;
    padding: 15px 17px 15px 20px;
    display: none;
}

.active .map-info {
    display: block;
}

.map-info::after {
    content: '';
    position: absolute;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 23px;
    height: 10px;
    background: #F5F5F5;
    bottom: -8px;
    left: 87px;
}

.map-info__title {
    display: flex;
    gap: 10px;
    font-weight: 500;
}

.map-info__title i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #003499;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-info__title i.icon-garage-products-icon:before {
    content: "\e903";
}

.map-info__details {
    padding: 0 0 0 42px;
}

.map-info__details p {
    line-height: 1em;
    margin: 0 0 5px 0;
}

.map-call {
    color: #090809;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.viewmore--wrapper {
    display: block;
}

.map-info__details .viewmore--wrapper .btn::after  {
    top: 53%;
}

.map-call i {
    color: #D22121;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 6px 2px 0;
}

.map-text__list__bottom {
    text-align: center;
}

.map-pointer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.map-pointer i.icon-location-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    color: #003499;
    cursor: pointer;
}

.map-pointer-1 i.icon-location-icon {
    left: 84px;
    top: 20px;
}

.map-pointer-2 i.icon-location-icon {
    left: 121px;
    top: 45px;
}

.map-pointer-3 i.icon-location-icon {
    left: 136px;
    top: 2px;
}

.map-pointer-4 i.icon-location-icon {
    left: 168px;
    top: 29px;
}

.map-pointer-2 .map-info {
    top: -110px;
}

.map-pointer-2 .map-info::after {
    left: 124px;
}

.map-pointer-3 .map-info {
    top: -152px;
}

.map-pointer-3 .map-info::after {
    left: 138px;
}

.map-pointer-4 .map-info {
    top: -126px;
}

.map-pointer-4 .map-info::after {
    left: 170px;
}

.map-pointer.active i.icon-location-icon {
    color: #D22121;
}

.map-info__details .btn {
    font-size: 12px;
    padding: 0 32px 0 0;
}

.map-info__details .btn::after {
    right: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
}

.js-map-close {
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 14px;
    font-weight: bold;
    background: #D22121;
    border-radius: 99px;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.loadMore .btn-secondary:after {
    transform: rotate(90deg);
    top: 12px;
}

@media (min-width: 768px) {
    .list {
        display: block;
    }
    
    .map-text__headlines {
        padding: 0 0 40px;
    }

    .map-text__list {
        width: 508px;
        margin: 0 auto 115px;
    }
    
    .map-text__list h4 {
        margin: 0 0 20px 0;
    }
    
    .map-text__list ul {
        width: 444px;
        column-count: 2;
        column-gap: 100px;
    }
    
    .map-text__list ul li {
        margin-bottom: 10px;
        padding-left: 42px;
        line-height: 32px;
    }
    
    .map-text__list ul li::before {
        content: '\e923';
        font-family: 'marvins-garage-door';
        background: #F5F5F5;
        width: 32px;
        height: 32px;
        color: #D22121;
        font-size: 18px;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
    }

    
    .map-text__list__bottom {
        margin-top: 20px;
    }
    
    .map-text__map {
        margin-top: 50px;
        max-width: 664px;
    }
    
    .map {
        margin: 0;
    }
    
    .car {
        margin: -147px 0 0;
    }
    
    .map-info {
        left: 106px;
        top: -150px;
    }
    
    .map-info::after {
        content: '';
        position: absolute;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        width: 23px;
        height: 10px;
        background: #F5F5F5;
        bottom: -8px;
        left: 107px;
    }  

    .map-pointer i.icon-location-icon {
        font-size: 37px;
    }

    .map-pointer-1 i.icon-location-icon {
        left: 206px;
        top: 40px;
    }

    .map-pointer-2 i.icon-location-icon {
        left: 253px;
        top: 89px;
    }

    .map-pointer-2 .map-info {
        top: -95px;
        left: 136px;
    }

    .map-pointer-3 i.icon-location-icon {
        left: 277px;
        top: 22px;
    }

    .map-pointer-3 .map-info {
        top: -131px;
        left: 146px;
    }

    .map-pointer-4 i.icon-location-icon {
        left: 313px;
        top: 56px;
    }

    .map-pointer-4 .map-info {
        top: -132px;
        left: 150px;
    }
}


@media (min-width: 1200px) {
    .map-text__headlines {
        padding: 0 0 80px;
    }

    .map-text__list ul li a:hover {
        color: #D22121;
        border: none;
        background: transparent;
        font-weight: 300;
    }

    .map-text__flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .map-text__list {
        width: calc(100% - 724px);
        margin: 0;
        margin-bottom: 122px;
    }

    .map-text__list h4 {
        text-align: left;
    }
    
    .map-text__list h4 {
        margin: 0 0 20px 0;
    }
    
    .map-text__list ul {
        margin: 0;
    }
   
    
    .map-text__list__bottom {
        text-align: left;
    }
    
    .map-text__map {
        margin-top: 80px;
        width: 724px;
        max-width: 724px;
    }    

    .map-pointer i.icon-location-icon {
        font-size: 25px;
    } 

    .map-info {
        left: 113px;
        top: -146px;
    }

    .map-pointer-1 i.icon-location-icon {
        left: 219px;
        top: 41px;
    }

    .map-pointer-2 i.icon-location-icon {
        left: 266px;
        top: 94px;
    }

    .map-pointer-2 .map-info {
        left: 143px;
    }

    .map-pointer-3 i.icon-location-icon {
        left: 290px;
        top: 32px;
    }

    .map-pointer-3 .map-info {
        top: -155px;
        left: 153px;
    }

    .map-pointer-4 i.icon-location-icon {
        left: 325px;
        top: 50px;
    }

    .map-pointer-4 .map-info {
        top: -137px;
        left: 155px;
    }
    
    .map-pointer i.icon-location-icon:hover {
        color: #D22121;
    }

    .car {
        margin: -164px 0 0;
    }
}


.map-text--inner {
    margin-top: 42px;
    position: relative;
    z-index: 1;
}

.map-curve {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -20px;
    left: 0;
    z-index: -1;
}

@media (min-width: 1200px) {
    .map-text--inner .car {
        margin: 34px 0 0;
    }
    
}