	@charset "utf-8";
	html {
	  overflow-y: scroll;
	  font-family: sans-serif;
	  -ms-text-size-adjust: 100%;
	  -webkit-text-size-adjust: 100%; }
	.footer svg path 
	body {
	  margin: 0; }

	article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	  display: block; }

	audio, canvas, progress, video {
	  display: inline-block;
	  vertical-align: baseline; }

	audio:not([controls]) {
	  display: none;
	  height: 0; }

	[hidden], template {
	  display: none; }

	a {
	  background: transparent; }

	a:active, a:hover {
	  outline: 0; }
	  


	abbr[title] {
	  border-bottom: 1px dotted; }

	b, strong {
	  font-weight: bold; }

	dfn {
	  font-style: italic; }

	h1 {
	  margin: 0.67em 0;
	  font-size: 2em; }

	mark {
	  background: #ff0;
	  color: #000; }

	small {
	  font-size: 80%; }

	sub, sup {
	  position: relative;
	  vertical-align: baseline;
	  font-size: 75%;
	  line-height: 0; }

	sup {
	  top: -0.5em; }

	sub {
	  bottom: -0.25em; }

	img {
	  border: 0; }

	svg:not(:root) {
	  overflow: hidden; }

	figure {
	  margin: 1em 40px; }

	hr {
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	  height: 0; }

	pre {
	  overflow: auto; }

	code, kbd, pre, samp {
	  font-size: 1em;
	  font-family: monospace, monospace; }

	button, input, optgroup, select, textarea {
	  margin: 0;
	  color: inherit;
	  font: inherit; }

	button {
	  overflow: visible; }

	button, select {
	  text-transform: none; }

	button, html input[type="button"], input[type="reset"], input[type="submit"] {
	  cursor: pointer;
	  -webkit-appearance: button; }

	button[disabled], html input[disabled] {
	  cursor: default; }

	button::-moz-focus-inner, input::-moz-focus-inner {
	  padding: 0;
	  border: 0; }
	  
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

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

	table.table1 { border-collapse:collapse;}
	table.table1 tr:hover { background: rgba(177, 177, 177, 0.1);}
	table.table1 td { padding:5px; border: 1px solid #bfbfbf;}

	table.table2 { border-collapse:collapse;}
	table.table2 tr:hover { background: rgba(177, 177, 177, 0.1);}
	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;}

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

	@media all and (max-width: 1023px) {
	  .fix-menu2 {
		  position: fixed !important;
		  left: 0;
		  right: 0;
		  top: 0;
	  }
	}

	.popover-container {
		position: relative;
		width: auto;
	}
	.popover-scrolling  {
		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;
		overflow: visible;
	}

	.popover-wrap {
		max-height: 100%;
		overflow: auto;
		position: relative;
		top: 0 !important;
		left: 0 !important;
	}

	input {
	  line-height: normal; }

	input[type="checkbox"], input[type="radio"] {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 0; }

	input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	  height: auto; }

	input[type="search"] {
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	  -webkit-appearance: textfield; }

	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	  -webkit-appearance: none; }

	fieldset {
	  margin: 0 2px;
	  padding: 0.35em 0.625em 0.75em;
	  border: 1px solid #c0c0c0; }

	legend {
	  padding: 0;
	  border: 0; }

	textarea {
	  overflow: auto; }

	optgroup {
	  font-weight: bold; }

	td, th {
	  font-size: initial;
	  padding: 0; }

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

	@media print {
	  * {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important; }

	  a, a:visited {
		text-decoration: underline; }

	  a[href]:after {
		content: " (" attr(href) ")"; }

	  abbr[title]:after {
		content: " (" attr(title) ")"; }

	  pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; }

	  thead {
		display: table-header-group; }

	  tr, img {
		page-break-inside: avoid; }

	  img {
		max-width: 100%; }

	  @page {
		margin: 0.5cm; }

	  p, h2, h3 {
		orphans: 3;
		widows: 3; }

	  h2, h3 {
		page-break-after: avoid; } }

	.hide {
	  display: none; }

	.show {
	  display: block; }

	.invisible {
	  visibility: hidden; }

	.visible {
	  visibility: visible; }

	.reset-indents {
	  padding: 0;
	  margin: 0; }

	.reset-font {
	  line-height: 0;
	  font-size: 0; }

	.clear-list {
	  list-style: none;
	  padding: 0;
	  margin: 0; }

	.clearfix:before, .clearfix:after {
	  display: table;
	  content: "";
	  line-height: 0;
	  font-size: 0; }
	  .clearfix:after {
		clear: both; }

	.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: ''; }

	.thumb, .YMaps, .ymaps-map {
	  color: #000; }

	.table {
	  display: table; }
	  .table .tr {
		display: table-row; }
		.table .tr .td {
		  display: table-cell; }

	.table0, .table1, .table2 {
	  border-collapse: collapse; }
	  .table0 td, .table1 td, .table2 td {
		padding: ; }

	.table1, .table2 {
	  border: ; }
	  .table1 td, .table2 td, .table1 th, .table2 th {
		border: ; }

	.table2 th {
	  padding: ;
	  color: ;
	  background: ; }

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

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

	@font-face {
	  font-family: 'Roboto';
	  src: url("../fonts/roboto-b.eot");
	  src: url("../fonts/roboto-b.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-b.woff2") format("woff2"), url("../fonts/roboto-b.woff") format("woff"), url("../fonts/roboto-b.ttf") format("truetype"), url("../fonts/roboto-b.svg#Roboto") format("svg");
	  font-weight: bold;
	  font-style: normal; }

	@font-face {
	  font-family: 'Roboto';
	  src: url("../fonts/roboto-l.eot");
	  src: url("../fonts/roboto-l.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-l.woff2") format("woff2"), url("../fonts/roboto-l.woff") format("woff"), url("../fonts/roboto-l.ttf") format("truetype"), url("../fonts/roboto-l.svg#Roboto") format("svg");
	  font-weight: 300;
	  font-style: normal; }

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


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

	@font-face {
	  font-family: 'OpenSans';
	  src: url("../fonts/open_sans-i.eot");
	  src: url("../fonts/open_sans-i.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans-i.woff2") format("woff2"), url("../fonts/open_sans-i.woff") format("woff"), url("../fonts/open_sans-i.ttf") format("truetype"), url("../fonts/open_sans-i.svg#OpenSans") format("svg");
	  font-weight: normal;
	  font-style: italic; }

	@font-face {
	  font-family: 'OpenSans';
	  src: url("../fonts/open_sans-l-i.eot");
	  src: url("../fonts/open_sans-l-i.eot?#iefix") format("embedded-opentype"), url("../fonts/open_sans-l-i.woff2") format("woff2"), url("../fonts/open_sans-l-i.woff") format("woff"), url("../fonts/open_sans-l-i.ttf") format("truetype"), url("../fonts/open_sans-l-i.svg#OpenSans") format("svg");
	  font-weight: 300;
	  font-style: italic; }

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

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

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

	html, body {
	  height: 100%; }

	body {
	  position: relative;
	  min-width: 320px;
	  text-align: left;
	  color: #000;
	  background: #fff;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  line-height: 1.25; }

	input, textarea, button {
	  outline: none; }

	h1, h2, h3, h4, h5, h6 {
	  color: #393939;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-style: normal; }

	h1 {
	  margin-top: 0;
	  font-size: 28px; }

	h2 {
	  font-size: 21px; }

	h3 {
	  font-size: 16px; }

	h4 {
	  font-size: 14px; }

	h5 {
	  font-size: 12px; }

	h6 {
	  font-size: 9px; }

	h5, h6 {
	  font-weight: bold; }

	a {
	  text-decoration: underline;
	  color: #dc312f; }

	a:hover {
	  text-decoration: none; }
	  
	.overflowVisible {overflow: visible !important;}

	a img {
	  border-color: #000; }
	.header {background: rgba(255,255,255,0); position: relative; z-index: 101;}
	.site-wrapper {
	  overflow: hidden; }
	/*.lp-row a.fixed-button {left: 120px;}*/
	a.fixed-button {
	  position: fixed;
	  left: 0;
	  width: 64px;
	  height: 64px;
	  font-size: 0;
	  z-index: 100;
	  display: none;
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s; }
	  @media all and (min-width: 1025px) {
	  a.fixed-button {
		display: block; } }
	  a.fixed-button.button1 {
		top: 50%;
		background: #3ed1c1 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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.8%2C4.7l1.8-1.8v9.4c0%2C0.5%2C0.4%2C0.8%2C0.8%2C0.8c0.5%2C0%2C0.8-0.4%2C0.8-0.8V2.9l1.8%2C1.8C15.3%2C4.9%2C15.6%2C5%2C15.8%2C5c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.3%2C0.3-0.9%2C0-1.2l-3.3-3.3c-0.3-0.3-0.9-0.3-1.2%2C0L8.6%2C3.5c-0.3%2C0.3-0.3%2C0.9%2C0%2C1.2C9%2C5.1%2C9.5%2C5.1%2C9.8%2C4.7z%20M22.4%2C5.9h-7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h7c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l-10.2%2C9.1L2.3%2C8.2c0.1-0.1%2C0.2-0.1%2C0.3-0.1h7c0.6%2C0%2C1.1-0.5%2C1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-7C1.2%2C5.9%2C0%2C7%2C0%2C8.4v13C0%2C22.9%2C1.2%2C24%2C2.6%2C24h19.9c1.4%2C0%2C2.6-1.2%2C2.6-2.6v-13C25%2C7%2C23.8%2C5.9%2C22.4%2C5.9z%20M2.2%2C9.5L8.2%2C15l-6.1%2C5.4V9.5zM22.4%2C21.9H2.6c-0.1%2C0-0.2%2C0-0.3-0.1l6.8-6l3.1%2C2.7c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1s0.3%2C0%2C0.4-0.1l3.1-2.7l6.8%2C6C22.6%2C21.8%2C22.5%2C21.9%2C22.4%2C21.9z%20M22.8%2C20.4L16.8%2C15l6.1-5.4V20.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat;
		border: 2px solid #3ed1c1;
		margin-top:-32px;
		}
		a.fixed-button.button1:hover {
		  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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%233ed1c1%22%20d%3D%22M9.8%2C4.7l1.8-1.8v9.4c0%2C0.5%2C0.4%2C0.8%2C0.8%2C0.8c0.5%2C0%2C0.8-0.4%2C0.8-0.8V2.9l1.8%2C1.8C15.3%2C4.9%2C15.6%2C5%2C15.8%2C5c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.3%2C0.3-0.9%2C0-1.2l-3.3-3.3c-0.3-0.3-0.9-0.3-1.2%2C0L8.6%2C3.5c-0.3%2C0.3-0.3%2C0.9%2C0%2C1.2C9%2C5.1%2C9.5%2C5.1%2C9.8%2C4.7z%20M22.4%2C5.9h-7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h7c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l-10.2%2C9.1L2.3%2C8.2c0.1-0.1%2C0.2-0.1%2C0.3-0.1h7c0.6%2C0%2C1.1-0.5%2C1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-7C1.2%2C5.9%2C0%2C7%2C0%2C8.4v13C0%2C22.9%2C1.2%2C24%2C2.6%2C24h19.9c1.4%2C0%2C2.6-1.2%2C2.6-2.6v-13C25%2C7%2C23.8%2C5.9%2C22.4%2C5.9z%20M2.2%2C9.5L8.2%2C15l-6.1%2C5.4V9.5zM22.4%2C21.9H2.6c-0.1%2C0-0.2%2C0-0.3-0.1l6.8-6l3.1%2C2.7c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1s0.3%2C0%2C0.4-0.1l3.1-2.7l6.8%2C6C22.6%2C21.8%2C22.5%2C21.9%2C22.4%2C21.9z%20M22.8%2C20.4L16.8%2C15l6.1-5.4V20.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat; }
		a.fixed-button.button1:active {
		  background: #3ed1c1 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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.8%2C4.7l1.8-1.8v9.4c0%2C0.5%2C0.4%2C0.8%2C0.8%2C0.8c0.5%2C0%2C0.8-0.4%2C0.8-0.8V2.9l1.8%2C1.8C15.3%2C4.9%2C15.6%2C5%2C15.8%2C5c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.3%2C0.3-0.9%2C0-1.2l-3.3-3.3c-0.3-0.3-0.9-0.3-1.2%2C0L8.6%2C3.5c-0.3%2C0.3-0.3%2C0.9%2C0%2C1.2C9%2C5.1%2C9.5%2C5.1%2C9.8%2C4.7z%20M22.4%2C5.9h-7c-0.6%2C0-1.1%2C0.5-1.1%2C1.1c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h7c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l-10.2%2C9.1L2.3%2C8.2c0.1-0.1%2C0.2-0.1%2C0.3-0.1h7c0.6%2C0%2C1.1-0.5%2C1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-7C1.2%2C5.9%2C0%2C7%2C0%2C8.4v13C0%2C22.9%2C1.2%2C24%2C2.6%2C24h19.9c1.4%2C0%2C2.6-1.2%2C2.6-2.6v-13C25%2C7%2C23.8%2C5.9%2C22.4%2C5.9z%20M2.2%2C9.5L8.2%2C15l-6.1%2C5.4V9.5zM22.4%2C21.9H2.6c-0.1%2C0-0.2%2C0-0.3-0.1l6.8-6l3.1%2C2.7c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1s0.3%2C0%2C0.4-0.1l3.1-2.7l6.8%2C6C22.6%2C21.8%2C22.5%2C21.9%2C22.4%2C21.9z%20M22.8%2C20.4L16.8%2C15l6.1-5.4V20.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat;
		  border-color: #3ed1c1; }
	  a.fixed-button.button2 {
		top: 370px;
		background: #ff655d 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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.8%2C4.1h-5V2.2c0-1.2-1-2.2-2.2-2.2H9.5C8.2%2C0%2C7.2%2C1%2C7.2%2C2.2v1.9h-5C1%2C4.1%2C0%2C5.1%2C0%2C6.3v14.4C0%2C22%2C1%2C23%2C2.2%2C23h20.6c1.2%2C0%2C2.2-1%2C2.2-2.2V6.3C25%2C5.1%2C24%2C4.1%2C22.8%2C4.1z%20M9.4%2C2.2c0-0.1%2C0-0.1%2C0.1-0.1h6.1c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1v1.9H9.4V2.2z%20M22.9%2C20.7c0%2C0.1%2C0%2C0.1-0.1%2C0.1H2.2c-0.1%2C0-0.1%2C0-0.1-0.1V6.3c0-0.1%2C0-0.1%2C0.1-0.1h20.6c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1V20.7zM13.9%2C9.4h-2.8v2.7H8.4V15h2.7v2.7h2.8V15h2.7v-2.8h-2.7V9.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat;
		border: 2px solid #ff655d; }
		a.fixed-button.button2: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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff655d%22%20d%3D%22M22.8%2C4.1h-5V2.2c0-1.2-1-2.2-2.2-2.2H9.5C8.2%2C0%2C7.2%2C1%2C7.2%2C2.2v1.9h-5C1%2C4.1%2C0%2C5.1%2C0%2C6.3v14.4C0%2C22%2C1%2C23%2C2.2%2C23h20.6c1.2%2C0%2C2.2-1%2C2.2-2.2V6.3C25%2C5.1%2C24%2C4.1%2C22.8%2C4.1z%20M9.4%2C2.2c0-0.1%2C0-0.1%2C0.1-0.1h6.1c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1v1.9H9.4V2.2z%20M22.9%2C20.7c0%2C0.1%2C0%2C0.1-0.1%2C0.1H2.2c-0.1%2C0-0.1%2C0-0.1-0.1V6.3c0-0.1%2C0-0.1%2C0.1-0.1h20.6c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1V20.7zM13.9%2C9.4h-2.8v2.7H8.4V15h2.7v2.7h2.8V15h2.7v-2.8h-2.7V9.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat; }
		a.fixed-button.button2:active {
		  background: #ff655d 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%2225px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2025%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.8%2C4.1h-5V2.2c0-1.2-1-2.2-2.2-2.2H9.5C8.2%2C0%2C7.2%2C1%2C7.2%2C2.2v1.9h-5C1%2C4.1%2C0%2C5.1%2C0%2C6.3v14.4C0%2C22%2C1%2C23%2C2.2%2C23h20.6c1.2%2C0%2C2.2-1%2C2.2-2.2V6.3C25%2C5.1%2C24%2C4.1%2C22.8%2C4.1z%20M9.4%2C2.2c0-0.1%2C0-0.1%2C0.1-0.1h6.1c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1v1.9H9.4V2.2z%20M22.9%2C20.7c0%2C0.1%2C0%2C0.1-0.1%2C0.1H2.2c-0.1%2C0-0.1%2C0-0.1-0.1V6.3c0-0.1%2C0-0.1%2C0.1-0.1h20.6c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1V20.7zM13.9%2C9.4h-2.8v2.7H8.4V15h2.7v2.7h2.8V15h2.7v-2.8h-2.7V9.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 20px 18px no-repeat;
		  border-color: #ff655d; }
	.content-form__link {background: rgba(0, 0, 0, 0);}
	.top-navigation {
	  background: rgba(255, 255, 255, .0);
	  padding: 8px 0 6px;
	  border-bottom: 1px solid #e9e9e9; }
	  .top-navigation.inverse {
		background: #3ed1c1;
		border-bottom-color: #3ed1c1; }
		.top-navigation.inverse .e-mail-top {
		  color: #fff;
		  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%2217px%22%20%20viewBox%3D%220%200%2024%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.5%2C0H2.5C1.1%2C0%2C0%2C1.1%2C0%2C2.4v12.2C0%2C15.9%2C1.1%2C17%2C2.5%2C17h19.1c1.4%2C0%2C2.5-1.1%2C2.5-2.4V2.4C24%2C1.1%2C22.9%2C0%2C21.5%2C0z%20M21.5%2C14.9H2.5c-0.1%2C0-0.2%2C0-0.3-0.1l6.5-5.6l3%2C2.6c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1s0.2%2C0%2C0.3-0.1l3-2.6l6.5%2C5.6C21.7%2C14.9%2C21.6%2C14.9%2C21.5%2C14.9z%20M12%2C10.7L2.2%2C2.2C2.3%2C2.1%2C2.4%2C2%2C2.5%2C2h19.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1L12%2C10.7z%20M2.1%2C3.4l5.8%2C5.1l-5.8%2C5.1V3.4zM16.1%2C8.5l5.8-5.1v10.1L16.1%2C8.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
	.top-navigation.inverse .e-mail-top a {color: #fff;}
		.top-navigation.inverse .phone-top {
		  color: #fff;
		  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%23ffffff%22%20d%3D%22M12.6%2C16c-3.1%2C0-6.2-1.4-8.7-3.9l0-0.1l0%2C0C1.3%2C9.5-0.1%2C6.3%2C0%2C3.1l0-0.2l0.1-0.2C0.4%2C2.5%2C0.6%2C2.2%2C0.8%2C2c0.8-0.8%2C1.8-1.5%2C2.9-1.9C3.9%2C0%2C4%2C0%2C4.2%2C0c0.4%2C0%2C1.2%2C0.2%2C1.4%2C0.8c0.4%2C1%2C0.9%2C2.4%2C1.2%2C3.7c0.1%2C0.4%2C0%2C1.2-0.5%2C1.6L5.1%2C6.8c0%2C0%2C0%2C0.2%2C0.2%2C0.4c0.5%2C0.6%2C1%2C1.3%2C1.6%2C1.9c0.6%2C0.6%2C1.3%2C1.1%2C1.9%2C1.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1l0.4-0.6L10%2C9.7c0.3-0.5%2C1.2-0.5%2C1.3-0.5%20c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.6%2C0.4%2C2.6%2C0.7%2C3.8%2C1.2c0.5%2C0.2%2C0.9%2C1.2%2C0.6%2C1.9c-0.4%2C1.1-1.1%2C2.1-1.9%2C2.9c-0.2%2C0.2-0.5%2C0.5-0.8%2C0.7L13.1%2C16L12.6%2C16L12.6%2C16zM1.4%2C3.4c0%2C2.7%2C1.3%2C5.5%2C3.5%2C7.7l0.1%2C0.1c2.2%2C2.2%2C5%2C3.4%2C7.7%2C3.4c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0.7-0.7%2C1.2-1.5%2C1.6-2.4c0%2C0%2C0-0.1-0.1-0.2c-1.1-0.5-1.9-0.8-3.4-1.1c0%2C0-0.1%2C0-0.2%2C0l-0.7%2C1.1c-0.4%2C0.7-1.6%2C0.8-2.4%2C0.2c-0.7-0.5-1.4-1.1-2.1-1.7C5.2%2C9.4%2C4.6%2C8.8%2C4.1%2C8C3.8%2C7.6%2C3.7%2C7%2C3.7%2C6.5C3.8%2C6.2%2C4%2C5.8%2C4.3%2C5.7L5.4%2C5c0-0.1%2C0-0.1%2C0-0.2C5.2%2C3.6%2C4.7%2C2.4%2C4.4%2C1.4c-0.1%2C0-0.1%2C0-0.2%2C0C3.3%2C1.7%2C2.5%2C2.3%2C1.8%2C3C1.7%2C3.1%2C1.5%2C3.2%2C1.4%2C3.4L1.4%2C3.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
		  .top-navigation.inverse .phone-top a {
			color: #fff; }
	 .top-navigation .phone-top div {
	display: inline-block;
	margin-right: 5px;
	}

	 .top-navigation .phone-top div:last-child {margin-right: 0;}
	.top-navigation .phone-top div:after {content: ";"; padding-left: 2px;}
	.top-navigation .phone-top div:last-child:after {display: none;}
	  .top-navigation__inner {
		margin: 0 auto;
		max-width: 1154px; }
	  .top-navigation .social-block-top {
		font-size: 0;
		max-width: 220px;
		padding-bottom: 7px;
		float: left; }
		.top-navigation .social-block-top a {
		  display: inline-block;
		  max-width: 40px;
		  vertical-align: top;
		  margin-right: 18px;
		  position: relative; }
	 .top-navigation .social-block-top path {fill: #d9d9da;}
	 .top-navigation.inverse .social-block-top path {fill: #fff;}
		  .top-navigation .social-block-top a img, .top-navigation .social-block-top a svg {
			height: 17px;
			width: auto;
			max-width: 40px;
			margin-top: 5px;
			opacity: 1;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-o-transition: 0.3s;
			-ms-transition: 0.3s;
			transition: 0.3s; }
			.top-navigation .social-block-top a img + *, .top-navigation .social-block-top a svg + * {
			  opacity: 0;
			  position: absolute;
			  left: 0;
			  top: 0;
			  border-radius: 50%; 
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-o-transition: 0.3s;
			-ms-transition: 0.3s;
			transition: 0.3s; }
			.top-navigation .social-block-top a img path, .top-navigation .social-block-top a svg path {
			  color: #d8d8d9; }
		  .top-navigation .social-block-top a:hover img, .top-navigation .social-block-top a:hover svg + * {
			opacity: 1; }
	  .top-navigation .e-mail-top {
		float: right;
		margin: 7px 19px 0 16px;
		padding: 3px 0 3px 39px;
		color: #717171;
		font: 300 14px/1 'Roboto', 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%2224px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2024%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2355C3B9%22%20d%3D%22M21.5%2C0H2.5C1.1%2C0%2C0%2C1.1%2C0%2C2.4v12.2C0%2C15.9%2C1.1%2C17%2C2.5%2C17h19.1c1.4%2C0%2C2.5-1.1%2C2.5-2.4V2.4C24%2C1.1%2C22.9%2C0%2C21.5%2C0z%20M21.5%2C14.9H2.5c-0.1%2C0-0.2%2C0-0.3-0.1l6.5-5.6l3%2C2.6c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1s0.2%2C0%2C0.3-0.1l3-2.6l6.5%2C5.6C21.7%2C14.9%2C21.6%2C14.9%2C21.5%2C14.9z%20M12%2C10.7L2.2%2C2.2C2.3%2C2.1%2C2.4%2C2%2C2.5%2C2h19.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1L12%2C10.7z%20M2.1%2C3.4l5.8%2C5.1l-5.8%2C5.1V3.4zM16.1%2C8.5l5.8-5.1v10.1L16.1%2C8.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
		.top-navigation .e-mail-top a {
		  color: #717171; text-decoration: none;}
	  .top-navigation .phone-top {
		float: right;
		margin: 8px 0 0 16px;
		padding: 2px 0 2px 32px;
		min-width: 120px;
		color: #717171;
		font: 300 14px/1 'Roboto', 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%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%2355C3B9%22%20d%3D%22M12.6%2C16c-3.1%2C0-6.2-1.4-8.7-3.9l0-0.1l0%2C0C1.3%2C9.5-0.1%2C6.3%2C0%2C3.1l0-0.2l0.1-0.2C0.4%2C2.5%2C0.6%2C2.2%2C0.8%2C2c0.8-0.8%2C1.8-1.5%2C2.9-1.9C3.9%2C0%2C4%2C0%2C4.2%2C0c0.4%2C0%2C1.2%2C0.2%2C1.4%2C0.8c0.4%2C1%2C0.9%2C2.4%2C1.2%2C3.7c0.1%2C0.4%2C0%2C1.2-0.5%2C1.6L5.1%2C6.8c0%2C0%2C0%2C0.2%2C0.2%2C0.4c0.5%2C0.6%2C1%2C1.3%2C1.6%2C1.9c0.6%2C0.6%2C1.3%2C1.1%2C1.9%2C1.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1l0.4-0.6L10%2C9.7c0.3-0.5%2C1.2-0.5%2C1.3-0.5%20c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.6%2C0.4%2C2.6%2C0.7%2C3.8%2C1.2c0.5%2C0.2%2C0.9%2C1.2%2C0.6%2C1.9c-0.4%2C1.1-1.1%2C2.1-1.9%2C2.9c-0.2%2C0.2-0.5%2C0.5-0.8%2C0.7L13.1%2C16L12.6%2C16L12.6%2C16zM1.4%2C3.4c0%2C2.7%2C1.3%2C5.5%2C3.5%2C7.7l0.1%2C0.1c2.2%2C2.2%2C5%2C3.4%2C7.7%2C3.4c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0.7-0.7%2C1.2-1.5%2C1.6-2.4c0%2C0%2C0-0.1-0.1-0.2c-1.1-0.5-1.9-0.8-3.4-1.1c0%2C0-0.1%2C0-0.2%2C0l-0.7%2C1.1c-0.4%2C0.7-1.6%2C0.8-2.4%2C0.2c-0.7-0.5-1.4-1.1-2.1-1.7C5.2%2C9.4%2C4.6%2C8.8%2C4.1%2C8C3.8%2C7.6%2C3.7%2C7%2C3.7%2C6.5C3.8%2C6.2%2C4%2C5.8%2C4.3%2C5.7L5.4%2C5c0-0.1%2C0-0.1%2C0-0.2C5.2%2C3.6%2C4.7%2C2.4%2C4.4%2C1.4c-0.1%2C0-0.1%2C0-0.2%2C0C3.3%2C1.7%2C2.5%2C2.3%2C1.8%2C3C1.7%2C3.1%2C1.5%2C3.2%2C1.4%2C3.4L1.4%2C3.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
		.top-navigation .phone-top a {
		  color: #717171; text-decoration: none;}

	.header.inverse {
	  background: #323232; }
	  .header.inverse .company-activity {color: #3ed1c1;}
	  .header.inverse .company-name {
		color: #fff; }
	  .header.inverse .header__right-part .menu-top > li > a {
		color: #fff; }
		.header.inverse .header__right-part .menu-top > li > a:hover {
		  color: #3ed1c1; border-color: inherit; }
		.header__inner {
		  margin: 0 auto;
		  max-width: 1138px;
		  padding: 16px 0 20px 0;}
	  .header .table {
		width: 100%; }
	  .header__left-part {
		display: table-cell;
		vertical-align: top;
		/*width: 360px;*/ }
	  .header__left-part a.logotype {
		float: left;
		margin-right: 16px; }
	  .header__left-part .company-name {
		color: #010101;
		font: 22px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding: 11px 0 3px;
		overflow: hidden; }
	   .header__left-part .company-name a {
	   color: inherit; text-decoration: none;}
	  .header__left-part .company-activity {
		color: #3ed1c1;
		font: 300 15px 'Roboto', Arial, Helvetica, sans-serif;
		overflow: hidden; }
	  .header__right-part {
		display: table-cell;
		vertical-align: middle;
		text-align: right; }
	  .header__right-part.fix-menu {
		position: fixed;
		left: 0;
		right: 0;
		display: block;
		top: 0;
		background: #fff;
		z-index: 55;
		padding: 10px 20px;
		text-align: center;
	  }
	  .header__right-part.fix-menu .menu-top {text-align: center; padding: 0; display: inline-block; max-width: 1160px;}
	  .header__right-part .menu-top {
		margin: 0;
		/*padding: 10px 0 0;*/
		list-style: none;
		text-align: right; }
		.header__right-part .menu-top > li {
			margin-left:10px;
		  display: inline-block;
		  vertical-align: top; }
		.header__right-part .menu-top > li > a {
		  display: block;
		  text-decoration: none;
		  font: 17px/1 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 11px 18px;
		  border: 2px solid transparent;
		  color: #181818;
		  border-radius: 20px;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		  .header__right-part .menu-top > li > a:hover {
			color: #ffffff;
			border-color: #ffffff; }
		.header__right-part .menu-top > li.active > a {
		  background: #ffffff;
		  color: #555555; }
		.header__right-part .menu-top > li.dropdown-wrap {
		  position: relative;
		  margin-left: 5px;
		  width: 40px;
		  height: 40px;
		  border-radius: 20px;
		  cursor: pointer;
		  background: #f4f4f4 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%2219px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2019%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M2.5%2C0C1.1%2C0%2C0%2C1.1%2C0%2C2.5C0%2C3.9%2C1.1%2C5%2C2.5%2C5S5%2C3.9%2C5%2C2.5C5%2C1.1%2C3.9%2C0%2C2.5%2C0zM9.5%2C0C8.1%2C0%2C7%2C1.1%2C7%2C2.5C7%2C3.9%2C8.1%2C5%2C9.5%2C5S12%2C3.9%2C12%2C2.5C12%2C1.1%2C10.9%2C0%2C9.5%2C0z%20M16.5%2C0C15.1%2C0%2C14%2C1.1%2C14%2C2.5C14%2C3.9%2C15.1%2C5%2C16.5%2C5S19%2C3.9%2C19%2C2.5C19%2C1.1%2C17.9%2C0%2C16.5%2C0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 17px no-repeat;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		  .header__right-part .menu-top > li.dropdown-wrap:hover, .header__right-part .menu-top > li.dropdown-wrap.active {
			background: #3ed1c1 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%2219px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2019%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M2.5%2C0C1.1%2C0%2C0%2C1.1%2C0%2C2.5C0%2C3.9%2C1.1%2C5%2C2.5%2C5S5%2C3.9%2C5%2C2.5C5%2C1.1%2C3.9%2C0%2C2.5%2C0zM9.5%2C0C8.1%2C0%2C7%2C1.1%2C7%2C2.5C7%2C3.9%2C8.1%2C5%2C9.5%2C5S12%2C3.9%2C12%2C2.5C12%2C1.1%2C10.9%2C0%2C9.5%2C0z%20M16.5%2C0C15.1%2C0%2C14%2C1.1%2C14%2C2.5C14%2C3.9%2C15.1%2C5%2C16.5%2C5S19%2C3.9%2C19%2C2.5C19%2C1.1%2C17.9%2C0%2C16.5%2C0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 17px no-repeat; }
		.header__right-part .menu-top > li ul {
		  right: 0;
		  left: auto !important;
		  position: absolute;
		  top: 100%;
		  margin: 12px 0 0;
		  padding: 20px 0 22px;
		  list-style: none;
		  width: 200px;
		  background: #fff;
		  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
		  display: none;
		  text-align: left;
		  z-index: 100; }
		  .header__right-part .menu-top > li ul li {
			display: block; }
			.header__right-part .menu-top > li ul li a {
			  display: block;
			  color: #181818;
			  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
			  text-decoration: none;
			  padding: 6px 10px 7px 28px;
			  -webkit-transition: 0.3s;
			  -moz-transition: 0.3s;
			  -o-transition: 0.3s;
			  -ms-transition: 0.3s;
			  transition: 0.3s; }
			.header__right-part .menu-top > li ul li.active > a, .header__right-part .menu-top > li ul li > a:hover {
			  background: #ff655d;
			  color: #fff; }

	.change1 {
		display:block;
		overflow:hidden;
	}

	.slider-wrap {
	 overflow:hidden;
	  padding: 0;
	  position: relative;
	  height: 648px; }
	  .slider-wrap .bx-pager {
		position: absolute;
		left: 50%;
		margin-left: -578px;
		bottom: 50px;
		z-index: 80; }
	  .slider-wrap .bx-pager .bx-pager-item {
		display: inline-block;
		vertical-align: top;
		margin-right: 5px; }
		.slider-wrap .bx-pager .bx-pager-item a {
		  display: block;
		  width: 8px;
		  height: 8px;
		  margin: 5px 0 0 5px;
		  border-radius: 50%;
		  background: #e9e9e9;
		  position: relative; }
		.slider-wrap .bx-pager .bx-pager-item a:before {
		  position: absolute;
		  content: '';
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  border-radius: 9px;
		  border: 2px solid transparent;
		  -webkit-transition: 0.2s;
		  -moz-transition: 0.2s;
		  -o-transition: 0.2s;
		  -ms-transition: 0.2s;
		  transition: 0.2s; }
		.slider-wrap .bx-pager .bx-pager-item a:hover {
		  background: #6fddd1; }
		.slider-wrap .bx-pager .bx-pager-item a.active {
		  background: #3ed1c1; }
		  .slider-wrap .bx-pager .bx-pager-item a.active:before {
			left: -5px;
			top: -5px;
			right: -5px;
			bottom: -5px;
			border-color: #3ed1c1; }
	  .slider-wrap .slider li {
		height: 626px;
		margin: 0 auto;
		max-width: 1158px;
		position: relative !important; }
	  .slider-wrap .text {
		position: absolute;
		left: 0;
		width: 545px;
		top: 150px;
		text-align: left; }
	  .slider-wrap .text .title {
		color: #000;
		font: 42px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 20px; }
	  .slider-wrap .text .body {
		color: #808080;
		font: 300 16px/1.44 'Roboto', Arial, Helvetica, sans-serif;
		padding: 0 0 44px 2px; }
	  .slider-wrap .text a.link {
		display: inline-block;
		text-decoration: none;
		border: 2px solid #ff655d;
		background: #ff655d;
		color: #fff;
		font: 300 14px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding: 14px 31px 16px;
		border-radius: 24px;
		margin-left: 2px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s; }
		.slider-wrap .text a.link:hover {
		  background: none;
		  color: #808080; }
	  .slider-wrap .slider {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center; }
	  .slider-wrap .bx-wrapper ul, .slider-wrap .bx-wrapper .bx-controls {
		font-size: 0;
		line-height: 0; }
	  .slider-wrap .bx-wrapper .bx-controls a {
		outline: 0;
		text-indent: -9999px;
		text-align: left;
		display: block; }
	  .slider-wrap .bx-wrapper ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center; }
		.slider-wrap .bx-wrapper ul img {
		  width: auto;
		  height: auto;
		  vertical-align: middle;
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 800px;
		  -webkit-transform: translate3d(546px, 23px, 0);
		  -moz-transform: translate3d(546px, 23px, 0);
		  -ms-transform: translate3d(546px, 23px, 0);
		  -o-transform: translate3d(546px, 23px, 0);
		  transform: translate3d(546px, 23px, 0);
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }

		.triple-block {
				position: relative;
				background:url(../images/slide1.jpg) no-repeat center center;
				background-size:cover;
		}
		
		.triple-block .slogan {
			padding:2em 1em;
			color:#ffffff;
			font-size:32px;
			text-shadow:1px 1px 5px #000000;
			text-align:center;
			font-style:italic;
		}
		
		@media all and (min-width: 1201px) {
			.triple-block {
				padding:100px 0 180px 0;
			}
			.triple-block.has-slogan {
				padding:0 0 180px 0;
			}		
			.triple-block .slogan {
				padding:1.5em 1em;
				font-size:48px;
			}
		}
		
		@media all and (max-width: 768px) {
			.triple-block .slogan {
				font-size:24px;
			}		
		}
		
	  .triple-block.inverse .item {
		background: #f3f3f3; }
		.triple-block.inverse .item .title, .triple-block.inverse .item .body, .triple-block.inverse .item .phone {
		  color: #000; }

	.triple-block .top svg path {fill: #fff;}
		.triple-block.inverse .item + .item {
		  background: #e6e6e6; }
		.triple-block.inverse .item + .item + .item {
		  background: #d9d9d9; }
	  .triple-block.inverse svg path {
		fill: #ff655d; }
	  .triple-block + div {
		/*padding-top: 224px;*/
		/*margin-top: -152px;*/ }
	  .triple-block__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0;
		position: relative; z-index: 1;}
	  .triple-block__inner .table {
		width: 100%;
		table-layout: fixed; }
	  .triple-block__inner .item {
	  border-bottom: 1px solid rgba(255,255,255,.1);
		display: table-cell;
		vertical-align: top;
		background: #ff655d;
		padding: 42px 50px 46px 45px !important; }
		.triple-block__inner .item + .item {
		  background: #f14f47; }
		.triple-block__inner .item + .item .title {
		  padding-left: 8px; }
		.triple-block__inner .item + .item .body {
		  padding-left: 8px; }
		.triple-block__inner .item + .item .phone {
		  margin-top: 13px; }
		.triple-block__inner .item + .item + .item {
		  background: #e8443b; }
		.triple-block__inner .item + .item + .item .top img {
		  margin-left: 6px; }
		.triple-block__inner .item + .item + .item .title {
		  padding-left: 2px; }
		.triple-block__inner .item + .item + .item .body {
		  padding-left: 12px; }
	  .triple-block__inner .top img, .triple-block__inner .top svg {
		width: 70px; height: auto;
		float: left; }
		.triple-block__inner .top .title {
		  overflow: hidden;
		  color: #fff;
		  font: 500 22px 'Roboto', Arial, Helvetica, sans-serif;
		   }
	  .triple-block__inner .body {
		color: #fff;
		font: 300 15px/20px 'Roboto', Arial, Helvetica, sans-serif;
		padding: 24px 0 0 2px;
		font-weight:bold;}
		.triple-block__inner .body .phone {
		  font: bold 22px 'Roboto', Arial, Helvetica, sans-serif;
		  margin-top: 17px; }
		.triple-block__inner .body .phone a {
		  color: #fff;
		  text-decoration: none; }

	.services {
	  background: #f4f4f4;
	  padding: 30px 0 38px; }
	  .services.inverse {
		background: #323232; }
	  .services.inverse .services__title, .services.inverse .services__subtitle, .services.inverse .body {
		color: #fff; }
	  .services.inverse img, .services.inverse svg {
		background: #ff655d; }
		.services.inverse img path, .services.inverse svg path {
		  fill: #fff; }
	  .services.inverse .title {
		color: #3ed1c1; }
	  .services__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0;
		text-align: center; }
	  .services__inner .item {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding: 64px 25px 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left; }
		.services__inner .item a {
		  text-decoration: none; }
	  .services__title {
		color: #000;
		font: 40px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 7px; }
	  .services__subtitle {
		color: #808080;
		font: italic 16px/1.56 'OpenSans', Arial, Helvetica, sans-serif; }
	.services__subtitle p {margin: 0;}
	  .services .icon {
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 17px; }
	  .services .title {
		color: #000;
		font: 500 22px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding: 5px 0 7px;
		overflow: hidden; }
	  .services .body {
		color: #4c4c4c;
		font: 300 16px/1.25 'Roboto', Arial, Helvetica, sans-serif;
		padding: 3px 0 8px;
		overflow: hidden; }
	  .services img, .services svg {
		width: 80px;
		background: #fff; }
	  .services img path, .services svg path {
		fill: #3ed1c1; }

	.accordion {
	  background: #f5f5f5;
	  padding: 50px 0 90px; }
	  .accordion__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0;
		text-align: center; }
	  .accordion__title {
		color: #000;
		font: 40px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 7px; }
	  .accordion__subtitle {
		color: #808080;
		font: italic 16px/1.56 'OpenSans', Arial, Helvetica, sans-serif; }
	  .accordion .blocks {
		padding-top: 38px; }
	  .accordion .item {
		margin-bottom: 1px;
		text-align: left; }
		.accordion .item .title {
		  background: #fff;
		  color: #000;
		  font: 500 20px/1 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 30px 90px 30px 33px;
		  cursor: pointer;
		  position: relative;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  transition: all 0.3s; }
		  .accordion .item .title:before {
			position: absolute;
			content: '';
			right: 34px;
			top: 35px;
			width: 17px;
			height: 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%2217px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2017%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23F2655F%22%20d%3D%22M0%2C1.4c0%2C0.4%2C0.1%2C0.7%2C0.4%2C1l7%2C6.8c0.6%2C0.5%2C1.5%2C0.5%2C2%2C0l7-6.8c0.6-0.5%2C0.6-1.4%2C0-2c-0.6-0.6-1.5-0.6-2%2C0L8.4%2C6.2L2.5%2C0.4c-0.6-0.5-1.5-0.5-2%2C0C0.1%2C0.7%2C0%2C1.1%2C0%2C1.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			-ms-transition: all 0.3s;
			transition: all 0.3s; }
		  .accordion .item .title.opened {
			background: #ff655d;
			color: #fff; }
			.accordion .item .title.opened: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%2217px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2017%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0%2C1.4c0%2C0.4%2C0.1%2C0.7%2C0.4%2C1l7%2C6.8c0.6%2C0.5%2C1.5%2C0.5%2C2%2C0l7-6.8c0.6-0.5%2C0.6-1.4%2C0-2c-0.6-0.6-1.5-0.6-2%2C0L8.4%2C6.2L2.5%2C0.4c-0.6-0.5-1.5-0.5-2%2C0C0.1%2C0.7%2C0%2C1.1%2C0%2C1.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat;
			  -webkit-transform: rotate(180deg);
			  -moz-transform: rotate(180deg);
			  -ms-transform: rotate(180deg);
			  -o-transform: rotate(180deg);
			  transform: rotate(180deg); }
		.accordion .item .body {
		  background: #3ed1c1;
		  color: #fff;
		  padding: 0 31px;
		  font: 18px/1.5 'Roboto', Arial, Helvetica, sans-serif;
		  display: none; }
		  @media all and (max-width: 768px) {
	  .accordion .item .body {
		font-size: 17px;
		padding: 0 25px; } }
		  @media all and (max-width: 640px) {
	  .accordion .item .body {
		font-size: 16px;
		padding: 0 20px; } }
		  @media all and (max-width: 460px) {
	  .accordion .item .body {
		padding: 0; } }
		  .accordion .item .body .line {
			border-bottom: 1px solid rgba(255, 255, 255, .4);
			padding: 26px 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: 768px) {
	  .accordion .item .body .line {
		padding: 22px 0; } }
			@media all and (max-width: 640px) {
	  .accordion .item .body .line {
		padding: 18px 0; } }
			@media all and (max-width: 460px) {
	  .accordion .item .body .line {
		padding: 16px; } }
			.accordion .item .body .line:first-child {
			  border-bottom-color: #fff;
			  font-weight: 500; }
			.accordion .item .body .line:last-child {
			  border-bottom: none; }
		  .accordion .item .body .left-part {
			padding-right: 20px;
			-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; }
		  .accordion .item .body .right-part {
			text-align: right;
			font-weight: 500;
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 110px;
			-moz-box-flex: 0;
			-moz-flex: 0 0 110px;
			-ms-flex: 0 0 110px;
			flex: 0 0 110px; }
			@media all and (max-width: 460px) {
	  .accordion .item .body .right-part {
		-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; } }
	  .accordion.inverse {
		background: #3ed1c1; }
		.accordion.inverse .accordion__title, .accordion.inverse .accordion__subtitle {
		  color: #fff; }

	.services2 {
	  background: url(../images/services2-bg.jpg) 50% 0 no-repeat;
	  background-size: cover;
	  padding: 112px 0;
	background-attachment: static !important;
	  position: relative;
	  z-index: 1; }
	  .services2.inverse:before {
		background: rgba(35, 35, 35, .6); }
	  .services2.inverse .blocks .item {
		background: #323232; }
		.services2.inverse .blocks .item .text .title {
		  color: #3ed1c1; }
		  .services2.inverse .blocks .item .text .body {
			color: #fff; }
	  .services2:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		content: '';
		background: rgba(119, 109, 124, .2);
		z-index: -1; }
	  .services2__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0; }
	  .services2 .blocks {
		display: table;
		width: 100%;
		table-layout: fixed; }
	  .services2 .blocks .item {
		display: table-cell;
		vertical-align: top;
		background: #fff; }
		.services2 .blocks .item img {
		  max-width: 100%; }
		.services2 .blocks .item .text {
		  padding: 29px 39px 56px; }
		  .services2 .blocks .item .text.center {
		  text-align: center !important; }
		.services2 .blocks .item .text .title {
		  color: #171717;
		  font: 20px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		  padding-bottom: 18px; }
		.services2 .blocks .item .text .body {
		  font: 300 15px/20px 'Roboto', Arial, Helvetica, sans-serif;
		  color: #808080; }
		.services2 .blocks .item .text a {
		  color: #fff;
		  font: 300 14px/1 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 14px 26px 16px;
		  background: #3ed1c1;
		  border-radius: 24px;
		  text-decoration: none;
		  display: inline-block;
		  margin-top: 39px;
		  border: 2px solid #3ed1c1;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		  .services2 .blocks .item .text a:hover {
			background: none;
			color: #3ed1c1; }
	  .services2 .blocks .empty-td {
		display: table-cell;
		vertical-align: top;
		width: 16px; }
		.services2 .blocks .empty-td:last-child {
		  display: none; }

	.content-form {
	  background: #ff655d;
	  padding: 56px 0; }
	  .content-form.inverse {
		background: #fff; }
	  .content-form.inverse .content-form__title {
		color: #ff655d;
		border-right-color: #c3c3c3; }
	  .content-form.inverse .content-form__text {
		color: #2c2c2c; }
		.content-form.inverse .content-form__text:before {
		  border-left-color: #c3c3c3; }
	  .content-form.inverse .content-form__link {
		border-color: #ff655d;
		background: #ff655d;
		color: #fff; }
		.content-form.inverse .content-form__link:hover {
		  background: none;
		  color: #ff655d; }
	  .content-form p {
		margin: 0; }
	  .content-form__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0; }
	  .content-form__title {
		display: inline-block;
		vertical-align: top;
		width: 272px;
		text-align: right;
		padding: 2px 22px 6px 0;
		color: #fff;
		font: 300 40px/0.8 'Roboto', Arial, Helvetica, sans-serif;
		letter-spacing: -0.9px;
		border-right: 1px solid #fff; }
	  .content-form__title strong {
		font-weight: 500; }
	  .content-form__text {
		display: inline-block;
		vertical-align: top;
		width: 425px;
		color: #fff;
		font: 300 15px/20px 'Roboto', Arial, Helvetica, sans-serif;
		padding: 9px 0 0 24px; }
	  .content-form__link {
		float: right;
		text-decoration: none;
		border: 2px solid #fff;
		color: #fff;
		font: bold 20px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding: 28px 45px;
		border-radius: 40px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s; }
	  .content-form__link:hover {
		background: #fff;
		color: #ff655d; }

	@-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; } }

	.owl-carousel {
	  display: none;
	  width: 100%;
	  -webkit-tap-highlight-color: transparent;
	  position: relative;
	  z-index: 1; }
	  .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; }
	  .owl-carousel .owl-stage {
		margin: 0 auto;
		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-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .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-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; }
	  .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;
		height: 100%;
		background: #000; }
	  .owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url("../images/owl.video.play.png") 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; }

	.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; }

	.slider-bottom {
	  padding: 70px 0 85px; }
	  .slider-bottom.inverse {
		background: #323232; }
	  .slider-bottom.inverse .slider-bottom__title, .slider-bottom.inverse .owl-item a .title {
		color: #fff; }
	  .slider-bottom.inverse .owl-item a .image .body {
		background: rgba(50, 50, 50, .8); }
	  .slider-bottom.inverse .owl-item a .text {
		color: #3ed1c1; }
	  .slider-bottom .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; }
	  .slider-bottom__inner {
		margin: 0 auto;
		max-width: 1138px;
		font-size: 0; }
	  .slider-bottom__inner .owl-item a {
		display: block;
		position: relative;
		text-decoration: none; }
		.slider-bottom__inner .owl-item a .image {
		  margin-bottom: 33px;
		  display: block;
		  position: relative; }
		.slider-bottom__inner .owl-item a .image .body {
		  position: absolute;
		  left: 0;
		  right: -1px;
		  top: 0;
		  bottom: 0;
		  background: rgba(56, 200, 184, .8);
		  opacity: 0;
		  visibility: hidden;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		  .slider-bottom__inner .owl-item a .image .body .body-in {
			color: #fff;
			font: 500 18px/1.17 'Roboto', Arial, Helvetica, sans-serif;
			display: inline-block;
			width: 100%;
			vertical-align: middle;
			text-align: center; }
		  .slider-bottom__inner .owl-item a .image .body .body-in span {
			padding: 0px 10px;
		display: block;
		font-weight: normal;
		font-size: 14px;
			display: block; }
		  .slider-bottom__inner .owl-item a .image .body .vertical-middle {
			vertical-align: middle;
			width: 0;
			height: 100%;
			display: inline-block; }
		.slider-bottom__inner .owl-item a .title {
		  color: #000;
		  font: 500 16px/1.19 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 0 20px 15px;
		  text-align: center;
		  display: block; }
		.slider-bottom__inner .owl-item a .text {
		  color: #b2b2b2;
		  font: italic 300 14px/1.21 'OpenSans', Arial, Helvetica, sans-serif;
		  display: block;
		  text-align: center;
		  padding: 0 20px; }
		.slider-bottom__inner .owl-item a:hover .image .body {
		  opacity: 1;
		  visibility: visible; }
	  .slider-bottom__title {
		color: #000;
		font: 40px/1 'Roboto', Arial, Helvetica, sans-serif;
		text-align: center;
		padding-bottom: 62px; }
	  .slider-bottom .owl-prev {
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -40px;
		width: 15px;
		height: 27px;
		font-size: 0;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAACACAYAAADUMDNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNDY1ZjUyNy1kNDRmLWY5NDYtYmE1Ny0zMzkwYmZlY2ViM2EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEJBNDNEMzczMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEJBNDNEMzYzMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTIzYzcxMzgtMGEwYy0xYzQ3LWE4MmMtZTEyY2QwMTk2YTljIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI0NjVmNTI3LWQ0NGYtZjk0Ni1iYTU3LTMzOTBiZmVjZWIzYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu+OsvcAAAFlSURBVHja7Nk9bsIwFAdwEnEFstAbwAZLRzYWygW4QFt1yi1YoXdAjCyIJcxdunEEWBg7dgjPEpYsy/b7CAvwLD0py+8fEHZ4T8nKsmwx1zvUHGrWZsJPqMX1us6F8Atqkwvht7nIpZCCP2IQwwYuYzCFURjDJBjCZOhjFnQxG1o8kUCLs2sdodacjW7wBuoX6gWqgupwsFljqANUnxNg8RlqxA1wfyo/YI8F+JvEDehhAaHtSQ6IHQxSQOpIogHYwyAZQHkMhQIKKg4FmH1QcB69fsCWg90Acxb+uf8YNmDA+c7BldV1LcaN7qxYsWLFiiWr/fqzu5+PbUajP6ipjkYMiOEkTGEUxjAJhjAZ+pgFXcyGFr9JoHtnMxqdmoxGXcpckRqNepyAXDKYYKMRKeBJRqOiyWhUuQGS0ajS0UhHI8WKH6LrHW5X2vU+RNerLwQS+E5fCGjXq12vdr236HovAgwAU/XPZL/U/bYAAAAASUVORK5CYII='); 
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	  .slider-bottom .owl-prev:hover {
		background-position: 0 -55px; }
	  .slider-bottom .owl-prev:active {
		background-position: 0 100%; }
	  .slider-bottom .owl-next {
		position: absolute;
		right: -20px;
		top: 50%;
		margin-top: -40px;
		width: 15px;
		height: 27px;
		font-size: 0;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAACACAYAAADUMDNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNDY1ZjUyNy1kNDRmLWY5NDYtYmE1Ny0zMzkwYmZlY2ViM2EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEJBNDNEMzczMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEJBNDNEMzYzMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTIzYzcxMzgtMGEwYy0xYzQ3LWE4MmMtZTEyY2QwMTk2YTljIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI0NjVmNTI3LWQ0NGYtZjk0Ni1iYTU3LTMzOTBiZmVjZWIzYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu+OsvcAAAFlSURBVHja7Nk9bsIwFAdwEnEFstAbwAZLRzYWygW4QFt1yi1YoXdAjCyIJcxdunEEWBg7dgjPEpYsy/b7CAvwLD0py+8fEHZ4T8nKsmwx1zvUHGrWZsJPqMX1us6F8Atqkwvht7nIpZCCP2IQwwYuYzCFURjDJBjCZOhjFnQxG1o8kUCLs2sdodacjW7wBuoX6gWqgupwsFljqANUnxNg8RlqxA1wfyo/YI8F+JvEDehhAaHtSQ6IHQxSQOpIogHYwyAZQHkMhQIKKg4FmH1QcB69fsCWg90Acxb+uf8YNmDA+c7BldV1LcaN7qxYsWLFiiWr/fqzu5+PbUajP6ipjkYMiOEkTGEUxjAJhjAZ+pgFXcyGFr9JoHtnMxqdmoxGXcpckRqNepyAXDKYYKMRKeBJRqOiyWhUuQGS0ajS0UhHI8WKH6LrHW5X2vU+RNerLwQS+E5fCGjXq12vdr236HovAgwAU/XPZL/U/bYAAAAASUVORK5CYII='); 
	background-repeat: no-repeat;
	background-position: 0 0; 
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg); }
	  .slider-bottom .owl-next:hover {
		background-position: 0 -55px; }
	  .slider-bottom .owl-next:active {
		background-position: 0 100%; }
	  .slider-bottom .owl-dots {
		text-align: center;
		margin-top: 80px; }
	  .slider-bottom .owl-dots .owl-dot {
		display: inline-block;
		vertical-align: top;
		width: 18px;
		height: 18px;
		position: relative;
		margin: 0 1px; }
		.slider-bottom .owl-dots .owl-dot:before {
		  position: absolute;
		  content: '';
		  top: 5px;
		  bottom: 5px;
		  right: 5px;
		  left: 5px;
		  background: #e9e9e9;
		  border-radius: 6px;
		  -webkit-transition: 0.2s;
		  -moz-transition: 0.2s;
		  -o-transition: 0.2s;
		  -ms-transition: 0.2s;
		  transition: 0.2s; }
		.slider-bottom .owl-dots .owl-dot:after {
		  position: absolute;
		  content: '';
		  top: 5px;
		  right: 5px;
		  bottom: 5px;
		  left: 5px;
		  border: 2px solid #e9e9e9;
		  border-radius: 10px;
		  -webkit-transition: 0.2s;
		  -moz-transition: 0.2s;
		  -o-transition: 0.2s;
		  -ms-transition: 0.2s;
		  transition: 0.2s; }
		.slider-bottom .owl-dots .owl-dot:hover:before, .slider-bottom .owl-dots .owl-dot.active:before {
		  top: 4px;
		  right: 4px;
		  bottom: 4px;
		  left: 4px;
		  background: #3ed1c1; }
		.slider-bottom .owl-dots .owl-dot:hover:after, .slider-bottom .owl-dots .owl-dot.active:after {
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  border-color: #3ed1c1; }

	.upperfooter {
	  font-size: 0; }
	  .upperfooter.inverse .upperfooter__first {
		background: #fff; }
		.upperfooter.inverse .upperfooter__first .title, .upperfooter.inverse .upperfooter__first .body {
		  color: #000; }
	  .upperfooter.inverse .upperfooter__second {
		background: #f5f5f5; }
		.upperfooter.inverse .upperfooter__second .title, .upperfooter.inverse .upperfooter__second .body, .upperfooter.inverse .upperfooter__second .main-title {
		  color: #000; }
		.upperfooter.inverse .upperfooter__second .icon img, .upperfooter.inverse .upperfooter__second .icon svg {
		  border-color: #38c8b8; }
		  .upperfooter.inverse .upperfooter__second .icon img path, .upperfooter.inverse .upperfooter__second .icon svg path {
			fill: #38c8b8; }
	  .upperfooter.inverse .upperfooter__third {
		background: #fafafa; }
		.upperfooter.inverse .upperfooter__third .main-title, .upperfooter.inverse .upperfooter__third .title, .upperfooter.inverse .upperfooter__third .body {
		  color: #000; }
		.upperfooter.inverse .upperfooter__third .owl-dots .owl-dot.active:before {
		  background: #33b6a7; }
		.upperfooter.inverse .upperfooter__third .owl-dots .owl-dot.active:after {
		  border-color: #33b6a7; }
	  .upperfooter.inverse .upperfooter__first__bg {
		opacity: 0.05; }
	  .upperfooter .table {
		width: 100%;
		table-layout: fixed; }
	  .upperfooter .table > div {
		display: table-cell;
		vertical-align: top; }
	  .upperfooter__first {
		background: #51dacb;
		background-size: cover;
		padding: 73px 50px 59px 72px;
		position: relative;
		z-index: 1; }
	  .upperfooter__first__bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		opacity: 0.08; }
	  .upperfooter__first .title {
		color: #fff;
		font: 500 24px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 43px; }
	  .upperfooter__first .body {
		color: #fefefe;
		font: 15px/1.2 'Roboto', Arial, Helvetica, sans-serif; }
	  .upperfooter__second {
		background: #38c8b8;
		padding: 73px 70px 26px 59px; }
	  .upperfooter__second .main-title {
		color: #fff;
		font: 500 24px/1.21 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 42px; }
	  .upperfooter__second .item {
		margin-bottom: 23px;
		color: #fff; }
		.upperfooter__second .item .icon{
		  margin-right: 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .0);
		  float: left; }
		.upperfooter__second .item .icon img, .upperfooter__second .item .icon svg {
		  width: 43px;
		  height: 43px;
		  border: 3px solid #fff;
		  border-radius: 25px; }
		.upperfooter__second .item .icon svg path {fill: #fff;}
		.upperfooter__second .item .title {
		  overflow: hidden;
		  font: 500 20px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 0 0 1px; }
		.upperfooter__second .item .body {
		  font: 300 16px 'Roboto', Arial, Helvetica, sans-serif;
		  overflow: hidden; }
	  .upperfooter__third {
		background: #33b6a7;
		padding: 72px 65px 48px;
		text-align: center; }
	  .upperfooter__third .main-title {
		font: 500 24px 'Roboto', Arial, Helvetica, sans-serif;
		color: #fff;
		padding-bottom: 40px; }
	  .upperfooter__third a {
		text-decoration: none; }
	  .upperfooter__third .body {
		color: #88fef1;
		font: 300 15px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 18px; }
	  .upperfooter__third .title {
		color: #fff;
		font: 500 20px 'Roboto', Arial, Helvetica, sans-serif; }
	  .upperfooter__third .owl-dots {
		margin-top: 50px; }
		.upperfooter__third .owl-dots .owl-dot {
		  display: inline-block;
		  vertical-align: top;
		  width: 18px;
		  height: 18px;
		  position: relative;
		  margin: 0 1px; }
		.upperfooter__third .owl-dots .owl-dot:before {
		  position: absolute;
		  content: '';
		  top: 5px;
		  bottom: 5px;
		  right: 5px;
		  left: 5px;
		  background: #71ccc2;
		  border-radius: 6px;
		  -webkit-transition: 0.2s;
		  -moz-transition: 0.2s;
		  -o-transition: 0.2s;
		  -ms-transition: 0.2s;
		  transition: 0.2s; }
		.upperfooter__third .owl-dots .owl-dot:after {
		  position: absolute;
		  content: '';
		  top: 5px;
		  right: 5px;
		  bottom: 5px;
		  left: 5px;
		  border: 2px solid #71ccc2;
		  border-radius: 10px;
		  -webkit-transition: 0.2s;
		  -moz-transition: 0.2s;
		  -o-transition: 0.2s;
		  -ms-transition: 0.2s;
		  transition: 0.2s; }
		.upperfooter__third .owl-dots .owl-dot:hover:before, .upperfooter__third .owl-dots .owl-dot.active:before {
		  top: 4px;
		  right: 4px;
		  bottom: 4px;
		  left: 4px;
		  background: #fff; }
		  .upperfooter__third .owl-dots .owl-dot:hover:after, .upperfooter__third .owl-dots .owl-dot.active:after {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			border-color: #fff; }

	.footer {
	  background: #323232;
	  font-size: 0;
	  padding: 63px 0 45px; }
	  .footer.inverse {
		background: #fff; }
	  .footer.inverse .company-name, .footer.inverse .company-activity, .footer.inverse .phone, .footer.inverse .address, .footer.inverse .e-mail, .footer.inverse .main-title, .footer.inverse .right .item .title {
		color: #000; }
		.footer.inverse .company-name a, .footer.inverse .company-activity a, .footer.inverse .phone a, .footer.inverse .address a, .footer.inverse .e-mail a, .footer.inverse .main-title a, .footer.inverse .right .item .title a {
		  color: #000; }
	  .footer p {
		margin: 0; }
	  .footer__left {
		float: left;
		width: 67%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 0 76px; }
	  .footer__left.l1 {
		display: none; }
	  .footer__left .left {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 60px; }
	  .footer__left .right {
		float: right;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 20px; }
		.footer__left .right .main-title,
		.footer__left .right .main-title a	{
		  color: #fff;
		  font: 24px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 3px 0 48px; }
		.footer__left .right .main-title a	{
		text-decoration: none;}
		.footer__left .right .item {
		  margin-bottom: 15px; }
		.footer__left .right .item a {
		  text-decoration: none; }
		  .footer__left .right .item a:hover .title {
			color: #c2c2c2; }
		.footer__left .right .item img {
		  max-width: 56px;
		  float: left;
		  margin-right: 19px; }
		.footer__left .right .item .right-part {
		  overflow: hidden; }
		.footer__left .right .item .title {
		  color: #fff;
		  font: 16px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 0 0 6px 0;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		.footer__left .right .item .date {
		  color: #808080;
		  font: italic 13px 'OpenSans', Arial, Helvetica, sans-serif; }
	  .footer__left a.logo {
		float: left;
		margin-right: 15px; }
	  .footer__left .company-name {
		overflow: hidden;
		color: #fff;
		font: 22px 'Roboto', Arial, Helvetica, sans-serif;
		padding: 7px 0 0; }
	  .footer__left .company-activity {
		color: #fff;
		font: 300 15px 'Roboto', Arial, Helvetica, sans-serif; }
	  .footer__left .slogan {
		padding: 24px 0 20px;
		color: #808080;
		font: italic 15px 'Roboto', Arial, Helvetica, sans-serif; }
	  .footer__left .phone {
		padding: 0 0 16px 32px;
		color: #fff;
		font: 300 14px 'Roboto', 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%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%233ed1c1%22%20d%3D%22M12.6%2C16c-3.1%2C0-6.2-1.4-8.7-3.9l0-0.1l0%2C0C1.3%2C9.5-0.1%2C6.3%2C0%2C3.1l0-0.2l0.1-0.2C0.4%2C2.5%2C0.6%2C2.2%2C0.8%2C2c0.8-0.8%2C1.8-1.5%2C2.9-1.9C3.9%2C0%2C4%2C0%2C4.2%2C0c0.4%2C0%2C1.2%2C0.2%2C1.4%2C0.8c0.4%2C1%2C0.9%2C2.4%2C1.2%2C3.7c0.1%2C0.4%2C0%2C1.2-0.5%2C1.6L5.1%2C6.8c0%2C0%2C0%2C0.2%2C0.2%2C0.4c0.5%2C0.6%2C1%2C1.3%2C1.6%2C1.9c0.6%2C0.6%2C1.3%2C1.1%2C1.9%2C1.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1l0.4-0.6L10%2C9.7c0.3-0.5%2C1.2-0.5%2C1.3-0.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.6%2C0.4%2C2.6%2C0.7%2C3.8%2C1.2c0.5%2C0.2%2C0.9%2C1.2%2C0.6%2C1.9c-0.4%2C1.1-1.1%2C2.1-1.9%2C2.9c-0.2%2C0.2-0.5%2C0.5-0.8%2C0.7L13.1%2C16L12.6%2C16L12.6%2C16z%20M1.4%2C3.4c0%2C2.7%2C1.3%2C5.5%2C3.5%2C7.7l0.1%2C0.1c2.2%2C2.2%2C5%2C3.4%2C7.7%2C3.4c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0.7-0.7%2C1.2-1.5%2C1.6-2.4c0%2C0%2C0-0.1-0.1-0.2c-1.1-0.5-1.9-0.8-3.4-1.1c0%2C0-0.1%2C0-0.2%2C0l-0.7%2C1.1c-0.4%2C0.7-1.6%2C0.8-2.4%2C0.2c-0.7-0.5-1.4-1.1-2.1-1.7C5.2%2C9.4%2C4.6%2C8.8%2C4.1%2C8C3.8%2C7.6%2C3.7%2C7%2C3.7%2C6.5C3.8%2C6.2%2C4%2C5.8%2C4.3%2C5.7L5.4%2C5c0-0.1%2C0-0.1%2C0-0.2C5.2%2C3.6%2C4.7%2C2.4%2C4.4%2C1.4c-0.1%2C0-0.1%2C0-0.2%2C0C3.3%2C1.7%2C2.5%2C2.3%2C1.8%2C3C1.7%2C3.1%2C1.5%2C3.2%2C1.4%2C3.4L1.4%2C3.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 1px no-repeat; }
		.footer__left .phone a {
		  color: #fff;
		  text-decoration: none; }
	  .footer__left .address {
		padding: 0 0 18px 32px;
		color: #fff;
		font: 300 14px 'Roboto', 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%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%2355C3B9%22%20d%3D%22M7%2C0C3.1%2C0%2C0%2C3%2C0%2C6.8c0%2C3.6%2C5.9%2C8.5%2C6.6%2C9.1C6.7%2C15.9%2C6.8%2C16%2C7%2C16c0.2%2C0%2C0.3-0.1%2C0.4-0.2c0.7-0.6%2C6.6-5.5%2C6.6-9.1C14%2C3%2C10.9%2C0%2C7%2C0zM7%2C14.5c-1.9-1.7-5.6-5.4-5.6-7.7c0-3%2C2.5-5.4%2C5.6-5.4c3.1%2C0%2C5.6%2C2.4%2C5.6%2C5.4C12.6%2C9.1%2C8.9%2C12.8%2C7%2C14.5z%20M7%2C3.5c-1.9%2C0-3.4%2C1.5-3.4%2C3.3c0%2C1.8%2C1.5%2C3.3%2C3.4%2C3.3c1.9%2C0%2C3.4-1.5%2C3.4-3.3C10.4%2C4.9%2C8.9%2C3.5%2C7%2C3.5zM7%2C8.7c-1.1%2C0-2-0.9-2-2c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C9.1%2C7.9%2C8.1%2C8.7%2C7%2C8.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 1px no-repeat; }
		.footer__left .address a {
		  color: #fff; }
	  .footer__left .e-mail {
		padding: 0 0 30px 40px;
		color: #fff;
		font: 300 14px 'Roboto', 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%2224px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2024%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2355C3B9%22%20d%3D%22M21.5%2C0H2.5C1.1%2C0%2C0%2C1.1%2C0%2C2.4v12.2C0%2C15.9%2C1.1%2C17%2C2.5%2C17h19.1c1.4%2C0%2C2.5-1.1%2C2.5-2.4V2.4C24%2C1.1%2C22.9%2C0%2C21.5%2C0z%20M21.5%2C14.9H2.5c-0.1%2C0-0.2%2C0-0.3-0.1l6.5-5.6l3%2C2.6c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1s0.3%2C0%2C0.3-0.1l3-2.6l6.5%2C5.6C21.7%2C14.9%2C21.6%2C14.9%2C21.5%2C14.9z%20M12%2C10.7L2.2%2C2.2C2.3%2C2.1%2C2.4%2C2%2C2.5%2C2h19.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1L12%2C10.7z%20M2.1%2C3.4l5.8%2C5.1l-5.8%2C5.1V3.4z%20M16.1%2C8.5l5.8-5.1v10.1L16.1%2C8.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
		.footer__left .e-mail a {
		  color: #fff;
		  text-decoration: none; }
	  .footer__left .social-block a {
		display: inline-block;
		vertical-align: top;
		margin-right: 2px;
		margin: 0 2px 2px 0;
		position: relative; }
		.footer__left .social-block a img, .footer__left .social-block a svg {
		  opacity: 1;
		  width: 39px;
		  height: 39px;
		  border: 1px solid #808080;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		  .footer__left .social-block a img + *, .footer__left .social-block a svg + * {
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
			border-color: transparent; }
	.footer .social-block span {-webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s;}
		  .footer__left .social-block a img + * path, .footer__left .social-block a svg + * path {
			fill: #fff; }
		  .footer__left .social-block a img path, .footer__left .social-block a svg path {
			fill: #808080; }
	.footer__left .social-block path {-webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s}
	.footer__left .social-block a:hover * + * path {fill: #fff;}
		.footer__left .social-block a:hover * + * {
		  opacity: 1; }
	  .footer__right {
		float: right;
		width: 33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.footer__right .blocks {
			font-size: 0px;
		}
	  .footer__right .main-title {
		color: #fff;
		font: 24px 'Roboto', Arial, Helvetica, sans-serif;
		padding: 3px 0 24px 0; }
	  .footer__right a {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		margin: 0 16px 16px 0;
		opacity: 1;
		position: relative; }
		.footer__right a:before {
		  position: absolute;
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  content: '';
		  background: rgba(0, 0, 0, 0);
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		.footer__right a img {
		  width: 120px; }
		.footer__right a:hover:before {
		  background: rgba(0, 0, 0, .5); }

	.underfooter {
	  background: #252525;
	  padding: 22px 56px;
	  text-align: center;
	  color: #676767;
	  font-size: 14px; }
	  .underfooter > div + div {
		margin-top: 10px; }

	.overflowHidden {
	  overflow: hidden !important; }
	.popover-close:after {
		display: none;
	}

	.popover-container .tpl-field .field-note {
	   margin: 6px 0 0;
	}

	.popover-container .tpl-field.mail {
	display:none;
	}

	.popover-container .noteFormBottom {
		text-align: center;
		padding: 10px 20px 30px;
		color: inherit;
	}

	.popover-container .tpl-field.hide-input {display: none;}

	.popover-container .popover-body {
	  padding: 0; }
	  .popover-container .popover-wrap {
		border-width: 40px; }
	  .popover-container .popover-close {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		background-size: 15px 15px;
		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%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12.734%2C11.356%20L11.320%2C12.770%20L6.354%2C7.805%20L1.420%2C12.739%20L0.006%2C11.325%20L4.940%2C6.390%20L0.006%2C1.456%20L1.420%2C0.042%20L6.354%2C4.976%20L11.320%2C0.011%20L12.734%2C1.425%20L7.769%2C6.391%20L12.734%2C11.356%20Z%22%20%2F%3E%3C%2Fsvg%3E') 50% no-repeat; }
	  .popover-container .title {
		color: #fff;
		font: 500 22px/1 'Roboto', Arial, Helvetica, sans-serif;
		background: #ff655d;
		border-radius: 4px 4px 0 0;
		padding: 25px;
		text-align: center;
		margin-bottom: 19px; }
	  .popover-container .desc {
		color: #000000;
		padding: 10px 25px;
		margin-bottom: 19px; }
	  .popover-container .tpl-anketa-success-note {
		padding: 10px 30px 30px;
		font-size: 20px;
		text-align: center; }
	  .popover-container .field-title {
		color: #000;
		font: 14px 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 3px; }
	  .popover-container .tpl-field {
		color: #333;
		padding: 0 24px 19px; }
	.popover-container ul {
	   list-style: none;
	   marging: 0;
	   padding: 0;
	}

	.popover-container input[type="checkbox"], .popover-container input[type="radio"] {
	   margin: 0 5px 0 0;
	}
	  .popover-container .tpl-field.type-text input, .popover-container .tpl-field.type-email input, .popover-container .tpl-field textarea, .popover-container .tpl-field.type-select select, .popover-container .tpl-field.type-multi_select select {
		outline: none;
		border: none;
		background: none;
		padding: 0;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 38px;
		padding: 0 10px; }

	.popover-container .tpl-field.type-multi_select select {
	   height: auto;
	}
		.popover-container .tpl-field input:hover, .popover-container .tpl-field textarea:hover {
		  border-color: #3ed1c1; }
		.popover-container .tpl-field input:focus, .popover-container .tpl-field textarea:focus {
		  border-color: #3ed1c1; }
	  .popover-container .tpl-field textarea {
		resize: none;
		padding-top: 8px;
		padding-bottom: 8px;
		height: 152px; }
	  .popover-container .tpl-field.field-error input, .popover-container .tpl-field.field-error textarea {
		border-color: #ff655d; }
	  .popover-container .tpl-field.tpl-field-button {
		text-align: right; }
		.popover-container .tpl-field.tpl-field-button input[type=submit] {
		  outline: none;
		  border: none;
		  background: none;
		  padding: 13px 37px;
		  cursor: pointer;
		  background: #3ed1c1;
		  color: #fff;
		  border-radius: 24px;
		  font: 500 18px/1 'Roboto', Arial, Helvetica, sans-serif;
		  border: 2px solid #3ed1c1;
		  -webkit-transition: 0.3s;
		  -moz-transition: 0.3s;
		  -o-transition: 0.3s;
		  -ms-transition: 0.3s;
		  transition: 0.3s; }
		.popover-container .tpl-field.tpl-field-button input[type=submit]:hover {
		  color: #3ed1c1;
		  background: none; }
		  .popover-container .error-message {color: red; font-size: 13px;}
		.popover-container .type-text .error-message, .popover-container .type-textarea .error-message {display: none;}
	  .popover-container .field-required-mark {
		color: #f00; }
	  .popover-container .icon-close {
		position: absolute;
		right: 0;
		top: -34px;
		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%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%23ED1F24%22%20d%3D%22M10.1%2C8.7l7-7c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0l-7%2C7l-7-7c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l7%2C7l-7%2C7c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3l7-7l7%2C7c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3c0.4-0.4%2C0.4-1%2C0-1.4L10.1%2C8.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat;
		width: 18px;
		height: 18px;
		cursor: pointer;
		opacity: 1;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s; }
	  .popover-container .icon-close:hover {
		opacity: 0.8; }

	.fixed-menu-wr {
	  position: fixed;
	  right: 0;
	  bottom: 0;
	  top: 0;
	  overflow: hidden;
	  overflow-y:auto;
	  -webkit-transform: translate3d(100%,0,0);
	  -ms-transform: translate3d(100%,0,0);
	  -o-transform: translate3d(100%,0,0);
	  transform: translate3d(100%,0,0);
	  width: 320px;
	  background: #00427A;
	  z-index: 100;
	  -webkit-transition: transform 0.5s;
	  -moz-transition: transform 0.5s;
	  -o-transition: transform 0.5s;
	  -ms-transition: transform 0.5s;
	  transition: transform 0.5s; }
	@media all and (min-width: 1024px) {
	.fixed-menu-wr {display: none;}
	}
	  .fixed-menu-wr:before {
		position: absolute;
		right: 100%;
		width: 5000px;
		top: 0;
		bottom: 0;
		content: '';
		background: rgba(0, 0, 0, .8); }
	  .fixed-menu-wr.opened {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: 0 0 0 1000px rgba(0,0,0,.8);
		-moz-box-shadow: 0 0 0 1000px rgba(0,0,0,.8);
		-webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,.8); 
	  }
	  .fixed-menu-wr .menu-close {
		margin: 40px 0 0 245px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #f4f4f4 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%23000000%22%20d%3D%22M10.1%2C8.7l7-7c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0l-7%2C7l-7-7c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l7%2C7l-7%2C7c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3l7-7l7%2C7c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3s0.5-0.1%2C0.7-0.3c0.4-0.4%2C0.4-1%2C0-1.4L10.1%2C8.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 11px 11px no-repeat; }
	  .fixed-menu-wr .fixed-menu {
		margin: 0;
		padding: 5px 0 0;
		list-style: none; }
	  .fixed-menu-wr .fixed-menu li {
		display: block; }
		.fixed-menu-wr .fixed-menu li a {
		  display: block;
		  text-decoration: none;
		  color: #fff;
		  font: 500 18px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 14px 20px 14px 36px; }
		.fixed-menu-wr .fixed-menu li.active, .fixed-menu-wr .fixed-menu li > a:hover, .fixed-menu-wr .fixed-menu li > a:active {
		  text-decoration: underline; }

	.hamburger {
	  display: none;
	  width: 40px;
	  height: 40px;
	  border-radius: 20px;
	  margin-top: 24px;
	  background: #f4f4f4 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%2215px%22%20%20viewBox%3D%220%200%2020%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M19%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1V1C20%2C0.4%2C19.6%2C0%2C19%2C0zM19%2C6H1C0.4%2C6%2C0%2C6.4%2C0%2C7v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1V7C20%2C6.4%2C19.6%2C6%2C19%2C6zM19%2C12H1c-0.6%2C0-1%2C0.4-1%2C1v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1v-1C20%2C12.4%2C19.6%2C12%2C19%2C12z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat; }

	@media all and (min-width: 1024px) and (max-width: 1200px) {

	  .top-navigation, .header {
		padding-left: 32px;
		padding-right: 32px; }

	  .top-navigation .e-mail-top {
		margin-right: 0; }

	  .slider-wrap {
		height: 568px; }
		.slider-wrap li {
		  margin: 0 32px;
		  height: 568px; }
		.slider-wrap .bx-pager {
		  left: 32px;
		  margin-left: 0; }
		.slider-wrap .text {
		  width: 460px; left: 30px;}
		  .slider-wrap .text .title {
			font-size: 30px; }
		  .slider-wrap .text .body {
			font-size: 16px;
			padding-bottom: 22px; }
		.slider-wrap .bx-wrapper ul img {
		  width: 453px;
		  -webkit-transform: translate3d(500px, 80px, 0);
		  -moz-transform: translate3d(500px, 80px, 0);
		  -ms-transform: translate3d(500px, 80px, 0);
		  -o-transform: translate3d(500px, 80px, 0);
		  transform: translate3d(500px, 80px, 0); }

	  .triple-block {
		padding: 0 31px; }
		.triple-block .item {
		  padding-right: 20px;
		  padding-left: 22px; }

	  .services {
		padding-left: 24px;
		padding-right: 24px; }
		.services__title {
		  font-weight: 500;
		  font-size: 30px; }

	  .accordion {
		padding: 20px 32px 67px; }
		.accordion__title {
		  font-size: 30px;
		  padding-bottom: 2px; }
		.accordion__subtitle {
		  font-size: 16px; }

	  .services2 {
		padding: 56px 32px 64px; }
		.services2 .blocks .empty-td {
		  width: 12px; }
		  .services2 .blocks .item .text {
			padding: 29px 16px 48px; }
			.services2 .blocks .item .text a {
			  margin-top: 34px; }

	  .content-form {
		padding: 56px 32px; }
		.content-form__title {
		  width: 205px;
		  padding-right: 18px;
		  font-size: 31px;
		  border-right: none; }
		.content-form__text {
		  width: 36%;
		  padding: 0 0 0 16px;
		  position: relative; }
		  .content-form__text:before {
			position: absolute;
			content: '';
			border-left: 1px solid #fff;
			top: 4px;
			bottom: 3px;
			left: 0; }
		.content-form__link {
		  padding-left: 38px;
		  padding-right: 38px; }

	  .slider-bottom {
		padding: 34px 88px 64px; }
		.slider-bottom .owl-prev {
		  left: -56px; }
		.slider-bottom .owl-next {
		  right: -56px; }
		.slider-bottom__title {
		  padding-bottom: 20px;
		  font-size: 30px; }

	  .upperfooter__first {
		padding: 43px 25px 36px 33px; }
		.upperfooter__first .title {
		  padding-bottom: 21px; }
		.upperfooter__second {
		  padding: 43px 25px 50px 32px; }
		.upperfooter__second .main-title {
		  padding-bottom: 24px; }
		.upperfooter__third {
		  padding: 43px 35px 55px; }
		.upperfooter__third .main-title {
		  padding-bottom: 21px; }
		.upperfooter__third .owl-dots {
		  margin-top: 32px; }

	  .footer {
		padding-top: 23px;
		}
	.footer .underfooter {margin-top: 28px;}
		.footer__left {
		  padding-left: 32px;
		  width: 65%; }
		.footer__left .left {
		  padding-right: 20px; }
		.footer__left .right .main-title {
		  padding-bottom: 22px; }
		.footer__right {
		  width: 35%; }
		.footer__right a {
		  margin: 0 6px 13px 0; }
		  .footer__right a img {
			width: 103px; } }

	.header__right-part.second .header__right-part-inner {
		padding-top: 0;
		display: block; 
		max-width: 1138px; 
		margin: 0 auto;
	}

	.header__right-part.second.fix-menu {
	  padding: 15px 25px;
	  text-align: center;
	}

	.header__right-part.second .menu-top {
		padding-top: 0;
	}

	.header__inner.second {
		padding: 20px 0;
	}

	.hamburger.second {
		margin-top: 0;
	}

	.fixed-menu-wr .menu-close.second {
	   margin-top: 20px;
	}

	@media all and (min-width: 768px) and (max-width: 1023px) {
	  .fixed-menu-wr .menu-close {margin-top: 82px;}
	  .top-navigation, .header {
		padding-left: 24px;
		padding-right: 24px; }

	  .top-navigation .e-mail-top {
		margin-right: 0; }

	  .header__right-part .menu-top {
		display: none; }

	  .hamburger {
		display: inline-block;
		float: right; }

	  .slider-wrap {
		height: 408px; }
		.slider-wrap li {
		  margin: 0 20px;
		  height: 408px; }
		.slider-wrap .bx-pager {
		  bottom: 40px;
		  left: 20px;
		  margin-left: 0; }
		.slider-wrap .text {
		  width: 350px;
		  top: 46px; left: 18px; }
		  .slider-wrap .text .title {
			font-size: 22px; }
		  .slider-wrap .text .body {
			font-size: 16px;
			padding-bottom: 22px; }
		.slider-wrap .bx-wrapper ul img {
		  width: 450px;
		  -webkit-transform: translate3d(340px, 10px, 0) !important;
		  -moz-transform: translate3d(340px, 10px, 0) !important;
		  -ms-transform: translate3d(340px, 10px, 0) !important;
		  -o-transform: translate3d(340px, 10px, 0) !important;
		  transform: translate3d(340px, 10px, 0) !important; }

	  .triple-block .item {
		/*padding: 20px 20px 40px 22px;*/
		padding:0;
		display: block; }
		.triple-block .item .body {
		  padding-left: 66px !important;
		  padding-top: 0; }
		  .triple-block .item .body .phone {.triple-block .item
			font-size: 20px; }
		.triple-block .item .title {
		  padding-top: 8px;
		  padding-left: 16px !important; }
		.triple-block .item img, .triple-block .item svg {
		  width: 48px; }

	  .services {
		padding-left: 24px;
		padding-right: 24px; }
		.services__title {
		  font-weight: 500;
		  font-size: 30px; }
		.services .item {
		  padding-top: 32px;
		  padding-bottom: 0;
		  width: 50%; }

	  .accordion {
		padding: 20px 24px 51px; }
		.accordion__title {
		  font-size: 30px;
		  padding-bottom: 2px; }
		.accordion__subtitle {
		  font-size: 16px; }

	  .services2 {
		padding: 32px 29px 24px; }
		.services2 .blocks {
		  display: block; }
		.services2 .blocks .item {
		  display: block;
		  margin-bottom: 16px; }
		  .services2 .blocks .item img {
			float: left;
			height: 232px; }
		  .services2 .blocks .item .empty-td {
			display: none; }
		  .services2 .blocks .item .text {
			padding: 22px 14px 22px 19px;
			overflow: hidden; }
			.services2 .blocks .item .text .title {
			  padding-bottom: 8px; }
			.services2 .blocks .item .text .body {
			  min-height: 0 !important; }
			.services2 .blocks .item .text a {
			  margin-top: 30px; }

	  .content-form {
		padding: 39px 40px 49px;
		text-align: center; }
		.content-form__title {
		  width: 205px;
		  padding-right: 18px;
		  font-size: 31px;
		  border-right: none; }
		.content-form__text {
		  width: 65%;
		  padding: 0 0 0 16px;
		  position: relative;
		  text-align: left; }
		.content-form__text:before {
		  position: absolute;
		  content: '';
		  border-left: 1px solid #fff;
		  top: -6px;
		  bottom: -6px;
		  left: 0; }
		.content-form__link {
		  float: none;
		  display: inline-block;
		  margin-top: 35px; }

	  .slider-bottom {
		padding: 34px 96px 64px; }
		.slider-bottom .owl-prev {
		  left: -73px; }
		.slider-bottom .owl-next {
		  right: -73px; }
		.slider-bottom__title {
		  padding-bottom: 18px;
		  font-size: 30px; }

	  .upperfooter .table, .upperfooter .table > div {
		display: block; }
		.upperfooter__first {
		  padding: 34px 26px 50px; }
		.upperfooter__first .title {
		  padding-bottom: 21px;
		  text-align: center; }
		.upperfooter__second {
		  padding: 34px 0 24px 24px; }
		.upperfooter__second .main-title {
		  padding-bottom: 36px;
		  text-align: center;
		  padding-right: 24px; }
		  .upperfooter__second .main-title br {
			display: none; }
		.upperfooter__second .item {
		  display: inline-block;
		  vertical-align: top;
		  width: 50%;
		  padding-right: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		  .upperfooter__second .item .title {
			text-align: left; }
		.upperfooter__third {
		  padding: 35px 42px 30px; }
		.upperfooter__third .main-title {
		  padding-bottom: 30px; }
		.upperfooter__third .owl-dots {
		  margin-top: 32px; }

	  .footer {
		padding-top: 36px;
	}
		.footer__left {
		  width: 50%;
		  padding-left: 24px; }
		.footer__left .right {
		  display: block;
		  float: none;
		  width: auto;
		  padding-right: 30px; }
		  .footer__left .right .main-title {
			padding-bottom: 20px; }
		.footer__left .left {
		  display: block;
		  float: none;
		  width: auto; }
		  .footer__left .left .company {
			display: inline-block;
			vertical-align: top;}
		  .footer__left .left .footer-contacts {
			display: inline-block;
			vertical-align: top;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding-left: 30px; }
		.footer__right {
		  width: 50%; }
		.footer__right a {
		  margin: 0 8px 15px 0; }
		  .footer__right a img {
			width: 116px; } }

	.footer-two {padding: 0;}

	@media all and (min-width: 640px) and (max-width: 767px) {

	  .top-navigation, .header {
		padding-left: 16px;
		padding-right: 16px; }

	  .top-navigation .e-mail-top {
		margin-right: 0; }

	  .header__right-part .menu-top {
		display: none; }

	  .hamburger {
		display: inline-block;
		float: right; }

	  .slider-wrap {
		height: 392px; }
		.slider-wrap li {
		  margin: 0 24px;
		  height: 392px; }
		.slider-wrap .bx-pager {
		  bottom: 40px;
		  left: 20px;
		  margin-left: 0; }
		.slider-wrap .text {
		  width: 350px;
		  top: 46px; left: 18px; }
		  .slider-wrap .text .title {
			font-size: 22px; }
		  .slider-wrap .text .body {
			font-size: 16px;
			padding-bottom: 22px; }
		.slider-wrap .bx-wrapper ul img {
		  width: 370px;
		  -webkit-transform: translate3d(320px, 40px, 0) !important;
		  -moz-transform: translate3d(320px, 40px, 0) !important;
		  -ms-transform: translate3d(320px, 40px, 0) !important;
		  -o-transform: translate3d(320px, 40px, 0) !important;
		  transform: translate3d(320px, 40px, 0) !important; }

	  .triple-block .item {
		/*padding: 20px 20px 40px 22px;*/
		padding: 0;
		display: block; }
		.triple-block .item .body {
		  padding-left: 66px !important;
		  padding-top: 0; }
		  .triple-block .item .body .phone {
			font-size: 20px; }
		.triple-block .item .title {
		  padding-top: 8px;
		  padding-left: 16px !important; }
		.triple-block .item img, .triple-block .item svg {
		  width: 48px; }

	  .services {
		padding-left: 24px;
		padding-right: 24px; }
		.services__title {
		  font-weight: 500;
		  font-size: 30px; }
		.services__subtitle {
		  padding-bottom: 16px; }
		.services__subtitle br {
		  display: none; }
		.services .item {
		  padding-top: 16px;
		  padding-bottom: 0;
		  width: 100%; }
		.services .title {
		  padding-top: 14px; }

	  .accordion {
		padding: 20px 24px 51px; }
		.accordion__title {
		  font-size: 30px;
		  padding-bottom: 2px; }
		.accordion__subtitle {
		  font-size: 16px; }

	  .services2 {
		padding: 32px 14px 24px; }
		.services2 .blocks {
		  display: block; }
		.services2 .blocks .item {
		  display: block;
		  margin-bottom: 16px; }
		  .services2 .blocks .item img {
			float: left;
			height: 232px; }
		  .services2 .blocks .item .empty-td {
			display: none; }
		  .services2 .blocks .item .text {
			padding: 16px 5px 1px 15px;
			overflow: hidden; }
			.services2 .blocks .item .text .title {
			  padding-bottom: 8px;
			  font-size: 18px; }
			.services2 .blocks .item .text .body {
			  font-size: 14px;
			  min-height: 0 !important; }
			.services2 .blocks .item .text a {
			  margin-top: 10px; }

	  .content-form {
		padding: 39px 30px 40px;
		text-align: center; }
		.content-form__title {
		  width: auto;
		  padding: 0 0 16px;
		  font-size: 31px;
		  border-right: none; }
		.content-form__text {
		  width: auto;
		  padding: 0; }
		.content-form__link {
		  float: none;
		  display: inline-block;
		  margin-top: 25px; }

	  .slider-bottom {
		padding: 38px 32px 48px; }
		.slider-bottom__title {
		  padding-bottom: 24px;
		  font-size: 30px; }

	  .upperfooter .table, .upperfooter .table > div {
		display: block; }
		.upperfooter__first {
		  padding: 34px 26px 50px; }
		.upperfooter__first .title {
		  padding-bottom: 21px;
		  text-align: center; }
		.upperfooter__second {
		  padding: 34px 0 24px 24px; }
		.upperfooter__second .main-title {
		  padding-bottom: 36px;
		  text-align: center;
		  padding-right: 24px; }
		  .upperfooter__second .main-title br {
			display: none; }
		.upperfooter__second .item {
		  display: inline-block;
		  vertical-align: top;
		  width: 50%;
		  padding-right: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		  .upperfooter__second .item .title {
			text-align: left; }
		.upperfooter__third {
		  padding: 35px 42px 30px; }
		.upperfooter__third .main-title {
		  padding-bottom: 30px; }
		.upperfooter__third .owl-dots {
		  margin-top: 32px; }

	  .footer {
		padding: 36px 23px 0; }
	.footer .underfooter {margin: 39px -23px 0;}
	.footer.footer-two .underfooter {margin: 0;}
		.footer__left {
		  float: none;
		  width: 100%;
		  padding-left: 0; }
		.footer__left .right {
		  display: block;
		  float: none;
		  width: auto;
		  padding-right: 0; }
		  .footer__left .right .main-title {
			padding-bottom: 21px; }
		.footer__left .left {
		  float: none; 
		  width:auto;
		  }
		.footer__left.l1 {
		  display: block;
		  padding-top: 20px; }
		  .footer__left.l1 .left {
			display: block;
			float: none;
			width: auto;
			padding-right: 0; }
		  .footer__left.l1 .e-mail {
			margin-left: -6px; }
		.footer__right {
		  float: none;
		  width: auto;
		  margin-right: -12px;
		  padding-top: 15px; }
		.footer__right .main-title {
		  font-size: 20px; }
		.footer__right a {
		  width: 33.33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  margin: 0;
		  padding: 0 12px 25px 0; }
		  .footer__right a img {
			width: 100%; } }

	@media all and (min-width: 480px) and (max-width: 639px) {

	  .top-navigation, .header {
		padding-left: 16px;
		padding-right: 16px; }

	  .top-navigation .e-mail-top {
		margin-right: 0; }

	  .header__right-part .menu-top, .social-block-top {
		display: none; }

	  .hamburger {
		display: inline-block;
		float: right; }

	  .top-navigation .e-mail-top, .top-navigation .phone-top {
		float: left; }

	  .top-navigation .phone-top {
		margin-left: 0; }

	  .change1 {
		float: left;
		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; }

	  .slider-wrap {
		height: 272px; }
		.slider-wrap li {
		  margin: 0 17px;
		  height: 272px; }
		.slider-wrap .bx-pager {
		  bottom: 30px;
		  left: 17px;
		  margin-left: 0; }
		.slider-wrap .text {
		  width: 240px;
		  top: 46px;
	left: 16px; }
		  .slider-wrap .text .title {
			font-size: 18px; }
		  .slider-wrap .text .body {
			display: none; }
		.slider-wrap .bx-wrapper ul img {
		  width: 300px;
		  -webkit-transform: translate3d(190px, 10px, 0) !important;
		  -moz-transform: translate3d(190px, 10px, 0) !important;
		  -ms-transform: translate3d(190px, 10px, 0) !important;
		  -o-transform: translate3d(190px, 10px, 0) !important;
		  transform: translate3d(190px, 10px, 0) !important; }

	  .triple-block .item {
	   /* padding: 20px 20px 40px 22px;*/
		padding: 0;
		display: block; }
		.triple-block .item .body {
		  /*padding-left: 66px !important;*/
		  padding-top: 0; }
		  .triple-block .item .body .phone {
			font-size: 20px; }
		.triple-block .item .title {
		  padding-top: 8px;
		  padding-left: 16px !important; }
		.triple-block .item img, .triple-block .item svg {
		  width: 48px; }

	  .services {
		padding-left: 24px;
		padding-right: 24px; }
		.services__title {
		  font-weight: 500;
		  font-size: 30px; }
		.services__subtitle {
		  padding-bottom: 6px; }
		.services__subtitle br {
		  display: none; }
		.services .item {
		  padding-top: 12px;
		  padding-bottom: 0;
		  padding-right: 0;
		  width: 100%; }
		.services .title {
		  padding-top: 14px; }

	  .accordion {
		padding: 20px 24px 51px; }
		.accordion .blocks {
		  padding-top: 25px; }
		.accordion .blocks .title {
		  padding-right: 50px;
		  padding-left: 22px; }
		  .accordion .blocks .title:before {
			right: 24px; }
		.accordion .blocks .body {
		  padding: 22px; }
		  .accordion .blocks .body table {
			margin-top: -22px;
			margin-bottom: -22px; }
		  .accordion .blocks .body table tr th, .accordion .blocks .body table tr td {
			padding: 22px 0; }
		.accordion__title {
		  font-size: 30px;
		  padding-bottom: 2px; }
		.accordion__subtitle {
		  font-size: 16px; }

	  .services2 {
		padding: 40px 23px 5px; }
		.services2 .blocks {
		  display: block; }
		.services2 .blocks .item {
		  display: block;
		  margin-bottom: 23px; }
		  .services2 .blocks .item .img {
			text-align: center; }
		  .services2 .blocks .item .empty-td {
			display: none; }
		  .services2 .blocks .item .text {
			padding: 22px 24px 32px; }
			.services2 .blocks .item .text .title {
			  padding-bottom: 12px;
			  font-size: 18px; }
			.services2 .blocks .item .text .body {
			  font-size: 14px;
			  min-height: 0 !important; }
			.services2 .blocks .item .text a {
			  margin-top: 22px; }

	  .content-form {
		padding: 39px 25px 40px;
		text-align: center; }
		.content-form__title {
		  width: auto;
		  padding: 0 0 16px;
		  font-size: 31px;
		  border-right: none; }
		.content-form__text {
		  width: auto;
		  padding: 0; }
		.content-form__link {
		  float: none;
		  display: inline-block;
		  margin-top: 25px; }

	  .slider-bottom {
		padding: 35px 104px 44px; }
		.slider-bottom .owl-prev {
		  left: -81px; }
		.slider-bottom .owl-next {
		  right: -81px; }
		.slider-bottom__title {
		  padding-bottom: 31px;
		  font-size: 30px; }

	  .upperfooter .table, .upperfooter .table > div {
		display: block; }
		.upperfooter__first {
		  padding: 22px 24px 44px; }
		.upperfooter__first .title {
		  padding-bottom: 21px;
		  font-size: 20px;
		  text-align: center; }
		.upperfooter__second {
		  padding: 34px 0 24px 24px; }
		.upperfooter__second .main-title {
		  text-align: center;
		  font-size: 20px;
		  padding: 0 40px 36px 16px; }
		  .upperfooter__second .main-title br {
			display: none; }
		.upperfooter__second .item {
		  display: block;
		  padding-right: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		  .upperfooter__second .item .title {
			text-align: left; }
		.upperfooter__third {
		  padding: 22px 28px 28px; }
		.upperfooter__third .main-title {
		  padding-bottom: 15px;
		  font-size: 20px; }
		.upperfooter__third .owl-dots {
		  margin-top: 32px; }

	  .footer {
		padding: 36px 23px 0; }
	.footer .underfooter {margin: 36px -23px 0;}
		.footer__left {
		  float: none;
		  width: 100%;
		  padding-left: 0; }
		.footer__left .right {
		  display: block;
		  float: none;
		  width: auto;
		  padding-right: 0; }
		  .footer__left .right .main-title {
			padding-bottom: 21px; }
		.footer__left .left {
		  float:none;
		  width:auto;
		  }
		.footer__left.l1 {
		  display: block;
		  padding-top: 10px; }
		  .footer__left.l1 .left {
			display: block;
			float: none;
			width: auto;
			padding-right: 0; }
		  .footer__left.l1 .e-mail {
			margin-left: -6px; }
		.footer__right {
		  float: none;
		  width: auto;
		  margin-right: -13px;
		  padding-top: 15px; }
		.footer__right .main-title {
		  font-size: 20px; }
		.footer__right a {
		  width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  margin: 0;
		  padding: 0 13px 15px 0; }
		  .footer__right a img {
			width: 100%; } }

	@media all and (max-width: 479px) {

	  .top-navigation {
		padding-left: 16px;
		padding-right: 16px; }

	  .header {
		padding-left: 22px;
		padding-right: 22px; }

	  .top-navigation {
		padding-bottom: 8px; }

	  .top-navigation .e-mail-top {
		margin-right: 0; }

	  .header__right-part .menu-top, .social-block-top {
		display: none; }

	  .hamburger {
		display: inline-block;
		float: right; }

	  .top-navigation .e-mail-top {
		display: block;
		float: none;
		margin-left: 0; }

	  .top-navigation .phone-top {
		display: block;
		float: none;
		margin-left: 5px;
		padding-left: 33px; }

	  .fixed-menu-wr {
		top: 0; }
		.fixed-menu-wr .menu-close {
		  margin: 12px 0 0 262px; }

	  .change1 {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse; }

	  .header {
		position: relative; }
		.header .company-name {
		  font-size: 20px;
		  padding-top: 14px; }
		.header .company-activity {
		  font-size: 14px; }

	  .hamburger {
		position: static;
		/*margin: 10px 0 0;*/ }

	  .slider-wrap {
		height: 344px; }
		.slider-wrap li {
		  height: 344px; }
		.slider-wrap .bx-pager {
		  bottom: 30px;
		  left: 17px;
		  right: 17px;
		  text-align: center;
		  margin-left: 0; }
		.slider-wrap .text {
		  width: 100%;
		  padding: 0 20px;
		  top: 170px;
		  text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		  .slider-wrap .text .title {
			font-size: 18px;
			font-weight: 500;
			padding-bottom: 15px; }
		  .slider-wrap .text .body {
			display: none; }
		.slider-wrap .bx-wrapper ul img {
		  width: 177px;
		  -webkit-transform: translate3d(50%, 23px, 0) !important;
		  -moz-transform: translate3d(50%, 23px, 0) !important;
		  -ms-transform: translate3d(50%, 23px, 0) !important;
		  -o-transform: translate3d(50%, 23px, 0) !important;
		  transform: translate3d(50%, 23px, 0) !important; }

	  .triple-block .item {
		/*padding: 20px 20px 40px 22px;*/
		padding: 0;
		display: block; }
		.triple-block .item .body {
		  padding-top: 10px; }
		  .triple-block .item .body .phone {
			font-size: 20px; }
		.triple-block .item .title {
		  padding-top: 8px;
		  padding-left: 10px !important; }
		.triple-block .item img, .triple-block .item svg {
		  width: 48px; }

	  .triple-block + div {
		/*margin-top: -180px;*/ }

	  .services {
		padding-left: 24px;
		padding-right: 10px; }
		.services__title {
		  font-weight: 500;
		  font-size: 22px;
		  padding-bottom: 5px;
		  padding-right: 14px; }
		.services__subtitle {
		  font-size: 14px;
		  padding: 0 25px 6px 11px; }
		.services__subtitle br {
		  display: none; }
		.services .item {
		  padding-right: 0;
		  padding-top: 16px;
		  padding-bottom: 0;
		  width: 100%;
		  margin-right: -5px; }
		.services .title {
		  font-size: 18px;
		  padding-top: 6px; }
		.services .body {
		  font-size: 15px;
		  letter-spacing: -0.3px; }

	  .accordion {
		padding: 20px 16px 35px; }
		.accordion .blocks {
		  padding-top: 25px; }
		.accordion .blocks .title {
		  padding-right: 40px;
		  padding-left: 16px; }
		  .accordion .blocks .title:before {
			right: 16px; }
		.accordion .blocks .body {
		  padding: 16px; }
		  .accordion .blocks .body table {
			margin-top: -16px;
			margin-bottom: -16px; }
		  .accordion .blocks .body table tr th, .accordion .blocks .body table tr td {
			padding: 16px 0; }
		.accordion__title {
		  font-size: 22px; }
		.accordion__subtitle {
		  font-size: 16px; }

	  .services2 {
		padding: 32px 16px 15px; }
		.services2 .blocks {
		  display: block; }
		.services2 .blocks .item {
		  display: block;
		  margin-bottom: 16px; }
		  .services2 .blocks .item img {
			width: 100%; }
		  .services2 .blocks .item .empty-td {
			display: none; }
		  .services2 .blocks .item .text {
			padding: 16px 16px 24px; }
			.services2 .blocks .item .text .title {
			  padding-bottom: 12px;
			  font-size: 18px; }
			.services2 .blocks .item .text .body {
			  font-size: 14px;
			  min-height: 0 !important; }
			.services2 .blocks .item .text a {
			  margin-top: 22px; }

	  .content-form {
		padding: 39px 16px 40px;
		text-align: center; }
		.content-form__title {
		  width: auto;
		  padding: 0 0 16px;
		  font-size: 20px;
		  border-right: none; }
		.content-form__text {
		  width: auto;
		  padding: 0; }
		.content-form__link {
		  float: none;
		  display: inline-block;
		  margin-top: 25px;
		  font-size: 17px;
		  padding: 20px 20px 22px; }

	  .popover-container .popover-wrap {
		width: 288px !important;
		border-left-width: 0;
		border-right-width: 0; }

	  .slider-bottom {
		padding: 32px 24px 39px; }
		.slider-bottom .owl-prev {
		  left: -8px; }
		.slider-bottom .owl-next {
		  right: -8px; }
		.slider-bottom__title {
		  padding-bottom: 20px;
		  font-size: 22px; }

	  .upperfooter .table, .upperfooter .table > div {
		display: block; }
		.upperfooter__first {
		  padding: 22px 17px 36px; }
		.upperfooter__first .title {
		  font-size: 20px;
		  padding-bottom: 21px;
		  text-align: center; }
		.upperfooter__second {
		  padding: 22px 0 10px 16px; }
		.upperfooter__second .main-title {
		  padding-bottom: 18px;
		  text-align: center;
		  padding-right: 16px;
		  font-size: 20px; }
		  .upperfooter__second .main-title br {
			display: none; }
		.upperfooter__second .item {
		  display: block;
		  padding-right: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		  .upperfooter__second .item .title {
			text-align: left; }
		.upperfooter__third {
		  padding: 22px 20px 28px; }
		.upperfooter__third .main-title {
		  padding-bottom: 16px;
		  font-size: 20px; }
		.upperfooter__third .owl-dots {
		  margin-top: 32px; }

	  .footer {
		padding: 36px 16px 0; }
	.footer .underfooter {margin: 39px -16px 0; }
		.footer__left {
		  float: none;
		  width: 100%;
		  padding-left: 0; }
		.footer__left .right {
		  display: none; }
		  .footer__left .right .main-title {
			padding-bottom: 21px; }
		.footer__left .left {
			  float: none;
		width: 100%;
		padding-right: 0; }
		.footer__left.l1 {
		  display: block;
		  padding-top: 10px; }
		  .footer__left.l1 .left {
			display: block;
			float: none;
			width: auto;
			padding-right: 0; }
			.footer__left.l1 .left .company {
			  margin-right: -10px; }
		  .footer__left.l1 .e-mail {
			margin-left: -6px; }
		.footer__right {
		  float: none;
		  width: auto;
		  margin-right: -13px;
		  padding-top: 15px; }
		.footer__right .main-title {
		  font-size: 20px; }
		.footer__right a {
		  width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  margin: 0;
		  padding: 0 13px 15px 0; }
		  .footer__right a img {
			width: 100%; } }

	.slider-wrap a {cursor: pointer;}


	@media all and (min-width: 1280px) {
	.accordion .item .body table {margin-left: -31px;margin-right: -31px; width: 1138px;}
	.accordion .item .body table tr th:first-child, .accordion .item .body table tr td:first-child {padding-left: 31px;}
	.accordion .item .body table tr th:last-child, .accordion .item .body table tr td:last-child {padding-right: 31px;}
	.accordion table tr:hover {background: rgba(255, 255, 255, .1);}

	}

	.services2 .blocks .item {overflow: hidden;}
	.popover-dim {opacity: 0.8 !important;}

	@media all and (min-width: 640px) and (max-width: 767px) {
	.fixed-menu-wr .menu-close {margin-left: 265px;}
	}

	@media all and (min-width: 768px) and (max-width: 1023px) {
	.fixed-menu-wr .menu-close {margin-left: 255px;}
	}

	.header__right-part .menu-top > li.active > a, .header__right-part .menu-top > li.active > a:hover {color: #555555; border-color: transparent;}
	.header.inverse .header__right-part .menu-top > li.active > a, .header.inverse .header__right-part .menu-top > li.active > a:hover {color: #fff;}
	.header.inverse .header__right-part .menu-top > li ul li a:hover {color: #ffffff; background: #ff655d;}
	.accordion.inverse .item .title.opened {background: #ff655d;color: #fff;}
	.accordion.inverse .item .body {background: #028677;}
	.accordion .item .body table tr:first-child ~ tr {
	border-top-color: #8be3da;
	}
	.inverse .slider-bottom__inner .owl-item a .image .body .body-in {color: #fff;}
	.inverse .footer__left .slogan {color: #808080;}
	.inverse .footer__left .social-block a svg path {fill: #808080;}
	.inverse .footer__left .right .item .date {color: #000;}
	.inverse .footer__left .social-block a svg {border-color: #808080}

	.slider-bottom.inverse .owl-dots .owl-dot:before {background: #e9e9e9;}
	.slider-bottom.inverse .owl-dots .owl-dot:after {border-color: #e9e9e9;}
	.slider-bottom.inverse .owl-dots .owl-dot.active:before, .slider-bottom.inverse .owl-dots .owl-dot:hover:before {background: #3ed1c1;}
	.slider-bottom.inverse .owl-dots .owl-dot.active:after, .slider-bottom.inverse .owl-dots .owl-dot:hover:after {border-color: #3ed1c1;}
	.header a.logotype svg {width: 64px; height: 64px;}
	.footer a.logo svg {width: 64px; height: 64px;}
	/*.header svg path {fill: #ff655d;}*/
	/*.footer svg path {fill: #ff655d;}*/
	.header.inverse svg path {fill: #ff655d;}
	.footer.inverse svg path {fill: #ff655d;}

	.triple-block.inverse .item + .item {border-left: 1px solid rgba(0, 0, 0, 0);}
	.triple-block.inverse .item + .item + .item {border-left: 1px solid rgba(0, 0, 0, 0);}
	.slider-bottom {background: rgba(0, 0, 0, 0)}

	.inverse .footer__left .phone {
	  background-image: 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%2016px%2016px%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgb%2862%2C%20209%2C%20193%29%22%20d%3D%22M12.6%2C16c-3.1%2C0-6.2-1.4-8.7-3.9l0-0.1l0%2C0C1.3%2C9.5-0.1%2C6.3%2C0%2C3.1l0-0.2l0.1-0.2C0.4%2C2.5%2C0.6%2C2.2%2C0.8%2C2c0.8-0.8%2C1.8-1.5%2C2.9-1.9C3.9%2C0%2C4%2C0%2C4.2%2C0c0.4%2C0%2C1.2%2C0.2%2C1.4%2C0.8c0.4%2C1%2C0.9%2C2.4%2C1.2%2C3.7c0.1%2C0.4%2C0%2C1.2-0.5%2C1.6L5.1%2C6.8c0%2C0%2C0%2C0.2%2C0.2%2C0.4c0.5%2C0.6%2C1%2C1.3%2C1.6%2C1.9c0.6%2C0.6%2C1.3%2C1.1%2C1.9%2C1.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1l0.4-0.6L10%2C9.7c0.3-0.5%2C1.2-0.5%2C1.3-0.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.6%2C0.4%2C2.6%2C0.7%2C3.8%2C1.2c0.5%2C0.2%2C0.9%2C1.2%2C0.6%2C1.9c-0.4%2C1.1-1.1%2C2.1-1.9%2C2.9c-0.2%2C0.2-0.5%2C0.5-0.8%2C0.7L13.1%2C16L12.6%2C16L12.6%2C16z%20M1.4%2C3.4c0%2C2.7%2C1.3%2C5.5%2C3.5%2C7.7l0.1%2C0.1c2.2%2C2.2%2C5%2C3.4%2C7.7%2C3.4c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0.7-0.7%2C1.2-1.5%2C1.6-2.4c0%2C0%2C0-0.1-0.1-0.2c-1.1-0.5-1.9-0.8-3.4-1.1c0%2C0-0.1%2C0-0.2%2C0l-0.7%2C1.1c-0.4%2C0.7-1.6%2C0.8-2.4%2C0.2c-0.7-0.5-1.4-1.1-2.1-1.7C5.2%2C9.4%2C4.6%2C8.8%2C4.1%2C8C3.8%2C7.6%2C3.7%2C7%2C3.7%2C6.5C3.8%2C6.2%2C4%2C5.8%2C4.3%2C5.7L5.4%2C5c0-0.1%2C0-0.1%2C0-0.2C5.2%2C3.6%2C4.7%2C2.4%2C4.4%2C1.4c-0.1%2C0-0.1%2C0-0.2%2C0C3.3%2C1.7%2C2.5%2C2.3%2C1.8%2C3C1.7%2C3.1%2C1.5%2C3.2%2C1.4%2C3.4L1.4%2C3.4z%22%2F%3E%3C%2Fsvg%3E");
	}
	.inverse .footer__left .address {
	  background-image: 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%2016px%2016px%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgb%2862%2C%20209%2C%20193%29%22%20d%3D%22M7%2C0C3.1%2C0%2C0%2C3%2C0%2C6.8c0%2C3.6%2C5.9%2C8.5%2C6.6%2C9.1C6.7%2C15.9%2C6.8%2C16%2C7%2C16c0.2%2C0%2C0.3-0.1%2C0.4-0.2c0.7-0.6%2C6.6-5.5%2C6.6-9.1C14%2C3%2C10.9%2C0%2C7%2C0zM7%2C14.5c-1.9-1.7-5.6-5.4-5.6-7.7c0-3%2C2.5-5.4%2C5.6-5.4c3.1%2C0%2C5.6%2C2.4%2C5.6%2C5.4C12.6%2C9.1%2C8.9%2C12.8%2C7%2C14.5z%20M7%2C3.5c-1.9%2C0-3.4%2C1.5-3.4%2C3.3c0%2C1.8%2C1.5%2C3.3%2C3.4%2C3.3c1.9%2C0%2C3.4-1.5%2C3.4-3.3C10.4%2C4.9%2C8.9%2C3.5%2C7%2C3.5zM7%2C8.7c-1.1%2C0-2-0.9-2-2c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C9.1%2C7.9%2C8.1%2C8.7%2C7%2C8.7z%22%2F%3E%3C%2Fsvg%3E");
	}
	.inverse .footer__left .e-mail {
	  background-image: 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%2217px%22%20%20viewBox%3D%220%200%2024px%2017px%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgb%2862%2C%20209%2C%20193%29%22%20d%3D%22M21.5%2C0H2.5C1.1%2C0%2C0%2C1.1%2C0%2C2.4v12.2C0%2C15.9%2C1.1%2C17%2C2.5%2C17h19.1c1.4%2C0%2C2.5-1.1%2C2.5-2.4V2.4C24%2C1.1%2C22.9%2C0%2C21.5%2C0z%20M21.5%2C14.9H2.5c-0.1%2C0-0.2%2C0-0.3-0.1l6.5-5.6l3%2C2.6c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1s0.3%2C0%2C0.3-0.1l3-2.6l6.5%2C5.6C21.7%2C14.9%2C21.6%2C14.9%2C21.5%2C14.9z%20M12%2C10.7L2.2%2C2.2C2.3%2C2.1%2C2.4%2C2%2C2.5%2C2h19.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1L12%2C10.7z%20M2.1%2C3.4l5.8%2C5.1l-5.8%2C5.1V3.4z%20M16.1%2C8.5l5.8-5.1v10.1L16.1%2C8.5z%22%2F%3E%3C%2Fsvg%3E");
	}
	.inverse .footer__left .right .main-title {color: #000;}
	.slider-bottom.inverse .owl-prev {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAACACAYAAADUMDNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNDY1ZjUyNy1kNDRmLWY5NDYtYmE1Ny0zMzkwYmZlY2ViM2EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEJBNDNEMzczMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEJBNDNEMzYzMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTIzYzcxMzgtMGEwYy0xYzQ3LWE4MmMtZTEyY2QwMTk2YTljIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI0NjVmNTI3LWQ0NGYtZjk0Ni1iYTU3LTMzOTBiZmVjZWIzYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu+OsvcAAAFlSURBVHja7Nk9bsIwFAdwEnEFstAbwAZLRzYWygW4QFt1yi1YoXdAjCyIJcxdunEEWBg7dgjPEpYsy/b7CAvwLD0py+8fEHZ4T8nKsmwx1zvUHGrWZsJPqMX1us6F8Atqkwvht7nIpZCCP2IQwwYuYzCFURjDJBjCZOhjFnQxG1o8kUCLs2sdodacjW7wBuoX6gWqgupwsFljqANUnxNg8RlqxA1wfyo/YI8F+JvEDehhAaHtSQ6IHQxSQOpIogHYwyAZQHkMhQIKKg4FmH1QcB69fsCWg90Acxb+uf8YNmDA+c7BldV1LcaN7qxYsWLFiiWr/fqzu5+PbUajP6ipjkYMiOEkTGEUxjAJhjAZ+pgFXcyGFr9JoHtnMxqdmoxGXcpckRqNepyAXDKYYKMRKeBJRqOiyWhUuQGS0ajS0UhHI8WKH6LrHW5X2vU+RNerLwQS+E5fCGjXq12vdr236HovAgwAU/XPZL/U/bYAAAAASUVORK5CYII=');}
	.slider-bottom.inverse .owl-next {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAACACAYAAADUMDNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNDY1ZjUyNy1kNDRmLWY5NDYtYmE1Ny0zMzkwYmZlY2ViM2EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEJBNDNEMzczMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEJBNDNEMzYzMjFDMTFFNjg4ODhFMDg4RUJFOUNDQUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTIzYzcxMzgtMGEwYy0xYzQ3LWE4MmMtZTEyY2QwMTk2YTljIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI0NjVmNTI3LWQ0NGYtZjk0Ni1iYTU3LTMzOTBiZmVjZWIzYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu+OsvcAAAFlSURBVHja7Nk9bsIwFAdwEnEFstAbwAZLRzYWygW4QFt1yi1YoXdAjCyIJcxdunEEWBg7dgjPEpYsy/b7CAvwLD0py+8fEHZ4T8nKsmwx1zvUHGrWZsJPqMX1us6F8Atqkwvht7nIpZCCP2IQwwYuYzCFURjDJBjCZOhjFnQxG1o8kUCLs2sdodacjW7wBuoX6gWqgupwsFljqANUnxNg8RlqxA1wfyo/YI8F+JvEDehhAaHtSQ6IHQxSQOpIogHYwyAZQHkMhQIKKg4FmH1QcB69fsCWg90Acxb+uf8YNmDA+c7BldV1LcaN7qxYsWLFiiWr/fqzu5+PbUajP6ipjkYMiOEkTGEUxjAJhjAZ+pgFXcyGFr9JoHtnMxqdmoxGXcpckRqNepyAXDKYYKMRKeBJRqOiyWhUuQGS0ajS0UhHI8WKH6LrHW5X2vU+RNerLwQS+E5fCGjXq12vdr236HovAgwAU/XPZL/U/bYAAAAASUVORK5CYII=');}
	.accordion.inverse .item .title {    
	background: #fff;
		color: #000;}
	.accordion.inverse .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%2217px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2017%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23F2655F%22%20d%3D%22M0%2C1.4c0%2C0.4%2C0.1%2C0.7%2C0.4%2C1l7%2C6.8c0.6%2C0.5%2C1.5%2C0.5%2C2%2C0l7-6.8c0.6-0.5%2C0.6-1.4%2C0-2c-0.6-0.6-1.5-0.6-2%2C0L8.4%2C6.2L2.5%2C0.4c-0.6-0.5-1.5-0.5-2%2C0C0.1%2C0.7%2C0%2C1.1%2C0%2C1.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat;}

	.services2.inverse .blocks .item .text a {border-color:#3ed1c1; background: #3ed1c1; color: #fff;}
	.services2.inverse .blocks .item .text a:hover {border-color:#3ed1c1; background: rgba(0, 0, 0, 0); color: #3ed1c1;}
	.lp-row[data-name="Сервисы"] + .lp-row[data-name="Сервисы"] {margin-top: 72px;}
	@media all and (min-width: 480px) and (max-width: 1023px) {
	  .fixed-menu-wr .menu-close {margin-top: 82px;}
	}
	@media all and (min-width: 480px) and (max-width: 639px) {
	  .fixed-menu-wr .menu-close {margin-left: 265px;}
	}

	.edit_b_wrapper {
	  background: #fff;
	  padding: 46px 54px 50px;
	  color: #000;
	}

	.edit_b_wrapper.inverse {
	  background: #000; color: #fff;
	}

	.edit_b_wrapper .title {
		font: 26px/1 'Roboto', Arial, Helvetica, sans-serif;
		padding: 0 0 17px;
		text-align: center; 
	}

	.edit_b_wrapper .body {
			overflow:hidden;
	  font: 16px/26px 'Roboto', Arial, Helvetica, sans-serif;
	}

	@media all and (max-width: 979px) {
	  .edit_b_wrapper {
		  padding: 24px 24px 30px;
	  }
	}

	@media all and (max-width: 639px) {
	  .edit_b_wrapper {
		  padding: 26px 22px 36px;
	  }
	}

	@media all and (max-width: 479px) {
	  .edit_b_wrapper {
		  padding: 26px 16px 35px;
	  }
	}


	.edit_b_wrapper .edit_b_wrap {
	  max-width: 1138px;
	  margin: 0 auto;
	}

	.edit_b_wrapper .edit_b_wrap {
	  max-width: 1138px;
	  margin: 0 auto;
	}

	.m_text_wrapper {
		background: #ffffff;
		color: #000;
		padding: 50px 54px 60px;
		position: relative;
	}

	.m_text_wrapper.inverse {
	  background: #000;
	  color: #fff;
	}

	@media all and (max-width: 767px) {
	  .m_text_wrapper {
		  padding: 45px 48px 66px;
	  }
	}

	@media all and (max-width: 639px) {
	  .m_text_wrapper {
		  padding: 40px 32px 50px;
	  }
	}

	@media all and (max-width: 479px) {
	  .m_text_wrapper {
		  padding: 40px 24px 40px;
	  }
	}

	.m_text_wrap {
	  max-width: 1138px;
	  margin: 0 auto;
	  position: relative;
	}

	.m_text_wrapper .text_block_title {
		font: 30px/1 'Roboto',Arial, Helvetica, sans-serif;
		padding: 0 0 25px;
	}

	.m_text_wrapper .text_blocks .text_j {
		padding: 0 0 40px;
	}

	.m_text_wrapper .text_blocks .text_j:last-child {
		padding: 0;
	}

	.m_text_wrapper .text_blocks .title {
		color: #42DDDD;
		font: 20px/1 Arial, Helvetica, sans-serif;
		padding: 0 0 20px;
	}

	.m_text_wrapper.inverse .text_blocks .title {
	  color: #42DDDD;
	}

	.m_text_wrapper .text_blocks .text_wrap .pic {
		float: left;
		margin: 0 30px 20px 0;
		font-size: 0;
		max-width: 238px;
	}

	.m_text_wrapper .text_blocks .text_j.medium .pic {
		  max-width:  400px
	}

	.m_text_wrapper .text_blocks .text_j.medium .title {

	}

	.m_text_wrapper .text_blocks .text_j.big .pic {
		  max-width:  500px
	}

	.m_text_wrapper .text_blocks .text_wrap .text {
		font: 16px/24px 'Roboto', Arial, Helvetica, sans-serif;
	}

	.m_text_wrapper .text_blocks .text_j.medium .title {
		  font-size: 21px;  
	}

	@media all and (max-width: 640px) {
	  .m_text_wrapper .text_blocks .text_j.medium .title,  .m_text_wrapper .text_blocks .text_j.big .title {
		  font-size: 18px;  
	  }
	  .m_text_wrapper .text_blocks .text_j.medium .text_wrap .text,  .m_text_wrapper .text_blocks .text_j.big .text_wrap .text {
			font-size: 16px;  
	  }
	}

	.m_text_wrapper .text_blocks .text_j.medium .text_wrap .text {
		  font-size: 18px;
		  line-height: 1.35;
		  font-weight: 300;  
	}

	.m_text_wrapper .text_blocks .text_j.big .title {
		  font-size: 23px;  
	}

	.m_text_wrapper .text_blocks .text_j.big .text_wrap .text {
		  font-size: 20px;  
		  line-height: 1.35;
		  font-weight: 300; 
	}

	.m_text_wrapper .text_blocks .text_j.left .title {
		text-align: right;
	}

	.m_text_wrapper .text_blocks .text_j.left .pic {
		float: right;
		margin: 0 0 20px 30px;
	}

	@media all and (max-width: 479px) {
	.m_text_wrapper .text_blocks .text_wrap .pic {
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 15px;
	}
	}
	@media all and (min-width: 1024px) {
	.services2 .blocks .item img {max-height: 250px;}
	.services2 .blocks .item {text-align: center;}
	.services2 .blocks .item .text {text-align: left;}
	.services2 .blocks + .blocks {margin-top: 16px;}
	body > .header, .popover-container {overflow: visible;}
	}
	.services .icon svg {width: 80px; height: 80px;}

	html .content-form .content-form__title, .content-form__link {word-wrap: break-word;}
	.content-form__link {max-width: 300px;}
	.footer__left .social-block a svg {height: 14px; padding: 12px 0px 13px;}
	.slider-bottom__inner .owl-item a .image .body .body-in {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	padding: 0 20px}


	#lp_constructor a.fixed-button {left: 120px;}

	.popover-container .tpl-field.type-calendar_interval .calendar-label, .popover-container .tpl-field.type-calendar .calendar-label {
	   position: relative;
	   display: block;
	}

	.popover-container .tpl-field.type-calendar span {
	   position: relative;
	   display: block;
	}


	.popover-container .tpl-field.type-calendar span.field-required-mark {display: inline;}

	.popover-container .tpl-field.type-calendar_interval img, .popover-container .tpl-field.type-calendar img {
	   position: absolute;
	   right: 10px;
	   bottom: 12px;
	}

	body { 
	   margin: 0;
	 }

	.map_wrapper  {
	   overflow:hidden;
	}

	.site_map .map {
	   height: 400px;
	}

	@media screen and (max-width:979px) {
		.map_wrapper {
			display:none;
		}
	}

	.top_slider_wrapper {
	  -webkit-box-flex: none;
	  -webkit-flex: none;
	  -moz-box-flex: none;
	  -moz-flex: none;
	  -ms-flex: none;
	  flex: none;
	  min-height: 50px;
	  background: #fff;
	  overflow: hidden; }
	  .top_slider_wrapper.inverse .slider_wrap.all_background .pic:before {
		background: rgba(255, 255, 255, .6); }
	  .top_slider_wrapper.inverse .text_wrap .text_title {
		color: #141414; }
	  .top_slider_wrapper.inverse .text_wrap .text_body {
		color: #141414; }
	  .top_slider_wrapper.inverse .text_wrap .slider_button {
		color: #fff;
		border-color: #ff655d;
		background: #ff655d; }
		.top_slider_wrapper.inverse .text_wrap .slider_button:hover {
		  color: #141414;
		  background: #fff; }
	  .top_slider_wrapper.inverse .bx-pager .bx-pager-item a {
		background: #e9e9e9;
		border-color: rgba(255, 255, 255, .0001);
		-webkit-background-clip : padding;
		-moz-background-clip : padding;
		background-clip : padding-box; }
		.top_slider_wrapper.inverse .bx-pager .bx-pager-item a.active {
		  border-color: #3ed1c1;
		  background: #3ed1c1; }
	  .top_slider_wrapper .slider_wrap {
		position: relative; }
	  .top_slider_wrapper .slider_wrap .slider {
		margin: 0;
		padding: 0;
		list-style: none; }
	  .top_slider_wrapper .slider_wrap .bx-viewport {
		min-height: 580px; }
		@media screen and (max-width: 1200px) {
		.top_slider_wrapper .slider_wrap .bx-viewport {
		  min-height: 567px; } }
		@media screen and (max-width: 979px) {
		.top_slider_wrapper .slider_wrap .bx-viewport {
		  min-height: 358px; } }
		@media screen and (max-width: 639px) {
		.top_slider_wrapper .slider_wrap .bx-viewport {
		  min-height: 340px; } }
	  .top_slider_wrapper .slider_wrap .pic {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 0; }
		.top_slider_wrapper .slider_wrap.text_background .text_title span, .top_slider_wrapper .slider_wrap.text_background .text_body span {
		  display: inline-block;
		  padding: 10px 18px;
		  background: rgba(0,0,0,.25);
		}
		.top_slider_wrapper .slider_wrap.all_background .pic:before {
		  position: absolute;
		  content: '';
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  z-index: 2;
		  background: rgba(20, 20, 20, .6); }
		.top_slider_wrapper .slider_wrap .pic img {
		  height: 100%;
		  width: 100%;
	 }
	  .top_slider_wrapper .text_wrap {
		position: relative;
		max-width: 1158px;
		margin: 0 auto;
		z-index: 3; }
	  @media screen and (max-width: 1200px) {
		.top_slider_wrapper .text_wrap {
		  margin: 0 24px; } }
	  @media screen and (max-width: 639px) {
		.top_slider_wrapper .text_wrap {
		  margin: 0 16px; } }
	  .top_slider_wrapper .text_wrap .text_in {
		padding: 134px 0 90px 0;
		max-width: 545px; }
		@media screen and (max-width: 979px) {
		.top_slider_wrapper .text_wrap .text_in {
		  padding: 42px 0 95px;
		  max-width: 300px; } }
		@media screen and (max-width: 767px) {
		.top_slider_wrapper .text_wrap .text_in {
		  max-width: 100%;
		  padding: 70px 0 75px; } }
		@media screen and (max-width: 639px) {
		.top_slider_wrapper .text_wrap .text_in {
		  padding: 164px 0 64px;
		  text-align: center; } }
	  .top_slider_wrapper .text_wrap .text_title {
		color: #fff;
		font: 42px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		padding: 0 0 20px; }
		@media screen and (max-width: 1200px) {
		.top_slider_wrapper .text_wrap .text_title {
		  font-size: 30px;
		  line-height: 36px; } }
		@media screen and (max-width: 979px) {
		.top_slider_wrapper .text_wrap .text_title {
		  font-size: 22px;
		  line-height: 26px; } }
		@media screen and (max-width: 639px) {
		.top_slider_wrapper .text_wrap .text_title {
		  font-size: 18px;
		  line-height: 22px; } }
	  .top_slider_wrapper .text_wrap .text_body {
		color: #fff;
		font: 300 16px/23px 'Roboto', Arial, Helvetica, sans-serif;
		padding: 0 0 40px; }
		@media screen and (max-width: 1200px) {
		.top_slider_wrapper .text_wrap .text_body {
		  padding: 0 0 36px; } }
		@media screen and (max-width: 979px) {
		.top_slider_wrapper .text_wrap .text_body {
		  font-size: 15px;
		  line-height: 20px;
		  padding: 0 0 20px; } }
		@media screen and (max-width: 639px) {
		.top_slider_wrapper .text_wrap .text_body {
		  display: none; } }
	  .top_slider_wrapper .text_wrap .slider_button {
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		-webkit-border-radius : 22px;
		-moz-border-radius : 22px;
		-ms-border-radius : 22px;
		-o-border-radius : 22px;
		border-radius : 22px;
		font: 500 17px/1 'Roboto', Arial, Helvetica, sans-serif;
		color: #fff;
		background: #ff655d;
		border: 2px solid #ff655d;
		padding: 12px 31px 14px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s; }
		.top_slider_wrapper .text_wrap .slider_button:hover {
		  color: #808080;
		  background: #fff; }
	  .top_slider_wrapper .bx-pager {
		position: absolute;
		left: 50%;
		font-size: 0;
		margin-left: -578px;
		bottom: 50px;
		z-index: 80; }
	  @media screen and (max-width: 1200px) {
		.top_slider_wrapper .bx-pager {
		  margin-left: 0;
		  left: 24px; } }
	  @media screen and (max-width: 979px) {
		.top_slider_wrapper .bx-pager {
		  bottom: 42px; } }
	  @media screen and (max-width: 767px) {
		.top_slider_wrapper .bx-pager {
		  bottom: 35px; } }
	  @media screen and (max-width: 639px) {
		.top_slider_wrapper .bx-pager {
		  left: 16px;
		  bottom: 35px;
		  right: 16px;
		  text-align: center; } }
	  @media screen and (max-width: 479px) {
		.top_slider_wrapper .bx-pager {
		  bottom: 27px; } }
	  .top_slider_wrapper .bx-pager .bx-pager-item {
		display: inline-block;
		vertical-align: top;
		margin-right: 2px; }
		.top_slider_wrapper .bx-pager .bx-pager-item a {
		  cursor: pointer;
		  width: 8px;
		  height: 8px;
		  margin: 0 0 0 2px;
		  border-radius: 50%;
		  background: #e9e9e9;
		  -webkit-background-clip : padding;
		  -moz-background-clip : padding;
		  background-clip : padding-box;
		  border: 3px solid rgba(255, 255, 255, .0001);
		  position: relative;
		  outline: 0;
		  display: block;
		  font-size: 0;
		  text-align: left; }
		.top_slider_wrapper .bx-pager .bx-pager-item a.active {
		  background: #3ed1c1;
		  border-color: #3ed1c1; }

	/*@media screen and (min-width: 1200px) {
	  .top_slider_wrapper .slider_wrap {
		 min-height: 626px;
	  }
	}*/



	/*Map With Contacts*/

	.map-contacts-theme9 .block-title {
	  background: #fff;
	  padding: 29px 20px;
	  color: #000;
	  font-size: 22px;
	  font-family: 'Roboto', Arial, Helvetica, sans-serif;
	  line-height: 1;
	  text-align: center; }
	  @media all and (min-width: 440px) {
		.map-contacts-theme9 .block-title {
		  font-size: 26px; } }
	  @media all and (min-width: 620px) {
		.map-contacts-theme9 .block-title {
		  font-size: 30px;
		  padding: 30px 20px; } }
	  @media all and (min-width: 1480px) {
		.map-contacts-theme9 .block-title {
		  font-size: 40px;
		  padding: 67px 20px; } }
	  .map-contacts-theme9 .map {
		height: 300px;
		background: #eee; }
	  @media all and (min-width: 440px) {
		.map-contacts-theme9 .map {
		  height: 324px; } }
	  @media all and (min-width: 800px) {
		.map-contacts-theme9 .map {
		  height: 472px; } }
	  @media all and (min-width: 1480px) {
		.map-contacts-theme9 .map {
		  height: 682px; } }
	  .map-contacts-theme9 .contacts-wrapper {
		background: #fff;
		padding: 0 15px; }
	  @media all and (min-width: 620px) {
		.map-contacts-theme9 .contacts-wrapper {
		  padding: 0; } }
	  .map-contacts-theme9 .contacts-wrapper .contacts-inner {
		margin: 0 auto;
		padding: 25px 0 20px;
		max-width: 1138px;
		font-family: 'PtSans', Arial, Helvetica, sans-serif; }
		@media all and (min-width: 620px) {
		.map-contacts-theme9 .contacts-wrapper .contacts-inner {
		  padding: 25px 0 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 all and (min-width: 620px) {
		  .map-contacts-theme9 .contacts-wrapper .contacts-inner .block {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 24px 20px;
			-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%; } }
		  @media all and (min-width: 940px) {
		.map-contacts-theme9 .contacts-wrapper .contacts-inner .block {
		  padding: 0 24px 25px;
		  -webkit-box-flex: 1;
		  -webkit-flex: 1 0 33%;
		  -moz-box-flex: 1;
		  -moz-flex: 1 0 33%;
		  -ms-flex: 1 0 33%;
		  flex: 1 0 33%; } }
	  .map-contacts-theme9 .contacts-wrapper .phones-wrapper {
		padding-bottom: 15px; }
	  .map-contacts-theme9 .contacts-wrapper .phones {
		padding-bottom: 6px; }
		.map-contacts-theme9 .contacts-wrapper .phones div {
		  display: inline-block;
		  color: #1d1d1d;
		  font-size: 16px;
		  font-weight: 700;
		  padding-right: 4px; }
		  .map-contacts-theme9 .contacts-wrapper .phones div:after {
			content: ","; }
		  .map-contacts-theme9 .contacts-wrapper .phones div:last-child {
			padding-right: 0; }
			.map-contacts-theme9 .contacts-wrapper .phones div:last-child:after {
			  display: none; }
	  .map-contacts-theme9 .contacts-wrapper .worktime {
		color: #c4c1bc;
		font-size: 14px; }
	  .map-contacts-theme9 .contacts-wrapper .address-wrapper {
		padding-bottom: 16px; }
	  .map-contacts-theme9 .contacts-wrapper .address {
		color: #1d1d1d;
		font-size: 15px;
		padding-bottom: 4px; }
	  .map-contacts-theme9 .contacts-wrapper .email {
		color: #369d72;
		font-size: 14px; }
		.map-contacts-theme9 .contacts-wrapper .email a {
		  color: inherit; }
	  .map-contacts-theme9 .contacts-wrapper .social-wrapper a {
		display: inline-block;
		vertical-align: top;
		max-width: 52px;
		margin: 0 11px 8px 0; }
	  .map-contacts-theme9.inverse .block-title {
		background: #323232;
		color: #fff; }
	  .map-contacts-theme9.inverse .contacts-wrapper {
		background: #323232; }
		.map-contacts-theme9.inverse .contacts-wrapper .phones {
		  padding-bottom: 6px; }
		  .map-contacts-theme9.inverse .contacts-wrapper .phones div {
			color: #fff; }
		.map-contacts-theme9.inverse .contacts-wrapper .worktime {
		  color: #fff; }
		.map-contacts-theme9.inverse .contacts-wrapper .address {
		  color: #fff; }
		.map-contacts-theme9.inverse .contacts-wrapper .email {
		  color: #fff; }

	/*Map With Contacts End*/

	.th_in {
	   max-width: 1138px;
	   margin: 0 auto;
	}

	.footer-contacts {
	  padding-top: 10px;
	}




	.partners--theme9 .partners-wrapper {
	  padding: 0 15px;
	  background: #fff; }
	  @media all and (min-width: 760px) {
		.partners--theme9 .partners-wrapper {
		  padding: 0 33px; } }
	  @media all and (min-width: 1480px) {
		.partners--theme9 .partners-wrapper {
		  padding: 0 17px; } }
	  .partners--theme9 .partners-inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 40px 0 55px; }
	  @media all and (min-width: 460px) {
		.partners--theme9 .partners-inner {
		  padding: 45px 0 60px; } }
	  @media all and (min-width: 760px) {
		.partners--theme9 .partners-inner {
		  padding: 50px 0 60px; } }
	  @media all and (min-width: 1480px) {
		.partners--theme9 .partners-inner {
		  padding: 65px 0 85px; } }
	  .partners--theme9 .block-title {
		color: #000;
		font-size: 22px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		padding-bottom: 20px;
		text-align: center; }
	  @media all and (min-width: 460px) {
		.partners--theme9 .block-title {
		  padding-bottom: 30px;
		  font-size: 26px; } }
	  @media all and (min-width: 760px) {
		.partners--theme9 .block-title {
		  padding-bottom: 40px;
		  font-size: 30px; } }
	  @media all and (min-width: 1480px) {
		.partners--theme9 .block-title {
		  font-size: 40px; } }
	  .partners--theme9 .partners-slider-wrapper {
		padding: 0 45px; }
	  @media all and (min-width: 460px) {
		.partners--theme9 .partners-slider-wrapper {
		  padding: 0 25px; } }
	  @media all and (min-width: 760px) {
		.partners--theme9 .partners-slider-wrapper {
		  padding: 0 55px; } }
	  @media all and (min-width: 940px) {
		.partners--theme9 .partners-slider-wrapper {
		  padding: 0 25px; } }
	  @media all and (min-width: 1480px) {
		.partners--theme9 .partners-slider-wrapper {
		  padding: 0 110px; } }
	  .partners--theme9 .owl-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -49px; }
	  .partners--theme9 .owl-nav div {
		position: absolute;
		width: 15px;
		height: 27px;
		top: 0;
		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%2215px%22%20height%3D%2227px%22%20%20viewBox%3D%220%200%2015%2027%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23737373%22%20d%3D%22M384.717%2C269.717a1%2C1%2C0%2C0%2C1-1.414%2C0L371.282%2C257.7a0.984%2C0.984%2C0%2C0%2C1-.269-0.827%2C0.966%2C0.966%2C0%2C0%2C1-.231-0.153%2C1%2C1%2C0%2C0%2C1%2C0-1.414L382.8%2C243.282a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-11.56%2C11.56c0.012%2C0.011.028%2C0.015%2C0.04%2C0.026l12.02%2C12.021A1%2C1%2C0%2C0%2C1%2C384.717%2C269.717Z%22%20transform%3D%22translate%28-370.5%20-243%29%22%2F%3E%3C%2Fsvg%3E') left top no-repeat; }
		.partners--theme9 .owl-nav div.owl-prev {
		  left: -45px; }
		  @media all and (min-width: 460px) {
		.partners--theme9 .owl-nav div.owl-prev {
		  left: -25px; } }
		  @media all and (min-width: 760px) {
		.partners--theme9 .owl-nav div.owl-prev {
		  left: -55px; } }
		  @media all and (min-width: 940px) {
		.partners--theme9 .owl-nav div.owl-prev {
		  left: -25px; } }
		  @media all and (min-width: 1480px) {
		.partners--theme9 .owl-nav div.owl-prev {
		  left: -110px; } }
		.partners--theme9 .owl-nav div.owl-next {
		  right: -45px;
		  -webkit-transform: rotate(180deg);
		  -moz-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  transform: rotate(180deg); }
		  @media all and (min-width: 460px) {
		.partners--theme9 .owl-nav div.owl-next {
		  right: -25px; } }
		  @media all and (min-width: 760px) {
		.partners--theme9 .owl-nav div.owl-next {
		  right: -55px; } }
		  @media all and (min-width: 940px) {
		.partners--theme9 .owl-nav div.owl-next {
		  right: -25px; } }
		  @media all and (min-width: 1480px) {
		.partners--theme9 .owl-nav div.owl-next {
		  right: -110px; } }
	  .partners--theme9 .owl-dots {
		padding-top: 50px;
		text-align: center;
		font-size: 0; }
	  .partners--theme9 .owl-dots .owl-dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #fff;
		background: #e9e9e9;
		border-radius: 50%;
		margin: 0 5px;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s; }
		.partners--theme9 .owl-dots .owl-dot:before {
		  position: absolute;
		  display: block;
		  content: "";
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  border: 2px solid transparent;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  transition: all 0.3s; }
		.partners--theme9 .owl-dots .owl-dot.active {
		  background: #3ed1c1;
		  border-color: #3ed1c1; }
		  .partners--theme9 .owl-dots .owl-dot.active:before {
			left: -5px;
			right: -5px;
			bottom: -5px;
			top: -5px;
			border-color: #3ed1c1;
			border-radius: 50%; }


	.partners--theme9.inverse .partners-wrapper {
		background: #323232; }
	  .partners--theme9.inverse .block-title {
		color: #fff; }
	  .partners--theme9.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%2215px%22%20height%3D%2227px%22%20%20viewBox%3D%220%200%2015%2027%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M384.717%2C269.717a1%2C1%2C0%2C0%2C1-1.414%2C0L371.282%2C257.7a0.984%2C0.984%2C0%2C0%2C1-.269-0.827%2C0.966%2C0.966%2C0%2C0%2C1-.231-0.153%2C1%2C1%2C0%2C0%2C1%2C0-1.414L382.8%2C243.282a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-11.56%2C11.56c0.012%2C0.011.028%2C0.015%2C0.04%2C0.026l12.02%2C12.021A1%2C1%2C0%2C0%2C1%2C384.717%2C269.717Z%22%20transform%3D%22translate%28-370.5%20-243%29%22%2F%3E%3C%2Fsvg%3E') left top no-repeat; }
	  .partners--theme9.inverse .owl-dots .owl-dot {
		border: 1px solid #323232;
		background: #636363; }
		.partners--theme9.inverse .owl-dots .owl-dot.active {
		  background: #3ed1c1;
		  border-color: #3ed1c1; }
		  .partners--theme9.inverse .owl-dots .owl-dot.active:before {
			border-color: #3ed1c1; }


	  .multi-text-no-pic .multi-text-wrapper {
		background: #fff;
		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 20px 0; } }
	  .multi-text-no-pic .multi-text-inner {
		margin: 0 auto;
		max-width: 1178px;
	  }
	  .multi-text-no-pic .block-title {
		font-size: 20px;
		font-family: 'Roboto';
		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; margin-bottom: 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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; } }
	  .multi-text-no-pic .text-block .title {
		font-size: 22px;
		font-weight: 700;
		font-family: 'Roboto';
		padding-bottom: 18px;
		color: #42DDDD; }
	  .multi-text-no-pic .text-block .text {
		font-size: 18px;
		line-height: 1.5;
		color: #333; }

	  .multi-text-no-pic .text-block .text a {
		color: inherit;
	  }
	  .multi-text-no-pic .text-block .text a:hover {
		text-decoration: none;
	  }
	  .multi-text-no-pic .col {
		padding: 0 20px; }
	  @media all and (min-width: 620px) {
		.multi-text-no-pic .col {
		  vertical-align: top;
		  display: inline-block;
		  width: 50%;
		  padding: 0 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; } }
	  .multi-text-no-pic .col .text-block {
		display: block;
		padding: 0 0 30px;
		width: 100%; }
	  .multi-text-no-pic.inverse .multi-text-wrapper {
		background: #323232; }
	  .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; }


	.reviews--theme9 .reviews-wrapper {
	  background: #f5f5f5;
	  padding: 0 5px; }
	  .reviews--theme9 .reviews-inner {
		padding: 30px 0 30px;
		max-width: 1148px;
		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: 800px) {
		  .reviews--theme9 .reviews-inner.three .review {
			width: 33.3%; } }
	  .reviews--theme9 .block-title {
		font-size: 30px;
		font-family: 'Roboto';
		text-align: center;
		color: #000;
		margin-bottom: 35px; }
	  .reviews--theme9 .review {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 8px 10px;
		text-align: center;
		font-family: 'Roboto', 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: #fff;
		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: #bbb;
		font-size: 14px; }
	  .reviews--theme9 .review .text {
		font-size: 16px;
		color: #333;
		line-height: 1.45;
		font-style: italic;
		padding-top: 15px; }
	  .reviews--theme9.inverse .reviews-wrapper {
		background: #3ed1c1; }
	  .reviews--theme9.inverse .block-title {
		color: #fff; }
	  .reviews--theme9.inverse .review-inner {
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .15); }
		.reviews--theme9.inverse .review .name {
		  color: #333; }
		.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: #333; }


	.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: 'Roboto';
		text-align: center;
		color: #000;
		margin-bottom: 35px; }
	  .video-block--theme9 .text {
		font-size: 18px;
		line-height: 1.4;
		color: #333;
		font-family: 'Roboto';
		padding-bottom: 18px; }
	  .video-block--theme9 .video iframe {
		max-width: 100%; }
	  .video-block--theme9.inverse .video-block-wrapper {
		background: #323232; }
		.video-block--theme9.inverse .block-title {
		  color: #fff; }
		.video-block--theme9.inverse .text {
		  color: #fff; }


	.products-with-pic--theme9 .products-wrapper {
	  background: #fff;
	  padding: 0 5px; }
	  .products-with-pic--theme9 .products-inner {
		padding: 30px 0 30px;
		max-width: 1168px;
		text-align: center;
		margin: 0 auto; }
		.products-with-pic--theme9 .products-inner2 {
			font-size:0;
		}
	  .products-with-pic--theme9 .block-title {
		font-size: 30px;
		font-family: 'Roboto';
		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: 'Roboto', Arial, Helvetica, sans-serif; }
	  .products-with-pic--theme9 .text-after {
		color: #333;
		padding: 30px 15px 0px;
		font-size: 18px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif; }
	  .products-with-pic--theme9 .product {
		display: inline-block;
		font-size:14px;
		vertical-align: top;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 'Roboto', 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: 'Roboto', 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: 10px 20px;
			  font-size: 18px;
			  color: #fff;
			  text-decoration: none;
			  background: #3ed1c1; }
	  .products-with-pic--theme9 .product-inner {
		background: rgba(0,0,0,0.05); }
	  .products-with-pic--theme9.inverse .products-wrapper {
		background: #3ed1c1; }
		.products-with-pic--theme9.inverse .block-title {
		  color: #fff; }
		.products-with-pic--theme9.inverse .text-before {
		  color: #333; }
		.products-with-pic--theme9.inverse .text-after {
		  color: #333; }
		.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: #000; }
		  .products-with-pic--theme9.inverse .product .bottom-part .text {
			color: #333; }
		  .products-with-pic--theme9.inverse .product .bottom-part .price {
			color: #000; }
		  .products-with-pic--theme9.inverse .product .bottom-part .button a {
			color: #fff;
			background: #ff655d; }
		.products-with-pic--theme9.inverse .product-inner {
		  background: #fff; }


	.products--theme9 .products-wrapper {
	  padding: 0 5px;
	  background: #fff; }
	  .products--theme9 .products-inner {
		padding: 30px 0 30px;
		max-width: 1168px;
		margin: 0 auto; }
	  .products--theme9 .block-title {
		font-size: 30px;
		font-family: 'Roboto';
		text-align: center;
		color: #000;
		margin-bottom: 35px; }
	  .products--theme9 .text-before {
		padding: 0 15px 30px;
		font-size: 18px;
		color: #333;
		font-family: 'Roboto', Arial, Helvetica, sans-serif; }
	  .products--theme9 .text-after {
		padding: 30px 15px 0px;
		font-size: 18px;
		color: #333;
		font-family: 'Roboto', Arial, Helvetica, sans-serif; }
	  .products--theme9 .product {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
		  padding: 20px 20px;
		  text-align: center;
		  color: #fff;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
		  .products--theme9 .product .top-part .name {
			font-size: 21px; }
		  .products--theme9 .product .top-part .price {
			padding-top: 10px;
			font-size: 25px; }
		.products--theme9 .product .bottom-part {
		  padding: 20px 30px 35px;
		  font-family: 'Roboto', 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: #ff655d; }
	  .products--theme9 .product-inner {
		background: #f5f5f5; }
	  .products--theme9.inverse .products-wrapper {
		background: #3ed1c1; }
		.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: #ff655d;
		  color: #fff; }
		  .products--theme9.inverse .product .bottom-part ul li {
			color: #333; }
			.products--theme9.inverse .product .bottom-part .button a {
			  color: #fff;
			  background: #ff655d; }
		.products--theme9.inverse .product-inner {
		  background: #eee; }


	.foto-gallery-inline--theme9 .foto-gallery-inline-wrapper {
	  background: #fff;
	  padding: 0 20px; }
	  .foto-gallery-inline--theme9 .foto-gallery-inline-inner {
		max-width: 1178px;
		margin: 0 auto;
		text-align: center;
		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: 'Roboto', 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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 'Roboto', 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: #fff; }
	  .foto-gallery-inline--theme9.inverse .block-title {
		color: #000; }
	  .foto-gallery-inline--theme9.inverse .item .title {
		color: #000; }
		.foto-gallery-inline--theme9.inverse .item .text-inner {
		  color: #333; }


	.video-block-two--theme9 .video-block-wrapper {
	  background: #fff;
	  padding: 0 20px; }
	  .video-block-two--theme9 .video-block-inner {
		padding: 30px 0;
		max-width: 1138px;
		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 {
		font-size: 25px;
		font-family: 'Roboto';
		color: #000;
		padding-bottom: 18px; }
	  .video-block-two--theme9 .text {
		font-size: 18px;
		line-height: 1.4;
		font-family: 'Roboto';
		padding-bottom: 18px;
		color: #333; }
	  .video-block-two--theme9.inverse .video-block-wrapper {
		background: #fff; }
		.video-block-two--theme9.inverse .block-title {
		  color: #000; }
		.video-block-two--theme9.inverse .text {
		  color: #333; }


	.text-with-pic--theme9 .text-with-pic-wrapper {
	  padding: 0 20px;
	  background: #fff; }
	  .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: 'Roboto', Arial, Helvetica, sans-serif; }
		.text-with-pic--theme9 .text-with-pic-inner .text-part .title {
		  font-weight: 700;
		  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: #fff; }
	  .text-with-pic--theme9.inverse .text-with-pic-inner .text-part .title {
		color: #000; }
		.text-with-pic--theme9.inverse .text-with-pic-inner .text-part .title-after {
		  color: #000; }
		.text-with-pic--theme9.inverse .text-with-pic-inner .text-part .text {
		  color: #333; }


	.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, .map-only-theme9 .map-inner.fixed .close-map {
		  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: 'Roboto', 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; }

	.top_slider_wrapper.my_slider.top-left .text_wrap {
	  -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; }
	.top_slider_wrapper.my_slider.top-center .text_wrap {
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  -webkit-align-items: flex-start;
	  -moz-align-items: flex-start;
	  align-items: flex-start;
	  text-align: center; }
	.top_slider_wrapper.my_slider.top-right .text_wrap {
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  -webkit-align-items: flex-start;
	  -moz-align-items: flex-start;
	  align-items: flex-start;
	  text-align: right; }
	.top_slider_wrapper.my_slider.center-left .text_wrap {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  -moz-align-items: center;
	  align-items: center;
	  text-align: left; }
	.top_slider_wrapper.my_slider.center-center .text_wrap {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  -moz-align-items: center;
	  align-items: center;
	  text-align: center; }
	.top_slider_wrapper.my_slider.center-right .text_wrap {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  -moz-align-items: center;
	  align-items: center;
	  text-align: right; }
	.top_slider_wrapper.my_slider.bottom-left .text_wrap {
	  -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; }
	.top_slider_wrapper.my_slider.bottom-center .text_wrap {
	  -webkit-box-align: end;
	  -ms-flex-align: end;
	  -webkit-align-items: flex-end;
	  -moz-align-items: flex-end;
	  align-items: flex-end;
	  text-align: center; }
	.top_slider_wrapper.my_slider.bottom-right .text_wrap {
	  -webkit-box-align: end;
	  -ms-flex-align: end;
	  -webkit-align-items: flex-end;
	  -moz-align-items: flex-end;
	  align-items: flex-end;
	  text-align: right; }
	.top_slider_wrapper.my_slider .text_wrap {
	  padding: 90px 0 90px 0;
	  min-height: 400px;
	  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: 979px) {
		.top_slider_wrapper.my_slider .text_wrap {
		  min-height: 300px; } }
	  @media screen and (max-width: 767px) {
		.top_slider_wrapper.my_slider .text_wrap {
		  min-height: 200px; } }
	  @media screen and (max-width: 639px) {
		.top_slider_wrapper.my_slider .text_wrap {
		  text-align: center !important;
		  padding: 80px 0 80px 0;
		  min-height: 180px;
		  -webkit-box-align: center !important;
		  -ms-flex-align: center !important;
		  -webkit-align-items: center !important;
		  -moz-align-items: center !important;
		  align-items: center !important; } }
	.top_slider_wrapper.my_slider .text_wrap .text_in {
	  padding: 0;
	  max-width: 100%;
	  -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%; }



	.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: 1138px;
		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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 'Roboto', 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: 1138px;
		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: #3ed1c1;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 28px;
		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: #323232; }
	  .header-one--theme9.inverse .site-name {
		color: #fff; }

	.contacts-one--theme9 .contacts-one-wrapper {
	  background: #fff; }
	  .contacts-one--theme9 .contacts-one-inner {
		max-width: 1178px;
		margin: 0 auto;
		padding: 15px 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;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
	  @media all and (max-width: 580px) {
		.contacts-one--theme9 .contacts-one-inner {
		  display: block; } }
	  .contacts-one--theme9 .block {
		padding: 0 20px;
		min-width: 15%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-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; }
	  .contacts-one--theme9 .block.one .work-time {
		color: #6e6e6e;
		font-family: 'PtSans';
		font-size: 14px;
		padding: 7px 0 6px 55px;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 5px 0 10px; }
		.contacts-one--theme9 .block.one .work-time:before {
		  background-image: 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%20d%3D%22M512.07%20345.93C513.88%20347.74%20515%20350.24%20515%20353C515%20355.76%20513.88%20358.26%20512.07%20360.07C510.26000000000005%20361.88%20507.76000000000005%20363%20505.00000000000006%20363C502.24000000000007%20363%20499.74000000000007%20361.88%20497.93000000000006%20360.07C496.12000000000006%20358.26%20495.00000000000006%20355.76%20495.00000000000006%20353C495.00000000000006%20350.26%20496.1000000000001%20347.77%20497.89000000000004%20345.97C497.90000000000003%20345.95000000000005%20497.92%20345.94000000000005%20497.93000000000006%20345.93C497.94000000000005%20345.92%20497.95000000000005%20345.90000000000003%20497.9700000000001%20345.89C499.7700000000001%20344.09999999999997%20502.2600000000001%20343%20505.00000000000006%20343C507.76000000000005%20343%20510.26000000000005%20344.12%20512.07%20345.93ZM499.02%20357.9C499.32%20357.59999999999997%20499.81%20357.59999999999997%20500.10999999999996%20357.9C500.40999999999997%20358.2%20500.40999999999997%20358.69%20500.10999999999996%20358.98999999999995L499.59%20359.50999999999993C500.85999999999996%20360.56999999999994%20502.45%20361.25999999999993%20504.19%20361.41999999999996L504.2%20360.68999999999994C504.2%20360.2699999999999%20504.53999999999996%20359.91999999999996%20504.96999999999997%20359.92999999999995C505.39%20359.92999999999995%20505.72999999999996%20360.2699999999999%20505.72999999999996%20360.69999999999993L505.72999999999996%20361.42999999999995C507.48999999999995%20361.28%20509.09999999999997%20360.59%20510.39%20359.53L509.87%20359C509.57%20358.7%20509.57%20358.22%20509.87%20357.92C510.17%20357.62%20510.66%20357.62%20510.96%20357.92L511.47999999999996%20358.45C512.61%20357.09999999999997%20513.3299999999999%20355.4%20513.4499999999999%20353.53L512.7099999999999%20353.54999999999995C512.29%20353.55999999999995%20511.93999999999994%20353.22999999999996%20511.9199999999999%20352.79999999999995C511.9099999999999%20352.37999999999994%20512.2499999999999%20352.03%20512.6699999999998%20352.02L513.3999999999999%20351.99C513.1999999999998%20350.24%20512.4499999999998%20348.66%20511.33999999999986%20347.40000000000003L510.83999999999986%20347.93C510.54999999999984%20348.24%20510.0599999999999%20348.26%20509.7599999999999%20347.97C509.4499999999999%20347.68%20509.4299999999999%20347.19000000000005%20509.71999999999986%20346.88000000000005L510.22999999999985%20346.3500000000001C508.97999999999985%20345.36000000000007%20507.4399999999998%20344.7200000000001%20505.76999999999987%20344.5700000000001L505.76999999999987%20345.3100000000001C505.76999999999987%20345.73000000000013%20505.41999999999985%20346.0800000000001%20504.9999999999999%20346.0800000000001C504.57999999999987%20346.0800000000001%20504.2299999999999%20345.7300000000001%20504.2299999999999%20345.3100000000001L504.2299999999999%20344.5700000000001C502.4699999999999%20344.73000000000013%20500.8699999999999%20345.4300000000001%20499.5899999999999%20346.5000000000001L500.0999999999999%20347.0200000000001C500.3999999999999%20347.3200000000001%20500.3999999999999%20347.80000000000007%20500.0999999999999%20348.1000000000001C499.7999999999999%20348.4000000000001%20499.31999999999994%20348.4000000000001%20499.0199999999999%20348.1000000000001L498.49999999999994%20347.5800000000001C497.42999999999995%20348.8700000000001%20496.72999999999996%20350.4800000000001%20496.56999999999994%20352.2500000000001L497.30999999999995%20352.2400000000001C497.72999999999996%20352.2400000000001%20498.06999999999994%20352.59000000000015%20498.06999999999994%20353.0100000000001C498.06999999999994%20353.4300000000001%20497.72999999999996%20353.7800000000001%20497.30999999999995%20353.7800000000001L496.56999999999994%20353.7800000000001C496.72999999999996%20355.5400000000001%20497.42999999999995%20357.1400000000001%20498.50999999999993%20358.4200000000001ZM504.46%20353.54C504.60999999999996%20353.69%20504.79999999999995%20353.77000000000004%20505%20353.77000000000004L509.62%20353.77000000000004C510.04%20353.77000000000004%20510.38%20353.42%20510.38%20353.00000000000006C510.38%20352.58000000000004%20510.04%20352.2300000000001%20509.62%20352.2300000000001L505.32%20352.2300000000001L502.06%20348.9800000000001C501.76%20348.68000000000006%20501.28000000000003%20348.68000000000006%20500.98%20348.9800000000001C500.68%20349.2800000000001%20500.68%20349.76000000000005%20500.98%20350.06000000000006Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-495%2C-343%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.one .work-time {
			padding-left: 50px; } }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.one .work-time {
			margin: 0 0 20px; } }
		.contacts-one--theme9 .block.one .phone {
		  color: #4a4a4a;
		  font-family: 'PtSans';
		  font-size: 16px;
		  padding: 5px 0 5px 55px;
		  margin: 0 0 5px 0;
		  min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.contacts-one--theme9 .block.one .phone:before {
		  background-image: 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%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20%20d%3D%22M510.6%20399.94C510.92%20399.74%20511.19%20399.5%20511.43%20399.24C511.5%20399.16%20511.55%20399.1%20511.55%20399.06C511.55%20399.04%20511.53000000000003%20399.01%20511.47%20398.95C511.25%20398.7%20511.07000000000005%20398.5%20510.89000000000004%20398.3C510.65000000000003%20398.05%20510.42%20397.79%20510.14000000000004%20397.47L510.13000000000005%20397.47L510.13000000000005%20397.46000000000004C509.19000000000005%20396.39000000000004%20509.19000000000005%20396.39000000000004%20508.05000000000007%20397.3C507.56000000000006%20397.68%20507.1000000000001%20397.88%20506.61000000000007%20397.87C506.1000000000001%20397.85%20505.6500000000001%20397.62%20505.2100000000001%20397.14C504.0700000000001%20395.9%20502.9100000000001%20394.58%20501.7500000000001%20393.26L501.35000000000014%20392.8C500.98000000000013%20392.38%20500.82000000000016%20391.95%20500.84000000000015%20391.5C500.8600000000001%20391.05%20501.07000000000016%20390.63%20501.44000000000017%20390.24C501.6600000000002%20390.01%20501.8700000000002%20389.82%20502.07000000000016%20389.63C502.19000000000017%20389.53%20502.3100000000002%20389.42%20502.41000000000014%20389.32C502.51000000000016%20389.21999999999997%20502.57000000000016%20389.14%20502.57000000000016%20389.09C502.57000000000016%20389.03999999999996%20502.53000000000014%20388.96999999999997%20502.45000000000016%20388.88L502.35000000000014%20388.77C501.6900000000001%20388.02%20501.03000000000014%20387.27%20500.32000000000016%20386.5C500.27000000000015%20386.45%20500.2300000000002%20386.41%20500.21000000000015%20386.41C500.20000000000016%20386.41%20500.1800000000002%20386.43%20500.13000000000017%20386.46000000000004C499.70000000000016%20386.78000000000003%20499.34000000000015%20387.13000000000005%20499.0600000000002%20387.53000000000003C498.8000000000002%20387.92%20498.6100000000002%20388.35%20498.52000000000015%20388.86C498.42000000000013%20389.44%20498.4300000000002%20390%20498.52000000000015%20390.55C498.6200000000002%20391.11%20498.8000000000001%20391.65000000000003%20499.0600000000002%20392.18C499.7900000000002%20393.65000000000003%20500.71000000000015%20394.96%20501.7800000000002%20396.16C502.8600000000002%20397.37%20504.0900000000002%20398.45000000000005%20505.4200000000002%20399.45000000000005C506.0800000000002%20399.94000000000005%20506.7900000000002%20400.30000000000007%20507.51000000000016%20400.47C508.14000000000016%20400.63000000000005%20508.8000000000002%20400.64000000000004%20509.44000000000017%20400.46000000000004L509.4300000000002%20400.46000000000004C509.88000000000017%20400.32000000000005%20510.27000000000015%20400.15000000000003%20510.6000000000002%20399.94000000000005ZM509.87%20401.81L509.85%20401.81C508.94%20402.06%20508.04%20402.05%20507.16%20401.84C506.24%20401.61999999999995%20505.35%20401.16999999999996%20504.53000000000003%20400.56C503.13000000000005%20399.51%20501.83000000000004%20398.36%20500.69000000000005%20397.08C499.5400000000001%20395.8%20498.5400000000001%20394.38%20497.76000000000005%20392.78C497.44000000000005%20392.13%20497.21000000000004%20391.46999999999997%20497.09000000000003%20390.78C496.97%20390.08%20496.97%20389.36999999999995%20497.09000000000003%20388.63C497.21000000000004%20387.92%20497.48%20387.3%20497.86%20386.75C498.23%20386.21%20498.7%20385.76%20499.25%20385.35C499.61%20385.07000000000005%20499.99%20384.97%20500.37%20385.01000000000005C500.77%20385.05000000000007%20501.11%20385.25000000000006%20501.4%20385.56000000000006C502.08%20386.2900000000001%20502.77%20387.07000000000005%20503.46%20387.8500000000001L503.54999999999995%20387.9600000000001C503.88999999999993%20388.3500000000001%20504.03999999999996%20388.7500000000001%20504.02%20389.1700000000001C503.99%20389.5900000000001%20503.78999999999996%20389.9800000000001%20503.41999999999996%20390.32000000000005C503.29999999999995%20390.45000000000005%20503.17999999999995%20390.55000000000007%20503.05999999999995%20390.66C502.85999999999996%20390.85%20502.65999999999997%20391.03000000000003%20502.49999999999994%20391.19C502.36999999999995%20391.33%20502.29999999999995%20391.46%20502.28999999999996%20391.56C502.28999999999996%20391.65%20502.34%20391.76%20502.45%20391.88L502.84999999999997%20392.34C503.97999999999996%20393.61999999999995%20505.09999999999997%20394.9%20506.29999999999995%20396.21C506.44999999999993%20396.38%20506.56999999999994%20396.46%20506.65%20396.46C506.76%20396.46%20506.91999999999996%20396.38%20507.13%20396.21C509.37%20394.41999999999996%20509.37%20394.41999999999996%20511.24%20396.56C511.45%20396.8%20511.71000000000004%20397.09%20511.97%20397.37C512.19%20397.61%20512.4%20397.84000000000003%20512.57%20398.03000000000003C512.8900000000001%20398.39000000000004%20513.0200000000001%20398.76000000000005%20513%20399.14000000000004C512.97%20399.51000000000005%20512.81%20399.85%20512.53%20400.16C512.1999999999999%20400.53000000000003%20511.82%20400.85%20511.38%20401.13000000000005C510.94%20401.40000000000003%20510.44%20401.63000000000005%20509.87%20401.81000000000006Z%20%22%20fill%3D%22%23ffffff%22%20%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-496%2C-385%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		.contacts-one--theme9 .block.one .phone div {
		  display: inline-block;
		  margin-right: 10px; }
		  .contacts-one--theme9 .block.one .phone div:after {
			content: ";"; }
		  .contacts-one--theme9 .block.one .phone div:last-child {
			margin-right: 0; }
			.contacts-one--theme9 .block.one .phone div:last-child:after {
			  display: none; }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.one .phone {
			padding-left: 50px; } }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.one .phone {
			margin: 0 0 20px; } }
	  .contacts-one--theme9 .block.two .mail {
		color: #4a4a4a;
		font-family: 'PtSans';
		padding: 7px 0 6px 55px;
		margin: 5px 0 10px;
		font-size: 14px;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.contacts-one--theme9 .block.two .mail:before {
		  background-image: 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%2213px%22%20%20viewBox%3D%220%200%2018%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M913.31%20345C913.6899999999999%20345%20914%20345.32%20914%20345.72L914%20357.28000000000003C914%20357.68%20913.69%20358.00000000000006%20913.31%20358.00000000000006L896.6899999999999%20358.00000000000006C896.31%20358.00000000000006%20895.9999999999999%20357.68000000000006%20895.9999999999999%20357.28000000000003L895.9999999999999%20345.72C895.9999999999999%20345.32000000000005%20896.3099999999998%20345%20896.6899999999999%20345ZM904.57%20351.89C904.84%20352.03999999999996%20905.1800000000001%20352.03%20905.4200000000001%20351.88L911.6600000000001%20348.21999999999997C912.0100000000001%20348.02%20912.1000000000001%20347.59999999999997%20911.8700000000001%20347.29999999999995C911.6400000000001%20346.98999999999995%20911.1700000000001%20346.90999999999997%20910.8200000000002%20347.10999999999996L904.9900000000001%20350.53L899.1800000000002%20347.13C898.8300000000002%20346.92%20898.3600000000001%20347%20898.1300000000002%20347.31C897.9000000000002%20347.62%20897.9900000000002%20348.03000000000003%20898.3400000000003%20348.24ZM897%20346L897%20357L913%20357L913%20346Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-896%2C-345%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		.contacts-one--theme9 .block.two .mail a {
		  color: inherit;
		  text-decoration: none; }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.two .mail {
			padding-left: 50px; } }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.two .mail {
			margin: 0 0 20px; } }
		.contacts-one--theme9 .block.two .address {
		  color: #4a4a4a;
		  font-family: 'PtSans';
		  font-size: 14px;
		  min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  padding-left: 55px;
		  margin: 0 0 5px; }
		.contacts-one--theme9 .block.two .address:before {
		  background-image: 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%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M910.66%20384.36C912.1%20385.83000000000004%20913%20387.84000000000003%20913%20390.07C913%20392.12%20912.16%20394.25%20910.87%20396.21C909.41%20398.40999999999997%20907.38%20400.4%20905.34%20401.77L905%20402L904.66%20401.77C902.62%20400.4%20900.5899999999999%20398.40999999999997%20899.13%20396.21C897.84%20394.25%20897%20392.12%20897%20390.07C897%20387.84%20897.9%20385.83%20899.34%20384.36C900.7900000000001%20382.90000000000003%20902.7900000000001%20382%20905%20382C907.21%20382%20909.21%20382.9%20910.66%20384.36ZM901.95%20387C901.1700000000001%20387.79%20900.69%20388.87%20900.69%20390.07C900.69%20391.27%20901.1700000000001%20392.36%20901.95%20393.15C902.73%20393.92999999999995%20903.8100000000001%20394.41999999999996%20905%20394.41999999999996C906.19%20394.41999999999996%20907.27%20393.92999999999995%20908.05%20393.15C908.8299999999999%20392.35999999999996%20909.31%20391.27%20909.31%20390.07C909.31%20388.87%20908.8299999999999%20387.79%20908.05%20387C907.27%20386.21%20906.1899999999999%20385.73%20905%20385.73C903.81%20385.73%20902.73%20386.21000000000004%20901.95%20387ZM907.18%20387.88C907.7299999999999%20388.44%20908.0799999999999%20389.21999999999997%20908.0799999999999%20390.07C908.0799999999999%20390.93%20907.7299999999999%20391.71%20907.18%20392.27C906.62%20392.83%20905.8499999999999%20393.18%20905%20393.18C904.15%20393.18%20903.38%20392.83%20902.82%20392.27C902.2700000000001%20391.71%20901.9200000000001%20390.93%20901.9200000000001%20390.07C901.9200000000001%20389.21999999999997%20902.2700000000001%20388.44%20902.82%20387.88C903.38%20387.32%20904.1500000000001%20386.96999999999997%20905%20386.96999999999997C905.85%20386.96999999999997%20906.62%20387.32%20907.18%20387.88ZM905%20383.24C903.13%20383.24%20901.44%20384.01%20900.21%20385.24C898.99%20386.48%20898.23%20388.19%20898.23%20390.07C898.23%20391.86%20898.99%20393.76%20900.15%20395.52L900.16%20395.52C901.4399999999999%20397.46%20903.1999999999999%20399.22999999999996%20905%20400.5C906.8%20399.23%20908.56%20397.46%20909.84%20395.52L909.85%20395.52C911.01%20393.76%20911.77%20391.85999999999996%20911.77%20390.07C911.77%20388.19%20911.01%20386.48%20909.79%20385.24C908.56%20384.01%20906.87%20383.24%20905%20383.24Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-897%2C-382%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		.contacts-one--theme9 .block.two .address a {
		  color: inherit; }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.two .address {
			padding-left: 50px; } }
		@media all and (max-width: 980px) {
		  .contacts-one--theme9 .block.two .address {
			margin: 0 0 20px; } }
	  .contacts-one--theme9 .block.three {
		-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: 33%; }
		@media all and (max-width: 700px) {
		.contacts-one--theme9 .block.three {
		  -webkit-box-flex: none;
		  -webkit-flex: none;
		  -moz-box-flex: none;
		  -moz-flex: none;
		  -ms-flex: none;
		  flex: none;
		  width: 100%;
		  max-width: 100%;
		  text-align: center;
		  padding-top: 20px; } }
		@media all and (max-width: 580px) {
		.contacts-one--theme9 .block.three {
		  text-align: left;
		  padding: 0 20px 0 65px; } }
		.contacts-one--theme9 .block.three a {
		  display: inline-block;
		  vertical-align: top;
		  max-width: 28px;
		  margin: 5px 10px 5px 0; }
		@media all and (max-width: 700px) {
		  .contacts-one--theme9 .block.three a {
			margin: 5px; } }
	  .contacts-one--theme9 .block > div {
		position: relative; }
		.contacts-one--theme9 .block > div:before {
		  position: absolute;
		  left: 0;
		  top: 50%;
		  margin-top: -15px;
		  width: 30px;
		  height: 30px;
		  background-color: #3ed1c1;
		  border-radius: 50%;
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
		  content: ""; }
	  .contacts-one--theme9.inverse .contacts-one-wrapper {
		background: #3ed1c1; }
	  .contacts-one--theme9.inverse .block.one .work-time {
		color: #fff; }
		.contacts-one--theme9.inverse .block.one .work-time:before {
		  background-image: 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%20d%3D%22M512.07%20345.93C513.88%20347.74%20515%20350.24%20515%20353C515%20355.76%20513.88%20358.26%20512.07%20360.07C510.26000000000005%20361.88%20507.76000000000005%20363%20505.00000000000006%20363C502.24000000000007%20363%20499.74000000000007%20361.88%20497.93000000000006%20360.07C496.12000000000006%20358.26%20495.00000000000006%20355.76%20495.00000000000006%20353C495.00000000000006%20350.26%20496.1000000000001%20347.77%20497.89000000000004%20345.97C497.90000000000003%20345.95000000000005%20497.92%20345.94000000000005%20497.93000000000006%20345.93C497.94000000000005%20345.92%20497.95000000000005%20345.90000000000003%20497.9700000000001%20345.89C499.7700000000001%20344.09999999999997%20502.2600000000001%20343%20505.00000000000006%20343C507.76000000000005%20343%20510.26000000000005%20344.12%20512.07%20345.93ZM499.02%20357.9C499.32%20357.59999999999997%20499.81%20357.59999999999997%20500.10999999999996%20357.9C500.40999999999997%20358.2%20500.40999999999997%20358.69%20500.10999999999996%20358.98999999999995L499.59%20359.50999999999993C500.85999999999996%20360.56999999999994%20502.45%20361.25999999999993%20504.19%20361.41999999999996L504.2%20360.68999999999994C504.2%20360.2699999999999%20504.53999999999996%20359.91999999999996%20504.96999999999997%20359.92999999999995C505.39%20359.92999999999995%20505.72999999999996%20360.2699999999999%20505.72999999999996%20360.69999999999993L505.72999999999996%20361.42999999999995C507.48999999999995%20361.28%20509.09999999999997%20360.59%20510.39%20359.53L509.87%20359C509.57%20358.7%20509.57%20358.22%20509.87%20357.92C510.17%20357.62%20510.66%20357.62%20510.96%20357.92L511.47999999999996%20358.45C512.61%20357.09999999999997%20513.3299999999999%20355.4%20513.4499999999999%20353.53L512.7099999999999%20353.54999999999995C512.29%20353.55999999999995%20511.93999999999994%20353.22999999999996%20511.9199999999999%20352.79999999999995C511.9099999999999%20352.37999999999994%20512.2499999999999%20352.03%20512.6699999999998%20352.02L513.3999999999999%20351.99C513.1999999999998%20350.24%20512.4499999999998%20348.66%20511.33999999999986%20347.40000000000003L510.83999999999986%20347.93C510.54999999999984%20348.24%20510.0599999999999%20348.26%20509.7599999999999%20347.97C509.4499999999999%20347.68%20509.4299999999999%20347.19000000000005%20509.71999999999986%20346.88000000000005L510.22999999999985%20346.3500000000001C508.97999999999985%20345.36000000000007%20507.4399999999998%20344.7200000000001%20505.76999999999987%20344.5700000000001L505.76999999999987%20345.3100000000001C505.76999999999987%20345.73000000000013%20505.41999999999985%20346.0800000000001%20504.9999999999999%20346.0800000000001C504.57999999999987%20346.0800000000001%20504.2299999999999%20345.7300000000001%20504.2299999999999%20345.3100000000001L504.2299999999999%20344.5700000000001C502.4699999999999%20344.73000000000013%20500.8699999999999%20345.4300000000001%20499.5899999999999%20346.5000000000001L500.0999999999999%20347.0200000000001C500.3999999999999%20347.3200000000001%20500.3999999999999%20347.80000000000007%20500.0999999999999%20348.1000000000001C499.7999999999999%20348.4000000000001%20499.31999999999994%20348.4000000000001%20499.0199999999999%20348.1000000000001L498.49999999999994%20347.5800000000001C497.42999999999995%20348.8700000000001%20496.72999999999996%20350.4800000000001%20496.56999999999994%20352.2500000000001L497.30999999999995%20352.2400000000001C497.72999999999996%20352.2400000000001%20498.06999999999994%20352.59000000000015%20498.06999999999994%20353.0100000000001C498.06999999999994%20353.4300000000001%20497.72999999999996%20353.7800000000001%20497.30999999999995%20353.7800000000001L496.56999999999994%20353.7800000000001C496.72999999999996%20355.5400000000001%20497.42999999999995%20357.1400000000001%20498.50999999999993%20358.4200000000001ZM504.46%20353.54C504.60999999999996%20353.69%20504.79999999999995%20353.77000000000004%20505%20353.77000000000004L509.62%20353.77000000000004C510.04%20353.77000000000004%20510.38%20353.42%20510.38%20353.00000000000006C510.38%20352.58000000000004%20510.04%20352.2300000000001%20509.62%20352.2300000000001L505.32%20352.2300000000001L502.06%20348.9800000000001C501.76%20348.68000000000006%20501.28000000000003%20348.68000000000006%20500.98%20348.9800000000001C500.68%20349.2800000000001%20500.68%20349.76000000000005%20500.98%20350.06000000000006Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-495%2C-343%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-one--theme9.inverse .block.one .phone {
		  color: #fff; }
		.contacts-one--theme9.inverse .block.one .phone:before {
		  background-image: 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%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20%20d%3D%22M510.6%20399.94C510.92%20399.74%20511.19%20399.5%20511.43%20399.24C511.5%20399.16%20511.55%20399.1%20511.55%20399.06C511.55%20399.04%20511.53000000000003%20399.01%20511.47%20398.95C511.25%20398.7%20511.07000000000005%20398.5%20510.89000000000004%20398.3C510.65000000000003%20398.05%20510.42%20397.79%20510.14000000000004%20397.47L510.13000000000005%20397.47L510.13000000000005%20397.46000000000004C509.19000000000005%20396.39000000000004%20509.19000000000005%20396.39000000000004%20508.05000000000007%20397.3C507.56000000000006%20397.68%20507.1000000000001%20397.88%20506.61000000000007%20397.87C506.1000000000001%20397.85%20505.6500000000001%20397.62%20505.2100000000001%20397.14C504.0700000000001%20395.9%20502.9100000000001%20394.58%20501.7500000000001%20393.26L501.35000000000014%20392.8C500.98000000000013%20392.38%20500.82000000000016%20391.95%20500.84000000000015%20391.5C500.8600000000001%20391.05%20501.07000000000016%20390.63%20501.44000000000017%20390.24C501.6600000000002%20390.01%20501.8700000000002%20389.82%20502.07000000000016%20389.63C502.19000000000017%20389.53%20502.3100000000002%20389.42%20502.41000000000014%20389.32C502.51000000000016%20389.21999999999997%20502.57000000000016%20389.14%20502.57000000000016%20389.09C502.57000000000016%20389.03999999999996%20502.53000000000014%20388.96999999999997%20502.45000000000016%20388.88L502.35000000000014%20388.77C501.6900000000001%20388.02%20501.03000000000014%20387.27%20500.32000000000016%20386.5C500.27000000000015%20386.45%20500.2300000000002%20386.41%20500.21000000000015%20386.41C500.20000000000016%20386.41%20500.1800000000002%20386.43%20500.13000000000017%20386.46000000000004C499.70000000000016%20386.78000000000003%20499.34000000000015%20387.13000000000005%20499.0600000000002%20387.53000000000003C498.8000000000002%20387.92%20498.6100000000002%20388.35%20498.52000000000015%20388.86C498.42000000000013%20389.44%20498.4300000000002%20390%20498.52000000000015%20390.55C498.6200000000002%20391.11%20498.8000000000001%20391.65000000000003%20499.0600000000002%20392.18C499.7900000000002%20393.65000000000003%20500.71000000000015%20394.96%20501.7800000000002%20396.16C502.8600000000002%20397.37%20504.0900000000002%20398.45000000000005%20505.4200000000002%20399.45000000000005C506.0800000000002%20399.94000000000005%20506.7900000000002%20400.30000000000007%20507.51000000000016%20400.47C508.14000000000016%20400.63000000000005%20508.8000000000002%20400.64000000000004%20509.44000000000017%20400.46000000000004L509.4300000000002%20400.46000000000004C509.88000000000017%20400.32000000000005%20510.27000000000015%20400.15000000000003%20510.6000000000002%20399.94000000000005ZM509.87%20401.81L509.85%20401.81C508.94%20402.06%20508.04%20402.05%20507.16%20401.84C506.24%20401.61999999999995%20505.35%20401.16999999999996%20504.53000000000003%20400.56C503.13000000000005%20399.51%20501.83000000000004%20398.36%20500.69000000000005%20397.08C499.5400000000001%20395.8%20498.5400000000001%20394.38%20497.76000000000005%20392.78C497.44000000000005%20392.13%20497.21000000000004%20391.46999999999997%20497.09000000000003%20390.78C496.97%20390.08%20496.97%20389.36999999999995%20497.09000000000003%20388.63C497.21000000000004%20387.92%20497.48%20387.3%20497.86%20386.75C498.23%20386.21%20498.7%20385.76%20499.25%20385.35C499.61%20385.07000000000005%20499.99%20384.97%20500.37%20385.01000000000005C500.77%20385.05000000000007%20501.11%20385.25000000000006%20501.4%20385.56000000000006C502.08%20386.2900000000001%20502.77%20387.07000000000005%20503.46%20387.8500000000001L503.54999999999995%20387.9600000000001C503.88999999999993%20388.3500000000001%20504.03999999999996%20388.7500000000001%20504.02%20389.1700000000001C503.99%20389.5900000000001%20503.78999999999996%20389.9800000000001%20503.41999999999996%20390.32000000000005C503.29999999999995%20390.45000000000005%20503.17999999999995%20390.55000000000007%20503.05999999999995%20390.66C502.85999999999996%20390.85%20502.65999999999997%20391.03000000000003%20502.49999999999994%20391.19C502.36999999999995%20391.33%20502.29999999999995%20391.46%20502.28999999999996%20391.56C502.28999999999996%20391.65%20502.34%20391.76%20502.45%20391.88L502.84999999999997%20392.34C503.97999999999996%20393.61999999999995%20505.09999999999997%20394.9%20506.29999999999995%20396.21C506.44999999999993%20396.38%20506.56999999999994%20396.46%20506.65%20396.46C506.76%20396.46%20506.91999999999996%20396.38%20507.13%20396.21C509.37%20394.41999999999996%20509.37%20394.41999999999996%20511.24%20396.56C511.45%20396.8%20511.71000000000004%20397.09%20511.97%20397.37C512.19%20397.61%20512.4%20397.84000000000003%20512.57%20398.03000000000003C512.8900000000001%20398.39000000000004%20513.0200000000001%20398.76000000000005%20513%20399.14000000000004C512.97%20399.51000000000005%20512.81%20399.85%20512.53%20400.16C512.1999999999999%20400.53000000000003%20511.82%20400.85%20511.38%20401.13000000000005C510.94%20401.40000000000003%20510.44%20401.63000000000005%20509.87%20401.81000000000006Z%20%22%20fill%3D%22%233ed1c1%22%20%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-496%2C-385%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-one--theme9.inverse .block.two .mail {
		  color: #fff; }
		.contacts-one--theme9.inverse .block.two .mail:before {
		  background-image: 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%2213px%22%20%20viewBox%3D%220%200%2018%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M913.31%20345C913.6899999999999%20345%20914%20345.32%20914%20345.72L914%20357.28000000000003C914%20357.68%20913.69%20358.00000000000006%20913.31%20358.00000000000006L896.6899999999999%20358.00000000000006C896.31%20358.00000000000006%20895.9999999999999%20357.68000000000006%20895.9999999999999%20357.28000000000003L895.9999999999999%20345.72C895.9999999999999%20345.32000000000005%20896.3099999999998%20345%20896.6899999999999%20345ZM904.57%20351.89C904.84%20352.03999999999996%20905.1800000000001%20352.03%20905.4200000000001%20351.88L911.6600000000001%20348.21999999999997C912.0100000000001%20348.02%20912.1000000000001%20347.59999999999997%20911.8700000000001%20347.29999999999995C911.6400000000001%20346.98999999999995%20911.1700000000001%20346.90999999999997%20910.8200000000002%20347.10999999999996L904.9900000000001%20350.53L899.1800000000002%20347.13C898.8300000000002%20346.92%20898.3600000000001%20347%20898.1300000000002%20347.31C897.9000000000002%20347.62%20897.9900000000002%20348.03000000000003%20898.3400000000003%20348.24ZM897%20346L897%20357L913%20357L913%20346Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-896%2C-345%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-one--theme9.inverse .block.two .address {
		  color: #fff; }
		.contacts-one--theme9.inverse .block.two .address:before {
		  background-image: 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%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M910.66%20384.36C912.1%20385.83000000000004%20913%20387.84000000000003%20913%20390.07C913%20392.12%20912.16%20394.25%20910.87%20396.21C909.41%20398.40999999999997%20907.38%20400.4%20905.34%20401.77L905%20402L904.66%20401.77C902.62%20400.4%20900.5899999999999%20398.40999999999997%20899.13%20396.21C897.84%20394.25%20897%20392.12%20897%20390.07C897%20387.84%20897.9%20385.83%20899.34%20384.36C900.7900000000001%20382.90000000000003%20902.7900000000001%20382%20905%20382C907.21%20382%20909.21%20382.9%20910.66%20384.36ZM901.95%20387C901.1700000000001%20387.79%20900.69%20388.87%20900.69%20390.07C900.69%20391.27%20901.1700000000001%20392.36%20901.95%20393.15C902.73%20393.92999999999995%20903.8100000000001%20394.41999999999996%20905%20394.41999999999996C906.19%20394.41999999999996%20907.27%20393.92999999999995%20908.05%20393.15C908.8299999999999%20392.35999999999996%20909.31%20391.27%20909.31%20390.07C909.31%20388.87%20908.8299999999999%20387.79%20908.05%20387C907.27%20386.21%20906.1899999999999%20385.73%20905%20385.73C903.81%20385.73%20902.73%20386.21000000000004%20901.95%20387ZM907.18%20387.88C907.7299999999999%20388.44%20908.0799999999999%20389.21999999999997%20908.0799999999999%20390.07C908.0799999999999%20390.93%20907.7299999999999%20391.71%20907.18%20392.27C906.62%20392.83%20905.8499999999999%20393.18%20905%20393.18C904.15%20393.18%20903.38%20392.83%20902.82%20392.27C902.2700000000001%20391.71%20901.9200000000001%20390.93%20901.9200000000001%20390.07C901.9200000000001%20389.21999999999997%20902.2700000000001%20388.44%20902.82%20387.88C903.38%20387.32%20904.1500000000001%20386.96999999999997%20905%20386.96999999999997C905.85%20386.96999999999997%20906.62%20387.32%20907.18%20387.88ZM905%20383.24C903.13%20383.24%20901.44%20384.01%20900.21%20385.24C898.99%20386.48%20898.23%20388.19%20898.23%20390.07C898.23%20391.86%20898.99%20393.76%20900.15%20395.52L900.16%20395.52C901.4399999999999%20397.46%20903.1999999999999%20399.22999999999996%20905%20400.5C906.8%20399.23%20908.56%20397.46%20909.84%20395.52L909.85%20395.52C911.01%20393.76%20911.77%20391.85999999999996%20911.77%20390.07C911.77%20388.19%20911.01%20386.48%20909.79%20385.24C908.56%20384.01%20906.87%20383.24%20905%20383.24Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-897%2C-382%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-one--theme9.inverse .block > div:before {
		  background-color: #fff; }


	.contacts-two--theme9 .contacts-two-wrapper {
	  background: #fff; }
	  .contacts-two--theme9 .contacts-two-inner {
		max-width: 1168px;
		margin: 0 auto;
		padding: 40px 0 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 all and (max-width: 450px) {
		.contacts-two--theme9 .contacts-two-inner {
		  display: block; } }
	  .contacts-two--theme9 .contacts-two-inner .phone {
		color: #4a4a4a;
		font-family: 'PtSans';
		font-size: 16px; }
		.contacts-two--theme9 .contacts-two-inner .phone:before {
		  background-image: 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%2223px%22%20%20viewBox%3D%220%200%2021%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M166%2074.31C166.4%2074.05%20166.74%2073.75%20167.04%2073.41C167.13%2073.3%20167.17999999999998%2073.22%20167.17999999999998%2073.17C167.18999999999997%2073.15%20167.15999999999997%2073.10000000000001%20167.08999999999997%2073.03C166.80999999999997%2072.71000000000001%20166.58999999999997%2072.45%20166.35999999999999%2072.19C166.07%2071.86%20165.76999999999998%2071.53%20165.42999999999998%2071.12L165.42%2071.12L165.41%2071.11L165.42%2071.11C164.23%2069.71%20164.23%2069.72%20162.80999999999997%2070.89C162.19999999999996%2071.39%20161.61999999999998%2071.64%20161.00999999999996%2071.63C160.37999999999997%2071.61%20159.80999999999997%2071.31%20159.25999999999996%2070.69C157.83999999999997%2069.08%20156.38999999999996%2067.38%20154.93999999999997%2065.67L154.42999999999998%2065.08C153.98%2064.53999999999999%20153.77999999999997%2063.98%20153.79999999999998%2063.4C153.82999999999998%2062.82%20154.08999999999997%2062.269999999999996%20154.54999999999998%2061.769999999999996C154.82999999999998%2061.47%20155.07999999999998%2061.23%20155.33999999999997%2060.989999999999995C155.47999999999996%2060.849999999999994%20155.62999999999997%2060.709999999999994%20155.75999999999996%2060.589999999999996C155.88999999999996%2060.459999999999994%20155.95999999999995%2060.36%20155.95999999999995%2060.279999999999994C155.95999999999995%2060.21999999999999%20155.91999999999996%2060.129999999999995%20155.80999999999995%2060.00999999999999L155.68999999999994%2059.86999999999999C154.86999999999995%2058.89999999999999%20154.03999999999994%2057.92999999999999%20153.14999999999995%2056.93999999999999C153.08999999999995%2056.86999999999999%20153.03999999999994%2056.82999999999999%20153.00999999999996%2056.81999999999999C152.99999999999997%2056.81999999999999%20152.96999999999997%2056.839999999999996%20152.91999999999996%2056.88999999999999C152.37999999999997%2057.29999999999999%20151.91999999999996%2057.75999999999999%20151.57999999999996%2058.269999999999996C151.24999999999994%2058.769999999999996%20151.00999999999996%2059.33%20150.89999999999995%2059.989999999999995C150.77999999999994%2060.739999999999995%20150.78999999999994%2061.46999999999999%20150.89999999999995%2062.17999999999999C151.01999999999995%2062.88999999999999%20151.24999999999994%2063.58999999999999%20151.57999999999996%2064.27999999999999C152.47999999999996%2066.17999999999999%20153.63999999999996%2067.87999999999998%20154.97999999999996%2069.42999999999999C156.32999999999996%2070.97999999999999%20157.85999999999996%2072.38%20159.51999999999995%2073.66999999999999C160.34999999999997%2074.30999999999999%20161.22999999999996%2074.76999999999998%20162.12999999999997%2074.99999999999999C162.92999999999998%2075.19999999999999%20163.73999999999998%2075.20999999999998%20164.53999999999996%2074.97999999999999C165.09999999999997%2074.79999999999998%20165.57999999999996%2074.57999999999998%20165.99999999999997%2074.30999999999999ZM165.08%2076.72L165.06%2076.72C163.93%2077.05%20162.8%2077.03999999999999%20161.7%2076.77C160.54%2076.47999999999999%20159.42999999999998%2075.89999999999999%20158.42%2075.11C156.66%2073.75%20155.04%2072.27%20153.60999999999999%2070.62C152.17%2068.96000000000001%20150.92999999999998%2067.12%20149.95%2065.06C149.54999999999998%2064.22%20149.26%2063.36%20149.10999999999999%2062.47C148.97%2061.57%20148.95999999999998%2060.64%20149.10999999999999%2059.69C149.26%2058.769999999999996%20149.6%2057.97%20150.07%2057.26C150.54%2056.57%20151.13%2055.98%20151.81%2055.449999999999996C152.27%2055.089999999999996%20152.74%2054.959999999999994%20153.21%2055.01L153.22%2055.01C153.71%2055.07%20154.14%2055.32%20154.5%2055.73C155.35%2056.669999999999995%20156.21%2057.68%20157.07%2058.69L157.19%2058.83C157.62%2059.33%20157.8%2059.85%20157.77%2060.39C157.74%2060.93%20157.49%2061.43%20157.03%2061.88C156.87%2062.04%20156.72%2062.18%20156.58%2062.32C156.33%2062.56%20156.07000000000002%2062.8%20155.88000000000002%2063.01C155.71000000000004%2063.18%20155.62000000000003%2063.35%20155.61%2063.48C155.61%2063.599999999999994%20155.67000000000002%2063.73%20155.81%2063.9L156.32%2064.49C157.72%2066.14%20159.13%2067.8%20160.62%2069.47999999999999C160.81%2069.69999999999999%20160.96%2069.80999999999999%20161.06%2069.80999999999999C161.2%2069.80999999999999%20161.4%2069.69999999999999%20161.66%2069.49C164.46%2067.17999999999999%20164.46%2067.17999999999999%20166.79999999999998%2069.94C167.05999999999997%2070.25%20167.39%2070.62%20167.71999999999997%2070.99C167.98999999999998%2071.28999999999999%20168.24999999999997%2071.6%20168.45999999999998%2071.83999999999999C168.85999999999999%2072.29999999999998%20169.02999999999997%2072.77999999999999%20168.99999999999997%2073.27999999999999C168.96999999999997%2073.74999999999999%20168.75999999999996%2074.18999999999998%20168.40999999999997%2074.59999999999998C167.99999999999997%2075.06999999999998%20167.52999999999997%2075.48999999999998%20166.97999999999996%2075.83999999999997C166.42999999999995%2076.19999999999997%20165.79999999999995%2076.48999999999998%20165.07999999999996%2076.71999999999997Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-149%2C-54%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9 .contacts-two-inner .phone div {
		  display: inline-block;
		  margin-right: 10px; }
		.contacts-two--theme9 .contacts-two-inner .phone div:after {
		  content: ";"; }
		.contacts-two--theme9 .contacts-two-inner .phone div:last-child:after {
		  display: none; }
	  .contacts-two--theme9 .contacts-two-inner .address {
		color: #4a4a4a;
		font-family: 'PtSans';
		font-size: 16px; }
		.contacts-two--theme9 .contacts-two-inner .address:before {
		  background-image: 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%2225px%22%20%20viewBox%3D%220%200%2020%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M166.07%20144.92C167.88%20146.73%20169%20149.22%20169%20151.98C169%20154.51%20167.95%20157.14999999999998%20166.34%20159.56C164.52%20162.29%20161.97%20164.74%20159.43%20166.44L159%20166.72L158.57%20166.44C156.03%20164.74%20153.48%20162.29%20151.66%20159.56C150.04999999999998%20157.15%20149%20154.51%20149%20151.98C149%20149.22%20150.12%20146.73%20151.93%20144.92C153.74%20143.11999999999998%20156.24%20142%20159%20142C161.76%20142%20164.26%20143.12%20166.07%20144.92ZM155.19%20148.18C154.22%20149.15%20153.62%20150.5%20153.62%20151.98000000000002C153.62%20153.46%20154.22%20154.81000000000003%20155.19%20155.78000000000003C156.17%20156.75000000000003%20157.51%20157.35000000000002%20159%20157.35000000000002C160.49%20157.35000000000002%20161.83%20156.75000000000003%20162.81%20155.78000000000003C163.78%20154.81000000000003%20164.38%20153.46000000000004%20164.38%20151.98000000000002C164.38%20150.50000000000003%20163.78%20149.15%20162.81%20148.18C161.83%20147.21%20160.49%20146.61%20159%20146.61C157.51%20146.61%20156.17%20147.21%20155.19%20148.18ZM161.72%20149.27C162.42%20149.96%20162.85%20150.92000000000002%20162.85%20151.98000000000002C162.85%20153.04000000000002%20162.42%20154.00000000000003%20161.72%20154.69000000000003C161.02%20155.39000000000001%20160.06%20155.82000000000002%20159%20155.82000000000002C157.94%20155.82000000000002%20156.98%20155.39000000000001%20156.28%20154.69000000000003C155.58%20154.00000000000003%20155.15%20153.04000000000002%20155.15%20151.98000000000002C155.15%20150.92000000000002%20155.58%20149.96%20156.28%20149.27C156.98%20148.57000000000002%20157.94%20148.14000000000001%20159%20148.14000000000001C160.06%20148.14000000000001%20161.02%20148.57000000000002%20161.72%20149.27ZM159%20143.54C156.66%20143.54%20154.55%20144.48%20153.02%20146.01C151.49%20147.54%20150.54000000000002%20149.64999999999998%20150.54000000000002%20151.98C150.54000000000002%20154.19%20151.49%20156.53%20152.94000000000003%20158.70999999999998C154.55000000000004%20161.10999999999999%20156.76000000000002%20163.29999999999998%20159.00000000000003%20164.86999999999998C161.24000000000004%20163.29999999999998%20163.45000000000002%20161.10999999999999%20165.06000000000003%20158.70999999999998C166.51000000000002%20156.52999999999997%20167.46000000000004%20154.18999999999997%20167.46000000000004%20151.98C167.46000000000004%20149.64999999999998%20166.51000000000005%20147.54%20164.98000000000005%20146.01C163.45000000000005%20144.48%20161.34000000000006%20143.54%20159.00000000000006%20143.54Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-149%2C-142%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9 .contacts-two-inner .address a {
		  color: inherit; }
	  .contacts-two--theme9 .contacts-two-inner .mail {
		color: #4a4a4a;
		font-family: 'PtSans';
		font-size: 16px; }
		.contacts-two--theme9 .contacts-two-inner .mail:before {
		  background-image: 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%2218px%22%20%20viewBox%3D%220%200%2026%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M171%20269C171.55%20269%20172%20269.45%20172%20270L172%20286C172%20286.55%20171.55%20287%20171%20287L147%20287C146.45%20287%20146%20286.55%20146%20286L146%20270C146%20269.45%20146.45%20269%20147%20269ZM158.45%20279.63C158.79999999999998%20279.87%20159.25%20279.85%20159.57%20279.62L167.79999999999998%20274.14C168.26%20273.83%20168.38%20273.21%20168.07999999999998%20272.75C167.76999999999998%20272.29%20167.14999999999998%20272.16%20166.69%20272.47L159%20277.6L151.34%20272.49C150.88%20272.19%20150.26%20272.31%20149.95000000000002%20272.77C149.65%20273.22999999999996%20149.77%20273.84999999999997%20150.23000000000002%20274.15999999999997ZM148%20271L148%20285L170%20285L170%20271Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-146%2C-269%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9 .contacts-two-inner .mail a {
		  color: inherit;
		  text-decoration: none; }
	  .contacts-two--theme9 .contacts-two-inner .block {
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px 24px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 30%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 30%;
		-ms-flex: 1 0 30%;
		flex: 1 0 30%; }
		@media all and (max-width: 599px) {
		.contacts-two--theme9 .contacts-two-inner .block {
		  -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%; } }
		.contacts-two--theme9 .contacts-two-inner .block:before {
		  display: block;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  margin: 0 auto 15px;
		  content: "";
		  background-color: #3ed1c1;
		  background-position: center center;
		  background-repeat: no-repeat;
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
	  .contacts-two--theme9.inverse .contacts-two-wrapper {
		background: #3ed1c1; }
	  .contacts-two--theme9.inverse .contacts-two-inner .phone {
		color: #fff; }
		.contacts-two--theme9.inverse .contacts-two-inner .phone:before {
		  background-image: 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%2223px%22%20%20viewBox%3D%220%200%2021%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M166%2074.31C166.4%2074.05%20166.74%2073.75%20167.04%2073.41C167.13%2073.3%20167.17999999999998%2073.22%20167.17999999999998%2073.17C167.18999999999997%2073.15%20167.15999999999997%2073.10000000000001%20167.08999999999997%2073.03C166.80999999999997%2072.71000000000001%20166.58999999999997%2072.45%20166.35999999999999%2072.19C166.07%2071.86%20165.76999999999998%2071.53%20165.42999999999998%2071.12L165.42%2071.12L165.41%2071.11L165.42%2071.11C164.23%2069.71%20164.23%2069.72%20162.80999999999997%2070.89C162.19999999999996%2071.39%20161.61999999999998%2071.64%20161.00999999999996%2071.63C160.37999999999997%2071.61%20159.80999999999997%2071.31%20159.25999999999996%2070.69C157.83999999999997%2069.08%20156.38999999999996%2067.38%20154.93999999999997%2065.67L154.42999999999998%2065.08C153.98%2064.53999999999999%20153.77999999999997%2063.98%20153.79999999999998%2063.4C153.82999999999998%2062.82%20154.08999999999997%2062.269999999999996%20154.54999999999998%2061.769999999999996C154.82999999999998%2061.47%20155.07999999999998%2061.23%20155.33999999999997%2060.989999999999995C155.47999999999996%2060.849999999999994%20155.62999999999997%2060.709999999999994%20155.75999999999996%2060.589999999999996C155.88999999999996%2060.459999999999994%20155.95999999999995%2060.36%20155.95999999999995%2060.279999999999994C155.95999999999995%2060.21999999999999%20155.91999999999996%2060.129999999999995%20155.80999999999995%2060.00999999999999L155.68999999999994%2059.86999999999999C154.86999999999995%2058.89999999999999%20154.03999999999994%2057.92999999999999%20153.14999999999995%2056.93999999999999C153.08999999999995%2056.86999999999999%20153.03999999999994%2056.82999999999999%20153.00999999999996%2056.81999999999999C152.99999999999997%2056.81999999999999%20152.96999999999997%2056.839999999999996%20152.91999999999996%2056.88999999999999C152.37999999999997%2057.29999999999999%20151.91999999999996%2057.75999999999999%20151.57999999999996%2058.269999999999996C151.24999999999994%2058.769999999999996%20151.00999999999996%2059.33%20150.89999999999995%2059.989999999999995C150.77999999999994%2060.739999999999995%20150.78999999999994%2061.46999999999999%20150.89999999999995%2062.17999999999999C151.01999999999995%2062.88999999999999%20151.24999999999994%2063.58999999999999%20151.57999999999996%2064.27999999999999C152.47999999999996%2066.17999999999999%20153.63999999999996%2067.87999999999998%20154.97999999999996%2069.42999999999999C156.32999999999996%2070.97999999999999%20157.85999999999996%2072.38%20159.51999999999995%2073.66999999999999C160.34999999999997%2074.30999999999999%20161.22999999999996%2074.76999999999998%20162.12999999999997%2074.99999999999999C162.92999999999998%2075.19999999999999%20163.73999999999998%2075.20999999999998%20164.53999999999996%2074.97999999999999C165.09999999999997%2074.79999999999998%20165.57999999999996%2074.57999999999998%20165.99999999999997%2074.30999999999999ZM165.08%2076.72L165.06%2076.72C163.93%2077.05%20162.8%2077.03999999999999%20161.7%2076.77C160.54%2076.47999999999999%20159.42999999999998%2075.89999999999999%20158.42%2075.11C156.66%2073.75%20155.04%2072.27%20153.60999999999999%2070.62C152.17%2068.96000000000001%20150.92999999999998%2067.12%20149.95%2065.06C149.54999999999998%2064.22%20149.26%2063.36%20149.10999999999999%2062.47C148.97%2061.57%20148.95999999999998%2060.64%20149.10999999999999%2059.69C149.26%2058.769999999999996%20149.6%2057.97%20150.07%2057.26C150.54%2056.57%20151.13%2055.98%20151.81%2055.449999999999996C152.27%2055.089999999999996%20152.74%2054.959999999999994%20153.21%2055.01L153.22%2055.01C153.71%2055.07%20154.14%2055.32%20154.5%2055.73C155.35%2056.669999999999995%20156.21%2057.68%20157.07%2058.69L157.19%2058.83C157.62%2059.33%20157.8%2059.85%20157.77%2060.39C157.74%2060.93%20157.49%2061.43%20157.03%2061.88C156.87%2062.04%20156.72%2062.18%20156.58%2062.32C156.33%2062.56%20156.07000000000002%2062.8%20155.88000000000002%2063.01C155.71000000000004%2063.18%20155.62000000000003%2063.35%20155.61%2063.48C155.61%2063.599999999999994%20155.67000000000002%2063.73%20155.81%2063.9L156.32%2064.49C157.72%2066.14%20159.13%2067.8%20160.62%2069.47999999999999C160.81%2069.69999999999999%20160.96%2069.80999999999999%20161.06%2069.80999999999999C161.2%2069.80999999999999%20161.4%2069.69999999999999%20161.66%2069.49C164.46%2067.17999999999999%20164.46%2067.17999999999999%20166.79999999999998%2069.94C167.05999999999997%2070.25%20167.39%2070.62%20167.71999999999997%2070.99C167.98999999999998%2071.28999999999999%20168.24999999999997%2071.6%20168.45999999999998%2071.83999999999999C168.85999999999999%2072.29999999999998%20169.02999999999997%2072.77999999999999%20168.99999999999997%2073.27999999999999C168.96999999999997%2073.74999999999999%20168.75999999999996%2074.18999999999998%20168.40999999999997%2074.59999999999998C167.99999999999997%2075.06999999999998%20167.52999999999997%2075.48999999999998%20166.97999999999996%2075.83999999999997C166.42999999999995%2076.19999999999997%20165.79999999999995%2076.48999999999998%20165.07999999999996%2076.71999999999997Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-149%2C-54%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9.inverse .contacts-two-inner .address {
		  color: #fff; }
		.contacts-two--theme9.inverse .contacts-two-inner .address:before {
		  background-image: 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%2225px%22%20%20viewBox%3D%220%200%2020%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M166.07%20144.92C167.88%20146.73%20169%20149.22%20169%20151.98C169%20154.51%20167.95%20157.14999999999998%20166.34%20159.56C164.52%20162.29%20161.97%20164.74%20159.43%20166.44L159%20166.72L158.57%20166.44C156.03%20164.74%20153.48%20162.29%20151.66%20159.56C150.04999999999998%20157.15%20149%20154.51%20149%20151.98C149%20149.22%20150.12%20146.73%20151.93%20144.92C153.74%20143.11999999999998%20156.24%20142%20159%20142C161.76%20142%20164.26%20143.12%20166.07%20144.92ZM155.19%20148.18C154.22%20149.15%20153.62%20150.5%20153.62%20151.98000000000002C153.62%20153.46%20154.22%20154.81000000000003%20155.19%20155.78000000000003C156.17%20156.75000000000003%20157.51%20157.35000000000002%20159%20157.35000000000002C160.49%20157.35000000000002%20161.83%20156.75000000000003%20162.81%20155.78000000000003C163.78%20154.81000000000003%20164.38%20153.46000000000004%20164.38%20151.98000000000002C164.38%20150.50000000000003%20163.78%20149.15%20162.81%20148.18C161.83%20147.21%20160.49%20146.61%20159%20146.61C157.51%20146.61%20156.17%20147.21%20155.19%20148.18ZM161.72%20149.27C162.42%20149.96%20162.85%20150.92000000000002%20162.85%20151.98000000000002C162.85%20153.04000000000002%20162.42%20154.00000000000003%20161.72%20154.69000000000003C161.02%20155.39000000000001%20160.06%20155.82000000000002%20159%20155.82000000000002C157.94%20155.82000000000002%20156.98%20155.39000000000001%20156.28%20154.69000000000003C155.58%20154.00000000000003%20155.15%20153.04000000000002%20155.15%20151.98000000000002C155.15%20150.92000000000002%20155.58%20149.96%20156.28%20149.27C156.98%20148.57000000000002%20157.94%20148.14000000000001%20159%20148.14000000000001C160.06%20148.14000000000001%20161.02%20148.57000000000002%20161.72%20149.27ZM159%20143.54C156.66%20143.54%20154.55%20144.48%20153.02%20146.01C151.49%20147.54%20150.54000000000002%20149.64999999999998%20150.54000000000002%20151.98C150.54000000000002%20154.19%20151.49%20156.53%20152.94000000000003%20158.70999999999998C154.55000000000004%20161.10999999999999%20156.76000000000002%20163.29999999999998%20159.00000000000003%20164.86999999999998C161.24000000000004%20163.29999999999998%20163.45000000000002%20161.10999999999999%20165.06000000000003%20158.70999999999998C166.51000000000002%20156.52999999999997%20167.46000000000004%20154.18999999999997%20167.46000000000004%20151.98C167.46000000000004%20149.64999999999998%20166.51000000000005%20147.54%20164.98000000000005%20146.01C163.45000000000005%20144.48%20161.34000000000006%20143.54%20159.00000000000006%20143.54Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-149%2C-142%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9.inverse .contacts-two-inner .mail {
		  color: #fff; }
		.contacts-two--theme9.inverse .contacts-two-inner .mail:before {
		  background-image: 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%2218px%22%20%20viewBox%3D%220%200%2026%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M171%20269C171.55%20269%20172%20269.45%20172%20270L172%20286C172%20286.55%20171.55%20287%20171%20287L147%20287C146.45%20287%20146%20286.55%20146%20286L146%20270C146%20269.45%20146.45%20269%20147%20269ZM158.45%20279.63C158.79999999999998%20279.87%20159.25%20279.85%20159.57%20279.62L167.79999999999998%20274.14C168.26%20273.83%20168.38%20273.21%20168.07999999999998%20272.75C167.76999999999998%20272.29%20167.14999999999998%20272.16%20166.69%20272.47L159%20277.6L151.34%20272.49C150.88%20272.19%20150.26%20272.31%20149.95000000000002%20272.77C149.65%20273.22999999999996%20149.77%20273.84999999999997%20150.23000000000002%20274.15999999999997ZM148%20271L148%20285L170%20285L170%20271Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-146%2C-269%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-two--theme9.inverse .contacts-two-inner .block:before {
		  background-color: #fff;
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }


	.contacts-three--theme9 .contacts-three-wrapper {
	  background: #fff; }
	  .contacts-three--theme9 .contacts-three-inner {
		max-width: 1178px;
		margin: 0 auto;
		padding: 18px 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 all and (max-width: 595px) {
		.contacts-three--theme9 .contacts-three-inner {
		  display: block; } }
	  .contacts-three--theme9 .block {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
		-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%; }
	  .contacts-three--theme9 .left-part {
		min-height: 60px;
		padding-left: 97px;
		position: relative; }
	  @media all and (max-width: 595px) {
		.contacts-three--theme9 .left-part {
		  margin-bottom: 20px; } }
	  .contacts-three--theme9 .left-part:before {
		position: absolute;
		display: block;
		content: "";
		left: 20px;
		top: 0;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		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%2230px%22%20%20viewBox%3D%220%200%2027%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M59.09%20436C59.620000000000005%20435.66%2060.07%20435.26%2060.45%20434.82C60.57%20434.68%2060.64%20434.58%2060.64%20434.52C60.64%20434.49%2060.6%20434.43%2060.52%20434.34C60.160000000000004%20433.91999999999996%2059.86000000000001%20433.58%2059.57%20433.25C59.19%20432.82%2058.8%20432.39%2058.35%20431.86L58.34%20431.85C56.800000000000004%20430.05%2056.800000000000004%20430.05%2054.95%20431.57000000000005C54.160000000000004%20432.21000000000004%2053.410000000000004%20432.5400000000001%2052.620000000000005%20432.52000000000004C51.790000000000006%20432.50000000000006%2051.050000000000004%20432.11%2050.34%20431.31000000000006C48.49%20429.2300000000001%2046.6%20427.02000000000004%2044.720000000000006%20424.82000000000005L44.06000000000001%20424.05000000000007C43.470000000000006%20423.3500000000001%2043.21000000000001%20422.62000000000006%2043.24000000000001%20421.88000000000005C43.28000000000001%20421.12000000000006%2043.62000000000001%20420.41%2044.21000000000001%20419.77000000000004C44.580000000000005%20419.37000000000006%2044.91000000000001%20419.06000000000006%2045.24000000000001%20418.75000000000006C45.43000000000001%20418.57000000000005%2045.62000000000001%20418.39000000000004%2045.790000000000006%20418.2300000000001C45.95%20418.06000000000006%2046.040000000000006%20417.93000000000006%2046.050000000000004%20417.8400000000001C46.050000000000004%20417.7600000000001%2045.99%20417.6500000000001%2045.86000000000001%20417.49000000000007L45.70000000000001%20417.30000000000007C44.63000000000001%20416.05000000000007%2043.55000000000001%20414.80000000000007%2042.40000000000001%20413.5200000000001C42.31000000000001%20413.4200000000001%2042.250000000000014%20413.36000000000007%2042.210000000000015%20413.36000000000007C42.20000000000002%20413.36000000000007%2042.16000000000002%20413.39000000000004%2042.09000000000002%20413.44000000000005C41.390000000000015%20413.9800000000001%2040.80000000000002%20414.57000000000005%2040.350000000000016%20415.2300000000001C39.920000000000016%20415.88000000000005%2039.610000000000014%20416.61000000000007%2039.47000000000001%20417.4500000000001C39.320000000000014%20418.42000000000013%2039.320000000000014%20419.3700000000001%2039.48000000000001%20420.2900000000001C39.63000000000001%20421.2200000000001%2039.930000000000014%20422.12000000000006%2040.35000000000001%20423.0100000000001C41.53000000000001%20425.4600000000001%2043.03000000000001%20427.67000000000013%2044.77000000000001%20429.67000000000013C46.52000000000001%20431.6900000000001%2048.52000000000001%20433.5000000000001%2050.68000000000001%20435.17000000000013C51.75000000000001%20435.9900000000001%2052.900000000000006%20436.59000000000015%2054.07000000000001%20436.89000000000016C55.11000000000001%20437.14000000000016%2056.17000000000001%20437.16000000000014%2057.21000000000001%20436.8600000000002C57.93000000000001%20436.63000000000017%2058.56000000000001%20436.3400000000002%2059.09000000000001%20436.00000000000017ZM57.91%20439.11L57.879999999999995%20439.12C56.41%20439.54%2054.92999999999999%20439.53000000000003%2053.51%20439.17C52.01%20438.8%2050.559999999999995%20438.05%2049.239999999999995%20437.03000000000003C46.959999999999994%20435.27000000000004%2044.849999999999994%20433.35%2042.989999999999995%20431.21000000000004C41.12%20429.06000000000006%2039.49999999999999%20426.69000000000005%2038.23%20424.02000000000004C37.709999999999994%20422.93000000000006%2037.339999999999996%20421.82000000000005%2037.15%20420.66C36.96%20419.5%2036.949999999999996%20418.31%2037.15%20417.07000000000005C37.339999999999996%20415.88000000000005%2037.78%20414.84000000000003%2038.39%20413.93000000000006C39%20413.0300000000001%2039.76%20412.26000000000005%2040.65%20411.58000000000004C41.25%20411.12000000000006%2041.87%20410.95000000000005%2042.48%20411.01000000000005C43.12%20411.09000000000003%2043.68%20411.4200000000001%2044.15%20411.94000000000005C45.25%20413.1600000000001%2046.37%20414.47%2047.489999999999995%20415.77000000000004L47.64999999999999%20415.96000000000004C48.19999999999999%20416.6%2048.44999999999999%20417.28000000000003%2048.39999999999999%20417.98C48.35999999999999%20418.68%2048.029999999999994%20419.32%2047.43999999999999%20419.91C47.22999999999999%20420.11%2047.03999999999999%20420.29%2046.84999999999999%20420.47C46.51999999999999%20420.78000000000003%2046.18999999999999%20421.09000000000003%2045.93999999999999%20421.36C45.72999999999999%20421.59000000000003%2045.60999999999999%20421.8%2045.59999999999999%20421.98C45.58999999999999%20422.13%2045.66999999999999%20422.3%2045.84999999999999%20422.51L46.509999999999984%20423.28999999999996C48.33999999999998%20425.41999999999996%2050.15999999999998%20427.55999999999995%2052.109999999999985%20429.74999999999994C52.359999999999985%20430.0299999999999%2052.54999999999998%20430.15999999999997%2052.679999999999986%20430.16999999999996C52.859999999999985%20430.16999999999996%2053.109999999999985%20430.03%2053.44999999999999%20429.74999999999994C57.08999999999999%20426.75999999999993%2057.08999999999999%20426.75999999999993%2060.139999999999986%20430.3299999999999L60.149999999999984%20430.3399999999999C60.47999999999998%20430.7399999999999%2060.90999999999998%20431.2199999999999%2061.329999999999984%20431.69999999999993C61.679999999999986%20432.0899999999999%2062.02999999999999%20432.4799999999999%2062.29999999999998%20432.79999999999995C62.819999999999986%20433.38999999999993%2063.039999999999985%20434.00999999999993%2062.999999999999986%20434.65999999999997C62.95999999999999%20435.27%2062.68999999999998%20435.83%2062.22999999999998%20436.35999999999996C61.69999999999998%20436.96999999999997%2061.08999999999998%20437.50999999999993%2060.36999999999998%20437.97999999999996C59.65999999999998%20438.43999999999994%2058.83999999999998%20438.81999999999994%2057.90999999999998%20439.10999999999996Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-37%2C-410%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat #3ed1c1;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
	  .contacts-three--theme9 .left-part .work-time {
		color: #6e6e6e;
		font-family: 'PtSans';
		font-size: 13px;
		padding-bottom: 3px; }
	  .contacts-three--theme9 .left-part .phone {
		color: #4a4a4a;
		font-family: 'PtSans';
		font-size: 20px; }
		.contacts-three--theme9 .left-part .phone div {
		  display: inline-block;
		  margin-right: 7px; }
		.contacts-three--theme9 .left-part .phone div:after {
		  content: ";"; }
		.contacts-three--theme9 .left-part .phone div:last-child:after {
		  display: none; }
	  @media all and (max-width: 595px) {
		.contacts-three--theme9 .right-part {
		  padding-left: 35px; } }
	  .contacts-three--theme9 .right-part > div {
		position: relative; }
		.contacts-three--theme9 .right-part > div:before {
		  position: absolute;
		  display: block;
		  content: "";
		  width: 30px;
		  height: 30px;
		  border-radius: 50%;
		  left: 0;
		  top: 50%;
		  margin-top: -15px;
		  background-color: #3ed1c1; }
	  .contacts-three--theme9 .right-part .mail {
		color: #4a4a4a;
		font-family: 'PtSans';
		padding: 7px 0 6px 55px;
		margin: 0 0 10px;
		font-size: 14px;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.contacts-three--theme9 .right-part .mail:before {
		  background-image: 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%2213px%22%20%20viewBox%3D%220%200%2018%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M913.31%20345C913.6899999999999%20345%20914%20345.32%20914%20345.72L914%20357.28000000000003C914%20357.68%20913.69%20358.00000000000006%20913.31%20358.00000000000006L896.6899999999999%20358.00000000000006C896.31%20358.00000000000006%20895.9999999999999%20357.68000000000006%20895.9999999999999%20357.28000000000003L895.9999999999999%20345.72C895.9999999999999%20345.32000000000005%20896.3099999999998%20345%20896.6899999999999%20345ZM904.57%20351.89C904.84%20352.03999999999996%20905.1800000000001%20352.03%20905.4200000000001%20351.88L911.6600000000001%20348.21999999999997C912.0100000000001%20348.02%20912.1000000000001%20347.59999999999997%20911.8700000000001%20347.29999999999995C911.6400000000001%20346.98999999999995%20911.1700000000001%20346.90999999999997%20910.8200000000002%20347.10999999999996L904.9900000000001%20350.53L899.1800000000002%20347.13C898.8300000000002%20346.92%20898.3600000000001%20347%20898.1300000000002%20347.31C897.9000000000002%20347.62%20897.9900000000002%20348.03000000000003%20898.3400000000003%20348.24ZM897%20346L897%20357L913%20357L913%20346Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-896%2C-345%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		.contacts-three--theme9 .right-part .mail a {
		  color: inherit;
		  text-decoration: none; }
		@media all and (max-width: 980px) {
		.contacts-three--theme9 .right-part .mail {
		  padding-left: 50px; } }
		@media all and (max-width: 980px) {
		.contacts-three--theme9 .right-part .mail {
		  margin: 0 0 20px; } }
	  .contacts-three--theme9 .right-part .address {
		color: #4a4a4a;
		font-family: 'PtSans';
		font-size: 14px;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 55px;
		padding-top: 5px; }
		.contacts-three--theme9 .right-part .address:before {
		  background-image: 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%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M910.66%20384.36C912.1%20385.83000000000004%20913%20387.84000000000003%20913%20390.07C913%20392.12%20912.16%20394.25%20910.87%20396.21C909.41%20398.40999999999997%20907.38%20400.4%20905.34%20401.77L905%20402L904.66%20401.77C902.62%20400.4%20900.5899999999999%20398.40999999999997%20899.13%20396.21C897.84%20394.25%20897%20392.12%20897%20390.07C897%20387.84%20897.9%20385.83%20899.34%20384.36C900.7900000000001%20382.90000000000003%20902.7900000000001%20382%20905%20382C907.21%20382%20909.21%20382.9%20910.66%20384.36ZM901.95%20387C901.1700000000001%20387.79%20900.69%20388.87%20900.69%20390.07C900.69%20391.27%20901.1700000000001%20392.36%20901.95%20393.15C902.73%20393.92999999999995%20903.8100000000001%20394.41999999999996%20905%20394.41999999999996C906.19%20394.41999999999996%20907.27%20393.92999999999995%20908.05%20393.15C908.8299999999999%20392.35999999999996%20909.31%20391.27%20909.31%20390.07C909.31%20388.87%20908.8299999999999%20387.79%20908.05%20387C907.27%20386.21%20906.1899999999999%20385.73%20905%20385.73C903.81%20385.73%20902.73%20386.21000000000004%20901.95%20387ZM907.18%20387.88C907.7299999999999%20388.44%20908.0799999999999%20389.21999999999997%20908.0799999999999%20390.07C908.0799999999999%20390.93%20907.7299999999999%20391.71%20907.18%20392.27C906.62%20392.83%20905.8499999999999%20393.18%20905%20393.18C904.15%20393.18%20903.38%20392.83%20902.82%20392.27C902.2700000000001%20391.71%20901.9200000000001%20390.93%20901.9200000000001%20390.07C901.9200000000001%20389.21999999999997%20902.2700000000001%20388.44%20902.82%20387.88C903.38%20387.32%20904.1500000000001%20386.96999999999997%20905%20386.96999999999997C905.85%20386.96999999999997%20906.62%20387.32%20907.18%20387.88ZM905%20383.24C903.13%20383.24%20901.44%20384.01%20900.21%20385.24C898.99%20386.48%20898.23%20388.19%20898.23%20390.07C898.23%20391.86%20898.99%20393.76%20900.15%20395.52L900.16%20395.52C901.4399999999999%20397.46%20903.1999999999999%20399.22999999999996%20905%20400.5C906.8%20399.23%20908.56%20397.46%20909.84%20395.52L909.85%20395.52C911.01%20393.76%20911.77%20391.85999999999996%20911.77%20390.07C911.77%20388.19%20911.01%20386.48%20909.79%20385.24C908.56%20384.01%20906.87%20383.24%20905%20383.24Z%20%22%20fill%3D%22%23ffffff%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-897%2C-382%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
		  background-repeat: no-repeat;
		  background-position: center center; }
		.contacts-three--theme9 .right-part .address a {
		  color: inherit; }
		@media all and (max-width: 980px) {
		.contacts-three--theme9 .right-part .address {
		  padding-left: 50px; } }
		@media all and (max-width: 980px) {
		.contacts-three--theme9 .right-part .address {
		  margin: 0 0 20px; } }
	  .contacts-three--theme9.inverse .contacts-three-wrapper {
		background: #3ed1c1; }
	  .contacts-three--theme9.inverse .left-part: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%2227px%22%20height%3D%2230px%22%20%20viewBox%3D%220%200%2027%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M59.09%20436C59.620000000000005%20435.66%2060.07%20435.26%2060.45%20434.82C60.57%20434.68%2060.64%20434.58%2060.64%20434.52C60.64%20434.49%2060.6%20434.43%2060.52%20434.34C60.160000000000004%20433.91999999999996%2059.86000000000001%20433.58%2059.57%20433.25C59.19%20432.82%2058.8%20432.39%2058.35%20431.86L58.34%20431.85C56.800000000000004%20430.05%2056.800000000000004%20430.05%2054.95%20431.57000000000005C54.160000000000004%20432.21000000000004%2053.410000000000004%20432.5400000000001%2052.620000000000005%20432.52000000000004C51.790000000000006%20432.50000000000006%2051.050000000000004%20432.11%2050.34%20431.31000000000006C48.49%20429.2300000000001%2046.6%20427.02000000000004%2044.720000000000006%20424.82000000000005L44.06000000000001%20424.05000000000007C43.470000000000006%20423.3500000000001%2043.21000000000001%20422.62000000000006%2043.24000000000001%20421.88000000000005C43.28000000000001%20421.12000000000006%2043.62000000000001%20420.41%2044.21000000000001%20419.77000000000004C44.580000000000005%20419.37000000000006%2044.91000000000001%20419.06000000000006%2045.24000000000001%20418.75000000000006C45.43000000000001%20418.57000000000005%2045.62000000000001%20418.39000000000004%2045.790000000000006%20418.2300000000001C45.95%20418.06000000000006%2046.040000000000006%20417.93000000000006%2046.050000000000004%20417.8400000000001C46.050000000000004%20417.7600000000001%2045.99%20417.6500000000001%2045.86000000000001%20417.49000000000007L45.70000000000001%20417.30000000000007C44.63000000000001%20416.05000000000007%2043.55000000000001%20414.80000000000007%2042.40000000000001%20413.5200000000001C42.31000000000001%20413.4200000000001%2042.250000000000014%20413.36000000000007%2042.210000000000015%20413.36000000000007C42.20000000000002%20413.36000000000007%2042.16000000000002%20413.39000000000004%2042.09000000000002%20413.44000000000005C41.390000000000015%20413.9800000000001%2040.80000000000002%20414.57000000000005%2040.350000000000016%20415.2300000000001C39.920000000000016%20415.88000000000005%2039.610000000000014%20416.61000000000007%2039.47000000000001%20417.4500000000001C39.320000000000014%20418.42000000000013%2039.320000000000014%20419.3700000000001%2039.48000000000001%20420.2900000000001C39.63000000000001%20421.2200000000001%2039.930000000000014%20422.12000000000006%2040.35000000000001%20423.0100000000001C41.53000000000001%20425.4600000000001%2043.03000000000001%20427.67000000000013%2044.77000000000001%20429.67000000000013C46.52000000000001%20431.6900000000001%2048.52000000000001%20433.5000000000001%2050.68000000000001%20435.17000000000013C51.75000000000001%20435.9900000000001%2052.900000000000006%20436.59000000000015%2054.07000000000001%20436.89000000000016C55.11000000000001%20437.14000000000016%2056.17000000000001%20437.16000000000014%2057.21000000000001%20436.8600000000002C57.93000000000001%20436.63000000000017%2058.56000000000001%20436.3400000000002%2059.09000000000001%20436.00000000000017ZM57.91%20439.11L57.879999999999995%20439.12C56.41%20439.54%2054.92999999999999%20439.53000000000003%2053.51%20439.17C52.01%20438.8%2050.559999999999995%20438.05%2049.239999999999995%20437.03000000000003C46.959999999999994%20435.27000000000004%2044.849999999999994%20433.35%2042.989999999999995%20431.21000000000004C41.12%20429.06000000000006%2039.49999999999999%20426.69000000000005%2038.23%20424.02000000000004C37.709999999999994%20422.93000000000006%2037.339999999999996%20421.82000000000005%2037.15%20420.66C36.96%20419.5%2036.949999999999996%20418.31%2037.15%20417.07000000000005C37.339999999999996%20415.88000000000005%2037.78%20414.84000000000003%2038.39%20413.93000000000006C39%20413.0300000000001%2039.76%20412.26000000000005%2040.65%20411.58000000000004C41.25%20411.12000000000006%2041.87%20410.95000000000005%2042.48%20411.01000000000005C43.12%20411.09000000000003%2043.68%20411.4200000000001%2044.15%20411.94000000000005C45.25%20413.1600000000001%2046.37%20414.47%2047.489999999999995%20415.77000000000004L47.64999999999999%20415.96000000000004C48.19999999999999%20416.6%2048.44999999999999%20417.28000000000003%2048.39999999999999%20417.98C48.35999999999999%20418.68%2048.029999999999994%20419.32%2047.43999999999999%20419.91C47.22999999999999%20420.11%2047.03999999999999%20420.29%2046.84999999999999%20420.47C46.51999999999999%20420.78000000000003%2046.18999999999999%20421.09000000000003%2045.93999999999999%20421.36C45.72999999999999%20421.59000000000003%2045.60999999999999%20421.8%2045.59999999999999%20421.98C45.58999999999999%20422.13%2045.66999999999999%20422.3%2045.84999999999999%20422.51L46.509999999999984%20423.28999999999996C48.33999999999998%20425.41999999999996%2050.15999999999998%20427.55999999999995%2052.109999999999985%20429.74999999999994C52.359999999999985%20430.0299999999999%2052.54999999999998%20430.15999999999997%2052.679999999999986%20430.16999999999996C52.859999999999985%20430.16999999999996%2053.109999999999985%20430.03%2053.44999999999999%20429.74999999999994C57.08999999999999%20426.75999999999993%2057.08999999999999%20426.75999999999993%2060.139999999999986%20430.3299999999999L60.149999999999984%20430.3399999999999C60.47999999999998%20430.7399999999999%2060.90999999999998%20431.2199999999999%2061.329999999999984%20431.69999999999993C61.679999999999986%20432.0899999999999%2062.02999999999999%20432.4799999999999%2062.29999999999998%20432.79999999999995C62.819999999999986%20433.38999999999993%2063.039999999999985%20434.00999999999993%2062.999999999999986%20434.65999999999997C62.95999999999999%20435.27%2062.68999999999998%20435.83%2062.22999999999998%20436.35999999999996C61.69999999999998%20436.96999999999997%2061.08999999999998%20437.50999999999993%2060.36999999999998%20437.97999999999996C59.65999999999998%20438.43999999999994%2058.83999999999998%20438.81999999999994%2057.90999999999998%20439.10999999999996Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-37%2C-410%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat #fff;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
		.contacts-three--theme9.inverse .left-part .work-time {
		  color: #fff; }
		.contacts-three--theme9.inverse .left-part .phone {
		  color: #fff; }
	  .contacts-three--theme9.inverse .right-part > div:before {
		background-color: #fff; }
		.contacts-three--theme9.inverse .right-part .mail {
		  color: #fff; }
		.contacts-three--theme9.inverse .right-part .mail:before {
		  background-image: 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%2213px%22%20%20viewBox%3D%220%200%2018%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M913.31%20345C913.6899999999999%20345%20914%20345.32%20914%20345.72L914%20357.28000000000003C914%20357.68%20913.69%20358.00000000000006%20913.31%20358.00000000000006L896.6899999999999%20358.00000000000006C896.31%20358.00000000000006%20895.9999999999999%20357.68000000000006%20895.9999999999999%20357.28000000000003L895.9999999999999%20345.72C895.9999999999999%20345.32000000000005%20896.3099999999998%20345%20896.6899999999999%20345ZM904.57%20351.89C904.84%20352.03999999999996%20905.1800000000001%20352.03%20905.4200000000001%20351.88L911.6600000000001%20348.21999999999997C912.0100000000001%20348.02%20912.1000000000001%20347.59999999999997%20911.8700000000001%20347.29999999999995C911.6400000000001%20346.98999999999995%20911.1700000000001%20346.90999999999997%20910.8200000000002%20347.10999999999996L904.9900000000001%20350.53L899.1800000000002%20347.13C898.8300000000002%20346.92%20898.3600000000001%20347%20898.1300000000002%20347.31C897.9000000000002%20347.62%20897.9900000000002%20348.03000000000003%20898.3400000000003%20348.24ZM897%20346L897%20357L913%20357L913%20346Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-896%2C-345%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }
		.contacts-three--theme9.inverse .right-part .address {
		  color: #fff; }
		.contacts-three--theme9.inverse .right-part .address:before {
		  background-image: 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%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M910.66%20384.36C912.1%20385.83000000000004%20913%20387.84000000000003%20913%20390.07C913%20392.12%20912.16%20394.25%20910.87%20396.21C909.41%20398.40999999999997%20907.38%20400.4%20905.34%20401.77L905%20402L904.66%20401.77C902.62%20400.4%20900.5899999999999%20398.40999999999997%20899.13%20396.21C897.84%20394.25%20897%20392.12%20897%20390.07C897%20387.84%20897.9%20385.83%20899.34%20384.36C900.7900000000001%20382.90000000000003%20902.7900000000001%20382%20905%20382C907.21%20382%20909.21%20382.9%20910.66%20384.36ZM901.95%20387C901.1700000000001%20387.79%20900.69%20388.87%20900.69%20390.07C900.69%20391.27%20901.1700000000001%20392.36%20901.95%20393.15C902.73%20393.92999999999995%20903.8100000000001%20394.41999999999996%20905%20394.41999999999996C906.19%20394.41999999999996%20907.27%20393.92999999999995%20908.05%20393.15C908.8299999999999%20392.35999999999996%20909.31%20391.27%20909.31%20390.07C909.31%20388.87%20908.8299999999999%20387.79%20908.05%20387C907.27%20386.21%20906.1899999999999%20385.73%20905%20385.73C903.81%20385.73%20902.73%20386.21000000000004%20901.95%20387ZM907.18%20387.88C907.7299999999999%20388.44%20908.0799999999999%20389.21999999999997%20908.0799999999999%20390.07C908.0799999999999%20390.93%20907.7299999999999%20391.71%20907.18%20392.27C906.62%20392.83%20905.8499999999999%20393.18%20905%20393.18C904.15%20393.18%20903.38%20392.83%20902.82%20392.27C902.2700000000001%20391.71%20901.9200000000001%20390.93%20901.9200000000001%20390.07C901.9200000000001%20389.21999999999997%20902.2700000000001%20388.44%20902.82%20387.88C903.38%20387.32%20904.1500000000001%20386.96999999999997%20905%20386.96999999999997C905.85%20386.96999999999997%20906.62%20387.32%20907.18%20387.88ZM905%20383.24C903.13%20383.24%20901.44%20384.01%20900.21%20385.24C898.99%20386.48%20898.23%20388.19%20898.23%20390.07C898.23%20391.86%20898.99%20393.76%20900.15%20395.52L900.16%20395.52C901.4399999999999%20397.46%20903.1999999999999%20399.22999999999996%20905%20400.5C906.8%20399.23%20908.56%20397.46%20909.84%20395.52L909.85%20395.52C911.01%20393.76%20911.77%20391.85999999999996%20911.77%20390.07C911.77%20388.19%20911.01%20386.48%20909.79%20385.24C908.56%20384.01%20906.87%20383.24%20905%20383.24Z%20%22%20fill%3D%22%233ed1c1%22%20transform%3D%22matrix%281%2C0%2C0%2C1%2C-897%2C-382%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); }

	.triple-block.no-margin + div {
		 padding-top: 100px; 
		 margin-top: 0px; 
	}

	.partners_bl_wrapper2 {
	  background: #fff;
	  -webkit-box-flex: none;
	  -webkit-flex: none;
	  -moz-box-flex: none;
	  -moz-flex: none;
	  -ms-flex: none;
	  flex: none; }
	.partners_bl_wrapper2.inverse .owl-dots .owl-dot {
	   border-color: #fff;
	}

	.partners_bl_wrapper2.inverse .owl-dots .owl-dot.active {
	   border-color: #fff;
	   background: #fff;
	}
	  .partners_bl_wrapper2.inverse {
		background: rgba(255, 255, 255, 0.0001); }
		.partners_bl_wrapper2.inverse {
		  background-color: #323232; }
		.partners_bl_wrapper2.inverse .partners_bl_title {
		  color: #fff; }
		.partners_bl_wrapper2.inverse .owl-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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23818384%22%20d%3D%22M1%2E4%2C10%2E4l7%2C7c0%2E6%2C0%2E6%2C1%2E4%2C0%2E6%2C2%2C0c0%2E6%2D0%2E6%2C0%2E6%2D1%2E4%2C0%2D2l%2D6%2D6l6%2D6c0%2E6%2D0%2E5%2C0%2E6%2D1%2E4%2C0%2D2c%2D0%2E5%2D0%2E5%2D1%2E4%2D0%2E5%2D2%2C0l%2D7%2C7C1%2E1%2C8%2E7%2C1%2C9%2C1%2C9%2E4h0C1%2C9%2E8%2C1%2E1%2C10%2E1%2C1%2E4%2C10%2E4z%22%2F%3E%3C%2Fsvg%3E') 12px 10px no-repeat #eaeaea; }
		  .partners_bl_wrapper2.inverse .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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2326292c%22%20d%3D%22M1%2E4%2C10%2E4l7%2C7c0%2E6%2C0%2E6%2C1%2E4%2C0%2E6%2C2%2C0c0%2E6%2D0%2E6%2C0%2E6%2D1%2E4%2C0%2D2l%2D6%2D6l6%2D6c0%2E6%2D0%2E5%2C0%2E6%2D1%2E4%2C0%2D2c%2D0%2E5%2D0%2E5%2D1%2E4%2D0%2E5%2D2%2C0l%2D7%2C7C1%2E1%2C8%2E7%2C1%2C9%2C1%2C9%2E4h0C1%2C9%2E8%2C1%2E1%2C10%2E1%2C1%2E4%2C10%2E4z%22%2F%3E%3C%2Fsvg%3E') 12px 10px no-repeat #6ce7a3; }
		.partners_bl_wrapper2.inverse .owl-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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23818384%22%20d%3D%22M10%2E4%2C8%2E4l%2D7%2D7c%2D0%2E6%2D0%2E6%2D1%2E4%2D0%2E6%2D2%2C0c%2D0%2E6%2C0%2E6%2D0%2E6%2C1%2E4%2C0%2C2l6%2C6l%2D6%2C6c%2D0%2E6%2C0%2E5%2D0%2E6%2C1%2E4%2C0%2C2c0%2E5%2C0%2E5%2C1%2E4%2C0%2E5%2C2%2C0l7%2D7c0%2E3%2D0%2E3%2C0%2E4%2D0%2E6%2C0%2E4%2D1h0C10%2E8%2C9%2C10%2E7%2C8%2E7%2C10%2E4%2C8%2E4z%22%2F%3E%3C%2Fsvg%3E') 16px 10px no-repeat #eaeaea; }
		  .partners_bl_wrapper2.inverse .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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2326292c%22%20d%3D%22M10%2E4%2C8%2E4l%2D7%2D7c%2D0%2E6%2D0%2E6%2D1%2E4%2D0%2E6%2D2%2C0c%2D0%2E6%2C0%2E6%2D0%2E6%2C1%2E4%2C0%2C2l6%2C6l%2D6%2C6c%2D0%2E6%2C0%2E5%2D0%2E6%2C1%2E4%2C0%2C2c0%2E5%2C0%2E5%2C1%2E4%2C0%2E5%2C2%2C0l7%2D7c0%2E3%2D0%2E3%2C0%2E4%2D0%2E6%2C0%2E4%2D1h0C10%2E8%2C9%2C10%2E7%2C8%2E7%2C10%2E4%2C8%2E4z%22%2F%3E%3C%2Fsvg%3E') 16px 10px no-repeat #6ce7a3; }
	  .partners_bl_wrapper2 .partners_bl_wrap {
		max-width: 1138px;
		margin: 0 auto;}
	  .partners_bl_wrapper2 .partners_bl_in {
		padding: 50px 0 60px; }
		@media screen and (max-width: 1023px) {
		  .header__right-part.second {display: none;}
		  .header.sec-menu.fix-menu {position: fixed; left: 0; right: 0; top: 0; background-color: #fff;}
		  .partners_bl_wrapper2 .partners_bl_in {
			padding: 31px 30px 90px; } }
		@media screen and (max-width: 639px) {
		  .partners_bl_wrapper2 .partners_bl_in {
			padding: 22px 20px 90px; } }
	  .partners_bl_wrapper2 .partners_bl_title {
		color: #26292c;
		font-size: 28px;
		font-family: Roboto;
		text-align: center;
		line-height: 1.2;
		font-weight: 500;
		padding: 0 0 30px; }
		@media screen and (max-width: 1023px) {
		  .partners_bl_wrapper2 .partners_bl_title {
			font-size: 24px;
			padding: 0 0 20px; } }
		@media screen and (max-width: 639px) {
		  .partners_bl_wrapper2 .partners_bl_title {
			font-size: 22px;
			text-align: center; } }
	  .partners_bl_wrapper2 .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -34px;
		font-size: 0;
		text-align: center; }
		@media screen and (max-width: 1023px) {
		  .partners_bl_wrapper2 .owl-dots {
			bottom: -42px; } }
		@media screen and (max-width: 639px) {
		  .partners_bl_wrapper2 .owl-dots {
			bottom: -50px; } }
		.partners_bl_wrapper2 .owl-dots .owl-dot {
		  display: inline-block;
		  vertical-align: top;
		  width: 10px;
		  height: 10px;
		  border: 1px solid #33B6A7;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  transition: all 0.3s;
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  -ms-border-radius: 50%;
		  -o-border-radius: 50%;
		  border-radius: 50%; }
		  @media screen and (max-width: 1023px) {
			.partners_bl_wrapper2 .owl-dots .owl-dot {
			  width: 18px;
			  height: 18px; } }
		  .partners_bl_wrapper2 .owl-dots .owl-dot + .owl-dot {
			margin-left: 10px; }
			@media screen and (max-width: 1023px) {
			  .partners_bl_wrapper2 .owl-dots .owl-dot + .owl-dot {
				margin-left: 15px; } }
		  .partners_bl_wrapper2 .owl-dots .owl-dot.active {
			background-color: #33B6A7; }
	  .partners_bl_wrapper2 .partnters_slider2 {
		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; }
		.partners_bl_wrapper2 .partnters_slider2.owl-carousel {
		  display: block; }
		  .partners_bl_wrapper2 .partnters_slider2.owl-carousel .partn_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; }
		.partners_bl_wrapper2 .partnters_slider2 .partn_item {
		  -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: -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;
		  text-align: center; }
		  .partners_bl_wrapper2 .partnters_slider2 .partn_item a {
			display: inline-block;
			margin: auto;
			text-decoration: none;
			vertical-align: top;
			max-width: 210px; }
			.partners_bl_wrapper2 .partnters_slider2 .partn_item a img, .partners_bl_wrapper2 .partnters_slider2 .partn_item a svg {
			  border: none;
			  max-width: 100%; }
			  @media screen and (min-width: 380px) and (max-width: 1023px) {
				.partners_bl_wrapper2 .partnters_slider2 .partn_item a img, .partners_bl_wrapper2 .partnters_slider2 .partn_item a svg {
				  max-height: 90px;
				  max-width: 140px; } }
	  .partners_bl_wrapper2 .owl-prev {
		position: absolute;
		left: -80px;
		top: 50%;
		margin-top: -20px;
		height: 40px;
		width: 40px;
		font-size: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		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%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23818384%22%20d%3D%22M1%2E4%2C10%2E4l7%2C7c0%2E6%2C0%2E6%2C1%2E4%2C0%2E6%2C2%2C0c0%2E6%2D0%2E6%2C0%2E6%2D1%2E4%2C0%2D2l%2D6%2D6l6%2D6c0%2E6%2D0%2E5%2C0%2E6%2D1%2E4%2C0%2D2c%2D0%2E5%2D0%2E5%2D1%2E4%2D0%2E5%2D2%2C0l%2D7%2C7C1%2E1%2C8%2E7%2C1%2C9%2C1%2C9%2E4h0C1%2C9%2E8%2C1%2E1%2C10%2E1%2C1%2E4%2C10%2E4z%22%2F%3E%3C%2Fsvg%3E') 12px 10px no-repeat #eaeaea;
		background-size: 11px 18px; }
		@media screen and (max-width: 1023px) {
		  .partners_bl_wrapper2 .owl-prev {
			left: -50px;
			display: none !important; } }
		.partners_bl_wrapper2 .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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2326292c%22%20d%3D%22M1%2E4%2C10%2E4l7%2C7c0%2E6%2C0%2E6%2C1%2E4%2C0%2E6%2C2%2C0c0%2E6%2D0%2E6%2C0%2E6%2D1%2E4%2C0%2D2l%2D6%2D6l6%2D6c0%2E6%2D0%2E5%2C0%2E6%2D1%2E4%2C0%2D2c%2D0%2E5%2D0%2E5%2D1%2E4%2D0%2E5%2D2%2C0l%2D7%2C7C1%2E1%2C8%2E7%2C1%2C9%2C1%2C9%2E4h0C1%2C9%2E8%2C1%2E1%2C10%2E1%2C1%2E4%2C10%2E4z%22%2F%3E%3C%2Fsvg%3E') 12px 10px no-repeat #6ce7a3; }
	  .partners_bl_wrapper2 .owl-next {
		position: absolute;
		right: -80px;
		top: 50%;
		margin-top: -20px;
		height: 40px;
		width: 40px;
		font-size: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		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%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23818384%22%20d%3D%22M10%2E4%2C8%2E4l%2D7%2D7c%2D0%2E6%2D0%2E6%2D1%2E4%2D0%2E6%2D2%2C0c%2D0%2E6%2C0%2E6%2D0%2E6%2C1%2E4%2C0%2C2l6%2C6l%2D6%2C6c%2D0%2E6%2C0%2E5%2D0%2E6%2C1%2E4%2C0%2C2c0%2E5%2C0%2E5%2C1%2E4%2C0%2E5%2C2%2C0l7%2D7c0%2E3%2D0%2E3%2C0%2E4%2D0%2E6%2C0%2E4%2D1h0C10%2E8%2C9%2C10%2E7%2C8%2E7%2C10%2E4%2C8%2E4z%22%2F%3E%3C%2Fsvg%3E') 16px 10px no-repeat #eaeaea;
		background-size: 11px 18px; }
		@media screen and (max-width: 1023px) {
		  .partners_bl_wrapper2 .owl-next {
			right: -50px;
			display: none !important; } }
		.partners_bl_wrapper2 .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%2211px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2011%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2326292c%22%20d%3D%22M10%2E4%2C8%2E4l%2D7%2D7c%2D0%2E6%2D0%2E6%2D1%2E4%2D0%2E6%2D2%2C0c%2D0%2E6%2C0%2E6%2D0%2E6%2C1%2E4%2C0%2C2l6%2C6l%2D6%2C6c%2D0%2E6%2C0%2E5%2D0%2E6%2C1%2E4%2C0%2C2c0%2E5%2C0%2E5%2C1%2E4%2C0%2E5%2C2%2C0l7%2D7c0%2E3%2D0%2E3%2C0%2E4%2D0%2E6%2C0%2E4%2D1h0C10%2E8%2C9%2C10%2E7%2C8%2E7%2C10%2E4%2C8%2E4z%22%2F%3E%3C%2Fsvg%3E') 16px 10px no-repeat #6ce7a3; }




	.map-only-theme9 .map-only-wrapper {
	  position: relative; }
	  @media all and (min-width: 641px) {
		.map-only-theme9 .map-only-wrapper {
		  height: 300px; } }
	  @media all and (min-width: 961px) {
		.map-only-theme9 .map-only-wrapper {
		  height: 400px; } }
	  .map-only-theme9 .map {
		background: #eee;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0; }
	  .map-only-theme9 .map-wrapper {
		padding: 15px;
		text-align: center; }
	  @media all and (min-width: 641px) {
		.map-only-theme9 .map-wrapper {
		  padding: 0; } }
	  @media all and (max-width: 640px) {
		  .map-only-theme9 .map-inner.fixed {
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 105; } }
		.map-only-theme9 .map-inner.fixed .close-map {
		  position: absolute;
		  right: 10px;
		  top: 10px;
		  width: 50px;
		  height: 50px;
		  z-index: 106;
		  border-radius: 6px; }
	  .map-only-theme9 .show-map {
		display: inline-block;
		border-radius: 6px;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 15px 25px;
		text-decoration: none;
		font-size: 18px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		position: relative;
		z-index: 1; }
	  @media all and (min-width: 641px) {
		.map-only-theme9 .show-map {
		  display: none; } }

	.header-two--theme9 .header-two-wrapper {
	  background: #fff;
	  padding: 0 20px; }
	  .header-two--theme9 .header-two-inner {
		max-width: 1138px;
		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 {
		  -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';
		color: #3ed1c1;
		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';
		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';
		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: 'PtSans';
		font-size: 18px;
		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';
		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: #323232; }
	  .header-two--theme9.inverse .site-name, .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-two--theme9.inverse .left-part .site-activity {
	   color: #3ed1c1;
	}

	.header-six--theme9 .header-six-wrapper {
	  background: #fff;
	  padding: 0 20px; }
	  .header-six--theme9 .header-six-inner {
		max-width: 1138px;
		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';
		color: #3ed1c1;
		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: #000;
		font-family: 'PtSans';
		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";
		  font-size: 12px; }
		.header-six--theme9 .right-part .phones-part .phones div {
		  color: #4a4a4a;
		  font-family: "PtSans";
		  font-size: 16px;
		  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: #3ED1C1;
		  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 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";
		  font-size: 16px; }
	  .header-six--theme9.inverse .header-six-wrapper {
		background: #323232; }
	  .header-six--theme9.inverse .left-part .site-name {
		color: #fff; }
		.header-six--theme9.inverse .left-part .site-activity {
		  color: #3ed1c1; }
	  .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: #3ed1c1;
		  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 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: 1138px;
		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; }
		@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';
		color: #3ed1c1;
		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-wrapper {padding-right: 0px;}
		.header-seven--theme9 .left-part .logo {margin-right: 13px;}
		.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: #000;
		font-family: "PtSans";
		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: "PtSans";
		font-size: 16px;
		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: #3ED1C1;
		  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 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";
		  font-size: 16px; }
	  .header-seven--theme9.inverse .header-seven-wrapper {
		background: #323232; }
	  .header-seven--theme9.inverse .left-part .site-name {
		color: #fff; }
		.header-seven--theme9.inverse .left-part .site-activity {
		  color: #3ed1c1; }
	  .header-seven--theme9.inverse .right-part .phones div {
		color: #fff; }
		.header-seven--theme9.inverse .right-part .button a {
		  background-color: #3ed1c1;
		  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 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-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: 1138px;
		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: #000000;
		font-family: "PtSans";
		font-size: 18px;
		font-style: italic;
		max-width: 255px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 28%;
		-ms-flex: 0 0 28%;
		flex: 0 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: #3ed1c1;
		padding-top: 10px;
		font-family: 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: 16px;
		font-family: "PtSans";
		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";
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		background-color: #3ed1c1;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 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: #323232; }
	  .header-four--theme9.inverse .site-activity {
		color: #3ed1c1; }
	  .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: #3ed1c1;
		  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
		  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.2); }

	.steps_bl2_wrapper {
	  background: #F5F5F5;
	  -webkit-box-flex: none;
	  -webkit-flex: none;
	  -moz-box-flex: none;
	  -moz-flex: none;
	  -ms-flex: none;
	  flex: none;
	  padding: 28px 24px 53px; }
	  @media screen and (max-width: 979px) {
	  .steps_bl2_wrapper {
		padding: 22px 24px 40px; } }
	  @media screen and (max-width: 639px) {
	  .steps_bl2_wrapper {
		padding: 19px 20px 40px; } }
	  .steps_bl2_wrapper.inverse {
		background: #3ED1C1; }
	  .steps_bl2_wrapper.inverse .steps_bl2_title {
		color: #fff; }
	  .steps_bl2_wrapper.inverse .st_extra: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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; }
	  .steps_bl2_wrapper.inverse .steps_bl2_item {
		border-color: rgba(255,255,255,.7); }
		@media screen and (max-width: 639px) {
		.steps_bl2_wrapper.inverse .steps_bl2_item: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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; } }
	  .steps_bl2_wrapper.inverse .st_extra .steps_bl2_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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; }
	  .steps_bl2_wrapper.inverse .steps_bl2_text {
		color: #fff; }
	  .steps_bl2_wrapper.inverse .steps_bl2_num {
		background: #FF655D;
		color: #fff; }
	  .steps_bl2_wrapper.inverse .st_extra:last-child .steps_bl2_item:last-child .steps_bl2_num {
		background: #323232; }
		.steps_bl2_wrapper.inverse .st_extra:last-child .steps_bl2_item:last-child .steps_bl2_num: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%2229px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2029%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.010%2C3.212%20L11.336%2C21.047%20L8.178%2C17.850%20L8.315%2C17.712%20L0.005%2C9.326%20L3.163%2C6.130%20L11.478%2C14.520%20L25.852%2C0.015%20L29.010%2C3.212%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat; }
	  .steps_bl2_wrapper .steps_bl2_wrap {
		max-width: 1138px;
		margin: 0 auto; }
	  .steps_bl2_wrapper .steps_bl2_title {
		color: #000;
		text-align: center;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		padding: 0 0 23px; }
	  @media screen and (max-width: 979px) {
		.steps_bl2_wrapper .steps_bl2_title {
		  font-size: 25px;
		  line-height: 30px;
		  padding: 0 0 19px; } }
	  @media screen and (max-width: 639px) {
		.steps_bl2_wrapper .steps_bl2_title {
		  font-size: 21px;
		  line-height: 1.2;
		  padding-bottom: 15px; } }
	  .steps_bl2_wrapper .steps_bl2_wr {
		position: relative;
		display: block;
		overflow: hidden; }
	  .steps_bl2_wrapper .st_extra {
		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-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
		margin: 0 0 40px;
		position: relative; }
	  @media screen and (max-width: 639px) {
		.steps_bl2_wrapper .st_extra {
		  display: block; } }
	  .steps_bl2_wrapper .st_extra:before {
		position: absolute;
		left: 100%;
		margin-left: -224px;
		bottom: -27px;
		content: '';
		width: 19px;
		overflow: hidden;
		height: 12px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c3c3c3%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; }
		@media screen and (max-width: 979px) {
		.steps_bl2_wrapper .st_extra:before {
		  margin-left: -23%; } }
		@media screen and (max-width: 639px) {
		.steps_bl2_wrapper .st_extra:before {
		  display: none; } }
	  .steps_bl2_wrapper .st_extra:last-child {
		margin-bottom: 0; }
		.steps_bl2_wrapper .st_extra:last-child .steps_bl2_item:last-child:before {
		  /*display: none;*/ }
		.steps_bl2_wrapper .st_extra:last-child .steps_bl2_item:last-child .steps_bl2_num {
		  font-size: 0;
		  background: #fff;
		  position: relative; }
		.steps_bl2_wrapper .st_extra:last-child .steps_bl2_item:last-child .steps_bl2_num:before {
		  position: absolute;
		  content: '';
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  -webkit-border-radius : 50%;
		  -moz-border-radius : 50%;
		  -ms-border-radius : 50%;
		  -o-border-radius : 50%;
		  border-radius : 50%;
		  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%2229px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2029%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23F14F47%22%20d%3D%22M29.010%2C3.212%20L11.336%2C21.047%20L8.178%2C17.850%20L8.315%2C17.712%20L0.005%2C9.326%20L3.163%2C6.130%20L11.478%2C14.520%20L25.852%2C0.015%20L29.010%2C3.212%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat; }
	  .steps_bl2_wrapper .st_extra:nth-child(2n):before {
		left: 214px;
		margin-left: 0; }
	  @media screen and (min-width: 980px) {
		 .steps_bl2_wrapper .st_extra:nth-child(2n):before {
			 left: 25%;
			 margin-left: -4%;
		 }

		 .steps_bl2_wrapper .st_extra:before {
			  margin-left: -23%;
		 }
	  }
		@media screen and (max-width: 979px) {
		  .steps_bl2_wrapper .st_extra:nth-child(2n):before {
			left: 21.5%; } }
		.steps_bl2_wrapper .st_extra:nth-child(2n) .steps_bl2_item:before {
		  -webkit-transform: rotate(180deg);
		  -moz-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  transform: rotate(180deg); }
		.steps_bl2_wrapper .st_extra:nth-child(2n) .steps_bl2_item:first-child {
		  margin-right: 0; }
		@media screen and (min-width: 640px) {
			.steps_bl2_wrapper .st_extra:nth-child(2n) .steps_bl2_item:last-child {
			  -webkit-box-ordinal-group: 0;
			  -moz-box-ordinal-group: 0;
			  -webkit-order: -1;
			  -moz-order: -1;
			  -ms-flex-order: -1;
			  order: -1;
			  margin-right: 10%; } }
		@media screen and (max-width: 639px) {
			.steps_bl2_wrapper .st_extra:nth-child(2n) .steps_bl2_item:last-child {
			  margin-bottom: 0; } }
	  @media screen and (min-width: 640px) {
		  .steps_bl2_wrapper .st_extra.extra {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			-webkit-justify-content: flex-end;
			-moz-justify-content: flex-end;
			justify-content: flex-end; }
			.steps_bl2_wrapper .st_extra.extra .steps_bl2_item {
			  margin-right: 0 !important; } }
	  .steps_bl2_wrapper .st_extra .steps_bl2_item:before {
		position: absolute;
		right: -84px;
		top: 24px;
		content: '';
		width: 69px;
		height: 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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c3c3c3%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; }
		@media screen and (max-width: 979px) {
		  .steps_bl2_wrapper .st_extra .steps_bl2_item:before {
			width: 49px;
			right: -18%; } }
		@media screen and (max-width: 800px) {
		  .steps_bl2_wrapper .st_extra .steps_bl2_item:before {
			right: -19.5%; } }
		@media screen and (max-width: 767px) {
		  .steps_bl2_wrapper .st_extra .steps_bl2_item:before {
			width: 38px;
			right: -18.5%; } }
		@media screen and (max-width: 639px) {
		  .steps_bl2_wrapper .st_extra .steps_bl2_item:before {
			display: none; } }
	  .steps_bl2_wrapper .steps_bl2_item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 45%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 45%;
		-ms-flex: 1 0 45%;
		flex: 1 0 45%;
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 45%;
		margin-right: 10%;
		border: 1px solid #c3c3c3;
		-webkit-border-radius : 30px;
		-moz-border-radius : 30px;
		-ms-border-radius : 30px;
		-o-border-radius : 30px;
		border-radius : 30px;
		padding: 8px 15px 10px 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative; }
	  .steps_bl2_wrapper .steps_bl2_item:nth-child(2) {
		margin-right: 0; }
	  @media screen and (max-width: 639px) {
		.steps_bl2_wrapper .steps_bl2_item {
		  max-width: 100%;
		  margin: 0 0 40px; }
		  .steps_bl2_wrapper .steps_bl2_item:after {
			position: absolute;
			left: 50%;
			margin-left: -10px;
			bottom: -27px;
			content: '';
			width: 20px;
			overflow: hidden;
			height: 12px;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);
			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%2269px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2069%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c3c3c3%22%20d%3D%22M68.7%2C5.3l-4.6-4.6c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4L65.6%2C5H1C0.4%2C5%2C0%2C5.4%2C0%2C6s0.4%2C1%2C1%2C1h64.6l-2.9%2C2.9c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l4.5-4.5c0%2C0%2C0.1%2C0%2C0.1%2C0C69.1%2C6.3%2C69.1%2C5.7%2C68.7%2C5.3z%22%2F%3E%3C%2Fsvg%3E') 100% 0 no-repeat; } }
	  .steps_bl2_wrapper .steps_bl2_num {
		-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;
		width: 48px;
		height: 48px;
		margin: 0 17px 0 0;
		text-align: center;
		-webkit-border-radius : 50%;
		-moz-border-radius : 50%;
		-ms-border-radius : 50%;
		-o-border-radius : 50%;
		border-radius : 50%;
		font: 28px/48px Arial, Helvetica, sans-serif;
		color: #fff;
		background: #3ED1C1; }
	  .steps_bl2_wrapper .steps_bl2_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;
		color: #333;
		font: 18px/1.2 'Roboto', Arial, Helvetica, sans-serif;
		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 screen and (max-width: 639px) {
	  .steps_bl2_wrapper .st_extra:last-child .steps_bl2_item:last-child {
		  margin-bottom: 0;
	  } 
	   
	  .steps_bl2_wrapper .st_extra:last-child .steps_bl2_item:last-child:after {
		 display: none;  
	  }
	}

	.steps_bl2_wrapper .steps_bl2_item.no_arrow:before {
	   display: none;
	}




		  .one-good-wrapper.inverse {
		background: #323232; }
	  .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: #d4cece;; }
	  .one-good-wrapper.inverse .good-desc-block .buy-good {
		background-color: #47D3C4;
		color: #fff; }
	 .one-good-wrapper {
		background: #fff;}
	  .one-good-wrapper .good-wrap {
		max-width: 1138px;
		margin: 0 auto;
		padding: 32px 0px; }
		@media screen and (max-width: 1200px) {
		  .one-good-wrapper .good-wrap {
			padding: 15px 30px 30px 30px; } }
		@media screen and (max-width: 580px) {
		  .one-good-wrapper .good-wrap {
			display: block;
			text-align: center;
			padding: 20px; } }
		@media screen and (max-width: 340px) {
		  .one-good-wrapper .good-wrap {
			padding: 20px; } }
	  .one-good-wrapper .one-good-inner {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		display: flex; }
		.one-good-wrapper .one-good-inner.small .good-img {width: 320px; height: 320px;}
		.one-good-wrapper .one-good-inner.medium .good-img {width: 440px; height: 440px;}
		.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 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #333; }
		@media screen and (max-width: 960px) {
		  .one-good-wrapper .one-good-big-title {
			display: block;
			padding: 30px 0 20px 0;
			font-size: 25px
			} }
		@media screen and (max-width: 640px) {
		  .one-good-wrapper .one-good-big-title {
			font-size: 20px;
			 } }
		@media screen and (max-width: 580px) {
		  .one-good-wrapper .one-good-big-title {
			padding-top: 24px;
			 } }
		@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: 560px;
		height: 560px; }
		@media screen and (max-width: 1200px) {
		  .one-good-wrapper .good-img {
			margin-right: 42px;
			width: 360px;
			height: 360px; } }
		@media screen and (max-width: 960px) {
		  .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: 280px;
			height: 280px; } }
		.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: 10px; }
		@media screen and (max-width: 960px) {
		  .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: 30px;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  font-weight: bold;
		  color: #333;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 960px) {
			.one-good-wrapper .good-desc-block .good-title {
			  display: none; } }

		.one-good-wrapper .good-desc-block .good-desc {
		  font-size: 17px;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  color: #666;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 700px) {
			.one-good-wrapper .good-desc-block .good-desc {
			  font-size: 16px; 
			  padding-bottom: 15px;} }

		  @media screen and (max-width: 460px) {
			.one-good-wrapper .good-desc-block .good-desc {
			  font-size: 16px; } }
		.one-good-wrapper .good-desc-block .good-price-title {
		  font: 18px 'Roboto', Arial, Helvetica, sans-serif;
		  color: #666; }
		  @media screen and (max-width: 960px) {
			.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 'Roboto', Arial, Helvetica, sans-serif;
		  font-weight: bold;
		  color: #000;
		  padding-bottom: 18px; }
		  @media screen and (max-width: 960px) {
			.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 'Roboto', Arial, Helvetica, sans-serif;
			color: #f00;
			text-decoration: line-through;
			padding-left: 30px; }
			@media screen and (max-width: 960px) {
			  .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: #47D3C4;
		  border-radius: 4px;
		  text-decoration: none;
		  font: bold 19px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 14px 30px;
		  color: #fff; }
		  @media screen and (max-width: 960px) {
			.one-good-wrapper .good-desc-block .buy-good {
			  font-size: 17px;
			  padding: 12px 26px; } }
		  @media screen and (max-width: 500px) {
			.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: #323232; }
		.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: #d4cece; }
		.one-good-icon__wrapper.inverse .one-good-icon__list .one-good-icon__buy {
		  background-color: #47D3C4;
		  color: #fff; }
	  .one-good-icon__wrapper .one-good-icon__wrap {
		max-width: 1138px;
		margin: 0 auto;
		padding: 32px 0; }
		@media screen and (max-width: 1200px) {
		  .one-good-icon__wrapper .one-good-icon__wrap {
			
			padding: 15px 30px 30px 30px; } }
		@media screen and (max-width: 580px) {
		  .one-good-icon__wrapper .one-good-icon__wrap {
			display: block;
			text-align: center;
			padding: 20px; } }
		@media screen and (max-width: 340px) {
		  .one-good-icon__wrapper .one-good-icon__wrap {
			padding: 20px; } }
	  .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: 30px 'Roboto', Arial, Helvetica, sans-serif;
		color: #333;
		font-weight: bold;
		text-align: center;
		padding-bottom: 35px; }
		@media screen and (max-width: 960px) {
		  .one-good-icon__wrapper .one-good-icon__title {
			padding: 40px 0 20px 0;
			font-size: 25px; } }
		@media screen and (max-width: 640px) {
		  .one-good-icon__wrapper .one-good-icon__title {
			font-size: 20px;
			padding-top: 20px; } }
	  .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: 560px;
		height: 560px; }
		@media screen and (max-width: 1200px) {
		  .one-good-icon__wrapper .one-good-icon__img {
			margin-right: 42px;
			width: 360px;
			height: 360px; } }
		@media screen and (max-width: 960px) {
		  .one-good-icon__wrapper .one-good-icon__img {
			margin-right: 20px;
			width: 260px;
			height: 260px; } }
		@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: 280px;
			height: 280px; } }
		.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: 960px) {
		  .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: 960px) {
			.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 span svg {
		   max-width: 100%;}
		  .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 18px 'Roboto', Arial, Helvetica, sans-serif;
			color: #666;
			margin: auto;
			padding: 0 0 0 22px; }
			@media screen and (max-width: 960px) {
			  .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 'Roboto', Arial, Helvetica, sans-serif;
		  color: #666; }
		  @media screen and (max-width: 960px) {
			.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 'Roboto', Arial, Helvetica, sans-serif;
		  color: #000;
		  padding-bottom: 18px; }
		  @media screen and (max-width: 960px) {
			.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 'Roboto', Arial, Helvetica, sans-serif;
			color: #f00;
			text-decoration: line-through;
			padding-left: 30px; }
			@media screen and (max-width: 960px) {
			  .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: #47D3C4;
		  border-radius: 4px;
		  text-decoration: none;
		  font: bold 19px 'Roboto', Arial, Helvetica, sans-serif;
		  padding: 14px 30px;
		  color: #fff; }
		  @media screen and (max-width: 960px) {
			.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: #323232; }
		.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: #d4cece; }
		.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: #47D3C4;
		  color: #fff; }
	  .one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
		max-width: 1138px;
		margin: 0 auto;
		padding: 32px 0;
		text-align: center; }
		@media screen and (max-width: 1200px) {
		  .one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
			padding: 15px 20px 30px 20px; } }
		@media screen and (max-width: 580px) {
		  .one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper {
			padding: 20px; } }
		.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
		  border-radius: 8px;
		  width: 1100px;
		  height: 478px;
		  margin: 0 auto;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 1200px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-img {
			  width: 900px;
			  height: 440px; } }
		  @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: 30px;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  color: #333;
		  font-weight: bold;
		  padding-bottom: 20px; }
		  @media screen and (max-width: 960px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
			  font-size: 25px; } }
		  @media screen and (max-width: 640px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-title {
			  font-size: 20px; } }
		.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc {
		  font-size: 17px;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  color: #666;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 700px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc {
			  font-size: 16px; } }
		  @media screen and (max-width: 460px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .good-desc {
			  font-size: 16px; } }
		.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .old-price {
		  font: 22px 'Roboto', Arial, Helvetica, sans-serif;
		  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 'Roboto', Arial, Helvetica, sans-serif;
		  color: #000;
		  font-weight: bold;
		  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: #47D3C4;
		  border-radius: 4px;
		  text-decoration: none;
		  font: bold 19px 'Roboto', Arial, Helvetica, sans-serif;
		  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;
			  //display: block;
			  text-align: center;
			  padding: 14px; } }
		  @media screen and (max-width: 470px) {
			.one-good-horizontal__bg-wrapper .one-good-horizontal__wrapper .buy-good {
			  display: block;
			  //font-size: 19px;
			  padding: 14px; } }


	.header__inner.second .header__right-part .menu-top {text-align: center; display: block; max-width: 100%;}

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



	.only-one-product {
		background: #fff; }
		.only-one-product.inverse {
		  background: #323232; }
		  .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: #47D3C4;
			color: #fff; 
			border: none; }
		.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: 1138px;
		  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 {
			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: 9px 18px;
			  background: #47D3C4;
			  text-decoration: none;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			  //border: 2px solid #36A400;
			  color: #fff;
			  font-size: 19px;
			  font-family: 'Roboto', Arial, Helvetica, sans-serif;
			  font-weight: bold;
			  border-radius: 4px;
			  -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;}
		  .only-one-product .pic-part {
		  width: 35%;
		  height: 250px;
		  padding-right: 0; }
		  @media screen and (max-width: 1200px) {
			.only-one-product .pic-part {
			  height: 220px;
			}
		  }
		  @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: #141414;}
	  .sale-block1.inverse .right-part {
		background-color: #fff;
		border: 1px solid #a7a7a7;
		color: #000;
		}
		
		.sale-block1.inverse .right-part input {
		  background-color: #fff;
		}
		.sale-block1.inverse .right-part .title {
		  color: #fff;
		  background: #ff655d;}
		.sale-block1.inverse .right-part form label {
		  color: #000; }
		.sale-block1.inverse .right-part input[type="text"] {
		  color: #000; 
		  border: 1px solid #dadada;
		  box-shadow: none;}
		  .sale-block1.inverse .right-part input[type="text"]:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part input[type="text"]:focus {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part input[type="text"]::-webkit-input-placeholder {
			color: #ababab; }
		  .sale-block1.inverse .right-part input[type="text"]:moz-placeholder {
			color: #ababab; }
		  .sale-block1.inverse .right-part input[type="text"]::-moz-placeholder {
			color: #ababab; }
		  .sale-block1.inverse .right-part input[type="text"]:-ms-input-placeholder {
			color: #ababab; }
		  .sale-block1.inverse .right-part input[type="text"].placeholder {
			color: #ababab; }
		  .sale-block1.inverse .right-part .tpl-field textarea {
			border: 1px solid #dadada;
			color: #000;
		   }
		  .sale-block1.inverse .right-part .tpl-field textarea:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part .tpl-field textarea:focus {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part .tpl-field.type-multi_select select {
			border: 1px solid #dadada;
			color: #000;
			}
		  .sale-block1.inverse .right-part .tpl-field.type-multi_select select:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part .tpl-field.type-multi_select select:focus {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part .tpl-field.type-select select {
			border: 1px solid #dadada;
			color: #000;
			//background: #fff;
			}
		  .sale-block1.inverse .right-part .tpl-field.type-select select:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1.inverse .right-part .tpl-field.type-select select:focus {
			border: 1px solid #3ed1c1;
		  }
		 
		.sale-block1.inverse .right-part button {
		  background: #3ed1c1;
		  color: #fff;
		  border: 2px solid #3ed1c1;
		  
		  }
		  .sale-block1.inverse .right-part button:hover {
			  background: #fff;
			  color: #3ed1c1;}
		  
		.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(20, 20, 20, .7);}
	  .sale-block1 .sale-block-inner {
		position: relative;
		z-index: 1;
		max-width: 1138px;
		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 {
		width: 320px;
		max-width: 100%;
		background-color: #fff;
		border: 1px solid #a7a7a7;
		border-radius: 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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 form {
		  font-size: 14px;}
		.sale-block1 .right-part input {
		  background-color: #fff;
		}
		.sale-block1 .right-part .title {
		  color: #fff;
		  font-size: 18px;
		  font-weight: 700;
		  text-align: center;
		  padding: 17px 25px;
		  background: #ff655d;
		  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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			font-size: 14px;
			font-family: 'PTSans', Arial, Helvetica, sans-serif;
			border: 1px solid #dadada;
			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;
			border-radius: 5px;
			min-height: 42px;
			padding: 13px 18px; }
		  .sale-block1 .right-part .tpl-field textarea:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part .tpl-field textarea:focus {
			border: 1px solid #3ed1c1;
		  }
		  .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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			font-size: 14px;
			font-family: 'PTSans', Arial, Helvetica, sans-serif;
			border: 1px solid #dadada;
			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;
			width: 100%;
			padding: 0 18px; }
	  .sale-block1 .right-part .tpl-field.type-multi_select select:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part .tpl-field.type-multi_select select:focus {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part .tpl-field.type-select .field-title {
			display: none; }
		  .sale-block1 .right-part .tpl-field.type-select select {
			outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			font-size: 14px;
			font-family: 'PTSans', Arial, Helvetica, sans-serif;
			border: 1px solid #dadada;
			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;
			border-radius: 5px;
			min-height: 42px;
			width: 100%;
			padding: 0 18px; }
		  .sale-block1 .right-part .tpl-field.type-select select:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part .tpl-field.type-select select:focus {
			border: 1px solid #3ed1c1;
		  }
		.sale-block1 .right-part input[type="text"] {
		  width: 100%;
		  height: 40px;
		  line-height: 40px;
		  padding: 9px 18px;
		  outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  font-size: 14px;
		  font-family: 'PTSans', Arial, Helvetica, sans-serif;
		  color: #000;
		  border: 1px solid #dadada;
		  border-radius: 5px;
		  }
		.sale-block1 .right-part input[type="text"]:hover {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part input[type="text"]:focus {
			border: 1px solid #3ed1c1;
		  }
		  .sale-block1 .right-part input[type="text"]::-webkit-input-placeholder {
			color: #ababab;
			font-size: 14px;}
		  .sale-block1 .right-part input[type="text"]:moz-placeholder {
			color: #ababab;
			font-size: 14x;}
		  .sale-block1 .right-part input[type="text"]::-moz-placeholder {
			color: #ababab;
			font-size: 14px;}
		  .sale-block1 .right-part input[type="text"]:-ms-input-placeholder {
			color: #ababab;
			font-size: 14px;}
		  .sale-block1 .right-part input[type="text"].placeholder {
			color: #ababab;
			font-size: 14x;}
		.sale-block1 .right-part button {
		  display: block;
		  outline-style: none;
		  padding: 13px 20px;
		  width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  border: 2px solid #3ed1c1;
		  color: #fff;
		  font-size: 14px;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  font-weight: 900;
		  text-transform: uppercase;
		  background: #3ed1c1;
		  cursor: pointer;
		  border-radius: 24px;
		  -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: #fff;
		  color: #3ed1c1;}
		  
		.sale-block1 .right-part .tpl-anketa-success-note {
		  //background: #0b6db9;
		  padding: 20px;
		  //color: #fff;
		  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.8);}
	  .sale-block-two.inverse .button a {
		color: #fff;
		background: #3ed1c1;
		border: 2px solid #3ed1c1;
		}
		.sale-block-two.inverse .button a:hover {
		 background: #fff;
		 color: #3ed1c1;
		 }

	  .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(20, 20, 20, .7); }
	  .sale-block-two .sale-block-inner {
		min-height: 650px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 150px 0;
		z-index: 1;
		max-width: 1138px;
		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: 14px 45px;
		  color: #fff;
		  text-decoration: none;
		  font-family: 'Roboto', Arial, Helvetica, sans-serif;
		  font-weight: 900;
		  text-transform: uppercase;
		  font-size: 14px;
		  border: 2px solid #3ed1c1;
		  border-radius: 24px;
		  background: #3ed1c1;
		   -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-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: #fff;
		  color: #3ed1c1;}
	  .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 {
		background: #fff;
		color: #000;
		border: 1px solid #a7a7a7;
	  }
	  .sale-block-three.inverse .sale-block-wrapper .bottom-part input {
		background: #fff;
		}
		.sale-block-three.inverse .sale-block-wrapper .bottom-part .title {
		  color: #fff; 
		background: #ff655d;
		}
		.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"] {
			color: #000; 
			border: 1px solid #dadada;
			box-shadow: none;}
		.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:hover {
		  border: 1px solid #3ed1c1;
		}
		.sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:focus {
		  border: 1px solid #3ed1c1;
		}

		  .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]::-webkit-input-placeholder {
			color: #ababab; }
		  .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:moz-placeholder {
			color: #ababab; }
		  .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]::-moz-placeholder {
			color: #ababab; }
		  .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"]:-ms-input-placeholder {
			color: #ababab; }
		  .sale-block-three.inverse .sale-block-wrapper .bottom-part input[type="text"].placeholder {
			color: #ababab; }
			.sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field textarea {
			  border: 1px solid #dadada;
			  color: #000;
			 }
			 .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field textarea:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field textarea:focus {
				border: 1px solid #3ed1c1;
			  }
	  
			  .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select {
			  border: 1px solid #dadada;
			  color: #000;
			 }
			 .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:focus {
				border: 1px solid #3ed1c1;
			  }
			 
			  .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-select select {
			  border: 1px solid #dadada;
			  color: #000;
			 }
			 .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-select select:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three.inverse .sale-block-wrapper .bottom-part .tpl-field.type-select select:focus {
				border: 1px solid #3ed1c1;
			  }
			  
		.sale-block-three.inverse .sale-block-wrapper .bottom-part button {
		  background: #3ed1c1;
			color: #fff;
			border: 2px solid #3ed1c1;}
		  .sale-block-three.inverse .sale-block-wrapper .bottom-part button:hover {
			  background: #fff;
			  color: #3ed1c1;}
			  .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 {
		  }
	  .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(20, 20, 20, .7); }
		.sale-block-three .sale-block-wrapper .sale-block-inner {
		  min-height: 750px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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 {
		  background: #fff;
		  border-radius: 5px;
		  border: 1px solid #a7a7a7;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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 form {
		  font-size: 14px;
		}
		.sale-block-three .sale-block-wrapper .bottom-part input {
		  background: #fff;
		  }
		  .sale-block-three .sale-block-wrapper .bottom-part .title {
			color: #fff;
			font-weight: 700;
			text-align: center;
			font-size: 18px;
			padding: 17px 25px;
			background: #ff655d;
			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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
			padding: 0 5px 10px;
			text-align: left; }
			@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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			  font-size: 14x;
			  font-family: 'PTSans', Arial, Helvetica, sans-serif;
			  border: 1px solid #dadada;
			  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;
			  border-radius: 5px;
			  box-shadow: none;
			  min-height: 42px;
			  padding: 13px 18px; }
		  .sale-block-three .sale-block-wrapper .bottom-part .tpl-field textarea:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three .sale-block-wrapper .bottom-part .tpl-field textarea:focus {
				border: 1px solid #3ed1c1;
			  }
			
			.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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			  font-size: 14px;
			  font-family: 'PTSans', Arial, Helvetica, sans-serif;
			  border: 1px solid #dadada;
			  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;
			  width: 100%;
			  padding: 0 18px; }
			 .sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-multi_select select:focus {
				border: 1px solid #3ed1c1;
			  }
			  
			.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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			  font-size: 14px;
			  font-family: 'PTSans', Arial, Helvetica, sans-serif;
			  border: 1px solid #dadada;
			  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;
			  border-radius: 5px;
			  min-height: 42px;
			  width: 100%;
			  padding: 0 18px; }
			.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-select select:hover {
			  border: 1px solid #3ed1c1;
			}
			.sale-block-three .sale-block-wrapper .bottom-part .tpl-field.type-select select:focus {
			  border: 1px solid #3ed1c1;
			}
			  
		  .sale-block-three .sale-block-wrapper .bottom-part input[type="text"] {
			width: 100%;
			height: 40px;
			line-height: 40px;
			padding: 0 15px;
			outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			font-size: 14px;
			font-family: 'PTSans', Arial, Helvetica, sans-serif;
			border: 1px solid #dadada;
			color: #000;
			border-radius: 5px;
			-webkit-transition: all 0.25s;
			-moz-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			transition: all 0.25s;
			}
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:hover {
				border: 1px solid #3ed1c1;
			  }
			  .sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:focus {
				border: 1px solid #3ed1c1;
			  }
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]::-webkit-input-placeholder {
			  color: #ababab;
			  font-size: 14px; }
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:moz-placeholder {
			  color: #ababab;
			  font-size: 14px; }
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]::-moz-placeholder {
			  color: #ababab;
			  font-size: 14px; }
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"]:-ms-input-placeholder {
			  color: #ababab;
			  font-size: 14px; }
			.sale-block-three .sale-block-wrapper .bottom-part input[type="text"].placeholder {
			  color: #ababab;
			  font-size: 14px; }
		   
		  .sale-block-three .sale-block-wrapper .bottom-part button {
			display: block;
			outline-style: none;
			padding: 9px 20px;
			width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			border: 2px solid #3ed1c1;
			color: #fff;
			font-size: 14px;
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			font-weight: 900;
			text-transform: uppercase;
			background: #3ed1c1;
			cursor: pointer;
			border-radius: 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;
			}
			.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: #fff;
			  color: #3ed1c1;}
		  .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: #fff;
	  padding: 40px 0; }
	  .tariff-blocks_wrapper.inverse {
		background: #323232; }
		.tariff-blocks_wrapper.inverse .title {
		  color: #fff; }
		.tariff-blocks_wrapper.inverse .block {
		  background: #323232;
		  border: 1px solid rgba(255, 255, 255, 0.3); }
		  .tariff-blocks_wrapper.inverse .block:hover {
			border: 1px solid #fff; }
		  .tariff-blocks_wrapper.inverse .block span svg path {
			fill: #fff; }
		  .tariff-blocks_wrapper.inverse .block .tariff-name {
			color: #fff; }
		  .tariff-blocks_wrapper.inverse .block .tariff-rate {
			color: #fff; }
		  .tariff-blocks_wrapper.inverse .block .tariff-currency {
			color: #fff; }
		  .tariff-blocks_wrapper.inverse .block .note {
			color: #fff; }
		  .tariff-blocks_wrapper.inverse .block .button {
			background: #3ed1c1;
			color: #fff; }
	  .tariff-blocks_wrapper p {
		margin: 0;
		padding: 0; }
	  .tariff-blocks_wrapper .tariff-blocks_inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1200px) {
		  .tariff-blocks_wrapper .tariff-blocks_inner {
			max-width: 940px; } }
	  .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: 0;
		-webkit-flex: 0 0 32%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 32%;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		margin: 0 2% 20px 0;
		text-align: center;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 20px;
		background: #fff;
		-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: 1200px) {
		  .tariff-blocks_wrapper .block {
			padding: 20px 15px; } }
		@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: 90px;
		  vertical-align: middle;
		  font-size: 0; }
		  @media screen and (max-width: 1200px) {
			.tariff-blocks_wrapper .block span {
			  width: 81px; } }
		  .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: 24px;
		  color: #666;
		  padding-bottom: 20px; }
		  @media screen and (max-width: 1200px) {
			.tariff-blocks_wrapper .block .tariff-name {
			  font-size: 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: 60px;
		  font-weight: 700; }
		  @media screen and (max-width: 1200px) {
			.tariff-blocks_wrapper .block .tariff-rate {
			  font-size: 50px; } }
		  @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: 16px;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 1200px) {
			.tariff-blocks_wrapper .block .tariff-currency {
			  font-size: 14px; } }
		  @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: 22px;
		  padding-bottom: 30px; }
		  @media screen and (max-width: 1200px) {
			.tariff-blocks_wrapper .block .note {
			  font-size: 18px; } }
		  @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: 30px;
		  background-color: #3ed1c1;
		  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: #323232; }
		.icon-plus-text.inverse .item-wrap .item-icon {
		  border: 2px solid #3ed1c1; }
		  .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: 1138px;
		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: #ff655d;
			}
			.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: #323232; }
		.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: #3ed1c1;
		  color: #fff; }
	  .faq_ver1 p {
		margin: 0;
		padding: 0; }
	  .faq_ver1 .faq_ver1_wrapper {
		max-width: 1138px;
		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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
			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; }
		.faq_ver2 p {
		  margin: 0;
		  padding: 0; }
		@media screen and (max-width: 920px) {
		  .faq_ver2 {
			padding: 40px 34px; } }
		@media screen and (max-width: 740px) {
		  .faq_ver2 {
			padding: 40px 15px; } }
		.faq_ver2.inverse {
		  background-color: #323232; }
		  .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: #3ed1c1;
			color: #fff; }
		  .faq_ver2 p {
		  margin: 0;
		  padding: 0; }
		.faq_ver2 .faq_ver2_wrapper {
		  max-width: 1138px;
		  margin: 0 auto; }
		  .faq_ver2 .faq_ver2_wrapper .title {
			text-align: center;
			color: #333;
			font-family: 'PtSans', Arial, Helvetica, sans-serif;
			font-size: 32px;
			//font-weight: 700;
			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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
			  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: #323232; }
		.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.1);
		  }
		.roundpic_wrapper.inverse .roundpic_inner .roundpic_item .text-part .subtitle {
		  color: #fff; }
		.roundpic_wrapper.inverse .roundpic_inner .roundpic_item .text-part .text {
		  color: #aeaeae; }
	  .roundpic_wrapper .roundpic_inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1024px) {
		  .roundpic_wrapper .roundpic_inner {
			max-width: 940px; } }
		@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: #000;
		  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 40px;
		  margin-bottom: 20px; }
		  .roundpic_wrapper .roundpic_inner .roundpic_item:last-child {
			margin-bottom: 0; }
		  @media screen and (max-width: 1024px) {
			.roundpic_wrapper .roundpic_inner .roundpic_item {
			  padding: 0 30px; } }
		  @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: 60px; }
			@media screen and (max-width: 1024px) {
			  .roundpic_wrapper .roundpic_inner .roundpic_item.left .roundpic-part {
				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: 370px;
			height: 370px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 1024px) {
			  .roundpic_wrapper .roundpic_inner .roundpic_item .roundpic-part {
				width: 320px;
				height: 320px; } }
			@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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 60px;
			width: 100%;}
			@media screen and (max-width: 1024px) {
			  .roundpic_wrapper .roundpic_inner .roundpic_item .text-part {
				padding-left: 40px; } }
			@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;
			  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: #fff; }
	  .steps-ver1_wrapper.inverse {
		background: #323232; }
		.steps-ver1_wrapper.inverse .steps-ver1_inner .title {
		  color: #fff; }
		.steps-ver1_wrapper.inverse .steps-ver1_inner .step:last-child .number {
		  background: #3ed1c1;
		  color: #323232; }
		.steps-ver1_wrapper.inverse .steps-ver1_inner .step .number {
		  color: #fff;
		  background: #323232;
		  border: 2px solid #3ed1c1; }
		.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: 1138px;
		margin: 0 auto; }
		@media screen and (max-width: 1200px) {
		  .steps-ver1_wrapper .steps-ver1_inner {
			max-width: 940px; } }
		@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: #484848;
		  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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		  padding-right: 20px;
		  padding-bottom: 60px; }
		  @media screen and (max-width: 1200px) {
			.steps-ver1_wrapper .steps-ver1_inner .step {
			  padding-right: 10px; } }
		  @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: #3ed1c1;
			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: #212121;
			background: #fff;
			font-size: 34px;
			line-height: 56px;
			font-weight: 700;
			border-radius: 50%;
			border: 2px solid #3ed1c1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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; }
			@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; } }

	@media screen and (max-width: 1023px)  {         
	  .sec-menu .header__right-part.fix-menu {display: none;}   
	}
				
				
	.steps-ver2_wrapper {
	  background: #fff;
	  padding: 40px 0; }
	  .steps-ver2_wrapper.inverse {
		background: #323232; }
		.steps-ver2_wrapper.inverse .steps-ver2_inner .title {
		  color: #fff; }
	  .steps-ver2_wrapper.inverse .steps-ver2_inner .steps-ver2_item .pic-part .number {
		  background: #3ED1C1;
		  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: #aeaeae; }
	  .steps-ver2_wrapper p {
		margin: 0;
		padding: 0; }
	  .steps-ver2_wrapper .steps-ver2_inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1200px) {
		  .steps-ver2_wrapper .steps-ver2_inner {
			max-width: 940px; } }
		@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;
		 
		  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: 80px; }
		  @media screen and (max-width: 1200px) {
			.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item {
			  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 {
			  margin-bottom: 20px;
			  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: 60px; }
			@media screen and (max-width: 1200px) {
			  .steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item.left .pic-part {
				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: 520px;
			height: 320px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 1200px) {
			  .steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .pic-part {
				width: 380px;
				height: 234px; } }
			@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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
			  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;
				  right: 100%;
				  top: 100%;
				  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;
				  right: 100%;
				  top: 100%;
				  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: 60px; 
			width: 100%;}
			@media screen and (max-width: 1200px) {
			  .steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part {
				padding-left: 40px; } }
			@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: 26px;
			  font-weight: 700;
			  margin-bottom: 10px; }
			  @media screen and (max-width: 1200px) {
				.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .subtitle {
				  font-size: 24px; } }
			  @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: 20px;
			  font-weight: 400; }
			  @media screen and (max-width: 1200px) {
				.steps-ver2_wrapper .steps-ver2_inner .steps-ver2_item .text-part .text {
				  font-size: 18px; } }
			  @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: #323232; }
		.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: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1200px) {
		  .horizontal-gallery_wrapper .horizontal-gallery_inner {
			max-width: 940px; } }
		@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: 260px;
			height: 186px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			margin: 0 30px 30px 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: 1200px) {
			  .horizontal-gallery_wrapper .horizontal-gallery_inner .horizontal-gallery .picture {
				width: 220px;
				height: 157px;
				margin: 0 20px 20px 0; } }
			@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 30px 0; }
			  @media screen and (max-width: 1200px) {
				.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 30px 0; }
			  @media screen and (max-width: 1200px) {
				.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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #323232; }
		.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: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1200px) {
		  .vertical-gallery_wrapper .vertical-gallery_inner {
			max-width: 940px; } }
		@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: 260px;
			height: 344px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			margin: 0 30px 30px 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: 1200px) {
			  .vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture {
				width: 220px;
				height: 290px;
				margin: 0 20px 20px 0; } }
			@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 30px 0; }
			  @media screen and (max-width: 1200px) {
				.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 30px 0; }
			  @media screen and (max-width: 1200px) {
				.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.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; }
			.vertical-gallery_wrapper .vertical-gallery_inner .vertical-gallery .picture img {
			  width: 100%;
			  height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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.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) {
				.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: 1138px;
	  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: #3ed1c1;
	}

	.comments-cackle.inverse .not-support-cackle .text, .comments-cackle.inverse .title, .comments-vk.inverse .not-support-vk .text, .comments-vk.inverse .title {color: #fff}




	.gallery_bl_wrapper {
	  position: relative; }
	  .gallery_bl_wrapper.padding_class .gallery_bl_in {
		padding-top: 110px; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper.padding_class .gallery_bl_in {
			padding-top: 80px; } }
		@media screen and (max-width: 767px) {
		  .gallery_bl_wrapper.padding_class .gallery_bl_in {
			padding-top: 75px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper.padding_class .gallery_bl_in {
			padding-top: 135px; } }
	  .gallery_bl_wrapper.inverse .gallery_bl_wrap {
		background: #FCFCFC;
		-moz-box-shadow: 0 -2px 0 #f7f7f7;
		-webkit-box-shadow: 0 -2px 0 #f7f7f7;
		box-shadow: 0 -2px 0 #f7f7f7; }
		.gallery_bl_wrapper.inverse .gallery_bl_wrap:before {
		  background: #ff655d; }
	  .gallery_bl_wrapper.inverse .gallery_sl_title {
		color: #fff; }
		.gallery_bl_wrapper.inverse .gallery_sl_title span {
		  border-color: rgba(255, 255, 255, 0.15); }
	  .gallery_bl_wrapper.inverse .gallery_bl_slider .gallery_title {
		color: #fff;
		background: #3ed1c1; }
	  .gallery_bl_wrapper.inverse .gallery_bl_slider .gallery_pic {
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		border-color: #fff; }
	  .gallery_bl_wrapper.inverse .gallery_bl_slider .gallery_text_wr {
		background: #FCFCFC; }
	  .gallery_bl_wrapper.inverse .gallery_bl_slider .gallery_text {
		color: #555; }
	  .gallery_bl_wrapper.inverse .owl-nav .owl-prev {
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		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%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff655d%22%20d%3D%22M5%2E890%2C11%2E000%20L14%2E000%2C19%2E070%20L11%2E050%2C22%2E000%20L%2D0%2E000%2C11%2E000%20L1%2E470%2C9%2E530%20L11%2E050%2C%2D0%2E000%20L14%2E000%2C2%2E930%20L5%2E890%2C11%2E000%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff; }
	  .gallery_bl_wrapper.inverse .owl-nav .owl-next {
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		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%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff655d%22%20d%3D%22M8%2E110%2C11%2E000%20L%2D0%2E000%2C2%2E930%20L2%2E950%2C%2D0%2E000%20L14%2E000%2C11%2E000%20L12%2E530%2C12%2E470%20L2%2E950%2C22%2E000%20L%2D0%2E000%2C19%2E070%20L8%2E110%2C11%2E000%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff; }
	  .gallery_bl_wrapper .gallery_bl_wrap {
		background: #fcfcfc;
		position: relative;
		-moz-box-shadow: 0 -2px 0 #f7f7f7;
		-webkit-box-shadow: 0 -2px 0 #f7f7f7;
		box-shadow: 0 -2px 0 #f7f7f7; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_wrap {
			padding: 0 20px; } }
		@media screen and (max-width: 767px) {
		  .gallery_bl_wrapper .gallery_bl_wrap {
			padding: 0 10px; } }
		.gallery_bl_wrapper .gallery_bl_wrap:before {
		  position: absolute;
		  content: '';
		  bottom: 0;
		  left: 0;
		  top: 0;
		  right: 50%;
		  background: #3ed1c1;
		  pointer-events: none; }
		  @media screen and (max-width: 1023px) {
			.gallery_bl_wrapper .gallery_bl_wrap:before {
			  right: 0;
			  height: 307px;
			  bottom: 60%; } }
	  .gallery_bl_wrapper .gallery_bl_in {
		max-width: 1138px;
		margin: 0 auto;
		padding: 67px 20px 80px;
		position: relative; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_in {
			padding: 35px 0 50px; } }
		@media screen and (max-width: 767px) {
		  .gallery_bl_wrapper .gallery_bl_in {
			padding: 30px 0 30px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .gallery_bl_in {
			padding: 25px 0 30px; } }
	  .gallery_bl_wrapper .gallery_sl_title {
		color: #fff;
		font: 32px/1.2 'opssb', Arial, Helvetica, sans-serif;
		padding: 0 0 24px;
		max-width: 48%; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_sl_title {
			max-width: 100%;
			padding: 0 0 10px;
			font-size: 28px;
			margin: 0 10px; } }
		@media screen and (max-width: 767px) {
		  .gallery_bl_wrapper .gallery_sl_title {
			font-size: 26px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .gallery_sl_title {
			font-size: 22px;
			text-align: center;
			padding: 0 0 15px; } }
		.gallery_bl_wrapper .gallery_sl_title span {
		  padding: 0 0 15px;
		  display: inline-block;
		  vertical-align: top;
		  border-bottom: 2px solid rgba(255,255,255,.2); }
		  @media screen and (max-width: 639px) {
			.gallery_bl_wrapper .gallery_sl_title span {
			  padding: 0 0 6px; } }
	  .gallery_bl_wrapper .gallery_bl_slider.slider .gallery_slide_wr {
		padding: 10px 0;
		overflow: hidden; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider.slider .gallery_slide_wr {
			padding: 0; } }
	  .gallery_bl_wrapper .gallery_bl_slider .gallery_slide_wr {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_slide_wr {
			display: block;
			margin: 10px;
			-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } }
	  .gallery_bl_wrapper .gallery_bl_slider .gallery_pic {
		font-size: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 604px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 604px;
		-ms-flex: 0 0 604px;
		flex: 0 0 604px;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		border: 8px solid #FFFFFF; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_pic {
			box-shadow: none; } }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_pic img {
			max-height: 384px; } }
		@media screen and (max-width: 767px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_pic img {
			max-height: 330px;
			min-height: 264px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_pic img {
			min-height: 264px;
			max-height: 310px; } }
	  .gallery_bl_wrapper .gallery_bl_slider .gallery_text_wr {
		background: #FCFCFC;
		-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; }
	  .gallery_bl_wrapper .gallery_bl_slider .gallery_title {
		color: #fff;
		background: #ff655d;
		font: bold 18px/1.2 Arial, Helvetica, sans-serif;
		padding: 19px 40px 19px 40px; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_title {
			padding: 16px 30px 17px;
			margin: 0 8px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_title {
			padding: 11px 20px 15px;
			text-align: center;
			font-size: 16px; } }
	  .gallery_bl_wrapper .gallery_bl_slider .gallery_text {
		padding: 19px 40px 18px;
		color: #555;
		font: 15px/22px Arial, Helvetica, sans-serif; }
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_text {
			padding: 16px 38px 18px; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .gallery_bl_slider .gallery_text {
			padding: 16px 30px 22px; } }
	  .gallery_bl_wrapper .owl-nav {
		font-size: 0;
		padding: 15px 0 0 0; }
		.gallery_bl_wrapper .owl-nav div {border-radius: 50%;}
		@media screen and (max-width: 1023px) {
		  .gallery_bl_wrapper .owl-nav {
			padding: 0; } }
		@media screen and (max-width: 639px) {
		  .gallery_bl_wrapper .owl-nav {
			text-align: center;
			padding: 20px 0 0 0; } }
		.gallery_bl_wrapper .owl-nav .owl-prev {
		  display: inline-block;
		  vertical-align: top;
		  width: 40px;
		  height: 40px;
		  margin: 0 5px 0 0;
		  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  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%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%233ed1c1%22%20d%3D%22M5%2E890%2C11%2E000%20L14%2E000%2C19%2E070%20L11%2E050%2C22%2E000%20L%2D0%2E000%2C11%2E000%20L1%2E470%2C9%2E530%20L11%2E050%2C%2D0%2E000%20L14%2E000%2C2%2E930%20L5%2E890%2C11%2E000%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff; }
		  @media screen and (max-width: 1023px) {
			.gallery_bl_wrapper .owl-nav .owl-prev {
			  margin: 0;
			  position: absolute;
			  left: -8px;
			  top: 195px; } }
		  @media screen and (max-width: 767px) {
			.gallery_bl_wrapper .owl-nav .owl-prev {
			  left: 0; } }
		  @media screen and (max-width: 639px) {
			.gallery_bl_wrapper .owl-nav .owl-prev {
			  position: static;
			  margin: 0 20px 0 0; } }
		.gallery_bl_wrapper .owl-nav .owl-next {
		  display: inline-block;
		  vertical-align: top;
		  width: 40px;
		  height: 40px;
		  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		  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%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%233ed1c1%22%20d%3D%22M8%2E110%2C11%2E000%20L%2D0%2E000%2C2%2E930%20L2%2E950%2C%2D0%2E000%20L14%2E000%2C11%2E000%20L12%2E530%2C12%2E470%20L2%2E950%2C22%2E000%20L%2D0%2E000%2C19%2E070%20L8%2E110%2C11%2E000%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat #fff; }
		  @media screen and (max-width: 1023px) {
			.gallery_bl_wrapper .owl-nav .owl-next {
			  margin: 0;
			  position: absolute;
			  right: -8px;
			  top: 195px; } }
		  @media screen and (max-width: 767px) {
			.gallery_bl_wrapper .owl-nav .owl-next {
			  right: 0; } }
		  @media screen and (max-width: 639px) {
			.gallery_bl_wrapper .owl-nav .owl-next {
			  position: static; } }
			  


	.sch_bl_wrapper {
	  position: relative; }
	  .sch_bl_wrapper.inverse .sch_bl_in:before {
		background: rgba(255, 255, 255, 0.88); }
	  .sch_bl_wrapper.inverse .sch_bl_title {
		color: #222; }
		.sch_bl_wrapper.inverse .sch_bl_title span {
		  border-color: rgba(0, 0, 0, 0.05); }
	  .sch_bl_wrapper.inverse .sch_item_wr .sch_title {
		color: #555; }
	  .sch_bl_wrapper.inverse .sch_item_wr .sch_counter {
		color: #fff;
		background: #ff655d; }
		.sch_bl_wrapper.inverse .sch_item_wr .sch_counter:before {
		  border-color: rgba(255, 255, 255, 0.2); }
	  .sch_bl_wrapper.inverse .sch_bl_item:last-child .sch_item_wr .sch_counter {
		background: #3ed1c1; }
		.sch_bl_wrapper.inverse .sch_bl_item:last-child .sch_item_wr .sch_counter:before {
		  border-color: rgba(255, 255, 255, 0.2); }
		.sch_bl_wrapper.inverse .sch_bl_item:last-child .sch_item_wr .sch_counter: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%2234px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2034%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M13%2E232%2C15%2E600%20C14%2E081%2C14%2E301%2015%2E358%2C12%2E566%2017%2E075%2C11%2E704%20C18%2E782%2C10%2E831%2021%2E337%2C5%2E191%2021%2E337%2C2%2E594%20C21%2E337%2C%2D0%2E013%2022%2E615%2C%2D0%2E013%2023%2E044%2C%2D0%2E013%20C23%2E473%2C%2D0%2E013%2023%2E902%2C%2D0%2E013%2024%2E321%2C0%2E423%20C26%2E457%2C3%2E020%2025%2E609%2C6%2E490%2024%2E750%2C9%2E097%20C23%2E902%2C11%2E704%2023%2E902%2C14%2E301%2023%2E902%2C14%2E301%20C23%2E902%2C14%2E301%2030%2E729%2C13%2E439%2032%2E865%2C14%2E301%20C35%2E001%2C15%2E174%2034%2E143%2C18%2E207%2033%2E294%2C19%2E506%20C34%2E143%2C21%2E240%2033%2E714%2C22%2E975%2032%2E007%2C24%2E284%20C33%2E714%2C27%2E317%2031%2E158%2C28%2E616%2031%2E158%2C28%2E616%20C31%2E158%2C28%2E616%2031%2E578%2C29%2E488%2030%2E729%2C31%2E223%20C29%2E871%2C32%2E958%2026%2E038%2C32%2E958%2020%2E489%2C32%2E958%20C14%2E939%2C32%2E958%2014%2E081%2C30%2E787%2014%2E081%2C30%2E787%20L10%2E238%2C30%2E787%20L10%2E238%2C17%2E872%20C11%2E645%2C17%2E405%2012%2E643%2C16%2E502%2013%2E232%2C15%2E600%20ZM6%2E824%2C16%2E909%20C7%2E773%2C16%2E909%208%2E531%2C17%2E679%208%2E531%2C18%2E633%20L8%2E531%2C30%2E797%20C8%2E531%2C31%2E750%207%2E773%2C32%2E521%206%2E824%2C32%2E521%20L%2D0%2E003%2C32%2E521%20L%2D0%2E003%2C16%2E909%20L6%2E824%2C16%2E909%20ZM5%2E976%2C29%2E052%20C5%2E976%2C28%2E098%205%2E207%2C27%2E317%204%2E269%2C27%2E317%20C3%2E321%2C27%2E317%202%2E562%2C28%2E098%202%2E562%2C29%2E052%20C2%2E562%2C30%2E016%203%2E321%2C30%2E787%204%2E269%2C30%2E787%20C5%2E207%2C30%2E787%205%2E976%2C30%2E016%205%2E976%2C29%2E052%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat; }
		  @media screen and (max-width: 1023px) {
			.sch_bl_wrapper.inverse .sch_bl_item:last-child .sch_item_wr .sch_counter:after {
			  background-size: 20px 19px; } }
	  .sch_bl_wrapper.padding_class .sch_bl_in {
		padding-top: 78px; }
		@media screen and (max-width: 1023px) {
		  .sch_bl_wrapper.padding_class .sch_bl_in {
			padding-top: 37px; } }
		@media screen and (max-width: 639px) {
		  .sch_bl_wrapper.padding_class .sch_bl_in {
			padding-top: 100px; } }
	  .sch_bl_wrapper .sch_bl_in {
		position: relative;
		background: url(../images/lp_pic2.jpg) 50% 0/cover no-repeat; }
		@media screen and (max-width: 1023px) {
		  .sch_bl_wrapper .sch_bl_in {
			padding: 0 30px; } }
		@media screen and (max-width: 767px) {
		  .sch_bl_wrapper .sch_bl_in {
			padding: 0 20px; } }
		.sch_bl_wrapper .sch_bl_in:before {
		  position: absolute;
		  content: '';
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  background: rgba(34, 34, 34, 0.88); }
	  .sch_bl_wrapper .sch_bl_wrap {
		position: relative;
		max-width: 1138px;
		margin: 0 auto;
		padding: 60px 20px 50px; }
		@media screen and (max-width: 1023px) {
		  .sch_bl_wrapper .sch_bl_wrap {
			padding: 30px 0 20px; } }
		@media screen and (max-width: 767px) {
		  .sch_bl_wrapper .sch_bl_wrap {
			padding: 30px 0 10px; } }
		@media screen and (max-width: 639px) {
		  .sch_bl_wrapper .sch_bl_wrap {
			padding: 30px 0 30px; } }
	  .sch_bl_wrapper .sch_bl_title {
		color: #fff;
		font: 32px/1.2 'opssb', Arial, Helvetica, sans-serif;
		margin: 0 0 25px; }
		@media screen and (max-width: 1023px) {
		  .sch_bl_wrapper .sch_bl_title {
			font-size: 28px;
			margin: 0 0 20px; } }
		@media screen and (max-width: 767px) {
		  .sch_bl_wrapper .sch_bl_title {
			font-size: 26px; } }
		@media screen and (max-width: 639px) {
		  .sch_bl_wrapper .sch_bl_title {
			font-size: 22px;
			text-align: center;
			margin: 0 0 30px; } }
		.sch_bl_wrapper .sch_bl_title span {
		  padding: 0 0 18px;
		  display: inline-block;
		  vertical-align: top;
		  border-bottom: 2px solid #595959; }
		  @media screen and (max-width: 639px) {
			.sch_bl_wrapper .sch_bl_title span {
			  padding: 0 0 6px; } }
	  .sch_bl_wrapper .sch_bl_items {
		font-size: 0; }
	  .sch_bl_wrapper .sch_bl_item {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin: 0 2% 30px 0; }
		@media screen and (max-width: 767px) {
		  .sch_bl_wrapper .sch_bl_item {
			width: 48%;
			margin: 0 4% 30px 0; } }
		@media screen and (max-width: 639px) {
		  .sch_bl_wrapper .sch_bl_item {
			display: block;
			width: 100%;
			margin: 0 0 10px; } }
		@media screen and (min-width: 768px) {
		  .sch_bl_wrapper .sch_bl_item:nth-child(3n) {
			margin-right: 0; } }
		@media screen and (max-width: 767px) {
		  .sch_bl_wrapper .sch_bl_item:nth-child(2n) {
			margin-right: 0; } }
		.sch_bl_wrapper .sch_bl_item:last-child .sch_item_wr .sch_counter {
		  background: #ff655d;
		  font-size: 0; }
		  .sch_bl_wrapper .sch_bl_item:last-child .sch_item_wr .sch_counter:before {
			border-color: rgba(255, 255, 255, 0.2); }
		  .sch_bl_wrapper .sch_bl_item:last-child .sch_item_wr .sch_counter: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%2234px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2034%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M13%2E232%2C15%2E600%20C14%2E081%2C14%2E301%2015%2E358%2C12%2E566%2017%2E075%2C11%2E704%20C18%2E782%2C10%2E831%2021%2E337%2C5%2E191%2021%2E337%2C2%2E594%20C21%2E337%2C%2D0%2E013%2022%2E615%2C%2D0%2E013%2023%2E044%2C%2D0%2E013%20C23%2E473%2C%2D0%2E013%2023%2E902%2C%2D0%2E013%2024%2E321%2C0%2E423%20C26%2E457%2C3%2E020%2025%2E609%2C6%2E490%2024%2E750%2C9%2E097%20C23%2E902%2C11%2E704%2023%2E902%2C14%2E301%2023%2E902%2C14%2E301%20C23%2E902%2C14%2E301%2030%2E729%2C13%2E439%2032%2E865%2C14%2E301%20C35%2E001%2C15%2E174%2034%2E143%2C18%2E207%2033%2E294%2C19%2E506%20C34%2E143%2C21%2E240%2033%2E714%2C22%2E975%2032%2E007%2C24%2E284%20C33%2E714%2C27%2E317%2031%2E158%2C28%2E616%2031%2E158%2C28%2E616%20C31%2E158%2C28%2E616%2031%2E578%2C29%2E488%2030%2E729%2C31%2E223%20C29%2E871%2C32%2E958%2026%2E038%2C32%2E958%2020%2E489%2C32%2E958%20C14%2E939%2C32%2E958%2014%2E081%2C30%2E787%2014%2E081%2C30%2E787%20L10%2E238%2C30%2E787%20L10%2E238%2C17%2E872%20C11%2E645%2C17%2E405%2012%2E643%2C16%2E502%2013%2E232%2C15%2E600%20ZM6%2E824%2C16%2E909%20C7%2E773%2C16%2E909%208%2E531%2C17%2E679%208%2E531%2C18%2E633%20L8%2E531%2C30%2E797%20C8%2E531%2C31%2E750%207%2E773%2C32%2E521%206%2E824%2C32%2E521%20L%2D0%2E003%2C32%2E521%20L%2D0%2E003%2C16%2E909%20L6%2E824%2C16%2E909%20ZM5%2E976%2C29%2E052%20C5%2E976%2C28%2E098%205%2E207%2C27%2E317%204%2E269%2C27%2E317%20C3%2E321%2C27%2E317%202%2E562%2C28%2E098%202%2E562%2C29%2E052%20C2%2E562%2C30%2E016%203%2E321%2C30%2E787%204%2E269%2C30%2E787%20C5%2E207%2C30%2E787%205%2E976%2C30%2E016%205%2E976%2C29%2E052%20Z%22%2F%3E%3C%2Fsvg%3E') 50% no-repeat; }
			@media screen and (max-width: 1023px) {
			  .sch_bl_wrapper .sch_bl_item:last-child .sch_item_wr .sch_counter:after {
				background-size: 20px 19px; } }
	  .sch_bl_wrapper .sch_item_wr {
		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; }
		.sch_bl_wrapper .sch_item_wr .sch_counter {
		  -webkit-box-flex: 0;
		  -webkit-flex: 0 0 80px;
		  -moz-box-flex: 0;
		  -moz-flex: 0 0 80px;
		  -ms-flex: 0 0 80px;
		  flex: 0 0 80px;
		  height: 80px;
		  margin: 0 20px 0 0;
		  color: #fff;
		  border-radius: 50%;
		  text-align: center;
		  font: bold 32px/80px Arial, Helvetica, sans-serif;
		  background: #3ed1c1;
		  position: relative; }
		  @media screen and (max-width: 1023px) {
			.sch_bl_wrapper .sch_item_wr .sch_counter {
			  -webkit-box-flex: 0;
			  -webkit-flex: 0 0 50px;
			  -moz-box-flex: 0;
			  -moz-flex: 0 0 50px;
			  -ms-flex: 0 0 50px;
			  flex: 0 0 50px;
			  line-height: 50px;
			  height: 50px;
			  margin: 0 15px 0 0;
			  font-size: 26px; } }
		  .sch_bl_wrapper .sch_item_wr .sch_counter:before {
			position: absolute;
			border-radius: 50%;
			content: '';
			left: 7px;
			right: 7px;
			top: 7px;
			bottom: 7px;
			border: 2px solid rgba(255, 255, 255, 0.2); }
			@media screen and (max-width: 1023px) {
			  .sch_bl_wrapper .sch_item_wr .sch_counter:before {
				left: 5px;
				right: 5px;
				top: 5px;
				bottom: 5px; } }
		.sch_bl_wrapper .sch_item_wr .sch_title {
		  color: #fff;
		  font: 18px/22px Arial, Helvetica, sans-serif; }
		  @media screen and (max-width: 1023px) {
			.sch_bl_wrapper .sch_item_wr .sch_title {
			  font-size: 16px;
			  line-height: 20px; } }
			  
			  
	.timer-popup--theme5 .block-title {
	  color: #fff;
	  font-size: 16px;
	  font-weight: 500;
	  font-family: 'Roboto', Arial, Helvetica, sans-serif;
	  text-align: center;
	  padding: 18px 0;
	  max-width: 1138px;
	  margin: 0 auto;
	  -webkit-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -ms-transition: all 0.4s;
	  transition: all 0.4s; }
	  @media all and (min-width: 440px) {
		.timer-popup--theme5 .block-title {
		  font-size: 18px;
		  padding: 22px 0; } }
	  @media all and (min-width: 640px) {
		.timer-popup--theme5 .block-title {
		  font-size: 22px;
		  padding: 32px 0; } }
	  @media all and (min-width: 768px) {
		.timer-popup--theme5 .block-title {
		  font-size: 22px;
		  padding: 32px 0; } }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .block-title {
		  font-size: 20px;
		  padding: 28px 0; } }
	  .timer-popup--theme5 .block-title-wrapper {
		background: #3ed1c1;
		padding: 0 16px; }
	  @media all and (min-width: 440px) {
		  .timer-popup--theme5 .block-title-wrapper {
			padding: 0 24px; } }
	  @media all and (min-width: 960px) {
		  .timer-popup--theme5 .block-title-wrapper {
			padding: 0; } }
	  .timer-popup--theme5 .timer-wrapper {
		background: #fff;
		padding: 0 16px;
		border-bottom: 3px solid #ff655d; }
	  @media all and (min-width: 440px) {
		.timer-popup--theme5 .timer-wrapper {
		  padding: 0 24px; } }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .timer-wrapper {
		  padding: 0; } }
	  .timer-popup--theme5 .timer-inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 20px 0 25px;
		text-align: center; }
	  @media all and (min-width: 440px) {
		.timer-popup--theme5 .timer-inner {
		  padding: 30px 0 38px; } }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .timer-inner {
		  padding: 35px 0 20px;
		  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; } }
	  .timer-popup--theme5 .timer-title {
		color: #9dae07;
		font-size: 16px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 700;
		padding-bottom: 11px; }
	  @media all and (min-width: 440px) {
		.timer-popup--theme5 .timer-title {
		  color: #222;
		  font-size: 22px;
		  padding-bottom: 20px; } }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .timer-title {
		  text-align: left;
		  -webkit-box-flex: 0;
		  -webkit-flex: 0 0 170px;
		  -moz-box-flex: 0;
		  -moz-flex: 0 0 170px;
		  -ms-flex: 0 0 170px;
		  flex: 0 0 170px; } }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .timer {
		  -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; } }
	  .timer-popup--theme5 .countdown2 {
		padding-bottom: 15px; }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .countdown2 {
		  padding-bottom: 0; } }
	  .timer-popup--theme5 .countdown2 .item {
		display: inline-block;
		vertical-align: top;
		padding-left: 15px; }
	  @media all and (min-width: 440px) {
		  .timer-popup--theme5 .countdown2 .item {
			padding-left: 22px; } }
	  .timer-popup--theme5 .countdown2 .item:first-child {
		padding-left: 0; }
		.timer-popup--theme5 .countdown2 .item:first-child .time:before {
		  display: none; }
	  .timer-popup--theme5 .countdown2 .item .time {
		border: 2px solid #b7ca0f;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		color: #222;
		font-size: 27px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 900;
		line-height: 43px;
		padding: 0 7px;
		border-radius: 6px;
		position: relative; }
		@media all and (min-width: 440px) {
		  .timer-popup--theme5 .countdown2 .item .time {
			font-size: 37px;
			padding: 0 11px;
			line-height: 59px; } }
		.timer-popup--theme5 .countdown2 .item .time:before {
		  position: absolute;
		  display: block;
		  content: ":";
		  color: #b7ca0f;
		  font-size: 15px;
		  font-size: 24px;
		  left: -13px;
		  line-height: 41px; }
		  @media all and (min-width: 440px) {
		  .timer-popup--theme5 .countdown2 .item .time:before {
			font-size: 34px;
			left: -18px;
			line-height: 52px; } }
	  .timer-popup--theme5 .countdown2 .item ins {
		color: #4e4e4e;
		font-size: 13px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		text-decoration: none; }
	  .timer-popup--theme5 .end-message {
		font-size: 18px;
		text-align: center;
		display: none;
		color: #222222; }
	.timer-popup--theme5.inverse .end-message {
		font-size: 18px;
		text-align: center;
		display: none;
		color: #222222; }
	  .timer-popup--theme5 .popup-button {
		text-align: center; }
	  @media all and (min-width: 960px) {
		.timer-popup--theme5 .popup-button {
		  -webkit-box-flex: 0;
		  -webkit-flex: 0 0 270px;
		  -moz-box-flex: 0;
		  -moz-flex: 0 0 270px;
		  -ms-flex: 0 0 270px;
		  flex: 0 0 270px; } }
	  .timer-popup--theme5 .popup-button a {
		color: #fff;
		display: inline-block;
		font-size: 16px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 16px 30px 16px;
		background-color: #b5c90f;
		border-radius: 35px;
		line-height: 1;
		background: #ff655d; }
	  .timer-popup--theme5 .popup-button a:hover {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #dde724), color-stop(11.11111%, #b5c90f));
		background-image: -o-linear-gradient(#dde724, #b5c90f);
		background-image: -moz-linear-gradient(#dde724, #b5c90f);
		background-image: -webkit-linear-gradient(#dde724, #b5c90f);
		background-image: -ms-linear-gradient(#dde724, #b5c90f);
		background-image: linear-gradient( #dde724, #b5c90f);
		-pie-background: linear-gradient( #dde724, #b5c90f); }
	  .timer-popup--theme5 .popup-button a:active {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #b5c90f), color-stop(11.11111%, #b5c90f));
		background-image: -o-linear-gradient(#b5c90f, #b5c90f);
		background-image: -moz-linear-gradient(#b5c90f, #b5c90f);
		background-image: -webkit-linear-gradient(#b5c90f, #b5c90f);
		background-image: -ms-linear-gradient(#b5c90f, #b5c90f);
		background-image: linear-gradient( #b5c90f, #b5c90f);
		-pie-background: linear-gradient( #b5c90f, #b5c90f); }
	  @media all and (min-width: 440px) {
		  .timer-popup--theme5 .popup-button a {
			font-size: 17px;
			padding: 16px 30px 16px; } }
	  @media all and (min-width: 440px) {
		  .timer-popup--theme5 .popup-button a {
			font-size: 17px;
			padding: 16px 30px 16px; } }
	  @media all and (min-width: 960px) {
		  .timer-popup--theme5 .popup-button a {
			padding: 16px 30px 16px; } }
	  .timer-popup--theme5.inverse .block-title-wrapper {
		background: #b0c20c; }
	  .timer-popup--theme5.inverse .block-title {
		color: #fff; }
	  .timer-popup--theme5.inverse .timer-wrapper {
		background-color: #a2b30b;
		border-bottom-color: rgba(0, 0, 0, 0); }
	  .timer-popup--theme5.inverse .timer-title {
		color: #222; }
	  .timer-popup--theme5.inverse .popup-button a {
		background: #ff7615;
		color: #fff;
		text-shadow: none;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ff8b19), color-stop(11.11111%, #ff5f11));
		background-image: -o-linear-gradient(#ff8b19, #ff5f11);
		background-image: -moz-linear-gradient(#ff8b19, #ff5f11);
		background-image: -webkit-linear-gradient(#ff8b19, #ff5f11);
		background-image: -ms-linear-gradient(#ff8b19, #ff5f11);
		background-image: linear-gradient( #ff8b19, #ff5f11);
		-pie-background: linear-gradient( #ff8b19, #ff5f11); }
	  .timer-popup--theme5.inverse .popup-button a:hover {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffa64e), color-stop(11.11111%, #ff5f11));
		background-image: -o-linear-gradient(#ffa64e, #ff5f11);
		background-image: -moz-linear-gradient(#ffa64e, #ff5f11);
		background-image: -webkit-linear-gradient(#ffa64e, #ff5f11);
		background-image: -ms-linear-gradient(#ffa64e, #ff5f11);
		background-image: linear-gradient( #ffa64e, #ff5f11);
		-pie-background: linear-gradient( #ffa64e, #ff5f11); }
	  .timer-popup--theme5.inverse .popup-button a:active {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ff5f11), color-stop(11.11111%, #ff5f11));
		background-image: -o-linear-gradient(#ff5f11, #ff5f11);
		background-image: -moz-linear-gradient(#ff5f11, #ff5f11);
		background-image: -webkit-linear-gradient(#ff5f11, #ff5f11);
		background-image: -ms-linear-gradient(#ff5f11, #ff5f11);
		background-image: linear-gradient( #ff5f11, #ff5f11);
		-pie-background: linear-gradient( #ff5f11, #ff5f11); }
	  .timer-popup--theme5.inverse .countdown3 .item .time {
		color: #222;
		border-color: #b7ca0f; 
		background-color: #fff;
	}
	  .timer-popup--theme5.inverse .countdown2 .item ins {
		color: #fff; }
	  .timer-popup--theme5.inverse .countdown2 .item .time:before {
		color: #b7ca0f; }
		
		
	.pr_block1_wrapper {
	  -webkit-box-flex: none;
	  -webkit-flex: none;
	  -moz-box-flex: none;
	  -moz-flex: none;
	  -ms-flex: none;
	  flex: none;
	  padding: 40px 30px 50px;
	  background: #3ed1c1; }
	  @media screen and (max-width: 979px) {
	  .pr_block1_wrapper {
		padding: 25px 0 30px; } }
	  @media screen and (max-width: 767px) {
	  .pr_block1_wrapper {
		padding: 25px 0 50px; } }
	  .pr_block1_wrapper.inverse {
		background: #f5efe8; }
	  .pr_block1_wrapper.inverse .pr_block1_title {
		color: #333; }
	  .pr_block1_wrapper.inverse .pr_block1_item .pr_block1_in {
		background: #fff; }
	  .pr_block1_wrapper.inverse .pr_block1_item .title {
		color: #1f1f1f; }
	  .pr_block1_wrapper.inverse .pr_block1_item .text {
		color: #676767; }
	  .pr_block1_wrapper.inverse .pr_block1_item .pr_title {
		color: #333; }
	  .pr_block1_wrapper.inverse .pr_block1_item .pr_price {
		color: #1f1f1f; }
	  .pr_block1_wrapper.inverse .pr_block1_item .pr_button {
		color: #fff;
		background-image: -webkit-gradient(linear, , , color-stop(0%, #ffbc2a), color-stop(11.11111%, #ff9e1f));
		background-image: -o-linear-gradient(#ffbc2a, #ff9e1f);
		background-image: -moz-linear-gradient(#ffbc2a, #ff9e1f);
		background-image: -webkit-linear-gradient(#ffbc2a, #ff9e1f);
		background-image: -ms-linear-gradient(#ffbc2a, #ff9e1f);
		background-image: linear-gradient( #ffbc2a, #ff9e1f);
		-pie-background: linear-gradient( #ffbc2a, #ff9e1f); }
		.pr_block1_wrapper.inverse .pr_block1_item .pr_button:hover {
		  color: #fff;
		  background-image: -webkit-gradient(linear, , , color-stop(0%, #ff9e1f), color-stop(11.11111%, #ffbc2a));
		  background-image: -o-linear-gradient(#ff9e1f, #ffbc2a);
		  background-image: -moz-linear-gradient(#ff9e1f, #ffbc2a);
		  background-image: -webkit-linear-gradient(#ff9e1f, #ffbc2a);
		  background-image: -ms-linear-gradient(#ff9e1f, #ffbc2a);
		  background-image: linear-gradient( #ff9e1f, #ffbc2a);
		  -pie-background: linear-gradient( #ff9e1f, #ffbc2a); }
	  .pr_block1_wrapper.inverse .owl-dots .owl-dot {
		border-color: #ffa421;
		background: #f5efe8; }
		.pr_block1_wrapper.inverse .owl-dots .owl-dot.active {
		  border-color: #ffa421;
		  background: #ffa421; }
	  .pr_block1_wrapper.inverse .owl-prev {
		background: #fff; }
		.pr_block1_wrapper.inverse .owl-prev: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%227px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%207%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M6.996%2C6.146%20L6.404%2C7.010%20L0.004%2C3.854%20L0.004%2C3.146%20L6.404%2C-0.010%20L6.996%2C0.854%20L1.630%2C3.500%20L6.996%2C6.146%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
	  .pr_block1_wrapper.inverse .owl-next {
		background: #fff; }
		.pr_block1_wrapper.inverse .owl-next: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%227px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%207%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M6.996%2C6.146%20L6.404%2C7.010%20L0.004%2C3.854%20L0.004%2C3.146%20L6.404%2C-0.010%20L6.996%2C0.854%20L1.630%2C3.500%20L6.996%2C6.146%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
	  .pr_block1_wrapper .pr_block1_wr {
		max-width: 1138px;
		margin: 0 auto; }
	  .pr_block1_wrapper .pr_block1_title {
		color: #fff;
		font: 30px/1 'PtSans', Arial, Helvetica, sans-serif;
		padding: 0 0 18px; }
	  @media screen and (max-width: 1023px) {
		.pr_block1_wrapper .pr_block1_title {
		  padding: 0 30px 18px; } }
	  @media screen and (max-width: 767px) {
		.pr_block1_wrapper .pr_block1_title {
		  font-size: 21px;
		  padding: 0 24px 16px; } }
	  .pr_block1_wrapper .pr_block1 {
		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-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 0 20px; }
	  .pr_block1_wrapper .pr_block1.owl-carousel {
		display: block;
		padding: 0;
		margin: 0 0 20px; }
		@media screen and (max-width: 767px) {
		.pr_block1_wrapper .pr_block1.owl-carousel {
		  margin: 0; } }
	  .pr_block1_wrapper .owl-stage .pr_block1_item {
		margin: 0; }
	  .pr_block1_wrapper .owl-carousel .owl-stage-outer {
		padding: 0 0 3px; }
	  .pr_block1_wrapper .owl-prev {
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -16px;
		width: 32px;
		height: 32px;
		font-size: 0;
		line-height: 0;
		background: #fff;
		border-radius : 3px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.19); }
	  @media screen and (max-width: 960px) {
		.pr_block1_wrapper .owl-prev {
		  left: 10px; } }
	  .pr_block1_wrapper .owl-prev:before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border-radius : 3px;
		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%227px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%207%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M6.996%2C6.146%20L6.404%2C7.010%20L0.004%2C3.854%20L0.004%2C3.146%20L6.404%2C-0.010%20L6.996%2C0.854%20L1.630%2C3.500%20L6.996%2C6.146%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
	  .pr_block1_wrapper .owl-next {
		position: absolute;
		right: -20px;
		top: 50%;
		margin-top: -16px;
		width: 32px;
		height: 32px;
		font-size: 0;
		line-height: 0;
		background: #fff;
		border-radius : 3px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.19); }
	  @media screen and (max-width: 960px) {
		.pr_block1_wrapper .owl-next {
		  right: 10px; } }
	  .pr_block1_wrapper .owl-next:before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		border-radius : 3px;
		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%227px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%207%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M6.996%2C6.146%20L6.404%2C7.010%20L0.004%2C3.854%20L0.004%2C3.146%20L6.404%2C-0.010%20L6.996%2C0.854%20L1.630%2C3.500%20L6.996%2C6.146%20Z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
	  .pr_block1_wrapper .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -40px;
		text-align: center;
		font-size: 0;
		line-height: 0; }
	  .pr_block1_wrapper .owl-dots .owl-dot {
		display: inline-block;
		vertical-align: top;
		width: 15px;
		height: 15px;
		border: 1px solid #ff655d;
		background: #fff;
		border-radius : 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;
		margin: 0 5px; }
		.pr_block1_wrapper .owl-dots .owl-dot.active {
		  background: #ff655d; }
	  @media screen and (max-width: 920px) {
		.pr_block1_wrapper .owl-item {
		  -webkit-transition: opacity 0.3s;
		  -moz-transition: opacity 0.3s;
		  -o-transition: opacity 0.3s;
		  -ms-transition: opacity 0.3s;
		  transition: opacity 0.3s;
		  opacity: 0.5; }
		  .pr_block1_wrapper .owl-item.center {
			opacity: 1; } }
	  .pr_block1_wrapper .pr_block1_item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 32%;
		-moz-box-flex: 1;
		-moz-flex: 1 0 32%;
		-ms-flex: 1 0 32%;
		flex: 1 0 32%;
		margin: 0 2% 20px 0;
		text-align: left;
		border-radius : 5px; }
	  .pr_block1_wrapper .pr_block1_item:nth-child(3n) {
		margin-right: 0; }
	  @media all and (max-width: 960px) {
		.pr_block1_wrapper .pr_block1_item {max-width: 290px;}
	  }
	  .pr_block1_wrapper .pr_block1_item .pr_block1_in {
		background: #fff;
		overflow: hidden;
		border-radius : 5px; }
	  .pr_block1_wrapper .pr_block1_item .pic {
		font-size: 0; }
	  .pr_block1_wrapper .pr_block1_item .text_wrap {
		text-align: center;
		padding: 16px; }
	  .pr_block1_wrapper .pr_block1_item .title {
		color: #1f1f1f;
		font: bold 18px Arial, Helvetica, sans-serif;
		padding: 0 0 10px; }
	  .pr_block1_wrapper .pr_block1_item .text {
		color: #676767;
		font: 14px/18px Arial, Helvetica, sans-serif;
		padding: 0 0 10px; }
	  .pr_block1_wrapper .pr_block1_item .pr_title {
		color: #333;
		font: bold 12px Arial, Helvetica, sans-serif;
		padding: 0 0 3px; }
	  .pr_block1_wrapper .pr_block1_item .pr_price {
		color: #1f1f1f;
		font: bold 24px Arial, Helvetica, sans-serif;
		padding: 0 0 12px; }
	  .pr_block1_wrapper .pr_block1_item .pr_button {
		display: inline-block;
		color: #fff;
		font: 21px/1.2 'PtSans', Arial, Helvetica, sans-serif;
		padding: 8px 30px 10px;
		text-decoration: none;
		text-align: center;
		background: #ff655d;
		border-radius : 26px; }
		.pr_block1_wrapper .pr_block1_item .pr_button:hover {
		  color: #fff;
		  background: #ff7d76;
	}





	.faq_ver3 {
	  background-color: #f8f8f8;
	  padding: 40px 35px; }
	  @media screen and (max-width: 510px) {
		.faq_ver3 {
		  padding: 40px 20px; } }
	  @media screen and (max-width: 400px) {
		.faq_ver3 {
		  padding: 40px 15px; } }
	  .faq_ver3.inverse {
		background-color: #323232; }
		.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: #3ed1c1;
		  color: #fff; }
	  .faq_ver3 p {
		margin: 0;
		padding: 0; }
	  .faq_ver3 .faq_ver3_wrapper {
		max-width: 1138px;
		margin: 0 auto; }
		@media screen and (max-width: 1200px) {
		  .faq_ver3 .faq_ver3_wrapper {
			max-width: 940px; } }
		.faq_ver3 .faq_ver3_wrapper .title {
		  text-align: left;
		  color: #000;
		  font-family: 'PtSans', Arial, Helvetica, sans-serif;
		  font-size: 32px;
		  font-weight: 700;
		  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;
		  margin-bottom: 40px;
		  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);
		  padding: 30px; }
		  @media screen and (max-width: 1200px) {
			.faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item {
			  padding: 20px 30px;
			  margin-bottom: 20px; } }
		  @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: 470px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			font-family: 'PtSans', Arial, Helvetica, sans-serif;
			color: #212121;
			font-size: 20px;
			font-weight: 700;
			padding-right: 40px;
			border-right: 1px solid rgba(0, 0, 0, 0.1); }
			@media screen and (max-width: 1200px) {
			  .faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_title {
				width: 360px;
				padding-right: 30px; } }
			@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: 18px;
			line-height: 27px;
			font-weight: 400;
			position: relative;
			padding-left: 40px; }
			@media screen and (max-width: 1200px) {
			  .faq_ver3 .faq_ver3_wrapper .faq_ver3_inner .faq-item .faq-item_text {
				font-size: 17px;
				padding-left: 30px; } }
			@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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
			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: #323232; }
		.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: #aeaeae; }
		  .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-color: #3ed1c1;
			color: #fff; }
	  .mirrored-products_wrapper p {
		margin: 0;
		padding: 0; }
	  .mirrored-products_wrapper .mirrored-products_inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 0 15px; }
		@media screen and (max-width: 1200px) {
		  .mirrored-products_wrapper .mirrored-products_inner {
			max-width: 940px; } }
		@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;
		  padding-bottom: 40px;
		  margin-bottom: 40px;
		  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
		  @media screen and (max-width: 1200px) {
			.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item {
			  margin-bottom: 30px;
			  padding-bottom: 30px; } }
		  @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: 60px; }
			@media screen and (max-width: 1200px) {
			  .mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item.left .pic-part {
				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: 520px;
			height: 320px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 1200px) {
			  .mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .pic-part {
				width: 380px;
				height: 234px; } }
			@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 img {
			max-height: 320px;
			  width: 100%;
			  height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 60px; }
			@media screen and (max-width: 1200px) {
			  .mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part {
				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: 26px;
			  margin-bottom: 10px; }
			  @media screen and (max-width: 1200px) {
				.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .subtitle {
				  font-size: 24px; } }
			  @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: 20px;
			  font-weight: 400;
			  padding-bottom: 30px; }
			  @media screen and (max-width: 1200px) {
				.mirrored-products_wrapper .mirrored-products_inner .mirrored-products_item .text-part .text {
				  font-size: 18px; } }
			  @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;
			  background-color: #3ed1c1;
			  border-radius: 30px;
			  text-decoration: none;
			  font: bold 19px 'PtSans', Arial, Helvetica, sans-serif;
			  padding: 14px 30px;
			  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: #323232; }
		.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
		  background-color: #323232;
		  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: #f00;
			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: #aeaeae; }
		  .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: #2e2e2e; }
		  .reviews-and-feedback.inverse .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
			color: #f00;
			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: #aeaeae; }
		  .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 #323232; }
		  .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 #323232; }
		.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 #323232; }
		  .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 #323232; }
		.reviews-and-feedback.inverse .reviews-and-feedback_wrapper .button-wrap .button {
		  background: #3ed1c1;
		  color: #fff; }
	  .reviews-and-feedback p {
		margin: 0;
		padding: 0; }
	  .reviews-and-feedback .reviews-and-feedback_wrapper {
		max-width: 1138px;
		margin: 0 auto; }
		@media screen and (max-width: 1200px) {
		  .reviews-and-feedback .reviews-and-feedback_wrapper {
			max-width: 940px;
			padding: 0 35px; } }
		@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: 16px 30px 30px 30px; }
			@media screen and (max-width: 1200px) {
			  .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review {
				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: 32px;
			  //font-weight: 700;
			  color: #000;
			  padding-bottom: 20px;
			  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
			  margin-bottom: 20px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .title {
				  font-size: 28px;
				  padding-bottom: 12px;
				  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: 18px;
			  font-weight: 700;
			  color: #666;
			  margin-bottom: 10px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .name {
				  font-size: 16px; } }
			  @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: 18px;
			  color: #666;
			  line-height: 27px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .review .text {
				  font-size: 16px; } }
			  @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: 16px 30px 30px 30px; }
			@media screen and (max-width: 1200px) {
			  .reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback {
				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: 32px;
			  //font-weight: 700;
			  color: #000;
			  padding-bottom: 20px;
			  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
			  margin-bottom: 20px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .title {
				  font-size: 28px;
				  padding-bottom: 12px;
				  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: 18px;
			  font-weight: 700;
			  color: #666;
			  margin-bottom: 10px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .name {
				  font-size: 16px; } }
			  @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: 18px;
			  color: #666;
			  line-height: 27px; }
			  @media screen and (max-width: 1200px) {
				.reviews-and-feedback .reviews-and-feedback_wrapper .reviews-and-feedback_inner .reviews-and-feedback-item .feedback .text {
				  font-size: 16px; } }
			  @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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #3ed1c1;
			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;
	  }
	}


	.fix-hamburger-mobile {
	  display: none;
	  position: fixed;
	  left: 0;
	  right: 0;
	  background: #fff;
	  padding: 10px 20px;
	}

	.fix-hamburger-mobile .hamburger {margin-top: -8px;}

	@media all and (max-width: 1023px) {
	  .header__right-part.fix-menu .fix-hamburger-mobile {
		display: block;
		
	  }
	  .header__right-part.fix-menu .menu-top {display: none;}
	}






	.one-good-form2 {
	  background: #fff; }
	  .one-good-form2.inverse {
		background: #323232; }
		.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 {
		  border: 2px solid #3ed1c1;
			  background: #3ed1c1;
		  color: #fff; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .button:hover {
			  background: #fff;
				  color: #3ed1c1; }
		.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup {
		  background: rgba(34, 34, 34, 0.5); }
		.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa {
		  background: #fff;
		  border: 1px solid #a7a7a7; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_close {
			  
			  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpldj0iaHR0cDovL3d3dy53My5vcmcvMjAwMS94bWwtZXZlbnRzIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgIHZpZXdCb3g9IjAgMCAxNSAxNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMTQuMSwxLjQgMTIuNywwIDcuMSw1LjcgMS40LDAgMCwxLjQgNS43LDcuMSAwLDEyLjcgMS40LDE0LjEgNy4xLDguNSAxMi43LDE0LjEgMTQuMSwxMi43IDguNSw3LjEiLz48L3N2Zz4=) 50% no-repeat;
		  }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .title {
			background: #ff655d;
				color: #fff; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa form label {
			color: #000; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"] {
			color: #000;
				  border: 1px solid #dadada;
				
				background: #fff; }
				.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:focus {
			  border: 1px solid #3ed1c1; }
			.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]::-webkit-input-placeholder {
			  color: #a5a5a5; }
			.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:moz-placeholder {
			  color: #a5a5a5; }
			.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]::-moz-placeholder {
			  color: #a5a5a5; }
			.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:-ms-input-placeholder {
			  color: #a5a5a5; }
			.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"].placeholder {
			  color: #a5a5a5; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field textarea {
			border: 1px solid #dadada;
			color: #000;
			  
				background: #fff; }
				.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field textarea:focus {
			border: 1px solid #3ed1c1; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-multi_select select {
			border: 1px solid #dadada;
			color: #000;
			
				background: #fff; }
				.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-multi_select select:focus {
			  border: 1px solid #3ed1c1;
			  }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-select select {
				border: 1px solid #dadada;
				color: #000;
				
				background: #fff; }
				.one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-select select:focus {
				border: 1px solid #3ed1c1;
				 }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .field-title {
			color: #666; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa button {
			color: #fff;
			border: 2px solid #3ed1c1;
			background: #3ed1c1; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa button:hover {
			  background: #fff;
				  color: #3ed1c1; }
		  .one-good-form2.inverse .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .form-desc {
			color: #666; }
	  .one-good-form2 .one-good-form2_wrapper {
		max-width: 1138px;
		margin: 0 auto;
		padding: 40px 0; }
		@media screen and (max-width: 1170px) {
		  .one-good-form2 .one-good-form2_wrapper {
			max-width: 940px; } }
		@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: 'Roboto', Arial, Helvetica, sans-serif;
		  font-size: 32px;
		  text-align: center;
		  margin-bottom: 40px;
		  -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: 1170px) {
			.one-good-form2 .one-good-form2_wrapper .big-title {
			  margin-bottom: 30px; } }
		  @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 {
			margin-right: 60px;
			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: 1170px) {
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part {
				width: 66%;
				margin-right: 20px; } }
			@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: 20px;
			  font-size: 0; }
			  @media screen and (max-width: 1170px) {
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .pic-part .good-img {
				  margin-bottom: 10px; } }
			  .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: 'Roboto', 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: 418px;
			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: 1170px) {
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part {
				width: 300px; } }
			@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 .error-message {
				font-size: 15px;
			  }
			.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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			  min-width: 200px;
			  text-align: center;
			  border-radius: 25px;
			  border: 2px solid #3ed1c1;
			  background: #3ed1c1;
			  color: #fff;
			  text-decoration: none;
				font-family: 'Roboto', Arial, Helvetica, sans-serif;
			  font-size: 19px;
			  font-weight: 700;
			  padding: 9px 10px;
			  display: none;
			  -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 .button:hover {
				  background: #fff;
				  color: #3ed1c1;
			  }
			  @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; } }
			.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa-popup {
			  border-radius: 10px;
			  font-size: 0; }
			  @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;
				  border-radius: 0;
				  -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_wrap {
				  display: inline-block;
				  position: relative;
				  max-width: 100%;
				  }
			.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa {
			  max-width: 100%;
			  display: inline-block;
			  position: relative;
			  background: #fff;
			  border-radius: 10px;
			  border: 1px solid #a7a7a7;
			  text-align: center;
			  //padding: 72px 60px;
			  -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: 1170px) {
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa {
				  font-size: 28px;
				  //padding: 20px 30px; } }
			  @media screen and (max-width: 940px) {
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				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 form {
			  padding: 20px 60px;
			   }
			  @media screen and (max-width: 1170px) {
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa form {
				  padding: 20px 30px; } }
			  


			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa_close {
				z-index: 10;
				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_close {
					display: none; } }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .title {
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
					background: #ff655d;
				color: #fff;
				font-size: 20px;
				font-weight: 700;
				padding: 20px 25px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-o-transition: all 0.3s;
				-ms-transition: all 0.3s;
				transition: all 0.3s; 
				border-radius: 9px 9px 0 0;
				}
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa form label {
				color: #000;
				font-size: 15px;
				}
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field .field-value input[type="checkbox"], input[type="radio"] {
				  margin-right: 5px;
				  }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa form .tpl-field {
				padding-bottom: 10px; }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"] {
				width: 100%;
				height: 42px;
				line-height: 42px;
				padding: 0 18px;
				outline-style: none;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				font-size: 16px;
				border-radius: 6px;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				color: #000;
				border: 1px solid #dadada;
				-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: #fff;
				 }
				 .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:focus {
					border: 1px solid #3ed1c1;
				 }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]::-webkit-input-placeholder {
				  color: #a5a5a5; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:moz-placeholder {
				  color: #a5a5a5; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]::-moz-placeholder {
				  color: #a5a5a5; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"]:-ms-input-placeholder {
				  color: #a5a5a5; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"].placeholder {
				  color: #a5a5a5; }
				@media screen and (max-width: 1170px) {
				  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa input[type="text"] {
					height: 40px;
					line-height: 40px; } }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field ul {
				margin: 0;
				padding: 0;
				font-size: 15px;
				list-style: none; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field .field-value {
					  text-align: left;
				}
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field textarea {
				max-width: 100%;
				box-shadow: none;
				padding: 10px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				outline-style: none;
				font-size: 16px;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				border-radius: 6px;
				border: 1px solid #dadada;
				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: #fff; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field textarea:focus {
				   border: 1px solid #3ed1c1;
				}
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .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 .tpl-field.type-multi_select select {
				outline-style: none;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				font-size: 16px;
			  padding: 10px;
				width: 100%;
				border-radius: 6px 0 0 6px;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				border: 1px solid #dadada;
				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: #fff; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-multi_select select:focus {
					border: 1px solid #3ed1c1;
				}

			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-select select {
				height: 42px;
		  line-height: 42px;
				width: 100%;
				outline-style: none;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				font-size: 16px;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				border: 1px solid #dadada;
				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: #fff;
				border-radius: 6px; }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-field.type-select select:focus {
					border: 1px solid #3ed1c1;
				}
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .field-title {
				text-align: left;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				color: #666;
				font-weight: 700;
				font-size: 18px;
				padding-bottom: 5px; }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa button {
				display: block;
				outline-style: none;
				padding: 10px 20px;
				width: 100%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border: none;
				color: #fff;
				font-size: 19px;
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				font-weight: bold;
				border: 2px solid #3ed1c1;
				background: #3ed1c1;
				border-radius: 24px;
				margin-top: 20px;
				cursor: pointer; }
				@media screen and (max-width: 1170px) {
				  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa button {
					margin-top: 10px;
					padding: 9px 20px; } }
				.one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa button:hover {
				  background: #fff;
				  color: #3ed1c1; }
				
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .tpl-anketa-success-note {
				padding: 20px;
				font-weight: bold;
				font-size: 18px;
				text-align: center; }
			  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .form-desc {
				  font-family: 'Roboto', Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #666;
				padding: 10px 0;
				line-height: 21px; }
				@media screen and (max-width: 1170px) {
				  .one-good-form2 .one-good-form2_wrapper .one-good-form2_inner .form-part .tpl-anketa .form-desc {
					padding: 7px 0; } }
					
					
					
					
	.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.6); }
	  .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-color: #3ed1c1;
		color: #fff; }
	  .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(20, 20, 20, .7); }
	  .popup_video_block .popup_video_block_wrap {
		max-width: 1138px;
		margin: 0 auto;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		@media screen and (max-width: 1200px) {
		  .popup_video_block .popup_video_block_wrap {
			max-width: 940px;
			padding: 0 24px; } }
		@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: #3ed1c1;
		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;
	  min-height: 443px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	  position: relative; }
	  @media screen and (max-width: 940px) {
		.background_video_block {
		  padding-top: 80px;
		  min-height: 292px;
		  padding-bottom: 80px; } }
	  @media screen and (max-width: 500px) {
		.background_video_block {
		  padding-top: 60px;
		  min-height: 350px;
		  padding-bottom: 60px; } }
	  @media screen and (max-width: 475px) {
		.background_video_block {
		  padding-top: 65px;
		  min-height: 267px;
		  padding-bottom: 65px; } }
	  .background_video_block.inverse .shadow {
		background-color: rgba(255, 255, 255, 0.6); }
	  .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-color: #3ed1c1;
		color: #fff; }
	  .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(20, 20, 20, .7); }
	  .background_video_block .video-background {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -99;
		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: 1138px;
		margin: 0 auto;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		@media screen and (max-width: 1200px) {
		  .background_video_block .background_video_block_wrap {
			max-width: 940px;
			padding: 0 24px; } }
		@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: #3ed1c1;
		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: #323232; }
		.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-color: #3ed1c1;
		  color: #fff; }
	  .horizontal_blocks p {
		margin: 0;
		padding: 0; }
	  .horizontal_blocks .horizontal_blocks_wrapper {
		max-width: 1138px;
		margin: 0 auto; }
		@media screen and (max-width: 1200px) {
		  .horizontal_blocks .horizontal_blocks_wrapper {
			max-width: 940px; } }
		.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: 60px; }
		  @media screen and (max-width: 1200px) {
			.horizontal_blocks .horizontal_blocks_wrapper .title {
			  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; }
		  @media screen and (max-width: 1200px) {
			.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner {
			  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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			margin-bottom: 80px;
			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: 1200px) {
			  .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item {
				margin-bottom: 60px; } }
			@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%;
			  margin-right: 30px;
			  width: 220px;
			  height: 220px; }
			  @media screen and (max-width: 1200px) {
				.horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-img {
				  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: 26px;
				font-family: 'PtSans';
				font-weight: bold;
				color: #212121; }
				@media screen and (max-width: 1200px) {
				  .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-title {
					font-size: 22px; } }
				@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: 17px;
				font-family: 'PtSans';
				color: #666;
				padding-bottom: 10px; }
				@media screen and (max-width: 1200px) {
				  .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-desc {
					font-size: 16px; } }
				@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: 32px 'PtSans';
				color: #212121;
				padding-bottom: 10px;
				font-weight: 700; }
				@media screen and (max-width: 1200px) {
				  .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .service-price {
					font-size: 26px; } }
				@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: #3ed1c1;
				border-radius: 30px;
				text-decoration: none;
				font: bold 19px 'PtSans';
				padding: 10px 30px;
				color: #fff; }
				@media screen and (max-width: 1200px) {
				  .horizontal_blocks .horizontal_blocks_wrapper .horizontal_blocks_inner .service-item .service-desc-block .order {
					padding: 8px 24px;
					font-size: 16px; } }
				@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: #f8f8f8;
	  padding: 40px 0 20px; }
	  @media screen and (max-width: 700px) {
		.multy_blocks {
		  padding: 40px 0 10px; } }
	  .multy_blocks.inverse {
		background-color: #323232; }
		.multy_blocks.inverse .multy_blocks_wrapper .title {
		  color: #fff; }
		.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item {
		  background: #323232;
		  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(0, 0, 0, 0.6);
			-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 30px rgba(0, 0, 0, 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: #aeaeae; }
		  .multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
			background-color: #3ed1c1;
			color: #fff; }
	  .multy_blocks p {
		margin: 0;
		padding: 0; }
	  .multy_blocks .multy_blocks_wrapper {
		max-width: 1138px;
		margin: 0 auto; }
		@media screen and (max-width: 1200px) {
		  .multy_blocks .multy_blocks_wrapper {
			max-width: 940px;
			padding: 0 15px; } }
		.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; }
		  @media screen and (max-width: 1200px) {
			.multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
			  -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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			-webkit-transition: box-shadow 0.4s;
			-moz-transition: box-shadow 0.4s;
			-o-transition: box-shadow 0.4s;
			-ms-transition: box-shadow 0.4s;
			border: 1px solid rgba(0, 0, 0, 0);
			transition: box-shadow 0.4s;
			-webkit-box-flex: 0;
			-webkit-flex: 0 1 267px;
			-moz-box-flex: 0;
			-moz-flex: 0 1 267px;
			-ms-flex: 0 1 267px;
			flex: 0 1 267px;
			margin-right: 18px;
			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: 1200px) {
			  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
				-webkit-box-flex: none;
				-webkit-flex: none;
				-moz-box-flex: none;
				-moz-flex: none;
				-ms-flex: none;
				flex: none;
				max-width: 220px; } }
			@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: 269px;
			  height: 269px;
			  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: 1200px) {
				.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
				  width: 100%;
				  height: auto; } }
			  @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: 20px; }
			  @media screen and (max-width: 1200px) {
				.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';
				font-weight: bold;
				color: #212121; }
				@media screen and (max-width: 1200px) {
				  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
					font-size: 16px; } }
				@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';
				color: #666;
				padding-bottom: 30px;
			  -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: 1200px) {
				  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
					padding-bottom: 10px; } }
				@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: 24px;
				  color: #212121;
				  padding-bottom: 10px;
				  font-weight: 700; }
				  @media screen and (max-width: 1200px) {
					.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
					  font-size: 20px; } }
				  @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: 24px;
				  color: #aeaeae;
				  padding-bottom: 10px;
				  font-weight: 400;
				  text-decoration: line-through; }
				  @media screen and (max-width: 1200px) {
					.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
					  font-size: 20px; } }
				  @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: #3ed1c1;
				border-radius: 30px;
				text-decoration: none;
				font: bold 17px 'PtSans';
				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: #f8f8f8;
	padding: 40px 0; }
	@media screen and (max-width: 420px) {
	.multy_offices {
	padding: 40px 0 30px; } }
	.multy_offices.inverse {
	background: #323232; }
	.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 path {
	fill: #d9242a; }
	.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-color: #3ed1c1;
	color: #ffffff; }
	.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: #fff; }
	.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: 1138px;
	margin: 0 auto; }
	@media screen and (max-width: 1200px) {
	.multy_offices .multy_offices_wrap {
	max-width: 940px; } }
	@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;
	text-align: center;
	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: 20px 40px 40px 40px; }
	.multy_offices .single-office_wrap:nth-child(even) {
	margin-top: 40px; }
	@media screen and (max-width: 1200px) {
	.multy_offices .single-office_wrap {
	padding: 14px 20px 20px 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: 24px;
	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: 1200px) {
	.multy_offices .single-office_wrap .subtitle {
	font-size: 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 240px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	flex: 0 1 240px;
	margin-right: 20px; }
	@media screen and (max-width: 1200px) {
	.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; } }
	@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 path {
	fill: #d9242a; }
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro > div:nth-child(odd) {
	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: 170px;
	word-wrap: break-word; }
	@media screen and (max-width: 1200px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
	max-width: 156px; } }
	@media screen and (max-width: 950px) {
	.multy_offices .single-office_wrap .single-office_inner .top-contacts .metro .metro-inner {
	max-width: 150px; } }
	@media screen and (max-width: 910px) {
	.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 240px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	flex: 0 1 240px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	margin-right: 20px; }
	@media screen and (max-width: 1200px) {
	.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; } }
	@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;
	background-color: #3ed1c1;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px; 
	border-radius: 30px;
	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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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 180px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 180px;
	-ms-flex: 0 1 180px;
	flex: 0 1 180px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-right: 40px; }
	@media screen and (max-width: 1200px) {
	.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;
	margin-right: 20px; } }
	@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;
	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 420px;
	-moz-box-flex: 1;
	-moz-flex: 1 1 420px;
	-ms-flex: 1 1 420px;
	flex: 1 1 420px;
	font-size: 16px;
	color: #212121;
	font-family: 'PtSans', Arial, Helvetica, sans-serif; }
	@media screen and (max-width: 1200px) {
	.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; } }
	@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;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	min-height: 100%;
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	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; }
	.multy_offices .single-office_wrap .single-office_inner .multy_offices_map-wrap.expand {
	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: #323232; }
	.social-links_wrap .social-links_inner {
	max-width: 812px;
	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: #323232; }
	.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: 1138px;
	margin: 0 auto;
	padding: 0 15px; }
	@media screen and (max-width: 1200px) {
	.gallery-with-preview .gallery-with-preview_wrapper {
	max-width: 940px; } }
	@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: 800px; }
	@media screen and (max-width: 1200px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap {
	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: 800px;
	height: 454px; }
	@media screen and (max-width: 1200px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_slider-wrap .gallery-with-preview_img {
	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;
	margin-left: 15px;
	font-size: 0;
	max-width: 323px; }
	@media screen and (max-width: 1200px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager {
	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: 150px;
	height: 85px;
	margin-bottom: 15px;
	position: relative; }
	@media screen and (max-width: 1200px) {
	.gallery-with-preview .gallery-with-preview_wrapper .gallery-with-preview_inner .gallery-with-preview_Pager a {
	width: 120px;
	height: 66px;
	margin-bottom: 10px; } }
	@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: 20px; }
	@media screen and (max-width: 1200px) {
	.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: #323232; }
	.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: 1138px;
	margin: 0 auto;
	padding: 0 15px; }
	@media screen and (max-width: 1200px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner {
	max-width: 940px; } }
	@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: 40px;
	font-weight: 700; }
	@media screen and (max-width: 1200px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .title {
	margin-bottom: 30px; } }
	@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: 375px;
	height: 281px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	@media screen and (max-width: 1200px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap {
	width: 300px;
	height: 220px; } }
	@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%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 24px;
	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 .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 .text .ui-text-shadow-copy-1 {
	top: -4px; }
	@media screen and (max-width: 1200px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .text {
	font-size: 20px; } }
	@media screen and (max-width: 950px) {
	.square-photo-blocks_wrapper .square-photo-blocks_inner .square-photo-blocks .square-photo-blocks_picture-wrap .shadow .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 .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 .text {
	font-size: 22px; } }

	/*Табы со слайдером заголовков и галереей*/

	.tabs-block_wrap {
	background-color: #F0F0F0; }
	.tabs-block_wrap.inverse {
	background: #636262; }
	.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: #323232;
	color: #fff; }
	.tabs-block_wrap.inverse .tabs_block .box {
	background-color: #323232;
	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 #323232; }
	.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 #323232; }
	.tabs-block_wrap .tabs_block:after {
	content: "";
	display: block;
	clear: both; }
	.tabs-block_wrap .tabs_block .title_wr {
	max-width: 1138px;
	margin: 0 auto;
	padding-top: 40px; }
	@media screen and (max-width: 1200px) {
	.tabs-block_wrap .tabs_block .title_wr {
	max-width: 940px; } }
	@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;
	text-align: center;
	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: #2e9c90;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	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: 1200px) {
	.tabs-block_wrap .tabs_block .tabs li {
	font-size: 17px; } }
	@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 #2e9c90; }
	.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: 22px;
	color: #484848; }
	@media screen and (max-width: 1200px) {
	.tabs-block_wrap .tabs_block .box {
	font-size: 18px;
	line-height: 27px; } }
	@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .box {
	padding: 0 34px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 1138px;
	margin: 0 auto;
	padding: 60px 40px 0px 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: 1200px) {
	.tabs-block_wrap .tabs_block .box .box-inner {
	max-width: 940px;
	padding: 30px 0 40px 0; } }
	@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 .img_wrap {
	display: inline-block;
	width: 440px;
	height: 294px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-moz-box-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none; }
	@media screen and (max-width: 1200px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
	width: 380px;
	height: 254px; } }
	@media screen and (max-width: 1020px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
	width: 300px;
	height: 200px; } }
	@media screen and (max-width: 720px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
	margin-top: 20px;
	width: 440px;
	height: 293px; } }
	@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .box .img_wrap {
	max-width: 440px;
	width: 100%;
	position: relative;
	padding-top: 66%;
	overflow: hidden;
	height: auto; } }
	.tabs-block_wrap .tabs_block .box .img_wrap a {
	display: inline-block;
	height: 100%;
	width: 100%;
	}
	.tabs-block_wrap .tabs_block .box .img_wrap img {
	width: 100%;
	height: 100%; }
	@media screen and (max-width: 530px) {
	.tabs-block_wrap .tabs_block .box .img_wrap img {
	position: absolute;
	top: 0;
	left: 0; } }
	@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 20px 0 0; }
	@media screen and (max-width: 1200px) {
	.tabs-block_wrap .tabs_block .box .img_wrap.pl-left {
	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 span.pl-right {
	margin: 0 0 0 20px; }
	@media screen and (max-width: 1200px) {
	.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: 63px;
	height: 63px;
	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;
	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: 1200px) {
	.tabs-block_wrap .tabs_block .slick-prev {
	width: 59px;
	height: 59px; } }
	@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: 63px;
	height: 63px;
	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;
	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; }
	@media screen and (max-width: 1200px) {
	.tabs-block_wrap .tabs_block .slick-next {
	width: 59px;
	height: 59px; } }
	@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: #323232; }
	.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 .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 .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 .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 .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: 1px solid rgba(255, 255, 255, 0.2); }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-title {
	color: #000;
	background: #fff;
	}
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-stroke {
	color: #f00; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .price-actual {
	color: #000; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .button {
	border: 2px solid #3ed1c1;
	background: #3ed1c1;
	color: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .price .button:hover {
	background: #fff;
	color: #3ed1c1; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa {
	background: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .title {
	background: #ff655d;
	color: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa form label {
	color: #000; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"] {
	color: #000;
	border: 1px solid #b5b5b5;
	background: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]:moz-placeholder {
	color: #a5a5a5; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]::-moz-placeholder {
	color: #a5a5a5; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"].placeholder {
	color: #a5a5a5; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .tpl-field textarea {
	border: 1px solid #b5b5b5;
	color: #000;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	background: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .tpl-field.type-multi_select select {
	border: 1px solid #b5b5b5;
	color: #000;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	background: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .tpl-field.type-select select {
	border: 1px solid #b5b5b5;
	color: #000;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	background: #fff; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .field-title {
	color: #666; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa button {
	color: #fff;
	border: 2px solid #3ed1c1;
	background: #3ed1c1; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa button:hover {
	background: #fff;
	color: #3ed1c1; }
	.one-good-form.inverse .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .form-desc {
	color: #666; }
	.one-good-form .one-good-form_wrapper {
	max-width: 1138px;
	margin: 0 auto;
	padding: 40px 20px; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper {
	max-width: 940px; } }
	.one-good-form .one-good-form_wrapper .big-title {
	display: none;
	color: #000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	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: 961px) and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .big-title {
	display: block; } }
	.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: 20px;
	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: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part {
	width: 70%;
	margin-right: 35px; } }
	@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: #000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;

	font-size: 32px;
	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: 941px) and (max-width: 1170px) {
	.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: 'Roboto', 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 .slider-wrap {
	width: 680px;

	float: left; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap {
	width: 500px; } }
	@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap {
	width: 88%;
	height: auto !important;} }
	@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap {
	width: 100%;
	float: none; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .slider-wrap .one-good-form_productSlider li {
	height: auto !important;

	outline: none; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap .good-img {
	height: 500px; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 .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 .slider-wrap .good-img {
	height: 225px; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .slider-wrap2 {
	float: right; }
	@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 {
	float: none;
	display: block; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .pager-outer {
	position: relative;
	height: 500px;
	width: 80px; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .pager-outer {
	height: 275px; } }
	@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 .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 .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 .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 .slider-wrap2 .pager-outer {
	width: 100%;
	margin: 0 auto; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .one-good-form_pager-wrap {
	padding: 50px 0; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .one-good-form_pager-wrap {
	height: 375px; } }
	@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 .slider-wrap2 .one-good-form_pager-wrap {
	padding: 0 83px;
	height: 100px; } }
	@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .one-good-form_pager-wrap {
	padding: 0 55px 0 52px;
	height: 50px; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .pager {
	display: inline-block;
	width: 80px !important;
	height: 80px;
	outline: none;
	margin: 10px 0;
	position: relative; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .pager {
	margin: 5px 0; } }
	@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .slider-wrap2 .pager {
	margin: 10px 6px; } }
	@media screen and (max-width: 450px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .slider-wrap2 .pager {
	margin: 10px 4px; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .slider-wrap2 .pager img:focus {
	outline: 0 !important; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 #fff;
	}
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .slick-prev {
	width: 80px; } }
	@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 .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 #fff; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .slick-prev:focus {
	outline: none; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 #fff;
	}
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .slick-next {
	width: 80px; } }
	@media screen and (max-width: 750px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .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 .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 .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 #fff; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .pic-part .slider-wrap2 .slick-next:focus {
	outline: none; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part {
	width: 30%;
	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: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part {
	width: 32%; } }
	@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: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	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: 'Roboto', 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: 22px;
	text-decoration: line-through;
	color: #f00;
	font-family: 'Roboto', 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: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-stroke {
	font-size: 18px; } }
	@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: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 38px;
	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: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .price .price-actual {
	font-size: 28px; } }
	@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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	min-width: 200px;
	text-align: center;
	border-radius: 25px;
	border: 2px solid #3ed1c1;
	background: #3ed1c1;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding: 9px 10px;
	display: none;
	-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 .price .button:hover {
	background: #fff;
	color: #3ed1c1;
	}
	@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_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;	
	}
	@media screen and (min-width: 940px){
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_close {
	display: none;
	}	
	}


	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa_close {
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpldj0iaHR0cDovL3d3dy53My5vcmcvMjAwMS94bWwtZXZlbnRzIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgIHZpZXdCb3g9IjAgMCAxNSAxNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMTQuMSwxLjQgMTIuNywwIDcuMSw1LjcgMS40LDAgMCwxLjQgNS43LDcuMSAwLDEyLjcgMS40LDE0LjEgNy4xLDguNSAxMi43LDE0LjEgMTQuMSwxMi43IDguNSw3LjEiLz48L3N2Zz4=) 50% no-repeat;
	cursor: pointer;
	}
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup {
	font-size: 0;

	}
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa-popup {
	margin-top: 0px;
	}	
	}
	@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 {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	background: #fff;
	border: 1px solid #a7a7a7;
	border-radius: 10px;
	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 screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa {
	font-size: 28px;
	margin-top: 21px;
	} }
	@media screen and (max-width: 940px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	max-width: 300px;
	margin-top: 0px;
	white-space: normal;
	vertical-align: middle; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa form {
	padding: 65px 40px;	
	}
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa form {
	padding: 20px 30px;	
	}	
	}
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .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 .tpl-anketa_close {
	display: none; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .title {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background: #ff655d;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 9px 9px 0 0; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa form label {
	color: #000; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa form .tpl-field {
	padding-bottom: 10px; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"] {
	width: 100%;
	height: 42px;
	padding: 0 18px;
	outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	border-radius: 6px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #dadada;
	-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: #fff;
	-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 input[type="text"]::-webkit-input-placeholder {
	color: #a5a5a5; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]:moz-placeholder {
	color: #a5a5a5; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]::-moz-placeholder {
	color: #a5a5a5; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"]:-ms-input-placeholder {
	color: #a5a5a5; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"].placeholder {
	color: #a5a5a5; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa input[type="text"] {
	height: 40px; } }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .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 .tpl-field textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	outline-style: none;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	border-radius: 6px;
	border: 1px solid #dadada;
	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: #fff; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .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 .tpl-field.type-multi_select select {
	outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	border: 1px solid #dadada;
	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: #fff; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .tpl-field.type-select select {
	outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	border: 1px solid #dadada;
	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: #fff;
	border-radius: 6px; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .field-title {
	text-align: left;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 5px; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa button {
	display: block;
	outline-style: none;
	padding: 10px 20px;
	width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	color: #fff;
	font-size: 19px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px solid #3ed1c1;
	background: #3ed1c1;
	border-radius: 24px;
	margin-top: 20px;
	cursor: pointer; }
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa button:hover {
	background: #fff;
	color: #3ed1c1;
	}
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa button {
	margin-top: 10px;
	padding: 9px 20px; } }

	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .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 .form-desc {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 10px 0;
	line-height: 21px; }
	@media screen and (max-width: 1170px) {
	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .tpl-anketa .form-desc {
	padding: 7px 0; } }

	.one-good-form .one-good-form_wrapper .one-good-form_inner .form-part .error-message {
	font-size: 15px;
	}


	.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: #323232; }
	.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: 1138px;
	margin: 0 auto;
	padding: 67px 0 40px; }
	@media screen and (max-width: 1200px) {
	.txt_bl3_wrapper .txt_bl3_wrap {
		max-width: 940px;
	}	
	}
	@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: #000;
	font: 40px/1.2 'Roboto', Arial, Helvetica, sans-serif;
	text-align: center;
	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: 22px;
	color: #379088;
	font: bold 20px/1.2 'Roboto', 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: 15px/22px 'Roboto', 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-color: #3ed1c1;
	color: #fff;
	}

	.txt_bl3_wrapper .txt-block_button {
	display: inline-block;
	background-color: #3ed1c1;
	border-radius: 30px;
	text-decoration: none;
	font: bold 19px 'Roboto', Arial, Helvetica, sans-serif;
	padding: 14px 30px;
	color: #fff;
	margin-top: 20px;
	}


	.comp_bl_wrapper {
		position: relative;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		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: #323232; }
		.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 #fff; }
		}
		.how-we-work_wrapper.inverse .content-item .number {
		background: #fff;
		color: #000;
		border: 4px solid #323232; }
		.how-we-work_wrapper.inverse .content-item .title {
		color: #fff; }
		.how-we-work_wrapper.inverse .content-item .content-item_real {
		border-right: 2px solid #fff; }
		@media screen and (max-width: 650px) {
		.how-we-work_wrapper.inverse .content-item .content-item_real {
		border-right: none;
		border-left: 2px solid #fff; } }
		.how-we-work_wrapper.inverse .content-item .text {
		color: #aeaeae; }
		.how-we-work_wrapper .how-we-work_inner {
		max-width: 1138px;
		margin: 0 auto;
		padding: 60px 40px; }
		@media screen and (max-width: 1200px) {
		.how-we-work_wrapper .how-we-work_inner {
		max-width: 940px; } }
		@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-size: 40px;
		font-weight: 700;
		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: 32px;
		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 #3ed1c1; }
		.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: #3ed1c1;
		color: #fff;
		font-family: "roboto", 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 #3ed1c1;
		padding-bottom: 50px; }
		@media screen and (max-width: 1200px) {
		.how-we-work_wrapper .content-item .content-item_real {
		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 #3ed1c1;
		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: #333;
		font-family: "roboto", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 700;
		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: "roboto", Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 25px; }
		@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: 50px; }
		@media screen and (max-width: 1200px) {
		.how-we-work_wrapper .content-item .content-item_shadow {
		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: 60px 30px; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper {
	padding: 40px 30px; } }
	@media screen and (max-width: 600px) {
	.form-with-phone_wrapper {
	padding: 10px; } }
	.form-with-phone_wrapper.inverse {
	background-color: #212121; }
	.form-with-phone_wrapper .form-with-phone_inner {
	max-width: 1138px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border: 1px solid #a7a7a7;
	border-radius: 10px; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper .form-with-phone_inner {
	max-width: 940px;
	-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; } }
	.form-with-phone_wrapper .title {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 30px;
	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: 30px;
	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: 1px solid #aeaeae;
	padding: 30px 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper .form-part {
	border-right: none;
	border-bottom: 1px solid #aeaeae;
	padding: 30px 40px 55px 40px; } }
	@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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	width: auto !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 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	width: auto !important;
	max-width: 57%; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper .column.last {
	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 #b5b5b5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #dadada;
	border-radius: 6px;
	background: #fff; }
	.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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	padding: 13px 18px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	border: 1px solid #b5b5b5;
	color: #000;
	border: 1px solid #dadada;
	border-radius: 6px;
	background: #fff;
	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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 19px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #3ed1c1;
	border-radius: 40px; }
	@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: 24px; } }
	@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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #dadada;
	border-radius: 3px;
	color: #000;
	background: #fff;
	width: 100%;
	padding: 10px 18px; }
	.form-with-phone_wrapper .tpl-field.type-select select {
	outline-style: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	font-size: 16px;
	font-family: 'PtSans', Arial, Helvetica, sans-serif;
	border: 1px solid #dadada;
	border-radius: 3px;
	color: #000;
	background: #fff;
	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;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper .phone-part {
	padding: 30px 40px 40px 40px; }
	.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 {
	margin-bottom: 20px; }
	.form-with-phone_wrapper .phone-part .item:last-child {
	margin-bottom: 0; }
	@media screen and (max-width: 1200px) {
	.form-with-phone_wrapper .phone-part .item {
	display: inline-block;
	width: 220px;
	padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	margin-bottom: 0;
	vertical-align: top; } }
	@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: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	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: 'roboto', 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; } }