html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	width: 100%;
	background: #fff;
	letter-spacing: .5px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	 font-family: Montserrat-Light;
	 src: url(./fonts/Montserrat-Light.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: Montserrat-Regular;
	 src: url(./fonts/Montserrat-Regular.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: Montserrat-SemiBold;
	 src: url(./fonts/Montserrat-SemiBold.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: Montserrat-Bold;
	 src: url(./fonts/Montserrat-Bold.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: Montserrat-ExtraBold;
	 src: url(./fonts/Montserrat-ExtraBold.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: uncode-icons;
	 src: url(./fonts/uncode-icons.ttf);
	 font-weight: normal;
}
/*УДАЛИТЬ*/
#wpadminbar {
    z-index: 999999999999;
    display: none;
}
/**/
body {	
	font-family: Montserrat-Medium, sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
}
html, body, #page {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;	
}
h1, h2 {
}
h1, home h2 {    
    color: #32802E;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
    font-family: Montserrat-SemiBold, sans-serif;
    position: relative;
}
h2.wp-block-heading, .home-textbottom h2, .woocommerce-shop header.entry-header h1, .category-bg h2, .home-zamer-text h2, .carousel h2 {
    color: #383838;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-family: Montserrat-SemiBold, sans-serif;
	position: relative;
    display: inline-block;
}
p {
	color: rgba(56, 56, 56);	
	font-family: Montserrat-Medium, sans-serif;
    font-size: 16px;
    line-height: 24px;
	padding-bottom: 10px;
}
strong, b {
    font-family: Montserrat-SemiBold, sans-serif;
}
a {
	outline: none !important;
}
a:visited {
    color: inherit;
}
.container, .home .booktable-all {
    max-width: 1166px;
    margin: 0 auto;
    padding: 0 20px;
}
.post, .page {
    margin: 0;
}
a#scroll-to-top {
    background: url(../images/scroll.png) no-repeat center center;
	width: 60px;
    height: 60px;
    background-size: contain;
	z-index: 10;
}
#page {
    background: url(../images/decor.png) repeat-y right,
				url(../images/decor-left.png) repeat-y left;
    background-size: 15%;
}
/*-------------------
unicode icon
-------------------*/
.fa {
    font-family: uncode-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
	color: #383838;
	font-size: 20px;
	position: relative;
    top: 2px;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-mail:before {
    content: "\e066";
}
.fa-time:before {
    content: "\e698";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-times:before {
    content: "\f00d";
}
i.fa.fa-map-marker, i.fa.fa-phone, i.fa.fa-envelope {
    color: #dbad70;
    font-size: 26px;
	top: -3px;
}
i.fa.fa-mobile {    
    color: #fff;
    font-size: 38px;
    top: 0;
}
i.fa.fa-whatsapp {
    color: #fff;
    top: 0;
    font-size: 28px;
}
i.fa.fa-clock-o {    
    color: #fff;
}
.footer-text i.fa.fa-map-marker {
    color: #fff;
	padding-right: 14px;
    left: 3px;
}
.fa-style .fa {
    color: #E12A2A !important;
}
.contact-item i.fa.fa-map-marker, .contact-item i.fa.fa-envelope {
	top: -2px;
}
i.fa.fa-play, i.fa.fa-pause {
    font-size: 50px;
    color: #fff;
}
.more-link {
    text-align: center;
    margin: 20px;
}
.more-link a {
    color: #272022;
}
.home .entry-content, .home main#primary article {
    margin-top: 0;
	padding: 30px 0;
}
.pum {
	background: url(../images/pum-bg.jpg) no-repeat center;	
	background-size: cover;
}
@media screen and (max-width: 781px) {
		h1, home h2 {
		font-size: 40px;
		line-height: 46px;
	}
}
/*-------------------------
Header
-------------------------*/
.header-top {
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.header-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-12.header-style, .header-3.header-style, .header-4.header-style {
    display: flex;
    justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}
.header-12 {
    max-width: 500px;
}
.site-branding img {
    max-width: 120px;
}
.header-mail a {
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
}
.header-phone-top {
    padding-left: 30px;
    font-size: 14px;
}
.header-phone a {
	font-family: Montserrat-Bold, sans-serif;    
    color: #000;
    display: inline-block;
    font-size: 16px;
    transition: .5s;
    white-space: nowrap;
    line-height: 20px;
	letter-spacing: 1px;
}
.header-phone a:hover, .header-mail a:hover {
    color: #328e2d;
	transition: .5s;
}
.header-phone {
}
a.pum-trigger {
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #328e2d;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #a9a8a8;
    display: inline-block;
    margin-top: 5px;
    transition: .5s;
}
a.pum-trigger:hover {
    background: #636762;
	color: #fff;
	transition: .5s;
}
a.pum-trigger i.fa {
    color: #41464e;
    font-size: 15px;
    top: 1px;
}

.home header#masthead {
	padding: 20px 0 0;
	margin-bottom: 20px;
}
header#masthead {
	padding: 20px 0;
}
.header-42.mc {
    display: flex;
}
button.wc-block-mini-cart__button {
    cursor: pointer;
}
.wp-block-woocommerce-customer-account svg:hover {
    color: #8a8b8a;
}
.header-43.mc {
    width: 100%;
}
.social-icon img {
    max-width: 40px;
    padding: 5px;
}
@media screen and (max-width: 630px) {
	.header-all {
		flex-wrap: wrap;
	}
	.header-1, .header-12 {
		margin-bottom: 10px;
	}
	.site-branding img {
		max-width: 80px;
	}
	.header-3 {
		order: 1;
		width: 100%;
		margin-top: 10px;
	}
	.header-32.mc {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.header-mail, .header-phone {
		margin-right: 15px;
	}
	.header-button {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
	.header-3 {
        order: 0;
    }
	.header-4 {
		width: auto;
		margin-top: 10px;
	}
	.header-43.mc {
		width: auto;
	}
}
/*-------------------------
Header Bottom
-------------------------*/
.header-bottom {
    position: relative;
}
.header-bottom-topbg {
	background: url(../images/header-bg-green.png)  no-repeat center top;
	width: 100%;
	height: 30px;
}
.header-bottom-bottombg {
	background: #5ba457;	
}
.header-content {
    position: relative;
}
.header-bottom-left {
    display: flex;
    align-items: center;
    font-size: 28px;
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    text-shadow: 0 0 5px #61636085;
    max-width: 60%;
    padding: 10px 10px 20px 0;
}
.header-bottom-right-bg {
    position: absolute;
    top: -30px;
    right: 0;
}
.header-bottom-right {
    background-color: #5d5d20;
    padding: 10px;
}
.header-bottom-right p {
    color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	font-family: Montserrat-Regular, sans-serif;
}
.header-bottom-right-bgbottom {
	background: url(../images/header-bg-brown.png)  no-repeat right bottom;
	height: 16px;
    width: 142px;
    right: 0;
    position: absolute;
}
@media screen and (max-width: 630px) {
	.header-bottom-left {
		max-width: none;
		font-size: 22px;
		line-height: 28px;
	}
	.header-bottom-right-bg {
		position: relative;
		top: -20px;
	}
}
/*-------------------------
Top Menu
-------------------------*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
}
#mega-menu-wrap-midmenu #mega-menu-midmenu a.mega-menu-link {
    transition: .5s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    height: auto;
    vertical-align: middle;
    padding: 0 25px 0 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after {
	content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #ffffffa1;
	/*opacity: 0;*/
    transition: .5s;
    margin-top: -5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
	/*opacity: 1;*/	
    width: 100%;
    transition: .5s;
}
#mega-menu-wrap-menu-1.mega-sticky {
    background: #3f434e;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: Montserrat-Semibold, sans-serif;	
}
@media screen and (max-width: 800px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		padding: 0 20px 0 0;
	}
}
/*----------------
Липкое меню
----------------*/
.wrapfixed header#masthead {
    padding: 0;
    margin-bottom: 0;
}
.wrapfixed .header-1, .wrapfixed .header-3 {
    display: none;
}
.wrapfixed .header-12 {
    max-width: none;
}
.wrapfixed .header-43.mc {
    width: auto;
}
@media screen and (max-width: 630px) {
    .wrapfixed .header-12 {
        margin-bottom: 0;
    }
}
/*----------------
Выпадающее меню
----------------*/
ul.mega-sub-menu .textwidget.custom-html-widget {
    border-right: 1px solid #525c6a;
}
.flex-3.topmenu-dev {
    justify-content: left;
}
.topmenu-dev-title-top {
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.flex-3.topmenu-dev .flex-item {
    width: calc(33.3333% - 10px);
	margin-right: 10px;
}
.topmenu-dev-title {
	font-family: Montserrat-SemiBold, sans-serif;
    font-size: 16px;
    text-align: center;
}
.topmenu-dev-all a {
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    color: #c11313;
    margin-bottom: 10px;
}
.topmenu-dev ul {
    display: block !important;
    left: 0 !important;
    box-shadow: none !important;
    position: relative !important;
}
.topmenu-dev ul li a {
    font-size: 16px;
    transition: .5s;
}
.topmenu-dev ul li a:hover {
    text-decoration: underline;
    transition: .5s;
}
a.topmenu-dev-all {
    color: #ad0f0f;
    font-size: 18px !important;
}

ul.mega-sub-menu .tagcloud a {
    font-size: 16px !important;
    color: #3f434e;
}
ul.mega-sub-menu .tagcloud a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1070px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 781px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		padding: 20px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a:after {
		display: none;
	}
	.dgwt-wcas-search-wrapp {
		margin: 10px auto;
	}
}
/*----------------
Slider
----------------*/
.slider_container {
    max-height: 100%;
}
.slider_home_box, .slider_home_news_box .container, .slider-home {
	position: relative;
}
.slider_home_item {
    color: #fff;
    margin: 0 auto;
	height: 540px;
}
.slider_container .container {
    display: flex;
    justify-content: space-between;
    position: relative;
	padding: 20px;
}
.slider_home_left {
    padding: 100px 40px 0 0;
}
.slider_home_item_title {
    font-size: 45px;
    line-height: 54px;
    padding-bottom: 30px;
}
.slider_home_item_title span, .slider_home_item_text span {
    color: #f4be76;
}
.slider_home_item_text {
	font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px;
    max-width: 650px;
}
.slider_home_item_btn a, a.pum-trigger {
	padding: 10px 20px;
    box-shadow: none;
}
.slider_home_right {
    padding: 20px 0 0;
}
.slider_home_item_img_right {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    height: 100%;
}
.slick-slide img {
    object-fit: contain;
    max-height: 500px;
}

.slider_home ul.slick-dots, .slider_home_news ul.slick-dots {
    display: none;
}

.container.carousel {
    margin: 50px auto;
}
.container.carousel img {
    height: 600px;
    object-fit: cover;
}
.slider-carousel img {
    margin: 5px;
}
.slider-carousel img:first-child {
    margin-left: 0;
}
.container.carousel button {
    border: none;
    background: transparent;
}
button.btn-prev.slick-arrow, button.btn-next.slick-arrow {
	position: absolute;
	cursor: pointer;
	padding: 0;
    top: calc(50% - 20px);
	transition: .5s;
}
button.btn-prev.slick-arrow .fa, button.btn-next.slick-arrow .fa {
	font-size: 30px;
}
button.btn-prev.slick-arrow:hover .fa, button.btn-next.slick-arrow:hover .fa {
	color: #f4be76;
	transition: .5s;
}
button.btn-prev.slick-arrow {
    left: -40px;
}
button.btn-next.slick-arrow {
    right: -35px;
}

@media screen and (max-width: 980px) {
	.slider_home_right {
		padding: 60px 0 0;
	}
	.slider_home_item_title {
		font-size: 36px;
		line-height: 42px;
		padding-bottom: 30px;
	}
	.slider_home_item_text {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 781px) {
	button.btn-next.slick-arrow {
		right: -15px;
	}
	button.btn-prev.slick-arrow {
		left: -15px;
	}
}
@media screen and (max-width: 640px) {
	.slider_container .container {
		flex-wrap: wrap;
	}
	.slider_home_left {
		position: relative;
		z-index: 1;
		background: rgb(0 0 0 / 60%);
		padding: 20px;
		margin-top: 20%;
	}
	.slider_home_right {
		padding: 0;
		position: absolute;
	}
}
@media screen and (max-width: 569px) {
	.slider_home_item_text {
	}
}
/*-------------------------
Кнопки
-------------------------*/
.green-button {
    display: flex;
    justify-content: center;
	margin-top: 10px;
}
.green-button a {
    display: inline-block;
    white-space: nowrap;
    background: #328e2d;
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #328e2d;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #a9a8a8;
    display: inline-block;
    margin-top: 5px;
    transition: .5s;
}
.green-button2 {
    display: inline-block;
    white-space: nowrap;
    background: #328e2d;
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #328e2d;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #a9a8a8;
    display: inline-block;
    margin-top: 5px;
    transition: .5s;
}
.green-button a:hover, .green-button2:hover, .home-category a:hover .green-button2 {
    background: #636762;
    transition: .5s;
}
/*-------------------------
Главная
-------------------------*/
.home .site-main-container {
    padding: 0;
}
.homepage-content p {
    max-width: 400px;
    margin: 0 auto;
    line-height: 26px;
}
.h-green-gray {
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0 10px 0;
    background: #f2f2f2;
    box-shadow: inset 0 5px 10px #7f7f7f63;
    border-bottom: 2px solid #7f7f7f1a;
    color: #328D2D;
	font-size: 24px;
	font-family: Montserrat-SemiBold, sans-serif;
}
.home-category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}
.home-category a {
    width: calc(25% - 20px);
    text-align: center;
	text-decoration: none;
}
.home-category a h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #5A3B09;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 14px;
}
.home-cat-img {
    min-height: 143px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-cat-img img {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #a1ada070;
	transition: .5s;
}
.home-cat-img img:hover, .home-category a:hover img {
	opacity: .8;
	transition: .5s;
}
.home-category-img-text {
    display: flex;
    margin: 10px auto 40px;
    max-width: 80%;
    justify-content: space-between;
}
.home-category-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.home-category-text12 p {
    max-width: 450px;
}
.home-category-text1 p {
    color: #5A3B09;
    font-size: 22px;
    line-height: 28px;
	font-family: Montserrat-SemiBold, sans-serif;
	margin-bottom: 20px;
}
.home-category-text2 p {
    color: #32802E;
    font-size: 30px;
    line-height: 40px;
	font-family: Montserrat-SemiBold, sans-serif;
}
.h-green-white-midbg {
    /*background: #5ba457;*/
    color: #fff;
    font-family: Montserrat-Bold, sans-serif;
    padding: 5px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    min-height: 30px;
}
.h-green-white-midbg .container2 {
    position: relative;
	background: url(../images/header-green-bg.png) repeat-x;
	max-width: 85%;
}
.h-green-white-midbg .container2::before {
	content: "";
	background: url(../images/header-green-bg.png) repeat-x;
	width: 100%;
    display: block;
    position: absolute;
    left: -100%;
    height: 100%;
}
.h-green-white-midbg .container2::after {
	content: "";
    background: url(../images/header-after.png) no-repeat;
    width: 100%;
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
}
.h-green-white-midbg h2 {
    padding: 5px 0;
}
.home-block2-preim {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home-block2-preim-left, .home-block2-preim-center, .home-block2-preim-right {
    width: calc(33.3333% - 10px);
}
.home-block2-preim-item {
    margin: 15px 0;
    width: 100%;
}
.home-block2-preim-item .green-button2 {
	text-transform: none;
	text-align: center;
	font-family: Montserrat-SemiBold, sans-serif;
	font-size: 18px;
	width: 100%;
}
.home-block3-all {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.home-block3-all img {
    max-width: 33.3333%;
    padding: 5px;
}
.home-block3-all img:nth-child(2) {
    padding-top: 80px;
}
.home-4-all, .home-5-all, .home-7-all {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-block4-left, .home-block4-right, .home-block5-left, .home-block5-right {
    width: 50%;
}
.home-block4-left, .home-block5-left, .home-block6-left, .home-block7-left {
    padding: 10px 50px 0 0;
}
.home-block4-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.home-block4-right img:first-child, .home-block4-right img:nth-child(4) {
    width: 40%;
    max-height: 220px;
	object-fit: contain;
}
.home-block4-right img:nth-child(2), .home-block4-right img:nth-child(3) {
    width: 60%;
    max-height: 220px;
	object-fit: contain;
}
.home-block4-right img, .home-block7-right img {
    padding: 10px;
	border-radius: 40px;
}
.home-block4-left p, .home-block5-left p, .home-block6-left p {
    font-size: 20px;
    line-height: 28px;
    max-width: 440px;
}
.home-4-all .green-button, .home-5-all .green-button {
    justify-content: flex-start;
}
.home-6-all {
    margin: 40px 0;
}
.home-6-all .green-button {
    width: 100%;
}
.home-6-all span.onsale, .home-6-all span.price, .home-6-all .woocommerce ul.products li.product .button {
    display: none;
}
.home-6-all ul.products li.product img {
    margin: 0 auto;
}
.home-6-all .woo-product-short-desc {
    color: #979797;
    font-size: 14px;
    line-height: 16px;
}
.home-block7-left {
    width: 70%;
}
.home-block4-left p, .home-block5-left p, .home-block6-left p, .home-block7-left p, .home-block9-left p {
    font-size: 20px;
    line-height: 28px;
}
.calculator {
    margin: 40px 0 60px 0;
}
.home-9-all {
    display: flex;
    justify-content: space-between;
}
.hb9 {
    color: #2F862B;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
	font-family: Montserrat-SemiBold, sans-serif;
}
.home-block9-right img {
    margin-left: -40px;
}
@media screen and (max-width: 781px) {
	.home-category-img-text {
		max-width: 100%;
	}
	.home-category-text2 p {
		font-size: 26px;
		line-height: 30px;
	}
	.home-block4-left, .home-block4-right, .home-block5-left, .home-block5-right, .home-block7-left, .home-block7-right {
		width: 100%;
	}
	.home-block4-left, .home-block5-left, .home-block6-left, .home-block7-left {
		padding: 10px 0;
	}
	.home-block4-left p, .home-block5-left p, .home-block6-left p, .home-block7-left p {
		max-width: none;
	}
	.h-green-white-midbg h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.h-green-gray {
		font-size: 20px;
		line-height: 24px;
	}
	.home-block7-right img {
		padding: 20px 0 0 0;
	}
	.home-9-all {
		flex-wrap: wrap;
	}
	.home-block9-right img {
		margin-left: 0;
	}
}
@media screen and (max-width: 630px) {
	.home-category a {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
	.home-block2-preim-left, .home-block2-preim-center, .home-block2-preim-right {
		width: 100%;
		text-align: center;
	}
	.home-category-img-text {
		flex-wrap: wrap;
		justify-content: center;
	}
	.home-category-img {
		margin-bottom: 20px;
	}
	.home-category-text {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 300px) {
	.home-category a {
		width: 100%;
	}
}

/*-------------------------
Контент
-------------------------*/
.page-id-28 header.entry-header {
    display: none;
}
.page-id-28 p.has-text-color strong {
    color: #492f08;
}
.entry-content table {
	margin-bottom: 30px;
	font-family: Montserrat-SemiBold, sans-serif;
	color: #383838;
}
.entry-content table td {
    padding: 5px;
    border-bottom: 1px solid rgb(63 67 78 / 30%);
	transition: .5s;
}
.entry-content table tr {
    background: transparent;
	transition: .5s;
}
.entry-content table tr:hover {
    background: #fff;
	transition: .5s;
}
.entry-content strong {
	font-family: Montserrat-Bold, sans-serif;
}
@media screen and (max-width: 781px) {
	figure.wp-block-image.size-full {
		display: flex;
		justify-content: center;
	}
	.homepage-content p {
		max-width: none;
	}
}
/*-------------------------
Новости
-------------------------*/
.last-posts-container h2, .archive h1, .single-post h1.entry-title {
    color: #383838;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
	font-family: Montserrat-SemiBold, sans-serif;
}
.archive h1 {
	margin-bottom: 40px;
}
.last-posts-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.news-link a {
	margin-left: 30px;
}
ul.flex-news img {
    width: 100%;
    height: 240px;
    object-fit: cover;
	margin-bottom: 15px;
	filter: grayscale(100%);
	transition: .5s;
}
.archive ul.flex-news img {
	filter: grayscale(0);
	transition: .5s;
}
ul.flex-news img:hover {
	filter: grayscale(0);
	transition: .5s;
}
.archive ul.flex-news img:hover {
	filter: grayscale(100%);
	transition: .5s;
}
ul.flex-news a {
    text-decoration: none;
}
ul.flex-news h3 a {
    color: #191919;
    margin: 10px 0 0;
    line-height: 19px;
    display: inline-block;
}
span.post-date {
    color: #0593FF;
    text-decoration: none;
	font-family: Montserrat-Regular, sans-serif;
}
nav.woocommerce-pagination {
    display: inline-block;
    margin: 30px 0;
    width: 100%;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
}
ul.page-numbers li {
    margin: 0 5px;
	padding: 5px;
	border: 1px solid #cbced5;
}
ul.page-numbers li a {
    text-decoration: none;
}
span.page-numbers.current {
    color: #b1874e;
	text-decoration: underline;
}
@media screen and (max-width: 781px) {
}
/*-------------------------
Отдельные новости
-------------------------*/
.single-post aside#secondary {
    padding-left: 30px;
    order: 1;
    margin-right: 0;
	min-width: 360px;
}
.single-post section#recent-posts-2 {
    background: #F2F2F2;
    padding: 30px 20px;
}
.single-post h2.widget-title {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #0593FF;
}
.single-post section#recent-posts-2 li {
    display: flex;
	flex-wrap: wrap;
}
.single-post section#recent-posts-2 span.post-date {
    text-decoration: none;
    font-family: Montserrat-SemiBold, sans-serif;
    width: 100%;
    order: -1;
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
}
.single-post section#recent-posts-2 li a {
    text-decoration: none;
    margin-bottom: 20px;
	line-height: 20px;
    font-family: Montserrat-Regular, sans-serif;
}
.single-post section#recent-posts-2 a[aria-current="page"] {
    color: #0593FF;
}
.single-post h1.entry-title {
    margin-bottom: 40px;
}
.single-post span.posted-on a {
    text-decoration: none;
}
.single-post .post-thumbnail img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.single-post .entry-meta {
    margin-bottom: 20px;
}
.single-post footer.entry-footer {
    display: none;
}
/*-------------------------
FLEX
-------------------------*/
.flex-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-2.preim {
}
.flex-2 .flex-item {
    width: calc(50% - 40px);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.preim-title {
	font-family: Montserrat-Bold, sans-serif;
    width: 100%;
    font-size: 20px;
    color: #383838;
    margin: 10px;
    line-height: 27px;
	text-align: center;
}
.flex-3 li.flex-item {
    width: calc(33.3333% - 20px);
	margin-bottom: 30px;
}
.flex-4 {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.flex-4 .flex-item {
    width: calc(25% - 20px);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 781px) {
	.flex-4 .flex-item {
		width: calc(50% - 20px);
	}
	.flex-2 .flex-item {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 360px) {
	.flex-4 .flex-item {
		width: 100%;
	}
}
/*-------------------------
LeftMenu
-------------------------*/
h2.widget-title {
    background: #3f434e;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
aside#secondary ul#menu-dveri-po-proizvoditelyu {
	padding: 0 20px;
}
aside#secondary ul#menu-dveri-po-proizvoditelyu li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(63 67 78 / 42%);
    padding-bottom: 5px;
}
aside#secondary ul#menu-dveri-po-proizvoditelyu a {
	font-family: Montserrat-SemiBold, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
    line-height: 24px;
	transition: .5s;
}
aside#secondary ul#menu-dveri-po-proizvoditelyu a:hover, aside#secondary ul#menu-dveri-po-proizvoditelyu li.current-menu-item a {
    color: #ab814a;
	transition: .5s;
}
/*-------------------------
Фильтры
-------------------------*/
.bapf_head h3, .wc-blocks-filter-wrapper h3, .wpfFilterWrapper .wfpTitle {
	font-family: Montserrat-SemiBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
    background: #7d6d54;
    padding: 10px 20px;
    color: #fff;
}
.bapf_body li label {
	font-family: Montserrat-SemiBold, sans-serif;
    color: #383838;
	transition: .5s;
}
.bapf_body li label:hover {
    color: #ab814a;
	transition: .5s;
}
.wc-block-price-slider input {
	font-family: arial, sans-serif !important;
    color: #224199 !important;
    font-size: 12px !important;
}
#wpfMainWrapper-1_526858 .wpfFilterTitle i, .wpfTitleToggle::before {
    color: #fff !important;
    position: relative !important;
    top: 6px !important;
}
/*-------------------------
Заказ в 1 клик
-------------------------*/
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
	font-family: Montserrat-SemiBold, sans-serif;
    color: #000;
    border: 1px solid #383838;
}
form#buyoneclick_form_order input::placeholder {color: #383838; font-family: Montserrat-SemiBold, sans-serif;}
form#buyoneclick_form_order h2 {
	display: none;
}
/*-------------------------
Woocommerce
-------------------------*/
.woocommerce-shop main#primary {
    width: 100%;
}
.woocommerce-shop aside#secondary, .product-template-default aside#secondary {
}
li.product-category.product a {
    text-decoration: none;
}
li.product-category.product a h2.woocommerce-loop-category__title {
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #5A3B09;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
}
mark.count {
    color: #328e2d;
}
.woocommerce-shop .entry-content .woocommerce ul.products, ul.wc-block-product-categories-list {
    display: flex;
	flex-wrap: wrap;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item, .woocommerce-shop .woocommerce ul.products li.product, .woocommerce-shop .woocommerce-page ul.products li.product {
    clear: both;
    list-style: none outside;
    background: #fff;
    margin: 0 20px 20px 0;	
	border: 1px solid #fff;
	transition: .5s;
}
.woocommerce-shop .woocommerce ul.products li.product {
	min-height: auto;	
}
li.wc-block-product-categories-list-item a, .woocommerce-shop .woocommerce ul.products li.product a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
	text-decoration: none;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}
span.wc-block-product-categories-list-item__name {
    margin-top: 20px;
    color: #383838;
    text-decoration: none;
	line-height: 20px;
}
@media screen and (max-width: 883px) {
	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item, .woocommerce-shop .woocommerce ul.products li.product, .woocommerce-shop .woocommerce-page ul.products li.product {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 450px) {
	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item, .woocommerce-shop .woocommerce ul.products li.product, .woocommerce-shop .woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0;
	}
}
/*-------------------------
Всплывающая корзина
-------------------------*/
h2.wc-block-mini-cart__title {
    font-size: 22px;
	line-height:26px;
    color: #0e5517;
}
a.wc-block-components-product-name {
    text-decoration: none;
    font-size: 18px;
    line-height: 22px !important;
    color: #080808;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none; /*скрыть сумму экономии*/
}
.wc-block-cart-item__prices del {
    text-decoration: line-through;
    font-size: 12px;
    color: #939292;
}
ins.wc-block-components-product-price__value.is-discounted {
    background: none;
	font-family: Montserrat-Bold, sans-serif;
	color: #0e610e;
}
.wc-block-components-product-metadata {
    display: none; /*скрыть мини-описание продукта*/
}
button.wc-block-cart-item__remove-link {
    color: red !important;
}
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
    background: #379930;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained:hover {
    background: #5f3e0a;
    transition: .5s;
}
.wc-block-components-totals-item__description {
    display: none !important; /*скрыть описание под итоговой ценой*/
}
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined {
    display: none; /*скрыть кнопку "просмотр корзины"*/
}
/*-------------------------
Отображение категорий и подкатегорий
-------------------------*/
ul.subcategory-list {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
ul.subcategory-list li {
    width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;	
    border: 1px solid #fff;
    padding: 5px;
}
ul.subcategory-list li:nth-child(4n) {
	margin-right: 0;
}
ul.subcategory-list a.catlink-title {
	font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
	transition: .5s;
}
ul.subcategory-list li:hover a.catlink-title {
    color: #8b550e;
	transition: .5s;
}
ul.subcategory-list li:hover {
    border: 1px solid #3f434e;
    transition: .5s;
}
@media screen and (max-width: 883px) {
	ul.subcategory-list li {
		width: calc(33.3333% - 20px);
	}
	ul.subcategory-list li:nth-child(4n) {
		margin-right: 20px;
	}
	ul.subcategory-list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 560px) {
	ul.subcategory-list li {
		width: calc(50% - 20px);
	}
	ul.subcategory-list li:nth-child(3n) {
		margin-right: 20px;
	}
	ul.subcategory-list li:nth-child(2n) {
		margin-right: 0;
	}
}
/*-------------------------
Популярные товары на главной
-------------------------*/
.wp-block-product-best-sellers .wc-block-grid__products {
    justify-content: space-between;
}
.wp-block-product-best-sellers .wc-block-grid__products li {
    border: 1px solid #fff;
	padding: 10px !important;
	transition: .5s;
}
.wp-block-product-best-sellers .wc-block-grid__products li:hover {
    border: 1px solid #3f434e;
	transition: .5s;
}
.wp-block-product-best-sellers ul {
    padding: 0 !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 25%;
    max-width: calc(25% - 15px);
    width: calc(25% - 15px);
	margin-bottom: 30px;
}
.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(4n) {
    margin-right: 0;
}
.wp-block-product-best-sellers ul li {
    list-style: none !important;
    padding-left: 0;
	background: #fff;
    margin-right: 15px;
}
.wp-block-product-best-sellers a {
    text-decoration: none;
}
.wp-block-product-best-sellers .wc-block-grid__product-title {
    color: #383838;
    font-size: 16px;
	margin-bottom: 10px;
	min-height: 40px;
}
.wp-block-product-best-sellers .wp-block-button.wc-block-grid__product-add-to-cart {
    margin: 20px 0;
}
.wp-block-product-best-sellers .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    width: 100%;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
	transition: .5s;
}
.wp-block-product-best-sellers .wp-block-button__link:hover {
    background-color: #5b6e81;
	transition: .5s;
}
@media screen and (max-width: 1000px) {
	.wc-block-grid.has-4-columns .wc-block-grid__product {		
		flex: 1 0 33.3333%;
		max-width: calc(33.3333% - 15px);
		width: calc(33.3333% - 15px);
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(3n) {
		margin-right: 0;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(4n) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 781px) {
	.wc-block-grid.has-4-columns .wc-block-grid__product {		
		flex: 1 0 50%;
		max-width: calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		margin-right: 0;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(3n) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 481px) {
	.wc-block-grid.has-4-columns .wc-block-grid__product {		
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(3n) {
		margin-right: 0;
	}
}
/*-------------------------
Карточки на витрине
-------------------------*/
p.woocommerce-result-count {
    display: none;
}
span.onsale {
    display: none;
}
form.woocommerce-ordering {
    margin: 10px;
}
.result-order {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.wc-block-grid__products .wc-block-grid__product-image img, ul.products li.product img {
    width: 100%;
    margin: 0 auto 10px;
}
.woocommerce-shop ul.products li.product img {
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #a1ada070;
    transition: .5s;
}
.show-secondary-image img {
    padding: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #fff;
    padding: 10px;
	background: #fff;
    text-align: center;
	transition: .5s;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border: 1px solid #3f434e;
	transition: .5s;
}
.woocommerce h2.woocommerce-loop-product__title {
	font-family: Montserrat-SemiBold, sans-serif;
    color: #382430;
    width: 100%;
	line-height: 20px !important;
	margin: 10px 0;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
	width: 100%;
    margin-top: 0;
    background: #328e2d;
    padding: 10px;
    order: -1;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat-SemiBold, sans-serif;
    margin: 10px 0;
	border-radius: 20px;
	transition: .5s;
}
a.button.more-details-button {
    background: #fff !important;
    border: 1px solid #5d5d20;
    color: #000 !important;
    font-family: Montserrat-SemiBold, sans-serif;
	transition: .5s;
}
.woocommerce ul.products li.product .button:hover {
    background: #000;
    color: #f4be76;
	transition: .5s;
}
a.button.more-details-button:hover {
    background: #000 !important;
    color: #f4be76 !important;
	transition: .5s;
	
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product span.woocommerce-Price-amount.amount {
    font-family: Montserrat-Regular, sans-serif;
    color: #383838;
    margin-bottom: 0;
    font-size: 20px;
}
.wc-block-grid__product-onsale {
    position: absolute;
    top: 5px;
    right: 5px;
}
.more-details-button {
    display: inline-block;
    margin-left: 10px;
    padding: 0.5em 1em;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.more-details-button:hover {
    background-color: #000;
    color: #fff;
}
del {
    text-decoration: line-through;
    font-size: 12px;
    color: #a7aba8;
}
del span.woocommerce-Price-currencySymbol {
    display: none;
}

.woocommerce bdi {
    font-family: Montserrat-SemiBold, sans-serif;
    color: #2d2c2c;
	background: #fff;
}
del span.woocommerce-Price-amount.amount bdi {
    text-decoration: line-through;
    font-size: 12px;
    opacity: .5;
}
.woo-product-short-desc {
    margin-top: 10px;
    color: #949594;
    font-size: 14px;
}
select {
    color: #195716;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
}
.term-gryadki-iz-dpk ul.products {
    display: flex;
    flex-wrap: wrap;
}
.term-gryadki-iz-dpk ul.products.columns-4 li.product {
    width: 30.79667%;
    margin-right: 3.8%;
}
.term-gryadki-iz-dpk ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 3.8%;
}
.term-gryadki-iz-dpk ul.products.columns-4 li.product:nth-child(3n) {
    margin-right: 0;
}
a.added_to_cart.wc-forward {
    display: none;
}
@media screen and (max-width: 781px) {
	.term-gryadki-iz-dpk ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 3.8%;
	}
	.term-gryadki-iz-dpk ul.products.columns-4 li.product:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 540px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {	
	.term-gryadki-iz-dpk ul.products.columns-4 li.product, .term-gryadki-iz-dpk ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 0;
	}
}

/*-------------------------
Карточка товара
-------------------------*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 45%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 50%;
	float: right;
}
.nav-links {
    display: none !important;
}
.flex-viewport {
    max-height: 400px;
    margin-bottom: 20px;
}
.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #B4B2B2;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #3f434e;
}
.summary.entry-summary h1 {
    font-family: Montserrat-SemiBold, sans-serif;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.summary form.cart {
    display: flex;
}
.summary form.cart input[type="number"] {
    margin-bottom: 0;
    padding: 10px;
    max-width: 100px;
    margin-right: 5px;
	border: 1px solid #5ba457;
    border-bottom: 1px solid #5ba457;
}
.price-stock {
    display: flex;
    align-items: flex-end;
	margin-bottom: 30px;
}
.price-stock .price {
    margin-right: 20px;
}
.stock-out-of-stock, .stock-in-stock {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 12px;
	line-height: 20px;
    text-transform: uppercase;
    color: red;
}
.stock-out-of-stock {
    color: red;
}
.stock-in-stock {
    color: rgba(22, 197, 19, 0.9);
}
span.woocommerce-Price-amount.amount {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 22px;
	color: #5c5b5b;
	background: #fff;
}
span.woocommerce-Price-currencySymbol {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	color: #000;
}
.product_meta {
    display: none;
}
.woocommerce-product-details__short-description {
    max-width: 300px;
    color: #383838;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0;
}
.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}
.woocommerce-product-details__short-description li {
    list-style: disc;
    margin-bottom: 5px;
}
li#tab-title-additional_information {
    display: none; /*скрываем вкладку Детали*/
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #328e2d;
    color: #fff;    
    font-family: Montserrat-SemiBold, sans-serif;
	transition: .5s;
}
button.single_add_to_cart_button {
    cursor: pointer;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #181818;
	transition: .5s;
}
@media screen and (max-width: 781px) {
	/*.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}*/
	.woocommerce .products ul, .woocommerce ul.products {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 46.2%;
	}
	.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
		display: none;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce-product-details__short-description, .woocommerce-product-details__short-description p {
		max-width: none;
	}
	.summary.entry-summary h1{
		font-size: 32px;
		line-height: 40px;
	}
}
@media screen and (max-width: 460px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
/*-------------------------
Табы в карточке товара
-------------------------*/
.woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
	display: flex;
    flex-wrap: wrap;
}
.woocommerce-tabs.wc-tabs-wrapper h2, .entry-content h2, .entry-content h3 {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 20px;
    color: #3f434e;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
    color: #949292;
	border-left: none;
	border-top: none;
	border-right: none;
    border-bottom: 2px solid;
	border-bottom-color: #B3B3B3;
    min-width: 260px;
    text-align: center;
	margin-right: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #3f434e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: Montserrat-SemiBold, sans-serif;
    color: #515151;
    text-decoration: none;
    color: #949292;
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #3f434e;
    font-size: 16px;
}
div#tab-description, div#tab-description ul, div#tab-description p, div#tab-custom_tab, div#tab-custom_tab ul, div#tab-custom_tab p {
    color: #383838;
	line-height: 20px;
}
div#tab-description ul, div#tab-custom_tab ul {
	padding-left: 30px;
	margin: 10px 0 20px;
}
div#tab-description ul li, div#tab-custom_tab ul li {
	list-style-type: disc;
	margin-bottom: 5px
}
@media screen and (max-width: 781px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
}
/*-------------------------
Галерея в карточке товара
-------------------------*/
.iconic-woothumbs-thumbnails__image-wrapper img {
    object-fit: cover;
    min-height: 86px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(20% - 10px);
}
.single-product div.product div.images .flex-control-thumbs li {
    margin: 0 5px 0 0 !important;
}
/*-------------------------
Related Product
-------------------------*/
.related.products {
    margin: 80px 0 40px;
}
.related.products h2 {
    color: #383838;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: Montserrat-SemiBold;
    margin-bottom: 15px;
}
@media screen and (max-width: 781px) {
	.related.products h2 {
	}
}
/*-------------------------
Оформление заказа
-------------------------*/
.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    display: none; /*скрыть подытог*/
}
.wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none; /*скрыть сумму доставки*/
}
td.woocommerce-table__product-total.product-total {
    text-align: right;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
	border: 1px solid #bdbaba;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    text-align: left;
    padding-left: 5px;
}
/*-------------------------
Search
-------------------------*/
.dgwt-wcas-sp span.woocommerce-Price-amount.amount {
    font-size: 16px;
	line-height: 20px;
    text-decoration: none;
}
.dgwt-wcas-st>span {
    font-size: 14px;
}
.dgwt-wcas-suggestions-wrapp a {
	text-decoration: none;
}
/*-------------------------
Content
-------------------------*/
.site-main-container {
    padding: 40px 0;
}
.site-main-container .container {
    display: flex;
	width: 100%;
}
aside#secondary {
    width: 360px;
    order: -1;
    margin-right: 40px;
}
main#primary {
	width: 100%;
}
.entry-content ul {
    padding-left: 25px;
    margin: 20px 0;
}
.entry-content ul li {
    list-style: disc;
    color: #383838;
    line-height: 20px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
	.site-main-container .container {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 781px) {
	aside#secondary, .single-post aside#secondary {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}
}
/*-------------------------
Калькулятор
-------------------------*/
div#fbuilder_2, div#fbuilder_3 {
    background: url(../images/calc-bg3.jpg) no-repeat right 50%, #f4f4f4;
    background-size: 30%;
}
.page-id-608 div#fbuilder_3 {
	background: #f4f4f4;
}
.calc-desc {
    text-align: center;
    margin-bottom: 20px;
    color: #5f3e0a;
	font-family: Montserrat-medium, sans-serif !important;
    font-size: 18px !important;
	line-height: 24px;
}
.result-here, .result-here2, .result-here11, .result-here22 {
	font-family: Montserrat-SemiBold, sans-serif !important;
	color: #000;
}
.result-here span, .result-here2 span, .result-here11 span, .result-here22 span {
	font-family: Montserrat-Bold, sans-serif !important;
    font-size: 20px !important;
    color: #1d7319;
}
.calc-contact-header {
    text-align: center;
    margin: 30px 0 20px;
    border-top: 2px solid #5ba4578a;
}
.calc-contact-header-h {
	font-family: Montserrat-SemiBold, sans-serif !important;
	color: #000;
	font-size: 20px !important;
	
}
.cp_cff_14 #fbuilder select:not([multiple]) {
    background: url(../images/arrow-down.png) 97% center no-repeat #fff;
}
.cff-phone-field .cp_cff_14 #fbuilder select:not([multiple]) {
    background: #fff !important;
}
#fbuilder .uh_phone .l {
    display: none;
}
.cp_cff_14 #fbuilder .cff-switch-container input:checked+span.cff-switch, .cp_cff_14 #fbuilder .fform h2::before, .cp_cff_14 #fbuilder .pbSubmit {
    background: #328e2d !important;
}
select#fieldname10_1_0 {
    min-width: 50px;
    background: #fff !important;
}
.cp_cff_14 #fbuilder .fields>label {
    font-weight: 600 !important;
    color: #382430;
    line-height: 26px;
}
.uh_phone {
    width: 100%;
}
.cp_cff_14 #fbuilder * {
    font-family: Montserrat-medium, sans-serif;
}
/*-------------------------
Боковая фикс. панель
-------------------------*/
.right-panel-all {
    position: fixed;
    right: 0;
    top: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 120px;
	z-index: 10;
}
.calc-right-img {
    max-width: 90px;
	padding: 10px 20px;
}
.calc-right-img a {
    background: none;
}
.calc-right-img a:hover {
    background: none;
}
.calc-right-text {
    margin-bottom: 5px;
}
.calc-right-text a {
    border-radius: 20px 0 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    padding: 5px;
    margin-top: 0;
}
.page-id-32 .right-panel-all, .page-id-608 .right-panel-all {
	display: none;
}
@media screen and (max-width: 781px) {
	.right-panel-all {
		display: none;
	}
}
/*-------------------------
Страница Контакты
-------------------------*/
.page-id-46 .site-main-container .container {
    width: 100%;
    max-width: none;
	padding: 0;
}
.page-id-46 .site-main-container header.entry-header, .page-id-46 .site-main-container .entry-content {
    max-width: 1240px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.page-id-46 .site-main-container .entry-content {
	margin-top: 50px;
}

@media screen and (max-width: 781px) {
	.page-id-46 .site-main-container .wp-block-columns {
		text-align: center;
	}
}
/*-------------------------
Breadcrumb
-------------------------*/
.home .breadcrumb {
	display: none;
}
.breadcrumb {
	padding: 20px 0 0;
	color: #e7c5a0;
}
.breadcrumb span {  
	color: #383838a8;
	font-size: 16px;
}
.breadcrumb a span {
	color: #1b5717;
}
.breadcrumb a {
	text-decoration: none;
	font-family: Montserrat-SemiBold, sans-serif;
}
/*-------------------------
CF7
-------------------------*/
.cf-div {
    text-align: center;
}
.cf_title, .cf_title p {
	font-family: Montserrat-Regular, sans-serif;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 10px;
}
.cf_desc {
    font-size: 16px;
    margin: 0 auto 20px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
}
.cf-buttons-line {
    display: flex;
	flex-wrap: wrap;
}
.cf-buttons-line div {
    margin-bottom: 10px;
	text-align: left;
}
.cf-buttons-in, .cf-desc, .privacy-div {
    width: 100%;
}
.intl-tel-input.allow-dropdown {
    margin-right: 0;
}
.cf-buttons-line textarea {
    background: #fff;
    margin-top: 10px;
    border-radius: 8px;
    color: #000;
    max-height: 100px;
    padding: 10px;
    max-width: 480px;
    margin-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    color: #000;
    background: #ebe9e4;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    max-width: 480px;
    border: 1px solid #9b7d4d;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-family: Montserrat-Light, sans-serif;
    margin-bottom: 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {    
    border: none;
	border-bottom: 1px solid #ffffffad;
	color: #000;
	outline: none;
}
textarea:focus {    
    border: none;
	color: #000;
	outline: none;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.cf_phone input:focus {	    
    border: none;
	outline: none;
}
.privacy-div {
    font-size: 16px;
    font-family: Montserrat-Light, sans-serif;
    margin: 10px 0;
}
.privacy-div a {
    color: #000;
    text-decoration: underline;
}
.cf-nec {
    margin: 0 0 0 1em;
    font-weight: 400;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
	color: #000;
}
.required-fields {
    padding: 40px 0;
}
.cf-buttons-in button, .cf-buttons-in input[type="submit"] {
    font-size: 12px;
	letter-spacing: 1px;
	font-family: Montserrat-SemiBold, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #328e2d;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 15px 20px;
    cursor: pointer;
    transition: .5s;
}
.cf-buttons-in .btn-container {
    margin-top: 20px;
}
.cf-buttons-in button:hover, .cf-buttons-in input[type="submit"]:hover {
	background: #0184E3;
	transition: .5s;
}
.cf-desc-text {
    color: #000;
    max-width: 230px;
    margin: 10px auto;
}
.cf-desc-phone.phone-number.green {
    margin-top: 20px;
}
span.wpcf7-spinner {
    width: 100%;
	display: none;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em;
    font-weight: 400;
    max-width: 480px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.cf_phone input {
    background: transparent;
    box-shadow: none;
    color: #000;
	width: auto;
    max-width: 200px;
	border: none;
}
.cf_phone input:focus {
    outline: none;
}
.cf_phone {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cf_button input {
    margin: 5px;
    width: calc(100% - 10px);
    background: #E12A2A;
    border: none;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    padding: 20px;
    border-radius: 8px;
	cursor: pointer;
    transition: .5s;
}
.cf_button input:hover {
    background: #fff;
	color: #000;
    transition: .5s;
}
input::-webkit-input-placeholder {
	color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.pum-theme-7 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 10px;
}
.pum-content.popmake-content h3 {
    margin-bottom: 15px;
	font-family: Montserrat-Bold, sans-serif;
    font-size: 22px;
	line-height: 26px;
    color: #1b5f17;
}
@media screen and (max-width: 600px) {
	.cf_title {
		font-size: 30px;
	}
	.element {
		margin-bottom: 10px;
	}
	.cf-buttons-flex2 input[type="text"], .cf-buttons-flex2 input[type="email"], .cf-buttons-flex2 input[type="tel"], .cf-buttons-flex1 input[type="text"], .cf-buttons-flex1 input[type="email"], .cf-buttons-flex1 input[type="tel"] {
		font-size: 14px;
	}
	.privacy-div {
		font-size: 14px;
	}
}
/*-------------------------
Footer
-------------------------*/
footer#colophon {
    padding: 30px 0 10px;
    font-size: 16px;
    color: #242930;
    background-color: #e9e9e9;
    box-shadow: inset 0px 5px 10px #96999840;
}
.footer-info-1 {
    max-width: 400px;
}
.footer-phone, .footer-adress, .footer-time, .footer-adress-bottom {
    margin-bottom: 20px;
}
.footer-phone a {
    color: #242930;
	text-decoration: none;
	font-size: 18px;
}
.footer-info-2 img {
    max-width: 120px;
}
.footer-adress, .footer-time {
    color: rgb(255 255 255 / 80%);
}
.footer-adress-bottom {
    color: rgb(255 255 255 / 60%);
}
.copyright {
    margin-bottom: 20px;
}
.politika {
	margin-bottom: 10px;
}
.politika a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	transition: .5s;
}
.politika a:hover {
    color: #f4be76;
	transition: .5s;
}
.f-seo {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.f-seo a {
	color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
	transition: .5s;
}
.f-seo a:hover {
    color: #f4be76;
    transition: .5s;
}
.footer-bottom {
    margin: 20px 0 0;
}
.footer-privacy {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-info-2.footer-style h3, .footer-info-3.footer-style h3 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-family: Montserrat-SemiBold, sans-serif;
	position: relative;
    display: inline-block;
}
.footer-info-2.footer-style h3:after, .footer-info-3.footer-style h3:after {
	content: "";
    width: 40%;
    height: 3px;
    background: #f4be76;
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.footer-info-2, .footer-info-3, .footer-info-4, .footer-info-6, .footer-info-7, .footer-info-8 {
}
.footer-style ul li {
    margin-bottom: 10px;
}
.footer-style ul li a {
    font-family: Montserrat-medium, sans-serif;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    transition: .5s;
}
.footer-style ul li a:hover, .footer-style ul li a:hover, .footer-style ul li.current-menu-item a {
    color: #2F862B;
    transition: .5s;
}
.footer-top .container, .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-info-3 {
    padding: 0 20px;
    max-width: 400px;
}
.footer-info-3 {
    display: flex;
    align-items: center;
}
.footer-info-3 p {
	font-family: Montserrat-SemiBold, sans-serif;
}
ul#menu-menyu-v-podvale li {
    margin-bottom: 20px;
}
ul#menu-menyu-v-podvale a {	
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
	text-decoration: none;
    transition: .5s;
}
.footer-text {
    margin-bottom: 20px;
}
.footer-style .header-phone {
    margin: 10px 5px 10px 0;
}
.footer-style .header-phone a:hover, .footer-style .header-mail a:hover {
    color: #0d99ff;
}
.footer-bottom .container .footer-style {
    display: flex;
	align-items: center;
}
.footer-info-4 {
    padding: 0 20px 20px 0;
}
@media (max-width: 781px) {
	footer#colophon {
		padding: 40px 0 30px;
	}
	.footer-style {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-style h3 {
		max-width: none;
	}
	.footer-bottom {
		margin: 30px 0 0;
	}
	.footer-bottom .container .footer-style {
		justify-content: center;
	}
	.footer-info-1 {
		max-width: none;
	}
	.footer-info-3 {
		margin: 0 auto;
	}
	.footer-info-4 {
		padding: 0;
	}
}