

/* Start:/bitrix/templates/pt/components/bitrix/news.detail/flat/style.css?17225008678737*/
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@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("/bitrix/templates/pt/components/bitrix/news.detail/flat/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;
}
.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;
}
.article-2017 {
	font-size: 1.0em;
	line-height: 1.5em;
}
.article-2017 h1 {
font-size: 2.0em;
}
.article-2017 ol {
	color: #f29b20;
}

.article-2017 li a {
	text-decoration: none;
	color: #f29b20;
}
.article-2017 p.name {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.article-2017 blockquote {
 text-transform: uppercase;
 border-color: #669933;
}
.article-2017 blockquote:before {
  font-family: FontAwesome; 
  content: "\f05a"; 
  font-size: 30px; 
  font-style: normal; 
  float:left; 
  line-height: 1.0; 
  margin-right: 3%;
  }
 .article-2017 cite {
 	font-size: 0.72222222em;
 } 
.article-2017 .empty li {
	list-style-type: none;
}
.article-2017 div .description {
  font-size: 1.2em;
}
 /* 2021 */
 .articles2021 ul,  .articles2021 ol >li {
	 font-size:18px;

} 

.articles2021 p {
	font-size: 1.2em;

} 

.articles2021 .content-link, .articles2021 .content-link a, .articles2021 .content-link li  {
	color: #bf4434;
	
}
.articles2021 .content-link ol {
	line-height:1.5;
	
}

.articles2021 .content-link ul {
	margin-left:0;
	padding-left:5px;
	
}

.articles2021 .content-link ul > li {
	list-style-type: none;
	
	
}
.articles2021  ul.square {
	line-height:1.2;
	list-style-type: square;
	
}
.articles2021 ul.square > li, .articles2021 ul.list-none > li {
	margin-bottom:15px;
}

.articles2021 .black {
	color:#000;
	
}

.articles2021  ul.square > li > ol {
	margin-top:15px;	
}

.articles2021 ul.list-none {
	line-height:1.2; 
	list-style-type: none;
}

.articles2021 .img-art {
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}

.articles2021 .img-art figure img {
	max-width: 490px;
    height: auto;
	margin-left:37px;
	margin-right:37px;
	margin-bottom:10px;
	
}

.articles2021 .color-orange {
	cursor:pointer;
	color:#bf4434;
	text-decoration:underline;
	font-size: 18px;
	
}

/* MultiCarousel */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:5px; margin:5px; background:#fff; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.MultiCarousel .MultiCarousel-inner  .item .pad15 {
	min-height: 320px;
	padding-top:20px;
	
}
.MultiCarousel .MultiCarousel-inner  .item .pad15:hover {
	opacity:0.8;
	
}
.MultiCarousel .MultiCarousel-inner  .item .pad15 span {
	display:block;
	
}

.MultiCarousel .MultiCarousel-inner  .item .pad15 img {
	/* max-width: 100%; */
    height: auto;
	
}

.MultiCarousel .MultiCarousel-inner  .item .pad15 .img {
	height:180px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	display:flex;
	align-items: center;
	justify-content: center;
	
}

.MultiCarousel .MultiCarousel-inner  .item .pad15   .price {
	font-weight: 500;
    font-size: 16px;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;	
}
.MultiCarousel .MultiCarousel-inner  .item a:hover {
	text-decoration:none;
}

.MultiCarousel .MultiCarousel-inner  .item .pad15 .name {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	
}


.MultiCarousel .btn-primary {
    color: #ffffff;
    background-color: #bf4434;
    border-color: #bf4434;
}

.MultiCarousel .btn-primary:hover {
    color: #ffffff;
    background-color: #bf4434;
    border-color: #bf4434;
}

.name-faq {
	font-weight: 700;
	font-size: 20px;
	text-align:center;
	margin-bottom:20px;
	
	
}

.description-faq {
	margin-bottom:20px;
}

.articles2021 {
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none; 
}

@media (max-width: 768px) {
	.articles2021 .img-art {
	flex-direction: column;
}

.articles2021 .img-art figure img {
    max-width: 300px;
    height: auto;
    margin-left: 37px;
    margin-right: 37px;
    margin-bottom: 10px;
}
.articles2021 .img-art figure {
    margin-bottom: 5px;
}

.content-2017article {
	padding-left:30px;
	
}

}

.img-block figure {
    display: block;
    vertical-align: unset;
    float: unset;
    text-align: center;
	margin-bottom:10px;
}

.img-block figure img {
	max-width:100%;
	height:auto;	
}

.img-block figure > figcaption {
	display:block;
	margin-top:10px;
}

.adv-name {
	margin-bottom:0px;
	margin-top:0px;
	
}


/* End */


/* Start:/bitrix/templates/pt/components/bitrix/news.detail/flat/themes/green/style.min.css?1722500874213*/
.bx-newsdetail .fa.bx-star-active{color:#33b111}.bx-newsdetail .btn{background-color:#33b111;border-color:#33b111}.bx-newsdetail .btn:active,.bx-newsdetail .btn:hover{background-color:#76e359;border-color:#76e359}
/* End */
/* /bitrix/templates/pt/components/bitrix/news.detail/flat/style.css?17225008678737 */
/* /bitrix/templates/pt/components/bitrix/news.detail/flat/themes/green/style.min.css?1722500874213 */
