

/* Start:/local/components/max/city.select/templates/.default/style.css?16403601633776*/
.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: 50vh;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.city_select__list::-webkit-scrollbar {
    width: 4px;               /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° scrollbar */
}
.city_select__list::-webkit-scrollbar-track {
    background: #EFEFEF;        /* Ñ†Ð²ÐµÑ‚ Ð´Ð¾Ñ€Ð¾Ð¶ÐºÐ¸ */
}
.city_select__list::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;    /* Ñ†Ð²ÐµÑ‚ Ð¿Ð»Ð°ÑˆÐºÐ¸ */
    /* 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: 'Gilroy';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #0076B6;
    margin-bottom: 20px;
    text-align: left;
}

.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: #0076B6;
}

.input_city_wrap {
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.input_city_list {
    position: absolute;
    top: 42px;
    text-align: left;
    padding-left: 29px;
    background: #fff;
    padding: 15px 15px 15px 29px;
    width: 100%;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  }
  
.input_city_list li {
cursor: pointer;
padding-bottom: 5px;
}
.input_city_wrap {
margin-left: 15px;
}
.input_city_list ul {
max-height: 400px;
overflow: auto;
}


@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;
    }
    #get-city {
        max-width: 100% !important;
    }

}
/* End */
/* /local/components/max/city.select/templates/.default/style.css?16403601633776 */
