@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        min-width: 1024px;
    }

    .home-news {
        display: block;
        margin: 0 -16px 25px -16px;
        text-align: center;
    }

    .home-news__item {
        display: inline-block;
        margin: 15px 9px;
        width: 312px;
        height: 338px;
        max-height: 338px;
    }

    .profile-widgets {
        display: block;
        margin: 0 -16px 25px -16px;
        text-align: center;
    }

    .profile-widget {
        display: inline-block;
        vertical-align: top;
        margin: 9px 9px;
        width: 484px;
        height: 250px;
        text-align: left;
    }

    .profile-widget_main {
        width: 992px;
    }

}
