.modal__location{
    display: none;
}
.modal__location .wrapper{
    border-radius: 10px;
    background: #3E454F url(/local/templates/main/img/modal_decoration.png) no-repeat center center / cover;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    width: 740px;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    position: fixed;
}

@media (max-width: 768px) {
    .modal__location .wrapper{
        background: #3E454F url(/local/templates/main/img/modal_bg.png) no-repeat center center / cover;
    }
}
.modal__location .qaption{
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-family: Raleway, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 37px;
}
@media (max-width: 768px) {
    .modal__location .qaption {
        font-size: 30px;
    }
}
.modal__location._active{
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    cursor: unset;
    z-index: 999999;

}
.modal__location .answers {
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
    justify-content: center;
}
.modal__location .answers button{
    border-radius: 24px;
    border-bottom-right-radius: 5.75px;
    border-top-left-radius: 5.75px;
    transform: skewX(-30deg);
    color: #FFF;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    background: #D62327;
    outline: none;
    border: none;
    width: 193px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.modal__location .answers button.no{
    color: #000;
    background: #fff;
}
.modal__location .answers button span{
    transform: skewX(30deg);
}
.list-cities{
    display: none;
}
.list-cities._active{
    display: block;
    position: absolute;
    z-index: 111;
    background: #F3F3F3;
    left: 50px;
    top: 140px;
    border-radius: 15px;
    padding: 25px 10px 23px 21px;
    opacity: 1;
    min-width: 308px;
}
.list-cities .cities-name{
    list-style: none;
    padding: 0;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.list-cities .cities-name li a{
    color: #343434;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: all .3s ease;
}
.list-cities .list-title{
    color: #343434;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.list-cities .cities-name li a:hover{
    color: #D62327;
}
.list-cities input.search-city{
    color: #343434;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    margin: 22px 0 18px 0;
    max-width: 260px;
}
.list-cities input.search-city::placeholder{
    color: #909090;
}
.cities-name .mCSB_dragger_bar{
    background-image: url("/local/templates/main/img/scroll-city.png");
    height: 34px !important;
    width: 34px !important;
    background-color: transparent !important;
    background-repeat: no-repeat no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    margin: 0 -8px !important;
}
.cities-name .mCSB_scrollTools {
    right: 10px;
}
.cities-name  .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: #B0B9C5;
}