@media (min-width: 1601px) {
    .container {
        margin: 0 auto;
    }
}
@media (max-width: 1600px) {
    .right-block-map svg {
        transform: scale(0.9);
        position: absolute;
        left: -2%;
        top: -6%;
    }
}
@media (max-width: 1366px) {
    html {
        font-size: 56%;
    }
    .stub .logo svg {
        height: 35vh;
    }

    .right-block-map svg {
        transform: scale(0.7);
        position: absolute;
        left: -10%;
        top: -20%;
    }
    .right-block-map {
        min-height: 600px;
    }
}
@media (max-width: 1280px) {
    .footer-menu ul li {
        margin-right: 1vw;
    }
    .name-recipes {
        font-size: 2rem;
    }
    .section-map {
        flex-direction: column-reverse;
    }
    .right-block-map svg {
        left: -10%;
        top: -20%;
    }
}
@media (max-width: 1200px) {
    html {
        font-size: 53%;
    }
    .block-menu {
        width: 240px;
    }
    .hover-block-menu {
        width: calc(100% - 240px);
    }
    .active-menu header, .active-menu .page-wrapper, .active-menu .hover-block-menu {
        -webkit-transform: translate3d(240px,60px,0);
        transform: translate3d(240px,60px,0);
    }
    .stub .logo svg {
        height: 35vh;
    }
    .footer-info ul li {
        margin-right: 15px;
    }
    .text-slider > div {
        font-size: 4.5rem;
        line-height: 50px;
        margin-top: 8vh;
    }
}
@media (max-width: 1024px) {
    .category-product > a img {
        max-height: 10%;
    }
    .footer-menu ul li {
        flex: 1 1 0;
    }
    .footer-svg {
        margin-top: 20px;
    }
    .block-left-category {
        max-width: 280px;
        padding-right: 20px;
    }
    .footer-menu ul li {
        flex: 1 1 0;
    }
    .footer-info ul li {
        margin-right: 0;
        flex: 1 1 0;
    }
    .image-prod-archive span {
        width: 140px;
        padding: 8px;
    }
    .lean-more {
        width: 140px;
        padding: 6px;
    }
    .entry-title {
        font-size: 38px;
    }
    .name-recipes {
        font-size: 1.8rem;
        line-height: 24px;
    }
    .news-image {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .contact-section li > div {
        padding-left: 90px;
    }
    .contact-section li:nth-child(2n+1) {
        margin-right: 0;
    }
    .contact-section li {
        width: 48%;
        margin-bottom: 6vh;
        vertical-align: top;
    }
    .subscribe-wrapper > form input[type="email"] {
        width: 20vw;
    }
    .subscribe-wrapper {
        margin-bottom: 20px;
    }
    .footer-block-right {
        padding-top: 0;
        margin: 0 auto;
    }
    .header-menu {
        overflow-y: auto;
        max-height: 65vh;
    }
    .block-right-prods>ul li {
	width: calc((100%/2) - 20px);
	margin: 0 5px 20px;
    }

}
@media (max-width: 960px) {
    .right-block-map  {
        display: none;
    }
    .left-block-map {
        width: 100%;
    }
    .selected_region {
        display: table;
    }

}
@media (max-width: 768px) {
    .about_us_info > div:first-of-type span {
        padding: 0;
        margin-bottom: 10px;
    }
    .my-effect {
        visibility: visible;
    }
    .clouds {
        display: none;
    }
    .about_us_info > div {
        width: 100%;
    }
    .about_us_info {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
    }
    .about_us_info > div iframe {
        height: 300px;
        margin-bottom: 20px;
        width: calc(100% - 20px);
    }
    .advantages-about-us {
        margin: 0 0 30px;
    }
    .feedback-form {
        padding: 30px 0 0;
    }
    .contact-section li {
        width: 100%;
    }
    .contact-section .title-contact-input {
        font-size: 2rem;
    }
    .contact-section .contact-input {
        margin-top: 10px;
        font-size: 2rem;
        line-height: 22px;
    }
    .advantages-gallery-item > div div img {
        max-height: 60px;
    }
    .advantages-gallery-item > div span {
        line-height: 20px;
    }
    .advantages-partners {
        padding: 2vh 0 7vh;
    }
    .heading-no-img .entry-title {
        font-size: 2.4rem;
    }
    .icon-sections {
        height: 50px;
    }
    .category-product > a {
        width: calc(100%/3);
        background-size: cover;
    }
    .block-left-category {
        position: fixed;
        width: 100vw;
        height: calc(100vh - 170px);
        top: 120px;
        max-width: 100vw;
        z-index: 9999;
        right: -100vw;
        background: #fff;
        padding: 50px 0 0;
        transition: all .3s;
    }
    .category-mobile {
        background-color: #ffb545;
        position: fixed;
        width: 50px;
        height: 50px;
        z-index: 99;
        justify-content: center;
        display: flex;
        align-items: center;
        right: 0;
        top: 50%;
    }
    .category-mobile:before {
        content: '\f0b0';
        font-size: 3rem;
        font-family: "FontAwesome";
        color: #ffffff;
    }
    .close-category-mobile {
        width: 15px;
        height: 15px;
        padding: 15px;
        position: absolute;
        margin-top: -45px;
        right: 20px;
        display: block;
        background: url(/wp-content/themes/CUT/images/fancybox-close.png) no-repeat center;
    }
    .prod-page {
         display: block;
    }
    .prod-image-single {
        width: 100%;
        margin-right: 0;
        height: auto !important;
    }
    .prod-info-single {
        text-align: justify;
        margin-top: 30px;
    }
    .footer-info ul li {
        flex: none;
        width: 50%;
        margin-top: 20px;
    }
    .advantages-item {
        flex: 1 1 auto;
    }
    .desc-advantages {
        line-height: 22px;
    }
    .news-homepage ul .recipes:last-child {
        display: none;
    }
    .recipes {
        width: calc(100%/2 - 18px) !important;
    }
    .footer-info ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sections-recipes span {
        text-align: center;
        line-height: 22px;
    }
    .block-left-category ul {
        overflow-y: auto;
        height: 100%;
    }
    .contact-section .title-contact-input {
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .link-for-contact {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
    a.footer-facebook {
        margin-left: 0;
    }
    .footer-block-right {
        width: 100%;
    }
    .premium-pod {
        top: 0;
        left: 5px;
        width: 8vw;
        z-index: 10;
    }
    .contact-section-item {
        width: 100%;
    }
    .create-site {
        display: flex;
        align-items: center;
    }
    .subscribe-wrapper > form:before {
        margin-top: 0;
        top: 10px;
    }
    .subscribe-wrapper input[type='submit'] {
        width: 100%;
    }
    .footer-info ul {
        justify-content: left;
    }
    .category-prod-homepage {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer-menu {
        display: none;
    }
    .subscribe-wrapper > form {
        flex-wrap: wrap;
    }
    .subscribe-wrapper > form input[type="email"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us-page h1:after, .about-us-page h1:before, .about-us-page h2:after, .about-us-page h2:before, .heading-section:after, .heading-section:before {
        width: 50px;
    }
    .slider-homepage + .content-indents {
        padding-top: 20px;
    }
    .content-indents {
        padding: 20px 0;
    }

    .text-slider > div {
        font-size: 3rem;
        line-height: 34px;
        margin-top: 8vh;
        padding-right: 20px;
    }
    .advantages-about-us {
        margin: 0;
        display: block;
    }
    .advantages-item {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .text-slider {
        display: none;
    }
    .page-content p {
        margin-bottom: 15px;
        line-height: 22px;
    }
    .slider-logo {
        /*display: none;*/
    }
    .logo-menu {
        margin-bottom: 10px;
    }
    .slider-about {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    .page-heading {
        height: 300px;
    }
    .selected_region {
        width: 100%;
    }
    .category-product > a {
        width: 100%;
        height: 200px;
    }
    .left-block-map li {
        width: 100%;
    }
    .recipes-page ul {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .list-recipes {
        margin-left: 0;
        width: 100%;
    }
    .sections-recipes li {
        margin: 0 0 10px;
        width: 50%;
    }
    .block-left-category {
        top: 125px;
    }
    .image-prod-archive {
        padding: 0;
    }
    .name-prod-archive {
        font-size: 1.6rem;
        margin-top: 10px;
        line-height: 20px;
        height: 60px;
    }
    .header-menu a {
        line-height: 44px;
    }
    .nav-links span, .nav-links a:hover {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }
    .nav-links a {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }
    .block-menu {
        padding-top: 10px;
        height: calc(100% - 10px);
    }
    .about_us_info {
        margin-bottom: 20px;
    }
    .category-product > a:hover {
        background-size: cover;
    }
    .category-product > a img {
        max-height: 50px;
    }
    .heading-section, .about-us-page h1, .about-us-page h2 {
        margin-bottom: 30px;
    }
    .recipes {
        width: 100% !important;
        margin: 0 0 20px;
        height: 300px !important;
    }
    footer {
        padding-top: 10px;
    }
    .news-homepage ul .recipes:last-child {
        display: block;
    }
    .footer-info ul li {
        width: auto;
        margin-top: 20px;
        padding-right: 10px;
    }
    .page-content p {
        text-align: justify;
    }
    .block-right-prods>ul li {
        width: calc(100% - 20px) !important;
        margin: 0 10px 20px 10px;
    }
    .seo-text ul li{
	width:85%;
    }
    .entry-title {
        font-size: 24px;
    }
    .gallery-page a {
        width: calc(100% - 4px);
    }
    .wpcf7-form > div {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .wpcf7-form p {
        margin: 0 15px;
    }
    .advantages-gallery-item {
        width: calc(100%/3);
    }
    .advantages-gallery-item > div {
        padding: 0 15px;
    }
    .advantages-partners {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-map iframe {
        height: 250px !important;
    }
    .contact-section li {
        width: 100%;
    }
    .slider-logo {
        width: 30vw;
        padding-left: 40px;
    }
    .slider-homepage,
    .slide-block {
        height: 300px;
    }
    .filter-chain-shop ul li {
        width: calc(100% / 2);
    }
    .prod-nutrition-facts-single table tr td {
        padding: 8px 10px;
    }
    .prod-nutrition-facts-single table tr td img {
        margin-right: 15px;
    }
}
@media (max-width: 360px) {
    .text-slider > div {
        font-size: 2rem;
        line-height: 24px;
        padding-left: 10px;
        margin-top: 0;
        padding-right: 20px;
    }
    div.owl-next {
        right: -14px;
    }
    div.owl-prev {
        left: -14px;
    }
    .recipes {
        height: 250px !important;
    }
    .subscribe-wrapper > form input[type="email"] {
        width: 100%;
    }
    .footer-facebook {
        display: table;
        margin: 0 auto 15px;
    }
    .list-recipes {
        margin-left: 0;
        width: 100%;
    }
    .sections-recipes li {
        margin: 0 10px 20px;
    }
    .sections-recipes {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
}