﻿#header {
	padding-top: 30px;
	padding-bottom: 20px;

}

#header .addr {
	 
}

#header .phone {
	font-size: 22px;
	font-family: "robotobold", sans-serif;
	margin-top: 5px;
}

#header-menu {
	width: 100%;
	background-color: #e0e0e0;
}

#header-menu ul {
	margin: 0;
	padding: 0;
}

#header-menu ul li {
	padding: 15px 0;
	display: inline-block;
	margin-right: 34px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#header-menu ul li:last-child {
	margin-right: 0;
}

#header-menu ul li .active-line {
	content: '';
	width: 50px;
	height: 5px;
	background-color: #616161;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-24px;
	opacity: 0;
  	visibility: hidden;
  	transition: opacity 0.3s, visibility 0s linear 0.3s;
}

#header-menu ul li .active-line .triangle-up {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #616161;
	margin: 0 auto;
	position: relative;
	top: -5px;
}

#header-menu ul li:hover .active-line {
	display: block;
	opacity: 1;
  	visibility: visible;
  	transition-delay: 0s;
}

#header-menu ul li:hover .children {
	display: block;
	opacity: 1;
  	visibility: visible;
  	transition-delay: 0s;
}

#header-menu ul li.current_page_item .active-line {
	display: block;
	opacity: 1;
  	visibility: visible;
  	transition-delay: 0s;
}

#header-menu ul li a {
	display: inline-block;
	color: #424242;
	font-family: "robotomedium", sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#header-menu ul li a:last-child {
	margin-right: 0;
}

#header-menu ul li .children {
	width: 300px;
	position: absolute;
	background-color: #424242;
	opacity: 0;
  	visibility: hidden;
  	transition: opacity 0.3s, visibility 0s linear 0.3s;
	z-index: 9999;
	padding: 10px;
	top: 55px;
	left: -15px;
}

#header-menu ul li .children li {
	display: block;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

#header-menu ul li .children li:hover {
	background-color: #e0e0e0;
}

#header-menu ul li .children li:hover a {
	color: #424242;
}

#header-menu ul li .children a {
	color: #e0e0e0;
	text-decoration: none;
	font-size: 14px
}

#header-menu ul li .children:hover {
	display: block;
	opacity: 1;
  	visibility: visible;
  	transition-delay: 0s;
}

#header-menu ul li .children .active-line {
	display: none;
}

#header-menu ul .page-item-9 ul li, #header-menu ul .page-item-7 ul li {
	padding-left: 40px;
	background-position: 9px 5px;
	background-repeat: no-repeat;
}

#header-menu ul .page-item-9 ul li:nth-child(1) {
	background-image: url('../img/header_menu_icon_1.png');
}

#header-menu ul .page-item-9 ul li:nth-child(2) {
	background-image: url('../img/header_menu_icon_2.png');
}

#header-menu ul .page-item-9 ul li:nth-child(3) {
	background-image: url('../img/header_menu_icon_3.png');
}

#header-menu ul .page-item-9 ul li:nth-child(4) {
	background-image: url('../img/header_menu_icon_4.png');
}

#header-menu ul .page-item-9 ul li:nth-child(5) {
	background-image: url('../img/header_menu_icon_5.png');
}

#header-menu ul .page-item-9 ul li:nth-child(6) {
	background-image: url('../img/header_menu_icon_6.png');
}

#header-menu ul .page-item-9 ul li:nth-child(7) {
	background-image: url('../img/header_menu_icon_7.png');
}

#header-menu ul .page-item-9 ul li:nth-child(8) {
	background-image: url('../img/header_menu_icon_8.png');
}

#header-menu ul .page-item-9 ul li:nth-child(9) {
	background-image: url('../img/header_menu_icon_9.png');
}

#header-menu ul .page-item-9 ul li:nth-child(10) {
	background-image: url('../img/header_menu_icon_10.png');
}

#header-menu ul .page-item-9 ul li:nth-child(11) {
	background-image: url('../img/header_menu_icon_11.png');
}

#header-menu ul .page-item-9 ul li:nth-child(12) {
	background-image: url('../img/header_menu_icon_12.png');
}

#header-menu ul .page-item-7 ul li:nth-child(1) {
	background-image: url('../img/header_menu_icon_13.png');
}

#header-menu ul .page-item-7 ul li:nth-child(2) {
	background-image: url('../img/header_menu_icon_14.png');
}

#header-menu ul .page-item-7 ul li:nth-child(3) {
	background-image: url('../img/header_menu_icon_15.png');
}

#header-menu ul .page-item-7 ul li:nth-child(4) {
	background-image: url('../img/header_menu_icon_16.png');
}

#header-menu ul .page-item-7 ul li:nth-child(5) {
	background-image: url('../img/header_menu_icon_17.png');
}

#header-menu ul .page-item-7 ul li:nth-child(6) {
	background-image: url('../img/header_menu_icon_18.png');
}

#header-menu ul .page-item-7 ul li:nth-child(7) {
	background-image: url('../img/header_menu_icon_19.png');
}


#header-menu ul .page-item-7 ul li:nth-child(8) {
	background-image: url('../img/header_menu_icon_18.png');
}

#home-page-title {
	text-transform: uppercase;
	padding-top: 40px;
}

#news-blocks {
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}

#news-blocks .news-block {
	display: inline-block;
	width: 295px;
	height: 380px;
	box-shadow: 5px 5px 9px rgba(33,33,33,0.3);
	margin-right: 20px;
	margin-top: 20px;
	vertical-align: top;
	position: relative;
	transition: all 0.2s linear;
}

#news-blocks .news-block:hover {
	box-shadow: none;
	transition: all 0.2s linear;
}

#news-blocks .news-block:nth-child(3n+3) {
	margin-right: 0px;
}

#news-blocks .news-block img {
	width: 300px;
	height: 200px;
	margin: 0 auto;
}

#news-blocks .title-link {
	cursor: pointer;
	text-decoration: none;
	color: #424242;
}

#news-blocks .news-block .news-text {
	padding: 17px;
}

#news-blocks .news-block .read-next {
	transition: all 0.2s linear;
	display: block;
	padding-right: 30px;
	font-size: 12px;
	background: url('../img/arrow_news.png') 90px 5px no-repeat;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

#news-blocks .news-block .read-next:hover {
	transition: all 0.2s linear;
	background: url('../img/arrow_news.png') 95px 5px no-repeat;
}

#page-title {
	width: 100%;
	background-size: 100%;
	padding: 30px 0;
}

#page-title h1 {
	color: #fff;
	text-transform: uppercase; 
}	

#page-title .line {
	width: 100%;
	height: 6px;
	background: #fff;
}

.news-page-title {
	background: url('../img/back_title_news.png') no-repeat;
}

.services-page-title {
	background: url('../img/back_title_services.png') no-repeat;
	margin-bottom: 20px;
}

.about-page-title {
	background: url('../img/back_title_about.png') no-repeat;
}

.vacancies-page-title {
	background: url('../img/back_title_vacancies.png') no-repeat;
}

.product-doors-page-title {
	background: url('../img/back_title_product-doors.png') no-repeat;
	margin-bottom: 30px;
}

.product-paint-page-title {
	background: url('../img/back_title_product-paint.png') no-repeat;
	margin-bottom: 30px;

}

.product-power-page-title {
	background: url('../img/back_title_product-power.png') no-repeat;
	margin-bottom: 30px;
}

.product-roof-page-title {
	background: url('../img/back_title_product-roof.png') no-repeat;
	margin-bottom: 30px;
}

.product-heating-page-title {
	background: url('../img/back_title_product-heating.png') no-repeat;
	margin-bottom: 30px;

}

.product-sanitary-page-title {
	background: url('../img/back_title_product-sanitary.png') no-repeat;
	margin-bottom: 30px;
}

.product-wallpaper-page-title {
	background: url('../img/back_title_product-wallpaper.png') no-repeat;
	margin-bottom: 30px;
}

.product-floor-page-title {
	background: url('../img/back_title_product-floor.png') no-repeat;
	margin-bottom: 30px;
}

.product-metal-page-title {
	background: url('../img/back_title_product_metal.png') no-repeat;
	margin-bottom: 30px;
}

.product-tile-page-title {
	background: url('../img/back_title_product_tile.png') no-repeat;
	margin-bottom: 30px;
}

#news-page-blocks {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

#news-page-blocks .news-block {
	width: 100%;
	height: 202px;
	margin-top: 20px;
	vertical-align: top;
	border: 1px solid #cfd8dc;
	transition: all 0.2s linear;
	position: relative;
}

#news-page-blocks .news-block:hover {
	box-shadow: 5px 5px 9px rgba(33,33,33,0.3);
	border: 1px solid #cfd8dc;
	transition: all 0.2s linear;
}

#news-page-blocks .news-block .news-img {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

#news-page-blocks .news-block .title-link {
	cursor: pointer;
	text-decoration: none;
	color: #424242;
}

#news-page-blocks .news-block .news-text {
	padding: 20px;
	width: 620px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#news-page-blocks .news-block .read-next {
	transition: all 0.2s linear;
	display: block;
	padding-right: 30px;
	font-size: 12px;
	background: url('../img/arrow_news.png') 90px 5px no-repeat;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#news-page-blocks .news-block .read-next:hover {
	transition: all 0.2s linear;
	background: url('../img/arrow_news.png') 95px 5px no-repeat;
}

#news-page-blocks .news-block .post-date {
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	color: #b0bec5;
	text-decoration: underline;
}

#vacancies-page-blocks {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

#vacancies-page-blocks .news-block {
	width: 100%;
	height: 155px;
	margin-top: 20px;
	vertical-align: top;
	border: 1px solid #cfd8dc;
	transition: all 0.2s linear;
	position: relative;
}

#vacancies-page-blocks .news-block:hover {
	box-shadow: 5px 5px 9px rgba(33,33,33,0.3);
	border: 1px solid #cfd8dc;
	transition: all 0.2s linear;
}

#vacancies-page-blocks .news-block .news-img {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

#vacancies-page-blocks .news-block .title-link {
	cursor: pointer;
	text-decoration: none;
	color: #424242;
}

#vacancies-page-blocks .news-block .news-text {
	padding: 20px;
	width: 620px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#vacancies-page-blocks .news-block .read-next {
	transition: all 0.2s linear;
	display: block;
	padding-right: 30px;
	font-size: 12px;
	background: url('../img/arrow_news.png') 70px 5px no-repeat;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#vacancies-page-blocks .news-block .read-next:hover {
	transition: all 0.2s linear;
	background: url('../img/arrow_news.png') 75px 5px no-repeat;
}

#vacancies-page-blocks .news-block .post-date {
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	color: #b0bec5;
	text-decoration: underline;
}

.summary {
	background-color: #f5f5f5;
	padding: 30px 30px 15px 30px;
	margin-top: 30px;
	font-size: 16px;
	position: relative;
}

.summary p {
	margin-bottom: 20px;
}

.summary .button {
	width: 100%;
	margin-top: 30px;
}
	
.summary .required:after {
	content: '*';
	color: #E30613;
	position: absolute;
	right: 40px;
	margin-top: -40px;
}

.summary .file {
	font-size: 14px;
	color: #b0bec5;
	float: left;
}

.summary .file:after {
	content: ' *';
	color: #E30613;
}

.summary .add {
	font-size: 14px;
	color: #b0bec5;
	text-decoration: underline;
	padding-left: 20px;
	background: url('../img/clip.png') 0 2px no-repeat;
	float: right;
	cursor: pointer;
}

.download-wrap {
	padding-right: 89px;
	padding-bottom: 50px;
}	

.download-left {
	display: inline-block;
	margin: 20px 20px 0 35px;
	vertical-align: top;
}	

.download-right {
	display: inline-block;
	font-size: 16px;
	height: 60px;
	vertical-align: top;
	margin-top: 20px;
}	

#page-contacts {
	font-size: 16px;
	padding-bottom: 50px;
	line-height: 1.8;
}

#map {
    width: 100%; height: 390px;
    position: relative;
    z-index: 1;
}

#page-contacts .map {
	margin-bottom: 60px;
}

#page-contacts .map .contacts {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 0px;
	width: 405px;
	height: 300px;
	background-color:  #fff;
	box-shadow: 5px 5px 9px rgba(33,33,33,0.3);
	padding: 30px 40px 40px 40px;
	font-size: 16px;

}

#page-contacts .map .contacts .line {
	width: 60px;
	height: 6px;
	background: #424242;
	margin: 15px 0px;
}

#page-contacts .map .contacts .address {
	padding-left: 30px;
	background: url('../img/contact_icon_3.png') 0px 5px no-repeat;
	margin-bottom: 8px;
	margin-top: 20px;
	line-height: 1.5;
}

#page-contacts .map .contacts .phone {
	padding-left: 30px;
	background: url('../img/contact_icon_2.png') 0px 7px no-repeat;
	margin-bottom: 8px;
}

#page-contacts .map .contacts .mail {
	padding-left: 30px;
	background: url('../img/contact_icon_4.png') 0px 10px no-repeat;
	margin-bottom: 8px;
}

#page-contacts .map .contacts .time {
	padding-left: 30px;
	background: url('../img/contact_icon_5.png') 0px 7px no-repeat;
}

#page-contacts .person-name {
	font-weight: bold;
	padding-left: 30px;
	background: url('../img/contact_icon_1.png') 0px 1px no-repeat;
}

#page-contacts .person-post {
	padding-left: 30px;
}

#page-contacts .person-phone {
	padding-left: 30px;
	background: url('../img/contact_icon_2.png') 1px 7px no-repeat;
}

#page-contacts .line {
	width: 300px;
	height: 2px;
	background-color: #e0e0e0;
	margin: 20px 0px;
}

#page-about {
	margin: 30px 0px;
	font-size: 16px;
}

#page-about h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}

#page-gallery {
	padding: 30px 0;
}	

#page-gallery img {
 	margin-right: 14px; 
 	margin-bottom: 14px;
}

#page-gallery .line {
	width: 60px;
	height: 6px;
	background: #424242;
	margin: 15px 0px 30px 0px;
}


#news-blocks .news-block:nth-child(3n+3) {
	margin-right: 0px;
}

#content {
	font-size: 16px;
}

#content h2 {
	padding-top: 10px;
	padding-bottom: 15px;
}

#content p {
	padding-bottom: 20px;
}

#content li {
  font-size: inherit; 
  list-style-type: none; }
#content li:before {
    color: #e30613; /* Цвет маркера */
    content: "•"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
    font-size: 24px;
    line-height: 1.0;
    position: relative;
    top: 3px;
}

.red-line {
	width: 52px;
	height: 5px;
	background-color: #e30613;
	margin: 5px 0 10px 0;
}

.red-line-center {
	position: relative;
	left: 85px;
}

.important-info {
	background-color: #f5f5f5;
	border-left: 10px solid #e30613;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	padding: 20px 20px 20px 30px;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}

.important-info .triangle-right {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent; 
	border-left: 5px solid #e30613; 
	position: absolute;
	top: 45%;
	left: 0px;
}

.back-gray {
	background-color: #f5f5f5;
	width: 100%;
	padding: 30px 0px;
	margin: 40px 0px;
}

.block-border {
	/* border: 1px solid #cfd8dc; */
	vertical-align: top;
	height: 204px;
	display: block;
	margin-bottom: 20px;
}

.block-border h2 {
	margin-top: 10px;
}

.block-border img {
	float: left;
	margin-right: 20px; 
}


#page-about .back-gray img {
	box-shadow: 5px 5px 9px rgba(33,33,33,0.3);
}

.navigation {
	margin-bottom: 40px;
}

.navigation ul {
	list-style: none;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	font-size: 22px; 
	font-family: "robotobold", sans-serif;
	text-decoration: none;
	color: #424242;
	margin-left: 10px;
}

.navigation a:hover, .navigation .current {
	color: #e30613;
	font-size: 22px; 
	font-family: "robotobold", sans-serif;
}

.navigation .current {
	padding-left: 10px;
}

.download_price {
	padding: 15px 0;
	background-color: #e0e0e0;
	font-family: "robotomedium", sans-serif;
	margin-top: 20px;
}

.download_price .inside {
	height: 90px;
	background: url('../img/download_arrow.png') 10px 0px no-repeat;
	font-size: 32px;
	padding-top: 17px;
}

.page-padding {
	padding: 30px 0;
}

.meta {
	margin-bottom: 20px;
}

#footer-menu {
	width: 100%;
	background-color: #616161;
	padding: 45px 0 35px 0;
}

#footer-menu .title-link {
	font-size: 22px;
	font-family: "robotobold", sans-serif;
	height: 50px;
	color: #fff;
}

#footer-menu a {
	color: #eceff1;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
}

#footer-menu ul li {
	list-style: none;
	padding: 7px 0;
	line-height: 1.2;
}

#footer {
	width: 100%;
	background-color: #424242;
	color: #bdbdbd;
	padding: 15px 0;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}