*::-webkit-input-placeholder {
	color: blue;
	opacity: 1;
}
*:-moz-placeholder {
	color: blue;
	opacity: 1;
}
*::-moz-placeholder {
	color: blue;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: blue;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	
}
a{
	color: blue;
}
.header_topline {
	border-top: 4px solid blue;
	background-color: #fff;
	padding: 15px 0;
	color: blue;
}
.header_topline a {
	color: blue;
}
.contacts {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.top_links {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	z-index: 10;
}
.top_links a {
	text-decoration: underline;
}
.top_links a:hover {
	text-decoration: none;
}
.spec_version {
	float: right;
}
.spec_version > a {
	text-decoration: underline;
	margin-left: 8px;
}
.spec_version a:hover {
	text-decoration: none;
}
.spec_version i {
	font-size: 22px;
}
.spec_version span{
	padding-left: 10px;
}
.auth_buttons {
	background-color: transparent;
	border: medium none;
	font-size: 26px;
}
header{
	background: blue;
	border-bottom: 4px solid #eee;
	border-top: 4px solid #eee;
}
aside{
	margin: 20px 0;
	border: 1px solid blue;
	background: #fff;
}
section{
	background: #eee;
	height: 600px;
}
.logo{
	text-align: center;
	width: 100%;
}
.logo img{
	margin: 45px 15px 5px 15px;
	width: 30%;
}
.logo p{
	color: #fff;
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, 
	#000 -1px 1px 0, #000 1px -1px 0;
	text-transform: uppercase;
	font-size: 23px;
	padding: 5px 20px 5px 15px;
	font-weight: bold;
}
#owl-slide .item img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}
/*---------------------------------*/
.nav_bar {
	border-bottom: 3px solid #1636ca;
}
/* ГЛАВНОЕ МЕНЮ */
.main_menu{
	background: #fff;
	text-align: center;
}
.toggleMenu {
	margin: 13px 0;
	display: none;
	background: #ffffff;
	padding: 10px 15px;
	color: #0000a0;
	border: 2px solid blue;
}
/* КОНЕЦ ГЛАВНОГО МЕНЮ */

/* БОКОВОЕ МЕНЮ */
.aside_menu{
	background: #fff;
	text-align: center;
}
/* КОНЕЦ БОКОВОГО МЕНЮ */
.bradcramb p{
	background: #fff;
	border: 1px solid blue;
}
.main_content{
	height: auto;
	border: 1px solid blue;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_content h1{
	/*text-shadow: #eee 1px 1px 0, #eee -1px -1px 0, 
	#eee -1px 1px 0, #eee 1px -1px 0;*/
	margin: 0 20px; 
	text-transform: uppercase;
	border-bottom: 4px solid blue;
}
.content {
    margin: 0 20px;
}
.wrap{
	background: #e5e5e5;
}
.italic{
	font-style: italic;
}	
.banners {
	border-top: 3px solid #1636ca;
	border-bottom: 4px solid #eee;
}	
.slider_container{
	text-align: center;
}
.sider_container {
	padding-bottom: 5px;
}
.slider_container img {
	max-width: 100%;
	border:1px solid blue;
}
.next, .prev {
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 0 13px;
	position: absolute;
	top: 30%;
	z-index: 10;
}
.next{
	right: 20px;
}
.next_button, .prev_button {
	background-color: rgba(170, 170, 170, 0.5);
	border-radius: 1em;
	color: #030303;
	cursor: pointer;
	font-size: 25px;
	padding: 0 13px;
	position: absolute;
	top: 37%;
	z-index: 10;
}
.next_button {
	right: 20px;
}
.main_footer{
	color: #fff;
	background-color: #000023;
}
.footer_menu {
	text-align: center;
	border-bottom: #494949 solid 1px;
}
.footer_menu a{
	color: #fff;
	padding: 15px 10px;
	display: block;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.footer_menu ul {
	z-index: 1;
	margin: 0;
	padding: 15px;
	list-style-type: none;
	text-transform: uppercase;
}
.footer_menu ul li {
	display: inline-block;
	font-size: 15px;
	padding: 0 15px;
}
.footer_menu a:hover {
	color: blue;
}
.bottom{
	border-bottom: #494949 solid 1px;
}
.copyright{
	padding: 15px;
	color: #686868;
	text-align: center;
	font-size: 13px;
	line-height: 12px;
}
.poseleniya {
	text-align: center;

}
.bradcrumbs {
    margin: 8px 15px 0 15px;
    
}
.caption {
	position: absolute;
	line-height: 45px;
	top: 75%;
	left: 1px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: rgba(97, 97, 97, 0.55);
}
.return {
    margin: 10px 0;
}
.return a {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    padding: 5px 10px;
    border: 1px solid blue;
}
.return a:hover{
	text-decoration: none;
	padding: 5px 10px;
	background: blue;
	color: #fff;
   border: 1px solid blue;
    
}
.counter{
	text-align: center;
    
    margin: 30px 0;

}
.news-date-time{
	color: #000;
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.active {
		display: block;
	}
	.nav > li {
		float: none;
	}
	.nav > li > .parent {
		background-position: 95% 50%;
	}
	.nav li li .parent {
		background-image: url("../images/downArrow.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
	.nav ul {
		display: block;
		width: 100%;
	}
	.nav > li.hover > ul , .nav li li.hover ul {
		position: static;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}
@media only screen and (min-width: 600px) {
	.cd-accordion-menu label, .cd-accordion-menu a {
		padding: 10px;

	}
	.cd-accordion-menu label::before {
		left: 24px;
	}
	.cd-accordion-menu label::after {
		left: 53px;
	}
	.cd-accordion-menu ul label,
	.cd-accordion-menu ul a {
		padding-left: 20px;
	}
	.cd-accordion-menu ul label::before {
		left: 48px;
	}
	.cd-accordion-menu ul label::after,
	.cd-accordion-menu ul a::after {
		left: 77px;
	}
	.cd-accordion-menu ul ul label,
	.cd-accordion-menu ul ul a {
		padding-left: 130px;
	}
	.cd-accordion-menu ul ul label::before {
		left: 72px;
	}
	.cd-accordion-menu ul ul label::after,
	.cd-accordion-menu ul ul a::after {
		left: 101px;
	}
	.cd-accordion-menu ul ul ul label,
	.cd-accordion-menu ul ul ul a {
		padding-left: 154px;
		text-decoration: none;
	}
	.cd-accordion-menu ul ul ul label::before {
		left: 96px;
	}
	.cd-accordion-menu ul ul ul label::after,
	.cd-accordion-menu ul ul ul a::after {
		left: 125px;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.title_MO {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
li.gvert {
    list-style: none;
}
li.gvert a:hover{
	color: #5656ff;
}