

/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17200084468889*/
/* #Post
================================================== */

.meta-space {
	font-size: 0.75em;
	color: #B3B3B3;
	margin: 15px 0 15px 0;
}
.meta-space .separator::after {
	position: relative;
	top: 3px;
	left: 8px;
	height: 15px;
	content: no-close-quote;
	width: 1px;
	background: #dddddd;
	display: inline-block;
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}
.meta-space a:hover {text-decoration: none;}
.meta-space a {
	color: #b3b3b3;
}
a {
	outline: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.post-date, .post_permalink{padding-left: 15px}
.post__holder .large img{width: 100%;  height: auto;}
.post__holder .large {    margin-bottom: 1.5em;}
.excerpt{     font-size: 15px;  line-height: 25px;}
.readmore-button{font-size: 15px;  line-height: 25px; text-align: center;  font-style: italic;}

.post__holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 0;
	border: 1px solid #ddd;
	padding: 60px;
}
.post__holder.single-post {
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}
.post .sticky {
	position: relative;
	z-index: 9;
}
@media (max-width: 480px) {
	.post .featured-thumbnail {
		width: 120px;
	}
}
@media (max-width: 480px) {
	.post .featured-thumbnail.large {
		width: auto;
	}
}
.post_content {
	margin-bottom: 20px;
}
.post_content .excerpt,
.post_content .full-post-content {
	margin-bottom: 1.5em;
}
.post_footer {
	clear: both;
	padding: 15px 0 0 0;
}
.post_meta {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: .9em;
	text-align:right;
	color:#a0a0a0;
}
.post_meta a{
	color:#a0a0a0;
}
.post_meta a:hover{
	color:#333333;
}
.post_meta ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
}
.post_meta span {
	line-height: 28px;
	padding-right: 0px;
}
.post_meta .post_permalink {

	padding-right: 0;
}
.post_meta i {
	font-size: 16px;
	margin-right: 10px;
	color: #cbcbcb;
}
.post_meta .pull-right {
	padding-right: 0;
	padding-left: 0px;
}
/* Post Formats
---------------------------------------- */
/* Quote Post */
.quote-wrap {
	margin-bottom: 25px;
	color:#000000;
}
.format-quote .post_meta {
	padding-top: 25px;
}
.format-quote blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17.5px;
	line-height: 1.4em;
	font-style: italic;
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px 0 10px 25px;
	min-height: 75px;
}
.format-quote cite {
	padding-left: 30px;
	margin-bottom: 20px;
}
/*/ Quote Post */
/* Post gravatar */p.gravatar {
					   float: left;
					   margin-right: 20px;
				   }
/* Post edit link */
/* Related Posts */
.related-posts {
	background:#ffffff;
	padding:60px;
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.related-posts_list {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.related-posts_item {
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
}
.related-posts .featured-thumbnail {
	float: none;
	overflow: hidden;
	margin: 0 0 10px 0;
}
@media (max-width: 480px) {
	.related-posts_item {
		width: 46%;
	}
}

/* Share buttons */
.share-buttons {
	overflow: hidden;
	margin-top: 20px;
	padding: 25px 0px 0 0;
	width: 100%;
	border-top:1px dashed #e9e9e9;
	text-align: center;
	line-height: 44px;
}
.share-buttons .twitter {
	position: relative;

	padding-left: 0px;
}
.share-buttons span {
	display: block;
	float: left;
	width: 90px;
}

.hs-icon {
	display: inline-block;
	font-size: 0.9em;
	cursor: pointer;
	margin: 1px;
	width: 45px;
	height: 45px;
	line-height:45px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#d1d1d1;

}

.hs-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 1px #d1d1d1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.9);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.9);
	opacity: 80;
}
.hs-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.bottom1 .hs-icon {
	display: inline-block;
	font-size: 2.0em;
	cursor: pointer;
	margin: 8px;
	width: 75px;
	height: 75px;
	line-height:75px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#d1d1d1;
}
.bottom1 .hs-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 1px #ddd;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hs-icon.fa{line-height: 45px}
.hs-icon.fa:hover{text-decoration: none}
.post-title a{
	outline: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

ul.paging a{
	color: #94929e;
	text-decoration: none;
}

ul.paging {
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0;
	position: relative;
	overflow: hidden;
}
ul.paging .left{float: left}
ul.paging .right{float: right}
/*slider*/
.solo-item{
	width: 100%;
	height: 100%;
	margin: auto;
}
@media (max-width: 768px){
    .solo-item{width: 100%;}
}
@media (max-width: 1980px){
    .solo-item{width: 100%;}
}
.solo-item .slick-arrow, .solo-item .slick-prev, .solo-item .slick-next {
	z-index: 20;
	top: -5%;
}
.solo-item .slick-next{
	content: '';
    width: 12px;
    height: 18px;
 	right: 0;
	background: url(/assets/css/../img/content/arrow_right.png) no-repeat;
    background-image: url(/assets/css/../img/content/arrow_right.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: contain;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.solo-item .slick-prev{
	content: '';
    width: 12px;
    height: 18px;
  right: 35px;
   background: url(/assets/css/../img/content/arrow_left.png) no-repeat;
    background-image: url(/assets/css/../img/content/arrow_left.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: contain;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: contain;
    display: block;
}

.open-button {
  background-color: #2196F3;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

.form-popup {
  display: none;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  
}

.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #1976D2;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: bold;
}

.form-container .cancel {
  background-color: #448AFF;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
/*кнопка записи на бесплатный урок*/
.btn_free_lesson{
	background: #c2005f;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-size:100%;
	display: inline-block;
}
.btn_free_lesson:hover{
	background-color: #fc0381;
}
.btn_center_free_lesson{
	text-align: center;
}
@media (max-width: 1180px){
	.btn_free_lesson{
    width: 100%;
    font-size:90%;
	}
}
@media (max-width: 768px){
	.btn_free_lesson{
		font-size:84%;
	}
}
@media (max-width: 400px){
	.btn_free_lesson{
		font-size:64%;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/blog/style.min.css?17200084466236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17200084468889 */
/* /local/templates/main/components/bitrix/catalog.section.list/blog/style.min.css?17200084466236 */
