

/* Start:/local/templates/site_replication/components/bitrix/system.pagenavigation/modern/style.css?17751332601313*/
div.modern-page-navigation { 
	display: inline;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	color: #003274; }
.load_more {
	cursor:pointer;
	display: inline;
	color: #ffffff;
    cursor: pointer;
    border-radius: 63px;
    background: #003274;
    padding: 12px 32px;
}

.modern-page-next {
	background: transparent url(/local/templates/site_replication/assets/img/icons/r-arrow-slider.svg) center center no-repeat;
}

.modern-page-previous {
	background: transparent url(/local/templates/site_replication/assets/img/icons/l-arrow-slider.svg) center center no-repeat;
}


	@media (min-width: 992px) {
		.text-center {
			text-align: left!important;
		}
		div.modern-page-navigation {
			float: right;
			}
	}
	@media (max-width: 991px) {
		.mobile-navigation {
    		margin-top: 40px;
		}
	}
/* End */


/* Start:/local/templates/site_replication/components/bitrix/search.page/TVEL_search_page/style.css?17751332347707*/
.search-item-rate {font-size: 11px;}
.search-page input.search-query {
	padding: 2px 2px 2px 48px;
}
.search-page input.search-query {width: 99%;  font-size:1.3em;}
.search-submit {
    position: absolute;
    left: 3px;
    top: 11px;
    background: transparent;
    border: none;
}
.search-submit:hover {
	opacity: .7
}
.date-from {
    color: #cecece;
}

.news-item-text {
font-size:21px;
}

.search-page-tvel {
	position: relative;
}
.search-page-tvel .search-form input.search-query {
    padding: 10px 10px 10px 55px;
	background: #fff;
	border: none;
    border-bottom: 1px solid #c9c9c9;
	color: #003274;
	font-size: 21px;
	outline: none;
}
.search-form {
    margin-top: 1rem;
}
.search-links-row {
    padding-top: 2.2rem;
}
.search-clear {
    position: absolute;
    right: 15px;
    top: 9px;
    background: transparent;
    border: none;
	width: 32px;
  	height: 32px;
}
.search-clear:before, .search-clear:after {
    position: absolute;
    left: 15px;
	top: 0;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #003274;
}
.search-links-link {
    text-decoration: none;
}
.right-col {
    padding-top: 18px;
}
.chain-path {
    color: #cecece;
}
.chain-path a {
	text-decoration: none;
	color: #cecece;
}
.chain-path a:hover {
	color: #6CACE4;
}
.search-links-title {
	font-family: 'RosatomWebBold';
	text-transform: none;
}
.search-query::placeholder {
    color: #cecece;
	font-family: 'Rosatom';
}
.search-clear:hover {
  opacity: .7;
}
.search-clear:after {
    transform: rotate(-45deg);
}
.search-result {
    color: #bdbdbd;
    font-size: 18px;
    padding-top: 21px;
}
.search-clear:before {
    transform: rotate(45deg);
}
.page-title .thin {
    font-family: 'Rosatom';
}
.choices__inner {
  border-radius: 26px !important;
  border: 1px solid #003274;
  background-color: #fff;
  padding: 5px 16px 0 16px;
}
.choices__list {
  margin-top: 10px;
  border-radius: 26px !important;
}
.choices__input {
    background-color: #fff;
    padding: 4px 0 4px 13px;
    font-size: 17px;
}
.search-links {
	background: #f2f2f2;
	margin-top: 15px;
}



.del_filter{
	border:none;
	background:transparent ;
	text-decoration:underline;
	cursor:pointer ;
	outline:none;
}
.del_filter:hover {
	text-decoration:none;
}
.FilterInput > input{
	width:35% !important;
}
.sidebar-block-title{
	margin-bottom:0;
}

#year {
	//display: none;
   // position: absolute;
}

.row.filter {
	margin-bottom: 147px;
}

.dropdown {
	width: 100%;
	padding-left: 1.5em;
    border-radius: 61px;
    border: 1px solid #003274;
	background: transparent url(/local/templates/site_replication/assets/img/icons/down_arrow.svg) 93% center no-repeat;
}

.dropdown-menu {
	width:inherit;
	max-height: 328px;
	border: 1px solid #003274;
	border-radius: 32px;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
	padding: 20px 32px;
}

.dropdown-menu ul {
	overflow-y: auto;
	max-height: 270px;
    padding: 0;
	margin: 0;
}

.dropdown-menu ul li {
	line-height: 1.52em;
	list-style-type: none;
    cursor: pointer;
}

.dropdown-menu ul li a{
	color: #003274;
	font-size: 16px;
	text-decoration: none;
}
.dropdown-menu ul::-webkit-scrollbar {
    width: 8px;
    background-color: #D9D9D9;
}
.dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: #6CACE4;
}


.dropdown>.btn.btn-secondary.dropdown-toggle.news{
	max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    border: none;
    display: inline;
    color: #828282;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
	padding: .375rem 0;
	line-height: 1.5;
}
.dropdown>.selected-month, .dropdown>.selected-year, .dropdown>.selected-news {
    display: none;
	background: transparent url(/local/templates/site_replication/assets/img/icons/cancel.svg) right center no-repeat;
	background-size: 1em 1em;
	padding-right: 1.3em;;
	color: #6CACE4;
}
.dropdown>.selected-year {
	display: inline-block;
	padding-top: 11px;
    padding-bottom: 11px;
}
.dropdown.show {
	background: url(/local/templates/site_replication/assets/img/icons/up_arrow.svg)  93% center no-repeat #6CACE4;
	color: #FFFFFF;
    border: none;
}
.show .dropdown {
	background: url(/local/templates/site_replication/assets/img/icons/up_arrow.svg)  93% center no-repeat #6CACE4;
	color: #FFFFFF;
    border: none;
}
.show>.dropdown>.btn{
	color: #FFFFFF !important;
}
.dropdown.show>.btn{
	color: #FFFFFF !important;
}

.dropdown-toggle.news::after {
	all:unset;
}

.btn.news:focus, .btn-secondary.news:focus, 
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus
 { 
	box-shadow:none;
}





div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.text{
font-size:21px;
}

.date, .news-item-title {
	color: #003274;
}
.news-item-title:hover{
	color: #003274;
}



.mobile .date {
	text-transform: lowercase;
}
.newsDate {
    font-size: 96px;
    line-height: 80px;
    font-weight: 700;
    float: left;
}

.newsMonth {
    line-height: 1.24;
    padding-left: 125px;
    display: block;
	text-transform: uppercase;
}

.newsYear {
	font-weight: 700;
}

body {
	line-height: 1.5;
}
.news-item-info .news-item-title, .news-item-info .news-item-text {
	line-height: 1.48;
}

.announcement {
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
	color:black;
	font-weight:400 !important;
	margin-top: 32px;

}
.news-item-title:hover .announcement{
	color: #003274;
}

.news-item:hover{
	/*background: #F2F2F2;*/
}

.news-item-title{
	font-size: 32px;
	line-height: 40px !important;
	letter-spacing: -0.025em;
	color: #003274;
}

.news-item-title span{
	font-family:'RosatomWebBold';
}

.modern-page-current{
    background: #F2F2F2;
    border-radius: 8px;
    padding: 6px 17px;
}

.news-item-info {
    width: 100%;
}

.dropdown {
	display: none;
}

@media (max-width: 767px) {
	.search-col {
		padding-top: 5px !important;
	}
	.search-form {
    	padding-bottom: 0px !important;
	}
	.search-row {
    	padding-bottom: 3px !important;
	}
	.search-links-title {
    	font-size: 21px;
	}
	.search-links-link {
    	font-size: 16px;
	}
	.search-links-wrap {
    	margin-bottom: 18px !important;
	}
	.search-submit svg {
		width: 21px;
		height: 21px;
	}
	.search-clear:before, .search-clear:after {
		height: 25px;
	}
	.search-submit {
		top: 9px;
	}
	.search-clear {
		top: 9px;
	}
	.search-page-tvel .search-form input.search-query {
		padding: 10px 10px 6px 39px;
		font-size: 17px;
	}
	.announcement {
		margin-top: 12px;
		font-size: 15px;
	}
	.news-item-info .news-item-title {
		font-size: 16px;
		line-height: 19px !important;
	}
	.news-items {
		margin-left: -15px !important;
   		margin-right: -15px !important;
	}
	.news-item {
		background: #f2f2f2;
		margin-bottom: 40px !important;
	}
	.news-item-info {
		width: auto;
		max-width:100%;
		margin-top: 28px;
		padding-left: 15px;
    	padding-right: 15px;
		padding-bottom: 34px;
	}
	.chain-path a{
    	font-size: 10px;
	}
	.chain-path{
    	font-size: 10px;
	}
	.d-block.d-xs-block.d-sm-block.d-md-none+p {
		margin-top: 25px;
	}
	.page-title .thin {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page-title .thin {
		font-size: 55px;
		padding-left: 0;
	}
	.news-item-text {
		font-size: 15px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.news-item-text,
	.date-from {
		font-size: 16px;
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	 .page-title span {
		font-size: 64px;
	}
	.news-item-title {
		line-height: 21px !important;
	}
}
/* End */
/* /local/templates/site_replication/components/bitrix/system.pagenavigation/modern/style.css?17751332601313 */
/* /local/templates/site_replication/components/bitrix/search.page/TVEL_search_page/style.css?17751332347707 */
