body {
	font-family: 'avantgardecregular', Arial;
	margin: 0px 0px;
}

#content {
	width: 972px;
	margin: 0 auto;
	background: #EBECEC;
	padding-top: 8px;
}

header {
	width: 972px;
	margin: 0 auto;
}

section {
	margin: 16px 46px;
	min-height: 387px;
}

article {
	position: relative;
	z-index: 5;
}

article a {
	color: #0783CE;
}

footer {
	background: #D7D7D8;
	height: 80px;
}

h1 {
	font-family: 'avantgardecbold', Arial;
}

h2 {
	font-family: 'avantgardecbold', Arial;
    font-size: 116%;
    margin-top: 0px;
    margin-bottom: 20px;
}

h3 {
	font-family: 'avantgardecbold', Arial;
}

img {
	border: none;
}

strong {
	font-family: 'avantgardecbold', Arial;
}

.clear {
	clear: both;
}

.bold {
	font-family: 'avantgardecbold', Arial;
}

.active {
	text-decoration: underline !important;
}

/* Header */

.header_top {
	height: 127px;
	background: #EBECEC;
}

.header_line {
	height: 4px;
	background: #C5C6C6;
}

.header_top_left {
	background: url("/public/img/header_top_left.png") no-repeat scroll -11px 0px transparent;
	height: 127px;
	float: left;
	width: 446px;
}

.logo {
	float: left;
	margin-top: 25px;
	margin-left: 34px;
	border: none;
}

.context {
	margin-top: 0px;
	margin-left: 34px;
	display: inline-block;
	padding-left: 0px;
}

.context li {
	list-style: none;
	display: inline-block;
	margin-top: 50px;
	margin-right: 6px;
}

.tel {
	background: url("/public/img/tel.png") no-repeat scroll 0px 0px transparent;
	width: 30px;
	height: 30px;
	display: block;
}

.map {
	background: url("/public/img/map.png") no-repeat scroll 0px 0px transparent;
	width: 30px;
	height: 30px;
	display: block;
}

.fav {
	background: url("/public/img/fav.png") no-repeat scroll 0px 0px transparent;
	width: 30px;
	height: 30px;
	display: block;
}

.tel:hover {
	background: url("/public/img/tel1.png") no-repeat scroll 0px 0px transparent;
}

.map:hover {
	background: url("/public/img/map1.png") no-repeat scroll 0px 0px transparent;
}

.fav:hover {
	background: url("/public/img/fav1.png") no-repeat scroll 0px 0px transparent;	
}

.header_top_right {
	float: right;
	margin-top: 27px;
	margin-right: 40px;
}

.address {
	text-align: right;
	display: block;
	text-decoration: none;
	color: black;
	line-height: 23px;
}

.address:hover {
	text-decoration: underline;
}

.main_menu {
	height: 44px;
	background: url("/public/img/menu_back.png") no-repeat scroll -11px 0px transparent;
}

.main_menu ul {
        display: flex;
	margin: 0px 0px;
}

.main_menu ul li {
	display: inline-block;
	margin-right: 27px;
	margin-top: 12px;
}

.main_menu ul li a {
	text-decoration: none;
	color: black;
	font-family: 'avantgardecbold', Arial;	
}

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

.home a {
	background: url("/public/img/home.png") no-repeat scroll 0 0 transparent;
    padding: 16px 25px 27px 17px;
	top: 6px;
	position: relative;
}

.home a:hover {
	background: url("/public/img/home1.png")no-repeat scroll 0 0 transparent; 
	cursor: pointer;
}

.left_cover {
	background: url("/public/img/slider_left_cover.png")no-repeat scroll 0 0 transparent;
	height: 287px;
	width: 347px;
	display: block;
	position: relative;
	z-index: 30;
}

.right_cover {
	background: url("/public/img/slider_right_cover.png")no-repeat scroll 0 0 transparent;
	height: 218px;
	width: 110px;
	display: block;
	position: absolute;
	z-index: 30;
	right: 0px;
	margin-top: -218px;
}

.left_orange_line {
	background: url("/public/img/left_orange_line.png")no-repeat scroll 0 0 transparent;
	width: 240px;
	height: 46px;
	position: absolute;
	top: 206px;
	z-index: 30;
}

.right_orange_line {
	background: url("/public/img/right_orange_line.png")no-repeat scroll 0 0 transparent;
	width: 98px;
	height: 46px;
	position: absolute;
	top: 206px;
	right: -6px;
	z-index: 30;
}

.slider p {
	z-index: 20;
	position: relative;
	top: -68px;
	left: 198px;
	font-size: 90%;
	background: white;
	padding: 9px 70px 9px 72px;
	display: inline;
	opacity: 0.65;
}

.slider_span {
	opacity: 1;
}

.right_corner {
	background: url("/public/img/left_corner.png")no-repeat scroll 0 0 transparent;
	width: 198px;
	height: 387px;
	position: absolute;
	margin-left: -46px;
	margin-top: -24px;
	z-index: 2;
}

/* Main page */

.main_content {

}

.main_content_block {

}

.main_content_block .left {
	float: left;
	width: 358px;
}

.main_content_block .left p {
	
}

.main_content_block .left h3 {
	font-size: 107%;
	font-weight: normal;
	margin-bottom: -5px;
}

.main_content_block .right {
	float: right;
	width: 358px;
}

.main_content_block .right p {
	text-align: right;
}

.main_content_block .right h3 {
	text-align: right;
	font-size: 107%;
	font-weight: normal;
	margin-bottom: -5px;
}

.main_content_block .center {
	margin: 0 auto;
	width: 100px;
}

.main_content_block a {
	color: black;
	text-decoration: none;
}

.main_content_block a:hover {
	color: #7A7A7A;
}

.main_content_block p {
	line-height: 22px;
	font-size: 95%;
}

.main_content_block img {
	margin-top: 28px;
}

.main_content_block img:hover {
	opacity: 0.75;
}

.bottom_gall {
    width: 910px;
    margin-top: 26px;
    margin-bottom: 44px;
	position: relative;
	z-index: 3;
}

.bottom_gall ul {
	padding-left: 0px;
}

.bottom_gall ul li {
	list-style: none;
	display: inline-block;	
	margin-right: 18px;
}

.bottom_gall ul li a:hover {
	opacity: 0.75;
}

.bottom_gall ul li img {
    width: 150px;
	border: 4px solid #ECECEC;
    box-shadow: 0px 0px 16px #C7C7C7;
}

.orange_footer_line {
	width: 100%;
	height: 4px;
	background: #EF7F1A;	
}

.footer_main_body ul {
	padding-left: 35px;
	float: left;
	margin-top: 27px;
}

.footer_main_body ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #292929;
}

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

.footer_main_body ul li a {
    color: #292929;
    text-decoration: none;    
    font-size: 90%;
}

.footer_copy {
	width: 343px;
	float: right;
	margin-top: 19px;
}

.footer_copy img {
	width: 85px;
	float: left;
	margin-right: 25px;	
}

.footer_copy img:hover {
	opacity: 0.85;
}

.footer_copy p {
	font-size: 80%;
}

/* News */

.news_table {
	width: 411px;	
}

.news_table td {
	padding: 0px;
}

.news_table h3 {
    color: #1F1F1F;
    display: inline-block;
    float: left;
    margin-top: 2px;
    font-size: 94%;	
    margin-bottom: 2px;
}

.news_table .date_p {
    float: right;
    margin-top: 2px;
    font-size: 90%;
    margin-bottom: 2px;
    color: #1D1D1D;
    width: 77px;
}

.news_title {
	display: block;
}

.news_main_p {
	display: inline-block;
    font-size: 93%;
    line-height: 22px;
    color: #444444;
    margin-top: 7px;
    width: 430px !important;
}

.central_side {
	float: left;
	width: 450px;	
}

.central_side h1 {
	margin-top: 0px;	
}

.central_side1 {
	float: left;
}

.links_block {
	width: 400px;
	float: right;
}

.links_block p {
    margin-bottom: 7px;
    text-decoration: underline;
}

.links_block a {
	color: #008DD2;
    font-size: 71%;
    text-decoration: none;	
}

.pagin_p {
    text-align: center;
    width: 432px !important;
}

.pagin_p strong {
	padding: 4px 9px;
	background-color: #C7C7C7;
	border-radius: 50px;
	margin: 0px 1px;
	color: #403E3E;
}

.pagin_p a {
	padding: 4px 9px;
	background-color: #DEDEDE;
	border-radius: 50px;
	margin: 0px 1px;
	color: black;
	text-decoration: none;	
}

.nex {
	display: none;
}

.pre {
	display: none;
}

.one_news_h1 {
	float: left;
	margin-top: 0px;
	margin-bottom: 2px;
}

.main_page_title {
	display: inline-block;
	width: 545px;
}

.main_page_title span {
	float: right;
    margin-top: 4px;
}

.news_img {
    border: 6px solid #ECECEC;
    box-shadow: 0px 0px 16px #C7C7C7;
    margin: 5px 3px 19px 28px;

}

.central_main_content {

}

.central_main_content p {
    font-size: 94%;
    line-height: 22px;
    width: 542px;
}

.news_link img {
	width: 45px;
	margin-left: 244px;
	margin-top: 2px;
}

/* Tooltip */

.ui-tooltip, .arrow:after {
	background: white;
	border: 1px solid silver;
}

.ui-tooltip {
	padding: 6px 6px 5px 6px;
	color: black;
	border-radius: 6px;
	font-family: 'avantgardecregular', Arial;
	font-size: 65%;
	text-transform: uppercase;
	/* box-shadow: 0 0 3px black; */
	width: 120px;
	position: absolute;
	z-index: 6;
	text-align: center;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 51%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 6;
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.ui-helper-hidden-accessible div {
	display: none;
}

.page_h1 {
	margin-top: 2px;
}

.gall_list {
    padding-left: 0px;
    width: 309px;
    float: right;
    margin-top: -41px;
    margin-right: 26px;	
}

.gall_list li {
	list-style: none;
}

.subpage_content {
	font-size: 94%;
    line-height: 22px;
    width: 542px;
    margin-top: -13px !important;
    float: left;
}

.subpage_gall_photo {
	border: 6px solid #ECECEC;
	box-shadow: 0px 0px 16px #C7C7C7;
	margin: 5px 3px 15px 28px;
}

.contacts_info {
    width: 369px;
    border-radius: 6px;
}

#contacts_form label span {
	color: #FF7E16;
}

#contacts_form {
    width: 373px;
    padding-top: 4px;
    float: left;
    padding-bottom: 10px;
    position: relative;
    left: -12px;
}

#contacts_form input {
	margin-bottom: 11px;
	width: 205px;
	height: 21px;
	border-radius: 6px;
	font-family: 'avantgardecregular', Arial;
	border: 1px solid rgb(189, 189, 189);
	padding: 5px 5px 5px 7px;
	font-size: 95%;
	outline: none;
    background-color: #F9F9F9;
}

#contacts_form input[type="submit"] {
    width: 108px;
    height: 30px;
    font-family: 'avantgardecregular', Arial;
    cursor: pointer;
    padding: 5px 4px 5px 2px;
    border: 1px solid #BDBDBD;
    background: rgb(230, 230, 230);
    margin-left: 144px;
    margin-top: 7px;
    font-size: 95%;
}

#contacts_form input[type="submit"]:hover {
	opacity: 0.85;
}


#contacts_form textarea {
	width: 204px;
	height: 64px;
	font-family: 'avantgardecregular', Arial;
	font-size: 95%;
	padding: 5px 5px 5px 7px;
	border-radius: 7px;
	border: 1px solid rgb(189, 189, 189);
	outline: none;
	background-color: #F9F9F9;
}

#contacts_form label {
	float: left;
	width: 121px;
	text-align: right;
	margin-right: 23px;
	margin-top: 7px;
	font-size: 95%;
}

.send_mail_massage {
    background: #FF8E38;
    display: inline-block;
    padding: 5px 13px 5px 13px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 95%;
    text-align: center;
    line-height: 22px;
}

.send_mail_massage1 {
    background: #FF8E38;
    display: inline-block;
    padding: 5px 13px 5px 13px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 95%;
    text-align: center;
    line-height: 22px;
}

.p_form {
    font-size: 83%;
    margin-top: -1px;
    margin-left: 12px;		
}

.form_hr {
    width: 347px;
    border: none;
    height: 1px;
    background-color: #B3B3B3;		
}

.ask_quest {
    text-decoration: underline;
}

.contact_img {
    border: 6px solid #ECECEC;
    box-shadow: 0px 0px 16px #C7C7C7;
    position: absolute;
    top: 210px;
    margin-left: 389px;
    width: 483px;	
}


