@charset "utf-8";

@font-face {
	font-family: 'PtSans';
	src: url("../../../fonts/pt_sans/pt_sans-r.eot");
	src: url("../../../fonts/pt_sans/pt_sans-r.eot%3F") format("embedded-opentype"), url("../../../fonts/pt_sans/pt_sans-r.woff2") format("woff2"), url("../../../fonts/pt_sans/pt_sans-r.woff") format("woff"), url("../../../fonts/pt_sans/pt_sans-r.ttf") format("truetype"), url("../../../fonts/pt_sans/pt_sans-r.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PtSans';
	src: url("../../../fonts/pt_sans/pt_sans-b.eot");
	src: url("../../../fonts/pt_sans/pt_sans-b.eot%3F") format("embedded-opentype"), url("../../../fonts/pt_sans/pt_sans-b.woff2") format("woff2"), url("../../../fonts/pt_sans/pt_sans-b.woff") format("woff"), url("../../../fonts/pt_sans/pt_sans-b.ttf") format("truetype"), url("../../../fonts/pt_sans/pt_sans-b.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PtSans';
	src: url("../../../fonts/pt_sans/pt_sans-i.eot");
	src: url("../../../fonts/pt_sans/pt_sans-i.eot%3F") format("embedded-opentype"), url("../../../fonts/pt_sans/pt_sans-i.woff2") format("woff2"), url("../../../fonts/pt_sans/pt_sans-i.woff") format("woff"), url("../../../fonts/pt_sans/pt_sans-i.ttf") format("truetype"), url("../../../fonts/pt_sans/pt_sans-i.svg") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url("../../../fonts/open_sans/open_sans-r.eot");
	src: url("../../../fonts/open_sans/open_sans-r.eot%3F") format("embedded-opentype"), url("../../../fonts/open_sans/open_sans-r.woff2") format("woff2"), url("../../../fonts/open_sans/open_sans-r.woff") format("woff"), url("../../../fonts/open_sans/open_sans-r.ttf") format("truetype"), url("../../../fonts/open_sans/open_sans-r.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url("../../../fonts/open_sans/open_sans-b.eot");
	src: url("../../../fonts/open_sans/open_sans-b.eot%3F") format("embedded-opentype"), url("../../../fonts/open_sans/open_sans-b.woff2") format("woff2"), url("../../../fonts/open_sans/open_sans-b.woff") format("woff"), url("../../../fonts/open_sans/open_sans-b.ttf") format("truetype"), url("../../../fonts/open_sans/open_sans-b.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../../../fonts/roboto/roboto-r.eot");
	src: url("../../../fonts/roboto/roboto-r.eot%3F") format("embedded-opentype"), url("../../../fonts/roboto/roboto-r.woff2") format("woff2"), url("../../../fonts/roboto/roboto-r.woff") format("woff"), url("../../../fonts/roboto/roboto-r.ttf") format("truetype"), url("../../../fonts/roboto/roboto-r.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../../../fonts/roboto/roboto-m.eot");
	src: url("../../../fonts/roboto/roboto-m.eot%3F") format("embedded-opentype"), url("../../../fonts/roboto/roboto-m.woff2") format("woff2"), url("../../../fonts/roboto/roboto-m.woff") format("woff"), url("../../../fonts/roboto/roboto-m.ttf") format("truetype"), url("../../../fonts/roboto/roboto-m.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url("../../../fonts/roboto_condensed/roboto_condensed-b.eot");
	src: url("../../../fonts/roboto_condensed/roboto_condensed-b.eot%3F") format("embedded-opentype"), url("../../../fonts/roboto_condensed/roboto_condensed-b.woff2") format("woff2"), url("../../../fonts/roboto_condensed/roboto_condensed-b.woff") format("woff"), url("../../../fonts/roboto_condensed/roboto_condensed-b.ttf") format("truetype"), url("../../../fonts/roboto_condensed/roboto_condensed-b.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

img {
	max-width: 100%;
	/*height: auto;*/
}

.table-wrapper {
	overflow: auto;
	max-width: 100%;
}

a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
	cursor: default;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.clear-self::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.overflowHidden {
	overflow: hidden !important;
}

.nooverflowHidden {
	overflow: visible!important;
}

table.table0 {
	border-collapse: collapse;
}

table.table0 td {
	padding: 5px;
	border: none;
}

table.table1 {
	border-collapse: collapse;
}

table.table1 tr:hover {
	background: #f0f0f0;
}

table.table1 td {
	padding: 5px;
	border: 1px solid #bfbfbf;
}

table.table2 {
	border-collapse: collapse;
}

table.table2 tr:hover {
	background: #f0f0f0;
}

table.table2 td {
	padding: 5px;
	border: 1px solid #bfbfbf;
}

table.table2 th {
	padding: 8px 5px;
	border: 1px solid #05425a;
	background-color: #334354;
	color: #fff;
	text-align: left;
}

html, body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	position: relative;
	min-width: 320px;
	text-align: left;
	color: #666;
	background: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1.25;
}

h1 {
	margin: 0;
}

.top_menu--theme5 {
	min-height: 48px;
}

.top_menu--theme5.fixed-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 1023px) {
	.top_menu--theme5 {
		min-height: 0;
	}
}

.one_good_wrap + .one_good_wrap {
	margin-top: 30px;
}

.empty-menu-div {
	height: 50px;
	display: none;
}

.top_menu--theme5 .top-menu-wrapper {
	background: #64584c;
	font-size: 0;
	padding: 0 10px;
	left: 0;
	right: 0;
	z-index: 500;
}

@media all and (max-width: 960px) {
	.top_menu--theme5 .top-menu-wrapper {
		padding: 0 15px;
	}
}

@media all and (max-width: 640px) {
	.top_menu--theme5 .top-menu-wrapper {
		padding: 0;
	}
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner {
	max-width: 940px;
	margin: 0 auto;
	text-align: right;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-button {
	display: none;
	width: 48px;
	height: 48px;
	background: #55bc75 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2022%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M691%2C98H669V96h22v2Zm0%2C7H669v-2h22v2Zm0%2C7H669v-2h22v2Z%22%20transform%3D%22translate%28-669%20-96%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-close {
	display: none;
	width: 48px;
	height: 48px;
	margin-bottom: 15px;
	background: #55bc75 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M672.766%2C113.782a1%2C1%2C0%2C0%2C1-.708-1.707l15.469-15.467a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414L673.473%2C113.49a1%2C1%2C0%2C0%2C1-.707.292h0Zm15.468%2C0a1%2C1%2C0%2C0%2C1-.707-0.293L672.058%2C98.022a1%2C1%2C0%2C1%2C1%2C1.415-1.414l15.468%2C15.468a1%2C1%2C0%2C0%2C1-.707%2C1.707h0Z%22%20transform%3D%22translate%28-671.781%20-96.313%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 1;
	text-align: left;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li {
	display: inline-block;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.active > a {
	background: #776b5f;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.active > a:before {
	height: 2px;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap {
	display: inline-block;
	vertical-align: top;
	width: 31px;
	height: 50px;
	margin-left: 20px;
	cursor: pointer;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2021%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M688.5%2C23a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C688.5%2C23Zm8%2C0a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C696.5%2C23Zm8%2C0a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C704.5%2C23Z%22%20transform%3D%22translate%28-686%20-23%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
	position: relative;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap.opened:before {
	position: absolute;
	display: block;
	content: "";
	display: block;
	bottom: 2px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 4.5px 5px 4.5px;
	border-bottom-color: #f3f3f3;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul {
	background: #64584c;
	position: absolute;
	display: none;
	padding: 10px 0;
	margin: 0;
	top: 48px;
	right: -73px;
	width: 177px;
	background: #f3f3f3;
	z-index: 55;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li.active > a {
	background: #e5e5e5;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li a {
	color: #000;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 13px 20px 12px 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li a:hover {
	background: #e5e5e5;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li > a {
	color: #fff;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 18px 13px 17px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li > a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background: #55bc75;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li > a:hover {
	color: #fff;
	background: #776b5f;
}

.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu > li > a:hover:before {
	height: 2px;
}

.top_menu--theme5.inverse .top-menu-wrapper {
	background: #fff;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .menu-button {
	background: #55bc75 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2022%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M691%2C98H669V96h22v2Zm0%2C7H669v-2h22v2Zm0%2C7H669v-2h22v2Z%22%20transform%3D%22translate%28-669%20-96%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .menu-close {
	background: #55bc75 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M672.766%2C113.782a1%2C1%2C0%2C0%2C1-.708-1.707l15.469-15.467a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414L673.473%2C113.49a1%2C1%2C0%2C0%2C1-.707.292h0Zm15.468%2C0a1%2C1%2C0%2C0%2C1-.707-0.293L672.058%2C98.022a1%2C1%2C0%2C1%2C1%2C1.415-1.414l15.468%2C15.468a1%2C1%2C0%2C0%2C1-.707%2C1.707h0Z%22%20transform%3D%22translate%28-671.781%20-96.313%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.active > a {
	background: #776b5f;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.active > a:before {
	height: 2px;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2021%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M688.5%2C23a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C688.5%2C23Zm8%2C0a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C696.5%2C23Zm8%2C0a2.5%2C2.5%2C0%2C1%2C1-2.5%2C2.5A2.5%2C2.5%2C0%2C0%2C1%2C704.5%2C23Z%22%20transform%3D%22translate%28-686%20-23%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap.opened:before {
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 4.5px 5px 4.5px;
	border-bottom-color: #f3f3f3;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul {
	background: #f3f3f3;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li.active > a {
	background: #e5e5e5;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li a {
	color: #000;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li.dropdown-wrap ul li a:hover {
	background: #e5e5e5;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li > a {
	color: #000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li > a:before {
	background-color: #43a260;
}

.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu > li > a:hover {
	background: #f4f4f4;
	color: #000;
}

@media all and (max-width: 640px) {
	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-button, .top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-close {
		display: inline-block;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-scroll {
		position: fixed;
		right: 0;
		bottom: 0;
		top: 0;
		width: 296px;
		background: #fff;
		text-align: right;
		z-index: 501;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: transform 0.6s;
		-moz-transition: transform 0.6s;
		-o-transition: transform 0.6s;
		-ms-transition: transform 0.6s;
		transition: transform 0.6s;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-scroll.opened {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: 0 0 0 10000px rgba(0, 0, 0, .8);
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .menu-scroll-inner {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu li {
		display: block;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu li a {
		padding: 13px 30px 12px;
		color: #000;
		text-shadow: none;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu li a:before {
		display: none;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu li a:hover {
		background: #eaeaea;
	}

	.top_menu--theme5 .top-menu-wrapper .top-menu-inner .top-menu li.active > a {
		background: #eaeaea;
	}

	.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .menu-scroll {
		background: #fff;
	}

	.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu li a {
		color: #000;
	}

	.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu li a:hover {
		background: #eaeaea;
	}

	.top_menu--theme5.inverse .top-menu-wrapper .top-menu-inner .top-menu li.active > a {
		background: #eaeaea;
	}
}

.header--theme5 .header-wrapper {
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.68);
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 960px) {
	.header--theme5 .header-wrapper {
		padding: 0 15px;
	}
}

@media all and (max-width: 760px) {
	.header--theme5 .header-wrapper {
		padding: 0 40px;
	}
}

@media all and (max-width: 600px) {
	.header--theme5 .header-wrapper {
		padding: 0 20px;
	}
}

@media all and (max-width: 465px) {
	.header--theme5 .header-wrapper {
		padding: 0 10px;
	}
}

.header--theme5 .header-wrapper .header-inner {
	max-width: 940px;
	margin: 0 auto;
	min-height: 60px;
	padding: 30px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 760px) {
	.header--theme5 .header-wrapper .header-inner {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		align-items: stretch;
	}
}

.header--theme5 .header-wrapper .site-name-wrapper {
	min-width: 315px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.header--theme5 .header-wrapper .site-name-wrapper .logo {
	margin-right: 10px;
	-webkit-box-flex: 0;
	max-width: 150px;
	max-height: 150px;
}

.header--theme5 .header-wrapper .site-name-wrapper .logo svg {
	max-width: 150px;
	max-height: 150px;
}

@media all and (max-width: 465px) {
	.header--theme5 .header-wrapper .site-name-wrapper .name-block {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 1%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 1%;
		-ms-flex: 1 0 1%;
		flex: 1 0 1%;
	}
}

.header--theme5 .header-wrapper .site-name-wrapper .name {
	font-size: 26px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1;
}

.header--theme5 .header-wrapper .site-name-wrapper .name a {
	color: #000;
	text-decoration: none;
}

.header--theme5 .header-wrapper .site-name-wrapper .activity {
	color: #776b5f;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

@media all and (max-width: 760px) {
	.header--theme5 .header-wrapper .site-name-wrapper {
		-webkit-box-flex: none;
		-webkit-flex: none;
		-moz-box-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		margin-bottom: 38px;
		min-width: 100%;
	}
}

@media all and (max-width: 465px) {
	.header--theme5 .header-wrapper .site-name-wrapper {
		margin: 0 auto 20px;
		text-align: center;
		display: block;
		max-width: 100%;
	}

	.header--theme5 .header-wrapper .site-name-wrapper .logo {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 5px;
	}
}

.header--theme5 .header-wrapper .work-time-part {
	width: 248px;
	box-sizing: border-box;
	padding: 7px 20px 0 37px;
	min-height: 21px;
	margin-top: -10px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20%20viewBox%3D%220%200%2028%2028%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%234daf7c%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1014%2C101a14%2C14%2C0%2C1%2C0%2C14-14A14%2C14%2C0%2C0%2C0%2C1014%2C101Zm4%2C0a10%2C10%2C0%2C1%2C0%2C10-10A10%2C10%2C0%2C0%2C0%2C1018%2C101Zm11%2C2h-6a1%2C1%2C0%2C1%2C1%2C0-2h4.5a0.5%2C0.5%2C0%2C0%2C0%2C.5-0.5V94a1%2C1%2C0%2C1%2C1%2C2%2C0v8A1%2C1%2C0%2C0%2C1%2C1029%2C103Z%22%20transform%3D%22translate%28-1014%20-87%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.header--theme5 .header-wrapper .work-time-part .title {
	color: #43a260;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.header--theme5 .header-wrapper .work-time-part .body {
	color: #1a1a1a;
	font-size: 16px;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 960px) {
	.header--theme5 .header-wrapper .work-time-part {
		width: 228px;
	}
}

@media all and (max-width: 760px) {
	.header--theme5 .header-wrapper .work-time-part {
		margin-top: 0px;
	}
}

@media all and (max-width: 465px) {
	.header--theme5 .header-wrapper .work-time-part {
		margin-bottom: 26px;
		min-width: 200px;
		width: auto;
	}
}

.header--theme5 .header-wrapper .phone-part {
	max-width: 210px;
}

@media all and (max-width: 465px) {
	.header--theme5 .header-wrapper .phone-part {
		max-width: 100%;
		min-width: 200px;
	}
}

.header--theme5 .header-wrapper .phone-part .phone {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2026%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2343a260%22%20d%3D%22M1283.91%2C91.534a13.393%2C13.393%2C0%2C0%2C1%2C4.09%2C9.294%2C1.311%2C1.311%2C0%2C1%2C1-2.62.1%2C10.432%2C10.432%2C0%2C0%2C0-10.08-10.279%2C1.492%2C1.492%2C0%2C0%2C1-1.14-.417%2C1.339%2C1.339%2C0%2C0%2C1-.21-1.476%2C1.161%2C1.161%2C0%2C0%2C1%2C1.19-.752%2C12.73%2C12.73%2C0%2C0%2C1%2C6.99%2C2.161C1282.86%2C90.647%2C1283.52%2C91.23%2C1283.91%2C91.534Zm-8.87%2C1.371a1.645%2C1.645%2C0%2C0%2C0-.7.141%2C1.318%2C1.318%2C0%2C0%2C0-.65%2C1.529%2C1.238%2C1.238%2C0%2C0%2C0%2C1.24.957%2C5.449%2C5.449%2C0%2C0%2C1%2C3.8%2C1.478%2C5.6%2C5.6%2C0%2C0%2C1%2C1.78%2C4.075%2C1.649%2C1.649%2C0%2C0%2C0%2C.28.837%2C1.288%2C1.288%2C0%2C0%2C0%2C1.54.378%2C1.233%2C1.233%2C0%2C0%2C0%2C.79-1.242A8.136%2C8.136%2C0%2C0%2C0%2C1275.04%2C92.9Zm7.43%2C19.986c0.54-.6%2C1.14-1.149%2C1.71-1.726a1.8%2C1.8%2C0%2C0%2C0%2C.01-2.732q-1.5-1.514-3-3.015a1.761%2C1.761%2C0%2C0%2C0-2.67%2C0c-0.63.622-1.26%2C1.244-1.87%2C1.88a0.663%2C0.663%2C0%2C0%2C1-.12.105l-0.43.43a0.344%2C0.344%2C0%2C0%2C1-.39-0.009c-0.41-.221-0.84-0.4-1.23-0.644a19.25%2C19.25%2C0%2C0%2C1-4.67-4.274%2C10.9%2C10.9%2C0%2C0%2C1-1.67-2.7%2C0.375%2C0.375%2C0%2C0%2C1%2C.02-0.409l0.43-.43a0.608%2C0.608%2C0%2C0%2C1%2C.07-0.085c0.19-.182.37-0.365%2C0.56-0.549%2C0.43-.431.86-0.867%2C1.29-1.3a1.8%2C1.8%2C0%2C0%2C0-.01-2.75c-0.48-.493-0.97-0.983-1.46-1.475-0.51-.506-1.01-1.016-1.52-1.518a1.767%2C1.767%2C0%2C0%2C0-2.67%2C0c-0.63.62-1.24%2C1.261-1.88%2C1.871a3.067%2C3.067%2C0%2C0%2C0-.95%2C2.065%2C8.808%2C8.808%2C0%2C0%2C0%2C.67%2C3.762%2C22.862%2C22.862%2C0%2C0%2C0%2C4.03%2C6.756%2C25.056%2C25.056%2C0%2C0%2C0%2C8.28%2C6.5%2C12%2C12%2C0%2C0%2C0%2C4.59%2C1.342A3.355%2C3.355%2C0%2C0%2C0%2C1282.47%2C112.89Z%22%20transform%3D%22translate%28-1262%20-88%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
	padding: 3px 0 3px 35px;
	color: #1a1a1a;
	font-size: 20px;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3px;
}

@media all and (max-width: 960px) {
	.header--theme5 .header-wrapper .phone-part .phone {
		font-size: 18px;
		padding: 4px 0 4px 35px;
	}
}

.header--theme5 .header-wrapper .phone-part .button {
	text-align: right;
}

@media all and (max-width: 960px) {
	.header--theme5 .header-wrapper .phone-part .button {
		text-align: left;
		padding-left: 17px;
	}
}

.header--theme5 .header-wrapper .phone-part .button a {
	display: inline-block;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	padding: 8px 16px 6px 20px;
	color: #fff;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #ea6a45;
	border-radius: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.header--theme5 .header-wrapper .phone-part .button a:hover {
	background: #4daf7c;
}

.header--theme5 .header-wrapper .phone-part .button a:after {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 16px;
	content: "";
	margin-left: 10px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2015%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter%22%20x%3D%22720%22%20y%3D%2277%22%20width%3D%2215%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20result%3D%22offset%22%20dy%3D%221%22%20in%3D%22SourceAlpha%22%3E%3C%2FfeOffset%3E%3CfeGaussianBlur%20result%3D%22blur%22%3E%3C%2FfeGaussianBlur%3E%3CfeFlood%20result%3D%22flood%22%20flood-opacity%3D%220.18%22%3E%3C%2FfeFlood%3E%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22blur%22%3E%3C%2FfeComposite%3E%3CfeBlend%20result%3D%22blend%22%20in%3D%22SourceGraphic%22%3E%3C%2FfeBlend%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20filter%3D%22url%28%23filter%29%22%20d%3D%22M727.5%2C92a7.5%2C7.5%2C0%2C1%2C1%2C7.5-7.5A7.5%2C7.5%2C0%2C0%2C1%2C727.5%2C92Zm0-13.828a6.328%2C6.328%2C0%2C1%2C0%2C6.328%2C6.329A6.328%2C6.328%2C0%2C0%2C0%2C727.5%2C78.171Zm-0.606%2C9.472a0.469%2C0.469%2C0%2C0%2C1-.663-0.662l2.481-2.481-2.481-2.482a0.469%2C0.469%2C0%2C0%2C1%2C.663-0.663l2.812%2C2.813a0.469%2C0.469%2C0%2C0%2C1%2C0%2C.663Z%22%20transform%3D%22translate%28-720%20-77%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.header--theme5.inverse .header-wrapper {
	background: #43a260;
}

.header--theme5.inverse .header-wrapper .site-name-wrapper .name a, .header--theme5.inverse .header-wrapper .site-name-wrapper .activity {
	color: #fff;
}

.header--theme5.inverse .header-wrapper .work-time-part {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20%20viewBox%3D%220%200%2028%2028%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e5c75d%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1014%2C101a14%2C14%2C0%2C1%2C0%2C14-14A14%2C14%2C0%2C0%2C0%2C1014%2C101Zm4%2C0a10%2C10%2C0%2C1%2C0%2C10-10A10%2C10%2C0%2C0%2C0%2C1018%2C101Zm11%2C2h-6a1%2C1%2C0%2C1%2C1%2C0-2h4.5a0.5%2C0.5%2C0%2C0%2C0%2C.5-0.5V94a1%2C1%2C0%2C1%2C1%2C2%2C0v8A1%2C1%2C0%2C0%2C1%2C1029%2C103Z%22%20transform%3D%22translate%28-1014%20-87%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.header--theme5.inverse .header-wrapper .work-time-part .title {
	color: #fff;
}

.header--theme5.inverse .header-wrapper .work-time-part .body {
	color: #fff;
}

.header--theme5.inverse .header-wrapper .phone-part .phone {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2026%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e5c75d%22%20d%3D%22M1283.91%2C91.534a13.393%2C13.393%2C0%2C0%2C1%2C4.09%2C9.294%2C1.311%2C1.311%2C0%2C1%2C1-2.62.1%2C10.432%2C10.432%2C0%2C0%2C0-10.08-10.279%2C1.492%2C1.492%2C0%2C0%2C1-1.14-.417%2C1.339%2C1.339%2C0%2C0%2C1-.21-1.476%2C1.161%2C1.161%2C0%2C0%2C1%2C1.19-.752%2C12.73%2C12.73%2C0%2C0%2C1%2C6.99%2C2.161C1282.86%2C90.647%2C1283.52%2C91.23%2C1283.91%2C91.534Zm-8.87%2C1.371a1.645%2C1.645%2C0%2C0%2C0-.7.141%2C1.318%2C1.318%2C0%2C0%2C0-.65%2C1.529%2C1.238%2C1.238%2C0%2C0%2C0%2C1.24.957%2C5.449%2C5.449%2C0%2C0%2C1%2C3.8%2C1.478%2C5.6%2C5.6%2C0%2C0%2C1%2C1.78%2C4.075%2C1.649%2C1.649%2C0%2C0%2C0%2C.28.837%2C1.288%2C1.288%2C0%2C0%2C0%2C1.54.378%2C1.233%2C1.233%2C0%2C0%2C0%2C.79-1.242A8.136%2C8.136%2C0%2C0%2C0%2C1275.04%2C92.9Zm7.43%2C19.986c0.54-.6%2C1.14-1.149%2C1.71-1.726a1.8%2C1.8%2C0%2C0%2C0%2C.01-2.732q-1.5-1.514-3-3.015a1.761%2C1.761%2C0%2C0%2C0-2.67%2C0c-0.63.622-1.26%2C1.244-1.87%2C1.88a0.663%2C0.663%2C0%2C0%2C1-.12.105l-0.43.43a0.344%2C0.344%2C0%2C0%2C1-.39-0.009c-0.41-.221-0.84-0.4-1.23-0.644a19.25%2C19.25%2C0%2C0%2C1-4.67-4.274%2C10.9%2C10.9%2C0%2C0%2C1-1.67-2.7%2C0.375%2C0.375%2C0%2C0%2C1%2C.02-0.409l0.43-.43a0.608%2C0.608%2C0%2C0%2C1%2C.07-0.085c0.19-.182.37-0.365%2C0.56-0.549%2C0.43-.431.86-0.867%2C1.29-1.3a1.8%2C1.8%2C0%2C0%2C0-.01-2.75c-0.48-.493-0.97-0.983-1.46-1.475-0.51-.506-1.01-1.016-1.52-1.518a1.767%2C1.767%2C0%2C0%2C0-2.67%2C0c-0.63.62-1.24%2C1.261-1.88%2C1.871a3.067%2C3.067%2C0%2C0%2C0-.95%2C2.065%2C8.808%2C8.808%2C0%2C0%2C0%2C.67%2C3.762%2C22.862%2C22.862%2C0%2C0%2C0%2C4.03%2C6.756%2C25.056%2C25.056%2C0%2C0%2C0%2C8.28%2C6.5%2C12%2C12%2C0%2C0%2C0%2C4.59%2C1.342A3.355%2C3.355%2C0%2C0%2C0%2C1282.47%2C112.89Z%22%20transform%3D%22translate%28-1262%20-88%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
	color: #fff;
}

.header--theme5.inverse .header-wrapper .phone-part .button a {
	background: #ea6a45;
}

.header--theme5.inverse .header-wrapper .phone-part .button a:hover {
	background: #ee7b5a;
}

.pic-timer-form--theme5 {
	background: rgba(119, 107, 95, .8);
}

.pic-timer-form--theme5 .top-part {
	position: relative;
	padding-bottom: 509px;
}

@media all and (max-width: 640px) {
	.pic-timer-form--theme5 .top-part {
		padding-bottom: 458px;
	}
}

@media all and (max-width: 480px) {
	.pic-timer-form--theme5 .top-part {
		padding-bottom: 435px;
	}
}

.pic-timer-form--theme5 .top-part .pic-part {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.pic-timer-form--theme5 .top-part .slogan-part-wrapper {
	background: #43a260;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .top-part .slogan-part-wrapper {
		padding: 0 15px;
	}
}

.pic-timer-form--theme5 .top-part .slogan-part-wrapper .slogan-part-inner {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 19px 0 18px;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .top-part .slogan-part-wrapper .slogan-part-inner {
		padding: 21px 0 20px;
	}
}

.pic-timer-form--theme5 .top-part .slogan-part-wrapper .slogan {
	color: #fff;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .top-part .slogan-part-wrapper .slogan {
		font-size: 20px;
	}
}

.pic-timer-form--theme5 .top-part .slogan-part-wrapper .after-slogan {
	color: #fff;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .top-part .slogan-part-wrapper .after-slogan {
		padding-top: 4px;
	}
}

.pic-timer-form--theme5 .bottom-part {
	margin-top: -210px;
	position: relative;
	z-index: 2;
}

.pic-timer-form--theme5 .bottom-part.time-end {
	margin-top: -178px;
}

.pic-timer-form--theme5 .bottom-part .timer-wrap {
	background: rgba(36, 36, 36, .9);
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper {
	max-width: 970px;
	margin: 0 auto;
	padding: 20px 15px 108px;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper {
		display: block;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .text-part {
	max-width: 465px;
	box-sizing: border-box;
	padding-left: 3px;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper .text-part {
		max-width: 100%;
		text-align: center;
		padding-bottom: 17px;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .text-part .title {
	color: #fff;
	font-size: 26px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1;
	padding-bottom: 4px;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .text-part .after-title {
	color: #eac85d;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .end-message {
	display: none;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #fff;
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrapper .end-message {
	color: #333;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer {
		text-align: center;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-size: 0;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	text-align: center;
}

@media all and (max-width: 460px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li {
		margin-left: 18px;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li:before {
	content: ':';
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 45px;
	line-height: 55px;
	color: #fff;
}

@media all and (max-width: 460px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li:before {
		line-height: 37px;
		left: -14px;
		font-size: 40px;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li:first-child {
	margin: 0;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li:first-child:before {
	content: none;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li span {
	position: relative;
	display: inline-block;
	width: 38px;
	margin-left: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6a45), color-stop(50%, #d4603e), color-stop(51%, #ea6a45), color-stop(100%, #ea6a45));
	background-image: -o-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -moz-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -webkit-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -ms-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: linear-gradient(to bottom, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	border-radius: 2px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), 0 1px 3px rgba(0, 0, 0, .87);
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li span:first-child {
	margin: 0;
}

@media all and (max-width: 460px) {
	.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li span {
		font-size: 28px;
		line-height: 42px;
		width: 27px;
	}
}

.pic-timer-form--theme5 .bottom-part .timer-wrapper .timer ul li em {
	display: block;
	margin: 6px 0 0;
	font-style: normal;
	font-size: 13px;
	color: #fff;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper {
	padding: 0 15px 30px;
	margin-top: -98px;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap {
	max-width: 940px;
	border-radius: 11px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 9px;
	margin: 0 auto;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-inner {
	background: #fbfae8;
	padding: 30px 45px 50px;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-inner {
		padding: 30px 30px 50px;
	}
}

@media all and (max-width: 600px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-inner {
		padding: 25px 15px 35px;
	}
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title-wrapper {
	padding-bottom: 40px;
}

@media all and (max-width: 600px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title-wrapper {
		padding-bottom: 10px;
	}
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title {
	color: #1a1a1a;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
}

@media all and (max-width: 960px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title {
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title {
		font-size: 22px;
	}
}

@media all and (max-width: 600px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title {
		font-size: 18px;
	}
}

@media all and (max-width: 400px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-title {
		font-size: 16px;
	}
}

@media all and (max-width: 600px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form-block {
		display: none;
	}
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .after-title {
	color: #d13731;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .field-title {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 15px;
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap form {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	font-size: 0;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .cell {
	display: inline-block;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field {
	margin: 26px 0 0;
	font-size: 15px;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field.field-error input[type="text"] {
	border-bottom-color: red;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field.field-error input[type="text"]::-webkit-input-placeholder {
	color: red;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field.field-error input[type="text"]:moz-placeholder {
	color: red;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field.field-error input[type="text"]::-moz-placeholder {
	color: red;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field.field-error input[type="text"]:-ms-input-placeholder {
	color: red;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field ul li {
	padding: 3px;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field:first-child {
	margin: 0;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field .form_field--title {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 15px;
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"] {
	width: 100%;
	height: 30px;
	padding: 0;
	box-sizing: border-box;
	background: none;
	border: none;
	border-bottom: 2px solid #f3f2de;
	outline: none;
	font-style: italic;
	font-size: 15px;
	color: #ababa8;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"]:focus {
	color: #776b5f;
	border-bottom-color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"]:focus::-webkit-input-placeholder {
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"]:focus:moz-placeholder {
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"]:focus::-moz-placeholder {
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field input[type="text"]:focus:-ms-input-placeholder {
	color: #776b5f;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_field textarea {
	width: 100%;
	max-width: 100%;
	height: 120px;
	padding: 0;
	box-sizing: border-box;
	background: url(../img/mixed--theme3--border.png) 0 0 repeat;
	border: none;
	outline: none;
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	color: #ababa8;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_note {
	display: table-cell;
	padding: 20px 0 0;
	vertical-align: middle;
	font-weight: 700;
	font-size: 15px;
	color: #5f90b0;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_btn {
	display: table-cell;
	padding: 20px 0 0;
	vertical-align: middle;
	text-align: right;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_btn input {
	min-width: 130px;
	padding: 0 25px;
	margin: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58c07f), color-stop(100%, #43a260));
	background-image: -o-linear-gradient(top, #58c07f 0%, #43a260 100%);
	background-image: -moz-linear-gradient(top, #58c07f 0%, #43a260 100%);
	background-image: -webkit-linear-gradient(top, #58c07f 0%, #43a260 100%);
	background-image: -ms-linear-gradient(top, #58c07f 0%, #43a260 100%);
	background-image: linear-gradient(to bottom, #58c07f 0%, #43a260 100%);
	border-radius: 24px;
	border: none;
	outline: none;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #3e9659;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
	white-space: inherit;
	cursor: pointer;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_btn input:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f18c5b), color-stop(100%, #ea6a45));
	background-image: -o-linear-gradient(top, #f18c5b 0%, #ea6a45 100%);
	background-image: -moz-linear-gradient(top, #f18c5b 0%, #ea6a45 100%);
	background-image: -webkit-linear-gradient(top, #f18c5b 0%, #ea6a45 100%);
	background-image: -ms-linear-gradient(top, #f18c5b 0%, #ea6a45 100%);
	background-image: linear-gradient(to bottom, #f18c5b 0%, #ea6a45 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #dc603c;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .form_btn input:active {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ee7c51), color-stop(100%, #ea6a45));
	background-image: -o-linear-gradient(bottom, #ee7c51 0%, #ea6a45 100%);
	background-image: -moz-linear-gradient(bottom, #ee7c51 0%, #ea6a45 100%);
	background-image: -webkit-linear-gradient(bottom, #ee7c51 0%, #ea6a45 100%);
	background-image: -ms-linear-gradient(bottom, #ee7c51 0%, #ea6a45 100%);
	background-image: linear-gradient(to top, #ee7c51 0%, #ea6a45 100%);
	box-shadow: 0 -3px 0 #dc603c;
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .button-popup {
	display: none;
	text-align: center;
}

@media all and (max-width: 600px) {
	.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .button-popup {
		display: block;
	}
}

.pic-timer-form--theme5 .bottom-part .form-wrapper .form-wrap .button-popup a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 13px 48px 11px;
	border-radius: 24px;
	box-shadow: 0 3px 0 #3e9659, inset 0 0 7px rgba(255, 255, 255, 0.3);
	background-color: #43a260;
	text-decoration: none;
	background-image: -webkit-gradient(linear, , , color-stop(0%, #59c07f), color-stop(11.11111%, #43a260));
	background-image: -o-linear-gradient(#59c07f, #43a260);
	background-image: -moz-linear-gradient(#59c07f, #43a260);
	background-image: -webkit-linear-gradient(#59c07f, #43a260);
	background-image: -ms-linear-gradient(#59c07f, #43a260);
	background-image: linear-gradient( #59c07f, #43a260);
	-pie-background: linear-gradient( #59c07f, #43a260);
}

.pic-timer-form--theme5.inverse {
	background: rgba(219, 219, 219, .8);
}

.pic-timer-form--theme5.inverse .top-part .slogan-part-wrapper {
	background: #fff;
}

.pic-timer-form--theme5.inverse .top-part .slogan-part-wrapper .slogan {
	color: #43a260;
}

.pic-timer-form--theme5.inverse .top-part .slogan-part-wrapper .after-slogan {
	color: #000;
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrap {
	background: rgba(255, 255, 255, .95);
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrapper .text-part .title {
	color: #000;
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrapper .text-part .after-title {
	color: #ea6a45;
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrapper .timer ul li span {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a361), color-stop(50%, #d4603e), color-stop(51%, #44a361), color-stop(100%, #44a361));
	background-image: -o-linear-gradient(top, #44a361 0%, #55bc75 50%, #44a361 51%, #44a361 100%);
	background-image: -moz-linear-gradient(top, #44a361 0%, #55bc75 50%, #44a361 51%, #44a361 100%);
	background-image: -webkit-linear-gradient(top, #44a361 0%, #55bc75 50%, #44a361 51%, #44a361 100%);
	background-image: -ms-linear-gradient(top, #44a361 0%, #55bc75 50%, #44a361 51%, #44a361 100%);
	background-image: linear-gradient(to bottom, #44a361 0%, #55bc75 50%, #44a361 51%, #44a361 100%);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), 0 1px 3px rgba(0, 0, 0, .87);
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}

.pic-timer-form--theme5.inverse .bottom-part .timer-wrapper .timer ul li em {
	color: #000;
}

.facts--theme5 .facts-wrapper {
	padding: 0 10px;
	background: #fff;
}

@media all and (max-width: 960px) {
	.facts--theme5 .facts-wrapper {
		padding: 0 15px;
	}
}

.facts--theme5 .facts-wrapper .facts-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 35px 0 24px;
}

@media all and (max-width: 640px) {
	.facts--theme5 .facts-wrapper .facts-inner {
		padding: 30px 0 24px;
	}
}

@media all and (max-width: 480px) {
	.facts--theme5 .facts-wrapper .facts-inner {
		padding: 23px 0 20px;
	}
}

.facts--theme5 .facts-wrapper .facts-inner .block-title {
	color: #1a1a1a;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 33px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-title {
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-title {
		font-size: 24px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 480px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-title {
		font-size: 22px;
	}
}

@media all and (max-width: 400px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-title {
		font-size: 20px;
	}
}

.facts--theme5 .facts-wrapper .facts-inner .block-inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

@media all and (max-width: 460px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner {
		display: block;
	}
}

.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	max-width: 400px;
}

@media all and (max-width: 620px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact {
		display: block;
		padding: 0 8px;
		text-align: center;
	}
}

@media all and (max-width: 460px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		max-width: 100%;
	}
}

.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 102px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 102px;
	-ms-flex: 0 0 102px;
	flex: 0 0 102px;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	background: #5f90b0;
	color: #fff;
	font-size: 70px;
	text-align: right;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-right: 19px;
}

.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num span {
	line-height: 97px;
	margin: -2px -4px 0 0;
}

@media all and (max-width: 720px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num span {
		line-height: 53px;
		margin: -2px -1px 0 0;
	}
}

@media all and (max-width: 960px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num {
		margin-right: 8px;
	}
}

@media all and (max-width: 720px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num {
		width: 56px;
		height: 56px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 56px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 56px;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px;
		font-size: 38px;
	}
}

@media all and (max-width: 620px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num {
		margin: 0 auto 8px;
	}
}

@media all and (max-width: 460px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .num {
		margin: 0 12px 0 0;
	}
}

.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .text {
	color: #535353;
	font-size: 20px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 960px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .text {
		font-size: 16px;
	}
}

@media all and (max-width: 480px) {
	.facts--theme5 .facts-wrapper .facts-inner .block-inner .fact .text {
		font-size: 15px;
	}
}

.facts--theme5.inverse .facts-wrapper {
	background: #437698;
}

.facts--theme5.inverse .facts-wrapper .facts-inner .block-inner .fact .num {
	background: #9fd6fa;
	color: #437698;
}

.facts--theme5.inverse .facts-wrapper .facts-inner .block-title {
	color: #fff;
}

.facts--theme5.inverse .facts-wrapper .facts-inner .block-inner .fact .text {
	color: #fff;
}

.text--theme5 .text-wrapper {
	padding: 0 10px;
	background: #f4f4f4;
}

@media all and (max-width: 960px) {
	.text--theme5 .text-wrapper {
		padding: 0 16px;
	}
}

.text--theme5 h1, .text--theme5 .h1 {
	margin: 0;
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 25px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.text--theme5 h1, .text--theme5 .h1 {
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.text--theme5 h1, .text--theme5 .h1 {
		font-size: 24px;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 480px) {
	.text--theme5 h1, .text--theme5 .h1 {
		font-size: 22px;
	}
}

.text--theme5 .text-inner {
	padding: 35px 0 60px;
	max-width: 940px;
	margin: 0 auto;
}

@media all and (max-width: 960px) {
	.text--theme5 .text-inner {
		padding: 25px 0 60px;
	}
}

@media all and (max-width: 640px) {
	.text--theme5 .text-inner {
		padding: 25px 0 45px;
	}
}

@media all and (max-width: 400px) {
	.text--theme5 .text-inner {
		padding: 25px 0 35px;
	}
}

.text--theme5 .video-block {
	width: 300px;
	height: 200px;
	float: left;
	margin: 0 20px 10px 0;
}

.text--theme5 .video-block iframe {
	max-width: 100%;
	max-height: 100%;
}

@media all and (max-width: 580px) {
	.text--theme5 .video-block {
		float: none;
		margin: 0 0 10px;
		width: 100%;
		text-align: center;
	}
}

.text--theme5 .text {
	color: #000;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.text--theme5.inverse .text-wrapper {
	background: #64584c;
}

.text--theme5.inverse h1, .text--theme5.inverse .h1, .text--theme5.inverse .text {
	color: #fff;
}

.double-list--theme5 .block-title-wrapper {
	background: #fff;
}

.double-list--theme5 .block-title-wrapper .block-title {
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
	padding: 57px 15px;
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .block-title-wrapper .block-title {
		font-size: 26px;
		padding: 31px 15px;
	}
}

@media all and (max-width: 640px) {
	.double-list--theme5 .block-title-wrapper .block-title {
		font-size: 24px;
		padding: 32px 15px;
	}
}

@media all and (max-width: 480px) {
	.double-list--theme5 .block-title-wrapper .block-title {
		font-size: 22px;
		padding: 21px 15px;
	}
}

@media all and (max-width: 400px) {
	.double-list--theme5 .block-title-wrapper .block-title {
		font-size: 20px;
		padding: 22px 15px;
	}
}

.double-list--theme5 .double-list-inner {
	position: relative;
	background: #f9f6f3;
	font-size: 0;
}

.double-list--theme5 .double-list-inner:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #f2f2f2;
}

@media all and (max-width: 620px) {
	.double-list--theme5 .double-list-inner:before {
		display: none;
	}
}

.double-list--theme5 .double-list {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
}

.double-list--theme5 .double-list .title-inner {
	color: #000;
	font-size: 22px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 30px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .double-list .title-inner {
		font-size: 20px;
		padding-bottom: 23px;
	}
}

@media all and (max-width: 640px) {
	.double-list--theme5 .double-list .title-inner {
		font-size: 18px;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 400px) {
	.double-list--theme5 .double-list .title-inner {
		font-size: 16px;
		padding-bottom: 15px;
	}
}

.double-list--theme5 .double-list .left-part, .double-list--theme5 .double-list .right-part {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}

@media all and (max-width: 620px) {
	.double-list--theme5 .double-list .left-part, .double-list--theme5 .double-list .right-part {
		width: 100%;
		display: block;
	}
}

.double-list--theme5 .double-list .left-part {
	border-right: 1px solid #fff;
	padding: 30px 20px 50px 10px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .double-list .left-part {
		padding: 30px 15px 40px;
	}
}

@media all and (max-width: 620px) {
	.double-list--theme5 .double-list .left-part {
		background: #f2f2f2;
		border: none;
		padding: 25px 15px;
	}
}

.double-list--theme5 .double-list .left-part .item .pic-part {
	background: #fff;
}

.double-list--theme5 .double-list .left-part .item .text-part .title {
	color: #878787;
}

.double-list--theme5 .double-list .left-part .item .pic-part .inner {
	border-color: #878787;
}

.double-list--theme5 .double-list .right-part {
	border-left: 1px solid #fff;
	padding: 30px 20px 50px 20px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .double-list .right-part {
		padding: 30px 15px 40px;
	}
}

@media all and (max-width: 620px) {
	.double-list--theme5 .double-list .right-part {
		border: none;
		padding: 25px 15px;
	}
}

.double-list--theme5 .double-list .right-part .item .pic-part {
	background: #fff;
}

.double-list--theme5 .double-list .right-part .item .pic-part .inner {
	border-color: #ea6a45;
	background: #fff;
}

.double-list--theme5 .double-list .right-part .item .pic-part .inner svg path {
	fill: #6a6a6a;
}

.double-list--theme5 .item {
	padding-bottom: 10px;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.double-list--theme5 .item .pic-part {
	padding: 4px;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 98px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 98px;
	-ms-flex: 0 0 98px;
	flex: 0 0 98px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .item .pic-part {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 88px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 88px;
		-ms-flex: 0 0 88px;
		flex: 0 0 88px;
	}
}

.double-list--theme5 .item .pic-part .inner {
	border: 2px solid #878787;
	width: 90px;
	height: 90px;
	padding: 15px;
	box-sizing: border-box;
	background: #e8e8e8;
	border-radius: 50%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .item .pic-part .inner {
		width: 80px;
		height: 80px;
	}
}

.double-list--theme5 .item .pic-part .inner svg {
	max-width: 100%;
	height: auto;
}

.double-list--theme5 .item .pic-part .inner svg path {
	fill: #878787;
}

.double-list--theme5 .item .text-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .item .text-part {
		font-size: 14px;
	}
}

.double-list--theme5 .item .text-part .title {
	color: #ea6a45;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 3px;
}

@media all and (max-width: 960px) {
	.double-list--theme5 .item .text-part .title {
		font-size: 16px;
	}
}

@media all and (max-width: 640px) {
	.double-list--theme5 .item .text-part .title {
		font-size: 18px;
	}
}

.double-list--theme5.inverse .block-title-wrapper {
	background: #5f90b0;
}

.double-list--theme5.inverse .block-title-wrapper .block-title {
	color: #fff;
}

.double-list--theme5.inverse .double-list-inner {
	background: #64584c;
}

.double-list--theme5.inverse .double-list-inner:before {
	background: #ea6a45;
}

.double-list--theme5.inverse .double-list .left-part, .double-list--theme5.inverse .double-list .right-part {
	border-color: transparent;
}

.double-list--theme5.inverse .double-list .title-inner {
	color: #fff;
}

.double-list--theme5.inverse .item .text-part {
	color: #fff;
}

.double-list--theme5.inverse .double-list .left-part .item .text-part .title {
	color: #64584c;
}

.double-list--theme5.inverse .item .text-part .title {
	color: #ea6a45;
}

.double-list--theme5.inverse .double-list .left-part .item .pic-part {
	background: #776b5f;
}

.double-list--theme5.inverse .double-list .left-part .item .pic-part .inner {
	border-color: #947e68;
	background: #64584c;
}

.double-list--theme5.inverse .item .pic-part .inner svg path {
	fill: #eac85d;
}

.double-list--theme5.inverse .double-list .right-part .item .pic-part {
	background: #ff8f6e;
}

.double-list--theme5.inverse .double-list .right-part .item .pic-part .inner {
	border-color: #ea6a45;
	background: #ea6a45;
}

.double-list--theme5.inverse .double-list .right-part .item .pic-part .inner svg path {
	fill: #fff;
}

.double-list--theme5.inverse .right-part .item .text-part {
	color: #fff;
}

.double-list--theme5.inverse .double-list .right-part .title-inner {
	color: #fff;
}

.how-we-work--theme5 .how-we-work-wrapper {
	background: #fff;
}

@media all and (max-width: 730px) {
	.how-we-work--theme5 .how-we-work-wrapper {
		padding: 0 15px;
	}
}

.how-we-work--theme5 .how-we-work-inner {
	margin: 0 auto;
	max-width: 940px;
	padding: 60px 0 50px;
}

@media all and (max-width: 960px) {
	.how-we-work--theme5 .how-we-work-inner {
		padding: 35px 0 25px;
	}
}

@media all and (max-width: 640px) {
	.how-we-work--theme5 .how-we-work-inner {
		padding: 35px 0 25px;
	}
}

@media all and (max-width: 400px) {
	.how-we-work--theme5 .how-we-work-inner {
		padding: 30px 0 25px;
	}
}

.how-we-work--theme5 .block-title {
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.how-we-work--theme5 .block-title {
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.how-we-work--theme5 .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.how-we-work--theme5 .block-title {
		font-size: 22px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 400px) {
	.how-we-work--theme5 .block-title {
		font-size: 20px;
	}
}

.how-we-work--theme5 .block-inner {
	font-size: 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.how-we-work--theme5 .block-inner .item {
	text-align: center;
	padding: 0 14px;
	box-sizing: border-box;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 16%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 16%;
	-ms-flex: 1 0 16%;
	flex: 1 0 16%;
}

@media all and (max-width: 730px) {
	.how-we-work--theme5 .block-inner .item {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		padding: 0 15px;
	}
}

@media all and (max-width: 460px) {
	.how-we-work--theme5 .block-inner .item {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		padding: 0 35px;
	}
}

.how-we-work--theme5 .block-inner .item:before {
	position: absolute;
	display: block;
	content: "";
	width: 23px;
	height: 18px;
	top: 36px;
	left: -17px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d6d6d6%22%20d%3D%22M133.517%2C134.878l-7.645-7.713a1.406%2C1.406%2C0%2C0%2C0-2%2C0%2C1.437%2C1.437%2C0%2C0%2C0%2C0%2C2.02l5.228%2C5.274h-17a1.429%2C1.429%2C0%2C0%2C0%2C0%2C2.857h17l-5.228%2C5.274a1.437%2C1.437%2C0%2C0%2C0%2C0%2C2.02%2C1.405%2C1.405%2C0%2C0%2C0%2C2%2C0l7.645-7.712A1.437%2C1.437%2C0%2C0%2C0%2C133.517%2C134.878Z%22%20transform%3D%22translate%28-110.688%20-126.75%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

@media all and (max-width: 730px) {
	.how-we-work--theme5 .block-inner .item:before {
		display: none;
	}
}

.how-we-work--theme5 .block-inner .item:first-child:before {
	display: none;
}

.how-we-work--theme5 .block-inner .item:last-child .pic {
	background: #ea6a45;
}

.how-we-work--theme5 .block-inner .item:last-child .pic .num {
	display: none;
}

.how-we-work--theme5 .block-inner .item:last-child .pic svg path {
	fill: #fff;
}

.how-we-work--theme5 .block-inner .item:last-child:before {
	left: -12px;
}

.how-we-work--theme5 .block-inner .item .pic {
	display: inline-block;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	padding: 15px;
	border: 2px solid #ea6a45;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	margin: 0 auto 15px;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

@media all and (max-width: 960px) {
	.how-we-work--theme5 .block-inner .item .pic {
		width: 75px;
		height: 75px;
	}
}

@media all and (max-width: 730px) {
	.how-we-work--theme5 .block-inner .item .pic {
		margin: 0 13px 15px 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 75px;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
	}
}

.how-we-work--theme5 .block-inner .item .pic svg path {
	fill: #6a6a6a;
}

.how-we-work--theme5 .block-inner .item .pic .num {
	position: absolute;
	width: 29px;
	height: 26px;
	border-radius: 50%;
	background: #ea6a45;
	color: #fff;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	top: 28px;
	left: -15px;
	padding-top: 3px;
}

@media all and (max-width: 960px) {
	.how-we-work--theme5 .block-inner .item .pic .num {
		width: 24px;
		height: 21px;
		padding-top: 3px;
		font-size: 15px;
		top: 25px;
		left: -12px;
	}
}

.how-we-work--theme5 .block-inner .item .title {
	color: #000;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700 !important;
}

@media all and (max-width: 960px) {
	.how-we-work--theme5 .block-inner .item .title {
		font-size: 14px;
	}
}

@media all and (max-width: 730px) {
	.how-we-work--theme5 .block-inner .item .title {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		text-align: left;
	}
}

.how-we-work--theme5.inverse .how-we-work-wrapper {
	background: #43a260;
}

.how-we-work--theme5.inverse .block-title {
	color: #fff;
}

.how-we-work--theme5.inverse .block-inner .item .pic {
	border-color: #fff;
}

.how-we-work--theme5.inverse .block-inner .item:last-child .pic {
	border-color: #fff;
	background: #fff;
}

.how-we-work--theme5.inverse .block-inner .item .pic svg path {
	fill: #eac85d;
}

.how-we-work--theme5.inverse .block-inner .item:last-child .pic svg path {
	fill: #eb724e;
}

.how-we-work--theme5.inverse .block-inner .item .title {
	color: #fff;
}

.how-we-work--theme5.inverse .block-inner .item .pic .num {
	background: #fff;
	color: #ea6a45;
}

.how-we-work--theme5.inverse .block-inner .item:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%234eb16c%22%20d%3D%22M133.517%2C134.878l-7.645-7.713a1.406%2C1.406%2C0%2C0%2C0-2%2C0%2C1.437%2C1.437%2C0%2C0%2C0%2C0%2C2.02l5.228%2C5.274h-17a1.429%2C1.429%2C0%2C0%2C0%2C0%2C2.857h17l-5.228%2C5.274a1.437%2C1.437%2C0%2C0%2C0%2C0%2C2.02%2C1.405%2C1.405%2C0%2C0%2C0%2C2%2C0l7.645-7.712A1.437%2C1.437%2C0%2C0%2C0%2C133.517%2C134.878Z%22%20transform%3D%22translate%28-110.688%20-126.75%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.services--theme5 .services-wrapper {
	padding: 0 10px;
}

@media all and max-width(960px) {
	padding: 0 15px;
}

@media all and max-width(700px) {
	padding: 0 24px;
}

@media all and max-width(580px) {
	padding: 0 24px;
}

@media all and max-width(400px) {
	padding: 0 15px;
}

.services--theme5 .services-inner {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 60px;
}

@media all and (max-width: 960px) {
	.services--theme5 .services-inner {
		padding: 35px 0 25px;
	}
}

@media all and (max-width: 640px) {
	.services--theme5 .services-inner {
		padding: 35px 0 25px;
	}
}

@media all and (max-width: 400px) {
	.services--theme5 .services-inner {
		padding: 30px 0 25px;
	}
}

.services--theme5 .services-inner .block-title {
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 47px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.services--theme5 .services-inner .block-title {
		font-size: 26px;
		padding-bottom: 35px;
	}
}

@media all and (max-width: 640px) {
	.services--theme5 .services-inner .block-title {
		font-size: 24px;
		padding-bottom: 30px;
	}
}

@media all and (max-width: 480px) {
	.services--theme5 .services-inner .block-title {
		font-size: 22px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 400px) {
	.services--theme5 .services-inner .block-title {
		font-size: 20px;
	}
}

@media all and (max-width: 960px) {
	.services--theme5 .services-inner .services-wrap {
		padding: 0 19px;
	}
}

@media all and (max-width: 700px) {
	.services--theme5 .services-inner .services-wrap {
		padding: 0 50px;
	}
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services-wrap {
		padding: 0;
	}
}

.services--theme5 .services-inner .owl-item {
	text-align: center;
}

.services--theme5 .services-inner .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.services--theme5 .services-inner .owl-nav div {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2240px%22%20height%3D%2240px%22%20%20viewBox%3D%220%200%2040%2040%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23b2b2b2%22%20fill-rule%3D%22evenodd%22%20d%3D%22M108%2C1008a20%2C20%2C0%2C1%2C1-20%2C20A20%2C20%2C0%2C0%2C1%2C108%2C1008Zm0%2C35.01A15.01%2C15.01%2C0%2C1%2C1%2C123.013%2C1028%2C15.027%2C15.027%2C0%2C0%2C1%2C108%2C1043.01Zm0-27.36A12.35%2C12.35%2C0%2C1%2C0%2C120.354%2C1028%2C12.366%2C12.366%2C0%2C0%2C0%2C108%2C1015.65Zm6.261%2C13.68H106.85l2.875%2C2.88a1.33%2C1.33%2C0%2C1%2C1-1.881%2C1.88l-5.142-5.15a1.33%2C1.33%2C0%2C0%2C1%2C0-1.88l5.142-5.15a1.33%2C1.33%2C0%2C1%2C1%2C1.881%2C1.88l-2.875%2C2.88h7.411A1.33%2C1.33%2C0%2C1%2C1%2C114.261%2C1029.33Z%22%20transform%3D%22translate%28-88%20-1008%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.services--theme5 .services-inner .owl-nav div.owl-prev {
	left: -20px;
}

@media all and (max-width: 700px) {
	.services--theme5 .services-inner .owl-nav div.owl-prev {
		left: -51px;
	}
}

.services--theme5 .services-inner .owl-nav div.owl-next {
	right: -20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 700px) {
	.services--theme5 .services-inner .owl-nav div.owl-next {
		right: -51px;
	}
}

.services--theme5 .services-inner .services {
	font-size: 0;
	position: relative;
}

.services--theme5 .services-inner .services .item {
	width: 221px;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 30px 0;
	border-radius: 6px;
	overflow: hidden;
	text-align: left;
	background: #f6f1ed;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}
}

.services--theme5 .services-inner .services .item:nth-child(2n) .top-part {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22221px%22%20height%3D%2249px%22%20%20viewBox%3D%220%200%20221%2049%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter%22%20x%3D%22239%22%20y%3D%223130%22%20width%3D%22221%22%20height%3D%2249%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20result%3D%22inset%22%20dy%3D%224%22%20in%3D%22SourceAlpha%22%3E%3C%2FfeOffset%3E%3CfeGaussianBlur%20result%3D%22blur%22%3E%3C%2FfeGaussianBlur%3E%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22rgba%280%2C0%2C0%2C.15%29%22%3E%3C%2FfeFlood%3E%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22blur%22%3E%3C%2FfeComposite%3E%3CfeBlend%20result%3D%22blend%22%20in%3D%22SourceGraphic%22%3E%3C%2FfeBlend%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2355bc75%22%20filter%3D%22url%28%23filter%29%22%20d%3D%22M459.655%2C3142.61c0.711%2C0.93.274%2C2.01-1.348%2C2.76L354.08%2C3174.22a11.1%2C11.1%2C0%2C0%2C1-8.174%2C0l-104.227-28.85a2.484%2C2.484%2C0%2C0%2C1-1.661-1.73A3.946%2C3.946%2C0%2C0%2C1%2C239%2C3141v-7a4%2C4%2C0%2C0%2C1%2C4-4H456a4%2C4%2C0%2C0%2C1%2C4%2C4v7A3.956%2C3.956%2C0%2C0%2C1%2C459.655%2C3142.61Z%22%20transform%3D%22translate%28-239%20-3130%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center bottom no-repeat;
}

.services--theme5 .services-inner .services .item:nth-child(2n) .top-part:before {
	background: #55bc75;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item:nth-child(2n) .top-part {
		background: #55bc75;
		box-shadow: 0 4px 0 #43a260;
		background-image: none !important;
	}
}

.services--theme5 .services-inner .services .item:nth-child(3n) .top-part {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22221px%22%20height%3D%2249px%22%20%20viewBox%3D%220%200%20221%2049%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter%22%20x%3D%22239%22%20y%3D%223130%22%20width%3D%22221%22%20height%3D%2249%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20result%3D%22inset%22%20dy%3D%224%22%20in%3D%22SourceAlpha%22%3E%3C%2FfeOffset%3E%3CfeGaussianBlur%20result%3D%22blur%22%3E%3C%2FfeGaussianBlur%3E%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22rgba%280%2C0%2C0%2C.15%29%22%3E%3C%2FfeFlood%3E%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22blur%22%3E%3C%2FfeComposite%3E%3CfeBlend%20result%3D%22blend%22%20in%3D%22SourceGraphic%22%3E%3C%2FfeBlend%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23eac85d%22%20filter%3D%22url%28%23filter%29%22%20d%3D%22M459.655%2C3142.61c0.711%2C0.93.274%2C2.01-1.348%2C2.76L354.08%2C3174.22a11.1%2C11.1%2C0%2C0%2C1-8.174%2C0l-104.227-28.85a2.484%2C2.484%2C0%2C0%2C1-1.661-1.73A3.946%2C3.946%2C0%2C0%2C1%2C239%2C3141v-7a4%2C4%2C0%2C0%2C1%2C4-4H456a4%2C4%2C0%2C0%2C1%2C4%2C4v7A3.956%2C3.956%2C0%2C0%2C1%2C459.655%2C3142.61Z%22%20transform%3D%22translate%28-239%20-3130%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center bottom no-repeat;
}

.services--theme5 .services-inner .services .item:nth-child(3n) .top-part:before {
	background: #eac85d;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item:nth-child(3n) .top-part {
		background: #eac85d;
		box-shadow: 0 4px 0 #d7b753;
		background-image: none !important;
	}
}

.services--theme5 .services-inner .services .item:nth-child(4n) {
	margin-right: 0;
}

.services--theme5 .services-inner .services .item:nth-child(4n) .top-part {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22221px%22%20height%3D%2249px%22%20%20viewBox%3D%220%200%20221%2049%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter%22%20x%3D%22239%22%20y%3D%223130%22%20width%3D%22221%22%20height%3D%2249%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20result%3D%22inset%22%20dy%3D%224%22%20in%3D%22SourceAlpha%22%3E%3C%2FfeOffset%3E%3CfeGaussianBlur%20result%3D%22blur%22%3E%3C%2FfeGaussianBlur%3E%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22rgba%280%2C0%2C0%2C.15%29%22%3E%3C%2FfeFlood%3E%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22blur%22%3E%3C%2FfeComposite%3E%3CfeBlend%20result%3D%22blend%22%20in%3D%22SourceGraphic%22%3E%3C%2FfeBlend%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23ea6a45%22%20filter%3D%22url%28%23filter%29%22%20d%3D%22M459.655%2C3142.61c0.711%2C0.93.274%2C2.01-1.348%2C2.76L354.08%2C3174.22a11.1%2C11.1%2C0%2C0%2C1-8.174%2C0l-104.227-28.85a2.484%2C2.484%2C0%2C0%2C1-1.661-1.73A3.946%2C3.946%2C0%2C0%2C1%2C239%2C3141v-7a4%2C4%2C0%2C0%2C1%2C4-4H456a4%2C4%2C0%2C0%2C1%2C4%2C4v7A3.956%2C3.956%2C0%2C0%2C1%2C459.655%2C3142.61Z%22%20transform%3D%22translate%28-239%20-3130%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center bottom no-repeat;
}

.services--theme5 .services-inner .services .item:nth-child(4n) .top-part:before {
	background: #ea6a45;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item:nth-child(4n) .top-part {
		background: #ea6a45;
		box-shadow: 0 4px 0 #d4613f;
		background-image: none !important;
	}
}

.services--theme5 .services-inner .services .item .top-part {
	padding: 20px 25px 25px;
	position: relative;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22221px%22%20height%3D%2249px%22%20%20viewBox%3D%220%200%20221%2049%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter%22%20x%3D%22239%22%20y%3D%223130%22%20width%3D%22221%22%20height%3D%2249%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeOffset%20result%3D%22inset%22%20dy%3D%224%22%20in%3D%22SourceAlpha%22%3E%3C%2FfeOffset%3E%3CfeGaussianBlur%20result%3D%22blur%22%3E%3C%2FfeGaussianBlur%3E%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22rgba%280%2C0%2C0%2C.15%29%22%3E%3C%2FfeFlood%3E%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22blur%22%3E%3C%2FfeComposite%3E%3CfeBlend%20result%3D%22blend%22%20in%3D%22SourceGraphic%22%3E%3C%2FfeBlend%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%235f90b0%22%20filter%3D%22url%28%23filter%29%22%20d%3D%22M459.655%2C3142.61c0.711%2C0.93.274%2C2.01-1.348%2C2.76L354.08%2C3174.22a11.1%2C11.1%2C0%2C0%2C1-8.174%2C0l-104.227-28.85a2.484%2C2.484%2C0%2C0%2C1-1.661-1.73A3.946%2C3.946%2C0%2C0%2C1%2C239%2C3141v-7a4%2C4%2C0%2C0%2C1%2C4-4H456a4%2C4%2C0%2C0%2C1%2C4%2C4v7A3.956%2C3.956%2C0%2C0%2C1%2C459.655%2C3142.61Z%22%20transform%3D%22translate%28-239%20-3130%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center bottom no-repeat;
	text-align: center;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item .top-part {
		background: #5f90b0;
		box-shadow: 0 4px 0 #537f9b;
		padding: 10px 15px 8px;
		border-radius: 6px;
		text-align: left;
		background-image: none !important;
	}
}

.services--theme5 .services-inner .services .item .top-part:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 47px;
	display: block;
	content: "";
	background: #5f90b0;
}

.services--theme5 .services-inner .services .item .top-part .pic {
	display: inline-block;
	padding: 2px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.services--theme5 .services-inner .services .item .top-part .pic img {
	border-radius: 50%;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item .top-part .pic {
		display: none;
	}
}

.services--theme5 .services-inner .services .item .top-part .title {
	color: #fff;
	font-size: 20px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.services--theme5 .services-inner .services .item .text {
	color: #000;
	font-size: 13px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1.6;
	padding: 20px 15px 25px;
}

.services--theme5 .services-inner .services .item .bottom-part {
	background: #f3e3d6;
	padding: 18px 20px 25px;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item .bottom-part {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		padding: 16px;
	}
}

.services--theme5 .services-inner .services .item .bottom-part .price {
	text-align: center;
	color: #000;
	font-size: 22px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item .bottom-part .price {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		text-align: left;
		padding-bottom: 0;
	}
}

@media all and (max-width: 400px) {
	.services--theme5 .services-inner .services .item .bottom-part .price {
		font-size: 16px;
	}
}

.services--theme5 .services-inner .services .item .bottom-part .button-wrap a {
	display: block;
	padding: 16px 20px 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	text-align: center;
	box-shadow: 0 3px 0 #3e9659, inset 0 0 7px rgba(255, 255, 255, 0.3);
	border-radius: 25px;
	background-color: #43a260;
	background-image: -webkit-gradient(linear, , , color-stop(0%, #59c07f), color-stop(100%, #43a260));
	background-image: -o-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -moz-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -webkit-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -ms-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
	-pie-background: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
}

@media all and (max-width: 580px) {
	.services--theme5 .services-inner .services .item .bottom-part .button-wrap a {
		display: inline-block;
		padding: 11px 37px 9px;
		max-width: 180px;
	}
}

@media all and (max-width: 400px) {
	.services--theme5 .services-inner .services .item .bottom-part .button-wrap a {
		display: inline-block;
		padding: 11px 30px 9px;
		max-width: 150px;
	}
}

.services--theme5.inverse .services-wrapper {
	background: #64584c;
}

.services--theme5.inverse .services-inner .block-title {
	color: #fff;
}

.services--theme5.inverse .services-inner .services .item {
	background: #776b5f;
	color: #fff;
}

.services--theme5.inverse .services-inner .services .item .text {
	color: #fff;
}

.services--theme5.inverse .services-inner .services .item .bottom-part {
	background: #928475;
}

.services--theme5.inverse .services-inner .services .item .bottom-part .price {
	color: #fff;
}

.services--theme5.inverse .services-inner .services .item .bottom-part .button-wrap a {
	color: #000;
	text-shadow: none;
	box-shadow: 0 3px 0 #c6a53d, inset 0 0 7px rgba(255, 255, 255, 0.3);
	background-image: -webkit-gradient(linear, , , color-stop(0%, #f1da7b), color-stop(100%, #eac85d));
	background-image: -o-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -moz-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -webkit-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -ms-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: linear-gradient(180deg, #f1da7b 0%, #eac85d 100%);
	-pie-background: linear-gradient(180deg, #f1da7b 0%, #eac85d 100%);
}

.reviews--theme5 .reviews {
	padding: 0 10px;
	background: #55bc75;
}

.reviews--theme5 .reviews-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 46px 0 30px;
}

.reviews--theme5 .reviews-inner .block-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 39px;
}

@media all and (max-width: 960px) {
	.reviews--theme5 .reviews-inner .block-title {
		font-size: 26px;
		padding-bottom: 23px;
	}
}

@media all and (max-width: 680px) {
	.reviews--theme5 .reviews-inner .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.reviews--theme5 .reviews-inner .block-title {
		font-size: 22px;
		padding-bottom: 16px;
	}
}

@media all and (max-width: 400px) {
	.reviews--theme5 .reviews-inner .block-title {
		font-size: 20px;
	}
}

@media all and (max-width: 960px) {
	.reviews--theme5 .reviews-inner {
		padding: 35px 0 45px;
	}
}

@media all and (max-width: 480px) {
	.reviews--theme5 .reviews-inner {
		padding: 30px 0;
	}
}

@media all and (max-width: 400px) {
	.reviews--theme5 .reviews-inner {
		padding: 24px 0 30px;
	}
}

@media all and (max-width: 960px) {
	.reviews--theme5 .reviews {
		padding: 0 47px;
	}
}

@media all and (max-width: 680px) {
	.reviews--theme5 .reviews {
		padding: 0 55px;
	}
}

@media all and (max-width: 480px) {
	.reviews--theme5 .reviews {
		padding: 0 30px;
	}
}

@media all and (max-width: 400px) {
	.reviews--theme5 .reviews {
		padding: 0 23px;
	}
}

.reviews--theme5 .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 53px;
}

.reviews--theme5 .owl-nav div {
	position: absolute;
	top: 0;
	width: 23px;
	height: 18px;
	font-size: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.reviews--theme5 .owl-nav div.owl-prev {
	left: -38px;
}

@media all and (max-width: 480px) {
	.reviews--theme5 .owl-nav div.owl-prev {
		left: -16px;
	}
}

.reviews--theme5 .owl-nav div.owl-next {
	right: -38px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 480px) {
	.reviews--theme5 .owl-nav div.owl-next {
		right: -16px;
	}
}

.reviews--theme5 .review {
	display: inline-block;
	vertical-align: top;
	margin-right: 21px;
	margin-bottom: 20px;
	width: 457px;
}

.reviews--theme5 .review:nth-child(2n) {
	margin-right: 0;
}

.reviews--theme5 .review .text {
	background: #fff;
	border: 1px solid #43a260;
	padding: 25px 30px;
	color: #3c3c3c;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	position: relative;
}

.reviews--theme5 .review .text:before {
	position: absolute;
	display: block;
	content: "";
	width: 24px;
	height: 12px;
	bottom: -11px;
	left: 62px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2024%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M568.989%2C5473L557%2C5484.99%2C545.01%2C5473%22%20transform%3D%22translate%28-545%20-5473%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

@media all and (max-width: 960px) {
	.reviews--theme5 .review .text {
		padding: 25px 16px;
	}
}

@media all and (max-width: 680px) {
	.reviews--theme5 .review .text {
		padding: 25px 23px;
	}
}

@media all and (max-width: 400px) {
	.reviews--theme5 .review .text {
		padding: 25px 15px;
	}
}

.reviews--theme5 .review .name-wrapper {
	padding: 30px 0 0 28px;
	font-size: 0;
}

.reviews--theme5 .review .name-wrapper .pic {
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #62dc88;
	border-radius: 50%;
	max-width: 76px;
	font-size: 0;
	padding: 7px;
	margin-right: 19px;
}

@media all and (max-width: 960px) {
	.reviews--theme5 .review .name-wrapper .pic {
		overflow: hidden;
		border-raidus: 50%;
		-moz-border-raidus: 50%;
		-webkit-border-raidus: 50%;
		margin-right: 11px;
	}
}

.reviews--theme5 .review .name-wrapper .pic svg {
	width: 76px;
	height: 76px;
}

.reviews--theme5 .review .name-wrapper .pic img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
}

.reviews--theme5 .review .name-wrapper .name {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.reviews--theme5 .review .name-wrapper .name .position {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

@media all and (max-width: 400px) {
	.reviews--theme5 .review .name-wrapper {
		padding-left: 0;
	}
}

@media all and (max-width: 960px) {
	.reviews--theme5 .review {
		width: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.reviews--theme5.inverse .reviews {
	background: #fff;
}

.reviews--theme5.inverse .reviews-inner .block-title {
	color: #000;
}

.reviews--theme5.inverse .review .text {
	background: #55bc75;
	color: #fff;
	border-color: #43a260;
}

.reviews--theme5.inverse .review .text:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2024%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2355bc75%22%20d%3D%22M568.989%2C5473L557%2C5484.99%2C545.01%2C5473%22%20transform%3D%22translate%28-545%20-5473%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.reviews--theme5.inverse .review .name-wrapper .pic {
	border-color: #62dc88;
}

.reviews--theme5.inverse .review .name-wrapper .name .position {
	color: #55bc75;
}

.reviews-other-block--theme5 .review {
	display: block;
	width: auto;
	margin: 0;
}

.clients--theme5 .clients-wrapper {
	padding: 0 10px;
}

@media all and (max-width: 960px) {
	.clients--theme5 .clients-wrapper {
		padding: 0 15px;
	}
}

.clients--theme5 .clients-wrapper .block-title {
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 50px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.clients--theme5 .clients-wrapper .block-title {
		font-size: 26px;
		padding-bottom: 40px;
	}
}

@media all and (max-width: 640px) {
	.clients--theme5 .clients-wrapper .block-title {
		font-size: 24px;
		padding-bottom: 40px;
	}
}

@media all and (max-width: 480px) {
	.clients--theme5 .clients-wrapper .block-title {
		font-size: 22px;
		padding-bottom: 33px;
	}
}

@media all and (max-width: 400px) {
	.clients--theme5 .clients-wrapper .block-title {
		font-size: 20px;
		padding-bottom: 33px;
	}
}

.clients--theme5 .clients-wrapper .clients-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 55px 0 0 0;
}

@media all and (max-width: 960px) {
	.clients--theme5 .clients-wrapper .clients-inner {
		padding: 27px 30px 50px;
	}
}

@media all and (max-width: 640px) {
	.clients--theme5 .clients-wrapper .clients-inner {
		padding: 27px 24px 50px;
	}
}

@media all and (max-width: 480px) {
	.clients--theme5 .clients-wrapper .clients-inner {
		padding: 20px 30px 45px;
	}
}

@media all and (max-width: 320px) {
	.clients--theme5 .clients-wrapper .clients-inner {
		padding: 20px 30px 45px;
	}
}

.clients--theme5 .clients-wrapper .clients .wrap {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.clients--theme5 .clients-wrapper .clients div.item {
	display: inline-block;
	max-width: 200px;
	margin-bottom: 45px;
	text-align: center;
}

.clients--theme5 .clients-wrapper .clients div.item img {
	max-height: 200px;
}

.clients--theme5 .clients-wrapper .clients-slider div.item {
	margin-bottom: 0;
}

.clients--theme5 .clients-wrapper .clients-slider .owl-item {
	text-align: center;
}

.clients--theme5 .clients-wrapper .clients-slider .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.clients--theme5 .clients-wrapper .clients-slider .owl-nav div {
	position: absolute;
	top: 0;
	width: 23px;
	height: 18px;
	font-size: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d6d6d6%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-prev {
	left: -8px;
}

@media all and (max-width: 640px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-prev {
		left: -24px;
	}
}

@media all and (max-width: 480px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-prev {
		left: -24px;
	}
}

@media all and (max-width: 400px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-prev {
		left: -24px;
	}
}

.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-next {
	right: -8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 640px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-next {
		right: -24px;
	}
}

@media all and (max-width: 480px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-next {
		right: -24px;
	}
}

@media all and (max-width: 400px) {
	.clients--theme5 .clients-wrapper .clients-slider .owl-nav div.owl-next {
		right: -24px;
	}
}

.clients--theme5.inverse .clients-wrapper {
	background: #2b2b2b;
}

.clients--theme5.inverse .clients-wrapper .block-title {
	color: #fff;
}

.clients--theme5.inverse .clients-wrapper .clients-slider .owl-nav div {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.our-personal--theme5 .our-personal-wrapper {
	padding: 0 10px;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal-wrapper {
		padding: 0 15px;
	}
}

.our-personal--theme5 .our-personal-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 44px 0 20px;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal-inner {
		padding: 35px 8px 60px;
	}
}

@media all and (max-width: 640px) {
	.our-personal--theme5 .our-personal-inner {
		padding: 35px 64px 60px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .our-personal-inner {
		padding: 30px 90px 40px;
	}
}

@media all and (max-width: 400px) {
	.our-personal--theme5 .our-personal-inner {
		padding: 30px 30px 40px;
	}
}

.our-personal--theme5 .our-personal-inner .block-title {
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-bottom: 50px;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal-inner .block-title {
		font-size: 26px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 640px) {
	.our-personal--theme5 .our-personal-inner .block-title {
		font-size: 24px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .our-personal-inner .block-title {
		font-size: 22px;
		padding-bottom: 16px;
	}
}

@media all and (max-width: 400px) {
	.our-personal--theme5 .our-personal-inner .block-title {
		font-size: 20px;
		padding-bottom: 16px;
	}
}

.our-personal--theme5 .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.our-personal--theme5 .owl-nav div {
	position: absolute;
	top: 0;
	width: 23px;
	height: 18px;
	font-size: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.our-personal--theme5 .owl-nav div.owl-prev {
	left: -8px;
}

@media all and (max-width: 640px) {
	.our-personal--theme5 .owl-nav div.owl-prev {
		left: -56px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .owl-nav div.owl-prev {
		left: -80px;
	}
}

@media all and (max-width: 400px) {
	.our-personal--theme5 .owl-nav div.owl-prev {
		left: -23px;
	}
}

.our-personal--theme5 .owl-nav div.owl-next {
	right: -8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 640px) {
	.our-personal--theme5 .owl-nav div.owl-next {
		right: -56px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .owl-nav div.owl-next {
		right: -80px;
	}
}

@media all and (max-width: 400px) {
	.our-personal--theme5 .owl-nav div.owl-next {
		right: -23px;
	}
}

.our-personal--theme5 .our-personal {
	font-size: 0;
}

.our-personal--theme5 .our-personal .owl-item {
	text-align: center;
}

.our-personal--theme5 .our-personal .personal {
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
	width: 100%;
	margin-bottom: 18px;
	max-width: 302px;
}

.our-personal--theme5 .our-personal .pic {
	background: #ccc;
	border-radius: 6px 6px 0 0;
}

.our-personal--theme5 .our-personal .personal:nth-child(3n) {
	margin-right: 0;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal .personal {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.our-personal--theme5 .our-personal .personal .pic img {
	width: 100%;
	max-height: 278px;
	display: block;
	border-radius: 6px 6px 0 0;
}

.our-personal--theme5 .our-personal .personal .name-wrapper {
	background: #ea6a45;
	border-radius: 0 0 6px 6px;
	padding: 20px 15px;
	text-align: center;
}

.our-personal--theme5 .our-personal .personal .name-wrapper .name {
	color: #fff;
	font-size: 22px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal .personal .name-wrapper .name {
		font-size: 17px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .our-personal .personal .name-wrapper .name {
		font-size: 18px;
	}
}

.our-personal--theme5 .our-personal .personal .name-wrapper .position {
	color: #fdd7cb;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media all and (max-width: 960px) {
	.our-personal--theme5 .our-personal .personal .name-wrapper .position {
		font-size: 11px;
	}
}

@media all and (max-width: 480px) {
	.our-personal--theme5 .our-personal .personal .name-wrapper .position {
		font-size: 12px;
	}
}

.our-personal--theme5.inverse .our-personal-wrapper {
	background: #2b2b2b;
}

.our-personal--theme5.inverse .our-personal-wrapper .block-title {
	color: #fff;
}

.our-personal--theme5.inverse .our-personal-wrapper .our-personal .personal .name-wrapper {
	background: #5f90b0;
}

.our-personal--theme5.inverse .our-personal-wrapper .our-personal .personal .name-wrapper .position {
	color: #b4e0fd;
}

.our-personal--theme5.inverse .our-personal-wrapper .our-personal .personal .name-wrapper .name {
	color: #fff;
}

.multi-text--theme5 .multi-text-wrapper {
	background: #f4f4f4;
	padding: 0 15px;
}

@media all and (max-width: 960px) {
	.multi-text--theme5 .multi-text-wrapper {
		padding: 0 48px;
	}
}

@media all and (max-width: 480px) {
	.multi-text--theme5 .multi-text-wrapper {
		padding: 0 30px;
	}
}

@media all and (max-width: 400px) {
	.multi-text--theme5 .multi-text-wrapper {
		padding: 0 24px;
	}
}

.multi-text--theme5 .multi-text-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 0 30px;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 960px) {
	.multi-text--theme5 .multi-text-inner {
		padding: 40px 0 25px;
	}
}

@media all and (max-width: 500px) {
	.multi-text--theme5 .multi-text-inner {
		padding: 30px 0 15px;
	}
}

.multi-text--theme5 .multi-text-inner .inner {
	color: #2f2f2f;
	line-height: 1.5;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.multi-text--theme5 .block-title {
	color: #000;
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 25px;
}

@media all and (max-width: 640px) {
	.multi-text--theme5 .block-title {
		font-size: 27px;
	}
}

@media all and (max-width: 500px) {
	.multi-text--theme5 .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 400px) {
	.multi-text--theme5 .block-title {
		font-size: 22px;
	}
}

.multi-text--theme5 .title {
	color: #43a260;
	font-size: 20px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

@media all and (max-width: 500px) {
	.multi-text--theme5 .title {
		font-size: 18px;
	}
}

.multi-text--theme5 .odd-block, .multi-text--theme5 .even-block {
	padding-bottom: 40px;
	font-size: 16px;
}

@media all and (max-width: 640px) {
	.multi-text--theme5 .odd-block, .multi-text--theme5 .even-block {
		padding-bottom: 25px;
	}
}

.multi-text--theme5 .odd-block.small .pic, .multi-text--theme5 .even-block.small .pic {
	max-width: 288px;
}

.multi-text--theme5 .odd-block.medium, .multi-text--theme5 .even-block.medium {
	font-size: 17px;
}

.multi-text--theme5 .odd-block.medium .pic, .multi-text--theme5 .even-block.medium .pic {
	max-width: 370px;
}

.multi-text--theme5 .odd-block.big, .multi-text--theme5 .even-block.big {
	font-size: 18px;
}

.multi-text--theme5 .odd-block.big .pic, .multi-text--theme5 .even-block.big .pic {
	max-width: 500px;
}

.multi-text--theme5 .even-block .title {
	text-align: right;
}

.multi-text--theme5 .even-block .pic {
	float: right;
	margin: 0 0px 0px 30px;
}

@media all and (max-width: 400px) {
	.multi-text--theme5 .even-block .pic {
		float: none;
		margin: 0 0 10px;
	}
}

.multi-text--theme5 .odd-block .pic {
	float: left;
	margin: 0 30px 0px 0;
}

@media all and (max-width: 400px) {
	.multi-text--theme5 .odd-block .pic {
		float: none;
		margin: 0 0 10px;
	}
}

.multi-text--theme5 .pic {
	max-width: 288px;
}

@media all and (max-width: 700px) {
	.multi-text--theme5 .pic {
		max-width: 240px;
	}
}

@media all and (max-width: 540px) {
	.multi-text--theme5 .pic {
		max-width: 176px;
	}
}

@media all and (max-width: 400px) {
	.multi-text--theme5 .pic {
		max-width: 100%;
		text-align: center;
	}
}

.multi-text--theme5.inverse .multi-text-wrapper {
	background: #64584c;
}

.multi-text--theme5.inverse .multi-text-inner .inner {
	color: #fff;
}

.multi-text--theme5.inverse .block-title {
	color: #fff;
}

.multi-text--theme5.inverse .title {
	color: #fff;
}

.advantages--theme5 .advantages-wrapper {
	position: relative;
	padding: 0 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.advantages--theme5 .advantages-wrapper:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, 0.9);
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantages-wrapper {
		padding: 0 15px;
	}
}

.advantages--theme5 .advantages-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 42px 0 18px;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantages-inner {
		padding: 35px 0 15px;
	}
}

.advantages--theme5 .block-title {
	color: #fff;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 60px;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .block-title {
		padding-bottom: 40px;
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.advantages--theme5 .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.advantages--theme5 .block-title {
		font-size: 22px;
		padding-bottom: 33px;
	}
}

@media all and (max-width: 400px) {
	.advantages--theme5 .block-title {
		font-size: 20px;
		padding-bottom: 25px;
	}
}

.advantages--theme5 .advantage {
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 60px;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage {
		margin-bottom: 35px;
	}
}

@media all and (max-width: 630px) {
	.advantages--theme5 .advantage {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 470px) {
	.advantages--theme5 .advantage {
		width: 100%;
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.advantages--theme5 .advantage:nth-child(2n-1) {
	padding-right: 40px;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage:nth-child(2n-1) {
		padding-right: 12px;
	}
}

@media all and (max-width: 470px) {
	.advantages--theme5 .advantage:nth-child(2n-1) {
		padding-right: 0;
	}
}

.advantages--theme5 .advantage:nth-child(2n) {
	padding-left: 40px;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage:nth-child(2n) {
		padding-left: 12px;
	}
}

@media all and (max-width: 470px) {
	.advantages--theme5 .advantage:nth-child(2n) {
		padding-left: 0;
	}
}

.advantages--theme5 .advantage .pic svg {
	max-width: 64px;
	max-height: 64px;
}

.advantages--theme5 .advantage .pic {
	display: inline-block;
	border: 3px solid #43a260;
	border-radius: 50%;
	background: #fff;
	height: 118px;
	max-width: 118px;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 118px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 118px;
	-ms-flex: 0 0 118px;
	flex: 0 0 118px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage .pic {
		margin-right: 15px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 100px;
		max-width: 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		height: 100px;
	}
}

@media all and (max-width: 730px) {
	.advantages--theme5 .advantage .pic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		height: 100px;
	}
}

@media all and (max-width: 630px) {
	.advantages--theme5 .advantage .pic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 72px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 72px;
		max-width: 72px;
		-ms-flex: 0 0 72px;
		flex: 0 0 72px;
		height: 72px;
	}
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage .pic img, .advantages--theme5 .advantage .pic svg {
		max-width: 40px;
		height: auto;
	}
}

@media all and (max-width: 630px) {
	.advantages--theme5 .advantage .pic img, .advantages--theme5 .advantage .pic svg {
		max-width: 30px;
	}
}

.advantages--theme5 .advantage .pic svg path {
	fill: #776b5f;
}

.advantages--theme5 .advantage .text .title {
	color: #fff;
	font-size: 24px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 7px;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage .text .title {
		font-size: 20px;
	}
}

@media all and (max-width: 730px) {
	.advantages--theme5 .advantage .text .title {
		font-size: 16px;
	}
}

@media all and (max-width: 630px) {
	.advantages--theme5 .advantage .text .title {
		font-size: 14px;
	}
}

.advantages--theme5 .advantage .text .body {
	color: #71fb9c;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

@media all and (max-width: 960px) {
	.advantages--theme5 .advantage .text .body {
		font-size: 14px;
	}
}

@media all and (max-width: 730px) {
	.advantages--theme5 .advantage .text .body {
		font-size: 12px;
	}
}

@media all and (max-width: 630px) {
	.advantages--theme5 .advantage .text .body {
		display: none;
	}
}

.advantages--theme5.inverse .advantages-wrapper:before {
	background: rgba(255, 255, 255, 0.9);
}

.advantages--theme5.inverse .block-title {
	color: #000;
}

.advantages--theme5.inverse .advantage .pic {
	border-color: #d75631;
	background: #ea6a45;
}

.advantages--theme5.inverse .advantage .pic svg path {
	fill: #fff;
}

.advantages--theme5.inverse .advantage .text .title {
	color: #000;
}

.advantages--theme5.inverse .advantage .text .body {
	color: #43a260;
}

.sertificats--theme5 .sertificats-wrapper {
	background: #f2f2f2;
	padding: 0 10px;
}

@media all and (max-width: 960px) {
	.sertificats--theme5 .sertificats-wrapper {
		padding: 0 15px;
	}
}

.sertificats--theme5 .sertificats-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 33px 0 30px;
}

@media all and (max-width: 960px) {
	.sertificats--theme5 .sertificats-inner {
		padding: 33px 0 47px;
	}
}

@media all and (max-width: 480px) {
	.sertificats--theme5 .sertificats-inner {
		padding: 27px 0 47px;
	}
}

@media all and (max-width: 400px) {
	.sertificats--theme5 .sertificats-inner {
		padding: 27px 0 32px;
	}
}

.sertificats--theme5 .block-title {
	color: #000;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 35px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.sertificats--theme5 .block-title {
		font-size: 26px;
		padding-bottom: 30px;
	}
}

@media all and (max-width: 640px) {
	.sertificats--theme5 .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.sertificats--theme5 .block-title {
		font-size: 22px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 400px) {
	.sertificats--theme5 .block-title {
		font-size: 20px;
	}
}

@media all and (max-width: 960px) {
	.sertificats--theme5 .sertificats-block {
		padding: 0 30px;
	}
}

@media all and (max-width: 480px) {
	.sertificats--theme5 .sertificats-block {
		padding: 0 58px;
	}
}

.sertificats--theme5 .sertificate {
	display: inline-block;
	vertical-align: top;
	max-width: 170px;
	margin-right: 22px;
	margin-bottom: 15px;
}

.sertificats--theme5 .sertificate:nth-child(5n) {
	margin-right: 0;
}

@media all and (max-width: 960px) {
	.sertificats--theme5 .sertificate {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.sertificats--theme5 .owl-item {
	text-align: center;
}

.sertificats--theme5 .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.sertificats--theme5 .owl-nav div {
	position: absolute;
	top: 0;
	width: 23px;
	height: 18px;
	font-size: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.sertificats--theme5 .owl-nav div.owl-prev {
	left: -29px;
}

@media all and (max-width: 480px) {
	.sertificats--theme5 .owl-nav div.owl-prev {
		left: -45px;
	}
}

.sertificats--theme5 .owl-nav div.owl-next {
	right: -29px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 480px) {
	.sertificats--theme5 .owl-nav div.owl-next {
		right: -45px;
	}
}

.sertificats--theme5.inverse .sertificats-wrapper {
	background: #776b5f;
}

.sertificats--theme5.inverse .block-title {
	color: #fff;
}

.sertificats--theme5.inverse .owl-nav div {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2023%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M81.427%2C565l7.553-7.6a1.394%2C1.394%2C0%2C0%2C1%2C1.978%2C0%2C1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989l-5.165%2C5.193h16.8a1.407%2C1.407%2C0%2C0%2C1%2C0%2C2.813h-16.8l5.165%2C5.193a1.412%2C1.412%2C0%2C0%2C1%2C0%2C1.989%2C1.393%2C1.393%2C0%2C0%2C1-1.978%2C0l-7.553-7.594A1.411%2C1.411%2C0%2C0%2C1%2C81.427%2C565Z%22%20transform%3D%22translate%28-81.031%20-557%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}

.timer-popup-form--theme5 .timer-popup-wrapper .block-title {
	background: #52af6f;
	padding: 0 10px;
}

.timer-popup-form--theme5 .timer-popup-wrapper .block-title-inner {
	max-width: 940px;
	margin: 0 auto;
	color: #fff;
	font-size: 26px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

@media all and (max-width: 960px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .block-title-inner {
		padding: 21px 0;
		font-size: 24px;
	}
}

@media all and (max-width: 640px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .block-title-inner {
		padding: 23px 0;
		font-size: 20px;
	}
}

@media all and (max-width: 480px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .block-title-inner {
		padding: 13px 0;
	}
}

@media all and (max-width: 400px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .block-title-inner {
		padding: 15px 0;
		font-size: 16px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper .timer-popup-inner {
	background: #f6f1ed;
	padding: 0 15px;
}

.timer-popup-form--theme5 .timer-popup-wrapper .timer-popup-inner .inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0 27px;
	text-align: center;
}

@media all and (max-width: 640px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .timer-popup-inner .inner {
		padding: 11px 0 27px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper .timer-title {
	color: #434343;
	font-size: 24px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
}

@media all and (max-width: 640px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .timer-title {
		font-size: 22px;
	}
}

@media all and (max-width: 480px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .timer-title {
		font-size: 20px;
	}
}

@media all and (max-width: 480px) {
	.timer-popup-form--theme5 .timer-popup-wrapper .timer-title {
		font-size: 18px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper .end-message {
	display: none;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #333;
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	vertical-align: middle;
	font-size: 0;
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media all and (max-width: 460px) {
	.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li {
		margin-left: 18px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li:before {
	content: ':';
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 45px;
	line-height: 55px;
	color: #c8c8c8;
}

@media all and (max-width: 460px) {
	.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li:before {
		line-height: 37px;
		left: -14px;
		font-size: 40px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li:first-child {
	margin: 0;
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li:first-child:before {
	content: none;
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li span {
	position: relative;
	display: inline-block;
	width: 38px;
	margin-left: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6a45), color-stop(50%, #d4603e), color-stop(51%, #ea6a45), color-stop(100%, #ea6a45));
	background-image: -o-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -moz-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -webkit-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: -ms-linear-gradient(top, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	background-image: linear-gradient(to bottom, #ea6a45 0%, #d4603e 50%, #ea6a45 51%, #ea6a45 100%);
	border-radius: 2px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), 0 1px 3px rgba(0, 0, 0, .87);
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li span:first-child {
	margin: 0;
}

@media all and (max-width: 460px) {
	.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li span {
		font-size: 28px;
		line-height: 42px;
		width: 27px;
	}
}

.timer-popup-form--theme5 .timer-popup-wrapper ul.countdown3 li em {
	display: block;
	margin: 6px 0 0;
	font-style: normal;
	font-size: 13px;
	color: #5c5c5c;
}

.timer-popup-form--theme5 .timer-popup-wrapper .popup-button {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding: 17px 43px 16px;
	line-height: 1;
	background-color: #43a260;
	border-radius: 25px;
	box-shadow: 0 3px 0 #3e9659, inset 0 0 7px rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	background-image: -webkit-gradient(linear, , , color-stop(0%, #59c07f), color-stop(100%, #43a260));
	background-image: -o-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -moz-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -webkit-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -ms-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
	-pie-background: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .block-title {
	background: #ec7857;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .block-title-inner {
	color: #fff;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .timer-popup-inner {
	background: #64584c;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .timer-title {
	color: #fff;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .end-message {
	color: #333;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper ul.countdown3 li:before {
	color: #c8c8c8;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper ul.countdown3 li span {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46a663), color-stop(50%, #55bc75), color-stop(51%, #46a663), color-stop(100%, #46a663));
	background-image: -o-linear-gradient(top, #46a663 0%, #55bc75 50%, #46a663 51%, #46a663 100%);
	background-image: -moz-linear-gradient(top, #46a663 0%, #55bc75 50%, #46a663 51%, #46a663 100%);
	background-image: -webkit-linear-gradient(top, #46a663 0%, #55bc75 50%, #46a663 51%, #46a663 100%);
	background-image: -ms-linear-gradient(top, #46a663 0%, #55bc75 50%, #46a663 51%, #46a663 100%);
	background-image: linear-gradient(to bottom, #46a663 0%, #55bc75 50%, #46a663 51%, #46a663 100%);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, .2), 0 1px 3px rgba(0, 0, 0, 0);
	color: #fff;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper ul.countdown3 li em {
	color: #fff;
}

.timer-popup-form--theme5.inverse .timer-popup-wrapper .popup-button {
	color: #000;
	background-color: #43a260;
	box-shadow: 0 3px 0 #c6a53d, inset 0 0 7px rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, , , color-stop(0%, #f1da7b), color-stop(100%, #eac85d));
	background-image: -o-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -moz-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -webkit-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: -ms-linear-gradient(-450deg, #f1da7b 0%, #eac85d 100%);
	background-image: linear-gradient(180deg, #f1da7b 0%, #eac85d 100%);
	-pie-background: linear-gradient(180deg, #f1da7b 0%, #eac85d 100%);
}

.gallery--theme5 .gallery-wrapper {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 8px;
	position: relative;
}

@media all and (max-width: 960px) {
	.gallery--theme5 .gallery-wrapper {
		padding: 0 13px;
	}
}

.gallery--theme5 .gallery-wrapper:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, 0.9);
}

.gallery--theme5 .gallery-inner {
	max-width: 944px;
	margin: 0 auto;
	padding: 45px 0 40px;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 960px) {
	.gallery--theme5 .gallery-inner {
		padding: 35px 0 50px;
	}
}

@media all and (max-width: 960px) {
	.gallery--theme5 .gallery-inner {
		padding: 35px 0 50px;
	}
}

@media all and (max-width: 480px) {
	.gallery--theme5 .gallery-inner {
		padding: 30px 0 40px;
	}
}

.gallery--theme5 .gallery-inner .block-title {
	color: #fff;
	font-size: 28px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 23px;
	text-align: center;
}

@media all and (max-width: 960px) {
	.gallery--theme5 .gallery-inner .block-title {
		font-size: 26px;
	}
}

@media all and (max-width: 640px) {
	.gallery--theme5 .gallery-inner .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.gallery--theme5 .gallery-inner .block-title {
		font-size: 22px;
		padding-bottom: 18px;
	}
}

@media all and (max-width: 400px) {
	.gallery--theme5 .gallery-inner .block-title {
		font-size: 20px;
		padding-bottom: 15px;
	}
}

.gallery--theme5 .gallery {
	font-size: 0;
}

@media all and (max-width: 520px) {
	.gallery--theme5 .gallery {
		text-align: center;
	}
}

.gallery--theme5 .gallery div {
	box-sizing: border-box;
	padding: 0 2px 4px;
	display: inline-block;
	vertical-align: top;
}

.gallery--theme5 .gallery div.small {
	max-width: 25%;
}

@media all and (max-width: 720px) {
	.gallery--theme5 .gallery div.small {
		max-width: 33%;
	}
}

@media all and (max-width: 520px) {
	.gallery--theme5 .gallery div.small {
		max-width: 50%;
	}
}

.gallery--theme5 .gallery div.big {
	max-width: 50%;
}

@media all and (max-width: 720px) {
	.gallery--theme5 .gallery div.big {
		max-width: 66%;
	}
}

@media all and (max-width: 520px) {
	.gallery--theme5 .gallery div.big {
		max-width: 100%;
	}
}

.gallery--theme5.inverse .gallery-wrapper:before {
	background: rgba(255, 255, 255, 0.9);
}

.gallery--theme5.inverse .gallery-inner .block-title {
	color: #000;
}

.video-slider--theme5 .video-slider-wrapper {
	padding: 0 10px;
	background: #fff;
}

@media all and (max-width: 960px) {
	.video-slider--theme5 .video-slider-wrapper {
		padding: 0 15px;
	}
}

.video-slider--theme5 .video-slider-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 0 68px;
}

@media all and (max-width: 960px) {
	.video-slider--theme5 .video-slider-inner {
		padding: 35px 0 50px;
	}
}

@media all and (max-width: 480px) {
	.video-slider--theme5 .video-slider-inner {
		padding: 25px 0 40px;
	}
}

.video-slider--theme5 .block-title {
	color: #000;
	font-size: 26px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
}

@media all and (max-width: 640px) {
	.video-slider--theme5 .block-title {
		font-size: 24px;
	}
}

@media all and (max-width: 480px) {
	.video-slider--theme5 .block-title {
		font-size: 22px;
		padding-bottom: 16px;
	}
}

@media all and (max-width: 400px) {
	.video-slider--theme5 .block-title {
		font-size: 20px;
	}
}

.video-slider--theme5 .text-slider .item .text {
	color: #000;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	;
		line-height: 1.4;
}

.video-slider--theme5 .video-slider-wr {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width: 960px) {
	.video-slider--theme5 .video-slider-wr {
		padding: 0 9px;
	}
}

@media all and (max-width: 400px) {
	.video-slider--theme5 .video-slider-wr {
		padding: 0;
	}
}

.video-slider--theme5 .video-slider-wr .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

.video-slider--theme5 .video-slider-wr .owl-nav div {
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #5f90b0;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
	font-size: 0;
	margin-top: -28px;
	background-image: -webkit-gradient(linear, , , color-stop(0%, #7eb4c9), color-stop(100%, #5f90b0));
	background-image: -o-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -moz-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -webkit-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -ms-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
	-pie-background: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
}

@media all and (max-width: 400px) {
	.video-slider--theme5 .video-slider-wr .owl-nav div {
		width: 41px;
		height: 41px;
		margin-top: -20px;
	}
}

.video-slider--theme5 .video-slider-wr .owl-nav div:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2015%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.794%2C312a2.186%2C2.186%2C0%2C0%2C1-1.565-.658L27.641%2C300.569a2.244%2C2.244%2C0%2C0%2C1%2C0-3.14l10.588-10.771a2.189%2C2.189%2C0%2C0%2C1%2C3.119-.012%2C2.247%2C2.247%2C0%2C0%2C1%2C.011%2C3.153L32.315%2C299l9.045%2C9.2a2.244%2C2.244%2C0%2C0%2C1-.011%2C3.151A2.186%2C2.186%2C0%2C0%2C1%2C39.794%2C312Z%22%20transform%3D%22translate%28-27%20-286%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 19px center no-repeat;
}

@media all and (max-width: 400px) {
	.video-slider--theme5 .video-slider-wr .owl-nav div:before {
		background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M255.484%2C2213.02a1.626%2C1.626%2C0%2C0%2C1-1.156-.48l-7.821-7.89a1.634%2C1.634%2C0%2C0%2C1%2C0-2.3l7.821-7.89a1.631%2C1.631%2C0%2C0%2C1%2C2.312%2C2.3l-6.68%2C6.74%2C6.68%2C6.74A1.634%2C1.634%2C0%2C0%2C1%2C255.484%2C2213.02Z%22%20transform%3D%22translate%28-246.031%20-2194%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 14px center no-repeat;
	}
}

.video-slider--theme5 .video-slider-wr .owl-nav div.owl-prev {
	left: -70px;
}

@media all and (max-width: 960px) {
	.video-slider--theme5 .video-slider-wr .owl-nav div.owl-prev {
		left: -7px;
	}
}

.video-slider--theme5 .video-slider-wr .owl-nav div.owl-next {
	right: -70px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 960px) {
	.video-slider--theme5 .video-slider-wr .owl-nav div.owl-next {
		right: -7px;
	}
}

.video-slider--theme5.inverse .video-slider-wrapper {
	background: #2b2b2b;
}

.video-slider--theme5.inverse .video-slider-wrapper .block-title, .video-slider--theme5.inverse .video-slider-wrapper .text-slider .item .text {
	color: #fff;
}

.video-slider--theme5.inverse .video-slider-wrapper .owl-nav div {
	background-color: #5f90b0;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
	background-image: -webkit-gradient(linear, , , color-stop(0%, #7eb4c9), color-stop(100%, #5f90b0));
	background-image: -o-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -moz-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -webkit-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -ms-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
	-pie-background: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
}

@media all and (max-width: 400px) {
	.video-slider--theme5.inverse .video-slider-wrapper .owl-nav div {
		width: 41px;
		height: 41px;
		margin-top: -20px;
	}
}

.video-slider--theme5.inverse .video-slider-wrapper .owl-nav div:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2015%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.794%2C312a2.186%2C2.186%2C0%2C0%2C1-1.565-.658L27.641%2C300.569a2.244%2C2.244%2C0%2C0%2C1%2C0-3.14l10.588-10.771a2.189%2C2.189%2C0%2C0%2C1%2C3.119-.012%2C2.247%2C2.247%2C0%2C0%2C1%2C.011%2C3.153L32.315%2C299l9.045%2C9.2a2.244%2C2.244%2C0%2C0%2C1-.011%2C3.151A2.186%2C2.186%2C0%2C0%2C1%2C39.794%2C312Z%22%20transform%3D%22translate%28-27%20-286%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 19px center no-repeat;
}

@media all and (max-width: 400px) {
	.video-slider--theme5.inverse .video-slider-wrapper .owl-nav div:before {
		background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M255.484%2C2213.02a1.626%2C1.626%2C0%2C0%2C1-1.156-.48l-7.821-7.89a1.634%2C1.634%2C0%2C0%2C1%2C0-2.3l7.821-7.89a1.631%2C1.631%2C0%2C0%2C1%2C2.312%2C2.3l-6.68%2C6.74%2C6.68%2C6.74A1.634%2C1.634%2C0%2C0%2C1%2C255.484%2C2213.02Z%22%20transform%3D%22translate%28-246.031%20-2194%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 14px center no-repeat;
	}
}

.video-slider--theme5.inverse .video-slider-wr .bx-controls-direction a {
	background-color: #5f90b0;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
	background-image: -webkit-gradient(linear, , , color-stop(0%, #7eb4c9), color-stop(100%, #5f90b0));
	background-image: -o-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -moz-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -webkit-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: -ms-linear-gradient(-450deg, #7eb4c9 0%, #5f90b0 100%);
	background-image: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
	-pie-background: linear-gradient(180deg, #7eb4c9 0%, #5f90b0 100%);
}

.video-slider--theme5.inverse .video-slider-wr .bx-controls-direction a:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2015%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.794%2C312a2.186%2C2.186%2C0%2C0%2C1-1.565-.658L27.641%2C300.569a2.244%2C2.244%2C0%2C0%2C1%2C0-3.14l10.588-10.771a2.189%2C2.189%2C0%2C0%2C1%2C3.119-.012%2C2.247%2C2.247%2C0%2C0%2C1%2C.011%2C3.153L32.315%2C299l9.045%2C9.2a2.244%2C2.244%2C0%2C0%2C1-.011%2C3.151A2.186%2C2.186%2C0%2C0%2C1%2C39.794%2C312Z%22%20transform%3D%22translate%28-27%20-286%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 19px center no-repeat;
}

.contacts--theme5 .contacts-wrapper {
	padding: 0 10px;
	position: relative;
}

@media all and (max-width: 960px) {
	.contacts--theme5 .contacts-wrapper {
		padding: 0 15px;
	}
}

.contacts--theme5 .contacts-wrapper .map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

.contacts--theme5 .contacts-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 118px 0 128px;
	position: relative;
}

@media all and (max-width: 960px) {
	.contacts--theme5 .contacts-inner {
		padding: 40px 0 44px;
	}
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-inner {
		padding: 25px 0 24px;
	}
}

.contacts--theme5 .contacts-block {
	width: 370px;
	max-width: 100%;
	position: relative;
	z-index: 3;
}

@media all and (max-width: 480px) {
	.contacts--theme5 .contacts-block {
		margin: 0 auto;
	}
}

.contacts--theme5 .contacts-block .block-title {
	color: #fff;
	font-size: 26px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 21px 32px;
	background: #43a260;
	border-radius: 6px 6px 0 0;
}

@media all and (max-width: 640px) {
	.contacts--theme5 .contacts-block .block-title {
		font-size: 24px;
		padding: 22px 32px;
	}
}

@media all and (max-width: 480px) {
	.contacts--theme5 .contacts-block .block-title {
		font-size: 22px;
		padding: 23px 32px;
	}
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-block .block-title {
		font-size: 20px;
		padding: 22px 32px;
	}
}

.contacts--theme5 .contacts-block .contacts {
	background: rgba(100, 88, 76, 0.95);
	padding: 30px 30px 53px 30px;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.contacts--theme5 .contacts-block .contacts:before {
	position: absolute;
	display: block;
	content: "";
	right: -17px;
	top: 50%;
	margin-top: -19px;
	opacity: 0.95;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 17.5px 0 17.5px 17px;
	border-left-color: #64584c;
}

@media all and (max-width: 480px) {
	.contacts--theme5 .contacts-block .contacts:before {
		display: none;
	}
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-block .contacts {
		padding: 30px 24px 40px 24px;
	}
}

.contacts--theme5 .contacts-block .contacts .address {
	padding-left: 47px;
	font-size: 16px;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	min-height: 36px;
	margin-bottom: 47px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2233px%22%20%20viewBox%3D%220%200%2026%2033%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M561%2C8647a12.826%2C12.826%2C0%2C0%2C0-13%2C12.61c0%2C6.63%2C12.029%2C19.64%2C12.541%2C20.19a0.628%2C0.628%2C0%2C0%2C0%2C.919%2C0c0.513-.55%2C12.542-13.56%2C12.542-20.19A12.826%2C12.826%2C0%2C0%2C0%2C561%2C8647m0%2C31.49c-2.226-2.47-11.762-13.4-11.762-18.88a11.767%2C11.767%2C0%2C0%2C1%2C23.524%2C0c0%2C5.48-9.536%2C16.41-11.762%2C18.88m0-26.89a7.543%2C7.543%2C0%2C1%2C0%2C7.773%2C7.54A7.673%2C7.673%2C0%2C0%2C0%2C561%2C8651.6m0%2C13.88a6.343%2C6.343%2C0%2C1%2C1%2C6.535-6.34%2C6.444%2C6.444%2C0%2C0%2C1-6.535%2C6.34%22%20transform%3D%22translate%28-548%20-8647%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-block .contacts .address {
		padding-left: 40px;
		margin-bottom: 25px;
	}
}

.contacts--theme5 .contacts-block .contacts .phones {
	padding: 4px 0 4px 47px;
	margin-bottom: 55px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227px%22%20height%3D%2227px%22%20%20viewBox%3D%220%200%2027%2027%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M569.372%2C8745.35a0.812%2C0.812%2C0%2C0%2C1-.812-0.82%2C3.967%2C3.967%2C0%2C0%2C0-3.94-3.98%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64%2C5.6%2C5.6%2C0%2C0%2C1%2C5.565%2C5.62%2C0.812%2C0.812%2C0%2C0%2C1-.813.82m4.452%2C0.07a0.818%2C0.818%2C0%2C0%2C1-.812-0.82%2C8.517%2C8.517%2C0%2C0%2C0-8.458-8.55%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64%2C10.147%2C10.147%2C0%2C0%2C1%2C10.082%2C10.19%2C0.817%2C0.817%2C0%2C0%2C1-.812.82m4.363-.11a0.818%2C0.818%2C0%2C0%2C1-.812-0.82%2C12.793%2C12.793%2C0%2C0%2C0-12.711-12.85%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64A14.43%2C14.43%2C0%2C0%2C1%2C579%2C8744.49a0.818%2C0.818%2C0%2C0%2C1-.813.82M570.61%2C8757c-4.109%2C0-8.411-2.15-12.441-6.23-6.192-6.26-7.814-13.05-4.451-18.63a3.416%2C3.416%2C0%2C0%2C1%2C2.947-1.67%2C3.345%2C3.345%2C0%2C0%2C1%2C2.4%2C1l1.27%2C1.29a3.473%2C3.473%2C0%2C0%2C1%2C.533%2C4.17%2C8.248%2C8.248%2C0%2C0%2C0%2C7.263%2C12.1%2C7.381%2C7.381%2C0%2C0%2C0%2C3.737-.98%2C3.351%2C3.351%2C0%2C0%2C1%2C1.716-.47%2C3.4%2C3.4%2C0%2C0%2C1%2C2.409%2C1l1.27%2C1.29a3.476%2C3.476%2C0%2C0%2C1-.663%2C5.4%2C11.247%2C11.247%2C0%2C0%2C1-5.99%2C1.73m-13.945-24.89a1.8%2C1.8%2C0%2C0%2C0-1.559.89c-2.942%2C4.88-1.406%2C10.93%2C4.212%2C16.61%2C3.665%2C3.71%2C7.676%2C5.75%2C11.292%2C5.75a9.669%2C9.669%2C0%2C0%2C0%2C5.145-1.49%2C1.839%2C1.839%2C0%2C0%2C0%2C.867-1.36%2C1.789%2C1.789%2C0%2C0%2C0-.508-1.48l-1.27-1.28a1.8%2C1.8%2C0%2C0%2C0-2.157-.29%2C8.963%2C8.963%2C0%2C0%2C1-4.556%2C1.21%2C9.886%2C9.886%2C0%2C0%2C1-8.666-14.57%2C1.817%2C1.817%2C0%2C0%2C0-.278-2.18l-1.271-1.28a1.751%2C1.751%2C0%2C0%2C0-1.251-.53%22%20transform%3D%22translate%28-552%20-8730%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

.contacts--theme5 .contacts-block .contacts .phones div {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-right: 10px;
}

.contacts--theme5 .contacts-block .contacts .phones div:after {
	content: ",";
}

.contacts--theme5 .contacts-block .contacts .phones div:last-child {
	margin-right: 0;
}

.contacts--theme5 .contacts-block .contacts .phones div:last-child:after {
	display: none;
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-block .contacts .phones {
		padding-left: 40px;
		margin-bottom: 25px;
	}
}

.contacts--theme5 .contacts-block .contacts .mail {
	padding: 2px 0 2px 47px;
	color: #fff;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2231px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2031%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M578.771%2C8836H554.229a3.289%2C3.289%2C0%2C0%2C1-3.229-3.33v-17.34a3.289%2C3.289%2C0%2C0%2C1%2C3.229-3.33h24.542a3.289%2C3.289%2C0%2C0%2C1%2C3.229%2C3.33v17.34a3.289%2C3.289%2C0%2C0%2C1-3.229%2C3.33m-24.542-22.67a1.973%2C1.973%2C0%2C0%2C0-1.937%2C2v17.34a1.973%2C1.973%2C0%2C0%2C0%2C1.937%2C2h24.542a1.973%2C1.973%2C0%2C0%2C0%2C1.937-2v-17.34a1.973%2C1.973%2C0%2C0%2C0-1.937-2H554.229Zm12.271%2C14.71a4.608%2C4.608%2C0%2C0%2C1-3.449-1.59L552%2C8813.98a0.692%2C0.692%2C0%2C0%2C1%2C.041-0.95%2C0.633%2C0.633%2C0%2C0%2C1%2C.913.05L564%2C8825.55a3.348%2C3.348%2C0%2C0%2C0%2C4.994%2C0l11-12.42a0.633%2C0.633%2C0%2C0%2C1%2C.913-0.04%2C0.679%2C0.679%2C0%2C0%2C1%2C.043.94l-11%2C12.42A4.615%2C4.615%2C0%2C0%2C1%2C566.5%2C8828.04Zm-14.056%2C7.14a0.654%2C0.654%2C0%2C0%2C1-.477-0.22%2C0.679%2C0.679%2C0%2C0%2C1%2C.042-0.94l10.116-9.54a0.632%2C0.632%2C0%2C0%2C1%2C.913.04%2C0.691%2C0.691%2C0%2C0%2C1-.041.95L552.881%2C8835A0.633%2C0.633%2C0%2C0%2C1%2C552.444%2C8835.18Zm28.06-.06a0.614%2C0.614%2C0%2C0%2C1-.435-0.17l-10.063-9.48a0.679%2C0.679%2C0%2C0%2C1-.042-0.94%2C0.625%2C0.625%2C0%2C0%2C1%2C.913-0.05l10.064%2C9.48a0.691%2C0.691%2C0%2C0%2C1%2C.04.95%2C0.645%2C0.645%2C0%2C0%2C1-.477.21%22%20transform%3D%22translate%28-551%20-8812%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

.contacts--theme5 .contacts-block .contacts .mail a {
	color: #fff;
	text-decoration: none;
}

@media all and (max-width: 400px) {
	.contacts--theme5 .contacts-block .contacts .mail {
		padding-left: 40px;
	}
}

.contacts--theme5.inverse .contacts-block .block-title {
	color: #fff;
	background: #43a260;
}

.contacts--theme5.inverse .contacts-block .contacts {
	background: rgba(255, 255, 255, .9);
}

.contacts--theme5.inverse .contacts-block .contacts:before {
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 17.5px 0 17.5px 17px;
	border-left-color: #fff;
}

.contacts--theme5.inverse .contacts-block .contacts .address, .contacts--theme5.inverse .contacts-block .contacts .phones div, .contacts--theme5.inverse .contacts-block .contacts .mail a {
	color: #262626;
}

.contacts--theme5.inverse .contacts-block .contacts .address {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2233px%22%20%20viewBox%3D%220%200%2026%2033%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M561%2C8647a12.826%2C12.826%2C0%2C0%2C0-13%2C12.61c0%2C6.63%2C12.029%2C19.64%2C12.541%2C20.19a0.628%2C0.628%2C0%2C0%2C0%2C.919%2C0c0.513-.55%2C12.542-13.56%2C12.542-20.19A12.826%2C12.826%2C0%2C0%2C0%2C561%2C8647m0%2C31.49c-2.226-2.47-11.762-13.4-11.762-18.88a11.767%2C11.767%2C0%2C0%2C1%2C23.524%2C0c0%2C5.48-9.536%2C16.41-11.762%2C18.88m0-26.89a7.543%2C7.543%2C0%2C1%2C0%2C7.773%2C7.54A7.673%2C7.673%2C0%2C0%2C0%2C561%2C8651.6m0%2C13.88a6.343%2C6.343%2C0%2C1%2C1%2C6.535-6.34%2C6.444%2C6.444%2C0%2C0%2C1-6.535%2C6.34%22%20transform%3D%22translate%28-548%20-8647%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

.contacts--theme5.inverse .contacts-block .contacts .phones {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227px%22%20height%3D%2227px%22%20%20viewBox%3D%220%200%2027%2027%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M569.372%2C8745.35a0.812%2C0.812%2C0%2C0%2C1-.812-0.82%2C3.967%2C3.967%2C0%2C0%2C0-3.94-3.98%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64%2C5.6%2C5.6%2C0%2C0%2C1%2C5.565%2C5.62%2C0.812%2C0.812%2C0%2C0%2C1-.813.82m4.452%2C0.07a0.818%2C0.818%2C0%2C0%2C1-.812-0.82%2C8.517%2C8.517%2C0%2C0%2C0-8.458-8.55%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64%2C10.147%2C10.147%2C0%2C0%2C1%2C10.082%2C10.19%2C0.817%2C0.817%2C0%2C0%2C1-.812.82m4.363-.11a0.818%2C0.818%2C0%2C0%2C1-.812-0.82%2C12.793%2C12.793%2C0%2C0%2C0-12.711-12.85%2C0.82%2C0.82%2C0%2C0%2C1%2C0-1.64A14.43%2C14.43%2C0%2C0%2C1%2C579%2C8744.49a0.818%2C0.818%2C0%2C0%2C1-.813.82M570.61%2C8757c-4.109%2C0-8.411-2.15-12.441-6.23-6.192-6.26-7.814-13.05-4.451-18.63a3.416%2C3.416%2C0%2C0%2C1%2C2.947-1.67%2C3.345%2C3.345%2C0%2C0%2C1%2C2.4%2C1l1.27%2C1.29a3.473%2C3.473%2C0%2C0%2C1%2C.533%2C4.17%2C8.248%2C8.248%2C0%2C0%2C0%2C7.263%2C12.1%2C7.381%2C7.381%2C0%2C0%2C0%2C3.737-.98%2C3.351%2C3.351%2C0%2C0%2C1%2C1.716-.47%2C3.4%2C3.4%2C0%2C0%2C1%2C2.409%2C1l1.27%2C1.29a3.476%2C3.476%2C0%2C0%2C1-.663%2C5.4%2C11.247%2C11.247%2C0%2C0%2C1-5.99%2C1.73m-13.945-24.89a1.8%2C1.8%2C0%2C0%2C0-1.559.89c-2.942%2C4.88-1.406%2C10.93%2C4.212%2C16.61%2C3.665%2C3.71%2C7.676%2C5.75%2C11.292%2C5.75a9.669%2C9.669%2C0%2C0%2C0%2C5.145-1.49%2C1.839%2C1.839%2C0%2C0%2C0%2C.867-1.36%2C1.789%2C1.789%2C0%2C0%2C0-.508-1.48l-1.27-1.28a1.8%2C1.8%2C0%2C0%2C0-2.157-.29%2C8.963%2C8.963%2C0%2C0%2C1-4.556%2C1.21%2C9.886%2C9.886%2C0%2C0%2C1-8.666-14.57%2C1.817%2C1.817%2C0%2C0%2C0-.278-2.18l-1.271-1.28a1.751%2C1.751%2C0%2C0%2C0-1.251-.53%22%20transform%3D%22translate%28-552%20-8730%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

.contacts--theme5.inverse .contacts-block .contacts .mail {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2231px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2031%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M578.771%2C8836H554.229a3.289%2C3.289%2C0%2C0%2C1-3.229-3.33v-17.34a3.289%2C3.289%2C0%2C0%2C1%2C3.229-3.33h24.542a3.289%2C3.289%2C0%2C0%2C1%2C3.229%2C3.33v17.34a3.289%2C3.289%2C0%2C0%2C1-3.229%2C3.33m-24.542-22.67a1.973%2C1.973%2C0%2C0%2C0-1.937%2C2v17.34a1.973%2C1.973%2C0%2C0%2C0%2C1.937%2C2h24.542a1.973%2C1.973%2C0%2C0%2C0%2C1.937-2v-17.34a1.973%2C1.973%2C0%2C0%2C0-1.937-2H554.229Zm12.271%2C14.71a4.608%2C4.608%2C0%2C0%2C1-3.449-1.59L552%2C8813.98a0.692%2C0.692%2C0%2C0%2C1%2C.041-0.95%2C0.633%2C0.633%2C0%2C0%2C1%2C.913.05L564%2C8825.55a3.348%2C3.348%2C0%2C0%2C0%2C4.994%2C0l11-12.42a0.633%2C0.633%2C0%2C0%2C1%2C.913-0.04%2C0.679%2C0.679%2C0%2C0%2C1%2C.043.94l-11%2C12.42A4.615%2C4.615%2C0%2C0%2C1%2C566.5%2C8828.04Zm-14.056%2C7.14a0.654%2C0.654%2C0%2C0%2C1-.477-0.22%2C0.679%2C0.679%2C0%2C0%2C1%2C.042-0.94l10.116-9.54a0.632%2C0.632%2C0%2C0%2C1%2C.913.04%2C0.691%2C0.691%2C0%2C0%2C1-.041.95L552.881%2C8835A0.633%2C0.633%2C0%2C0%2C1%2C552.444%2C8835.18Zm28.06-.06a0.614%2C0.614%2C0%2C0%2C1-.435-0.17l-10.063-9.48a0.679%2C0.679%2C0%2C0%2C1-.042-0.94%2C0.625%2C0.625%2C0%2C0%2C1%2C.913-0.05l10.064%2C9.48a0.691%2C0.691%2C0%2C0%2C1%2C.04.95%2C0.645%2C0.645%2C0%2C0%2C1-.477.21%22%20transform%3D%22translate%28-551%20-8812%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left center no-repeat;
}

.footer--theme5 .footer {
	padding: 0 10px;
	background: #5f90b0;
}

@media all and (max-width: 960px) {
	.footer--theme5 .footer {
		padding: 0 15px;
	}
}

.footer--theme5 .footer-inner {
	max-width: 940px;
	margin: 0 auto;
	min-height: 68px;
	padding: 20px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.footer--theme5 .footer-inner .site-name-bottom {
	color: #fff;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.footer--theme5 .footer-inner .site-copyright {
	color: #fff;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	max-width: 136px;
	min-width: 88px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 0px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 0px;
	-ms-flex: 0 0 0px;
	flex: 0 0 0px;
}

.footer--theme5 .footer-inner .site-copyright a {
	color: #fff;
}

.footer--theme5 .footer-inner .site-copyright span {
	font-size: 14px !important;
}

.footer--theme5 .footer-inner .site-social {
	text-align: center;
	padding: 0 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
}

.footer--theme5 .footer-inner .site-social .social-title {
	color: #fff;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 12px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.footer--theme5 .footer-inner .site-social .social-block {
	font-size: 0;
}

.footer--theme5 .footer-inner .site-social .social-block a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px;
}

.footer--theme5 .footer-inner .site-social .social-block a img {
	max-width: 32px;
	height: auto;
}

.footer--theme5.inverse .footer {
	background: #fff;
}

.footer--theme5.inverse .footer-inner .site-name-bottom, .footer--theme5.inverse .footer-inner .site-social .social-title, .footer--theme5.inverse .footer-inner .site-copyright, .footer--theme5.inverse .footer-inner .site-copyright a {
	color: #000;
}

@media all and (max-width: 620px) {
	.footer--theme5 .footer-inner .site-social {
		-webkit-box-ordinal-group: 0;
		-moz-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-moz-box-flex: 100%;
		-moz-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 20px;
	}

	.footer--theme5 .footer-inner .site-name-bottom {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 1%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 1%;
		-ms-flex: 1 0 1%;
		flex: 1 0 1%;
		padding-right: 15px;
	}
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.popover-wrap {
	border-radius: 12px;
	border-width: 0px;
	background: url(../img/lp2/border-bg2.png) #fbfae8;
	padding: 8px;
	margin: 40px 0;
}

.popover-wrap .popover-body {
	width: 288px;
	background: #fbfae8;
	box-sizing: border-box;
	padding: 40px 15px;
	border-radius: 0px;
	box-shadow: none;
}

.popover-wrap .popover-body .error-message {
	display: none;
}

.popover-wrap .popover-body .form_field {
	padding-bottom: 23px;
	font-size: 16px;
}

.popover-wrap .popover-body .form_field.field-error input[type="text"], .popover-wrap .popover-body .form_field.field-error textarea {
	border-bottom-color: red;
}

.popover-wrap .popover-body .form_field.field-error input[type="text"]::-webkit-input-placeholder, .popover-wrap .popover-body .form_field.field-error textarea::-webkit-input-placeholder {
	color: red;
}

.popover-wrap .popover-body .form_field.field-error input[type="text"]:moz-placeholder, .popover-wrap .popover-body .form_field.field-error textarea:moz-placeholder {
	color: red;
}

.popover-wrap .popover-body .form_field.field-error input[type="text"]::-moz-placeholder, .popover-wrap .popover-body .form_field.field-error textarea::-moz-placeholder {
	color: red;
}

.popover-wrap .popover-body .form_field.field-error input[type="text"]:-ms-input-placeholder, .popover-wrap .popover-body .form_field.field-error textarea:-ms-input-placeholder {
	color: red;
}

.popover-wrap .popover-body .form_field ul {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
}

.popover-wrap .popover-body .form_field ul li {
	padding: 4px 0;
}

.popover-wrap .popover-body .field-title {
	color: #776b5f;
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
}

.popover-wrap .popover-body input[type="text"], .popover-wrap .popover-body input[type="email"], .popover-wrap .popover-body textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
	outline-style: none;
	border-bottom: 2px solid #f3f2de;
	height: 28px;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #776b5f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.popover-wrap .popover-body input[type="text"]::-webkit-input-placeholder, .popover-wrap .popover-body textarea::-webkit-input-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body input[type="text"]:moz-placeholder, .popover-wrap .popover-body textarea:moz-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body input[type="text"]::-moz-placeholder, .popover-wrap .popover-body textarea::-moz-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body input[type="text"]:-ms-input-placeholder, .popover-wrap .popover-body textarea:-ms-input-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body input[type="text"]:focus, .popover-wrap .popover-body textarea:focus {
	border-bottom-color: #776b5f;
}

.popover-wrap .popover-body select {
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
	outline-style: none;
	border-bottom: 2px solid #f3f2de;
	height: 28px;
	font-size: 15px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #776b5f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.popover-wrap .popover-body select::-webkit-input-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body select:moz-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body select::-moz-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body select:-ms-input-placeholder {
	color: #ababa8;
}

.popover-wrap .popover-body select:focus {
	border-bottom-color: #776b5f;
}

.popover-wrap .popover-body select[multiple="multiple"] {
	height: 100%;
}

.popover-wrap .popover-body textarea {
	height: 85px;
}

.popover-wrap .popover-body input[data-calendar="calendar"] {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	border-radius: 3px;
	position: relative;
	width: 90px;
	margin-left: 10px;
	margin-right: 5px;
	box-sizing: border-box;
	height: 37px;
	background-color: transparent;
	border: none;
	font: normal 16px 'PTSans';
	color: #999;
	padding: 4px 7px 2px 7px;
	outline-style: none;
	background-color: #fff;
	margin-bottom: 8px;
}

.popover-wrap .popover-body input[data-calendar="calendar"]:focus {
	border: 2px solid rgba(0, 0, 0, .2);
	padding: 2px 7px 0px 5px;
}

.popover-wrap .popover-body .tpl-form-button {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
	color: #fff;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	border: none;
	outline-style: none;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	box-shadow: 0 3px 0 #3e9659, inset 0 0 7px rgba(255, 255, 255, 0.3);
	border-radius: 24px;
	background-color: #43a260;
	background-image: -webkit-gradient(linear, , , color-stop(0%, #59c07f), color-stop(100%, #43a260));
	background-image: -o-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -moz-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -webkit-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: -ms-linear-gradient(-450deg, #59c07f 0%, #43a260 100%);
	background-image: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
	-pie-background: linear-gradient(180deg, #59c07f 0%, #43a260 100%);
}

.popover-wrap .popover-close {
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M520.9%2C144a0.918%2C0.918%2C0%2C0%2C1-.648-1.566l14.168-14.192a0.916%2C0.916%2C0%2C1%2C1%2C1.295%2C1.3l-14.168%2C14.192a0.913%2C0.913%2C0%2C0%2C1-.647.269h0Zm14.168%2C0a0.912%2C0.912%2C0%2C0%2C1-.648-0.268l-14.168-14.192a0.917%2C0.917%2C0%2C1%2C1%2C1.295-1.3l14.168%2C14.192A0.917%2C0.917%2C0%2C0%2C1%2C535.07%2C144h0Z%22%20transform%3D%22translate%28-520%20-127.969%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
	top: 20px;
	right: 20px;
}

.popover-wrap .popover-close:after {
	display: none;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	max-width: 780px;
	background: #000;
	height: 459px;
}

@media all and (max-width: 960px) {
	.owl-carousel .owl-video-wrapper {
		height: 422px;
	}
}

@media all and (max-width: 660px) {
	.owl-carousel .owl-video-wrapper {
		height: 347px;
	}
}

@media all and (max-width: 500px) {
	.owl-carousel .owl-video-wrapper {
		height: 253px;
	}
}

@media all and (max-width: 400px) {
	.owl-carousel .owl-video-wrapper {
		height: 170px;
	}
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 94px;
	width: 94px;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -42px;
	background: url("../img/Play.svg") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.no-js .owl-carousel {
	display: block;
}

.baloon-content {
	padding: 15px;
}

.popover-scrolling {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.popover-wrap {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 289px;
}

.popover-container {
	position: relative;
	width: auto;
}

.popover-container .tpl-field.hide-input {
	display: none;
}

.big-pic--theme9 .big-pic-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}

.big-pic--theme9 .big-pic-wrapper.background:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.big-pic--theme9 .big-pic-wrapper.background .text-part {
	background: none;
	border-color: transparent;
}

.big-pic--theme9 .big-pic-wrapper.top-left .big-pic-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.big-pic--theme9 .big-pic-wrapper.top-center .big-pic-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
}

.big-pic--theme9 .big-pic-wrapper.top-right .big-pic-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.big-pic--theme9 .big-pic-wrapper.center-left .big-pic-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.big-pic--theme9 .big-pic-wrapper.center-center .big-pic-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
}

.big-pic--theme9 .big-pic-wrapper.center-right .big-pic-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.big-pic--theme9 .big-pic-wrapper.bottom-left .big-pic-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.big-pic--theme9 .big-pic-wrapper.bottom-center .big-pic-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
}

.big-pic--theme9 .big-pic-wrapper.bottom-right .big-pic-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.big-pic--theme9 .big-pic-inner {
	padding: 0 45px;
	min-height: 440px;
	height: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media all and (max-width: 980px) {
	.big-pic--theme9 .big-pic-inner {
		min-height: 380px;
	}
}

@media all and (max-width: 767px) {
	.big-pic--theme9 .big-pic-inner {
		min-height: 280px;
	}
}

@media all and (max-width: 599px) {
	.big-pic--theme9 .big-pic-inner {
		min-height: 180px;
		padding: 0 63px;
	}
}

@media all and (max-width: 410px) {
	.big-pic--theme9 .big-pic-inner {
		min-height: 120px;
		padding: 0 16px;
	}
}

.big-pic--theme9 .big-pic-inner .text-part {
	padding: 30px 40px;
	max-width: 710px;
	box-sizing: border-box;
	background: #000;
	border: 3px solid white;
	background-color: rgba(74, 74, 74, 0.7);
}

@media all and (max-width: 599px) {
	.big-pic--theme9 .big-pic-inner .text-part {
		padding: 30px 25px;
	}
}

@media all and (max-width: 767px) {
	.big-pic--theme9 .big-pic-inner .text-part {
		text-align: center;
	}
}

.big-pic--theme9 .big-pic-inner .slogan {
	color: #fff;
	font-size: 36px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 980px) {
	.big-pic--theme9 .big-pic-inner .slogan {
		font-size: 32px;
	}
}

@media all and (max-width: 767px) {
	.big-pic--theme9 .big-pic-inner .slogan {
		font-size: 28px;
	}
}

@media all and (max-width: 599px) {
	.big-pic--theme9 .big-pic-inner .slogan {
		font-size: 25px;
	}
}

.big-pic--theme9 .big-pic-inner .slogan-inner {
	font-size: 0;
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
}

@media all and (max-width: 980px) {
	.big-pic--theme9 .big-pic-inner .slogan-inner {
		font-size: 18px;
	}
}

@media all and (max-width: 767px) {
	.big-pic--theme9 .big-pic-inner .slogan-inner {
		font-size: 16px;
	}
}

@media all and (max-width: 599px) {
	.big-pic--theme9 .big-pic-inner .slogan-inner {
		font-size: 14px;
	}
}

.big-pic--theme9.inverse .big-pic-wrapper.background:before {
	background: rgba(255, 255, 255, .6);
}

.big-pic--theme9.inverse  .big-pic-wrapper.background .text-part {
	background: none;
	border-color: transparent;
}

.big-pic--theme9.inverse .big-pic-inner .text-part {
	border-color: #4a4a4a;
	background-color: rgba(255, 255, 255, .7);
}

.big-pic--theme9.inverse .big-pic-inner .slogan, .big-pic--theme9.inverse .big-pic-inner .slogan-inner {
	color: #4a4a4a;
}

.header-one--theme9 .header-one-wrapper {
	background: #fff;
	padding: 0 20px;
}

.header-one--theme9 .header-one-inner {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 18px 0;
}

.header-one--theme9 .logo {
	font-size: 0;
	padding-bottom: 5px;
}

.header-one--theme9 .logo img {
	max-height: 100px;
	width: auto;
}

.header-one--theme9 .site-name {
	color: #010101;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
}

@media all and (max-width: 980px) {
	.header-one--theme9 .site-name {
		font-size: 26px;
	}
}

@media all and (max-width: 768px) {
	.header-one--theme9 .site-name {
		font-size: 24px;
	}
}

@media all and (max-width: 600px) {
	.header-one--theme9 .site-name {
		font-size: 22px;
	}
}

@media all and (max-width: 600px) {
	.header-one--theme9 .site-name {
		font-size: 22px;
	}
}

.header-one--theme9 .site-name a {
	color: inherit;
	text-decoration: none;
}

.header-one--theme9.inverse .header-one-wrapper {
	background: #43a260;
}

.header-one--theme9.inverse .site-name {
	color: #fff;
}

.header-two--theme9 .header-two-wrapper {
	background: #fff;
	padding: 0 20px;
}

.header-two--theme9 .header-two-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 13px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 580px) {
	.header-two--theme9 .header-two-inner {
		display: block;
	}
}

.header-two--theme9 .left-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 580px) {
	.header-two--theme9 .left-part {
		display: block;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
}

.header-two--theme9 .left-part .site-name-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
}

@media all and (max-width: 580px) {
	.header-two--theme9 .left-part .site-name-wrapper {
		-webkit-box-flex: none;
		-webkit-flex: none;
		-moz-box-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;
		padding-bottom: 20px;
	}
}

.header-two--theme9 .left-part .logo {
	margin-right: 20px;
	font-size: 0;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .left-part .logo {
		margin-right: 15px;
	}
}

@media all and (max-width: 580px) {
	.header-two--theme9 .left-part .logo {
		margin-right: 11px;
		padding-bottom: 20px;
	}
}

.header-two--theme9 .left-part .logo img {
	max-height: 100px;
	width: auto;
}

.header-two--theme9 .left-part .site-name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .left-part .site-name {
		font-size: 26px;
	}
}

@media all and (max-width: 780px) {
	.header-two--theme9 .left-part .site-name {
		font-size: 24px;
	}
}

@media all and (max-width: 460px) {
	.header-two--theme9 .left-part .site-name {
		font-size: 22px;
	}
}

.header-two--theme9 .left-part .site-name a {
	color: inherit;
	text-decoration: none;
}

.header-two--theme9 .left-part .site-activity {
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .left-part .site-activity {
		font-size: 15px;
	}
}

@media all and (max-width: 780px) {
	.header-two--theme9 .left-part .site-activity {
		font-size: 14px;
	}
}

.header-two--theme9 .right-part {
	text-align: right;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 320px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 320px;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .right-part {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 290px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 290px;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
	}
}

@media all and (max-width: 750px) {
	.header-two--theme9 .right-part {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 230px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 230px;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
	}
}

@media all and (max-width: 580px) {
	.header-two--theme9 .right-part {
		text-align: center;
	}
}

.header-two--theme9 .right-part .work-time {
	color: #6e6e6e;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 6px;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .right-part .work-time {
		font-size: 13px;
	}
}

.header-two--theme9 .right-part .phone {
	color: #4a4a4a;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 7px;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .right-part .phone {
		font-size: 16px;
	}
}

@media all and (max-width: 580px) {
	.header-two--theme9 .right-part .phone {
		font-size: 14px;
	}
}

.header-two--theme9 .right-part .phone div {
	display: inline-block;
	margin-left: 7px;
}

.header-two--theme9 .right-part .phone div:after {
	content: ";";
}

.header-two--theme9 .right-part .phone div:last-child:after {
	display: none;
}

.header-two--theme9 .right-part .address {
	color: #6e6e6e;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

@media all and (max-width: 980px) {
	.header-two--theme9 .right-part .address {
		font-size: 11px;
	}
}

.header-two--theme9 .right-part .address a {
	color: inherit;
}

.header-two--theme9.inverse .header-two-wrapper {
	background: #43a260;
}

.header-two--theme9.inverse .site-name, .header-two--theme9.inverse .left-part .site-activity, .header-two--theme9.inverse .right-part .work-time, .header-two--theme9.inverse .right-part .phone, .header-two--theme9.inverse .right-part .address {
	color: #fff;
}

.header-four--theme9 .header-four-wrapper {
	background: #fff;
	padding: 0 20px;
}

@media all and (max-width: 400px) {
	.header-four--theme9 .header-four-wrapper {
		padding: 0 17px;
	}
}

.header-four--theme9 .header-four-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 640px) {
	.header-four--theme9 .header-four-inner {
		display: block;
		text-align: center;
	}
}

.header-four--theme9 .site-activity {
	color: #ea6a45;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	max-width: 285px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 28%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 28%;
	-ms-flex: 1 0 28%;
	flex: 1 0 28%;
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

@media all and (max-width: 960px) {
	.header-four--theme9 .site-activity {
		font-size: 16px;
	}
}

@media all and (max-width: 640px) {
	.header-four--theme9 .site-activity {
		font-size: 14px;
		max-width: 100%;
		padding-bottom: 10px;
	}
}

.header-four--theme9 .site-name-wrapper {
	text-align: center;
	padding: 0 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
}

@media all and (max-width: 640px) {
	.header-four--theme9 .site-name-wrapper {
		padding-bottom: 10px;
	}
}

.header-four--theme9 .site-name-wrapper .logo {
	font-size: 0;
}

.header-four--theme9 .site-name-wrapper .site-name {
	color: #000;
	padding-top: 10px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.header-four--theme9 .site-name-wrapper .site-name a {
	color: inherit;
	text-decoration: none;
}

@media all and (max-width: 980px) {
	.header-four--theme9 .site-name-wrapper .site-name {
		font-size: 26px;
	}
}

@media all and (max-width: 768px) {
	.header-four--theme9 .site-name-wrapper .site-name {
		font-size: 24px;
	}
}

@media all and (max-width: 640px) {
	.header-four--theme9 .site-name-wrapper .site-name {
		font-size: 22px;
	}
}

.header-four--theme9 .right-part {
	text-align: right;
	max-width: 285px;
}

@media all and (max-width: 980px) {
	.header-four--theme9 .right-part {
		max-width: 200px;
	}
}

@media all and (max-width: 640px) {
	.header-four--theme9 .right-part {
		max-width: 100%;
		text-align: center;
	}
}

.header-four--theme9 .right-part .phones {
	padding-bottom: 15px;
	font-size: 18px;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #333;
}

.header-four--theme9 .right-part .phones div {
	display: inline-block;
	margin-left: 5px;
}

.header-four--theme9 .right-part .phones div:after {
	content: ";";
}

.header-four--theme9 .right-part .phones div:last-child:after {
	display: none;
}

.header-four--theme9 .right-part .button-wrap a {
	color: #fff;
	display: inline-block;
	padding: 9px 23px 11px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.0) 0%, rgba(255,255,255,0) 100%);
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
}

.header-four--theme9.inverse .header-four-wrapper {
	background: #43a260;
}

.header-four--theme9.inverse .site-activity {
	color: #fff;
}

.header-four--theme9.inverse .site-name-wrapper .site-name {
	color: #fff;
}

.header-four--theme9.inverse .right-part .phones {
	color: #fff;
}

.header-four--theme9.inverse .right-part .button-wrap a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
}

.header-six--theme9 .header-six-wrapper {
	background: #fff;
	padding: 0 20px;
}

.header-six--theme9 .header-six-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 560px) {
	.header-six--theme9 .header-six-inner {
		display: block;
	}
}

.header-six--theme9 .left-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 560px) {
	.header-six--theme9 .left-part {
		padding-bottom: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
}

.header-six--theme9 .left-part .logo {
	margin-right: 20px;
	font-size: 0;
}

@media all and (max-width: 980px) {
	.header-six--theme9 .left-part .logo {
		margin-right: 15px;
	}
}

@media all and (max-width: 580px) {
	.header-six--theme9 .left-part .logo {
		margin-right: 11px;
	}
}

.header-six--theme9 .left-part .logo img {
	max-height: 100px;
	width: auto;
}

.header-six--theme9 .left-part .site-name-wrapper {
	min-width: 280px;
}

@media all and (max-width: 980px) {
	.header-six--theme9 .left-part .site-name-wrapper {
		min-width: 250px;
	}
}

@media all and (max-width: 460px) {
	.header-six--theme9 .left-part .site-name-wrapper {
		min-width: 210px;
	}
}

.header-six--theme9 .left-part .site-name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
}

@media all and (max-width: 980px) {
	.header-six--theme9 .left-part .site-name {
		font-size: 26px;
	}
}

@media all and (max-width: 780px) {
	.header-six--theme9 .left-part .site-name {
		font-size: 24px;
	}
}

@media all and (max-width: 460px) {
	.header-six--theme9 .left-part .site-name {
		font-size: 22px;
	}
}

.header-six--theme9 .left-part .site-name a {
	color: inherit;
	text-decoration: none;
}

.header-six--theme9 .left-part .site-activity {
	color: #ea6a45;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

@media all and (max-width: 980px) {
	.header-six--theme9 .left-part .site-activity {
		font-size: 15px;
	}
}

@media all and (max-width: 780px) {
	.header-six--theme9 .left-part .site-activity {
		font-size: 14px;
	}
}

.header-six--theme9 .right-part {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 55%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	text-align: right;
}

@media all and (max-width: 740px) {
	.header-six--theme9 .right-part {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 37%;
		-ms-flex: 0 0 37%;
		flex: 0 0 37%;
	}
}

@media all and (max-width: 560px) {
	.header-six--theme9 .right-part {
		text-align: center;
	}
}

.header-six--theme9 .right-part .phones-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
}

@media all and (max-width: 740px) {
	.header-six--theme9 .right-part .phones-part {
		padding-bottom: 10px;
	}
}

.header-six--theme9 .right-part .phones-part .work-time {
	color: #6e6e6e;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header-six--theme9 .right-part .phones-part .phones div {
	color: #4a4a4a;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-size: 17px;
	display: inline-block;
	margin-left: 6px;
}

@media all and (max-width: 560px) {
	.header-six--theme9 .right-part .phones-part .phones div {
		margin: 0 3px;
	}
}

.header-six--theme9 .right-part .button {
	margin-left: 35px;
}

@media all and (max-width: 980px) {
	.header-six--theme9 .right-part .button {
		margin-left: 15px;
	}
}

@media all and (max-width: 560px) {
	.header-six--theme9 .right-part .button {
		margin-left: 0;
	}
}

.header-six--theme9 .right-part .button a {
	display: inline-block;
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 9px 23px 11px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.header-six--theme9.inverse .header-six-wrapper {
	background: #43a260;
}

.header-six--theme9.inverse .left-part .site-name {
	color: #fff;
}

.header-six--theme9.inverse .left-part .site-activity {
	color: #fff;
}

.header-six--theme9.inverse .right-part .phones-part .work-time {
	color: #fff;
}

.header-six--theme9.inverse .right-part .phones-part .phones div {
	color: #fff;
}

.header-six--theme9.inverse .right-part .button a {
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.header-seven--theme9 .header-seven-wrapper {
	background: #fff;
	padding: 0 20px;
}

.header-seven--theme9 .header-seven-inner {
	max-width: 940px;
	padding: 20px 0;
	margin: 0 auto;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .header-seven-inner {
		display: block;
		text-align: center;
	}
}

.header-seven--theme9 .left-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 1%;
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 700px) {
	.header-seven--theme9 .left-part {
		display: block;
	}
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .left-part {
		display: inline-block;
	}
}

.header-seven--theme9 .left-part .site-name-wrapper {
	padding-right: 50px;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

@media all and (max-width: 980px) {
	.header-seven--theme9 .left-part .site-name-wrapper {
		padding-right: 20px;
	}
}

.header-seven--theme9 .left-part .logo {
	margin-right: 20px;
	font-size: 0;
}

@media all and (max-width: 980px) {
	.header-seven--theme9 .left-part .logo {
		margin-right: 15px;
	}
}

.header-seven--theme9 .left-part .site-name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	min-width: 215px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

@media all and (max-width: 980px) {
	.header-seven--theme9 .left-part .site-name {
		font-size: 26px;
	}
}

@media all and (max-width: 780px) {
	.header-seven--theme9 .left-part .site-name {
		font-size: 24px;
	}
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .left-part .site-name {
		text-align: left;
	}
}

@media all and (max-width: 460px) {
	.header-seven--theme9 .left-part .site-name {
		font-size: 22px;
	}
}

.header-seven--theme9 .left-part .site-name a {
	color: inherit;
	text-decoration: none;
}

.header-seven--theme9 .left-part .site-activity {
	color: #ea6a45;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	max-width: 200px;
}

@media all and (max-width: 980px) {
	.header-seven--theme9 .left-part .site-activity {
		max-width: 150px;
	}
}

@media all and (max-width: 700px) {
	.header-seven--theme9 .left-part .site-activity {
		max-width: 100%;
		padding-top: 9px;
		font-size: 14px;
	}
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .left-part .site-activity {
		padding-top: 5px;
	}
}

.header-seven--theme9 .right-part {
	text-align: right;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 280px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 280px;
	-ms-flex: 0 0 280px;
	flex: 0 0 280px;
}

@media all and (max-width: 800px) {
	.header-seven--theme9 .right-part {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 200px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 200px;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
	}
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .right-part {
		text-align: center;
		padding-top: 10px;
	}
}

.header-seven--theme9 .right-part .phones div {
	color: #4a4a4a;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-left: 6px;
}

@media all and (max-width: 550px) {
	.header-seven--theme9 .right-part .phones div {
		margin: 0 3px;
	}
}

.header-seven--theme9 .right-part .button {
	padding-top: 10px;
}

.header-seven--theme9 .right-part .button a {
	display: inline-block;
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 7px 23px 9px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.header-seven--theme9.inverse .header-seven-wrapper {
	background: #43a260;
}

.header-seven--theme9.inverse .left-part .site-name {
	color: #fff;
}

.header-seven--theme9.inverse .left-part .site-activity {
	color: #fff;
}

.header-seven--theme9.inverse .right-part .phones div {
	color: #fff;
}

.header-seven--theme9.inverse .right-part .button a {
	background-color: #ea6a45;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.products-with-pic--theme9 .products-wrapper {
	background: #fff;
	padding: 0 5px;
}

.products-with-pic--theme9 .products-inner {
	padding: 30px 0 30px;
	max-width: 940px;
	margin: 0 auto;
}

.products-with-pic--theme9 .block-title {
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
}

.products-with-pic--theme9 .text-before {
	color: #333;
	padding: 0 15px 30px;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.products-with-pic--theme9 .text-after {
	color: #333;
	padding: 30px 15px 0px;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.products-with-pic--theme9 .product {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px 10px;
}

@media all and (min-width: 500px) {
	.products-with-pic--theme9 .product {
		width: 50%;
	}
}

@media all and (min-width: 800px) {
	.products-with-pic--theme9 .product {
		width: 33.3%;
		padding: 0 15px 30px;
	}
}

.products-with-pic--theme9 .product .pic {
	font-size: 0;
	text-align: center;
}

.products-with-pic--theme9 .product .bottom-part {
	padding: 20px 30px 35px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
}

.products-with-pic--theme9 .product .bottom-part .title {
	font-size: 21px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-bottom: 12px;
	color: #000;
}

.products-with-pic--theme9 .product .bottom-part .text {
	font-size: 16px;
	line-height: 1.4;
	padding: 12px;
	color: #333;
}

.products-with-pic--theme9 .product .bottom-part .price {
	font-size: 19px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}

.products-with-pic--theme9 .product .bottom-part .button {
	padding-top: 20px;
}

.products-with-pic--theme9 .product .bottom-part .button a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: #43a260;
}

.products-with-pic--theme9 .product-inner {
	background: rgba(119, 107, 95, .2);
}

.products-with-pic--theme9.inverse .products-wrapper {
	background: #437698;
}

.products-with-pic--theme9.inverse .block-title {
	color: #fff;
}

.products-with-pic--theme9.inverse .text-before {
	color: #fff;
}

.products-with-pic--theme9.inverse .text-after {
	color: #fff;
}

.products-with-pic--theme9.inverse .product .bottom-part {
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
}

.products-with-pic--theme9.inverse .product .bottom-part .title {
	color: #fff;
}

.products-with-pic--theme9.inverse .product .bottom-part .text {
	color: #fff;
}

.products-with-pic--theme9.inverse .product .bottom-part .price {
	color: #fff;
}

.products-with-pic--theme9.inverse .product .bottom-part .button a {
	color: #fff;
	background: #ea6a45;
}

.products-with-pic--theme9.inverse .product-inner {
	background: #6a97b5;
}

.products--theme9 .products-wrapper {
	padding: 0 5px;
	background: #fff;
}

.products--theme9 .products-inner {
	padding: 30px 0 30px;
	max-width: 940px;
	margin: 0 auto;
}

.products--theme9 .block-title {
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
}

.products--theme9 .text-before {
	padding: 0 15px 30px;
	font-size: 18px;
	color: #333;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.products--theme9 .text-after {
	padding: 30px 15px 0px;
	font-size: 18px;
	color: #333;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.products--theme9 .product {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px 10px;
}

@media all and (min-width: 500px) {
	.products--theme9 .product {
		width: 50%;
	}
}

@media all and (min-width: 800px) {
	.products--theme9 .product {
		width: 33.3%;
		padding: 0 15px 30px;
	}
}

.products--theme9 .product .top-part {
	background: #43a260;
	padding: 20px 20px;
	text-align: center;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.products--theme9 .product .top-part .name {
	color: #fff;
	font-size: 21px;
}

.products--theme9 .product .top-part .price {
	color: #fff;
	padding-top: 10px;
	font-size: 25px;
}

.products--theme9 .product .bottom-part {
	padding: 20px 30px 35px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
}

.products--theme9 .product .bottom-part ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.products--theme9 .product .bottom-part ul li {
	padding-bottom: 10px;
	font-size: 17px;
	color: #333;
}

.products--theme9 .product .bottom-part .button {
	padding-top: 20px;
}

.products--theme9 .product .bottom-part .button a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: #ee7b5a;
}

.products--theme9 .product-inner {
	background: rgba(119, 107, 95, .2);
}

.products--theme9.inverse .products-wrapper {
	background: #437698;
}

.products--theme9.inverse .block-title {
	color: #fff;
}

.products--theme9.inverse .text-before {
	color: #fff;
}

.products--theme9.inverse .text-after {
	color: #fff;
}

.products--theme9.inverse .product .top-part {
	background: #1d4b69;
	color: #fff;
}

.products--theme9.inverse .product .bottom-part ul li {
	color: #fff;
}

.products--theme9.inverse .product .bottom-part .button a {
	color: #fff;
	background: #ea6a45;
}

.products--theme9.inverse .product-inner {
	background: #6a97b5;
}

.multi-text-no-pic {
	background: #f4f4f4;
}

.multi-text-no-pic .multi-text-wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

@media all and (min-width: 620px) {
	.multi-text-no-pic .multi-text-wrapper {
		padding: 30px 0 20px 0;
	}
}

@media all and (min-width: 960px) {
	.multi-text-no-pic .multi-text-wrapper {
		padding: 40px 0 0 0;
	}
}

.multi-text-no-pic .block-title {
	font-size: 20px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin-bottom: 18px;
}

@media all and (min-width: 640px) {
	.multi-text-no-pic .block-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

@media all and (min-width: 960px) {
	.multi-text-no-pic .block-title {
		font-size: 30px;
	}
}

.multi-text-no-pic .text-block {
	padding: 0 20px 30px;
}

@media all and (min-width: 620px) {
	.multi-text-no-pic .text-block {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 30px 40px;
		box-sizing: border-box;
	}
}

.multi-text-no-pic .text-block .title {
	font-size: 22px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
	color: #64584c;
}

.multi-text-no-pic .text-block .text {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.multi-text-no-pic .col {
	padding: 0 20px;
}

@media all and (min-width: 620px) {
	.multi-text-no-pic .col {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.multi-text-no-pic .col .text-block {
	display: block;
	padding: 0 0 30px;
	width: 100%;
}

.multi-text-no-pic.inverse {
	background: #64584c;
}

.multi-text-no-pic.inverse .block-title {
	color: #fff;
}

.multi-text-no-pic.inverse .text-block .title {
	color: #fff;
}

.multi-text-no-pic.inverse .text-block .text {
	color: #fff;
}

.text-with-pic--theme9 .text-with-pic-wrapper {
	padding: 0 20px;
	background: #f4f4f4;
}

.text-with-pic--theme9 .text-with-pic-inner {
	padding: 30px 0;
	max-width: 940px;
	margin: 0 auto;
}

@media all and (max-width: 620px) {
	.text-with-pic--theme9 .text-with-pic-inner.small .pic-part {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.text-with-pic--theme9 .text-with-pic-inner.medium .pic-part {
	max-width: 410px;
}

@media all and (max-width: 700px) {
	.text-with-pic--theme9 .text-with-pic-inner.medium .pic-part {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.text-with-pic--theme9 .text-with-pic-inner.medium .text-part .title {
	font-size: 26px;
}

.text-with-pic--theme9 .text-with-pic-inner.medium .text-part .title-after {
	font-size: 23px;
}

.text-with-pic--theme9 .text-with-pic-inner.medium .text-part .text {
	font-size: 18px;
}

.text-with-pic--theme9 .text-with-pic-inner.big .pic-part {
	max-width: 520px;
}

@media all and (max-width: 820px) {
	.text-with-pic--theme9 .text-with-pic-inner.big .pic-part {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.text-with-pic--theme9 .text-with-pic-inner.big .text-part .title {
	font-size: 27px;
}

.text-with-pic--theme9 .text-with-pic-inner.big .text-part .title-after {
	font-size: 24px;
}

.text-with-pic--theme9 .text-with-pic-inner.big .text-part .text {
	font-size: 19px;
}

.text-with-pic--theme9 .text-with-pic-inner.right .pic-part {
	float: right;
	margin: 0 0 0 30px;
}

.text-with-pic--theme9 .text-with-pic-inner .pic-part {
	float: left;
	max-width: 300px;
	margin: 0 30px 0 0;
}

.text-with-pic--theme9 .text-with-pic-inner .text-part {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.text-with-pic--theme9 .text-with-pic-inner .text-part .title {
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
	color: #000;
}

.text-with-pic--theme9 .text-with-pic-inner .text-part .title-after {
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 7px;
	color: #000;
}

.text-with-pic--theme9 .text-with-pic-inner .text-part .text {
	font-size: 17px;
	color: #333;
	line-height: 1.5;
}

.text-with-pic--theme9.inverse .text-with-pic-wrapper {
	background: #64584c;
}

.text-with-pic--theme9.inverse .text-with-pic-inner .text-part .title {
	color: #fff;
}

.text-with-pic--theme9.inverse .text-with-pic-inner .text-part .title-after {
	color: #fff;
}

.text-with-pic--theme9.inverse .text-with-pic-inner .text-part .text {
	color: #fff;
}

.foto-gallery-inline--theme9 .foto-gallery-inline-wrapper {
	background: #fff;
	padding: 0 20px;
}

.foto-gallery-inline--theme9 .foto-gallery-inline-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 0 10px;
}

.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items2 .item {
	width: 100%;
}

@media all and (min-width: 500px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items2 .item {
		width: 50%;
	}
}

.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items3 .item {
	width: 100%;
}

@media all and (min-width: 500px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items3 .item {
		width: 50%;
	}
}

@media all and (min-width: 730px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items3 .item {
		width: 33.3%;
	}
}

@media all and (min-width: 500px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items4 .item {
		width: 50%;
	}
}

@media all and (min-width: 730px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items4 .item {
		width: 33.3%;
	}
}

@media all and (min-width: 1025px) {
	.foto-gallery-inline--theme9 .foto-gallery-inline-inner.items4 .item {
		width: 25%;
	}
}

.foto-gallery-inline--theme9 .block-title {
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	color: #000;
	text-align: center;
}

.foto-gallery-inline--theme9 .item {
	display: inline-block;
	padding: 0 20px 40px;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
}

@media all and (min-width: 500px) {
	.foto-gallery-inline--theme9 .item {
		width: 50%;
	}
}

@media all and (min-width: 730px) {
	.foto-gallery-inline--theme9 .item {
		width: 33.3%;
	}
}

.foto-gallery-inline--theme9 .item .pic {
	padding-bottom: 15px;
	font-size: 0;
}

.foto-gallery-inline--theme9 .item .title {
	font-size: 22px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-bottom: 8px;
	color: #000;
}

.foto-gallery-inline--theme9 .item .text-inner {
	font-size: 18px;
	line-height: 1.4;
	color: #333;
}

.foto-gallery-inline--theme9.inverse .foto-gallery-inline-wrapper {
	background: #64584c;
}

.foto-gallery-inline--theme9.inverse .block-title {
	color: #fff;
}

.foto-gallery-inline--theme9.inverse .item .title {
	color: #fff;
}

.foto-gallery-inline--theme9.inverse .item .text-inner {
	color: #fff;
}

.video-block--theme9 .video-block-wrapper {
	background: #fff;
	padding: 0 20px;
}

.video-block--theme9 .video-block-inner {
	padding: 30px 0;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.video-block--theme9 .block-title {
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
}

.video-block--theme9 .text {
	font-size: 18px;
	line-height: 1.4;
	color: #333;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
}

.video-block--theme9 .video iframe {
	max-width: 100%;
}

.video-block--theme9.inverse .video-block-wrapper {
	background: #2b2b2b;
}

.video-block--theme9.inverse .block-title {
	color: #fff;
}

.video-block--theme9.inverse .text {
	color: #fff;
}

.video-block-two--theme9 .video-block-wrapper {
	background: #fff;
	padding: 0 20px;
}

.video-block-two--theme9 .video-block-inner {
	padding: 30px 0;
	max-width: 940px;
	margin: 0 auto;
}

.video-block-two--theme9 .video-block-inner.left .video {
	margin-right: 20px;
	float: left;
}

.video-block-two--theme9 .video-block-inner.right .video {
	margin-left: 20px;
	float: right;
}

.video-block-two--theme9 .video {
	float: left;
	margin-right: 20px;
}

.video-block-two--theme9 .video iframe {
	max-width: 300px;
	max-height: 250px;
}

.video-block-two--theme9 .video.small iframe {
	max-width: 300px;
	max-height: 250px;
}

.video-block-two--theme9 .video.small + .text-part .block-title {
	font-size: 25px;
}

.video-block-two--theme9 .video.small + .text-part .text {
	font-size: 18px;
}

@media all and (max-width: 600px) {
	.video-block-two--theme9 .video.small {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
}

.video-block-two--theme9 .video.medium iframe {
	max-width: 410px;
	max-height: 350px;
}

.video-block-two--theme9 .video.medium + .text-part .block-title {
	font-size: 27px;
}

.video-block-two--theme9 .video.medium + .text-part .text {
	font-size: 20px;
}

@media all and (max-width: 760px) {
	.video-block-two--theme9 .video.medium {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
}

.video-block-two--theme9 .video.big iframe {
	max-width: 520px;
	max-height: 450px;
}

.video-block-two--theme9 .video.big + .text-part .block-title {
	font-size: 29px;
}

.video-block-two--theme9 .video.big + .text-part .text {
	font-size: 22px;
}

@media all and (max-width: 850px) {
	.video-block-two--theme9 .video.big {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
}

.video-block-two--theme9 .block-title {
	text-align: left !important;
	font-size: 25px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 18px;
}

.video-block-two--theme9 .text {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
	color: #333;
}

.video-block-two--theme9.inverse .video-block-wrapper {
	background: #2b2b2b;
}

.video-block-two--theme9.inverse .block-title {
	color: #fff;
}

.video-block-two--theme9.inverse .text {
	color: #fff;
}

.reviews--theme9 .reviews-wrapper {
	background: #f4f4f4;
	padding: 0 5px;
}

.reviews--theme9 .reviews-inner {
	padding: 30px 0 30px;
	max-width: 940px;
	margin: 0 auto;
}

.reviews--theme9 .reviews-inner.one .review {
	width: 100%;
}

@media all and (min-width: 540px) {
	.reviews--theme9 .reviews-inner.one .review .top-part {
		float: left;
		width: 220px;
	}

	.reviews--theme9 .reviews-inner.one .review .top-part + .text {
		padding-left: 250px;
		text-align: left;
	}
}

.reviews--theme9 .reviews-inner.two .review {
	width: 100%;
}

@media all and (min-width: 620px) {
	.reviews--theme9 .reviews-inner.two .review {
		width: 50%;
	}
}

.reviews--theme9 .reviews-inner.three .review {
	width: 100%;
}

@media all and (min-width: 620px) {
	.reviews--theme9 .reviews-inner.three .review {
		width: 50%;
	}
}

@media all and (min-width: 750px) {
	.reviews--theme9 .reviews-inner.three .review {
		width: 33.3%;
	}
}

.reviews--theme9 .block-title {
	font-size: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
}

.reviews--theme9 .review {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px 10px;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media all and (min-width: 500px) {
	.reviews--theme9 .review {
		width: 50%;
	}
}

@media all and (min-width: 800px) {
	.reviews--theme9 .review {
		width: 33.3%;
		padding: 0 15px 30px;
	}
}

.reviews--theme9 .review-inner {
	background: rgba(100, 88, 76, 0.15);
	padding: 28px 20px;
	border: 1px solid rgba(0, 0, 0, .15);
}

.reviews--theme9 .review .pic {
	text-align: center;
	font-size: 0;
	padding-bottom: 18px;
}

.reviews--theme9 .review .pic img {
	border-radius: 50%;
	max-width: 100px;
}

.reviews--theme9 .review .name {
	color: #333;
	font-size: 20px;
	padding-bottom: 7px;
	font-weight: 500;
}

.reviews--theme9 .review .position {
	color: #484848;
	font-size: 14px;
}

.reviews--theme9 .review .text {
	font-size: 16px;
	line-height: 1.45;
	font-style: italic !important;
	padding-top: 15px;
}

.reviews--theme9.inverse .reviews-wrapper {
	background: #64584c;
}

.reviews--theme9.inverse .block-title {
	color: #fff;
}

.reviews--theme9.inverse .review-inner {
	border: 1px solid rgba(0, 0, 0, .15);
}

.reviews--theme9.inverse .review .name {
	color: #fff;
}

.reviews--theme9.inverse .review .position {
	color: #bbb;
}

.reviews--theme9.inverse .review .text {
	font-size: 16px;
	line-height: 1.45;
	font-style: italic;
	padding-top: 15px;
	color: #fff;
}

.reviews--theme9.inverse .review-inner {
	background: rgb(142, 128, 113);
}

.map-with-contacts-theme9 .map-with-contacts-wrapper {
	padding: 0 20px;
	position: relative;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.top-left .map-with-contacts-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-align: left;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.top-center .map-with-contacts-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.top-right .map-with-contacts-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.center-left .map-with-contacts-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: left;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.center-center .map-with-contacts-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.center-right .map-with-contacts-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.bottom-left .map-with-contacts-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	text-align: left;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.bottom-center .map-with-contacts-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.map-with-contacts-theme9 .map-with-contacts-wrapper.bottom-right .map-with-contacts-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

@media all and (max-width: 640px) {
	.map-with-contacts-theme9 .map-fixed.fixed {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 105;
	}
}

.map-with-contacts-theme9 .map-fixed.fixed .close-map2 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20%20viewBox%3D%220%200%2028%2028%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M280%2E107%2C116%2E642L269%2E5%2C106%2E036l%2D10%2E607%2C10%2E606%2D3%2E535%2D3%2E535L265%2E964%2C102%2E5%2C255%2E358%2C91%2E893l3%2E535%2D3%2E535L269%2E5%2C98%2E965l10%2E607%2D10%2E607%2C3%2E535%2C3%2E535L273%2E036%2C102%2E5l10%2E606%2C10%2E607Z%22%20transform%3D%22translate%28%2D255%2E344%20%2D88%2E344%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat rgba(0, 0, 0, 0.5);
	background-size: 23px;
	z-index: 106;
	border-radius: 6px;
}

.map-with-contacts-theme9 .map {
	background: #eee;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.map-with-contacts-theme9 .map-with-contacts-inner {
	padding: 20px 0;
}

@media all and (min-width: 641px) {
	.map-with-contacts-theme9 .map-with-contacts-inner {
		max-width: 960px;
		margin: 0 auto;
		padding: 30px 0px;
		min-height: 400px;
		height: 100%;
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.map-with-contacts-theme9 .contacts {
	position: relative;
	z-index: 2;
	border-radius: 6px;
	padding: 20px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.map-with-contacts-theme9.inverse .contacts {
	background: rgba(255, 255, 255, .9);
	color: #333;
}

@media all and (min-width: 641px) {
	.map-with-contacts-theme9 .contacts {
		max-width: 330px;
		text-align: left;
		padding: 30px 35px;
	}
}

.map-with-contacts-theme9 .phones {
	font-size: 21px;
	padding-bottom: 8px;
	font-weight: 500;
}

.map-with-contacts-theme9 .phones div {
	display: inline-block;
	margin-right: 6px;
}

.map-with-contacts-theme9 .phones div:after {
	content: ",";
}

.map-with-contacts-theme9 .phones div:last-child {
	margin-right: 0;
}

.map-with-contacts-theme9 .phones div:last-child:after {
	display: none;
}

.map-with-contacts-theme9 .address {
	font-size: 18px;
	line-height: 1.35;
	padding-bottom: 12px;
}

.map-with-contacts-theme9 .rejim {
	font-size: 16px;
	padding-bottom: 8px;
}

.map-with-contacts-theme9 .mail {
	font-size: 16px;
	padding-bottom: 8px;
}

.map-with-contacts-theme9 .mail a {
	color: inherit;
}

.map-with-contacts-theme9 .all-map a {
	display: inline-block;
	background: #ff655d;
	color: #fff;
	text-decoration: none;
	padding: 14px 20px;
	border-radius: 5px;
}

@media all and (min-width: 641px) {
	.map-with-contacts-theme9 .all-map a {
		display: none;
	}
}

.map-with-contacts-theme9.inverse .all-map a {
	background: #3ed1c1;
	color: #fff;
}

.sale-blocks-array--theme5 {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.sale-blocks-array--theme5 .block-title {
	color: #222;
	background: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding: 48px 20px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media all and (max-width: 980px) {
	.sale-blocks-array--theme5 .block-title {
		padding: 40px 20px;
		font-size: 26px;
	}
}

@media all and (max-width: 768px) {
	.sale-blocks-array--theme5 .block-title {
		padding: 35px 20px;
		font-size: 24px;
	}
}

@media all and (max-width: 640px) {
	.sale-blocks-array--theme5 .block-title {
		padding: 30px 20px;
		font-size: 22px;
	}
}

@media all and (max-width: 480px) {
	.sale-blocks-array--theme5 .block-title {
		padding: 25px 20px;
		font-size: 20px;
	}
}

@media all and (max-width: 360px) {
	.sale-blocks-array--theme5 .block-title {
		padding: 20px 20px;
		font-size: 18px;
	}
}

.sale-blocks-array--theme5 .block-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.sale-blocks-array--theme5 .block-wrapper:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	width: 50%;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

@media all and (max-width: 720px) {
	.sale-blocks-array--theme5 .block-wrapper:before {
		width: auto;
	}
}

.sale-blocks-array--theme5 .block-wrapper.left:before {
	left: 0;
}

@media all and (max-width: 720px) {
	.sale-blocks-array--theme5 .block-wrapper.left:before {
		top: 0px;
		right: 0px;
		left: 0px;
		bottom: 0px;
	}
}

.sale-blocks-array--theme5 .block-wrapper.right .block-inner {
	text-align: right;
}

.sale-blocks-array--theme5 .block-wrapper.right:before {
	right: 0;
}

@media all and (max-width: 720px) {
	.sale-blocks-array--theme5 .block-wrapper.right:before {
		top: 0px;
		right: 0px;
		left: 0px;
		bottom: 0px;
	}
}

.sale-blocks-array--theme5 .block-inner {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.sale-blocks-array--theme5 .block-inner .text {
	display: inline-block;
	width: 50%;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 80px 49px;
	box-sizing: border-box;
	line-height: 2;
}

@media all and (max-width: 1200px) {
	.sale-blocks-array--theme5 .block-inner .text {
		font-size: 22px;
		line-height: 1.8;
		padding: 60px 35px;
	}
}

@media all and (max-width: 980px) {
	.sale-blocks-array--theme5 .block-inner .text {
		font-size: 20px;
		line-height: 1.6;
		padding: 50px 30px;
	}
}

@media all and (max-width: 768px) {
	.sale-blocks-array--theme5 .block-inner .text {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media all and (max-width: 480px) {
	.sale-blocks-array--theme5 .block-inner .text {
		font-size: 16px;
	}
}

@media all and (max-width: 720px) {
	.sale-blocks-array--theme5 .block-inner .text {
		width: 100%;
		text-align: center;
	}
}

.sale-blocks-array--theme5.inverse .block-title {
	color: #fff;
	background: #64584c;
}

.sale-blocks-array--theme5.inverse .block-wrapper:before {
	background: rgba(255, 255, 255, 0.6);
}

.sale-blocks-array--theme5.inverse .block-inner .text {
	color: #000;
}

.form-middle--theme5 .form-middle-wrapper {
	background: #52AF6F;
	padding: 0 15px;
}

@media all and (min-width: 460px) {
	.form-middle--theme5 .form-middle-wrapper {
		padding: 0 24px;
	}
}

@media all and (min-width: 580px) {
	.form-middle--theme5 .form-middle-wrapper {
		padding: 0 10px;
	}
}

@media all and (min-width: 960px) {
	.form-middle--theme5 .form-middle-wrapper {
		padding: 0;
	}
}

.form-middle--theme5 .form-middle-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 25px 0 21px;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media all and (min-width: 460px) {
	.form-middle--theme5 .form-middle-inner {
		padding: 22px 0 13px;
	}
}

@media all and (min-width: 768px) {
	.form-middle--theme5 .form-middle-inner {
		padding: 35px 0 38px;
	}
}

@media all and (min-width: 960px) {
	.form-middle--theme5 .form-middle-inner {
		padding: 20px 0 23px;
	}
}

.form-middle--theme5 .block-title {
	color: #fff;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 17px;
	text-align: center;
}

@media all and (min-width: 440px) {
	.form-middle--theme5 .block-title {
		font-size: 20px;
		font-weight: 500;
	}
}

@media all and (min-width: 640px) {
	.form-middle--theme5 .block-title {
		font-size: 22px;
		padding-bottom: 22px;
	}
}

@media all and (min-width: 768px) {
	.form-middle--theme5 .block-title {
		padding-bottom: 30px;
	}
}

@media all and (min-width: 960px) {
	.form-middle--theme5 .block-title {
		font-size: 20px;
		padding-bottom: 20px;
	}
}

.form-middle--theme5 .frm-input {
	padding-bottom: 14px;
	box-sizing: border-box;
}

.form-middle--theme5 .frm-input.tpl-field-personal_bottom {
	width: 100%;
	text-align: center;
}

@media all and (min-width: 580px) {
	.form-middle--theme5 .frm-input {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 7px 14px;
	}
}

@media all and (min-width: 720px) {
	.form-middle--theme5 .frm-input {
		width: 33.3%;
	}
}

.form-middle--theme5 .frm-input ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.form-middle--theme5 .frm-input.type-text .error-message, .form-middle--theme5 .frm-input.type-textarea .error-message {
	display: none;
}

.form-middle--theme5 .frm-input.field-error input[type="text"], .form-middle--theme5 .frm-input.field-error textarea, .form-middle--theme5 .frm-input.field-error select {
	border-color: red;
}

.form-middle--theme5 .frm-input.field-error input[type="text"]::-webkit-input-placeholder, .form-middle--theme5 .frm-input.field-error textarea::-webkit-input-placeholder, .form-middle--theme5 .frm-input.field-error select::-webkit-input-placeholder {
	color: red;
}

.form-middle--theme5 .frm-input.field-error input[type="text"]:moz-placeholder, .form-middle--theme5 .frm-input.field-error textarea:moz-placeholder, .form-middle--theme5 .frm-input.field-error select:moz-placeholder {
	color: red;
}

.form-middle--theme5 .frm-input.field-error input[type="text"]::-moz-placeholder, .form-middle--theme5 .frm-input.field-error textarea::-moz-placeholder, .form-middle--theme5 .frm-input.field-error select::-moz-placeholder {
	color: red;
}

.form-middle--theme5 .frm-input.field-error input[type="text"]:-ms-input-placeholder, .form-middle--theme5 .frm-input.field-error textarea:-ms-input-placeholder, .form-middle--theme5 .frm-input.field-error select:-ms-input-placeholder {
	color: red;
}

.form-middle--theme5 .frm-input .field-title {
	padding-bottom: 13px;
}

.form-middle--theme5 .frm-input .calendar-label:first-child {
	margin-right: 10px;
}

.form-middle--theme5 .frm-input input[type="text"], .form-middle--theme5 .frm-input textarea, .form-middle--theme5 .frm-input select {
	width: 100%;
	height: 42px;
	border: 1px solid #545454;
	border-radius: 5px;
	padding: 0 16px;
	box-sizing: border-box;
	color: #666;
	font-size: 13px;
	outline-style: none;
}

.form-middle--theme5 .frm-input input[type="text"]::-webkit-input-placeholder, .form-middle--theme5 .frm-input textarea::-webkit-input-placeholder, .form-middle--theme5 .frm-input select::-webkit-input-placeholder {
	color: #666;
}

.form-middle--theme5 .frm-input input[type="text"]:moz-placeholder, .form-middle--theme5 .frm-input textarea:moz-placeholder, .form-middle--theme5 .frm-input select:moz-placeholder {
	color: #666;
}

.form-middle--theme5 .frm-input input[type="text"]::-moz-placeholder, .form-middle--theme5 .frm-input textarea::-moz-placeholder, .form-middle--theme5 .frm-input select::-moz-placeholder {
	color: #666;
}

.form-middle--theme5 .frm-input input[type="text"]:-ms-input-placeholder, .form-middle--theme5 .frm-input textarea:-ms-input-placeholder, .form-middle--theme5 .frm-input select:-ms-input-placeholder {
	color: #666;
}

.form-middle--theme5 .frm-input textarea {
	padding: 10px 16px;
	height: 100px;
	font-size: 13px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.form-middle--theme5 .frm-input select[multiple="multiple"] {
	height: 100%;
}

.form-middle--theme5 .frm-input input[data-calendar="calendar"] {
	width: 120px;
	margin-right: 5px;
}

.form-middle--theme5 .frm-input .input-name {
	position: relative;
}

.form-middle--theme5 .frm-input .input-name:before {
	position: absolute;
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	right: 13px;
	top: 12px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M233.8%2C4492.2a1.9%2C1.9%2C0%2C0%2C0-.819.23%2C4.119%2C4.119%2C0%2C0%2C0-.892.13%2C2.114%2C2.114%2C0%2C0%2C0-1.338%2C1.86c-0.046.45-.057%2C1.72-0.027%2C2.4%2C0.091%2C0.4-.227.4-0.227%2C0.4-0.573-.03-0.316%2C1.74-0.316%2C1.74a0.935%2C0.935%2C0%2C0%2C0%2C.819.99%2C3.514%2C3.514%2C0%2C0%2C0%2C1.431%2C1.72s0.051%2C0.73.067%2C1.25c-0.086-.04.277%2C1.33-2.357%2C1.72s-3.139%2C1.23-3.635%2C1.7-0.459%2C2.65-.459%2C2.65h16.962s-0.108-2.17-.6-2.65-1.038-1.32-3.672-1.7-2.167-1.72-2.185-1.81c0.005-.2.1-1.07%2C0.1-1.07a4.605%2C4.605%2C0%2C0%2C0%2C1.252-1.85%2C1.481%2C1.481%2C0%2C0%2C0%2C.982-0.91s0.215-1.73-.468-1.73c0%2C0-.284.04-0.193-0.36a11.041%2C11.041%2C0%2C0%2C0%2C.015-2.13c-0.045-.45.087-1.75-0.868-1.93a4.528%2C4.528%2C0%2C0%2C0-1.047.02c-0.319-.04-0.7-0.86-1.289-0.86Z%22%20transform%3D%22translate%28-226%20-4492%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.form-middle--theme5 .frm-input .input-name input[type="text"] {
	padding: 0 35px 0 16px;
}

.form-middle--theme5 .frm-input .input-phone {
	position: relative;
}

.form-middle--theme5 .frm-input .input-phone:before {
	position: absolute;
	display: block;
	content: "";
	width: 23px;
	height: 16px;
	right: 10px;
	top: 13px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2023%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M467.126%2C4498.1l0.177-.12a6.348%2C6.348%2C0%2C0%2C1-.3-1.8c0-1.58%2C4.312-3.21%2C6.355-3.6v-0.31l0.076-.08%2C0.731-.19%2C0.1%2C0.05%2C0.1%2C0.31a24.419%2C24.419%2C0%2C0%2C1%2C8.12-.04l0.177-.27%2C0.151-.05%2C0.706%2C0.05%2C0.076%2C0.17v0.29c3.026%2C0.85%2C6.053%2C1.8%2C6.153%2C3.26l0.076%2C1.04%2C0.177%2C0.05-0.05%2C1.97-0.782.49-3.909-.63-0.605-.56%2C0.429-1.66%2C0.252-.12a1.977%2C1.977%2C0%2C0%2C0%2C.05-0.44c0-.87-0.807-0.97-2.043-1.02-0.227%2C2.9-.4%2C3.14-1.79%2C4.02l3.43%2C2.26c1.563%2C1.02%2C2.118%2C1.6%2C2.244%2C3.3l0.252%2C3.53H469.42l0.252-3.53c0.127-1.7.681-2.28%2C2.245-3.3l3.43-2.26c-1.387-.88-1.564-1.12-1.791-4.02-1.463.05-2.118%2C0.08-2.118%2C1.12l0.252%2C0.07%2C0.908%2C1.27-0.3.7-3.808%2C1.85-0.807-.22Zm11.323%2C8.54a4.415%2C4.415%2C0%2C0%2C0%2C2.194-.54c-1.084-.99-1.438-1.43-1.438-1.87a2.337%2C2.337%2C0%2C0%2C1-.756.12%2C1.359%2C1.359%2C0%2C1%2C1%2C1.614-1.33%2C1.189%2C1.189%2C0%2C0%2C1-.5%2C1.04c0%2C0.85%2C1.639.63%2C2.118%2C1.31a2.84%2C2.84%2C0%2C0%2C0%2C1.084-2.35c0-2.29-1.916-3.63-4.312-3.63s-4.312%2C1.34-4.312%2C3.63S476.053%2C4506.64%2C478.449%2C4506.64Zm1.664-9.34c1.211%2C0%2C1.236-.17%2C1.816-2.41-1.185.05-2.32%2C0.08-3.48%2C0.08s-2.3-.03-3.48-0.08c0.58%2C2.24.605%2C2.41%2C1.816%2C2.41h3.328Z%22%20transform%3D%22translate%28-467%20-4492%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left top no-repeat;
}

.form-middle--theme5 .frm-input .input-phone input[type="text"] {
	padding: 0 38px 0 16px;
}

.form-middle--theme5 .btn {
	padding-bottom: 14px;
	text-align: center;
	box-sizing: border-box;
}

@media all and (min-width: 720px) {
	.form-middle--theme5 .btn {
		width: 33.3%;
		display: inline-block;
		padding: 0 7px 14px;
		vertical-align: top;
	}
}

.form-middle--theme5 .btn input[type="submit"], .form-middle--theme5 .btn button {
	width: 100%;
	border: none;
	outline-style: none;
	box-sizing: border-box;
	padding: 21px 20px;
	color: #fff;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	background: #EA6A45;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12);
}

.form-middle--theme5.inverse .btn input[type="submit"], .form-middle--theme5.inverse .btn button {
	color: #fff;
	background: #55BC75;
}

.form-middle--theme5 .btn input[type="submit"]:hover, .form-middle--theme5 .btn button:hover {
	background: #EA582E;
	color: #fff;
}

.form-middle--theme5.inverse .btn input[type="submit"]:hover, .form-middle--theme5.inverse .btn button:hover {
	background: #61c580;
	color: #fff;
}

.form-middle--theme5 .btn input[type="submit"]:active, .form-middle--theme5 .btn button:active {
	background: #D24B23;
	color: #fff;
}

.form-middle--theme5.inverse .btn input[type="submit"]:active, .form-middle--theme5.inverse .btn button:active {
	background: #50af6d;
	color: #fff;
}

@media all and (min-width: 440px) {
	.form-middle--theme5 .btn input[type="submit"], .form-middle--theme5 .btn button {
		display: inline-block;
		padding: 21px 34px;
		width: auto;
	}
}

@media all and (min-width: 720px) {
	.form-middle--theme5 .btn input[type="submit"], .form-middle--theme5 .btn button {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 13px 15px 12px;
	}
}

.form-middle--theme5.inverse .form-middle-wrapper {
	background: #fff;
}

.form-middle--theme5.inverse .block-title {
	color: #55BC75;
}

.form-middle--theme5.inverse .frm-input input[type="text"], .form-middle--theme5.inverse .frm-input textarea, .form-middle--theme5.inverse .frm-input select {
	background: #f8f6f1;
	border-color: #f4eede;
}

.form-middle--theme5.inverse .tpl-anketa {
	color: #333;
}

.one-good-wrapper.inverse {
	background: #64584C;
}

.one-good-wrapper.inverse .one-good-big-title {
	color: #fff;
}

.one-good-wrapper.inverse .good-desc-block .good-title {
	color: #fff;
}

.one-good-wrapper.inverse .good-desc-block .good-desc {
	color: #fff;
}

.one-good-wrapper.inverse .good-desc-block .good-price-title {
	color: #fff;
}

.one-good-wrapper.inverse .good-desc-block .good-price {
	color: #fff;
}

.one-good-wrapper.inverse .good-desc-block .good-price span {
	color: #f5efe8;
	;
}

.one-good-wrapper.inverse .good-desc-block .buy-good {
	background-color: #EBCA61;
	color: #000;
}

.one-good-wrapper {
	background: #fff;
}

.one-good-wrapper .good-wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 32px 0px;
}

@media screen and (max-width: 960px) {
	.one-good-wrapper .good-wrap {
		padding: 15px 15px 30px 15px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .good-wrap {
		display: block;
		text-align: center;
		padding: 15px;
	}
}

@media screen and (max-width: 340px) {
	.one-good-wrapper .good-wrap {
		padding: 20px 15px;
	}
}

.one-good-wrapper .one-good-inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.one-good-wrapper .one-good-inner.right .good-img {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
}

.one-good-wrapper .one-good-inner.right .good-desc-block {
	padding-right: 30px;
}

@media screen and (max-width: 500px) {
	.one-good-wrapper .one-good-inner {
		display: block;
	}
}

.one-good-wrapper .one-good-big-title {
	display: none;
	font: 26px 'PtSans';
	font-weight: bold;
	color: #333;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .one-good-big-title {
		display: block;
		padding: 30px 0 20px 0;
		font-size: 26px;
	}
}

@media screen and (max-width: 640px) {
	.one-good-wrapper .one-good-big-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .one-good-big-title {
		padding-top: 22px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .one-good-big-title {
		padding-top: 20px;
	}
}

.one-good-wrapper .good-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 7px;
	margin-right: 42px;
	width: 460px;
	height: 460px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-img {
		margin-right: 30px;
		width: 260px;
		height: 260px;
	}
}

@media screen and (max-width: 700px) {
	.one-good-wrapper .good-img {
		margin-right: 15px;
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 500px) {
	.one-good-wrapper .good-img {
		display: block;
		width: 440px;
		height: 440px;
		margin: 0 auto !important;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-wrapper .good-img {
		width: 290px;
		height: 290px;
	}
}

.one-good-wrapper .good-img img {
	border-radius: 7px;
	width: 100%;
	height: auto;
}

.one-good-wrapper .good-desc-block {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-top: 38px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block {
		padding-top: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .good-desc-block {
		text-align: left;
	}
}

.one-good-wrapper .good-desc-block .good-title {
	font-size: 26px;
	text-align: left !important;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding-bottom: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .good-title {
		display: none;
	}
}

.one-good-wrapper .good-desc-block .good-desc {
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .good-desc {
		font-size: 16px;
	}
}

.one-good-wrapper .good-desc-block .good-price-title {
	font: 18px 'PtSans';
	color: #666;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .good-price-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-wrapper .good-desc-block .good-price-title {
		font-size: 16px;
	}
}

.one-good-wrapper .good-desc-block .good-price {
	font: 24px 'PtSans';
	color: #000;
	padding-bottom: 18px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .good-price {
		font-size: 22px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .good-desc-block .good-price {
		font-size: 21px;
	}
}

.one-good-wrapper .good-desc-block .good-price span {
	font: 22px 'PtSans';
	color: #f00;
	text-decoration: line-through;
	padding-left: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .good-price span {
		font-size: 20px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .good-desc-block .good-price span {
		font-size: 19px;
	}
}

.one-good-wrapper .good-desc-block .buy-good {
	display: inline-block;
	background-color: #46A664;
	border-radius: 4px;
	text-decoration: none;
	font: bold 19px 'PtSans';
	padding: 14px 30px;
	color: #fff;
}

@media screen and (max-width: 940px) {
	.one-good-wrapper .good-desc-block .buy-good {
		font-size: 17px;
		padding: 12px 26px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-wrapper .good-desc-block .buy-good {
		font-size: 18px;
		//display: block;
		text-align: center;
		padding: 14px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-wrapper .good-desc-block .buy-good {
		display: block;
		font-size: 19px;
		padding: 14px;
	}
}

.one-good-icon__wrapper {
	background: #fff;
}

.one-good-icon__wrapper.inverse {
	background: #64584C;
}

.one-good-icon__wrapper.inverse .one-good-icon__title {
	color: #fff;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .list-items .item .text {
	color: #fff;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .list-items .item svg path {
	fill: #fff;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .one-good-icon__price-title {
	color: #fff;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .one-good-icon__price {
	color: #fff;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .one-good-icon__price span {
	color: #f5efe8;
}

.one-good-icon__wrapper.inverse .one-good-icon__list .one-good-icon__buy {
	background-color: #EBCA61;
	color: #000;
}

.one-good-icon__wrapper .one-good-icon__wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 32px 0;
}

@media screen and (max-width: 980px) {
	.one-good-icon__wrapper .one-good-icon__wrap {
		padding: 15px 15px 30px 15px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__wrap {
		display: block;
		text-align: center;
		padding: 15px;
	}
}

@media screen and (max-width: 340px) {
	.one-good-icon__wrapper .one-good-icon__wrap {
		padding: 20px 15px;
	}
}

.one-good-icon__wrapper .one-good-icon__inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.one-good-icon__wrapper .one-good-icon__inner.right .one-good-icon__img {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 42px;
	margin-right: 0;
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__inner {
		display: block;
	}
}

.one-good-icon__wrapper .one-good-icon__title {
	font: 26px 'PtSans';
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 35px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__title {
		padding: 40px 0 20px 0;
	}
}

@media screen and (max-width: 640px) {
	.one-good-icon__wrapper .one-good-icon__title {
		font-size: 24px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__title {
		font-size: 22px;
	}
}

.one-good-icon__wrapper .one-good-icon__img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 7px;
	margin-right: 42px;
	width: 460px;
	height: 460px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__img {
		margin-right: 20px;
		width: 360px;
		height: 360px;
	}
}

@media screen and (max-width: 768px) {
	.one-good-icon__wrapper .one-good-icon__img {
		margin-right: 30px;
		width: 260px;
		height: 260px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__img {
		display: block;
		width: 440px;
		height: 440px;
		margin: 0 auto !important;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-icon__wrapper .one-good-icon__img {
		width: 290px;
		height: 290px;
	}
}

.one-good-icon__wrapper .one-good-icon__img img {
	border-radius: 7px;
	width: 100%;
	height: 100%;
}

.one-good-icon__wrapper .one-good-icon__list {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 38px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list {
		padding-top: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list {
		text-align: left;
	}
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item {
		padding-left: 50px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item {
		padding-left: 0;
	}
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item span {
	max-width: 48px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 48px;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item span svg {
	max-width: 100%;
	max-height: 48px;
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item span img {
	max-width: 100%;
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item svg path {
	fill: #212121;
}

.one-good-icon__wrapper .one-good-icon__list .list-items .item .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font: bold 20px 'PtSans';
	color: #666;
	margin: auto;
	padding: 0 0 0 22px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item .text {
		font-size: 17px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item .text {
		font-size: 17px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-icon__wrapper .one-good-icon__list .list-items .item .text {
		font-size: 16px;
	}
}

.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price-title {
	font: 18px 'PtSans';
	color: #666;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price-title {
		padding-left: 50px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price-title {
		padding-left: 0;
	}
}

@media screen and (max-width: 470px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price-title {
		font-size: 16px;
	}
}

.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price {
	font: 24px 'PtSans';
	color: #000;
	padding-bottom: 18px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price {
		font-size: 22px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price {
		padding-left: 50px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price {
		padding-left: 0;
		font-size: 21px;
	}
}

.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price span {
	font: 22px 'PtSans';
	color: #f00;
	text-decoration: line-through;
	padding-left: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price span {
		font-size: 20px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__price span {
		font-size: 19px;
	}
}

.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
	display: inline-block;
	background-color: #46A664;
	border-radius: 4px;
	text-decoration: none;
	font: bold 19px 'PtSans';
	padding: 14px 30px;
	color: #fff;
}

@media screen and (max-width: 940px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
		font-size: 17px;
		padding: 12px 26px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
		margin-left: 50px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
		margin-left: 0;
	}
}

@media screen and (max-width: 580px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
		font-size: 18px;
		//display: block;
		text-align: center;
		padding: 14px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-icon__wrapper .one-good-icon__list .one-good-icon__buy {
		display: block;
		//font-size: 19px;
		padding: 14px;
	}
}

.one-good-horizontal__bg-wrapper {
	background: #fff;
}

.one-good-horizontal__bg-wrapper.inverse {
	background: #64584C;
}

.one-good-horizontal__bg-wrapper.inverse .one-good-horizontal__wrapper .good-title {
	color: #fff;
}

.one-good-horizontal__bg-wrapper.inverse .one-good-horizontal__wrapper .good-desc {
	color: #fff;
}

.one-good-horizontal__bg-wrapper.inverse .one-good-horizontal__wrapper .old-price {
	color: #f5efe8;
}

.one-good-horizontal__bg-wrapper.inverse .one-good-horizontal__wrapper .price {
	color: #fff;
}

.one-good-horizontal__bg-wrapper.inverse .one-good-horizontal__wrapper .buy-good {
	background-color: #EBCA61;
	color: #000;
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 32px 0;
	text-align: center;
}

@media screen and (max-width: 980px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
		padding: 15px 15px 30px 15px;
	}
}

@media screen and (max-width: 340px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
		padding: 20px 15px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
	border-radius: 8px;
	width: 900px;
	height: 440px;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
		width: 700px;
		height: 342px;
	}
}

@media screen and (max-width: 770px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
		display: block;
		width: 440px;
		height: 215px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 479px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
		width: 330px;
		height: 146px;
	}
}

@media screen and (max-width: 370px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
		width: 290px;
		height: 142px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
	font-size: 26px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 640px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
		font-size: 22px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc {
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc {
		font-size: 14px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .old-price {
	font: 22px 'PtSans';
	color: #f00;
	text-decoration: line-through;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .old-price {
		font-size: 20px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .old-price {
		font-size: 19px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .price {
	font: 24px 'PtSans';
	color: #000;
	padding-bottom: 20px;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .price {
		font-size: 22px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .price {
		font-size: 21px;
	}
}

.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .buy-good {
	display: inline-block;
	background-color: #46A664;
	border-radius: 4px;
	text-decoration: none;
	font: bold 19px 'PtSans';
	padding: 14px 30px;
	color: #fff;
}

@media screen and (max-width: 940px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .buy-good {
		font-size: 17px;
		padding: 12px 26px;
	}
}

@media screen and (max-width: 580px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .buy-good {
		font-size: 18px;
		text-align: center;
		padding: 14px;
	}
}

@media screen and (max-width: 470px) {
	.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .buy-good {
		display: block;
		padding: 14px;
	}
}

.only-one-product {
	background: #fff;
}

.only-one-product.inverse {
	background: #64584C;
}

.only-one-product.inverse .text-part .title {
	color: #fff;
}

.only-one-product.inverse .text-part .sub-title {
	color: #fff;
}

.only-one-product.inverse .text-part .text {
	color: #fff;
}

.only-one-product.inverse .text-part .button a {
	background-color: #EBCA61;
	color: #000;
}

.only-one-product .only-one-product-wrapper {
	padding: 0 20px;
}

@media screen and (max-width: 630px) {
	.only-one-product .only-one-product-wrapper {
		padding: 0 15px;
	}
}

.only-one-product .only-one-product-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 630px) {
	.only-one-product .only-one-product-inner {
		display: block;
	}
}

.only-one-product .only-one-product-inner.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.only-one-product .only-one-product-inner.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.only-one-product .only-one-product-inner.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

.only-one-product .only-one-product-inner.left .pic-part {
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-flex-order: -1;
	order: -1;
	padding-right: 30px;
}

.only-one-product .only-one-product-inner.left .text-part {
	padding-right: 0;
}

.only-one-product .text-part {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	padding-right: 30px;
}

@media screen and (max-width: 630px) {
	.only-one-product .text-part {
		text-align: center;
	}
}

.only-one-product .text-part .title-wrapper {
	padding-bottom: 20px;
}

.only-one-product .text-part .title {
	text-align: left !important;
	font-size: 26px;
	color: #000;
}

.only-one-product .text-part .sub-title {
	font-size: 18px;
	font-weight: 500;
	padding-top: 8px;
	color: #000;
}

.only-one-product .text-part .text {
	font-size: 16px;
	line-height: 1.4;
	color: #464646;
}

.only-one-product .text-part .button {
	padding-top: 15px;
}

.only-one-product .text-part .button a {
	display: inline-block;
	outline-style: none;
	padding: 11px 20px;
	background: #46A664;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 17px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 4px;
}

.only-one-product .pic-part {
	width: 35%;
	height: 220px;
	padding-right: 0;
}

@media screen and (max-width: 930px) {
	.only-one-product .pic-part {
		width: 32%;
		height: 180px;
	}
}

@media screen and (max-width: 630px) {
	.only-one-product .pic-part {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-right: 0 !important;
	}
}

.only-one-product .pic-part img {
	width: 100%;
	height: 100%;
}

.sale-block1.inverse .color-background {
	background: rgba(255, 255, 255, 0.7);
}

.sale-block1.inverse .left-part {
	color: #444;
}

.sale-block1.inverse .right-part-wrap {
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
}

.sale-block1.inverse .right-part {
	background: #fbfae8;
	color: #000;
	//border: 3px solid #3dd4cd;
}

.sale-block1.inverse .right-part .title {
	color: #000;
}

.sale-block1.inverse .right-part form label {
	color: #000;
}

.sale-block1.inverse .right-part input[type="text"] {
	background: #fbfae8;
	color: #000;
	border: 1px solid #929a9d;
	box-shadow: none;
}

.sale-block1.inverse .right-part input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.sale-block1.inverse .right-part input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.sale-block1.inverse .right-part input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.sale-block1.inverse .right-part input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.sale-block1.inverse .right-part input[type="text"].placeholder {
	color: #a5a5a5;
}
			/*.sale-block1.inverse .right-part input[type="text"]:hover {
				background: #fff;
				border-color: #eaecee;}*/
.sale-block1.inverse .right-part input[type="text"]:focus {
	background: #fbfae8;
	border: 1px solid #776b5f;
	//box-shadow: inset 0 0 0px 1px #ffbd1e;
}

.sale-block1.inverse .right-part .tpl-field textarea {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fbfae8;
}

.sale-block1.inverse .right-part .tpl-field textarea:focus {
	border: 1px solid #ffbd1e;
	box-shadow: none;
	background: #fff;
}

.sale-block1.inverse .right-part .tpl-field.type-multi_select select {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fff;
}

.sale-block1.inverse .right-part .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	background: #fff;
}

.sale-block1.inverse .right-part .tpl-field.type-select select {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fff;
}

.sale-block1.inverse .right-part .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	background: #fff;
}

.sale-block1.inverse .right-part button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.sale-block1.inverse .right-part button:hover {
	background: #efd584;
	color: #000;
}

.sale-block1.inverse .right-part button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.sale-block1.inverse .right-part .tpl-anketa-success-note {
}

.sale-block1 .sale-block-wrapper {
	padding: 0 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sale-block1 .color-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, .7);
}

.sale-block1 .sale-block-inner {
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
	padding: 80px 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	transition: padding 0.3s;
}

.sale-block1 .sale-block-inner.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.sale-block1 .sale-block-inner.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.sale-block1 .sale-block-inner.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

@media screen and (max-width: 960px) {
	.sale-block1 .sale-block-inner {
		padding: 60px 0;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .sale-block-inner {
		padding: 50px 0;
	}
}

@media screen and (max-width: 740px) {
	.sale-block1 .sale-block-inner {
		display: block;
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .sale-block-inner {
		padding: 40px 0;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .sale-block-inner {
		padding: 30px 0;
	}
}

.sale-block1 .left-part {
	color: #fff;
	padding-right: 30px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

@media screen and (max-width: 740px) {
	.sale-block1 .left-part {
		padding: 0 0 30px;
	}
}

.sale-block1 .left-part .title {
	font-weight: 700;
	font-size: 36px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block1 .left-part .title {
		font-size: 33px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .left-part .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .left-part .title {
		font-size: 27px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block1 .left-part .title {
		font-size: 24px;
	}
}

.sale-block1 .left-part .text {
	padding-top: 20px;
	font-size: 22px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block1 .left-part .text {
		font-size: 21px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .left-part .text {
		font-size: 20px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .left-part .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block1 .left-part .text {
		font-size: 17px;
		padding-top: 10px;
	}
}

.sale-block1 .right-part-wrap {
	//max-width: 338px;
	border-radius: 11px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 9px;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.sale-block1 .right-part-wrap {
		max-width: 338px;
		box-sizing: border-box;
	}
}

.sale-block1 .right-part {
	width: 320px;
	//border: 3px solid #4aded7;
	max-width: 100%;
	background: #fbfae8;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

@media screen and (max-width: 740px) and (min-width: 500px) {
	.sale-block1 .right-part {
		width: 100%;
	}
}

.sale-block1 .right-part .title {
	color: #475055;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 17px 25px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.sale-block1 .right-part .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block1 .right-part .title .ui-text-shadow-copy-1 {
	top: 0.9px;
}

@media screen and (max-width: 960px) {
	.sale-block1 .right-part .title {
		font-size: 18px;
		padding: 16px 25px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .right-part .title {
		font-size: 18px;
		padding: 15px 25px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .right-part .title {
		font-size: 18px;
		padding: 14px 25px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block1 .right-part .title {
		font-size: 18px;
		padding: 13px 25px;
	}
}

.sale-block1 .right-part form {
	padding: 25px;
}

.sale-block1 .right-part form label {
	color: #000;
}

@media screen and (max-width: 960px) {
	.sale-block1 .right-part form {
		padding: 23px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .right-part form {
		padding: 21px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block1 .right-part form {
		padding: 19px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block1 .right-part form {
		padding: 16px;
	}
}

.sale-block1 .right-part .tpl-field {
	padding-bottom: 10px;
}

@media screen and (max-width: 740px) and (min-width: 500px) {
	.sale-block1 .right-part .tpl-field {
		width: 50%;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
		padding-right: 8px;
		padding-left: 0px;
	}
}

.sale-block1 .right-part .tpl-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sale-block1 .right-part .tpl-field textarea {
	width: 100%;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	//box-shadow: inset 0 0 0px 1px transparent;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
			 /* -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	border-radius: 4px;
	background: #fbfae8;
	min-height: 42px;
	padding: 13px 18px;
}

.sale-block1 .right-part .tpl-field textarea:focus {
	border: 1px solid #776b5f;
	box-shadow: none;
	background: #fbfae8;
}

.sale-block1 .right-part .tpl-field.type-calendar_interval .field-title {
	display: none;
}

.sale-block1 .right-part .tpl-field.type-calendar_interval input[type="text"] {
	margin-bottom: 10px;
}

.sale-block1 .right-part input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.sale-block1 .right-part .tpl-field.type-calendar .field-title {
	display: none;
}

.sale-block1 .right-part .tpl-field.type-multi_select .field-title {
	display: none;
}

.sale-block1 .right-part .tpl-field.type-multi_select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	//box-shadow: inset 0 0 0px 1px transparent;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
			 /* -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	background: #fbfae8;
	width: 100%;
	padding: 0 18px;
}

.sale-block1 .right-part .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	//box-shadow: none;
	background: #fbfae8;
}

.sale-block1 .right-part .tpl-field.type-select .field-title {
	display: none;
}

.sale-block1 .right-part .tpl-field.type-select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	//box-shadow: inset 0 0 0px 1px transparent;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
				/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	background: #fbfae8;
	border-radius: 4px;
	min-height: 42px;
	width: 100%;
	padding: 0 18px;
}

.sale-block1 .right-part .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	//box-shadow: none;
	background: #fbfae8;
}

.sale-block1 .right-part input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 9px 18px;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000;
	border: 1px solid #929a9d;
	//box-shadow: inset 0 0 0px 1px transparent;
			/*-webkit-transition: all 0.25s;
			-moz-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			transition: all 0.25s;*/
			/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
			-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	border-radius: 2px;
	background: #fbfae8;
}

.sale-block1 .right-part input[type="text"]::-webkit-input-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block1 .right-part input[type="text"]:moz-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block1 .right-part input[type="text"]::-moz-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block1 .right-part input[type="text"]:-ms-input-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block1 .right-part input[type="text"].placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}
			/*.sale-block1 .right-part input[type="text"]:hover {
		background: #fff; }*/
.sale-block1 .right-part input[type="text"]:focus {
	border: 1px solid #776b5f;
	//box-shadow: none;
	background: #fbfae8;
}

.sale-block1 .right-part button {
	display: block;
	outline-style: none;
	padding: 13px 20px;
	width: 100%;
	box-sizing: border-box;
	//border: 2px solid #f24954;
	border: none;
	color: #fff;
	font-size: 19px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #46a664;
	cursor: pointer;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 25px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sale-block1 .right-part button .ui-text-shadow-copy-1 {
	visibility: visible;
	color: #593824;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block1 .right-part button .ui-text-shadow-copy-1 {
	top: 0.9px;
}

@media screen and (max-width: 960px) {
	.sale-block1 .right-part button {
		padding: 13px 20px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block1 .right-part button {
		padding: 13px 20px;
	}
}

@media screen and (max-width: 740px) and (min-width: 500px) {
	.sale-block1 .right-part button {
		padding: 9px 20px;
	}
}

@media screen and (max-width: 499px) {
	.sale-block1 .right-part button {
		padding: 9px 20px;
	}
}

.sale-block1 .right-part button:hover {
	background: #63af7b;
	color: #fff;
}

.sale-block1 .right-part button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

.sale-block1 .right-part .tpl-anketa-success-note {
	padding: 20px;
	font-weight: bold;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-align: center;
}

.sale-block1 .right-part .tpl-anketa-success-note .ui-text-shadow-copy-1 {
	visibility: visible;
	color: #593824;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block1 .right-part .tpl-anketa-success-note .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block1 .right-part .error-message {
	font-size: 16px;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
}

.sale-block1 .right-part .error-message .ui-text-shadow-copy-1 {
	visibility: visible;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block1 .right-part .error-message .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block-two.inverse .sale-block-inner {
	color: #444;
}

.sale-block-two.inverse .color-background {
	background: rgba(255, 255, 255, 0.7);
}

.sale-block-two.inverse .button a {
	color: #000;
	//border: 2px solid #f24954;
	background: #EBCA61;
}

.sale-block-two.inverse .button a:hover {
	background: #efd584;
	color: #000;
}

.sale-block-two.inverse .button a:active {
	background: #c5aa53 !important;
	color: #000 !important;
	box-shadow: none !important;
}

.sale-block-two.inverse .arrow-down {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2043%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M43%2C1L21%2E8%2C18l%2D0%2E3%2D0%2E4L21%2E2%2C18L0%2C1l0%2E8%2D1l20%2E7%2C16%2E6L42%2E2%2C0L43%2C1z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
	background-size: 100% 100%;
}

.sale-block-two .sale-block-wrapper {
	padding: 0 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sale-block-two .color-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, .7);
}

.sale-block-two .sale-block-inner {
	min-height: 650px;
	box-sizing: border-box;
	padding: 150px 0;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block-two .sale-block-inner {
		padding: 130px 0;
		min-height: 550px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-two .sale-block-inner {
		padding: 110px 0;
		min-height: 450px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-two .sale-block-inner {
		padding: 60px 0 90px 0;
		min-height: 350px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-two .sale-block-inner {
		padding: 40px 0 70px 0;
		min-height: 250px;
	}
}

.sale-block-two .title {
	font-weight: 700;
	font-size: 42px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block-two .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-two .title {
		font-size: 34px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-two .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-two .title {
		font-size: 26px;
	}
}

.sale-block-two .text {
	padding-top: 20px;
	font-size: 25px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block-two .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-two .text {
		font-size: 20px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-two .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-two .text {
		font-size: 17px;
		padding-top: 10px;
	}
}

.sale-block-two .button {
	display: inline-block;
	margin-top: 60px;
}

@media screen and (max-width: 960px) {
	.sale-block-two .button {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-two .button {
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-two .button {
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-two .button {
		margin-top: 20px;
	}
}

.sale-block-two .button a {
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	text-decoration: none;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	border-radius: 20px;
	//border: 2px solid #f24954;
	background: #46a664;
			/*-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
			-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
			text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);*/
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.37);
}

.sale-block-two .button a .ui-text-shadow-copy-1 {
	visibility: visible;
	color: #593824;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block-two .button a .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block-two .button a:hover {
	background: #63af7b;
	color: #fff;
}

.sale-block-two .button a:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none !important;
}

.sale-block-two .arrow-down {
	width: 62px;
	height: 27px;
	display: block;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2043%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M43%2C1L21%2E8%2C18l%2D0%2E3%2D0%2E4L21%2E2%2C18L0%2C1l0%2E8%2D1l20%2E7%2C16%2E6L42%2E2%2C0L43%2C1z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 90px;
	opacity: 0.4;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.sale-block-two .arrow-down:hover {
	opacity: 1;
}

@media screen and (max-width: 960px) {
	.sale-block-two .arrow-down {
		bottom: 70px;
		width: 57px;
		height: 23px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-two .arrow-down {
		bottom: 50px;
		width: 53px;
		height: 22px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-two .arrow-down {
		bottom: 30px;
		width: 48px;
		height: 19px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-two .arrow-down {
		bottom: 25px;
		width: 43px;
		height: 18px;
	}
}

.sale-block-three.inverse .sale-block-wrapper .color-background {
	background: rgba(255, 255, 255, 0.7);
}

.sale-block-three.inverse .sale-block-wrapper .sale-block-inner {
	color: #444;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part-wrap {
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part {
	background: #fbfae8;
	color: #000;
	//border: 3px solid #3dd4cd;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .title {
	color: #000;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part form label {
	color: #000;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"] {
	background: #fbfae8;
	color: #000;
	border: 1px solid #929a9d;
	box-shadow: none;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"].placeholder {
	color: #a5a5a5;
}
		 /* .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:hover {
				background: #fff;
					border-color: #eaecee; }*/
.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
	//box-shadow: inset 0 0 0px 1px #ffbd1e;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field textarea {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field textarea:focus {
	border: 1px solid #ffbd1e;
	box-shadow: none;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-select select {
	border: 1px solid #fbfae8;
	color: #000;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	background: #fff;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part button:hover {
	background: #efd584;
	color: #000;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.sale-block-three.inverse .sale-block-wrapper .arrow-down {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2043%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M43%2C1L21%2E8%2C18l%2D0%2E3%2D0%2E4L21%2E2%2C18L0%2C1l0%2E8%2D1l20%2E7%2C16%2E6L42%2E2%2C0L43%2C1z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
	background-size: 100% 100%;
}

.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-anketa-success-note {
	//background: #0b6db9;
	//color: #fff;
}

.sale-block-three .sale-block-wrapper {
	padding: 0 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sale-block-three .sale-block-wrapper .color-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, .7);
}

.sale-block-three .sale-block-wrapper .sale-block-inner {
	min-height: 750px;
	box-sizing: border-box;
	padding: 150px 0;
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .sale-block-inner {
		padding: 130px 0;
		min-height: 650px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .sale-block-inner {
		padding: 110px 0;
		min-height: 500px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .sale-block-inner {
		padding: 60px 0 90px 0;
		min-height: 350px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .sale-block-inner {
		padding: 40px 0 70px 0;
		min-height: 250px;
	}
}

.sale-block-three .sale-block-wrapper .top-part {
	padding-bottom: 40px;
}

.sale-block-three .sale-block-wrapper .title {
	font-weight: 700;
	font-size: 42px;
	-webkit-transition: font-size 0.3;
	-moz-transition: font-size 0.3;
	-o-transition: font-size 0.3;
	-ms-transition: font-size 0.3;
	transition: font-size 0.3;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .title {
		font-size: 34px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .title {
		font-size: 26px;
	}
}

.sale-block-three .sale-block-wrapper .text {
	padding-top: 20px;
	font-size: 25px;
	-webkit-transition: font-size 0.3;
	-moz-transition: font-size 0.3;
	-o-transition: font-size 0.3;
	-ms-transition: font-size 0.3;
	transition: font-size 0.3;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .text {
		font-size: 20px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .text {
		font-size: 17px;
		padding-top: 10px;
	}
}

.sale-block-three .sale-block-wrapper .bottom-part-wrap {
	border-radius: 11px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 9px;
	margin: 0 auto;
}

.sale-block-three .sale-block-wrapper .bottom-part {
	background: #fbfae8;
	border-radius: 5px;
	//border: 3px solid #4aded7;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 -5px;
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

.sale-block-three .sale-block-wrapper .bottom-part .title {
	color: #475055;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	text-align: center;
	font-size: 23px;
	padding: 17px 25px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.sale-block-three .sale-block-wrapper .bottom-part .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block-three .sale-block-wrapper .bottom-part .title .ui-text-shadow-copy-1 {
	top: 0.9px;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .bottom-part .title {
		font-size: 22px;
		padding: 16px 25px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .bottom-part .title {
		font-size: 21px;
		padding: 15px 25px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .bottom-part .title {
		font-size: 20px;
		padding: 14px 25px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .bottom-part .title {
		font-size: 19px;
		padding: 13px 25px;
	}
}

.sale-block-three .sale-block-wrapper .bottom-part form {
	padding: 25px;
}

.sale-block-three .sale-block-wrapper .bottom-part form .field-title {
	font-size: 16px;
}

.sale-block-three .sale-block-wrapper .bottom-part form label {
	color: #000;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .bottom-part form {
		padding: 23px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .bottom-part form {
		padding: 21px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .bottom-part form {
		padding: 19px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .bottom-part form {
		padding: 16px;
	}
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field {
	padding-bottom: 10px;
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
	text-align: left;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.tpl-field-personal_bottom {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .bottom-part .tpl-field {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .bottom-part .tpl-field {
		width: 100%;
		padding: 0 0px 10px;
	}
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field textarea {
	width: 100%;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
					/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	border-radius: 4px;
	box-shadow: none;
	background: #fbfae8;
	min-height: 42px;
	padding: 13px 18px;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field textarea:focus {
	border: 1px solid #776b5f;
	box-shadow: none;
	background: #fbfae8;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-calendar_interval .field-title {
	display: none;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-calendar_interval input[type="text"] {
	margin-bottom: 10px;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-calendar .field-title {
	display: none;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-multi_select .field-title {
	display: none;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
				 /* -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	background: #fbfae8;
	width: 100%;
	padding: 0 18px;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	//box-shadow: inset 0 0 0px 1px #ffbd1e;
	background: #fbfae8;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-select .field-title {
	display: none;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
					/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
					box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);*/
	background: #fbfae8;
	border-radius: 4px;
	min-height: 42px;
	width: 100%;
	padding: 0 18px;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	//box-shadow: inset 0 0 0px 1px #ffbd1e;
	background: #fbfae8;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #929a9d;
	color: #000;
	border-radius: 2px;
	background: #fbfae8;
				/*-webkit-transition: all 0.25s;
				-moz-transition: all 0.25s;
				-o-transition: all 0.25s;
				-ms-transition: all 0.25s;
				transition: all 0.25s;*/
				/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
				border-radius: 4px;
				background: #f3f4f6;*/
	;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]::-webkit-input-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:moz-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]::-moz-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:-ms-input-placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}

.sale-block-three .sale-block-wrapper .bottom-part input[type="text"].placeholder {
	color: #666;
	font-style: italic;
	font-size: 16px;
}
				/*.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:hover {
				 background: #fff; }*/
.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:focus {
	border: 1px solid #776b5f;
	//box-shadow: inset 0 0 0px 1px #ffbd1e;
	background: #fbfae8;
}

.sale-block-three .sale-block-wrapper .bottom-part button {
	display: block;
	outline-style: none;
	padding: 9px 20px;
	width: 100%;
	box-sizing: border-box;
	//border: 2px solid #f24954;
	border: none;
	color: #fff;
	font-size: 17px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #46a664;
	cursor: pointer;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
}

.sale-block-three .sale-block-wrapper .bottom-part button .ui-text-shadow-copy-1 {
	visibility: visible;
	color: #593824;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block-three .sale-block-wrapper .bottom-part button .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block-three .sale-block-wrapper .bottom-part button:hover {
	background: #63af7b;
	color: #fff;
}

.sale-block-three .sale-block-wrapper .bottom-part button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-anketa-success-note {
	padding: 20px;
	font-weight: bold;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-align: center;
}

.sale-block-three .sale-block-wrapper .bottom-part .tpl-anketa-success-note .ui-text-shadow-copy-1 {
	visibility: visible;
	color: #593824;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block-three .sale-block-wrapper .bottom-part .tpl-anketa-success-note .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block-three .sale-block-wrapper .bottom-part .error-message {
	font-size: 16px;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.6);
}

.sale-block-three .sale-block-wrapper .bottom-part .error-message .ui-text-shadow-copy-1 {
	visibility: visible;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=1);
	left: -0.5px;
	top: -0.1px;
}

.ie-8 .sale-block-three .sale-block-wrapper .bottom-part .error-message .ui-text-shadow-copy-1 {
	top: 0.9px;
}

.sale-block-three .sale-block-wrapper .arrow-down {
	width: 62px;
	height: 27px;
	display: block;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2043%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M43%2C1L21%2E8%2C18l%2D0%2E3%2D0%2E4L21%2E2%2C18L0%2C1l0%2E8%2D1l20%2E7%2C16%2E6L42%2E2%2C0L43%2C1z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 80px;
	opacity: 0.4;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 960px) {
	.sale-block-three .sale-block-wrapper .arrow-down {
		bottom: 70px;
		width: 57px;
		height: 23px;
	}
}

@media screen and (max-width: 768px) {
	.sale-block-three .sale-block-wrapper .arrow-down {
		bottom: 50px;
		width: 53px;
		height: 22px;
	}
}

@media screen and (max-width: 640px) {
	.sale-block-three .sale-block-wrapper .arrow-down {
		bottom: 30px;
		width: 48px;
		height: 19px;
	}
}

@media screen and (max-width: 500px) {
	.sale-block-three .sale-block-wrapper .arrow-down {
		bottom: 25px;
		width: 43px;
		height: 18px;
	}
}

.sale-block-three .sale-block-wrapper .arrow-down:hover {
	opacity: 1;
}

.tariff-blocks_wrapper {
	background: #FFFFFF;
	padding: 40px 0;
}

.tariff-blocks_wrapper.inverse {
	background: #64584C;
}

.tariff-blocks_wrapper.inverse .title {
	color: #fff;
}

.tariff-blocks_wrapper.inverse .block {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: #f6f1ed;
}

.tariff-blocks_wrapper.inverse .block:hover {
	border: 1px solid #fff;
}

.tariff-blocks_wrapper.inverse .block span svg path {
	fill: #000;
}

.tariff-blocks_wrapper.inverse .block .tariff-name {
	color: #000;
}

.tariff-blocks_wrapper.inverse .block .tariff-rate {
	color: #000;
}

.tariff-blocks_wrapper.inverse .block .tariff-currency {
	color: #000;
}

.tariff-blocks_wrapper.inverse .block .note {
	color: #000;
}

.tariff-blocks_wrapper.inverse .block .button {
	background: #EBCA61;
	color: #000;
}

.tariff-blocks_wrapper p {
	margin: 0;
	padding: 0;
}

.tariff-blocks_wrapper .tariff-blocks_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

.tariff-blocks_wrapper .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
	.tariff-blocks_wrapper .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .title {
		font-size: 24px;
	}
}

.tariff-blocks_wrapper .blocks {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .blocks {
		display: block;
	}

	.tariff-blocks_wrapper .block {
		max-width: 100% !important;
	}
}

.tariff-blocks_wrapper .block {
	max-width: 32%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 28%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 28%;
	-ms-flex: 1 0 28%;
	flex: 1 0 28%;
	margin: 0 2% 20px 0;
	text-align: center;
	background: #FAFAFA;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 20px 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .block {
		padding: 15px 10px;
	}
}

.tariff-blocks_wrapper .block:nth-child(3n) {
	margin: 0 0 20px 0;
}

.tariff-blocks_wrapper .block:last-child {
	margin: 0 0 20px 0;
}

.tariff-blocks_wrapper .block:hover {
	border: 1px solid #212121;
}

.tariff-blocks_wrapper .block span {
	display: inline-block;
	width: 81px;
	vertical-align: middle;
	font-size: 0;
}

.tariff-blocks_wrapper .block span svg {
	width: 100%;
	height: auto;
}

.tariff-blocks_wrapper .block span svg path {
	fill: #000;
}

.tariff-blocks_wrapper .block span img {
	max-width: 100%;
}

.tariff-blocks_wrapper .block .tariff-name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	padding-bottom: 20px;
}

@media screen and (max-width: 850px) {
	.tariff-blocks_wrapper .block .tariff-name {
		font-size: 17px;
	}
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .block .tariff-name {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .block .tariff-name {
		font-size: 20px;
	}
}

.tariff-blocks_wrapper .block .tariff-rate {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 50px;
	font-weight: 700;
}

@media screen and (max-width: 850px) {
	.tariff-blocks_wrapper .block .tariff-rate {
		font-size: 40px;
	}
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .block .tariff-rate {
		font-size: 70px;
	}
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .block .tariff-rate {
		font-size: 40px;
	}
}

.tariff-blocks_wrapper .block .tariff-currency {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	padding-bottom: 30px;
}

@media screen and (max-width: 850px) {
	.tariff-blocks_wrapper .block .tariff-currency {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .block .tariff-currency {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .block .tariff-currency {
		font-size: 14px;
	}
}

.tariff-blocks_wrapper .block .note {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	padding-bottom: 30px;
}

@media screen and (max-width: 850px) {
	.tariff-blocks_wrapper .block .note {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	.tariff-blocks_wrapper .block .note {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.tariff-blocks_wrapper .block .note {
		font-size: 20px;
	}
}

.tariff-blocks_wrapper .block .button {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 22px;
	background-color: #46A664;
	text-decoration: none;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 19px;
}

@media screen and (max-width: 480px) {
	.tariff-blocks_wrapper .block .button {
		display: block;
	}
}

.icon-plus-text {
	padding-top: 60px;
	text-align: center;
	background: #fff;
}

.icon-plus-text p {
	margin: 0;
	padding: 0;
}

.icon-plus-text.inverse {
	background: #64584C;
}

.icon-plus-text.inverse .item-wrap .item-icon {
	border: 2px solid #f24954;
}

.icon-plus-text.inverse .item-wrap .item-icon span svg path {
	fill: #fff;
}

.icon-plus-text.inverse .item-wrap .item-title {
	color: #fff;
}

.icon-plus-text.inverse .item-wrap .item-text {
	color: #fff;
}

.icon-plus-text .icon-plus-text_wrap {
	max-width: 940px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.icon-plus-text .icon-plus-text_wrap {
		max-width: 900px;
		padding: 0 15px;
	}
}

.icon-plus-text .item-wrap {
	padding-bottom: 40px;
	text-align: center;
}

.icon-plus-text .item-wrap .item-icon-wrap {
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.icon-plus-text .item-wrap .item-icon-wrap {
		margin-bottom: 20px;
	}
}

.icon-plus-text .item-wrap .item-icon {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
	.icon-plus-text .item-wrap .item-icon {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 470px) {
	.icon-plus-text .item-wrap .item-icon {
		width: 80px;
		height: 80px;
	}
}

.icon-plus-text .item-wrap .item-icon:after {
	content: '';
	display: inline-block;
	width: 0;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
}

.icon-plus-text .item-wrap .item-icon span {
	max-width: 96px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.icon-plus-text .item-wrap .item-icon span {
		max-width: 72px;
	}
}

@media screen and (max-width: 470px) {
	.icon-plus-text .item-wrap .item-icon span {
		max-width: 48px;
	}
}

.icon-plus-text .item-wrap .item-icon span svg {
	max-width: 100%;
	height: auto;
	max-height: 91px;
}

.icon-plus-text .item-wrap .item-icon span svg path {
	fill: #f00;
}

.icon-plus-text .item-wrap .item-icon span img {
	max-width: 100%;
}

.icon-plus-text .item-wrap .item-title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #212121;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.icon-plus-text .item-wrap .item-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 470px) {
	.icon-plus-text .item-wrap .item-title {
		font-size: 22px;
		margin-bottom: 6px;
	}
}

.icon-plus-text .item-wrap .item-text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #484848;
}

@media screen and (max-width: 1024px) {
	.icon-plus-text .item-wrap .item-text {
		font-size: 18px;
	}
}

@media screen and (max-width: 520px) {
	.icon-plus-text .item-wrap .item-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 470px) {
	.icon-plus-text .item-wrap .item-text {
		font-size: 16px;
	}
}

.faq_ver1 {
	background-color: #fafafa;
	padding: 40px 15px;
}

.faq_ver1.inverse {
	background-color: #64584C;
}

.faq_ver1.inverse .faq_ver1_wrapper .title {
	color: #fff;
}

.faq_ver1.inverse .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title {
	color: #fff;
}

.faq_ver1.inverse .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2014%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1%2E560%2C7%2E560%20C1%2E392%2C7%2E730%201%2E173%2C7%2E810%200%2E915%2C7%2E810%20C0%2E667%2C7%2E810%200%2E449%2C7%2E730%200%2E260%2C7%2E560%20C0%2E081%2C7%2E390%20%2D0%2E008%2C7%2E180%20%2D0%2E008%2C6%2E920%20C%2D0%2E008%2C5%2E030%200%2E677%2C3%2E400%202%2E037%2C2%2E030%20C3%2E426%2C0%2E680%205%2E084%2C%2D0%2E000%207%2E000%2C%2D0%2E000%20C8%2E945%2C%2D0%2E000%2010%2E593%2C0%2E680%2011%2E952%2C2%2E030%20C13%2E322%2C3%2E380%2014%2E007%2C5%2E010%2014%2E007%2C6%2E920%20C14%2E007%2C8%2E850%2013%2E322%2C10%2E480%2011%2E952%2C11%2E820%20L11%2E952%2C11%2E810%20L9%2E441%2C14%2E120%20C8%2E429%2C15%2E130%207%2E923%2C16%2E340%207%2E923%2C17%2E750%20C7%2E923%2C18%2E010%207%2E833%2C18%2E220%207%2E655%2C18%2E400%20C7%2E466%2C18%2E570%207%2E258%2C18%2E660%207%2E000%2C18%2E660%20C6%2E742%2C18%2E660%206%2E533%2C18%2E570%206%2E354%2C18%2E400%20C6%2E176%2C18%2E220%206%2E086%2C18%2E010%206%2E086%2C17%2E750%20C6%2E086%2C15%2E840%206%2E771%2C14%2E210%208%2E141%2C12%2E860%20L8%2E141%2C12%2E870%20L10%2E652%2C10%2E570%20C11%2E675%2C9%2E570%2012%2E181%2C8%2E350%2012%2E181%2C6%2E920%20C12%2E181%2C5%2E500%2011%2E675%2C4%2E300%2010%2E652%2C3%2E310%20C9%2E660%2C2%2E310%208%2E439%2C1%2E810%207%2E000%2C1%2E810%20C5%2E570%2C1%2E810%204%2E349%2C2%2E310%203%2E327%2C3%2E310%20C2%2E325%2C4%2E310%201%2E828%2C5%2E510%201%2E828%2C6%2E920%20C1%2E828%2C7%2E180%201%2E739%2C7%2E390%201%2E560%2C7%2E560%20ZM8%2E528%2C22%2E480%20C8%2E528%2C22%2E060%208%2E379%2C21%2E700%208%2E081%2C21%2E420%20C7%2E794%2C21%2E130%207%2E426%2C20%2E980%207%2E000%2C20%2E980%20C6%2E553%2C20%2E980%206%2E196%2C21%2E130%205%2E928%2C21%2E420%20C5%2E630%2C21%2E700%205%2E481%2C22%2E060%205%2E481%2C22%2E480%20C5%2E481%2C22%2E910%205%2E630%2C23%2E270%205%2E928%2C23%2E560%20C6%2E196%2C23%2E850%206%2E553%2C24%2E000%207%2E000%2C24%2E000%20C7%2E426%2C24%2E000%207%2E794%2C23%2E850%208%2E081%2C23%2E560%20C8%2E379%2C23%2E270%208%2E528%2C22%2E910%208%2E528%2C22%2E480%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat #fff;
}

.faq_ver1.inverse .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text {
	color: #fff;
}

.faq_ver1.inverse .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2264px%22%20height%3D%2264px%22%20%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7%2021a1%201%200%201%200%202%200%201%201%200%201%200%2D2%200zm32%2018c1%2E7%200%203%2D1%2E3%203%2D3V16c0%2D1%2E7%2D1%2E3%2D3%2D3%2D3H10c%2D1%2E7%200%2D3%201%2E3%2D3%203v1c0%20%2E6%2E4%201%201%201s1%2D%2E4%201%2D1v%2D1c0%2D%2E6%2E4%2D1%201%2D1h29c%2E6%200%201%20%2E4%201%201v20c0%20%2E6%2D%2E4%201%2D1%201H20%2E5v6%2E6l%2D5%2E8%2D5%2E9%2D%2E7%2D%2E7h%2D4c%2D%2E6%200%2D1%2D%2E4%2D1%2D1V25c0%2D%2E6%2D%2E4%2D1%2D1%2D1s%2D1%20%2E4%2D1%201v11c0%201%2E7%201%2E3%203%203%203h3%2E2l%2E1%2E1%206%2E8%206%2E9c1%201%202%2E4%2E5%202%2E4%2D1v%2D6H39zM17%2027h15c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201zm0%205h15c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201zm15%2D10c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201h15zm22%206H44c%2D%2E6%200%2D1%20%2E4%2D1%201s%2E4%201%201%201h10c%2E6%200%201%20%2E4%201%201v12c0%20%2E6%2D%2E4%201%2D1%201h%2D4l%2D%2E6%2E7%2D3%2E4%204%2E4V44H34c%2D%2E6%200%2D1%2D%2E4%2D1%2D1v%2D2c0%2D%2E6%2D%2E4%2D1%2D1%2D1s%2D1%20%2E4%2D1%201v2c0%201%2E7%201%2E3%203%203%203h10v5c0%201%2E5%201%2E5%202%202%2E4%2E8L51%2046h3c1%2E7%200%203%2D1%2E3%203%2D3V31c0%2D1%2E7%2D1%2E3%2D3%2D3%2D3z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat #fff;
	background-size: 34px 34px;
}

.faq_ver1.inverse .faq_ver1_wrapper .button-wrap .button {
	background: #EBCA61;
	color: #000;
}

.faq_ver1 p {
	margin: 0;
	padding: 0;
}

.faq_ver1 .faq_ver1_wrapper {
	max-width: 940px;
	margin: 0 auto;
}

.faq_ver1 .faq_ver1_wrapper .title {
	text-align: center;
	color: #333;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	//font-weight: 700;
	margin-bottom: 12px;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .title {
		font-size: 32px;
		text-align: left;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 5px;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner {
		-webkit-columns: auto;
		-moz-columns: auto;
		columns: auto;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item {
	display: inline-block;
	padding: 20px 10px 14px 59px;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item {
		padding: 20px 10px 14px 79px;
	}
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item {
		padding: 20px 0 14px 79px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item {
		padding: 20px 0 10px 0;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title {
	padding: 5px 10px 5px 0;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	position: relative;
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title {
		font-size: 20px;
		line-height: 30px;
		padding: 5px 0;
		text-align: center;
		margin-bottom: 9px;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -54px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2014%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1%2E560%2C7%2E560%20C1%2E392%2C7%2E730%201%2E173%2C7%2E810%200%2E915%2C7%2E810%20C0%2E667%2C7%2E810%200%2E449%2C7%2E730%200%2E260%2C7%2E560%20C0%2E081%2C7%2E390%20%2D0%2E008%2C7%2E180%20%2D0%2E008%2C6%2E920%20C%2D0%2E008%2C5%2E030%200%2E677%2C3%2E400%202%2E037%2C2%2E030%20C3%2E426%2C0%2E680%205%2E084%2C%2D0%2E000%207%2E000%2C%2D0%2E000%20C8%2E945%2C%2D0%2E000%2010%2E593%2C0%2E680%2011%2E952%2C2%2E030%20C13%2E322%2C3%2E380%2014%2E007%2C5%2E010%2014%2E007%2C6%2E920%20C14%2E007%2C8%2E850%2013%2E322%2C10%2E480%2011%2E952%2C11%2E820%20L11%2E952%2C11%2E810%20L9%2E441%2C14%2E120%20C8%2E429%2C15%2E130%207%2E923%2C16%2E340%207%2E923%2C17%2E750%20C7%2E923%2C18%2E010%207%2E833%2C18%2E220%207%2E655%2C18%2E400%20C7%2E466%2C18%2E570%207%2E258%2C18%2E660%207%2E000%2C18%2E660%20C6%2E742%2C18%2E660%206%2E533%2C18%2E570%206%2E354%2C18%2E400%20C6%2E176%2C18%2E220%206%2E086%2C18%2E010%206%2E086%2C17%2E750%20C6%2E086%2C15%2E840%206%2E771%2C14%2E210%208%2E141%2C12%2E860%20L8%2E141%2C12%2E870%20L10%2E652%2C10%2E570%20C11%2E675%2C9%2E570%2012%2E181%2C8%2E350%2012%2E181%2C6%2E920%20C12%2E181%2C5%2E500%2011%2E675%2C4%2E300%2010%2E652%2C3%2E310%20C9%2E660%2C2%2E310%208%2E439%2C1%2E810%207%2E000%2C1%2E810%20C5%2E570%2C1%2E810%204%2E349%2C2%2E310%203%2E327%2C3%2E310%20C2%2E325%2C4%2E310%201%2E828%2C5%2E510%201%2E828%2C6%2E920%20C1%2E828%2C7%2E180%201%2E739%2C7%2E390%201%2E560%2C7%2E560%20ZM8%2E528%2C22%2E480%20C8%2E528%2C22%2E060%208%2E379%2C21%2E700%208%2E081%2C21%2E420%20C7%2E794%2C21%2E130%207%2E426%2C20%2E980%207%2E000%2C20%2E980%20C6%2E553%2C20%2E980%206%2E196%2C21%2E130%205%2E928%2C21%2E420%20C5%2E630%2C21%2E700%205%2E481%2C22%2E060%205%2E481%2C22%2E480%20C5%2E481%2C22%2E910%205%2E630%2C23%2E270%205%2E928%2C23%2E560%20C6%2E196%2C23%2E850%206%2E553%2C24%2E000%207%2E000%2C24%2E000%20C7%2E426%2C24%2E000%207%2E794%2C23%2E850%208%2E081%2C23%2E560%20C8%2E379%2C23%2E270%208%2E528%2C22%2E910%208%2E528%2C22%2E480%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat #fff;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title:before {
		left: -60px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_title:before {
		position: relative;
		display: block;
		margin: 0 auto;
		left: 0;
		margin-bottom: 6px;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text {
	padding: 8px 10px 5px 0;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text {
		padding: 10px 10px 5px 0;
	}
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text {
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text {
		font-size: 16px;
		line-height: 24px;
		padding: 5px 0;
		text-align: center;
	}
}

.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: -54px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2264px%22%20height%3D%2264px%22%20%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7%2021a1%201%200%201%200%202%200%201%201%200%201%200%2D2%200zm32%2018c1%2E7%200%203%2D1%2E3%203%2D3V16c0%2D1%2E7%2D1%2E3%2D3%2D3%2D3H10c%2D1%2E7%200%2D3%201%2E3%2D3%203v1c0%20%2E6%2E4%201%201%201s1%2D%2E4%201%2D1v%2D1c0%2D%2E6%2E4%2D1%201%2D1h29c%2E6%200%201%20%2E4%201%201v20c0%20%2E6%2D%2E4%201%2D1%201H20%2E5v6%2E6l%2D5%2E8%2D5%2E9%2D%2E7%2D%2E7h%2D4c%2D%2E6%200%2D1%2D%2E4%2D1%2D1V25c0%2D%2E6%2D%2E4%2D1%2D1%2D1s%2D1%20%2E4%2D1%201v11c0%201%2E7%201%2E3%203%203%203h3%2E2l%2E1%2E1%206%2E8%206%2E9c1%201%202%2E4%2E5%202%2E4%2D1v%2D6H39zM17%2027h15c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201zm0%205h15c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201zm15%2D10c%2E5%200%201%2D%2E4%201%2D1s%2D%2E4%2D1%2D1%2D1H17c%2D%2E5%200%2D1%20%2E4%2D1%201s%2E4%201%201%201h15zm22%206H44c%2D%2E6%200%2D1%20%2E4%2D1%201s%2E4%201%201%201h10c%2E6%200%201%20%2E4%201%201v12c0%20%2E6%2D%2E4%201%2D1%201h%2D4l%2D%2E6%2E7%2D3%2E4%204%2E4V44H34c%2D%2E6%200%2D1%2D%2E4%2D1%2D1v%2D2c0%2D%2E6%2D%2E4%2D1%2D1%2D1s%2D1%20%2E4%2D1%201v2c0%201%2E7%201%2E3%203%203%203h10v5c0%201%2E5%201%2E5%202%202%2E4%2E8L51%2046h3c1%2E7%200%203%2D1%2E3%203%2D3V31c0%2D1%2E7%2D1%2E3%2D3%2D3%2D3z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat #fff;
	background-size: 34px 34px;
}

@media screen and (max-width: 940px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text:before {
		left: -60px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .faq_ver1_inner .faq-item .faq-item_text:before {
		position: relative;
		display: block;
		margin: 0 auto;
		left: 0;
		top: 0;
		margin-bottom: 4px;
	}
}

.faq_ver1 .faq_ver1_wrapper .button-wrap {
	width: 100%;
	text-align: center;
	padding-top: 26px;
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .button-wrap {
		width: auto;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .button-wrap {
		padding-top: 13px;
	}
}

.faq_ver1 .faq_ver1_wrapper .button-wrap .button {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #46a664;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 560px) {
	.faq_ver1 .faq_ver1_wrapper .button-wrap .button {
		width: 100%;
		font-size: 26px;
		padding: 20px 30px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver1 .faq_ver1_wrapper .button-wrap .button {
		font-size: 19px;
		padding: 14px 30px;
	}
}

.faq_ver2 {
	background-color: #fafafa;
	padding: 40px 15px;
}

@media screen and (max-width: 920px) {
	.faq_ver2 {
		padding: 40px 34px;
	}
}

@media screen and (max-width: 740px) {
	.faq_ver2 {
		padding: 40px 15px;
	}
}

.faq_ver2 p {
	margin: 0;
	padding: 0;
}

.faq_ver2.inverse {
	background-color: #64584C;
}

.faq_ver2.inverse .faq_ver2_wrapper .title {
	color: #fff;
}

.faq_ver2.inverse .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_title {
	color: #333;
}

.faq_ver2.inverse .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text {
	color: #333;
}

.faq_ver2.inverse .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_read {
	border: 1px solid rgba(55, 91, 250, 0.2);
	color: #385cfa;
}

.faq_ver2.inverse .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_hide {
	border: 1px solid rgba(55, 91, 250, 0.2);
	color: #385cfa;
}

.faq_ver2.inverse .faq_ver2_wrapper .faq_ver2_inner .faq-item.shadow {
	z-index: 999;
	-moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.faq_ver2.inverse .faq_ver2_wrapper .button-wrap .button {
	background: #EBCA61;
	color: #000;
}

.faq_ver2 p {
	margin: 0;
	padding: 0;
}

.faq_ver2 .faq_ver2_wrapper {
	max-width: 940px;
	margin: 0 auto;
}

.faq_ver2 .faq_ver2_wrapper .title {
	text-align: center;
	color: #333;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver2 .faq_ver2_wrapper .title {
		font-size: 24px;
		margin-bottom: 5px;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .left-column {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 9px;
	box-sizing: border-box;
}

@media screen and (max-width: 920px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .left-column {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .right-column {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 9px;
	box-sizing: border-box;
}

@media screen and (max-width: 920px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .right-column {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px 40px 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item.shadow {
	z-index: 999;
	-moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item {
		margin-bottom: 10px;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_title {
	padding: 5px 0;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	position: relative;
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_title {
		font-size: 20px;
		line-height: 30px;
		padding: 5px 0;
		margin-bottom: 9px;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text {
	padding: 8px 0;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	display: none;
}

@media screen and (max-width: 940px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text {
		padding: 10px 10px 5px 0;
	}
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text {
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text {
		font-size: 16px;
		line-height: 24px;
		padding: 5px 0;
	}
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap {
	text-align: left;
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_read {
	padding: 10px 24px;
	border-radius: 20px;
	border: 1px solid rgba(55, 91, 250, 0.2);
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #385cfa;
	cursor: pointer;
	text-align: center;
	display: none;
	margin-top: 20px;
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_read.active {
	display: inline-block !important;
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_hide {
	padding: 10px 24px;
	border-radius: 20px;
	border: 1px solid rgba(55, 91, 250, 0.2);
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #385cfa;
	cursor: pointer;
	text-align: center;
	display: none;
	margin-top: 20px;
}

.faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_button-wrap .button_hide.active {
	display: inline-block !important;
}

.faq_ver2 .faq_ver2_wrapper .button-wrap {
	width: 100%;
	text-align: center;
	padding-top: 26px;
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .button-wrap {
		width: auto;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver2 .faq_ver2_wrapper .button-wrap {
		padding-top: 13px;
	}
}

.faq_ver2 .faq_ver2_wrapper .button-wrap .button {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #46a664;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 560px) {
	.faq_ver2 .faq_ver2_wrapper .button-wrap .button {
		width: 100%;
		font-size: 26px;
		padding: 20px 30px;
	}
}

@media screen and (max-width: 479px) {
	.faq_ver2 .faq_ver2_wrapper .button-wrap .button {
		font-size: 19px;
		padding: 14px 30px;
	}
}

.roundpic_wrapper {
	background: #fff;
	padding: 40px 0;
}

.roundpic_wrapper p {
	margin: 0;
	padding: 0;
}

.roundpic_wrapper.inverse {
	background: #64584C;
}

.roundpic_wrapper.inverse .roundpic_inner .title {
	color: #fff;
}

.roundpic_wrapper.inverse .roundpic_inner .roundpic_item .roundpic-part img {
	border-color: rgba(255, 255, 255, 0.3);
}

.roundpic_wrapper.inverse .roundpic_inner .roundpic_item .text-part .subtitle {
	color: #fff;
}

.roundpic_wrapper.inverse .roundpic_inner .roundpic_item .text-part .text {
	color: #fff;
}

.roundpic_wrapper .roundpic_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner {
		padding: 0 10px;
	}
}

.roundpic_wrapper .roundpic_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 32px;
	margin-bottom: 60px;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 0 30px;
	margin-bottom: 20px;
}

.roundpic_wrapper .roundpic_inner .roundpic_item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item {
		padding: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item {
		margin-bottom: 40px;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item.left .roundpic-part {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 40px;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item.left .roundpic-part {
		margin-left: 30px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item.left .roundpic-part {
		margin: 0 auto;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item.left .text-part {
	padding-left: 0;
}

.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	width: 320px;
	height: 320px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
		width: 260px;
		height: 260px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 650px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
		width: 120px;
		height: 120px;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 10px solid #f5f5f5;
	box-sizing: border-box;
	background-clip: content-box !important;
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part img {
		border: 6px solid #f5f5f5;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item .text-part {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 40px;
	width: 100%;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part {
		padding-left: 30px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part {
		display: block;
		padding: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part {
		margin-top: 10px;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .subtitle {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .subtitle {
		font-size: 22px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .subtitle {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .subtitle {
		font-size: 20px;
	}
}

.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 20px;
	font-weight: 400;
}

@media screen and (max-width: 870px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .text {
		font-size: 17px;
	}
}

@media screen and (max-width: 750px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.roundpic_wrapper .roundpic_inner .roundpic_item .text-part .text {
		font-size: 16px;
	}
}

.steps-ver1_wrapper {
	padding: 40px 0;
	background: #F6F1ED;
}

.steps-ver1_wrapper.inverse {
	background: #64584C;
}

.steps-ver1_wrapper.inverse .steps-ver1_inner .title {
	color: #fff;
}

.steps-ver1_wrapper.inverse .steps-ver1_inner .step:last-child .number {
	background: #EED370;
	color: #000;
}

.steps-ver1_wrapper.inverse .steps-ver1_inner .step .number {
	color: #fff;
	background: #64584C;
	border: 2px solid #EED370;
}

.steps-ver1_wrapper.inverse .steps-ver1_inner .step .desc {
	color: #fff;
}

.steps-ver1_wrapper p {
	margin: 0;
	padding: 0;
}

.steps-ver1_wrapper .steps-ver1_inner {
	padding: 0 15px;
	max-width: 940px;
	margin: 0 auto;
}

@media screen and (max-width: 940px) {
	.steps-ver1_wrapper .steps-ver1_inner {
		padding: 0 30px;
	}
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver1_wrapper .steps-ver1_inner {
		padding: 0 10px;
	}
}

.steps-ver1_wrapper .steps-ver1_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	margin-bottom: 70px;
}

@media screen and (max-width: 940px) {
	.steps-ver1_wrapper .steps-ver1_inner .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver1_wrapper .steps-ver1_inner .title {
		font-size: 24px;
	}
}

.steps-ver1_wrapper .steps-ver1_inner .steps {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner .steps {
		display: block;
	}
}

.steps-ver1_wrapper .steps-ver1_inner .step {
	font-size: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	box-sizing: border-box;
	padding-right: 10px;
	padding-bottom: 60px;
}

@media screen and (max-width: 940px) {
	.steps-ver1_wrapper .steps-ver1_inner .step {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 33%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 33%;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 680px) {
	.steps-ver1_wrapper .steps-ver1_inner .step {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner .step {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
		padding-right: 0;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver1_wrapper .steps-ver1_inner .step {
		padding-bottom: 20px;
	}
}

.steps-ver1_wrapper .steps-ver1_inner .step:last-child .number {
	background: #EA6A45;
	color: #fff;
}

.steps-ver1_wrapper .steps-ver1_inner .step .number {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	background: #F6F1ED;
	font-size: 34px;
	line-height: 56px;
	font-weight: 700;
	border-radius: 50%;
	border: 2px solid #EA6A45;
	box-sizing: border-box;
	margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner .step .number {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver1_wrapper .steps-ver1_inner .step .number {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 36px;
	}
}

.steps-ver1_wrapper .steps-ver1_inner .step .desc {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 19px;
	font-weight: 700 !important;
}

@media screen and (max-width: 500px) {
	.steps-ver1_wrapper .steps-ver1_inner .step .desc {
		padding-top: 10px;
		font-size: 24px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver1_wrapper .steps-ver1_inner .step .desc {
		font-size: 18px;
		padding-top: 8px;
		padding-left: 10px;
	}
}

.steps-ver2_wrapper {
	background: #fff;
	padding: 40px 0;
}

.steps-ver2_wrapper.inverse {
	background: #64584C;
}

.steps-ver2_wrapper.inverse .steps-ver2_inner .title {
	color: #fff;
}

.steps-ver2_wrapper.inverse .steps-ver2_inner .steps-ver2_item .pic-part .number {
	background: #EBCA61;
	color: #000;
}

.steps-ver2_wrapper.inverse .steps-ver2_inner .steps-ver2_item .text-part .subtitle {
	color: #fff;
}

.steps-ver2_wrapper.inverse .steps-ver2_inner .steps-ver2_item .text-part .text {
	color: #fff;
}

.steps-ver2_wrapper p {
	margin: 0;
	padding: 0;
}

.steps-ver2_wrapper .steps-ver2_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner {
		padding: 0 30px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner {
		padding: 0 10px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 60px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 60px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item {
		display: block;
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item {
		margin-bottom: 30px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item:last-child {
	margin-bottom: 0;
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 40px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part {
		margin-left: 20px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part {
		margin: 0 auto;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part .number {
	right: 100%;
	margin-right: -80px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part .number {
		margin-right: -70px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part .number {
		margin-right: -70px;
	}
}

@media screen and (max-width: 550px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part .number {
		margin-right: -90px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part .number {
		margin-right: -70px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .text-part {
	padding-left: 0;
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part {
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	width: 380px;
	height: 234px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part {
		width: 280px;
		height: 172px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part {
		margin: 0 auto;
		width: 80%;
		height: auto;
		position: relative;
	}

	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part:before {
		content: '';
		display: block;
		padding-top: 62.5%;
	}
}

@media screen and (max-width: 550px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part {
		width: 100%;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part .number {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -45px;
	margin-right: -10px;
	width: 90px;
	height: 90px;
	text-align: center;
	background: #46a664;
	font-size: 55px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 90px;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part .number {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 45px;
		margin-right: 0;
		margin-top: -35px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part .number {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 45px;
		right: 100%;
		top: 100%;
		margin-right: -70px;
		margin-top: -70px;
	}
}

@media screen and (max-width: 550px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part .number {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 55px;
		margin-right: -90px;
		margin-top: -90px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part .number {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 45px;
		margin-right: -70px;
		margin-top: -70px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 40px;
	width: 100%;
}

@media screen and (max-width: 940px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part {
		padding-left: 20px;
	}
}

@media screen and (max-width: 750px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part {
		display: block;
		padding: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part {
		display: block;
		padding: 0;
		margin-top: 15px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .subtitle {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .subtitle {
		font-size: 18px;
	}
}

.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 450px) {
	.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .text {
		font-size: 16px;
	}
}

.horizontal-gallery_wrapper {
	background: #fff;
	padding: 40px 0 10px;
}

.horizontal-gallery_wrapper.inverse {
	background: #64584C;
}

.horizontal-gallery_wrapper.inverse .horizontal-gallery_inner .title {
	color: #fff;
}

.horizontal-gallery_wrapper.inverse .horizontal-gallery_inner .horizontal-gallery .picture .view {
	background-color: rgba(0, 0, 0, 0.7);
}

.horizontal-gallery_wrapper.inverse .horizontal-gallery_inner .horizontal-gallery .picture .view svg path {
	fill: #fff;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 980px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner {
		max-width: 702px;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
	position: relative;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	text-decoration: none;
	width: 220px;
	height: 157px;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (max-width: 980px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
		width: 160px;
		height: 114px;
	}
}

@media screen and (max-width: 730px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
		width: 210px;
		height: 150px;
	}
}

@media screen and (max-width: 700px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
		width: 47%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
		margin: 0 10px 10px 0;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:nth-child(4n) {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 730px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:nth-child(4n) {
		margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 730px) and (min-width: 700px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:nth-child(3n) {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 699px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:nth-child(even) {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 400px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:nth-child(even) {
		margin: 0 0 10px 0;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:last-child {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 400px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:last-child {
		margin: 0 0 10px 0;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture:hover .view {
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 6px;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture .view {
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

@media screen and (max-width: 980px) {
	.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture .view {
		display: none;
	}
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture .view:after {
	content: '';
	display: inline-block;
	width: 0;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture .view svg {
	display: inline-block;
	vertical-align: middle;
}

.horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture .view svg path {
	fill: #fff;
}

.vertical-gallery_wrapper {
	background: #fff;
	padding: 40px 0 10px;
}

.vertical-gallery_wrapper.inverse {
	background: #64584C;
}

.vertical-gallery_wrapper.inverse .vertical-gallery_inner .title {
	color: #fff;
}

.vertical-gallery_wrapper.inverse .vertical-gallery_inner .vertical-gallery .picture .view {
	background-color: rgba(0, 0, 0, 0.7);
}

.vertical-gallery_wrapper.inverse .vertical-gallery_inner .vertical-gallery .picture .view svg path {
	fill: #fff;
}

.vertical-gallery_wrapper .vertical-gallery_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 980px) {
	.vertical-gallery_wrapper .vertical-gallery_inner {
		max-width: 702px;
	}
}

@media screen and (max-width: 500px) {
	.vertical-gallery_wrapper .vertical-gallery_inner {
		padding: 0 10px;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
	position: relative;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	text-decoration: none;
	width: 220px;
	height: 290px;
	margin: 0 20px 20px 0;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (max-width: 980px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
		width: 160px;
		height: 210px;
	}
}

@media screen and (max-width: 730px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
		width: 210px;
		height: 278px;
	}
}

@media screen and (max-width: 700px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
		width: 47%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
		margin: 0 10px 10px 0;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:nth-child(4n) {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 730px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:nth-child(4n) {
		margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 730px) and (min-width: 700px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:nth-child(3n) {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 699px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:nth-child(even) {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 400px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:nth-child(even) {
		margin: 0 0 10px 0;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:last-child {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 400px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:last-child {
		margin: 0 0 10px 0;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture:hover .view {
	opacity: 1;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 12px;
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture .view {
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

@media screen and (max-width: 980px) {
	.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture .view {
		display: none;
	}
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture .view:after {
	content: '';
	display: inline-block;
	width: 0;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture .view svg {
	display: inline-block;
	vertical-align: middle;
}

.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture .view svg path {
	fill: #fff;
}

.one-good-wrapper .good-img a {
	display: inline-block;
	text-decoration: none;
	font-size: 0;
}

.one-good-icon__wrapper .one-good-icon__img a {
	display: inline-block;
	text-decoration: none;
	font-size: 0;
}

.only-one-product .only-one-product-inner.left .pic-part a {
	display: block;
	text-decoration: none;
	font-size: 0;
	height: 100%;
}

.roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part a {
	display: inline-block;
	text-decoration: none;
	font-size: 0;
}

.comments-cackle, .comments-vk {
	padding: 0 20px;
	background: #fff;
}

.comments-cackle-inner, .comments-vk-inner {
	padding: 30px 0;
	max-width: 940px;
	margin: 0 auto;
}

.comments-cackle-inner .title, .comments-vk-inner .title {
	color: #333;
	text-align: center;
	font: 30px 'PtSans', Arial, Helvetica, sans-serif;
	padding: 0 0 18px;
}

.not-support-cackle , .not-support-vk {
	position: relative;
	text-align: center;
}

.not-support-cackle img, .not-support-vk img {
	opacity: 0.2;
}

.not-support-cackle .text, .not-support-vk .text {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #000;
	font-size: 20px;
	transform: translateY(-50%);
}

@media all and (max-width: 960px) {
	.comments-cackle-inner, .comments-vk-inner {
		padding: 26px 0;
	}

	.comments-cackle-inner .title, .comments-vk-inner .title {
		font-size: 27px;
	}

	.not-support-cackle .text, .comments-vk-inner .text {
		font-size: 19px;
	}
}

@media all and (max-width: 768px) {
	.comments-cackle-inner, .comments-vk-inner {
		padding: 22px 0;
	}

	.comments-cackle-inner .title {
		font-size: 24px;
		padding: 0 0 17px;
	}

	.not-support-cackle .text {
		font-size: 18px;
	}
}

@media all and (max-width: 640px) {
	.comments-cackle-inner, .comments-vk-inner {
		padding: 20px 0;
	}

	.comments-cackle-inner .title {
		font-size: 21px;
		padding: 0 0 16px;
	}

	.not-support-cackle .text {
		font-size: 17px;
	}
}

@media all and (max-width: 480px) {
	.comments-cackle-inner, .comments-vk-inner {
		padding: 15px 0;
	}

	.comments-cackle-inner .title, .comments-vk-inner .title {
		font-size: 19px;
		padding: 0 0 15px;
	}

	.not-support-cackle .text, .not-support-vk .text {
		font-size: 16px;
	}
}

.comments-cackle.inverse, .comments-vk.inverse {
	background-color: #64584c;
}

.comments-cackle.inverse .not-support-cackle .text, .comments-cackle.inverse .title, .comments-vk.inverse .not-support-vk .text, .comments-vk.inverse .title {
	color: #fff;
}

.faq_ver3 {
	background-color: #f8f8f8;
	padding: 40px 35px;
}

@media screen and (max-width: 740px) {
	.faq_ver3 {
		padding: 40px 15px;
	}
}

@media screen and (max-width: 400px) {
	.faq_ver3 {
		padding: 40px 15px;
	}
}

.faq_ver3.inverse {
	background-color: #64584C;
}

.faq_ver3.inverse .faq_ver3_wrapper .title {
	color: #fff;
}

.faq_ver3.inverse .faq_ver3_wrapper .faq_ver3_inner .faq-item {
	background-color: rgba(0,0,0,.3);
}

.faq_ver3.inverse .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 830px) {
	.faq_ver3.inverse .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

.faq_ver3.inverse .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
	color: #fff;
}

.faq_ver3.inverse .faq_ver3_wrapper .button-wrap .button {
	background: #EBCA61;
	color: #000;
}

.faq_ver3 p {
	margin: 0;
	padding: 0;
}

.faq_ver3 .faq_ver3_wrapper {
	max-width: 940px;
	margin: 0 auto;
}

.faq_ver3 .faq_ver3_wrapper .title {
	text-align: left;
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 30px;
}

@media screen and (max-width: 830px) {
	.faq_ver3 .faq_ver3_wrapper .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 510px) {
	.faq_ver3 .faq_ver3_wrapper .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.faq_ver3 .faq_ver3_wrapper .title {
		font-size: 24px;
	}
}

.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 830px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item:last-child {
	margin-bottom: 0;
}

.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	width: 360px;
	padding-right: 30px;
	box-sizing: border-box;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 830px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 510px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
		font-size: 18px;
	}
}

.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 17px;
	padding-left: 30px;
	line-height: 27px;
	font-weight: 400;
	position: relative;
}

@media screen and (max-width: 830px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
		padding-left: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 510px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
		font-size: 20px;
	}
}

@media screen and (max-width: 400px) {
	.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
		font-size: 16px;
	}
}

.faq_ver3 .faq_ver3_wrapper .button-wrap {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}

.faq_ver3 .faq_ver3_wrapper .button-wrap .button {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #46a664;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 400px) {
	.faq_ver3 .faq_ver3_wrapper .button-wrap .button {
		font-size: 17px;
		padding: 10px 24px;
	}
}

.mirrored-products_wrapper {
	background: #fff;
	padding: 40px 0;
}

.mirrored-products_wrapper.inverse {
	background: #64584C;
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .title {
	color: #fff;
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .mirrored-products_item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .mirrored-products_item .text-part .subtitle {
	color: #fff;
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .mirrored-products_item .text-part .text {
	color: #fff;
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .mirrored-products_item .text-part .price {
	color: #fff;
}

.mirrored-products_wrapper.inverse .mirrored-products_inner .mirrored-products_item .text-part .button {
	background: #EBCA61;
	color: #000;
}

.mirrored-products_wrapper p {
	margin: 0;
	padding: 0;
}

.mirrored-products_wrapper .mirrored-products_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner {
		padding: 0 30px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner {
		padding: 0 10px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 60px;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item {
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: block;
	}
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.left .pic-part {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 40px;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.left .pic-part {
		margin-left: 20px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.left .pic-part {
		margin: 0 auto;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.left .text-part {
	padding-left: 0;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part {
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	width: 380px;
	height: 234px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

@media screen and (max-width: 840px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part {
		width: 280px;
		height: 172px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part {
		margin: 0 auto;
		width: 80%;
		height: auto;
		position: relative;
	}

	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part:before {
		content: '';
		display: block;
		padding-top: 62.5%;
	}
}

@media screen and (max-width: 550px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part {
		width: 100%;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part a {
	display: block;
	text-decoration: none;
	font-size: 0;
	height: 100%;
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 40px;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part {
		padding-left: 20px;
	}
}

@media screen and (max-width: 750px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part {
		display: block;
		padding: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part {
		display: block;
		padding: 0;
		margin-top: 15px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .subtitle {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 24px;
	margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .subtitle {
		font-size: 18px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .text {
		font-size: 16px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .price {
	font: 31px 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 18px;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .price {
		font-size: 24px;
	}
}

@media screen and (max-width: 580px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .price {
		font-size: 31px;
	}
}

.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .button {
	display: inline-block;
	border-radius: 30px;
	text-decoration: none;
	font: bold 19px 'PtSans', Arial, Helvetica, sans-serif;
	padding: 11px 30px;
	background: #46a664;
	color: #fff;
}

@media screen and (max-width: 940px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .button {
		font-size: 17px;
		padding: 12px 26px;
	}
}

@media screen and (max-width: 580px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .button {
		font-size: 26px;
		display: block;
		text-align: center;
		padding: 20px;
	}
}

@media screen and (max-width: 470px) {
	.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .button {
		font-size: 19px;
		padding: 14px;
	}
}

.reviews-and-feedback {
	background-color: #fff;
	padding: 40px 0;
}

.reviews-and-feedback.inverse {
	background-color: #64584C;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
	background-color: #64584C;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name {
	color: #fff;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text {
	color: #fff;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback {
	background-color: rgba(46,46,46,.2);
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name {
	color: #fff;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text {
	color: #fff;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .owl-next {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #64584C;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .owl-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #64584C;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .owl-prev {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #64584C;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .owl-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #64584C;
}

.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .button-wrap .button {
	background: #EBCA61;
	color: #000;
}

.reviews-and-feedback p {
	margin: 0;
	padding: 0;
}

.reviews-and-feedback .reviews-and-feedback_wrapper {
	max-width: 940px;
	padding: 0 35px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper {
		padding: 0 10px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
	width: 50%;
	background-color: #fff;
	border-radius: 6px 0 0 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
		width: auto;
		border-radius: 6px 6px 0 0;
		padding: 18px 30px 30px 30px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
		padding: 14px 20px 20px 20px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: left !important;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
		font-size: 22px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700 !important;
	color: #666;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name {
		font-size: 22px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name {
		font-size: 16px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 27px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text {
		font-size: 16px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback {
	width: 50%;
	background-color: #f6f6f6;
	border-radius: 0 6px 6px 0;
	padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback {
		width: auto;
		border-radius: 0 0 6px 6px;
		padding: 18px 30px 30px 30px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback {
		padding: 14px 20px 20px 20px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
	text-align: left !important;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
		font-size: 22px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700 !important;
	color: #666;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name {
		font-size: 22px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name {
		font-size: 16px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 27px;
}

@media screen and (max-width: 600px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text {
		font-size: 16px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .owl-next {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -70px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #fff;
	font-size: 0;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .owl-next {
		width: 40px;
		height: 40px;
		background-size: 10px 18px;
		bottom: -50px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .owl-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #fff;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .owl-next:hover {
		background-size: 10px 18px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .owl-prev {
	position: absolute;
	z-index: 100;
	right: 55px;
	bottom: -70px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #fff;
	font-size: 0;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .owl-prev {
		width: 40px;
		height: 40px;
		background-size: 10px 18px;
		bottom: -50px;
		right: 45px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .owl-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat #fff;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .owl-prev:hover {
		background-size: 10px 18px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .button-wrap {
	width: 100%;
	padding-top: 20px;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .button-wrap {
		padding-top: 10px;
	}
}

.reviews-and-feedback .reviews-and-feedback_wrapper .button-wrap .button {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #46a664;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 450px) {
	.reviews-and-feedback .reviews-and-feedback_wrapper .button-wrap .button {
		font-size: 16px;
		padding: 11px 20px;
	}
}

.link-top {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 64px;
	height: 64px;
	background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2230px%22%20%20viewBox%3D%220%200%2048%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M83%2C67.422L64.639%2C86%2C58.99%2C80.284%2C77.351%2C61.706%2C83%2C55.99l5.65%2C5.716L107.01%2C80.284%2C101.361%2C86Z%22%20transform%3D%22translate%28-59%20-56%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat rgba(0,0,0,.5);
	border-radius: 6px;
	background-size: 36px 22px;
	z-index: 1000;
	transition: opacity 0.5s;
}

.link-top.show {
	opacity: 1;
	visibility: visible;
}

@media all and (max-width: 1024px) {
	.link-top {
		width: 48px;
		height: 48px;
		right: 20px;
		bottom: 20px;
		background-size: 29px 18px;
	}
}

.one-good-form2 {
	background: #fff;
}

.one-good-form2.inverse {
	background: #64584C;
}

.one-good-form2.inverse .one-good-form2_wrapper .big-title {
	color: #fff;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-desc {
	color: #fff;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .button:hover {
	background: #efd584;
	color: #000;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup {
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_bg {
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap {
	background: #fbfae8;
	color: #000;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .title {
	color: #475055;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap form label {
	color: #000;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"] {
	color: #000;
	border: 1px solid #929a9d;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"].placeholder {
	color: #a5a5a5;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field textarea {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select {
	border: 1px solid #929a9d;
	color: #000;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select {
	color: #000;
	border: 1px solid #929a9d;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .field-title {
	color: #000;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button:hover {
	background: #efd584;
	color: #000;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .form-desc {
	color: #151515;
}

.one-good-form2 .one-good-form2_wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 0;
}

@media screen and (max-width: 1010px) {
	.one-good-form2 .one-good-form2_wrapper {
		padding: 40px 35px;
	}
}

@media screen and (max-width: 750px) {
	.one-good-form2 .one-good-form2_wrapper {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form2 .one-good-form2_wrapper {
		padding: 40px 10px;
	}
}

.one-good-form2 .one-good-form2_wrapper .big-title {
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
	padding: 0 10px;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .big-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.one-good-form2 .one-good-form2_wrapper .big-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form2 .one-good-form2_wrapper .big-title {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: left;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner.left .pic-part {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner.left .form-part {
	margin-right: 60px;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner {
		display: block;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part {
	width: 66%;
	margin-right: 20px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part {
		display: block;
		width: 100%;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-img {
	display: block;
	margin-bottom: 10px;
	font-size: 0;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-desc {
	color: #666;
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 27px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 520px) and (min-width: 470px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-desc {
		font-size: 22px;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part {
	width: 300px;
	max-width: 100%;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button-wrap {
	display: none;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button-wrap {
		display: block;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button-wrap {
		margin-top: 25px;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button {
	min-height: 40px;
	box-sizing: border-box;
	min-width: 200px;
	text-align: center;
	background-color: #46a664;
	color: #fff;
	text-decoration: none;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding: 9px 10px;
	display: none;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 25px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button:hover {
	background: #63af7b;
	color: #fff;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button {
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button {
		width: 100%;
		padding: 15px;
		font-size: 26px;
	}
}

@media screen and (max-width: 390px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .button {
		font-size: 22px;
		padding: 7px 15px;
	}
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		min-height: 100%;
		overflow: auto;
		white-space: nowrap;
		text-align: center;
		background: rgba(34, 34, 34, 0.5);
		opacity: 0;
		visibility: hidden;
		z-index: 111;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup.expand {
	visibility: visible;
	opacity: 1;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	opacity: 0;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_bg {
	border-radius: 11px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 9px;
	margin: 0 auto;
	max-width: 300px;
	display: inline-block;
	vertical-align: middle;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap {
	display: inline-block;
	position: relative;
	background: #fbfae8;
	color: #000;
	border-radius: 10px;
	text-align: left;
	padding: 20px 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap {
		box-sizing: border-box;
		max-width: 300px;
		white-space: normal;
		vertical-align: middle;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-anketa_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpldj0iaHR0cDovL3d3dy53My5vcmcvMjAwMS94bWwtZXZlbnRzIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgIHZpZXdCb3g9IjAgMCAxNSAxNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMTQuMSwxLjQgMTIuNywwIDcuMSw1LjcgMS40LDAgMCwxLjQgNS43LDcuMSAwLDEyLjcgMS40LDE0LjEgNy4xLDguNSAxMi43LDE0LjEgMTQuMSwxMi43IDguNSw3LjEiLz48L3N2Zz4=) 50% no-repeat;
	cursor: pointer;
}

@media screen and (min-width: 940px) {
	.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-anketa_close {
		display: none;
	}
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #475055;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .error-message {
	font-size: 13px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap form label {
	color: #000;
	font-size: 15px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap form .tpl-field {
	padding-bottom: 10px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"], .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap select {
	width: 100%;
	height: 40px;
	padding: 0 18px;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 4px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #929a9d;
	background: #fbfae8;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap input[type="text"].placeholder {
	color: #a5a5a5;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field textarea {
	box-sizing: border-box;
	outline-style: none;
	width: 100%;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border-radius: 4px;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field textarea:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-calendar_interval input[type="text"] {
	margin-bottom: 10px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select {
	outline-style: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	border-radius: 4px 0 0 4px;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select {
	outline-style: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
	border-radius: 4px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select:focus {
	border: 1px solid #776b5f;
	background: #fbfae8;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .field-title {
	text-align: left;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 17px;
	padding-bottom: 5px;
}

.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap {
	font-size: 13px;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button {
	display: block;
	outline-style: none;
	padding: 13px 20px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 19px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #46a664;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 25px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 10px;
	cursor: pointer;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button:hover {
	background: #63af7b;
	color: #fff;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .tpl-anketa-success-note {
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_wrap .form-desc {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #151515;
	padding: 7px 0;
	line-height: 21px;
}

.popup_video_block {
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 940px) {
	.popup_video_block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 500px) {
	.popup_video_block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 475px) {
	.popup_video_block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.popup_video_block.inverse .shadow {
	background-color: rgba(255, 255, 255, 0.7);
}

.popup_video_block.inverse .title {
	color: #000;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.popup_video_block.inverse .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: inherit;
	filter: ;
			left: none-0;
	top: 0;
}

.ie-8 .popup_video_block.inverse .title .ui-text-shadow-copy-1 {
	top: 1px;
}

.popup_video_block.inverse .button {
	background: #EBCA61;
	color: #000;
}

.popup_video_block p {
	margin: 0;
	padding: 0;
}

.popup_video_block .shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(36, 36, 36, .7);
}

.popup_video_block .popup_video_block_wrap {
	max-width: 940px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 500px) {
	.popup_video_block .popup_video_block_wrap {
		padding: 0 10px;
	}
}

.popup_video_block .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 63px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 40px;
	-moz-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popup_video_block .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=6);
	left: -6;
	top: -4px;
}

.ie-8 .popup_video_block .title .ui-text-shadow-copy-1 {
	top: -3px;
}

@media screen and (max-width: 940px) {
	.popup_video_block .title {
		font-size: 32px;
		padding-bottom: 30px;
		line-height: normal;
	}
}

@media screen and (max-width: 500px) {
	.popup_video_block .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 475px) {
	.popup_video_block .title {
		font-size: 26px;
	}
}

.popup_video_block .button {
	display: inline-block;
	background-color: #46a664;
	border-radius: 30px;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 36px;
}

@media screen and (max-width: 500px) {
	.popup_video_block .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 475px) {
	.popup_video_block .button {
		font-size: 17px;
		padding: 10px 24px;
	}
}

.background_video_block {
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 940px) {
	.background_video_block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 500px) {
	.background_video_block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 475px) {
	.background_video_block {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

.background_video_block.inverse .shadow {
	background-color: rgba(255, 255, 255, 0.7);
}

.background_video_block.inverse .title {
	color: #000;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.background_video_block.inverse .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: inherit;
	filter: ;
			left: none-0;
	top: 0;
}

.ie-8 .background_video_block.inverse .title .ui-text-shadow-copy-1 {
	top: 1px;
}

.background_video_block.inverse .button {
	background: #EBCA61;
	color: #000;
}

.background_video_block p {
	margin: 0;
	padding: 0;
}

.background_video_block .shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(36, 36, 36, .7);
}

.background_video_block .video-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.background_video_block video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}

@media screen and (max-width: 580px) {
	.background_video_block video {
		max-height: 100%;
	}
}

.background_video_block .background_video_block_wrap {
	max-width: 940px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 500px) {
	.background_video_block .background_video_block_wrap {
		padding: 0 10px;
	}
}

.background_video_block .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 63px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 40px;
	-moz-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.background_video_block .title .ui-text-shadow-copy-1 {
	visibility: visible;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=6);
	left: -6;
	top: -4px;
}

.ie-8 .background_video_block .title .ui-text-shadow-copy-1 {
	top: -3px;
}

@media screen and (max-width: 940px) {
	.background_video_block .title {
		font-size: 32px;
		padding-bottom: 30px;
		line-height: normal;
	}
}

@media screen and (max-width: 500px) {
	.background_video_block .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 475px) {
	.background_video_block .title {
		font-size: 26px;
	}
}

.background_video_block .button {
	display: inline-block;
	background-color: #46a664;
	border-radius: 30px;
	color: #fff;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 36px;
}

@media screen and (max-width: 500px) {
	.background_video_block .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 475px) {
	.background_video_block .button {
		font-size: 17px;
		padding: 10px 24px;
	}
}

.horizontal_blocks {
	background-color: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks {
		padding: 40px 0 10px;
	}
}

.horizontal_blocks.inverse {
	background-color: #64584C;
}

.horizontal_blocks.inverse .horizontal_blocks_wrapper .title {
	color: #fff;
}

.horizontal_blocks.inverse .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title {
	color: #fff;
}

.horizontal_blocks.inverse .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc {
	color: #fff;
}

.horizontal_blocks.inverse .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-price {
	color: #fff;
}

.horizontal_blocks.inverse .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .order {
	background: #EBCA61;
	color: #000;
}

.horizontal_blocks p {
	margin: 0;
	padding: 0;
}

.horizontal_blocks .horizontal_blocks_wrapper {
	max-width: 940px;
	margin: 0 auto;
}

.horizontal_blocks .horizontal_blocks_wrapper .title {
	text-align: center;
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.horizontal_blocks .horizontal_blocks_wrapper .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .title {
		font-size: 32px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner {
	font-size: 0;
	padding: 0 15px;
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner {
		padding: 0 10px;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .left-column {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-right: 2%;
	box-sizing: border-box;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .left-column {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .right-column {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .right-column {
		display: block;
		width: 100%;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
	position: relative;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	-ms-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 920px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item:last-child {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item {
		display: block;
		text-align: center;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	margin-right: 20px;
}

@media screen and (max-width: 920px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img {
		width: 90px;
		height: 90px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img {
		width: 140px;
		height: 140px;
		margin-right: 0px;
		margin: 0 auto;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img img {
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img a {
	text-decoration: none;
	display: block;
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title {
	font-size: 22px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #212121;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title {
		padding-top: 10px;
		font-size: 18px;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc {
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc {
		font-size: 18px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc {
		font-size: 16px;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-price {
	font: 26px 'PtSans';
	color: #212121;
	padding-bottom: 10px;
	font-weight: 700;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-price {
		font-size: 28px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-price {
		font-size: 20px;
	}
}

.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .order {
	display: inline-block;
	background-color: #46a664;
	border-radius: 30px;
	text-decoration: none;
	font: bold 16px 'PtSans';
	padding: 8px 24px;
	color: #fff;
}

@media screen and (max-width: 700px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .order {
		padding: 10px 32px;
		font-size: 20px;
	}
}

@media screen and (max-width: 450px) {
	.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .order {
		font-size: 18px;
		padding: 10px 25px;
	}
}

.multy_blocks {
	background-color: #fafafa;
	padding: 40px 0 20px;
}

@media screen and (max-width: 700px) {
	.multy_blocks {
		padding: 40px 0 10px;
	}
}

.multy_blocks.inverse {
	background-color: #64584C;
}

.multy_blocks.inverse .multy_blocks_wrapper .title {
	color: #fff;
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item {
	background: #64584C;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img:hover {
	-moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
	color: #fff;
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
	color: #fff;
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
	color: #fff;
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
	color: #f3cece;
}

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
	background: #EBCA61;
	color: #000;
}

.multy_blocks p {
	margin: 0;
	padding: 0;
}

.multy_blocks .multy_blocks_wrapper {
	max-width: 940px;
	padding: 0 15px;
	margin: 0 auto;
}

.multy_blocks .multy_blocks_wrapper .title {
	text-align: center;
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
	.multy_blocks .multy_blocks_wrapper .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .title {
		font-size: 24px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 969px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
		display: block;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	border: 1px solid transparent;
	-ms-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
	margin-right: 0;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:hover {
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 969px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
		max-width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
		margin-right: 2%;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 680px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
		max-width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
		margin-right: 0;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
		margin-right: 2%;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
		margin-bottom: 10px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
	width: 100%;
	height: auto;
	font-size: 0;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	-ms-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img:hover {
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
		text-align: center;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img a {
	display: block;
	text-decoration: none;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img img {
	width: 100%;
	height: auto;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block {
	padding: 12px;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .block-height {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
	font-size: 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #212121;
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
		font-size: 26px;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
		font-size: 22px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
	font-size: 14px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
		font-size: 18px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-direction: reverse;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #212121;
	padding-bottom: 10px;
	font-weight: 700;
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
		font-size: 30px;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
		font-size: 24px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #aeaeae;
	padding-bottom: 10px;
	font-weight: 400;
	text-decoration: line-through;
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
		font-size: 30px;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
		font-size: 24px;
	}
}

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
	display: inline-block;
	background-color: #46a664;
	border-radius: 30px;
	text-decoration: none;
	font: bold 17px 'PtSans', Arial, Helvetica, sans-serif;
	padding: 8px 20px;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
		display: block;
		text-align: center;
		font-size: 26px;
		padding: 15px 20px;
	}
}

@media screen and (max-width: 450px) {
	.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
		font-size: 22px;
		padding: 7px 20px;
	}
}


/*Блок контактов с картой, изображением и текстовым блоком*/

.multy_offices {
	background-color: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 420px) {
	.multy_offices {
		padding: 40px 0 30px;
	}
}

.multy_offices.inverse {
	background: #64584C;
}

.multy_offices.inverse .multy_offices_wrap .title {
	color: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap {
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: none;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .subtitle {
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .metro span svg .metro-style {
	fill: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .metro span svg .cls-2 {
	fill: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .metro span svg .cls-3 {
	fill: #263D96;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
	color: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .address {
	color: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .multy_offices_map_button {
	background: #EBCA61;
	color: #000;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .phones {
	color: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .contacts-title {
	color: #aeaeae;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .top-contacts .text {
	color: #fff;
}

.multy_offices.inverse .multy_offices_wrap .single-office_wrap .single-office_inner .picture-wrap .text {
	color: #fff;
}

.multy_offices .multy_offices_wrap {
	max-width: 940px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.multy_offices .multy_offices_wrap {
		padding: 0 35px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .multy_offices_wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .multy_offices_wrap {
		padding: 0 10px;
	}
}

.multy_offices .title {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

@media screen and (max-width: 880px) {
	.multy_offices .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.multy_offices .single-office_wrap {
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 14px 20px 20px 20px;
}

.multy_offices .single-office_wrap:nth-child(even) {
	margin-top: 40px;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap:nth-child(even) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap {
		padding: 18px 0 20px 0;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap {
		padding: 8px 0 10px 0;
	}
}

.multy_offices .single-office_wrap .subtitle {
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .subtitle {
		font-size: 24px;
		padding: 0 20px 18px 20px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .subtitle {
		font-size: 18px;
		padding: 0 10px 8px 10px;
		margin-bottom: 10px;
	}
}

.multy_offices .single-office_wrap .single-office_inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner {
		padding: 0 10px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts {
		-webkit-box-flex: auto;
		-webkit-flex: auto;
		-moz-box-flex: auto;
		-moz-flex: auto;
		-ms-flex: auto;
		flex: auto;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 50%;
	}
}

@media screen and (max-width: 720px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts {
		max-width: 45%;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts {
		max-width: 100%;
		width: 100%;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 210px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 210px;
	-ms-flex: 0 1 210px;
	flex: 0 1 210px;
	margin-right: 20px;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 16px;
}

@media screen and (max-width: 950px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span {
		margin-right: 10px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span svg .metro-style {
	fill: #d9242a;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span svg .cls-1 {
	fill: #ee2722;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span svg .cls-2 {
	fill: #263d96;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro span svg .cls-3 {
	fill: #fff;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro > div:nth-child(even) {
	margin-top: 10px;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
	display: inline-block;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	max-width: 156px;
	word-wrap: break-word;
}

@media screen and (max-width: 970px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
		max-width: 150px;
	}
}

@media screen and (max-width: 920px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
		max-width: 140px;
	}
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
		max-width: 80%;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
		font-size: 22px;
		max-width: 88%;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
		font-size: 17px;
		max-width: 85%;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .address {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 210px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 210px;
	-ms-flex: 0 1 210px;
	flex: 0 1 210px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .address {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 0;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .address {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .address {
		font-size: 17px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .multy_offices_map_button {
	display: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #46a664;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 30px;
	cursor: pointer;
	box-sizing: border-box;
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .multy_offices_map_button {
		display: inline-block;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .multy_offices_map_button {
		font-size: 18px;
		padding: 10px 24px;
		margin-bottom: 20px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .phones {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 170px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 170px;
	-ms-flex: 0 1 170px;
	flex: 0 1 170px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-right: 20px;
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .phones a {
	text-decoration: none;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .phones {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .phones {
		font-size: 22px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .phones {
		font-size: 17px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .contacts-title {
	font-size: 16px;
	color: #666666;
	font-weight: 700 !important;
	margin-bottom: 6px;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .contacts-title {
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .contacts-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .contacts-title {
		font-size: 17px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .top-contacts .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 250px;
	-moz-box-flex: 1;
	-moz-flex: 1 1 250px;
	-ms-flex: 1 1 250px;
	flex: 1 1 250px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .text {
		display: none;
	}
}

.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap {
	width: 60%;
	margin-right: 4%;
	font-size: 0;
}

@media screen and (max-width: 1015px) {
	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 20px;
	}
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap {
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 111;
		margin-right: 0;
		min-height: 100%;
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap.expand {
		position: fixed;
		visibility: visible;
		opacity: 1;
	}

	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap:before {
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		content: '';
		width: 0;
		opacity: 0;
	}
}

.multy_offices .single-office_wrap .single-office_inner .map-block {
	height: 280px;
	-moz-border-radius: 5px 5px 5px 5px;
/* Firefox */
	-webkit-border-radius: 5px 5px 5px 5px;
/* Safari, Chrome */
	-khtml-border-radius: 5px 5px 5px 5px;
/* KHTML */
	border-radius: 5px 5px 5px 5px;
/* CSS3 */
	overflow: hidden;
	position: relative;
/* chrome bug fix */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.multy_offices .single-office_wrap .single-office_inner .map-block > ymaps {
	height: 100% !important;
}

@media screen and (max-width: 1000px) {
	.multy_offices .single-office_wrap .single-office_inner .map-block {
		height: 200px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .map-block {
		background: #eee;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
	}
}

.multy_offices .single-office_wrap .single-office_inner .multy_offices_map_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20%20viewBox%3D%220%200%2028%2028%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M280%2E107%2C116%2E642L269%2E5%2C106%2E036l%2D10%2E607%2C10%2E606%2D3%2E535%2D3%2E535L265%2E964%2C102%2E5%2C255%2E358%2C91%2E893l3%2E535%2D3%2E535L269%2E5%2C98%2E965l10%2E607%2D10%2E607%2C3%2E535%2C3%2E535L273%2E036%2C102%2E5l10%2E606%2C10%2E607Z%22%20transform%3D%22translate%28%2D255%2E344%20%2D88%2E344%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat rgba(0, 0, 0, 0.5);
	background-size: 23px;
	z-index: 106;
	border-radius: 6px;
}

@media screen and (min-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map_close {
		display: none;
	}
}

.multy_offices .single-office_wrap .single-office_inner .picture-wrap {
	width: 36%;
}

@media screen and (max-width: 1000px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		-moz-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 340px;
	}
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap {
		-webkit-box-flex: auto;
		-webkit-flex: auto;
		-moz-box-flex: auto;
		-moz-flex: auto;
		-ms-flex: auto;
		flex: auto;
		max-width: 50%;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap {
		max-width: 400px;
		width: auto;
	}
}

.multy_offices .single-office_wrap .single-office_inner .picture-wrap .text {
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	display: none;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap .text {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap .text {
		font-size: 22px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap .text {
		font-size: 17px;
	}
}

.multy_offices .single-office_wrap .single-office_inner .picture-wrap a {
	display: block;
	font-size: 0;
}

.multy_offices .single-office_wrap .single-office_inner .picture-wrap img {
	width: 100%;
	height: 280px;
	border-radius: 5px;
}

@media screen and (max-width: 1000px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap img {
		height: 200px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap img {
		height: 260px;
	}
}

@media screen and (max-width: 420px) {
	.multy_offices .single-office_wrap .single-office_inner .picture-wrap img {
		height: 182px;
	}
}

.multy_offices .single-office_wrap .multy_offices_map-wrap2 {
	display: none;
}

@media screen and (max-width: 880px) {
	.multy_offices .single-office_wrap .multy_offices_map-wrap2 {
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width: 650px) {
	.multy_offices .single-office_wrap .multy_offices_map-wrap2 {
		display: none;
	}
}

.multy_offices .single-office_wrap .multy_offices_map-wrap2 .map-block {
	height: 280px;
	-moz-border-radius: 5px 5px 5px 5px;
/* Firefox */
	-webkit-border-radius: 5px 5px 5px 5px;
/* Safari, Chrome */
	-khtml-border-radius: 5px 5px 5px 5px;
/* KHTML */
	border-radius: 5px 5px 5px 5px;
/* CSS3 */
	overflow: hidden;
	position: relative;
/* chrome bug fix */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/*Блок социальных сетей*/

.social-links_wrap {
	background: #fff;
	padding: 34px 0 14px 0;
}

@media screen and (max-width: 800px) {
	.social-links_wrap {
		padding: 30px 0 10px 0;
	}
}

.social-links_wrap.inverse {
	background: #64584C;
}

.social-links_wrap .social-links_inner {
	max-width: 612px;
	margin: 0 auto;
	padding: 0 40px;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media screen and (max-width: 800px) {
	.social-links_wrap .social-links_inner {
		max-width: 440px;
		padding: 0 70px;
	}
}

@media screen and (max-width: 440px) {
	.social-links_wrap .social-links_inner {
		padding: 0 45px;
	}
}

.social-links_wrap .social-links_inner .social-links_icon-item {
	width: 52px;
	height: 52px;
	margin-right: 60px;
	margin-bottom: 20px;
}

.social-links_wrap .social-links_inner .social-links_icon-item:nth-child(6n) {
	margin-right: 0;
}

.social-links_wrap .social-links_inner .social-links_icon-item:last-child {
	margin-right: 0;
}

@media screen and (max-width: 820px) {
	.social-links_wrap .social-links_inner .social-links_icon-item {
		margin-right: 40px;
	}
}

@media screen and (max-width: 600px) {
	.social-links_wrap .social-links_inner .social-links_icon-item {
		margin-right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.social-links_wrap .social-links_inner .social-links_icon-item {
		margin-right: 10px;
	}
}

@media screen and (max-width: 800px) {
	.social-links_wrap .social-links_inner .social-links_icon-item {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 440px) {
	.social-links_wrap .social-links_inner .social-links_icon-item {
		width: 30px;
		height: 30px;
	}
}

.social-links_wrap .social-links_inner .social-links_icon-item a {
	display: inline-block;
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.social-links_wrap .social-links_inner .social-links_icon-item a img {
	width: 100%;
	height: auto;
}

/*Галерея с превью-слайдером*/

.gallery-with-preview {
	background: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	.gallery-with-preview {
		padding-bottom: 20px;
	}
}

.gallery-with-preview.inverse {
	background: #64584C;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .title {
	color: #fff;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .view {
	background-color: rgba(0, 0, 0, 0.7);
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .view svg path {
	fill: #fff;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a span {
	background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 950px) {
	.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a.shadow img {
		border: 4px solid #ff0000;
		margin: 0;
	}
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.gallery-with-preview.inverse .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.gallery-with-preview .gallery-with-preview_wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper {
		padding: 0 35px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper {
		padding: 0 10px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .title {
	color: #000;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner {
		display: block;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 660px;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap {
		width: 100%;
		display: block;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap {
		margin-bottom: 10px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_Slider {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_Slider li {
	outline: none;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
	display: inline-block;
	text-decoration: none;
	width: 660px;
	height: 375px;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
		width: 100%;
		max-height: 400px;
	}
}

@media screen and (max-width: 700px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
		height: 300px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
		height: 250px;
	}
}

@media screen and (max-width: 420px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
		height: 170px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img:hover .view {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img .view {
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

@media screen and (max-width: 768px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img .view {
		display: none;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img .view:after {
	content: '';
	display: inline-block;
	width: 0;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img .view svg {
	display: inline-block;
	vertical-align: middle;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img .view svg path {
	fill: #fff;
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 0;
	max-width: 250px;
	margin-left: 30px;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager {
		max-width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager {
		max-width: 350px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager {
		max-width: 79%;
	}
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-item.active {
		text-align: center;
	}
}

@media screen and (max-width: 790px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-item.active {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-item.active {
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-item.active {
		text-align: left;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
	display: inline-block;
	text-decoration: none;
	width: 120px;
	height: 66px;
	margin-bottom: 10px;
	position: relative;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
		width: 160px;
		height: 88px;
	}
}

@media screen and (max-width: 760px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
		width: 140px;
		height: 80px;
	}
}

@media screen and (max-width: 670px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
		width: 125px;
		height: 70px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
		width: 90px;
		height: 50px;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
		width: 72px;
		height: 40px;
	}
}

@media screen and (min-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a.shadow span {
		display: block;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a span {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5);
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a:nth-child(odd) {
	margin-right: 10px;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a:nth-child(odd) {
		margin-right: 0;
	}
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a.shadow img {
		border: 4px solid #ff0000;
		margin: 0;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a img {
		margin: 4px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev {
	position: absolute;
	z-index: 100;
	right: 55px;
	bottom: -10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev {
		bottom: -60px;
		right: 50%;
		margin-left: -5px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev {
		right: 100%;
		bottom: 5px;
		margin-left: 0;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev {
		width: 30px;
		height: 40px;
		background-size: 10px 18px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M13%2E285%2C3%2E305%20C14%2E014%2C2%2E498%2013%2E945%2C1%2E249%2013%2E137%2C0%2E521%20C12%2E329%2C%2D0%2E207%2011%2E077%2C%2D0%2E138%2010%2E347%2C0%2E669%20L0%2E508%2C11%2E471%20C0%2E164%2C11%2E845%20%2D0%2E014%2C12%2E317%20%2D0%2E014%2C12%2E799%20C%2D0%2E014%2C13%2E281%200%2E164%2C13%2E763%200%2E508%2C14%2E147%20L10%2E347%2C24%2E950%20C11%2E077%2C25%2E756%2012%2E329%2C25%2E825%2013%2E137%2C25%2E097%20C13%2E945%2C24%2E369%2014%2E014%2C23%2E120%2013%2E285%2C22%2E313%20L4%2E609%2C12%2E809%20L13%2E285%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-prev:hover {
		background-size: 10px 18px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%22%2E5%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

@media screen and (max-width: 950px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next {
		bottom: -60px;
		right: 50%;
		margin-right: -55px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next {
		right: -50px;
		bottom: 5px;
		margin-right: 0;
	}
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next {
		width: 30px;
		height: 40px;
		background-size: 10px 18px;
		right: -35px;
	}
}

.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2E525%2C3%2E305%20C%2D0%2E205%2C2%2E498%20%2D0%2E136%2C1%2E249%200%2E673%2C0%2E521%20C1%2E481%2C%2D0%2E207%202%2E733%2C%2D0%2E138%203%2E463%2C0%2E669%20L13%2E301%2C11%2E471%20C13%2E646%2C11%2E845%2013%2E824%2C12%2E317%2013%2E824%2C12%2E799%20C13%2E824%2C13%2E281%2013%2E646%2C13%2E763%2013%2E301%2C14%2E147%20L3%2E463%2C24%2E950%20C2%2E733%2C25%2E756%201%2E481%2C25%2E825%200%2E673%2C25%2E097%20C%2D0%2E136%2C24%2E369%20%2D0%2E205%2C23%2E120%200%2E525%2C22%2E313%20L9%2E200%2C12%2E809%20L0%2E525%2C3%2E305%20Z%22%20fill%2Dopacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

@media screen and (max-width: 470px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager .owl-next:hover {
		background-size: 10px 18px;
	}
}

/*Блок с увеличивающимися фото и описанием*/

.square-photo-blocks_wrapper {
	background: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 450px) {
	.square-photo-blocks_wrapper {
		padding: 40px 0 30px 0;
	}
}

.square-photo-blocks_wrapper.inverse {
	background: #64584C;
}

.square-photo-blocks_wrapper.inverse .square-photo-blocks_inner .title {
	color: #fff;
}

@media screen and (min-width: 950px) {
	.square-photo-blocks_wrapper.inverse .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap:hover .square-photo-blocks_picture {
		-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}

	.square-photo-blocks_wrapper.inverse .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap:hover .shadow {
		background: rgba(0, 0, 0, 0.7);
	}
}

.square-photo-blocks_wrapper.inverse .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow {
	background: rgba(0, 0, 0, 0.4);
}

.square-photo-blocks_wrapper.inverse .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text {
	color: #fff;
}

.square-photo-blocks_wrapper .square-photo-blocks_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 750px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner {
		padding: 0;
	}
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .title {
	text-align: center;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 700;
}

@media screen and (max-width: 950px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 750px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .title {
		font-size: 32px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .title {
		font-size: 24px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	text-decoration: none;
	width: 300px;
	height: 220px;
	box-sizing: border-box;
}

@media screen and (max-width: 950px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
		width: 350px;
		height: 250px;
	}
}

@media screen and (max-width: 750px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
		width: 480px;
		height: 360px;
	}
}

@media screen and (max-width: 500px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
		width: 100%;
		height: 240px;
	}
}

@media screen and (max-width: 370px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
		height: 200px;
	}
}

@media screen and (min-width: 950px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap:hover .square-photo-blocks_picture {
		z-index: 99;
		-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap:hover .shadow {
		background: rgba(0, 0, 0, 0.7);
	}
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .square-photo-blocks_picture {
	display: inline-block;
	font-size: 0;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 14px 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media screen and (max-width: 750px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow {
		padding: 20px;
	}
}

@media screen and (max-width: 400px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow {
		padding: 10px;
	}
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	vertical-align: bottom;
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	-moz-text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text .ui-text-shadow-copy-1 {
	visibility: visible;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40) progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=6);
	left: -6;
	top: -5px;
}

.ie-8 .square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text .ui-text-shadow-copy-1 {
	top: -4px;
}

@media screen and (max-width: 950px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text {
		font-size: 22px;
	}
}

@media screen and (max-width: 750px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text {
		font-size: 28px;
	}
}

@media screen and (max-width: 450px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .square-photo-blocks_text {
		font-size: 22px;
	}
}

/*Табы со слайдером заголовков и галереей*/

.tabs-block_wrap {
	background-color: #F0F0F0;
}

.tabs-block_wrap.inverse {
	background: #3c342d;
}

.tabs-block_wrap.inverse .tabs_block .title {
	color: #fff;
}

.tabs-block_wrap.inverse .tabs_block .tabs li {
	background: none;
	color: #fff;
}

.tabs-block_wrap.inverse .tabs_block .tabs li span {
	border-bottom: 1px dotted #fff;
}

.tabs-block_wrap.inverse .tabs_block .tabs li.opened {
	background-color: #64584C;
	color: #fff;
}

.tabs-block_wrap.inverse .tabs_block .box {
	background-color: #64584C;
	color: #fff;
}

.tabs-block_wrap.inverse .tabs_block .slick-prev {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2016%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5%2E081%2C13%2E003%20L15%2E193%2C22%2E458%20C16%2E014%2C23%2E227%2016%2E014%2C24%2E469%2015%2E193%2C25%2E238%20C14%2E363%2C26%2E017%2013%2E029%2C26%2E017%2012%2E208%2C25%2E238%20L0%2E604%2C14%2E393%20C0%2E198%2C14%2E008%20%2D0%2E009%2C13%2E505%20%2D0%2E009%2C13%2E003%20C%2D0%2E009%2C12%2E500%200%2E198%2C11%2E997%200%2E604%2C11%2E612%20L12%2E208%2C0%2E767%20C13%2E029%2C%2D0%2E012%2014%2E363%2C%2D0%2E012%2015%2E193%2C0%2E767%20C16%2E014%2C1%2E536%2016%2E014%2C2%2E779%2015%2E193%2C3%2E548%20L5%2E081%2C13%2E003%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #64584C;
}

.tabs-block_wrap.inverse .tabs_block .slick-next {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2016%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2E919%2C12%2E997%20L0%2E807%2C3%2E542%20C%2D0%2E014%2C2%2E773%20%2D0%2E014%2C1%2E531%200%2E807%2C0%2E762%20C1%2E637%2C%2D0%2E017%202%2E971%2C%2D0%2E017%203%2E792%2C0%2E762%20L15%2E396%2C11%2E607%20C15%2E802%2C11%2E992%2016%2E009%2C12%2E495%2016%2E009%2C12%2E997%20C16%2E009%2C13%2E500%2015%2E802%2C14%2E003%2015%2E396%2C14%2E388%20L3%2E792%2C25%2E233%20C2%2E971%2C26%2E012%201%2E637%2C26%2E012%200%2E807%2C25%2E233%20C%2D0%2E014%2C24%2E464%20%2D0%2E014%2C23%2E221%200%2E807%2C22%2E452%20L10%2E919%2C12%2E997%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #64584C;
}

.tabs-block_wrap .tabs_block:after {
	content: "";
	display: block;
	clear: both;
}

.tabs-block_wrap .tabs_block .title_wr {
	max-width: 940px;
	margin: 0 auto;
	padding-top: 40px;
}

@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .title_wr {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .title_wr {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .title_wr {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.tabs-block_wrap .tabs_block .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .title {
		font-size: 24px;
	}
}

.tabs-block_wrap .tabs_block .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

@media screen and (max-width: 300px) {
	.tabs-block_wrap .tabs_block .tabs {
		float: none;
	}
}

.tabs-block_wrap .tabs_block .tabs li {
	outline: none;
	text-align: center;
	float: left;
	padding: 19px 30px;
	background: rgba(0,0,0,.1);
	margin-right: 1px;
	cursor: pointer;
	color: #46A664;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .tabs li {
		font-size: 22px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .tabs li {
		padding: 11px 20px;
		font-size: 16px;
	}
}

.tabs-block_wrap .tabs_block .tabs li span {
	border-bottom: 1px dotted #46A664;
}

.tabs-block_wrap .tabs_block .tabs li.opened {
	background: #fff;
	color: #212121;
	font-weight: 700;
}

.tabs-block_wrap .tabs_block .tabs li.opened span {
	border-bottom: none;
}

.tabs-block_wrap .tabs_block .box {
	width: 100%;
	background: #fff;
	display: none;
	text-align: left;
	float: left;
	padding-bottom: 50px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #484848;
}

@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .box {
		padding: 0 34px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .box {
		padding: 0 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .box {
		padding: 0 10px;
		font-size: 16px;
	}
}

.tabs-block_wrap .tabs_block .box .box-inner {
	max-width: 940px;
	padding: 30px 0 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 720px) {
	.tabs-block_wrap .tabs_block .box .box-inner {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .box .box-inner {
		padding: 20px 0 40px 0;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .box .box-inner {
		padding: 20px 0 30px 0;
	}
}

.tabs-block_wrap .tabs_block .box.visible, .tabs-block_wrap .tabs_block .box.open_tab {
	display: block;
}

.tabs-block_wrap .tabs_block .box p {
	margin: 0;
	display: inline-block;
	text-align: left;
}

.tabs-block_wrap .tabs_block .box .img_wrap {
	display: inline-block;
	width: 380px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
		width: 300px;
	}
}

@media screen and (max-width: 720px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
		margin-top: 20px;
		width: 440px;
	}
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
		max-width: 440px;
		width: 100%;
		position: relative;
		overflow: hidden;
		height: auto;
	}
}

.tabs-block_wrap .tabs_block .box .img_wrap a {
	display: inline-block;
}

@media screen and (min-width: 720px) {
	.tabs-block_wrap .tabs_block .box .img_wrap.pl-left {
		-webkit-box-ordinal-group: 0;
		-moz-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 40px 0 0;
	}
@  media screen and (max-width: 1020px) {
		.tabs-block_wrap .tabs_block .box .img_wrap.pl-left {
margin: 0 10px 0 0;
	}
}

.tabs-block_wrap .tabs_block .box .img_wrap.pl-right {
	margin: 0 0 0 40px;
}

@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .box .img_wrap.pl-right {
		margin: 0 0 0 10px;
	}
}
}

.tabs-block_wrap .tabs_block .slick-prev {
	width: 66px;
	height: 66px;
	font-size: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	z-index: 100;
	cursor: pointer;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2016%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M5%2E081%2C13%2E003%20L15%2E193%2C22%2E458%20C16%2E014%2C23%2E227%2016%2E014%2C24%2E469%2015%2E193%2C25%2E238%20C14%2E363%2C26%2E017%2013%2E029%2C26%2E017%2012%2E208%2C25%2E238%20L0%2E604%2C14%2E393%20C0%2E198%2C14%2E008%20%2D0%2E009%2C13%2E505%20%2D0%2E009%2C13%2E003%20C%2D0%2E009%2C12%2E500%200%2E198%2C11%2E997%200%2E604%2C11%2E612%20L12%2E208%2C0%2E767%20C13%2E029%2C%2D0%2E012%2014%2E363%2C%2D0%2E012%2015%2E193%2C0%2E767%20C16%2E014%2C1%2E536%2016%2E014%2C2%2E779%2015%2E193%2C3%2E548%20L5%2E081%2C13%2E003%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff;
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .slick-prev {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .slick-prev {
		width: 42px;
		height: 42px;
	}
}

.tabs-block_wrap .tabs_block .slick-next {
	width: 66px;
	height: 66px;
	font-size: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 100;
	cursor: pointer;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2016%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10%2E919%2C12%2E997%20L0%2E807%2C3%2E542%20C%2D0%2E014%2C2%2E773%20%2D0%2E014%2C1%2E531%200%2E807%2C0%2E762%20C1%2E637%2C%2D0%2E017%202%2E971%2C%2D0%2E017%203%2E792%2C0%2E762%20L15%2E396%2C11%2E607%20C15%2E802%2C11%2E992%2016%2E009%2C12%2E495%2016%2E009%2C12%2E997%20C16%2E009%2C13%2E500%2015%2E802%2C14%2E003%2015%2E396%2C14%2E388%20L3%2E792%2C25%2E233%20C2%2E971%2C26%2E012%201%2E637%2C26%2E012%200%2E807%2C25%2E233%20C%2D0%2E014%2C24%2E464%20%2D0%2E014%2C23%2E221%200%2E807%2C22%2E452%20L10%2E919%2C12%2E997%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff;
}

.tabs-block_wrap .tabs_block .box .img_wrap a:not(:first-child) {
	width: 33%;
	box-sizing: border-box;
	padding: 5px;
}

@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .slick-next {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width: 430px) {
	.tabs-block_wrap .tabs_block .slick-next {
		width: 42px;
		height: 42px;
	}
}

.tabs-block_wrap .tabs_block .slick-disabled {
	display: none !important;
}

/*Блок с описанием, слайдером и формой*/

.one-good-form {
	background: #fff;
}

.one-good-form.inverse {
	background: #64584C;
}

.one-good-form.inverse .one-good-form_wrapper .big-title {
	color: #fff;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .pic-part-title {
	color: #fff;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .good-desc {
	color: #fff;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1000%2E34%20224%2E49C999%2E52%20225%2E23000000000002%20998%2E25%20225%2E16%20997%2E51%20224%2E34C996%2E77%20223%2E52%20996%2E84%20222%2E25%20997%2E66%20221%2E51L1008%2E64%20211%2E53C1009%2E02%20211%2E18%201009%2E5%20211%201009%2E99%20211C1010%2E48%20211%201010%2E97%20211%2E18%201011%2E36%20211%2E53L1022%2E34%20221%2E51C1023%2E1600000000001%20222%2E25%201023%2E23%20223%2E51999999999998%201022%2E49%20224%2E34C1021%2E75%20225%2E16%201020%2E48%20225%2E23%201019%2E66%20224%2E49L1010%20215%2E69Z%22%20fill%2Dopacity%3D%22%2E5%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D211%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1000%2E34%20224%2E49C999%2E52%20225%2E23000000000002%20998%2E25%20225%2E16%20997%2E51%20224%2E34C996%2E77%20223%2E52%20996%2E84%20222%2E25%20997%2E66%20221%2E51L1008%2E64%20211%2E53C1009%2E02%20211%2E18%201009%2E5%20211%201009%2E99%20211C1010%2E48%20211%201010%2E97%20211%2E18%201011%2E36%20211%2E53L1022%2E34%20221%2E51C1023%2E1600000000001%20222%2E25%201023%2E23%20223%2E51999999999998%201022%2E49%20224%2E34C1021%2E75%20225%2E16%201020%2E48%20225%2E23%201019%2E66%20224%2E49L1010%20215%2E69Z%22%20fill%2Dopacity%3D%221%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D211%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1000%2E34%20711%2E51C999%2E52%20710%2E77%20998%2E25%20710%2E84%20997%2E51%20711%2E66C996%2E77%20712%2E48%20996%2E84%20713%2E75%20997%2E66%20714%2E49L1008%2E64%20724%2E47C1009%2E02%20724%2E82%201009%2E5%20725%201009%2E99%20725C1010%2E48%20725%201010%2E97%20724%2E82%201011%2E36%20724%2E47L1022%2E34%20714%2E49C1023%2E1600000000001%20713%2E75%201023%2E23%20712%2E48%201022%2E49%20711%2E66C1021%2E75%20710%2E8399999999999%201020%2E48%20710%2E77%201019%2E66%20711%2E51L1010%20720%2E31Z%22%20fill%3D%22%23fff%22%20fill%2Dopacity%3D%22%2E5%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D710%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1000%2E34%20711%2E51C999%2E52%20710%2E77%20998%2E25%20710%2E84%20997%2E51%20711%2E66C996%2E77%20712%2E48%20996%2E84%20713%2E75%20997%2E66%20714%2E49L1008%2E64%20724%2E47C1009%2E02%20724%2E82%201009%2E5%20725%201009%2E99%20725C1010%2E48%20725%201010%2E97%20724%2E82%201011%2E36%20724%2E47L1022%2E34%20714%2E49C1023%2E1600000000001%20713%2E75%201023%2E23%20712%2E48%201022%2E49%20711%2E66C1021%2E75%20710%2E8399999999999%201020%2E48%20710%2E77%201019%2E66%20711%2E51L1010%20720%2E31Z%22%20fill%3D%22%23fff%22%20fill%2Dopacity%3D%221%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D710%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price {
	border: 3px solid #FBFAE8;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-title {
	color: #fff;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-stroke {
	color: #f9dcdc;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-actual {
	color: #fff;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap {
	background: #fbfae8;
	color: #000;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .title {
	color: #000;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap form label {
	color: #000;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"] {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	background: #fbfae8;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"].placeholder {
	color: #a5a5a5;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field textarea {
	border: 1px solid rgba(0, 0, 0, 0);
	color: #000;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	background: #fbfae8;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select {
	border: 1px solid rgba(0, 0, 0, 0);
	color: #000;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	background: #fbfae8;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select {
	border: 1px solid rgba(0, 0, 0, 0);
	color: #000;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	background: #fbfae8;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .field-title {
	color: #000;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button {
	background: #EBCA61;
	color: #000;
	border: none;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button:hover {
	background: #efd584;
	color: #000;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button:active {
	background: #c5aa53 !important;
	color: #000 !important;
}

.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .form-desc {
	color: #000;
}

.one-good-form .one-good-form_wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 10px;
	@media screen and (max-width: 750px) {
padding: 40px 15px;
}
}

.one-good-form .one-good-form_wrapper .big-title {
	display: block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .big-title {
		display: none;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner.left .pic-part {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner.left .form-part {
	margin-right: 30px;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner {
		display: block;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part {
	margin-right: 35px;
	width: 70%;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-moz-box-flex: 1;
	-moz-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

@media screen and (max-width: 960px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part {
		margin-right: 15px;
	}
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part {
		display: block;
		width: 100%;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .pic-part-title {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (min-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .pic-part-title {
		display: none;
	}
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .pic-part-title {
		display: block;
		font-size: 24px;
	}
}

@media screen and (max-width: 520px) and (min-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .pic-part-title {
		font-size: 32px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .good-desc {
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	line-height: 27px;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

@media screen and (max-width: 520px) and (min-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .good-desc {
		font-size: 24px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap {
	width: 500px;
	float: left;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap {
		width: 88%;
	}
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap {
		width: 100%;
		float: none;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .one-good-form_productSlider {
	margin: 0;
	padding: 0;
	list-style: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .one-good-form_productSlider li {
	outline: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .good-img {
	height: 375px;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .good-img {
		height: 450px;
	}
}

@media screen and (max-width: 479px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .good-img {
		height: 330px;
	}
}

@media screen and (max-width: 400px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .good-img {
		height: 225px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap .good-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 {
	float: right;
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 {
		float: none;
		display: block;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
	position: relative;
	height: 375px;
	width: 80px;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		height: 450px;
	}
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		width: 90%;
		margin: 0 auto;
		height: 80px;
	}
}

@media screen and (max-width: 600px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		width: 80%;
		margin: 0 auto;
		height: 50px;
	}
}

@media screen and (max-width: 390px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 350px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager-outer {
		width: 100%;
		margin: 0 auto;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .one-good-form_pager-wrap {
	padding: 45px 0;
	height: 375px;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .one-good-form_pager-wrap {
		padding: 42px 0;
		height: 450px;
	}
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .one-good-form_pager-wrap {
		padding: 0 88px;
		height: 100px;
	}
}

@media screen and (max-width: 544px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .one-good-form_pager-wrap {
		padding: 0 87px;
		height: 100px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .one-good-form_pager-wrap {
		padding: 0 55px;
		height: 50px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager {
	display: inline-block;
	width: 80px !important;
	height: 80px;
	outline: none;
	border: none;
	margin: 6px 0;
	position: relative;
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager {
		margin: 10px 15px;
	}
}

@media screen and (max-width: 520px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager {
		margin: 10px 8px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager {
		width: 50px !important;
		height: 50px;
	}
}

@media screen and (max-width: 400px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager {
		margin: 10px 7px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager img {
	width: auto;
	height: 100%;
	border-radius: 5px;
	outline: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager img:focus {
	outline: 0 !important;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .pager.slick-current span {
	display: inline-block;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev {
	font-size: 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 80px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1000%2E34%20224%2E49C999%2E52%20225%2E23000000000002%20998%2E25%20225%2E16%20997%2E51%20224%2E34C996%2E77%20223%2E52%20996%2E84%20222%2E25%20997%2E66%20221%2E51L1008%2E64%20211%2E53C1009%2E02%20211%2E18%201009%2E5%20211%201009%2E99%20211C1010%2E48%20211%201010%2E97%20211%2E18%201011%2E36%20211%2E53L1022%2E34%20221%2E51C1023%2E1600000000001%20222%2E25%201023%2E23%20223%2E51999999999998%201022%2E49%20224%2E34C1021%2E75%20225%2E16%201020%2E48%20225%2E23%201019%2E66%20224%2E49L1010%20215%2E69Z%22%20fill%2Dopacity%3D%22%2E5%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D211%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev {
		width: 80px;
		height: 80px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 100%;
		right: 100%;
		margin-top: -87px;
		margin-right: -80px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev {
		width: 50px;
		height: 50px;
		margin-top: -38px;
		margin-right: -50px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1000%2E34%20224%2E49C999%2E52%20225%2E23000000000002%20998%2E25%20225%2E16%20997%2E51%20224%2E34C996%2E77%20223%2E52%20996%2E84%20222%2E25%20997%2E66%20221%2E51L1008%2E64%20211%2E53C1009%2E02%20211%2E18%201009%2E5%20211%201009%2E99%20211C1010%2E48%20211%201010%2E97%20211%2E18%201011%2E36%20211%2E53L1022%2E34%20221%2E51C1023%2E1600000000001%20222%2E25%201023%2E23%20223%2E51999999999998%201022%2E49%20224%2E34C1021%2E75%20225%2E16%201020%2E48%20225%2E23%201019%2E66%20224%2E49L1010%20215%2E69Z%22%20fill%2Dopacity%3D%221%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D211%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-prev:focus {
	outline: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next {
	font-size: 0;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	width: 80px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1000%2E34%20711%2E51C999%2E52%20710%2E77%20998%2E25%20710%2E84%20997%2E51%20711%2E66C996%2E77%20712%2E48%20996%2E84%20713%2E75%20997%2E66%20714%2E49L1008%2E64%20724%2E47C1009%2E02%20724%2E82%201009%2E5%20725%201009%2E99%20725C1010%2E48%20725%201010%2E97%20724%2E82%201011%2E36%20724%2E47L1022%2E34%20714%2E49C1023%2E1600000000001%20713%2E75%201023%2E23%20712%2E48%201022%2E49%20711%2E66C1021%2E75%20710%2E8399999999999%201020%2E48%20710%2E77%201019%2E66%20711%2E51L1010%20720%2E31Z%22%20fill%3D%22%23212121%22%20fill%2Dopacity%3D%22%2E5%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D710%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}

@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next {
		width: 80px;
		height: 80px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		bottom: 7px;
		right: 0px;
	}
}

@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next {
		width: 50px;
		height: 50px;
		bottom: -12px;
		right: 0px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next:hover {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2028%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1000%2E34%20711%2E51C999%2E52%20710%2E77%20998%2E25%20710%2E84%20997%2E51%20711%2E66C996%2E77%20712%2E48%20996%2E84%20713%2E75%20997%2E66%20714%2E49L1008%2E64%20724%2E47C1009%2E02%20724%2E82%201009%2E5%20725%201009%2E99%20725C1010%2E48%20725%201010%2E97%20724%2E82%201011%2E36%20724%2E47L1022%2E34%20714%2E49C1023%2E1600000000001%20713%2E75%201023%2E23%20712%2E48%201022%2E49%20711%2E66C1021%2E75%20710%2E8399999999999%201020%2E48%20710%2E77%201019%2E66%20711%2E51L1010%20720%2E31Z%22%20fill%3D%22%23212121%22%20fill%2Dopacity%3D%221%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C%2D996%2C%2D710%29%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .one-good-form_slider-wrap2 .slick-next:focus {
	outline: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part {
	width: 32%;
	max-width: 100%;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price {
	border: 3px solid #507C8C;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 20px;
	font-size: 0;
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price {
		padding: 20px 10px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-inner {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-inner {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-inner {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		align-items: flex-end;
		width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-inner {
		display: block;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-title {
	display: inline-block;
	font-size: 18px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-title {
		-webkit-box-ordinal-group: -1;
		-moz-box-ordinal-group: -1;
		-webkit-order: -2;
		-moz-order: -2;
		-ms-flex-order: -2;
		order: -2;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-stroke {
	display: inline-block;
	font-size: 18px;
	text-decoration: line-through;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-stroke {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-moz-box-flex: 1;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: right;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-actual {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-actual {
		-webkit-box-ordinal-group: 0;
		-moz-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button-wrap {
	display: none;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button-wrap {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		text-align: right;
	}
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button-wrap {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
	min-height: 40px;
	box-sizing: border-box;
	min-width: 200px;
	text-align: center;
	background-color: #46a664;
	color: #fff;
	text-decoration: none;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding: 9px 10px;
	display: none;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 25px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
		width: 100%;
		padding: 15px;
		font-size: 26px;
	}
}

@media screen and (max-width: 390px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
		font-size: 22px;
		padding: 7px 15px;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup {
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		min-height: 100%;
		overflow: auto;
		white-space: nowrap;
		text-align: center;
		background: rgba(34, 34, 34, 0.5);
		opacity: 0;
		visibility: hidden;
		z-index: 111;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup.expand {
	visibility: visible;
	opacity: 1;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	opacity: 0;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_bg {
	border-radius: 11px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 9px;
	margin: 0 auto;
	max-width: 300px;
	display: inline-block;
	vertical-align: middle;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap {
	display: inline-block;
	position: relative;
	background: #fbfae8;
	color: #000;
	border-radius: 5px;
	text-align: left;
	padding: 20px 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap {
		box-sizing: border-box;
		max-width: 300px;
		white-space: normal;
		vertical-align: middle;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-anketa_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpldj0iaHR0cDovL3d3dy53My5vcmcvMjAwMS94bWwtZXZlbnRzIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgIHZpZXdCb3g9IjAgMCAxNSAxNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMTQuMSwxLjQgMTIuNywwIDcuMSw1LjcgMS40LDAgMCwxLjQgNS43LDcuMSAwLDEyLjcgMS40LDE0LjEgNy4xLDguNSAxMi43LDE0LjEgMTQuMSwxMi43IDguNSw3LjEiLz48L3N2Zz4=) 50% no-repeat;
	cursor: pointer;
}

@media screen and (min-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-anketa_close {
		display: none;
	}
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap form label {
	color: #000;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap form .tpl-field {
	padding-bottom: 10px;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 18px;
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #929a9d;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]:moz-placeholder {
	color: #a5a5a5;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]::-moz-placeholder {
	color: #a5a5a5;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap input[type="text"].placeholder {
	color: #a5a5a5;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field textarea {
	box-sizing: border-box;
	outline-style: none;
	width: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field.type-calendar_interval input[type="text"] {
	margin-bottom: 10px;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field.type-multi_select select {
	outline-style: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	border-radius: 4px 0 0 4px;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-field.type-select select {
	outline-style: none;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background: #fbfae8;
	border-radius: 4px;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .field-title {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 17px;
	padding-bottom: 5px;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button {
	display: block;
	outline-style: none;
	padding: 13px 20px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 19px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #46a664;
	-moz-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	-webkit-text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	text-shadow: 0.5px 0.9px 1px rgba(89, 56, 36, 0.6);
	border-radius: 25px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 10px;
	cursor: pointer;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button:hover {
	background: #63af7b;
	color: #fff;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap button:active {
	background: #36824e !important;
	color: #fff !important;
	box-shadow: none;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .tpl-anketa-success-note {
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_wrap .form-desc {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.81rem !important;
	text-align: center;
	color: #151515;
	padding: 7px 0;
	line-height: 21px;
}

.txt_bl3_wrapper {
	position: relative;
	background: #fff;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper {
		padding: 0 20px;
	}
}

.txt_bl3_wrapper.inverse {
	background: #64584C;
}

.txt_bl3_wrapper.inverse .txt_bl3_title {
	color: #fff;
}

.txt_bl3_wrapper.inverse .txt_bl3_title span {
	border-color: rgba(255, 255, 255, 0.15);
}

.txt_bl3_wrapper.inverse .txt_bl3_item {
	background: #fff;
	border-color: #fff;
}

.txt_bl3_wrapper.inverse .txt_bl3_item .txt_item_title {
	color: #222;
}

.txt_bl3_wrapper.inverse .txt_bl3_item .txt_item_text {
	color: #555;
}

.txt_bl3_wrapper.padding_class {
	padding-top: 48px;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper.padding_class {
		padding-top: 42px;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper.padding_class {
		padding-top: 44px;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper.padding_class {
		padding-top: 106px;
	}
}

.txt_bl3_wrapper .txt_bl3_wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 67px 0 40px;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_wrap {
		padding: 38px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_wrap {
		padding: 30px 0 10px;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_wrap {
		padding: 25px 0 10px;
	}
}

.txt_bl3_wrapper .txt_bl3_title {
	color: #222222;
	font: 32px/1.2 'opssb', Arial, Helvetica, sans-serif;
	margin: 0 0 25px;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_title {
		font-size: 30px;
		color: #333;
		text-align: left;
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_title {
		font-size: 26px;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_title {
		font-size: 22px;
		text-align: center;
	}
}

.txt_bl3_wrapper .txt_bl3_title span {
	padding: 0 0 18px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_title span {
		padding: 0 0 6px;
	}
}

.txt_bl3_wrapper .txt_bl3_items {
	font-size: 0;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_items {
		display: block;
	}
}

.txt_bl3_wrapper .txt_bl3_item {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 48%;
	-moz-box-flex: 1;
	-moz-flex: 1 1 48%;
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	margin: 0 3% 40px 0;
	background: #fff;
	border: 2px solid #F2F2F2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 38px;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_item {
		margin: 0 0 20px;
		padding: 32px 37px 30px;
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_item {
		padding: 20px 20px 20px;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_item {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.txt_bl3_wrapper .txt_bl3_item:nth-child(2n) {
		margin-right: 0;
	}
}

.txt_bl3_wrapper .txt_bl3_item .txt_item_pic {
	max-height: 240px;
	margin: 0 0 30px;
	font-size: 0;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_pic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 300px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 300px;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		margin: 0 30px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_pic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 260px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 260px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_pic {
		margin: 0 0 20px;
	}
}

.txt_bl3_wrapper .txt_bl3_item .txt_item_pic a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.txt_bl3_wrapper .txt_bl3_item .txt_item_pic img {
	max-height: 240px;
}

@media screen and (max-width: 1023px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_wr {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-moz-box-flex: 1;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.txt_bl3_wrapper .txt_bl3_item .txt_item_title {
	font-size: 18px;
	color: #379088;
	font: bold 20px/1.2 Arial, Helvetica, sans-serif;
	padding: 0 0 16px;
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_title {
		font-size: 18px;
		padding-bottom: 4px;
	}
}

@media screen and (max-width: 639px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_title {
		padding: 0 0 11px;
	}
}

.txt_bl3_wrapper .txt_bl3_item .txt_item_text {
	color: #666;
	font: 14px/22px Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
	.txt_bl3_wrapper .txt_bl3_item .txt_item_text {
		font-size: 15px;
		line-height: 22px;
	}
}

.txt_bl3_wrapper.inverse .txt-block_button {
	background: #EBCA61;
	color: #000;
}

.txt_bl3_wrapper .txt-block_button {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #46a664;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.comp_bl_wrapper {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 60px 40px;
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper {
		padding: 40px 64px 30px;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper {
		padding: 40px 20px 40px;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper {
		padding: 30px 10px 30px;
	}
}

.comp_bl_wrapper.border {
	border-bottom: 1px solid #cacaca;
}

.comp_bl_wrapper.inverse {
	background: #212121;
}

.comp_bl_wrapper.inverse.border {
	border-color: #cacaca;
}

.comp_bl_wrapper.inverse .comp_bl_title {
	color: #fff;
}

.comp_bl_wrapper.inverse .comp_bl_subtitle {
	color: #999;
}

.comp_bl_wrapper.inverse .comp_bl_item .comp_title {
	color: #ffffff;
}

.comp_bl_wrapper.inverse .comp_bl_item .comp_desc {
	color: #ffffff;
}

.comp_bl_wrapper.inverse .popup_button {
	background-image: -o-linear-gradient(#FFE668, #FFDA53);
	background-image: -moz-linear-gradient(#FFE668, #FFDA53);
	background-image: -webkit-linear-gradient(#FFE668, #FFDA53);
	background-image: -ms-linear-gradient(#FFE668, #FFDA53);
	background-image: linear-gradient( #FFE668, #FFDA53);
	color: #333;
}

.comp_bl_wrapper.inverse .popup_button:hover {
	background-image: -o-linear-gradient(#f9edb0, #FFDA53);
	background-image: -moz-linear-gradient(#f9edb0, #FFDA53);
	background-image: -webkit-linear-gradient(#f9edb0, #FFDA53);
	background-image: -ms-linear-gradient(#f9edb0, #FFDA53);
	background-image: linear-gradient( #f9edb0, #FFDA53);
	color: #333;
}

.comp_bl_wrapper.inverse .owl-prev {
	background: #F5F5F5;
}

.comp_bl_wrapper.inverse .owl-prev:after {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%2E007%2C12%2E885%20C0%2E007%2C12%2E577%200%2E126%2C12%2E260%200%2E355%2C12%2E032%20L11%2E868%2C0%2E352%20C12%2E335%2C%2D0%2E124%2013%2E089%2C%2D0%2E124%2013%2E556%2C0%2E352%20C14%2E022%2C0%2E828%2014%2E022%2C1%2E591%2013%2E556%2C2%2E067%20L2%2E886%2C12%2E885%20L13%2E556%2C23%2E702%20C14%2E022%2C24%2E178%2014%2E022%2C24%2E941%2013%2E556%2C25%2E417%20C13%2E089%2C25%2E893%2012%2E335%2C25%2E893%2011%2E868%2C25%2E417%20L0%2E355%2C13%2E737%20C0%2E126%2C13%2E509%200%2E007%2C13%2E192%200%2E007%2C12%2E885%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat;
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper.inverse .owl-prev:after {
		background-size: 9px 17px;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper.inverse .owl-prev:after {
		background-size: 10px 19px;
	}
}

.comp_bl_wrapper.inverse .owl-next {
	background: #F5F5F5;
}

.comp_bl_wrapper.inverse .owl-next:after {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13%2E896%2C12%2E885%20C13%2E896%2C12%2E577%2013%2E777%2C12%2E260%2013%2E549%2C12%2E032%20L2%2E035%2C0%2E352%20C1%2E569%2C%2D0%2E124%200%2E814%2C%2D0%2E124%200%2E348%2C0%2E352%20C%2D0%2E119%2C0%2E828%20%2D0%2E119%2C1%2E591%200%2E348%2C2%2E067%20L11%2E018%2C12%2E885%20L0%2E348%2C23%2E702%20C%2D0%2E119%2C24%2E178%20%2D0%2E119%2C24%2E941%200%2E348%2C25%2E417%20C0%2E814%2C25%2E893%201%2E569%2C25%2E893%202%2E035%2C25%2E417%20L13%2E549%2C13%2E737%20C13%2E777%2C13%2E509%2013%2E896%2C13%2E192%2013%2E896%2C12%2E885%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat;
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper.inverse .owl-next:after {
		background-size: 9px 17px;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper.inverse .owl-next:after {
		background-size: 10px 19px;
	}
}

.comp_bl_wrapper .comp_bg, .comp_bl_wrapper .comp_shadow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.comp_bl_wrapper .comp_bg {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.comp_bl_wrapper .comp_bg.left_top {
	background-position: 0 0;
}

.comp_bl_wrapper .comp_bg.left_center {
	background-position: 0 50%;
}

.comp_bl_wrapper .comp_bg.right_top {
	background-position: 100% 0;
}

.comp_bl_wrapper .comp_bg.center_top {
	background-position: 50% 0;
}

.comp_bl_wrapper .comp_bg.center_center {
	background-position: 50% 50%;
}

.comp_bl_wrapper .comp_bg.right_center {
	background-position: 100% 50%;
}

.comp_bl_wrapper .comp_bg.left_bottom {
	background-position: 0 100%;
}

.comp_bl_wrapper .comp_bg.center_bottom {
	background-position: 50% 100%;
}

.comp_bl_wrapper .comp_bg.right_bottom {
	background-position: 100% 100%;
}

.comp_bl_wrapper .comp_bg.fixed {
	background-attachment: fixed;
}

.comp_bl_wrapper .comp_shadow.opacity_0 {
	opacity: 0;
}

.comp_bl_wrapper .comp_shadow.opacity_10 {
	opacity: 0.1;
}

.comp_bl_wrapper .comp_shadow.opacity_20 {
	opacity: 0.2;
}

.comp_bl_wrapper .comp_shadow.opacity_30 {
	opacity: 0.3;
}

.comp_bl_wrapper .comp_shadow.opacity_40 {
	opacity: 0.4;
}

.comp_bl_wrapper .comp_shadow.opacity_50 {
	opacity: 0.5;
}

.comp_bl_wrapper .comp_shadow.opacity_60 {
	opacity: 0.6;
}

.comp_bl_wrapper .comp_shadow.opacity_70 {
	opacity: 0.7;
}

.comp_bl_wrapper .comp_shadow.opacity_80 {
	opacity: 0.8;
}

.comp_bl_wrapper .comp_shadow.opacity_90 {
	opacity: 0.9;
}

.comp_bl_wrapper .comp_bl_wrap {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}

.comp_bl_wrapper .comp_bl_title {
	font-size: 32px;
	line-height: 1.2;
	text-align: left;
	font-family: opssb;
	color: #212121;
}

@media screen and (max-width: 639px) {
	.comp_bl_wrapper .comp_bl_title {
		font-size: 22px;
		padding: 0 0 5px;
		text-align: center;
	}
}

.comp_bl_wrapper .comp_bl_subtitle {
	text-align: left;
	font-size: 16px;
	font-family: ops, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #999;
}

@media screen and (max-width: 639px) {
	.comp_bl_wrapper .comp_bl_subtitle {
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper .comp_bl_subtitle {
		font-size: 14px;
	}
}

.comp_bl_wrapper .comp_bl_slider {
	padding: 30px 0 0 0;
	max-width: 1120px;
	margin: 0 auto;
}

@media screen and (max-width: 1299px) {
	.comp_bl_wrapper .comp_bl_slider {
		max-width: 820px;
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper .comp_bl_slider {
		margin: 0;
		max-width: 100%;
	}
}

.comp_bl_wrapper .comp_bl_item {
	font-size: 0;
}

.comp_bl_wrapper .comp_bl_item .comp_bl_in {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 4% 0 0;
}

@media screen and (max-width: 1299px) {
	.comp_bl_wrapper .comp_bl_item .comp_bl_in {
		width: 48.5%;
		margin: 0 3% 0 0;
	}
}

@media screen and (max-width: 639px) {
	.comp_bl_wrapper .comp_bl_item .comp_bl_in {
		width: 100%;
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper .comp_bl_item .comp_bl_in {
		margin: 0 0 20px;
	}
}

.comp_bl_wrapper .comp_bl_item .comp_bl_in:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.comp_bl_wrapper .comp_bl_item .comp_title {
	color: #333;
	font-size: 28px;
	;
			line-height: 1.2;
	padding: 0 0 10px;
	font-family: opssb;
}

@media screen and (max-width: 639px) {
	.comp_bl_wrapper .comp_bl_item .comp_title {
		font-size: 24px;
	}
}

.comp_bl_wrapper .comp_bl_item .comp_pic {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	margin: 0 0 20px;
}

@media screen and (max-width: 1299px) {
	.comp_bl_wrapper .comp_bl_item .comp_pic {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
		border-radius: 6px;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper .comp_bl_item .comp_pic {
		margin: 0 0 10px;
	}
}

.comp_bl_wrapper .comp_bl_item .comp_pic img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 1299px) {
	.comp_bl_wrapper .comp_bl_item .comp_pic img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
		border-radius: 6px;
	}
}

.comp_bl_wrapper .comp_bl_item .comp_desc {
	color: #484848;
	font-size: 16px;
	line-height: 1.2;
}

.comp_bl_wrapper .popup_button_wr {
	text-align: center;
	padding: 38px 0 0 0;
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper .popup_button_wr {
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper .popup_button_wr {
		float: left;
		padding: 30px 0 0 0;
	}
}

.comp_bl_wrapper .popup_button {
	background-image: -o-linear-gradient(#FFE668, #FFDA53);
	background-image: -moz-linear-gradient(#FFE668, #FFDA53);
	background-image: -webkit-linear-gradient(#FFE668, #FFDA53);
	background-image: -ms-linear-gradient(#FFE668, #FFDA53);
	background-image: linear-gradient( #FFE668, #FFDA53);
	color: #333;
	font: 14px/1.2 'opssb', Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 12px 30px 12px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.comp_bl_wrapper .popup_button:hover {
	background-image: -o-linear-gradient(#f9edb0, #FFDA53);
	background-image: -moz-linear-gradient(#f9edb0, #FFDA53);
	background-image: -webkit-linear-gradient(#f9edb0, #FFDA53);
	background-image: -ms-linear-gradient(#f9edb0, #FFDA53);
	background-image: linear-gradient( #f9edb0, #FFDA53);
	color: #333;
}

.comp_bl_wrapper .owl-prev {
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #f5f5f5;
	font-size: 0;
}

@media screen and (max-width: 1350px) {
	.comp_bl_wrapper .owl-prev {
		left: -80px;
	}
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper .owl-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: -50px;
		background-size: 9px 11px;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper .owl-prev {
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 0 0;
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper .owl-prev {
		width: 42px;
		height: 42px;
	}
}

.comp_bl_wrapper .owl-prev:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%2E007%2C12%2E885%20C0%2E007%2C12%2E577%200%2E126%2C12%2E260%200%2E355%2C12%2E032%20L11%2E868%2C0%2E352%20C12%2E335%2C%2D0%2E124%2013%2E089%2C%2D0%2E124%2013%2E556%2C0%2E352%20C14%2E022%2C0%2E828%2014%2E022%2C1%2E591%2013%2E556%2C2%2E067%20L2%2E886%2C12%2E885%20L13%2E556%2C23%2E702%20C14%2E022%2C24%2E178%2014%2E022%2C24%2E941%2013%2E556%2C25%2E417%20C13%2E089%2C25%2E893%2012%2E335%2C25%2E893%2011%2E868%2C25%2E417%20L0%2E355%2C13%2E737%20C0%2E126%2C13%2E509%200%2E007%2C13%2E192%200%2E007%2C12%2E885%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat;
	background-size: 11px 18px;
}

.comp_bl_wrapper .owl-next {
	position: absolute;
	right: -80px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #f5f5f5;
	font-size: 0;
}

@media screen and (max-width: 1350px) {
	.comp_bl_wrapper .owl-next {
		right: -80px;
	}
}

@media screen and (max-width: 1023px) {
	.comp_bl_wrapper .owl-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: -50px;
		background-size: 9px 11px;
	}
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper .owl-next {
		position: relative;
		right: auto;
		top: auto;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width: 479px) {
	.comp_bl_wrapper .owl-next {
		width: 42px;
		height: 42px;
	}
}

.comp_bl_wrapper .owl-next:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2014%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13%2E896%2C12%2E885%20C13%2E896%2C12%2E577%2013%2E777%2C12%2E260%2013%2E549%2C12%2E032%20L2%2E035%2C0%2E352%20C1%2E569%2C%2D0%2E124%200%2E814%2C%2D0%2E124%200%2E348%2C0%2E352%20C%2D0%2E119%2C0%2E828%20%2D0%2E119%2C1%2E591%200%2E348%2C2%2E067%20L11%2E018%2C12%2E885%20L0%2E348%2C23%2E702%20C%2D0%2E119%2C24%2E178%20%2D0%2E119%2C24%2E941%200%2E348%2C25%2E417%20C0%2E814%2C25%2E893%201%2E569%2C25%2E893%202%2E035%2C25%2E417%20L13%2E549%2C13%2E737%20C13%2E777%2C13%2E509%2013%2E896%2C13%2E192%2013%2E896%2C12%2E885%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat;
	background-size: 11px 18px;
}

@media screen and (max-width: 767px) {
	.comp_bl_wrapper .owl-nav {
		text-align: right;
		float: right;
		padding: 30px 0 0 0;
	}
}

.how-we-work_wrapper {
	background-color: #fff;
}

.how-we-work_wrapper.inverse {
	background-color: #64584C;
}

.how-we-work_wrapper.inverse .how-we-work_inner > .title {
	color: #fff;
}

@media screen and (min-width: 650px) {
	.how-we-work_wrapper.inverse .content-item.right .content-item_real {
		border-left: 2px solid #EBCA61;
	}
}

.how-we-work_wrapper.inverse .content-item .number {
	background: #EBCA61;
	color: #000;
	border: 4px solid #64584C;
}

.how-we-work_wrapper.inverse .content-item .content-item_real {
	border-right: 2px solid #EBCA61;
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper.inverse .content-item .content-item_real {
		border-right: none;
		border-left: 2px solid #EBCA61;
	}
}

.how-we-work_wrapper.inverse .content-item .title {
	color: #fff;
}

.how-we-work_wrapper.inverse .content-item .text {
	color: #fff;
}

.how-we-work_wrapper .how-we-work_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 40px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .how-we-work_inner {
		padding: 40px 34px;
	}
}

@media screen and (max-width: 750px) {
	.how-we-work_wrapper .how-we-work_inner {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .how-we-work_inner {
		padding: 40px 10px;
	}
}

.how-we-work_wrapper .how-we-work_inner > .title {
	color: #000;
	text-align: center;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 70px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .how-we-work_inner > .title {
		font-size: 24px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 750px) {
	.how-we-work_wrapper .how-we-work_inner > .title {
		font-size: 26px;
		margin-bottom: 44px;
	}
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .how-we-work_inner > .title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .how-we-work_inner > .title {
		font-size: 24px;
	}
}

.how-we-work_wrapper .content-item {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 650px) {
	.how-we-work_wrapper .content-item.right .number {
		left: -36px;
	}

	.how-we-work_wrapper .content-item.right .content-item_real {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 0;
		padding-left: 60px;
		text-align: left;
		border-right: none;
		border-left: 2px solid #46a664;
	}

	.how-we-work_wrapper .content-item.right .content-item_shadow {
		padding-left: 0;
		padding-right: 60px;
	}
}

.how-we-work_wrapper .content-item:last-child .content-item_real {
	border: none;
}

.how-we-work_wrapper .content-item .number {
	content: '';
	position: absolute;
	top: -23px;
	right: -34px;
	display: inline-block;
	background: #46a664;
	color: #fff;
	font-family: "PtSans", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 4px solid #fff;
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .content-item .number {
		left: -35px;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .content-item .number {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
		left: -25px;
		top: -12px;
	}
}

.how-we-work_wrapper .content-item .content-item_real {
	position: relative;
	width: 50%;
	padding-right: 60px;
	text-align: right;
	border-right: 2px solid #46a664;
	padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .content-item .content-item_real {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .content-item .content-item_real {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		border-right: none;
		border-left: 2px solid #46a664;
		padding-right: 0;
		padding-left: 40px;
		margin-left: 30px;
		text-align: left;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .content-item .content-item_real {
		padding-left: 30px;
		margin-left: 20px;
	}
}

.how-we-work_wrapper .content-item .title {
	color: #212121;
	font-family: "PtSans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .content-item .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .content-item .title {
		font-size: 22px;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .content-item .title {
		font-size: 18px;
	}
}

.how-we-work_wrapper .content-item .text {
	color: #666;
	font-family: "PtSans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .content-item .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .content-item .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 450px) {
	.how-we-work_wrapper .content-item .text {
		font-size: 16px;
	}
}

.how-we-work_wrapper .content-item .content-item_shadow {
	width: 50%;
	padding-left: 60px;
	padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.how-we-work_wrapper .content-item .content-item_shadow {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.how-we-work_wrapper .content-item .content-item_shadow {
		display: none;
	}
}

.form-with-phone_wrapper {
	background-color: #fff;
	padding: 40px 30px;
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper {
		padding: 10px;
	}
}

.form-with-phone_wrapper.inverse {
	background: #64584C;
}

.form-with-phone_wrapper.inverse button {
	background: #EBCA61;
	color: #000;
}

.form-with-phone_wrapper .form-with-phone_bg {
	border-radius: 10px;
	background: url(../img/lp2/border-bg2.png) left top repeat #fbfae8;
	padding: 10px;
	max-width: 940px;
	margin: 0 auto;
}

.form-with-phone_wrapper .form-with-phone_inner {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fbfae8;
	border-radius: 10px;
}

.form-with-phone_wrapper .title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: medium;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .title {
		font-size: 25px;
		margin-bottom: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.form-with-phone_wrapper .form-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 65%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 65%;
	-ms-flex: 1 0 65%;
	flex: 1 0 65%;
	border-right: none;
	border-bottom: 1px solid #aeaeae;
	padding: 30px 40px 55px 40px;
	box-sizing: border-box;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .form-part {
		padding: 20px 30px 40px 30px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .form-part {
		padding: 30px 20px 50px 20px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .form-part {
		padding: 10px 10px 30px 10px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .form-wrap {
		text-align: center;
	}
}

.form-with-phone_wrapper .column.first {
	padding-right: 40px;
	box-sizing: border-box;
	width: 43% !important;
	max-width: 43%;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .column.first {
		padding-right: 30px;
		min-width: 280px;
	}
}

@media screen and (max-width: 750px) {
	.form-with-phone_wrapper .column.first {
		min-width: auto;
		max-width: auto;
		width: 50%;
		padding-right: 15px;
	}
}

.form-with-phone_wrapper .column.last {
	box-sizing: border-box;
	width: auto !important;
	max-width: 410px;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .column.last {
		max-width: 55%;
	}
}

@media screen and (max-width: 750px) {
	.form-with-phone_wrapper .column.last {
		min-width: auto;
		max-width: auto;
		width: 50%;
		padding-left: 15px;
	}
}

.form-with-phone_wrapper input[type="text"], .form-with-phone_wrapper input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 0 18px;
	outline-style: none;
	border: 1px solid #929a9d;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	color: #000;
	border-radius: 3px;
	background: #fbfae8;
}

.form-with-phone_wrapper input[type="text"]::-webkit-input-placeholder, .form-with-phone_wrapper input[type="email"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.form-with-phone_wrapper input[type="text"]:moz-placeholder, .form-with-phone_wrapper input[type="email"]:moz-placeholder {
	color: #a5a5a5;
}

.form-with-phone_wrapper input[type="text"]::-moz-placeholder, .form-with-phone_wrapper input[type="email"]::-moz-placeholder {
	color: #a5a5a5;
}

.form-with-phone_wrapper input[type="text"]:-ms-input-placeholder, .form-with-phone_wrapper input[type="email"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.form-with-phone_wrapper input[type="text"].placeholder, .form-with-phone_wrapper input[type="email"].placeholder {
	color: #a5a5a5;
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper input[type="text"], .form-with-phone_wrapper input[type="email"] {
		height: 50px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper input[type="text"], .form-with-phone_wrapper input[type="email"] {
		height: 40px;
	}
}

.form-with-phone_wrapper textarea {
	width: 100%;
	max-width: 100%;
	outline-style: none;
	display: block;
	height: 116px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 13px 18px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	color: #000;
	border-radius: 3px;
	background: #fbfae8;
	margin-bottom: 24px;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper textarea {
		margin-bottom: 30px;
	}
}

.form-with-phone_wrapper button {
	display: inline-block;
	outline-style: none;
	padding: 14px 30px;
	box-sizing: border-box;
	border: none;
	background: #46A664;
	color: #fff;
	font-size: 19px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper button {
		font-size: 17px;
		padding: 12px 26px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper button {
		width: 100%;
		padding: 20px;
		font-size: 26px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper button {
		padding: 14px 25px;
		font-size: 19px;
	}
}

.form-with-phone_wrapper .tpl-anketa-success-note {
	padding: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.form-with-phone_wrapper .error-message {
	font-size: 16px;
}

.form-with-phone_wrapper form label {
	color: #000;
	margin-bottom: 3px;
}

.form-with-phone_wrapper form label input[type="radio"], .form-with-phone_wrapper form label input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}

.form-with-phone_wrapper .tpl-field {
	margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .tpl-field {
		margin-bottom: 30px;
		text-align: left;
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .tpl-field {
		margin-bottom: 14px;
		margin-left: 0;
		margin-right: 0;
	}
}

.form-with-phone_wrapper .tpl-field .field-title {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #212121;
	margin-bottom: 4px;
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .tpl-field .field-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .tpl-field .field-title {
		font-size: 16px;
	}
}

.form-with-phone_wrapper .tpl-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-with-phone_wrapper .tpl-field.tpl-field-button {
	margin-bottom: 0;
}

.form-with-phone_wrapper .tpl-field.type-calendar_interval input[type="text"] {
	margin-bottom: 10px;
}

.form-with-phone_wrapper .tpl-field.type-radio_group ul li, .form-with-phone_wrapper .tpl-field.type-multi_checkbox ul li {
	margin-bottom: 3px;
}

.form-with-phone_wrapper .tpl-field.type-multi_select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	border-radius: 3px;
	color: #000;
	background: #fbfae8;
	width: 100%;
	padding: 10px 18px;
}

.form-with-phone_wrapper .tpl-field.type-select select {
	outline-style: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #929a9d;
	border-radius: 3px;
	color: #000;
	background: #fbfae8;
	min-height: 40px;
	width: 100%;
	padding: 0 18px;
}

.form-with-phone_wrapper .phone-part {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 35%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 35%;
	-ms-flex: 1 0 35%;
	flex: 1 0 35%;
	padding: 30px 40px 40px 40px;
	box-sizing: border-box;
}

.form-with-phone_wrapper .phone-part .title {
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .phone-part {
		padding: 20px 30px 40px 30px;
	}
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .phone-part {
		padding: 20px 30px 30px 30px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .phone-part {
		padding: 10px;
	}
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .phone-part .inner {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
}

@media screen and (max-width: 650px) {
	.form-with-phone_wrapper .phone-part .inner {
		display: block;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .phone-part .inner {
		padding: 10px;
	}
}

.form-with-phone_wrapper .phone-part .item {
	display: inline-block;
	width: 220px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 0;
	vertical-align: top;
}

.form-with-phone_wrapper .phone-part .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .phone-part .item {
		padding-right: 0;
		width: auto;
	}
}

@media screen and (max-width: 650px) {
	.form-with-phone_wrapper .phone-part .item {
		display: block;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .phone-part .item {
		margin-bottom: 20px;
	}
}

.form-with-phone_wrapper .phone-part .subtitle {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: 4px;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .phone-part .subtitle {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .phone-part .subtitle {
		font-size: 20px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .phone-part .subtitle {
		font-size: 16px;
	}
}

.form-with-phone_wrapper .phone-part .number {
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #212121;
	font-weight: 700;
}

@media screen and (max-width: 860px) {
	.form-with-phone_wrapper .phone-part .number {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.form-with-phone_wrapper .phone-part .number {
		font-size: 28px;
	}
}

@media screen and (max-width: 450px) {
	.form-with-phone_wrapper .phone-part .number {
		font-size: 20px;
	}
}

.form-with-phone_wrapper .form-with-phone_inner .cell {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}

.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n-1) {
	padding-right: 20px;
}

.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n) {
	padding-left: 20px;
}

@media all and (max-width: 768px) {
	.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n-1) {
		padding-right: 12px;
	}

	.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n) {
		padding-left: 12px;
	}
}

@media all and (max-width: 600px) {
	.form-with-phone_wrapper .form-with-phone_inner .cell {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n-1) {
		padding-right: 0px;
	}

	.form-with-phone_wrapper .form-with-phone_inner .cell:nth-child(2n) {
		padding-left: 0px;
	}
}



/*=====================Color styles=====================*/

/*===================== Titles =========================*/

.one-good-form2 .one-good-form2_wrapper .big-title, .one-good-form2 .one-good-form2_wrapper .big-title, .video-slider--theme5 .block-title, .products-with-pic--theme9 .block-title, .products--theme9 .block-title, .one-good-wrapper .good-desc-block .good-title, .one-good-icon__wrapper .one-good-icon__title, .one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title, .only-one-product .text-part .title, .tariff-blocks_wrapper .title, .mirrored-products_wrapper .mirrored-products_inner .title, .horizontal_blocks .horizontal_blocks_wrapper .title, .multy_blocks .multy_blocks_wrapper .title, .text--theme5 h1, .text--theme5 .h1, .multi-text--theme5 .block-title, .multi-text-no-pic .block-title, .multi-text-no-pic .block-title, .text-with-pic--theme9 .text-with-pic-inner .text-part .title, .sale-blocks-array--theme5 .block-title, .icon-plus-text .item-wrap .item-title, .roundpic_wrapper .roundpic_inner .title, .facts--theme5 .facts-wrapper .facts-inner .block-title, .foto-gallery-inline--theme9 .block-title, .foto-gallery-inline--theme9 .block-title, .vertical-gallery_wrapper .vertical-gallery_inner .title, .video-block--theme9 .block-title, .video-block-two--theme9 .video.small + .text-part .block-title, .sertificats--theme5 .block-title, .clients--theme5 .clients-wrapper .block-title, .reviews--theme9 .block-title, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title, .how-we-work--theme5 .block-title, .steps-ver1_wrapper .steps-ver1_inner .title, .steps-ver2_wrapper .steps-ver2_inner .title, .our-personal--theme5 .our-personal-inner .block-title, .faq_ver2 .faq_ver2_wrapper .title, .comments-cackle-inner .title, .comments-vk-inner .title, .faq_ver3 .faq_ver3_wrapper .title, .square-photo-blocks_wrapper .square-photo-blocks_inner .title, .gallery-with-preview .gallery-with-preview_wrapper .title, .tabs-block_wrap .tabs_block .title, .multy_offices .title, .one-good-form .one-good-form_wrapper .big-title, .txt_bl3_wrapper .txt_bl3_title {
	color: #000;
}


/*=============== Subtitles ================*/

.products-with-pic--theme9 .product .bottom-part .title, .one-good-icon__wrapper .one-good-icon__list .list-items .item .text, .mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .subtitle, .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title, .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title,.multi-text-no-pic .text-block .title, .text-with-pic--theme9 .text-with-pic-inner .text-part .title-after, .roundpic_wrapper .roundpic_inner .roundpic_item .text-part .subtitle, .steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .subtitle, .faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_title, .faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title, .reviews--theme9 .review .name, .tpl-anketa .title, .tabs-block_wrap .tabs_block .tabs li.opened, .multy_offices .single-office_wrap .subtitle {
	color: #212121;
}

/*=============== Content ==================*/

.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-desc, .video-slider--theme5 .text-slider .item .text, .products-with-pic--theme9 .product .bottom-part .text, .products--theme9 .product .bottom-part ul li, .one-good-wrapper .good-desc-block .good-desc, .one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc, .only-one-product .text-part .text, .tariff-blocks_wrapper .block .note, .mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .text, .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc, .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc, .text--theme5 .text, .multi-text--theme5 .multi-text-inner .inner, .multi-text-no-pic .text-block .text, .text-with-pic--theme9 .text-with-pic-inner .text-part .text, .icon-plus-text .item-wrap .item-text, .roundpic_wrapper .roundpic_inner .roundpic_item .text-part .text, .foto-gallery-inline--theme9 .item .text-inner, .video-block--theme9 .text, .video-block-two--theme9 .video.small + .text-part .text, .reviews--theme9 .review .text, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text, .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text, .how-we-work--theme5 .block-inner .item .title, .steps-ver1_wrapper .steps-ver1_inner .step .desc, .steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .text, .faq_ver2 .faq_ver2_wrapper .faq_ver2_inner .faq-item .faq-item_text, .faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text, .double-list--theme5 .item .text-part, .products-with-pic--theme9 .text-before, .products-with-pic--theme9 .text-after, .products--theme9 .text-before, .products--theme9 .text-after, .tabs-block_wrap .tabs_block .box, .multy_offices .single-office_wrap .single-office_inner .top-contacts .contacts-title, .multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner, .multy_offices .single-office_wrap .single-office_inner .top-contacts .phones, .multy_offices .single-office_wrap .single-office_inner .top-contacts .text, .multy_offices .single-office_wrap .single-office_inner .picture-wrap .text, .one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .good-desc, .txt_bl3_wrapper .txt_bl3_item .txt_item_text {
	color: #484848;
}

/*============== Global font styles =====================*/



.lp5_content_text {
	font: 1rem 'PtSans', Arial, Helvetica, sans-serift;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

.lp5_comment_text {
	font: 0.813rem 'PtSans', Arial, Helvetica, sans-serif;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 0.813rem !important;
}

.lp5_title_text {
	font: 1.75rem 'PtSans', Arial, Helvetica, sans-serif ;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 1.75rem;
	text-align: center;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	.lp5_title_text {
		font-size: 1.625rem !important;
	}
}

@media screen and (max-width: 640px) {
	.lp5_title_text {
		font-size: 1.5rem !important;
	}
}

@media screen and (max-width: 480px) {
	.lp5_title_text {
		font-size: 1.375rem !important;
	}
}

.lp5_subtitle_text {
	font: 1.375rem 'PtSans', Arial, Helvetica, sans-serif;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 1.375rem;
}


/*=================== Forms' titles ====================*/



.tpl-anketa .title  {
	font-family: 'PtSans', Arial, Helvetica, sans-serif !important;
	font-size: 1.2rem !important;
	text-align: center;
	margin-bottom: 10px;
}


.text-with-background-image-wrapper {
	position : relative;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
	padding : 0 20px;
}
.text-with-background-image-wrapper .overlay-block {
	position : absolute;
	left : 0;
	right : 0;
	top : 0;
	bottom : 0;
	background-color : #000;
	opacity : 0.5;
}
@media all and (min-width: 1025px) {
	.text-with-background-image-wrapper.image-fixed {
		background-attachment : fixed;
	}
}
.text-with-background-image-wrapper.inverse .overlay-block {
	background : #fff;
}
.text-with-background-image-wrapper.inverse .text-with-background-image-inner, .text-with-background-image-wrapper.inverse .title-wrapper, .text-with-background-image-wrapper.inverse .text-title, .text-with-background-image-wrapper.inverse .text-subtitle {
	color : #212121;
}
.text-with-background-image-inner {
	position : relative;
	max-width : 940px;
	margin : 0 auto;
	padding : 40px 0;
	line-height : 1.5;
	font-size : 16px;
	color : #fff;
}
.text-with-background-image-inner .title-wrapper {
	color : #fff;
	padding-bottom : 25px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
}
.text-with-background-image-inner .text-title {
	color : #fff;
	font-size : 28px;
	padding-bottom : 15px;
}
.text-with-background-image-inner .text-subtitle {
	font-size : 22px;
}
@media all and (max-width: 960px) {
	.text-with-background-image-inner {
		padding : 30px 0;
	}
	.text-with-background-image-inner .title-wrapper {
		padding-bottom : 20px;
	}
	.text-with-background-image-inner .text-title {
		font-size : 25px;
		padding-bottom : 12px;
	}
	.text-with-background-image-inner .text-subtitle {
		font-size : 20px;
	}
}
@media all and (max-width: 640px) {
	.text-with-background-image-inner {
		padding : 20px 0;
	}
	.text-with-background-image-inner .text-subtitle {
		font-size : 18px;
	}
	.text-with-background-image-inner .text-title {
		font-size : 22px;
		padding-bottom : 8px;
	}
	.text-with-background-image-inner .title-wrapper {
		padding-bottom : 15px;
	}
}

.sertificats-two--theme5 .sertificate {margin: 0;}


.one-screen {
	position : relative;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
	line-height : 1.4;
	font-family : "PtSans", Arial, Helvetica, sans-serif;
}
.one-screen:before {
	position : absolute;
	left : 0;
	right : 0;
	top : 0;
	bottom : 0;
	content : "";
	display : block;
	background : #000;
	opacity : 0.4;
}
@media all and (min-width: 1025px) {
	.one-screen.background-fixed {
		background-attachment : fixed;
	}
}
.one-screen__inner {
	min-height : 100vh;
	position : relative;
	z-index : 1;
	display : -moz-box;
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-direction : normal;
	-webkit-box-orient : vertical;
	-moz-box-direction : normal;
	-moz-box-orient : vertical;
	-webkit-flex-direction : column;
	-moz-flex-direction : column;
	-ms-flex-direction : column;
	flex-direction : column;
}
.one-screen__top {
	display : -moz-box;
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-flex : none;
	-webkit-flex : none;
	-moz-box-flex : none;
	-moz-flex : none;
	-ms-flex : none;
	flex : none;
	-webkit-box-align : center;
	-ms-flex-align : center;
	-webkit-align-items : center;
	-moz-align-items : center;
	align-items : center;
	padding : 30px 50px;
}
.one-screen__bottom {
	max-width : 1200px;
	margin : 0 auto;
	padding : 35px;
	display : -moz-box;
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-flex : 1;
	-webkit-flex : 1 0 1%;
	-moz-box-flex : 1;
	-moz-flex : 1 0 1%;
	-ms-flex : 1 0 1%;
	flex : 1 0 1%;
	-webkit-box-direction : normal;
	-webkit-box-orient : vertical;
	-moz-box-direction : normal;
	-moz-box-orient : vertical;
	-webkit-flex-direction : column;
	-moz-flex-direction : column;
	-ms-flex-direction : column;
	flex-direction : column;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	-moz-justify-content : center;
	justify-content : center;
}
.one-screen .company-name {
	-webkit-box-flex : 1;
	-webkit-flex : 1 0 0px;
	-moz-box-flex : 1;
	-moz-flex : 1 0 0px;
	-ms-flex : 1 0 0px;
	flex : 1 0 0px;
	display : -moz-box;
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	-webkit-align-items : center;
	-moz-align-items : center;
	align-items : center;
	-webkit-flex-wrap : wrap;
	-moz-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;
}
.one-screen .company-name__logo {
	font-size : 0;
	padding-right : 30px;
}
.one-screen .company-name__text {
	color : #fff;
	font-size : 26px;
	line-height : 1.4;
	min-width : 200px;
}
.one-screen .company-name__text a {
	color : inherit;
	text-decoration : none;
}
.one-screen .contacts-part {
	position : relative;
	-webkit-box-flex : none;
	-webkit-flex : none;
	-moz-box-flex : none;
	-moz-flex : none;
	-ms-flex : none;
	flex : none;
}
.one-screen .contacts-part__address {
	display : inline-block;
	position : relative;
}
.one-screen .contacts-part__address--icon {
	display : inline-block;
	width : 48px;
	height : 48px;
	vertical-align : middle;
	border-radius : 50%;
	margin-right : 12px;
	background : rgba(0, 0, 0, 0.2) url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2017%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M156.612%2C54.463l-5.49%2C5.2a0.914%2C0.914%2C0%2C0%2C1-1.253%2C0l-5.49-5.2a8.513%2C8.513%2C0%2C0%2C1%2C0-12.117%2C8.714%2C8.714%2C0%2C0%2C1%2C12.233%2C0A8.5%2C8.5%2C0%2C0%2C1%2C156.612%2C54.463ZM155.33%2C43.641a6.892%2C6.892%2C0%2C0%2C0-9.669%2C0%2C6.661%2C6.661%2C0%2C0%2C0-.01%2C9.507l4.849%2C4.6%2C4.84-4.588A6.673%2C6.673%2C0%2C0%2C0%2C155.33%2C43.641Zm-4.83%2C8.513a3.649%2C3.649%2C0%2C1%2C1%2C3.637-3.644A3.649%2C3.649%2C0%2C0%2C1%2C150.5%2C52.154Zm0-1.827a1.822%2C1.822%2C0%2C1%2C0-1.823-1.817A1.815%2C1.815%2C0%2C0%2C0%2C150.5%2C50.327Z%22%20transform%3D%22translate%28-141.844%20-39.844%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
	background-size : 19px 22px;
}
.one-screen .contacts-part__address--radio {
	display : none;
}
.one-screen .contacts-part__address .address {
	position : relative;
	color : #fff;
	vertical-align : middle;
	font-size : 16px;
	display : inline-block;
	max-width : 200px;
	line-height : 1.4;
	box-sizing : border-box;
}
.one-screen .contacts-part__phones {
	display : inline-block;
	position : relative;
	margin-left : 40px;
}
.one-screen .contacts-part__phones--icon {
	display : inline-block;
	width : 48px;
	height : 48px;
	vertical-align : middle;
	border-radius : 50%;
	margin-right : 12px;
	background : rgba(0, 0, 0, 0.2) url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-1%22%20d%3D%22M162.365%2C54.04l-2.182-1.824a0.464%2C0.464%2C0%2C0%2C0-.427-0.02l-1.21.8a0.947%2C0.947%2C0%2C0%2C1-.5.159A5.413%2C5.413%2C0%2C0%2C1%2C156.93%2C53a6.465%2C6.465%2C0%2C0%2C1-3.184-1.775%2C6.082%2C6.082%2C0%2C0%2C1-.734-0.873%2C6.521%2C6.521%2C0%2C0%2C1-1.032-2.3%2C4.8%2C4.8%2C0%2C0%2C1-.159-1.11%2C0.915%2C0.915%2C0%2C0%2C1%2C.149-0.506l0.814-1.209a0.466%2C0.466%2C0%2C0%2C0-.03-0.426l-1.815-2.181a0.227%2C0.227%2C0%2C0%2C0-.407%2C0l-1.21%2C1.467a2.071%2C2.071%2C0%2C0%2C0-.308%2C1.6c0.01%2C0.03.02%2C0.069%2C0.03%2C0.1a2.25%2C2.25%2C0%2C0%2C0%2C.119.407%2C9.577%2C9.577%2C0%2C0%2C0%2C.536%2C1.3%2C19.357%2C19.357%2C0%2C0%2C0%2C7.786%2C7.783%2C11.347%2C11.347%2C0%2C0%2C0%2C1.3.545%2C3.316%2C3.316%2C0%2C0%2C0%2C.417.109%2C0.56%2C0.56%2C0%2C0%2C1%2C.119.04%2C1.989%2C1.989%2C0%2C0%2C0%2C1.567-.317l1.478-1.21A0.218%2C0.218%2C0%2C0%2C0%2C162.365%2C54.04Zm-3.61-3.341a2.208%2C2.208%2C0%2C0%2C1%2C2.579.139l2.182%2C1.814a2.012%2C2.012%2C0%2C0%2C1-.01%2C3.182l-1.468%2C1.21a3.787%2C3.787%2C0%2C0%2C1-3.234.644%2C9.508%2C9.508%2C0%2C0%2C1-2.122-.8%2C19.422%2C19.422%2C0%2C0%2C1-4.93-3.658%2C19.211%2C19.211%2C0%2C0%2C1-3.66-4.937%2C9.157%2C9.157%2C0%2C0%2C1-.813-2.122%2C3.791%2C3.791%2C0%2C0%2C1%2C.654-3.222l1.2-1.467a2.024%2C2.024%2C0%2C0%2C1%2C3.194-.01l1.815%2C2.171a2.253%2C2.253%2C0%2C0%2C1%2C.139%2C2.588l-0.635.952a3.673%2C3.673%2C0%2C0%2C0%2C.08.456%2C4.937%2C4.937%2C0%2C0%2C0%2C.764%2C1.685%2C3.925%2C3.925%2C0%2C0%2C0%2C.535.635%2C4.7%2C4.7%2C0%2C0%2C0%2C.635.535%2C4.917%2C4.917%2C0%2C0%2C0%2C1.686.753c0.179%2C0.04.328%2C0.069%2C0.456%2C0.089ZM167%2C47.9a0.9%2C0.9%2C0%2C0%2C1-1.805%2C0%2C8.109%2C8.109%2C0%2C0%2C0-8.114-8.11%2C0.9%2C0.9%2C0%2C0%2C1%2C0-1.8A9.92%2C9.92%2C0%2C0%2C1%2C167%2C47.9Zm-9.919-5.859a0.9%2C0.9%2C0%2C0%2C0%2C0%2C1.8%2C4.054%2C4.054%2C0%2C0%2C1%2C4.057%2C4.055%2C0.9%2C0.9%2C0%2C0%2C0%2C1.805%2C0A5.866%2C5.866%2C0%2C0%2C0%2C157.078%2C42.044Z%22%20transform%3D%22translate%28-147.156%20-38%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
	background-size : 22px 22px;
}
.one-screen .contacts-part__phones--radio {
	display : none;
}
.one-screen .contacts-part__phones .phones {
	position : relative;
	color : #fff;
	vertical-align : middle;
	font-size : 20px;
	display : inline-block;
	max-width : 200px;
	line-height : 1.4;
	box-sizing : border-box;
}
.one-screen .contacts-part__phones .phones__title {
	font-size : 16px;
}
.one-screen .text-part {
	text-align : center;
	max-width : 1050px;
	margin : 0 auto;
	padding-bottom : 100px;
}
.one-screen .text-part__title {
	color : #fff;
	line-height : 1.4;
	padding-bottom : 20px;
	font-size : 50px;
}
.one-screen .text-part__text {
	color : #fff;
	font-size : 17px;
	padding-bottom : 40px;
	line-height : 1.8;
}
.one-screen .text-part__button {
	font-size : 19px;
	line-height : 1;
	color : #fff;
	text-decoration : none;
	display : inline-block;
	border-radius : 24px;
	background-color : #58c07f;
	background-image: linear-gradient(to bottom, #58c07f 0%, #43a260 100%);
		box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #3e9659;
	padding : 17px 63px 18px 62px;
}

.one-screen .text-part__button:hover {
	background-image: linear-gradient(to bottom, #f18c5b 0%, #ea6a45 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #dc603c; 
}

.one-screen .text-part__button:active {
	background-image: linear-gradient(to top, #ee7c51 0%, #ea6a45 100%);
	box-shadow: 0 -3px 0 #dc603c; 
}

.one-screen .advatages-part {
	text-align : center;
	margin : 0 -20px;
}
.one-screen .advatages-part__block {
	display : inline-block;
	vertical-align : top;
	width : 33.3%;
	box-sizing : border-box;
	padding : 0 20px 30px;
}
.one-screen .advatages-part__pic {
	display : inline-block;
	width : 88px;
	height : 88px;
	background : #fff;
	border-radius : 50%;
	box-sizing : border-box;
	padding : 15px;
	position : relative;
	text-align : center;
	margin-bottom : 20px;
}
.one-screen .advatages-part__pic svg {
	max-width : 100%;
	max-height : 100%;
}
.one-screen .advatages-part__pic svg path {
	fill : #ea6a45;
}
.one-screen .advatages-part__title {
	font-size : 24px;
	color : #fff;
	padding-bottom : 7px;
}
.one-screen .advatages-part__text {
	color : #fff;
	font-size : 15px;
}
.one-screen.first-part .text-part__text {
	padding-bottom : 0;
}
.one-screen.first-part .form-bottom-part {
	max-width : 940px;
	margin : 0 auto;
	text-align : center;
}
.one-screen.first-part .form-bottom-part .tpl-anketa {
	border-radius : 6px;
	padding : 20px 30px;
	background-color : #fff;
}
.one-screen.first-part .form-bottom-part .title {
	font-size : 24px;
	color : #212121;
	padding-bottom : 24px;
}
.one-screen.first-part .form-bottom-part .tpl-field {
	display : inline-block;
	vertical-align : top;
	margin : 0 10px 20px;
	width : 260px;
	box-sizing : border-box;
}

.one-screen.first-part .form-bottom-part .tpl-field.field-error .error-message {
	display: none;
}

.one-screen.first-part .form-bottom-part .tpl-field.field-error input[type="text"], .one-screen.first-part .form-bottom-part .tpl-field.field-error input[type="email"], .one-screen.first-part .form-bottom-part .tpl-field.field-error textarea {
	border-color: red;
}


.one-screen.first-part .form-bottom-part .tpl-field.tpl-field-personal_bottom {
	font-size : 14px;
	color : #666;
	margin : 0;
	width : 100%;
}
.one-screen.first-part .form-bottom-part .tpl-field.tpl-field-personal_bottom a {
	color : #2a3ff8;
}
.one-screen.first-part .form-bottom-part .tpl-field input[type="text"], .one-screen.first-part .form-bottom-part .tpl-field input[type="email"], .one-screen.first-part .form-bottom-part .tpl-field textarea {
	box-sizing : border-box;
	width : 100%;
	border : 1px solid #b5b5b5;
	box-shadow : inset 0 1px 4px rgba(0, 0, 0, 0.2);
	padding : 0 16px;
	height : 46px;
	border-radius : 6px;
}
.one-screen.first-part .form-bottom-part .tpl-field button {
	font-size : 19px;
	color : #fff;
	border-radius : 4px;
	background-color : #58c07f;
	background-image: linear-gradient(to bottom, #58c07f 0%, #43a260 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #3e9659;
	border : none;
	outline-style : none;
	display : block;
	min-height : 46px;
	box-sizing : border-box;
	width : 100%;
	padding : 8px 15px;
}

.one-screen.first-part .form-bottom-part .tpl-field button:hover {
	background-image: linear-gradient(to bottom, #f18c5b 0%, #ea6a45 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #dc603c; 
}

.one-screen.first-part .form-bottom-part .tpl-field button:active {
	background-image: linear-gradient(to top, #ee7c51 0%, #ea6a45 100%);
	box-shadow: 0 -3px 0 #dc603c; 
}

.one-screen.first-part .form-bottom-part .tpl-field ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
.one-screen.first-part .form-bottom-part .tpl-field textarea {
	height : 100px;
	padding : 16px;
}
.one-screen.third-part .form-and-video-wrapper {
	display : -moz-box;
	display : -webkit-box;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	-moz-justify-content : center;
	justify-content : center;
	-webkit-box-align : start;
	-ms-flex-align : start;
	-webkit-align-items : flex-start;
	-moz-align-items : flex-start;
	align-items : flex-start;
}
.one-screen.third-part .form-bottom-part {
	-webkit-box-flex : none;
	-webkit-flex : none;
	-moz-box-flex : none;
	-moz-flex : none;
	-ms-flex : none;
	flex : none;
	width : 320px;
	box-sizing : border-box;
	padding : 20px 30px 30px;
	background : #fff;
	border-radius : 6px;
	text-align : center;
}
.one-screen.third-part .form-bottom-part .title {
	font-size : 24px;
	padding-bottom : 24px;
}
.one-screen.third-part .form-bottom-part .tpl-field {
	padding-bottom : 20px;
	text-align : left;
	font-size : 17px;
	box-sizing : border-box;
}
.one-screen.third-part .form-bottom-part .tpl-field.tpl-field-personal_bottom {
	font-size : 14px;
	color : #666;
	margin : 0;
	width : 100%;
	padding: 20px 0 0 0;
	text-align: center;
}
.one-screen.third-part .form-bottom-part .tpl-field.tpl-field-personal_bottom a {
	color : #2a3ff8;
}
.one-screen.third-part .form-bottom-part .tpl-field.tpl-field-button {
	padding-bottom : 0;
}
.one-screen.third-part .form-bottom-part .tpl-field input[type="text"], .one-screen.third-part .form-bottom-part .tpl-field input[type="email"], .one-screen.third-part .form-bottom-part .tpl-field textarea {
	box-sizing : border-box;
	width : 100%;
	border : 1px solid #b5b5b5;
	box-shadow : inset 0 1px 4px rgba(0, 0, 0, 0.2);
	padding : 0 16px;
	height : 46px;
	border-radius : 6px;
}
.one-screen.third-part .form-bottom-part .tpl-field button {
	font-size : 19px;
	color : #fff;
	border-radius : 4px;
	background-image: linear-gradient(to bottom, #58c07f 0%, #43a260 100%);
		box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #3e9659;
	border : none;
	outline-style : none;
	display : block;
	min-height : 46px;
	box-sizing : border-box;
	width : 100%;
	padding : 8px 15px;
}

.one-screen.third-part .form-bottom-part .tpl-field button:hover {
	background-image: linear-gradient(to bottom, #f18c5b 0%, #ea6a45 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #dc603c; 
}

.one-screen.third-part .form-bottom-part .tpl-field button:active {
	background-image: linear-gradient(to top, #ee7c51 0%, #ea6a45 100%);
	box-shadow: 0 -3px 0 #dc603c; 
}

.one-screen.third-part .form-bottom-part .tpl-field ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
.one-screen.third-part .form-bottom-part .tpl-field textarea {
	height : 100px;
	padding : 16px;
}
.one-screen.third-part .video-wrapper {
	text-align : center;
	padding : 0 15px;
	-webkit-box-flex : 1;
	-webkit-flex : 1 0 0px;
	-moz-box-flex : 1;
	-moz-flex : 1 0 0px;
	-ms-flex : 1 0 0px;
	flex : 1 0 0px;
}
.one-screen.third-part .video-wrapper iframe {
	max-width : 100%;
}
.one-screen.second-part .one-screen__bottom {
	-webkit-box-direction : normal;
	-webkit-box-orient : horizontal;
	-webkit-flex-direction : row;
	-moz-flex-direction : row;
	-ms-flex-direction : row;
	flex-direction : row;
	-webkit-box-align : center;
	-ms-flex-align : center;
	-webkit-align-items : center;
	-moz-align-items : center;
	align-items : center;
}
.one-screen.second-part .text-part {
	text-align : left;
	padding : 0 30px 0;
}
.one-screen.second-part .form-bottom-part {
	-webkit-box-flex : none;
	-webkit-flex : none;
	-moz-box-flex : none;
	-moz-flex : none;
	-ms-flex : none;
	flex : none;
	width : 320px;
	box-sizing : border-box;
	padding : 20px 30px 30px;
	background : #fff;
	border-radius : 6px;
	text-align : center;
}
.one-screen.second-part .form-bottom-part .title {
	font-size : 24px;
	padding-bottom : 24px;
}
.one-screen.second-part .form-bottom-part .tpl-field {
	padding-bottom : 20px;
	text-align : left;
	font-size : 17px;
	box-sizing : border-box;
}
.one-screen.second-part .form-bottom-part .tpl-field.tpl-field-personal_bottom {
	font-size : 14px;
	color : #666;
	margin : 0;
	width : 100%;
	padding: 20px 0 0 0;
	text-align:center;
}
.one-screen.second-part .form-bottom-part .tpl-field.tpl-field-personal_bottom a {
	color : #2a3ff8;
}
.one-screen.second-part .form-bottom-part .tpl-field.tpl-field-button {
	padding-bottom : 0;
}
.one-screen.second-part .form-bottom-part .tpl-field input[type="text"], .one-screen.second-part .form-bottom-part .tpl-field input[type="email"], .one-screen.second-part .form-bottom-part .tpl-field textarea {
	box-sizing : border-box;
	width : 100%;
	border : 1px solid #b5b5b5;
	box-shadow : inset 0 1px 4px rgba(0, 0, 0, 0.2);
	padding : 0 16px;
	height : 46px;
	border-radius : 6px;
}
.one-screen.second-part .form-bottom-part .tpl-field button {
	font-size : 19px;
	color : #fff;
	border-radius : 4px;
	background-image: linear-gradient(to bottom, #58c07f 0%, #43a260 100%);
		box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #3e9659;
	border : none;
	outline-style : none;
	display : block;
	min-height : 46px;
	box-sizing : border-box;
	width : 100%;
	padding : 8px 15px;
}

.one-screen.second-part .form-bottom-part .tpl-field button:hover {
	background-image: linear-gradient(to bottom, #f18c5b 0%, #ea6a45 100%);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, .3), 0 3px 0 #dc603c; 
}

.one-screen.second-part .form-bottom-part .tpl-field button:active {
	background-image: linear-gradient(to top, #ee7c51 0%, #ea6a45 100%);
	box-shadow: 0 -3px 0 #dc603c; 
}

.one-screen.second-part .form-bottom-part .tpl-field ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
.one-screen.second-part .form-bottom-part .tpl-field textarea {
	height : 100px;
	padding : 16px;
}
@media all and (max-width: 1280px) {
	.one-screen__top {
		padding : 20px 40px;
	}
	.one-screen .text-part__title {
		font-size : 36px;
	}
	.one-screen .text-part__text {
		font-size : 16px;
		line-height : 1.5;
	}
	.one-screen .advatages-part__title {
		font-size : 20px;
	}
	.one-screen .advatages-part__pic {
		width : 72px;
		height : 72px;
		padding : 10px;
	}
	.one-screen.first-part .form-bottom-part .tpl-field input[type="text"], .one-screen.first-part .form-bottom-part .tpl-field input[type="email"], .one-screen.first-part .form-bottom-part .tpl-field textarea {
		height : 40px;
	}
	.one-screen.first-part .form-bottom-part .tpl-field textarea {
		height : 80px;
	}
}

@media all and (max-width: 940px) {
	.one-screen__top {
		padding : 20px 30px;
	}

	.one-screen .company-name__text {
		font-size : 26px;
	}

	.one-screen .contacts-part__address--icon {
		background : #fff url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2017%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20d%3D%22M156.612%2C54.463l-5.49%2C5.2a0.914%2C0.914%2C0%2C0%2C1-1.253%2C0l-5.49-5.2a8.513%2C8.513%2C0%2C0%2C1%2C0-12.117%2C8.714%2C8.714%2C0%2C0%2C1%2C12.233%2C0A8.5%2C8.5%2C0%2C0%2C1%2C156.612%2C54.463ZM155.33%2C43.641a6.892%2C6.892%2C0%2C0%2C0-9.669%2C0%2C6.661%2C6.661%2C0%2C0%2C0-.01%2C9.507l4.849%2C4.6%2C4.84-4.588A6.673%2C6.673%2C0%2C0%2C0%2C155.33%2C43.641Zm-4.83%2C8.513a3.649%2C3.649%2C0%2C1%2C1%2C3.637-3.644A3.649%2C3.649%2C0%2C0%2C1%2C150.5%2C52.154Zm0-1.827a1.822%2C1.822%2C0%2C1%2C0-1.823-1.817A1.815%2C1.815%2C0%2C0%2C0%2C150.5%2C50.327Z%22%20transform%3D%22translate%28-141.844%20-39.844%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
		margin-right : 0;
	}

	.one-screen .contacts-part__address .address {
		display : none;
		position : absolute;
		background : #fff;
		color : #333;
		padding : 20px;
		top : 121%;
		width : 270px;
		border-radius : 6px;
		max-width : none;
		right : -25px;
	}

	.one-screen .contacts-part__phones {
		margin-left : 20px;
	}

	.one-screen .contacts-part__address--radio {
		display : block;
		opacity : 0;
		position : absolute;
		width : 48px;
		height : 48px;
		top : 0;
		left : 0;
	}

	.one-screen .contacts-part__address--radio:checked + div {
		display : block;
	}

	.one-screen .advatages-part {
		margin : 0;
		text-align : left;
	}

	.one-screen .advatages-part__block {
		width : 100%;
		padding : 0 0 40px;
		display : -moz-box;
		display : -webkit-box;
		display : -webkit-flex;
		display : -moz-flex;
		display : -ms-flexbox;
		display : flex;
	}

	.one-screen .advatages-part__pic {
		margin-right : 18px;
		-webkit-box-flex : none;
		-webkit-flex : none;
		-moz-box-flex : none;
		-moz-flex : none;
		-ms-flex : none;
		flex : none;
	}

	.one-screen .advatages-part__pic img {
		max-height : 100%;
	}

	.one-screen.third-part .form-and-video-wrapper {
		display : block;
	}

	.one-screen.third-part .video-wrapper {
		padding : 0 0 40px;
	}

	.one-screen.third-part .form-bottom-part {
		width : 100%;
	}

	.one-screen.third-part .form-bottom-part .tpl-field, .one-screen.second-part .form-bottom-part .tpl-field {
		display : inline-block;
		width : 260px;
		vertical-align : top;
		margin : 0 10px;
	}

	.one-screen.third-part .form-bottom-part .tpl-field input[type="text"], .one-screen.third-part .form-bottom-part .tpl-field input[type="email"], .one-screen.third-part .form-bottom-part .tpl-field textarea {
		height : 40px;
	}

	.one-screen.third-part .form-bottom-part .tpl-field textarea {
		height : 90px;
	}

	.one-screen.second-part .one-screen__bottom {
		display : block;
	}

	.one-screen.second-part .text-part {
		text-align : center;
	}

	.one-screen.second-part .form-bottom-part {
		width : 100%;
	}

	.one-screen.second-part .text-part {
		padding : 0 0 30px;
	}
}

@media all and (max-width: 767px) {
	.one-screen .one-screen__inner, .one-screen .one-screen__bottom {
		display : block;
	}

	.one-screen.first-part .text-part {
		padding-bottom : 60px;
	}

	.one-screen__top {
		padding : 20px;
	}

	.one-screen .contacts-part__phones--icon {
		background : #fff url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ea6a45%22%20class%3D%22cls-1%22%20d%3D%22M162.365%2C54.04l-2.182-1.824a0.464%2C0.464%2C0%2C0%2C0-.427-0.02l-1.21.8a0.947%2C0.947%2C0%2C0%2C1-.5.159A5.413%2C5.413%2C0%2C0%2C1%2C156.93%2C53a6.465%2C6.465%2C0%2C0%2C1-3.184-1.775%2C6.082%2C6.082%2C0%2C0%2C1-.734-0.873%2C6.521%2C6.521%2C0%2C0%2C1-1.032-2.3%2C4.8%2C4.8%2C0%2C0%2C1-.159-1.11%2C0.915%2C0.915%2C0%2C0%2C1%2C.149-0.506l0.814-1.209a0.466%2C0.466%2C0%2C0%2C0-.03-0.426l-1.815-2.181a0.227%2C0.227%2C0%2C0%2C0-.407%2C0l-1.21%2C1.467a2.071%2C2.071%2C0%2C0%2C0-.308%2C1.6c0.01%2C0.03.02%2C0.069%2C0.03%2C0.1a2.25%2C2.25%2C0%2C0%2C0%2C.119.407%2C9.577%2C9.577%2C0%2C0%2C0%2C.536%2C1.3%2C19.357%2C19.357%2C0%2C0%2C0%2C7.786%2C7.783%2C11.347%2C11.347%2C0%2C0%2C0%2C1.3.545%2C3.316%2C3.316%2C0%2C0%2C0%2C.417.109%2C0.56%2C0.56%2C0%2C0%2C1%2C.119.04%2C1.989%2C1.989%2C0%2C0%2C0%2C1.567-.317l1.478-1.21A0.218%2C0.218%2C0%2C0%2C0%2C162.365%2C54.04Zm-3.61-3.341a2.208%2C2.208%2C0%2C0%2C1%2C2.579.139l2.182%2C1.814a2.012%2C2.012%2C0%2C0%2C1-.01%2C3.182l-1.468%2C1.21a3.787%2C3.787%2C0%2C0%2C1-3.234.644%2C9.508%2C9.508%2C0%2C0%2C1-2.122-.8%2C19.422%2C19.422%2C0%2C0%2C1-4.93-3.658%2C19.211%2C19.211%2C0%2C0%2C1-3.66-4.937%2C9.157%2C9.157%2C0%2C0%2C1-.813-2.122%2C3.791%2C3.791%2C0%2C0%2C1%2C.654-3.222l1.2-1.467a2.024%2C2.024%2C0%2C0%2C1%2C3.194-.01l1.815%2C2.171a2.253%2C2.253%2C0%2C0%2C1%2C.139%2C2.588l-0.635.952a3.673%2C3.673%2C0%2C0%2C0%2C.08.456%2C4.937%2C4.937%2C0%2C0%2C0%2C.764%2C1.685%2C3.925%2C3.925%2C0%2C0%2C0%2C.535.635%2C4.7%2C4.7%2C0%2C0%2C0%2C.635.535%2C4.917%2C4.917%2C0%2C0%2C0%2C1.686.753c0.179%2C0.04.328%2C0.069%2C0.456%2C0.089ZM167%2C47.9a0.9%2C0.9%2C0%2C0%2C1-1.805%2C0%2C8.109%2C8.109%2C0%2C0%2C0-8.114-8.11%2C0.9%2C0.9%2C0%2C0%2C1%2C0-1.8A9.92%2C9.92%2C0%2C0%2C1%2C167%2C47.9Zm-9.919-5.859a0.9%2C0.9%2C0%2C0%2C0%2C0%2C1.8%2C4.054%2C4.054%2C0%2C0%2C1%2C4.057%2C4.055%2C0.9%2C0.9%2C0%2C0%2C0%2C1.805%2C0A5.866%2C5.866%2C0%2C0%2C0%2C157.078%2C42.044Z%22%20transform%3D%22translate%28-147.156%20-38%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
		margin-right : 0;
	}

	.one-screen .contacts-part__phones .phones {
		display : none;
		position : absolute;
		background : #fff;
		color : #333;
		padding : 20px;
		top : 121%;
		width : 270px;
		border-radius : 6px;
		max-width : none;
		right : -10px;
	}

	.one-screen .contacts-part__phones--radio {
		display : block;
		opacity : 0;
		position : absolute;
		width : 48px;
		height : 48px;
		top : 0;
		left : 0;
	}

	.one-screen .contacts-part__phones {
		margin-left : 10px;
	}

	.one-screen .contacts-part__phones--radio:checked + div {
		display : block;
	}

	.one-screen .text-part__text {
		font-size : 18px;
	}

	.one-screen__bottom {
		padding : 30px 20px;
	}

	.one-screen .text-part {
		padding-bottom : 70px;
	}

	.one-screen .advatages-part__title {
		font-size : 24px;
	}

	.one-screen .advatages-part__text {
		font-size : 17px;
	}

	.one-screen .advatages-part__pic {
		width : 60px;
		height : 60px;
	}
}

@media all and (max-width: 640px) {
	.one-screen.first-part .form-bottom-part .tpl-field {
		width : 100%;
		margin : 0 0 20px;
	}

	.one-screen.third-part .form-bottom-part .tpl-field, .one-screen.second-part .form-bottom-part .tpl-field {
		width : 100%;
		margin : 0;
	}
}

@media all and (max-width: 479px) {
	.one-screen .contacts-part__address .address, .one-screen .contacts-part__phones .phones {
		right : -117px;
	}

	.one-screen .contacts-part__phones .phones {
		font-size : 16px;
	}

	.one-screen .company-name {
		padding-bottom : 10px;
		display : block;
	}

	.one-screen .contacts-part__address--icon, .one-screen .contacts-part__phones--icon, .one-screen .contacts-part__address--radio, .one-screen .contacts-part__phones--radio {
		width : 36px;
		height : 36px;
	}

	.one-screen__top {
		padding : 10px;
		text-align : center;
		display : block;
	}

	.one-screen .company-name__logo {
		padding-bottom : 10px;
		padding-right : 0;
	}

	.one-screen .company-name__text {
		font-size : 24px;
	}

	.one-screen .contacts-part__address, .one-screen .contacts-part__phones {
		margin : 0 5px;
	}

	.one-screen .text-part__title {
		font-size : 26px;
	}

	.one-screen .text-part__text {
		font-size : 16px;
	}

	.one-screen__bottom {
		padding : 30px 10px;
	}

	.one-screen .text-part {
		padding-bottom : 60px;
	}

	.one-screen .advatages-part__title {
		font-size : 18px;
	}

	.one-screen .advatages-part__text {
		font-size : 15px;
	}

	.one-screen .advatages-part__pic {
		width : 40px;
		height : 40px;
		padding : 7px;
	}

	.one-screen.first-part .form-bottom-part .title {
		font-size : 20px;
	}

	.one-screen.third-part .form-bottom-part, .one-screen.second-part .form-bottom-part {
		padding : 10px 20px 20px;
	}

	.one-screen.third-part .form-bottom-part .title, .one-screen.second-part .form-bottom-part .title {
		font-size : 20px;
	}

	.one-screen.third-part .form-and-video-wrapper {
		padding : 0 10px;
	}

	.one-screen.second-part .form-bottom-part {
		margin : 0 10px;
	}
}

.one-screen.inverse:before {
	background : #fff;
}

.one-screen .video-block {
	position : absolute;
	left : 0;
	right : 0;
	bottom : 0;
	top : 0;
	overflow : hidden;
}

.one-screen .video-block video {
	display : block;
	position : absolute;
	width : 100%;
	min-height : 100%;
}

.one-screen .video-block iframe {
	width : 100%;
	height : 100%;
}

@media all and (max-width: 767px) {
	.one-screen .video-block #tubular-shield, .one-screen .video-block #tubular-container {
		display : none;
	}
}

.one-screen.inverse .advatages-part__text, .one-screen.inverse .company-name__text, .one-screen.inverse .contacts-part__address .address, .one-screen.inverse .contacts-part__phones .phones, .one-screen.inverse .text-part__title, .one-screen.inverse .text-part__text, .one-screen.inverse .advatages-part__title {
	color : #333;
}

.new-menu1__subpages {
	position: absolute;
	display: none;
	z-index: 22;
    background: #f3f3f3;
    padding: 10px 0;
    width: 200px;
    box-shadow: 0 10px 7px rgba(0,0,0,.25);
    margin: 5px 0 0 0;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
}

.new-menu1__subpages a {
	font-size: 14px;
	display: block;
	padding: 8px 17px;
	color: #333;
	text-decoration: none;
}

.new-menu1__subpages a:hover {
	background: #43a260;
	color: #fff;
}

#landing_page_site [data-block-layout] {
	z-index: inherit;
	overflow: visible;
}