@import "../fonts/ptsans/ptsans.css";
/*
font-family: 'PTSansCaptionBold';
font-family: 'PTSansCaption';
font-family: 'PTSansNarrowRegular';
font-family: 'PTSansNarrowBold';
font-family: 'PTSansItalic';
font-family: 'PTSansBoldItalic';
font-family: 'PTSansBold';
font-family: 'PTSansRegular';
*/
/*--Стандартные элементы--*/
html,body {font: 13px/16px normal 'PTSansRegular', sans-serif; background: #343f52; color: #343434;}
h1,h2,h3,h4,h5{font-family: 'PTSansCaptionBold';}
h1{font-size: 30px; margin-bottom: 20px;}
h2{font-size: 26px; margin-bottom: 15px;}
h3{font-size: 23px; margin-bottom: 10px;}
h4{font-size: 20px; margin-bottom: 10px;}
h5{font-size: 17px; margin-bottom: 5px;}
a{color: #204375; text-decoration: none;}
a:hover{color: #204375; text-decoration: underline;}
ul{}
ul li{}
ul li a{}

/* Элементы сайта */
.img-thumbnail{border-radius: 0; border-color: #959595;}
.container{position: relative; width: 960px; margin: 0 auto;}
.btn, .btn-default, .btn-primary, .btn-warning{
	border: 1px solid #959595;
	color: #343434;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cacaca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cacaca));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cacaca 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cacaca 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cacaca 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cacaca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 );	
}
.btn:hover, .btn-default:hover, .btn-primary:hover, .btn-warning:hover{
	border: 1px solid #959595;
	color: #343434;
	background: #cacaca;
	background: -moz-linear-gradient(top,  #cacaca 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #cacaca 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #cacaca 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #cacaca 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #cacaca 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#ffffff',GradientType=0 );
}
.table {background: #e6e6e6;}
.table th{background: #204375; color: white;}
.table.table-bordered th{border: 1px solid white;}
.table.table-bordered td{border: 1px solid #959595;}
/* Элементы сайта -- Слайдер */
.carousel{margin: 0;}
.carousel .carousel-caption{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: url('../../img/template/bg-slider-caption.png');
	padding: 100px 45px;
	text-align: left;
	z-index: 0;
}
.carousel .carousel-caption h3{font-size: 30px; margin-bottom: 25px;}
.carousel .carousel-caption p{font-size: 20px; line-height: 120%;}
.carousel .shadow-up{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 41px;
	background: url('../../img/template/shadow-slider-up.png');
	z-index: 20;
}
.carousel .shadow-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 41px;
	background: url('../../img/template/shadow-slider-bottom.png');
	z-index: 20;
}
.carousel .carousel-indicators{bottom: 41px;}
/* Элементы сайта -- Статьи */
.articles .media:first-child{border-top: 0; padding-top: 0;}
.articles .media{border-top: 1px solid #dbdbdb; padding-top: 25px;}
.articles .media h4{margin-bottom: 20px;}
.articles .media h4 a{font-size: 24px; color: #343434;}
/* Элементы сайта -- Обратная связь */
h2.feedback{margin-top: -50px; font-size: 30px;}
#form-1 .btn-default{width: 100%;}
/* Элементы сайта -- Таблица товаров */
.table-items{background: white;} 
.table-items .price{color: #204375; font-weight: bold; width: 110px; text-align: center; vertical-align: middle;}
.table-items th.price{color: white;}
.table-items .title{vertical-align: middle;}
.table-items .title h4 a{font-size: 13px; font-weight: bold; color: #343434;}
.table-items .preview{text-align: center; width: 110px; vertical-align: middle;}
.price-mainpage{
	text-align: center;
	padding: 7px;
	background: #204375;
	color: #f79829;
	font-size: 17px;
}

/* Обертка */
#wrapper{
	min-width: 1000px;
	max-width: 1090px;
	background: white;
	-webkit-box-shadow: 0 0 25px 0 #222233;
	box-shadow: 0 0 25px 0 #222233;
	margin: 0 auto;
	position: relative;
}

/* Шапка */
#header{height: 160px;}
/* Шапка -- Логотип */
#header .container .logo{position: absolute; left: 0; top: 0;}
/* Шапка -- Телефон */
#header .container .phone{
	position: absolute;
	top: 33px;
	right: 355px;
	height: 40px;
	width: 240px;
	border-right: 1px solid #959595;
	text-align: right;
	padding: 5px 8px 0 0;
}

.phone-icon-header {visibility: hidden;}

#header .container .phone .number{font-family: 'PTSansBold'; font-size: 21px;}
#header .container .phone .info{
	display: block;
	background: url('../../img/template/icon-phone.png') no-repeat left top;
	height: 23px;
	font-size: 15px;
	width: 140px;
	padding-top: 5px;
	margin-bottom: -5px;
	float: right;
}
/* Шапка -- Адрес */
#header .container .address{
	position: absolute;
	top: 33px;
	right: 130px;
	height: 40px;
	width: 205px;
	font-size: 15px;
	border-right: 1px solid #959595;
	text-align: left;
	line-height: 130%;
}
#header .container .address span{display: block; margin-top: -7px;}
/* Шапка -- Задать вопрос, Как проехать */
#header .container .ask-quastion{
	position: absolute; 
	right: 0; 
	top: 33px;
	background: url('../../img/template/icon-exclamation.png') no-repeat left top;
	padding-left: 25px;
	color: #204375;
	height: 16px;
	width: 124px;
}

.fa-question-circle {visibility: hidden;}
.fa-map-marker-alt {visibility: hidden;}

#header .container .map{
	position: absolute; 
	right: 0; 
	top: 57px;
	background: url('../../img/template/icon-navigate.png') no-repeat left top;
	padding-left: 25px;
	color: #204375;
	height: 16px;
	width: 124px;
}
/* Шапка -- Меню */

.mobile-menu-icon {
	display: none;
    margin: 0 auto; 
    width: 36px;
    margin-top: 10px;
	cursor: pointer;
	
}

.mobile-menu-close {
	cursor: pointer;
    padding-left: 155px;
    font-size: 21px;
	padding-top: 12px;
	display: none;
	}

#header .menu{
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
	background: url('../../img/template/bg-menu.png') repeat-x top;
	height: 64px;
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	text-align: center;
}
#header .menu li{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	margin: 0 20px;
	padding-top: 10px;
}
#header .menu li a{
	font-size: 14px; 
	display: block; 
	color: #204375; 
	border: 2px solid transparent;
	padding: 12px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header .menu li.active a{border: 2px solid #204375;}

/* Контент */
#content{position: relative;}
#content .shadow-white{
	position: absolute;
	right: 670px;
	top: 0;
	height: 30px;
	width: 290px;
	background: url('../../img/template/bg-white-shadow.png') repeat-x;
	z-index: 2;
}
#content .shadow-dark{
	z-index: 1;
	position: absolute;
	right: 670px;
	top: 0;
	bottom: 0;
	width: 73px;
	background: url('../../img/template/bg-dark-shadow.png') repeat-y;
}
/* Контент -- Сайдбар */
#content .sidebar{
	position: relative;
	padding: 30px 40px 30px 0;
	width: 290px;
	float: left;
	z-index: 3;
}
/* Контент -- Наполнение страницы */
#content .page{padding: 30px 0;	width: 650px; float: right; z-index: 3;}











.mobile-catalog-menu {
	display: none;
}

.mobile-catalog-menu h3{
	background-color: #204375;
    color: white;
    padding: 15px 0px;
	cursor: pointer;
}
	
.mobile-catalog-menu ul{padding: 0px; display: none;}
.mobile-catalog-menu ul li {list-style: none;}
.mobile-catalog-menu ul li a {
	font-size: 18px;
    padding: 5px 0px;
    display: block;
}
.fa-angle-double-up {visibility: hidden;}


/* Контент -- Сайдбар -- Меню каталога */
#content .sidebar .catalog-menu h3{
	background: #204375;
	color: white;
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	margin: 0;
}
#content .sidebar .catalog-menu ul{
	list-style: none;
	background: #e6e6e6;
	border: 1px solid #959595;
	border-top: 0;
	padding: 0;
}
#content .sidebar .catalog-menu ul li{
	padding: 5px 0 5px 25px;
	background: url('../../img/template/li-catalog-menu.png') no-repeat 10px 10px;
}
#content .sidebar .catalog-menu ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #204375;
}
#content .sidebar .catalog-menu ul li.active{background: #fafafa url('../../img/template/li-catalog-menu.png') no-repeat 10px 10px;}

/* Подвал */
#footer{position: relative; background: url('../../img/template/bg-footer.png') repeat-x;}
#footer .container{height: 140px;}
#footer .copyright{position: absolute; top: 40px; left: 0;}
#footer .web-logo{position: absolute; top: 50px; right: 240px;}
#footer .web{width: 215px; position: absolute; top: 47px; right: 0; color: #343434;}
#footer .attention{position: absolute; top: -70px; right: 0px; width: 900px;}