@import url(http://fonts.googleapis.com/css?family=Roboto:300,500,700,300italic,500italic,700italic&subset=latin,cyrillic-ext,cyrillic,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@font-face {
	font-family: Rubl;
	src: url("rouble.eot")
}
@font-face {
	font-family: Rubl;
	src: url("rouble.ttf")
}
.cssClass {
	-webkit-transform: scale(1) !important;
	-webkit-transform-origin: 0 0 !important;
}
html {
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
	background: #FFF;
}
a {
	color: #ae8969;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
	outline: none;
}
hr {
	color: #cccccc;
	background-color:#cccccc;
	border:0px none;
	height:1px;
	clear:both;
}
hr.black {
	color: #000;
	background-color:#000;
	border:0px none;
	height:1px;
	clear:both;
}
h1,h2,h3,h4,h5,h6,.ttl_block {
	display: block;
	color: #333333;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	text-transform: uppercase;
	margin: 20px 0px;
}
p {
	display: block;
	margin: 0px 0px 20px 0px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 26px;
	line-height: 26px;
}
h4,.ttl_block {
	font-size: 24px;
	line-height: 24px;
}
h5 {
	font-size: 22px;
	line-height: 22px;
}
h6 {
	font-size: 20px;
	line-height: 20px;
}
table {
	width: 100%;
	text-align: left;
}
table td {
	vertical-align: top;
}
.rur {
	font-family:"Rubl" !important;
	font-weight: 300;
}
.nobg {
	background:none !important;
}
.clear {
	clear:both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.upper {
	text-transform:uppercase;
}
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}/*
a.readmore {
	display: inline-block;
	color: #FFF;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	font-weight:700;
	padding-right:32px;
	background: transparent url(../images/button_right.png) top right no-repeat;
	text-transform: uppercase;
}
a.readmore span {
	display: inline-block;
	padding: 14px 0px 12px 20px;
	background: transparent url(../images/button_left.png) top left no-repeat;
}*/
/* structure */
.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 1243px;
	min-width: 1012px;
	margin: 0 auto;
	height: auto;
	min-height:100%;
	z-index: 11;
	border-right: #f2f2f2 solid 11px;
	border-left: #f2f2f2 solid 11px;
}
.center {
	position: relative;
	display:block;
	/*overflow:hidden;*/
	margin:0px auto;
	padding:0px;
	width:990px;
	z-index: 10;
}
.center::after {
	content: "";
	display: table;
	clear: both;
}
.header {
	display:block;
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	z-index: 100;
	border-top: #f2f2f2 solid 11px;
}
.header .header_logo {
	display: block;
	position: relative;
	float: left;
	width: 575px;
	margin: 36px 48px 0px 0px;
}
.header .header_logo a {
	display: block;
	width: 435px;
	height: auto;
	color: #8797ad;
	font-size: 14px;
	text-decoration: none;
	padding-top: 57px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 4px;
	text-align: center;
	background: transparent url('../images/logo.png') 0 0 no-repeat;
}
.header .header_phones {
	display: block;
	float: left;
	width: 220px;
	height: auto;
	margin-top: 52px;
	padding-left: 53px;
	padding-top: 3px;
	color: #999999;
	text-transform: uppercase;
	background: transparent url('../images/icon_phone_header.png') top left no-repeat;
}
.header .header_phones table {
	border-collapse: collapse;
}
.header .header_phones table td {
	padding:0px;
}
.header .header_basket {
	display: block;
	width: 55px;
	float: right;
	margin-top: -11px;
}
.header .bakset_block {
	display: block;
	position: relative;
	/*width: 55px;*/
	height: 107px;
	padding-right: 3px;
	background: transparent url('../images/basket_block_bg.png') 0 0 no-repeat;
}
.header .bakset_block span {
	position: absolute;
	width: 21px;
	height: 21px;
	bottom: 27px;
	right: 0px;
	background: #ea3d59;
	color: #fff;
	font-weight: 700;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.header .header_menu {
	display: block;
	width: 100%;
	padding:0px;
	margin-top: 20px;
}
.header .header_menu table {
	border-collapse: collapse;
}
.header .header_menu table td {
	padding: 0px;
	text-align:center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ae8969;
	min-width: 100px;
}
.header .header_menu table td:first-child a {
	border-left: #cdae92 solid 1px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.header .header_menu table td a {
	border: #cdae92 solid 1px;
	border-left: none;
	display: block;
	color: #ae8969;
	text-decoration: none;
	padding: 16px 0px;
}
.header .header_menu table td:last-child a {
	border-right: #cdae92 solid 1px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.header .header_menu table td a:hover,
.header .header_menu table td a.active {
	color: #fff;
	background: #cdae92;
	text-decoration: none;
	/*background: transparent url('../images/menu_hover_arrow.png') bottom center no-repeat;*/
}
.breadcrumbs {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
}

.content {
	display: block;
	margin: 0px auto;
	padding: 16px 0px 0px;
	width: 100%;
}
.content h1,
.content .ttl_page {
	color: #333333;
	font-weight: 300;
	padding-bottom: 26px;
	margin: 20px 0px 45px;
	background: transparent url('../images/bg_title.png') bottom left repeat-x;
}
.content .ttl_page {
	color:#666666;
	font-size: 18px;
	line-height: 20px;
	font-weight:700;
	display: block;
	font-family: "Roboto Slab", serif;
	padding-top: 33px;
	padding-bottom: 0px;
	margin-bottom:33px;
	background: transparent url('../images/title_bg_top.png') top left repeat-x;
}
.content_text {
	display: block;
	padding: 0px;
	background: transparent url('../images/bg_text.png') top center repeat;
}
.content_text::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 35px;
	background: transparent url('../images/bg_top_text.png') top center repeat-x;
}
.content_text::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 70px;
	background: transparent url('../images/bg_bottom_text.png') top center repeat-x;
}
.content_text h1,
.content_text .ttl_page {
	padding-left: 250px;
	margin-bottom: 30px;
	background: transparent url('../images/left_bg_title.png') 0% 12px no-repeat;
}
.content_text .ttl_page {
	color: #333333;
	font-weight: 300;
	margin: 20px 0px 45px;
	padding-bottom: 26px;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.img_ann {
	display: block;
	padding-bottom: 45px;
}
.img_main {
	float: left;
	width: 484px;
}
.ann_main {
	float: right;
	width: 460px;
	font-size: 18px;
}
/*catalog*/
.catalog_list {
	display: block;
	padding: 0px;
	margin: 0px 0px 70px 0px;
	text-align: center;
}
.catalog_list::after {
	content: "";
	display: table;
	clear: both;
}
.catalog_list .catalog_item_list {
	display: inline-block;
	width: 242px;
	height: auto;
	margin: 20px 30px;
}
.catalog_list .catalog_item_list a {
	display: block;
	padding: 4px;
}
.catalog_list .catalog_item_list a:hover {
	padding: 0px;
	border: #cdae92 solid 4px;
	text-decoration: none;
}
.catalog_list .catalog_item_list a:hover .price {
	color: #ea3d59;
}
.catalog_list .catalog_item_list .img {
	display: block;
	height: 221px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.catalog_list .catalog_item_list .img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 14px;
	background: transparent url('../images/bg_bottom_block.png') bottom center no-repeat;
}
.catalog_list .catalog_item_list .ttl {
	display: block;
	padding: 0px;
	margin: 16px 0px 12px;
	color: #ae8969;
}
.catalog_list .catalog_item_list .price {
	color: #999;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
}
.catalog_list .catalog_item_list .price.w_old {
	color: #ea3d59;
}
.catalog_list .catalog_item_list .oldprice {
	color: #999999 !important;
	font-size: 14px !important;
	text-decoration: line-through;
}
.catalog_list .catalog_item_list .oldprice .rur {
	text-decoration: none !important;
}
.label {
	display: block;
	width: 69px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
.label.new {
	background-image: url('../images/icon_new.png');
}
.label.sale {
	background-image: url('../images/icon_sale.png');
}
.label.hit {
	background-image: url('../images/icon_hit.png');
}
.catalog_item_list .img .label {
	position: absolute;
	top: 7px;
	right: 7px;
}
.catalog_product {
	display: block;
	padding: 0px;
	margin: 0px;
}
.catalog_item_left,
.catalog_item_right {
	display: block;
	width: 485px;
	float: left;
}
.catalog_item_right {
	float: right;
}
.catalog_product .img_item {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.catalog_product .img_item .label {
	position: absolute;
	top: 7px;
	right: 7px;
}
.catalog_product .imgs_item a {
	display: inline-block;
	border: #8797ad solid 1px;
	margin-right: 24px;
	margin-bottom: 14px;
	font-size: 12px;
	text-decoration: none;
	color: #2d2c2f;
	text-align: center;
	text-transform: uppercase;
}
.catalog_product .imgs_item a:hover {
	border: #d7bea8 solid 1px;
	text-decoration: none;
}
.cat_addproduct {
	display: block;
	border: #8797ad solid 1px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 20px;
}
.cat_addproduct a {
	display: inline-block;
	vertical-align: top;
	width: 133px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #2d2c2f;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.cat_addproduct a img {
	border: #8797ad solid 1px;
}
.cat_addproduct a:hover {
	text-decoration: none;
}
.cat_addproduct a:hover img {
	border: #d7bea8 solid 1px;
}
.cat_addproduct .price {
	font-size: 18px;
}
.catalog_product .price_block {
	background: #8797ad;
	padding: 10px 7px;
	border: #fff double 4px;
	color: #FFF;
	margin-bottom: 20px;
}
.catalog_product .price_block .price {
	display: block;
	width: 140px;
	float: left;
	border-right: #fff solid 1px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	height: 81px;
}
.catalog_product .price_block .price .w_old{
	color: #ea3d59;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
.catalog_product .price_block .price table {
	height: 81px;
}
.catalog_product .price_block .price table td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.catalog_product .price_block .price .oldprice {
	text-decoration: line-through;
	font-size: 24px;
}
.catalog_product .price_block .sizes {
	padding: 4px 8px 0px 8px;
	display: block;
	width: 115px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-align: center;
}
.catalog_product .price_block .sizes p {
	margin-bottom: 8px;
}
.catalog_product .price_block .sizes select {
	background: #FFF;
	color: #666666;
	border: none;
	width: 115px;
	font-size: 18px;
	line-height: 16px;
	padding: 3px 4px;
}
.catalog_product .price_block .sizes select option {
	background: #FFF;
	color: #666666;
	border: none;
	font-size: 18px;
	line-height: 16px;
}
.basket_page h1 {
	margin-bottom: 20px;
}
.basket_page table {
	width: 100%;
	/*border-collapse: collapse;*/
	font-size: 14px;
	line-height: 14px;
	border-spacing: 0px;
	margin-bottom: 20px;
	font-weight: 400;
}
.basket_page table td,
.basket_page table th {
	vertical-align: middle;
	text-align: center;
	border-left:#cdae92 solid 1px;
	border-bottom:#cdae92 solid 1px;
	color: #666666;
}
.basket_page table th {
	font-weight: 400;
	padding: 16px 5px 11px;
	border-top:#cdae92 solid 1px;
}
.basket_page table td {
	padding: 5px;
}
.basket_page table th:first-child {
	border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
}
.basket_page table th:last-child,
.basket_page table th.last {
	border-right:#cdae92 solid 1px;
	border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
}
.basket_page table td:last-child,
.basket_page table td.last {
	border-right:#cdae92 solid 1px;
}
.basket_page table tr:last-child td:first-child,
.basket_page table tr.last td.first {
	border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
}
.basket_page table tr:last-child td:last-child,
.basket_page table tr.last td.last {
	border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
}
.basket_page .paysumm {
	display: block;
	padding: 12px 19px 11px;
	background: #cdae92;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.basket_page .paysumm .tovar,
.basket_page .paysumm .summ,
.basket_page .paysumm .rur {
	font-weight: 700;
	font-size: 18px;
}
.ttl_order {
	display: block;
	margin: 40px 0px 15px;
	color: #cdae92;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}
#order_message {
	padding-left: 33px;
	padding-bottom: 30px;
}
.hidden_dostavka {
	display: none;
}
.hidden_dostavka.show {
	display: block;
}
.order_wrap {
	display: block;
	border: #cdae92 solid 1px;
	padding: 26px 0px 31px;
	margin-bottom: 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.order_wrap .basket_title_group {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 14px;
	color: #666;
	border-bottom: #8696ac solid 1px;
	margin-bottom: 20px;
}
.order_wrap .basket_title_group.top {
	margin-top: 30px;
}
.order_wrap .order_left {
	display: block;
	float: left;
	width: 400px;
	padding-left: 33px;
}
.order_wrap .order_right {
	display: block;
	float: right;
	width: 400px;
	padding-right: 33px;
}
.order_wrap input,
.order_wrap textarea {
	text-align: left;
	padding: 3px 13px;
	font-size: 14px;
	line-height: 14px;
	margin: 8px 0px 8px 20px;
	width: 90%;
}
.order_wrap textarea {
	max-width: 350px;
}
.order_wrap input.fl_3 {
	width: 104px;
	display: inline-block;
	vertical-align: top;
}
.order_wrap .labeltitle {
	font-weight: 400;
	display: block;
	margin-left: 20px;
}
input.radio {
	width: auto !important;
	display: inline-block;
	border: none;
}
input.radiolabel {
	display: inline-block;
}
input.count {
	border: none;
}
.order_wrap .submitz {
	border: #fff double 4px;
	padding: 10px 30px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	/*width: 175px;*/
	margin: 0px auto;
	display: block;
	width: auto;
	/*float: right;*/
}
.order_wrap .submitz:hover {
	text-decoration: underline;
}
.captcha_wrap {
	/*float: left;*/
	display: block;
	background: #f2f2f2;
	color: #666666;
	font-size: 14px;
	padding: 11px 33px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: right;
}
.captcha_wrap .labeltitle {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	padding-right: 25px;
	margin-left: 0px;
}
.captcha_div {
	display: inline-block;
	vertical-align: top;
	width: 325px;
}
.captcha_div img {
	float: left;
	border: #cdae92 solid 1px;
	margin-right: 10px;
}
.captcha_div input {
	float: left;
	width: 148px;
	margin: 0px;
	padding: 15px 0px 16px;
	text-align: center;
}
a.remove {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: transparent url('../images/remove.png') 0 0 no-repeat;
}
a.basket {
	display: block;
	width: 160px;
	height: 61px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 60px;
	padding-left: 20px;
	font-weight: 400;
	background: transparent url('../images/bg_button_tobasket.png') 0 0 no-repeat;
}
a.basket:hover {
	text-decoration: none;
}
.catalog_product .price_block .basket_btn {
	float: right;
	padding: 10px 0px 10px 10px;
	border-left: #fff solid 1px;
}
.opisanie {
	display: block;
	color: #666;
	font-weight: 700;
	font-size: 18px;
	margin-top: 18px;
	/*margin-bottom: 18px;*/
	margin-bottom: 30px;
}
.catalog_product .announce {
	font-weight: 400;
	margin-bottom: 20px;
}
.simple_btn {
	display: inline-block;
	background: #ea3d59;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 17px 8px;
}
.simple_btn:hover {
	text-decoration: none;
}
.simple_btn.small {
	font-size: 16px;
	line-height: 16px;
}
/* end catalog*/
.gallery_list {
	display: block;
	padding: 0px;
	margin: 0px;
}
.gallery_list .gallery_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 300px;
	padding: 0px;
	margin: 0px 28px 30px 0px;
	text-align: center;
}
.gallery_list .gallery_item:hover .gallery_title {
	text-decoration: underline;
}
.gallery_list .gallery_item .gallery_title {
	display: block;
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
	padding: 14px 0px 0px 0px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent url('../images/bg_bottom_block.png') top center no-repeat;
}
.gallery_list .gallery_item .gallery_title span {
	padding: 0px 10px;
	display:block;
}
.gallery_list .gallery_item .gallery_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	background: transparent url('../images/bg_bottom_block.png') bottom center no-repeat;
}
.gallery_list .gallery_item_in {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*width: 242px;
	height: 242px;*/
	padding: 0px;
	margin: 0px 8px 16px 8px;
	text-align: center;
	border: #cdae92 solid 4px;
}
.articles_list {
	display: block;
	padding: 0px;
	margin: 0px;
}
.articles_cols {
	display: inline-block;
	vertical-align: top;
	width: 315px;
	height: auto;
	padding: 0px;
	margin: 0px 17px 10px 0px;
}
.articles_cols.last {
	margin-right: 0px;
}
.articles_item {
	display: inline-block;
	margin-bottom: 40px;
}
.articles_item .art_img a {
	position: relative;
	display: block;
}
.articles_item .art_img a:hover img {
	opacity: 0.8;
}
.articles_item .art_img .title {
	position: absolute;
	width: 100%;
	top:110px;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-shadow: 0px 2px 5px rgba(20, 20, 19, 0.75);
}
.articles_item .date {
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 10px 0px;
}
.articles_item .announce {
	font-weight: 400;
	padding-bottom: 24px;
	background: transparent url('../images/bg_bottom_block.png') bottom center no-repeat;
}
.articles_item_in .date {
	display: block;
	font-weight: 700;
	margin: 10px 0px;
}
.articles_item_in .art_image_in {
	margin-bottom: 35px;
}
.ajax_errors,.error {
	font-size: 12px;
	line-height: 12px;
	color: #ff0000;
}
.ajax_errors p,.error {
	margin-bottom: 3px;
}
.oneclickwrap {
	display: block;
	position: relative;
	z-index:550;
}
.oneclickwrap .oneclickform {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index:550;
}
.oneclickform .ajax_errors {
	text-align: center;
}
.oneclickform {
	display: block;
	position: relative;
	width: 322px;
	padding: 0px;
	margin: 0px;
}
.oneclickform form {
	display: block;
	border-top: #cdae92 solid 1px;
	border-right: #cdae92 solid 1px;
	border-left: #cdae92 solid 1px;
	border-bottom: none;
	background: #fff;
	padding: 25px 33px;
}
.oneclickform .close {
	display: block;
	position: absolute;
	top: 3px;
	right: 4px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background: transparent url('../images/close.png') 0 0 no-repeat;
	z-index: 550;
}
.oneclickform::after{
	content: "";
	display: block;
	width: 322px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/bg_bottom_oneclick.png') left bottom no-repeat;
}
.submitz {
	border-top: #9facbd solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	outline: none;
	background: #8797ad;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	padding: 8px 10px 9px;
	cursor: pointer;
}
.oneclickform .submitz {
	margin-top: 20px;
}
input,textarea {
	width: 100%;
	border: #cdae92 solid 1px;
	outline:none;
	background: #FFF;
	color: #666666;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	padding:8px 10px 6px;
	margin:4px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}
/* footer */
.footerprotector {
	height: 155px;
}
.footer {
	background: transparent url('../images/footer_top_bg.png') 8px 0px no-repeat;
	max-width: 1258px;
	min-width: 1012px;
	height: 133px;
	margin: -155px auto 0px;
	padding: 0px 0px 11px 0px;
	overflow: hidden;
	position: relative;
	color: #666666;
	font-size: 14px;
	line-height:22px;
	z-index: 12;
	font-family: 'Roboto Slab', serif;
	border-bottom: #f2f2f2 solid 11px;
}
.footer .footer_in {
	display: block;
	padding: 41px 0px 0px 0px;
}
.footer a {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer table {
	border-collapse: collapse;
}
.footer table td {
	padding: 0px 6px 0px 0px;
}
.footer .years {
	display: block;
	float: left;
}
.footer .footer_phones {
	display: block;
	float: left;
	margin-left: 265px;
	width: auto;
	padding-left: 49px;
	padding-top: 3px;
	text-transform: uppercase;
	background: transparent url('../images/icon_phone_footer.png') top left no-repeat;
}
.footer .footer_email {
	display: block;
	float: right;
	width: auto;
	padding-top: 3px;
	padding-left: 49px;
	background: transparent url('../images/icon_mail_footer.png') top left no-repeat;
}
.footer .footer_email p,
.footer .footer_phones p {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}
/* end footer */
.header_logo a p{
	position: absolute;
	top: 13px;
	left: 0px;
	font-size: 46px;
	color: white;
	text-align: center;
	width: 575px;
	text-transform: uppercase;
	font-family: "Times New Roman" !important;
}
