/*--
	Theme Name: theme52641
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

.smart-image {
	padding: 15px 0px 0px 5px;
}
.smart-image-home {
	padding: 0px 4px 25px 3px;
	margin-top: -20px;
}
.header .nav__primary .sf-menu ul {
	width:280px !important;
	margin-left: -65px !important;
	padding: 20px !important;
}
.header .nav__primary .sf-menu > li li a {
	font-size:14px !important;
	padding: 2px 7px !important;
	text-decoration: none !important;
	text-align: left;
}
.archive article .post-header {
	float: right;
	width: 68%;
}
.archive .post__holder .post-header .post-title {
	margin-bottom: 0;
	text-decoration: none;
	color: #3d3d3d;
	width: 80%;
}
.archive .post__holder .post-header .post-title:hover {
	text-decoration: underline;
	color: #f70c4e;
}
.archive #content .post_wrapper {
	border-bottom: 1px solid #dad9d5;
	padding-bottom: 15px;
}
.content-holder {
	padding-bottom: 0px !important;
}
.footer {
	background: #3d3d3d !important;
	margin-top: 50px !important;
}
.footer .copyright .footer-nav ul {
	height: 70px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.footer .copyright .footer-nav ul li {
	page-break-inside: avoid;
	break-inside: avoid;
}
.footer .nav.footer-nav a, .footer .footer-text, .footer .footer-text a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 16px;
}
.footer .footer-text a:hover, .footer .copyright .footer-nav ul li a:hover {
	color: #f70c4e !important;
	text-decoration: underline !important;
}
#back-top-wrapper p#back-top a {
	text-decoration: none !important;
}
#back-top-wrapper p#back-top a:hover::before {
	color: #000 !important;
}
.footer .copyright .footer-nav ul li {
	margin: 0px !important;
	text-transform: none !important;
}
.footer .footer-widgets {
	display: none;
}
.open-modal.aod-btn {
	cursor: pointer;
	display: block;
	margin-top: 35px;
	border: 2px solid #f70c4e;
	color: #f70c4e;
	text-decoration: none !important;
	font-size: 20px;
	padding: 10px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.open-modal.aod-btn:hover {
	color: #fff;
	background: #f70c4e;
}
#wpcf7-f2946-o1 form {
	margin-top: 25px;
}
#wpcf7-f2946-o1 form p span {
	color: #3d3d3d !important;
	margin-top: 5px;
}
#wpcf7-f2946-o1 form p span[role="alert"] {
	color: #B94A48 !important;
	margin-top: 0px;
	height: 32px !important;
}
#wpcf7-f2946-o1 form p span input {
	color: #3d3d3d !important;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 10px !important;
	display: inline-block;
	font-family: "Tahoma";
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none;
	transition: none;
}
#wpcf7-f2946-o1 form p span input:focus {
	border-color: rgba(82,168,236,0.8) !important;
}
#wpcf7-f2946-o1 form textarea {
	max-height: 100px;
	background-color: #fff;
	font-size: 14px;
	font-family: "Tahoma";
	color: #3d3d3d !important;
	padding-top: 5px !important;

}
#wpcf7-f2946-o1 form p input[type="submit"] {
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	font-family: "Tahoma";
	height: 35px;
}
#wpcf7-f2946-o1 form p span input::-moz-placeholder {
	color: #b2b2b2; /* Цвет подсказывающего текста */
}

#wpcf7-f2946-o1 form p span input::-webkit-input-placeholder { color: #b2b2b2; }
#wpcf7-f2946-o1 form p span input:-ms-input-placeholder { color: #b2b2b2; }
#wpcf7-f2946-o1 form p span input::-ms-input-placeholder { color: #b2b2b2; }
#wpcf7-f2946-o1 form p span input::placeholder { color: #b2b2b2; } 

.products-header {
	font: 300 26px/34px Roboto Slab, serif;
	color: #000000;
	margin-bottom: 20px;
}
.product-block {
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	gap: 30px; 
	margin-bottom: 30px;
	margin-right: 3px;
}

.product-block figure.featured-thumbnail.thumbnail {
	margin: 0px; 
	margin-bottom: 10px; 
	width: 100%; padding: 0px;
} 

.product-block figure.featured-thumbnail.thumbnail img {
	width: 100%;
	margin: 0px;
}

.product-block .post-title {
	width: 100% !important;
	font-size: 18px !important;
	line-height: 24px !important; 
	text-align:center !important;
} 

@media screen and (max-width: 1200px) {
	.archive .post__holder .post-header .post-title {
		width: 100%;
	}
	.archive #content .thumbnail, .featured-thumbnail {
		width: 26%;
	}
	.archive #content .thumbnail, .featured-thumbnail {
		width: 100%;
	}
}
@media screen and (max-width: 979px) { 
	.product-block {
		grid-template-columns: repeat(2, 1fr); 
	}
	.archive .post__holder .product-block .post-header .post-title {
		font-size: 20px;
		line-height: 22px;
	}
	.footer .copyright .footer-nav ul {
		height: auto;
	}
}
@media screen and (max-width: 767px) { 
	.home .footer {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.footer {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
}
@media screen and (max-width: 500px) { 
	.archive article .post-header, .archive #content .thumbnail, .featured-thumbnail {
		width: inherit;
		float: none;
	}
	.archive #content .thumbnail, .featured-thumbnail {
		max-width: 200px;
	}
	.archive #content .thumbnail > img {
		margin-left: 0px;
	}
	.archive .post__holder .post-header .post-title {
		margin-bottom: 20px;
		text-align: left;
	}
	.footer .copyright .footer-nav ul li a {
		font-size: 12px !important;
	}
	.pum-theme-2946 .pum-title, .pum-theme-enterprise-blue .pum-title {
		font-size: 22px !important;
	}

	.product-block {
		grid-template-columns: repeat(1, 1fr); 
		margin-left: 1px;
		margin-right: 1px;
	}
	.archive #content .product-block .featured-thumbnail {
		max-width: 100%;
	}
}