.ac {
	font-family: "Exo 2", sans-serif;
	background-color: #EAEAEA;
}


.ac__page__full-width-blue-line--8 {
	background-color: #002E78;
	width: 100%;
	height: 8px;
}
.ac__page__full-width-blue-line--5 {
	background-color: #002E78;
	width: 100%;
	height: 5px;
}
.ac__page__full-width-blue-line--4 {
	background-color: #002E78;
	width: 100%;
	height: 4px;
}
.ac__page__full-width-blue-line--3 {
	background-color: #002E78;
	width: 100%;
	height: 5px;
}


/* HEADER STYLES */
.ac__page__header {
	color: #2A54A3;
	height: 100px;
	background-color: white;
}
.ac__page__header__logo-block {
	margin-top: 7px;
	position: relative;
}
.ac__page__header__text-block {
	margin-top: 36px;
}
.ac__page__header__rosatom-block {
	text-align: right;
	margin-top: 27px;
}
.ac__page__header__rosatom-block--responsible {
	display: none;
}


/* MAIN MENU STYLES */
.ac__page__nav-main {
	background: linear-gradient(#0097D4, #005AA1);
}
.ac__page__nav-main__list {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ac__page__nav-main__list li {
	display: table-cell;
}
.ac__page__nav-main__list li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	/* border-right: 1px solid #A2C1D1; */
	margin: 10px 0;
	font-size: 18px;
	outline: none;

	/* color: #fff;
    text-align: left;
    vertical-align: top;
    margin: 9px -8px 8px 30px;
    position: relative;
    text-decoration: none;
    display: block;
    line-height: 44px;
    border-right: 1px solid #A2C1D1;
    outline: none; */
}
.ac__page__nav-main__list li:first-child > a {
	/* background: url(../img/icon-main.png) no-repeat center center;
	width: 30px; */
	/* border-right: none; */
}

.ac__page {
	overflow: hidden;
}

.ac__page--main .ac__page__nav-main__list li:first-child {
	/* display: none; */
	overflow: hidden;
}

.ac__page__nav-main__list li:nth-child(2) {
	/* width:180px; */
}
.ac__page__nav-main__list li:last-child  > a {
	border-right: none;
}

.ac__page__nav-main__list li > a:hover {
	text-decoration: underline;
	outline: none;
}
.ac__page__nav-main>.container>.row>ul>li>nav {
	display: none;
	position: absolute;
	z-index: 10;
}
.ac__page__nav-main>.container>.row>ul>li:hover nav {
	display: block
}
@media (max-width: 768px) {
	.ac__page__nav-main>.container>.row>ul>li:hover nav {
		display: block
	}
	.ac__page__nav-main>.container>.row>ul>li>nav {
		display: block;
		position: relative;
		z-index: 10;
	}
	.ac__page__nav-main>.container>.row>ul>li>nav>ul>li>a{
		font-size: 14px;
	}

}
.ac__page__nav-main>.container>.row>ul>li>nav>ul {

    background: #fff;
    padding: 10px 10px;
	border-radius: 10px;
    background: linear-gradient(#0097D4, #005AA1);
	display: flex;
    flex-direction: column;
}
.ac__page__nav-main>.container>.row>ul>li>nav>ul>li>a {
	margin: 0px auto;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.ac__page__wrapper {
	width: 100%;
	background-color: white;
	min-height: 604px;
	padding: 0;
}

.ac__inpage__wrapper {
	background-color: white;
	min-height: 604px;
	padding: 10px 25px 30px 25px;
}
.ac__page__nav-main__label-menu-response {
	display: none;
	background: url('/templates/atom/img/icon-menu-mobile.png') no-repeat left center;
	padding-left: 50px;
	background-size: 35px;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	margin-left: 10px;
}



/* STYLES MAIN PAGE */
.ac__page--main__slider {
	font-size: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}


.ac__page--main__composit {
	color: #2855A4;
}
.ac__page--main__composit__columns {
	text-align: center;
}
.ac__page--main__composit__label {
	display: block;
	font-size: 12px;
}


.ac__page--main__composit__columns {
	height: 220px;
}
.ac__page--main__composit__columns--1 {
	padding-top: 39px;
}
.ac__page--main__composit__columns--2 {
	padding-top: 39px;
}
.ac__page--main__composit__columns--3 {
	padding-top: 39px;
}


/* SECOND PAGE STYLES */
.ac__page--second .ac__page__wrapper {
	padding: 10px 25px 30px 25px;
	color: #343434;
}
.ac__page__breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.ac__page__breadcrumbs__home {
	background: url(../img/icon-main-small.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.ac__page__breadcrumbs__link {
	color: #006EB2;
	text-decoration: none;
}
.ac__page__breadcrumbs__link:hover {
	text-decoration: underline;
}
.ac__page__h1, h1 {
	font-size: 24px;
	font-weight: 400;
	margin: 40px 0 20px 0;
}
.ac__page__wrapper p {
	font-size: 14px;
	font-weight: 400;
}


.ac__page--contacts__map-image {
	width: 100%;
}



/* FOOTER STYLES */
.ac__page__footer {
	background: linear-gradient(#0096D3,#005FA6);
	height: 192px;
	color: #E8F4FA;
}
.ac__page__footer__column {
	padding-top: 33px;
}
.ac__page__footer__column--1 {
	padding-left: 22px;
}
.ac__page__footer__column--1__social {
	margin-top: 30px;
}
.ac__page__footer__column--2__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ac__page__footer__column--2 {
	padding-left: 100px;
}
.ac__page__footer__column--2__menu a {
	color: inherit;
}
.ac__page__footer__column--3 {
	padding-left: 10px;
}
.ac__page__footer__column--3__email {
	color: inherit;
	margin-top: 30px;
	display: block;
}

@media screen and (max-width: 449px) {
	/* .container {width: 320px; padding: 0;} */
	.main_banner{
 display : none;
  }
	.ac__page__header {
		height: unset;
	}

	.ac__page__header__logo-block {
		width: 45% !important;
		text-align: center;
	}
	.ac__page__header__rosatom-block {
		display: none;
	}
	.ac__page__header__rosatom-block--responsible {
		display: block;
		width: 50%;
		float: right;
		margin-top: 33px;
		text-align: right;
		padding-right: 10px;
	}
	.ac__page__header__rosatom-block--responsible img {width: 80%}
	.ac__page__header__text-block {
		width: 100% !important;
		margin: 20px 0 20px;
		padding: 0 10px;
	}


	.ac__page__nav-main__label-menu-response {
		display: block;
	}
	.ac__page__nav-main {
		height: 64px;
	}
	.ac__page__nav-main__list {
		position: absolute;
		z-index: 65000;
		background-color: #005AA1;
		top: 66px;
		left: 0;
		box-shadow: 0 0 4px black;
		display: none;
	}
	.ac__page__nav-main__list li {
		display: block;
		width: 100% !important;
	}
	.ac__page__nav-main__list  a {
		border: none !important;
	}


	.ac__inpage__wrapper {
		padding: 25px 25px !important;
	}

	.ac__page--main__composit__columns {
		padding: 0 5% !important;
		margin: 15px 0;
		height: auto;
	}


	.ac__content__table-response td {
		display: block;
	}
	.ac__content__table-response td:nth-child(even) {
		margin-bottom: 40px;
	}



	.ac__page__footer {
		font-size: 0.8rem;
		padding: 0 10px;
		height: 410px;
	}
	.ac__page__footer__column--1 {
		width: 100% !important;
		margin: 0;
		padding: 10px;
		float: none !important;
	}
	.ac__page__footer__column--2 {
		width: 100% !important;
		margin: 0;
		padding: 10px;
		float: none !important;
	}
	.ac__page__footer__column--3 {
		width: 100% !important;
		margin: 0;
		padding: 10px;
		height: 70px;
		float: none !important;
	}
	.ac__page__footer__column--3__email {
		color: inherit;
		margin-top: 5px;
		display: block;
	}
	.ac__page__wrapper>div>div {
		width: 100%!important;
	}

}

@media screen and (min-width: 450px) and (max-width: 599px) {
	.container {width: 450px;}

	.ac__page__header {
		height: unset;
	}

	.ac__page__header__logo-block {
		width: 45% !important;
		text-align: center;
	}
	.ac__page__header__rosatom-block {
		display: none;
	}
	.ac__page__header__rosatom-block--responsible {
		display: block;
		width: 50%;
		float: right;
		margin-top: 30px;
		text-align: right;
		padding-right: 10px;
	}
	.ac__page__header__text-block {
		width: 100% !important;
		margin: 20px 0 20px;
		padding: 0 30px;
	}

	.ac__page__nav-main__list li:nth-child(2) {
		 width: auto;
	}
	.ac__page__nav-main__list li > a {
		border: none;
		font-size: 0.78rem;
	}


	.ac__page--main__composit__columns {
		width: 100% !important;
		padding: 20px 10%;
		margin: 0;
		height: auto;
	}


	.ac__content__table-response td {
		display: block;
	}
	.ac__content__table-response td:nth-child(even) {
		margin-bottom: 40px;
	}
	.ac__page__wrapper>div>div {
		width: 100%!important;
	}




	.ac__page__footer {
		font-size: 0.8rem;
		padding: 0 10px;
		height: unset;
		min-height: 150px;
	}
	.ac__page__footer__column--1 {
		width: 290px !important;
		margin: 32px 20px 0 0;
		padding: 0;
		height: 120px;
	}
	.ac__page__footer__column--2 {
		padding: 0;
		width: 100px !important;
		margin: 32px 20px 0 0;
	}
	.ac__page__footer__column--3 {
		padding: 0;
		margin: 0 10px 0 0;
		float: unset;
		height: 70px;
		position: relative;
		clear: both;
	}
	.ac__page__footer__column--3__email {
		color: inherit;
		margin-top: 5px;
		display: block;
	}

}

@media screen and (min-width: 600px) and (max-width: 899px) {
	.container { width: 600px }
	.ac__page__header__logo-block img {
		width: 100%;
	}
	.ac__page__header__logo-block__separator {
		position: absolute;
		width: 3px;
		height: 45px;
		background-color: #2a58a5;
		top: 28px;
		right: 0;
	}
	.ac__page__header__text-block {
		margin-top: 27px;
	}
	.ac__page__header__rosatom-block img {
		width: 100%;
	}



	.ac__page__nav-main__list li:nth-child(2) {
		 width: auto;
	}
	.ac__page__nav-main__list li > a {
		border: none;
		font-size: 14px;
	}


	.ac__content__table-response td {
		padding: 10px;
	}


	.ac__page__footer {
		font-size: 0.8rem;
		padding: 0 10px;
		height: unset;
		min-height: 150px;
	}
	.ac__page__footer__column--1 {
		width: 235px !important;
		margin: 32px 20px 0 0;
		padding: 0;
	}
	.ac__page__footer__column--2 {
		padding: 0;
		width: 100px !important;
		margin: 32px 20px 0 0;
	}
	.ac__page__footer__column--3 {
		padding: 0;
		margin: 32px 10px 0 0;
		float: right !important;
		width: 200px !important;
	}
	.ac__page__footer__column--3__email {
		color: inherit;
		margin-top: 5px;
		display: block;
	}



}

@media screen and (min-width: 900px) {
	.container {width: 1200px;}
	.ac__page__header__logo-block {
		width: 140px !important;
	}
	.ac__page__header__logo-block__separator {
		position: absolute;
		width: 3px;
		height: 45px;
		background-color: #2a58a5;
		top: 28px;
		right: 0;
	}
	.ac__page__header__text-block {
		margin-top: 36px;
		width: 490px !important;
	}


	.ac__content__table-response td {
		padding: 10px;
	}

	.ac__page__footer {
		/* height: unset; */
		height: 240px;
		min-height: 180px;
	}
	div>div{
	
	}

}
.knop {
	background: linear-gradient(#0097D4, #005AA1);
	padding:10px 30px 10px 30px;
	color:#ffffff;
	text-decoration: none;
	width: 300px;
    float: left;
    margin: 5px;
    text-align: center;
}

.g-container {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	/*position: relative;*/
	background-color: #ffffff;
	padding: 20px;
}

.g-hidden {
	margin-left: 25px;
}

.g-hidden>.b-content__list{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 449px) {
.g-hidden>.b-content__list{
	display: block!important;
}
}

.g-link_footer {
    color: #002E78;
    text-decoration: none;
    border: 1px solid #002E78;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
}

/*������ �� ������� */
.city {
width: 372px;
height: 156px;
position: relative;
float: left;
margin-left: 10px;
z-index: 3;
background-size: cover;
background-position: center;
}
.city-name {
position: absolute;
z-index: 1;
margin: 10px 0px 0px 75px;
padding: 10px 10px 10px 10px;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 3px;
color: #4596d1;
font-size: 18pt;
font-weight: bold;
}
.city-crest {
position: absolute;
z-index: 1;
margin: 10px 0px 0px 10px;
width: 55px;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 80%;
  border-width: 0;
  outline-width: 0;
}