.days5-link:hover{
    text-decoration: none;
}
.days5-modal, .days5-modal:hover{
    text-decoration: none;border-bottom: 1px dotted;
}
.bg-primary .pogoda-now, .bg-primary .pogoda-now a{
    color: #fff;
}
.pogoda-now{
    display: flex;
    max-width: 250px;
    padding-right: 1.5rem;
}
.pogoda-now[data-toggle='tooltip']{
    cursor: pointer;
}
.pogoda-now__icon{
    padding-right: 0.5rem;
}
.pogoda-now__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 150px;
}
.pogoda-now__link{
    font-size: 70%;
    line-height: 1em;
}
.pogoda-now__text{
    font-size: 90%;
    line-height: 1em;
}
.pogoda-now__more{
    display: flex;
    padding-top: 0.2rem;
    align-items: center;
}
.pogoda-now__temp{
    white-space: nowrap;
    font-size: 110%;
    line-height: 1em;
    font-weight: bold;
    padding-right: 0.5rem;
}
.tooltip-inner div{
    display: flex;
    justify-content: space-between;
}
.tooltip-inner div span{
    padding-right: 0.5rem;
}
.tooltip-inner div b{
    text-align: right;
}
.pogoda-now__icon > img {
    width: 64px;
    height: 64px;
}