


/* normalize.css */
html { font-family: "Roboto", sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: .67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } F sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } nav ul { list-style: none; margin: 0; padding: 0; } nav ul li { margin: 0; padding: 0; }
/* end of normalize.css */
/* remodal css */
html.remodal-is-locked { overflow: hidden; -ms-touch-action: none; touch-action: none; } .remodal, [data-remodal-id] { display: none; } .remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; } .remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; } .remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; } .remodal-overlay, .remodal-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .remodal { position: relative; outline: none; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } .remodal-is-initialized { display: inline-block; } .remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); } .remodal-overlay { background: rgba(43, 46, 56, 0.9); } .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal-overlay.remodal-is-opening { -webkit-animation-name: remodal-overlay-opening-keyframes; animation-name: remodal-overlay-opening-keyframes; } .remodal-overlay.remodal-is-closing { -webkit-animation-name: remodal-overlay-closing-keyframes; animation-name: remodal-overlay-closing-keyframes; } .remodal-wrapper { padding: 10px 10px 0; } .remodal { box-sizing: border-box; width: 430px; margin-bottom: 10px; padding: 35px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color: #2b2e38; background: #f5eee8; border: 15px solid white; border-radius: 5px; text-align: center; } .remodal input, .remodal textarea { display: block; width: 270px !important; margin: 15px auto; font-style: italic; color: #909090; font-size: 15px; vertical-align: middle; padding-left: 7px; } .remodal textarea { height: 95px; } .remodal input[type="submit"] { color: #fff; } .remodal .title { font-size: 18px; font-weight: bold; text-transform: uppercase; color: #444; } .remodal .title:after { content: ''; display: block; height: 65px; width: 100%; background: url("../img/bg/lg-phone-order.png") center center no-repeat; } .remodal.remodal-is-opening, .remodal.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal.remodal-is-opening { -webkit-animation-name: remodal-opening-keyframes; animation-name: remodal-opening-keyframes; } .remodal.remodal-is-closing { -webkit-animation-name: remodal-closing-keyframes; animation-name: remodal-closing-keyframes; } .remodal, .remodal-wrapper:after { vertical-align: middle; } /* Close button */ .remodal-close { position: absolute; top: 0; right: 0; display: block; overflow: visible; width: 35px; height: 35px; margin: 0; padding: 0; cursor: pointer; -webkit-transition: color 0.2s; transition: color 0.2s; text-decoration: none; color: #95979c; border: 0; outline: 0; background: white; } .remodal-close:hover, .remodal-close:focus { color: #2b2e38; } .remodal-close:before { font-family: Roboto, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 25px; line-height: 35px; position: absolute; top: 0; left: 0; display: block; width: 35px; content: "\00d7"; text-align: center; } .remodal-confirm, .remodal-cancel { /*font: inherit;*/ display: inline-block; overflow: visible; /*min-width: 110px; margin: 0; padding: 12px 0; cursor: pointer; -webkit-transition: background 0.2s; transition: background 0.2s;*/ text-align: center; vertical-align: middle; /*text-decoration: none;*/ border: 0; outline: 0; } .remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner { padding: 0; border: 0; } @-webkit-keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; -webkit-filter: blur(0); filter: blur(0); } } @keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; -webkit-filter: blur(0); filter: blur(0); } } @-webkit-keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; -webkit-filter: blur(0); filter: blur(0); } } @keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; -webkit-filter: blur(0); filter: blur(0); } } @-webkit-keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } @keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } @media only screen and (min-width: 641px) { .remodal { max-width: 700px; } } .lt-ie9 .remodal-overlay { background: #2b2e38; } .lt-ie9 .remodal { width: 700px; }
/*end of remodal css*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/assets/beribany/js/fancybox/source/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(/assets/beribany/js/fancybox/source/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(/assets/beribany/js/fancybox/source/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(/assets/beribany/js/fancybox/source/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/assets/beribany/js/fancybox/source/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(/assets/beribany/js/fancybox/source/fancybox_loading@2x.gif);background-size:24px 24px}}
.fancybox-nav span {visibility: visible !important;}
.fancybox-nav span {opacity: 0.5 !important;}
.fancybox-nav span:hover {opacity: 1 !important;}
/* end of fancyBox  CSS */

.hidden {
    display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cross {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

body {
	color: #666666;
}

.button {
	border-radius: 4px;
	font-size: 14px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.button.big {
	font-size: 14px;
	padding: 15px 30px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.button.small {
	padding: 0 28px;
	line-height: 33px;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

.button.orange {
	background: #ffa71c;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffa71c 0%, #e78f00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa71c), color-stop(100%, #e78f00));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa71c 0%, #e78f00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa71c 0%, #e78f00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa71c 0%, #e78f00 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffa71c 0%, #e78f00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.button.orange:hover {
	cursor: pointer;
	background: #d98601;
}

.button.red {
	background: #ce5043;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ce5043 0%, #c1392b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce5043), color-stop(100%, #c1392b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ce5043 0%, #c1392b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ce5043 0%, #c1392b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ce5043 0%, #c1392b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ce5043 0%, #c1392b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.button.red:hover {
	cursor: pointer;
	background: #b53123;
}

.main-centered {
	display: block;
	width: 1170px;
	margin: 0 auto;
}

header {
	z-index: 3;
	position: relative;
	background-color: #413a2b;
	top: 0;
	width: 100%;
}

header:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-dark-down.png") left center repeat-x;
}

header a.home {
	display: block;
	float: left;
	height: 100%;
	width: 230px;
	background: url("../img/el/logo-top.png") left center no-repeat;
}

header nav {
	height: 130px;
	display: block;
	float: left;
}

header nav ul {
	padding-top: 42px;
}

header nav ul li {
	display: inline-block;
	margin: 0 17px;
}

header nav ul li a {
	display: block;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

header nav ul li a.current {
	border-bottom: 3px solid #978970;
	color: #f79f13;
}

header .main-centered {
	height: 130px;
}

header .phone {
	background: url("../img/el/lg-phone-top.png") left center no-repeat;
	display: block;
	float: right;
	padding-left: 53px;
	margin-top: 21px;
}

header .phone .phone-number {
	font-size: 20px;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

header .mobile-menu {
	height: initial;
	text-align: center;
	display: none;
}

header .mobile-menu a.home {
	height: 120px;
	display: inline-block;
	float: left;
}

/* header .mobile-menu .phone-activator {
    height: 120px;
    width: 50px;
    float: right;
    background: url("../img/el/lg-phone-top.png") center center no-repeat;
} */

/* header .mobile-menu .phone-activator:hover {
    cursor: pointer;
} */

 header .mobile-menu .menu-activator {
    height: 120px;
    width: 50px;
    float: right;
    background: url("../img/el/lg-menu-icon-white.png") center center no-repeat;
    margin-left: 30px;
} 

 header .mobile-menu .menu-activator:hover {
    cursor: pointer;
} 

/* header .mobile-menu .menu-activator {
    display: none;
} */

header .mobile-menu nav {
	height: initial;
	float: none;
	display: none;
	padding-bottom: 35px;
}

header .mobile-menu nav ul {
	padding-top: 0;
}

header .mobile-menu nav ul li {
	display: block;
	float: none;
	text-align: center;
}

header .mobile-menu .phone {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}

header .mobile-menu .phone .button {
	margin: 0 auto;
}

.input {
	position: relative;
	margin-bottom: 10px;
}

.label {
	display: inline-block;
	color: #444;
	font-size: 15px;
	width: 170px;
	text-align: right;
	height: 35px;
	line-height: 35px;
	margin-right: 15px;
}

.has-error .label {
    color: #d62320;
    font-weight: bold;
}

.left {
	float: left;
	width: 330px;
}

.right {
	float: right;
	width: 400px;
}

input[type="number"],
input[type="text"],
input[type="email"],
textarea {
	height: 33px;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: inset 3px 5px 8px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 3px 5px 8px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 3px 5px 8px 0px rgba(0, 0, 0, 0.08);
}

input[type="number"],input[type="text"] {
	width: 80px;
}

input[type="text"],
input[type="email"] {
	width: 180px;
}

section {
	padding: 50px 0;
}

section h2 {
	text-align: center;
	text-transform: uppercase;
	color: #444;
	font-size: 24px;
	margin: 0;
}

section h2:after {
	content: '';
	display: block;
	height: 48px;
	background: url("../img/el/lg-acorn.png") center center no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}

section .checkbox_wrapper input[type="checkbox"] {
	opacity: 0;
	height: 27px;
	width: 27px;
	position: absolute;
	top: 5px;
	left: 189px;
	z-index: 2;
}

section .checkbox_wrapper input[type="checkbox"]:hover {
	cursor: pointer;
}

section .checkbox_wrapper input[type="checkbox"] + label {
	background-image: url(data:image/png;base64,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);
	height: 27px;
	width: 27px;
	display: inline-block;
	padding: 0 0 0 0px;
	position: absolute;
	top: 5px;
	left: 189px;
	z-index: 1;
}

section .checkbox_wrapper input[type="checkbox"]:checked + label {
	background-image: url(data:image/png;base64,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);
	height: 27px;
	width: 27px;
	display: inline-block;
	padding: 0 0 0 0px;
}

input[type="submit"] {
	outline: none;
	border: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
}

.section-mini-form {
	border: 1px solid #f19400;
	border-radius: 5px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	background: #fff;
	margin-top: 45px;
	font-size: 15px;
	font-style: italic;
}

.section-mini-form:after, .section-mini-form:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.section-mini-form:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.section-mini-form:before {
	border-color: rgba(241, 148, 0, 0);
	border-bottom-color: #f19400;
	border-width: 9px;
	margin-left: -9px;
}

.section-mini-form form {
	height: 33px;
}

.section-mini-form form > div,
.section-mini-form form > input {
	height: 33px;
	display: inline-block;
	margin: 0 10px;
}

.section-mini-form form > input[type="email"] {
	width: 450px;
	border-radius: 0;
}

.section-mini-form form > div:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 20px;
	line-height: 35px;
	margin-right: 20px;
	vertical-align: -4px;
	background-image: url("../img/el/lg-env.png");
}

.section-mini-form.projects-form form > div:before {
	height: 32px;
	vertical-align: -10px;
	background-image: url("../img/el/lg-phone-form.png");
}

.photo-form {
	background: #f4eee7;
}

.photo-form:after {
	border-bottom-color: #f4eee7;
}

.divider {
	border-top: 1px solid #ddcdb5;
	border-bottom: 1px solid #ffffff;
	margin: 15px 0 13px 0;
}

#calc {
	height: 630px;
	background: url("../img/bg/lg-calc-bg-small.png") center center no-repeat, url("../img/bg/lg-calc-bg.jpg") center bottom repeat-x;
	padding: 0;
	position: relative;
}

#calc input[type="text"] {width: 80px;}
#calc .calc-phone {width: 180px !important;}

#calc:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-light-wood-down.png") left center repeat-x;
}

#calc .main-centered {
	padding-top: 100px;
	background: url("../img/bg/lg-calc-text.png") left 95px no-repeat;
}

#calc .main-centered .project-preview {
	width: 370px;
	float: left;
	padding-top: 40px;
}

#calc .main-centered .project-preview > img {
	border-radius: 8px;
}

#calc .main-centered .calc-form {
	float: right;
	width: 740px;
}

#calc .find-error {
    text-align: center;
    margin-bottom: 13px;
    font-weight: bold;
}

#calc .calc-price {
	color: #444444;
	font-size: 24px;
}

#calc .calc-price .price-block {
	display: inline-block;
}

#calc .calc-price span {
	color: #c1392b;
	font-size: 30px;
	font-weight: bold;
}

#calc .calc-price .button {
	float: right;
}

#advantages .advantages-block {
	display: inline-block;
	width: 562px;
	height: 170px;
	margin-bottom: 30px;
}

#advantages .advantages-block > img {
	display: block;
	float: left;
	margin-right: 30px;
	border-radius: 8px;
}

#advantages .advantages-block:nth-child(even) {
	margin-right: 40px;
}

#advantages .advantages-block .num {
	font-size: 36px;
	font-weight: bold;
	color: #f19400;
	margin-bottom: 15px;
}

#advantages .advantages-block .desc {
	font-size: 15px;
}

#photo {
	background-color: #f4eee7;
	position: relative;
}

#photo:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/bg/lg-saw-light-up.png") left center repeat-x;
}

#photo:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-light-down.png") left center repeat-x;
}

#photo .photo-block {
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	position: relative;
}


.fancybox-opened .button {
    float: right;
}

#photo .photo-block:nth-child(4n+0) {
	margin-right: 0;
}

#photo .photo-block > a img {
	border-radius: 8px;
}

#photo .photo-block .overlay {
	border-radius: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url("../img/el/lg-questm.png") center 45px no-repeat, rgba(241, 148, 0, 0.8);
}

#photo .photo-block .text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#photo .photo-block:hover .overlay {
	opacity: 1;
	cursor: pointer;
}

#projects .project-block {
	width: 370px;
	float: left;
	margin-right: 30px;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

#projects .project-block:nth-child(3n+0) {
	margin-right: 0;
}

#projects .project-block > img {
	display: block;
	border-radius: 8px;
	border: 1px solid #d3cdc2;
	padding: 1px;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
}

#projects .project-block .name {
	font-weight: bold;
	font-size: 20px;
	color: #444;
	margin-bottom: 20px;
}

#projects .project-block .desc {
	font-size: 15px;
}

#projects .project-block .price {
    position: absolute;
    left: 200px;
    bottom: 80px;
}

#projects .project-block .price span {
	color: #c1392b;
	font-weight: bold;
	font-size: 20px;
}

#projects .project-block .button {
    width: 80%;
    margin-top: 15px;
}


#projects .projects-form {
	margin-top: 0;
}

#projects .projects-form input[type="text"] {
	width: 280px;
	border-radius: 0;
}

#youtube-clip {
	background-color: #f4eee7;
	text-align: center;
	position: relative;
}

#youtube-clip:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/bg/lg-saw-light-up.png") left center repeat-x;
}

#youtube-clip:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-light-down.png") left center repeat-x;
}

#youtube-clip h2 span {
	color: #f19400;
}



#youtube-clip .youtube-block:after {
	content: '';
	width: 168px;
	height: 187px;
	background: url("../img/bg/lg-yt-bg1.png") center center no-repeat;
	position: absolute;
	left: -38px;
	bottom: 100px;
}

/* #youtube-clip .youtube-block .youtube {
    margin-bottom: 40px;
} */

#youtube-clip .youtube-form {
	display: inline-block;
}

#youtube-clip .youtube-form form > div {
	display: inline-block;
	font-style: italic;
	font-size: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

#youtube-clip .youtube-form form > div span {
	color: #c1392b;
	font-size: 18px;
}

#youtube-clip .youtube-form form input[type="text"] {
	border-radius: 0;
}

#youtube-clip .youtube-block {
	border-radius: 8px;
	border: 1px solid #d3cdc2;
	box-sizing: border-box;
/*     width: 100%; */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 45px 0;
	position: relative;
	background: url("../img/bg/lg-yt-bg2.png") right top no-repeat;
	padding-left: 130px;
	padding-right: 130px;
}

#youtube-clip .youtube-form form input {
	margin-left: 20px;
	margin-top: 30px;
}

#callbacks .callback {
	position: relative;
	margin-bottom: 47px;
}

#callbacks .callback .yt-wrapper {
	height: 170px;
	width: 302px;
	border-radius: 6px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#callbacks .callback:nth-child(odd) > .yt-wrapper  {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

#callbacks .callback:last-child {
	margin-bottom: 0;
}

/* #callbacks .callback > iframe {
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-right: 20px;
} */

#callbacks .callback .title {
	margin-bottom: 20px;
}

#callbacks .callback .title .client-name, #callbacks .callback .title .project-name {
	display: inline-block;
	color: #444;
}

#callbacks .callback .title .client-name {
	font-weight: bold;
	font-size: 20px;
	padding-right: 20px;
	border-right: 1px solid #cec8c2;
}

#callbacks .callback .title .project-name {
	font-size: 15px;
	padding-left: 20px;
}

#callbacks .callback .project-desc {
	padding-left: 240px;
	font-size: 15px;
	line-height: 140%;
	background: url("../img/bg/lg-bq.png") 205px top no-repeat;
}

#callbacks .callback .price {
	color: #444;
	font-size: 18px;
	position: absolute;
	left: 322px;
	/* bottom: 0; */
}

#callbacks .callback .price span {
	color: #c1392b;
}



#callbacks .callback:nth-child(odd) .project-desc {
	padding-left: 50px;
	background: url("../img/bg/lg-bq.png") 15px top no-repeat;
}

#callbacks .callback:nth-child(odd) .price {
	left: 50px;
}

#payment {
	background-color: #f4eee7;
	position: relative;
	padding-bottom: 0;
}

#payment h2:after {
	margin-bottom: 30px;
}

#payment:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/bg/lg-saw-light-up.png") left center repeat-x;
}

#payment .payment-block {
	width: 220px;
	height: 220px;
	margin-bottom: 90px;
	float: left;
	text-align: center;
}

#payment .payment-block .icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	background-color: white;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

#payment .payment-block .icon .num {
	width: 54px;
	height: 54px;
	background: #413a2b;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	position: absolute;
	left: -16px;
	top: 83px;
	line-height: 54px;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

#payment .payment-block .icon.q1 {
	background-image: url("../img/bg/lg-exam.png");
}

#payment .payment-block .icon.q2 {
	background-image: url("../img/bg/lg-invoice.png");
}

#payment .payment-block .icon.q3 {
	background-image: url("../img/bg/lg-coins.png");
}

#payment .payment-block .icon.q4 {
	background-image: url("../img/bg/lg-calendar.png");
}

#payment .payment-block .icon.q5 {
	background-image: url("../img/bg/lg-car.png");
}

#payment .payment-block .icon.q6 {
	background-image: url("../img/bg/lg-receip.png");
}

#payment .payment-block .icon.q7 {
	background-image: url("../img/bg/lg-house.png");
}

#payment .payment-block .icon.q8 {
	background-image: url("../img/bg/lg-shake-hands.png");
}

#payment .payment-block .icon.q9 {
	background-image: url("../img/bg/lg-purse.png");
}

#payment .payment-block .icon.q10 {
	background-image: url("../img/bg/lg-happy.png");
}

#payment .payment-block .desc {
	margin-top: 20px;
	height: 40px;
	text-align: center;
	font-size: 15px;
	color: #444;
}

#payment .zam-form {
	background-color: #f19400;
	position: relative;
}

#payment .zam-form:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/bg/lg-saw-orange-up.png") left center repeat-x;
}

#payment .zam-form:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-orange-down.png") left center repeat-x;
}

#payment .zam-form {
	padding: 40px 0;
}

#payment .zam-form .main-centered {
	position: relative;
}

#payment .zam-form .main-centered:before {
	content: '';
	display: block;
	position: absolute;
	width: 216px;
	height: 142px;
	left: 53px;
	top: -50px;
	background: url("../img/bg/lg-ruletka.png") center center no-repeat;
	z-index: 1;
}

#payment .zam-form form {
	padding-left: 230px;
}

#payment .zam-form form > div, #payment .zam-form form input {
	display: inline-block;
}

#payment .zam-form form > div {
	font-style: italic;
	font-size: 15px;
	color: white;
	word-spacing: 10px;
	line-height: 30px;
	vertical-align: middle;
}

#payment .zam-form form > div span {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
}

#payment .zam-form form input {
	margin-left: 22px;
}

#payment .zam-form form input[type="text"] {
	border-radius: 0;
	font-style: italic;
	font-size: 15px;
	color: #999;
	padding-left: 15px;
}

#calculation {
	padding: 50px 0;
	background: url("../img/bg/lg-calc-bg.jpg") center bottom repeat;
	position: relative;
}

#calculation input[type="text"] {width: 80px;}
#calculation .calc-phone {width: 180px !important;}

#calculation:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url("../img/bg/lg-saw-light-wood-down.png") left center repeat-x;
}

#calculation .calculation-form .left, #calculation .calculation-form .right, #calculation .calculation-form .last {
	float: left;
}

#calculation .calculation-form .left {
	width: 340px;
}

#calculation .calculation-form .right {
	width: 430px;
}

#calculation .calculation-form .last {
	width: 400px;
}

#calculation .calculation-form textarea {
	width: 400px;
	height: 200px;
}

#contacts .left {
	float: left;
	width: 300px;
}

#contacts .right {
	float: right;
	width: 865px;
}

#contacts .phone {
	color: #444;
	font-size: 24px;
	font-weight: bold;
}

#contacts .mail, #contacts .address, #contacts .name {
	font-size: 15px;
	margin-bottom: 35px;
	padding-left: 35px;
}

#contacts .mail {
	background: url("../img/el/lg-mail-small.png") left center no-repeat;
	margin-top: 35px;
}

#contacts .address {
	background: url("../img/el/lg-loc-small.png") left top no-repeat;
}

#contacts .name {
	background: url("../img/el/lg-person-small.png") left top no-repeat;
}

#contacts .find-us > a {
	display: inline-block;
}

#contacts .find-us .yt {
	height: 28px;
	width: 66px;
	background: url("../img/el/lg-yt-logo.png") center center no-repeat;
	margin-right: 12px;
}

#contacts .find-us .vk {
	height: 28px;
	width: 112px;
	background: url("../img/el/lg-vk-logo.png") center center no-repeat;
}

footer {
	background-color: #413a2b;
	position: relative;
	height: 180px;
	padding-top: 40px;
	box-sizing: border-box;
}

footer:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/bg/lg-saw-dark-up.png") left center repeat-x;
}

footer a.home {
	display: block;
	float: left;
	height: 99px;
	width: 230px;
	background: url("../img/el/logo-top.png") left center no-repeat;
}

footer nav {
	display: block;
	float: left;
}

footer nav ul {
	padding-top: 10px;
}

footer nav ul li {
	display: inline-block;
	margin: 0 17px;
}

footer nav ul li a {
	display: block;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

footer nav ul li a:hover {
	color: #f79f13;
}

footer .copyright {
	font-size: 14px;
	color: #8a816d;
	padding-left: 17px;
	display: inline-block;
}

footer .subscribe {
	float: right;
	padding-top: 20px;
}

footer .subscribe > div {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

footer .subscribe form {
	position: relative;
}

footer .subscribe form input[type="email"] {
	border-radius: 5px;
	background-color: #413a2b;
	border: 1px solid #69604c;
	color: #79715e;
	font-style: italic;
	font-size: 13px;
	padding: 7px 15px;
	width: 240px;
}

footer .subscribe form input[type="submit"] {
	height: 12px;
	width: 16px;
	background: url("../img/el/lg-mail-small.png") left center no-repeat;
	position: absolute;
	right: 10px;
	top: 8px;
}

/* input.error {
    border-width: 2px;
} */

span.form-error {
    display: none;
}



/* @keyframes blinker {  
  50% { opacity: 0.7; }
} */



.jGrowl {
    /* animation: blinker 1s linear infinite; */ 
    font-size: 16px !important;
    color: fgba(255,255,255,1) !important;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 350px !important;
    font-family: 'Roboto' !important;
}

.jGrowl-close {
    width: 2em;
    height: 2em;
    display: block;
    line-height: 2em;
    text-align: center;
    background-color: #d82c2c;
    color: #fff;
}

.jGrowl-message{
    padding-right: 2.5em !important;
}


/* #photo-send-modal .input {
    text-align: center;
}

#photo-send-modal label, #photo-send-modal input {
    display: inline-block;
    width: auto;
}

#photo-send-modal input {
    width: 50px !important;
} */


/* Функционал для отложенной загрузки роликов YouTube */




#youtube-clip .yt-wrapper  {
    width: 852px;
    height: 480px;
    text-align: center;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #ff0000;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/* Конец функционала для отложенной загрузки роликов YouTube */

.vkvideos_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lytvideo .yt-wrapper, .vk-wrapper {
    width: 45%;
    /* float: left; */
    margin: 2em 2.5%;
    text-align: center;
}



.lytvideo .desc {
    margin-top: 1em;
    margin-left: 5%;
    margin-right: 5%;
}
.yt_widget {
    text-align: center;
}


.magnify {
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
}


@media screen and (max-width: 1169px) {
    .vk-wrapper {
        width: 100%;
    }
    .vkvideos_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
    
	.main-centered {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-align: center;
	}

	header .desktop-menu {
		display: none;
	}

	header .mobile-menu {
		display: block;
	}

	header .mobile-menu .phone .phone-number {
		margin-bottom: 25px;
	}

	header .mobile-menu .phone .button {
		margin-bottom: 35px;
	}

	header .mobile-menu .phone, header .mobile-menu nav {
		margin-top: 15px;
		border-top: 1px solid #5d5643;
		padding-top: 25px;
	}

	.left, .right {
		float: none !important;
		width: 100% !important;
	}

	#calc {
		height: initial;
		background: url("../img/bg/lg-calc-bg-small-mob.jpg") center center repeat-y;
	}

	#calc .main-centered {
		background: url("../img/bg/lg-calc-text.png") center 30px no-repeat;
		padding-top: 30px;
	}

	#calc .main-centered .calc-form {
		width: 100%;
		float: none;
	}

	#calc .main-centered .project-preview {
		float: none;
		display: inline-block;
		width: 100%;
	}

	#calc .main-centered .project-preview img {
		width: 90%;
		max-width: 370px;
	}

	#calc .divider {
		margin-top: 25px;
	}

	#calc .calc-price {
		text-align: center;
		padding-bottom: 40px;
	}

	#calc .calc-price .price-block {
		font-size: 18px;
		display: block;
		margin-bottom: 25px;
	}

	#calc .calc-price .price-block span {
		font-size: 20px;
	}

	#calc .calc-price .button {
		float: none;
	}

	#calc .input {
		width: 370px;
		margin: 15px auto;
		text-align: left;
	}

	#calc .input .label {
		width: 180px;
		float: left;
	}

	#calc .input input[type="text"], #calc .input input[type="email"] {
		width: 170px !important;
	}

	#calc .input input.size {
		width: 65px !important;
	}

	.checkbox_wrapper {
		position: relative;
		display: inline-block;
		height: 27px;
		width: 27px;
		vertical-align: middle;
	}

	.checkbox_wrapper input, .checkbox_wrapper label {
		top: 0 !important;
		left: 0 !important;
	}

	#advantages .advantages-block {
		width: 100%;
	}

	#advantages .advantages-block:nth-child(even) {
		margin-right: 0;
	}

	#advantages .advantages-block .num, #advantages .advantages-block .desc {
		text-align: left;
	}

	/* .youtube {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}
	
	.youtube iframe,
	.youtube object,
	.youtube embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	} */

	.section-mini-form form {
		height: initial;
	}

	.section-mini-form form input[type="email"], .section-mini-form form input[type="text"] {
		width: 90% !important;
		margin-top: 10px;
	}

	.section-mini-form form .button {
		margin-top: 15px;
	}

	#photo .photo-block {
		display: inline-block;
		margin-right: 15px;
		margin-left: 15px;
		float: none !important;
	}
	#photo .photo-block:nth-child(4n+0) {
	    margin-right: 15px;
	}
	
	#photo .photo-block a {
	    position: relative;
	}

	#projects {
		text-align: left;
	}

	#projects .project-block {
		width: 100%;
		border-bottom: none;
		display: inline-block;
		float: none;
		padding: 0;
		margin-right: 0 !important;
	}

	#projects .project-block > img {
		width: 90px;
	}

	#projects .project-block .name, #projects .project-block .desc {
		text-align: left;
	}

	#projects .project-block .price {
		position: static;
		text-align: right;
	}

    #youtube-clip .youtube-block {
		padding-left: 0;
		padding-right: 0;
	}

	#youtube-clip .youtube-block:after {
		display: none;
	}
    
    #youtube-clip .youtube-form  {
		padding-top: 30px;
	}
    
	#youtube-clip .youtube-form form > div {
		display: block;
	}

	#youtube-clip .youtube-form form input {
		display: block;
		width: 90%;
		margin-top: 13px;
	}

	#youtube-clip .youtube-form form input.button {
		display: inline-block;
		margin-left: 0;
		width: initial;
	}

	#callbacks .callback {
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}

	#callbacks .callback:last-child {
		border-bottom: none;
	}

	#callbacks .callback > .yt-wrapper {
		margin-bottom: 10px;
		margin-right: 0;
		float: none;
		display: inline-block;
	}

	#callbacks .callback .title {
		margin-bottom: 10px;
	}

	#callbacks .callback .project-desc {
		padding-left: 0;
		text-indent: 50px;
		text-align: justify;
		background: url(../img/bg/lg-bq.png) 17px top no-repeat;
	}

	#callbacks .callback:nth-child(odd) > .yt-wrapper {
		float: none;
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
	}

	#callbacks .callback:nth-child(odd) .project-desc {
		padding-left: 0;
		background: url(../img/bg/lg-bq.png) 17px top no-repeat;
	}

	#callbacks .callback .price {
		position: static;
		margin-top: 10px;
	}

	#payment .zam-form {
		padding: 5px 0;
	}

	#payment .zam-form .main-centered:before {
		display: none;
	}

	#payment .zam-form .main-centered form {
		text-align: center;
		padding-left: 0;
	}

	#payment .zam-form .main-centered form > div, #payment .zam-form .main-centered form > div span, #payment .zam-form .main-centered form input {
		display: block;
		margin: 15px auto;
	}

	#payment .zam-form .main-centered form > div span {
		margin-top: 0;
	}

	#calculation .calculation-form .last {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	#calculation .calculation-form .last .label {
		display: block;
		margin: 0 auto;
	}

	#calculation .calculation-form .last .button {
		margin-top: 20px;
	}

	#contacts .mail, #contacts .address, #contacts .name {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#contacts .find-us {
		padding-top: 30px;
		border-top: 1px solid #d3cdc2;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.ym > ymaps {
	    display: inline-block !important;
	} 

	footer {
		height: auto;
		text-align: center;
		padding-bottom: 35px;
	}

	footer a.home {
		float: none;
		background: url(../img/el/logo-top.png) center center no-repeat;
		display: inline-block;
	}

	footer nav {
		float: none;
		height: auto;
	}

	footer nav ul li {
		display: block;
	}

	footer .subscribe {
		float: none;
	}

	footer .subscribe form {
		display: inline-block;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	

	
}

/*# sourceMappingURL=landing.css.map */




