

/* Start:/bitrix/templates/.default/components/bitrix/news.list/promo_block/style.css?1495881233933*/
.top-promo-block {
	border-bottom: 1px solid #bfbfbf;
}

.top-promo-block a {
	display: block;
	color: #fff;
	position: relative;
}

.top-promo-block a:hover {
	color: #fff;
}

.top-promo-block .img-wrapper {
	height: 70px;
	min-width: 100%;
}

.top-promo-block .img-wrapper img {
	margin-left: 50%;
    transform: translate(-50%, 0);
}

.top-promo-block .text-wrapper {
	position: absolute;
    height: 70px;
    width: 100%;
    text-align: center;
    top: 0;
    display: table;
}

.top-promo-block .text-wrapper .text {
	color: #fff;
	font-size: 1.15em;
	margin-top: 25px;
  font-weight: 500;
  font-family: Roboto;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 992px) {
	.top-promo-block .text-wrapper .text {
		font-size: 1.15em;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.top-promo-block .text-wrapper .text {
		font-size: 0.875em;
		margin-top: 25px;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1479850250446*/
div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.index/top_5_redactors_choice_block_new_news/style.css?1479850249931*/
.g-redactor-top {
	margin: 15px 0 0;
	padding: 0;
}

.g-redactor-top a,
.g-redactor-top a:active {
	outline: none;
}

.g-redactor-top .img-wrapper {
	width: 30%;
	min-width: 120px;
	height: auto;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ededed;
}

.g-redactor-top .news-item:first-child .img-wrapper {
	border-left: none;
}

.g-redactor-top .inner {
	padding: 0 5px;
}

.g-redactor-top .inner:before {
    border-top: 1px solid #ededed;
    display: block;
    margin: 0 10px 15px 10px;
}

.g-redactor-top a .preview-text {
	color: #444;
	font-size: 0.8em;
	padding-top: 4px;
}

.g-redactor-top .news-item {
	padding: 0 10px 0 0;
}

@media only screen and (max-width: 1020px) {
	.g-redactor-top .custom-sm-hidden {
		display: none;
	}

	.g-redactor-top .custom-col-sm-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 792px) {
	.g-redactor-top {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.index/additional_block_right_inner/style.css?147976184639*/
.news-date-time {
	color:rgb#486DAA;
}

/* End */


/* Start:/bitrix/templates/portal3_new_inner_2/template_styles.css?16146705935306*/
body.new-inner, .container.main-inner {
    background-color: #ffffff;
}

body.new-inner .promo-2-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.new-inner .promo-3-wrapper,
body.new-inner .promo-4-wrapper,
body.new-inner .ya-dir-horizont {
    margin-bottom: 25px;
}

.container.main-inner .p-wrapper {
    padding-top: 20px;
}

.container.main-inner .p-wrapper .btn.mobrep-button {
    margin-top: 0;
}

.container.main-inner .yaAdSdkContainer {
	margin: 0;
}


/* red block */

.red-block {
	border-top: #c40001 4px solid;
    border-bottom: #ededed 1px solid;
	margin-bottom:25px;
}

.red-block-wrap {
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
	position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.red-block-wrap .block-title {
    font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 25px;
	color: #303030;
}

.grey-line {
	border-bottom: #ededed 1px solid;
}

.grey-button {
    border: none;
    padding: 0;
    background-color: #f5f5f5;
    transition: all 0.4s ease-out;
	outline: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
	margin: 25px auto;
}

.grey-button.no-top-margin {
	margin-top: 0;
}

.grey-button:hover {
	background-color: #ededed;
}

.grey-button-wrap {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    height: 28px;
    color: #727272;
	display:block;
}

.grey-button-wrap a, 
.grey-button-wrap a:link,
.grey-button-wrap a:visited,
.grey-button-wrap a:hover,
.grey-button-wrap a:active{
	box-shadow:none;
    color: #727272;
    font-family: 'Arial', sans-serif;
	font-size: 10px;
	line-height:28px;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
}

.red-block .margin-div {
	margin-top: 25px;
}

/* LINES */

.items-as-lines {

}

.items-as-lines .news-line span {
	display: block;
    font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bfbfbf;
	margin-bottom: 4px;
	line-height: 12px;
}

.items-as-lines .news-line a {
	display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #303030;
	margin-bottom: 20px;
	line-height: 1.2;
}

.items-as-lines .news-line:last-child a {
	margin-bottom: 0;
}

/* */

.red-block .block-items {
	margin-left: -8px;
	margin-right: -8px;
}

.red-block .block-items .block-item {
	padding-right: 8px;
    padding-left: 8px;
}

.red-block .block-items .block-item-descr {
	padding-top: 5px;
	padding-bottom: 20px;
}

.red-block .block-items .block-item-descr p {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	color: #313131;
	margin: 0;
}

.red-block .block-items .row2.clearfix {
	display: none;
}

/* NEWS */

.article-wrap {
	padding-top: 20px;
    padding-bottom: 25px;
}

.section-div {
	padding: 15px 0;
}

.title-div .article-title {
    font-family: 'Roboto', sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 15px;
}

.title-div .txt-anons {
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #303030;
}

.section-div .pull-left {
    font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 30px;
    line-height: 30px;
	color: #bfbfbf;
}

.section-div .section-div-name a,
.section-div .section-div-name a:link,
.section-div .section-div-name a:visited,
.section-div .section-div-name a:hover,
.section-div .section-div-name a:active{
	text-transform: uppercase;
	color: #c40000;
	margin-right: 10px;
}

.section-div time {
	margin-right: 10px;
}


.article-block article {
	margin-top: 25px;
	margin-bottom: 25px;
}

.article-block article {
	font-size: 15px;
	line-height: 1.4;
	color: #303030;
}

.article-block article p {
	margin: 0 0 20px;
}

.article-block article blockquote.bxhtmled-quote {
	font-size: 15px;
	line-height: 1.4;
	color: #303030;
	font-style: normal;
	background-color: #f5f5f5;
	border-left: 2px solid #с40000;
	margin-bottom: 20px;
}

.article-block article a {
	color: #c40000;
}

.article-block article .article-img {
	margin: 0 15px 15px 0;
}

.article-block article .img-list figcaption,
.article-block article .article-img figcaption {
	float: left;
	margin-top: 5px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #bfbfbf;
}


/* Right Block */

body.new-inner .main-inner .g-topic-tiles-block.promo-articles {
	border-top: none;
}

@media only screen and (max-width: 568px) {
	.section-div .pull-right.share-icons {
		float: left !important;
	}
}

@media only screen and (max-width: 768px) {
	.a2a_count {
		display: none !important;
	}

	.red-block-wrap {
		padding-left: 10px;
    	padding-right: 10px;
	}

	.title-div .article-title {
		font-size: 24px;
	}

	.red-block .block-items .block-item-descr p {
		font-size: 16px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 415px) {
	.red-block .block-items .block-item-descr p {
		font-size: 14px;
		line-height: 14px;
	}
}


@media only screen and (max-width: 991px) {
	.red-block .block-items .row3.clearfix {
		display: none;
	}

	.red-block .block-items .row2.clearfix {
		display: block;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/promo_block/style.css?1495881233933 */
/* /bitrix/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1479850250446 */
/* /bitrix/templates/.default/components/bitrix/news.index/top_5_redactors_choice_block_new_news/style.css?1479850249931 */
/* /bitrix/templates/.default/components/bitrix/news.index/additional_block_right_inner/style.css?147976184639 */
/* /bitrix/templates/portal3_new_inner_2/template_styles.css?16146705935306 */
