@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_DINPro-Regular';
	src: url('../fonts/regular/DINPro-Regular.eot');
	src: local('☺'), url('../fonts/regular/DINPro-Regular.woff') format('woff'), url('../fonts/regular/DINPro-Regular.ttf') format('truetype'), url('../fonts/regular/DINPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro-Bold';
	src: url('../fonts/bold/DINPro-Bold.eot');
	src: local('☺'), url('../fonts/bold/DINPro-Bold.woff') format('woff'), url('../fonts/bold/DINPro-Bold.ttf') format('truetype'), url('../fonts/bold/DINPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro-Light';
	src: url('../fonts/light/DINPro-Light.eot');
	src: local('☺'), url('../fonts/light/DINPro-Light.woff') format('woff'), url('../fonts/light/DINPro-Light.ttf') format('truetype'), url('../fonts/light/DINPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro-Medium';
	src: url('../fonts/medium/DINPro-Medium.eot');
	src: local('☺'), url('../fonts/medium/DINPro-Medium.woff') format('woff'), url('../fonts/medium/DINPro-Medium.ttf') format('truetype'), url('../fonts/medium/DINPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	font-family: 'Conv_DINPro-Regular';
	font-size: 20px;
	line-height: 25px;
}

/*html{height:100%;}*/
img {
	border: none;
	outline: none;
	border-radius: 3px;
}

input {
	outline: none;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
	height: 1px;
}

.inner {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-top {
	max-width: 1024px;
	margin: 0 auto;
}

a {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.header {
	background-color: #fff;
	color: #FCFCFC;
	background-image: url(../img/car.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

.button {
	cursor: pointer;
	background: #f54e6a;
	padding: 10px 20px 15px 20px;
	color: #FCFCFC;
	font-family: 'Conv_DINPro-Medium';
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	border: none;
	margin: 30px 0;
	text-transform: uppercase;
}

.button:hover {
	background-color: #9ce865;
}

.slogan {
	font-size: 14px;
	color: #6f6f6f;
	font-family: 'Conv_DINPro-Medium';
	line-height: 17px;
	text-transform: uppercase;
}

.anchor {
	padding-top: 100px;
	margin-top: -100px;
	background-clip: content-box;
}

h1 {
	font-family: 'Conv_DINPro-Medium';
	font-size: 35px;
	text-transform: uppercase;
	line-height: 50px;
	background-color: rgba(0, 120, 201, 0.8);
	margin-top: 0;
	padding: 20px 0;
}

/*top*/
#top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.head-top-bg {
	background: #f7f7f7;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	padding: 10px 0;
}

.head-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-justify-content: space-around;
    -webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	
}

.head-top-left {
	/*width: 360px;*/
	/*float: left;*/
}

.head-top-center {
	width: 250px;
	background: #9ce865;
	padding: 10px;
	text-align: center;
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.head-top-center .tel {
	font-size: 25px;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	line-height: 35px;
}

.head-top-center .tel a {
	text-decoration: none;
	color: #fff;
}

.head-top-center .tel span {
	font-family: 'Conv_DINPro-Bold';
}

.head-top-center .button {
	cursor: pointer;
	border: none;
	background: none;
	display: block;
	font-family: 'Conv_DINPro-Regular';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-right: -6px;
	margin-top: 13px;
	text-shadow: 1px 1px #ccc;
}

.head-top-center .button span {}

.head-top-center .button:hover {
	color: #b9e676;
}

.head-top-right {
	display: flex;
	gap: 15px;
	/*float: right;
	margin-top: 8px;*/
}

.head-middle {
	background: url(../img/head-middle.png) no-repeat;
	width: 570px;
	height: 53px;
	float: right;
	text-align: center;
	font-family: 'Conv_DINPro-Light';
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	margin-top: 20px;
}

.head-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-top: 200px;
	text-align: center;
	margin-bottom: 150px;
	background-color: rgba(51, 51, 51, 0.7);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
	box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
}

.head-center-block {
	width: 900px;
}

.head-center-block img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.head-center-price {
	color: #f54e6a;
	font-size: 30px;
	line-height: 50px;
	font-family: 'Conv_DINPro-Medium';
}

.head-center-text {
	color: #9ce865;
	font-size: 25px;
	line-height: 50px;
	font-family: 'Conv_DINPro-medium';
	margin-top: 10px;
}

.head-center-dp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.head-center-dp div {
	border-right: 1px solid #dbdbdb;
}

.head-center-dp div:last-child {
	border-right: none;
}

/*main*/
#main {
	display: block;
}

.banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-justify-content: space-around;
    -webkit-box-pack: justify;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main h2 {
	background: #f54e6a;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	width: 80%;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	padding: 0;
	font-family: 'Conv_DINPro-Regular';
	font-size: 30px;
	font-weight: normal !important;
	color: #fff;
	text-transform: uppercase;
	line-height: 52px;
}

#main h3 {
	display: block;
	margin: 0;
	padding: 50px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	color: #585958;
	-webkit-text-decoration: underline #9ce865;
	text-decoration: underline #9ce865;
	line-height: 40px;
}

.numbers {
	float: right;
	margin-right: 60px;
}

.numbers ul {
	margin: 0;
	padding: 0;
}

.numbers ul li {
	display: block;
	padding: 7px 0 8px 60px;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	list-style: none;
}



.form {
	/*margin-top:50px;*/
	text-align: center;
}

.form .title {
	font-size: 18px;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	padding: 15px;
	text-transform: uppercase;
	background: rgba(0, 120, 201, 0.8);
}

.form .inputbox {
	padding: 10px 20px;
	border: 1px solid;
	color: #a8a8a8;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Conv_DINPro-Regular';
	margin-bottom: 15px;
}

.form .button {
	border: none;
	cursor: pointer;
	/*display:block; float:left;*/
	margin-top: 0;
	-webkit-clip-path: none;
	clip-path: none;
	padding-bottom: 12px;
	padding-top: 12px;
}

.form .button span {}

.form .button:hover {
	opacity: 0.8;
}

.form .call-form {
	padding-top: 18px;
	margin: 10px;
}

/*preim*/
.preim {
	min-height: 200px;
	height: auto;
	margin-bottom: 2px;
}

.preim-minus-title {
	background: #f44e69;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
	padding: 5px 15px;
}

.preim-plus-title {
	font-family: 'Conv_DINPro-Regular';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	background: #93e64f;
	padding: 5px 15px;
	;
	line-height: 50px;
	-webkit-clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 0% 100%)
}

.minus {
	margin-top: 66px;
}

.minus ul {
	margin: 0;
}

.minus ul li {
	list-style: none;
	display: block;
	font-family: 'Conv_DINPro-Medium';
	font-size: 18px;
	background: url(../img/minus.jpg) no-repeat left;
	padding: 6px 0 6px 50px;
	line-height: 20px;
	margin-bottom: 35px;
}

.plus {
	margin-top: 66px;
}

.plus ul {
	margin: 0;
}

.plus ul li {
	list-style: none;
	display: block;
	font-family: 'Conv_DINPro-Medium';
	font-size: 18px;
	background: url(../img/plus.jpg) no-repeat left;
	padding: 6px 0 6px 50px;
	line-height: 20px;
	margin-bottom: 35px;
}

/*catalog*/
.line {}

.line table {
	width: 100%;
}

.line td {
	padding-bottom: 40px !important;
}

.line3 {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.line3 .tovar .tovar-foto {
	margin-right: 20px;
}

.line .button:hover {
	text-decoration: underline;
}

.line3 table td {
	width: 222px !important;
	padding: 0 20px;
}

.line4 table td {
	width: 25% !important;
}

.line .tovar {
	height: 277px;
	margin: 15px;
}

.line .tovar .tovar-foto {
	height: 180px;
	text-align: right;
}

.line .tovar .tovar-foto img {}

.line .tovar .foto-center {
	text-align: center !important;
	height: 200px !important;
}

.line .tovar .tovar-bottom-3items {
	width: 222px;
	height: 97px;
	position: relative;
	z-index: 9;
}

.line .tovar .tovar-bottom-3items .price {
	font-family: 'Conv_DINPro-Medium';
	color: #d44f68;
	font-size: 20px;
	padding: 5px;
	text-align: left;
	background-color: rgba(226, 226, 226, 0.8);
	width: 50%;
	-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.line .tovar .tovar-bottom-3items .title {
	font-size: 18px;
	width: 218px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	padding: 10px;
	background: #93e64f;
	-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.line .tovar .tovar-bottom-3items .button {
	font-family: 'Conv_DINPro-Regular';
	font-size: 16px;
	color: #fff;
	border: none;
	background: none;
	cursor: pointer;
	text-transform: lowercase;
	display: block;
	margin-top: 2px;
	margin-left: 17px;
}

.line .tovar .tovar-bottom-2items {
	background: url(../img/tovar-bottom-2items.png) no-repeat;
	width: 226px;
	height: 59px;
	position: relative;
	z-index: 9;
}

.line .tovar .tovar-bottom-2items .title {
	font-size: 15px;
	line-height: 17px;
	padding-left: 12px;
	width: 188px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	padding-top: 11px;
	margin-bottom: 7px;
}

.line .tovar .tovar-bottom-2items .big-title {
	padding-top: 1px !important;
	margin-bottom: 0 !important;
}

.line .tovar .tovar-bottom-2items .button {
	font-family: 'Conv_DINPro-Regular';
	font-size: 16px;
	color: #fff;
	border: none;
	background: none;
	cursor: pointer;
	text-transform: lowercase;
	display: block;
	margin-top: -1px;
	margin-left: 17px;
}

.small-title .title {
	font-size: 15px !important;
}

.small-title .tovar-foto {
	margin-bottom: -20px;
}

#form1 {
	margin-bottom: 40px !important;
	background: #dbdbdb;
}

#form2 {
	margin-bottom: 40px !important;
	background: #dbdbdb;
}

#form3 {
	margin-bottom: 40px !important;
	background: #dbdbdb;
}

.tabl .tovar-foto {
	text-align: center !important;
	height: 160px !important;
}

.tabl .title {
	text-align: left !important;
	padding-left: 12px;
}

/*otzyvy*/
.otzyvy {
	margin-top: 60px;
}

.otzyvy table {
	width: 100%;
}

.otzyvy table div {
	padding-bottom: 28px;
}

.otzyvy div.foto {
	width: 182px;
	height: 200px;
}

.otzyvy div.text {
	height: 200px;
}

.foto-otz {
	background: url(../img/otzyv-bg-foto.jpg) no-repeat right top;
	width: 182px;
	height: 124px;
	text-align: center;
	padding-top: 6px;
}

.foto-otz p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #2e302f;
	letter-spacing: 1px;
}

.foto-otz img {
	margin-bottom: 12px;
}

.text-otz {
	width: 255px;
	text-align: left;
	padding: 10px 15px 15px 15px;
	background: #f54c6b;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px #ccc;
	box-shadow: 2px 2px #ccc;
	position: relative;
	behavior: url(PIE.htc);
}

/*shema*/
.shema {
	margin-top: 60px;
}

.shema table {
	width: 100%;
	padding-top: 13px;
}

.shema td {
	width: 20% !important;
}

.shema td p {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-family: 'Conv_DINPro-Medium';
	width: 180px;
	line-height: 18px;
}

/*footer*/
#footer {
	background: url(../img/foot.jpg) repeat-x;
	margin-top: 10px;
	display: block;
}

#footer .inner {
	padding-top: 24px;
}

.razr {
	font-size: 14px !important;
	text-transform: uppercase;
	position: absolute;
	margin-left: -70px;
	color: #000;
	margin-top: 10px;
}

.razr img {
	margin-top: 2px;
	float: right;
	display: block;
}

.copy {
	text-align: center;
	color: #2e302f;
	font-size: 18px;
	padding-top: 5px;
}

#form4 {
	margin-top: -1px !important;
}

/*hacks*/
@media all and (-webkit-min-device-pixel-ratio:0) {
	.line .tovar .tovar-bottom-2items .button {
		margin-top: 1px !important;
	}

	.line .tovar .tovar-bottom-3items .button {
		margin-top: 4px !important;
	}

	.color-menu {
		margin-top: 2px !important;
	}
}

/*modals*/
.g-hidden {
	display: none;
}

.g-line {
	zoom: 1;
}

.g-line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* modal */
.b-modal {
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 10px;
	behavior: url(PIE.htc);
}

.b-modal_close {
	position: absolute;
	right: 12px;
	top: 6px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.b-modal_close:hover {
	color: #000;
}



.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
	height: 100%
}

.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}

.arcticmodal-container_i2 {
	margin: 0;
	border: 0;
	vertical-align: middle;
}

.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(loading.gif) no-repeat 50% 50%;
}

.modal-item {
	padding-top: 16px;
}

.modal-item .title22 {
	font-family: 'Conv_DINPro-Medium';
	color: #000;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.modal-item .title22 span {
	display: block;
	text-transform: none;
	font-family: 'Conv_DINPro-Regular';
	font-size: 20px;
	padding-top: 16px;
}

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

.modal-left .price {
	background: url(../img/modals/stoly/price-bg.jpg) no-repeat;
	width: 324px;
	height: 96px;
	text-align: center;
	text-indent: -50px;
}

.modal-left .price b {
	display: block;
	font-size: 40px;
	color: #333;
	font-weight: normal !important;
	font-family: 'Conv_DINPro-Bold';
	padding-top: 19px;
}

.modal-left .price b span {
	font-family: 'Conv_DINPro-Regular';
}

.modal-left .price p {
	display: block;
	margin: 0 0 0 -10px;
	padding: 16px 0 0 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Conv_DINPro-Regular';
}

.modal-left .text {
	font-size: 20px;
	margin-left: 15px;
	margin-top: 20px;
}

.modal-left .text p {
	margin: 0;
	padding: 0;
	display: block;
}

.modal-left b {
	display: block;
	height: 25px;
}

.modal-right {
	float: right;
}

.modal-middle {
	position: absolute;
	margin-left: 357px;
	margin-top: 95px;
}

.color-menu {
	width: 500px;
	margin-left: 90px;
	margin-top: -90px;
	margin-bottom: -20px;
	position: relative;
}

.color-menu h4 {
	display: block;
	text-align: center;
}

.color-menu ul {
	margin: 0;
	padding: 0;
}

.color-menu ul li {
	display: block;
	float: left;
	list-style: none;
}

.color-menu ul li a {
	display: block;
	float: left;
	text-align: center;
	width: 100px;
	text-decoration: none;
}

.color-menu img {
	display: block;
	text-decoration: none;
	width: 51px;
	margin: 0 auto;
}

.color-menu span.image-title {
	display: block;
	font-size: 14px;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
}

#modal-item-5 .modal-middle {
	margin: 370px 0 0 690px !important;
}

#modal-item-5 .modal-right {
	margin-right: 220px !important;
	margin-bottom: 20px !important;
}

#modal-item-6 .modal-right {
	margin-right: 62px;
}

.torg-price p {
	font-size: 40px !important;
	padding-top: 34px !important
}

.vertical-color-menu {
	width: 100px;
	float: right;
	margin-right: 100px;
	margin-left: 100px;
}

.vertical-color-menu h4 {
	display: block;
	text-align: center;
}

.vertical-color-menu ul {
	margin: 0;
	padding: 0;
}

.vertical-color-menu ul li {
	display: block;
	list-style: none;
}

.vertical-color-menu ul li a {
	float: left;
	text-align: center;
	width: 100px;
	text-decoration: none;
}

.vertical-color-menu img {
	display: block;
	text-decoration: none;
	width: 51px;
	margin: 0 auto;
}

.vertical-color-menu span.image-title {
	display: block;
	font-size: 14px;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
}

.right22 {
	margin-top: 50px !important;
}

#modal-item-8 .modal-right,
#modal-item-11 .modal-right {
	margin-top: 30px !important;
}

#modal-item-8 .vertical-color-menu,
#modal-item-11 .vertical-color-menu {
	margin-left: 70px !important;
}

#modal-item-9 .modal-right {
	margin-right: 40px !important;
}

#modal-item-21 .modal-right {
	margin-right: 170px !important;
}

#modal-item-23 .modal-right {
	margin-right: 70px !important;
}

#modal-item-24 .modal-right {
	margin-right: 70px !important;
}

.b-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.us {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	text-align: left;
	margin-top: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preim {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    -webkit-box-pack: justify;
	text-align: left;
	margin-top: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.line3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-justify-content: space-around;
    -webkit-box-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.otzyvy-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
}

.shema-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-justify-content: space-around;
    -webkit-box-pack: justify;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0;
}

.bottom {
	width: 100%;
	top: 0;
	z-index: 100;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-webkit-box-pack: justify;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn {
	text-align: center;
}

.shema-block-icon p {
	margin-top: 5px;
}

.icon-block {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	padding: 10px;
	background-color: #93e64f;
	width: 30%;
	margin-bottom: 20px;
}

.icon-block img {
	margin: 5px;
}

.icon-block p {
	margin: 5px;
}

.shema-block-icon {
	width: 180px;
}

.icon {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Conv_DINPro-Medium';
	padding: 10px;
	background-color: #93e64f;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	width: 150px;
}

/*mobil*/
@media (max-width: 960px) {

	.banners,
	.us,
	.preim,
	.line3,
	.otzyvy-block,
	.shema-block,
	.head-center,
	.head-center-dp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
	}

	#main h2,
	.head-center-block {
		width: 100%;
	}

	.foto-otz {
		background: none;
	}

	.otzyvy div.text {
		margin-bottom: 50px;
	}

	.slogan {
		margin-bottom: 10px;
	}

	.head-center,
	.button {
		-webkit-clip-path: none;
		clip-path: none;
	}

	.preim-minus-title {
		-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
		clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	}

	.head-top-right {
		/*display: none*/
	}

	h1 {
		font-size: 28px;
		line-height: 30px;
		padding: 20px 10px;
	}

	.icon-block {
		width: 80% !important;
	}

	.shema-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.icon {
		-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%) !important;
		clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%) !important;
	}

	.shema-block-icon {
		text-align: center;
	}

	.head-center-block {
		margin: 0 auto;
	}

	.head-center {
		margin-top: 270px;
		margin-bottom: 70px;
	}

	.head-center-price {
		font-size: 25px;
		line-height: 30px;
	}

	.head-center-text {
		font-size: 22px;
		line-height: 30px;
	}

	.head-center-dp {
		padding-left: 50px;
	}

	.head-center-dp div {
		width: 70%;
		border-right: none;
		border-left: 1px solid #dbdbdb;
		margin: 5px;
		padding-left: 15px;
		text-align: left;
	}

}

@media (max-width: 616px) {
	.head-top-left {
		text-align: center;
	}
}


/*animation text*/
.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	80% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}

	60% {
		-webkit-transform: scale(1.1);
	}

	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}


/* #ToTop button */
#toTop {
	color: #6abd45;
}

#toTop:hover {
	color: #fff;
	background-color: #f54e6a;
	border-color: #f54e6a;
}

#toTop {
	background: #6abd45;
}

#toTop:before {
	color: #fff;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	/*right: -999em;*/
	overflow: hidden;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	z-index: 999;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#toTop span {
	display: none;
}

#toTop:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	width: 100%;
	font-size: 32px;
	line-height: 58px;
	content: "arrow_upward";
}

#toTop:focus {
	outline: none;
}

@media (min-width: 544px) {
	#toTop {
		right: 20px;
	}
}

@media (min-width: 768px) {
	#toTop {
		bottom: 80px;
	}
}
