@charset "utf-8";
 
/* ************************ FONS ********************************** */
      @import "http://fonts.fontstorage.com/import/fregat.css";

/*font-family: 'Fregat';*/

/* ***************************** Reset css  *********************** */
 
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
html {height: 100%;}
* html body {height: 100%;}
body {
	line-height: 1;  
	min-height: 100%;
	position: relative;	 
	font-size: 100%;
	font-family: 'Fregat'; 
	margin: 0;   
    /* padding-bottom: 337px; */
	background: #d5dcee;
} 
 
.inner table.fales_table td p{
	width: 120px!important;
}
.inner table.fales_table td+td p{
	width: 200px!important; 
}
.inner table.fales_table tr td:last-child{
	text-align: center;
}
.inner table.fales_table tr td:last-child p{
    width: auto!important;
    margin: 0;
}
body.inner{
	background: #d5dcee;
}
strong, h1,h2,h3,h4{ 
}  
ol, ul {
    list-style: none; 
}
a, a:hover{
    text-decoration: none;
}
a {
 
-moz-transition: color 0.4s 0.04s ease;
 -o-transition: color 0.4s 0.04s ease;
 -webkit-transition: color 0.4s 0.04s ease; 
 }
.clear{
    clear: both;
    display: block;
}
* { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.wrapp_site:after, 
.wrapp_first .wrapp_left .wrapp_cont_block_big:after, .tab_content:after, .header:after,
.shop-pane:after, .preim_block:after, .news_list .news:after{
display: block;
content: '';
clear: both;
} 
/* ********************************************* */

.header{
	background: url(../img/bg_top_header.png) repeat-x center top;
	height: 96px;
	border-bottom: 12px solid #faf56c;
}
.header a{
	color: #fff;
	padding: 20px 15px 20px 45px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	/* display: block; */
	display: flex;
	height: 60px;
	align-items: center;
	
}
.no_padding{
	padding: 0;
}
a.vidyash{
	margin-left: 20px;
	padding: 20px 15px 20px 45px;
	background: url(../img/vid.png) no-repeat 10px center;
}
a.news_link{
	background: url(../img/icon_news_link.png) no-repeat 10px center;
	padding: 20px 15px 20px 35px;
}
.file_none .files_list_col ol{
	display: none;
}
a.contact_link{
	background: url(../img/adres_icon.png) no-repeat 10px center;
	padding: 20px 15px 20px 35px;
}
a.obrashenie{
	background: url(../img/icon_obrat.png) no-repeat 10px center;
}
.header a:hover{
	background-color: #3b2f91;
}
.top_search{
	position: relative;
	padding: 10 0 10 0;
	/* height: 40px; */
}
.top_search #textbox{
	width: 100%;	
	background: #fff;
	height: 40px;
	background: -moz-linear-gradient(#e5eafc, #f7f8fd);
	background: -ms-linear-gradient(#e5eafc, #f7f8fd);
	background: -o-linear-gradient(#e5eafc, #f7f8fd);
	background: -webkit-linear-gradient(#e5eafc, #f7f8fd);
	padding: 10px 15px;
	border-radius: 8px;
	color: #7f8082;
	font-size: 13px;
    outline: none;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}
.img_4, img[width="455"]{
	width: 49%;
	margin-right: 15px;
	height: auto;
	margin-bottom: 15px;
}
img[width="910"]{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.img_4+.img_4, img[width="455"]+ img[width="455"]{
	margin-right: 0;
}
.top_search #textbox::-webkit-input-placeholder {color:#7f8082;}
.top_search #textbox::-moz-placeholder          {color:#7f8082;}/* Firefox 19+ */
.top_search #textbox:-moz-placeholder           {color:#7f8082;}/* Firefox 18- */
.top_search #textbox:-ms-input-placeholder      {color:#7f8082;}

.top_search input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    bottom: 0;
    display: block;
    border: none;
    background: url(../img/search_icon.png) no-repeat center;
    cursor: pointer;
    width: 20%;
    height: 60px;
}
.top_menu ul.rows{
	padding: 0 15px;
	background: url(../img/bg_menu_top.png) repeat-x left top;
	border-bottom: 2px solid #077122;
	border-radius: 10px;
    margin: 0;
	margin-top: -40px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.top_menu ul.rows ul{
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    min-width: 235px;
    width: 100%;
    background: #2a8926;
    padding: 10px 0;
    z-index: 100; 
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 5px 8px #010101;
}
.top_menu ul.rows> li:hover> ul{
	display: block;
}
.search_list{
	clear: both;
}
.search_list .search_name a{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
hr {
    border-top: 3px solid #d2d7da;
}
.user_block{
	    background: #f3f4fa;
    border-radius: 7px ;
    box-shadow: 0 0 23px -7px #3a3737;
    margin-bottom: 20px;
    padding: 15px 15px 5px;
    padding-top: 20px;
    position: relative;
	text-align: center;
}
#tooltip {
    position:absolute; /* позиция подсказки не привязана к другим элементам */
    background:#FFF; /* цвет фона подсказки (белый) */
    padding:3px; /* отступы (3 пикселя) */
    display:none; /* делаем невидимой до обработки jQuery скриптом */
    color:#666 /* цвет текста подсказки */
}



/* Tutorial CSS */ 
.tooltip, .tooltip-2 {
width: 256px; 
position: absolute; 
bottom: 0; 
left: 0;
display: none;
font-weight: normal;
font-size: 12px; 
line-height: 1.5em; 
color: #fff;
z-index: 50; 
}
.tooltip .text {
padding: 5px 15px 35px 15px; 
background: url(images/tooltip.png) no-repeat 0 100%;
}
.tooltip .top {
height: 10px; 
background: url(images/tooltip.png) no-repeat 0 0;
}

.tooltip-2 {color: #000;}
.tooltip-2 .text {
padding: 5px 15px 35px 15px; 
background: url(images/tooltip_2.png) no-repeat 0 100%;
}
.tooltip-2 .top {
height: 10px; 
background: url(images/tooltip_2.png) no-repeat 0 0;
}



.user_block a{display: block;
margin-bottom: 10px;}
.block_f{
    border: 2px solid #d2d7da;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    height: 300px;
}
.obr_in .title_caal{
	display: none;
}
.rows form .feedback.feedback_form_param25 {
    float: right;
    width: 60%;
    margin-top: -230px;
}
.rows form .feedback.feedback_form_param27, .rows form .feedback.feedback_form_param29{
	float: none;
	clear: both;
	margin-bottom: 15px;
	color: #fff;
	width: 100%;
}
.feedback_form_param_text{
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}
.inner .feedback_form_param_text p{
	color: #fff;
}
.inner .feedback_form_param_text p a{
	color: #fff;
	text-decoration: underline;	
}
.inner .feedback_form_param_text p a:hover{
	text-decoration: none;	
}
.call_none form .feedback.feedback_form_param28{
	padding-top: 20px;
}
.files_anons{ 
}
.files_download{
	margin: 10px 0 15px; 
}
.files_download a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: none;
    padding: 8px 18px 9px 18px;
    background-image: url(../img/bg_sub_dalie.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    font-weight: bold;
	margin-right: 10px;
}

.block_f .files_download_img{
	margin-bottom: 10px;
}
.block_f .files_name a{
	color: #2b2b2c;
	display: block;
	margin-bottom: 10px;
}
.inner .block_f  p{
	margin-bottom: 0;
}
table.border_none,
table.border_none td{
	border: none!important;
}
.search_list .search_text{
	padding: 0 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 4px solid #d2d7da;
    margin: 0 -25px 10px;
}
hr.border{
    border: 5px solid #c0c6d6;
    margin: 0 -25px 31px;
}
.jizn_i img{
	width: 49%;
	height: auto;
}
.jizn_i p[style="text-align: justify;"] img{
	width: 100%;
}
.top_menu ul.rows ul a{
	display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
    text-shadow: 1px 1px 3px #434343;
}
.top_menu ul.rows ul li:hover> a,
.top_menu ul.rows ul li.active> a{
	background: #077122;
}
.inner table{
	width: 100%!important;
	margin-bottom: 20px;
	border: 1px solid #cecece;
	border-collapse: collapse;
}
.img_cap img{
 max-width: 100%;
    height: auto;
}
.inner table td{
	padding: 7px 10px;
	border: 1px solid #cecece;
	font-size: 15px;
    color: #333333;
    line-height: 18px;
} 
.top_menu ul.rows> li{
    display: table-cell;
    padding: 0;
    vertical-align: middle;
	position: relative;
}
.top_menu ul.rows> li >a{
    padding: 24px 12px 23px 14px;
    font-size: 16px;
    color: #fff;
	height: 85px;
    font-weight: 600;
    display: flex;
    text-shadow: 1px 1px 3px #434343;
    vertical-align: middle;
    align-items: center;
}
.top_menu ul.rows li a{
	text-decoration: none;
}
.top_menu ul.rows >li:hover>a,
.top_menu ul.rows li.active >a{ 
	background: #077122;
	
	background: -moz-linear-gradient(#55ae29, #077122);
	background: -ms-linear-gradient(#55ae29, #077122);
	background: -o-linear-gradient(#55ae29, #077122);
	background: -webkit-linear-gradient(#55ae29, #077122);
}
.top_menu ul.rows li a img{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.top_menu ul.rows li a .name_link{
    display: inline-block;
    vertical-align: middle;
    max-width: 135px;
}
.wrapp_logo{
	margin-top: 10px;
	margin-bottom: 32px;
}
.wrapp_logo a{
    color: #2b2b2c;
}
.wrapp_logo .title_small{
	text-align: center;
  	margin-bottom: 13px;
  	color: #2b2b2c;
  	font-size: 18px;
  	font-weight: 60;
  	padding-top: 7%;
}
.wrapp_logo .title_big{  
	text-align: center;
	color: #2b2b2c;
	font-size: 33px;
	font-weight: 600;
}

.rector{
display: none; /* - убрать, если вновь понадобится */
    background: #f3f4fa;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 23px -7px #3a3737;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 20px;
    position: relative;
}
/* .rector:before,
.filial:before{
    content: '';
    display: block;
    width: 110%;
    height: 97px;
    background-image: url(../img/bg_left_top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    top: -11px;
    left: -4.5%;
} */
.rector .img_box{
	margin-bottom: 20px;
}
.rector .img_box img{
	border: 2px solid #6f5400;
	border-radius: 7px;
}
.title_name {
    display: block;
    color: #232324;
    font-size: 19px;
    font-weight: bold;
    margin: 0 -3px;
    margin-bottom: 20px;
    text-align: center;
}
.rector p{
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #232324;
	margin-bottom: 15px;
}
a.submit_a{
	background-image: url(../img/sub_left.png);
    background-size: 100% auto;
    padding: 24px 20px 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}
.filial{
    background: #f3f4fa;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 23px -7px #3a3737;
    margin-bottom: 20px;
    padding: 15px 15px 1px;
    padding-top: 20px;
    position: relative;
}
.filial:before{
    background-image: url(../img/bg_left_bottom.png);
	top: auto;
	bottom: -5px;
	z-index: 2;
}
.filial .block_title{
	text-align: center;
	padding: 20px 0 0;
	margin-bottom: 30px;
	color: #333333;
	font-size: 35px;
	font-weight: bold;
}
.filial{
	text-align: center;
}
.filial a, .filial .a{
	display: block;
	margin-bottom: 30px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}
.filial a img, .filial .a img{
	margin-bottom: 10px;
}
.content_in_in{
    background: #f3f4fa;
    border-radius: 7px;
    box-shadow: 0 0 23px -7px #3a3737;
    margin-bottom: 20px;
    padding: 25px;
    padding-top: 20px;
    position: relative;	
}
.title_content{
	margin-bottom: 30px;
	color: #333333;
	font-size: 35px;
	font-weight: bold;	
}
.breadcrumb{
	background: #e8ebf4;
}
.tabs:after{
	content: '';
	display: block;
	margin: 0;
	clear: both;
}
.tabs {
	padding-bottom: 50px;
}
.tab_link{
	margin-bottom: 30px;
}
.wrapp_breadcrumb{
	margin: -20px -25px 0;
    border-radius: 7px 7px 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}
h1{
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h3{
	font-weight: bold;
	font-size: 17px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
h4{
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
.inner p{
	font-size: 15px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
}
.inner p a,
.inner li a{
	font-weight: 600;
}
.inner table p a, .inner table li a {
    font-weight: 400;
}
.inner p a:hover,
.inner li a:hover{
	text-decoration: underline;
}
.inner ul{
	margin-bottom: 20px;
	font-size: 15px;
	color: #333333;
	line-height: 18px;
	list-style: none;
}
.inner ul ul, 
.inner ol ul,
.inner ul ol,
.inner ol ol{
	padding-top: 10px;
    margin-bottom: 10px;
}
.inner ol{
	margin-bottom: 20px;
	font-size: 15px;
	color: #333333;
	line-height: 18px;
	list-style: none;
}
.inner ul li{
	padding-left: 25px;
	background: url(../img/ul_li.png) no-repeat left 3px;
	margin-bottom: 10px;
}
.inner ol {
    counter-reset:li; /* Инициализируем счетчик */
    padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
}
.inner ol li {
    position: relative;
    padding-left: 44px;
    padding-top: 10px;
    min-height: 35px;
    margin-bottom: 10px;
}
.inner ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    padding: 9px 0;
    font-size: 20px;
    color: #452e8e;
    background: url(../img/ol_li.png) no-repeat left top;
    font-weight: bold;
    text-align: center;
}
.wrapp_breadcrumb .breadcrumb{
	padding: 15px 25px;
	font-size: 14px;
	color: #89bf08;
	font-weight: bold;
	margin: 0;
}
.tab_link a{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 15px;
    color: #452e8e;
    padding: 4px 13px 3px;
    text-transform: uppercase;
    border: 2px solid #452e8e;
    border-radius: 4px;
    font-weight: bold;
}
.tab_link a:first-child, 
.tab_link a:first-child:hover,
.tab_link a.active:first-child{
    padding: 5px 15px 14px;
	font-size: 13px;
	color: #ffffff;
	border: none;
    background: url(../img/sub_tab_first.png) no-repeat left top;
}
.sovet_m .tab_link a:first-child, 
.sovet_m .tab_link a:first-child:hover,
.sovet_m .tab_link a.active:first-child{
    background: #4c9c25;
    padding: 4px 13px 3px;
    font-size: 15px;
    text-shadow: 1px 1px 3px #434343;
    border: 2px solid #187d24;
    background: -moz-linear-gradient(#364ab4, #3c267c);
    background: -ms-linear-gradient(#364ab4, #3c267c);
    background: -o-linear-gradient(#364ab4, #3c267c);
    background: -webkit-linear-gradient(#dbed1d, #318d26);
}
.tab_link a:hover,
.tab_link a.active{
	color: #ffffff;
	
	background: #3c267c;
	
	background: -moz-linear-gradient(#364ab4, #3c267c);
	background: -ms-linear-gradient(#364ab4, #3c267c);
	background: -o-linear-gradient(#364ab4, #3c267c);
	background: -webkit-linear-gradient(#364ab4, #3c267c);
}
.tabs .tab_block{
	/* height: 388px;
	padding-bottom: 15px; */
}
.tabs .tab_block:first-child{ 
	border-right: 1px solid #d2d7da;
	border-bottom: 1px solid #d2d7da;
padding-bottom: 15px;
}
.tabs .tab_block:nth-child(2){  
padding-bottom: 15px;
	border-bottom: 1px solid #d2d7da;
}
.tabs .tab_block:nth-child(3){ 
	padding-top: 20px;
	border-right: 1px solid #d2d7da;
}
.tabs .tab_block:nth-child(4){ 
	padding-top: 20px;  
}
.owl-item .ittem{padding: 0 30px 0 0;}
.owl-item .ittemww{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 4px solid #d2d7da;
    height: 113px;
}
.tabs .tab_block .img{
	max-height: 247px;margin-bottom: 20px;
}
.tabs .tab_block img{
	width: 100%;
	height: 220px;
	aspect-ratio: 3 / 2;
	margin: 0 auto 20px;
	border: 3px solid #d2d7da;
	border-radius: 6px;
	object-fit: contain;
}
.tabs .tab_block .title{
	color: #333333;
	display: block;
	font-size: 15px;
	font-weight: bold;
    	margin-bottom: 25px;
	height: 72px;
	overflow: hidden;
	line-height: 1.2;
} 
.date.pull-left{
	color: #949494;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.submit_block  .podrobnee{
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 18px 10px 18px;
    background-image: url(../img/bg_sub_dalie.png);
    background-repeat: no-repeat; 
    background-size: 100% auto;
    background-position: left top;
    font-weight: bold;
    margin-top: -9px;
}
.tabs .submit_block  .podrobnee{
	    padding: 8px 18px 9px 18px;
}
.border_razd{
	height: 6px;
	background: #d2d7da;
	margin-bottom: 30px;
}
.content_in_in .block_img{
	display: inline-block;
    vertical-align: middle;
    width: 19%;
    text-align: center;
    margin: 0 0 15px;
}

.footer{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background: #402c99;
	
	background: -moz-linear-gradient(#3c39a5, #451e8b);
	background: -ms-linear-gradient(#3c39a5, #451e8b);
	background: -o-linear-gradient(#3c39a5, #451e8b);
	background: -webkit-linear-gradient(#3c39a5, #451e8b);
	border-top: 17px solid #faf56c;
	z-index: 10;
}
.footer .title{
	color: #fff;
	font-size: 23px;
	margin-bottom: 25px;
	margin-top: 30px;
	font-weight: 600;
}
.footer .menu_footer p{  
    color: #fff;
    font-size: 14px;
	line-height: 1.3;
    margin-bottom: 25px;
}
.footer .menu_footer p a{
	color: #fff;	
}
.footer .contact_footer p.adres{
    padding: 8px 0 6px 32px;
    background: url(../img/adres_f.png) no-repeat left top;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer .contact_footer a{
	display: block;
    padding: 4px 0 4px 32px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}
.footer .contact_footer{
	margin-bottom: 20px;
	font-weight: 700;
}
.footer .contact_footer a.tel{ 
    padding: 10px 0 5px 32px;
	 background: url(../img/tel_f.png) no-repeat left top; 
}
.footer .contact_footer a.email{ 
	 background: url(../img/amail_f.png) no-repeat left top; 
}
.footer .menu_footer li{
    margin-bottom: 23px;
    padding-top: 6px;
}
.footer .menu_footer li a{
	display: block;
	color: #fff21d;
	font-size: 14px;
	font-weight: 600;
	padding-left: 15px;
	background: url(../img/arr_menu_f.png) no-repeat left center;
}
.soc_footer ul li{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.soc_footer ul li a{
    display: block;
    width: 39px;
    height: 39px;
    margin: 0;
}
.soc_footer ul li a.vk{
	background: url(../img/vk_f.png) no-repeat left center;
}
.soc_footer ul li a.fase{
	background: url(../img/fase_f.png) no-repeat left center;
}
.soc_footer ul li a.ok{
	background: url(../img/ok_f.png) no-repeat left center;
}
.soc_footer ul li a.tweet{
	background: url(../img/tweet_f.png) no-repeat left center;
}
.bottom_f{
	padding-top: 20px;
	border-top: 5px solid #56329b;
	padding-bottom: 20px;
}
.bottom_f .copyy{
	color: #fff;
	font-size: 12px;
	padding-top: 13px;
	color: #fff;
}
.center-block{
	margin: 0 auto;
}
.bottom_f .copyy{
	padding-left: 0;
}
.bottom_f .copyy .thin{
	padding-bottom: 5px;
}
.bottom_f .copyy .bold{
	font-weight: bold;
	font-size: 13px;
}
.ittem{
	padding: 0 20px;
}
.ittem .link_n{
    font-size: 15px;
    color: #323c8f;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    margin-bottom: 25px;
    height: 57px;
    overflow: hidden;
}
.ittem .link_n:hover{
	text-decoration: underline;
}
.ittem .date{
	color: #949494;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.owl-controls{
	margin: 30px 0 0;
}
.owl-dots{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 7px;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    vertical-align: top;
    background: url(../img/circul.png) no-repeat left top;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active{
    background: url(../img/circul.png) no-repeat right top;	
}
.owl-nav{
    text-align: center;
	
}
.owl-nav>div{
     width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    text-indent: 999px;
    /* margin: 0 150px; */
	position: relative;
	z-index: 100;
    overflow: hidden;
}
.owl-nav>div.owl-prev{
    width: 29px;
    height: 29px;
    background: url(../img/left_circ.png) no-repeat left top;
    padding-left: 300px;
}
.owl-nav>div.owl-next{
    width: 29px;
    height: 29px;
    background: url(../img/right_circ.png) no-repeat right top;
}

.news_id h1{
	text-transform: initial;
}
.news_id .news_date{
	color: #949494;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news_id .tegs_list{
	padding: 10px 0 1px;
	border-top: 1px solid #e1e5e7;
	border-bottom: 1px solid #e1e5e7;
	margin-bottom: 20px;
}

.news_id .tegs_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	background: #e0f029;
	
	background: -moz-linear-gradient(#f2ff5b, #ddee20);
	background: -ms-linear-gradient(#f2ff5b, #ddee20);
	background: -o-linear-gradient(#f2ff5b, #ddee20);
	background: -webkit-linear-gradient(#f2ff5b, #ddee20);
	
	border-radius: 4px;
	color: #452e8e;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.news_id .tegs_list a:hover{ 
	background: #e0f029; 
}

.news_id .owl-carousel .owl-item img{
	border: 3px solid #d2d8e6;
	border-radius: 7px;
}
.news_id .owl-carousel {
	margin-bottom: 30px;
}
.coments_on{
	margin: 0 -25px -25px;
	padding: 25px;
	background: #e8ebf4;
	border-radius: 0 0 7px 7px;
}
h3.block_header{
	color: #9ea3b3;
	font-size: 15px;
}
.coments_on .comment a.wrapp_links{
	font-size: 16px;
	color: #452e8e;
	display: block;
	font-weight: 600;
	padding: 15px 0 15px 50px;
	background: url(../img/file.png) no-repeat 10px center;
}
.news_list{
	margin: 0 -25px;
}
.news_list .news_block {
	padding: 0px 20px 20px;
	border-bottom: 4px solid #d2d7da;
	margin-bottom: 15px;
}
.news_list .news_block  img{
	width: 100%;
	height: 220px;
	aspect-ratio: 3 / 2;
	border-radius: 5px;
	border: 3px solid #d2d7da;
	object-fit: contain;
}
.news_list .news_block  .wrapp_news_img {
	padding-right: 0;
}
.news_list .news_block  .tegs_list, .info_text  .tegs_list{
	padding-bottom: 10px;
	margin-bottom: 1px;
}
.news_list .news_block  .tegs_list a, .info_text  .tegs_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	
	color: #077122;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #452e8e;
	border-radius: 4px;
	color: #452e8e;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	-moz-transition: 0.7s;	
}
.news_list .news_block  .tegs_list a:hover, .info_text  .tegs_list a:hover{
	color: #fff;
	background: #451e8b;
	
	background: -moz-linear-gradient(#3d34a0, #451e8b);
	background: -ms-linear-gradient(#3d34a0, #451e8b);
	background: -o-linear-gradient(#3d34a0, #451e8b);
	background: -webkit-linear-gradient(#3d34a0, #451e8b);
}
a.black_link{
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	display: block;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.3;
}
.news_anons {
    /* height: 73px; */
    overflow: hidden;
    margin-bottom: 15px;
}
#comments{
	padding: 15px;
	border: 1px solid #cecece;
	font-size: 16px;
	margin-bottom: 20px;
}
#comments input[type="text"],
#comments input[type="file"]{
	color: #444;
	font-size: 16px;
	padding: 9px 10px;
	border: 1px solid #cecece;
	background: #fff;
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
	border-radius: 5px;
}
#comments input[type="submit"]{ 
    border: 1px solid #cfe00d;
    padding: 5px 10px;
    background: #e0f029;
    background: -moz-linear-gradient(#f2ff5b, #ddee20);
    background: -ms-linear-gradient(#f2ff5b, #ddee20);
    background: -o-linear-gradient(#f2ff5b, #ddee20);
    background: -webkit-linear-gradient(#f2ff5b, #ddee20);
    border-radius: 4px;
    color: #452e8e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}
.rows{
	margin-left: -25px;
	margin-right: -25px;
}
.inner .contact p strong{
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.inner .contact  p a{
    font-weight: 400;
	color: #333333;
}
.inner .contact  p{
	margin-bottom: 40px;
}
.inner .contact  p img{
	display: block;
}
.inner .contact  p  .link_qr{
	color: #44187a;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	margin-top: 25px;
}
.contact_map {
    padding: 7px;
    background: #e4e7ef;
    margin-bottom: 30px;
    margin-right: -10px;
    float: right;
}
.rows{
	background: #3d349f;
	margin-bottom: -25px;
	padding: 25px;
	border-radius: 0 0 6px 6px;
}
.paginator{
	padding: 10px 0;
}
.paginator a,
.paginator .current,
.paginator .active{
	display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 7px;
    min-width: 39px;
    padding: 6px 7px;
    font-family: 'Fregat';
    border-radius: 5px;
	border: 1px solid #3647b1;
	color: #452e8e;
    line-height: 1.2;
    text-decoration: none!important;
}
.paginator a:hover{	
    width: 39px;
    text-shadow: 1px 1px #333;
    color: #fff;
    padding: 6px 7px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8a27', endColorstr='#d6ea1d');
    background: -webkit-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: -o-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: -ms-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: linear-gradient(0deg, #3c277d 0%, #3647b1 100%);
}
.margin_bottom_20{
	margin-bottom: 20px;
}
.padding_left_30px{
	padding-left: 30px;
}
.rows_hr{
	margin: 0 -25px 25px;
	height: 5px;
	background: #d2d7da;
}
.paginator .current,
.paginator .active{
    width: 39px;
    padding: 7px 7px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8a27', endColorstr='#d6ea1d');
    background: -webkit-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: -o-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: -ms-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
    background: linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
	border: none;
    text-shadow: 1px 1px #333;
    color: #fff;
}
h3.title_caal{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.call_none {
    background: #3d349f;
    margin-bottom: -25px;
	margin-left: -25px;
	margin-right: -25px;
    padding: 25px;
    border-radius: 0 0 6px 6px;
}
.rows .infofield,
.call_none .infofield{
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.rows form .feedback{
	margin-bottom: 20px;
	width: 35%;
	margin-right: 15px;
}
.call_none form .feedback{
	margin-bottom: 20px;  
}
.call_none{
	display: none;
}
.rows form .feedback input[type="text"],
.rows form .feedback input[type="email"],
.rows form .feedback input[type="file"],
.rows form .feedback input[type="tel"],
.rows form .feedback select,
.rows form .feedback textarea,
.call_none form .feedback input[type="text"],
.call_none form .feedback input[type="email"],
.call_none form .feedback input[type="file"],
.call_none form .feedback input[type="tel"],
.call_none form .feedback select,
.call_none form .feedback textarea{
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	resize: none;
	font-weight: 600;
	padding: 10px 10px;
	background: #fff;
	color:#493895;
	border: 1px solid #fff;
    font-family: 'Fregat';
	border-radius: 4px;
	outline: none; 
}
.call_none {
	color: #fff;
	font-size: 14px;	
}
.feedback.cal-lg-6.col-md-6.col-xs-12.feedback_form_param18 {
    height: 58px;
}
.call_none label{
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}
.rows form .feedback textarea,
.call_none form .feedback textarea{
	height: 188px;
}
.call_none:after{
	clear:both;
	content: '';
	display: block;
}
.rows form  input[type="submit"],
.call_none form  input[type="submit"]{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	border: 2px solid #554379;
	font-weight: 600;
    font-family: 'Fregat';
    clear: both;
    display: block;
    float: none;
	border-radius: 5px;
	background: #67ab23;
	padding: 10px 25px;
	cursor: pointer;
	text-shadow: 1px 1px #333;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8a27', endColorstr='#d6ea1d'); /* для IE6-9 */ 
	background: -webkit-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
	background: -o-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
	background: -ms-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
	background: linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
}
.rows form  .feedback_form_param12{
    float: right;
    width: 60%;
    margin-top: -230px;
}
.rows form .feedback input[type="text"].error_input, .rows form .feedback input[type="tel"].error_input, 
.rows form .feedback select.error_input, .rows form .feedback textarea.error_input,
.call_none form .feedback input[type="text"].error_input, .call_none form .feedback input[type="tel"].error_input, 
.call_none form .feedback select.error_input, .call_none form .feedback textarea.error_input{
	border-color: red;
}
.blog_list .rector a.submit_a{
	display: none;
}
.blog_list .filial .icon{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url(../img/icon_center.png) no-repeat center top;
    height: 61px;
}
.blog_list .filial .rows_p{
	padding-top: 30px;
	margin-bottom: 20px;
}
.blog_list .filial .rows_p .title{
	color: #3c2980;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.blog_list .filial .rows_p.phone {
	background: url(../img/phone_ik.png) no-repeat center top;
}
.blog_list .filial .rows_p.mail{
	background: url(../img/mail_ik.png) no-repeat center top;
}
.blog_list .filial .rows_p.adres{
	background: url(../img/adres_clock.png) no-repeat center top;
}
a.call_back{
	margin-top: 60px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	padding: 12px 0px;
	width: 100%;
	border: 2px solid #e3c31c;
	background: #3a3391;
	color: #fff;
	border-radius: 6px;
	position: relative;
	z-index: 100;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c277e', endColorstr='#3647b1'); /* для IE6-9 */ 
	background: -webkit-linear-gradient(0deg, #3c277e 0%, #3647b1 100%);
	background: -o-linear-gradient(0deg, #3c277e 0%, #3647b1 100%);
	background: -ms-linear-gradient(0deg, #3c277e 0%, #3647b1 100%);
	background: linear-gradient(0deg, #3c277e 0%, #3647b1 100%);
}
a.call_back:hover{
	background: #3a3391;
}
.blog_list h1{text-transform: initial;}
.wrapp_date_pos{
	background: #332884; 
	overflow: hidden;
	border-radius: 6px 0 0 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px; 
	bottom: 0;
	color: #fff;
}
.position_r{
	position: relative;
	margin-bottom: 20px;
}
.wrapp_date_pos .date_date{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 50%;
	display: table-cell;
	vertical-align: middle;
	right: 0;
    padding: 35% 10px;
	text-align: center;
	background: #383da1
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3391', endColorstr='#3645ad'); /* для IE6-9 */ 
	background: -webkit-linear-gradient(0deg, #3a3391 0%, #3645ad 100%);
	background: -o-linear-gradient(0deg, #3a3391 0%, #3645ad 100%);
	background: -ms-linear-gradient(0deg, #3a3391 0%, #3645ad 100%);
	background: linear-gradient(0deg, #3a3391 0%, #3645ad 100%);
}
.wrapp_date_pos .date_date .dayt{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 4px;
}
.wrapp_date_pos .date_date  .mans{
    font-size: 20px;
    font-weight: 600;
    text-transform: lowercase;
    margin-bottom: 6px;
}
.wrapp_hours{
	color: #d3e91d;
	font-size: 13px;
}
.img_info_block img{
	width: 100%;
	border-radius: 0 6px 6px 0;
}
.img_info_block{
}
.call_none form .feedback.feedback_form_param28 input{
	margin: 0 6px 0 0;
}
.info_text a.black{
	color: #333333;
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}
.top_menu ul.rows >li>ul>li{
	position: relative;
}
.top_menu ul.rows ul ul {
    top: 0;
    left: 228px;
	display: none;
}
.top_menu ul.rows >li>ul>li:hover ul{
	display: block;
}
.wrapp_ruc_b .wrapp_block{
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #d2d7da;
    margin-bottom: 10px;
    height: 461px;
}
.wrapp_ruc_b img {
    border: 2px solid #6f5400;
    border-radius: 7px;
	margin: 0 auto 15px;
	min-width: 163px;
}

.wrapp_ruc_b  .text_ruc_b{
    font-size: 15px;
    color: #333333;
    line-height: 19px; 
}
.wrapp_ruc_b  .text_ruc_b .name{
	font-size: 17px;
	text-transform: uppercase;
}
.files_id img{width: 100%; height: auto; max-height: 100%;}
.files_id .block_f{
	height: auto;
}

.raw_image img {width: 100%; text-align: center;}

.files_id .block_f{
	height: auto;
}

@media (min-width: 1024px) and (max-width: 1280px){
	.wrapp_ruc_b .wrapp_block{
		    height: 484px;
	}
	a.obrashenie{
		padding: 20px 15px 20px 40px;
	}
	.top_menu ul.rows li a {
		padding: 24px 10px 23px 10px; 
	}
	.wrapp_logo .title_big {
		text-align: center;
		color: #2b2b2c;
		font-size: 33px;
		font-weight: 600;
	}
	.wrapp_logo .title_small {
		padding-top: 7%;
	}
	.owl-nav>div {
		/* margin: 0 120px; */
	}
	.tabs .tab_block {
		max-height: 400px;
	}
}

@media (max-width: 499px){
  .owl-dots {
  bottom: -35px;
}
}

@media (max-width: 767px){
	.content_in_in .search input[type="text"] {
    width: 69%;
	}
	.previous_next_links{
		display: none;
	}
	.wrapp_logo{
    		background: #402c99;
   		background: -moz-linear-gradient(#3c39a5, #451e8b);
    		background: -ms-linear-gradient(#3c39a5, #451e8b);
    		background: -o-linear-gradient(#3c39a5, #451e8b);
    		background: -webkit-linear-gradient(#3c39a5, #451e8b);
    		padding: 10px 40px 10px 15px;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.wrapp_logo .row{
    		display: flex;
    		align-items: center;
	}
	.wrapp_logo .title_small{
		text-align: left;
		font-size: 12px;
		padding: 0 0 5 0;
		margin-bottom: 0;
	}
	.wrapp_logo .title_big{
		text-align: left;
    		font-size: 13px;
    		font-weight: bold;
    		color: #fff;
	}
	.wrapp_logo img{
    		width: 80px;
	}
	.wrapp_logo a{
    		color: #fff;
	}
	.top_menu ul.rows {
   		 background: url(../img/bg_menu_top.png) repeat-x;
   		 margin: 0;
   		 height: 40px;
   		 white-space: nowrap;
   		 display: flex;
   		 align-items: center;
   		 overflow-x: auto;
   		 overflow-y: hidden;
   		 border-radius: 0;
   		 scrollbar-width: none;
	}
	.top_menu ul.rows li a .name_link {
    		max-width: none;
	}
	.top_menu ul.rows li a img {
   		 display: none;
	}
	.filial {
    		white-space: nowrap;
    		margin: -15px;
    		padding: 5px 7px;
    		overflow-x: auto;
    		overflow-y: hidden;
    		border-radius: 0;
    		scrollbar-width: none;
    		margin-bottom: 20px;
    		box-shadow: none;
		border: solid #3c39a5;
		border-width: 2px 0 0 0;
	}
	.filial .block_title {
    		display: none;
	}
	.filial a, .filial .a {
		display: inline-flex;
        	align-items: center;
        	margin: 0px 8px;
        	color: #027;
        	font-weight: normal;
        	font-size: 15px;
	}
	.filial a img, .filial .a img {
        	height: 25px;
        	width: auto;
        	margin: 0 5px 0 0;
	}
	.user_block {
		background: #f3f4fa;
		position: relative;
		white-space: nowrap;
		margin: -15px -15px 15px -15px;;
		padding: 5px 7px;
		overflow-x: auto;
		overflow-y: hidden;
		border-radius: 0;
		scrollbar-width: none;
	}
	.user_block a {
		display: inline-flex;
		margin: 0px 5px;
	}
	.user_block a img{
		height: 75px;
	}
  	.wrapp_ruc_b{
	float: none;
	}
	.content_in_in{
		padding: 20px 10px;
	}
	.tab_link {
		margin: 0 0 5px 0;
		display: flex;
		align-items: center;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}
	.tab_link a{
		display: block;
		margin: 0 2px;
		white-space: nowrap;
	}
	.tab_link a:first-child, .tab_link a:first-child:hover, .tab_link a.active:first-child{
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8a27', endColorstr='#d6ea1d');
		background: -webkit-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
		background: -o-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
		background: -ms-linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
		border-radius: 5px;
		background: #67ab23;
		background: linear-gradient(0deg, #2b8a27 0%, #d6ea1d 100%);
		border: 2px solid #dddddd;
		padding: 6px 12px 6px;
		text-shadow: 1px 1px #333;
	}
	.title_content {
		margin-bottom: 15px;
	}
	.tabs .tab_block{
		border: none!important;
		border-bottom: 2px solid #cecece!important;
		max-height: 1000px;
		padding: 20px 0;
		height: auto;
	}
	.tabs .tab_block .title{
		height: auto;
	}
	.tabs .tab_block:after{
		display: block;
		clear: both;
		width: 100%;
		content: '';
	}
	.tabs .tab_block img {
		width: 100%;
		/* height: auto; */
		height: 260px;
		margin: 0 auto 20px;
		border: 3px solid #d2d7da;
		border-radius: 6px;
	}
	.footer{
		position: relative;
	}
	.soc_footer {
		text-align: center;
		padding-bottom: 20px;
	}
	body{
		padding-bottom: 0;
	}
	.bottom_f .copyy{
		padding: 10px 10px 0;
	}
	.footer .contact_footer {
		margin-bottom: 0;
	}
	.footer .title {
		margin-top: 9px; 
	}
	.content_in_in .block_img{
		width: 48%;
	}
	.owl-controls {
		margin: 46px 0 0;
	}
	/*.owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		bottom: -35px;
	}*/
	.news_list .news_block  .tegs_list, .info_text  .tegs_list {
		text-align: center;
		margin-bottom: 15px;
	}
	.news_list .news_block  .tegs_list a, .info_text  .tegs_list a{
		margin: 0 3px 8px 0;
		padding: 5px 6px;
	}
	  .news_list{
		margin: 0;
	}
	.wrapp_breadcrumb{
		margin: -20px -10px 20px;
	}
	.news_id h1 {
		text-transform: initial;
		font-size: 28px;
		text-align: center;
	}
	.news_id .tegs_list a{
		margin-right: 5px;
		padding: 5px 8px;
	}
	.coments_on {
		margin: 0 -10px -25px;
		padding: 25px;
		background: #e8ebf4;
		border-radius: 0 0 7px 7px;
	}
	.news_id .ittem {
		padding: 0 0px;
	}
}


@media (min-width: 768px) and (max-width: 1023px){
	.wrapp_ruc_b .wrapp_block{
		    height: 484px;
	}
	.rows_hr {
		margin: 0 -10px 25px;
		height: 5px;
		background: #d2d7da;
	}
	.top_menu ul.rows> li >a{
		padding: 15px 10px;
		height: auto;
	}
	.top_menu ul.rows> li >a img{
		display: none;
	}
	.top_menu ul.rows ul { 
		top: 47px;
		left: 0;
		width: 112%; 
	}
	.content_in_in .block_img {
		width: 23%;
	}
	.owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		bottom: 10px;
	}
	.top_menu ul.rows {
		padding: 0 15px;
		background: url(../img/bg_menu_top.png) repeat-x left bottom; 
	}
}
.foot_logo {
    position: unset!important;}