

/* Start:/local/components/max/city.select/templates/.default/style.css?17635651453713*/
.menu__item_city > a{
    color: #FFF;
}
.city_select__current{
    margin-left: 5px;
}
.city_select__wrapper{
    background: rgba(0,0,0,.3);
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0;
    z-index: 999999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}


.city_select__container{
    color: #000;
    background: #FFF;
    height: 80%;
    padding: 50px;
    position: relative;
}
.city_select__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    align-items: center;
    color: #433030;
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 100%;
    margin-bottom: 30px;
}

.city_select__title input{
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #B4B0AE;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    width: 463px;
    height: 42px;
    margin-left: 28px;
    padding-left: 11px;
    background: #F7F7F7;
}
.city_select__title svg {
    position: absolute;
    right: 4px;

}

.city_select__title input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #917A7A;
}

.city_select__list{
    overflow: auto;
    width: 100%;
    max-height: 60vh;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.city_select__list::-webkit-scrollbar {
    width: 4px;               /* ширина scrollbar */
}
.city_select__list::-webkit-scrollbar-track {
    background: #EBEBEB;        /* цвет дорожки */
}
.city_select__list::-webkit-scrollbar-thumb {
    background-color: #E41820;    /* цвет плашки */
    /* border: 3px solid orange;  padding вокруг плашки */
}


.city_select__list-items{

}

.city_select__col {
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
}

.city_select__char {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: rgba(67, 48, 48, 0.33);
    margin-bottom: 20px;
}

.city_select__item {
    text-align: left;
    margin-bottom: 20px;
}

.city_select__item a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    align-items: center;
    color: #433030;
    text-decoration: none;
    transition: all 0.5s;
}

.city_select__item a:hover {
    font-size: 16px;
    align-items: center;
    text-decoration-line: underline;
    color: #E41820;
}

@media (max-width:1410px) {
    .city_select__col {
        width: 33%;
    }
    .city_select__title {
        font-size: 24px;
    }
}

@media (max-width:1090px) {
    .city_select__col {
        width: 50%;
    }
    .city_select__title {
        font-size: 24px;
    }
    .city_select__title {
        flex-direction: column;

    }
    .menu_city {
        right: auto !important;
        left: 0 !important;
        top: 88px !important;
        width: 100% !important;
        min-width: auto !important;
    }
    .city_select__title input {
        margin-top: 20px;
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    .city_select__title svg {
        position: absolute;
        right: 4px;
        bottom: 3px;
    }
}

@media (max-width:762px) {
    .city_select__col {
        width: 100%;
    }
    .city_select__container {
        padding: 15px;
        padding-top: 20px;
    }
    .modal-city {
        width: 95%;
        margin-top: 10vmin;
    }

}
/* End */
/* /local/components/max/city.select/templates/.default/style.css?17635651453713 */
