
/* Меню навигации */
/* Add a black background color to the top navigation */
.topnav {
    background-color: white;
    overflow: hidden;
}

.container_news{
	display:block; 
	position:relative; 
	width:100%; 
	max-width:960px;
	padding:0 10px;	
	margin:0 auto;
}

.news_iframe{
	width: 100%;
	height: 1200px;
	border: none;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: white;
    color: black;
}

/* .topnav {   position: fixed;   top: 0;   left: 0;   z-index: 9999;   width: 100%;   height: 50px; box-shadow: 0 0 5px;} */
.topnav {
    display: inline-block;
    width: 480px;
    height: 50px;
    background-color: white;
}
.top_nav_alignment {
	position: fixed;
    width: 100%;
    height: 50px;
	z-index: 9999;
    text-align: center;
    vertical-align: middle;
    background-color: white;
	box-shadow: 0 0 5px;
}
/* Меню навигации */
