.full-screen-map-template .address-map {
    padding: 0 !important;
    margin-right: 30px;
    min-height: 450px !important;
    position: relative;
    visibility: hidden;
}
.full-screen-map-template [data-loader] {
    position: relative;
    background: #fff;
    border: 10px solid white;
    animation: background 4s infinite alternate;
}
.full-screen-map-template [data-loader] svg {
    position: relative;
    top: 25%;
    margin: auto;
    background: transparent;
    display: block;
    shape-rendering: auto;
}

@keyframes background {
    50% {
        background: rgba(0,0,0,0.2) ;
    }
    90% {
        background:rgba(0,0,0,0.1)
    }
}

.full-screen-map-template .address-map.loaded {
    visibility: visible;
}
.modal_map .full-screen-map-template .address-map {
    margin-right: 0;
}
.full-screen-map-template .filter-btns {
    position: absolute;
    z-index: 1;
    top: 32px;
    display: flex;
    margin: 0 60px;
}

.full-screen-map-template .address-tooltip {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(200px);box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    align-items: center;
}

.full-screen-map-template .city-tooltip {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 32px;
    height: 34px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background-color: #EC8022;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.full-screen-map-template .map-marker {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 32px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    transition: ease all .24s;
}

.full-screen-map-template .filter-btn {
    height: 50px;
    padding: 0 19px;
    background-color: #fff;
    color: #302F2F;
    transition: ease all .24s;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
}

.full-screen-map-template .filter-btn:hover {
    cursor: pointer;
    background-color: #9d4c05 !important;
    color: #fff;

}
.full-screen-map-template .is-active {
    background-color: #EC8022;
    color: #fff;
}

.full-screen-map-template .address-info {
    margin: 0 0 10px !important;
    padding: 20px !important;
}

.full-screen-map-template .address-info h2 {
    text-align: left !important;
    margin: 40px 0;
    font-size: 20px;
}

.full-screen-map-template .blanks {
    padding: 0 !important;
}
.full-screen-map-template .address-list {
    font-weight: 500;
}

.full-screen-map-template .mainStore > .row,
.full-screen-map-template .branches > .row {
    margin: 0;
}

.full-screen-map-template .mainStore .address-list {
    background: #F8F8F8;
    padding: 40px 60px!important;
}
.full-screen-map-template .mainStore .address-list .row{
    margin-bottom: 16px;
}
.full-screen-map-template .mainStore .address-list .storeList-mainStore__phone {
    font-size: 20px;
    line-height: 19px;
    color: #FD7822;
}
.full-screen-map-template .mainStore .address-list .storeList-mainStore__email {
    color: #4A4A4A;
}

.full-screen-map-template .mainStore .schedule {
    color: #989EA6;
}

.full-screen-map-template .branches .address-item {
    padding: 40px 60px;
}
.full-screen-map-template .branches .address-item .storeList-mainStore__notice {
    color: rgba(74, 74, 74, 0.7);
}
.full-screen-map-template .branches .storeitem {
    border: 1px solid #DBDBDB;
    max-width: 400px;
}
.full-screen-map-template .branches .storeitem:hover {
    cursor:pointer;
    box-shadow: 0 2px 5px grey;
    color:#EC8022;
}
.full-screen-map-template .branches .address-list {
    gap: 3rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.full-screen-map-template .branches .address-list.row:before {
    display: none;
}
.full-screen-map-template .branches .address-list.row:after {
    display: none;
}
.full-screen-map-template .address-info__wrap {
    margin: 0 auto;
}
.full-screen-map-template .address-list.mobile select.mark_point{
    line-height: 14px;
}

@media screen and (max-width: 1350px) {

    .section--shops.full-screen-map-template {padding: 40px 40px;}

    .full-screen-map-template .branches .storeitem {
        max-width: 350px;
    }

}
@media screen and (max-width: 1200px) {
    .full-screen-map-template .branches .storeitem {
        max-width: 300px;
    }
}
@media screen and (min-width: 1051px) {
    .full-screen-map-template .branches .mobile {
        display: none;
    }
}
@media screen and (max-width: 1050px) {
    .full-screen-map-template .branches .descktop {
        display: none;
    }
    .full-screen-map-template .branches .mobile {
        display: block;
    }
    .full-screen-map-template .branches .select-point {
        display:inline-block;
        position: relative;
        width: 100%;
        height: 55px;
        border: none;
        appearance: none;
    }
    .full-screen-map-template .branches .select-point::after {
        position:absolute;
        background: #FD7822;
        right: 25px;
        content:'\203A';
        transform: rotate(90deg);
        font-size: 40px;
        font-weight: 100;
        color: white;
        pointer-events: none;
        width: 14px;
        height: 55px;
    }

    .full-screen-map-template .branches .select-point select {
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        padding: 20px;
        background: #FD7822;
        font:inherit;
        border:none;
        color: white;
        width:100%;
        height:100%;
    }
}

@media screen and (max-width: 800px) {
    .full-screen-map-template .address-info h2 {
        margin: 30px 0;
    }
    .section--shops.full-screen-map-template {padding: 0 40px;}

    .full-screen-map-template .filter-btns {
        flex-direction: column;
        height: fit-content;
        gap: 1rem;
        margin: 0 20px;
    }
    .full-screen-map-template .filter-btn {
        width: fit-content;
        justify-content: space-between;
    }

}
.modal_map{
    opacity: 0;
    visibility: hidden;
    min-height: 500px;
    padding: 10%;
}
.close {
    display: none;
}
.modal_map .close{
    display: block;
    color: #242424;
    width: 30px;
    height: 30px;
    background: #FFF;
    position: absolute;
    top:-35px;
    font-weight: 500;
    right: 	-35px;
    font-size: 	18px;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #292929
}
.modal_map .close:hover {
    color: white;
    background: grey;
}
.modal_map .close:focus, .modal_map .close:active{
    outline: none;
}
.modal_map.show{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}
.modal_map.show .map_wrap{
    width: 95%;
    background: white;
    max-width: 1300px;
    margin: 0 auto;
    padding: 2%;
    position: relative;
}
.modal_map .wrap--main {
    margin-top: 0;
}
.full-screen-map-template .wrap--main.list_right {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.open_modal_map {
    background: linear-gradient(0deg, #DD0000, #DD0000), linear-gradient(180deg, #F2F2F2 0%, #E8E8E8 100%);
    border: none;
    padding: 18px 30px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

@media (max-width: 1245px) {
    .modal_map .wrap--main {
        flex-direction: column;
    }
    .modal_map.show .map_wrap {
        max-width: 640px;
    }
    .modal_map .wrap--main .address-info {
        width: 100% !important;
    }
}