@media screen and (max-width: 980px) {
    #container {
        padding: 0 5px;
    }

    .column_wrapper {
        display: none;
    }

    .content_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .menu-wrapper .menu-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 680px) {
    .menu-wrapper .menu-item {
        font-size: 10px;
        padding: 0 0.5em;
    }

    .big-anons .big-image,
    .big-anons .short-text {
        display: none;
    }

    .big-anons .links {
        position: static;
        width: 100%;
    }

    .block-in-article {
        float: none;
        width: 100%;
        margin: 0;
    }

    .html_content img {
        margin: 15px 0 15px 0;
    }

}

@media screen and (max-width: 480px) {
    .logo-2 {
        display: none;
    }

    .menu-wrapper {
        flex-wrap: wrap;
    }

    .menu-wrapper .menu-item:first-child,
    .menu-wrapper .menu-item:last-child {
        text-shadow: none;
        background: none;
    }

    .menu-wrapper .menu-item:first-child {
        border-radius: 10px 0px 0px 10px;
    }

    .menu-wrapper .menu-item:last-child {
        border-radius: 0 10px 10px 0;
    }

    .tabs_box ul.tabs_control li, .tabs_box ul.tabs_control li span, .tabs_box ul.tabs_control li a {
        font-size: 10px;
    }

    .ratio {
        float: none;
    }

    .ratio_box {
        text-align: center;
    }

}
