.promo_for_opt,
.promo_for_opt > div > div:first-child {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.promo_for_opt{
    font-size: 12px;
    line-height: 14px;
    color: #5D5E63;
    border-top: 1px solid #f0f0f0;
    padding: 26px 0 ;
    width: 100%;
}

.promo_for_opt b{
    line-height: 24px;
    white-space: nowrap;
}

.promo_for_opt > div {
    width: 50%;
}

.promo_for_opt svg { display: inline-block; margin-right: 10px;
    -ms-flex: auto 0 0;
    -webkit-flex: auto 0 0;
    flex: auto 0 0;
    width: 38px;
}
.promo_for_opt a {font-weight: bold}
.promo_for_opt > div > div:nth-child(2) {
    margin: 8px 0 13px 0 ;
    padding-right: 15px;
}

@media (max-width: 939px) and (min-width: 601px),
(max-width: 479px)
{
    .promo_for_opt {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promo_for_opt > div {
        width: 100%;
    }
    .promo_for_opt > div:first-child {
        margin-bottom: 26px;
        padding-bottom: 26px;
        border-bottom: 1px solid #f0f0f0;
    }
}

.p_d_t {
    font-weight: bold;
    font-size: 12px;
}

.p_d_t a{
    font-weight: normal;
}

.p_d_t, .p_d_t tr, .p_d_t td {
    border: 0
}

.p_d_t td {
    padding: 0 15px 7px 0;
    vertical-align: top;
}

.stores_info, .st_inf_time > div {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 15px 0;
    width: 100%;
}
.st_inf_count {
    text-align: center;
}
.st_inf_time > div {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 3px 0;
}

.st_inf_item {
    font-size: 10px;
    padding: 0;
    width: 140px;
    -ms-flex: auto 0 0;
    -webkit-flex: auto 0 0;
    flex: auto 0 0;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 5px 5px 0;
}
.st_inf_item hr {
    margin: 0 5px !important;
    /* background: #ccc!important; */
    border-bottom-color: #dfdfdf!important;
    width: calc(100% - 10px)!important;
}
.st_inf_time{
    display: none;
    position: absolute;
    top:0;
    right:0;
    left:0;
    padding: 3px 7px;
    color:#fff;
    background: rgba(0,0,0,.8);
    z-index: 4;
}

.st_inf_time_current{
    color: #4fad00;
}

.st_inf_item:hover .st_inf_time{
    display: block;
}

.st_inf_item .malo, .st_inf_item .dostatochno, .st_inf_item .mnogo {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 2px;
    border-radius: 50%;
}

.st_inf_item .malo { background: darkred; }
.st_inf_item .dostatochno { background: darkorange; }
.st_inf_item .mnogo { background: darkgreen; }