.info_d_block{padding:10px 0 10px 0; color:#000;}
.del_b_incon {
    width: 35px;
    height: inherit;
    float: left;
    padding-right: 10px;
    margin-top: -5px;
}

.del_b_inconi{float:left; padding-right:10px;margin-top: -3px;}
.del_b_incont{float:left; padding-right:10px;margin-top: 5px;}
.dblock{height:35px;}
.icond {
    width: 15px;
    height: 15px;
    background: #c5c2c2;
    border-radius: 100%;
    margin-left: 5px;
}
.icond i {
    font-weight: 100;
    line-height: 14px;
    cursor: pointer;
    width: inherit;
    height: 12px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    font-style: normal;
}
.city_icon{margin-left:5px;}

.city_select {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    display: none;
    position: absolute;
    background: #fff;
    margin-left: 60px;
    width: auto;
    text-align: right;
    z-index: 5;
}

.city_item {
    padding: 5px 15px;
    white-space: nowrap;
}

.city_item:hover{background-color: #f6f6f6}
.city_full_block{padding-bottom:10px; cursor:pointer; color:#000;}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}

[data-tooltip]::after {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    content: attr(data-tooltip);
    position: absolute;
    width: 300px;
    left: -150px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 0.5em;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    pointer-events: none;
    opacity: 0;
    /* transition: 0.8s; */
    z-index: 1;
}

[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
}

.background_del_div{
    width: max-content;
    margin-top: 1.5rem;
    background-color: #f2f2f2;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}