

/* Start:/bitrix/templates/delta/components/bitrix/news/news/style.css?17766724541049*/
.news-nav {
	border-bottom: 1px solid #DBD9E1;
    margin: 25px 0 60px;
}
.news-nav .nav {
	margin-bottom: -2px;
}
.news-nav .nav-item {
	padding: 10px 20px 0;
}
.news-nav .nav-item:first-of-type {
	padding-left: 0;
}
.news-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #25292D;
	padding: 0 0 10px;
}
.news-nav .nav-item.active .nav-link,
.news-nav .nav-item:hover .nav-link {
	border-bottom: 3px solid #F22F2F;
	color: #F64923;
}
@media (max-width: 1440px) {
	.news-nav {
		margin: 20px 0 40px;
	}
	.news-nav .nav {
	    margin-bottom: -1px;
	}
	.news-nav .nav-item .nav-link {
		font-size: 16px;
		padding: 0 0 7px;
	}
	.news-nav .nav-item.active .nav-link,
	.news-nav .nav-item:hover .nav-link {
		border-bottom: 2px solid #F22F2F;
	}
}
@media (max-width: 767px) {
	.news-nav {
	    margin: 10px 0 20px;
	}
	.news-nav .nav-item {
	    padding: 10px 15px 0;
	}
	.news-nav .nav-item .nav-link {
		font-size: 13px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1776672426467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/delta/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17766724544093*/
.news-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 130px;
}
.news-detail .arrow-block {
	width: 19%;
}
.news-detail .arrow {
	display: block;
	color: #757575;
}
.news-detail .arrow-right {
	color: #F64923;
	text-align: right;
}
.news-detail .arrow:hover {
	color: #F64923;
	text-decoration: none;
}
.news-detail .arrow svg {
    stroke: #757575;
}
.news-detail .arrow-left svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.news-detail .arrow-right svg,
.news-detail .arrow:hover svg {
	stroke: #F64923;
}
.news-detail .arrow span {
	font-size: 18px;
}
.news-detail .arrow-left span {
	padding-left: 10px;
}
.news-detail .arrow-right span {
	padding-right: 10px;
}
.news-detail .detail-item {
	width: 	62%;
	margin: 0 auto;
}
.news-detail .detail-info {
	margin-bottom: 20px;
}
.news-detail .detail-info span {
	font-size: 18px;
	color: #707D8A;
}
.news-detail .detail-info .detail-date {
	padding-right: 40px;
}
.news-detail .detail-info,
.news-detail .detail-info .detail-views {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-detail .detail-info .detail-views:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('/images/view.svg') center/auto no-repeat;
	margin-right: 5px;
}
.news-detail .detail-item h1 {
	margin-bottom: 50px;
}
.news-detail .detail-item .detail-image {
	text-align: center;
	margin-bottom: 60px;
}
.news-detail .detail-item .detail-image img {
	height: 420px;
}
.news-detail .detail-item .detail-text {
	font-size: 18px;
	line-height: 24px;
}
.news-detail .detail-item .detail-text ol,
.news-detail .detail-item .detail-text ul {
	list-style: disc;
	padding-left: 15px;
	margin: 0;
	margin: 35px 0px;
	line-height: 1.55;
	color:#494b4e;
}
.news-detail .detail-item .detail-text ul li{
	margin-bottom: 8px;
}
.detail-text img{
	margin: 20px auto;
}
.detail-text p{
	margin-bottom: 10px;
	line-height: 1.55;
}
.detail-text h2{
	font-size: 32px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.detail-text h3{
	margin-top: 50px;
	margin-bottom: 0px;
}
@media (max-width: 1440px) {
	#breadcrumbs {
		margin: 35px 0 55px;
	}
	.news-detail {
		margin: 45px 0 85px;
	}
	.news-detail .arrow-block {
		width: 22%;
	}
	.news-detail .arrow span {
	    font-size: 16px;
	}
	.news-detail .arrow-left span {
	    padding-left: 15px;
	}
	.news-detail .arrow-right span {
	    padding-right: 15px;
	}
	.news-detail .detail-item {
	    width: 56%;
	}
	.news-detail .detail-info {
	    margin-bottom: 40px;
	}
	.news-detail .detail-info span {
		font-size: 16px;
	}
	.news-detail .detail-info .detail-date {
	    padding-right: 55px;
	}
	.news-detail .detail-item h1 {
		margin-bottom: 40px;
	}
	.news-detail .detail-item .detail-image {
		margin-bottom: 45px;
	}
	.news-detail .detail-item .detail-image img {
		height: 260px;
	}
	.news-detail .detail-item .detail-text {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 991px) {
	.news-detail .arrow span {
	    font-size: 14px;
	}
	.news-detail .arrow-right span {
	    padding-right: 10px;
	}
	.news-detail .arrow svg {
		width: 25px;
	}
}
@media (max-width: 767px) {
	.news-detail {
		margin: 0 0 40px;
	}
	.news-detail .detail-item {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .detail-item h1 {
	    margin: 45px 0 10px;
	}
	.news-detail .detail-info {
	    margin-bottom: 15px;
	}
	.news-detail .detail-item .detail-image {
		margin-bottom: 30px;
	}
	.news-detail .detail-item .detail-image img {
		width: 100%;
		height: auto;
	}
	.news-detail .detail-item .detail-text {
		line-height: 20px;
	}
	.news-detail .arrow-block:first-child {
		width: 30%;
	}
	.news-detail .arrow-block:last-child {
		width: 70%;
	}
	.detail-text h2{
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.detail-text h3{
		margin-top: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/delta/components/bitrix/news/news/bitrix/news.list/other_news/style.css?17766724542849*/
.detail-other {
	background: #F9F9F9;
	padding: 110px 0 25px;
	margin-bottom: 110px;
}
.detail-other h2 {
	margin-bottom: 45px;
}
.detail-other .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.detail-other .news-image {
    position: relative;
}
.detail-other .news-image a {
    display: block;
}
.detail-other .news-image img {
	width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}
.detail-other .news-date {
    position: absolute;
    left: 35px;
    bottom: 0;
    background: #25292D;
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
}
.detail-other .news-info {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 35px 40px 35px 35px;
}
.detail-other .news-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #25292D;
    margin-bottom: 10px;
}
.detail-other .news-title:hover {
	text-decoration: none;
}
.detail-other .news-text {
    font-size: 14px;
    line-height: 131%;
    height: 90px;
    overflow: hidden;
}
@media (max-width: 1440px) {
	.detail-other {
		padding: 90px 0 70px;
		margin-bottom: 80px;
	}
	.detail-other .news-image img {
		height: 145px;
	}
	.detail-other .news-date {
		left: 25px;
		font-size: 11px;
		padding: 5px 15px;
	}
	.detail-other .news-info {
		padding: 23px;
	}
	.detail-other .news-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.detail-other .news-text {
		font-size: 13px;
		height: 105px;
	}
}
@media (min-width: 768px) {
	.detail-other .news-list .row .col-md-3 {
	    padding: 10px;
	}
	.detail-other .news-list .row .col-md-3:nth-child(4n + 1) {
	    padding-left: 15px;
	}
	.detail-other .news-list .row .col-md-3:nth-child(4n + 4) {
	    padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.detail-other {
		background: #fff;
		padding: 20px 0 0;
		margin-bottom: 30px;
	}
	.detail-other h2 {
	    margin-bottom: 25px;
	}
	.detail-other .news-list {
		overflow-x: scroll;
	}
	.detail-other .news-list .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.detail-other .news-list .row .col-md-3 {
		padding-right: 0;
		padding-left: 15px;
	}
	.detail-other .news-item {
		min-width: 290px;
	}
	.detail-other .news-image img {
		height: 155px;
	}
	.detail-other .news-date {
		left: 35px;
	}
	.detail-other .news-info {
	    padding: 25px 30px;
	}
	.detail-other .news-title {
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
		color: #25292D;
		margin-bottom: 15px;
	}
	.detail-other .news-text {
		height: 90px;
		font-size: 14px;
	}
}
/* End */
/* /bitrix/templates/delta/components/bitrix/news/news/style.css?17766724541049 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1776672426467 */
/* /bitrix/templates/delta/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17766724544093 */
/* /bitrix/templates/delta/components/bitrix/news/news/bitrix/news.list/other_news/style.css?17766724542849 */
