a.widget-brick {
    border: 0!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    font-weight: 400;
    overflow: hidden!important;
    font-family: Actay,sans-serif;
    position: relative!important;
    text-decoration: none!important;
    display: block!important;
    margin: auto!important
}

a.widget-brick {
}

.widget-brick_current,.widget-brick_week {
    width: 40%;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly
}

.widget-brick_week {
    float: right;
    width: 60%
}

.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
}




.t-col {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}


.t-col_3 {
    max-width: 290px;
}