

/* Start:/local/components/blog/detail/templates/.default/style.css?17491297844595*/
.top-block-wrapper {
	display: none !important;
}

.wrapper_inner {
	padding: 0 !important;
}  

.wrapper_inner a {
	text-decoration: underline;
}

/* .wrapper_inner a:hover {
	text-decoration: none;
} */

body .right_block.wide_, body .right_block.wide_N {
	width: 100% !important;
	min-width: 100%;
}

.blog__banner {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.blog__banner img {
	width: 100%;
}

.blog__banner-text {
	position: absolute;
	width: 800px;
	left: calc(50% - 400px);
	bottom: 40px;
	text-align: center;
	
	/* font-family: 'Oranienbaum', sans-serif; */
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	color: #323232;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	
}

h1 {
	/* font-family: 'Oranienbaum', sans-serif; */
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	color: #323232;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
}

.blog__banner-text h2 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	color: #323232;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
}

.blog__banner-text h3 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	color: #323232;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
}

.blog__banner-text * {
	color: inherit !important;
}

.blog__columns-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.blog__columns {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.blog__columns > * {
	width: 48%;
}

.blog__columns-right {
	flex-direction: row-reverse;
}

.blog__text {
	max-width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
}

.blog__text p, .blog__text li {
	font-size: 18px;
	line-height: 21px;
	color: rgba(50, 50, 50, 1);
	margin-bottom: 24px;
}

.blog__text h2 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif  !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgba(55, 77, 53, 1);
}

.blog__products h2 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif  !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: rgba(55, 77, 53, 1);
	text-align: center;
}

.blog__text h3 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif  !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgba(55, 77, 53, 1);
}

.blog__columns-text p, .blog__columns-text li {
	font-size: 18px;
	line-height: 21px;
	color: rgba(50, 50, 50, 1);
	margin-bottom: 24px;
}

.blog__columns-text li {
	margin-left: 0px;
}

.blog__columns-text h2 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgba(55, 77, 53, 1);
}

.blog__columns-text h3 {
	font-family: 'Lithium Typeface (LT) Regular', sans-serif !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgba(55, 77, 53, 1);
}

.blog__columns-img img {
	max-width: 100%;
}

.blog__products {
	position: relative;
	padding-bottom: 60px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.blog__products .to-section {
	margin: 20px auto;
	max-width: 400px !important;
	display: block;
	text-decoration: none !important;
}

.blog__products-wrap {
	position: relative;
	margin-bottom: 40px;
}


@media screen and (max-width: 1100px) {
	.blog__columns-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	.blog__text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 640px) {
	.blog__banner {
		height: 320px;	
		margin-bottom: 40px;
	}
	
	.blog__banner img {
		object-fit: cover;
		width: auto;
		height: 100%;
		object-position: center;
		margin-left: -50%;
	}
	
	.blog__banner-text {
		width: 100%;
		left: 0;
		padding-left: 10px;
		padding-right: 10px;
		bottom: 20px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.blog__columns-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.blog__columns {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	
	.blog__columns > * {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.blog__columns-text {
		margin-bottom: 0px;
	}
	
	.blog__columns-right {
		flex-direction: column;
	}
	
	.blog__text {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* End */
/* /local/components/blog/detail/templates/.default/style.css?17491297844595 */
