/*!
Theme Name: meat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

meat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html{font-weight: 300;-webkit-text-size-adjust:100%;-ms-text-size-adjust: 100%;color: #1d1f21;}body{background: #ffffff;background-size: cover !important;margin:0;position:  relative;overflow-x:  hidden !important;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ba{color:#404040;font-family:inherit;font-size:16px;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both; font-weight:300}p{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li >ul,li >ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%;display: inline-block;}table{margin:0 0 1.5em;width:100%}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation li{float:left;position:relative}.main-navigation a{display:block;text-decoration:none}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,0.2);float:left;position:absolute;top:1.5em;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{}.main-navigation li:hover >a,.main-navigation li.focus >a{}.main-navigation ul ul:hover >a,.main-navigation ul ul .focus >a{}.main-navigation ul ul a:hover,.main-navigation ul ul a.focus{}.main-navigation ul li:hover >ul,.main-navigation ul li.focus >ul{left:auto}.main-navigation ul ul li:hover >ul,.main-navigation ul ul li.focus >ul{left:100%}.main-navigation .current_page_item >a,.main-navigation .current-menu-item >a,.main-navigation .current_page_ancestor >a,.main-navigation .current-menu-ancestor >a{}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width:37.5em){.menu-toggle{display:none}.main-navigation ul{display:block}}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}
*:focus {outline: 0;}

.nw{
    width: 1170px;
    margin: 0 auto;
}
.site-hello{
    position: relative;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    transition: 0.4s background ease;
}
.header-ct{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.site-hello-ct{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    flex-direction: column;
    position: relative;
    color: white;
}
.site-hello-text h1{
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Noto Serif',serif;
}
.site-hello-text h1 span{
    font-size: 142px;
}
.site-hello-text{
    border: 1px solid #F3CC81;
    padding: 50px 80px;
    text-align: center;
}
.site-hello-text p{
    font-size: 15px;
    opacity: 0.7;
    line-height: 22px;
}
.site-hello-button{
    position: absolute;
    border: none;
    background: transparent;
    bottom: 20px;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}
.site-hello-button:hover{
    opacity: 0.7;
    text-decoration: none;
}
.site-hello-button:before{
    content: '';
    background-image: url(assets/img/home/mouse.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    top: 0; 
    right: 40%;
    display: block;
    margin: 0px auto 20px;
}
.site-hello-button span{
    color: white;
    font-size: 15px;
    font-family: "Open Sans" ,sans-serif;
    display: block;
}
.site-hello-button a{
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 28px;
    background-size: contain;
    display: block;
    margin: 0 auto;
}
.header-menu-button{
    position: relative;
    display: block;
    background-image: url(assets/img/home/header/menu-open.svg);
    background-color: transparent;
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    /* position: absolute; */
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    /* z-index: 2; */
}

.header-menu-button::before{
    content: 'меню';
    position: absolute;
    top: 28px;
    left: 0;
    font-size: 11px;
    color: rgba(243, 204, 129, 0.7);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    /* transform: rotateX(25deg); */
    /* z-index: 3; */
}

.header-info{
    display: flex;
    flex-direction: column;
    border-right: 0.2px solid #F2F2F2;
    padding-right: 26px;
}
.header-info a{
    background-color: #F3CC81;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: center;
    border-radius: 30px;
    padding: 9px 10px 9px 31px;
    text-decoration: none;
    font-size: 13px;
    color: #575757;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    transition: 0.5s;
}
.header-info a:hover{
    opacity: 0.8;
}
.header-info span{
    font-size: 13px;
    color: white;
    margin-top: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.header-shop a{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}
.header-logo{
    width: 40%;
    text-align: center;
}
.header-menu{
    width: 26%;
}
.header-shop .fix_count{
    margin-top: 10px;
    color: white;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.site-advantages{
    background-color: #282828;
    padding: 100px 0px 50px;
}
.site-title{
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    position: absolute;
    left: 50%;
    width: 240px;
    margin: 0px 0px 0px -120px;
    top: -19px;
    background: #282828;
    font-weight: bold;
}
.site-advantages-ct {
    position: relative;
}
.site-advantages-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #F3CC81;
}
.site-advantages-item{
    text-align: center;
    padding: 60px 21px 40px;
    width: 25%;
}
.adv-title{
    margin-top: 0;
    color: #FFFFFF;
    opacity: 0.7;
    font-family: 'Open Sans' ,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.site-advantages-item img{
    margin-bottom: 35px;
}
.footer-ct{
    padding: 21px 0;
    font-size: 0;
}
.footer-logo , .footer-text , .footer-info{
    display: inline-block;
    vertical-align: middle;
}
.footer-info{
    width: 24%;
    font-size: 16px;
}
.footer-info a{
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0.7;
    text-decoration: none;
    padding-left: 20px;
    transition: 0.5s;
}
.footer-info a:first-child{
    padding-left: 20;
}
.footer-info a:hover{
    color: black;
}
.footer-logo{
    width: 15%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    height: 60px ;
    padding: 14px 31px 0 0;
}
.footer-text {
    width: 61%;
    padding: 0 0 0 28px;
    font-size: 16px;
}
.footer-text p{
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0.7;
}
.about-title{
    font-size: 54px;
    color: #F3CC81;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
}
.site-about-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.site-about-item{
    width: 25%;
    text-align: center;
    position: relative;
    padding: 0 15px;
}
.site-about-item:first-child{
    padding-left:0 ;
}
.site-about-item:last-child{
    padding-right: 0;
}
.site-about-item:last-child:after{
    border-right: 0;
}
.site-about-item:after{
    content: '';
    border-right: 1px dashed #FFFFFF;
    height: 110px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.site-about-ct{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.site-about-ct h2{
    color: white;
    font-size: 39px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px;
}
.about-text{
    font-size: 15px;
    color: white;
    line-height: 27px;
    font-family: "Open Sans",sans-serif;
}
.site-about{
    position: relative;
}
.site-about:after{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #282828 0%, rgba(40, 40, 40, 0) 100%);
    height: 100%;
    width: 100%;
    content: '';
}
.site-about:before{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #282828 0%, rgba(40, 40, 40, 0) 100%);
    height: 100%;
    width: 100%;
    content: '';
}
.site-cooperation{
    background-color:#282828;
    padding: 120px 0 40px;
}
.site-cooperation-ct{
    display: flex;
    align-items: center;
    position: relative;
}
.site-cooperation-text-section{
    background-color:  #F3CC81;
    text-align: center;
    padding: 110px 119px 118px;
    position: relative;
    width: 970px;
    margin-left: 165px;
}
.site-cooperation-text-section h2{
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #282828;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-cooperation-text-section:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(assets/img/home/leaf-form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 117px;
    height: 130px;
}
.site-cooperation-text-section p{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #282828;
    margin-bottom: 35px;
}
.site-cooperation-text-section button{
    background-color: #8B0000;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 67px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
    border-radius: 2px;
    border: 1px solid #282828;
    cursor: pointer;
}
.site-cooperation-text-section button:hover{
    opacity: 0.7;
}

.site-production{
    background-color:#282828;
    padding: 120px 0 50px;
}
.site-production-ct{
    display: flex;
    align-items: center;
    position: relative;
}
.site-production-text-section{
    background-color:  #C3B55D;
    text-align: center;
    padding: 110px 119px 118px;
    position: relative;
    width: 1900px;

}
.site-production-text-section h2{
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #282828;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-production-text-section:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 117px;
    height: 130px;
}
.site-production-text-section p{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #282828;
    margin-bottom: 35px;
}


.site-contacts{
    background-color: #282828;
    padding: 110px 0;
}
.site-contacts-ct{
    position: relative;
    border: 1px solid #F3CC81;

}
.site-contacts-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.site-contacts-item{
    text-align: center;
    padding: 70px 50px;
}
.site-contacts-item:last-child{
    padding-right: 100px;
}
.site-contacts-item:first-child{
    padding-left: 100px;
}
.contacts-text{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 22px;
}

.contacts-text a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 22px;
    text-decoration: none;
    transition: 0.4s all ease;
}

.contacts-text p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 22px;
    text-decoration: none;
    transition: 0.4s all ease;
}

.contacts-text a:hover, .contacts-text a:active, .contacts-text a:focus{
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.4);
}
.site-cooperation-img-section{
    position: absolute;
}
.site-production-img-section{
    position: relative;
}

.site-delivery{
    background-color: #282828;
    padding: 100px 0;
    position: relative;
}
.site-delivery:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url(assets/img/home/paper.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 158px;
    background-size: cover;
}
.delivery-text{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    margin-top: 20px;
}
.site-delivery-item{
    text-align: center;
    padding: 50px 15px;
    width: 25%;
    position: relative;
}
.site-delivery-item:after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 127px;
    height: 45px;
    top:27%;
    left: 80%;
}
.site-delivery-item:last-child:after{
    display: none;
}
.site-delivery-item:nth-child(1):after{
    background-image: url(assets/img/home/line-1.svg);
}
.site-delivery-item:nth-child(2):after{
    background-image: url(assets/img/home/line-2.svg);
}
.site-delivery-item:nth-child(3):after{
    background-image: url(assets/img/home/line-3.svg);
}
.site-delivery-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.site-delivery-ct h2{
    font-size: 30px;
    color: white;
    font-family: 'Playfair Display',serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
}
.site-delivery-item-img{
    border-radius: 50px;
    border: 1px solid #F3CC81;
    width: 60px;
    height: 60px;
    display: inline-block;
    padding-top: 10px;
    position: relative;
}
.site-delivery-item-img span{
    position: absolute;
    color: #282828;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    background: #F3CC81;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    padding-top: 3px;
    top: 0;
}
.site-global-menu{
    display: none;
}
.global-menu-close{
    background-image: url(assets/img/home/header/menu-close.svg);
    background-repeat: no-repeat;
    background-size: 31px;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 1;
    width: 31px;
    height: 35px;
    right: 35px;
    top: 38px;
    cursor: pointer;
    transition: 0.5s;
}
.global-menu-close:hover{
    opacity: 0.7;
}
.is--show-menu .site-global-menu{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 505px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    text-align: left;
    z-index: 10;
}
.menu-header-container .menu , .sub-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-global-menu-ct{
    /* position: fixed; */
    /* top: 100px; */
    /* left: 100px; */
    padding: 80px;
}
.menu-header-container ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 16px;
    display: block;
    transition: 0.5s;
    position: relative;
    /* padding-right: 150px; */
    display: block;
}
.menu-header-container ul li a:after{
    content: '';
    background-image: url(assets/img/home/arrow.svg);
    top: 0;
    right: 0;
    width: 24px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: 0.5s;
}

.menu-header-container ul li.wpm-languages a:after{
    display: none;
}

.menu-header-container ul li a:hover:after{
    right: -10px;
}
.site-global-menu-ct h2{
    margin-top: 0;
    color: white;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
}
.menu-header-container .menu li a:hover{
    color: rgba(243, 204, 129, 0.7);
}
.menu-header-container .sub-menu li a {
    margin-left: 25px;
}

.site-catalog-tabs-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15x;
}
.product-box{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.site-catalog-ct h2{
    font-size: 30px;
    margin: 0 0 25px 0;
    color: white;
    font-weight: 700;
    font-family: "Playfair Display",serif;
    text-align: center;
}
.site-catalog{
    padding: 10px 0;
    background-color: #282828;
    position: relative;

}
.site-catalog:after{
    content: '';
    position: absolute;
    width: 135px;
    height: 227px;
    top: -90px;
    left: 0;
}
.site-catalog-tabs-menu{
    margin-bottom: 25px;
}
.site-catalog-tabs-menu-item{
    background: transparent;
    font-size: 14px;
    font-family: Roboto ,sans-serif;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 18px 22px;
    transition: 0.5s;
    border: 1px solid transparent;
}
.site-catalog-tabs-menu-item:last-child{margin-right: 0;}
.product-title , .product-title a{
    margin-top: 0;
    color: #282828;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 30px;
    height: 38px;
}
.product-box-content{
    background: white;
    padding: 20px;
}
.product-box-img {
    font-size: 0;
    height: 130px;
    overflow: hidden;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-box-img img{
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}
.product-description{
    color: rgba(40, 40, 40, 0.7);
    font-size: 13px;
    font-family: Roboto, sans-serif;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    height: 38px;
}
.product-box-content-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-box-content-actions-price{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-btn{
    font-size: 13px;
    font-family: Roboto, sans-serif;
    background: #F3CC81;
    text-decoration: none;
    color: #282828;
    padding: 12px 50px;
    transition: 0.5s;
}
.product-btn:hover{
    background: #C49C51
}

.product-box-content-actions-price span{
    color: rgba(40, 40, 40, 0.7);
    font-size: 12px;
    font-family: Roboto, sans-serif;
    display: block;
    margin-bottom: 4px;
}
.product-box-content-actions-price b{

    display: flex;
}
span.woocommerce-Price-amount.amount {
    display: inline-block;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #282828;
    margin-right: 4px;
}

span.woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #282828;
}
.site-catalog-tabs-menu-item:hover , .site-catalog-tabs-menu-item.is--active{
    border: 1px solid #F3CC81;
    color: rgba(243, 204, 129, 0.7);
}
.custom-product-box{
    width: 25%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-product-box a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: Roboto, sans-serif;
    text-decoration: none;
    position: relative;
    padding-bottom: 24px;
}
.custom-product-box a:after{
    position: absolute;
    content: '';
    bottom: 0;
    background-image: url(assets/img/home/prd-arrow.svg);
    background-position: center;
    width: 70px;
    height: 10px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -35px;
    transition: 0.5s;
}
.custom-product-box a:hover, .custom-product-box a:focus, .custom-product-box a:active{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.custom-product-box a:hover:after{
    left: 60%;
}
.product-box-content-actions-price ins .woocommerce-Price-amount.amount{
    font-size: 14px;
}
.menu-header-container ul li:hover:after{
    transform: translate(10px,0);
}
.site-catalog-hello{
    position: relative;
}
.site-catalog-hello-ct{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 555px;
    flex-direction: column;
    position: relative;
    color: white;
}
.site-catalog-hello-text{
    width: 380px;
}
.site-catalog-hello-text h2{
    margin-top: 0;
    font-size: 45px;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.site-catalog-hello-text p{
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto, sans-serif;
}
.site-catalog-products{
    background: #282828;
    padding: 150px 0;
}
.site-catalog-products-items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-catalog-products-item{
    height: 190px;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    position: relative;
}
.site-catalog-products-item:after{
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background:  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
    width: 100%;
    left: 0;
}
.site-catalog-products-item span{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 1;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 87%;
}
.site-catalog-products-item span:before{
    content: '';
    position: absolute;
    bottom: 3px;
    right: 7px;
    background-image: url(assets/img/home/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 10px;
    z-index: 1;
    transition: 0.5s;
    background-size: cover;
}
.site-catalog-products-ct{
    margin-top: -164px;
}
.site-catalog-products-item span:hover:before{
    right: 0px;
}
.modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow: auto;
}
.modal-ct{
    margin: 20px 0;
    padding: 60px 30px 30px;
    position: relative;
    background: white;
    transition: 0.5s;
    width: 380px;

}
.modal.is--active{
    display: flex;
}
.modal.is--active .modal-ct{
    top: 0;
}
.modal-close{
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
    background-image: url(assets/img/home/close.svg);
    background-color: transparent;
    background-size: 25px;
    transition: 0.5s;
}
.form-row{
    margin-bottom: 20px;
}
.form-text{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto, sans-serif;
    color: black;
    text-align: center;
    font-weight: 400;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    border: 0.5px solid #8C8A8A;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px;
    color: #BDBDBD;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}
.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #282828;
    border-radius: 2px;
    font-size: 14px;
    color: white;
    border: 1px solid #282828;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover{
    opacity: 0.8;
}
span.wpcf7-not-valid-tip {
    font-size: 11px;
}
div.wpcf7-response-output {
    margin-top:0;
    font-size: 13px;
}
.modal-close:hover{
    opacity: 0.7;
}
span.wpcf7-not-valid-tip{
    margin-top: 7px;
}
.site-error-page-ct{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-error-page-text h2{
    margin-top: 0;
    font-weight: 900;
    font-size: 150px;
    color: white;
    font-family: Roboto, sans-serif;
    margin-bottom: 60px;
}
.site-error-page-text{
    text-align: center;
}
.site-error-page-text p{
    font-weight: 500;
    font-size: 48px;
    font-family: Roboto, sans-serif;
    color: white;
    margin-bottom: 60px;
}
.site-error-page-text a{
    display: inline-block;
    background: #F3CC81;
    border: 1px solid  #F3CC81;
    font-size: 13px;
    padding: 12px 75px;
    text-align: center;
    color: #282828;
    text-decoration: none;
    transition: 0.5s;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.site-error-page-text a:hover{
    opacity: 0.7;
}


@media all and (min-device-width: 64em) and (max-device-width: 75em),(max-width: 75em) and (min-width: 64em) {
    .nw{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }
    .is--show-menu .site-global-menu{
        width: 387px;
    }
    .header-ct{
        padding: 25px 30px;
    }
    .header-menu-button {
        left: 29px
    }
    .site-global-menu-ct{
        padding: 80px 50px;
    }
    .site-advantages{
        padding: 100px 30px 50px;
    }
    .site-catalog:after{
        display: none;
    }
    .site-delivery:after{
        display: none;
    }
    .site-catalog{
        padding: 100px 30px;
    }
    .product-btn{
        padding: 12px 24px;
    }
    span.woocommerce-Price-amount.amount{
        margin-bottom: 0;
    }
    .site-about-ct{
        padding: 100px 30px;
    }
    .about-text br {
        display: none;
    }
    .site-delivery{
        padding: 100px 30px;
    }
    .site-delivery-item:after{
        left: 77%;
    }
    .delivery-text br{
        display: none;
    }
    .site-cooperation{
        padding: 120px 30px 40px;
    }
	.site-production{
        padding: 120px 30px 40px;
    }
    .site-contacts{
        padding: 100px 30px;
    }
    .footer-text{
        width: 55%;
    }
    .footer-info{
        width: 30%;
    }
    .footer-ct{
        padding: 20px;
    }
    .site-catalog-products{
        padding: 150px 30px;
    }
    .site-catalog-products-item span{
        font-size: 15px;
        left: 12px;
    }
}
@media all and (min-device-width: 48em) and (max-device-width: 63.937em),(max-width: 63.937em) and (min-width: 48em) {
    .nw{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .header-ct{
        padding: 25px 20px;
    }
    .header-menu-button{
        left: 31px;
    }
    .header-info a{
        font-size: 12px;
        padding: 9px 7px 9px 22px;
    }
    .header-shop a{
        width: 26px;
        height: 26px;
    }
    .header-shop span{
        margin-top: 14px;
    }
    .is--show-menu .site-global-menu{
        width: 355px;
    }
    .site-global-menu-ct{
        padding: 70px 45px 0;
    }
    .site-hello-text h1 span{
        font-size: 115px;
    }
    .site-advantages{
        padding: 100px 20px 50px;
    }
    .adv-title br{
        display: none;
    }
    .site-advantages-item{
        padding: 60px 20px 25px;
    }
    .site-catalog:after{
        display: none;
    }
    .site-delivery:after{
        display: none;
    }
    .site-catalog{
        padding: 50px 20px 100px;
    }
    .product-box{
        width: calc(33.333% - 30px);
        padding: 0;
        margin: 0 15px 30px;
    }
    .product-title, .product-title a{
        margin-bottom: 20px;
    }
    .product-btn{
        padding: 12px 24px;
    }
    .custom-product-box{
        width: 26%;
        padding: 0;
    }
    .site-about-ct{
        padding: 100px 20px;
    }
    .about-text br{
        display: none;
    }
    .about-text{
        font-size: 14px;
    }
    .about-title{
        font-size: 50px;
    }
    .site-delivery{
        padding: 100px 20px;
    }
    .delivery-text br{
        display: none;
    }
    .site-delivery-item:after{
       display: none;
    }
    .site-cooperation{
        padding: 120px 20px 40px;
    }
    .site-cooperation-text-section{
        padding: 70px 119px 87px;
    }
    .site-cooperation-text-section p br{
        display: none;
    }
    .site-production{
        padding: 120px 20px 40px;
    }
    .site-production-text-section{
        padding: 70px 119px 87px;
    }
    .site-production-text-section p br{
        display: none;
    }
    .site-contacts{
        padding: 135px 20px 100px;
    }
    .site-contacts-item:last-child{
        padding-right: 50px;
    }
    .site-contacts-item:first-child{
        padding-left: 50px;
    }
    .contacts-text br{
        display: none;
    }
    .footer-ct{
        padding: 20px;
    }
    .footer-logo{
        width: 20%;
        padding: 14px 22px 0 0 ;
    }
    .footer-text{
        width: 50%;
    }
    .footer-info{
        width: 25%;
    }
    .footer-info a:last-child{
        padding-left: 0;
        margin-bottom: 0;
    }
    .footer-info a{
        margin-bottom: 3px;
        display: block;
    }
    .site-catalog-products{
        padding: 150px 20px;
    }
    .site-catalog-products-item{
        width: calc(33.3% - 30px);
    }
    .site-catalog-products-item span{
        font-size: 14px;
    }
    .site-catalog-products-items{
        justify-content: space-between;
        margin: 0;
    }
    .site-error-page-text h2{
        font-size: 120px;
        margin-bottom: 45px
    }
    .site-error-page-text p{
        font-size: 38px;
    }

}
@media all and (min-device-width: 30em) and (max-device-width: 47.937em),(max-width: 47.937em) and (min-width: 30em) {
     .nw{
         width: 100%;
         max-width: 100%;
         min-width: 100%;
     }
    .header-ct{
        padding: 20px 30px;
    }
    .header-menu-button{
        left: 30px;
    }
    .header-logo{
        width: 37%;
    }
    .header-menu{
        width: 10%;
    }
    .header-info a{
        width: 89px;
        display: block;
        padding: 17px 17px;
        font-size: 0px;
        background-position: center;
    }
    .header-info{
        padding-right: 9px;
        align-items: flex-end;
    }
    .header-info span{
        font-size: 12px;
    }
    .header-shop span{
        font-size: 12px;
        margin-top: 13px;
    }
    .global-menu-close{
        right: 17px;
        top: 27px;
    }
    .is--show-menu .site-global-menu{
        width: 235px;
    }
    .site-global-menu-ct{
        padding: 70px 30px;
    }
    .site-global-menu-ct h2{
        font-size: 25px;
    }
    .menu-header-container ul li a{
        font-size: 13px;
    }
    .menu-header-container .sub-menu li a{
        margin-left: 14px;
    }
    .site-hello-text h1{
        font-size: 38px;
    }
    .site-hello-text h1 span{
        font-size: 100px ;
    }
    .site-hello-text{
        padding: 45px 55px;
    }
    .site-advantages{
        padding: 80px 20px;
    }
    .site-catalog:after , .site-delivery:after{
        display: none;
    }
    .product-box{
        width: calc(50% - 30px);
        margin: 0 15px 30px;
        padding: 0;
    }
    .site-advantages-items{
        flex-wrap: wrap;
    }
    .site-advantages-item{
        width: 50%;
        padding: 46px 21px 32px;
    }
    .adv-title br{
        display: none;
    }
    .site-catalog{
        padding: 80px 20px;
    }
    .product-btn{
        padding: 12px 21px;
    }
    span.woocommerce-Price-amount.amount{
        font-size: 16px;
    }
    span.woocommerce-Price-currencySymbol{
        font-size: 16px;
    }
    .site-about-ct{
        padding: 80px 20px;
    }
    .site-about-items{
        flex-wrap: wrap;
    }
    .site-about-item{
        width: 50%;
        margin-bottom: 40px;
    }
    .about-text br{
        display: none;
    }
    .site-about-item:nth-child(3){
        padding-left: 0;
    }
    .site-about-item:nth-child(2){
        padding-right: 0;
    }
    .custom-product-box{
        width: 50%;
    }
    .custom-product-box a{
        text-align: center;
    }
    .site-delivery{
        padding: 80px 20px;
    }
    .site-delivery-item:after{
        display: none;
    }
    .site-delivery-items{
        flex-wrap: wrap;
    }
    .site-delivery-item{
        width: 50%;
    }
    .delivery-text br{
        display: none;
    }
    .site-cooperation{
        padding: 80px 20px;
    }
    .site-cooperation-ct{
        flex-wrap: wrap;
    }
    .site-cooperation-text-section{
        width: 100%;
        margin-left: 0;
        padding: 73px 41px 108px;
    }
    .site-cooperation-img-section{
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .site-cooperation-text-section p br{
        display: none;
    }
	    .site-production-text-section{
        width: 100%;
        margin-left: 0;
        padding: 73px 41px 108px;
    }
    .site-production-img-section{
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .site-production-text-section p br{
        display: none;
    }
    .site-contacts{
        padding: 90px 20px;
    }
    .site-contacts-item:last-child{
        padding-right: 14px;
    }
    .site-contacts-item{
        padding: 70px 14px;
    }
    .site-contacts-item:first-child{
        padding-left: 14px;
    }
    .contacts-text br{
        display: none;
    }
    .footer-ct{
        padding: 20px;
    }
    .footer-logo{
        width: 35%;
        text-align: center;
    }
    .footer-text{
        width: 65%;
    }
    .footer-info{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel{
        width: 100%;
    }
    .modal-ct{
        width: 330px;
    }
    .form-text br{
        display: none;
    }
    .site-catalog-products{
        padding: 150px 20px;
    }
    .site-catalog-products-item{
        width: calc(50% - 30px);
    }
    .site-catalog-products-item span{
        font-size: 15px;
        left: 15px;
    }
    .site-catalog-hello-text h2{
        font-size: 42px;
    }
    .site-error-page-text h2{
        font-size: 100px;
        margin-bottom: 40px;
    }
    .site-error-page-text p{
        font-size: 30px;
    }
    .site-error-page-text a{
        padding: 12px 50px;
    }
}
@media all and (min-device-width: 0em) and (max-device-width: 29.937em), (min-width: 0em) and (max-width: 29.937em) {
    .nw{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .header-ct{
        padding: 20px 10px;
    }
    .header-menu-button{
        left: 13px;
        background-size: 25px;
    }
    .header-info span{
        display: none;
    }
    .header-info a{
        font-size: 0;
        width: 50px;
        background-position: center;
        padding: 10px;
    }
    .header-shop span{
        display: none;
    }
    .header-menu{
        width: 12%;
    }
    .header-logo{
        width: 42%;
    }
    .header-info{
        padding-right: 10px;
    }
    .header-shop a{
        width: 23px;
        height: 25px;
    }
    .site-global-menu-ct{
        padding: 65px 20px 0;
    }
    .is--show-menu .site-global-menu{
        width: 100%;
    }
    .menu-header-container ul li a:after{
        right: 18px;
    }
    .site-hello-ct{
        padding: 0 20px;
    }
    .site-hello-text{
        padding: 38px 30px;
    }
    .site-hello-text h1 span{
        font-size: 80px;
    }
    .site-hello-text h1{
        font-size: 27px;
    }
    .site-hello-text p{
        font-size: 14px;
    }
    .site-hello-text p br{
        display: none;
    }
    .site-advantages{
        padding: 70px 40px;
    }
    .site-advantages-item{
        width: 100%;
        padding: 30px 0;
    }
    .site-advantages-items{
        flex-wrap: wrap;
    }
    .site-advantages-item:first-child{
        padding-top: 65px;
    }
    .site-advantages-item:last-child{
        padding-bottom: 65px;
    }
    .site-catalog:after , .site-delivery:after{
        display: none;
    }
    .site-catalog{
        padding: 70px 10px;
    }
    .product-box{
        width: 100%;
        padding: 0 20px;
    }
    .site-catalog-tabs-item{
        margin:0;
    }
    .site-title{
        font-size: 22px ;
        width: 200px;
        margin: 0px 0px 0px -101px;
        top: -13px;
    }
    .site-catalog-ct h2{
        font-size: 25px;
    }
    .site-catalog-tabs-menu-item{
        padding: 18px 14px;
    }
    .product-btn{
        padding: 12px 42px;
    }
    .custom-product-box{
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .site-about-ct{
        padding: 70px 10px;
    }
    .site-about-items{
        flex-wrap: wrap;
    }
    .site-about-item{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .site-about-item:last-child{
        margin-bottom: 0;
    }
    .site-about-item:after{
       display: none;
    }
    .site-about-ct h2{
        font-size: 35px;
    }
    .about-title{
        font-size: 50px;
    }
    .about-text{
        font-size: 13px;
        padding: 0 15px;
    }
    .about-text br{
        display: none;
    }
    .site-delivery{
        padding: 70px 10px;
    }
    .site-delivery-item:after{
        display: none;
    }
    .site-delivery-items{
        flex-wrap: wrap;
    }
    .site-delivery-item{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .site-delivery-item:last-child{
        margin-bottom: 0;
    }
    .site-cooperation{
        padding: 70px 10px;
    }
    .site-cooperation-img-section{
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .site-cooperation-ct{
        flex-wrap: wrap;
    }
    .site-cooperation-text-section{
        width: 100%;
        margin: 0;
        padding: 47px 30px 130px;
    }
    .site-cooperation-text-section:after{
        width: 111px;
        height: 112px;
    }
    .site-cooperation-text-section p br{
        display: none;
    }
    .site-cooperation-text-section button{
        padding: 15px 39px;
    }
	   .site-production-text-section:after{
        width: 111px;
        height: 112px;
    }
    .site-production-text-section p br{
        display: none;
    }
    .site-production-text-section button{
        padding: 15px 39px;
    }
    .site-contacts{
        padding: 70px 10px;
    }
    .site-title:last-child{
        width: 160px;
        margin: 0px 0px 0px -79px;
    }
    .site-contacts-items{
        flex-wrap: wrap;
    }
    .site-contacts-item{
        width: 100%;
        padding: 40px;
    }
    .site-contacts-item:first-child{
        padding-left: 40px;
    }
    .site-contacts-item:last-child{
        padding-right: 40px ;
    }
    .footer-ct{
        padding: 20px;
    }
    .footer-logo{
        width: 100%;
        border: 0;
        padding: 0;
        text-align: center;
    }
    .footer-text{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-text p br{
        display: none;
    }
    .footer-info{
        width: 100%;
        text-align: center;
    }
    .modal-ct{
        width: 268px;
        padding: 60px 17px 30px;
    }
    .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel{
        width: 100%;
        font-size: 13px;
    }
    .form-text br{
        display: none;
    }
    .form-text{
        font-size: 13px;
    }
    .wpcf7-form-control.wpcf7-submit{
        font-size: 13px;
    }
    .site-catalog-hello-text h2{
        font-size: 35px;
    }
    .site-catalog-hello-text p br{
        display: none;
    }
    .site-catalog-hello-text p{
        font-size: 14px;
    }
    .site-catalog-hello-text{
        width: 100%;
        padding: 0 10px;
    }
    .site-catalog-products{
        padding: 150px 10px;
    }
    .site-catalog-products-items{
        margin: 0;
    }
    .site-catalog-products-item{
        width: 100%;
        margin: 0 0 10px;
    }
    .site-error-page-text h2{
        font-size: 80px;
        margin-bottom: 30px;
    }
    .site-error-page-text p{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .site-error-page-text a{
        padding: 12px 40px;
    }
}

.woocommerce-notices-wrapper{
    display: none !important;
}
@media screen and (max-width: 810px) {
    .order__details-delivery p {
        display: flex;
        flex-direction: column;
    }
}

.social__links{
    display: flex;
    padding-top: 10px;
}

@media screen and (max-width: 768px){
    .social__links{
       justify-content: center;
    }
}

    .social__links a{
    width: 40px;
    margin-right: 5px ;
}

/* Блок отзывов */
.item-wrap p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-bottom: 45px;
    padding-top: 25px;
}
.wr-ot{
    font-size: 0;
    display: table;
    margin: 0 auto;
}
.wr-ot span{
   display: inline-block;
   vertical-align: middle;
   font-size: 18px;
   color: #fff;
   padding-left: 12px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.wr-ot img{
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    display: inline-block!important;
    vertical-align: middle;
}
.owl-dots{
    display: none;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    margin-top: -69px;
    background: url('img/left.png') no-repeat!important;
    width: 15px!important;
    height: 26px!important;
    display: block;
}
.owl-nav .owl-prev{
    left: 0;
}
.owl-nav .owl-next{
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.owl-carousel1{
    padding: 0 45px;
}
.os_ot{
    background-color: #F3CC81;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: center;
    border-radius: 30px;
    padding: 9px 17px 9px 17px;
    text-decoration: none;
    font-size: 13px;
    color: #575757;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    transition: 0.5s;
    margin: 0 auto;
    display: table;
}
.wr-ot{
    margin-bottom: 55px;
}
.os_ot:hover{
    text-decoration: none!important;
}

button.btn_url {
    margin-top: 10px;  background: transparent; font-size: 13px; width: 100%; padding: 10px; border: 1px solid #fff; color: #fff;
}
button.btn_url:hover {background-color: #F3CC81;
color: black;}

button.btn_url:active {
  background-color: #F3CC81;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
    color: black;
}

.order__details-delivery {
	display:none !important;
}