.header-wrapper {
	color: #ffffff;
	text-decoration: none;
}

.costs {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.costs__old {
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 10px;
}

.costs__current {
	font-size: 24px;
	color: #ff0000;
}

.myImg {
	max-width: 500px;
	width: 100%;
}

* {
	padding: 0;
	margin: 0;
	outline: 0 none;
	box-sizing: border-box;
}

body {
	background: rgba(0, 0, 0, 0) none no-repeat fixed center top;
	font-family: sans-serif;
}

div#__main__ {
	position: relative;
	width: 100%;
}

.mOut {
	width: 100%;
	position: relative;
}

.mIn {
	width: 1200px;
	margin: 0 auto;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

@media screen and (max-width: 1280px) {
	div.mIn {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 480px) {
	div.mIn {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.center {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
}

div.visible {
	display: block;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a,
img {
	border: medium none;
	outline: 0 none;
}

.h1 {
	font-size: 2em;
}

.h2 {
	font-size: 1.5em;
}

.h3 {
	font-size: 1.17em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

[class^="col-"] {
	position: relative;
	display: block;
	float: left;
	min-height: 1px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}

.col-20 {
	width: 20%;
}

.col-50 {
	width: 50%;
}

.col-80 {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
	[class^="col-"] {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.center {
	text-align: center;
}

.trans02 {
	transition: all 0.2s ease-in-out 0s;
}

header.blockHeader {
	float: left;
	width: 100%;
	border-bottom: 2px solid #161616;
	margin-bottom: 20px;
}

header.blockHeader .blockHeaderName {
	display: inline-block;
	padding: 5px 20px;
	margin: 0 !important;
	font-size: 1.17em;
	background-color: #161616;
}

header.blockHeader .blockHeaderName a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
	cursor: default;
}

header.blockHeader .blockHeaderName a[href] {
	cursor: pointer;
}

header.blockHeader .blockHeaderName a[href]:hover {
	text-decoration: underline;
}

header.blockHeader a.more {
	font-family: sans-serif;
	float: right;
	margin-top: 5px;
	background: #f3f3f3 none repeat scroll 0 0;
	color: grey;
	font-size: 0.8em;
	font-weight: 400;
	padding: 4px 6px;
	border-radius: 2px;
}

header.blockHeader a.more:hover {
	background: #161616 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

header.blockHeader a.more::before {
	float: right;
	margin: 3px 0 0 5px;
}

.news {
	float: left;
	width: 100%;
}

.news .listHeader {
	margin-bottom: 14px;
	color: red;
}

.news img.header {
	margin-bottom: 20px;
}

.news .section {
	display: block;
	float: left;
	width: 100%;
}

.news .section article {
	position: relative;
	float: left;
	display: block;
	list-style: outside none none;
	width: 100%;
	margin-bottom: 20px;
}

.news .section article img {
	width: 100%;
	height: auto;
}

.news .section article div.img {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 1px;
}

.news .section article .meta {
	position: relative;
	float: left;
	width: 100%;
	color: grey;
}

.news .section article .meta time {
	display: block;
	color: grey;
	padding: 15px 0 9px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.7em;
}

.news .section article .meta time::before {
	content: "3";
	margin-right: 7px;
}

.news .section article .meta .categories {
	float: right;
}

.news .section article .meta .categories a {
	display: inline-block;
	color: grey;
	font-size: 0.8em;
	margin-left: 10px;
	text-decoration: none;
	line-height: 1;
}

.news .section article .meta .categories a:hover {
	color: #444;
}

.news .section article .linkName {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.news .section article .linkName a {
	display: inline-block;
	color: #161616;
	text-decoration: none;
}

.news .section article .caption {
	color: grey;
	font-size: 0.8em;
}

.news .section article:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0 none !important;
}

.news .section article p {
	margin-bottom: 0;
}

.news .section.news article {
	margin-bottom: 0;
	padding-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.news .section.news article .content {
	position: relative;
	width: 100%;
	float: left;
	color: #444;
	font-size: 1em;
	margin: 20px 0;
}

.news .section.news article .content h1,
.news .section.news article .content h2,
.news .section.news article .content h3,
.news .section.news article .content p {
	width: 100%;
	margin-bottom: 0;
}

.news .section.news article .content p {
	margin-bottom: 20px;
}

.news .section.news article .content .meta {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 11px 0;
	margin-bottom: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.news .section.news article .content .meta time {
	display: inline-block;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-right: 20px;
}

.news .section.news article .content .meta time::before {
	margin-right: 4px;
}

.news .section.news article .content .caption {
	font-size: 1em;
	color: #444;
}

.news .section.news article .content h3 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 520px) {
	.news .section.news article {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.news .section.news article .content p {
	margin-bottom: 20px;
}

@media only screen and (max-width: 520px) {
	.news .section article {
		width: 100% !important;
	}
}

.contentImg {
	display: none;
}

.blur.active .picture18 {
	display: none;
}

.blur.active .contentImg {
	display: block;
	margin: 0 auto;
}

.vk-container {
	font-family: sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.vk-header {
	background: #dae2e8 none repeat scroll 0 0;
	padding: 4px 4px 4px 6px;
	margin-bottom: 10px;
}

.vk-logo {
	background: transparent none no-repeat scroll 0 0;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: -1px;
}

.vk-header-text {
	padding: 2px 3px 1px;
	line-height: 100%;
	color: #45688e;
	font-weight: 700;
}

.vk-comment,
.vk-comment-load {
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #dae1e8;
	padding-bottom: 5px;
}

.vk-avatar img {
	float: left;
	margin-right: 10px;
}

.vk-comment-name {
	color: #2b587a;
	font-weight: bold;
	font-size: 22px !important;
	line-height: 26px !important;
}

.vk-comment-text {
	margin-left: 59px;
	margin-top: 3px;
}

.vk-comment-date {
	margin-left: 59px;
	color: #999;
	font-size: 13px;
}

div.blur {
	position: relative;
	background: #eee;
	padding: 10px;
}

.mIn {
	width: 1498px;
}

@media screen and (max-width: 1400px) {
	div.mIn {
		width: 100% !important;
	}
}

h1,
h2,
h3 {
	font-weight: 500;
}

h1 {
	font-size: 2.5em;
	line-height: 110%;
	font-weight: 400;
}

body {
	overflow-x: hidden;
	font-family: sans-serif;
}

#__main__ {
	transition: all 0.3s ease-in-out 0s;
}

#mobile_menu {
	position: fixed;
	margin: 0;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #036 none repeat scroll 0 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

#mobile_menu.active {
	left: 0;
}

#header {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	color: #fff;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #036;
	background-attachment: scroll;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s;
	max-width: 1340px;
	margin: 0 auto;
	padding: 3px 5px;
}

#header > div > div {
	float: left;
}

#header .mobile_menu {
	display: none;
}

#header .logo {
	margin-left: 50px;
	margin-right: 30px;
	color: #fff;
	font-size: 24px;
}

#header a {
	text-decoration-color: #fff;
}

#header .logo img {
	height: 40px;
	width: auto;
}

@media screen and (max-width: 736px) {
	#header .logo {
		margin-left: 40px;
		margin-right: 0;
	}
}

#header.active {
	margin-left: 300px;
}

#upB {
	background-color: #eee;
	padding-top: 15px;
}

#upB > div div:first-child {
	padding-left: 0;
}

#upB > div div:last-child {
	padding-right: 0;
}

@media screen and (max-width: 736px) {
	#upB {
		padding-top: 0;
	}

	#upB > div {
		display: none;
	}
}

#body {
	position: relative;
	min-height: 700px;
	background-color: #eee;
}

#body #left {
	padding-left: 0;
}

#body #left > div > div {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#body > #center {
	padding-left: 0;
}

#body > #center p {
	margin-bottom: 20px;
}

#body #right {
	padding-right: 0;
}

#body #right > div > div {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#body #right ._company div.news {
	margin-bottom: 10px;
}

#body #right ._company div.news header.categoryImg {
	background: #fff none repeat scroll 0 0;
}

#body #right ._company div.news img.header {
	float: none;
	margin: 0 auto;
	display: block;
	padding: 20px 20px 0;
	width: 80%;
	height: auto;
}

#body > #center .vk-comment-text p {
	margin-bottom: 10px !important;
}

@media screen and (max-width: 736px) {
	#body ._company > header a {
		text-decoration: underline;
	}

	#body ._company div.news {
		display: none;
	}

	#body .sidebn {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 575px) {
	.greenlink {
		width: 100% !important;
	}
}

header.blockHeader {
	margin-top: -3px;
	border: medium none;
	margin-bottom: 10px;
}

header.blockHeader .blockHeaderName {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

@media screen and (max-width: 736px) {
	header.blockHeader .blockHeaderName {
		padding: 0 20px;
	}
}

header.blockHeader .blockHeaderName a {
	color: #222;
	font-weight: 700;
}

header.blockHeader > a {
	display: none;
}

#left .section > article,
#right .section > article,
body.index ._interview .section > article {
	padding: 20px 5px 10px;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
}

#left .section > article div.img,
#right .section > article div.img,
body.index ._interview .section > article div.img {
	border: medium none;
	margin-bottom: 10px;
}

#left .section > article .linkName,
#right .section > article .linkName,
body.index ._interview .section > article .linkName {
	color: #222;
	font-size: 14px;
	font-weight: 400;
}

#left .section > article .meta,
#right .section > article .meta,
body.index ._interview .section > article .meta {
	display: none;
}

#left .section > article .caption,
#right .section > article .caption,
body.index ._interview .section > article .caption {
	display: none;
}

@media screen and (max-width: 736px) {
	#right,
	._newsBN {
		display: none;
	}
}

._content h1,
._content h2,
._content h3,
._content p {
	margin-bottom: 20px;
}

._content h2 {
	color: red;
}

.hh {
	position: absolute;
	font-size: 0;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

._content .news.current,
._content .news.lenta {
	margin-bottom: 0;
	background-color: white;
}

._content .news.current .section article,
._content .news.lenta .section article {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 0;
	padding-bottom: 40px;
}

._content .news.current .section article h1,
._content .news.lenta .section article h1 {
	padding: 0 20px 0 60px;
}

@media screen and (max-width: 736px) {
	._content .news.current .section article h1,
	._content .news.lenta .section article h1 {
		padding: 20px 20px 0;
		font-size: 1.5em;
	}
}

._content .news.current .section article h3.linkName,
._content .news.lenta .section article h3.linkName {
	padding: 20px 20px 0 60px;
	margin: 0;
	font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
	._content .news.current .section article h3.linkName,
	._content .news.lenta .section article h3.linkName {
		padding: 20px 20px 5px;
	}
}

._content .news.current .section article div.gallery,
._content .news.lenta .section article div.gallery {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	min-height: 150px;
}

._content .news.current .section article div.gallery > img,
._content .news.lenta .section article div.gallery > img {
	width: 100%;
	height: auto;
	font-size: 0;
}

._content .news.current .section article div.gallery .caption,
._content .news.lenta .section article div.gallery .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 60px;
	font-size: 20px;
	color: #fff;
	margin: 0 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0)
		linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)) repeat
		scroll 0 0;
}

@media screen and (max-width: 1024px) {
	._content .news.current .section article div.gallery .caption,
	._content .news.lenta .section article div.gallery .caption {
		position: relative;
		padding: 10px 20px;
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		color: #000;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
		font-size: 18px;
	}
}

._content .news.current .section article .categories,
._content .news.lenta .section article .categories {
	padding: 0 20px 0 60px;
}

@media screen and (max-width: 736px) {
	._content .news.current .section article .categories,
	._content .news.lenta .section article .categories {
		padding: 0 20px;
	}
}

._content .news.current .section article .categories a,
._content .news.lenta .section article .categories a {
	text-decoration: none;
	color: #fff;
	background: #eb0254 none repeat scroll 0 0;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	width: 75px;
}

._content .news.current .section article time,
._content .news.lenta .section article time {
	display: block;
	padding: 0 20px 20px 60px;
	color: grey;
	font-size: 0.8em;
}

._content .news.current .section article > p,
._content .news.lenta .section article > p {
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width: 736px) {
	._content .news.current .section article > p,
	._content .news.lenta .section article > p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

._content .news.current .section article .news_content,
._content .news.lenta .section article .news_content {
	float: left;
	width: 75%;
	padding: 0 20px 0 60px;
}

@media screen and (max-width: 736px) {
	._content .news.current .section article .news_content,
	._content .news.lenta .section article .news_content {
		padding: 0 20px;
		width: 100%;
	}
}

._content .news.current .section article {
	padding-bottom: 0 !important;
}

._content .news.current .section article > p {
	padding: 0 !important;
}

._content .news.current .section article time {
	display: inline-block;
	padding-left: 0;
}

._content .news.current .section article time::after {
	content: "Ð Ð‡Ð  Ð ÑœÐ Ñ›Ð â€™Ð Ñ›Ð ÐŽÐ ÑžÐ Â˜";
	margin-left: 20px;
}

._content .news_content {
	float: left;
	width: 100%;
	padding: 0 45px !important;
	padding: 20px;
}

@media screen and (max-width: 736px) {
	._content .news_content {
		padding: 0 20px !important;
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.spoil img {
		width: 100%;
	}
}

._content .news_content .section article .beforeContent {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

._content .news_content .section article .beforeContent .categories {
	padding: 0;
	margin: 0;
}

._content ._newsBN {
	float: right;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #dedede;
}

@media screen and (max-width: 736px) {
	._content ._newsBN {
		width: 100%;
		padding: 0 20px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 736px) {
	._content .news.lenta .section article time {
		padding: 0 20px 10px;
		text-align: right;
	}
}

._content {
	position: relative;
	float: left;
	width: 100%;
	background: #fff none repeat scroll 0 0;
	padding-top: 40px;
	padding-bottom: 20px;
}

@media screen and (max-width: 736px) {
	._content {
		padding-top: 20px;
	}
}

._content > * {
	padding: 0 40px;
}

._content > h1 {
	margin-bottom: 30px;
}

._content > .news {
	padding: 0;
}

._content > .news > h1.listHeader {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 30px;
}

@media screen and (max-width: 736px) {
	._content > .news > h1.listHeader {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 22px;
	}
}

#subfooter {
	background: #0d3d6e none repeat scroll 0 0;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #708aa5;
}

#subfooter a {
	color: #708aa5;
	text-decoration: none;
}

#subfooter ._copy {
	float: left;
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	#subfooter {
		padding: 20px;
	}
}

#body #left .ynst_5c18cb8f4e503:nth-child(2n) {
	margin-top: 10px;
	margin-bottom: 10px;
}

#body #right .ynst_5c18cb8f4e503:nth-child(2n + 1) {
	margin-top: 10px;
	margin-bottom: 10px;
}

div[class^="ynst_"] {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 1px;
}

div[class^="ynst_"] a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div[class^="ynst_"] img {
	width: 100%;
	height: auto;
}

.theiaStickySidebar::after {
	content: "";
	display: table;
	clear: both;
}

.header-burger {
	display: none;
}

@media screen and (max-width: 780px) {
	.no-webp #header {
		background: #036;
	}

	.webp #header {
		background: #036;
	}

	#header {
		position: relative;
	}

	.header-burger {
		position: relative;
		display: block;
		width: 30px;
		height: 4px;
		margin-top: 16px;
		border-radius: 5px;
		background-color: #fff;
	}

	.header-burger:after,
	.header-burger:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 4px;
		border-radius: 5px;
		background-color: #fff;
		left: 0;
	}

	.header-burger:after {
		top: -8px;
	}

	.header-burger:before {
		bottom: -8px;
	}

	.header-wrapper {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

#product-block {
	height: 438px;
	width: 100% !important;
	display: block;
	margin: 0 !important;
	margin: 0 0 20px !important;
	text-align: center;
}

.greenlink {
	background: green;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	width: 50%;
	text-align: center;
	margin: 0 0 20px;
	border-radius: 5px;
	text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
		0 18px 23px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	line-height: 1.4em;
	box-shadow: 0 30px 30px -30px #00000070;
	margin: 0 auto;
}

a.n-underline {
	text-decoration: none;
}

.gradient {
	background-color: #7ac44d;
	background-image: url("bg.svg");
	background-image: url("bg.svg"),
		-webkit-gradient(radial, left bottom, 0, left bottom, 723, color-stop(0, #f3ef15), color-stop(1, #009885));
	background-image: -webkit-repeating-radial-gradient(
		left bottom,
		ellipse farthest-corner,
		#f3ef15 0,
		#009885 100%
	);
	background-image: repeating-radial-gradient(
		ellipse farthest-corner at left bottom,
		#f3ef15 0,
		#009885 100%
	);
	background-image: -ms-repeating-radial-gradient(
		left bottom,
		ellipse farthest-corner,
		#f3ef15 0,
		#009885 100%
	);
}

.gradient {
	transition: 0.3s;
}

.gradient:hover {
	background: #27f713;
	transition: 0.3s;
}

/*.active p {*/
/*  display: none
}*/
#lead-form {
	padding: 15px !important;
	border: 2px solid gray !important;
	text-align: center !important;
	width: 70% !important;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.greenlink {
		font-size: 19px;
		padding: 20px 0;
	}

	#lead-form {
		width: 100% !important;
	}
}

#lead-form select,
#lead-form input {
	box-sizing: border-box !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 5px !important;
	font-size: 17px !important;
	background: #fff !important;
	padding: 0 15px;
	border: 2px solid #e9d7dc;
	font-weight: normal !important;
	margin-top: 15px !important;
	border: 1px solid gray !important;
	height: 50px;
	line-height: 50px;
}

#send-lead {
	width: 100%;
	padding: 15px;
	background: #0299ff;
	text-shadow: 1px 3px 3px rgb(0 0 0 / 10%);
	box-shadow: 0 4px 25px 0 rgb(129 150 160 / 45%);
	border-radius: 5px;
	color: #fff;
	border: none;
	font-size: 15px;
	font-weight: bold !important;
	text-transform: uppercase;
	margin: 20px auto;
	cursor: pointer;
}

.inL_711162 {
	background-color: #eee !important;
	transform: none;
}

.inL_851493 {
	transform: none;
}

.inL_381413 {
	transform: none;
}

.inL_872783 {
	font-style: italic;
}

.inL_827570 {
	text-align: left;
}

.inL_185085 {
	max-width: 100%;
}

.inL_875070 {
	margin-bottom: 0;
	margin-top: 30px;
}

.inL_123577 {
	max-width: 500px;
	width: 100%;
}

.inL_713009 {
	max-width: 500px;
	width: 100%;
}

.inL_853613 {
	margin-bottom: 0;
	margin-top: 30px;
}

.inL_438076 {
	max-width: 500px;
	width: 100%;
}

.inL_452742 {
	max-width: 500px;
	width: 100%;
}

.inL_622428 {
	margin-bottom: 0;
	margin-top: 30px;
}

.inL_250462 {
	max-width: 500px;
	width: 100%;
}

.inL_50023 {
	max-width: 500px;
	width: 100%;
}

.inL_864925 {
	margin-bottom: 0;
	margin-top: 30px;
}

.inL_295279 {
	max-width: 500px;
	width: 100%;
}

.inL_738640 {
	max-width: 500px;
	width: 100%;
}

.inL_945558 {
	max-width: 500px;
	width: 100%;
}

.inL_317389 {
	max-width: 100%;
	width: 100%;
}

.inL_709918 {
	max-width: 100%;
	width: 100%;
}

.inL_310062 {
	color: #c71585;
}

.inL_891577 {
	font-weight: 700;
}

.inL_869349 {
	font-size: 21px;
}

.inL_856142 {
	width: 100%;
	max-width: 340px;
	margin-top: 5px;
}

.inL_103798 {
	width: 100%;
	max-width: 340px;
	margin-top: 5px;
}

.inL_285572 {
	width: 100%;
	margin-top: 5px;
}

.inL_406083 {
	width: 100%;
	margin-top: 5px;
}

.inL_854864 {
	margin-top: 5px;
	max-width: 100%;
}

.inL_699770 {
	font-size: 21px;
}

.inL_32974 {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	min-height: 1px;
}

.inL_284770 {
	padding-top: 0;
	padding-bottom: 1px;
	position: static;
	transform: none;
}

.inL_580663 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	visibility: hidden;
}

.inL_299179 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	visibility: hidden;
}

.inL_642712 {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0s ease 0s;
	width: 278px;
	height: 4485px;
}

.inL_547322 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	visibility: hidden;
}

.inL_618516 {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0s ease 0s;
	width: 200%;
	height: 200%;
}

.center img {
	/* max-width:500px; */
	width: 100%;
	display: block;
	margin: 15px auto;
}

@media (max-width: 1024px) {
	.col-80 {
		padding: 0;
		width: 100%;
	}
}

figure {
	max-width: 600px;
	margin: 0 auto 20px;
}

figure img {
	display: block;
	width: 100%;
}

.question {
	font-size: 22px;
}

.blur .spoil {
	max-width: 500px;
	margin: 0 auto;
}

.blur .content {
	display: none;
	max-width: 500px;
	margin: 0 auto;
}

.blur .content img,
.blur .spoil img {
	cursor: pointer;
}

.header-top {
	background: #036;
	max-width: 1340px;
	padding: 10px 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top a {
	color: #fff;
	text-decoration: none;
	font-size: 23px;
}

.header-top span a {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 20px;
}

@media (max-width: 1100px) {
	.header-top {
		padding: 10px 15px;
	}
}

.mobile-menu {
	display: none;
}

.mobile-menu img {
	display: block;
}

@media (max-width: 700px) {
	.header-top span {
		display: none;
	}

	.mobile-menu {
		display: block;
	}
}
