.fillials .container {
    z-index: 3;
}
@media (min-width: 1070px) {
    .fillials__wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.region-group:hover path:not(:first-child) {
    fill: #fff;
}
.region-group:hover path:first-child {
    fill: #E7232C;
}
.region-group.active path:first-child {
    fill: #E7232C;
}
.region-group.active path:not(:first-child) {
    fill: #fff;
}
.region-group[data-region="almaty"].active path:nth-of-type(2) {
    fill: #E7232C !important;
}
.region-group[data-region="almaty"]:hover path:nth-of-type(2) {
    fill: #E7232C !important;
}
.region-group {
    cursor: pointer;
}
.map__modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    z-index: 1000;
    max-width: 600px;
    width: 100%;
    max-height: 20rem;
    /* overflow: scroll; */
    overflow: hidden;
}
.map__modal.active {
    display: block;
}
.map__modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    opacity: .2;
    width: 25px;
    z-index: 9;
}
.map__modal-content {
   font-family: Gilroy;
}
.map__modal-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    border-radius: 12px;
    height: auto;
}
.map__modal-image {
    -webkit-box-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding-top: 40%;
    height: 100%;
    position: relative;
}
.map__modal-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.map__modal-info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    /* padding: 20px 30px 20px 20px; */
    padding: 10px;
    /* justify-content: space-between; */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* margin-bottom: 2rem; */
    margin-bottom: 3rem;
}
.map__modal-title {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    /* margin-bottom: 10px; */
    padding-right: 30px;
    margin-bottom: 5px;
}
.map__modal-text {
    color: #000000;
    font-size: 15px;
    margin: 0;
}
.map__modal-btn {
    background-color: transparent;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 14px;
    height: 43px;
    border-radius: 32px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.map__modal-btn svg {
    width: auto;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.overlay.active {
    display: block;
}
.map__arrow {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 1rem;
    position: relative;
    /* top: -1vw; */
    top: -1.3vw;
}
.map__arrow .swiper-button-prev,
.map__arrow .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    width: 2vw;*/
    width: 43px;
    height: 43px;
    border-radius: 10px;
    border: 1px solid #000;
    color: #15192F;
    -webkit-transition: 0.3s color, 0.3s background, 0.3s border-color;
    -o-transition: 0.3s color, 0.3s background, 0.3s border-color;
    transition: 0.3s color, 0.3s background, 0.3s border-color;
    /*    height: 2vw;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.map__arrow .swiper-button-prev {
    left: auto;
    /* right: 3rem; */
    right: 3.6rem;
}
.map__arrow .swiper-button-next:after, 
.map__arrow .swiper-button-prev:after {
    font-size: .85vw;
}
.map__arrow .swiper-button-next.swiper-button-disabled, .map__arrow  .swiper-button-prev.swiper-button-disabled {
    opacity:0;
}

.widget__mobile {
    display: none;
}
@media(max-width: 560px) {
    .map__arrow .swiper-button-prev,
    .map__arrow .swiper-button-next {
        width: 8vw;
        height: 8vw;
    }
    .map__arrow .swiper-button-next:after, .map__arrow .swiper-button-prev:after {
        font-size: 2.85vw;
    }
    
    
.widget__mobile {
    display: block;
}

.widget__desktop {
    display: none; 
}
}