

/* Start:/local/templates/ohotnik/components/bitrix/news/books/bitrix/news.detail/.default/style.css?16799827445298*/
.products__wrap-blog {
	margin-bottom: 20px;
}

.products__wrap-blog.row {
	max-width: 1015px;
	margin: 0 auto;
}

@media (max-width: 1140px) {
	.products__wrap-blog.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}
.overview-art {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 50px;
}

.overview-art__part {
	/* padding-bottom: 50px; */
	max-width: 1130px;
	margin: 25px auto;
}

.overview-art__title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 40px;
}

.overview-art__img-wrapper {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
}

.overview-art__img {
	max-width: 100%;
	overflow: hidden;
}

.overview-art__img-wrapper .overview-art__img {
	width: 100%;
}

.overview-art__text {
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 20px;
	position: relative;
}

.overview-art__text--fs-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 160%;
	margin-top: 30px;
	margin-bottom: 30px;
}

ol.overview-art__list {
	padding-left: 12px;
	counter-reset: list;
	padding: 0;
	list-style: none;
}

ol.overview-art__list .overview-art__list-item {
	padding-left: 18px;
	position: relative;
}

ol.overview-art__list .overview-art__list-item::before {
	content: counter(list);
	counter-increment: list;
	position: absolute;
	left: 0;
	color: #E66933;
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1px;
	transform: translateY(-50%);
}

ul.overview-art__list {
	padding-left: 0;
}

ul.overview-art__list .overview-art__list-item {
	list-style: none;
	position: relative;
	padding-left: 14px;
}

ul.overview-art__list .overview-art__list-item::before {
	content: '';
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #E66933;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.overview-art__img--float-left {
	float: left;
	margin: 10px 28px 23px 0;
}

.overview-art__img--float-right {
	float: right;
	margin: 10px 0 23px 28px;
}

.overview-art__text::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.overview-art__cart-container {
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overview-art__video-cont {
	margin-top: 80px;
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.overview-art__video {
	max-width: 100%;
}

.overview-art__table-container {
	margin-bottom: 80px;
	margin-top: 80px;
}

.overview-art__table-head-row {
	display: flex;
	width: 100%;
	background-color: #E66933;
	color: #fff;
}

.overview-art__table-th {
	padding: 14px 35px 14px 23px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.overview-art__table-th:first-child {
	flex-grow: 1;
	border-right: 1px solid #E0E0E0;
}

.overview-art__table-th:last-child {
	width: 200px;
	flex-shrink: 0;
	text-align: right;
}

.overview-art__table-row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}

.overview-art__table-td {
	padding: 14px 35px 14px 23px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.overview-art__table-td:first-child {
	flex-grow: 1;
	border-right: 1px solid #E0E0E0;
	justify-content: flex-start;
}

.overview-art__table-td:last-child {
	width: 200px;
	flex-shrink: 0;
	text-align: right;
	justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	.overview-art__table-td:last-child, .overview-art__table-th:last-child {
		width: 160px;
	}
	.overview-art__img--float-left, .overview-art__img--float-right {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 744px) {
	.overview-art__table-td:last-child, .overview-art__table-th:last-child {
		width: 120px;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* блок с фоном */

.overview-bg-art {
	width: 100%;
	margin-bottom: 20px;
}

.overview-bg-art__wrapper {
	background-color: #F9F9F9;
	max-width: 1130px;
	margin: 0 auto;
}

.overview-bg-art__inner {
	margin: 0 auto;
	padding: 40px;
	margin-top: 80px;
	margin-bottom: 80px;
	justify-content: center;
}

.overview-bg-art__inner.row {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.overview-bg-art__wrapper {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.overview-bg-art__wrapper {
		max-width: 1120px;
	}
}

@media (min-width: 1440px) {
	.overview-bg-art__wrapper {
		max-width: 1130px;
	}
}

.overview-bg-art__left {
	flex-grow: 1;
}

.overview-bg-art__img {
	width: 100%;
	max-width: 100%;
}

.overview-bg-art__right {
	/* flex-basis: 634px; */
}

.overview-bg-art__title {
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 160%;
}

.overview-bg-art__text {
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 160%;
}
/* End */


/* Start:/local/templates/ohotnik/components/bitrix/news.list/brands_list/style.css?1679982744150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/ohotnik/components/bitrix/news.list/news-list/style.css?1679982744150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/ohotnik/components/bitrix/news.list/article-list/style.css?1679982744150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/ohotnik/components/bitrix/news/books/bitrix/news.detail/.default/style.css?16799827445298 */
/* /local/templates/ohotnik/components/bitrix/news.list/brands_list/style.css?1679982744150 */
/* /local/templates/ohotnik/components/bitrix/news.list/news-list/style.css?1679982744150 */
/* /local/templates/ohotnik/components/bitrix/news.list/article-list/style.css?1679982744150 */
