a.widget-brick {
    border: none!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    font-weight: 400;
    /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    overflow: hidden!important;
    font-family:Arial, sans-serif;
    position: relative!important;
    text-decoration: none!important;
    display: block!important;
    margin: auto!important;
}
.widget-brick_current {
    width: 40%;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.widget-brick_week {
    float: right;
    width: 60%;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.widget-brick_week_item {
    text-align: center;
}
.widget-brick_current .name-place {
    font-size: 20px;
    padding: 0 5px;
}
.widget-brick_current .current-temp {
    font-size: 40px;
    padding: 0 5px;
}
.widget-brick_current img {
    width: 50px;
    height: 50px;
}
.widget-brick_week img {
    width: 25px;
    height: 25px;
}
.widget-brick_week_item .name-week {
    font-weight: 500;
}
.widget-brick_week_item .temp-max {
    font-size: 16px;
    font-weight: 400;
}
.widget-brick_week_item .temp-min {
    font-size: 12px;
}