* {
	margin: 0;
	padding: 0;
	border: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: center;
	margin-left: 30px;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.dn {
	display: none;
}
.ttu {
	text-transform: uppercase;
}
.b {
	font-weight: bold;
}
.n {
	font-weight: normal;
}
.i {
	font-style: italic;
}
.nbsp {
	white-space: nowrap;
}
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"] {
	text-decoration: none;
	cursor: text;
}
:focus {
	outline: none !important;
}
.clearfix:before, .clearfix:after, section:before, section:after, .container:before, .container:after, header:after, footer:before {
	content: "";
	display: table;
	clear: both;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Light.woff") format('woff'), url("fonts/Roboto-Light.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-LightItalic.woff") format('woff'), url("fonts/Roboto-LightItalic.ttf") format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Regular.woff") format('woff'), url("fonts/Roboto-Regular.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Exo 2.0";
	src: url("fonts/Exo2.0-SemiBold.woff") format('woff'), url("fonts/Exo2.0-SemiBold.otf") format('opentype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Exo 2.0";
	src: url("fonts/Exo2.0-Bold.woff") format('woff'), url("fonts/Exo2.0-Bold.otf") format('opentype');
	font-weight: bold;
	font-style: normal;
}
html { font: 300 16px/1.5 Roboto,Arial,Helvetica,sans-serif; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(73, 73, 73); }
body { min-width: 320px; max-width: 1920px; margin: 0px auto; }
section + section { margin-top: 120px; }
.container { width: 100%; max-width: 1200px; padding: 0px 15px; margin: 0px auto; }
.container.narrow { max-width: 1100px; }
.logo, h1, h2, h3, #payment-delivery .steps, #production .switcher, #sketches li { font-family: "Exo 2.0",Arial,Helvetica,sans-serif; font-weight: bold; line-height: 1.2; letter-spacing: 0.025em; text-transform: uppercase; }

#header {
	width: 100%;
	height: 84px;
	line-height: 40px;
	padding-top: 22px;
	position: fixed;
	z-index: 51;
	-webkit-transition: .3s;
	transition: .9s;
background: #21558d;
	color: #fff;
}
#header.sticky {
	background: #21558d;
	color: #fff;
}
.logo {
	font-size: 25px;
	line-height: inherit;
	float: left;
	color: #fdd122;
	padding-left: 120px;
}
nav {
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	margin-left: 30px;
	font-weight: bold;
}
nav a {
	margin-right: 20px;
	padding-right: 30px;
}
nav a:hover {
	text-decoration: underline;
}
#header .phone {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	padding-left: 20px;
}
#header .button  {
	width: auto;
	padding: 0 2em;
	background: #fdd122;
	color: #000000;
	float: right;
	margin-right: 51px;
	text-transform: uppercase;
	font-weight: bold;
	
	
}

#header .button .phone1 img { 
 padding-top: 120px;
}




#header.sticky .logo {
	color: #fdd122;
}
#header.sticky .button {
	background: #fdd122;
	color: #242323;
	
}
h1 {
	font-size: 72px;
	color: #242323;
}
h1 > span {
	display: block;
	font-size: 0.4167em;
	font-size: 40px;
}
h1 span span {
	text-decoration: underline;
}
h2 {
	font-size: 30px;
	margin-bottom: 1em;
	color: #242323;
}
h3 {
	font-size: 1em;
	font-weight: 600;
}



#intro {
/* 	min-height: 825px; */
	padding: 106px 0 50px;
	background: #ececeb url("bg-intro.png") 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

#intro .container .container1 img {
	float: left;
	margin-left: 18px;
}

#intro h1 {
	margin-right: 210px;
}



#intro .catalog {
	margin-top: 140px;
}
#intro .catalog li {
	width: 20%;
	float: left;
	position: relative;
}
#intro .catalog li:nth-child(even) {
	margin-top: 0px;
}
#intro .catalog li:nth-child(3) {
	margin-top: 0px;
}
#intro .catalog a {
	display: block;
	width: 100%;
	max-width: 214px;
	height: 240px;
	padding: 140px 4px 0;
	line-height: 1.25;
	margin: 0 auto;
	border: 5px solid transparent;
	color: #242323;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 24px;
	font-weight: bold;
}
#intro .catalog img {
	position: absolute;
	left: 50%;
	bottom: 60px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#intro .catalog a:hover {
	border-color: #2c629c;
}
#intro .categories {
	display: table;
	width: 100%;
	height: 74px;
	border-top: 2px solid #e0dede;
	font-size: 24px;
	text-transform: uppercase;
	display: none;
}
#intro .categories > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 1em;
}
#intro .categories > li:not(:last-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px dotted #e0dede;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
h2.big {
	font-size: 36px;
	color: #2c629c;
	
}

#advantages h2 span {
	text-decoration: underline;
}
#advantages .guarantee {
	min-height: 340px;
	padding-left: 36%;
	padding-left: calc(35% + 15px);
	position: relative;
	margin-bottom: 40px;
}
#advantages .guarantee p {
	max-width: 580px;
	margin-top: 1em;
}
#advantages .guarantee img {
	position: absolute;
	left: 2%;
	top: -55px;
}
#advantages ul, #reasons ul {
	overflow: hidden;
	
}
#advantages li, #reasons li {
	width: 30%;
	padding-left: 115px;
	float: left;
	margin: 20px 5% 0 0;
	position: relative;
}
#advantages li:last-child {
	margin-right: 0;
}
#advantages li p, #reasons li p {
	line-height: 1.375;
}
#advantages li:before, #delivery li:before, #production .advantages li:before {
	content: "";
	display: block;
	font-size: 50px;
	width: 1em;
	height: 1em;
	background: url("advantages.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	margin-bottom: 20px;
}

#advantages .list li:before, #delivery li:before, #production .advantages li:before {
	content: "";
	display: block;
	font-size: 50px;
	width: 1em;
	height: 1em;
	background: url("advantages-1.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
margin-bottom: 20px; 
margin-top: 30px;
    padding-top: 15px;
}

#advantages li:nth-child(2):before, #production .advantages li:nth-child(2):before {
	background-position: -1em 0;
}
#advantages li:nth-child(3):before, #production .advantages li:nth-child(3):before {
	background-position: -2em 0;
}
#advantages li h3, #reasons li h3 {
	color: #2c629c;
	margin-bottom: .75em;
	position: relative;
	text-align:center;
}
#advantages li h3:after, #reasons li h3:after {
	content: "";
	display: block;
	width: 2px;
	height: 300px;
	background: #dbdbdb;
	position: absolute;
	left: -50px;
	top: 50px;
}

#production .container .text-we p {
	max-width: 300px;
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}




#production .container {
	margin-top: -20px;
	margin-bottom: -45px;
}

#production .switcher {
	width: 24%;
	padding: 34px;
	font-weight: 600;
	float: left;
	background: #f6f6f6;
}
#production .switcher li:not(:last-child):after {
	content: "";
	display: block;
	width: 100%;
	max-width: 184px;
	height: 1px;
	background: #d2d2d2;
	margin: 16px 0;
}
#production .switcher a:hover, #production .switcher a.active {
	color: #2c629c;
}
.products {
	width: 73%;
	float: right;
}
.products ul:not(.active) {
	display: none;
}
.products li {
	width: 30%;
	float: left;
	margin-left: 5%;
	text-align: center;
	padding-top: 50px;
	}
.products li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.products li:nth-child(n+4) {
	margin-top: 50px;
}
.products img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.products img:hover{
 -webkit-transform: scale(1.14);
 -moz-transform: scale(1.14);
 -o-transform: scale(1.14);
 }
.products h3 {
	display: table;
	width: 100%;
	height: 2.4em;
}
.products h3 > span {
	display: table-cell;
	vertical-align: bottom;
}
.products p {
	font-size: 14px;
	text-align: left;
	margin-top: 1em;
}
.products .price, #delivery .price {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.price span {
	font-weight: normal;
}
.products .button {
	max-width: 190px;
	height: 35px;
	line-height: 35px;
	background: #21558d;
	color: #fff;
	margin: 12px auto 0;
}
#production .advantages {
	width: 24%;
	margin-top: 30px;
    float: left;
}
#production .advantages li {
	margin-top: 1.5em;
	padding-left: 50px;
	position: relative;
	
}
#production .advantages h3 {
	line-height: 1.5;
	margin-bottom: .75em;
}
#production .advantages p {
	font-size: 14px;
}
#production .advantages li:before {
	font-size: 34px;
	background-image: url("advantages-2.png");
	position: absolute;
	top: 4px;
	left: 0;
}

#production .advantages a { 
	max-width: 320px;
	height: 70px;
	line-height: 22px;
	background: #ff0000;
	color: #fff;
	margin: 12px auto 0;
    padding: .8em 1em calc(.8em + 3px);
	font-size: 18px;
}

#production .advantages button {
	padding-left: 300px;
}


#sketches {
	text-align: center;
}
#sketches h2 {
	margin-bottom: 0;
}
#sketches li {
	width: 49.3%;
	float: left;
	padding: 0 10px;
	margin-top: 40px;
}
#sketches .hh1{list-style:disc;}
#sketches .hh1 li{
    width: 99.9%;
	float: none;
	margin:0px auto 20px auto;
	text-align:left;
	font-size: 1em;
	color:#2c629c;
	font-weight:600;
}
@media screen and (max-device-width:480px){


	
#sketches li {
	width: 99.3% !important;
	float: none;
	padding: 0 0;
	cursor: pointer;
	margin: 20px auto 0px auto;
	text-align:center;
}
#sketches .hh1{list-style:disc;padding-left:25px;}
#sketches img {
	display: block;
	max-height:300px;
	margin: 0 auto 20px;
}

#production .container .text-we p {
	
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 auto;
}

#production .container .text-we {
	float: center;
	margin: 0 auto;
	max-width: 400px;
	width: 280px;
}




}
#sketches li:nth-child(6n+1) {
	clear: left;
}
#sketches img {
	display: block;
	max-height:300px;
	margin: 0 auto 20px;
}
#reasons li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
#reasons li:last-child {
	margin-right: 0;
}
#reasons li img {
	display: block;
	max-width: 50%;
	margin: 0 0 50px;
}
.form {
	min-height: 358px;
	padding: 76px 0 40px;
	background: #eee url("img/pattern.png") 50% 0;
    background: url("img/pattern.png") 50% 0, -webkit-linear-gradient(#f5f5f5,#e8e8e8);
    background: url("img/pattern.png") 50% 0, linear-gradient(#f5f5f5,#e8e8e8);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 12px 18px 15px rgba(0,0,0,0.35);
	box-shadow: 12px 18px 15px rgba(0,0,0,0.35);
	text-align: center;
	position: relative;
	margin: 120px 0 100px;
}
.form:before, .form:after {
	content: "";
	position: absolute;
}
.form:before {
	width: 175px;
	height: 178px;
	background: url("img/stamp.png") no-repeat;
	left: 0;
	top: 0;
}
.form:after {
	width: 209px;
	height: 280px;
	background: url("img/stamp2.png") no-repeat;
	right: 0;
	bottom: 0;
}
.form form {
	position: relative;
	z-index: 2;
	margin-top: 24px;
}
.form h2 {
	margin-bottom: .75em;
}
.form p {
	color: #242323;
}
#selection .container > div {
	min-height: 300px;
	padding-right: 36%;
	position: relative;
}
#selection p {
	margin-top: .75em;
}
#selection a {
	font-weight: bold;
	color: #2c629c;
}
#selection a:hover {
	text-decoration: underline;
}
#choice .text {
	width: 66%;
	float: left;
}
#choice .text li {
	margin-top: 2em;
}
#choice h3 {
	color: #2c629c;
	margin-bottom: .75em;
}
#choice .images {
	width: 30%;
	float: right;
	text-align: right;
}
#choice .images li:not(:last-child) {
	margin-bottom: 20px;
}
#choice img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: right;
	clear: both;
}
#selection img {
	width: 31%;
	max-width: 360px;
	position: absolute;
	right: 1%;
	top: 50%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}
#payment-delivery .steps {
	background: #f6f6f6;
	color: #2c629c;
	padding: 30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	list-style: none;
	counter-reset: li;
	font-weight: 600;
}
#payment-delivery .steps li {
	display: table;
	width: 22%;
	height: 40px;
	float: left;
	margin-right: 4%;
	position: relative;
}
#payment-delivery .steps li > span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}
#payment-delivery .steps li:last-child {
	margin-right: 0;
}
#payment-delivery .steps li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	padding-left: 16px;
	background: #2c629c;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
#payment-delivery .steps li:not(:last-child):after {
	content: ">>";
	font: 18px/1 Roboto, Arial, Helvetica, sans-serif;
	color: #595959;
	position: absolute;
	right: -11%;
	top: 50%;
	margin-top: -0.6em;
}
#payment-delivery .questions {
	min-height: 280px;
	padding-right: 42%;
	background: url("img/delivery.jpg") 86% 50% no-repeat;
	overflow: hidden;
	margin-top: 64px;
}
#payment-delivery .questions li {
	margin-top: 36px;
}
#payment-delivery .questions h3 {
    margin-bottom: 1em;
}
#delivery {
	background: #f0f0f0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: 60px;
}
#delivery ul {
	display: table;
	width: 100%;
	margin: 40px 0 60px;
}
#delivery li {
	display: table-cell;
	width: 38%;
	padding: 0 60px;
	vertical-align: top;
	position: relative;
}
#delivery li:first-child {
	width: 31%;
	padding-left: 0;
	border-right: 1px dotted #c0c0c0;
}
#delivery li:last-child {
	width: 31%;
	padding-right: 0;
}
#delivery li:last-child:after {
	content: "";
	display: block;
	width: 1200px;
	height: 300%;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	top: -120px;
	z-index: -1;
}
#delivery li h3 {
	margin-bottom: .75em;
}
#delivery li:before {
	background: url("img/delivery.png") no-repeat;
	-webkit-background-size: 2em 1em;
	background-size: 2em 1em;
}
#delivery li:nth-child(2):before {
	background-position: -1em 0;
}
#delivery li:last-child:before {
	visibility: hidden;
}
#delivery li:last-child h3:before {
	content: "";
	display: block;
	width: 68px;
	height: 84px;
	background: url("img/express-delivery.png") no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 60px;
	top: -40px;
}
#contacts {
	margin: 60px 0;
}

#contacts h2 {
	text-align: center;
	max-width:627px;border-style:solid;border-color:#2c629c;text-transform:uppercase;line-height:41px;font-size:34px;color:#fdd122;border-width:1px 1px;margin:30px auto;margin-left:auto;text-align:center;background-color:#2c629c
}


.contacts > li {
	width: 21%;
	float: left;
	padding-right: 15px;
	margin-bottom: 20px;
}
.contacts .dd1 li{margin-bottom: 10px;line-height:1.3;}
.contacts > li:first-child {
	width: 16%;
}


.contacts h3 {
	margin-bottom: 1em;
}
.messengers li {
	font-size: 36px;
	width: 1em;
	height: 1em;
	background: url("messengers.png") no-repeat;
	float: left;
	margin: 12px 12px 0 0;
}
.messengers .viber {
	background-position: -1em 0;
}
.social-networks li {
	float: left;
	margin: 6px 12px 6px 0;
}
.social-networks li:last-child {
	margin-right: 0;
}
.social-networks a {
	font-size: 34px;
	display: block;
	width: 1em;
	height: 1em;
	background: url("social-networks.png") no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.social-networks .facebook:hover {
	opacity:0.8;
}
.social-networks .vkontakte {
	background-position: -1em 0;
}
.social-networks .vkontakte:hover {
	opacity:0.8;
}
.social-networks .odnoklassniki {
	background-position: -2em 0;
}
.social-networks .odnoklassniki:hover {
	opacity:0.8;
}
.social-networks .instagram {
	background-position: -3em 0;
}
.social-networks .instagram:hover {
	opacity:0.8;
}
#map {
	height: 328px;
}
#footer {
	background: #045682;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
}
input, button, .button {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-family: inherit;
	font-size: 16px;
}
label {
	display: block;
	width: 36%;
	float: left;
	padding-right: 15px;
}
label span {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
	margin-bottom: 6px;
	cursor: pointer;
}
input {
	background: #fff;
	border: 2px solid #fff;
	font-style: italic;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #494949
}
input:focus {
	color: #242323;
	border-color: #2c629c;
}
::-moz-placeholder {
	color: #242323;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #242323;
}
::-webkit-input-placeholder {
	color: #242323;
}
:focus::-moz-placeholder {
	color: #aaa;
}
:focus:-ms-input-placeholder {
	color: #aaa;
}
:focus::-webkit-input-placeholder {
	color: #aaa;
}
.input-error::-moz-placeholder {
	color: #d00;
}
.input-error:-ms-input-placeholder {
	color: #d00;
}
.input-error::-webkit-input-placeholder {
	color: #d00;
}
.input-error {
	color: #d00;
	border-color: #d00;
}
button, .button {
	text-align: center;
	line-height: 40px;
	background: #fdd122;
	cursor: pointer;
}
button {
	width: 28%;
	-webkit-box-shadow: 5px 7px 8px rgba(0,0,0,0.3);
	box-shadow: 5px 7px 8px rgba(0,0,0,0.3);
	float: left;
	margin-top: 26px;
}
#header .button:hover, .products .button:hover {
	background: #1c5da4;
}
button:hover, .button:hover, #header.sticky .button:hover {
	background: #ffda46;
}
button:active, .button:active {
	position: relative;
	top: 1px;
}
.modal-container {
	background: rgba(0,0,0,0.5);
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	-webkit-transform-style: preserve-3d;
	display: none;
	text-align: center;
}
.modal-window {
    width: 90%;
	max-width: 360px;
	padding: 30px;
	text-align: center;
	background: #eee url("img/pattern.png") 50% 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.35);
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	position: fixed;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1500;
}
.modal-window h2 {
	margin-bottom: 0.5em;
}
.modal-window label, .modal-window button {
	width: 100%;
	float: none;
}
.modal-window label {
	padding: 0;
	margin-bottom: 10px;
}
.modal-window button {
	margin-top: 20px;
}
#confirmation .modal-window {
	font-size: 1.5em;
	font-weight: bold;
	height: auto;
	max-width: 640px;
	background: #21558d;
	color: #fff;
}
.modal-close {
	font-size: 40px;
	line-height: 0.5;
	position: absolute;
	right: 12px;
	top: 12px;
	color: #21558d;
	cursor: pointer;
}
.modal-close:hover {
	color: #1c5da4;
}
@media (max-width: 1079px) {
nav {
	font-size: 14px;
	margin-left: 32px;
}
nav a {
	margin-right: 20px;
}
#intro {
	padding-top: 130px;
}
#intro .catalog {
	margin-top: 100px;
}
#intro .catalog img {
	max-width: 280px;
}
#reasons li img {
	max-height: 120px;
	margin-bottom: 40px;
}
#sketches li {
	width: 20%;
}
#sketches li:nth-child(6n+1) {
	clear: none;
}
#sketches li:nth-child(5n+1) {
	clear: left;
}
}
@media (max-width: 991px) {
#header {
	height: 72px;
	padding-top: 16px;
}
nav {
	width: 250px;
	font-size: 13px;
	line-height: 1.6;
}
nav a {
	white-space: nowrap;
}
#header .phone {
	font-size: 18px;
}
#header .button {
	padding: 0 1.5em;
}
section + section {
	margin-top: 80px;
}
#intro {
	padding: 100px 0 30px;
}
h1 {
	font-size: 60px;
}
#intro .catalog {
	margin-top: 80px;
}
#intro .catalog img {
	max-width: 232px;
}
#intro .catalog a {
	height: 180px;
	padding-top: 100px;
	font-weight: bold;
}
h2 {
	font-size: 28px;
}
h2.big {
	font-size: 32px;
}
#production {
	text-align: center;
}
#production .switcher {
	display: inline-block;
	width: auto;
	padding: 20px 30px;
	text-align: center;
	float: none;
}
#production .switcher li:not(:last-child):after {
	margin: 10px auto;
}
.products {
	width: 100%;
	float: none;
}
.products li {
	margin-top: 30px !important;
}
.products p {
	text-align: center;
}
#production .advantages {
	display: none;
}
#sketches li {
	width: 25%;
}
#sketches li:nth-child(5n+1) {
	clear: none;
}
#sketches li:nth-child(4n+1) {
	clear: left;
}
#reasons li img {
	max-height: 90px;
	margin-bottom: 30px;
}

#advantages .guarantee {
	padding-left: 32%;
    padding-left: calc(30% + 15px);
}
#advantages .guarantee img {
	width: 27%;
	top: 0;
}
#choice .text, #choice .images {
	width: 100%;
	float: none;
}
#choice .images li {
	width: 48%;
	float: left;
	margin: 30px 4% 0 0;
	text-align: left;
}
#choice .images li:last-child {
	margin-right: 0;
}
#choice .images img {
	float: none;
	display: block;
}
#payment-delivery {
	text-align: center;
}
#payment-delivery .steps {
	display: inline-block;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
}
#payment-delivery .steps li {
	width: 100%;
	float: none;
	margin: 15px 0 0;
}
#payment-delivery .steps li:first-child {
	margin-top: 0;
}
#payment-delivery .steps li:after {
	content: none !important;
}
#payment-delivery .steps li:nth-child(even) {
	margin-right: 0;
}
#delivery ul {
	margin-bottom: 40px;
}
#delivery li {
	padding: 0 30px;
}
#payment-delivery .questions {
	background-position: 98% 50%;
	text-align: left;
}
#payment-delivery .questions li:first-child {
	margin-top: 0;
}
.form {
	margin: 80px 0;
}
.form p {
	padding: 0 160px;
}
.form p br {
	display: none;
}
#contacts {
	text-align: center;
}
.contacts {
	max-width: 440px;
	margin: 0 auto;
}
.contacts > li, .contacts > li:first-child {
	width: 50%;
	padding: 0 10px;
}
.contacts > li:nth-child(3), .contacts > li:nth-child(4) {
	clear: left;
}
.contacts > li:nth-child(3) {
	width: 100%;
}
.contacts .messengers, .contacts .social-networks {
	display: inline-block;
}
#footer .fl, #footer .fr {
	float: center;
	text-align: center;
}
}
@media (max-width: 767px) {
	
	
#header {
	height: auto;
	width: 100%;
	text-align: center;
}
.logo, nav, #header .fr {
	max-width: 240px;
	margin: auto 0;
}

nav {
		padding-left: 15%;
	max-width: 240px;
	text-align: center;;
}
nav a {
	max-width: 240px;
	float:center;
	padding-left: 39%;
}
#header .fr {
	display: inline-block;
	max-width: 320px;
	padding-left: 60px;

}

#header .fr .phone {

}

#header .container .logo  {
    float: center;
	max-width: 240px;
	padding-left: 30%;
}

#header .button  {
	width: auto;
	background: #fdd122;
	color: #000000;
	float: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 88px;
	text-align: center;
	
	
}

section + section {
	margin-top: 60px;
}
#intro {
	padding: 150px 0 60px;
}
#intro .catalog {
	max-width: 480px;
	margin: 20px auto 0;
}
#intro .catalog li {
	width: 50%;
	margin-top: 0 !important;
}
#intro .catalog li:nth-child(odd) {
	clear: left;
}
#intro .catalog li:last-child {
	margin: 0 0 0 25%;
}
#intro .catalog a {
	height: auto;
	border: 0;
	padding: 0 4px;
	font-weight: bold;
}
#intro .catalog a:hover {
	color: #2c629c;
}
#intro .catalog img {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: static;
	-webkit-transform: none;
	transform: none;
}
#intro .catalog a {
	max-width: 240px;
	font-weight: bold;
}

#intro h1 {
	font-size: 36px; 
}

#intro h1 span {
	font-size: 28px;
}

#intro .container1 img {
	display: block;
	  width: 70%;
      height: 70%;
    padding-bottom: 40px; /* Отступ снизу */
		margin: 20px auto 0;
		padding-left: 15%;
}

#intro .container1  h1 {
	padding-top: 30px;
	max-width: 220px;
	margin: 20px auto 0;
}


h1 {
	font-size: 38px;
}
h2 {
	text-align: center;
}
#advantages .guarantee {
	padding-left: 0;
}
#advantages .guarantee p {
	max-width: none;
}
#advantages .guarantee img {
	display: block;
	position: static;
	width: 200px;
	margin: 30px auto 0;
}
#advantages li, #reasons li {
	width: 100%;
	max-width: 360px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	padding-left: 0;
}

#advantages .button {
	max-width: 190px;
	height: 35px;
	line-height: 35px;
	background: #21558d;
	color: #fff;
	margin: 12px auto 0;
}

#advantages li:first-child, #reasons li:first-child {
	margin-top: 0;
}
#advantages li:last-child, #reasons li:last-child {
	margin-right: auto;
}
#advantages li h3:after, #reasons li h3:after {
	content: none;
}
#advantages li:before {
	margin: 0 auto 20px;
}
#reasons li img {
	margin: 0 auto 20px;
}

.products {
	max-width: 540px;
	margin: 0 auto;
}
.products li {
	width: 48%;
	margin: 30px 0 0 4% !important;
}
.products li:nth-child(3n+1) {
	clear: none;
}
.products li:nth-child(odd) {
	clear: left;
	margin-left: 0 !important;
}
.form {
	padding: 40px;
	-webkit-box-shadow: 6px 9px 8px rgba(0,0,0,0.35);
	box-shadow: 6px 9px 8px rgba(0,0,0,0.35);
	margin: 60px auto;
}
.form:before, .form:after {
	-webkit-background-size: contain;
	background-size: contain;
}
.form:before {
	width: 120px;
	height: 118px;
}
.form:after {
	width: 140px;
	height: 188px;
}
.form p {
	max-width: 480px;
	padding: 0;
	margin: 0 auto 1em;
}
.form form {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.form label, .form button {
	width: 100%;
	float: none;
}
.form label {
	padding: 0;
	margin-bottom: 10px;
}
button {
	margin-top: 20px;
}
#delivery ul, #delivery li, #delivery li:first-child, #delivery li:last-child {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: center;
}
#delivery li {
	max-width: 360px;
	margin: 30px auto 0;
}
#delivery li:last-child {
	margin-top: 0;
}
#delivery li:last-child:after {
	content: none;
}
#delivery li:before, #delivery li:last-child h3:before {
	position: static;
	margin: 0 auto 20px;
}
#delivery li:last-child:before {
	content: none;
}
#selection .container > div {
	padding: 0;
}
#selection img {
	display: block;
	width: 240px;
	position: static;
	margin: 20px auto 0;
	-webkit-transform: none;
	transform: none;
}
#sketches li {
	width: 33.33%;
}
#sketches li:nth-child(4n+1) {
	clear: none;
}
#sketches li:nth-child(3n+1) {
	clear: left;
}
#choice .images img {
	margin: 0 auto;
}
#payment-delivery .questions {
	padding: 0 0 230px;
	-webkit-background-size: 200px;
	background-size: 200px;
	background-position: 50% 100%;
	text-align: center;
}
}
@media (max-width: 479px) {
	
	
nav {
	max-width: 300px;
	margin: 0 auto;
}
#header .phone {
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}
#header .button {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	
	
}

#production .container .text-we p {
	
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 auto;
}

#production .container .text-we {
	float: center;
	margin: 0 auto;
	max-width: 400px;
	width: 280px;
}



section + section {
	margin-top: 40px;
}
#contacts {
	margin: 40px 0;
}
html {
	font-size: 14px;
}
.container {
	padding: 0 10px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 22px;
}
h2.big {
	font-size: 26px;
}
.products {
	max-width: 360px;
}
.products li {
	width: 100%;
	float: none;
	margin: 30px 0 0 !important;
}
#sketches li {
	width: 50%;
}
#sketches li:nth-child(3n+1) {
	clear: none;
}
#sketches li:nth-child(odd) {
	clear: left;
}
#choice .images li, #choice .images li:last-child {
	float: none;
	width: 100%;
	max-width: 240px;
	margin: 20px auto 0;
	text-align: center;
}
#payment-delivery .steps li {
	margin-top: 10px;
}
.contacts > li, .contacts > li:first-child {
	width: 100%;
	float: none;
}
.contacts > li:last-child {
	margin-bottom: 0;
}
#map {
	height: 280px;
}
.contacts h3 {
	margin-bottom: .75em;
}
.form {
	padding: 30px 10px;
}
#confirmation .modal-window {
	font-size: 1.25em;
}
}
@media (max-height: 380px) {
.modal-window.modal-form {
	position: relative;
	left: 0;
	top: 0;
	margin: 30px auto;
	-webkit-transform: none;
	transform: none;
}




#production .container .text-we p {
	
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 auto;
}

#production .container .text-we {
	float: center;
	margin: 0 auto;
	max-width: 400px;
	width: 280px;
}




}
@media (min-resolution: 1.5dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
#advantages li:before {
	background-image: url("advantages@2x.png");
}
#delivery li:before {
	background-image: url("delivery@2x.png");
}
#delivery li:last-child h3:before {
	background-image: url("express-delivery@2x.png");
}
#production .advantages li:before {
	background-image: url("advantages-2@2x.png");
}
}


#nnn1 a{text-decoration:underline;}
#nnn1 a:hover{text-decoration:none;opacity:0.8;}

.cont_yad{margin-bottom:20px;margin-left:0px;width:250px;padding:10px 0px;text-align:center;font-weight: bold;background:#ffdb4d;font-size:21px;color:#000;border-radius:5px;outline:0;border:0;cursor:pointer;text-transform: uppercase;}
.cont_yad:hover{background:#eecc45;}
@media screen and (max-device-width:480px){
.cont_yad{display:none;}
}
#load{position: fixed;top:0;left:0;height: 100%;width: 100%;background: url(img/zero.png);z-index:998;display:none;}
#loadd{position: fixed;top:0;left:0;height: 100%;width: 100%;background: url(img/zero.png);z-index:998;display:none;}
#succes, .show{display:none;text-align:center;width: 320px;margin:0 auto;border: 5px solid rgba(204,204,204,0.5);border-radius:8px;padding:10px 20px;background: #f0f0f0;position: relative;-webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;z-index:999;}
.showw{display:none;text-align:center;width: 950px;margin:0 auto;border: 5px solid rgba(204,204,204,0.5);border-radius:8px;padding:0px;background: #fff;position: relative;-webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;z-index:999;}

#succes{font-size:1.5em;}
.show h3{text-align:center;color:#000;font-size:2.2em;font-weight: 600;padding-top:0;margin-top:15px;margin-bottom:22px;}
.show a#closed{display:inline-block;width: 20px;height: 20px;position: absolute;cursor:pointer;background: url(img/closed.png) no-repeat;top:-12px;right:-12px;}
.show a#closed:hover{background-position: 0 -23px;}
.showw a#cclosed{display:inline-block;width: 20px;height: 20px;position: absolute;cursor:pointer;background: url(img/closed.png) no-repeat;top:-12px;right:-12px;}
.showw a#cclosed:hover{background-position: 0 -23px;}
.show input[type=text], .show input[type=password], .show input[type=file], .show textarea{display:block;border: 1px solid #CCC;border-radius: 3px;padding: 10px 0 10px 30px;font-size: 13px;color: #808080;width: 210px;margin:10px auto;}
.show input[type=text], .show input[type=password], .show input[type=file]{background: #FFF url(img/input.png) 5px 10px no-repeat;}
.show textarea{padding:5px 15px 5px 15px;height: 60px;}
.show input[name=phone]{background-position: 5px -20px;}
.show input[name=email]{background-position: 5px -48px;}
.show input[name=site]{background-position: 5px -77px;}
.show input[type=submit]{display:block;text-align:center;border: 2px solid #FFFFFF;border-radius: 3px;box-shadow: 0 0 0 2px #ff1e2d;padding: 7px 5px;font-size: 1.3em;margin:20px auto 5px auto;width: 180px;background: #ff1e2d;cursor:pointer;color:#FFFFFF;text-transform: uppercase;text-decoration: none;}
.show input:hover[type=submit]{background: #b41721;}
.show .item{display:inline-block;float:left;width:275px;margin-left:10px;}
.show .item .name{font-size:24px;font-weight:400;margin-bottom:15px;}
.show .item img{border: 2px solid rgba(204,204,204,0.5);border-radius:3px;padding:10px;background-color:#fff;}
.show .item img:hover{opacity:0.8;}

.products .podr{margin-top:5px;font-size:20px;color:#242424;line-height:24px;font-weight:400;font-style:italic;text-decoration:underline;}
.products .podr a{color:#242424;}
.products .thumbnail{position:relative;z-index:0;width:0px;height:0px;border:0px;background:none;margin:0 auto;}
.products .thumbnail:hover{background-color:transparent;z-index: 50;}
.products .thumbnail span{position:absolute;width:270px;background-color:#fff;padding:5px;left:-1000px;border:1px solid #242424;font-size:16px;font-weight:400;visibility:hidden;color:#505050;text-decoration:none;border-radius:4px 4px 4px 4px;
-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;font-style:normal;}
.products .thumbnail:hover span{visibility:visible;top:30px;left:-90px;}

#sketches2 .uu1 { 	font-family:'Ubuntu', sans-serif; 	font-weight: bold; 	line-height: 1.2; 	letter-spacing: .025em; 	text-transform: uppercase; }
#sketches2 {text-align: center;margin-bottom:0px; }
#sketches2 .container {     width: 100%;     max-width: 1010px; 	min-height:200px;     padding: 0 15px;     margin: 0 auto; }
#sketches2 h2 {margin:0px auto 0px auto;text-transform:uppercase;background:#fee34e;padding:15px 15px;color:#000;text-align:center;max-width:960px;border-radius:5px;}
#sketches2 .uu1 { 	width: 100%; 	float: none; 	padding: 0 10px; 	margin: 35px auto 0px auto;text-align:center; }

#intro2 {
/* 	min-height: 825px; */
	padding: 186px 0 50px;
	background: #ececeb url("intro2.png") 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
#intro2 .catalog {
	margin-top: 140px;
}
#intro2 .catalog li {
	width: 20%;
	float: left;
	position: relative;
}
#intro2 .catalog li:nth-child(even) {
	margin-top: 0px;
}
#intro2 .catalog li:nth-child(3) {
	margin-top: 0px;
}
#intro2 .catalog a {
	display: block;
	width: 100%;
	max-width: 214px;
	height: 220px;
	padding: 140px 4px 0;
	line-height: 1.25;
	margin: 0 auto;
	border: 5px solid transparent;
	color: #242323;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
}
#intro2 .catalog img {
	position: absolute;
	left: 50%;
	bottom: 60px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#intro2 .catalog a:hover {
	border-color: #2c629c;
}
#intro2 .categories {
	display: table;
	width: 100%;
	height: 74px;
	border-top: 2px solid #e0dede;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
}
#intro2 .categories > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 1em;
}
#intro2 .categories > li:not(:last-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px dotted #e0dede;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

#intro2 {
	padding-top: 130px;
}
#intro2 .catalog {
	margin-top: 100px;
}
#intro2 .catalog img {
	max-width: 280px;
}

#intro2 {
	padding: 100px 0 30px;
}
h1 {
	font-size: 60px;
}
#intro2 .catalog {
	margin-top: 80px;
}
#intro2 .catalog img {
	max-width: 232px;
}
#intro2 .catalog a {
	height: 180px;
	padding-top: 100px;
}

.work { background-position: center center; background-repeat: no-repeat; background-size: cover; margin-top: 50px; }
.work .section-content { padding: 70px 0px 67px; }
.work .section-content h2 { color: rgb(255, 255, 255); font-size: 38px; text-align: center; }
.work .section-content .work_items { display: flex; flex-wrap: wrap; -moz-box-pack: center; justify-content: center; }
.work .section-content .work_items .work_item { width: 20%; padding: 0px 20px; display: inline-block; color: rgb(56, 56, 56); font-size: 18px; text-align: center; position: relative; }
.work .section-content .work_items .work_item .text_block { height: 100px; }
.work .section-content .work_items .work_item .text_block .title { color: rgb(255, 216, 0); font-size: 18px; font-weight: 700; line-height: 48px; text-transform: uppercase; }
.work .section-content .work_items .work_item .text_block .text { color: rgb(255, 255, 255); font-size: 16px; }
.work .section-content .work_items .work_item .img_wrap { margin: 35px 0px 25px; position: relative; display: inline-block; }
.work .section-content .work_items .work_item .img_wrap::before { content: ""; position: absolute; width: 110px; height: 110px; top: -18px; left: -18px; animation: 20s linear 0s normal none infinite running spin; background-repeat: no-repeat; }
.work .section-content .work_items .work_item:nth-child(1)::before { content: ""; position: absolute; width: 81px; height: 26px; top: 220px; right: -35px; background-image: url('arrow.png'); }
.work .section-content .work_items .work_item:nth-child(1) .img_wrap::before { background-image: url(''); }
.work .section-content .work_items .work_item:nth-child(2) { padding-top: 220px; }
.work .section-content .work_items .work_item:nth-child(2)::before { content: ""; position: absolute; width: 80px; height: 26px; top: 150px; right: -40px; background-image: url('arrow2.png'); }
.work .section-content .work_items .work_item:nth-child(2) .img_wrap::before { background-image: url(''); }
.work .section-content .work_items .work_item:nth-child(3)::before { content: ""; position: absolute; width: 81px; height: 26px; top: 220px; right: -35px; background-image: url('arrow.png'); }
.work .section-content .work_items .work_item:nth-child(3) .img_wrap::before { background-image: url(''); }
.work .section-content .work_items .work_item:nth-child(4) { padding-top: 220px; }
.work .section-content .work_items .work_item:nth-child(4)::before { content: ""; position: absolute; width: 80px; height: 26px; top: 150px; right: -40px; background-image: url('arrow2.png'); }
.work .section-content .work_items .work_item:nth-child(4) .img_wrap::before { background-image: url(''); }
.work .section-content .work_items .work_item:nth-child(5) .img_wrap::before { background-image: url(''); }


.payment {
	margin-top: 30px;
	
}

.payment .section-content h2
{
	margin-bottom: 10px;
	text-align: center;
}
.payment .section-content .payment_items
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
	ms-flex-pack: center;
	ms-flex-wrap: wrap;
	webkit-box-pack: center;
	webkit-flex-wrap: wrap;
	webkit-justify-content: center;
}
.payment .section-content .payment_items .payment_item
{
	color: #383838;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 25%;
}
.payment .section-content .payment_items .payment_item img
{
	margin-right: 10px;
}
.payment .section-content .payment_items .payment_item .text
{
	display: inline-block;
	font-size: 22px;

}
.payment .section-content .payment_items .payment_item:after
{
	background-color: #4a4a4a;
	content: '';
	height: 150px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 1px;
}
.payment .section-content .payment_items .payment_item:last-child:after
{
	content: initial;
}
.payment .section-content .order_quickly
{
	background-color: #ffd800;
	border: none;
	border-radius: 5px;
	box-shadow: 6px 6px 7px rgba(0,0,0,.18);
	color: #121212;
	display: block;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	margin: auto;
	o-transition: all .4s;
	outline: 0;
	padding-left: 65px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s;
	webkit-border-radius: 5px;
	webkit-box-shadow: 6px 6px 7px rgba(0,0,0,.18);
	webkit-transition: all .4s;
	width: 285px;
}
.payment .section-content .order_quickly:before
{
	background: #121212;
	background-image: url(icons.png);
	background-position: -493px -26px;
	border-radius: 5px 0 0 5px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	webkit-border-radius: 5px 0 0 5px;
	width: 65px;
}
.payment .section-content .order_quickly:hover
{
	background-color: #6ece6d;
}


@media only screen and (max-width:768px){
	.section-content h2
	{
		font-size: 24px;
	}
	.section-content h3
	{
		font-size: 16px;
	}
	.actiya .section-content .title_block
	{
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.actiya .section-content .title_block .print_free
	{
		text-align: center;
		width: 100%;
	}
	.actiya .section-content .title_block .print_free:first-child
	{
		display: none;
	}
	.select .section-content .select_block .select_left
	{
		width: 100%;
	}
	.select .section-content .select_block .select_left ul
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
		ms-flex-pack: justify;
		ms-flex-wrap: wrap;
		webkit-box-pack: justify;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-between;
	}
	.select .section-content .select_block .select_left ul li
	{
		padding: 10px 20px;
		width: auto!important;
	}
	.select .section-content .select_block .select_right
	{
		width: 100%;
	}
	.select .section-content .select_block .select_right .select_right_header>div
	{
		font-size: 14px;
	}
	.select .section-content form
	{
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.select .section-content form input
	{
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.select .section-content form button
	{
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.recovery .section-content h3
	{
		padding: 0;
	}
	.recovery .section-content .recovery_block .recovery_item
	{
		width: 100%;
	}
	.recovery .section-content .recovery_block .recovery_item:first-child
	{
		width: 50%;
	}
	.recovery .section-content .recovery_block .recovery_item:last-child
	{
		width: 50%;
	}
	.quickly .section-content h3
	{
		font-size: 16px;
	}
	.work .section-content
	{
		padding: 110px 0 20px;
	}
	.work .section-content .work_items .work_item
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: center;
		ms-flex-pack: center;
		ms-flex-wrap: wrap;
		webkit-box-pack: center;
		webkit-flex-wrap: wrap;
		webkit-justify-content: center;
		width: 33.33%;
	}
	.work .section-content .work_items .work_item .text_block
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
		width: 100%;
	}
	.work .section-content .work_items .work_item:before
	{
		content: initial!important;
	}
	.work .section-content .work_items .work_item:nth-child(2),.work .section-content .work_items .work_item:nth-child(4)
	{
		padding-top: 0;
	}
	.contact .section-content .map_content
	{
		position: initial;
		top: 0;
		width: 100%;
	}
	.contact .section-content .map_content h2:before
	{
		content: initial;
	}
	.contact .section-content .map_content h2:after
	{
		content: initial;
	}
	.contact .section-content .map_content .map_contacts:before
	{
		content: initial;
	}
	.contact .section-content .map_content .map_contacts:after
	{
		content: initial;
	}
	.contact .section-content .map_content .map_contacts .map_address:before
	{
		display: inline-block;
		float: none;
		top: 2px;
	}
	footer .footer_menu
	{
		display: none;
	}
	footer .footer-content
	{
		flex-wrap: wrap;
		justify-content: center;
		ms-flex-pack: center;
		ms-flex-wrap: wrap;
		padding: 0 0 30px;
		webkit-box-pack: center;
		webkit-flex-wrap: wrap;
		webkit-justify-content: center;
	}
	footer .footer-content .social_links
	{
		padding: 30px 0 50px;
		text-align: center;
		width: 100%;
	}
	.remodal
	{
		overflow: hidden;
	}
	.hidden-xs
	{
		display: none;
	}
}
@media only screen and (max-width:560px) {
	.work .section-content .work_items .work_item
	{
		width: 50%;
	}
	.payment .section-content .payment_items .payment_item
	{
		width: 100%;
	}
	.payment .section-content .payment_items .payment_item:after
	{
		content: initial;
	}
}
@media only screen and (max-width:480px) {
	.catalog .section-content .catalog_block
	{
		flex-wrap: wrap;
		margin: 0;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}
	.catalog .section-content .catalog_block .catalog_item
	{
		width: 100%;
	}
	.actiya .section-content .actiya_block .order_actiya
	{
		max-width: 100%;
	}
	.flip-clock-wrapper ul
	{
		height: 56px;
		margin: 3px;
		width: 32px;
	}
	.flip-clock-wrapper ul li
	{
		line-height: 60px;
	}
	.flip-clock-wrapper ul li a div div.inn
	{
		font-size: 42px!important;
	}
	.flip-clock-divider
	{
		height: 74px;
	}
	.flip-clock-dot.top
	{
		top: 22px;
	}
	.flip-clock-divider .flip-clock-label
	{
		bottom: -.9em;
		right: -60px;
	}
	.flip-clock-divider.minutes .flip-clock-label
	{
		right: -62px;
	}
	.flip-clock-divider.seconds .flip-clock-label
	{
		right: -65px;
	}
	.select .section-content .select_block .select_right .select_right_header>div
	{
		width: 100%;
	}
	.select .section-content .select_block .select_right .select_items .tab .select_item
	{
		border: none;
		width: 50%;
	}
	.select .section-content form
	{
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.select .section-content form input
	{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
	.select .section-content form button
	{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
	.work .section-content .work_items .work_item
	{
		width: 100%;
	}
	.question .section-content .question_block
	{
		padding: 0;
	}
}
@media only screen and (max-width:360px) {
	.section-content h2
	{
		font-size: 22px;
	}
	.section-content h3
	{
		font-size: 16px;
	}
	
	h1 { font-size: 46px; }
	h1 span { font-size: 35px; }
	
	.fr {
	float: center;
	margin: auto 0;
}
	
}
@media only screen and (min-width:768px) {
	.phone_number
	{
		cursor: default;
		pointer-events: none;
	}
	.map_phone
	{
		cursor: default;
		pointer-events: none;
	}
	.visible-xs
	{
		display: none!important;
	}
	
}
@media only screen and (min-width:1992px) {
	.visible_sm
	{
		display: none;
	}
}

#modal1 {
  -moz-user-select: none; user-select: none;
}
#modal1 img {
  max-width: 340px;
  max-height: 200px;
  cursor: zoom-in;
}
#modal1 img:focus {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 31;
  max-width: 100%;
  max-height: 100%;
  outline: none;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-user-select: none; user-select: none;
}
#modal1 img:focus ~ div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(240,240,240,.9);
  cursor: zoom-out;
}

#modal1 img {
display: block;
margin: 0 auto;
max-width: 200px;
max-height: 200px;
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.9; margin: 0 25px;
}
.bgc-img img:hover{
-webkit-transform:scale(2.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(2.1); /*Mozilla scale version*/
-o-transform:scale(2.1); /*Opera scale version*/
box-shadow:0px 0px 20px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 20px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 20px gray; /*Mozilla shadow version*/
opacity: 1; border: 1px solid gray; margin: 0; padding: 5px; background: white;
z-index:1000; position: absolute;
}

#contacts {
	margin: 60px 0;
}

#contacts h2 {
	text-align: center;
	max-width:1960px;border-style:solid;border-color:#2c629c;text-transform:uppercase;line-height:41px;font-size:34px;color:#fdd122;border-width:1px 1px;margin:30px auto;margin-left:auto;text-align:center;background-color:#2c629c
}


