.apartment-card__commercial-tag {
    padding: 4px 12px;
    height: 24px;
    background: #E69F18;
    border-radius: 4px 23px 23px 4px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    width: fit-content;
}
@media (max-width: 1023px) {
    .apartment-card__commercial-tag {
        font-size: 10px;
    }
}

.komm_dop_props{
   display:flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

.komm_dop_prop_item{
    display:flex;
    background-color: #F8F4EF;
    padding:5px 10px;
    border-radius: 5px;
    color:#221E26;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;   
    margin: 5px 5px 5px 0px;
    justify-content: flex-start;
 }

 .propety_icon{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    display: block;
 }

 .propety_icon img{
    width:100%;
 }
