
@media (max-width: 1270px) {
    header .wrapper {
        width: auto;
        padding-left: 138px;
    }
    .logo {
        left: 0;
    }
    footer {
        padding: 0 20px;
    }
}
@media (max-width: 1080px) {
    .wrapper {
        width: auto;
    }
    .page {
        width: auto;
    }
}
@media (max-width: 1050px) {
    .page {
        flex-direction: column!important;
    }
    .right_column {
        width: auto;
    }
}
@media (max-width: 790px) {
    .icon_mob_menu {
        display: block;
    }
    header .first_nav nav {
        display: none;
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1f2229;
        z-index: 99;
        flex-direction: column;
    } 
    header .first_nav nav a {
        border-bottom: solid 1px #5c5c5c;
    }
    header .first_nav, header .first_nav .wrapper {
        position: inherit;
    }
    header .first_nav,
    header .first_nav .wrapper { 
        width: 100%;
    }
    .podium {
        display: flex;
        flex-direction: column;
    }
    .podium_item:first-child {
        width: auto;
    }
    .podium_item .podium_item_img {
        max-height: 380px;
        min-height: 240px;
        position: relative;
        display: block;
        flex: 1 1 363px;
        width: auto;
    }
    .podium_item_description {
        display: block;
    }
}
.sub_modsho {
    display: none;
}
@media (max-width: 600px) {
    .article_item {
        flex-direction: column;
        border-bottom: solid 1px #e1e1e1;
        padding-bottom: 15px;
    }
    .article_item_img {
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-login-form .wcont {
        width: auto;
        margin: 0 20px;
    }
    .result .progress, .result .progress-stacked {
        width: auto!important;
    }
    .sub_mod {
        display: none;
    }
    .sub_modsho {
        display: block;
        margin-left: auto;
        margin-right: 65px;
    }
}