@charset "UTF-8";
* {margin: 0;padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
table td {/*vertical-align: top;*/}

a {text-decoration: underline; color: #0072c1;}
a:active, a:hover,a:focus {outline: none;}
a:hover {color: #FF850F;}

.pslink {
	color: #0072c1;
	border-bottom: 1px dashed #0072c1;
	cursor: pointer;
}

.pslink:hover {
	color: #FF850F;
	border-bottom: 1px dashed #FF850F;
}



html, body {height:100%;}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	min-width: 980px;
}

.site-wrapper {
  position: relative;
  margin: 0px auto;
  height: auto !important;
  height:100%;
  min-height:100%;
  min-width: 1000px;
}

.empty-inner {
    padding-bottom: 107px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	
}

h2 {
	margin-bottom: 12px;
	margin-top: 18px;
}

h3 {
    margin-bottom: 7px;
}

a img {
    border: none;
}


img.shadowize {
     box-shadow: 1px 1px 18px #666;
     margin-top: 10px;
}

img.borderize {
     background: white;
      padding: 1.4%;
      border: 1px solid #ccc;
      margin-left: -1.4%;
      border-radius: 5px;
}


/*
 
    width: 95%;
   
   
    margin-left: -20px;
*/
.white-content ul, ol {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
}

	.white-content ul li, ol li {
		margin-bottom: 8px;
	}
	
p {
	margin-bottom: 0.6em;
	line-height: 1.4em;
}	

img.left {
	margin: 0 10px 15px 0;
}
	
table {
    margin-left: -10px;
}	

    table td {
        padding: 3px 10px 10px 10px;
    }
    
	

.header {
	background: url('../img/header-grad.png') repeat-x 0 0;
}

	.header .line{
		height: 4px;
		overflow: hidden;
		left: 4%;
		margin-left: 106px;
		background: #ff850f;
		position: absolute;
		right: 4%;
	}

.logo {
	position: relative;
	margin-left: 4.1%;
}

.logo-image {
	display: block;
	position: absolute;
	top: 27px;
	top: 20px;
	width: 88px;
	height: 119px;
	background: url('../img/logo2.png') no-repeat 0 0;
}

.slogan {
	color: #acb5c4;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 106px;
	top: 25px;
}

.logo .fn {
	font-size: 14px;
	font-weight: bold;
	width: 483px;
	left: 106px;
	position: absolute;
	top: 20px;
}
    
    .logo .fn .fn-eng {
        color: #acb5c4;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
    }
    


.contacts {
	width: 320px;
	position: absolute;
	right: 4%;
	top: 12px;
}

	.contacts .phones {
		margin-left: -10px;
	}

	.contacts .phone {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
	}

		.phone .code, .phone .place {
			color: #acb5c4;
			font-size: 14px;
		}
		
		.phone .place {
                    margin-bottom: 4px;
                    display: inline-block;
		}
                
                .phone .value {
                    display: inline-block;
                    margin-left: 12px;
                }
		
		.phone .tl {
			font-weight: bold;
			font-size: 16px;
		}

	.contacts .feedback {
		margin-top: 2px;
                margin-bottom: 8px;
	}

	.contacts .address {
		margin-top: 9px;
	}


.top-nav-menu {
	padding-left: 4%;
	padding-top: 128px;
	overflow: hidden;
	width: 95%;
}

	.top-nav-menu ul {
		list-style-type: none;
		height: 41px;
		margin-left: 106px;
	}

	.top-nav-menu ul li {
		float: left;
		background: url('../img/top-menu-grad.png') repeat-x 0 0;
		font-size: 13px;
	}
	
		.top-nav-menu ul li:last-child {
			border-radius: 0 8px 0 0;
		}
		.top-nav-menu ul li:first-child {
			border-radius: 8px 0 0 0;
		}

		.top-nav-menu ul li a {
			height: 39px;
			line-height: 41px;
			color: #075f81;
			font-weight: bold;
			display: block;
			padding: 1px 16px;
			border-right: 1px solid #d9e0ea;
			border-left: 1px solid #f2f5fb;
		}
		
			.top-nav-menu ul li:last-child a {
				border-right: none;
			}
			.top-nav-menu ul li:first-child a {
				border-left: none;
			}
		
		.top-nav-menu ul li a:hover {
			color: red;
			color: #FF850F;
		}

.after-header {
	height: 1px;
	font-size: 0;
	overflow: hidden;
	background: #9e9e92;
}

.main-container {
	position: relative;
	min-height: 350px; 	
	overflow: hidden;
}
	.content-container {
		margin: 0 4%;
		position: relative;
	}
	
.feedback-form {
	position: absolute;
	min-height: 200px;
	background: white;
	z-index: 3;
	width: 530px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #666;
	right: 40px;
	top: 74px;
	/*right: -600px;*/
}	

	.feedback-form .feedback-wrapper {
		padding: 30px 26px 40px 26px;
		position: relative;
	}
	
.closer-button {
	width: 40px;
	height: 40px;
	background: url('../img/closer.png') no-repeat 0 0;
	top: -20px;
	right: -10px;
	position: absolute;
	cursor: pointer;
}


.subheader-image {
	height: 350px;
	z-index: -1;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.present-image {
	position: absolute;
	width: 100%;
}

	.subheader-image.inner-image {
		height: 155px;
	}

.main-menu-container {
	width: 25%;
	padding-top: 46px;
	float: left;
}

.search {
}

.main-menu {
	background: white url('../img/menu-grad.png') repeat-x 0 0;
	border-top: 4px solid #ff850f;
	margin-right: 20px;
	padding-top: 18px;
	position: relative;
}

.main-page .main-menu {
	/*min-height: 428px;*/
}

.main-menu:before, .main-menu:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

.main-menu:before {
	width: 14px;
	height: 428px;
	background: url('../img/main-menu-shadow.png') no-repeat 0 0;
	left: -14px;
}
.main-menu:after {
	width: 1px;
	height: 251px;
	background: url('../img/main-menu-line.png') no-repeat 0 0;
	right: 0;
}

.main-menu {
    /*min-height: 428px;*/
}

	.main-menu ul {
		list-style-type: none;
		margin: 0 0 0 18px;
	}
	
		.main-menu ul li {
			line-height: 18px;
			margin-bottom: 12px;
			position: relative;
		}
		
		
		.main-menu ul .main-menu__item_staff {
		    margin-top: 18px;
		    font-size: 11px;
		}
		
	
	.main-menu ul li a, .main-menu ul li span {
		font-weight: bold;
		margin-left: 12px;
		display: block;
	}
	
	.main-menu ul li span {
	    display: inline-block;
	    font-weight: normal;
	}
	
	
	.main-menu ul li:before {
	    content: " ";
	    width: 7px;
	    height: 7px;
	    background: url('../img/menu-arrow.png') no-repeat 0 -8px;
	    display: block;
	    position: absolute;
	    top: 5px;
	    left: -2px;
	} 
	
	.main-menu ul li.no-open:before {
	    display: none;
	} 
	
	   .main-menu ul li.selected:before {
	       background-position: 0 1px;
	   }
	   
	   .main-menu ul li ul li:before {
	       display: none;
	       content: "";
	   }
	
	.main-menu ul li .childs li a {
		font-weight: normal;
	}
	
	.main-menu ul .childs {
		margin-top: 8px;
		margin-bottom: 18px;
		margin-left: 10px !important; 
		font-size: 13px;
		padding-right: 20px;
	}
	
	   .main-menu ul .childs li {
	       margin-bottom: 6px;
            line-height: 22px;
	   }
        
        .main-menu ul .childs li.selected {
            background: #0093dd;
            border-radius: 3px;
        }
        
         .main-menu ul .childs li.selected  a {
             color: white;
             text-decoration: none;
             font-weight: bold;
         }

.baner {
    margin: 20px 0 0 20px;
    padding-left: 10px; 
}

.events-anonses {
	margin-right: 20px;
	padding-left: 30px;
	background: white;
	padding-top: 40px;
	margin-top: -20px;
}

	.event {
		margin-bottom: 18px;
	}
	
		.event .date, .ev-date {
			color: #b0c2d6;
			font-size: 13px;
			margin-bottom: 3px;
		}
		.event .anons {
			margin-top: 4px;
		}

                .years-list {
                    list-style-type: none;
                }                
 
                .years-list li {
                    padding: 2px 7px;
                }                
                
.years-list .selected {
    background: #ffe5cb;
}
                
.years-list .selected a {
    color: black;
    text-decoration: none;
}

.main-content-container {
	margin-left: 25%;
	position: relative;
	width: 75%;
}

.inner-page .main-content-container {
	padding-top: 46px;
}


.media {
	height: 307px;
	position: relative;
	/*width: 75%;
	position: absolute;
	left: 25%;
	top: 0;*/
}
	
	.media-wrapper {
		padding-top: 46px;
	}

	.slide {
	}

	.slide h1 {
		font-size: 36px;
		font-weight: bold;
		max-width: 70%;
		display: inline-block;
		margin-bottom: 0;
		line-height: 36px;
		padding: 18px 20px 6px 20px;
		color: white;
	}

	.slide-content {
		color: white;
		padding: 12px 20px 20px 20px;
		
	}
	
	.slide .link {
		display: inline-block;
		padding: 0 20px 16px 20px;
	}
	
	.orange-button {
		background: url('../img/orange-button-bg.png') repeat-x 0 0;
		height: 41px;
		line-height: 41px;
		display: block;
		color: white;
		font-weight: bold;
		padding: 0 17px;
		text-decoration: none;
		border-radius: 4px 4px 8px 8px;
		text-shadow: 0 -1px 0 rgba(77,37,0,0.45);
	}
	
		.orange-button:hover {
			color: #efefef;
			background-position: 0 -42px;
		}
		.orange-button:active {
			color: #efefef;
			background-position: 0 -84px;
		}

.navigator {
	position: absolute;
	top: 20px;
	background: white;
	padding:4px 10px;
	cursor: pointer;
}

.pager {
	height: 40px;
	position: absolute;
	bottom: 0;
	width: 200px;
	right: 90px;
	margin-left: -6px;
	text-align: right;
}

	.pager .but {
		height: 40px;
		width: 20px;
		background: url('../img/pagers.png') no-repeat -26px center;
		/*float: left;*/
		display: inline-block;
		margin-left: 6px;
		cursor: pointer;
	}

	.pager .but.selected {
		background-position: 0 center;
	}
	
.back-forward {
    position: absolute;
    width: 77px;
    height: 39px;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .back-forward .bf-b {
        height: 39px;
        width: 39px;
        background: url('../img/back-forward.png') no-repeat 0 0;
        cursor: pointer;
        position: absolute;
        top: 0;
    }
    
    
    .back-forward .forward {
        left: 39px;
        background-position: -39px 0;
    }


.tripled {
    display: inline-block;
    vertical-align: top;
}

.tripled.t-cont {
    width: 73%;
}

.tripled.t-right {
    width: 23%;
    margin-left: 3%;
    padding-bottom: 20px;
} 

.t-right .region-list ul {
    margin-left: 0;
}

.region-mapa-cont .region-list {
    display: inline-block;
    vertical-align: top;
}

.text-page-content.single {
    margin-right: 4%;
}

.main-content-container .white-content {
	background: white;
	padding-top: 20px;
	margin-left: -20px;
	padding-left: 40px;
	position: relative;
	min-height: 300px;
	min-height: 458px;
}

.main-content-container .white-content:after {
	position: absolute;
	top: 0;
	right: -14px;
	background: url('../img/content-shadow.png') no-repeat 0 0;
	height: 240px;
	width: 14px;
	content: " ";
}

.cont-line {
	border-bottom: 1px solid #b9c7cc;
	margin: 0 46px 0 0;
}


.breadcrumbs {
    font-size: 12px;
    margin-bottom: 25px;
}

    .breadcrumbs span {
        color: #95989b;
        margin: 0 4px;
    }

.si-back {
    top: 5px;
    left: 20px;
    position: absolute;
    cursor: pointer;
}
 
.rm {
    width: 80%;
    background: #e6ecf6;
    padding: 15px 20px;
    margin: 0 0 15px -20px;
} 

.rm__header {
    margin-top: 0;
}
 
.rm__list, .white-content .rm__list {
    margin: 0;
    list-style-type: none;
    margin-left: -20px;
} 

.rm__list li {
    display: inline-block;
    margin-left: 20px;
}

.services-block {
	padding-bottom: 20px;
}

.services-block-wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.services-list-container {
	
}

	.services-list-container .serv-list {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		list-style-type: none;
		margin: 0;
	}
	
	.services-list-container .serv-list li.sli {
		margin: 0 0 6px 0;
		line-height: 18px;
		padding-left: 14px;
		padding-right: 46px;
	}
	
	.services-list-container .serv-list li.sli:before {
		color: #ff7e0e;
		content: "●";
		line-height: 18px;
		margin-right: 6px;
		font-size: 12px;
		margin-left: -14px;
	}
	
		.services-list-container .serv-list li span.call-service{
			color: #0b79ac;
			border-bottom: 1px dotted #0b79ac;
			cursor: pointer;
			font-weight: bold;
		}
		
		.services-list-container .serv-list li span.call-service:hover {
			color: #ff7e0e0e;
			border-bottom: 1px dotted #ff7e0e;
		}
		
		.services-list-container .serv-list li span.selected {
			color: black;
			border-bottom: none;
			position: relative;
		}
		
		.services-list-container .serv-list li span.selected:after {
		    position: absolute;
		    content: '↑';
		    right: -10px;
		    top: -2px;
		    font-weight: bold;
		}
		
		.services-list-container ul .infoers {
		    background:  0 0 #e9f0fb;
		    padding: 10px 10px 15px 20px;
		    margin-top: 5px;
		    margin-left: -20px;
		}
		
.services-info {
    background: none repeat scroll 0 0 #e9f0fb;
    margin-right: 40px;
    padding: 20px 20px 30px 15px;
    overflow: hidden;
    position: relative;
    position: absolute;
    top: -100%;
    width: 90%;
    z-index: 20;
    box-shadow: 1px 1px 10px #ccc;
}		
	
.blur {
    background: black;
    opacity: 0.8;
    width: 100%;
    position: fixed;
    z-index: 100;
}		

.wide-block {
    min-width: 560px;
    min-height: 300px;
    background: #e9f0fb;
    padding: 20px 40px;
    z-index: 101;
    position: fixed;
    left: 22%;
}

.info-blocks {
	
}


	.info-block {
		vertical-align: top;
		display: inline-block;
		margin-bottom: 20px;
		padding-top: 20px;
	}


	.info-block .block-content {
		padding: 0 26px 0 0;
	}


.footer {
    position:relative;
    height: 132px;
    margin-top: -108px;
	border-top: 1px solid #adb3bd;
	background: #dde4f1;
}
	
	.footer .footer-wrapper {
		border: 1px solid #cdd3df;
		border-bottom: none;
		color: #616772;
		font-size: 12px;
		padding: 29px 4% 0 4%;
		position: relative;
	}



.footer-wrapper .copy {
	margin-left: 30px;
}

	.footer-wrapper .right {
		position: absolute;
		right: 4%;
		padding-right: 30px; 
		top: 29px;
	}




.region-mapa-cont {
    overflow: hidden;
    width: 95%;
    margin-bottom: 50px;
    background: url('../img/little-russia.jpg') no-repeat -26px -34px;
}

.regions {
	width: 556px;
	height: 500px;
	display: inline-block;
}

.results {
    margin-top: 40px;
}

.results .res {
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}

    .results .res:before {
        content: "—";
        position: absolute;
        top: 2px;
        margin-left: -20px;
    }

    .results .res .name {
        font-size: 18px;
        margin-bottom: 6px;
    }


.faq-form {
    padding: 20px;
    background: #e5ebf6;
    margin-left: -20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.common-search-form {
    width: 90%;
    height: 40px;
}

    .common-search-form  .f{
        float: left;
    }
    .common-search-form  div.submit{
        margin-left: 320px;
    }


form {
	
}

	form label {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		text-align: right;
		padding-top: 6px;
	}
	
	form .input {
		margin-left: 12px;
		display: inline-block;
		vertical-align: top;
	}

	form .field {
		margin-bottom: 26px;
	}
	
	form .usermail {
	   display: none;
	}

	form .string input {
		width: 300px;
		height: 35px;
		font-size: 18px;
	}

	form .memo textarea {
		width: 380px;
		height: 180px;
		font-size: 14px;
		font-family: Arial, sans-serif;
	}
	
		.feedback-form form .memo textarea {
			width: 300px;
		}
		
	form .error.string input {
		background: #ffd5a4;
	}	
	form .error.memo textarea {
		background: #ffd5a4;
	}	
	
	form p.err {
		color: red;
		margin-left: 132px;
		font-size: 13px;
	}
	
	
	form div.submit {
		margin-left: 132px;
	}
	
	.blue-button, form input.submit {
		background: url('../img/blue-button-bg.png') repeat-x 0 0;
		height: 38px;
		line-height: 38px;
		display: inline-block;
		color: white;
		font-weight: bold;
		padding: 0 17px;
		text-decoration: none;
		border-radius: 4px 4px 4px 4px;
		text-shadow: 0 -1px 0 rgba(255,255,255,0.85);
		color: black;
		border: none;
		cursor: pointer;
	}
	
	form input.submit[disabled] {
		opacity: 0.4;
	}
	
	   .blue-button:hover, form input.submit:hover {
	       background-position: 0 -38px; 
	   }
	   .blue-button:active, form input.submit:active {
	       background-position: 0 -76px; 
	       border-left: 1px solid #c0c5cd;
	       border-right: 1px solid #c0c5cd;
	       padding: 0 16px;
	   }

.search-field {
    margin-left: 15px;
     display: inline-block;
     margin-top: 18px;
}

.search-input {
    width: 170px;
    border-radius: 12px;
    height: 22px;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-bottom-color: #bbb;
    padding-left: 12px;
    margin-right: -15px;
   
}

.search-submit {
    display: inline-block;
    margin-top: 5px;
}

    .search-submit input {
        background: none;
        border: none;
        color: #0072c1;
        margin-left: 25px;
        cursor: pointer;
        border-bottom: 1px dashed #0072c1; 
        padding: 0;
    }

.quests .quest {
    margin-bottom: 18px;
    padding: 10px 10px 10px 20px;;
    margin-left: -20px;
    transition: background 0.5s;
}


.quests .quest:hover {
    background: #fff0e1;
    transition: background 0.5s;
}
.quests .selected_quest .quest {
    background: #ffe5cc;
}

    .quest .author {
        position: relative;
    }
    
        .quest .author .name {
            font-weight: bold;
            color: #666;
            font-size: 13px;
        }
        
        .quest .author .date {
            margin-left: 10px;
            font-size: 12px;
            color: #8ab3ff;
        }
        
        .quest .quest-data {
            margin: 5px 0 8px 0;
        }
    .quest .number {
        font-size: 11px;
        position: absolute;
        top: 4px;
        right: 20px;
    }
    
        .quest .number a {
            color: #666;
        }

    
    .quest .answer {
        margin: 10px 0 0 25px;
        border-left: 2px solid #8ab3ff;
        padding: 6px 0 6px 15px;
    }
    
    .answer-check {
        margin: 3px 0 0 10px;
        font-size: 12px;
    }

 .file  {
     margin-bottom: 30px;
     border-bottom: 1px solid #ccc;
     padding-bottom: 20px;
 }   
   
  .file .name, .child .name {
      font-size: 18px;
      margin-bottom: 5px;
  } 

.childs {
    margin-bottom: 20px;
}
  
.child .anons {
    font-size: 13px;
}
    

.b-paginator {
    margin: 0 0 0 -7px;
    font-size: 15px;
}

    .b-paginator a, .b-paginator span {
        padding: 0 7px;
    }

    .b-paginator span {
        cursor: default;
    }
    
    .b-paginator span.add, .b-paginator span.prep {
        font-size: 13px;
        color: #878787;
    }
    
    .b-paginator span.prep {
        padding-right: 0;
    }
    .b-paginator span.add {
        padding-left: 0;
    }


#catbox_image {
	border: 1px solid #ccc;
	padding: 10px;
	background: white;
	box-shadow: 1px 1px 16px rgba(0,0,0,0.8);
	padding-bottom: 45px;
	text-align: center;
}


#catbox_overlay {
	background: black;
}

#catbox_subs {
	width: 100%;
	background: white;
	bottom: 0;
	position: absolute;
}

#catbox_imageElement {
}

#catbox_title {
	padding: 10px 30px 20px 0;
	text-shadow: 1px 1px #ccc; 
	min-width: 400px;
}

#catbox_forward {
    width: 50px;
    height: 145px;
    background: url('../img/next.png') no-repeat 0 center;
    right: -50px;
    cursor: pointer;
}
#catbox_back {
    width: 50px;
    height: 145px;
    background: url('../img/prev.png') no-repeat 0 center;
    left: -50px;
    cursor: pointer;
}

.greenfield-yandex-mapa {
    padding: 20px;
    width: 95%;
    background: white;
    box-shadow: 1px 1px 10px #ccc;
    margin-left: -20px;
}

.greenfield-yandex-mapa-container {
    width: 100%;
    height: 400px;
}

.white-content .years-list {
    position: absolute;
    right: 10%;
}

    .small-right-events {
        display: none;
    }

.small-events {
    margin-bottom: 20px;   
}

@media all and (max-width: 1100px){
    
    .header .line {
        left: 2%;
        right: 2%;
    }
    
    .contacts{
        right: 2%;
    }
    
    .logo {
        margin-left: 2%;    
    }
	.top-nav-menu {
		padding-left: 2%;
		width: 98%;
	}
    
    .content-container {
        margin: 0 2%;
    }
    
    .main-content-container {
        margin-left: 30%;
        width: 70%;
    }
    
    .main-menu-container {
        width: 30%;
    }
    
    .small-events {
        display: none;
    }
    
    .small-right-events {
        display: block;
        margin-left: 30px;
    }
    
    .tripled.t-cont {
        width: 90%;
    }
    
    .no-small {
        display: none !important;
    }
    
    
    .tripled.t-right {
        width: 90%;
    }
    
    .main-content-container .white-content {
        position: relative;
    }
    
    .white-content .years-list{
        position: relative;
        margin-left: -10px;
        right: 0;
    }
    
    .years-list li {
        display: inline-block;
        line-height: 24px;
        padding: 0 10px;
    }
    
    .years-list li.selected {
        background: #ffe5cb;
    }
}


@media all and (max-width: 980px){
    /*.site-wrapper {
        min-width: auto;
    }*/
    
    /*.top-nav-menu {
        padding: 150px 0 0 0;
    }
    .top-nav-menu ul {
        margin-left: 0;
    }*/
    
}


.yandex-authorize-form {
    margin-left: 20px;
}

.yandex-authorize-form .field {
    margin-bottom: 8px;
}

.yandex-authorize-form label {
    text-align: left;
    width: 50px;
}
.yandex-authorize-form .yandex-authorize-form__label_a {
    text-align: left;
    width: auto;
    padding-top: 0;
}

.yandex-authorize-form .yandex-authorize-form__label_a input{
    margin-right: 6px;
}

.yandex-authorize-form .input {
    margin-top: 5px;
}


.yandex-authorize-form .input input {
    width: 120px;
}


.yandex-authorize-form .input .yandex-authorize-form__checkbox_a {
    
}




.yandex-authorize-form div.submit {
    margin-left: 0;
    margin-top: 10px;
}


.feedback {
	font-size: 12px;

}

.empty-inline-space {
	margin-left: 12px;
}













