@font-face {
    font-family: PFSquareSansProMedium; 
    src: url(../fonts/PFSquareSansPro-Medium.otf);
}

/* Eric Meyer's CSS Reset */
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
.view-display-id-block_1 li {
	list-style: none !important;
}
ol {
	margin-left: 30px;
}
.about-comp-body ul{
	margin-left: 30px;
	list-style: disc;
}

p {
	padding: 4px 0;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	padding: 6px 0;
}
h2 {
	padding: 3px 0;
	font-size: 18px;
    font-weight: bold;
}
h3{
	padding: 3px 0;
	font-size: 16px;
    font-weight: bold;
}
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 */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 15px/18px 'Trebuchet MS', Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
}

.company-info {
	height: 110px;
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}

#logo {
	width: 250px;
	height: 110px;
	background: url(../img/logo.png) no-repeat;
	background-position: left center;
	float: left;
	padding-right: 150px;
}

#logo  a {
	display: block;
	width: 250px;
	height: 110px;
}

#address {
	height: 70px;
	width: 220px;
	background: url(../img/bg_address.jpg) no-repeat;
	background-position: left center;
	float: left;
	padding-top: 50px;
}

#address p:first-child {
	color: #B2B5B7;
    font-size: 18px;
    margin-top: -34px;
}

#address p:first-child span {
	color: #f06f06;
}

#address p:last-child {
	font-size: 14px;
	padding: 2px 0 0 46px;
}

#telephon {
	height: 70px;
	width: 186px;
	background: url(../img/bg_telephon.jpg) no-repeat;
	background-position: left center;
	float: left;
	padding-top: 50px;
	margin-left: 24px;
}

#telephon p {
	font-size: 18px;
	margin-left: 30px;
	border-bottom: 1px dashed;
	padding-top: 2px;
}

#telephon p:first-child {
	color: #B2B5B7;
    font-size: 18px;
    margin: -34px 0 0 30px;
	border: none;
}

#cart {
	float: right;
    height: 110px;
    width: 170px;
	cursor: pointer;
}
.top-nav {
	height: 40px;
	width: 100%;
	background: rgb(40,187,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,187,229,1) 0%, rgba(10,134,170,1) 51%, rgba(39,185,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,187,229,1)), color-stop(51%,rgba(10,134,170,1)), color-stop(100%,rgba(39,185,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bbe5', endColorstr='#27b9e3',GradientType=0 ); /* IE6-9 */
}

.nav-wrap {
	margin: 0 auto;
    width: 1000px;
	background: rgb(40,187,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,187,229,1) 0%, rgba(10,134,170,1) 51%, rgba(39,185,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,187,229,1)), color-stop(51%,rgba(10,134,170,1)), color-stop(100%,rgba(39,185,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,187,229,1) 0%,rgba(10,134,170,1) 51%,rgba(39,185,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bbe5', endColorstr='#27b9e3',GradientType=0 ); /* IE6-9 */
}

#top-menu {
    ~height: 40px;
	width: 600px;
	float: left;
}

#top-menu ul li {
	display: inline-block;
	text-align: center;
	padding-right: 26px;
}

#top-menu ul li:last-child {
	padding: 0;
}

#top-menu ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#top-menu ul li a:hover {
	text-decoration: underline;
}
/*Search*/
#search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    ~height: 40px;
    width: 300px;
	margin-top: -3px;
}

.views-exposed-form .views-exposed-widget,
.views-exposed-form .views-exposed-widget .form-submit {
	padding: 0;
	margin: 0;
}

#edit-search-api-views-fulltext {
	border: none;
	padding: 0;
	height: 27px;
}

#block-views-exp-search-page {
    float: right;
}

.block.block-search {
    float: right;
}

.form-item-search-block-form {
	display: block !important;
	margin: 0;
	float: left;
}

#edit-search-block-form--2 {
	border: none !important;
	height: 25px;
	color: #b2b5b7;
}

.container-inline {
	float: right;
}

/*Поисковая выдача*/

.search-result-position {
    float: left;
    padding: 15px;
}

/* .search-result-position .prod-size {
	width: 100%;
	padding: 2px 0 0 0;
}

.search-result-position .views-label-field-product-size {
	float: none;
	padding: 0;
} */
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 120px;
	position: relative;
	margin-top: -20px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
	~float: left;
}

.content-main {
	padding: 0 0 0 250px;
	float: left;
}

.content-main > h1 {
    color: #0A86AA;
    font-family: PFSquareSansProMedium;
    font-size: 24px;
	position: relative;
	z-index: 2;
	float: left;
}

.region.region-content {
	~float: left;
	clear: both;
	padding-top: 20px;
}

.collage img {
	max-width: 100%;
	height: auto;
}

#title-helper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px double #BEBEBE;
    float: left;
    height: 10px;
    opacity: 0.99;
    width: 52px;
}

/*Catalog main page*/
.view-uc-catalog-terms {
	~border-top: 1px dashed #bebebe;
	margin: -20px 0 30px 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 750px;
}

.views-field-name {
    text-align: center;
}

.views-field-name a {
    font-size: 15px;
	font-weight: bold;
	color: #0987bc;
	text-decoration: none;
}

.view-uc-catalog-terms .view-content {
    float: left;
}

.view-uc-catalog-terms .views-row {
    float: left;
    padding: 14px;
    width: 220px;
}

.view-uc-catalog-terms .views-field-entity-id {
    height: 230px;
}

.item-list-other .pager li {
	padding: 4px;
	float: left;
}

.item-list-other ul li {
	margin: 0;
}

.item-list-other {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
	right: 0;
    width: 36px;
}

.item-list-other .pager-previous > a, .item-list-other .pager-next > a {
    display: block;
    height: 30px;
}

.ajax-progress {
  display: none;
}

/*Catalog internal page*/
.view-uc-catalog ,
.view-uc-catalog .views-row,
.view-uc-catalog .view-content {
    float: left;
}

.view-uc-catalog .view-content {
	width: 760px;
}

.view-uc-catalog .views-row {
	padding: 15px;
	width: 220px;
}

.views-field.views-field-title {
    margin-top: -36px;
}

.prod-image {
	height: 220px;
	text-align: center;
}

.product-image {
	float: none;
}

.prod-title {
	width: 220px;
	height: 36px;
	background: #000;
	opacity: 0.55;
	text-align: center;
	display: table;
}

.prod-title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	~line-height: 36px;
	display: table-cell;
	vertical-align: middle;
}

.views-label-field-product-size,
.views-label-display-price {
	float: left;
	padding: 2px 0 0 10px;
	color: #888888;
	font-weight: bold;
}

.prod-size {
	float: right;
	padding: 2px 10px 0 0;
}

.uc-price{
	float: right;
	padding: 2px 10px 0 0;
	color: #FF8F35;
	font-weight: bold;
}
/*Product page*/
.node ul li,
.view ul li {
    list-style: disc outside none;
	margin-left: 30px;
}

.images-block {
	float: left;
	width: 50%;
}

.title-block {
	font-weight: bold;
	font-size: 20px;
}

.right-side {
    float: right;
    width: 50%;
}

.desc-block {
    float: right;
   ~width: 50%;
	padding: 20px 0 20px 0;
}

.price-block {
    color: #FF7145;
    float: left;
    font-weight: bold;
	font-size: 30px;
}

.addtocart-block {
	float: right;
}

.form-item, .form-actions {
	margin: 0;
}

.catalog-block {
    float: left;
    padding: 10px 0 20px 0;
}

.node-add-to-cart.form-submit {
    background: url("../img/buy_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 37px;
    width: 147px;
} 

/*Cart*/
#uc-cart-view-form .form-actions {
	float: right;
}

#uc-cart-view-form td {
	vertical-align: middle;
}

.form-item.form-type-uc-quantity {
    width: 76px;
}

.form-text.required {
    float: left;
	height: 30px;
	width: 50px;
	font-weight: bold;
}

.price {
    padding-right: 20px;
}

.qty img {
	padding: 3px !important;
	cursor: pointer;
	display: block;
}

#cont_shopping {
    ~margin-top: -24px;
	float: left;
}

#msg-buy2cart {
    background-color: #FF7145;
    margin-bottom: 10px;
    display: none;
    height: 30px;
    text-align: center;
    width: 740px;
}

#msg-buy2cart > span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.region.region-cart {
    float: left;
    padding-top: 16px;
	padding-left: 30px;
}

.cart-block-icon-empty,
.cart-block-icon-full {
	background: url(../img/cart_icon.png) no-repeat;
}

.cart-block-icon-full, .cart-block-icon-empty {
	height: 25px;
	width: 25px;
	padding: 0;
	margin: 0;
}

.cart-block-title-bar {
	padding: 0;
	font-size: 20px;
	color: #b2b5b7;
	border-bottom: 1px dashed;
	position: relative;
	top: 4px;
	left: 10px;
}

#cart-block-summary-total-style {
	color: #FF7145;
	padding-left: 20px;
	font-weight: bold;
}

#cart-block-summary-items-style {
	padding-left: 7px;
}

.cart-block-summary-items {
	
}

#block-uc-cart-cart > h2 {
	display: block;
	height: 38px;
	padding: 0;
}

.cart-block-summary-total {
	text-align: left;
}

/* About company block*/
#block-views-about-company-block h2 {
    color: #0A86AA;
    font-family: PFSquareSansProMedium;
    font-size: 24px;
	~margin-top: 20px;
    ~padding: 20px 0;
	float: left;
}

.about-comp-body {
	color: #6e7072;
	float: left;
}

.block.block-views {
    float: left;
}

.about-comp-link > a {
	background: url(../img/about-comp-link.png) no-repeat;
	display: block;
	height: 21px;
    width: 84px;
	margin-bottom: 20px;
	float: right;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
}

/*Left Menu*/
li a.active {
    text-decoration: underline !important;
}
.left-sidebar > h2 {
	height: 45px;
	background: url(../img/bg_menu_title.png) no-repeat;
	color: #f3efe4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
}

#left-menu span a {
	text-decoration: none;
	color: #000;
	display: block;
	height: 40px;
	width: 200px;
}

#left-menu span a:hover {
	color: #6e7072;
}

#left-menu span {
	font-size: 15px;
	padding-left: 6px;
	line-height: 40px;
	display: block;
	width: 200px;
	height: 40px;
	border-bottom: 1px dashed #c5c5c5;
}

#left-menu span:hover {
	background: #f6f8f8;
	color: #6e7072;
}

#left-menu li {
	list-style-image: url(../img/menu_marker.png);
	margin-left: 15px;
}

#left-menu li ul li {
	list-style-image: url(../img/submenu_marker.png);
	padding: 6px 0 0;
	margin-left: 20px;
}

#left-menu li ul li a {
	font-size: 15px;
	color: #6e7072;
	text-decoration: none;
}

#left-menu > li:hover {
	cursor: pointer;
}

.active-point {
	list-style-image: url(../img/menu_marker_curr.png) !important;
}

/*News*/

.region.region-sidebar-first {
    padding-top: 50px;
}

.view-news .views-row {
	float: none;
    padding: 6px 0;
    width: auto;
}

.view-news .view-content {
	padding: 0;
}

.news-date {
    color: #6F7684;
    font-size: 14px;
}

.news-title a {
	color: #0987bc;
	font-size: 14px;
}

#block-views-news-block > h2 {
    background: url("../img/bg_news_title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #F3EFE4;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 44px;
    text-align: center;
}

#allnews {
	background: url("../img/bg_news_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 21px;
    margin: 10px 0;
    width: 84px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	~width: 1000px;
	margin: -120px 0 0;
	height: 120px;
	position: relative;
	background: rgb(24,158,196); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(24,158,196,1) 0%, rgba(13,137,173,1) 34%, rgba(7,126,161,1) 50%, rgba(8,129,164,1) 65%, rgba(23,155,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,158,196,1)), color-stop(34%,rgba(13,137,173,1)), color-stop(50%,rgba(7,126,161,1)), color-stop(65%,rgba(8,129,164,1)), color-stop(100%,rgba(23,155,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(24,158,196,1) 0%,rgba(13,137,173,1) 34%,rgba(7,126,161,1) 50%,rgba(8,129,164,1) 65%,rgba(23,155,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(24,158,196,1) 0%,rgba(13,137,173,1) 34%,rgba(7,126,161,1) 50%,rgba(8,129,164,1) 65%,rgba(23,155,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(24,158,196,1) 0%,rgba(13,137,173,1) 34%,rgba(7,126,161,1) 50%,rgba(8,129,164,1) 65%,rgba(23,155,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(24,158,196,1) 0%,rgba(13,137,173,1) 34%,rgba(7,126,161,1) 50%,rgba(8,129,164,1) 65%,rgba(23,155,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#189ec4', endColorstr='#179bc1',GradientType=0 ); /* IE6-9 */
}

.footer-wrap {
	width: 1000px;
	margin: 0 auto;
}

#footer-logo {
	padding-top: 50px;
    width: 35%;
	float: left;
}

#footer-logo > span {
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 6px;
}

.footer-contacts {
    float: left;
    width: 40%;
	padding-top: 34px;
	color: #fff;
}

#label {
	color: #6ac6e1;
	float: left;
    width: 100px;
	padding-right: 10px;
}

#info span:nth-child(3), 
#info span:nth-child(5) {
	text-decoration: underline;
}

#koncep {
    float: right;
    width: 25%;
}

#koncep a {
	float: right;
	padding-top: 30px;
}

#store-footer {
	display: none;
}

/*maps*/
.ourmap {
    margin-top: 30px;
}

/*pop up window*/
#modal_form {
    width: 400px; 
    height: 60px; /* Размеры должны быть фиксированы */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* чтобы окно было в видимой зоне в любом месте */
    top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
    left: 50%; /* половина экрана слева */
    margin-top: -150px;
    margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
    display: none; /* в обычном состоянии окна не должно быть */
    opacity: 0; /* полностью прозрачно для анимирования */
    z-index: 5; /* окно должно быть наиболее большем слое */
    padding: 20px 10px;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
/* Подложка */
#overlay-popup {
    z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
    position: fixed; /* всегда перекрывает весь сайт */
    background-color: #000; /* черная */
    opacity: 0.8; /* но немного прозрачна */
    width: 100%; 
    height: 100%; /* размером во весь экран */
    top: 0; 
    left: 0; /* сверху и слева 0, обязательные свойства! */
    cursor: pointer;
    display: none; /* в обычном состоянии её нет) */
}

#uc-cart-checkout-form .form-text.required,
#user-login .form-text.required {
	float: none;
	height: auto;
	width: auto;
}

.uc-cart-checkout-form .form-actions {
	float: right;
}

#customer-pane .fieldset-description {
	display: none;
}
/*Стеллажи*/
.field-name-uc-product-image {
	float: left;
	padding: 0 60px;
}
.grstelag_table th {
    font-weight: bold;
    text-align: center;
}
.grstelag_table th {
}
table tbody tr th {
    vertical-align: middle;
}
table tr th, table tr th a, table tr th a:hover {
    color: #fff;
    font-weight: bold;
}
table tr th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}
tr td, tr th {
    border: 1px solid #fff;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
}
table {
    border-spacing: 0;
    font-size: 0.857em;
}
.grstelag_table tr {
    border-bottom: 2px dashed #c5c5c5;
}
.grstelag_table tr:first-child {
	border: none;
}
.grstelag_table .node-add-to-cart.form-submit {
	background-size: 100% 100%;
	width: 100px;
	height: 22px;
}
/*menu ver. over 9999*/
.taxonomy-tree-left .tree-menu.colaps {
	display: none;
}
.taxonomy-tree-left .tree-menu.expand {
	display: block;
}
.taxonomy-tree-left span a {
	text-decoration: none;
	color: #000;
	display: block;
	~height: 40px;
	width: 200px;
}

.taxonomy-tree-left span a:hover {
	color: #6e7072;
}
.taxonomy-tree-top-level span, .without_child {
	height: 40px;
	line-height: 40px;
	width: 200px !important;
}
.taxonomy-tree-left span {
	font-size: 15px;
	padding-left: 6px;
	~line-height: 40px;
	display: block;
	width: 180px;
	~height: 40px;
	border-bottom: 1px dashed #c5c5c5;
}

.taxonomy-tree-left span:hover {
	background: #f6f8f8;
	color: #6e7072;
}

.taxonomy-tree-left li {
	list-style-image: url(../img/menu_marker.png);
	margin-left: 15px;
}

.taxonomy-tree-left li ul li {
	list-style-image: url(../img/submenu_marker.png);
	padding: 6px 0 0;
	margin-left: 20px;
}

.taxonomy-tree-left li ul li a {
	font-size: 15px;
	color: #6e7072;
	text-decoration: none;
}

.taxonomy-tree-left > li:hover {
	cursor: pointer;
}
.activ {
	text-decoration: underline !important;
}

.active-point {
	list-style-image: url(../img/menu_marker_curr.png) !important;
}

.view-footer {
    float: left;
}