/* 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, textarea {
	line-height: 1.25em;
	font-family: 'Open Sans', sans-serif;
	color: #636363;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color:#05655a;text-decoration: none;}
em a:hover{
	text-decoration:underline;
}
/* End of Eric Meyer's CSS Reset */
h1, h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2em;
}
i,sup {
	font-size: 0.5em;
	vertical-align: super;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
.wrapper {
	width: 100%;
	min-width: 1250px;
	background: #eaebeb;
	overflow: hidden;
}
.clear {
	float: none;
	clear: both;
}
main, .inner {
	width: 1140px;
	margin: 0 auto;
}
header {
	width: 100%;
}
.header-top, .header-bottom {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.header-top {
	height: 576px;
	background-image: url(../images/header-top.jpg);
	background-color: #ff9000;
}
.menu img {
	width: 30%;
	float: left;
	position: relative;
	margin-top: 10px;
	left: -40px;
}
.menu ul{
	display: block;
	float: right;
	margin-top: 55px;
}
.menu li{
	display: block;
	float: left;
	padding-left: 20px;
}
.menu li a{
	color: #000;
	text-transform: uppercase;
}
.menu li a:hover{
	color: #fff;
}
.phones {
	float: right;
	width:50%;
	text-align: right;
	margin-top: 10px;
}
.phones a, .phones h6{
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
}
.phones a span, .phones h6 span{
	font-size: 30px;
	font-weight: 600;
}
h1 {
	display: block;
	margin-top: 80px;
	float: left;
}
.header-top p{
	font-size: 14px;
	display: block;
	float: left;
	line-height: 1.8em;
}
.header-top a.button{
	float: left;
	clear: both;
	margin: 40px 0px 0px 0px;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	color: #ffa400;
	text-transform: uppercase;
	font-weight: 800;
}
.header-bottom {
	height: 419px;
	background-image: url(../images/header-bottom.jpg);
	background-color: #009080;
}
.header-bottom h2, #zakaz h2 {
	text-transform: uppercase;
	padding-top: 130px;
}
form {
	margin-top: 30px;
}

input, textarea {
	outline:none;
	height: 50px;
	width: 240px;
	margin-right: 20px;
	border-radius: 25px;
	border: 0px;
	padding: 0px 30px;
	font-size: 18px;
}
textarea {
	height: 148px;
}
input.submit {
	background-color: #ec6304;
	color: #fff;
}
input.submit:hover {
	background-color: #009080;
}
.block {
	width: 100%;
	height: 374px;
	background: #fff;
	margin-bottom: 50px;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}
#bigprint {
	height: 412px;
}
#mobile-construction {
	height: 332px;
}
.block img {
	display: block;
	float: left;
}
.block h2 {
	color: #636363;
	font-size: 30px;
	font-weight: 400;
}
.block div.inner {
	float: right;
	width: 780px;
	padding: 25px 0px 0px 25px;

}
.block em {
	display: block;
	color:#ec6304;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0px;
}
.block table {
	margin-top: 15px;
	width: 806px;
	position: relative;
	left: -25px;
}
.block table tr {
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 13px;
	color: #636363;
}
.grey {
	background-color: #e6f3f3;
}
.block table td:first-child{
	padding-left: 25px;
}
.block table td:last-child {
	width: 136px;
}
#digital {
	margin-top: 85px;
}
a.button {
	display: block;
	float: right;
	background-color: #ec6304;
	color: #fff;
	text-align: center;
	line-height: 40px;
	width: 160px;
	height: 40px;
	border-radius: 25px;
	margin: 20px;
}
a.button:hover {
	background-color: #009080;
}
.message {
	width: 100%;
	height: 115px;
	padding-top: 65px;
}
.message p {
	font-size: 24px;
	font-weight: 800;
	color: #12c7b2;
	margin-left: 280px;
}
.message a {
	float: none;
	background-color: #12c7b2;
	position: relative;
	top: -50px;
	left: 640px;
}
.small {
	width: 340px;
	height: 425px;
	background-color: #fff;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
	margin: 0px 60px 85px 0px;
	float: left;
}
.last {
	margin-right: 0px;
}
.small h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.small div.inner {
	width: 270px;
	margin: 35px auto;
	font-size: 13px;
}
#zakaz {
	width: 100%;
	height: 614px;
	color: #fff;
	background-color: #b9c3b7;
}
#zakaz h2{
	padding-top: 100px;
}
#zakaz form {
	width: 1000px;
}
#zakaz form input{
	width: 420px;
	margin: 0px 20px 20px 0px;
	float: left;
}
#zakaz form textarea{
	width: 920px;
	margin: 0px 20px 20px 0px;
	padding-top: 20px;
	font-size: 18px;
	float: none;
	clear: both;
}
footer {
	background-color:#eeeeee;
	height: 568px;
}
footer .inner{
	height: 100%;
	position: relative;
}
footer iframe, footer #map {
	display: block;
	position: absolute;
	height: 568px;
	width: 1000px;
	left: 420px;
	height:100%;
}
.contact {
	float: left;
	font-size: 24px;
	line-height: 1.25em;
}
.contact p {
	font-size: 16px;
}
.contact h2 {
	font-size: 40px;
	font-weight: 800;
	margin-top: 80px;
	padding-bottom: 50px;
}
.contact a {
	color: #636363;
}
.contact a span, .contact p span {
	color: #ec6304;
	font-weight: 600;
	font-size: 30px;
}
.contact p a {
	color: #ec6304;
	text-decoration: underline;
	font-weight: 600;
}
.contact p.phone_1, .contact p.phone_2 {color: #ec6304; font-size:24px;}
a.phone_1, p.phone_1 {
	padding-right: 90px;
	background: url(../images/icons_1.jpg) no-repeat;
	background-position: right;
}
a.phone_2, p.phone_2 {
	padding-right: 29px;
	background: url(../images/icons_2.jpg) no-repeat;
	background-position: right;
}

a.instagram, a.facebook, a.vk {
	display: block;
	float: left;
	margin: 40px 20px 20px 0px;
	width: 45px;
	height: 45px;
}
a.instagram {
	background-image: url(../images/icon_insta.jpg);
}
a.facebook {
	background-image: url(../images/icon_facebook.jpg);
}
a.vk {
	background-image: url(../images/icon_vk.jpg);
}
.contact a img{
	display: block;
	float: none;
	clear: both;
	position: relative;
	left: -25px;
}
div.input {
    position:relative;
    float: left;
}
label.error {
    position: absolute;
    font-size: 14px;
    color:#ec6304;
    left: 30px;
    max-width:200px;
    top:60px;
    padding:10px 10px 10px 40px;
    background: #fff;
    background-image: url(../images/warning.png);
    background-repeat: no-repeat;
    border-radius:5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); 
}
label.error::after {
    content: ''; 
    z-index: 100;
    position: absolute;
    left: 15px; top: -16px;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
   }
.mobile {
	display:none;
}
.desktop {display:block};

@media all and (not handheld) { 
.mobile {display:block;}
.desktop {display:none};
}