.download-file {
	color: #2668ca!important;
	font-weight:900;
}
.download-file:hover {
	text-decoration:underline;
}

/*mms 04.06.2019*/

a[href*=mailto]{
	font-weight: 900;
	color:#085799;
    text-decoration: underline;
}
a[href*=mailto]:hover{
    text-decoration: none;
}

.ul-modify {
	padding-left: 40px;
	list-style: disc;
}
.block-clients-list {
    color: #154182;
}

.block-clients-list:hover {
	color: #154182;
	text-decoration:underline;
}

.block-contacts-main-inline{
	display:inline-block;
	margin-bottom: 60px;
	}

	.block-contacts-image-block-sm {
	width:100%;
	}

.block-contacts-img {
	width:100%;
	}


/*font Rosatom*/
@font-face {
      font-family: "RosatomRegular";
      src: url("/local/templates/greenatom/assets/fonts/RST55.ttf");
    }

@font-face {
      font-family: "RosatomItalic";
      src: url("/local/templates/greenatom/assets/fonts/RST56.ttf");
    }
@font-face {
	font-family: "RosatomLight";
	src: url("/local/templates/greenatom/assets/fonts/RST45.ttf");
}



html, body{line-height:18px;}

body{
	font-family:"RosatomRegular";	
	color:#000;
	background:white;
}

.primary-color{
	background-color:white;
}
.primary-color-dark {
    background-color: #003274;
}


/*HEADER*/
#header{
	border-bottom:1px solid #f2f2f2;
}
.search-box:hover, .top-menu-list-item:hover, .navigation-toggle-link:hover, .menu-close:hover, .menu-open:hover{
	cursor:pointer;
}

.header .top-menu-list .top-menu-list-item.search:hover, .header .top-menu-list .dropdown-header-block, .header .top-menu-list .sitemap:hover, .header .navigation-toggle-link:hover{
	background-color:white !important;
}

.additional-menu-wrapper .menu-open {
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
.additional-menu{
	background:white;
}
.menu-open {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 20px;
    margin-top: -23px;
}
.menu-open img {
    margin-top: 12px;
}

.search input{
	border:none;
	border-bottom:1px solid #7F7F7F;
	outline:none !important;
}


/*top menu*/
.header .top-menu-block .navigation-list-item a {
	color:#666;
	background:transparent;
	/*font-size:0.85rem;*/
	font-size:0.76rem;
	font-family:"RosatomRegular";
	font-weight:bold;
}
.header .top-menu-block .navigation-list-item a:hover {
	color:#025EA1;
	background:transparent;
}
.header .top-menu-block .navigation-list-item > a:after{
	color: transparent !important;
}
/**/


.titleGreen{
	text-transform:uppercase;
	color:#404040;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:20px;
	padding-top:10px;
	display:block;
}

.titleGreen:hover{
	text-decoration:none;
}
.sliderItem img{
	width:100%;
	}
	
.slider_container{
   /* margin-right: auto;
    margin-left: auto;*/
    /*padding-left: 15%;*/
    padding-right: 20px;
    position: absolute;
    color: #ffffff;
    /* padding-top: 75px; */
    /* position: relative; */
    height: 100%;
	top:0;
	bottom: 0;
	width: 60%;
	}
.main-slider__title{
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 500;
	/*position: absolute;*/
   /* bottom: 0;*/
    width: 60%;
    height: auto;
    /*min-width: 400px;
    max-width: 500px;*/
    /* padding: 40px; */
    /* overflow: auto; */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    display: table-cell;
   /* display: flex;
    justify-content: center;
    align-items: center;*/
	}
	
@media (min-width: 0px) and (max-width: 480px){
.main-slider__title {
		font-size: 16px;
		/*padding-left: 35%;*/
	}
}
@media (min-width: 481px) and (max-width: 700px){
.main-slider__title {
		font-size: 24px;
	}
}
@media (min-width: 701px) and (max-width: 767px){
.main-slider__title {
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 960px){
.main-slider__title {
		font-size: 22px;
	}
}
@media (min-width: 961px) and (max-width: 1140px){
.main-slider__title {
		font-size: 26px;
	}
}
/*FOOTER*/
.footer-main{
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2) inset;
    background-color: #919396;
	background: #919396 url('/local/templates/greenatom/assets/images/footer-bckg.png') top left no-repeat;
	background-size:100%;
}
.search-block-footer, .small-search-width{
	outline:none !important;
	border-color:white;
}
.button-submit {
	outline:none;
	cursor:pointer;
}
.footer-bottom-inner{
	color:#e2e3e3;
}

.social-media-block .title-before {
	font-size:1rem;
}
.green_message{color:white !important;}
.main-logo{height:90px; width:auto;}





/*СКОРРЕКТИРОВАТЬ!!!*/
.menu-column li a{color:white;}
.menu-column {width:30%;}


.search-block-footer {
    margin-top: 10px;
}

/**/
/*media queries*/
@media (min-width:421px){
.block-contacts-image-block-md {
	float:left;
	width:30%;
	}
	.block-contacts-main-inline{
	display:inline-block;
	margin-bottom: 0px;
	}
	.block-contacts-text{
	margin-left: 40%;
	}
}
@media (max-width:479px){
	.img-aksenova{
	width:232px;
	}
}
.green_message:hover{
	color:#154182;
}
@media (max-width:699px){
	.small-search-width{
	width:100%!important;
	}
}

@media (max-width: 1059px) and (min-width: 0px){
	.navigation-list {
		background: white;
		padding: 40px 10px;
	}
}
@media (max-width: 960px) and (min-width: 0px){
	.additional-menu:before {
		top: 0px;
		box-shadow: 0px 17px 21px white;
	}
}

@media (max-width: 960px) and (min-width: 0px){
.additional-menu:before, .additional-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 11;
    background: #fff;
    left: 0;
}
}

@media (max-width: 960px) and (min-width: 0px){
	.additional-menu:after {
		bottom: 0px;
		box-shadow: 0px -17px 21px #fff;
	}
}

@media (min-width: 700px){
.footer-bottom {
     padding-top: 15px; 
     padding-bottom: 15px; 
}
}

@media (min-width: 1200px){
	.logo-block-footer .logo-item {
		margin-right: 0px; 
	}
}

@media (min-width: 1060px){
	.header .top-menu-block .navigation-list-item:hover > a {
		background: #fff;
		color: #025EA1;
	}
}
@media (min-width: 960px)
{
	.content-wrapper {
		padding: 15px 10px;
		//line-height: 28px;
		line-height: 18px;
	}
}

@media (min-width: 960px) and (max-width: 1224px) {
	.container .page-menu {
		margin-left: -16px !important;
	}
}

@media (min-width: 1060px){
.header .top-menu-block .navigation-list-item > a:after {
    content: none !important;
	}
}

@media (min-width: 1060px) and (max-width: 1199px) {
	.header .top-menu-block .navigation-list-item > a {
		padding-left: 10px;
		font-size: 0.7rem;
	}
}



.green_message{
	font-weight:400 !important;
}

.sitemap-column{
	line-height:24px;
}
.map-item{
	text-shadow: 1px 1px 1px white;
}



/*******/
b{
	font-weight:bold;
}
h3{
	font-weight:bold;
}
.main-title{
	color:white;
}

main-table .newtablestyle td {
    border: 1px lightgray solid !important;
}



@media (min-width: 960px){
	.page-menu{
		margin-top: -288px !important;
		margin-left: -60px !important;
	}
	.breadcrumb-block {
		/*padding-left: 28%;*/
		padding-left: 25%;
		font-size:13px;
		padding-bottom: 10px;
	}

	.page-title-block-inner{
		padding-left:28%;
	}

	.additional-menu .menu-header {
		background:white;
	}

	.additional-menu .menu-header:hover {
		background: white;
    	color: #035fa2;
		}
	.additional-menu{
		box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
	}
	.page-title-block {
		position: relative;
		/*margin-top: -100px;*/
	}


}


@media (min-width: 1300px){

	.breadcrumb-block {
		padding-left: 19%;
	}

}

@media (min-width: 1660px){

	.breadcrumb-block {
		padding-left: 15%;
	}

}

@media (min-width: 700px){

	.page-title-wrapper {
		height: 220px;
		background: transparent url('/local/templates/greenatom/assets/images/1920х380_default.png') center no-repeat;
	padding: 0 60px;
	}
.page-title-wrapper  img{
	margin-top: -80px;
	}

}

@media (max-width: 700px){
	.main-title {
		color: #000;
	}
	.page-title-wrapper {
		background:none;
	}
	.page-title-wrapper  img{
	display:none;
	}


}

/***16.08.2021*****/



.news-link{
	width: 100%;
    /*height: 150px;*/
    overflow: hidden;
	display:block;
	font-family:"RosatomRegular" !important;
}

.news-link .preview_picture{
	width: 100%;
    height: auto;
}

.social-media-list-item {
    display: inline-block;
    width: 38px;
    height: 38px;
	
}

.header .top-menu-block .navigation-toggle-link {
    width: 45px;
}
.header .top-menu-block .top-menu-list-item {
    width: 45px;
}
@media (max-width: 320px)
{
	.indicator {
		font-size: 13px;
		line-height: 14px;
	}
}

@media (min-width: 0px) and (max-width: 1059px){
.top-menu-block .navigation-list {
    right: 0 !important;
    min-width: 300px !important;
	}
}

.subsidiary-map {
	width: 100% !important;
    max-width: 990px !important;
}

@media (min-width: 1060px) {
.top-menu {
    max-width: 1240px !important;
}
}