﻿@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bender';
	src: url('../fonts/Bender.eot');
	src: url('../fonts/Bender.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bender.woff') format('woff'),
		url('../fonts/Bender.ttf') format('truetype'),
		url('../fonts/Bender.svg#Bender-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}

body{
	margin: 0 auto;
	cursor: default;
}

.w1258{
	width: 1258px;
	margin: 0 auto;	  
}

thead {
	color: #fff;
	font-family: 'MyriadProRegular';
	font-size: 13px;
	table-layout:fixed
}

header{
    min-width: 1258px;
	background: #f2f1f1;
	height: 527px;
	border-bottom: 1px solid #c2c2c2;
	padding-top: 19px;
}

header .w1258 {
    position: relative;
}

header .logo{
	width: 177px;
	height: 172px;
	display: inline-block;
	*display: inline;
	background: url(../img/logo.jpg) center top no-repeat;
	vertical-align: top;
}

header .header_img{
	width: 1070px;
	height: 170px;
	border-bottom: 1px solid #d1d1d1;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	background: #fff;
}

header .header_img:after{
	content: '';
	position: relative;
	width: 1070px;
	height: 26px;
	background: url(../img/header_img_shadow.png) center top no-repeat;
	top: -4px;
	display: inline-block;
}

header .header_img img{
	margin: 4px;
}

header nav{
    background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 3px 1px 3px 3px;
	margin-top: 20px;
	height: 35px;
	width: 1244px;
	overflow: hidden;
    position: relative;
}

header nav ul{
	list-style-type: none;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}

header nav ul li{
	display: inline-block;
	*display: inline;
	background: #ff7f00;
	height: 35px;
    	line-height: 35px;
	padding: 0 53px;
}

header nav ul .active,
header nav ul li:hover {
	background: #1b1f0d;
}

header nav ul a{
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
}

header nav ul a+a>li{
	height: 35px;
    	line-height: 35px;
/*    padding: 0 54px;  5 пунктов главного меню*/
	padding: 0 90px; /* 4 пункта главного меню        */
}

header .mail{
    width: 49px;
    height: 40px;
    background: url(../img/mail_icon.png) no-repeat;
    position: absolute;
    top: -19px;
    left: 871px;
    cursor: pointer;
}

header nav .phone{
    position: absolute;
    top: 3px;
    right: 3px;
	color: #fff;
	background: #ff7f00 url(../img/phone_icon.jpg) left -1px no-repeat;
	width: 375px;
	height: 35px;
	font-family: 'MyriadProRegular';
	vertical-align: top;
	margin-left: 3px;
	font-size: 23px;
    text-align: center;
	text-indent: 55px;
	line-height: 37px;
	letter-spacing: -0.1px;
}

header .best_seller{
	list-style-type: none;
	margin-top: 24px;
}

header .best_seller a{
	text-decoration: none;
}

header .best_seller li:hover > label{
	text-decoration: none;
}

header .best_seller li{
	display: inline-block;
	*display: inline;
	width: 270px;
	min-height: 245px;
	zoom: 1;
	background: #fff;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	vertical-align: top;
	text-align: center;
}

header .best_seller li label{
	width: 270px;
	display: block;
	background: #1b1f0d;
	color: #fff;
	font-family: 'MyriadProRegular';
	font-size: 20px;
	text-decoration: underline;
	padding: 10px 0px 14px 0px;
	line-height: 19px;
	letter-spacing: -0.1px;
	cursor: pointer;
}

header .best_seller li div{
	width: 100%;
	height: 202px;
	overflow: hidden;
}

header .best_seller a+a>li{
	margin-left: 52px;
}

aside{
	display: inline-block;
	*display: inline;
	width: 290px;	
	vertical-align: top;
	padding-top: 63px;
}

aside h2{
	font-family: 'Bender';
	font-size: 36px;
	color: #525252;
	text-transform: uppercase;
	text-indent: 37px;
	letter-spacing: -0.4px;
}

aside ul{
	list-style-type: none;
	margin-top: 17px;
}

aside ul a{
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 11px;
	color: #525252;
}

aside ul a li{
	background: url(../img/aside_li_bg.jpg) left top no-repeat;
	height: 50px;
	width: 100%;
	line-height: 33px;
	display: block;
	text-indent: 42px;
    margin-bottom: 2px;
}

aside ul a .active,
aside ul a li:hover{
	background: url(../img/aside_li_hover.jpg) left top no-repeat;
	color: #fff;
    text-decoration: underline;
}

aside ul a+a>li{
	margin-bottom: 4px;
	line-height: 54px;
}
/*  */

/*
.content{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	margin-left: 110px;
	padding-top: 19px;
	width: 854px;
    	padding-bottom: 72px;
	font-family: 'Verdana';
	font-size: 12px;
	color: #000000;
}
*/
.content{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	margin-left: 95px;
	padding-top: 19px;
	width: 864px;
    	padding-bottom: 72px;
	font-family: 'Verdana';
	font-size: 12px;
	color: #000000;
}

/*
.ptice_tab {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	padding-top: 19px;
/*	font-family: 'Verdana';*/
/*	font-size: 12px;*/
	color: #000000;

}
*/

.content *{
	font-family: 'Verdana';
	font-size: 12px;
/*	color: #000000; 
	text-align: justify; */
}

/* */

.content .nav1{
    	background-color: #fff;
/*	border: 1px solid #d1d1d1; */
	padding: 3px 1px 3px 3px;
	margin-top: 20px;
	height: 25px;
	width: 843px;
	overflow: hidden;
    position: relative;
}

.content .nav1 ul{
	list-style-type: none;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}

.content .nav1 ul li{
	display: inline-block;
	*display: inline;
	background: #188ac4;
	height: 25px;
    	line-height: 25px;
    	padding: 0 22px;
}

.content .nav1 ul .active,
.content .nav1 ul li:hover {
	background: #1b1f0d;
}

.content .nav1 ul a{
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
}

.content .nav1 ul a+a>li{
	height: 25px;
    	line-height: 25px;
    	padding: 0 45px;
}


/* RXE */
.content .navrxe{
    	background-color: #fff;
/*	border: 1px solid #d1d1d1; */
	padding: 3px 1px 3px 6px;
	margin-left: -10px;
	margin-top: 20px;
	height: 25px;
	width: 843px;
	overflow: hidden;
    position: relative;
}

.content .navrxe ul{
	list-style-type: none;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}

.content .navrxe ul li{
	display: inline-block;
	*display: inline;
	background: #1a64ed;
	height: 25px;
    	line-height: 25px;
    	padding: 0 30px;
}

.content .navrxe ul .active,
.content .navrxe ul li:hover {
	background: #1b1f0d;
}

.content .navrxe ul a{
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
}

.content .navrxe ul a+a>li{
	height: 25px;
    	line-height: 25px;
    	padding: 0 28px;
}

/* end RXE */

/* FG */
.content .navfg{
    	background-color: #1a64ed;
/*	border: 1px solid #d1d1d1; */
/*	padding: 3px 1px 3px 6px; */
	margin-top: 20px;
margin-left: -5px;
	height: 25px;
	width: 843px;
	overflow: hidden;
    position: relative;
}

.content .navfg ul{
	list-style-type: none;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}

.content .navfg ul li{
	display: inline-block;
	*display: inline;
	background: #1a64ed;
	height: 25px;
    	line-height: 25px;
    	padding: 0 45px;
}

.content .navfg ul .active,
.content .navfg ul li:hover {
	background: #1b1f0d;
}

.content .navfg ul a{
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
}

.content .navfg ul a+a>li{
	height: 25px;
    	line-height: 25px;
    	padding: 0 45px;
}

/* end FG */
/* */


.content h1,
.content h2,
.content h3,
.content h4,
.content h5{
	font-family: 'Bender';
	color: #525252;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.4px;
}

.content h1{ font-size: 32px; }
.content h2{ font-size: 30px; }
.content h3{ font-size: 26px; }
.content h4{ font-size: 23px; }
.content h5{ font-size: 18px; }

.content .mainContentHeading {
    padding-bottom: 22px;
}

.content .mainSubHeading {
    padding-top: 25px;
    font-size: 22.53px;
    letter-spacing: 0;
}

.content a{
	color: #ff7f00;
	text-decoration: underline;
}

.content a:hover{
	text-decoration: none;
}

.content .img_row{
    padding-top: 5px;
}

.content .img_row img{
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 2px;
	display: inline-block;
	*display: inline;
}

.content .img_row .secondInRow{
	margin: 0px 16px 0 18px;
	text-align: center;
}

.content .breadcrumbs{
    margin-bottom: 23px;
}

.content .breadcrumbs a{
	font-size: 11px;
	color: #ff7f00;
	text-decoration: none;
}

.content .breadcrumbs a.home{
	color: #000000;
	margin-right: 5px;
	text-decoration: underline;
}

.content .breadcrumbs a+a{
	margin: 0px 11px;
}

.content p{
    letter-spacing: 0.0403em;
    padding-left: 4px;
    padding-bottom: 13px;
}

.content>p{
    width: 843px;
}

.ptice_tab table{
    border-style: none;
    padding: 3px;
}

footer{
    min-width: 1258px;
	border-top: 1px solid #c7c5c5;
	background: url(../img/footer_bg.jpg) left top repeat-x;
	height: 132px;
	text-align: center;
	color: #494a50;
	font-family: "Arial";
	font-size: 12px;
}

footer ul{
	list-style-type: none;
	margin-top: 42px;
}

footer ul a{
	text-decoration: none;
	color: inherit;
	font: inherit;
}

footer ul span{
    display: inline-block;
    *display: inline;
    margin: 0 22px;
}

footer ul li{
	display: inline-block;
	*display: inline;
	text-decoration: underline;
}

footer ul li:hover{
	text-decoration: none;
}

footer p{
	font-size: 11px;
	margin-top: 15px;
	letter-spacing: 0.6px;
}

footer a[href^="mailto:"]{
	color: #ff7f00;
}

footer a[href^="mailto:"]:hover{
	text-decoration: none;
}

.header2 {
    height: 259px;
}
/* картинки */
.content .img_row2 {
    padding-top: 20px;
    font-size: 0;
    margin-right: -13px;
}

.content .img_row2 .wrap {
    display: inline-block;
    margin-right: 13px;
    height: 185px; 
    position: relative;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px 0 0 1px;
}
.content .img_row2 .wrap2 {
    display: inline-block;
    margin-right: 25px;
    height: 200px; 
    position: relative;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px 0 0 1px;
}

.content .img_row2 .wrap4 {
    display: inline-block;
    margin-right: 25px;
    height: 100px;
	width: 100px;
    position: relative;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px 0 0 1px;
	box-shadow: 0 0 25px;
}
.content .img_row2 .caption {
    padding-bottom: 0;
    background-color: #1b1f0d;
    font-family: 'MyriadProRegular';
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    height: 32px; 
}

.content .img_row2 .caption2 {
    padding-bottom: 0;
    background-color: #1b1f0d;
    font-family: 'MyriadProRegular';
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    height: 45px; 

}

.content .img_row2 .caption4 {
    padding-bottom: 0;
    background-color: #000000;
    font-family: 'MyriadProRegular';
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    height: 18px;

}

.content .img_row2 .wrap:hover .caption {
    text-decoration: none;
}

.content .img_row2 .caption span {
    color: #fff;
    position: relative;
    top: 5px;
}
.content .img_row2 .caption2 span {
    color: #fff;
    position: relative;
    top: 5px;
}

.content .img_row3 {
    padding-top: 20px;
    font-size: 0;
    margin-right: -13px;
	float: left;
}

.content .img_row3 .wrap3 {
    display: inline-block;
    margin-right: 13px;
    height: 350px; 
    position: relative;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px 0 0 1px;
	cursor: default;
	font-weight: bold;
}

.content .img_row3 .wrap4 {
    display: inline-block;
    margin-right: 13px;
    height: 350px; 
    position: relative;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px 0 0 1px;
	cursor: default;
	font-weight: bold;
}

.content .img_row3 .caption3 {
    padding-bottom: 0;
    background-color: #fff;
    font-family: 'Bender';
    text-align: center;
    font-size: 18px;
    text-decoration: none;
	color: #525252;
/*    color: #000000;  */
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    height: 45px; 
}

.content .img_row3 .caption3 span {
/*    color: #000000;   */
	color: #525252;
    position: relative;
    top: 5px;
}

.content .img_row3 .wrap3:hover .caption3 {
    text-decoration: none;
}

.content .img_row3 .wrap4:hover .caption3 {
    text-decoration: none;
}

/**/

.content .listsWrap {
/*    font-size: 0; */
    padding-top: 14px;
    margin-right: -7px;
}

.content .listsWrap .list>.helperWrap {
    min-height: 27px;
    background-color: #e9e9e9;
}

.content .listsWrap .styledList li {
    min-height: 27px;
    background-color: #e9e9e9;
}

.content .listsWrap p {
    padding-bottom: 0;
}

.content .styledList {
    list-style: none;
}

.content .listsWrap .list {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    width: 278px;
}

.content .listsWrap .heading,
.content .listsWrap .helperWrap {
    background-color: #e9e9e9;
}

.content .listsWrap .heading {
    margin-bottom: 2px;
    line-height: 1.2em;
    padding-right: 14px;
}

.content .listsWrap  .styledList .helperWrap {
    display: block;
    background-color: #e9e9e9;
    margin-bottom: 3px;
    padding-top: 6px;
    padding-left: 28px;
    padding-right: 14px;
    padding-bottom: 4px;
    letter-spacing: 0.014em;
}

.content .listsWrap .listItemMark {
    display: inline-block;
}

/*1*/

.content .listsWrap .style1 .heading {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 14px;
    letter-spacing: -0.01em;
    padding-top: 7px;
    /*padding-bottom: 4px;*/
    padding-bottom: 3px;
}

.content .listsWrap .style1 .styledList .helperWrap {
    display: block;
    background-color: #e9e9e9;
    padding-top: 3px;
    padding-left: 14px;
    padding-bottom: 7px;
}

.content .listsWrap .style1 .listItemMark {
    margin-right: 8px;
    font-size: 14px !important;
    color: #ff7f00 !important;
}

/*2*/

.content .listsWrap .style2 .heading {
    text-transform: uppercase;
    font-size: 12.02px;
    padding-left: 14px;
    letter-spacing: 0.013em;
    padding-top: 9px;
    padding-bottom: 4px;
}

.content .listsWrap .style2 .styledList .helperWrap {
    display: block;
    background-color: #e9e9e9;
    padding-top: 5px;
    padding-left: 28px;
    padding-bottom: 7px;
}

.content .listsWrap .style2 .listItemMark {
    margin-right: 10px;
    color: #ff7f00 !important;
}

/*3*/

.content .listsWrap .style3 .heading {
    font-size: 16px;
    padding-left: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing: 0;
}

.content .listsWrap .style3 .styledList .helperWrap {
    display: block;
    background-color: #e9e9e9;
    padding-top: 5px;
    padding-left: 22px;
    padding-bottom: 7px;
}

.content .listsWrap .style3 .listItemMark {
    width: 10px;
    height: 10px;
    background: url(../img/diamond.png) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: -1px;
}
