.blog-article {
	max-width: 740px;
	margin: 50px auto 40px;
	font-family: 'ms font', sans-serif;
	color: #1d1d1d;
}

.blog-article__body {
	text-align: left;
}

.blog-article__refine {
	margin: 40px 0 28px;
}

.blog-article__body h1 {
	margin: 40px 0 0;
	padding: 0 0 16px;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
}

.blog-article__body h2,
.blog-article__body h3 {
	padding: 18px 0 6px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}

.blog-article__body p {
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: .3px;
	text-align: left;
}

.blog-article__body ul {
	margin-top: 4px;
	padding: 0 0 0 50px;
	font-size: 18px;
	line-height: 26px;
}

.blog-article__body a {
	color: #0544ff;
	text-decoration: none;
}

.blog-article__body ul a {
	text-decoration: underline;
}

.blog-article__body img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.blog-article__body a img,
.blog-article__body p a img {
	text-decoration: none;
	border-bottom: 0 none;
}

.blog-article__products,
.blog-article__comments {
	margin-top: 52px;
}

.blog-article__products,
.blog-article__comments,
.blog-article #owl-carousel-block,
.blog-article #owl-carousel-block .box-content,
.blog-article #owl-carousel-block .box-product,
.blog-article #owl-carousel-block .box-product > div,
.blog-article #owl-carousel-block .owl-wrapper-outer,
.blog-article #owl-carousel-block .owl-wrapper,
.blog-article #owl-carousel-block .owl-item,
.blog-article #owl-carousel-block .item {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.blog-article #owl-carousel-block {
	width: 100%;
	max-width: 100%;
}

.blog-article #owl-carousel-block .box-content {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
}

.blog-article #owl-carousel-block .box-product .name {
	width: auto;
	max-width: 180px;
	height: 70px;
}

.blog-article #owl-carousel-block .box-product .cart .button {
	padding: 7px 22px;
}

.blog-article #owl-carousel-block .item {
	position: relative;
}

.blog-article #owl-carousel-block .econom_skidka {
	z-index: 2;
	top: 30px;
	right: 0;
}

.blog-article #owl-carousel-block .box #carousel_prev,
.blog-article #owl-carousel-block .box #carousel_next {
	margin-top: -180px;
}

.blog-article__section-title {
	margin: 0 0 22px;
	font-size: 28px;
	line-height: 1.15;
	font-weight: bold;
	color: #1d1d1d;
}

.blog-article__products-list {
	position: relative;
}

.blog-article__products-carousel {
	position: relative;
	padding: 0 42px;
}

.blog-article__products-carousel .owl-wrapper-outer {
	padding: 4px 0;
}

.blog-article-product {
	padding: 0 14px;
	text-align: center;
}

.blog-article-product__image {
	position: relative;
	margin-bottom: 16px;
	text-align: center;
}

.blog-article-product__image img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.blog-article-product__name {
	min-height: 52px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
}

.blog-article-product__name a {
	color: #1d1d1d;
	text-decoration: none;
}

.blog-article-product__name a:hover {
	text-decoration: underline;
}

.blog-article-product__price {
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	color: #1d1d1d;
}

.blog-article-product__price .price-old {
	margin-left: 6px;
	font-size: 16px;
	font-weight: normal;
	color: #9a9a9a;
	text-decoration: line-through;
}

.blog-article-product__cart .button {
	display: inline-block;
	padding: 11px 22px;
	border: 2px solid #1d1d1d;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}

.blog-article-product__cart .button:hover {
	background: #1d1d1d;
	color: #fff;
	text-decoration: none;
}

.blog-article__carousel-nav {
	position: absolute;
	top: 38%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border: 2px solid #1d1d1d;
	border-radius: 50%;
	background: #fff;
	color: #1d1d1d;
	text-decoration: none;
	transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.blog-article__carousel-nav:hover {
	background: #1d1d1d;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.blog-article__carousel-nav--prev {
	left: 0;
}

.blog-article__carousel-nav--next {
	right: 0;
}

.blog-article__review-login {
	width: 620px;
	max-width: 100%;
	margin: 0 auto 25px;
	padding: 20px 24px 24px;
	border: 2px solid #1d1d1d;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.blog-article__review-login p {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: bold;
}

.blog-article__review-login input[type='text'] {
	width: 250px;
	max-width: 100%;
	padding: 10px 12px;
	border: 2px solid #1d1d1d;
	border-radius: 12px;
}

.blog-article__review-login textarea {
	width: 100%;
	min-height: 160px;
	margin-bottom: 15px;
	padding: 14px 16px;
	border: 2px solid #1d1d1d;
	border-radius: 16px;
	font-family: 'ms font', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	resize: vertical;
}

.blog-article__review-login .button {
	display: inline-block;
	padding: 13px 24px;
	border: 2px solid #1d1d1d;
	border-radius: 999px;
	background: #1d1d1d;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .22s ease, transform .22s ease;
}

.blog-article__review-login .button:hover {
	opacity: .88;
	text-decoration: none;
	transform: translateY(-1px);
}

.blog-article__review-login .registr {
	font-size: 12px;
	color: #1d1d1d;
	border-bottom: 1px dashed #1d1d1d;
	text-decoration: none;
}

.blog-article__review-login .registr:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.blog-article__review-login .success,
.blog-article__review-login .warning,
.blog-article__review-login .attention {
	width: 90%;
	margin: 0 auto 15px;
	padding: 10px 12px;
	border-radius: 12px;
}

#rev {
	margin-bottom: 20px;
}

#rev a {
	color: #ffffff;
	text-decoration: none;
}

.blog-article__review-list {
	margin-top: 18px;
}

.blog-article-review {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}

.blog-article-review:first-child {
	border-top: 0;
	padding-top: 0;
}

.blog-article-review__author {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.blog-article-review__text {
	font-size: 15px;
	line-height: 1.65;
	color: #2d2d2d;
}

.blog-article-review__answer {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #f5f5f3;
}

.blog-article-review__pagination {
	margin-top: 18px;
}

@media only screen and (max-width: 900px) {
	.blog-article {
		width: auto;
		margin: 36px auto 32px;
		padding: 0 18px;
	}

	.blog-article__products-carousel {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 560px) {
	.blog-article {
		margin-top: 26px;
		padding: 0 14px;
	}

	.blog-article__refine {
		margin: 40px 0 22px;
	}

	.blog-article__body h1 {
		margin-top: 22px;
		font-size: 30px;
	}

	.blog-article__body h2,
	.blog-article__body h3 {
		font-size: 22px;
	}

	.blog-article__body p,
	.blog-article__body ul {
		font-size: 16px;
		line-height: 1.55;
	}

	.blog-article__body ul {
		padding-left: 24px;
	}

	.blog-article__section-title {
		font-size: 24px;
	}

	.blog-article__products-carousel {
		padding: 0 24px;
	}

	.blog-article-product {
		padding: 0 8px;
	}

	.blog-article-product__price {
		font-size: 18px;
	}

	.blog-article__carousel-nav {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.blog-article__review-login {
		padding: 16px 14px 18px;
		border-radius: 16px;
	}

	.blog-article__review-login textarea {
		min-height: 130px;
		padding: 12px 14px;
		font-size: 15px;
	}

	.blog-article-review__text {
		font-size: 14px;
		line-height: 1.6;
	}
}
