h1 {
	color: #0a0a0a;
	text-align: center;
}
.clear {
	clear: both;
}
.portfolio_title {
	/*color: #0a0a0a;*/
	color: #777;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 300;
}
.blog_layout {
	border: 1px solid #d7d8d9;
	height: 435px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.categories_custom .blog_layout {
	border-radius: 7px;
}
.blog_item .summary {
	border: 1px solid #d7d8d9;
	height: 415px;
}
.blog_item .image {
	position: relative;
	overflow: hidden;
	height: 100%;
	background-color: #fff;
}
.blog_item .image img {
	width: auto;
	max-height: 100%;
	min-width: 100%;
}

.blog-module .blog_item .image img {
	width: 100%;

	height: 320px;
	object-fit: cover;
}

.blog-module .box-title {
	position: absolute;
	bottom: 28px;
	background-color: #fff;
	width: 80%;
	left: 10%;
	padding: 0 9px;
}

.blog-module .box-title .blog-title {
	font-size: 22px;
	margin-bottom: 5px;
	color: #2a2a2a;
	text-align: left;
}

.blog_item .image img {
	-webkit-transition: transform 0.5s ease, opacity 0.5s ease !important;
	-moz-transition: transform 0.5s ease, opacity 0.5s ease !important;
	-ms-transition: transform 0.5s ease, opacity 0.5s ease !important;
	transition: transform 0.5s ease, opacity 0.5s ease !important;
}
.blog_layout:hover .image img,
.blog .blog_item:hover .image img {
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
.blog_layout .box-title {
	margin: 0px 15px 30px 15px;
	padding: 20px 15px 20px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	min-height: 110px;
	max-width: 54%;
	overflow: hidden;
	background-color: #fff;
}

.blog_layout .box-title .blog-title {
	margin: 0px 0px 5px 0px;
	line-height: 30px;
	font-size: 22px;
	color: #2a2a2a;
	text-align: left;
}

.blog_layout .box-title .blog-subtitle {
	font-size: 17px;
	line-height: 20px;
	color: #777;
	display: block;
}
.blog .blog_item {
	clear: none !important;
	margin-bottom: 25px;
}

.col-lg-4 .blog_layout .box-title {
	max-width: 100%;
}
.col-lg-4.blog_item .image img {
	width: auto;
	height: 300px;
}
.categories_custom .blog_item .image img {
	height: auto;
}

.blog_filter {
	float: right;
	color: #000;
	position: relative;
	margin-right: 25px;
	margin-bottom: 5px;
}
.blog_filter .header_filter {
	text-transform: uppercase;
	font-size: 15px;
	width: 220px;
	position: relative;
	padding: 10px 0px;
	cursor: pointer;
}
.blog_filter .header_filter .fa {
	position: absolute;
	right: 0px;
	font-size: 20px;
	top: 8px;
}
.blog_filter .block_filter {
	font-size: 14px;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	min-width: 310px;
	right: 0px;
	display: none;
}
.blog_filter .block_filter.active {
	display: block;
}
.blog_filter .block_filter ul {
	padding: 15px 0px 0px 0px;
}
.blog_filter .block_filter ul li {
	list-style: none;
	padding: 6px 0px 6px 0px;
}
.blog_filter .block_filter ul li a {
	font-size: 16px;
	padding: 3px 15px 3px 20px;
	display: block;
	color: #000;
}
.blog_filter .block_filter ul li a:hover {
	background-color: #f2f2f2;
}
.blog_post .left-info {
	border: 1px solid #d4d5d6;
	border-radius: 10px;
	padding: 10px 20px 30px 20px;
	background: #f7f8fa;
}
.blog_post .left-info h1 {
	text-align: left;
	margin-top: 10px;
}
.blog_post .left-info .city {
}
.blog_post .left-info .city img {
	width: 15px;
}
.blog_post .left-info .city span {
	font-size: 16px;
	margin-left: 10px;
	position: relative;
	top: 5px;
	color: #777777;
}
.blog_post .left-info .block_author {
	margin-top: 35px;
}
.blog_post .left-info .left_title {
	color: #444;
	font-size: 22px;
}
.blog_post .left-info .block_author .items_author {
	margin-top: 20px;
}
.blog_post .left-info .block_author .items_author .item_author {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.blog_post .left-info .block_author .items_author .item_author .image_author {
	max-width: 120px;
}
.blog_post .left-info .block_author .items_author .item_author .image_author img {
	width: 100%;
	border-radius: 4px;
}
.blog_post .left-info .block_author .items_author .item_author .info_author {
	margin-left: 10px;
}
.blog_post .left-info .block_author .items_author .item_author .info_author .name_author {
	color: #444;
	font-size: 20px;
}
.blog_post .left-info .block_author .items_author .item_author .info_author .function_author {
	color: #777;
	font-size: 15px;
}
.blog_post .left-info .mob-thumbnails {
	margin-top: 20px;
	display: none;
}
.blog_post .left-info .mob-thumbnails img {
	width: 100%;
}
.blog_post .left-info .image {
	padding-bottom: 10px;
}

.blog_post .left-info .block_details {
	margin-top: 30px;
}
.blog_post .left-info .block_details .table_details {
	margin-top: 20px;
}
.blog_post .left-info .block_details .table_details table {
	width: 100%;
}
.blog_post .left-info .block_details .table_details table tr:nth-child(2n + 1) {
	background-color: #e5ecf0;
}
.blog_post .left-info .block_details .table_details table td {
	font-size: 15px;
	color: #444;
	padding: 5px 5px;
}
.blog_post .left-info .block_short_description {
	margin-top: 30px;
}
.blog_post .left-info .block_short_description .short_description {
	margin-top: 15px;
	font-size: 14px;
	color: #444;
}
.blog_post .left-info .block_short_description .full_description {
	margin-top: 15px;
	font-size: 14px;
	color: #444;
}
.blog_post .left-info .block_short_description .full_description {
	display: none;
}
.blog_post .left-info .block_short_description .more {
	color: #000;
	font-size: 14px;
	float: right;
	cursor: pointer;
}
.blog_post .right-info .nav-tabs {
	border: none;
	margin-bottom: 25px;
}
.blog_post .right-info .nav-tabs li {
	margin-right: 35px;
}
.blog_post .right-info .nav-tabs a {
	border: none;
	font-size: 20px;
	color: #444;
	padding: 4px 15px;
	border-radius: 20px;
	border: none;
}
.blog_post .right-info .nav-tabs li.active a {
	background-color: #e9d4ce;
	border: none;
}
.blog_post .right-info #tab-description .description_text {
	font-size: 14px;
}
.blog_post .right-info #tab-photo .image img {
	width: 100%;
	border-radius: 5px;
}
.blog_post .right-info #tab-photo .image {
	margin-bottom: 20px;
}

.blog_post .right-info .thumbnails .noshow {
	display: none;
}
.blog_post .right-info .thumbnails.allshow .noshow {
	display: block;
}
.blog_post .right-info .thumbnails .more_photo {
	color: #000;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: #e6d5cf;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto;
}

.blog_post .right-info .product-layout .product-thumb {
	border-radius: 5px;
	border: 1px solid transparent;
}
.blog_post .right-info .product-layout:hover .product-thumb {
	box-shadow: 0px 0px 5px #c3c3c3;
}
.blog_post .right-info .product-layout .product-thumb .caption {
	padding: 0 15px;
	min-height: 90px;
}
.blog_post .right-info .product-layout .product-thumb .caption .name {
	margin-top: 5px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 14px;
	display: block;
}

.blog_post .right-info .product-layout .product-thumb .caption .description {
	font-size: 13px;
	line-height: 16px;
	margin-top: 1px;
}
/* .blog_post .right-info .product-layout .product-thumb .price_rozn {
	color: #ff6363;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
} */
.blog_post .right-info .tab-title {
	display: none;
}
.blog_post .right-info .product-layout .product-thumb .wishblock {
	position: absolute;
	z-index: 9999;
	width: 25px;
	right: 10px;
	top: 10px;
	cursor: pointer;
	/* display: none; */
}
/* .blog_post .right-info .product-layout:hover .product-thumb .wishblock {
	display: block;
} */
.blog_post .left-info .ya-share2 {
	display: none;
	margin-top: 20px;
	margin-left: 15px;
}
.blog_post .left-info .block_short_description .more_description {
	display: none;
}
.blog_page .image img {
	width: 100%;
}
.blog_page .content .content_block h1 {
	color: #444444;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 0px;
}
.blog_page .content .content_block {
	padding: 20px 20px;
	position: relative;
	top: -110px;
	background-color: #fff;
	margin-left: 65px;
	margin-right: 65px;
}
.blog_page .content .content_block .blog_info .date_blog {
	color: #777777;
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
}
.blog_page .content .content_block .blog_info .view_blog {
	color: #777777;
	font-size: 12px;
	display: inline-block;
}
.blog_page .content .content_block .blog_info .view_blog:before {
	content: " ";
	background: url(/image/icon/eye.png) no-repeat;
	width: 20px;
	height: 12px;
	display: inline-block;
	background-size: 100%;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.blog_page .content .content_block .blog_text {
	/* margin-top: 20px; */
	font-size: 14px;
}
.blog_page .content .content_block .blog_text br {
	display: none;
}
.blog_page .content .content_block .blog_text img {
	width: 100% !important;
	margin: 10px 0;
}
.blog_page .content .right-block {
	padding: 0px;
}
.blog_page .content .related_blog .title {
	font-size: 17px;
	margin-top: 30px;
	color: #444;
}
.blog_page .content .related_blog .title span.italic {
	font-style: italic;
}
.blog_page .content .related_blog .related_items {
	margin-top: 25px;
}
.blog_page .content .related_blog .related_item {
	margin-bottom: 20px;
	position: relative;
	height: 325px;
	border: 1px solid #e1e2e2;
}
.blog_page .content .related_blog .related_item .related_image {
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.blog_page .content .related_blog .related_item .related_image img {
	-webkit-transition: transform 0.5s ease, opacity 0.5s ease !important;
	-moz-transition: transform 0.5s ease, opacity 0.5s ease !important;
	-ms-transition: transform 0.5s ease, opacity 0.5s ease !important;
	transition: transform 0.5s ease, opacity 0.5s ease !important;

	height: 100%;
	width: auto;
	max-height: 100%;
}
.blog_page .content .related_blog .related_item:hover .related_image img {
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
.blog_page .content .related_blog .related_item .related_info {
	margin-left: 15px;
	margin-right: 15px;
	padding: 13px;
	padding-bottom: 20px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.blog_page .content .related_blog .related_item .related_info .related_title {
	font-size: 18px;
	line-height: 22px;
	color: #444;
}
.blog_page .content .related_blog .related_item .related_info .related_description {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
}

.module_blog_latest {
	margin-bottom: 50px;
}

.module_blog_latest .title,
.blog-module.latest.blog .title {
	color: #0a0a0a;
	text-align: center;
	font-size: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.module_blog_latest .link_blog,
.blog .link_blog {
	text-align: center;
}
.module_blog_latest .link_blog a,
.blog .link_blog a {
	/*background-color: #cde0db;*/
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 14px;
	line-height: 2;
	height: 46px;
}

.blog_layout .box-title p,
.blog-module .box-title p {
	font-size: 14px;
	color: #777;
}

@media (max-width: 1199px) {
	.blog_layout {
		height: 320px;
	}
	.col-lg-4.blog_item .image img {
		height: 250px;
	}
	.categories_custom .blog_item .image img {
		height: auto;
	}
	.blog-module .blog_item .image img {
		height: 240px;
	}
}
@media (max-width: 991px) {
	.blog_layout {
		/*height: 320px;*/
		height: 435px;
	}
	.blog_item .blog_layout .box-title {
		max-width: 100%;
	}
	.blog_item .image img {
		width: auto;
		height: 250px;
	}
	.blog .blog_item {
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	#menu {
		/*display: none;*/
	}
	.portfolio_title {
		display: block;
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: 300;
	}
	.module_blog_latest .title,
	.blog-module.latest.blog .title {
		font-size: 22px;
		margin-bottom: 5px;
	}
	h1 {
		margin-bottom: 30px;
	}

	.blog_page .blog_text {
		margin-top: 20px;
	}

	.blog-module .blog_item .image img {
		height: 270px;
	}
	.blog-module .box-title {
		/*bottom: -33px;*/
		padding: 10px;
		text-align: center;
	}
	.blog .blog_item {
		margin-bottom: 20px;
	}

	.categories_custom .blog_layout {
		height: 370px;
	}
	.blog_item .image img {
		width: auto;
		height: 300px;
	}
	.col-lg-4.blog_item .image img {
		height: 300px;
	}
	.categories_custom .blog_item .image img {
		height: auto;
	}
	.blog_layout {
		height: 340px;
		overflow: hidden;
	}
	.blog_item .blog_layout .box-title {
		/*margin: 0px 15px 15px 15px;*/
		margin: 0;
		padding: 10px;
		min-height: 80px;
		max-width: 90%;
		left: 5%;
		bottom: 10%;
	}
	.blog_layout .box-title h2 {
		font-size: 18px;
		text-align: left;
	}
	.blog-module .box-title .blog-title {
		font-size: 18px;
		margin-top: 0;
	}
	.blog_layout .box-title .blog-subtitle {
		font-size: 14px;
	}
	.blog_post .right-info .tab-title {
		display: block;
	}
	.blog_post .right-info .nav-tabs {
		display: none;
	}

	.blog_post .left-info {
		border: none;
		padding-right: 0px;
		padding-left: 0px;
		background: initial;
	}
	.blog_post .left-info h1 {
		margin-top: 0px;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	#content.blog_content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.blog_post .left-info .ya-share2 {
		/* display: block; */
	}
	.blog_post .left-info .block_author {
		border-top: 1px solid #b2b1b1;
		border-bottom: 1px solid #b2b1b1;
		padding-top: 15px;
		padding-bottom: 5px;
		margin-top: 25px;
	}
	.blog_post .left-info .mob-thumbnails {
		display: block;
	}
	.blog_post .left-info .mob-thumbnails .noshow {
		display: none;
	}
	.blog_post .left-info .mob-thumbnails.allshow .noshow {
		display: block;
	}
	.blog_post .left-info .mob-thumbnails .more_photo {
		color: #000;
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
		background-color: #e6d5cf;
		padding: 10px;
		border-radius: 5px;
		cursor: pointer;
	}
	.blog_post .left-info .block_details {
		margin-top: 15px;
		padding-top: 20px;
		border-top: 1px solid #b2b1b1;
	}
	.blog_post .left-info .block_short_description {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #b2b1b1;
	}
	.blog_post .right-info #tab-description {
		display: none;
	}
	.blog_post .right-info #tab-photo {
		display: none;
	}
	.blog_post .right-info #tab-product {
		display: block;
	}
	.blog_post .right-info #tab-product .tab-title {
		color: #444;
		font-size: 22px;
		padding-top: 20px;
		border-top: 1px solid #b2b1b1;
		margin-bottom: 20px;
	}
	.blog_post .left-info .block_short_description .more {
		display: none;
	}
	.blog_post .left-info .block_short_description .more_description {
		display: block;
		color: #000;
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
		background-color: #e6d5cf;
		padding: 10px;
		border-radius: 5px;
		cursor: pointer;
		margin-top: 15px;
	}
	.blog_post .left-info .block_short_description.full .full_description {
		display: block;
	}
	.blog_post .left-info .block_short_description.full .short_description {
		display: none;
	}
	.blog_post .right-info .product-layout:nth-child(2n) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.blog_post .right-info .product-layout:nth-child(2n + 1) {
		padding-right: 0px;
		padding-left: 0px;
	}
	.blog_post .right-info .product-layout .product-thumb .caption {
		padding: 0 5px;
	}
	.blog_post .right-info .product-layout .product-thumb .caption .name {
		font-size: 14px;
	}
	.blog_post .right-info .product-layout .product-thumb .caption .description {
		font-size: 11px;
	}
	.blog_post .right-info .product-layout .product-thumb .price {
		font-size: 14px;
	}

	.blog_page .content .content_block {
		padding: 0px;
		position: initial;
		margin-left: 0px;
		margin-right: 0px;
	}
	.blog_page .content .content_block h1 {
		margin-bottom: 10px;
	}
	.blog_page .content .content_block .blog_info {
		margin-bottom: 20px;
	}

	.blog_layout .box-title .blog-title {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.blog_item .summary {
		height: 340px;
	}
}
@media (max-width: 670px) {
	.blog_item .image img {
		width: auto;
		height: 275px;
	}
	.col-lg-4.blog_item .image img {
		height: 275px;
	}
	.categories_custom .blog_item .image img {
		height: auto;
	}
}
@media (max-width: 470px) {
	.blog_layout .box-title h2 {
		font-size: 16px;
		line-height: 23px;
	}
	.blog_layout .box-title .blog-subtitle {
		font-size: 12px;
	}
	.categories_custom .blog_layout {
		height: 298px;
	}
	.categories_custom .blog_item {
		padding-left: 0;
		padding-right: 0;
	}
	.categories_custom .blog_item.col-xs-6:nth-child(2n) {
		padding-left: 10px;
	}
	.categories_custom .blog_item.col-xs-6:nth-child(2n + 1) {
		padding-right: 10px;
	}
	.module_blog_latest .blog_item {
		padding-left: 0;
		padding-right: 0;
	}
	.blog_item .image img {
		height: 275px;
	}
	.blog-module .blog_item .image img {
		height: 275px;
	}
	.blog-module .box-title {
		text-align: left;
	}
	.blog-module .box-title .blog-title {
		text-align: left;
	}
	.blog_item .blog_layout .box-title {
		bottom: 5%;
	}
	.blog .link_blog {
		margin-top: 20px;
	}
}
