html {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color:#000;
	font-size: 14px;
	line-height:24px;
	background: url(../images/bg_grey.jpg) repeat top center;
	height: auto !important;  
	height: 100%;  
	min-height: 100%;  
	margin: 0;
	padding: 0 0 1px;
	overflow: auto;
	position: relative;
}
/* НАСТРОЙКА */
table    {border: 0; border-collapse:collapse;}
img 	{border:0 none;}
a		{outline: none;}

h1 {color:#492c00}
h2 {color:#492c00}
h3 {}
h4 {}
h5 {}
h6 {} 
.transition-02{
	-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
	 }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



a:link,
a:visited,
a:active {text-decoration: underline; color: #cb7900;}
a:hover {color: #4a2c00;}

/* НАВИГАЦИЯ */
.navigation {
	font-size: 12px;
	color: #ca7800;
	text-decoration: none;
	padding: 15px 0 20px;
	font-style: normal;
   text-align: left;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	font-size: 12px;
	color: #492c00;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.navigation a:hover {
	text-decoration: underline;
}


/*--------- основной каркас ---------*/
/*--------- Шапка ---------*/
#header {
	height: 132px;
	width:100%;
	background:url(../images/bg_orange.jpg) repeat-x top center;
}
.header {
	height: 132px;
	margin: 0 auto;
	width: 1000px;
	position:relative;
	font-size:16px;
	line-height:24px;
	color:#fff;
}
.logo {
	position:absolute;
	top:28px;
	left:0;
	width:150px;
	height:78px;
	display:block;
	background:url(../images/logo.png) no-repeat top left;
}
.phone {
	position:absolute;
	top:24px;
	right:0px;
	padding-left:20px;
	background:url(../images/ico_phone.png) no-repeat 0 6px;
}
.skype {
	position:absolute;
	top:24px;
	right:178px;
	padding-left:20px;
	background:url(../images/ico_skype.png) no-repeat 0 4px;
}
.mail {
	position:absolute;
	top:53px;
	right:0px;
	padding-left:23px;
	background:url(../images/ico_mail.png) no-repeat 0 9px;
}
.slogan {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	left: 173px;
	position: absolute;
	top: 83px;
}
.company_title {
   font-size: 19px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	width: 480px;
	position: absolute;
	top: 20px;
	left: 173px;
}
.search {
	position:absolute;
	top:90px;
	right:0px;
	width: 325px;
	height:28px;
}
.search_area {
	background-color:#fff;
	width: 233px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	padding: 0 5px;
	border-right: none;
	float: left;
}
.search_btn 	{
	background: #844f00;
	width: 81px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: none;
	color: #fff;
	padding: 0;
	cursor: pointer;
	display: block;
	float: right;
}
.search_btn:hover 	{
	background: #613A01;
}
/*--------- Верхний блок главная ---------*/
#top_block {
	  width: 100%;
  background: url(../images/bg_map.jpg) no-repeat top center #fff;
  border-bottom: 2px solid #ff9800;
  padding-bottom: 74px;
}
/*--------- верхнее меню ---------*/
#menu_top {
	width: 1000px;
	margin:0 auto;
	height: 52px;
}
#menu_top ul {
	padding:0;
	margin: 0;
	float:left;
	width:820px;
}
#menu_top ul li {
	display: block;
	float: left;
	list-style: none outside none;
	margin:0 10px;
}
#menu_top ul li:first-child {
	margin-left:0;
}
#menu_top ul li a,
#menu_top ul li a:link,
#menu_top ul li a:visited,
#menu_top ul li a:active {
	color: #4a2c00;
   font-size: 17px;
	line-height:52px;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}
#menu_top ul li:first-child a {
	padding-left: 0;
}
#menu_top ul li a:hover,
#menu_top ul li.active a {
	border-bottom:2px solid #4a2c00;
}
.calculate {
	float:right;
	display:block;
	width:132px;
	height:37px;
	background: url(../images/btn_calkulator.png) no-repeat top left;
	margin-top:9px;
}
.calculate:hover {
	background: url(../images/btn_calkulator.png) no-repeat bottom left;
}
.calculate.print {
	color: #000;
    text-decoration: none;
    line-height: 37px;
    background: #fe9900;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.onpage {
	margin: 0 0 94px;
}

@media print
{
    .noprint, .whatsApp, #feed {display: none;}
}

/*--------- верхнее блок ---------*/
#top_home_wrap {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
/*--------- каталог меню ---------*/
.catalog_menu {
	width:227px;
}
.catalog_menu_home{
	width:227px;
	float:left;
}
.block_title {
	background:#cb7900;
	height:42px;
	color:#fff;
	padding:0 10px;
	line-height:42px;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #a56200;
	font-weight:bold;
}
.block_menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.block_menu>ul>li>a {
	color: #292929;
   font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
   display: block;
   padding: 6px 0;
	border-top:1px solid #d5d5d5;
}
.sub_menu {
	margin: 0px 0 10px 10px;
}
.block_menu .sub_menu ul li a {
	color: #292929;
   font-size: 12px;
	font-weight: normal;
	text-decoration: none;
   display: block;
   padding: 0;
}
.block_menu ul li:first-child a {
	border-top:none;
}
.block_menu ul li a:hover,
.block_menu ul li.catalog_link_selected>a {
	color: #ff9800;
}
.block_menu{
	padding-left: 1px;
}
/*--------- Анимация ---------*/
.animate {
	margin-left:299px;
}


/*------------------------------------*/
/*--------- Главная страница ---------*/
.home_text h1,
.module_block_bg h2,
.partner h2 {
	font-size:30px;
	line-height:24px;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
}
.home_content_wraper {
	background:#fff;
	width:100%;
}
.home_text {
	font-size:18px;
}
.title_bg{
	width:100%;
}
.td_title {
	width:10%;
}
.module_block_bg {
	background: url(../images/bg_grey.jpg) repeat top center;
}
.module_block {
	margin:0 auto;
}
.left_out {
	background: url(../images/bg_title_left.png) no-repeat left center;
}
.left_in {
	background: url(../images/bg_title_left.png) no-repeat right center;
}
.right_in{
	background: url(../images/bg_title_right.png) no-repeat left center;
}
.right_out{
	background: url(../images/bg_title_right.png) no-repeat right center;
}
.module_block {
	margin:0 auto;
	width:960px;
}

/*--------- партнеры ---------*/
.home_partner_wraper {
	background:#fff;
	width:100%;
	margin: 0 0 94px;
	padding: 0 0 32px;
}
.partner {
	width:960px;
	margin:0 auto;
}
.our_partner {
	margin-top:40px;
}
#SlideItMoo_outer {  
	width: 960px !important;
	position:relative;
}
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 49px;
	bottom: 50%;
	right: 0;
	margin-bottom: -24px;
	background: url(../images/arrow_r_s.png) no-repeat 0 0;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0; 
	background:url(../images/arrow_l_s.png) no-repeat 0 0;  
}
#SlideItMoo_inner{ 
	overflow:hidden; 
	margin:0px auto 0px;
	width: 808px !important;
}
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
#SlideItMoo_items .SlideItMoo_element { 
	float: left;
	width: 178px;
	height: 118px;
	text-align: center;
	border: 1px solid #d3d3d3;
	margin: 0 11px;
}
.SlideItMoo_element .table-cell { 
	width: inherit;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#SlideItMoo_items .SlideItMoo_element img { 
	max-height: 118px;
	max-width: 178px;
}



/*-------------------------------------------*/
/*--------- Второстепенные страницы ---------*/
.menu_top_wraper {
	height:52px;
	border-bottom:2px solid #ff9800;
	background: #fff;
}
.content_wraper {
	/* background: url(../images/bg_grey.jpg) repeat top center; */
	  padding-bottom: 100px;
}
#content  {
   margin: 0 auto;
   width: 1000px;
	overflow: hidden;
	padding-bottom: 40px;
}
#left_col{
   float: left;
   width: 227px;
}
.cart {
	margin-top:20px;
}


/*--------- левая колонка новости ---------*/
.right_sidebar
{
	background: #dce4e8;
	border: 1px solid #cfd8de;
}
.news_head a,
.news_head a:link,
.news_head a:active,
.news_head a:visited {
   padding: 5px 8px 5px 8px;
	display: block;
	color: #3b4244;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.news_head a:hover
{
	color: #45829e;
}
.news_text
{
    padding: 0 8px 10px 8px;
	display: block;
	color: #828282;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
}
/*--------- правая колонка ---------*/
#content_text {
   margin-left: 240px;
	overflow: hidden;
	margin: 0 0 94px;
}
#content_box {
	padding-left: 10px;
	padding-right: 10px;
}
#content_box ul {
   padding-left:0px;
}
#content_box li  {
   list-style: none; 
   background: url(../images/li.png) no-repeat 30px 11px; 
   padding-left: 40px;
}


/* ----------------Популярная продукция------------- */
.product_block {
	float:left;
	width:220px;
	margin:0 25px 25px 0;
}
.product_block a.img_link{
	display:block;
	width:220px;
	height:168px;
	overflow:hidden;
}
.product_block:nth-child(4n) {
	margin:0 0 25px 0;
}
.product_block span {
	width:220px;
	height:220px;
	overflow:hidden;
	display: block;
	background: #fff;
	text-align: center;
	display:table-cell;
	/*vertical-align: middle;*/
}
.product_block img {
	max-width:220px;
	max-height:168px;
	width:100%;
	height:100%;
}
.product_block .name_product {
	background:#ff9800;
	display:block;
	height:78px;
	width:200px;
	padding:10px;
	color:#fff;
	font-size:12px;
	line-height:24px;
	text-transform:uppercase;
	position:relative;
	text-align: left;
}
.product_block .view_product {
	position:absolute;
	bottom:10px;
	right:10px;
	width:36px;
	height:18px;
	background:url(../images/btn_go.png) no-repeat top left;
	cursor:pointer;
}

/* ----------------Услуги------------- */
.services {
	overflow:hidden;
}
.service_block {
	float:left;
	width:278px;
	margin:0 63px 45px 0;
}
.service_block:nth-child(3n) {
	margin-right:0;
}
.service_block img {
	width:278px;
	height:176px;
}
.service_block .name_service {
	display:block;
	padding:10px;
	text-align:center;
	width:258px;
	height:44px;
	font-size:24px;
	line-height:44px;
	text-transform:uppercase;
	background:#ff9800;
}
.service_block  a:hover .name_service {
	background:#cb7900;
}
.service_block a {
	color:#fff;
	text-decoration:none;
	line-height: 0px;
}

/*================= КАТАЛОГ =================*/
/*====== Корзиина ======*/
.cart_body {
	margin:3px 0 15px;
}
.cart_capt a {
	font-size:12px;
	text-decoration:none;
	color:#492c00;
	line-height:18px;
}
.cart_price {
	border:1px solid #e8e8e8;
	border-width:1px 0;
	padding:8px 0;
	margin:5px 0;
	height: 35px;
}
.cart_price span {
	font-size:18px;
	color:#492c00;
	line-height:42px;
	padding-left:10px;
	font-family:Arial;
}
.cart_quantity {
	width: 47px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	line-height: 30px;
	background:url(../images/cart.png) no-repeat top left;
	color:#ff9800;
	font-size:24px;
	text-shadow:1px 1px 2px #734500;
	float:left;
}
/* .cart_capt_link
		{text-decoration:none;
		color:rgb(96,73,26);
		font-size:12px;
		line-height:13px;
		font-weight:normal;}
.cart_inf
		{font-family:Verdana;
		font-size:11px;
		line-height:14px;}
.cart_inf span
		{font-weight:normal;} */
.cart_btns,
.cart_btns:link, 
.cart_btns:visited, 
.cart_btns:active {
	display:block;
	color:#000;
	text-decoration:none;
	text-align:center;
	width:100%;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	background:url(../images/btn_cart.png) no-repeat top left;
	height:26;
	width:106px;
	line-height:26px;
}
.cart_btns:hover 	{
	background:url(../images/btn_cart.png) no-repeat bottom left;
}


.catalog h1 {
	font-size:24px;
	margin-bottom:30px;
	font-weight:normal;
	font-family:Arial;
	margin-top: 0;
}
.item_block {
	margin-bottom:36px;
	border-left:1px solid #492c00;
	border-bottom:1px solid #492c00;
	position: relative;
}

.item_block2 {
	padding: 0 0 10px 10px;
	overflow:hidden;
}
.item_block_img {
	float: left;
   width: 150px;
	height:150px;
	border:1px solid #492c00;
	background:#fff url(../images/no_photo.png) no-repeat center center;
}
.item_block_img img {
   width: 150px;
	height:150px;
}
.item_block_text {
	margin-left: 180px;
}
.item_block_text h2 {
	color: #492c00;
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 0 0 0;
	font-family:Arial;
}
.point_arrow_right {
	position:absolute;
	right:0px;
	bottom:-3px;
	height:5px;
	width:5px;
	background:url(../images/point_arrow_right.png) no-repeat center bottom;
	z-index:100;
}
.point_arrow_top {
	position:absolute;
	top:0px;
	left:-3px;
	height:5px;
	width:5px;
	background:url(../images/point_arrow_top.png) no-repeat center bottom;
	z-index:100;
}
.item_block_price {
	color: #492c00;
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	font-family:Arial;
	margin-bottom: 13px;
}
.see_full {
   display: block;
     position: absolute;
  right: 0;
  bottom: 10px;
}
.see_full a,
.see_full a:link,
.see_full a:active,
.see_full a:visited {
	background:url(../images/see_full.png) no-repeat center top;
   height: 26px;
   width: 113px;
   display: block;
}
.see_full a:hover {
	background:url(../images/see_full_hover.png) no-repeat center top;
}
.item_block_shortdescript {
	font-size:14px;
}




/*============= карточка товара ==============*/
.first_data {
	overflow:hidden;
}
.article_image {
	float:left;
	width:236px;
	margin:0 15px 15px 0;
}
.article_image_300x300 img {
	width:234px;
	border:1px solid #4a2c00;
	margin-bottom:8px;
}
.art_img_collect_cell img {
	float:left;
	margin:0 7px 7px 0;
	border:1px solid #4a2c00;
	width:72px;
	height:72px;
}
.art_img_collect_cell:nth-child(3n) img {
	margin:0 0 7px 0;
}
.bg_tocart {
	width:89px;
	height:24px;
	background:url(../images/bg_tocart.png) no-repeat top left;
	margin: 1px 15px 0 0;
	float:left;
}
.product_minus,
.product_plus 	{
	display:block;
	line-height:24px;
	padding:0px 7px 0 7px;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	width: 16px;
	text-align: center;
}
#product_count {
	width:24px;
	text-align:center;
	border:none;
	background:none;
}
.item_block_price2{
	font-size:24px;
	color: #492c00;
	line-height:24px;
	font-weight: normal;
	font-family:Arial;
}
.addtocart {
	display:block;
	width:113px;
	height:26px;
	background:url(../images/btn_tocart.png) no-repeat top center;
	float:left;
}
.addtocart:hover {
	background-position:bottom center;
}
.description {
	margin-top: 74px;
}

.tabs {
	height:33px;
	border-bottom:1px solid #ff9800;
	margin-bottom:16px;
}
.tabs .tab {
	height:32px;
	padding:0 10px;
	border:1px solid #ff9800;
	border-bottom:0px;
	border-radius:5px 5px 0 0;
	float:left;
	background:#ff9800;
	line-height:32px;
	color:#000;
	cursor:pointer;
	margin-right:2px;
}
.tabs .tab:hover {
	border:1px solid #dc8301;
	border-bottom:0px;
	background:#dc8301;
}
.tabs .tab.active {
	background:#fff;
}
.datas {

}
.datas .data {
	display:none;
}
.datas .data.active {
	display:block;
}


/*============= Список новостей ==============*/
.module_news h1 {
	font-size:24px;
	margin-bottom:30px;
	font-weight:normal;
	font-family:Arial;
}
.news_list .date {
	color:#515151;
	font-size:12px;
	font-family:Arial;
	border-top:1px solid #b7b7b7;
	padding-top: 19px;
}
.news_list .news_title a {
	color:#492c00;
	font-size:18px;
	font-family:Arial;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/li_news.png) no-repeat left center;
}
.news_list .news_title a:hover {
	text-decoration:underline;
}
.news_list .news_text {
	padding: 0 0 10px;
	overflow: hidden;
	margin-top: -8px;
}
.news_list .news_text img {
	float:left; 
	width: 125px; 
	height: 125px; 
	margin: 19px 15px 0 0;
}
.news_list tr:first-child td {
	border-top:none;
}


/*============= Галерея ==============*/
.gallery_list_album {
	float:left;
	width:216px;
	margin:0 19px 19px 0;
	text-align:center;
}
.gallery_list_album:nth-child(3n) {
	margin:0 0 19px 0;
}
.gallery_list_album img {
	width:214px;
	border:1px solid #4d3005;
}
.gallery_list_album span {
	display: table-cell;
	width: 216px;
	height: 58px;
	background: #ff9800;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
	color: #492c00;
	padding: 10px;
	line-height: 24px;
}
.gallery_list_album a:hover span {
	background: #cb7900;
}
.gallery_list_album a {
	text-decoration:none;
	font-family:Arial;
	line-height: 0px;
}
.gallery h1 {
	font-size:24px;
	margin-bottom:30px;
	font-weight:normal;
	font-family:Arial;
}
.gallery_picture_block {
	overflow:hidden;
}
.gallery_picture {
	float:left;
	width:216px;
	margin:0 19px 19px 0;
	text-align:center;
}
.gallery_picture:nth-child(3n) {
	margin:0 0 19px 0;
}
.gallery_picture img {
	width:214px;
	border:1px solid #4d3005;
}
#gallery_full_navigation {
	width:700px;
}





.item_block_img_i_text
{
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
	width: 100%;
}

.item_block_price3
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #686868;
    font-size: 12px;
    font-weight: normal;
}
.item_block_price3 span
{
    color: #45829E;
    font-size: 13px;
    font-weight: bold;
}
.item_block_price2
{
    color: #686868;
    font-size: 12px;
    font-weight: normal;
	display: block;
   padding-bottom: 7px;
}
.item_block_price2 span
{
    color: #45829E;
    font-size: 13px;
    font-weight: bold;
}
.catalog_it_price
{
	text-align: center;
}


.item_top_bar
{
    display: block;
    float: right;
    width: 100%;
}
.art_s_image
{

}
.art_s_image div
{
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
	height:125px; 
	width:125px;
	margin: auto;
}
.item_buy
{

}
.item_block_view .item_buy
{
	float: right;
}



.spec_box_td
		{
		border:rgb(96,187,214) 1px solid;
		width:160px;
		overflow:hidden;}
.spec_box_link
		{display:block;
		margin:5px 5px 5px 5px;
		text-decoration:none;}
.spec_box_link:hover
		{text-decoration:none;}
.spec_box_img
		{
		background-repeat:no-repeat;
		height:125px;
		background-position:50% 50%;
		}
.spec_line_l
		{width:213px;
		height:180px;}		
.spec_line_c
		{
		height:180px;}		
.spec_line_r
		{width:213px;
		height:180px;}
		
.blue_line
		{overflow:hidden;
		height:4px;}		
.blue_line span
		{display:block;
		overflow:hidden;
		height:4px;
}
.blue_line span center
		{display:block;
		overflow:hidden;
		height:4px;
}
		
		

		
.left_menu_link
		{display:block;
		border-left:rgb(93,171,211) 3px solid;
		font-size:14px;
		line-height:18px;
		margin:6px 0 6px 0;}
.left_menu_link div
		{padding:0px 0 0 9px;}
		
.side_bar_capt
		{font-size:16px;
		color:rgb(70,70,70);}
		
		
.del_btn
		{display:block;
		background-image:url(../images/art_del_btnsm.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:24px;
		height:24px;}

.edit_btn
		{display:block;
		background-image:url(../images/edit_sm.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:24px;
		height:24px;}	
		
.ok_btn
		{display:block;
		background-image:url(../images/ok.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:24px;
		height:24px;}
.art_table01
		{background-color:rgb(245,245,245);
		border-left:rgb(230,230,230) 1px solid;
		border-bottom:rgb(230,230,230) 1px solid;}
.art_table01 th
		{padding:3px 3px 3px 3px;
		color:rgb(120,120,120);
		border:rgb(235,235,235) 1px solid;
		border-left:none;
}
.art_table01 td
		{padding:3px 10px 3px 10px;
		border-bottom:rgb(235,235,235) 1px solid;}
		
		
		

		

		
/* ======== SEARCH FORM ========= */
.search_form {
	width: 100%;
}
.catalog_order_51,
.catalog_order_85 {
	width: 50%;
	margin: 14px 0 0;
	height: 33px;
	border-radius: 5px;
	background: #FF9800;
	border: 1px solid #CACACA;
}
.catalog_order_51:hover,
.catalog_order_85:hover {
	background: #cb7900;
}
.art_table01 {
	background-color: #fff !important;
}
.blue_btn {
	display:block;
	background: #844F00;
	height:24px;
	overflow:hidden;
}
.blue_btn a,
.blue_btn a:link,
.blue_btn a:active,
.blue_btn a:visited {
	display:block;
	line-height:23px;
	font-size:14px;
	color:#fff;
	text-align: center;
	text-decoration:none;
	padding:0px 10px 0 10px;
}
.blue_btn:hover 	{
	background:#613A01;
}
.search_field{
	font-size: 14px;
	border: #b8b8b8 1px solid;
	border-right: none;
	width: 100%;
	height: 24px;
	padding: 0 5px;
	font-weight: normal;
	font-family: Trebuchet ms;
	color: rgb(55,77,124);
	box-sizing: border-box;
}
.blue_border {
	border: #D5D5D5 1px solid;
	background: #fff;
}
		
.hr_line {
    display: inline;
	}

	
	
#footer  {
	background:#f39600;
	height:94px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer_block {
	margin: 0 auto;
	width: 960px;
	height:94px;
} 
.copyright {
	float: left;
	padding: 23px 0 0;
	font-size: 12px;
	line-height:21px;
	color: #fff;
	width:400px;
}
.saitex a:link,
.saitex a:visited,
.saitex a:active {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}
.saitex {
	float: right;
	padding: 25px 0 0;
}

.wrap_page{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}


.cells_item_block{
    width: 236px;
	
    float: left;
    margin-right: 0px;
    overflow: hidden;
	position: relative;
}

a.cells_item_block{
    width: 236px;
	
    float: left;
      margin-right: 14px;
	  margin-bottom: 14px;
    overflow: hidden;
	display: block;
	text-decoration: none;
	text-align: center;
}

.cells_item_block2{
	display: block;
	background: #ff9800;
}


.cells_item_block_img{
    width: 236px;
    background: #fff;
    height: 236px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #492c00;
}
.cells_item_block_img img{
	display: block;
	margin: 0 auto;
	max-width: 234px;
	max-height: 234px;
}

.cells_item_block_text{
	color: #fff;
	text-decoration: none;
	  display: block;
  border: 1px solid #492c00;
  padding: 5px 10px;
    min-height: 18px;
}
.cells_item_block_price{
}
.cells_item_block_shortdescript{
}

.cells_see_full{
}

.cells_item_block_text span{
  text-decoration: none;
}

span.cells_item_block_price{
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 0 27px 0;
  border: none;
  color: #492c00;
  font-size: 18px;
  background: url(../images/arr_mid.png) repeat-x;
  background: url(../images/arr_mid.png) left top repeat-x, url(../images/ar_left.png) no-repeat left top, url(../images/ar_right.png) no-repeat right top;
}

.read_more_cell{
	display: block;
	position: absolute;
	bottom: 6px;
	right: 6px;
	  width: 36px;
  height: 18px;
  background: url(../images/read_more.png) left top no-repeat;
}
a.cells_item_block:hover .cells_item_block_img{
	border-color: #FF9800;
}
a.cells_item_block:hover .cells_item_block_text{
	border-color: #FF9800;
}
.cells_item_block:hover .read_more_cell{
	background: url(../images/read_more.png) left bottom no-repeat;
}

#view_list, #view_cells{
  display: block;
  border: 1px solid #492c00;
  float: left;
  margin: 0 6px 20px 0;
  padding: 3px 10px 3px 30px;
  color: #492c00;
  text-decoration: none;
}

#view_list.active{
	background: url(../images/row_active.png) left top no-repeat #ff9800;
	color: #fff;
}
#view_list.not_active{
	  background: url(../images/row_active.png) 1px -33px no-repeat;
}

#view_cells.active{
	background: url(../images/list_active.png) 7px 7px no-repeat #ff9800;
	color: #fff;
}
#view_cells.not_active{
	background: url(../images/list_active.png)  7px -38px no-repeat;
}

.items_none{
	clear: both;
	display: block;
}

/* WhatsApp */
.whatsApp{
	background: #ffffff;
	position: fixed;
	z-index: 120;
	bottom: -135px;
	right: 325px;
	width: 280px;
    border-radius: 10px 10px 0px 0px;
    height: 176px;
	overflow: hidden;
	transition: bottom 0.5s ease-out;
}

.whatsApp:hover{
	bottom: 0;
}

.whatsApp-caption{
	background: url(../images/wa_head.png) no-repeat left top #34b324;
	width: 280px;
	overflow: hidden;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	height: 41px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	padding-left: 5px;
}

.whatsApp-content{
	height: 135px;
	color: #202020;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	letter-spacing: -0.15px;
	border-right: 1px solid #34b324;
    border-left: 1px solid #34b324;
    text-align: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 3px 10px 10px;
}

.whatsApp-phone{
	margin-bottom: 9px;
    font-size: 24px;
    margin-top: 9px;
}

/* feed fixed */
#feed{
	position: fixed;
	z-index: 120;
	bottom: 0px;
	right: 32px;
	width: 280px;
	height: 530px;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

#feed .feed_head{
	height: 32px;
	background: url(../images/feed_active.png) #ff9800 no-repeat 255px 18px;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	padding: 9px 11px 0px;
	cursor: pointer;
}

#feed .feed_content{
	background-color: #ffffff;
	height: 489px;
	border-right: 1px solid #ff9800;
	border-left: 1px solid #ff9800;
	padding: 18px 11px 0px;
}

#feed .feed_content>div{
	margin: 0px 0px 9px;
}

#feed input[type=text]{
	border: 1px solid #c2c2c2;
	width: 238px;
	height: 30px;
	border-radius: 4px;
	padding: 0px 8px 0px;
}

#feed input[type=text]::-webkit-input-placeholder{
	font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #909090;
}

#feed textarea{
	width: 238px;
	height: 62px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	padding: 7px 8px 0px;
}

#feed textarea::-webkit-input-placeholder{
	font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #909090;
}

#feed button{
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	background-color: #ff9800;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	width: 256px;
	height: 32px;
	cursor: pointer;
}

#feed img{
	border: 1px solid #a9a9a9;
	width: 248px;
	height: 248px;
	margin: 4px 3px 0px;
}

.complite{
	position: fixed;
	width: 400px;
	padding: 30px 50px;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 100;
	border-radius: 12px;
	margin: -150px 0 0 -250px;
	text-align: center;
	line-height: 24px;
	font-size: 21px;
	box-shadow: 0 0 10px #BEBEBE;
	font-weight: bold;
	color: #ee0000;
	z-index: 130;
}

.complite>span{
	max-height: 202px;
	overflow-x: hidden;
	display: block;
}

.complite>.close_button{
	height: 33px;
	margin: 21px auto 0px;
	width: 100px;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}