/* сброс стилей браузера */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
	font-family: 'Cuprum', sans-serif;
	font-weight: 500;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* конец кода сброса стилей браузера */
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
.header {
	text-align: justify;
	line-height: 0;
}
.header:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.logo-section {
	display: inline-block;
}
.logo {
	margin-left: -33px;
	margin-bottom: -5px;
}
.menu {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font: 500 20px Cuprum;
	margin-top: 40px;
	padding: 0;

}
.menu li {
	float: left;
	padding: 0 12px 0 23px;
	background: url(../img/menu-ul-line.png) 0 53% no-repeat;
}
.menu li:first-child {
	padding-left: 0;
	background: none;
}
.menu li:last-child {
	padding-right: 0;
}
.menu a {
	text-decoration: none;
	color: rgb(59,71,92);
}
.menu a:hover {
	color: black;
}
.contacts-section {
	display: inline-block;
	vertical-align: top;
}
.contacts {
	margin-top: 6px;
	width: 196px;
}
.email-header {
	background: url(../img/email-header.png) 0 1px no-repeat;
	padding-left: 29px;
	height: 20px;
}
.email-header a {
	font: 500 17px Cuprum;
	color: rgb(59,71,92);
}
.phone-header {
	background: url(../img/phone-header.png) no-repeat;
	height: 30px;
	color: rgb(59,71,92);
	font: 500 17px Cuprum;
	float: right;
	padding: 1px 0 4px 42px;
}
.bold-phone {
	font: 600 23px Cuprum;
}
.button-header {
	clear: both;
	float: right;
	display: block;
	width: 186px;
	height: 39px;
	text-align: center;
	font: 500 18px Cuprum;
	line-height: 38px;
	background: url(../img/button-bg-header.png) repeat-x;
	border-radius: 4px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
.button-header:hover {
	background-position: 0 -39px;
}
.slider-section {
	height: 776px;
	background: url(../img/slider-bg.jpg) center 0;
}
.header-main {
	padding-top: 37px;
}
.header-main h1 {
	font: 500 50px Cuprum;
	width: 746px;
	height: 130px;
	line-height: 50px;
	background: url(../img/h1-bg.png) no-repeat;
	padding: 16px 0 0 63px;
	box-sizing: border-box;
	color: white;
	text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}
.make-yellowc {
	color: rgb(220,196,95);
}
.header-main h2 {
	font: 500 36px Cuprum;
	width: 681px;
	height: 53px;
	background: url(../img/h2-bg.png) no-repeat;
	box-sizing: border-box;
	padding: 4px 0 0 40px;
	color: white;
	margin: 9px 0 0 20px;
}
.form-main {
	width: 400px;
	height: 476px;
	background: rgb(243,246,250);
	border-radius: 4px;
	float: right;
	box-shadow: 0 3px 32px rgba(0,0,0,0.24);
	margin-top: -74px;
	position: relative;
	z-index: 2;
}
.text-main {
	font: 600 22px Open Sans;
	text-align: center;
	line-height: 25px;
	padding-top: 32px;
}
.orange-color {
	font-weight: 700;
	color: rgb(226,103,35);
}
.enter-contacs {
	font: 500 14px Open Sans;
	padding: 22px 20px 8px 20px;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
}
.enter-info {
	font: 600 14px Open Sans;
	padding: 9px 10px 4px 51px;
	line-height: 18px;
	clear: both;
}
.input-main {
	margin: 0 auto;
	display: block;
	border-style: none;
	border-radius: 4px;
	background: url(../img/input-email.png) 15px 15px no-repeat, #fff;
	font: 500 19px Cuprum;
	color: rgb(150,150,150);
	padding: 15px 0 19px 65px;
	box-sizing: border-box;
	width: 296px;
	border: 1px solid rgb(179,179,179);
}
.form-main .input-phone {
	background: url(../img/input-phone.png) 15px 15px no-repeat, #fff;
}
.gray-color {
	color: rgb(139,135,116);
}
.form-main-button {
	margin: 0 auto;
	display: block;
	width: 296px;
	height: 56px;
	border: none;
	color: white;
	font: 300 22px Cuprum;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	padding-bottom: 6px;
	border-radius: 4px;
	background: url(../img/button-bg-form-main.png) repeat-x;
	cursor: pointer;
}
.form-main-button:hover {
	background-position: 0 -56px;
}
.brochure {
	position: absolute;
	margin-left: 380px;
	margin-top: 160px;
}
.advantages-section {
	height: 887px;
	padding-top: 150px;
	margin-top: -110px;
	box-sizing: border-box;
	background: url(../img/advantages-bg.png) center 0;
}
.h3-header {
	font: 300 45px Cuprum;
	text-align: center;
	padding-bottom: 35px;
	background: url(../img/h3-bg.png) center bottom no-repeat;
	margin-bottom: -32px;
}
.advantage-icon {
	width: 31.45454545454545%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.advantage-icon img {
	display: block;
	margin: 0 auto;
}
.attractive {
	position: relative;
	left: 17px;
	overflow: hidden;
}
.icon-header {
	font: 700 18px Open Sans;
	text-align: center;
	margin-top: -5px;
	padding-bottom: 2px;
}
.icon-descr {
	font: 600 14px Open Sans;
	letter-spacing: -0.5px;
}
.advantages .product {
	display: inline-block;
	margin-bottom: -22px;
	width: 29.81818181818182%;
	position: relative;
	top: 152px;
}
.advantages {
	text-align: justify;
	line-height: 0;
}
.advantages:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.offer-section {
	height: 535px;
	background: url(../img/offer-bg.jpg) center 0;
}
.offer {
	padding-top: 84px;
}
.header-white {
	font: 300 45px Cuprum;
	text-align: center;
	color: white;
	background: url(../img/h3-white-bg.png) center top no-repeat;
	padding: 44px 0 0 0;
	line-height: 24px;
	margin-bottom: 0;
}
.white-subtitle {
	color: white;
	font: 300 27px Cuprum;
	text-align: center;
	line-height: 22px;
	padding-top: 19px;
}
.name-offer-input {
	display: inline-block;
	border: none;
	background: url(../img/input-name.png) 15px 15px no-repeat, #fff;
	margin-left: 2px;
	margin-right: 2px;
}
.phone-offer-input {
	display: inline-block;
	border: none;
	background: url(../img/input-phone.png) 15px 15px no-repeat, #fff;
	margin-left: 2px;
	margin-right: 2px;
}
.offer-button {
	margin: 0 auto;
	display: inline-block;
	width: 296px;
	height: 56px;
	border: none;
	color: rgb(65,55,15);
	font: 300 22px Cuprum;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	padding-bottom: 6px;
	border-radius: 4px;
	background: url(../img/button-bg-offer.png) repeat-x;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}
.offer-button:hover {
	background-position: 0 -56px;
}
.offer-form {
	text-align: center;
	line-height: 0;
	padding-top: 55px;
}
.offer-form:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.center-info {
	text-align: center;
	padding-top: 48px;
}
.protected-info {
	font: 500 14px Open Sans;
	display: inline-block;
	color: white;
	background: url(../img/shield.png) bottom 2px left no-repeat;
	padding-left: 18px;
}
.catalog .h3-header {
	padding-top: 49px;
	margin-bottom: 38px;
}
.catalog-section {
	background: url(../img/leafs-left-top-bg.png) left top no-repeat, 
	url(../img/leafs-right-top-bg.png) right top no-repeat, 
	url(../img/monument-left-bottom-bg.png) left bottom no-repeat, 
	url(../img/monument-right-bottom-bg.png) right bottom no-repeat, rgb(246,246,246);
}
.catalog-header {
	width: 4.72727272727273%;
	height: 233px;
	background: url(../img/okna-dveri-txt.png) center no-repeat, rgb(220,196,95);
	float: left;
}
.catalog-row {
	font-size: 0;
	margin-bottom: 28px;
}
.last-catalog {
	margin-bottom: 0;
}
.catalog-item {
	width: 23.81818181818182%;
	height: 233px;
	background: white;
	float: left;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.catalog-item {
	padding-top: 24px;
	box-sizing: border-box;
}
.catalog-item p {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	padding-top: 18px;
}
.catalog-item img {
	display: block;
	margin: 0 auto;
}
.karnizy {
	background: url(../img/karnizy-txt.png) center no-repeat, rgb(220,196,95);
}
.baljustrada {
	background: url(../img/baljustrada-txt.png) center no-repeat, rgb(220,196,95);
}
.kolonny {
	background: url(../img/kolonny-txt.png) center no-repeat, rgb(220,196,95);
}
.gibkij-kamen {
	background: url(../img/gibkij-kamen-txt.png) center no-repeat, rgb(220,196,95);
}
.button-catalog {
	display: block;
	margin: 0 auto;
	width: 296px;
	height: 56px;
	background: url(../img/download-icon.png) 48px center no-repeat, url(../img/button-bg-catalog.png) repeat-x;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 3px 8px rgba(0,0,0,0.11);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: white;
    font: 300 21px Cuprum;
    line-height: 54px;
}
.catalog-button-section {
	margin: 41px 0 56px 0;
}
.guarantees-section {
	background: url(../img/guarantees-bg.jpg) center no-repeat;
	height: 654px;
	padding-top: 34px;
	box-sizing: border-box;
}
.guarantees-icons {
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-top: 33px;
}
.guarantees-icons:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.guarantees-icon {
	width: 294px;
	height: 294px;
	display: inline-block;
	vertical-align: top;
}
.guarantees-icon img {
	text-align: center;
}
.guarantees-icon p {
	margin-top: -111px;
	text-align: center;
	line-height: 21px;
	font-size: 21px;
	color: white;
	padding: 0 70px 0 70px;
}
.guarantees {
	text-align: center;
}
.button-guarantees-wrapper {
	display: inline-block;
  	padding: 7px;
  	border-radius: 50px;
  	background: rgba(255,255,255,0.1);
  	margin-top: 33px;
}
.button-guarantees {
	display: inline-block;
	width: 324px;
	height: 56px;
	background: url(../img/button-bg-guarantees.png) repeat-x;
	display: inline-block;
	border-radius: 40px;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: rgb(43,43,43);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	line-height: 54px;
}
.button-guarantees:hover {
	background-position: 0 -56px;
}
.scheme-production-section {
	background: url(../img/scheme-bg.jpg) center no-repeat;
	height: 803px;
}
.scheme-production .h3-header {
	padding-top: 49px;
	margin-bottom: -48px;
	position: relative;
	z-index: 2;
}
.offer2 {
	background: url(../img/offer-two-bg.jpg) center 0;
}
.portfolio .h3-header {
	background: url(../img/h3-bg.png) center top no-repeat;
	padding: 30px 0 5px 0;
	margin: 0;
}
.black-subtitle {
	color: black;
	font: 300 27px Cuprum;
	text-align: center;
	line-height: 22px;
}
.portfolio {
	padding-top: 56px;
}
.portfolio-section {
	height: 772px;
	background: url(../img/portfolio-left-bg.png) left top no-repeat, 
	url(../img/portfolio-right-bg.png) right top no-repeat;
}
.portfolio-works {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	padding-top: 48px;
}
.portfolio-works:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.portfolio-work {
	display: inline-block;
	width: 24.18181818181818%;
	margin-bottom: 34px;
	vertical-align: top;
}
.portfolio-work img {
	border-radius: 4px;
}
.portfolio-work p {
	font-size: 20px;
	line-height: 19px;
	padding-top: 12px;
	text-align: center;
}
.footer-section {
	background: rgb(59,71,92);
}
.footer {
	text-align: justify;
	line-height: 0;
	font-size: 0;
}
.footer:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.logo-footer {
	margin-left: -33px;
}
.footer-menu a {
	color: rgb(217,187,63);
}
.footer-menu a:hover {
	color: white;
}
.footer-menu li {
	background: url(../img/menu-ul-line-footer.png) 0 53% no-repeat;
}
.footer .phone-header {
	background: url(../img/phone-black.png) 0 1px no-repeat;
}
.footer .email-header a, .footer .phone-header {
	color: rgb(217,187,63);
}
.magnifer {
    position: relative;
    display: inline-block;
}
.magnifer img {
    display: block;
}
.magnifer:after {
    position: absolute;
    display: block;
    content: " ";
    top: 0; left: 0;
    right: 0; bottom: 0;
}
.magnifer:hover:after {
    border-radius: 5px;
    background: url(../img/magnifer.png) 50% no-repeat, rgba(0, 0, 0, 0.4);
}
.catalog-item img:hover {
	opacity: 0.85;
	cursor: pointer;
}

.window-video {
	width: 280px;
	height: 200px;
	background-color: rgba(32,81,109,0.85);
	position: fixed;
	bottom: 0;
	z-index: 4;
}
.section-close {
	float: right;
	margin: 9px 9px -2px 0;
}
.header-window {
	clear: both;
	font: 600 16px Open Sans;
	text-align: center;
	color: white;
	line-height: 22px;
}
.window-video .play {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.btn-thank-see {
	text-align: center;
	cursor: pointer;
}
.link-thank-see {
	text-decoration: none;
	border-bottom: 1px dotted white; 
	font: 300 16px Roboto;
	color: white;
}