*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	text-decoration:none;
}

.main.home .container{
	max-width:1117px;
	min-width:320px;
	padding: 0;
	margin:0 auto;
}
.clear{
	clear:both;
}
.top-menu{
	height:55px;
	border-bottom:2px solid #d7d7d7;
	text-align:center;
}
.top-menu li{
	height:25px;
	margin:15px 0;
	padding:0 40px;
	border-right:1px solid #000000;
	display:inline-block;
}
.top-menu li:last-child{
	border-right:none;
}
.top-menu li a{
	font-size:14px;
	font-family:'Open Sans';
	color:#000000;
	line-height:25px;
}
.top-menu-button{
	display:none;
}
/*стили выпадающего подменю_____________________________________________________________________________________*/
.top-menu .menu>li {
	position: relative;
}
.top-menu .menu>li:hover .sub-menu {
	display:block;
}
.header.home{
	opacity: 0.99;
	z-index: 1;
}
.top-menu .menu>li .sub-menu{
	width: 100%;
	z-index: 2;
	position: absolute;
	display: none;
	list-style: none;
	margin: 0 0 0 -45px;

}
.top-menu .menu>li .sub-menu li{
	width: 100%;
	padding: 0 5px 0 0;
	margin: 0;
	background: white;
	border: 1px solid #134144;
	border-width: 0 0 1px 0;

}
/*Стили страницы контактов____________________________________________________________________________________________________*/
.main-contacts .container .content,
.main-contacts .container .cgmp-centering-container-handle{
	display: inline-block;
	margin:50px 0 0 0;
	width: 550px;
	float:left;
}
.main-contacts .container .content h4{
	font-size: 22px;
	color: black;
	margin-top: 10px;
	font-weight: lighter;

}
/*Стили страницы вопросов_____________________________________________________________________________________________________*/
.main-questions .content{
	float:left;
	width:100%;
}
.main-questions .content h3{
	float:left;
	width:70px;
	padding:0 20px;
	line-height: 80px;
	margin: 45px 0 0 150px;
}
.main-questions .content h2{
	margin: 45px 0 35px 250px;
}
.main-questions .content p{
	margin:0 0 0 250px;
}
.my-calendar-table,
.mc-export,
.mc_bottomnav,
.my-calendar-header{
	display: none;
}
#mc_event .details{
	border: none;
}
@media(max-width:1150px){
	.top-menu{
		display:none;
		height:auto;
		text-align:center;
	}
	.top-menu-button{
		display:block;
		text-align:center;
		font-size:28px;
		font-family:'Open Sans';
		color:#000000;
		height:70px;
		padding:15px 0;
		cursor:pointer;
		border-bottom:2px solid #d7d7d7;
	}
	.top-menu li{
		height:45px;
		margin:15px 0;
		border:none;
		display:block;
	}
	.top-menu li a{
		font-size: 25px;
		line-height: 35px;

	}
	.top-menu>li sub-menu{
		margin-top: 10px;
	}
	.top-menu .menu>li .sub-menu li{
		padding-left: 15px;
	}
}
.header .container{
	width:100%;
	min-height:174px;
	background:#134144;
	box-shadow:0 0 5px 0 gray;
	position:relative;
	z-index:100;
	padding-bottom:20px;
}
.header.home .container{
	max-width:1920px;
	min-height:225px;
	text-align:center;
}
.header .container:before{
	content:'';
	height:0;
	width:0;
	bottom:-20px;
	left:8px;
	border:20px solid transparent;
	border-left:20px solid #278389;
	position:absolute;
	transform:rotate(-45deg);
}
.header .container:after{
	content:'';
	height:0;
	width:0;
	bottom:-20px;
	right:8px;
	border:20px solid transparent;
	border-right:20px solid #278389;
	position:absolute;
	transform:rotate(45deg);
}
@media(max-width:1150px){
	.header .container:before,.header .container:after{
		display:none;
	}
}
.logo{
	float:left;
	margin:60px 0 0 110px;
}
.header.home  .logo{
	float:none;
	margin:0;
}
.logo img{
	width:82px;
	height:82px;
}
.title{
	padding:30px 0 0 10px;
	float:left;
	color:#ffffff;
	font-size:18px;
	font-family:'Courier New';
}
.header.home .title{
	padding:0;
	float:none;
}
.title h2{
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	font-family:'Courier New';
}
.title h1{
	color:#ffffff;
	font-size:36px;
	font-weight:normal;
	font-family:'Courier New';
	padding-bottom:25px;
	background:url(images/header.jpg) left bottom no-repeat;
}
.header.home .title h1{
	background:url(images/header.jpg) center bottom no-repeat;
}
.header form{
	width:200px;
	float:right;
}
.header{
	opacity: 0.99;
	z-index: 1;
}
.header form input[type=text]{
	width:115px;
	padding-left:35px;
	height:50px;
	border-radius:25px 0 0 25px;
	float:right;
	margin-top:70px;
	font-size:20px;
	font-family:'Courier New';
	background:#ffffff url(images/search.png) 10px center no-repeat;
}
form #questions{
	max-width: 255px;
}
.contacts{
	margin-top:30px;
	color:#ffffff;
	font-size:16px;
	font-family:'Courier New';
	float:right;
	text-align:right;
}
.contacts img{
	width:23px;
}
.main{
	margin-top:60px;
}
.main.home{
	margin-top:0;
	max-width:1116px;
	margin:0 auto;
}
.home-column{
	width:50%;
	float:left;
}
@media(max-width:1170px){
	.home-column{
		width:100%;
		float:none;
	}
	.logo{
		float:none;
		margin:0;
		padding:30px 0 0;
		width:100%;
		text-align:center;
		display:block;
	}
	.title{
		padding:0;
		float:none;
		text-align:center;
	}
	.title h1{
		background:url(images/header.jpg) center bottom no-repeat;
	}
	.contacts{
		margin-top:30px;
		float:left;
		text-align:left;
		padding-left:20px;
	}
	.header form{
		width:115px;
	}
}
/* pagination________________________________________________________________________________________________________________*/
.pagination{
	margin: 20px 20px 20px 40px;
}
.pagination span,
.pagination a{
	background: #6ba3a7;
	color:white;
	padding: 6px 12px;
	text-decoration: none;
	margin:0;
	border-radius: 5px;
}
.pagination span.current{
	background: #b4ca69;
	border-radius: 5px;
}
.pagination a.page-numbers:hover{
	background: #b4ca69;
}
.pagination span.dots{
	border:none;
}
/*конец стилей пагинации
*/
/*стили календаря___________________________________________________________________________________________________*/
.mc-main .mc-list .mc-events a{
	color:#278389;
}

.home-column .event-group{
	margin-left: 0;
}
.home-column .event-group:first-child{
	margin-top: 0;
}
.home-column p{
	color:#278389;
	font-size:22px;
	
}
#upcoming-events li,
#todays-events li{
	margin: 10px 0 0 0;
}
#upcoming-events li a,
#todays-events li a{
	color:#278389;
	font-size:22px;
	text-transform: uppercase;
}
#upcoming-events .future-event{
	padding:15px 0;
	border-bottom:1px dotted #278389;
	font-size:23px;
	font-weight:bold;
	
}
#upcoming-events li:last-child{
	border-bottom:none;
}
#upcoming-events li strong,
#upcoming-events li strong span{
	font-size:18px;
	font-weight:bold;
	color: black;
	margin-bottom:15px;
}
.events-page .home-column{
	width:100%;
}
/*Стили галереи ПРЕПОДАВАТЕЛИ Фото и Видео_________________________________________________________________________*/
.bwg_title_spun2_0{
	height: 75px !important;
	color: white !important;
	font-size: 18px !important;
	line-height: 25px;
	font-weight: lighter !important;
	padding:15px 0 10px 0 !important;
	background: #278389;
	overflow: hidden !important;
}
.video-galery .bwg_title_spun2_0{
	height: 150px !important;

}
.video-galery #bwg_standart_thumbnails_0 .bwg_standart_thumb_img_0{
	width:300px !important;
	height: 280px !important;
	float:right;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0:hover {        
	-ms-transform: scale(1) !important;        
	-webkit-transform: scale(1) !important;        
	transform: scale(1) !important;        

} 
.bwg_image_info{
	border-radius: 0 !important;
}
.bwg_title_spun1_0{
	margin-top: -5px !important; 
}
.bwg_lightbox_0:hover{
	opacity: 0.5;
}
.bwg_image_wrap{
	background: white;
}
.bwg_image_info_spun{
	margin:500px 0 0 0 !important;
}
.bwg_image_title,
.bwg_image_description{
	float:left;
}
.bwg_image_info{
	float:left;

}
.bwg_toggle_container,
.bwg_ctrl_btn_container{
	display: none;
}
.bwg_standart_thumbnails_0{
	max-width: 730px !important;
	float: left;
}

.bwg_standart_thumb_0{
	margin: 5px 5px;
	float:left;
	
}
.bwg_standart_thumb_spun1_0,
.bwg_title_spun2_0{
	box-shadow: 0 0 3px black;
}
/*Стили слайдера Партнеры____________________________________________________________________________________________*/
#example3_227 p.sp-layer.sp-black.sp-padding.desc-in.desc-in-bg.hide-medium-screen{
margin:230px auto 0 auto !important;
background: #134144 !important;
box-shadow: 50px 0 0 #134144,
			-50px 0 0 #134144;
}
#example3_227{
	float:left;
	margin: 0 0 0 20px;
}
#example3_227 .sp-image{
	width: 100% !important;
}
/*Стили Выдвигающегося меню__________________________________________________________________________________________*/
/*[id^="menu-item-"] ul{
	display:none;

}*/
#menu_body [id^="menu-item-"]{
	-webkit-transition: position 1s ease-out 0s;
     -moz-transition: position 1s ease-out 0s;
     -o-transition: position 1s ease-out 0s;
     transition: position 1s ease-out 0s;
}
#menu_body [id^="menu-item-"] ul{
	display: block;
	opacity: 1;
	-webkit-transition: opacity 1s ease-out 0s;
     -moz-transition: opacity 1s ease-out 0s;
     -o-transition: opacity 1s ease-out 0s;
     transition: opacity 1s ease-out 0s;
}
/*
#menu_body [id^="menu-item-"]:hover .sub-menu{
	display: block;
	position: relative;
	
}*/
#menu-vydvigayushheesya-menyu>li{
  line-height: 50px;
  height: auto !important;

}
#menu-vydvigayushheesya-menyu li .sub-menu li{
	
	background: none;
}
#menu-vydvigayushheesya-menyu li a{
	font-size: 16px;
	font-weight: 800 !important;
}
/*Стили страницы Мы и СМИ____________________________________________________________________________________________*/
.main-smi .content{
	float:left;
	max-width: 900px;
}
.top-content p{
	color: #338a8f;
	font-size:18px;
	line-height: 25px;
	margin:60px 0 0 20px;
}
.smi-read{
	background:#278389;
	height:52px;
	line-height:52px;
	border:1px solid #494949;
	margin:50px 0 20px;
	font-size:18px;
	padding:0 30px;
	text-align:center;
	color:#ffffff;
	transition:0.3s;
	
}
.smi-read:hover{
	background:#6ba3a7;
	border:1px solid #ffffff;
	color:#080808;
}
.smi-title{
	display: block;
	margin:20px 0 0 40px !important;
	color: #338a8f;
	font-size: 28px;
	font-weight: 600;
}
.smi-title:hover{
	text-decoration: underline;
}
.smi-date{
	margin-left: 40px
}
.main-smi .content .smi-image img{
	width:300px;
	height: 250px;
	float:left;
	margin: 0 20px 0 40px ;
}
.smi-news{
	float:left;
	width: 360px;

}
.side-archive{
	float: left;
	width: 270px;
	margin: 70px 0 0 40px;
}
.archive>li{
	margin:10px 0 0 0;
}
.archive li{
	background: white;
	margin:10px 0 0 0;
}
.archive>li p{
	color: black;
	font-size: 24px;
	border-bottom: 1px dotted black;
}
.archive ul li{
	margin: 15px 0 0 7px;
}
.archive a{
	color:black;
	
}
/*Стили страницы программы обучения__________________________________________________________________________________*/
input[name="programmy-tables"]{
	display: none;
}
label[for^="semestr-"]:hover{
	border-top:3px solid #338a8f;
}
label[for^="semestr-"]{
	border-top:3px solid white;
	padding:10px 0 0 0 ;
	margin: 0 5px 0 0;
}
.dataTables_wrapper{
	display: none;
}
#semestr-1:checked~label[for="semestr-1"],
#semestr-2:checked~label[for="semestr-2"],
#semestr-3:checked~label[for="semestr-3"],
#semestr-4:checked~label[for="semestr-4"],
#semestr-5:checked~label[for="semestr-5"]{
	border-top:3px solid #134144;
	color: #134144;
}
#semestr-1:checked~div:nth-of-type(1),
#semestr-2:checked~div:nth-of-type(2),
#semestr-3:checked~div:nth-of-type(3),
#semestr-4:checked~div:nth-of-type(4),
#semestr-5:checked~div:nth-of-type(5){
	display: block;
}
/* стили расписания_________________________________________________________________________________________________ */
input[name="study-form"]{
	display: none;
}
input[name="form1-group"],
input[name="form2-group"],
input[name="form3-group"],
input[name="magister-group"]{
	display: none;
}

label[for^="form-"]{
	border-top:3px solid white;
	padding:10px 0 0 0 ;
	margin: 0 5px 0 0;
}
#form-1:checked~label[for="form-1"],
#form-2:checked~label[for="form-2"],
#form-3:checked~label[for="form-3"]{ 
	border-top:3px solid #134144;
	color: #134144;
}
label[for^="form-"]:hover{
	border-top:3px solid #338a8f;
	color: #338a8f;
}
.form-1-block,
.form-2-block,
.form-3-block{
	display: none;
}
#form-1:checked~.form-1-block,
#form-2:checked~.form-2-block,
#form-3:checked~.form-3-block{
	display:block;

}
label[for^="group-"]:hover,
label[for^="magister-group-"]:hover{
	border-top:3px solid #338a8f;
	color: #338a8f;
}
label[for^="group-"],
label[for^="magister-group-"]{
	border-top:3px solid white;
	padding:10px 0 0 0 ;
	margin: 0 5px 0 0;
}
#group-6d:checked~label[for="group-6d"],
#group-7d:checked~label[for="group-7d"],
#group-8d:checked~label[for="group-8d"],
#group-9d:checked~label[for="group-9d"],
#group-10d:checked~label[for="group-10d"],
#group-11d:checked~label[for="group-11d"],
#group-12d:checked~label[for="group-12d"],
#group-13d:checked~label[for="group-13d"],
#group-8b:checked~label[for="group-8b"],
#group-9b:checked~label[for="group-9b"],
#group-10b:checked~label[for="group-10b"],
#group-11b:checked~label[for="group-11b"],
#group-12b:checked~label[for="group-12b"],
#group-13b:checked~label[for="group-13b"],
#group-14b:checked~label[for="group-14b"],
#group-15b:checked~label[for="group-15b"],
#group-16b:checked~label[for="group-16b"],
#group-11v:checked~label[for="group-11v"],
#group-12v:checked~label[for="group-12v"],
#group-13v:checked~label[for="group-13v"],
#group-14v:checked~label[for="group-14v"],
#group-15v:checked~label[for="group-15v"],
#group-16v:checked~label[for="group-16v"]{
	border-top:3px solid #134144;
	color: #134144;
}
div[class^="schedule-"] .dataTables_wrapper{
	display:block;
	margin: 30px 0 30px 0;
}
div[class^="schedule-"]{
	display:none;
}
#group-6d:checked~.schedule-6d,
#group-7d:checked~.schedule-7d,
#group-8d:checked~.schedule-8d,
#group-9d:checked~.schedule-9d,
#group-10d:checked~.schedule-10d,
#group-11d:checked~.schedule-11d,
#group-12d:checked~.schedule-12d,
#group-13d:checked~.schedule-13d,
#group-8b:checked~.schedule-8b,
#group-9b:checked~.schedule-9b,
#group-10b:checked~.schedule-10b,
#group-11b:checked~.schedule-11b,
#group-12b:checked~.schedule-12b,
#group-13b:checked~.schedule-13b,
#group-14b:checked~.schedule-14b,
#group-15b:checked~.schedule-15b,
#group-16b:checked~.schedule-16b,
#group-11v:checked~.schedule-11v,
#group-12v:checked~.schedule-12v,
#group-13v:checked~.schedule-13v,
#group-14v:checked~.schedule-14v,
#group-15v:checked~.schedule-15v,
#group-16v:checked~.schedule-16v{
	display: block;
}
div[class^="schedule-"] table.dataTable.display tbody td{
	border:1px solid #ddd !important;

}
#magister-group-1:checked~label[for="magister-group-1"],
#magister-group-2:checked~label[for="magister-group-2"],
#magister-group-3:checked~label[for="magister-group-3"]{ 
	border-top:3px solid #134144;
	color: #134144;
}
#magister-group-1:checked~.schedule-magister-group-1,
#magister-group-2:checked~.schedule-magister-group-2,
#magister-group-3:checked~.schedule-magister-group-3{
	display: block;
}
.study-type{
	color: #338a8f;
	margin: 10px 0;
	font-size: 22px;
	font-weight: bold;
}
/* стили просмотра статтей __________________________________________________________________________________________*/
.single-view img{
	max-width:600px !important;
	max-height: 400px !important;
	margin-left: 40px;
}
.post-body{
	margin-left: 40px;
}
.event-group{
	background: #262626;
    color: #ffffff;
    line-height: 65px;
    max-width: 1170px;
    padding-left: 26px;
    font-weight: normal;
    font-family: 'Courier New';
    font-size: 30px;
    margin: -7px 0 35px 0;
}
.event-group span{
	color: #278389;
    font-weight: normal;
    font-family: 'Courier New';
    font-size: 30px;
}
.last-image img{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
}
.last-posts{
	margin:15px 0 0 0;
}
.last-posts .last-title,
.last-posts .last-date{
	color: #737373;
}
.last-posts .last-title:hover{
	text-decoration: underline;
}
/*стили социальных кнопок____________________________________________________________________________________________*/
.horizontal .share-style-1,
.horizontal .utl-icon-style-1,
.horizontal li a{
	position: relative;
	border:none;
	width:25px;
	margin: 0 0 0 5px;
}

.share-header{
	float:right;
	margin: 0 -20px 0 0;
} 
.slider{
	font-size:0;
	position:relative;
	box-shadow:rgba(0,0,0,0.5) 0 0 3px;
}
.slider img{
	width:100%;
}
.slider h3{
	font-size:40px;
	font-weight:normal;
	font-family:'Courier New';
	color:#ffffff;
	background:#171615;
	max-width:320px;
	padding:15px;
	position:absolute;
	bottom:0;
	margin-bottom: 0px;
}
.slider h3 span{
	color:#278389;
}
.all-events{
	float:right;
	background:#278389;
	height:52px;
	line-height:52px;
	border:1px solid #494949;
	margin:50px 0 20px;
	font-size:18px;
	padding:0 20px;
	text-align:center;
	color:#ffffff;
	transition:0.3s;
}
.all-events:hover{
	background:#6ba3a7;
	border:1px solid #ffffff;
	color:#080808;
}
.video-title{
	font-size:40px;
	font-weight:normal;
	font-family:'Courier New';
	color:#ffffff;
	background:#171615;
	max-width:320px;
	padding:15px;
	clear:both;
	margin-bottom: -10px;
}
.video-title span{
	color:#278389;
}
.title-sidebar{
	display:none;
}
#right-menu{
	background:#e9e9e9;
	height:419px;
	padding:20px 0 0 0;
}
#right-menu li{
	background:#278389;
	height:52px;
	line-height:52px;
	border:1px solid #494949;
	margin:0 25px 10px;
	text-align:center;
	transition:0.3s;
	cursor:pointer;
}
#right-menu li a{
	color:#ffffff;
	transition:0.3s;
	font-size:18px;
}
#right-menu li:hover{
	background:#6ba3a7;
	border:1px solid #ffffff;
}
#right-menu li:hover a{
	color:#080808;
}
.contacts.page{
	float:none;
	text-align:left;
	margin:0 0 0 30px;
	background:#262626;
	padding:20px 40px 50px;
}
.contacts.page h3{
	font-size:40px;
	font-weight:normal;
	color:#278389;
}
.contacts.home{
	float:none;
	text-align:left;
	margin:40px 0 0 30px;
	background:#262626;
	padding:20px 40px 50px;
}
.contacts.home h3{
	font-size:40px;
	font-weight:normal;
	color:#278389;
}
.contacts-right{
	float:right;
	text-align:center;
}
.home-column h2{
	background:#e9e9e9;
	color:#134144;
	font-size:40px;
	font-weight:bold;
	font-family:'Courier New';
	margin:40px 0 0 30px;
	padding:10px 40px;
}
.news li{
	padding:10px 0;
	margin:0 0 0 30px;
	border-bottom:1px dotted #278389;
}
.page-right{
	float:left;
	margin: 20px 0 0 35px;
	border
}
.news li .news-right{
	margin-left:182px
}
@media(max-width:350px){
	.news li .news-right{
		margin-left:0;
		clear:both;
	}
	.page-right{
	float:left;
	margin: 20px 0 0 0;
	border
}
}
.news li:last-child{
	border-bottom:none;
}
.news li img{
	float:left;
	width:162px;
	height: 140px;
	margin:0 20px 0 0;
}
.news li span{
	font-size:23px;
}
.news li p{
	font-size:12px;
	font-style:italic;
	font-family:'Open Sans';
	overflow: hidden;
}
.news li a{
	background:#278389;
	height:52px;
	line-height:52px;
	border:1px solid #494949;
	margin:50px 0 20px;
	font-size:18px;
	padding:0 30px;
	text-align:center;
	color:#ffffff;
	transition:0.3s;
}
.news li a:hover{
	background:#6ba3a7;
	border:1px solid #ffffff;
	color:#080808;
}
@media(max-width:1150px){
	#upcoming-events li{
		padding:15px;
	}
	.all-events{
		margin:50px 20px 20px 0;	
	}
	.video{
		width:100%;
	}
	.contacts.home{
		margin:40px 0 0 0;
	}
	.home-column h2{
		margin:40px 0 0 0;
	}
	.news li{
		margin:0 30px;
	}
}
.sidebar{
	width:400px;
	float:left;
}
.sidebar li{
	color:#278389;
	font-size:18px;
	font-weight:bold;
	font-family:'Courier New';
	height:50px;
	line-height:50px;
	padding:0 10px;
	background:url(images/arrow_down.png) right 15px no-repeat;
}
.sidebar li:nth-child(odd){
	background:#e9e9e9 url(images/arrow_down.png) right 15px no-repeat;
}
.sidebar h3{
	background:#262626;
	color:#ffffff;
	line-height:60px;
	width:290px;
	padding-left:20px;
	font-weight:normal;
	font-family:'Courier New';
	font-size:30px;
	margin-top:80px;
}
.side-link{
	height:67px;
	line-height:67px;
	border-bottom:1px dotted #278389;
	font-size:23px;
	width:310px;
}
.side-link:last-child{
	border-bottom:none;
}
.side-link span{
	height:40px;
	line-height:40px;
	width:40px;
	position:relative;
	top:15px;
	float:left;
	margin-right:10px;
	text-align:center;
	background:#ffffff;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
}
.side-link img{
	height:38px;
}
.side-link a{
	font-family:'Times New Roman';
	color:#278389;
}
.sidebar form,
.content #mobile-form{
	margin-top:80px;
	background:#c1cfc2;
	border:1px solid #134144;
	border-radius:10px;
	width:280px;
	padding:15px;
	box-shadow:2px 2px 3px #272727;
	color:#737373;
	font-size:15px;
}
.content #mobile-form{
	display:none;
}
.sidebar form label,
.content #mobile-form label{
	font-size:12px;
	cursor:pointer;
	padding-right:10px;
}
.sidebar form h4,
.content #mobile-form h4{
	color:#278389;
	font-size:28px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;
	font-family:'Open Sans';
}
.sidebar form input[type=text],
.content #mobile-form input[type=text]{
	font-size:12px;
	font-family:'Open Sans';
	padding:6px 12px;
	border-radius:5px;
	box-shadow:rgba(0, 0, 0, 0.117647) 1px 1px 1px 1px inset;
	width:255px;
	margin-bottom:15px;
}
.sidebar form input[type=textarea],
.content #mobile-form input[type=textarea]{

}
	

.sidebar form input[type=submit],
.content #mobile-form input[type=submit]{
	font-size:15px;
	font-family:'Open Sans';
	color:#ffffff;
	border:1px solid #ffffff;
	background-color:#494949;
	padding:10px 15px;
	border-radius:4px;
	margin-top:30px;
	float:right;
	cursor:pointer;
}
.content{
	width:730px;
	float:right;
	font-family:'Times New Roman';
	font-size:16px;
	color:#737373;
	line-height:24px;
}
.content img{
	width:100%;
	height: 400px;
	
}
.content h3{
	background:#262626;
	color:#ffffff;
	line-height:65px;
	width:520px;
	padding-left:26px;
	font-weight:normal;
	font-family:'Courier New';
	font-size:30px;
	margin:-7px 0 35px 0;
}
.content h3 span{
	color:#278389;
	font-weight:normal;
	font-family:'Courier New';
	font-size:30px;
}
@media(max-width:1170px){
	
	.sidebar{
		width:100%;
		float:none;
	}
	.sidebar h3{
		margin:0;
		margin-top: 55px;
		width:100%;
	}
	.main{
		margin:0;
	}
	.side-link{
		width:100%;
	}
	.sidebar form{
		margin:30px;
		display: none;
	}
	.content{
		width:100%;
	}
	.content h3{
		width:100%;
	}
	.content p{
		margin:0 20px;
	}
}
.footer{
	margin:80px 0 115px;
	color:#494949;
	font-family:'Times New Roman';    text-align: center;
}
.footer .container{
	max-width: 1920px;
}
.footer ul{
	font-size:0;
	
}
.footer li{
	padding:0 60px 0 30px;
	border-right:1px dotted #000000;
	display:inline-block;
	font-size:14px;
	height:90px;
	padding-top:15px;
	vertical-align:middle;

}
.footer li:first-child{
	text-align:right;
	padding: 5px 60px 0 0;
}
.footer li:nth-child(4),.footer li:last-child{
	border-right:none;
}
.footer li:last-child a img{
	width:23px;
	padding:0 3px;
}
@media(max-width:1170px){
	.footer{
		margin:30px 0 0;
	}
	.footer .footer-blocks>li{
		width:50%;
		padding: 0 0 0 10px;
		min-width: 170px;
		min-height: 120px;

	}
	.footer .footer-blocks>li:first-child{
		text-align:left;
	}
	.footer .footer-blocks>li:nth-child(2){
		border-right:none;
	}
	.footer .footer-blocks>li:last-child{
		width:calc(100% - 6px);
		padding:20px 3px;
		text-align:center;
	}
}
/*адаптивная верска ддя главной________________________________________________*/
@media (max-width: 1170px){

	.main.home .container{
		width:100%;
	}
	.metaslider.metaslider-flex.metaslider-53.ml-slider.nav-hidden{
		width:100%;
		max-width: 1170px !important;
	}
	.contacts.home{
		margin-left: 0 !important;
	}


}
@media (max-width: 1178px){

	.main .container{
		width:100%;
		padding:0;
	}
	.header .container:before,
	.header .container:after{
		display: none;
	}
	.main .container .sidebar{
		width:100%;
		max-width: 1200px;
		margin-top: 40px;
		margin-bottom: 55px;
	}
	.container .content #mobile-form{
		width:60%;
		margin: 20px auto;
	}
	.container .content #mobile-form input[type="text"]
	{
		width:100%;
		margin:15px auto 0 auto;
		
	}
	.share-header{
		float:left;
		margin-left: -10px;
	}
	#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{
		max-width: 1170px !important;
		width:100%;
	}
	.main-questions .container{
		max-width: 1200px;
		width:100%;

	}
	.main-questions .content h3{
		margin-left: 10px;
	}
	.main-questions .content p,
	.main-questions .content h2{
		margin-left: 90px;
	}
	.main-contacts .container .content{
		max-width: 1200px;
		width:100%;
	}
	.content #mobile-form{
		display: block;
	}
	#mobile-form textarea[name="questions"]{
		max-width: 1200px;
		width: 100%;
		margin-top: 15px;
	}

}
@media (max-width: 1200px){
	.main-smi .container .content,
	.main-smi .container .side-archive{
		max-width: 1200px;
		width:100%;
	}
	.side-archive{
		margin-left: 0;
		padding-left: 40px;
	}
	.main-smi .content p{
		margin: 0 0 10px;
	}
	.main-smi .content .smi-date{
		margin-left: 40px;
	}
	#menu-vydvigayushheesya-menyu li a{
	font-size: 12px;
	padding: 20px 0;
	}
	#menu-vydvigayushheesya-menyu li ul li{
		line-height: 14px;
	}

}
@media (max-width: 767px){
	.main-smi .content p{
		margin: 0 0 0 40px;
	}
	.main-smi .content .smi-read{
		margin-left: 40px;
	}
}