.pogoda_head_date{
    text-align: center;
}
.pogoda_head_date__day{
    font-size: 3rem;
    line-height: 3rem;
}
.pogoda_head_icon{
    width: 90px;
    text-align: center;
}
.pogoda_head_icon__text{
    font-size: 80%;
}
.pogoda_day .text-muted{
    display: inline-block;
    min-width: 80px;
}
@media(min-width: 500px){
    .pogoda200{
        width: 200px;
    }
    .pogoda_head_icon{
        width: 120px;
    }
}
/* default */
.text-muted{
    color: #888888;
}
.pogoda_days{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pogoda_day{
    margin-bottom: 20px;
}
.pogoda_day h4{
    font-size: 1.5rem;
}
.pogoda_head, .pogoda_head_left{
    display: flex;
}
.pogoda_head_right > div{
    display: flex;
}
.pogoda_body{
    margin-top: 10px;
}
.pogoda_head_icon{
    padding-left: 10px;
}
.pogoda_day.border-top{
    border-top: 1px solid #888888;
}
@media(max-width: 500px){
    .pogoda_head_right .d-none{
        display: none;
    }
}