.header-top__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.header-top__left {
    max-width: 50%;
}
.header-top__link{
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    color: #404040;
    margin-right: 15px;
}
.current-city__value{
    max-width: inherit;
}
.header-top-time{
    font-size: 14px;
}
.header-top-time__sub{
    display: inline-block;
    font-weight: 600;
}
.header-top__right{
    text-align: right;
}
.header__row{
    align-items: center;
}
.city-select{
    padding-bottom: 0;
}
.langs{
    padding-top: 0;
}
@media(max-width:1200px){
    .header-top__link{
        font-size: 13px;
        margin-right: 10px;
    }
    .header-top-time{
        font-size: 13px;
    }
}
@media(max-width:1050px){
    .header-top__right{
        text-align: center;
        width: 100%;
    }
    .header-top__content{
        flex-wrap: wrap;
        text-align: center;
    }
    .header-top__left{
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
    
}