@charset "utf-8";

@import url("сalibri/calibri.css");
@import url("сalibriItalic/calibriitalic.css");


/* HTML5 display-role reset for older browsers */
article, footer, header, menu, nav, section, figcaption { display: block; }

body, div, ul, li, form, h1, h2, h3, h4, figure { margin: 0; padding: 0;  }

html, body { height: 100%; }

body {
	background: #cccccc;
	color:#333333;
	font-size:14px;
	font-family:"Calibri Italic", Arial, Helvetica, sans-serif;
}

ul { list-style-type:none; }

a { color:#333333; }
a:hover { text-decoration:none; }
a img {	border:0 none; }

p {
	margin:0 0 10px;
}

h2 a{
    text-decoration: none;
}
h2 a:hover{
    color: #ffffff;
}
table {
	width:100%;
	border-collapse:collapse;
}

h1 {
	font-size:36px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-bottom:25px;
}
.top {
	overflow:hidden;
}
.top h1 {
	float:left;
	width: 100%;
	display: block;
	/*//width:199px;
	//padding-right:150px;
	//line-height:28px;*/
}

h2 {
	font-size:30px;
	margin-bottom:20px;
}
h2 small {
	font-size:18px;
}

h3 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}

h4 {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

.main, .bottom {
	min-width:1064px;
}

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px auto -360px;
	background: url(../images/bottom-line.png) no-repeat center bottom;
	overflow:hidden;
}

footer, .subfooter {
	height: 420px;
	clear: both;
	position:relative;
}

header, footer, .content {
	width:1024px;
	margin:0px auto;
}

header {
	padding-top:30px;
	height: 175px;	
	position:relative;
	background: url(../images/header.png) repeat-x bottom;
}
.home-page header {
	height:460px;
	background: url(../images/header-home1.jpg) no-repeat center bottom;
}


.left {
	float:left;
	width:240px;
	padding-right:20px;
	padding-bottom:140px;
	background: url(../images/left-decor.png) no-repeat center bottom;
	margin-bottom:30px;
}

.right {
	float:right;
	width:550px;
	padding-left:60px;
	padding-bottom:60px;
}

.content {
	padding-top:25px;
}

.center {
	overflow: hidden;	
	padding-bottom:20px;
}

.home-page .center {
	padding-top:150px;
	padding-left:50px;
}

/* Logo */
.logo {
	display:inline-block;
	height:150px;
	width:129px;
	background: transparent url(../images/logo.png) no-repeat;
	float:left;
	margin-right:70px;
}

/* Menu */
header .menu {
	line-height:45px;
	font-weight:bold;
	margin-right:-200px;
}
header .menu li {        
	display:inline-block;
	margin-right:8px;
}


header .menu a {
	color:#333333;
	text-decoration:none;
        display: block;
        padding: 0 1px;	
}
header .menu a sup {
	color:#ff3300;
	font-weight:normal;
}
header .menu a:hover,
header .menu .active {
	color:#ffffff;
}

header .submenu {
	background:#990000;
	width:175px;
	float:left;
	line-height:24px;
	padding:5px 0 8px;
	position:relative;
	margin-bottom:-80px;
}
header .submenu a {
	display:inline-block;
	color:#ffffff;
	padding-left:30px;
	text-decoration:none;
}
header .submenu a:hover,
header .submenu .active {
	background: url(../images/submenu-active.png) no-repeat left 14px;
}

footer .menu {
	padding-top:20px;
	font-size:12px;
}
footer .menu ul {
	display:inline-block;
	width:185px;
	padding-left:20px;
	vertical-align:top;
	line-height:19px;
}
footer .menu ul:first-child {
	padding-left:0;
}
footer .menu li { 
    list-style-type: disc;
}
footer .menu li.titlelist{
    list-style-type: none;
}

footer .menu a {
    text-decoration:none;  
}

footer .menu a:hover {
	text-decoration:underline;
}
footer .menu .titlelist a{
    background: none;
}
.left .menu {
        line-height: 1.5;
	margin-bottom:20px;
	
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}
.left .menu li{
   
    margin-left: 10px;
    list-style-type: disc;
}
.left .menu li ul li{
  //  margin-left: 10px;
    margin-left: 20px;
    list-style-type: circle;
}

.left .menu a {
        line-height: normal;
	text-decoration:none;
	//display:inline-block;
	//padding-left:10px;
        //padding-top:7px;
	//background: url(../images/bull.png) no-repeat left 14px;
}
.left .menu a:hover {
    
	text-decoration:underline;
}
.left .menu .active {
	color:#ff3333;
	//background: url(../images/bull-red.png) no-repeat left 14px;
}

/* Content */
.red  { color:#ff0000; }
.white { color:#ffffff; }

header .info {
	overflow:hidden;
	padding-top:20px;
	padding-left:50px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}

header .info small {
	font-size:14px;
	color:#ffffff;
}

header .info .grey-block {
	display:inline-block;
	padding:0 15px;
	margin-top:5px;
	line-height:45px;
	color:#ffffff;
	background: rgba(0,0,0,1.0);
}

footer .hadrout {
	position:absolute;
	right:0;
	top:-35px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#999999;
}
footer .hadrout a {
	color:#ffffff;
	text-decoration:none;
}
footer .hadrout a:hover {
	color:#666666;
}

footer .info {
	position:absolute;
	right:0;
	bottom:35px;
	min-height:92px;
	background: url(../images/logo-bottom.png) no-repeat left top;
	text-align:right;
	padding-left:50px;
	width:360px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

footer .info .copy {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	color:#ffffff;
}

footer .info .phone {
	font-size:20px;
	line-height:26px;
	display:inline-block;
	margin-top:6px;
}
footer .info .phone small {
	font-size:14px;
	color:#ffffff;
}

article, .block {
	overflow:hidden;
	margin-bottom:20px;
}
article {
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}
article p {
	line-height:21px;
}
article li{
    list-style-type: square;
    margin-left: 20px;
}
.image-block{
   width: 765px; 
   //height: 130px; 
   display: block; 
   //overflow:hidden; 
   float:left;
   margin-bottom: 10px;
}
.image-block a{
    display: block;
    float: left;
    margin: 5px 10px;    
}
.image-block img{
    width: 189px;
    height: 130px;
}
.catalog-images div{float: left}
.catalog-images a.main-img{    
    //float: left;
    //display: block;
    height:280px;
    width:280px;
    background-color: #fff;
     display:table-cell;    
    vertical-align: middle;
}
.catalog-images a.main-img img{
   margin: auto;
}

.img-preview2 {
    float: left;
    display:block;
    
    //vertical-align:top;    
    //text-align:right;
    width:160px;
    //margin-bottom:-10px;
}
.img-preview2 li {
        display: block;
        float: left;
	padding-bottom:8px;
	padding-left:8px;
}
.img-preview2 li a{
    //display: block;
    height: 61px;
    width: 65px;
    background-color: #fff; 
    //display:flex;
    display:table-cell;    
    vertical-align: middle;
}


.white-block {
	background:#ffffff;
	overflow:hidden;
	padding:20px 15px 0;
	margin-bottom:20px;
}
/*.right .white-block:first-child {
	margin-top:-20px;
}*/

.text {
	padding:0 15px;
}

h3 .data {
	float:right;
	color:#999999;
	font-weight:normal;
}
article h3 a { text-decoration:none; }
article h3 a:hover { color:#ffffff; }
.white-block article h3 a:hover { color:#999999; }

.back-link {
	display:inline-block;
	background: url(../images/back-link.png) no-repeat right top;
	padding-top:2px;
	line-height:22px;
	padding-right:10px;
}

.img-preview {
	display:inline-block;
	padding-right:10px;
	vertical-align:top;
}
.img-preview li {
	margin-bottom:14px;
}
.img-preview li:last-child {
	margin-bottom:0;
}



.path {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	display: block;
	width: 100%;
}
.path a { text-decoration:none; }
.path a:hover { color:#ffffff; }

.product-summary {
        margin-top: -15px;
	float:left;
	width:280px;
	padding:0px;
	//background:rgba(255,255,255,0.5);
	margin-right:10px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color:#000000;
}
.product-summary li {
	padding-bottom:14px;
}
.price-block{
    float: right;
    width: 142px;
}
.price {    
	text-align:center;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	line-height:35px;
	margin-bottom:10px;            
}

.buy-btn {
	display:block;
	overflow:hidden;
	border:solid 2px #666666;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:24px;	
	//margin-bottom:30px;
}
.buy-btn:hover {
        color:#ffffff;	
	border:solid 2px #ffffff;
}

.note {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	overflow:hidden;
}

.decor {
	position:absolute;
	left:60px;
	bottom:-150px;
	background: url(../images/home-decor.png) no-repeat;
	height:295px;
	width:389px;
}

.border-block {
	padding:20px 20px 10px;
	border:solid 4px #ffffff;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}
.list li {
	padding-left:10px;
	background: url(../images/bull.png) no-repeat left 7px;
	margin-bottom:10px;
}

.advantage {
	display:inline-block;
	width:170px;
        height: 150px;
	vertical-align:top;
	margin-right:10px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	background: url(../images/advantage.png) no-repeat left bottom;
	padding-bottom:10px;
}
.advantage h1 {	
	font-size:72px; 
	margin-bottom:0;
}
.advantage h1 small { font-size:36px; }
.advantage a {
	color:#cc0000;
	text-decoration:none;	
}
.advantage a:hover {
    text-decoration:underline;	
}
.promo {
	font-size:15px;
	color:#473015;
	font-weight:bold;
	line-height:22px;
}
table{
    margin: 15px 0;
}
.product-summary table tr:first-child{
    border: none;
}
table tr.header{
	border-bottom:solid 1px #ed1c24;
}
table.item-list tr.link:hover{
    background: rgba(100,0,0,0.1);
    cursor: pointer;
}
table td {
	color:#473015;
	height:30px;
	padding:0 15px;
	text-align:center;
}
table tr td:first-child {
	text-align:left;
}
/*.product-list tr td:last-child {
	text-align:right;
	width:100px;
}*/
table tr:nth-child(odd){
	background: rgba(235,235,235,0.65);
}
.catalog-items{
    
}

.catalog-items li{
    width: 189px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;    
}
.catalog-items li div{ 
    height: 130px;
    background: #ffffff;
    display: block;
    overflow:hidden;
    float:left;
    margin-bottom: 10px;
    vertical-align: top;
}

