h1#pagetitle {
	/*display:none !important;*/
	/*float: right;
    margin: 10px 23px 12px 0px;*/
}
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}

.buy_block {
	display: flex;
    padding: 10px;
	border: 1px solid #d1d1d1;
    border-radius: 11px;
    margin-bottom: 10px;
	/*background: #dddbdb;*/
}
.buy_pic {
	padding-right: 10px;
	margin: auto;
	width: 30%;
    display: contents;
}
.buy_pic img {
   width: 200px;
   height: auto;
}
.buy_product_data {
	padding-left: 10px;
	margin: 10px 0px;
}
.title_product a {
	font-size: 20px;
    padding: 10px 0px;
}
.title_product span {
	color: #00b4e1;
    font-size: 20px;
    padding: 10px 0px;
}
.descr_product {
	font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
	margin: 10px 0px;
}
.btn_product {
  display: flex;
    justify-content: space-around;
}
.wb_button {
	color: #b63296;
    font-size: 16px;
    font-weight: 600;
    border: solid 3px;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
	width: 120px;
    text-align: center;
	margin: 0px 10px;
}
.ozon_button {
	color: #006bff;
    font-size: 16px;
    font-weight: 600;
    border: solid 3px;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
	width: 120px;
    text-align: center;
	margin: 0px 10px;
}

.wb_button:hover {
	color: #b63296;
}
.ozon_button:hover {
	color: #006bff;
}

@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("https://geodom.online/bitrix/templates/aspro_mshop/components/bitrix/news.detail/geo_news/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.geo_news_blogdetail .bx-newsdetail-title {
	font: 20px/22px "Actay Wide", Arial, Helvetica, sans-serif !important;
    text-align: center;
    color: #636262 !important;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}

.blogblok {
    border: 1px solid #dddbdb;
    padding: 10px;
	border-radius: 11px;
	margin-bottom: 10px;
	display: inline-block;
	width:98%;}

.blogblok a {
	/*float: right;*/}

.blogblok h3 {
	/*padding: 10px 0px 10px 0px;*/}

.blogblok img {
	padding: 10px;
	width: 220px;
	height: auto;}

.geo_news_blogdetail img.fullimg {padding: 0px 2px 20px 2px;}

.geo_news_blogdetail img.leftimg {padding: 0px 17px 10px 0px;
	width: 300px;
	float: left;}

.geo_news_blogdetail img.rightimg {padding: 5px 0px 10px 17px;
	width: 300px;
	float: right;}

.geo_news_blogdetail img.leftimgobzor {padding: 0px 17px 10px 0px;
	width: 200px;
	float: left;}

.geo_news_blogdetail img.rightimgobzor {padding: 0px 0px 10px 17px;
	width: 200px;
	float: right;}

.geo_news_blogdetail img.leftimgpik {padding: 0px 17px 10px 0px;
	width: 170px;
	float: left;}

.geo_news_blogdetail img.rightimgpik {padding: 0px 0px 10px 17px;
	width: 170px;
	float: right;}



.geo_news_blogdetail h2 {margin: 37px 0px 20px 0px;}

.geo_news_blogdetail h3 {margin: 23px 0px 12px 0px;}

.geo_news_blogdetail input.button {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    max-width: 95%;
}
.geo_news_blogdetail .button:hover {
    background: rgb(126 190 0) !important;
}

span.line_pink {
    background: url(../../../../line_pink.png) repeat-x;
    background-position: center bottom;
    display: inline;
    padding-bottom: 7px;
    font-size: 19px;
	background-size: 64%;}

.colorlist img {padding: 0px 8px 0px 5px;}

.colorlist {
	padding: 0px 0px 0px 0px;}

.colorlist a {
	font-weight: 700;}

.colorlist p {
	margin: 13px 0px 0px 0px !important;}
.bx-newsdetail-articles {
	display: inline-block;
    width: 100%;
}
.bx-newsdetail-article {
	display: inline-block;
    width: 30%;
	text-align: center;
	float: left;
	margin: 10px;
}
.bx-newsdetail-article-img img {
	width: 100%;
	border-radius: 15px;
}
.bx-newsdetail-article-title {
	margin-top: 10px;
}
.bx-newsdetail-article-title a {
	font-weight: 700;
}
.bx-newsdetail-articles .title_block {
    font-family: "Actay Wide" !important;
    color: #636262 !important;
	margin-top: 20px;
	display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	text-align: center;
}

.geo_news_blogdetail .blog_row {
display: table;
}
.geo_news_blogdetail .col {
 display: table-cell;
    vertical-align: middle;
}

.geo_news_blogdetail .font_azov {
    font-family: 'Azov', sans-serif;
    font-weight: 500;
}

.geo_news_blogdetail .font_azov a {
    font-family: 'Azov', sans-serif;
    font-weight: 500;
}

.konkurs_icons{
	display: flex;
    width: 100%;
    justify-content: space-around;
}

.konkurs_icons .item{
	padding: 10px;
}

.konkurs_icons a {
    font: 14px/1.2 "Actay Wide", Arial, Helvetica, sans-serif !important;
    text-align: center;
	color: #00b4e1 !important;
}
.konkurs_icons img {
    width: 120px;
    height: auto;
}

.konkurs_mesto {
    font-size: 18px;
    font-family: 'Azov', sans-serif;
    font-weight: 500;
}




@media (max-width: 768px) {
	.konkurs_icons img {
		width: 64px;
	}
	.konkurs_icons {
		display: inline-block;
	}
	.konkurs_icons .item {
		padding: 10px;
		width: 40%;
		display: inline-block;
	}
	.geo_news_blogdetail .blog_row {
	display: block;
	}
	.geo_news_blogdetail .col {
	 display: block;
		vertical-align: middle;
	}
	.buy_block {
		display: inline-block;
	}
	.buy_pic {
		text-align: center;
	}
	.geo_news_blogdetail .bx-newsdetail-title {
		font: 18px/20px "Actay Wide", Arial, Helvetica, sans-serif !important;}
	.geo_news_blogdetail img.leftimg {padding: 0px 0px 20px 0px;
			width: 100%;
			height: auto;}
	.geo_news_blogdetail img.rightimg {padding: 0px 0px 20px 0px;
			width: 100%;
			height: auto;}
	.geo_news_blogdetail img.leftimgobzor {padding: 0px 0px 20px 0px;
			width: 100%;
			height: auto;}
	.geo_news_blogdetail img.rightimgobzor {padding: 0px 0px 20px 0px;
			width: 100%;
			height: auto;}
	.geo_news_blogdetail img.rightimgpik {padding: 0px 0px 10px 10px;
			width: 140px;
			height: auto;}
	.geo_news_blogdetail img.leftimgpik {padding: 0px 10px 10px 0px;
			width: 140px;
			height: auto;}

	.geo_news_blogdetail img.fullimg {width: 100%}
}


body.page-blog #pagetitle{display:none !important}

@media (max-width: 768px){
body.page-blog .blog_left_block > .left_menu{display:none !important; white-space: nowrap;} 

/*.blog_left_block > .left_menu > li.item {
		margin-bottom: 5px;
			display: inline-block;
		width: calc(50% - 5px);
		box-sizing: border-box;
	}
	
	body #content .left_block:not(.catalog) {
		width: 100%;
		float: none;
			overflow: auto;
	}
	
	body #content .left_block:not(.catalog)::-webkit-scrollbar {
	  width: 0;
	}*/

body.page-blog body .breadcrumbs{display:block;margin-top:0;margin-bottom:20px;text-align:left}
body.page-blog #bx_breadcrumb_0, 
body.page-blog #bx_breadcrumb_0 + .separator{display:none}
body.page-blog #bx_breadcrumb_1 [itemprop="name"]{display:block;width:auto;overflow:hidden;word-break:keep-all;height:15px}
}
@media (min-width:991px) {
body.page-blog .h1.blog-title {text-align:center !important;font-size:24px !important}
}
.color_ul li {
	list-style: none; 
	padding: 0px 0 0px 30px;
    font-size: 16px;
	margin: 0 0 10px;
}
.color_ul li:nth-child(1),
.color_ul li:nth-child(6),
.color_ul li:nth-child(11),
.color_ul li:nth-child(16) { 
	background: url("../../../../dot_blue.png") left center no-repeat; 
	background-size: 17px;
}
.color_ul li:nth-child(2),
.color_ul li:nth-child(7),
.color_ul li:nth-child(12),
.color_ul li:nth-child(17) {
	background: url("../../../../dot_yellow.png") left center no-repeat;
	background-size: 17px;
}
.color_ul li:nth-child(3),
.color_ul li:nth-child(8),
.color_ul li:nth-child(13),
.color_ul li:nth-child(18) {
	background: url("../../../../dot_pink.png") left center no-repeat;
	background-size: 17px;
}
.color_ul li:nth-child(4),
.color_ul li:nth-child(9),
.color_ul li:nth-child(14),
.color_ul li:nth-child(19) {
	background: url("../../../../dot_green.png") left center no-repeat;
	background-size: 17px;
}
.color_ul li:nth-child(5),
.color_ul li:nth-child(10),
.color_ul li:nth-child(15),
.color_ul li:nth-child(20) {
	background: url("../../../../dot_orange.png") left center no-repeat;
	background-size: 17px;
}
@media (max-width: 426px) {
	.bx-newsdetail-article {
		width: 90% !important;
	}
	.btn_product {
		display: block;
	}
}