html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, p, ul, ol, li  {margin:0; padding:0; border:0; outline:0; background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
body { line-height: 1; }
ol, ul, li { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* End of Eric Meyer's CSS Reset */

hr { color: #cccccc; background-color:#cccccc; border:0px none; height:1px; clear:both; }
h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #014171;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
	line-height: 24px;
	margin: 10px 0;
}
h1 {
	font-size: 1.5em;
}
p {
	margin: 18px 0;
}
em {
	font-size: 1em;							  
	display: block;
	font-style: normal;
}
input[type="text"], textarea {
	margin: 0;
	padding: 0 4px;
}
input[type="button"], input[type="submit"] {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
fieldset {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

.block { display:block; }

.img-container img { 
	display:		block;
	max-width:		100%;	
	margin:			0 auto;
}

.clear {		   
    display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

													  

/* Êîíòåéíåð
-----------------------------------------------------------------------------*/
body {
	font: 			normal 100% 'Roboto', Arial, sans-serif; 
	width: 			100%;
  	background-color: #ffffff;  
	min-width:		350px;    
}

.wrapper {
	font: 			normal 100% 'Roboto', Arial, sans-serif; 
    position: 		relative;
	width: 			100%;
	max-width:		1200px;
	margin: 		0 auto;	 
}
@media screen and (max-width: 1250px) {
  .wrapper {
	width: 		100%;
  }
}  


/* HEADER
------------------------------------------------------------ */
#header {
    position: 		relative;
	height: 		125px;
	width: 			100%;
	max-width:		100%;
	background-color: #242424;
}
#headerContainer {
    position: 		relative;
	width: 			90%;
	max-width:		1200px;
	height: 		125px;
	margin: 		0 auto;	 		 
  	background-image: url('img/header-bg2.jpg');
  	background-repeat: no-repeat;
	background-position: top center;	   
}
@media screen and (max-width: 1250px) {
  #headerContainer {
	width: 		100%;
  }
}  
#logo {
	position: absolute;
	top: 16px;
	left: 10px;
	max-width: 50%;
}
#logo img {
	max-width:	100%;
	height:		auto;
} 

#header .contacts {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1.875em;
	text-align: right;
	color: #ffffff;		  
}
@media screen and (max-width: 1250px) {
  #header .contacts {
    padding-right: 10px;
  }
}  
@media screen and (max-width: 500px) {	 
  #header .contacts {
	font-size: 1em;
  }
}
#header .contacts .mail {
	font-size: 0.75em; 
	color: #e84e0e;		  
}
#header .contacts .mail a {
	color: #e84e0e;	
	text-decoration: none;	  
}			
#header .contacts .mail a:visited {
	color: #e84e0e;		  
}			

#header .contacts .code {
	font-size: 0.6875em;
	color: #eeeeee;		  
}

/* ----------------  Îñíîâíîå ìåíþ ----------------------- */
#menuMainWrapper.normal {	  
    position: 		relative;
    width: 			100%;
    max-width:		100%;
    background: 	#000000;
    height:         50px;
    z-index:		990;
}
#menuMainWrapper.fix {
	position:		fixed;
    top:			0; 
	left:			0;
    width:			100%;
    max-width:		100%;
    background: 	#000000;
    height:         50px;
    z-index:		990;
}
.main-nav {
  background: #000000;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #222222), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(to bottom, #222222, #000000);
  background-image: -moz-linear-gradient(to bottom, #222222, #000000);
  background-image: -o-linear-gradient(to bottom, #222222, #000000);
  background-image: linear-gradient(to bottom, #222222, #000000);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
  padding: 0 0 0 110px;
  background: url('img/logo.png') left top no-repeat;
}
.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #ff0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}
#main-menu {
  	clear: both;
}
@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
#main-menu:before {
  content: '3';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
/*
  background: #2e8cb8;
*/
  background: #000000;
}
@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  	font-weight: normal; 
    font-size: 1.5em;
  	background: #000000;
    background-image: linear-gradient(to bottom, #666666, #000000);
}	   
.sm-blue a.current {
  background: #666666;
  background-image: linear-gradient(to bottom, #888888, #444444);
}	
.sm-blue ul {
  background: #555555;
}
.sm-blue ul ul {
  background: #777777;
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
   	font-size: 1.25em;	
    color: #bbbbbb;	
}
/*
.sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active, .sm-blue ul ul a.highlighted {
   	font-size: 1.25em;	
    color: #888888;	
} 
*/
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    background: #888888;
    color: #fff;
}
.sm-blue ul a.current {
  background: #666666;
  background-image: linear-gradient(to bottom, #888888, #444444);
}
.sm-blue ul li {
  border-top: 1px solid #666666;
}

@media (min-width: 768px) {
  	  .sm-blue {
    	background: #000000;
/*    	background-image: linear-gradient(to bottom, #666666, #000000); */
	  }
	  .sm-blue > li {
    	border-left: 1px solid #666666;
	  }
      .sm-blue a span.sub-arrow {
	    top: 57%;
    	margin-top: -5px;
    	bottom: auto;
    	left: auto;
    	margin-left: 0;
    	right: 5px;
    	border-style: dashed dashed dashed solid;
    	border-color: transparent transparent transparent #999999; 
      }   
  	  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
  		background: #000000;
    	background-image: linear-gradient(to bottom, #666666, #000000);
  	  }	
      .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    	background: #444444;
    	background-image: linear-gradient(to bottom, #888888, #444444);
      }	
  	  .sm-blue a.current {
     	background: #006892;
   	 	background-image: linear-gradient(to bottom, #006188, #006f9c);
  	  }	 

/*
  	  .sm-blue ul {
    	border: 1px solid #999999;
  	  }	  
*/	  
}






/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: 		relative;
	width:			100%;
	max-width:		100%;
  	overflow: 		hidden;	
}
.wrapper {
    position: 		relative;
	width: 			100%;
	max-width:		1200px;  
	margin: 		0 auto;	
}

/* Left Sidebar
-----------------------------------------------------------------------------*/

.left-sidebar {
	position: 		relative;
	float: 			left;
    width: 			25%;
}
@media screen and (max-width: 768px) {
  .left-sidebar {
    display: none;
  }
} 

/* Content
-----------------------------------------------------------------------------*/
.contentContainer {
  	position: 		relative;
  	width: 			74%;
	margin-left: 	26%; 
	overflow: 		hidden;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contentContainer {
  	width: 			100%;
	margin-left: 	0; 
  }
} 

.titleWrapper { 
	padding: 0 20px 10px 20px;
}
.content { 
	padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .content { 
	padding: 0;
  }
} 

/* ------------------------------ */
#header .navigation {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
#header .navigation li {
	display: inline-block;
	color: #000;
	margin: 0 6px;
	padding: 0 4px;
	
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#header .navigation a, #header .navigation span {
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
#header .navigation .current,
#header .navigation li:hover {
	color: #000;
	
	background-image: url("img/light_gray_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	overflow: hidden;
}
#header .navigation li:hover a {
	color: #FFF;
}


/* ------------------------------ */
#telephone_block {
	margin-top: 20px;
	display: inline-block;
	text-align: left;
	font-size: 12px;
}
#telephone_block span {
	display: block;
	margin: 0 5px 5px;
	
	color: #fff;
	line-height: 14px;
}
#telephone_block .form {
	
	color: #999;
	
	width: 270px;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	
	background-image: url("img/light_gray_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	overflow: hidden;
}
#telephone_block input[type="text"]{
	display: inline-block;
	border: none;
	background: none;
	outline: none;
	color: #555;
}
#telephone_block .code,
#telephone_block .number {
	display: inline-block;
	
	line-height: 20px;
	padding: 0 5px;
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#telephone_block .code input {
	width: 22px;
}
#telephone_block .number input {
	width: 132px;
}
#telephone_block .button {
	float: right;
	height: 100%;
	
	background-image: url("img/phone_button_bg.png");
	background-position: left top;
	background-repeat: repeat-y;
}
#telephone_block .button input {
	display: block;
	width: 42px;
	height: 42px;
	margin-right: 4px;

	border: none;
	background: none;
	background-image: url("img/telephone.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#categorySliderWrapper {
    position: 		relative;
	width: 			100%;
	max-width:		100%;
	background: 	#e8e8e8;   
}
#categorySliderContainer {
    position: 		relative;
	width: 			90%;
	max-width:		1200px;
	margin: 		0 auto;	
	height:			140px; 
	text-align:		center;	  	
    padding: 		10px 0;
}	   

/* Slider Category
------------------------------------------------------------ */
.category-slider .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.category-slider .owl-item {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.category-slider .item {
    margin-right: 8px;
    margin-left: 8px;
    width: 100%; 
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;			
}
.category-slider .item a {
    background: #fff;
    color: #000;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90%;
/*    border: 2px solid #ffffff;  */
	text-decoration: none;
} 
.category-slider .item a span {
    position: relative;
    flex: 0 0 auto;	   

}
/*
.category-slider .item a span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
} 
*/
.category-slider .item a h6 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 5px;
    margin: 0;
    font-size: 0.8em;
    font-weight: bold;
	text-decoration: none;
}	 


/* CONTENT AREA
------------------------------------------------------------ */
#content_area {
	position: relative;

	margin-top: 48px;
	background-color: #fff;
	background-image: url("img/content_bg.png");
	background-position: right top;
	background-repeat: repeat-y;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 0 2px 8px #888;
}
#content {
	padding: 0 20px 20px 20px;
	font-size: 0.9375em;
} 
@media screen and (max-width: 768px) {
  #content { 
	padding: 0 5px 5px 10px;
  }
} 
#content > ul,
#content > ul ul,
#content > ul > li,  
#content > ul > li li  
{
	list-style-position: inside;
	list-style-image: url("img/solid_marker.png");
}
#content > ul ul {
	margin: 5px 0 5px 20px;
}

#content > p {
	clear: both;
}
#content > p img {
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content > p img.right {
	float: right;
	margin-left: 10px;
}
#content > p img.left {
	float: left;
	margin-right: 10px;
}

img.left {
	display: block;
	padding: 4px;
	position: relative;
	background-color: #cccccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 5px 0;
}
	
/* ------------------------------ */
#bookmarks {
	position: absolute;
	width: 1084px;
	top: -28px;
	right: 2px;
	
	font-size: 14px;
	font-weight:bold;
	text-align: right;
	cursor: default;
}
#bookmarks li {
	width: 137px;
	height: 22px;
	padding-top: 6px;
	margin: 0 -2px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background-image: url("img/bookmark_small.png"); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
#bookmarks li.current {
	background-position: left top;
}
#bookmarks a {
	color: inherit;
	text-decoration: none;
	font-size: 11px;
}

#bookmarks li.bnew {
	width: 120px;
	color: #ffff00;
	text-align: center;
	background-image: url("img/bookmark2.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* ------------------------------ */
#catalog {
	width: 100%;
	text-align: left;
	margin-bottom: -20px;
}
#catalog > li {
	width: 346px;
	display: inline-block;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px 10px 20px 0;
	
}
#catalog .primary_information {
	float: left;
	width: 130px;
	font-size: 13px;
}
#catalog .primary_information .image {
	display: block;
	padding: 4px;
	position: relative;
	background-color: #cccccc;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
}
#catalog .zoom {
	position: absolute;
	bottom: 8px;
	right: 8px;
	
	display: block;
	width: 18px;
	height: 18px;
	
	background-image: url("img/zooming_glass.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#catalog img {
	cursor: pointer;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
#catalog .make_an_order {
	display: block;
	
	color: #fff;
	padding: 4px 0;
	
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	
	background-image: url("img/buttons_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	-moz-border-radius: 5px;
	border-radius: 5px;

}
/* ------------------------------ */
#catalog .details {
	margin-left: 140px;
	line-height: 13px;
}
#catalog .details ul {
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0 5px;
}
#catalog .title {
	font-size: 12px;
	color: #a70101;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
#catalog .title a{
	font-size: 12px;
	color: #a70101;
	font-weight: bold;
}
#catalog span.model {
	font-size: 14px;
}
#catalog span.price {
	font-size: 17px;
	color: #014171;
}
#catalog p {
	font-size: 13px;
	margin: 0;
}
#catalog .read_more {
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	margin: 5px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
	background-image: url("img/buttons_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	cursor:pointer;
}
/* ------------------------------ */
#item_card {
	margin-bottom: 40px;
}
#item_card .title {
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#item_card .price {
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}
#item_card .price span {
	font-size: 18px;
	color: #a10000;
	font-weight: bold;
}
#item_card .galery {
	width: 250px;
	float: left;
	text-align: center;
	line-height: 0;
	margin-bottom: 20px;
}
#item_card .galery img {
	display: block;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#item_card .galery a {
	display: inline-block;
}
#item_card .galery .main {
	padding: 4px;
	display: inline-block;
	position: relative;
	background-color: #1968a4;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
}
#item_card .thumbnails a{
	margin-bottom: 3px;
}
#item_card .warranty {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	width: 70px;
	height: 70px;
	
	background-image: url("img/warranty.png");
	background-postion: left top;
	background-repeat: no-repeat;
}


/* ------------------------------ */
#item_card .description {
	position: relative;
	margin-left: 270px;
}
#item_card .prev,
#item_card .next {
	display: block;
	position: absolute;
	top: -33px;
	
	color: #014171;
	font-size: 10px;
}
#item_card .prev {
	left: 15px;
}
#item_card .next {
	right: 15px;
}
#item_card .actions {
	float: right;
	width: 170px;
	padding: 10px;
	font-size: 12px;
	list-style: none;
	margin-left: 15px;
	
	background-image: url("img/news_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
}
#item_card .actions li:first-child {
	font-size: 16px;
	line-height: 22px;
}
#item_card .actions a {
	color: #fff;
	font-weight: bold;
}

/* ------------------------------ */
#specification {
	float: left;
	width: 320px;
	text-align: left;
	margin-bottom: 40px;
	
}
#specification td {
	font-weight: bold;
	color: #a50202;
	border-left: 1px solid #064778;
	padding-left: 5px;
}
#specification th {
}
#specification tr {
	border-top: 1px solid #064778
}
#specification tr:first-child {
	border: none;
}

/* ------------------------------ */
#options {
	float: right;
	width: 340px;
	margin-bottom: 40px;
}
#options li {
}
#options a {
	color: #000;
	display: inline-block;
	width: 210px;
}
#options .price {
	display: inline-block;
	margin: 0;
	width: 90px;
	font-size: inherit;
	color: #a50202;
	font-weight: bold;
}
#options .photo {
	display: inline-block;
	width: 27px;
	height: 17px;
	
	background-image: url("img/photo_ico.png");
	background-position: right center;
	background-repeat: no-repeat;
}
/* ------------------------------ */
#order_form {
	width: 310px;
}
#order_form .notification{
	display: block;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#order_form fieldset,
#order_form ul {
	margin-bottom: 10px;
}
#order_form input[type="text"],
#order_form textarea {
	display: block;
	width: 100%;
	padding: 5px;
	
	background-color: #dcdcdc;
	
	border-top: 2px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	outline: none;
}

#order_form input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
#order_form label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#order_form label .price {
	display: block;
	margin: 0;
	font-size: inherit;
}
#order_form li {
	margin: 5px;
}
#order_form input[type="submit"] {
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
	
	background-image: url("img/light_gray_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	
	border: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0 1px 2px #000;
}

/* SIDEBAR
------------------------------------------------------------ */
#sidebar {

}

/* ------------------------------ */
#search {
	height: 30px;
	border:	1px solid #dcdcdc;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
#search input {
	display: inline-block; 
	border: 0;		  
	padding: 0;
	margin: 0;
	background: transparent;
}
#search input[type="text"] {
	height:	30px;  
	width: 80%;
	padding: 0;
	margin: 0;
	padding: 0 0 0 10px; 
	color: #666666;
}
#search input[type="submit"] {
	height:	30px;  
	width:	10%;
	color: #fff;
	float: right;
	margin-right: 10px;
	background-image: url("img/search-b.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/* ------------------------------ */
#sidebar {
	margin-bottom: 10px;
}
#sidebar .navigation {
	font-size: 15px;
	margin-bottom: 20px;
}
#sidebar .navigation .title {	 
    height: 42px;	  
	color: #111111;
	font-size: 1.3em;
	line-height: 40px;
	background: #bbbcc1;
	border: 0;
	margin: 5px 0 0 0;	
	padding-left: 25px;
}


#sidebar .navigation > ul ul {
	margin: 5px 0;
	display: none;
}
#sidebar .navigation > ul > li,
#sidebar .navigation > ul > li li {
	position: relative;
	cursor: pointer; 
}
#sidebar .navigation > ul > li {
	color: #222222;
	font-size: 1.1em;
	margin: 1px 0;
	padding: 6px 0 6px 16px; 
	background: #ededed;
	background-image: url("img/folder.png");
	background-position: top left;
	background-repeat: no-repeat;	
}
#sidebar .navigation > ul > li li {
	margin: 1px 0;
	background: #e1e1e1;
	background-image: url("img/file.png");
	background-position: top left;
	background-repeat: no-repeat;	
	padding: 6px 0 6px 13px; 
	border-bottom: 1px solid #d0d0d0;
}

#sidebar .navigation > ul > li a {
	font-weight: bold; 
	font-size: 0.9em;
	color: #212121;
	text-decoration: none;
}
#sidebar .navigation > ul > li a:hover {
  	color: #ff0000;
}


/* ------------------------------ */
#latest_news {
	padding: 10px 0;
}
@media screen and (max-width: 1250px) {
  #latest_news {
    padding-left: 10px;
  }	
}
@media screen and (max-width: 800px) {
  #latest_news { 
    display: none;
  }
}
#latest_news .title {
	position: relative;
	height: 43px;
	padding: 0 0 0 40px;
	
	color: #003357;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2.6em;

 	border: 0;
	border-bottom: 1px dashed #d1d1d1;
	background: none;	
	background-image: url("img/news-t.png");
	background-position: left center;
	background-repeat: no-repeat;
	
}
@media screen and (max-width: 1100px) {
  #latest_news .title {
	font-size: 0.75em; 
	padding-top: 12px; 
  }
}
.leftNewsDate {
    position: 		relative;  
	height: 		24px;
	color:			#cb0131;
	padding:		7px 0 0 30px;
	background: 	url(img/leftNewsDateBg.png) top left no-repeat;
}
.leftNewsText {
    position: 		relative;  
	width: 			94%;
	margin:			0 auto;
	font-size:		0.9375em;   	
	margin-bottom:	10px;
}
.leftNewsText a, .leftNewsText a:visited {color:#000000; text-decoration:none;}
.leftNewsText a:hover {COLOR:#ff0000;}

#latest_news li {
	margin: 5px 0px;
	padding-bottom: 10px;
}
#latest_news a {
	text-decoration: none;
	font-size: 0.8125em;
	color: #222222;
}
#latest_news .date {
	display: block;
	text-align: left;
	color: #0294e1;
	font-size: 0.8125em;
	margin-top: 5px;
}
#latest_news .read_more {
	display: block;
	text-align: center;
	border-top: 1px dashed #d1d1d1;		
}
#latest_news .read_more a {
	display: inline-block;
	font-size: 0.8125em; 
	width: 100px;
	color: #ffffff;
	padding: 8px 15px;
	margin: 10px;
	background: #464646;	
	-moz-border-radius: 18px;
	border-radius: 18px;
}


/* ------------------------------ */
#documents {
	padding: 10px 0;
}
@media screen and (max-width: 1250px) {
  #documents {
    padding-left: 10px;
  }
}  
@media screen and (max-width: 850px) {
  #documents { 
    display: none;
  }
}
#documents .title {
	position: relative;
	height: 43px;
	padding: 0 0 0 40px;
	
	color: #003357;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2.6em;

 	border: 0;
	border-bottom: 1px dashed #d1d1d1;
	background: none;	
	background-image: url("img/documents-t.png");
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  #documents .title {
	font-size: 0.75em; 
	padding-top: 12px; 
  }
}
#documents .read_more {
	display: block;
	text-align: center;
	border-top: 1px dashed #d1d1d1;
}
#documents .read_more a {
	display: inline-block;
	font-size: 0.8125em; 
	width: 100px;
	color: #ffffff;
	padding: 8px 15px;
	margin: 10px;
	background: #464646;	
	-moz-border-radius: 18px;
	border-radius: 18px;
}

/* ------------------------------ */
#pay {
	padding: 10px 0;   
}
@media screen and (max-width: 1250px) {
  #pay {	
    padding-left: 10px;
  }
}  
@media screen and (max-width: 800px) {
  #pay { 
    display: none;
  }
}
#pay .title {
	position: relative;
	height: 43px;
	padding: 0 0 10px 40px;
	
	color: #003357;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2.6em;

 	border: 0;
	background: none;	
	background-image: url("img/pay-t.png");
	background-position: left center;
	background-repeat: no-repeat;
	
}
@media screen and (max-width: 1100px) {
  #pay .title {
	font-size: 0.75em; 
	padding-top: 20px; 
  }
}
#pay img {
	max-width: 	100%;
	height: 	auto;   
}



/* News
-----------------------------------------------------------------------------*/
.newsContainer {
    position: 		relative;
    width: 			100%;
	min-height:		200px;		   
	margin-bottom:	20px;
}
.newsLeft {
	position:		relative;
	float:			left;
    width: 			25%; 
	height:			100%;		
}
.newsRight {
	position:		relative;
	float:			left;
    width: 			75%;
}

.newsNameContainer {
	position:		relative;
	width:			100%;	
	background:		#050b17; 
	color:			#ffffff;
	text-transform: uppercase;
	padding:		12px 2% 12px 2%;
	margin:			0 0 20px 0;
}
.newsName {
	position:		relative;
	width:			70%;	
	float:			left;
}
.newsDate {
	position:		relative; 
	width:			28%;	   	 
	margin-left:	70%;
}
													   
.newsText {
	position:		relative;
	width:			96%;	
/*	padding:		0 2% 0 2%; */
	padding:		0;
}
.newsText font {    
  	font: 			normal 100% "Roboto Condensed", Verdana, Arial, sans-serif; 
}
.newsText2 {
	position:		relative;
	width:			96%;	
	padding:		0 2% 0 2%;
	min-height:		50px;		   
}
.newsText2 font {    
  	font: 			normal 100% "Roboto Condensed", Verdana, Arial, sans-serif; 
}
.newsText2 img {
	max-width:		100%;	  
}
.newsImg {
    position: 		relative;
	width:			100%;
	min-height:		150px;
} 
.newsImg2 {
    position: 		relative;
	width:			100%;
	min-height:		150px;
	margin-top:		45px;
}
.newsImg img {
	max-width:		100%;	  
	margin:			0 !important;
	padding:		0 !important;
}
.newsImg2 img {
	max-width:		100%;	  
	margin:			0 !important;
	padding:		0 !important;
}
.newsButon {
/*
    position: 		absolute;
	bottom:			25px;
	left:			-34%;
	width:			34%;
*/
	position:		relative;
	width:			100%;
	color:			#ffffff;
	font-size:		0.875em;
	padding:		10px 0 0 0;
}
.newsButton1 {
    position: 		relative;
	float:			left;
	width:			50%; 
	height:			35px;
	background:		#314288;
	padding:		15px 0 0 0;
	text-align:		center;
}
.newsButton1 a, .newsButton1 a:visited {COLOR:#ffffff; text-decoration:none;}
.newsButton1 a:hover {COLOR:#ffff00;}
.newsButton2 {
    position: 		relative;
	float:			left;
	width:			50%;   
	height:			35px;
	background:		#cb0131;
	padding:		15px 0 0 0;
	text-align:		center;
}
.newsButton2 a, .newsButton2 a:visited {COLOR:#ffffff; text-decoration:none;}
.newsButton2 a:hover {COLOR:#ffff00;}




/* FOOTER
------------------------------------------------------------ */
#footer {
	position: relative;
	height: 		140px;
	width: 			100%;
	max-width:		100%;
  	overflow: 		hidden;	
	padding: 		10px 0;  		 
	color: 			#c4cad2;
	font-size: 		0.8125em;
    background-color: #000005;
    background-image: url(img/logo-big.png);
    background-repeat: no-repeat;
    background-position: center;
}	  
@media screen and (max-width: 1250px) {
  #footer {
    padding-left: 	2%;
	width:			98%;
  }
}  
@media screen and (max-width: 1100px) {
  #footer {
	height: 170px;
  }	 
}
@media screen and (max-width: 768px) {
  #footer {
	height: 200px;
  }
} 

#footerContainer {
    position: 		relative;
	width: 			90%;
	max-width:		1200px;
	height: 		127px;
	margin: 		0 auto;	 		 
}	
@media screen and (max-width: 1250px) {
  #footerContainer {
	width: 		100%;
  }	
}  
				
#footerLeft {
    position: 		relative;
	width:			58%;
	float: 			left;
	overflow: 		hidden;
}
@media screen and (max-width: 600px) {	 
  #footerLeft {
	width:			100%;
  }
}
#footerRight {
    position: 		relative;
  	width: 			38%;
	margin-left: 	60%;
	padding-left:   10px; 	
	overflow: 		hidden;
	border-left: 1px dashed #81a1b9;	
}
@media screen and (max-width: 600px) {	 
  #footerRight {
    display: none;
  }
}

#footer span {
	display: block;
	margin-bottom: 10px;
}
#footer .em {
	color: #ffffff;
	font-weight: bold;
}
#footer img{
	display: inlin-block;
	vertical-align: top;
}
#footer .contacts {
}
#footer .contacts span {
	margin-bottom: 10px;
	color: #bdc4cc;
}
#footer .contacts span > span {
	margin: 0;
	display: inline;
	font-size: 15px;
}
#footer .contacts .title {
	line-height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ededed;	
	border: 0;
	background-color: transparent;
}
#footer .contacts b {
	color: #bdc4cc;
	font-weight: bold;
}
#counters {
}
#counters > div {
	margin-right: 20px;
	display: inline-block;
}




/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
div.catalogue
{
	clear: both;
	float: left;
	width: 100%;
}
div.catalogue_item
{
	clear: both;
	float: left;
	width: 575px;
	background-color: #e3e3e3;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}
img.item
{
	border: 4px solid #ffffff;
	border-radius: 5px;
}
div.catalogue_item div.left span.price
{
	display: block;
	background-color: #064778;
	width: 160px;
	height: 27px;
	border: 4px solid #ffffff;
	border-radius: 5px;
	font-family: 'Roboto', Arial;
	font-size: 20px;
	color: #fefefe;
	text-align: center;
	padding-top: 7px;
	margin-top: 6px;
}
div.special div.left span.price
{
	background-color: #d42222;
	border: 4px solid #ffffff;
}
span.availability
{
	font-size: 17px;
	width: 169px;
	display: block;
	text-align: center;
	margin-top: 6px;
}
div.catalogue_item div.left
{
	float: left;
	width: 169px;
	margin-right: 17px;
}
div.catalogue_item div.right
{
	float: left;
	width: 380px;
}
div.catalogue_item div.right a.title
{
	font-size: 16px;
	color: #064778;
	font-weight: normal;
}
div.catalogue_item div.right ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-size: 13px;
	color: #000000;
}
div.catalogue_item div.right li
{
	background: url(../i/mark.png) left no-repeat;
	padding-left: 15px;
	margin-bottom: 1px;
}
div.catalogue_item div.right li span.params
{
    font-weight: bold;
}
div.special div.right li span.params
{
	display: inline-block;
	background-color: #064778;
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	color: #fffefe;
	font-size: 13px;
}
div.catalogue_item div.right a.details
{
	display: block;
	float: left;
	margin-left: 14px;
	color: #d42222;
	font-size: 14px;
	font-weight: normal;
	background: url(../i/dott.jpg) bottom repeat-x;
}
div.catalogue_item div.right a.details:hover
{
	color: #000000;
	text-decoration: none;
	background: url(../i/dott_black.jpg) bottom repeat-x;
}
a.detailed
{
	display: block;
	float: left;
	color: #d42222;
	font-size: 12px;
	font-weight: normal;
	background: url(../i/dott.jpg) bottom repeat-x;
	margin-bottom: 10px;
	margin-top: 0px;
}
a.detailed:hover
{
	color: #000000;
	background: url(../i/dott_black.jpg) bottom repeat-x;
	text-decoration: none;
	cursor: pointer;
}
img.zoom
{
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
div.catalogue_item div.right h4
{
	margin-top: 0px;
}
div.catalog_description
{
	height: 80px;
	overflow: hidden;
	line-height: 15px;
}


div.item_detailed span.price
{
    float: right;
	height: 27px;
	border-radius: 5px;
	font-family: 'Roboto', Arial;
	font-size: 18px;
	color: #fefefe;
	text-align: center;
	padding: 7px;
	padding-bottom: 0px;
	margin-top: 6px;
	background-color: #d42222;
	margin-bottom: 10px;
}
div.item_detailed div.left
{
	width: 376px;
	float: left;
}
div.item_detailed div.right
{
	width: 260px;
	float: left;
	margin-left: 16px;
}
div.item_detailed div.params
{
    clear: both;
	border: 1px solid #000000;
	border-radius: 5px;
	width: 340px;
	padding: 5px;
}
div.item_detailed div.params td
{
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
span.red
{
	color: #a50202;
}
span.advanced
{
	clear: both;
	float: left;
	font-size: 17px;
	color: #064778;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../i/advanced.png) left top no-repeat;
	height: 25px;
	padding-left: 30px;
	margin-left: -30px;
}
span.need
{
	clear: both;
	float: left;
	font-size: 17px;
	color: #064778;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../i/need.png) left top no-repeat;
	height: 25px;
	padding-left: 30px;
	margin-left: -30px;
}
span.best
{
	clear: both;
	float: left;
	font-size: 17px;
	color: #064778;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../i/best.png) left top no-repeat;
	height: 25px;
	padding-left: 34px;
	margin-left: -32px;
}
div.need_text_bg
{
	clear: both;
	float: left;
	width: 600px;
	border: 1px;
	padding: 1px;
	border-radius: 10px;
background: rgb(169,3,41);
background: -moz-linear-gradient(top, rgba(184, 0, 0, 1) 0%, rgba(120, 0, 0, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184, 0, 0, 1)), color-stop(100%,rgba(120, 0, 0, 1)));
background: -webkit-linear-gradient(top, rgba(184, 0, 0, 1) 0%,rgba(120, 0, 0, 1)) 100%);
background: -o-linear-gradient(top, rgba(184, 0, 0, 1) 0%,rgba(120, 0, 0, 1) 100%);
background: -ms-linear-gradient(top, rgba(184, 0, 0, 1) 0%,rgba(120, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
background: linear-gradient(top, rgba(184, 0, 0, 1) 0%,rgba(120, 0, 0, 1) 100%);
}

div.need_text { background: #f0f0f0; float: left; margin: 2px; border-radius: 10px; padding: 10px;}

ul.why
{
	list-style: none;
	width: 600px;
	float: left;
}
ul.why li
{
	background: url(../i/mark_why.png) left no-repeat;
	padding-left: 23px;
}
div.big_photo
{
	clear: both;
	float: left;
	width: 240px;
}
img.guarantee
{
	position: relative;
	z-index: 2;
	float: right;
	margin-top: -215px;
	margin-right: -30px;
}
img.big_photo
{
	border: 5px solid #064778;
	border-radius: 10px;
}
div.small_photo
{
	clear: both;
	float: left;
	width: 253px;
	margin-top: 10px;
}
div.small_photo img
{
	border: 1px solid #064778;
	border-radius: 3px;
	margin-left: 1px;
	margin-right: 1px;
}
div.buttons
{
	clear: both;
	float: left;
	width: 253px;
}		   
div.buttons span {
	font-size: 17px;
	color: #014171;
}
/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li, .page-nav > span {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
	margin-bottom: 10px;	
}

.page-nav li {
	margin-right: 5px;
	line-height: normal;
}

.page-nav a {
	display: block;
	color: #FFF;
	background-color: #044575;
}

.page-nav a, .page-nav li.current {
	padding: 5px 10px;
	border-radius: 2px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

.page-nav a:hover, .page-nav li.current {
	color: #044575;
	background-color: #fff;
}

/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px solid #ddd;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#666;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0; color:#444;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:10px 18px 8px 0;}
	span.genericItemImage img {border:1px solid #ddd;padding:4px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}
	
	div.genericItemExtraFields {}
		div.genericItemExtraFields h4 {}
		div.genericItemExtraFields ul {}
			div.genericItemExtraFields ul li {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

	div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ddd;}
		div.genericItemCategory span {font-weight:bold;color:#bbb;padding:0 4px 0 0;}
		div.genericItemCategory a {font-weight:bold;}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {font-weight: bold;}
	div.genericItemReadMore a:hover {}


/*gallery*/
.galimages_border {
    width:207px;
    height:264px;
    margin-left:15px;
    float:left;
    background: url("img/frame.png") 2px 0 no-repeat;
}
.mod_gal_img {
    text-align:center;
}
.mod_gal_img img{
    margin:40px 0 0 0;
    border-top:2px solid #dedede;
    border-right:2px solid #dedede;
    border-bottom:2px solid #e9e9e9;
    border-left:2px solid #e9e9e9;
}
.mod_gal_header {
    width:160px;
    margin:0 auto 0 auto;
    text-align:center;
    font-family: 'Roboto', Arial;
    color:#78bd3d;
    font-size:12px;
    font-weight:bold;
}
.mod_gal_header table td {
    font-family: 'Roboto', Arial;
    font-size:12px;
    font-weight:bold;
    color:#78bd3d;
    height:35px;
    text-align:center;
    vertical-align:middle;
}
.page_navigation_box span{
    margin:0 5px;
}
.page_navigation_box a{
    text-decoration:none !important;
    margin:0 2px;
}
/* ************************************************************************************* */
/*gallery*/
.galimages_border {
    width:207px;
    height:204px;
    margin-left:15px;
    float:left;
    background: url("http://wedding-4you.ru/images/ramka.png") 2px 0 no-repeat;
}
.mod_gal_img {
    text-align:center;
}
.mod_gal_img img{
    margin:7px 0 0 0;
	margin-left:25px;
    border-top:2px solid #014171;
    border-right:2px solid #014171;
    border-bottom:2px solid #014171;
    border-left:2px solid #014171;
}
.mod_gal_header {
    width:160px;
    margin:0 auto 0 auto;
    text-align:center;
    font-family: 'Roboto', Arial;
    color:#78bd3d;
    font-size:12px;
    font-weight:bold;
}
.mod_gal_header table td {
    font-family: 'Roboto', Arial;
    font-size:12px;
    font-weight:bold;
    color:#78bd3d;
    height:35px;
    text-align:center;
    vertical-align:middle;
}
.page_navigation_box span{
    margin:0 5px;
}
.page_navigation_box a{
    text-decoration:none !important;
    margin:0 2px;
}

hr{
	color:#FF0066; /*Ã¤Ã«Ã¿ IE*/
	background-color:#FF0066; /*Ã¤Ã«Ã¿ Ã­Ã®Ã°Ã¬Ã Ã«Ã¼Ã­Ã»Ãµ Ã¡Ã°Ã Ã³Ã§Ã¥Ã°Ã®Ã¢*/
	border:none;
	height:2px;
	clear:both;
}
/**********************************************/

.box-modal textarea, .box-modal input[type="text"], .box-modal input[type="password"], .box-modal input[type="datetime"], .box-modal input[type="datetime-local"], .box-modal input[type="date"], .box-modal input[type="month"], .box-modal input[type="time"], .box-modal input[type="week"], .box-modal input[type="number"], .box-modal input[type="email"], .box-modal input[type="url"], .box-modal input[type="search"], .box-modal input[type="tel"], .box-modal input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.box-modal select, .box-modal textarea, .box-modal input[type="text"], .box-modal input[type="password"], .box-modal input[type="datetime"], .box-modal input[type="datetime-local"], .box-modal input[type="date"], .box-modal input[type="month"], .box-modal input[type="time"], .box-modal input[type="week"], .box-modal input[type="number"], .box-modal input[type="email"], .box-modal input[type="url"], .box-modal input[type="search"], .box-modal input[type="tel"], .box-modal input[type="color"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
.box-modal input, .box-modal textarea, .uneditable-input {
    margin-left: 0;
}
.box-modal input, .box-modal textarea, .uneditable-input {
    margin-left: 0;
}
.box-modal input, .box-modal textarea, .uneditable-input {
    width: 206px;
}
.box-modal input[type=radio] {
    width: 40px;
}

.box-modal input, .box-modal button, .box-modal select, .box-modal textarea {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
.box-modal label, .box-modal input, .box-modal button, .box-modal select, .box-modal textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.box-modal button, .box-modal input {
    line-height: normal;
}
.box-modal button, .box-modal input, .box-modal select {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.box-modal button, html .box-modal input[type="button"], .box-modal input[type="reset"], .box-modal input[type="submit"] {
    cursor: pointer;
}
.input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap;}
.input-prepend.ml {
	margin-right:15px;
}
.modal-content-box legend{display:block;width:100%;padding:0;margin-bottom:15px;font-size:18px;line-height:25px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    border-radius: 0 0 0 0;
    vertical-align: top;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
    font-size: 14px;
}
.input-medium {
    width: 150px;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	height:40px;
}
.btn-success {
    background-color: #014171;
    background-image: linear-gradient(to bottom, #0091FB, #014171);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-block {
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249;}
#small-modal-zak {
	width:240px !important;
}
#small-modal input[type="text"] {
	width: 236px !important;
}
#small-modal textarea {
	width: 236px !important;
}
textarea.input-lage {
	height: 90px;
    width: 213px;
}
.input-long {
	width: 456px !Important;
}
.input-medium {
	width: 213px !Important;
}
.modal_btn_zak_ins {
	cursor:pointer;
}

#leftSocial {
    position: 		relative;  
	width:			100%;
	height: 		auto;
	padding:		10px 0;
}
a.iconVk 	  {
    display: 		block;
	float:			left;
    width: 			35px;
    height: 		35px;
	background: 	url('img/vk.png') top left no-repeat;  
	margin:			0 0 0 10px;
}
a.iconVk:hover {
    background-position: -35px 0;
}
a.iconInst 	  {
    display: 		block;
	float:			left;
    width: 			35px;
    height: 		35px;
	background: 	url('img/inst.png') top left no-repeat;  
	margin:			0 0 0 10px;
}
a.iconInst:hover {
    background-position: -35px 0;
}

.catAlert
{
	height: auto;
	border-radius: 5px;
	font-family: 'Roboto', Arial;
	font-size: 18px;
	color: #fefefe;
	text-align: center;
	padding: 7px;
	padding-bottom: 5px;
	margin-top: 6px;
	background-color: #d42222;
	margin-bottom: 10px;
}

.catTitle {				 

}
.catImgContainer {
 	width: 45%; 
	height: auto; 
   	float:right;
}  
@media screen and (max-width: 600px) {
  .catImgContainer {
 	width: 98%; 
   	float:none;
  }  
}
.catPropertyContainer {
	width: 48%; 
	height: auto; 
	float:left;
}
@media screen and (max-width: 400px) {
  .catPropertyContainer {
 	width: 98%; 
   	float:none;
  }  
}
.catDescriptionContainer {
	width: 96%; 
	height: auto; 
	background-color: #eeeeee;
	padding: 1% 2%;
}
.catOptionsContainer {
	width: 96%; 
	height: auto; 
	padding: 1% 2%;
}	

.catOptionsContainer a, .catOptionsContainer a:visited {color:#555555; text-decoration:none;}
.catOptionsContainer a:hover {color:red; text-decoration:underline;}


.pg {font-size:0.9375em; color:#aaaaaa;}
.pg a, .pg a:visited {color:#aaaaaa; text-decoration:none;}
.pg a:hover {color:red; text-decoration:underline;}

.catPrice {
	width: 100%;	   
	border: 1px solid #ccc;
}
.catPrice span.price {
    float: right;
	height: 27px;
	border-radius: 5px;
	font-family: 'Roboto', Arial;
	font-size: 18px;
	color: #fefefe;
	text-align: center;
	padding: 7px;
	padding-bottom: 0px;
	margin-top: 6px;
	background-color: #d42222;
	margin-bottom: 10px;
}

div.catTileContainer {
    position: 		relative; 
	width:			96%;
/*	height:			auto;  */
	padding:		2% 1% 1% 1%;
}
div.catTile {
    position: 		relative; 
	width:			98%;
	height:			auto;  
/*	min-height:		165px; */
	padding:		5px;		  
	background-color: #eeeeee;	
/*	border: 		1px solid #e5e5e5; */
} 	 
@media screen and (max-width: 400px) {
  div.catTile {
/*	min-height:		200px; */
  }
} 


div.catTile img {	
	float: 			left;
    max-width:		30%;
	height: 		auto;	  
	max-height:		150px;
	margin:			0 20px 0 0;
/*	padding:		0 10px 5px 0;	*/
    border: 2px solid #fff;
    box-shadow: 0 5px 14px 2px #ccc;	   
}
div.catTile a, div.catTile a:visited {
	color:			#373737;
  	text-decoration:none;	
}
div.catTileTitle {			  
	width:			95%;
    font-size: 		1em;		
    color: 			#a70101;
	font-weight: 	bold;
	margin:			0 0 0 5px;
	padding-bottom: 2px;
	border-bottom: 	1px solid #ccc;
}
div.catTileModel {
    font-weight: 	bold;
    line-height: 	30px;
    margin: 		2px; 
}	
div.catTileModel span {
	font-size: 		1.25em;
}	
div.catTile .read_more {
    display: inline-block;
    color: #fff;
    padding: 3px 6px;
    margin: 5px 0;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    background-image: url("img/buttons_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

a.bott {
  display: inline-block;
  width: 150px;
  height: 2em;
  line-height: 2em;		
/*  float: right; */
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  margin: 15px 0 0 0;
  user-select: none;
  color: rgb(0,0,0);
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 2px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
}
a.bott:hover:not(:active) {
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(0,255,255,.5),
   0 -1px 1px 1px rgba(0,255,255,.5);
}
a.bott:active {
  background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
  box-shadow:
   0 0 3px rgba(0,0,0,.5) inset,
   0 1px 1px 1px rgba(255,255,255,.4),
   0 -1px 1px 1px rgba(0,0,0,.1);
}

ul.tree li {list-style: none;}
ul.tree, ul.tree li, ul.tree ul, ul.tree li a {display: block; margin: 0; padding: 1px;}
ul.tree, ul.tree a {font: 1.0625em/1.1; line-height: 30px;}
ul.tree ul {padding-left: 8px;}
ul.tree li a {padding-left: 24px; display: inline; text-decoration: none; background: url(img/page.gif) center left no-repeat;}
ul.tree li span {border-bottom: 1px solid #bbd9f6; cursor: pointer;}
ul.tree li.treeFolderOpen ul{display: block;}
ul.tree li.treeFolderOpen a {background: url(img/folderopen.gif) center left no-repeat;}
ul.tree li.treeFolderClose ul {display: none;}
ul.tree li.treeFolderClose a {background: url(img/folder.gif) center left no-repeat;}
ul.tree li.treeFile a {background: url(img/page.gif) center left no-repeat;}

.rack {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden; 
}
.dealers {
	background: #f0f0f0 url(img/dealer-bg.png) repeat-x scroll left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dealers .dmap { background: url(img/dealer-map.png) no-repeat scroll center top; }

.cleaner {
	clear:both;
	float:none;
	height:1px;
	font-size:1px;
	line-height:1px;
}

.cities {
	position: relative;
	margin: 0;
	padding: 20px 0 40px 14px;
	overflow: hidden;
}
.cities ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 16.66%; 
	float: left;
} 
@media screen and (max-width: 900px) {
  .cities ul {
    width: 33%;
  }
}
@media screen and (max-width: 400px) {
  .cities ul {
    width: 50%;
  }
}
.cities ul li {
	margin: 0 4px 12px 0;
	padding: 0 0 0 12px;
	color: #fff;
	font-size: 80%; line-height: 1;
}
.cities ul li a {
	color: #000;  
	text-decoration: none;
}
.cities ul li .noActive { color:#7f7f7f; }
.cities ul li a:hover,
.cities ul li a:active { color: #FF0000; }
.cities ul li.big { font-weight: bold; }
.cities ul li.group { background: url(img/dealer-group.png) no-repeat scroll 0 0.25em; }
.cities ul li.active { color: #000000; }
.cities ul.last { padding-bottom: 40px; }
.cities a.dealer {
	display: block;
	position: absolute;
	z-index: 10;
/*	left: 83.3%; */
	right: 15px;
	bottom: 4px;
	width: 129px;
	height: 33px;
	margin: 0 0 0 -1px;
	background: transparent url(img/button-dealer.png) no-repeat scroll 0 0;
	border: 0;
	color: transparent;
	font-size: 0;
}
.cities a.dealer:hover,
.cities a.dealer:active { background-position: 0 -35px; }
.cities a.dealer span { display: none; }

.dlist p a {
	background-image: url(img/dealer-link.gif); 
	background-attachment: scroll;
	background-position: 0 92%; 
	background-repeat: repeat-x;
}
.dlist p.link a {
	background-image: url(img/dealer-link-www.gif); 
	background-attachment: scroll;
	background-position: 0 95%; 
	background-repeat: repeat-x;
}
.dlist {
	margin: 0;
	padding: 22px 0 0 26px;
	word-spacing: -0.5em;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dlist .item {
	display: -moz-inline-box;
	display: inline-block;
	width: 250px !important;
	margin: 0 20px 20px 0;
	padding: 0;
	color: #333;
	vertical-align: top;
	word-spacing: normal;
}
.dlist h2 {
	margin-top: 0;
	font-size: 95%;
	line-height: 1;
}
.dlist .typeProduct {
	margin: -5px 0 0.2em 0;
	padding:0;
}
.dlist .typeProduct img { padding:0 8px 0 0; }
.dlist p {
	margin: 0 0 0.2em 0;
	padding: 2px 0 2px 0;
	line-height: 1.2;
}
.dlist p a {
	color: #333;
	line-height: 1;
	text-decoration: none;
	background-position: 0 95%;
}
.dlist p.addr {
	margin-bottom: 0.4em;
	padding-left: 20px;
	background: url(img/ya-map.gif) no-repeat scroll 0 2px;
}
.page .byDescrDiller .link a,
.dlist p.link a { color: #0069b3; }
.dlist a:hover,
.dlist a:active { color: #ec2327 !important; }
.dlist .item p span.skype_pnh_print_container { display: inline !important; }
.dlist .item p span.skype_pnh_container { display: none !important; }




@media screen and (max-width: 1100px) {
  #ruk-read { 
    display: none;
  }
}


@media screen and (max-width: 800px) {
  .table-mobil td { 
    display: block;
  }
}

.socialPresent {
    float:              left;
    line-height:        24px;
    padding-right:      10px;
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p{
  margin: 0;
  font-size: 0.85rem;
  text-align: left;
}
@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}