body{
	background: url(../images/bg-content.png);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	min-width:1260px;
}
a{
	color: #3399cc;
}
a:hover{
	color: #1A6C95;
}

::-webkit-input-placeholder {color:#ffffff;}
::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;}

.wrap_header {
	background: url(../images/bg-top.jpg) no-repeat;
	border-bottom: 3px solid #26616a;
}

.header {
	color: #ffffff;
	width: 1260px;
	margin: 0 auto;
	position: relative;
	height: 270px;
}
.header a{
	color: #ffffff;
}

.logo {
	position: absolute;
	top:20px;
	left: 50%;
	width: 110px;
	margin-left: -55px;
}

.top-info {
	position: absolute;
	top:35px;
	left: 80px;
	text-align: center;
}
.ti-title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
#cont{
	position: absolute;
	top:185px;
	left:0px;
	height:1px;
	width:1px;
}
.top-menu {
	position: absolute;
	top:105px;
	right: 10px;
}
.top-menu > ul{
	list-style: none;
	padding: 0 0px;
	margin: 0 0;
}
.top-menu > ul > li{
	display: inline-block;
	margin-right: 25px;
}

.top-menu > ul > li > a img{
	position: relative;
	top:8px;
	right: -5px;
}
.local{
	display: none;
	position: absolute;
	z-index: 10;
	width: 115px;
	top:38px;
	left: 0px;

	list-style: none;
	margin: 0;
	padding: 0;
}
.local li{
	border-top:1px solid #416D58;

}
.local li a{
	display: block;
	padding: 8px 10px;
	position: relative;
}
.loc-show{
	background: #86BCC5;
}
.flag{
	position: absolute;
	top:6px;
	right: 8px;
}
.loc-show .local{
	display: block;
	background: #3e8793;
}
.tm-local a{

}

.search-box {
	position: absolute;
	top:150px;
	right: 10px;
}
.search-box input[type="text"]{
	width: 247px;
	border-radius: 20px;
	background: #a0d0ba;
	border: 0;
	outline: none;
	padding: 5px 10px;
}
.search-box input[type="submit"]{
	border: 0;
	font-size: 0;
	background: url(../images/search.png) no-repeat center center;
	width: 30px;
	height: 30px;
	outline: none;
	position: relative;
	top:-6px;
}

.contact-info {
	position: absolute;
	top:30px;
	right: 20px;
	text-align:right;
}

.ti-short {
	font-size: 14px;
}

.flag-curent {

	display: inline-block;
	margin-left: 10px;
	position:relative;
	top:8px;
	right:-5px;
}

.tm-local {
	width: 105px;
	padding: 0 0 10px 10px;
	position: relative;
	margin-right: 0 !important;
}


.top-adres {
	font-size: 14px;

	background: url(../images/adres.png) no-repeat right 5px;
	padding: 5px 30px 10px 0px;
}

.top-phone {
	font-size: 18px;

	background: url(../images/ico-phone.png) no-repeat right 2px;
	padding: 0 30px 5px 30px;
}

.top-email {
	padding: 0 30px 10px 20px;
	font-size:14px;

}

.site {
	width: 1260px;
	margin: -75px auto 40px auto;
	background: #fff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);

}

.nav {
	background: #3e8793;
	text-align: center;
	border-bottom: 3px solid #26616a;
}
.nav > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav > ul > li{
	display: inline-block;
	border-right: 1px solid #255f69;
	vertical-align: top;
	position: relative;
}


.nav > ul > li:last-child{
	border-right: none;
}


.nav > ul > li.menu-1{
	width: 136px;
}
.nav > ul > li.menu-2{
	width: 136px;
}
.nav > ul > li.menu-3{
	width: 122px;
}
.nav > ul > li.menu-4{
	width: 180px;
}
.nav > ul > li.menu-5{
	width: 158px;
}
.nav > ul > li.menu-6{
	width: 224px;
}
.nav > ul > li.menu-7{
	width: 115px;
}
.nav > ul > li.menu-8{
	width: 152px;
}

.nav > ul > li > a, .nav > ul > li > .no-link{
	display: block;
	padding: 17px 25px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	min-height: 38px;
	text-align: left;
}

.menu-ar{
	position:absolute;
	background: url(../images/menu-arr.png) no-repeat;
	width:9px;
	height:9px;
	top:42px;
	right:15px;
}

.nav > ul > li:hover{
	background:#2A737F;
}

.nav > ul > li:hover .sub{
	display: block;

}
.list-news{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.list-news li{
	border-bottom:1px dotted #aaa;
}
.sub {
	width: 250px;
	position: absolute;
	z-index:100;
	display: none;
	padding-top: 3px;
}


.nav > ul > li:last-child .sub{
	left:-135px;
}



.sub > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #3e8793;

}
.ncenter{
	padding-top:10px;
	display:inline-block;
}

.sub > ul > li{
	border-bottom: 1px solid #255f69;
	text-align: left;
}
.sub > ul > li > a{
	display: block;
	padding: 15px 20px;
	color: #ffffff;
	text-decoration: none;

}
.sub > ul > li > a:hover{
	background: #255f69;
}

.slide {
	background: url(../images/slide.jpg) no-repeat;
	height: 550px;
}

.wrap-feed {
	padding:  20px 10px;
}

.ad {
	float: left;
	width: 355px;
	background: url(../images/obyavl.png) no-repeat;
	color: #ffffff;
	padding: 20px 80px 20px 10px;
	margin-right: 12px;
	min-height: 270px;
}
.ad a{
	color: #ffffff;
}
.ad ul{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.ad ul li{
	margin-bottom: 15px;
	background: url(../images/gal.png) no-repeat 0 3px;
	padding: 0 0 0 30px;
	font-size: 13px;
}
.ad ul li a{
	text-decoration: none;
}

.ad ul li a p, .ad ul li a p span{
	font-family: 'Open Sans', sans-serif !important;
}

.ad ul li a:hover{
	text-decoration: underline;
}


.box-calendar {
	float: left;
	background-color: #BAE0CF;
	width: 505px;
	padding: 10px;
	margin-right: 12px;
	min-height: 290px;
}



.banners {
	float: left;
	width: 245px;
}

.banner {
	margin-bottom: 5px;
	font-size: 14px;
}
.banner a{
	display: block;
	padding: 20px 10px 19px 80px;

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: 0.2s all;
}
.ban-1 a {
	background: #469aa9 url(../images/ban-1.png) no-repeat 20px 20px;
}
.ban-1 a:hover, .ban-2 a:hover, .ban-3 a:hover, .ban-4 a:hover {
	background-color: #207685;
}
.ban-2 a {
	background: #469aa9 url(../images/ban-2.png) no-repeat 20px 16px;
}
.ban-3 a{
	background: #469aa9 url(../images/ban-3.png) no-repeat 20px 16px;
}
.ban-4 a{
	background: #469aa9 url(../images/ban-4.png) no-repeat 20px 20px;
}


.ad-title {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	background: url(../images/ob-ico.png) no-repeat;
	padding: 0 0 0 50px;
	margin-bottom: 25px;
	margin-left: 10px;
}

.all-ad {
	font-size: 13px;
	float: right;
	margin-right: -60px;
}
.all-ad a{
	background: rgba(17, 34, 25, 0.2);
	border-radius: 15px;
	padding: 4px 15px 6px 15px;
	display: inline-block;
	text-decoration: none;

}
.all-ad a:hover{
	background: rgba(17, 34, 25, 0.7);
}

.table-calendar {
	width: 258px;
	display: inline-block;
	vertical-align: top;
	margin-right:20px;
}

.calendar-t{
	width:100%;
}

.head-month td{
	background:#479AAA;
	padding:6px 0 0 0;
}
.head-month td a{
	color:#fff;

}

.head-w{
	text-transform:uppercase;
	color:#fff;
}

.calendarHeader{
	font-weight:700;
	font-size:20px;
	color:#fff;
}

.head-week td{
	background:#A0D0BA;
	padding:8px 0;
}


.body-day td{
	background:#FFFFFF;
	border:1px solid #EAF3F0;
	padding:7px 0;
	text-align:center;
}
.body-day td a{

	text-decoration:none;
	color:#e86700;
	font-weight: 700;
}
.body-day td.calendarToday a{
	color:#e86700;
}

.body-day td.calendarToday{
	background: #fff url(../images/today.png) no-repeat right top;
}
.body-day td.c_activ{
	background:#3398CC;
}
.body-day td.c_activ a{
	color:#fff;
	font-weight:700;
}

.nav-month{
	width:38px;
}

.month-prev{
	font-size:0;
	background:url(../images/month-prev.png) no-repeat;
	display:inline-block;
	width:22px;
	height:22px;
	position:relative;
	top:-12px;
}
.month-next{
	font-size:0;
	background:url(../images/month-next.png) no-repeat;
	display:inline-block;
	width:22px;
	height:22px;
	position:relative;
	top:-12px;
}


.short-event {
	display: inline-block;
	width: 205px;
	vertical-align: top;
}

.event-title {
	color: #7b707c;
	font-size: 16px;
	font-weight: 700;
	background: url(../images/calendar.png) no-repeat 0 12px;
	padding: 5px 0 10px 45px;
	border-bottom: 2px solid #ffffff;
	line-height: 20px;
}

.event {
	padding: 15px 0;
}

.ev-date {
	color: #333333;
}

.ev-name {
	margin-bottom: 15px;
}
.ev-name a{
	color: #3399cc;
	font-weight: 700;
}

.ev-short {
	font-size: 13px;
}
#navibar{
	padding:0 30px 0 30px;
}

.wrap-content {
	padding: 20px 30px;
}

.left {
	width: 344px;
	float: left;
}

.content {
	margin-left: 370px;
	border-top: 10px solid #dfece6;
	padding: 0px 20px 10px 0;
	font-family: 'Open Sans', sans-serif !important;
}

.content p, .content p span{
	font-family: 'Open Sans', sans-serif !important;
}


h1{
	color: #726673;
	font-size: 28px;
	text-transform: uppercase;
}
.content strong{
	color: #726673;
}

.school img{
	border:4px solid #ededed;
	max-width: 100%;
}

.sh-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}

.school {
	margin-bottom: 20px;
}

.sh-short {
	font-size: 12px;
}

.more {
	text-align: right !important;
	margin-top: 20px;
}
.more a{
	display: inline-block;
	padding: 7px 30px 10px 30px;
	background: #dfece6;
	border-radius: 15px;

}
.more a:hover{
	background: #A8DBE4;
}

.bottom-image {
	background: url(../images/bottom-img.png) no-repeat;
	height: 380px;
	position: relative;
}

.portfolio {
	position: absolute;
	bottom:-50px;
	left: 60px;
}

.board {
	position: absolute;
	bottom:-50px;
	right: 60px;
}

.wrap-news {
	padding: 20px 50px;
	background: #f4f1ed;
}

.title-news {
	color: #b7b1a6;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.box-news{
	position:relative;
}
.news {
	width: 35%;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
	font-size: 13px;
}
.news:nth-child(3){
	padding-right: 0px;
	width: 30%;
}

.n-date {
	width: 53px;
	float: left;
	text-align: right;
}
.news-edate{
	color:#7B7B7B;
}

.n-short {
	margin-left: 75px;
}

.n-full {
	margin-left: 75px;
}

.width-news-full{
	width: 1110px !important;
}

.close-full-news{
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/close.png) no-repeat;
	width:30px;
	height:30px;
	display:none;
}

.n-day {
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
}

.n-month {
	font-size: 12px;
}

.n-year {
	font-size: 12px;
	color: #beb8ac;
	font-style: italic;
}

.n-more {
	text-align: right;
	margin-top: 15px;
	margin-right: 145px;

}

.wrap-trust {
	padding: 40px 20px;
	background: url(../images/bg-grid.png);
}

.title-trust {
	font-size: 17px;
	font-weight: 700;
	color: #e86700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.phone-trust {
	font-size: 36px;
	font-weight: 700;
	color: #469aa9;
	margin-bottom: 10px;
}

.short-trust {
	color: #469aa9;
}

.trust {
	width: 565px;
	margin: 0 auto;
	text-align: center;
}

.wrap-links {
	height: 560px;
	background: url(../images/bg-links.jpg) no-repeat center top ;
}

.links {
	width: 1260px;
	margin: 0 auto;
	padding: 400px 0 10px 0;
}
.links ul{
	list-style: none;

}
.links ul li{
	display: inline-block;
	width: 24%;
	text-align: center;
}
.links ul li a{
	color: #e1e0d3;
	font-size: 16px;
}
.links ul.vk_link {
	text-align:center;
}
.links ul.vk_link li {
	width:auto;
	margin:0px 15px;
}

.title-links {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	color: #e1e0d3;
}

.wrap-pertner {
	background: #F7F7F7;
}

.partner {
	width: 1250px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.partner ul{
	list-style: none;
}
.partner ul li{
	display: inline-block;
	margin: 0 10px;
}
.partner ul li img{
	border:1px solid #ccc;
}

.wrap-organization {
	background: #F7F7F7;
}

.organization {
	width: 1250px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.organization ul{
	list-style: none;
}
.organization ul li{
	display: inline-block;
}

.wrap-agency {
	background: #F7F7F7;
}

.agency {
	width: 1250px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #8d8291;
	font-size: 13px;
}

.wrap-footer {
	background: #f4f1eb;
	margin-bottom: 40px;
	border-bottom: 4px solid #b2aca7;
}

.footer {
	width: 1250px;
	margin: 0 auto;
	padding: 0px 0;
	position: relative;
	height: 86px;
}

.company {
	position: absolute;
	top:35px;
	left: 10px;
}

.asv {
	position: absolute;
	top:17px;
	right: 10px;
}

.n-full{
	display:none;
}

.sidebar{
	background: #BAE0CF;
	padding:20px;
	font-size:16px;
}
.sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}

.sidebar ul li{
	margin-bottom:10px;
}
.tab_1 td{
	padding: 7px 4px;

}
.tab_1 th{
    background-color: #BAE0CF;
    font-size: 12px;
    padding: 16px 0px;
    color: #506866;
}
.soo td{
	padding:2px 5px;

}
.soo th{
	background-color: #BAE0CF;
	font-size:18px;
	padding:2px 5px;
	color: #506866;
}
.menu {
	margin-left:-45px;
}
.menu ul li {
	margin:5px;
	list-style: none;
}
.menu ul li a{
	color: #333333;
	width: 325px;
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #BAE0CF;
}
.menu ul li a:hover{
	background:#8CC2AA;
}

.form input[type="text"]{
	margin-bottom: 15px;
}
.form textarea{
	height:90px;
}


.live{
	position: absolute;
	top:30px;
	right: 240px;
}

.result-search{
	padding-left: 0px;
	list-style: none;
}

.n-img{
	margin-left: 75px;
}
.n-img img{
	width: 160px;
	border:2px solid #333;
}

.box-gal{
	overflow: auto;
}
.item-gal{
	float: left;
	width:370px;
	text-align: center;
	vertical-align: middle;
	margin-bottom:15px;
}
.item-gal img{
	width:350px;
	border: 1px solid #333;
}

.small-gal img{
	width: 180px;
	border: 1px solid #333;
	margin-right:4px;
}

.content img{
	border:1px solid #333;
}

.item-question{
	border-bottom: 1px solid #ddd;
	margin-bottom:15px;
	padding-bottom:15px;
}

.question{
	margin-bottom:10px;
}
.list-category-question{
	list-style: none;
	padding-left:0px;
}

.head-question{
	font-size:18px;
}
.btn-sub{
	background: #28553f;
	padding:6px 20px;
	color:#fff;
	border:none;
	border-radius: 5px;
}

.form input[type="text"]{
	margin-bottom:10px;
	padding:5px 10px;
}
.form textarea{
	margin-bottom:10px;
	padding:5px 10px;
}


.forum_block {
	width:100%;
	margin-bottom:30px;
}
.forum_block tr th,
.forum_block tr td {
	padding:10px;
	    border: 1px solid #eee;
}
.forum_block tr th {
	background:#BAE0CF;
}
.tcenter {
	text-align:center;
}

.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group textarea.form-control {
    height: auto;
}

.f_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.form_reg table td {
	padding:5px 10px;
}
.form_reg input[type="text"] {
	padding:5px;
	width:200px;
}
.form_reg input[type="password"] {
	padding:5px;
	width:200px;
}
.form_reg input[type="submit"] {
	padding:10px;
	border:none;
	background: #469aa9;
	color:#fff;
	font-weight:700;
}
.form_forget table td {
	padding:5px 10px;
}
.form_forget input[type="text"] {
	padding:5px;
	width:200px;
}
.form_forget input[type="submit"] {
	padding:10px;
	border:none;
	background: #469aa9;
	color:#fff;
	font-weight:700;
}