@media screen and (max-width: 1160px) {
    .catalog_category_items,
    .recipes_items {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1080px) {
    .mod_why_icons p {
        max-width: 300px;
    }
    .mod_why_icons p strong {
        font-size: 1.75em;
    }
}
@media screen and (max-width: 980px) {
    .mobile_menu {
        background-color: #111;
        padding: 20px 0;
        height: 64px;
        position: relative;
    }
    .mobile_menu.opened {
        height: auto;
        padding-bottom: 0;
    }
    .mobile_menu .centerBlock {
        display: none;
    }
    .menu_ico {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 99;
    }
    .menu_ico span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #fff;
    }
    .menu_ico span:nth-child(1) {
        top: 0;
    }
    .menu_ico span:nth-child(2),
    .menu_ico span:nth-child(3) {
        top: 8px;
    }
    .menu_ico span:nth-child(4) {
        top: 16px;
    }
    .opened .menu_ico span:nth-child(1),
    .opened .menu_ico span:nth-child(4) {
        top: 8px;
        width: 0;
        left: 50%;
    }
    .opened .menu_ico span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .opened .menu_ico span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .opened .centerBlock {
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-top: 44px;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        z-index: 10;
    }
    .opened .custom_logo {
        order: 1;
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }
    .opened .menu.left_menu {
        order: 2;
        padding-right: 0;
        padding-left: 0;
    }
    .opened .menu.right_menu {
        order: 3;
        padding-left: 0;
        padding-right: 0;
    }
    .opened .menu {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .nav .menu.left_menu li,
    .nav .menu.left_menu li:first-child,
    .nav .menu.right_menu li,
    .nav .menu.right_menu li:first-child {
        width: 100%;
        padding: 10px !important;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .catalog_slider {
        width: 100%;
        overflow: hidden;
    }
    .catalog_slider .catalog_items {
        display: block;
        /*width: 3500px !important;*/
    }
    .catalog_slider .catalog_item {
        float: left;
        width: 340px;
        max-width: 340px;
        margin: 0;
        padding: 0 20px;
    }
    .scrollbar { width: 100%; height: 7px; }
    .scrollbar .handle {
        width: 100px; /* overriden if dynamicHandle: 1 */
        height: 100%;
        background: #e1e1e1;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        opacity: 0;
        transition: opacity .5s;
    }
    .scrollbar .handle:hover {
        background: #a6a6a6;
    }
    .catalog_wrap:hover .scrollbar .handle {
        opacity: 1;
    }
    .catalog_anim_image {
        display: block;
        padding: 0 40px 20px 0;
        color: #a1a1a1;
        text-align: right;
        font-size: 0;
        mix-blend-mode: multiply;
    }
    .catalog_anim_image img {
        height: 42px;
    }

    .mod_parallax {
        background-attachment: scroll;
    }
    .mod_parallax_mask {
        background-color: transparent;
    }
    .mod_why_icons {
        flex-direction: column;
        align-items: center;
        max-width: 640px;
        margin: 0 auto;
    }
    .mod_why_icons p {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
        margin-bottom: 45px;
    }
    .mod_why_icons p:nth-child(n+3) {
        margin-bottom: 45px;
    }
    .mod_partners_text {
        max-width: 640px;
        margin: 0 auto;
    }
    .mod_subtitle {
        margin-bottom: 45px;
    }
    .mod_partners_icons {
        flex-wrap: wrap;
    }
    .mod_partners_icons p {
        width: 30%;
        padding: 10px;
    }
    .mod_news_item {
        max-width: 600px;
    }

    .catalog_category_items {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }
    .catalog_item {
        width: 50%;
        padding: 0 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .contacts_top {
        flex-direction: column;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .contacts_map {
        margin-top: 40px;
    }
    .contacts_bottom {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .popup_col {
        width: 100%;
        margin-bottom: 25px;
    }

    .article_text_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .article_item_image {
        float: none;
        padding-left: 0;
        margin: 0 auto;
    }
    .article_text {
        font-size: 1.125em;
    }
    .category_header .article_text {
        font-size: .75em;
    }
}

@media screen and (max-width: 800px) {
    .avPlayerWrapper .avPlayerContainer,
    .avPlayerWrapper .avPlayerContainer .avPlayerBlock video {
        width: 100% !important;
    }
    .about_content {
        padding: 0 20px;
        font-size: 1em;
        margin-bottom: 90px;
    }

    .buy_text li {
        flex-direction: column;
        align-items: center;
    }
    .partner_image {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .partner_text {
        text-align: center;
    }
    .partner_text h4 {
        font-size: 1.25em;
    }
    .buy_text li p {
        font-size: .875em;
    }
    .buy_text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .recipes_page {
        padding-left: 20px;
        padding-right: 20px;
    }
    .recipe_item {
        width: 48%;
    }
    .contacts_bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 1.875em;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 1.875em;
        margin-bottom: 20px;
    }
    .mod_subtitle {
        font-size: 1.25em;
        line-height: 1.4;
    }
    .catalog_item_title {
        font-size: 1.375em;
        margin-bottom: 30px;
    }
    .mod_why_icons p strong {
        font-size: 1.5em;
    }
    .mod_partners_text {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .main_news .centerBlock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod_news_image {
        height: 150px;
    }
    .mod_news_title {
        font-size: 1em;
    }
    .mod_news_date,
    .mod_news_intro {
        font-size: .875em;
    }
    .footer_menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_menu .menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_menu .menu li {
        white-space: nowrap;
        margin-bottom: 9px;
    }

    .mod_why_text h2 {
        font-size: 1.875em;
        color: #000000;
    }
    .mod_steps_list {
        padding: 0 20px;
    }
    .mod_steps_list li {
        justify-content: flex-start;
    }
    .mod_steps_list li::before {
        left: 22px;
    }
    .step_number {
        order: 1;
    }
    .step_col {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
    }
    .step_col:first-child {
        text-align: left;
        padding-left: 70px;
        padding-right: 0;
    }
    .step_col.empty_col {
        width: 0;
        padding-left: 0;
    }
    .step_col p {
        font-size: .75em;
        margin-top: 0;
    }
    .about_bottom_row {
        flex-direction: column;
        padding: 0 20px;
    }
    .about_bottom_col.col1 {
        margin: 20px 0 28px;
    }
    .about_bottom_col.col2 {
        margin: 0;
        font-size: 1em;
        line-height: 1.45;

    }
    .recipes_items {
        justify-content: center;
    }
    .recipe_item {
        width: 100%;
    }
    .articles_items {
        border-bottom: 0;
    }
    .article_item a {
        flex-direction: column;
    }
    .article_image_wrap {
        width: 100%;
    }
    .article_descr {
        width: 100%;
        border-left: 0;
        border-top: 0;
        padding: 20px 20px 40px;
    }
    .article_descr strong {
        font-size: 1.375em;
        margin-bottom: 7px;
    }
    .article_descr em {
        font-size: .875em;
    }

    .popup_back {
        display: none;
    }
    .close_btn {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        background-image: none;
    }
    .close_btn::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(../images/popup_close_mob.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 16px;
    }
}
@media screen and (max-width: 480px) {
    .catalog_category_items {
        flex-direction: column;
        align-items: center;
    }
    .catalog_item {
        width: 100%;
    }
    .contacts_text {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contacts_text h1 {
        font-size: 1.5em;
    }
    .contacts_text p {
        font-size: 1em;
    }
    .form_field span {
        font-size: 1em;
    }
    .form_btn p {
        font-size: .75em;
    }
}