@font-face {
	font-family: 'MagistralC';
	src: url('/css/fonts/MagistralC.eot?') format('eot'),
		url('/css/fonts/MagistralC.woff') format('woff'),
		url('/css/fonts/MagistralC.ttf') format('truetype'),
		url('/css/fonts/MagistralC.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'MagistralCBold';
	src: url('/css/fonts/MagistralCBold.eot?') format('eot'),
		url('/css/fonts/MagistralCBold.woff') format('woff'),
		url('/css/fonts/MagistralCBold.otf') format('truetype'),
		url('/css/fonts/MagistralCBold.svg#svgFontName') format('svg');
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000099;
}

p {
	color: #000;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 18px;
}

body,
input,
select,
button,
textarea {
	font-family: 'MagistralCBold', sans-serif;
}

html {
	height: 100%;
	min-width: 320px;
	overflow-x: hidden;
}

body {
	line-height: 1.2;
	font-size: 18px;
	color: #000099;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #E7E9ED;
}

a {
	color: #f1c40f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	color: #aaa;
	background: #aaa;
	height: 3px;
	border: none;
}

input,
select,
button,
textarea {
	margin: 0;
	font-size: 100%;
	color: #7b7b7b;
	vertical-align: middle;
}

input[type="button"],
input[type="submit"],
input[type=reset],
button {
	cursor: pointer;
}

input[disabled],
button[disabled] {
	cursor: default;
}

button,
input {
	line-height: normal;
}

fieldset {
	border: 1px solid gray;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

ul {
	list-style: none;
}

header {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto 0px auto;
	overflow: hidden;
}

.header {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	text-align: center;
	min-height: 300px;
	background-image: url(/img/background/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: auto auto;
}

.header .wrapper_bg {
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.7);
}

.header .wrapper_bg .wrapper {
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.header .wrapper_bg .wrapper .logo {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 48%;
	min-width: 320px;
}

.header .wrapper_bg .wrapper .logo p {
	display: block;
	width: 200px;
	font-size: 12px;
	text-align: center;
	color: #000099;
}

.header .wrapper_bg .wrapper .logo span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.header .wrapper_bg .wrapper .logo img {
	width: 200px;
}

.header .wrapper_bg .wrapper .phone {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	min-width: 320px;
	text-align: right;
	padding-top: 10px;
}

.header .wrapper_bg .wrapper .phone img {
	display: inline-block;
	width: 60px;
	margin-top: 10px;
}

.header .wrapper_bg .wrapper .phone .block {
	text-align: center;
	display: inline-block;
	width: 200px;
	padding-bottom: 10px;
}

.header .wrapper .phone .block .num a {
	font-size: 22px;
	text-align: left;
	display: block;
	width: 100%;
	color: #333;
	font-weight: bolder;
	padding-left: 15px;
}

.header .wrapper .phone .block .ph {
	font-size: 16px;
}

.header .title {
	background-image: url(/img/background/bg_2.jpg);
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .7);
}

.header .title H1 {
	color: #ffff00;
	font-size: 37px;
	text-transform: uppercase;
	padding-bottom: 9px;
}

.header .title span {
	color: #ffff00;
	font-size: 54px;
	display: block;
}

.header .stock {
	background-color: rgba(0, 0, 0, 0.82);
	text-align: center;
	display: block;
	margin-left: 58%;
	width: 320px;
	margin-top: 25px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .8);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.header .stock::before,
.header .stock::after {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	background: repeating-linear-gradient(45deg,
			#a6a600,
			#a6a600 10px,
			#222 10px,
			#222 20px);
}

.header .stock .stock-title {
	font-size: 28px;
	font-weight: 900;
	color: #ff0000;
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -1px;
}

.header .stock p {
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	margin: 5px 10px;
	font-weight: 600;
}

.header .stock .stock-percent {
	font-size: 38px;
	color: #ff0000;
	display: block;
	line-height: 1;
	padding: 2px 0;
	font-weight: 900;
}

section {
	width: 100%;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

.why_us {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-color: #F4F5F7;
}

.why_us .block {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 160px;
	margin-bottom: 10px;
}

.why_us .block img {
	height: 120px;
	text-align: center;
	display: block;
	border: 3px solid #000099;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.why_us .block p {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	color: #000099;
}

.products {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background-image: url(/img/background/bg_7.jpg);
	-moz-box-shadow: inset 0px 0px 20px rgba(107, 103, 103, 1);
	-webkit-box-shadow: inset 0px 0px 20px rgba(107, 103, 103, 1);
	box-shadow: inset 0px 0px 20px rgba(107, 103, 103, 1);
}

.products H2 {
	font-weight: bolder;
	color: #FFF;
	text-shadow:
		-0 -1px 5px #000000,
		0 -1px 5px #000000,
		-0 1px 5px #000000,
		0 1px 5px #000000,
		-1px -0 5px #000000,
		1px -0 5px #000000,
		-1px 0 5px #000000,
		1px 0 5px #000000,
		-1px -1px 5px #000000,
		1px -1px 5px #000000,
		-1px 1px 5px #000000,
		1px 1px 5px #000000,
		-1px -1px 5px #000000,
		1px -1px 5px #000000,
		-1px 1px 5px #000000,
		1px 1px 5px #000000;
}

.products .content {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.products .block {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 210px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-bottom: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	margin: 10px;
}

.products .block img {
	height: 190px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.products .block p {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

.products .block .auto {
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 48%;
	text-align: left;
	padding-left: 5px;
}

.products .block .price {
	font-size: 15px;
	color: #F30;
	display: inline-block;
	width: 48%;
}

.bonus,
.bonus_hour,
.bonus_reg,
.bonus_opt {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.bonus {
	background-image: url(/img/background/bg_15.jpg);
	background-repeat: no-repeat;
	background-position: 50% 60%;
}

.bonus_hour {
	background-image: url(/img/background/bg_13.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bonus_reg {
	background-image: url(/img/background/bg_101.jpg);
	background-repeat: no-repeat;
	background-position: 50% 45%;
}

.bonus_opt {
	background-image: url(/img/background/bg_12.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bonus H2,
.bonus_hour H2,
.bonus_reg H2,
.bonus_opt H2 {
	font-weight: bolder;
	color: #ffff00;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-image: url(/img/background/bg_2.jpg);
	margin-bottom: 30px;
	text-shadow: 0px 0px 0 rgb(152, 165, -28), 0px 1px 0 rgb(136, 149, -44), 0px 2px 0 rgb(121, 134, -59), 0px 3px 0 rgb(105, 118, -75), 0px 4px 0 rgb(90, 103, -90), 0px 5px 0 rgb(75, 88, -105), 0px 6px 5px rgba(0, 0, 0, 0.5), 0px 6px 1px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, .2);
}

.offer {
	width: 100%;
	max-width: 310px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 30px 5px 5px 5px;
	background-color: rgba(19, 117, 25, 0.8);
	margin-bottom: 5px;
}

.offer p {
	font-size: 22px;
	color: #030;
	display: table-cell;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.form {
	width: 100%;
	max-width: 310px;
	height: 240px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 30px 5px;
	padding-bottom: 10px;
	background-color: rgba(7, 46, 242, 0.8);
}

.form div {
	width: 300px;
	height: 50px;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #333 inset;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.form div img {
	height: 25px;
	margin-right: 3px;
}

.form span {
	color: #FFF;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.form input {
	background-color: #FFF;
	width: 250px;
	height: 42px;
	margin-bottom: 10px;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form input[type="submit"] {
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	-moz-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(48, 66%, 32%) 0 .1em 1px, hsl(48, 70%, 19%) 0 .2em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	color: #333;
	background-color: #FC0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	display: inline-block;
	transition: .2s;
}

.form input[type="submit"]:hover {
	background-color: #FF0;
}

.form input[type="submit"]:active {
	box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, .5), inset 0 0 0 2em rgba(255, 255, 255, .5);
	color: #004F4F;
}

.services {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background-image: url(/img/background/bg_7.jpg);
	-moz-box-shadow: inset 0px 0px 20px #000000;
	-webkit-box-shadow: inset 0px 0px 20px #000000;
	box-shadow: inset 0px 0px 20px #000000;
}

.services H2 {
	font-weight: bolder;
	color: #FFF;
	text-shadow:
		-0 -1px 5px #000000,
		0 -1px 5px #000000,
		-0 1px 5px #000000,
		0 1px 5px #000000,
		-1px -0 5px #000000,
		1px -0 5px #000000,
		-1px 0 5px #000000,
		1px 0 5px #000000,
		-1px -1px 5px #000000,
		1px -1px 5px #000000,
		-1px 1px 5px #000000,
		1px 1px 5px #000000,
		-1px -1px 5px #000000,
		1px -1px 5px #000000,
		-1px 1px 5px #000000,
		1px 1px 5px #000000;
}

.services .content {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.services .block {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 210px;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-bottom: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	margin: 10px;
}

.services .block img {
	height: 190px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.services .block p {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 200px;
}

.services .block span {
	color: #F60;
	font-size: 15px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.how_we_work {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/background/bg_10.jpg);
	background-repeat: no-repeat;
	background-position: 50% 20%;
}

.how_we_work H2 {
	color: #333;
}

.how_we_work .content {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.how_we_work .content .block {
	display: inline-block;
	width: 180px;
	margin-right: 35px;
	margin-left: auto;
	padding: 10px;
	border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	-webkit-border-radius: 150px 150px 150px 150px;
	border: 5px solid #333;
	height: 180px;
	margin-bottom: 20px;
}

.how_we_work .content .block:after {
	content: url(/img/arrow.png);
	position: relative;
	top: -125px;
	height: 95px;
	width: 20px;
	left: 126px;
}

.how_we_work .content .block:last-child {
	margin-right: 35px;
	margin-left: auto;
}

.how_we_work .content .block:last-child:after {
	content: "";
}

.how_we_work .content .block img {
	width: 90px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.how_we_work p {
	color: #333;
	font-size: 16px;
}

.causes {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: inset 0px 0px 10px rgba(107, 103, 103, 1);
	-webkit-box-shadow: inset 0px 0px 10px rgba(107, 103, 103, 1);
	box-shadow: inset 0px 0px 10px rgba(107, 103, 103, 1);
	background-color: #F4F5F7;
}

.causes H2 {
	color: #060;
}

.causes .block {
	display: inline-block;
	width: 49%;
	max-width: 500px;
}

.causes .block:last-child {
	display: inline-block;
	width: 49%;
	max-width: 500px;
}

.causes .block H3 {
	color: #C00;
	margin-top: 10px;
	margin-bottom: 10px;
}

.causes .block:last-child H3 {
	color: #060;
	margin-top: 10px;
	margin-bottom: 10px;
}

.causes .block .row {
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
	min-height: 70px;
}

.causes .block .row img {
	display: inline-block;
	max-width: 30px;
	width: 20%;
	float: left;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

.causes .block .row p {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 85%;
	color: #C00;
}

.causes .block:last-child .row p {
	color: #060;
}

.reviews {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4F5F7;
}

.reviews .block {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 48%;
	width: 480px;
	margin-bottom: 5px;
	padding-bottom: 50px;
}

.reviews .block img {
	border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	-webkit-border-radius: 150px 150px 150px 150px;
	border: 4px solid #000099;
	height: 150px;
	width: 150px;
	margin-right: auto;
	float: left;
	display: block;
	position: relative;
	top: -45px;
	left: 5px;
}

.reviews .block H3 {
	font-size: 20px;
	width: 180px;
	margin-right: auto;
	text-align: center;
	display: block;
	position: relative;
	left: 5px;
	top: 170px;
}

.reviews .block p {
	display: block;
	padding: 10px;
	width: 265px;
	border-radius: 50px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: rgba(176, 235, 235, 1);
	position: relative;
	top: -40px;
	right: 0px;
	float: right;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	z-index: 2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #005984;
}

.reviews .block p:before {
	z-index: -1;
	width: 45px;
	height: 49px;
	position: absolute;
	content: "";
	top: 20px;
	left: -9px;
	border: none;
	-webkit-transform: rotateZ(-6.302535746439055deg) translateX(-5px) skewX(-36deg);
	transform: rotateZ(-6.302535746439055deg) translateX(-5px) skewX(-36deg);
	background-color: rgba(176, 235, 235, 1);
}

.delivery {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-color: #FFF;
}

.delivery img {
	max-width: 100%;
}

footer {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/background/bg_11.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.contacts {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contacts .block {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 48%;
	min-width: 320px;
	margin-bottom: 10px;
}

.contacts .block img {
	width: 200px;
}

.contacts .block H3 {
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	color: #333;
}

.contacts .block H4 {
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	color: #333;
}

.contacts .block p {
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	color: #333;
}

.contacts .block span a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
	font-weight: bolder;
}

#copyright {
	font-size: 14px;
	color: #333;
	height: 30px;
}

#copyright .block {
	text-align: center;
	display: inline-block;
	min-width: 310px;
	width: 30%;
}

#copyright .block img {
	width: 150px;
}

.why_to_concrete {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-color: #F4F5F7;
}

.why_to_concrete .block {
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px
}

.why_to_concrete .block h3 {
	font-size: 22px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.why_to_concrete .block h4 {
	font-size: 22px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.why_to_concrete .block img {
	width: 100%;
	max-width: 510px;
	margin: 20px auto 20px 0px;
	display: block;
}

.why_to_concrete .block ul,
.why_to_concrete .block ol {
	margin: 15px 0 25px 35px;
	padding: 0;
}

.why_to_concrete .block ul {
	list-style-type: disc;
}

.why_to_concrete .block ol {
	list-style-type: decimal;
}

.why_to_concrete .block li {
	margin-bottom: 12px;
	line-height: 1.6;
	padding-left: 10px;
}

.why_to_concrete .block li strong {
	color: #000099;
}

.why_to_concrete .block p {
	margin-bottom: 15px;
	line-height: 1.6;
}

#message {
	display: none;
}

[class^="but"] {
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	-moz-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(48, 66%, 32%) 0 .1em 1px, hsl(48, 70%, 19%) 0 .2em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	color: #333;
	background-color: #FC0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	transition: .2s;
}

[class^="but"]:hover {
	background-color: #FF0;
}

[class^="but"]:active {
	box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, .5), inset 0 0 0 2em rgba(255, 255, 255, .5);
	color: #004F4F;
}

.but_logo {
	width: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: block;
}

.but_stock {
	width: 85%;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #ffd700 0%, #ffcc00 50%, #ffb700 100%);
	border: none;
	color: #333;
	box-shadow: 0 4px 0 #b38600, 0 5px 10px rgba(0, 0, 0, 0.5);
}

.but_stock:hover {
	background: linear-gradient(to bottom, #ffea00 0%, #ffd700 100%);
	box-shadow: 0 2px 0 #b38600, 0 3px 6px rgba(0, 0, 0, 0.5);
	transform: translateY(2px);
}

.but_products {
	width: 190px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 22px;
}

.menu {
	width: 100%;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;
	background-color: rgb(0, 0, 153);
	top: 562px;
	position: absolute;
}

.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	display: block;
	background-color: rgba(0, 0, 153, 0.9);
	background: rgba(0, 0, 153, 0.9);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px 0px #000000;
	left: 0px;
}

nav>div {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

nav a,
nav:before,
nav div:before {
	display: inline-block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	background-image: url(/img/background/bg_6.png);
	padding-top: 5px;
	padding-bottom: 5px;
}

nav a {
	max-width: 250px;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006;
	text-align: center;
}

nav a:last-child {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006;
}

nav p {
	font-size: 10px;
	color: #FFF;
}

nav ul {
	text-align: left;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	min-width: 100px;
	list-style-type: disc;
	padding-left: 15px;
}

nav ul li {
	width: 100%;
}

nav a {
	display: table-cell;
	vertical-align: middle;
	transition: .2s;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

nav a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1012px) {
	.header {
		margin-top: 45px;
		margin-bottom: 0px;
	}

	.menu {
		width: 100%;
		max-height: 45px;
		cursor: pointer;
		position: fixed;
		display: inline-block;
		top: 0px;
		left: 0px;
		z-index: 999;
		cursor: pointer;
	}

	nav ul {
		text-align: left;
		font-size: 16px;
		vertical-align: top;
		display: inline-block;
		width: 40%;
		list-style-type: disc;
		padding-left: 10px;
	}

	nav ul li {
		min-width: 220px;
		padding-left: 0px;
		padding-right: 5px;
	}

	nav>div {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	nav a,
	nav:before,
	nav div:before {
		width: 100%;
		margin: 0px;
		background-color: rgba(0, 0, 153, 1);
		background: rgba(0, 0, 153, 1);
		border: none;
		border-top-width: 1px;
		border-top-style: inset;
		border-top-color: #666;
		padding: 15px 0;
	}

	nav a {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		transition: .2s;
		font-size: 15px;
		max-width: 100%;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}

	nav a:hover {
		background-color: rgba(227, 225, 225, 1);
		background: rgba(227, 225, 225, 1);
		color: #333;
	}

	nav:before {
		content: "Меню";
		background-color: rgba(0, 0, 153, 1);
		background: rgba(0, 0, 153, 1);
	}

	nav:focus:before {
		content: none;
	}

	nav:focus div:before {
		content: "Закрыть меню";
	}

	nav:not(:focus) div:not(:active) {
		display: none;
	}
}

.overlay {
	cursor: default;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 9991;
	opacity: 0.2;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	background-color: #000;
	position: fixed;
}

.overlay.active {
	visibility: visible;
	opacity: 0.6;
}

.popup {
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: 9992;
	text-align: center;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.overlay.active+.popup,
.popup.active {
	top: 25%;
	opacity: 1;
	visibility: visible;
}

#zag {
	display: block;
	width: 270px;
	text-align: center;
	margin-right: auto;
	padding-left: 5px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}

.feedback {
	width: 310px;
	min-height: 200px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 9994;
	text-align: center;
	border: 2px solid #FFF;
	background-color: #000099;
	margin-right: auto;
	margin-left: auto;
}

.feedback div {
	width: 300px;
	height: 50px;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #333 inset;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.feedback div img {
	height: 25px;
	margin-right: 3px;
}

.feedback span {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.feedback input {
	background-color: #FFF;
	width: 250px;
	height: 42px;
	margin-bottom: 10px;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.feedback input[type="submit"] {
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	-moz-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em .3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .3em,
		hsl(161, 34%, 27%) 0 .1em 3px, hsl(162, 39%, 20%) 0 .3em 1px,
		rgba(0, 0, 0, 0.2) 0 .5em 5px;
	color: #333;
	background-color: #FC0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	display: inline-block;
	transition: .2s;
}

.feedback input[type="submit"]:hover {
	background-color: rgba(0, 255, 167, 1);
	background: rgba(0, 255, 167, 1);
}

.feedback input[type="submit"]:active {
	box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, .5), inset 0 0 0 2em rgba(255, 255, 255, .5);
	color: #004F4F;
}

.close {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 3px;
	left: 280px;
	transition: .2s;
	z-index: 9995;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.close:before {
	content: "X";
	font-size: 21px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.close:hover {
	background-color: #F00;
	color: #900;
	box-shadow: 0px 2px 15px #F00;
}

.visible {
	position: fixed;
	z-index: 99999;
	bottom: 40px;
	right: 10px;
	width: 64px;
	height: 64px;
	border: none;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	text-decoration: none;
	background-image: url(/images/totop.png);
	background-repeat: no-repeat;
	transition: .2s;
	display: block;
}