@import "fonts.css";
.title-page {
	/* tooltip */
	/* tooltip for horizontal */
}

html.title-page {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.title-page body {
	margin: 0;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.title-page body::before {
	content: "";
	height: 1px;
	display: block;
	margin-top: -1px;
}

.title-page article,
.title-page aside,
.title-page details,
.title-page figcaption,
.title-page figure,
.title-page footer,
.title-page header,
.title-page hgroup,
.title-page main,
.title-page menu,
.title-page nav,
.title-page section,
.title-page summary {
	display: block;
}

.title-page audio,
.title-page canvas,
.title-page progress,
.title-page video {
	display: inline-block;
	vertical-align: baseline;
}

.title-page audio:not([controls]) {
	display: none;
	height: 0;
}

.title-page [hidden],
.title-page template {
	display: none;
}

.title-page a {
	background-color: transparent;
	color: inherit;
}

.title-page a:active,
.title-page a:hover {
	outline: 0;
}

.title-page abbr[title] {
	border-bottom: 1px dotted;
}

.title-page b,
.title-page strong {
	font-weight: bold;
}

.title-page dfn {
	font-style: italic;
}

.title-page h1 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.title-page mark {
	background: #ff0;
	color: #000;
}

.title-page small {
	font-size: 80%;
}

.title-page sub,
.title-page sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.title-page sup {
	top: -0.5em;
}

.title-page sub {
	bottom: -0.25em;
}

.title-page img {
	border: 0;
}

.title-page svg:not(:root) {
	overflow: hidden;
}

.title-page figure {
	margin: 1em 40px;
}

.title-page hr {
	box-sizing: content-box;
	height: 0;
}

.title-page pre {
	overflow: auto;
}

.title-page code,
.title-page kbd,
.title-page pre,
.title-page samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

.title-page button,
.title-page input,
.title-page optgroup,
.title-page select,
.title-page textarea {
	color: #000;
	font: inherit;
	margin: 0;
}

.title-page button {
	overflow: visible;
}

.title-page button,
.title-page select {
	text-transform: none;
}

.title-page button,
html.title-pageinput[type="button"],
.title-page input[type="reset"],
.title-page input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.title-page button[disabled],
html.title-pageinput[disabled] {
	cursor: default;
}

.title-page button::-moz-focus-inner,
.title-page input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.title-page input {
	line-height: normal;
}

.title-page input[type="checkbox"],
.title-page input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.title-page input[type="number"]::-webkit-inner-spin-button,
.title-page input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

.title-page input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

.title-page input[type="search"]::-webkit-search-cancel-button,
.title-page input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.title-page fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

.title-page legend {
	border: 0;
	padding: 0;
}

.title-page textarea {
	overflow: auto;
}

.title-page optgroup {
	font-weight: bold;
}

.title-page table {
	border-collapse: collapse;
	border-spacing: 0;
}

.title-page body.noscroll {
	overflow: hidden !important;
}

.title-page .removed,
.title-page .hidden {
	display: none !important;
}

.title-page .editorElement,
.title-page .layout {
	box-sizing: border-box;
	padding-top: 0.02px;
	padding-bottom: 0.02px;
}

.title-page .editorElement {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.title-page .vertical-middle {
	white-space: nowrap;
}

.title-page .vertical-middle>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.title-page .vertical-middle::after {
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.title-page .wrapper {
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-height: 100vh;
	overflow: hidden;
	max-width: 100%;
}

.title-page .wrapper>* {
	max-width: 100%;
}

.title-page .editorElement .removed+.delimiter,
.title-page .editorElement .delimiter:first-child {
	display: none;
}

.title-page .wm-input-default {
	border: none;
	background: none;
	padding: 0;
}

@keyframes show_hide {
	0% {
		left: 85%;
		opacity: 0;
		width: auto;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
	20% {
		left: 100%;
		opacity: 1;
		width: auto;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
	100% {
		left: 100%;
		opacity: 1;
		width: auto;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
}

@keyframes show_hide_after {
	0% {
		width: 5px;
		height: 5px;
	}
	100% {
		width: 5px;
		height: 5px;
	}
}

@keyframes horizontal_show_hide {
	0% {
		top: 95%;
		opacity: 0;
		width: 100%;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
	20% {
		top: 100%;
		opacity: 1;
		width: 100%;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
	100% {
		top: 100%;
		opacity: 1;
		width: 100%;
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
}

.title-page .wm-tooltip {
	display: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	background: #fbfddd;
	color: #ca3841;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	white-space: normal;
	box-sizing: border-box;
}

.title-page .wm-tooltip::after {
	content: "";
	font-size: 0;
	background: inherit;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -2px 0 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
	transform: rotate(45deg);
}

.title-page .error .wm-tooltip {
	display: block;
	padding: 0;
	font-size: 0;
	animation: horizontal_show_hide 4s;
}

.title-page .error .wm-tooltip::after {
	left: 50%;
	top: 0;
	margin: -2px 0 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
	width: 0;
	height: 0;
	animation: show_hide_after 4s;
}

.title-page .horizontal_mode .wm-tooltip {
	top: 100%;
	left: 0;
	width: 100%;
	white-space: normal;
	margin: 5px 0 0;
	text-align: center;
}

.title-page .horizontal_mode .wm-tooltip::after {
	left: 50%;
	top: 0;
	margin: -2px 0 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}

.title-page .error .horizontal_mode .wm-tooltip,
.title-page .horizontal_mode .error .wm-tooltip {
	animation: horizontal_show_hide 4s;
}

.title-page table.table0 td,
.title-page table.table1 td,
.title-page table.table2 td,
.title-page table.table2 th {
	padding: 5px;
	border: 1px solid #dedede;
	vertical-align: top;
}

.title-page table.table0 td {
	border: none;
}

.title-page table.table2 th {
	padding: 8px 5px;
	background: #eb3c3c;
	border: 1px solid #dedede;
	font-weight: normal;
	text-align: left;
	color: #fff;
}

.title-page .for-mobile-view {
	overflow: auto;
}

.title-page .side-panel,
.title-page .side-panel-button,
.title-page .side-panel-mask,
.title-page .side-panel-content {
	display: none;
}

.title-page .align-elem {
	flex-grow: 1;
	max-width: 100%;
}

.title-page html.mobile div {
	background-attachment: scroll;
}

.title-page .ui-datepicker {
	font-size: 14px !important;
	z-index: 999999 !important;
}

.title-page .wm-video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.title-page .wm-video video {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title-page .wm-video.vertical video {
	max-width: none;
	max-height: 100%;
}

.title-page body {
	background: #fff;
}

.title-page .wrapper {
	position: relative;
	font-family: IBM Plex Sans, sans-serif;
	color: #000;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-33 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: #29a83f;
	max-width: 100%;
	z-index: 13;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-4 .layout_5 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-4 .layout_6 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-4 {
	margin: 0 auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 1;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-3 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	min-height: 0;
	z-index: 2;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	padding-top: 4px;
}

.title-page .widget-3 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: undefined;
	box-sizing: border-box;
	width: auto;
	right: 0;
	-webkit-box-shadow: 0px 0px 0px 7px #fff, 0px 13px 13px rgba(23, 71, 19, 0.5);
	-moz-box-shadow: 0px 0px 0px 7px #fff, 0px 13px 13px rgba(23, 71, 19, 0.5);
	box-shadow: 0px 0px 0px 7px #fff, 0px 13px 13px rgba(23, 71, 19, 0.5);
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.title-page .email-4 p:first-child {
	margin-top: 0;
}

.title-page .email-4 p:last-child {
	margin-bottom: 0;
}

.title-page .email-4 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .email-4 .cell-icon {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .email-4 .icon {
	border: none;
	box-sizing: border-box;
	height: 16px;
	width: 44px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTE3IDE2YTMgMyAwIDEgMS0yLjgzIDJIOS44M2EzIDMgMCAxIDEtNS42Mi0uMUEzIDMgMCAwIDEgNSAxMlY0SDNhMSAxIDAgMSAxIDAtMmgzYTEgMSAwIDAgMSAxIDF2MWgxNGExIDEgMCAwIDEgLjkgMS40NWwtNCA4YTEgMSAwIDAgMS0uOS41NUg1YTEgMSAwIDAgMCAwIDJoMTJ6TTcgMTJoOS4zOGwzLTZIN3Y2em0wIDhhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyem0xMCAwYTEgMSAwIDEgMCAwLTIgMSAxIDAgMCAwIDAgMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZhNGMzMSI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 30px no-repeat;
	margin-right: 5px;
	min-height: 44px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .email-4 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .email-4 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	min-height: 44px;
	padding-top: 5px;
	padding-left: 5px;
}

.title-page .email-4 .title {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	font-family: IBM Plex Sans, sans-serif;
	color: #000;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-transform: none;
	text-decoration: none;
	font-size: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .email-4 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	font-family: IBM Plex Sans, sans-serif;
	color: #d8382d;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	text-transform: none;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 3px;
}

.title-page .email-4 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .email-4 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .block-2 {
	margin: 4px 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	padding-right: 35px;
}

.title-page .widget-2 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding-right: 20px;
	padding-left: 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	width: auto;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	right: 0;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a .has-child-icon {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	margin-right: 5px;
	width: 12px;
	min-height: 12px;
	background: #000;
}

.title-page .menu-3 .menu-scroll>ul ul>li.delimiter {
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 2px;
	height: auto;
	width: auto;
	background: #999;
}

.title-page .menu-3 .menu-scroll>ul ul>li>a .has-child-icon {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	margin-right: 5px;
	width: 12px;
	min-height: 12px;
	background: #000;
}

.title-page .menu-3 .menu-button {
	box-sizing: border-box;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 50px;
	min-height: 50px;
	padding: 10px 15px;
	background: #333;
	color: #fff;
	font-size: 17px;
}

.title-page .menu-3 .menu-scroll {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .menu-3 .menu-scroll>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .menu-3 .menu-scroll>ul>li.home-button>a {
	padding: 5px 15px;
	margin: 2px;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	font-size: 0;
	line-height: 1.4;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .menu-3 .menu-scroll>ul>li.delimiter {
	margin: auto 0;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 0;
	width: 1px;
	min-height: 35px;
	background: rgba(214, 214, 214, 0.2);
	box-sizing: border-box;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	flex: 0 1 auto;
	box-sizing: border-box;
	position: relative;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a {
	padding: 5px 15px;
	margin: 0;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: auto;
	position: relative;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	font-style: normal;
	letter-spacing: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
	text-transform: none;
	min-height: 40px;
	align-self: auto;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .menu-3 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .menu-3 .menu-scroll>ul>li.menu-item>a.active {
	-webkit-box-shadow: 0px 3px 0px #fff;
	-moz-box-shadow: 0px 3px 0px #fff;
	box-shadow: 0px 3px 0px #fff;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a .menu-item-image {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 5px;
	font-size: 0;
	line-height: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	min-height: 40px;
	width: 40px;
	overflow: hidden;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a .img-convert {
	margin: auto;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-inline-flex;
	display: inline-flex;
	overflow: hidden;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: none;
	display: -webkit-flex;
	display: flex;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item>a .menu-item-text {
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .menu-3 .menu-scroll>ul>li.home-button {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .menu-3 .menu-scroll>ul>li.more-button {
	display: none;
	margin-left: auto;
	position: relative;
}

.title-page .menu-3 .menu-scroll>ul ul {
	padding: 5px;
	margin: 5px 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #eee;
	list-style: none;
	width: 200px;
	display: none;
	z-index: 10;
	box-sizing: border-box;
}

.title-page .menu-3 .menu-scroll>ul ul>li {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}

.title-page .menu-3 .menu-scroll>ul ul>li>a {
	padding: 5px 10px;
	cursor: pointer;
	display: block;
	background: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}

.title-page .menu-3 .menu-scroll>ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.title-page .menu-3 .menu-scroll>ul>li.more-button>a {
	padding: 5px 10px;
	margin: 2px 0 2px 2px;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	background: #333;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-style: normal;
	letter-spacing: 0;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-transform: none;
}

.title-page .menu-3 .menu-scroll>ul>li.more-button>ul {
	left: auto;
	right: 0;
}

.title-page .menu-3 .menu-scroll>ul>li.more-button.disabled {
	display: none;
}

.title-page .menu-3 .menu-scroll>ul>li.more-button .menu-item-image {
	display: none;
}

.title-page .menu-3 .menu-scroll>ul>li.menu-item ul li.delimiter:first-child {
	display: none;
}

.title-page .block-9 .layout_12 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-9 .layout_22 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-9 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 12;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
}

.title-page .block-6 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 350px;
	min-height: 0;
	z-index: 2;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .widget-4 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	box-sizing: border-box;
	width: 310px;
	min-height: 50px;
	font-size: 25px;
}

.title-page .site-name-8 .sn-wrap {
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
}

.title-page .site-name-8 .sn-logo {
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	max-width: 100%;
}

.title-page .site-name-8 img {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	border: none;
	text-align: left;
}

.title-page .site-name-8 .sn-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	text-align: left;
}

.title-page .site-name-8 a {
	text-decoration: none;
	outline: none;
}

.title-page .block-10 .layout_11 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-10 .layout_13 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-10 .layout_16 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-10 {
	margin: 20px 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	right: 0;
}

.title-page .block-5 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 3;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	right: 0;
}

.title-page .widget-6 {
	margin: 15px auto 0;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	min-height: 35px;
	z-index: 2;
	color: #2aa83f;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9ImctMiI+PGcgaWQ9ImctMyI+PHBhdGggZD0iTTEzNi4zLDQ3My4zYy0yMC4xLDAtMzYtNS4zLTQ1LjktMTUuMmMtMi43LTIuNy01LjctNS41LTguOC04LjVjLTE3LjktMTctNDAuMi0zOC4yLTM5LTY1LjcgICAgYzAuOC0xOC45LDEyLjMtMzcuMSwzNS4zLTU1LjZjMjcuMi0yMS44LDQ4LjUtMzIsNjctMzJjMjMsMCwzNy43LDE0LjksNTMuMywzMC43YzEuNiwxLjYsMy4yLDMuMyw0LjksNC45YzEsMSwyLjYsMi4xLDYsMi4xICAgIGM5LjksMCwzNS40LTguOSw5NS4xLTY4LjZjMjUuOC0yNS44LDQ0LjctNDcuOCw1Ni4xLTY1LjRjMTEuNC0xNy41LDE1LjMtMzAuOSwxMC40LTM1LjhjLTEuNy0xLjctMy4zLTMuMy00LjktNC45ICAgIGMtMTQuMi0xNC0yNy42LTI3LjEtMzAuMy00Ni40Yy0yLjktMjAuNCw2LjktNDMuMiwzMS41LTczLjljMTkuMS0yMy44LDM4LTM1LjQsNTcuNi0zNS40YzI2LjUsMCw0Ny4xLDIxLjcsNjMuNiwzOS4xICAgIGMyLjksMy4xLDUuNyw2LDguNCw4LjdjMTAuMiwxMC4yLDE1LjQsMjYuNSwxNS4yLDQ3LjJjLTAuMiwxOS41LTUuMyw0My0xNC43LDY4Yy0yMS4zLDU2LjYtNjMuNCwxMTguMS0xMTguNSwxNzMuMiAgICBjLTQyLjUsNDIuNS04OC44LDc3LjQtMTM0LjEsMTAwLjlDMjA0LjYsNDYxLjgsMTY2LjEsNDczLjMsMTM2LjMsNDczLjN6IE0xNDQuOSwzMTcuNWMtMTMuMywwLTMwLjksOC45LTUzLjgsMjcuMyAgICBjLTE3LjcsMTQuMi0yNywyNy43LTI3LjUsNDAuMWMtMC43LDE3LjksMTYuOSwzNC43LDMyLjUsNDkuNWMzLjIsMyw2LjIsNS45LDkuMSw4LjhjNS44LDUuOCwxNi44LDksMzEsOSAgICBjMjYuNSwwLDYxLjYtMTAuNiw5OC43LTMwYzQzLjMtMjIuNiw4Ny45LTU2LjEsMTI4LjktOTcuMWM1My01Myw5My40LTExMS45LDExMy43LTE2NS43YzE5LjYtNTIuMSwxNC42LTgyLjYsNC4zLTkyLjggICAgYy0yLjktMi45LTUuOC01LjktOC44LTkuMWMtMTQuNS0xNS4yLTMwLjktMzIuNS00OC40LTMyLjVjLTEyLjcsMC0yNi41LDkuMy00MS4yLDI3LjVjLTIwLjIsMjUuMS0yOSw0NC0yNy4xLDU3LjggICAgYzEuNywxMi4yLDExLjYsMjEuOSwyNC4yLDM0LjNjMS43LDEuNiwzLjMsMy4zLDUsNWMxMy4yLDEzLjIsMTAuNywzNC4xLTcuNiw2Mi4yYy0xMi4yLDE4LjgtMzIsNDEuOS01OC45LDY4LjggICAgYy01MSw1MS04Niw3NC44LTExMCw3NC44Yy04LjMsMC0xNS41LTIuOS0yMS04LjNjLTEuNy0xLjctMy40LTMuNC01LTVDMTY3LjgsMzI2LjMsMTU4LjQsMzE3LjUsMTQ0LjksMzE3LjV6IiBmaWxsPSIjODA5MjllIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L2c+PHBhdGggZD0iTTEwLjYsNTA4LjJjLTEuMSwwLTIuMi0wLjItMy4zLTAuNWMtNS41LTEuOC04LjUtNy44LTYuNy0xMy4zYzE2LjYtNDkuOSw2Ny41LTc0LjcsNjkuNi03NS44ICAgYzUuMy0yLjUsMTEuNi0wLjMsMTQuMSw1YzIuNSw1LjIsMC4zLDExLjUtNC45LDE0LjFsMCwwYy0wLjQsMC4yLTQ1LDIyLjEtNTguNyw2My40QzE5LjEsNTA1LjQsMTUsNTA4LjIsMTAuNiw1MDguMnoiIGZpbGw9IiM4MDkyOWUiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=") right 8px top calc(50% - 1px) / 20px no-repeat, repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding-bottom: 4px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	font-weight: bold;
	padding-right: 15px;
}

.title-page .widget-5 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: undefined;
	box-sizing: border-box;
	width: 200px;
}

.title-page .widget-5:hover,
.title-page .widget-5.hover,
.title-page .widget-5.active {
	border: none;
}

.title-page .phones-9 p:first-child {
	margin-top: 0;
}

.title-page .phones-9 p:last-child {
	margin-bottom: 0;
}

.title-page .phones-9 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .phones-9 .cell-icon {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .phones-9 .icon {
	border: none;
	box-sizing: border-box;
	height: 16px;
	width: 22px;
	background: url("../images/icon_3325016.svg") left 50% top 50% / 17px no-repeat;
	margin-right: 5px;
	min-height: 22px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .phones-9 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .phones-9 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .phones-9 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .phones-9 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 17px;
	padding-left: 5px;
	font-weight: 600;
}

.title-page .phones-9 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .phones-9 .text_body a {
	text-decoration: none;
	color: inherit;
}

.title-page .phones-9 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .block-7 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 2;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	right: 0;
}

.title-page .widget-11 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: undefined;
	box-sizing: border-box;
	width: 200px;
	right: 0;
	max-width: 100%;
}

.title-page .email-19 p:first-child {
	margin-top: 0;
}

.title-page .email-19 p:last-child {
	margin-bottom: 0;
}

.title-page .email-19 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .email-19 .cell-icon {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .email-19 .icon {
	border: none;
	box-sizing: border-box;
	height: 16px;
	width: 22px;
	background: url("../images/icon_134146.svg") left 50% top 50% / 18px no-repeat;
	margin-right: 5px;
	min-height: 22px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .email-19 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .email-19 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .email-19 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .email-19 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	color: #ee2e36;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-decoration: underline;
	font-size: 15px;
	min-height: 22px;
	padding-left: 5px;
}

.title-page .email-19 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .email-19 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .widget-8 {
	margin: 15px auto 0;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	min-height: 35px;
	z-index: 1;
	color: #2aa83f;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OCA0OCIgaGVpZ2h0PSI0OHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJzdmctMSI+PGcgaWQ9IkV4cGFuZGVkIj48ZyBpZD0iZy0zIj48ZyBpZD0iZy00Ij48cGF0aCBkPSJNNDQsNDBINGMtMi4yMDYsMC00LTEuNzk0LTQtNFYxMmMwLTIuMjA2LDEuNzk0LTQsNC00aDQwYzIuMjA2LDAsNCwxLjc5NCw0LDR2MjRDNDgsMzguMjA2LDQ2LjIwNiw0MCw0NCw0MHogTTQsMTAgICAgIGMtMS4xMDMsMC0yLDAuODk3LTIsMnYyNGMwLDEuMTAzLDAuODk3LDIsMiwyaDQwYzEuMTAzLDAsMi0wLjg5NywyLTJWMTJjMC0xLjEwMy0wLjg5Ny0yLTItMkg0eiIgaWQ9InBhdGgtNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjODA5MjllIj48L3BhdGg+PC9nPjxnIGlkPSJnLTYiPjxwYXRoIGQ9Ik0yNCwyOS4xOTFMNi40NTcsMTcuODRjLTAuNDY0LTAuMzAxLTAuNTk3LTAuOTE5LTAuMjk3LTEuMzgzczAuOTE5LTAuNTk2LDEuMzgzLTAuMjk3TDI0LDI2LjgwOUw0MC40NTcsMTYuMTYgICAgIGMwLjQ2NC0wLjI5OSwxLjA4My0wLjE2NywxLjM4MywwLjI5N3MwLjE2NywxLjA4Mi0wLjI5NywxLjM4M0wyNCwyOS4xOTF6IiBpZD0icGF0aC03IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiM4MDkyOWUiPjwvcGF0aD48L2c+PGcgaWQ9ImctOCI+PHBhdGggZD0iTTYuMDAxLDM0Yy0wLjMyMywwLTAuNjQxLTAuMTU2LTAuODMzLTAuNDQ1Yy0wLjMwNy0wLjQ2LTAuMTgzLTEuMDgsMC4yNzctMS4zODdsOS02YzAuNDYtMC4zMDcsMS4wODEtMC4xODMsMS4zODcsMC4yNzcgICAgIGMwLjMwNywwLjQ2LDAuMTgzLDEuMDgtMC4yNzcsMS4zODdsLTksNkM2LjM4NCwzMy45NDUsNi4xOTEsMzQsNi4wMDEsMzR6IiBpZD0icGF0aC05IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiM4MDkyOWUiPjwvcGF0aD48L2c+PGcgaWQ9ImctMTAiPjxwYXRoIGQ9Ik00MS45OTksMzRjLTAuMTksMC0wLjM4My0wLjA1NS0wLjU1NC0wLjE2OGwtOS02Yy0wLjQ2LTAuMzA3LTAuNTg0LTAuOTI3LTAuMjc3LTEuMzg3ICAgICBjMC4zMDYtMC40NiwwLjkyNi0wLjU4NCwxLjM4Ny0wLjI3N2w5LDZjMC40NiwwLjMwNywwLjU4NCwwLjkyNywwLjI3NywxLjM4N0M0Mi42NCwzMy44NDQsNDIuMzIyLDM0LDQxLjk5OSwzNHoiIGlkPSJwYXRoLTExIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiM4MDkyOWUiPjwvcGF0aD48L2c+PC9nPjwvZz48L3N2Zz4=") right 11px top calc(50% - 1px) / 19px no-repeat, repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding-bottom: 4px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	font-weight: bold;
	padding-right: 15px;
}

.title-page .block-8 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	right: 0;
}

.title-page .widget-12 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
	text-align: undefined;
	box-sizing: border-box;
	width: 250px;
	right: 0;
}

.title-page .address-20 p:first-child {
	margin-top: 0;
}

.title-page .address-20 p:last-child {
	margin-bottom: 0;
}

.title-page .address-20 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .address-20 .cell-icon {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .address-20 .icon {
	border: none;
	box-sizing: border-box;
	height: 16px;
	width: 22px;
	background: url("../images/icon_3915320.svg") left 50% top 50% / 18px no-repeat;
	margin-right: 5px;
	min-height: 22px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .address-20 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .address-20 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .address-20 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .address-20 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 14px;
	padding-left: 5px;
}

.title-page .address-20 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .address-20 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .widget-9 {
	margin: 15px 0 0 29px;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	min-height: 35px;
	z-index: 3;
	color: #2aa83f;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IHN0cm9rZS1saW5lY2FwOiByb3VuZDsgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsgfQo8L3N0eWxlPjwvZGVmcz48dGl0bGUgaWQ9InRpdGxlLTQiPjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzcuMjMsMzBjMi40NC0zLjQ1LDQuMzUtNy4xNSw0LjM1LTExLjU3YTE3LjUsMTcuNSwwLDAsMC0zNSwwYzAsNS43MiwyLjkyLDkuNjYsNi4yNCwxNEwyMy45MSw0N2MwLjIsMC4yNiwzLjg1LTQuNjEsNC4xNi01cTIuMS0yLjY5LDQuMTYtNS40MUMzMy44NiwzNC40MSwzNS42NiwzMi4yNywzNy4yMywzMFoiIGZpbGw9IiMwMDAwMDAiIHN0cm9rZT0iIzgwOTI5ZSIgc3Ryb2tlLXdpZHRoPSIycHgiIHN0cm9rZS1vcGFjaXR5PSIxIiBpZD0icGF0aC01IiBmaWxsLW9wYWNpdHk9IjAiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPjxlbGxpcHNlIGNsYXNzPSJjbHMtMSIgY3g9IjI0LjA5IiBjeT0iMTgiIHJ4PSI4LjA0IiByeT0iOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODA5MjllIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJlbGxpcHNlLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9lbGxpcHNlPjwvc3ZnPg==") right 11px top calc(50% - 1px) / 16px no-repeat, repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding-bottom: 4px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #29a83f;
	font-weight: bold;
	padding-right: 15px;
}

.title-page .block-11 {
	padding: 9px;
	margin: 15px auto 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	background: #fff;
	z-index: 11;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.title-page .widget-14 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	box-sizing: border-box;
	min-height: 0;
	width: auto;
	right: 0;
}

.title-page .editable_block-25 p:first-child {
	margin-top: 0;
}

.title-page .editable_block-25 p:last-child {
	margin-bottom: 0;
}

.title-page .editable_block-25 .header {
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-25 .body {
	box-sizing: border-box;
	display: block;
	position: relative;
	min-width: 0;
	min-height: 0;
}

.title-page .editable_block-25 .title {
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .editable_block-25 .image {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-25 .item-label {
	padding: 2px 5px;
	border: none;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjUxMnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNDA1LjIsMjMyLjlMMTI2LjgsNjcuMmMtMy40LTItNi45LTMuMi0xMC45LTMuMmMtMTAuOSwwLTE5LjgsOS0xOS44LDIwSDk2djM0NGgwLjFjMCwxMSw4LjksMjAsMTkuOCwyMCAgYzQuMSwwLDcuNS0xLjQsMTEuMi0zLjRsMjc4LjEtMTY1LjVjNi42LTUuNSwxMC44LTEzLjgsMTAuOC0yMy4xQzQxNiwyNDYuNyw0MTEuOCwyMzguNSw0MDUuMiwyMzIuOXoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2U3ZjJmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #e83131;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 0;
	min-height: 50px;
	width: 70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	right: auto;
	margin-left: -35px;
	bottom: auto;
	margin-top: -25px;
	align-self: auto;
}

.title-page .editable_block-25 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .editable_block-25 .img-convert {
	box-sizing: border-box;
	width: auto;
	height: 350px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .editable_block-25 .img-convert iframe,
.title-page .editable_block-25 .img-convert video,
.title-page .editable_block-39 .img-convert iframe,
.title-page .editable_block-39 .img-convert video {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-25 .text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .block-12 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	z-index: 10;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	padding-top: 0.02px;
	padding-bottom: 0.02px;
}

.title-page .block-34 {
	padding: 15px 45px;
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: #29a83f;
	max-width: 100%;
	z-index: 4;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}

.title-page .widget-35 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	width: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	right: 0;
}

.title-page .search-68 form {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .search-68 input {
	padding: 0.02px 4px 4px 16px;
	margin: 0;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
	background: #fff;
	font-size: 14px;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
	outline: none;
	min-height: 35px;
	width: 0;
	height: 0;
	max-width: 100%;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .search-68 button {
	padding: 3px 4px;
	margin: 0 0 0 5px;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48Y2lyY2xlIGN4PSIxMC41IiBjeT0iMTAuNSIgcj0iNy41IiBpZD0iY2lyY2xlLTIiIGZpbGwtb3BhY2l0eT0iMCIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZT0iI2UwZmZmZiIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L2NpcmNsZT48bGluZSB4MT0iMjEiIHgyPSIxNS44IiB5MT0iMjEiIHkyPSIxNS44IiBpZD0ibGluZS0zIiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjZTdmMmZmIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvbGluZT48L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
	font-size: 14px;
	outline: none;
	min-width: 24px;
	min-height: 35px;
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	width: 35px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .search-68 button span {
	box-sizing: border-box;
	display: inline-block;
	min-width: 14px;
}

.title-page .search-68 input:focus {
	outline: none;
}

.title-page .search-68 button:focus {
	outline: none;
}

.title-page .search-68 .slide_search {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.title-page .search-68 ::-webkit-input-placeholder {
	color: #ababab;
}

.title-page .search-68 ::-moz-placeholder {
	color: #ababab;
}

.title-page .search-68 :-ms-input-placeholder {
	color: #ababab;
}

.title-page .widget-16 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.title-page .blocklist-28 p:first-child {
	margin-top: 0;
}

.title-page .blocklist-28 p:last-child {
	margin-bottom: 0;
}

.title-page .blocklist-28 .header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.title-page .blocklist-28 .header_text {
	font-size: 20px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-28 .description {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-28 .body {
	margin: 0 -10px;
	box-sizing: border-box;
}

.title-page .blocklist-28 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-28 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-28 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
	box-sizing: border-box;
}

.title-page .blocklist-28 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: auto;
}

.title-page .blocklist-28 .item {
	margin: 10px;
	position: relative;
	width: 154px;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	flex-basis: auto;
}

.title-page .blocklist-28 .item a {
	text-decoration: none;
}

.title-page .blocklist-28 .text {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-28 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-28 .image {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-28 .item-label {
	padding: 2px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #e83131;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-28 .img-convert {
	box-sizing: border-box;
	width: 180px;
	height: 85px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-28 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .blocklist-28 .title {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	color: #34a44c;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	font-size: 17px;
}

.title-page .blocklist-28 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-28 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-28 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-28 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-28 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-28 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-28 .more {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-28 .more>a {
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.title-page .blocklist-28 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .blocklist-28 .columns-table {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.title-page .blocklist-28 .columns-cell {
	display: table-cell;
	vertical-align: top;
}

.title-page .blocklist-28 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-28 .footer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-28 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-28 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: none;
	box-sizing: border-box;
	margin-top: -10px;
	z-index: 1;
}

.title-page .blocklist-28 .prev {
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
	box-sizing: border-box;
}

.title-page .blocklist-28 .next {
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
	box-sizing: border-box;
}

.title-page .blocklist-28 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-28 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-28 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: none;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-28 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-28 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-28 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-28 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-28 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-28 .pager-wrap {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-28 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-28 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-28 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-28 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-28 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-28 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-14 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	max-width: 100%;
	z-index: 9;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	padding-top: 0.02px;
	padding-bottom: 0.02px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-13 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	z-index: 1;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}

.title-page .widget-18 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
}

.title-page .blocklist-30 p:first-child {
	margin-top: 0;
}

.title-page .blocklist-30 p:last-child {
	margin-bottom: 0;
}

.title-page .blocklist-30 .header {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding-bottom: 15px;
	padding-top: 15px;
	background: #29a83f;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

.title-page .blocklist-30 .header_text {
	font-size: 30px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	color: #fff;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	font-weight: 300;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .blocklist-30 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-30 .description {
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-30 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-30 .body {
	margin: 0 -10px;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-30 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-30 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-30 .bx-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1221px;
}

.title-page .blocklist-30 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .blocklist-30 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 1220px;
}

.title-page .blocklist-30 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 33.33%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .blocklist-30 .item {
	margin: 10px;
	position: relative;
	width: auto;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	text-align: left;
	left: 0;
	right: 0;
	flex-basis: 100%;
	padding-bottom: 15px;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
}

.title-page .blocklist-30 .text {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
}

.title-page .blocklist-30 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-30 .image {
	border: none;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-30 .item-label {
	padding: 2px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #e83131;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-30 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-30 .img-convert {
	border: none;
	box-sizing: border-box;
	width: auto;
	height: 180px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-30 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-30 .image-inner {
	border: none;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-30 .title {
	padding: 8px 25px;
	border: none;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	color: #fff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	font-size: 29px;
	min-height: 180px;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-text-shadow: 0px 8px 19px #000;
	-moz-text-shadow: 0px 8px 19px #000;
	text-shadow: 0px 8px 19px #000;
	background: repeating-linear-gradient(to bottom right, rgba(34, 16, 111, 0.38) 0%, rgba(33, 68, 151, 0.38) 100%);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-30 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-30 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-30 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-30 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-30 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-30 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-30 .more {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-30 .more>a {
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.title-page .blocklist-30 .columns-table {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.title-page .blocklist-30 .columns-cell {
	display: table-cell;
	vertical-align: top;
}

.title-page .blocklist-30 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-30 .footer {
	text-align: left;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-30 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-30 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-top: 4px;
	z-index: 1;
	text-align: justify;
	margin-right: -20px;
	margin-left: -20px;
}

.title-page .blocklist-30 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: Open Sans, sans-serif;
}

.title-page .blocklist-30 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}

.title-page .blocklist-30 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-30 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-30 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-30 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-30 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-30 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-30 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-30 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-30 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-30 .pager-wrap {
	box-sizing: border-box;
	display: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-30 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-30 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-30 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-30 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-30 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .block-15 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	z-index: 8;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.title-page .widget-38 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: right;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	width: auto;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	right: 0;
	padding-bottom: 13px;
	padding-right: 45px;
	padding-left: 45px;
	background: #2aa83f;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}

.title-page .widgetsocial-72 .soc-header {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1;
	margin-bottom: -29px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding-top: 23px;
	margin-right: 300px;
}

.title-page .widgetsocial-72 .soc-content {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
	text-align: inherit;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.title-page .widgetsocial-72 .soc-item {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: left;
}

.title-page .widgetsocial-72 .soc {
	margin: 2px 14px 2px 2px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	vertical-align: middle;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-decoration: none;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	text-align: center;
}

.title-page .widgetsocial-72 .vk .wg-soc-icon {
	border: none;
	background: url("../images/icon_4375169.svg") left 50% top 50% / 46px no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .fb .wg-soc-icon {
	border: none;
	background: url("../images/icon_4362952.svg") left 50% top 50% / auto auto no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .tw .wg-soc-icon {
	border: none;
	background: url("../images/icon_834715.svg") left 50% top 50% / 40px no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .google .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .ins .wg-soc-icon {
	border: none;
	background: url("../images/icon_2609573.svg") left 50% top 50% / auto auto no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .ok .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .mail .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .pin .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .lj .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .my .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .youtube .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .telegram .wg-soc-icon {
	border: none;
	background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .whatsapp .wg-soc-icon {
	border: none;
	background: url("../images/icon_3146786.svg") left 50% top 50% / auto auto no-repeat;
	width: 40px;
	min-height: 40px;
	text-align: left;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widgetsocial-72 .wg-soc-icon {
	box-sizing: border-box;
	min-width: 20px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .widgetsocial-72 .wg-soc-title {
	display: -webkit-inline-flex;
	display: inline-flex;
	text-align: left;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	line-height: 1;
	word-break: break-word;
}

.title-page .widget-19 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
	padding-bottom: 5px;
}

.title-page .blocklist-33 .header {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #2aa83f;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-height: 66px;
}

.title-page .blocklist-33 .header_text {
	font-size: 30px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	color: #fff;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	font-weight: 300;
}

.title-page .blocklist-33 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-33 .description {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-33 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-33 .body {
	margin: 0 -10px;
	box-sizing: border-box;
}

.title-page .blocklist-33 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-33 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-33 .bx-wrapper {
	max-width: 1220px;
}

.title-page .blocklist-33 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .blocklist-33 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 1220px;
}

.title-page .blocklist-33 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 20%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .blocklist-33 .item {
	margin: 10px;
	position: relative;
	width: auto;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	left: 0;
	right: 0;
	flex-basis: 100%;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
}

.title-page .blocklist-33 .text {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-33 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-33 .image {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-33 .item-label {
	padding: 2px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #e83131;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-33 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-33 .img-convert {
	border: none;
	box-sizing: border-box;
	width: auto;
	height: 208px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-33 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-33 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .blocklist-33 .title {
	font-weight: normal;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	color: #574b35;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 5px;
}

.title-page .blocklist-33 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-33 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-33 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-33 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-33 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-33 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-33 .more {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-33 .more>a {
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.title-page .blocklist-33 .columns-table {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.title-page .blocklist-33 .columns-cell {
	display: table-cell;
	vertical-align: top;
}

.title-page .blocklist-33 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-33 .footer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-33 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-33 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-top: -10px;
	z-index: 1;
	text-align: justify;
	margin-right: -20px;
	margin-left: -20px;
}

.title-page .blocklist-33 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.title-page .blocklist-33 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
}

.title-page .blocklist-33 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-33 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-33 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-33 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-33 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-33 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-33 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-33 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-33 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-33 .pager-wrap {
	box-sizing: border-box;
	display: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-33 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-33 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-33 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-33 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-33 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-33 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-17 {
	margin: 51px 0 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: url("../images/gg.png") left calc(50% - 247px) top 50% / 780px no-repeat #ebebeb;
	max-width: 100%;
	z-index: 7;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-box-shadow: inset 0px 15px 0px #fff;
	-moz-box-shadow: inset 0px 15px 0px #fff;
	box-shadow: inset 0px 15px 0px #fff;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	padding-top: 0.02px;
	padding-bottom: 35px;
	text-decoration: none;
}

.title-page .block-16 .layout_70 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-16 .layout_71 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-16 .layout_36_id_70 {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	left: 0;
	top: 0;
	position: relative;
	margin: 0;
}

.title-page .block-16 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 1;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	padding-top: 0.02px;
}

.title-page .widget-20 {
	padding: 0.02px 0 26px;
	margin: -66px 0 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	min-height: 0;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .reviews-35 p:first-child {
	margin-top: 0;
}

.title-page .reviews-35 p:last-child {
	margin-bottom: 0;
}

.title-page .reviews-35 .header {
	border: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-right: 0;
	margin-bottom: 0;
	text-align: justify;
	padding-top: 0.02px;
	background: #2aa83f;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding-bottom: 0.02px;
	min-height: 66px;
	padding-left: 251px;
}

.title-page .reviews-35 .header_text {
	border: none;
	box-sizing: border-box;
	font-size: 30px;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	color: #fff;
	text-decoration: none;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	font-weight: 300;
	padding-left: 235px;
	padding-right: 0;
}

.title-page .reviews-35 .all {
	padding: 1px 15px 2px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	text-align: left;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	color: #2ba83f;
	text-decoration: none;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	background: repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -184px;
	margin-left: 158px;
	min-height: 39px;
}

.title-page .reviews-35 .description {
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	font-size: 24px;
	width: auto;
	padding-right: 0;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	padding-top: 53px;
	padding-left: 408px;
}

.title-page .reviews-35 .list-wr {
	box-sizing: border-box;
	position: relative;
	margin-left: 409px;
	margin-top: 30px;
}

.title-page .reviews-35 .body {
	margin: 0 -15px;
	box-sizing: border-box;
}

.title-page .reviews-35 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .reviews-35 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 50%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .reviews-35 .item {
	padding: 20px 45px;
	margin: 19px 15px 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	width: auto;
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	min-width: 0;
	min-height: 0;
	background: #fff;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	align-self: auto;
}

.title-page .reviews-35 .image {
	padding: 9px;
	margin: -38px 0 0 10px;
	border: none;
	box-sizing: border-box;
	font-size: 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	float: right;
	background: #fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.title-page .reviews-35 .img-convert {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	display: -webkit-inline-flex;
	display: inline-flex;
	overflow: hidden;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}

.title-page .reviews-35 .image img {
	box-sizing: border-box;
	width: auto;
	height: auto;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
}

.title-page .reviews-35 .text {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	line-height: 1.5;
	text-decoration: none;
	font-size: 15px;
	margin-left: 0;
	padding-top: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	width: auto;
	left: 0;
	right: 0;
	margin-right: 0;
	font-weight: 300;
}

.title-page .reviews-35 .text .align-elem {
	flex-basis: 100%;
}

.title-page .reviews-35 .author {
	box-sizing: border-box;
	color: #4095bf;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	top: 0;
	padding-bottom: 6px;
	border-top: 0px solid rgba(0, 0, 0, 0.11);
	border-right: 0px solid rgba(0, 0, 0, 0.11);
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	border-left: 0px solid rgba(0, 0, 0, 0.11);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .reviews-35 .name {
	display: -webkit-inline-flex;
	display: inline-flex;
	text-align: left;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
	padding-top: 5px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .reviews-35 .date {
	text-align: left;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-left: 5px;
	text-transform: lowercase;
	font-size: 13px;
	color: #808080;
	text-decoration: none;
	font-weight: 100;
}

.title-page .reviews-35 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .reviews-35 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .reviews-35 .bx-wrapper {
	max-width: 780px;
}

.title-page .reviews-35 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .reviews-35 .item__image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .reviews-35 .footer {
	text-align: center;
	box-sizing: border-box;
	margin-bottom: -70px;
	margin-top: 38px;
}

.title-page .reviews-35 .controls {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: none;
	box-sizing: border-box;
	margin-top: 32px;
	text-align: justify;
	margin-left: 435px;
	margin-right: -20px;
}

.title-page .reviews-35 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	min-height: 40px;
	margin-left: -7px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.title-page .reviews-35 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.title-page .reviews-35 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .reviews-35 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .reviews-35 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: none;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .reviews-35 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .reviews-35 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .reviews-35 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .reviews-35 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .reviews-35 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}

.title-page .reviews-35 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}

.title-page .reviews-35 .pager-wrap {
	box-sizing: border-box;
	display: none;
}

.title-page .reviews-35 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .reviews-35 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .reviews-35 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.title-page .reviews-35 .bx-pager a:active,
.title-page .reviews-35 .bx-pager a.active {
	background: #bbb;
}

.title-page .widget-36 {
	margin: 0 0 auto 846px;
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	min-height: 39px;
	z-index: 1;
	color: #2ba83f;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: url("../images/like-thumb-up-hand-drawn-symbol-outline.svg") right 18px top calc(50% - 1px) / 20px no-repeat, repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 15px;
}

.title-page .button-70>* {
	box-sizing: border-box;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title-page .popover-container-70 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-70 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-70 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .widget-37 {
	margin: 0 0 auto 14px;
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	min-height: 39px;
	z-index: 1;
	color: #2ba83f;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: url("../images/dont-like-symbol.svg") right 18px top calc(50% + 1px) / 20px no-repeat, repeating-linear-gradient(to bottom, #fff 0%, #f0f0f0 78.5%, #fefefe 100%);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border-top: 0px solid rgba(98, 108, 117, 0.41);
	border-right: 0px solid rgba(98, 108, 117, 0.41);
	border-bottom: 1px solid rgba(98, 108, 117, 0.41);
	border-left: 0px solid rgba(98, 108, 117, 0.41);
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 3px 0px #2ba83f;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 15px;
}

.title-page .button-71>* {
	box-sizing: border-box;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title-page .popover-container-71 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-71 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-71 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-39 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: #ebebeb;
	max-width: 100%;
	z-index: 6;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-18 {
	padding: 25px 0;
	margin: 0 auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	z-index: 1;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .widget-21 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	box-sizing: border-box;
	min-height: 0;
	width: auto;
	right: 0;
	background: #fff;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .editable_block-39 p:first-child {
	margin-top: 0;
}

.title-page .editable_block-39 p:last-child {
	margin-bottom: 0;
}

.title-page .editable_block-39 .header {
	box-sizing: border-box;
	font-size: 30px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	color: #0d7522;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	padding-bottom: 15px;
	font-weight: 300;
}

.title-page .editable_block-39 .body {
	box-sizing: border-box;
	display: block;
	position: relative;
	min-width: 0;
	min-height: 0;
}

.title-page .editable_block-39 .image {
	padding: 9px;
	border: none;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 12px 23px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 12px 23px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 12px 23px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.title-page .editable_block-39 .item-label {
	padding: 2px 5px;
	border: none;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjUxMnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNDA1LjIsMjMyLjlMMTI2LjgsNjcuMmMtMy40LTItNi45LTMuMi0xMC45LTMuMmMtMTAuOSwwLTE5LjgsOS0xOS44LDIwSDk2djM0NGgwLjFjMCwxMSw4LjksMjAsMTkuOCwyMCAgYzQuMSwwLDcuNS0xLjQsMTEuMi0zLjRsMjc4LjEtMTY1LjVjNi42LTUuNSwxMC44LTEzLjgsMTAuOC0yMy4xQzQxNiwyNDYuNyw0MTEuOCwyMzguNSw0MDUuMiwyMzIuOXoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2U3ZjJmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #e83131;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 0;
	min-height: 50px;
	width: 70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	right: auto;
	margin-left: -35px;
	bottom: auto;
	margin-top: -25px;
	align-self: auto;
}

.title-page .editable_block-39 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
}

.title-page .editable_block-39 .title {
	margin: 9px 10px 5px;
	border: none;
	box-sizing: border-box;
	font-size: 30px;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	pointer-events: auto;
	color: #fff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	min-height: 350px;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding-top: 104px;
	font-weight: bold;
	-webkit-text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.59);
	-moz-text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.59);
	text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.59);
	background: repeating-radial-gradient(ellipse farthest-corner at center center, rgba(83, 63, 89, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .editable_block-39 .img-convert {
	box-sizing: border-box;
	width: auto;
	height: 350px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .editable_block-39 .image img {
	box-sizing: border-box;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-39 .text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .editable_block-39 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .editable_block-39 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .editable_block-39 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .editable_block-39 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .editable_block-39 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .editable_block-39 .more {
	box-sizing: border-box;
	margin-top: 5px;
	pointer-events: auto;
}

.title-page .editable_block-39 .more>a {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
	height: 0;
	min-height: 14px;
}

.title-page .editable_block-39 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .editable_block-39 .clear {
	clear: both;
}

.title-page .popover-container-39 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-39 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-39 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-19 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 5;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0.02px;
}

.title-page .widget-22 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
	padding-bottom: 0.02px;
	padding-top: 15px;
}

.title-page .blocklist-40 p:first-child {
	margin-top: 0;
}

.title-page .blocklist-40 p:last-child {
	margin-bottom: 0;
}

.title-page .blocklist-40 .header {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	background: #2aa83f;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	padding-left: 10px;
	padding-top: 0.02px;
	min-height: 66px;
}

.title-page .blocklist-40 .header_text {
	font-size: 32px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.title-page .blocklist-40 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-40 .description {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-40 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-40 .body {
	margin: 0 -10px;
	box-sizing: border-box;
}

.title-page .blocklist-40 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-40 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-40 .bx-wrapper {
	max-width: 1220px;
}

.title-page .blocklist-40 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
	padding-top: 15px;
}

.title-page .blocklist-40 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 1220px;
}

.title-page .blocklist-40 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 25%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .blocklist-40 .item {
	margin: 0 10px 10px;
	border: none;
	position: relative;
	width: auto;
	flex-grow: 1;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	left: 0;
	right: 0;
	flex-basis: 100%;
	box-shadow: 0 0 0 transparent;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 20px;
	align-self: auto;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.title-page .blocklist-40 .item:hover,
.title-page .blocklist-40 .item.hover,
.title-page .blocklist-40 .item.active {
	-webkit-box-shadow: 0px 0px 0px 3px #c6d960;
	-moz-box-shadow: 0px 0px 0px 3px #c6d960;
	box-shadow: 0px 0px 0px 3px #c6d960;
}

.title-page .blocklist-40 .text {
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
}

.title-page .blocklist-40 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-40 .image {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-40 .item-label {
	padding: 7px 15px 10px;
	border: none;
	box-sizing: border-box;
	position: absolute;
	left: auto;
	top: 0;
	z-index: 5;
	background: #34a44c;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	-webkit-border-radius: 33px 0px 33px 33px;
	-moz-border-radius: 33px 0px 33px 33px;
	border-radius: 33px 0px 33px 33px;
	font-weight: normal;
	margin-top: 14px;
	align-self: auto;
	margin-left: -1px;
	right: 0;
	margin-right: -2px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .blocklist-40 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-40 .img-convert {
	box-sizing: border-box;
	width: auto;
	height: 260px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title-page .blocklist-40 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-40 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .blocklist-40 .title {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	color: #d8382d;
	text-decoration: none;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.title-page .blocklist-40 .title:hover,
.title-page .blocklist-40 .title.hover,
.title-page .blocklist-40 .title.active {
	text-decoration: underline;
}

.title-page .blocklist-40 .price {
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-40 .price-inner {
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.title-page .blocklist-40 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-40 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	color: #d8382d;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .blocklist-40 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	color: #d8382d;
	text-decoration: none;
	font-size: 16px;
}

.title-page .blocklist-40 .more {
	text-align: center;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-40 .more>a {
	padding: 13px 60px 17px 20px;
	border: none;
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	-webkit-box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	-moz-box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTE3IDE2YTMgMyAwIDEgMS0yLjgzIDJIOS44M2EzIDMgMCAxIDEtNS42Mi0uMUEzIDMgMCAwIDEgNSAxMlY0SDNhMSAxIDAgMSAxIDAtMmgzYTEgMSAwIDAgMSAxIDF2MWgxNGExIDEgMCAwIDEgLjkgMS40NWwtNCA4YTEgMSAwIDAgMS0uOS41NUg1YTEgMSAwIDAgMCAwIDJoMTJ6TTcgMTJoOS4zOGwzLTZIN3Y2em0wIDhhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyem0xMCAwYTEgMSAwIDEgMCAwLTIgMSAxIDAgMCAwIDAgMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") right 8px top 50% / auto auto no-repeat #d8382d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.title-page .blocklist-40 .more>a:hover,
.title-page .blocklist-40 .more>a.hover,
.title-page .blocklist-40 .more>a.active {
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.title-page .blocklist-40 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-40 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-40 .footer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-40 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.title-page .blocklist-40 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-top: -60px;
	z-index: 1;
	text-align: justify;
	margin-right: -20px;
	margin-left: -20px;
}

.title-page .blocklist-40 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.title-page .blocklist-40 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.title-page .blocklist-40 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-40 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-40 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-40 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-40 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-40 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-40 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-40 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-40 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-40 .pager-wrap {
	box-sizing: border-box;
	display: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-40 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-40 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-40 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-40 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-40 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-40 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
}

.title-page .block-40 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: #ebebeb;
	max-width: 100%;
	z-index: 4;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	padding-top: 5px;
}

.title-page .block-38 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	z-index: 1;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.title-page .widget-42 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
}

.title-page .blocklist-81 p:first-child {
	margin-top: 0;
}

.title-page .blocklist-81 p:last-child {
	margin-bottom: 0;
}

.title-page .blocklist-81 .header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.title-page .blocklist-81 .header_text {
	font-size: 20px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-81 .description {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-81 .body {
	margin: 0 -10px;
	box-sizing: border-box;
}

.title-page .blocklist-81 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-81 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-81 .bx-wrapper {
	max-width: 1220px;
}

.title-page .blocklist-81 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .blocklist-81 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 1220px;
}

.title-page .blocklist-81 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .blocklist-81 .item {
	margin: 10px;
	position: relative;
	width: auto;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	left: 0;
	right: 0;
	flex-basis: 100%;
}

.title-page .blocklist-81 .image {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-81 .item-label {
	padding: 2px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #e83131;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-81 .img-convert {
	border: none;
	box-sizing: border-box;
	width: auto;
	height: 330px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-shadow: 0px 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 0px 10px #fff;
	box-shadow: 0px 0px 0px 10px #fff;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .blocklist-81 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
}

.title-page .blocklist-81 .text {
	border: none;
	margin-bottom: 5px;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	color: #fff;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	text-decoration: none;
	font-size: 25px;
	width: 480px;
	margin-left: 600px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	background: #009de2;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-weight: 300;
}

.title-page .blocklist-81 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-81 .title {
	padding: 35px 40px 15px;
	border: none;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	color: #fff;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	text-decoration: none;
	font-size: 27px;
	width: 480px;
	margin-left: 600px;
	margin-top: 96px;
	background: #009de2;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.title-page .blocklist-81 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-81 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-81 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-81 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-81 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-81 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .blocklist-81 .more {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .blocklist-81 .more>a {
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.title-page .blocklist-81 .columns-table {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.title-page .blocklist-81 .columns-cell {
	display: table-cell;
	vertical-align: top;
}

.title-page .blocklist-81 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-81 .footer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-81 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-81 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-top: -10px;
	z-index: 1;
	text-align: justify;
	margin-right: -20px;
	margin-left: -20px;
}

.title-page .blocklist-81 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.title-page .blocklist-81 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.title-page .blocklist-81 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-81 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-81 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-81 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-81 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-81 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-81 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-81 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-81 .pager-wrap {
	box-sizing: border-box;
	display: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-81 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-81 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-81 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-81 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-81 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-81 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-20 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 3;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	padding-top: 15px;
	padding-bottom: 15px;
}

.title-page .widget-23 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 0;
	right: 0;
	padding-bottom: 0.02px;
}

.title-page .blocklist-43 p:first-child {
	margin-top: 0;
}

.title-page .blocklist-43 p:last-child {
	margin-bottom: 0;
}

.title-page .blocklist-43 .header {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
	background: #2aa83f;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding-left: 10px;
	padding-top: 0.02px;
	min-height: 65px;
}

.title-page .blocklist-43 .header_text {
	font-size: 32px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.title-page .blocklist-43 .all-in_header {
	display: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-43 .description {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-43 .body-outer {
	box-sizing: border-box;
	position: relative;
}

.title-page .blocklist-43 .body {
	margin: 0 -10px;
	box-sizing: border-box;
}

.title-page .blocklist-43 .swipe-shadow-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}

.title-page .blocklist-43 .swipe-shadow-right {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	display: none;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}

.title-page .blocklist-43 .bx-wrapper {
	max-width: 1220px;
}

.title-page .blocklist-43 .bx-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 0;
}

.title-page .blocklist-43 .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 1220px;
}

.title-page .blocklist-43 .item-outer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 25%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .blocklist-43 .item {
	margin: 10px;
	border: none;
	position: relative;
	width: auto;
	flex-grow: 1;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	left: 0;
	right: 0;
	flex-basis: 100%;
	box-shadow: 0 0 0 transparent;
	background: #fff;
	border-radius: 5px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.title-page .blocklist-43 .item:hover,
.title-page .blocklist-43 .item.hover,
.title-page .blocklist-43 .item.active {
	-webkit-box-shadow: 0px 0px 0px 3px #c6d960;
	-moz-box-shadow: 0px 0px 0px 3px #c6d960;
	box-shadow: 0px 0px 0px 3px #c6d960;
}

.title-page .blocklist-43 .text {
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
}

.title-page .blocklist-43 .text .align-elem {
	flex-basis: 100%;
}

.title-page .blocklist-43 .image {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-43 .item-label {
	padding: 7px 15px 10px;
	border: none;
	box-sizing: border-box;
	position: absolute;
	left: auto;
	top: 0;
	z-index: 5;
	background: #34a44c;
	color: #fff;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	-webkit-border-radius: 33px 0px 33px 33px;
	-moz-border-radius: 33px 0px 33px 33px;
	border-radius: 33px 0px 33px 33px;
	font-weight: normal;
	margin-top: 14px;
	align-self: auto;
	margin-left: -1px;
	right: 0;
	margin-right: -2px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .blocklist-43 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .blocklist-43 .img-convert {
	box-sizing: border-box;
	width: auto;
	height: 260px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title-page .blocklist-43 .image img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-43 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .blocklist-43 .title {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	color: #d8382d;
	text-decoration: none;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.title-page .blocklist-43 .title:hover,
.title-page .blocklist-43 .title.hover,
.title-page .blocklist-43 .title.active {
	text-decoration: underline;
}

.title-page .blocklist-43 .price {
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-43 .price-inner {
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.title-page .blocklist-43 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .blocklist-43 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	color: #d8382d;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .blocklist-43 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	color: #d8382d;
	text-decoration: none;
	font-size: 16px;
}

.title-page .blocklist-43 .more {
	text-align: center;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .blocklist-43 .more>a {
	padding: 13px 60px 17px 20px;
	border: none;
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	-webkit-box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	-moz-box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	box-shadow: 0px 7px 24px rgba(216, 56, 45, 0.33);
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTE3IDE2YTMgMyAwIDEgMS0yLjgzIDJIOS44M2EzIDMgMCAxIDEtNS42Mi0uMUEzIDMgMCAwIDEgNSAxMlY0SDNhMSAxIDAgMSAxIDAtMmgzYTEgMSAwIDAgMSAxIDF2MWgxNGExIDEgMCAwIDEgLjkgMS40NWwtNCA4YTEgMSAwIDAgMS0uOS41NUg1YTEgMSAwIDAgMCAwIDJoMTJ6TTcgMTJoOS4zOGwzLTZIN3Y2em0wIDhhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyem0xMCAwYTEgMSAwIDEgMCAwLTIgMSAxIDAgMCAwIDAgMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") right 8px top 50% / auto auto no-repeat #d8382d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.title-page .blocklist-43 .more>a:hover,
.title-page .blocklist-43 .more>a.hover,
.title-page .blocklist-43 .more>a.active {
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.title-page .blocklist-43 .sub-title {
	font-style: italic;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.title-page .blocklist-43 .title a {
	color: inherit;
	text-decoration: inherit;
}

.title-page .blocklist-43 .footer {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.title-page .blocklist-43 .all {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.title-page .blocklist-43 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin-top: -60px;
	z-index: 1;
	text-align: justify;
	margin-right: -20px;
	margin-left: -20px;
}

.title-page .blocklist-43 .prev {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.title-page .blocklist-43 .next {
	border: none;
	position: relative;
	z-index: 105;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzdmN2Y3ZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 33px no-repeat #efedf0;
	box-sizing: border-box;
	text-align: left;
	min-height: 40px;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.title-page .blocklist-43 .prev>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-43 .next>a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.title-page .blocklist-43 .bx-pager-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .blocklist-43 .bx-auto_controls {
	margin: auto auto 0;
	box-sizing: border-box;
	visibility: visible;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-43 .auto_controls {
	box-sizing: border-box;
	display: none;
}

.title-page .blocklist-43 .bx-controls-auto {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
}

.title-page .blocklist-43 .bx-controls-auto-item {
	box-sizing: border-box;
}

.title-page .blocklist-43 .bx-controls-auto-item .bx-stop {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}

.title-page .blocklist-43 .bx-controls-auto-item .bx-start {
	margin: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	min-height: 10px;
	background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}

.title-page .blocklist-43 .pager-wrap {
	box-sizing: border-box;
	display: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .blocklist-43 .bx-pager {
	position: relative;
	z-index: 100;
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-43 .bx-pager-item {
	display: inline-block;
	box-sizing: border-box;
}

.title-page .blocklist-43 .bx-pager a {
	margin: 2px;
	display: inline-block;
	width: 10px;
	min-height: 10px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.title-page .popover-container-43 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-43 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-43 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
}

.title-page .block-35 {
	margin: 0 auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	background: url("../images/54883275_2.jpg") right 0px top calc(50% - 6px) / 900px no-repeat, url("../images/54883275_2.jpg") left 0px top calc(50% - 6px) / 900px no-repeat #e7e9e6;
	max-width: 100%;
	z-index: 2;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	padding-top: 45px;
	padding-bottom: 45px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-36 {
	margin: 0 auto 0 0;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
}

.title-page .widget-39 {
	padding: 35px 45px;
	margin: 0 0 0 91px;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	box-sizing: border-box;
	width: 381px;
	min-height: 338px;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.title-page .form-73 .form__header {
	box-sizing: border-box;
	font-size: 22px;
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	color: #0e9321;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 600;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .form-73 .form__text {
	box-sizing: border-box;
	font-size: 21px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	color: #0e9321;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-weight: 600;
	padding-bottom: 9px;
	margin-left: -9px;
	margin-right: -9px;
}

.title-page .form-73 .form__text p:first-child {
	box-sizing: border-box;
	margin-top: 0;
}

.title-page .form-73 .form__text p:last-child {
	box-sizing: border-box;
	margin-bottom: 0;
}

.title-page .form-73 .form__body {
	box-sizing: border-box;
	margin-right: 0;
	margin-bottom: -5px;
	width: auto;
}

.title-page .form-73 .form-table {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .form-73 .form-tbody {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
}

.title-page .form-73 .form-item-group {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}

.title-page .form-73 .form-item {
	box-sizing: border-box;
	position: relative;
	margin-right: 0;
	margin-bottom: 5px;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}

.title-page .form-73 .form-text {
	box-sizing: border-box;
}

.title-page .form-73 .form-item__title {
	box-sizing: border-box;
	display: inline-block;
	min-width: 15px;
}

.title-page .form-73 .form-item__required {
	box-sizing: border-box;
	color: #f00;
}

.title-page .form-73 .form-item__error {
	box-sizing: border-box;
	color: #f00;
}

.title-page .form-73 .form-item__note {
	box-sizing: border-box;
	font-size: 11px;
	color: #999;
	display: none;
}

.title-page .form-73 .form-item__body {
	box-sizing: border-box;
	display: block;
}

.title-page .form-73 .form-text input {
	padding: 2px 4px 2px 15px;
	border: none;
	box-sizing: border-box;
	background: rgba(239, 237, 240, 0.64);
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	outline: none;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	height: 40px;
	resize: vertical;
	display: block;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .form-73 .form-text input:hover,
.title-page .form-73 .form-text input.hover,
.title-page .form-73 .form-text input.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	-moz-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
}

.title-page .form-73 .form-textarea textarea {
	padding: 15px 4px 2px 15px;
	border: none;
	box-sizing: border-box;
	background: rgba(239, 237, 240, 0.64);
	width: 100%;
	min-width: 100px;
	resize: vertical;
	min-height: 90px;
	outline: none;
	display: block;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	height: 90px;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .form-73 .form-textarea textarea:hover,
.title-page .form-73 .form-textarea textarea.hover,
.title-page .form-73 .form-textarea textarea.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	-moz-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
}

.title-page .form-73 .icon.img_name {
	box-sizing: border-box;
	position: relative;
	background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .form-73 .icon.img_email {
	box-sizing: border-box;
	position: relative;
	background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .form-73 .icon.img_phone {
	box-sizing: border-box;
	position: relative;
	background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .form-73 .icon.img_comments {
	box-sizing: border-box;
	position: relative;
	background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}

.title-page .form-73 .icon {
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .form-73 .form-select select {
	box-sizing: border-box;
	width: 100%;
	min-width: 100px;
}

.title-page .form-73 .form-upload .form-item__body .no-more {
	box-sizing: border-box;
}

.title-page .form-73 .form-text .form-item__body {
	box-sizing: border-box;
}

.title-page .form-73 .form-textarea {
	box-sizing: border-box;
}

.title-page .form-73 .form-textarea .form-item__body {
	box-sizing: border-box;
}

.title-page .form-73 .form-submit {
	box-sizing: border-box;
	text-align: center;
	padding-top: 6px;
}

.title-page .form-73 .form-submit .form-item__header {
	box-sizing: border-box;
	display: none;
}

.title-page .form-73 .form-submit .form-item__body {
	box-sizing: border-box;
}

.title-page .form-73 .form-submit button {
	padding: 2px 4px;
	border: none;
	box-sizing: border-box;
	text-align: center;
	background: repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%) #d8382d;
	outline: none;
	-webkit-appearance: none;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	min-height: 40px;
	width: 150px;
	-webkit-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-moz-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
}

.title-page .form-73 .form-submit button span {
	box-sizing: border-box;
	display: inline-block;
	min-width: 20px;
}

.title-page .form-73 .form-captcha {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .form-73 .form-captcha .form-item__body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .form-73 .form-captcha input {
	padding: 2px 4px;
	border: none;
	box-sizing: border-box;
	background: rgba(239, 237, 240, 0.64);
	width: 100%;
	min-width: 50px;
	min-height: 22px;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	resize: vertical;
	display: block;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .form-73 .form-captcha input:hover,
.title-page .form-73 .form-captcha input.hover,
.title-page .form-73 .form-captcha input.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	-moz-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
}

.title-page .form-73 .form-captcha .form-captcha-container {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding-right: 0;
	padding-bottom: 5px;
}

.title-page .form-73 .form-captcha .form-submit-container {
	box-sizing: border-box;
}

.title-page .form-73 .form-captcha button {
	padding: 2px 4px;
	border: none;
	box-sizing: border-box;
	text-align: center;
	background: repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%) #d8382d;
	outline: none;
	-webkit-appearance: none;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	min-height: 40px;
	width: 150px;
	-webkit-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-moz-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
}

.title-page .form-73 .form-captcha button span {
	box-sizing: border-box;
	display: inline-block;
	min-width: 20px;
}

.title-page .form-73 .form-captcha .mgCaptcha-block {
	box-sizing: border-box;
	line-height: 0;
	font-size: 0;
	min-width: 112px;
}

.title-page .form-73 .form-captcha .mgCaptcha-block img {
	box-sizing: border-box;
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}

.title-page .form-73 .form-captcha .mgCaptcha-input {
	box-sizing: border-box;
}

.title-page .form-73 .form-checkbox {
	box-sizing: border-box;
}

.title-page .form-73 .form-checkbox .form-item__body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .form-73 .form-checkbox .form-item__title {
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	margin-top: 5px;
}

.title-page .form-73 .form-checkbox .form-item__body label.form-item__title {
	font-size: 13px;
}

.title-page .form-73 .form-checkbox input {
	margin: 5px 5px 0 0;
}

.title-page .form-73 .form-radio {
	box-sizing: border-box;
}

.title-page .form-73 .form-radio .form-item__body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .form-73 .form-radio .form-item__body label.form-item__title {
	font-size: 13px;
}

.title-page .form-73 .form-radio input {
	margin: 5px 5px 0 0;
}

.title-page .form-73 .form-radio .form-item__title {
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	margin-top: 5px;
}

.title-page .form-73 .form-select {
	box-sizing: border-box;
}

.title-page .form-73 .form-div {
	box-sizing: border-box;
}

.title-page .form-73 .form-html {
	box-sizing: border-box;
}

.title-page .form-73 .form-html .form-item__body {
	font-size: 13px;
}

.title-page .form-73 .form-upload {
	box-sizing: border-box;
}

.title-page .form-73 .form-calendar {
	box-sizing: border-box;
}

.title-page .form-73 .form-calendar .form-item__body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .form-73 .form-calendar input {
	padding: 2px 4px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	min-height: 22px;
	outline: none;
	-webkit-appearance: none;
}

.title-page .form-73 .form-calendar_interval {
	box-sizing: border-box;
}

.title-page .form-73 .form-calendar_interval input {
	padding: 2px 4px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	min-height: 22px;
	outline: none;
	-webkit-appearance: none;
}

.title-page .form-73 .form-calendar_interval .form-item__body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .form-73 .form-calendar_interval .label_from {
	box-sizing: border-box;
	margin-right: 5px;
}

.title-page .form-73 .form-calendar_interval .label_to {
	box-sizing: border-box;
	margin-right: 5px;
}

.title-page .form-73 .form-calendar_interval .field_from {
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-right: 10px;
}

.title-page .form-73 .form-calendar_interval .field_to {
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.title-page .form-73 .group-text {
	box-sizing: border-box;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	margin-right: 0;
}

.title-page .form-73 .group-textarea {
	box-sizing: border-box;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	margin-right: 0;
}

.title-page .form-73 .form-tfoot {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .form-73 .group-button {
	box-sizing: border-box;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	margin-right: 0;
}

.title-page .form-73 .form-success {
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.title-page .form-73 ::-webkit-input-placeholder {
	color: #ababab;
}

.title-page .form-73 ::-moz-placeholder {
	color: #ababab;
}

.title-page .form-73 :-ms-input-placeholder {
	color: #ababab;
}

.title-page .block-22 {
	margin: 15px 0 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: #2aa83f;
	max-width: 100%;
	z-index: 1;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	font-family: Roboto, sans-serif;
	text-decoration: none;
	padding-top: 0.02px;
}

.title-page .block-23 {
	margin: 0 auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 3;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	padding-top: 45px;
	padding-bottom: 25px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	font-family: IBM Plex Sans, sans-serif;
	text-decoration: none;
}

.title-page .block-24 .layout_52 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-24 .layout_78 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-24 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	right: 0;
	text-decoration: none;
}

.title-page .block-37 .layout_50 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-37 .layout_54 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-37 .layout_78_id_50 {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	left: 0;
	top: 0;
	position: relative;
	margin: 0;
}

.title-page .block-37 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 638px;
	min-height: 0;
	z-index: 2;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.title-page .block-25 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 3;
	text-align: center;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
}

.title-page .widget-26 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	box-sizing: border-box;
	min-height: 0;
	width: auto;
	right: 0;
	padding-right: 25px;
}

.title-page .editable_block-51 p:first-child {
	margin-top: 0;
}

.title-page .editable_block-51 p:last-child {
	margin-bottom: 0;
}

.title-page .editable_block-51 .header {
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-51 .body {
	box-sizing: border-box;
	display: block;
	position: relative;
	min-width: 0;
	min-height: 0;
}

.title-page .editable_block-51 .title {
	box-sizing: border-box;
	font-size: 19px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	color: #f3f4f3;
	text-decoration: none;
	padding-top: 0.02px;
	font-weight: normal;
	padding-bottom: 0.02px;
}

.title-page .editable_block-51 .image {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	float: none;
	margin-right: 0;
	margin-left: -19px;
	margin-bottom: 5px;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	width: 270px;
}

.title-page .editable_block-51 .item-label {
	padding: 2px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #e83131;
	color: #fff;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-51 .image-inner {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .editable_block-51 .img-convert {
	box-sizing: border-box;
	width: 293px;
	height: 97px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .editable_block-51 .image img {
	box-sizing: border-box;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
}

.title-page .editable_block-51 .text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	color: #f3f4f3;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.title-page .editable_block-51 .price {
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	pointer-events: auto;
}

.title-page .editable_block-51 .price-inner {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .editable_block-51 .price-note {
	box-sizing: border-box;
	display: inline-block;
}

.title-page .editable_block-51 .price-value {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .editable_block-51 .price-currency {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.title-page .editable_block-51 .more {
	box-sizing: border-box;
	margin-top: 5px;
	pointer-events: auto;
}

.title-page .editable_block-51 .more>a {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
	height: 0;
	min-height: 14px;
}

.title-page .editable_block-51 .image a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: inherit;
	-moz-justify-content: inherit;
	justify-content: inherit;
}

.title-page .editable_block-51 .clear {
	clear: both;
}

.title-page .popover-container-51 {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	direction: ltr;
	position: fixed;
}

.title-page .popover-container-51 .popover-dim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.title-page .popover-wrap-51 .popover-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: IBM Plex Sans, sans-serif;
}

.title-page .block-27 {
	margin: 2px 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 2;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	padding-top: 10px;
}

.title-page .widget-43 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
	text-align: undefined;
	box-sizing: border-box;
	width: auto;
	right: 0;
	padding-top: 9px;
}

.title-page .schedule-82 p:first-child {
	margin-top: 0;
}

.title-page .schedule-82 p:last-child {
	margin-bottom: 0;
}

.title-page .schedule-82 .header {
	box-sizing: border-box;
}

.title-page .schedule-82 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .schedule-82 .cell-icon {
	box-sizing: border-box;
	display: none;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .schedule-82 .icon {
	box-sizing: border-box;
	height: 16px;
	width: 16px;
	background: #ccc;
	margin-right: 5px;
}

.title-page .schedule-82 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .schedule-82 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .schedule-82 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .schedule-82 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	color: #fff;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	font-size: 15px;
}

.title-page .schedule-82 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .schedule-82 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .widget-28 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: undefined;
	box-sizing: border-box;
	width: auto;
	right: 0;
}

.title-page .phones-55 p:first-child {
	margin-top: 0;
}

.title-page .phones-55 p:last-child {
	margin-bottom: 0;
}

.title-page .phones-55 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .phones-55 .cell-icon {
	box-sizing: border-box;
	display: none;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .phones-55 .icon {
	box-sizing: border-box;
	height: 16px;
	width: 16px;
	background: #ccc;
	margin-right: 5px;
}

.title-page .phones-55 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .phones-55 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .phones-55 .title {
	box-sizing: border-box;
	display: block;
	color: #f3f4f3;
	text-decoration: none;
	padding-bottom: 14px;
}

.title-page .phones-55 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	justify-content: normal;
	color: #f3f4f3;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.title-page .phones-55 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .phones-55 .text_body a {
	text-decoration: none;
	color: inherit;
}

.title-page .phones-55 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .widget-29 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: undefined;
	box-sizing: border-box;
	width: auto;
	right: 0;
}

.title-page .email-56 p:first-child {
	margin-top: 0;
}

.title-page .email-56 p:last-child {
	margin-bottom: 0;
}

.title-page .email-56 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .email-56 .cell-icon {
	box-sizing: border-box;
	display: none;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .email-56 .icon {
	box-sizing: border-box;
	height: 16px;
	width: 16px;
	background: #ccc;
	margin-right: 5px;
}

.title-page .email-56 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .email-56 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .email-56 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .email-56 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

.title-page .email-56 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .email-56 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .widget-30 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: undefined;
	box-sizing: border-box;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	right: 0;
}

.title-page .address-57 p:first-child {
	margin-top: 0;
}

.title-page .address-57 p:last-child {
	margin-bottom: 0;
}

.title-page .address-57 .inner {
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: left;
	vertical-align: top;
	max-width: 100%;
}

.title-page .address-57 .cell-icon {
	box-sizing: border-box;
	display: none;
	position: relative;
	z-index: 5;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
}

.title-page .address-57 .icon {
	box-sizing: border-box;
	height: 16px;
	width: 16px;
	background: #ccc;
	margin-right: 5px;
}

.title-page .address-57 .block-body-drop {
	box-sizing: border-box;
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
}

.title-page .address-57 .cell-text {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .address-57 .title {
	box-sizing: border-box;
	display: none;
}

.title-page .address-57 .text_body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	color: #f3f4f3;
	text-decoration: none;
	font-size: 15px;
}

.title-page .address-57 input.tgl-but {
	box-sizing: border-box;
	display: none;
}

.title-page .address-57 input.tgl-but:checked+.block-body-drop {
	display: block;
}

.title-page .block-28 {
	margin: 23px 0 0;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
}

.title-page .widget-31 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	right: 0;
	padding-left: 5px;
	-webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	padding-top: 0.02px;
}

.title-page .menu-col-59 ul.menu-columns-items>li.delimiter {
	border: none;
	-webkit-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.15);
	background: #999;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin-right: 1px;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 3px;
}

.title-page .menu-col-59 .columns-delimiter {
	margin: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #999;
}

.title-page .menu-col-59 .menu-name {
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 20px;
}

.title-page .menu-col-59 .menu-columns-content {
	box-sizing: border-box;
}

.title-page .menu-col-59 .columns-table {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.title-page .menu-col-59 .columns-cell {
	padding: 10px;
	border: none;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .menu-col-59 .columns-cell-delim {
	border: none;
	box-sizing: border-box;
	display: table-cell;
	width: 5px;
	position: relative;
	text-align: left;
	background: #2ba83f;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .menu-col-59 ul.menu-columns-items {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

.title-page .menu-col-59 ul.menu-columns-items>li {
	border: none;
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin-right: 22px;
}

.title-page .menu-col-59 ul.menu-columns-items>li>a {
	border: none;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.96);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	padding-top: 5px;
	padding-bottom: 7px;
	cursor: pointer;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 100%;
	position: relative;
	font-family: IBM Plex Sans, sans-serif;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
	-moz-box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
	box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	padding-left: 13px;
}

.title-page .menu-col-59 ul.menu-columns-items>li>a .menu-item-image {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	min-height: 40px;
	width: 40px;
	overflow: hidden;
}

.title-page .menu-col-59 ul.menu-columns-items>li>a .img-convert {
	margin: auto;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-inline-flex;
	display: inline-flex;
	overflow: hidden;
}

.title-page .menu-col-59 ul.menu-columns-items>li>a img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: none;
	display: -webkit-flex;
	display: flex;
}

.title-page .menu-col-59 ul.menu-columns-items>li>a .menu-item-text {
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .menu-col-59 ul.menu-columns-items ul {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

.title-page .menu-col-59 ul.menu-columns-items ul li {
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
}

.title-page .menu-col-59 ul.menu-columns-items ul a {
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.96);
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: IBM Plex Sans, sans-serif;
	text-align: left;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	padding-left: 14px;
	min-height: 24px;
}

.title-page .menu-col-59 ul.menu-columns-items ul a:hover,
.title-page .menu-col-59 ul.menu-columns-items ul a.hover,
.title-page .menu-col-59 ul.menu-columns-items ul a.active {
	color: #ffe000;
}

.title-page .menu-col-59 ul.menu-columns-items ul li.delimiter {
	box-sizing: border-box;
	margin-top: 2px;
	margin-bottom: 2px;
	min-height: 2px;
	background: #999;
}

.title-page .block-26 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 580px;
	min-height: 12px;
	z-index: 1;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	right: 0;
	padding-top: 0.02px;
	text-decoration: none;
}

.title-page .widget-40 {
	margin: 0 0 0 auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	width: 540px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	right: 0;
	min-height: 241px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .widget-40 .vk {
	padding-right: 9px;
}

.title-page .block-29 {
	margin: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	background: rgba(0, 0, 0, 0.05);
	max-width: 100%;
	z-index: 2;
	text-align: left;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	font-family: IBM Plex Sans, sans-serif;
	text-decoration: none;
	right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .block-30 .layout_62 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-30 .layout_65 {
	-webkit-flex: 1 0 0px;
	-moz-flex: 1 0 0px;
	flex: 1 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-30 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	min-height: 0;
	max-width: 100%;
	z-index: 1;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-decoration: none;
	padding-top: 26px;
	padding-bottom: 26px;
}

.title-page .block-31 .layout_63 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-31 .layout_64 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .block-31 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 326px;
	min-height: 0;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.title-page .widget-32 {
	margin: 2px 0 auto 44px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	color: #d8d8d8;
	text-decoration: none;
	width: 96px;
}

.title-page .widget-33 {
	margin: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 186px;
}

.title-page .block-32 {
	margin: 8px 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-height: 0;
	z-index: 1;
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	right: 0;
}

.title-page .widget-34 {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	color: #f3f4f3;
	text-decoration: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	width: auto;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	right: 0;
}

.title-page .widget-44 {
	top: 0;
	left: 0;
	position: fixed;
	width: auto;
	text-align: center;
	right: 0;
	z-index: 1450;
	margin-left: 0;
	margin-right: 0;
}

.title-page .side-panel-85 .side-panel-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: auto;
}

.title-page .side-panel-85 .side-panel-content {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 265px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.title-page .side-panel-85 .side-panel-close {
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 0;
	box-sizing: border-box;
	font-size: 0;
	width: 29px;
	min-height: 29px;
	background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
	cursor: pointer;
}

.title-page .side-panel-85 .side-panel-content-inner {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	z-index: 0;
}

.title-page .side-panel-85 .side-panel-top {
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.title-page .side-panel-85 .side-panel-button {
	padding: 4px 5px 7px;
	box-sizing: border-box;
	font-size: 0;
	width: 29px;
	min-height: 0;
	background: #eee;
	cursor: pointer;
	-webkit-order: 0;
	-moz-order: 0;
	order: 0;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	pointer-events: auto;
	position: relative;
	z-index: 10;
}

.title-page .side-panel-85 .side-panel-button-icon {
	display: block;
}

.title-page .side-panel-85 .side-panel-button-icon-line {
	box-sizing: border-box;
	display: block;
	min-height: 3px;
	margin-top: 3px;
	background: #000;
	text-align: left;
}

.title-page .side-panel-85 .side-panel-top-inner {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-order: 1;
	-moz-order: 1;
	order: 1;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.title-page .side-panel .widget-3 {
	margin: 5px 0 0;
	border: none;
	z-index: 1;
	text-align: left;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	pointer-events: auto;
	left: 0;
	top: 0;
	position: relative;
	width: auto;
	right: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-sizing: border-box;
	padding-right: 6px;
}

.title-page .side-panel .email-4 .inner {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}

.title-page .side-panel .email-4 .icon {
	margin-right: 0;
	margin-top: 4px;
	align-self: auto;
}

.title-page .side-panel .email-4 .block-body-drop {
	top: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	margin-left: 0;
	left: 100%;
}

.title-page .side-panel .widget-2 {
	padding: 9px;
	margin: 0;
	border: none;
	z-index: 1;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	width: auto;
	left: 0;
	top: 0;
	position: relative;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	right: 0;
	text-align: left;
	box-sizing: border-box;
	font-family: IBM Plex Sans, sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background: #329e2e;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .side-panel .menu-3 .menu-scroll>ul {
	display: block;
}

.title-page .side-panel .menu-3 .menu-scroll>ul>li.delimiter {
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 1px;
	width: auto;
}

.title-page .side-panel .menu-3 .menu-scroll>ul>li.menu-item {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.title-page .side-panel .menu-3 .menu-scroll>ul>li.menu-item>a {
	background: none;
}

.title-page .side-panel .menu-3 .menu-scroll>ul>li.menu-item>a:hover,
.title-page .side-panel .menu-3 .menu-scroll>ul>li.menu-item>a.hover,
.title-page .side-panel .menu-3 .menu-scroll>ul>li.menu-item>a.active {
	-webkit-box-shadow: 0px 3px 0px #fff;
	-moz-box-shadow: 0px 3px 0px #fff;
	box-shadow: 0px 3px 0px #fff;
}

.title-page .side-panel .menu-3 .menu-scroll>ul ul {
	position: static;
	width: auto;
}

.title-page .side-panel .menu-3 .menu-scroll>ul ul ul {
	position: static;
	width: auto;
}

.title-page .side-panel .widget-4 {
	margin: 0 auto 0 0;
	z-index: 1;
	left: 0;
	top: 0;
	position: relative;
	width: 149px;
	text-align: center;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 25px;
}

.title-page .side-panel .site-name[item-id] {
	margin: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	pointer-events: auto;
}

.title-page .side-panel .widget-31 {
	margin: 0;
	border: none;
	z-index: 1;
	width: auto;
	left: 0;
	top: 0;
	position: relative;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	max-width: 100%;
	padding-left: 5px;
	-webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.82);
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	padding-top: 0.02px;
}

.title-page .side-panel .menu-col-59 ul.menu-columns-items ul a:hover,
.title-page .side-panel .menu-col-59 ul.menu-columns-items ul a.hover,
.title-page .side-panel .menu-col-59 ul.menu-columns-items ul a.active {
	color: #ffe000;
}

.title-page .popover-wrap {
	max-width: 90%;
	width: 390px;
}

.title-page .popover-body {
	padding: 35px 45px;
	margin: 0px;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 0px 15px rgba(243, 244, 243, 0.48), 0px 15px 38px rgba(0, 0, 0, 0.28);
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.title-page .popover-body .s3_form {
	margin: 0px;
}

.title-page .popover-body .s3_form_item {
	margin: 0px;
}

.title-page .popover-body .form_text{
	box-sizing: border-box;
	position: relative;
	margin-right: 0;
	margin-bottom: 5px;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}
.title-page .popover-body h2 {
	box-sizing: border-box;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	display: flex;
	text-align: center;
	color: #0e9321;
	justify-content: center;
	text-decoration: none;
	font-weight: 600;
	align-items: flex-start;
	text-transform: uppercase;
	font-family: IBM Plex Sans, sans-serif;
	padding-bottom: 9px;
}

.title-page .popover-body .s3_form_item input {
	padding: 2px 4px 2px 15px;
	border: none;
	box-sizing: border-box;
	background: rgba(239, 237, 240, 0.64);
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	outline: none;
	/*-webkit-appearance: none;*/
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	height: 40px;
	resize: vertical;
	display: block;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .popover-body .s3_form_item input:hover,
.title-page .popover-body .s3_form_item input:focus,
.title-page .popover-body .s3_form_item input.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	-moz-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
}

.title-page .popover-body .s3_form_item textarea {
	padding: 15px 4px 2px 15px;
	border: none;
	box-sizing: border-box;
	background: rgba(239, 237, 240, 0.64);
	width: 100%;
	min-width: 100px;
	resize: vertical;
	min-height: 90px;
	outline: none;
	display: block;
	-webkit-appearance: none;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	height: 90px;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.title-page .popover-body .s3_form_item textarea:hover,
.title-page .popover-body .s3_form_item textarea.hover,
.title-page .popover-body .s3_form_item textarea.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	-moz-box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
	box-shadow: 0px 0px 0px 3px rgba(7, 108, 198, 0.26);
}

.title-page .popover-body .s3_form_item_button {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.title-page .popover-body .s3_button_large {
	padding: 2px 4px;
	border: none;
	box-sizing: border-box;
	text-align: center;
	background: repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%) #d8382d;
	outline: none;
	-webkit-appearance: none;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	min-height: 40px;
	width: 150px;
	-webkit-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-moz-box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	box-shadow: inset 0px 0px 12px rgba(71, 230, 98, 0.46);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
}

.title-page .popover-close {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
}

@media all and (max-width: 960px) {
	.title-page .wm-tooltip {
		top: 100%;
		left: 0;
		width: 100%;
		white-space: normal;
		margin: 5px 0 0;
		text-align: center;
	}

	.title-page .wm-tooltip::after {
		left: 50%;
		top: 0;
		margin: -2px 0 0;
		box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
	}

	.title-page .error .wm-tooltip {
		animation: horizontal_show_hide 4s;
	}

	.title-page .editorElement {
		max-width: 100%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .layout {
		max-width: 100%;
	}

	.title-page .layout.layout_center {
		box-sizing: border-box;
	}

	.title-page .block-33 {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .block-4 .layout_5 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-4 .layout_6 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-4 {
		width: auto;
		background: none;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .block-9 .layout_12 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_22 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .block-10 .layout_11 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_13 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_16 {
		margin-top: 0;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .block-5 {
		width: 250px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.title-page .widget-6 {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .widget-5 {
		text-align: left;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .phones-9 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .phones-9 .block-body-drop {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.title-page .block-7 {
		width: 250px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.title-page .widget-11 {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .email-19 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .email-19 .block-body-drop {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.title-page .widget-8 {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .block-8 {
		width: 250px;
		margin-top: 15px;
		margin-left: auto;
	}

	.title-page .widget-12 {
		text-align: left;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .address-20 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .address-20 .block-body-drop {
		width: 100%;
		margin-left: 0;
	}

	.title-page .widget-9 {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .block-11 {
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
	}

	.title-page .widget-14 {
		display: block;
	}

	.title-page .editable_block-25 .body {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .editable_block-25 .img-convert {
		height: 290px;
	}

	.title-page .editable_block-25 .more {
		clear: none;
	}

	.title-page .block-12 {
		-webkit-order: 4;
		-moz-order: 4;
		order: 4;
	}

	.title-page .block-34 {
		padding-right: 25px;
		padding-left: 25px;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .widget-35 {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .widget-16 {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: block;
	}

	.title-page .blocklist-28 .body-outer {
		width: auto;
	}

	.title-page .blocklist-28 .body {
		width: auto;
	}

	.title-page .blocklist-28 .item-outer {
		width: 33.33%;
	}

	.title-page .blocklist-28 .item {
		width: auto;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .blocklist-28 .image {
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}

	.title-page .block-14 {
		background: none;
		-webkit-order: 5;
		-moz-order: 5;
		order: 5;
	}

	.title-page .block-13 {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .widget-18 {
		-webkit-order: 4;
		-moz-order: 4;
		order: 4;
		display: block;
	}

	.title-page .blocklist-30 .body-outer {
		width: auto;
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .blocklist-30 .body {
		width: auto;
	}

	.title-page .blocklist-30 .bx-wrapper {
		max-width: 891px;
	}

	.title-page .blocklist-30 .list {
		width: 890px;
	}

	.title-page .blocklist-30 .item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	.title-page .blocklist-30 .image {
		margin-bottom: 0;
		float: none;
		background: none;
	}

	.title-page .blocklist-30 .img-convert {
		background: none;
	}

	.title-page .blocklist-30 .image-inner {
		background: none;
	}

	.title-page .blocklist-30 .title {
		font-size: 20px;
	}

	.title-page .blocklist-30 .controls {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-30 .bx-pager-wrap {
		display: none;
	}

	.title-page .block-15 {
		-webkit-order: 7;
		-moz-order: 7;
		order: 7;
	}

	.title-page .widget-38 {
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .widgetsocial-72 .soc-header {
		font-size: 16px;
	}

	.title-page .widgetsocial-72 .google .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .ok .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .mail .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .pin .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .lj .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .my .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .youtube .wg-soc-icon {
		background: none;
	}

	.title-page .widgetsocial-72 .telegram .wg-soc-icon {
		background: none;
	}

	.title-page .widget-19 {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .blocklist-33 .body-outer {
		width: auto;
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .blocklist-33 .body {
		width: auto;
	}

	.title-page .blocklist-33 .bx-wrapper {
		max-width: 892px;
	}

	.title-page .blocklist-33 .list {
		width: 890px;
	}

	.title-page .blocklist-33 .item-outer {
		width: 25%;
	}

	.title-page .blocklist-33 .item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	.title-page .blocklist-33 .image {
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}

	.title-page .blocklist-33 .img-convert {
		background: none;
	}

	.title-page .blocklist-33 .controls {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-33 .next {
		-webkit-border-radius: 38px;
		-moz-border-radius: 38px;
		border-radius: 38px;
	}

	.title-page .blocklist-33 .bx-pager-wrap {
		display: none;
	}

	.title-page .block-17 {
		background: linear-gradient(rgba(235, 235, 235, 0.78), rgba(235, 235, 235, 0.78)), url("../images/gg.png") left calc(50% - 247px) top 50% / 780px no-repeat;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		-webkit-order: 6;
		-moz-order: 6;
		order: 6;
	}

	.title-page .block-16 .layout_70 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_71 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_36_id_70 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		margin-left: 0;
		margin-right: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .block-16 {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .widget-20 {
		background: none;
		height: auto;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .reviews-35 .header_text {
		-webkit-box-shadow: false, false, false, false;
		-moz-box-shadow: false, false, false, false;
		box-shadow: false, false, false, false;
		background: none;
		padding-left: 0;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
	}

	.title-page .reviews-35 .header_text:hover,
	.title-page .reviews-35 .header_text.hover,
	.title-page .reviews-35 .header_text.active {
		-webkit-box-shadow: inset 0px -12px 0px #39f0d8;
		-moz-box-shadow: inset 0px -12px 0px #39f0d8;
		box-shadow: inset 0px -12px 0px #39f0d8;
		font-weight: 100;
	}

	.title-page .reviews-35 .all {
		margin: 0 13px 0 0;
		align-self: auto;
	}

	.title-page .reviews-35 .description {
		padding-left: 45px;
	}

	.title-page .reviews-35 .list-wr {
		width: auto;
		margin-left: 0;
		overflow: visible;
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .reviews-35 .body {
		width: auto;
		margin-left: - 10px;
	}

	.title-page .reviews-35 .list {
		overflow-x: visible;
		overflow-y: visible;
	}

	.title-page .reviews-35 .item-outer {
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		flex-shrink: 1;
	}

	.title-page .reviews-35 .item {
		margin-right: 10px;
		margin-left: 10px;
	}

	.title-page .reviews-35 .image {
		-webkit-order: 0;
		-moz-order: 0;
		order: 0;
		-webkit-border-radius: 31px;
		-moz-border-radius: 31px;
		border-radius: 31px;
	}

	.title-page .reviews-35 .text {
		-webkit-order: 0;
		-moz-order: 0;
		order: 0;
	}

	.title-page .reviews-35 .author {
		-webkit-order: 0;
		-moz-order: 0;
		order: 0;
		background: none;
	}

	.title-page .widget-36 {
		margin-top: 15px;
		margin-left: auto;
		margin-right: 12px;
	}

	.title-page .widget-37 {
		margin-top: 15px;
		margin-left: 0;
		margin-right: auto;
	}

	.title-page .block-39 {
		-webkit-order: 8;
		-moz-order: 8;
		order: 8;
	}

	.title-page .block-18 {
		width: auto;
		background: none;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .widget-21 {
		display: block;
	}

	.title-page .editable_block-39 .body {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .editable_block-39 .image {
		background: none;
	}

	.title-page .editable_block-39 .image-inner {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		min-height: 363px;
		bottom: auto;
	}

	.title-page .editable_block-39 .title {
		min-height: 290px;
	}

	.title-page .editable_block-39 .img-convert {
		height: 290px;
	}

	.title-page .editable_block-39 .more {
		clear: none;
	}

	.title-page .block-19 {
		-webkit-order: 9;
		-moz-order: 9;
		order: 9;
	}

	.title-page .widget-22 {
		-webkit-order: 9;
		-moz-order: 9;
		order: 9;
		display: block;
	}

	.title-page .blocklist-40 .body-outer {
		width: auto;
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .blocklist-40 .body {
		width: auto;
	}

	.title-page .blocklist-40 .bx-wrapper {
		max-width: 892px;
	}

	.title-page .blocklist-40 .list {
		width: 890px;
	}

	.title-page .blocklist-40 .item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	.title-page .blocklist-40 .image {
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}

	.title-page .blocklist-40 .item-label:hover,
	.title-page .blocklist-40 .item-label.hover,
	.title-page .blocklist-40 .item-label.active {
		font-weight: 600;
	}

	.title-page .blocklist-40 .controls {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-40 .next {
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border-radius: 32px;
	}

	.title-page .blocklist-40 .bx-pager-wrap {
		display: none;
	}

	.title-page .block-40 {
		-webkit-order: 10;
		-moz-order: 10;
		order: 10;
	}

	.title-page .block-38 {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .widget-42 {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: block;
	}

	.title-page .blocklist-81 .body-outer {
		width: auto;
	}

	.title-page .blocklist-81 .body {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .blocklist-81 .bx-wrapper {
		max-width: 960px;
	}

	.title-page .blocklist-81 .list {
		width: 960px;
	}

	.title-page .blocklist-81 .item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .blocklist-81 .image {
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}

	.title-page .blocklist-81 .img-convert {
		background: none;
	}

	.title-page .blocklist-81 .controls {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-81 .prev {
		-webkit-border-radius: 27px;
		-moz-border-radius: 27px;
		border-radius: 27px;
	}

	.title-page .blocklist-81 .next {
		-webkit-border-radius: 29px;
		-moz-border-radius: 29px;
		border-radius: 29px;
	}

	.title-page .blocklist-81 .bx-pager-wrap {
		display: none;
	}

	.title-page .block-20 {
		-webkit-order: 11;
		-moz-order: 11;
		order: 11;
	}

	.title-page .widget-23 {
		-webkit-order: 9;
		-moz-order: 9;
		order: 9;
		display: block;
	}

	.title-page .blocklist-43 .body-outer {
		width: auto;
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .blocklist-43 .body {
		width: auto;
	}

	.title-page .blocklist-43 .bx-wrapper {
		max-width: 892px;
	}

	.title-page .blocklist-43 .list {
		width: 890px;
	}

	.title-page .blocklist-43 .item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	.title-page .blocklist-43 .image {
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}

	.title-page .blocklist-43 .item-label:hover,
	.title-page .blocklist-43 .item-label.hover,
	.title-page .blocklist-43 .item-label.active {
		font-weight: 600;
	}

	.title-page .blocklist-43 .controls {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-43 .next {
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}

	.title-page .blocklist-43 .bx-pager-wrap {
		display: none;
	}

	.title-page .block-35 {
		padding-left: 55px;
		padding-right: 55px;
		-webkit-order: 12;
		-moz-order: 12;
		order: 12;
	}

	.title-page .block-36 {
		margin-right: 0;
	}

	.title-page .widget-39 {
		width: auto;
		margin-left: 0;
		-webkit-order: 12;
		-moz-order: 12;
		order: 12;
		display: block;
	}

	.title-page .block-22 {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-order: 13;
		-moz-order: 13;
		order: 13;
	}

	.title-page .block-23 {
		width: auto;
		background: none;
		margin-left: 0;
		margin-right: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .block-24 .layout_52 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-24 .layout_78 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-24 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .block-37 .layout_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_54 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_78_id_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		margin-left: 0;
		margin-right: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .block-37 {
		width: auto;
		right: 0;
	}

	.title-page .block-25 {
		margin-top: 15px;
	}

	.title-page .widget-26 {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .editable_block-51 .body {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .editable_block-51 .text {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}

	.title-page .editable_block-51 .more {
		clear: none;
	}

	.title-page .block-27 {
		margin-top: 15px;
	}

	.title-page .widget-43 {
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: block;
	}

	.title-page .schedule-82 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .schedule-82 .block-body-drop {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.title-page .widget-28 {
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: block;
	}

	.title-page .phones-55 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .phones-55 .block-body-drop {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.title-page .widget-29 {
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 4;
		-moz-order: 4;
		order: 4;
		display: block;
	}

	.title-page .email-56 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .email-56 .block-body-drop {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.title-page .widget-30 {
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		display: block;
	}

	.title-page .address-57 .inner {
		display: -webkit-inline-flex;
		display: inline-flex;
	}

	.title-page .address-57 .block-body-drop {
		width: 100%;
		margin-left: 0;
	}

	.title-page .block-28 {
		display: none;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .widget-31 {
		-webkit-order: 7;
		-moz-order: 7;
		order: 7;
		display: block;
	}

	.title-page .menu-col-59 .columns-cell {
		background: none;
	}

	.title-page .menu-col-59 ul.menu-columns-items>li {
		background: none;
	}

	.title-page .menu-col-59 ul.menu-columns-items>li>a {
		background: none;
	}

	.title-page .block-26 {
		width: auto;
		padding-top: 35px;
	}

	.title-page .widget-40 {
		margin-right: auto;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .block-29 {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .block-30 .layout_62 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-30 .layout_65 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 0;
		flex-basis: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-30 {
		width: auto;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .block-31 .layout_63 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_64 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .widget-32 {
		margin-top: 15px;
		margin-left: auto;
	}

	.title-page .widget-33 {
		margin-top: 15px;
		margin-right: auto;
	}

	.title-page .widget-34 {
		margin-left: auto;
		margin-right: auto;
		-webkit-order: 8;
		-moz-order: 8;
		order: 8;
	}

	.title-page .widget-44 {
		border: none;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.21);
		-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.21);
		box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.21);
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		background: #fff;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius: none;
		-webkit-order: 14;
		-moz-order: 14;
		order: 14;
	}

	.title-page .side-panel-85 .side-panel-top {
		width: auto;
	}

	.title-page .side-panel-85 .side-panel-button {
		border: none;
		text-align: left;
		width: 55px;
		min-height: 55px;
		padding-top: 9px;
		padding-right: 9px;
		padding-left: 9px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		background: none;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius: none;
	}

	.title-page .side-panel-85 .side-panel-button-icon-line {
		border: none;
		min-height: 6px;
		margin-top: 6px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		background: #3aaa37;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius: none;
	}
}

@media all and (max-width: 768px) {
	.title-page .block-4 .layout_5 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-4 .layout_6 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_12 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_22 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_11 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_13 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_16 {
		margin-top: 0;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-5 {
		width: auto;
	}

	.title-page .widget-6 {
		margin-top: 0;
	}

	.title-page .block-7 {
		margin-left: 0;
	}

	.title-page .editable_block-25 .img-convert {
		height: 350px;
	}

	.title-page .blocklist-28 .body {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-28 .item {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-30 .body {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-30 .bx-wrapper {
		max-width: 552px;
	}

	.title-page .blocklist-30 .list {
		width: 552px;
	}

	.title-page .blocklist-30 .item-outer {
		width: 50%;
	}

	.title-page .blocklist-30 .item {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-30 .image {
		margin-right: 5px;
		margin-left: 5px;
	}

	.title-page .widgetsocial-72 .soc-header {
		margin-right: 242px;
		line-height: 1.3;
	}

	.title-page .widgetsocial-72 .soc {
		margin-right: 5px;
		margin-left: 5px;
	}

	.title-page .widgetsocial-72 .vk .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .fb .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .tw .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .google .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .ins .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .ok .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .mail .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .pin .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .lj .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .my .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .youtube .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .telegram .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .widgetsocial-72 .whatsapp .wg-soc-icon {
		width: 38px;
		height: 40px;
	}

	.title-page .blocklist-33 .body {
		margin-right: -5px;
		margin-left: -5px;
	}

	.title-page .blocklist-33 .bx-wrapper {
		max-width: 562px;
	}

	.title-page .blocklist-33 .list {
		width: 562px;
	}

	.title-page .blocklist-33 .item-outer {
		width: 50%;
	}

	.title-page .blocklist-33 .item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.title-page .blocklist-33 .next {
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
		border-radius: 41px;
	}

	.title-page .block-16 .layout_70 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_71 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_36_id_70 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .reviews-35 .header {
		padding-left: 45px;
	}

	.title-page .reviews-35 .list-wr {
		overflow: hidden;
	}

	.title-page .reviews-35 .body {
		margin-left: 0;
		margin-right: 0;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	.title-page .reviews-35 .list {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.title-page .reviews-35 .item-outer {
		width: 100%;
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
	}

	.title-page .reviews-35 .item {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .reviews-35 .image {
		max-width: 100%;
		float: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		width: 48px;
	}

	.title-page .reviews-35 .item__image__title {
		box-sizing: border-box;
		position: absolute;
	}

	.title-page .widget-36 {
		margin-right: 0;
	}

	.title-page .widget-37 {
		margin-left: 17px;
	}

	.title-page .blocklist-40 .body {
		margin-right: -5px;
		margin-left: -5px;
	}

	.title-page .blocklist-40 .bx-wrapper {
		max-width: 562px;
	}

	.title-page .blocklist-40 .list {
		width: 562px;
	}

	.title-page .blocklist-40 .item-outer {
		width: 50%;
	}

	.title-page .blocklist-40 .item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.title-page .blocklist-40 .next {
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		border-radius: 36px;
	}

	.title-page .blocklist-81 .bx-wrapper {
		max-width: 642px;
	}

	.title-page .blocklist-81 .list {
		width: 642px;
	}

	.title-page .blocklist-81 .text {
		margin-left: auto;
		margin-right: 0;
	}

	.title-page .blocklist-81 .title {
		margin-left: auto;
		margin-right: 0;
	}

	.title-page .blocklist-81 .prev {
		-webkit-border-radius: 31px;
		-moz-border-radius: 31px;
		border-radius: 31px;
	}

	.title-page .blocklist-81 .next {
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}

	.title-page .blocklist-43 .body {
		margin-right: -5px;
		margin-left: -5px;
	}

	.title-page .blocklist-43 .bx-wrapper {
		max-width: 562px;
	}

	.title-page .blocklist-43 .list {
		width: 562px;
	}

	.title-page .blocklist-43 .item-outer {
		width: 50%;
	}

	.title-page .blocklist-43 .item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.title-page .blocklist-43 .next {
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border-radius: 32px;
	}

	.title-page .block-35 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.title-page .block-24 .layout_52 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-24 .layout_78 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_54 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_78_id_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .block-25 {
		margin-right: auto;
	}

	.title-page .block-27 {
		margin-left: auto;
	}

	.title-page .block-30 .layout_62 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-30 .layout_65 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_63 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_64 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}
}

@media all and (max-width: 640px) {
	.title-page .block-4 .layout_5 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-4 .layout_6 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_12 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_22 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_11 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_13 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_16 {
		margin-top: 0;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-7 {
		width: auto;
		margin-right: 0;
		margin-bottom: 0;
	}

	.title-page .widget-8 {
		margin-top: 0;
	}

	.title-page .block-8 {
		width: auto;
		margin-left: 0;
		margin-bottom: 0;
	}

	.title-page .widget-12 {
		margin-left: auto;
		margin-right: auto;
	}

	.title-page .widget-9 {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.title-page .editable_block-25 .img-convert {
		height: 250px;
	}

	.title-page .blocklist-30 .bx-wrapper {
		max-width: 550px;
	}

	.title-page .blocklist-30 .list {
		width: 550px;
	}

	.title-page .widget-38 {
		text-align: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}

	.title-page .widgetsocial-72 .soc-header {
		text-align: center;
		margin-bottom: 0;
		margin-right: 0;
		width: auto;
		margin-left: 0;
		padding-bottom: 10px;
	}

	.title-page .blocklist-33 .body {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-33 .bx-wrapper {
		max-width: 550px;
	}

	.title-page .blocklist-33 .list {
		width: 550px;
	}

	.title-page .blocklist-33 .next {
		-webkit-border-radius: 44px;
		-moz-border-radius: 44px;
		border-radius: 44px;
	}

	.title-page .block-16 .layout_70 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_71 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_36_id_70 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.title-page .reviews-35 .body {
		margin-left: - 10px;
	}

	.title-page .reviews-35 .item {
		margin-right: 10px;
		margin-left: 10px;
	}

	.title-page .widget-36 {
		margin-right: 10px;
	}

	.title-page .widget-37 {
		margin-left: 0;
	}

	.title-page .editable_block-39 .title {
		min-height: 250px;
		font-size: 25px;
	}

	.title-page .editable_block-39 .img-convert {
		height: 250px;
	}

	.title-page .blocklist-40 .header_text {
		font-size: 25px;
	}

	.title-page .blocklist-40 .body {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-40 .bx-wrapper {
		max-width: 550px;
	}

	.title-page .blocklist-40 .list {
		width: 550px;
	}

	.title-page .blocklist-40 .img-convert {
		height: 150px;
	}

	.title-page .blocklist-40 .next {
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
	}

	.title-page .blocklist-81 .bx-wrapper {
		max-width: 640px;
	}

	.title-page .blocklist-81 .list {
		width: 640px;
	}

	.title-page .blocklist-81 .prev {
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		border-radius: 36px;
	}

	.title-page .blocklist-81 .next {
		-webkit-border-radius: 37px;
		-moz-border-radius: 37px;
		border-radius: 37px;
	}

	.title-page .blocklist-43 .body {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-43 .bx-wrapper {
		max-width: 550px;
	}

	.title-page .blocklist-43 .list {
		width: 550px;
	}

	.title-page .blocklist-43 .img-convert {
		height: 150px;
	}

	.title-page .blocklist-43 .next {
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
	}

	.title-page .form-73 .form-submit button {
		width: 100%;
	}

	.title-page .form-73 .form-captcha .form-submit-container {
		width: 100%;
	}

	.title-page .form-73 .form-captcha button {
		width: 100%;
	}

	.title-page .block-24 .layout_52 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-24 .layout_78 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_54 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_78_id_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.title-page .block-25 {
		margin-right: 0;
	}

	.title-page .widget-26 {
		padding-right: 0;
	}

	.title-page .editable_block-51 .title {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.title-page .editable_block-51 .image {
		margin-left: auto;
		margin-right: auto;
	}

	.title-page .editable_block-51 .img-convert {
		margin-left: auto;
		margin-right: auto;
	}

	.title-page .editable_block-51 .text {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.title-page .block-27 {
		margin-left: 0;
	}

	.title-page .widget-43 {
		text-align: center;
	}

	.title-page .widget-28 {
		text-align: center;
	}

	.title-page .phones-55 .title {
		text-align: center;
	}

	.title-page .widget-29 {
		text-align: center;
	}

	.title-page .widget-30 {
		text-align: center;
	}

	.title-page .block-28 {
		display: block;
	}

	.title-page .block-30 .layout_62 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-30 .layout_65 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_63 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_64 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 {
		width: auto;
		right: 0;
	}

	.title-page .widget-34 {
		text-align: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
}

@media all and (max-width: 480px) {
	.title-page .block-4 .layout_5 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-4 .layout_6 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_12 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-9 .layout_22 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_11 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		width: 100%;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_13 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-10 .layout_16 {
		margin-top: 0;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .editable_block-25 .image {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .editable_block-25 .img-convert {
		height: 220px;
	}

	.title-page .blocklist-28 .item-outer {
		width: 50%;
	}

	.title-page .blocklist-28 .image {
		margin-bottom: 5px;
	}

	.title-page .blocklist-30 .header_text {
		font-size: 25px;
	}

	.title-page .blocklist-30 .bx-wrapper {
		max-width: 390px;
	}

	.title-page .blocklist-30 .list {
		width: 390px;
	}

	.title-page .blocklist-30 .item-outer {
		width: 100%;
	}

	.title-page .blocklist-30 .image {
		margin-bottom: 5px;
	}

	.title-page .widget-38 {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
	}

	.title-page .blocklist-33 .bx-wrapper {
		max-width: 390px;
	}

	.title-page .blocklist-33 .list {
		width: 390px;
	}

	.title-page .blocklist-33 .image {
		margin-bottom: 5px;
	}

	.title-page .blocklist-33 .next {
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		border-radius: 49px;
	}

	.title-page .block-16 .layout_70 {
		margin: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		width: auto;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_71 {
		margin: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		width: auto;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-16 .layout_36_id_70 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.title-page .reviews-35 .header {
		padding-left: 15px;
	}

	.title-page .reviews-35 .header_text {
		font-size: 22px;
	}

	.title-page .reviews-35 .all {
		font-size: 10px;
		margin-right: 0;
	}

	.title-page .reviews-35 .description {
		padding-right: 9px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		padding-left: 9px;
		text-align: center;
	}

	.title-page .reviews-35 .list-wr {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title-page .reviews-35 .body {
		margin-left: 0;
	}

	.title-page .reviews-35 .item {
		margin-right: 15px;
		margin-left: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.title-page .reviews-35 .image {
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
	}

	.title-page .reviews-35 .text {
		text-align: center;
	}

	.title-page .reviews-35 .author {
		text-align: center;
	}

	.title-page .widget-36 {
		margin-bottom: 0;
		margin-right: auto;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		flex-shrink: 1;
	}

	.title-page .widget-37 {
		margin-left: auto;
		margin-bottom: 0;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		flex-shrink: 1;
	}

	.title-page .editable_block-39 .image {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.title-page .editable_block-39 .title {
		min-height: 220px;
	}

	.title-page .editable_block-39 .img-convert {
		height: 220px;
	}

	.title-page .blocklist-40 .bx-wrapper {
		max-width: 390px;
	}

	.title-page .blocklist-40 .list {
		width: 390px;
	}

	.title-page .blocklist-40 .item-outer {
		width: 100%;
	}

	.title-page .blocklist-40 .item {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-40 .image {
		margin-bottom: 5px;
	}

	.title-page .blocklist-40 .img-convert {
		height: 200px;
	}

	.title-page .blocklist-81 .bx-wrapper {
		max-width: 480px;
	}

	.title-page .blocklist-81 .list {
		width: 480px;
	}

	.title-page .blocklist-81 .image {
		margin-bottom: 5px;
	}

	.title-page .blocklist-81 .img-convert {
		height: 200px;
	}

	.title-page .blocklist-81 .text {
		width: auto;
		margin-left: 0;
		font-size: 20px;
		left: 0;
		right: 0;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.title-page .blocklist-81 .title {
		width: auto;
		margin-left: 0;
		margin-top: auto;
		font-size: 23px;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
		left: 0;
		right: 0;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.title-page .blocklist-81 .prev {
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
		border-radius: 41px;
	}

	.title-page .blocklist-81 .next {
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
		border-radius: 41px;
	}

	.title-page .blocklist-43 .bx-wrapper {
		max-width: 390px;
	}

	.title-page .blocklist-43 .list {
		width: 390px;
	}

	.title-page .blocklist-43 .item-outer {
		width: 100%;
	}

	.title-page .blocklist-43 .item {
		margin-right: 0;
		margin-left: 0;
	}

	.title-page .blocklist-43 .image {
		margin-bottom: 5px;
	}

	.title-page .blocklist-43 .img-convert {
		height: 200px;
	}

	.title-page .blocklist-43 .next {
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
	}

	.title-page .block-35 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title-page .form-73 .form__header {
		font-size: 19px;
	}

	.title-page .form-73 .form__text {
		font-size: 16px;
	}

	.title-page .block-24 .layout_52 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-24 .layout_78 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_54 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-37 .layout_78_id_50 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}

	.title-page .block-30 .layout_62 {
		margin-top: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-30 .layout_65 {
		margin-top: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_63 {
		margin: 0;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		width: auto;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .block-31 .layout_64 {
		margin: 0;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		width: auto;
		-webkit-flex: 1 0 auto;
		-moz-flex: 1 0 auto;
		flex: 1 0 auto;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-flex;
		display: flex;
	}

	.title-page .widget-32 {
		margin-right: auto;
		margin-bottom: 0;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		flex-shrink: 1;
	}

	.title-page .widget-33 {
		margin-left: auto;
		margin-bottom: 0;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		flex-shrink: 1;
	}

	.title-page .widget-34 {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
}
.title-page .block-14{
	margin-top: 20px;
}
@media(min-width: 1024px){
.title-page .block-17{
 margin-top: 70px;	
}
}


@media(max-width: 420px){
.title-page .blocklist-81 .image img{
	width: 100%;
	height: 100%;
}
}