<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  --primary-color-base: #1F50A1;
  --primary-color-l-5: #235bb6;
  --primary-color-l-10: #2765cc;
  --primary-color-l-15: #3472d8;
  --primary-color-l-20: #4a81dc;
  --primary-color-l-25: #5f90e0;
  --primary-color-l-30: #759fe4;
  --primary-color-l-35: #8aaee8;
  --primary-color-l-40: #9fbced;
  --primary-color-l-45: #b5cbf1;
  --primary-color-l-50: #cadaf5;
  --primary-color-l-55: #e0e9f9;
  --primary-color-l-60: #f5f8fd;
  --primary-color-d-5: #1b458c;
  --primary-color-d-10: #173b76;
  --primary-color-a-01: rgba(31, 80, 161, 0.1);
  --primary-color-a-02: rgba(31, 80, 161, 0.2);
  --primary-color-a-03: rgba(31, 80, 161, 0.3);
  --primary-color-a-04: rgba(31, 80, 161, 0.4);
  --primary-color-a-05: rgba(31, 80, 161, 0.5);
  --primary-color-a-06: rgba(31, 80, 161, 0.6);
  --primary-color-a-07: rgba(31, 80, 161, 0.7);
  --primary-color-a-08: rgba(31, 80, 161, 0.8);
  --primary-color-a-09: rgba(31, 80, 161, 0.9);
  --text-color-base: #444444;
  --text-color-l-5: #515151;
  --text-color-l-10: #5d5d5d;
  --text-color-l-15: #6a6a6a;
  --text-color-l-20: #777777;
  --text-color-l-25: #848484;
  --text-color-l-30: #909090;
  --text-color-l-35: #9d9d9d;
  --text-color-l-40: #aaaaaa;
  --text-color-l-45: #b7b7b7;
  --text-color-l-50: #c3c3c3;
  --text-color-l-55: #d0d0d0;
  --text-color-l-60: #dddddd;
  --text-color-l-65: #eaeaea;
  --text-color-l-70: #f6f6f6;
  --text-color-d-5: #373737;
  --text-color-d-10: #2a2a2a;
  --text-color-a-01: rgba(68, 68, 68, 0.1);
  --text-color-a-02: rgba(68, 68, 68, 0.2);
  --text-color-a-03: rgba(68, 68, 68, 0.3);
  --text-color-a-04: rgba(68, 68, 68, 0.4);
  --text-color-a-05: rgba(68, 68, 68, 0.5);
  --text-color-a-06: rgba(68, 68, 68, 0.6);
  --text-color-a-07: rgba(68, 68, 68, 0.7);
  --text-color-a-08: rgba(68, 68, 68, 0.8);
  --text-color-a-09: rgba(68, 68, 68, 0.9);
}



/*Text font size*/
:root {
	--header-title-1-default: 50px;
	--header-title-2-default: 40px;
	--header-title-3-default: 32px;
	--header-title-4-default: 26px;
	--header-title-5-default: 20px;
	--header-title-6-default: 16px;
	
	--header-title-1-media-1-default: 48px;
	--header-title-1-media-1-max: 72px;
	--header-title-1-media-1-min: 36px;
	--header-title-1-media-2-default: 44px;
	--header-title-1-media-2-max: 64px;
	--header-title-1-media-2-min: 34px;
	--header-title-1-media-3-default: 40px;
	--header-title-1-media-3-max: 54px;
	--header-title-1-media-3-min: 32px;
	--header-title-1-media-4-default: 32px;
	--header-title-1-media-4-max: 40px;
	--header-title-1-media-4-min: 26px;
	
	--header-title-2-media-1-default: 36px;
	--header-title-2-media-1-max: 66px;
	--header-title-2-media-1-min: 28px;
	--header-title-2-media-2-default: 34px;
	--header-title-2-media-2-max: 56px;
	--header-title-2-media-2-min: 26px;
	--header-title-2-media-3-default: 32px;
	--header-title-2-media-3-max: 52px;
	--header-title-2-media-3-min: 24px;
	--header-title-2-media-4-default: 26px;
	--header-title-2-media-4-max: 36px;
	--header-title-2-media-4-min: 22px;
	
	--header-title-3-media-1-default: 28px;
	--header-title-3-media-1-max: 60px;
	--header-title-3-media-1-min: 24px;
	--header-title-3-media-2-default: 26px;
	--header-title-3-media-2-max: 52px;
	--header-title-3-media-2-min: 22px;
	--header-title-3-media-3-default: 24px;
	--header-title-3-media-3-max: 48px;
	--header-title-3-media-3-min: 20px;
	--header-title-3-media-4-default: 22px;
	--header-title-3-media-4-max: 32px;
	--header-title-3-media-4-min: 20px;
	
	--header-title-4-media-1-default: 24px;
	--header-title-4-media-1-max: 54px;
	--header-title-4-media-1-min: 20px;
	--header-title-4-media-2-default: 22px;
	--header-title-4-media-2-max: 44px;
	--header-title-4-media-2-min: 18px;
	--header-title-4-media-3-default: 20px;
	--header-title-4-media-3-max: 40px;
	--header-title-4-media-3-min: 18px;
	--header-title-4-media-4-default: 20px;
	--header-title-4-media-4-max: 30px;
	--header-title-4-media-4-min: 18px;
	
	--header-title-5-media-1-default: 20px;
	--header-title-5-media-1-max: 48px;
	--header-title-5-media-1-min: 16px;
	--header-title-5-media-2-default: 18px;
	--header-title-5-media-2-max: 36px;
	--header-title-5-media-2-min: 16px;
	--header-title-5-media-3-default: 18px;
	--header-title-5-media-3-max: 36px;
	--header-title-5-media-3-min: 16px;
	--header-title-5-media-4-default: 18px;
	--header-title-5-media-4-max: 26px;
	--header-title-5-media-4-min: 16px;
	
	--header-title-6-media-1-default: 16px;
	--header-title-6-media-1-max: 42px;
	--header-title-6-media-1-min: 16px;
	--header-title-6-media-2-default: 16px;
	--header-title-6-media-2-max: 32px;
	--header-title-6-media-2-min: 16px;
	--header-title-6-media-3-default: 16px;
	--header-title-6-media-3-max: 32px;
	--header-title-6-media-3-min: 16px;
	--header-title-6-media-4-default: 16px;
	--header-title-6-media-4-max: 24px;
	--header-title-6-media-4-min: 16px;
	
	--header-text-1-default: 22px;
	--header-text-2-default: 18px;
	--header-text-3-default: 16px;
	--header-text-4-default: 15px;

	
	--header-text-1-media-1-default: 22px;
	--header-text-1-media-1-max: 24px;
	--header-text-1-media-1-min: 14px;
	--header-text-1-media-2-default: 20px;
	--header-text-1-media-2-max: 22px;
	--header-text-1-media-2-min: 14px;
	--header-text-1-media-3-default: 20px;
	--header-text-1-media-3-max: 22px;
	--header-text-1-media-3-min: 14px;
	--header-text-1-media-4-default: 18px;
	--header-text-1-media-4-max: 20px;
	--header-text-1-media-4-min: 13px;
	
	--header-text-2-media-1-default: 18px;
	--header-text-2-media-1-max: 22px;
	--header-text-2-media-1-min: 14px;
	--header-text-2-media-2-default: 17px;
	--header-text-2-media-2-max: 22px;
	--header-text-2-media-2-min: 14px;
	--header-text-2-media-3-default: 17px;
	--header-text-2-media-3-max: 22px;
	--header-text-2-media-3-min: 14px;
	--header-text-2-media-4-default: 16px;
	--header-text-2-media-4-max: 20px;
	--header-text-2-media-4-min: 13px;
	
	--header-text-3-media-1-default: 16px;
	--header-text-3-media-1-max: 20px;
	--header-text-3-media-1-min: 13px;
	--header-text-3-media-2-default: 16px;
	--header-text-3-media-2-max: 20px;
	--header-text-3-media-2-min: 13px;
	--header-text-3-media-3-default: 16px;
	--header-text-3-media-3-max: 20px;
	--header-text-3-media-3-min: 13px;
	--header-text-3-media-4-default: 16px;
	--header-text-3-media-4-max: 20px;
	--header-text-3-media-4-min: 13px;
	
	--header-text-4-media-1-default: 15px;
	--header-text-4-media-1-max: 18px;
	--header-text-4-media-1-min: 12px;
	--header-text-4-media-2-default: 15px;
	--header-text-4-media-2-max: 18px;
	--header-text-4-media-2-min: 13px;
	--header-text-4-media-3-default: 15px;
	--header-text-4-media-3-max: 18px;
	--header-text-4-media-3-min: 13px;
	--header-text-4-media-4-default: 15px;
	--header-text-4-media-4-max: 18px;
	--header-text-4-media-4-min: 13px;
}



html {
	overflow-y: scroll;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.js-lg-init .lg-item {cursor: pointer;}

body {
	margin: 0;
}

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

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

video {background: var(--text-color-d-10)}

audio:not([controls]), body #lg-zoom-in, body #lg-zoom-out, body .lg-fullscreen {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

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


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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: var(--text-color-d-10);
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*  *:not(._lp-image-container) img { */
img {
	max-width: 100%;
	height: auto;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

.lp-img-contain img {max-width: 100%; max-height: 100%;}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}хъ

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

@media print {
	* {
		background: transparent !important;
		color: var(--text-color-d-10) !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

[data-block-layout] {position: relative;}

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

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

.clearfix:after {
	clear: both;
}

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

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

._hide-block {
	display: none;
}

.thumb,
.YMaps,
.ymaps-map {
	color: var(--text-color-d-10);
}

.table {
	display: table;
}

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

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

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

.table0 td,
.table1 td,
.table2 td {
	padding: 0.5em;
}

.table1,
.table2 {
	border: 1px solid #666;
}

.table1 td,
.table2 td,
.table1 th,
.table2 th {
	border: 1px solid #666;
}

.table2 th {
	padding: 0.5em;
	color: #fff;
	background: #f00;
}

._lp-block {
	/*background: #fff;*/
	position: relative;
}

html,
body {
	height: 100%;
}

body {
	position: relative;
	min-width: 320px;
	text-align: left;
	color: var(--text-color-base);
	background: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-height: 100%;
	height: auto;
}

.lp-label-text,
.lp-remark-text,
.lp-alert-text {
	font-size: 14px;
	line-height: 1;
}

@media all and (min-width: 600px) {
	.lp-label-text,
	.lp-remark-text,
	.lp-alert-text {
		line-height: 1;
	}
}

h1, h2, h3, h4, h5, h6, .lp-header-title-0, .lp-header-title-1, .lp-header-title-2, .lp-header-title-3, .lp-header-title-4, .lp-header-title-5, .lp-header-title-6 {
	color: var(--text-color-base);
	font-weight: 700;
	line-height: 1.25;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}

.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse .lp-header-title-0, .inverse .lp-header-title-1, .inverse .lp-header-title-2, .inverse .lp-header-title-3, .inverse .lp-header-title-4, .inverse .lp-header-title-5, .inverse .lp-header-title-6 {
	color: #fff;
}

.lp-header-title-0 {
	margin-top: 0;
	font-size: 68px;
	/* line-height: 1.15; */
}

@media all and (max-width: 1024px) {
	.lp-header-title-0 {
		font-size: 60px;
		/* line-height: 1.17; */
	}
}

@media all and (max-width: 599px) {
	.lp-header-title-0 {
		font-size: 46px;
	}
}

h1,
.lp-header-title-1 {
	margin-top: 0;
	/*font-size: 50px;
	 line-height: 1.16; */
}

@media all and (max-width: 1024px) {
	h1,
	.lp-header-title-1 {
		/*font-size: 44px;
		 line-height: 1.185; */
	}
}

@media all and (max-width: 599px) {
	h1,
	.lp-header-title-1 {
	/*	font-size: 30px;
		 line-height: 1.27; */
	}
}

h2,
.lp-header-title-2 {
	/* font-size: 40px;
	line-height: 1.25; */
}

@media all and (max-width: 1024px) {
	h2,
	.lp-header-title-2 {
	/*	font-size: 34px;
		 line-height: 1.24; */
	}
}

@media all and (max-width: 599px) {
	h2,
	.lp-header-title-2 {
		/* font-size: 26px;
		line-height: 1.31; */
	}
}

h3,
.lp-header-title-3 {
	/* font-size: 32px;
	line-height: 1.5; */
}

@media all and (max-width: 1024px) {
	h3,
	.lp-header-title-3 {
		/* font-size: 26px;
		line-height: 1.462; */
	}
}

@media all and (max-width: 599px) {
	h3,
	.lp-header-title-3 {
		/*font-size: 20px;
		 line-height: 1.5; */
	}
}

h4,
.lp-header-title-4 {
	/*font-size: 26px;
	 line-height: 1.462; */
}

@media all and (max-width: 1024px) {
	h4,
	.lp-header-title-4 {
		/*font-size: 22px;
		 line-height: 1.455; */
	}
}

@media all and (max-width: 599px) {
	h4,
	.lp-header-title-4 {
		/*font-size: 18px;
		 line-height: 1.56; */
	}
}

h5,
.lp-header-title-5 {
	/*font-size: 20px;
	 line-height: 1.5; */
}

@media all and (max-width: 1024px) {
	h5,
	.lp-header-title-5 {
		/*font-size: 18px;
		 line-height: 1.56; */
	}
}

@media all and (max-width: 599px) {
	h5,
	.lp-header-title-5 {
		/*font-size: 16px;
		 line-height: 1.5; */
	}
}

h6,
.lp-header-title-6 {
	/*font-size: 16px;
	 line-height: 1.25; */
}


.lp-header-text-1,
.lp-header-text-2,
.lp-header-text-3,
.lp-header-text-4 {
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-color-base);
}

.lp-header-text-1 {
	/*font-size: 22px;*/
	line-height: 1.385;
}

@media all and (max-width: 1024px) {
	.lp-header-text-1 {
		/*font-size: 20px;*/
		line-height: 1.364;
	}
}

@media all and (max-width: 599px) {
	.lp-header-text-1 {
		/*font-size: 18px;*/
		line-height: 1.6;
	}
}

.lp-header-text-2 {
	/*font-size: 20px;*/
}

@media all and (max-width: 1024px) {
	.lp-header-text-2 {
		/*font-size: 18px;*/
		line-height: 1.56;
	}
}

@media all and (max-width: 599px) {
	.lp-header-text-2 {
		/*font-size: 16px;*/
		line-height: 1.5;
	}
}

.lp-header-text-3 {
	/*font-size: 16px;*/
}

@media all and (max-width: 599px) {
	.lp-header-text-3 {
		/*font-size: 15px;*/
		line-height: 1.47;
	}
}

.lp-header-text-4 {
	/*font-size: 14px;*/
	line-height: 1.46;
}



.lp-header-title-1,
h1 {
	font-size: var(--header-title-1-default);
}
.lp-header-title-2,
h2 {
	font-size: var(--header-title-2-default);
}
.lp-header-title-3,
h3 {
	font-size: var(--header-title-3-default);
}
.lp-header-title-4,
h4 {
	font-size: var(--header-title-4-default);
}
.lp-header-title-5,
h5 {
	font-size: var(--header-title-5-default);
}
.lp-header-title-6,
h6 {
	font-size: var(--header-title-6-default);
}
.lp-header-text-1 {
	font-size: var(--header-text-1-default);
}
.lp-header-text-2 {
	font-size: var(--header-text-2-default);
}
.lp-header-text-3 {
	font-size: var(--header-text-3-default);
}
.lp-header-text-4 {
	font-size: var(--header-text-4-default);
}

@media screen and (max-width: 1279px) {
	.lp-header-title-1,
	h1 {
		font-size: var(--header-title-1-media-1-default);
	}

	.lp-header-title-2,
	h2 {
		font-size: var(--header-title-2-media-1-default);
	}

	.lp-header-title-3,
	h3 {
		font-size: var(--header-title-3-media-1-default);
	}

	.lp-header-title-4 ,
	h4 {
		font-size: var(--header-title-4-media-1-default);
	}

	.lp-header-title-5,
	h5 {
		font-size: var(--header-title-5-media-1-default);
	}

	.lp-header-title-6,
	h6 {
		font-size: var(--header-title-6-media-1-default);
	}

	.lp-header-text-1 {
		font-size: var(--header-text-1-media-1-default);
	}

	.lp-header-text-2 {
		font-size: var(--header-text-2-media-1-default);
	}


	.lp-header-text-3{
		font-size: var(--header-text-3-media-1-default);
	}

	.lp-header-text-4 {
		font-size: var(--header-text-4-media-1-default);
	}
}

@media screen and (max-width: 991px) {
	.lp-header-title-1,
	h1 {
		font-size: var(--header-title-1-media-2-default);
	}

	.lp-header-title-2,
	 h2 {
		font-size: var(--header-title-2-media-2-default);
	}

	.lp-header-title-3,
	h3 {
		font-size: var(--header-title-3-media-2-default);
	}

	.lp-header-title-4,
	h4 {
		font-size: var(--header-title-4-media-2-default);
	}

	.lp-header-title-5,
	h5 {
		font-size: var(--header-title-5-media-2-default);
	}

	.lp-header-title-6,
	h6 {
		font-size: var(--header-title-6-media-2-default);
	}

	.lp-header-text-1 {
		font-size: var(--header-text-1-media-2-default);
	}

	.lp-header-text-2 {
		font-size: var(--header-text-2-media-2-default);
	}

	.lp-header-text-3{
		font-size: var(--header-text-3-media-2-default);
	}

	.lp-header-text-4 {
		font-size: var(--header-text-4-media-2-default);
	}
}

@media screen and (max-width: 767px) {
	.lp-header-title-1,
	h1 {
		font-size: var(--header-title-1-media-3-default);
	}

	.lp-header-title-2,
	 h2 {
		font-size: var(--header-title-2-media-3-default);
	}

	.lp-header-title-3,
	h3 {
		font-size: var(--header-title-3-media-3-default);
	}

	.lp-header-title-4,
	h4 {
		font-size: var(--header-title-4-media-3-default);
	}

	.lp-header-title-5,
	h5 {
		font-size: var(--header-title-5-media-3-default);
	}

	.lp-header-title-6,
	h6 {
		font-size: var(--header-title-6-media-3-default);
	}

	.lp-header-text-1 {
		font-size: var(--header-text-1-media-3-default);
	}

	.lp-header-text-2 {
		font-size: var(--header-text-2-media-3-default);
	}

	.lp-header-text-3{
		font-size: var(--header-text-3-media-3-default);
	}

	.lp-header-text-4 {
		font-size: var(--header-text-4-media-3-default);
	}
}

@media screen and (max-width: 479px) {
	.lp-header-title-1,
	 h1 {
		font-size: var(--header-title-1-media-4-default);
	}
	.lp-header-title-2,
	h2 {
		font-size: var(--header-title-2-media-4-default);
	}
	.lp-header-title-3,
	h3 {
		font-size: var(--header-title-3-media-4-default);
	}
	.lp-header-title-4,
	h4 {
		font-size: var(--header-title-4-media-4-default);
	}
	.lp-header-title-5,
	h5 {
		font-size: var(--header-title-5-media-4-default);
	}
	.lp-header-title-6,
	h6 {
		font-size: var(--header-title-6-media-4-default);
	}
	.lp-header-text-1 {
		font-size: var(--header-text-1-media-4-default);
	}
	.lp-header-text-2 {
		font-size: var(--header-text-2-media-4-default);
	}
	.lp-header-text-3{
		font-size: var(--header-text-3-media-4-default);
	}
	.lp-header-text-4 {
		font-size: var(--header-text-4-media-4-default);
	}
}



.lp-header-title-1 p,
.lp-header-title-2 p,
.lp-header-title-3 p,
.lp-header-title-4 p,
.lp-header-title-5 p,
.lp-header-title-6 p {
	margin: 0;
}

[data-elem-type] p:first-child {
	margin-top: 0;
}
[data-elem-type] p:last-child {
    margin-bottom: 0;
}





._primary-color {
	color: var(--primary-color-base);
}

._primary-fill {
	background: var(--primary-color-base);
	color: #fff;
}

._light-fill {
	background: #fff;
}

._dark-fill {
	background: var(--text-color-base);
	color: #fff;
}

._svg-primary-fill path:not([fill]):not([stroke]) {
	fill: var(--primary-color-base);
}

._svg-dark-fill path:not([fill]) {
	fill: var(--text-color-base);
}

._svg-light-fill path:not([fill]) {
	fill: #fff;
}

a {
	text-decoration: underline;
	color: var(--primary-color-base);
}

a:hover {
	text-decoration: none;
  color: var(--primary-color-base);
}

a img {
	border-color: #666;
}

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

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.lp-block-wrapper {
	background: #fff;
}

.lp-block-wrapper.inverse {
	background: var(--text-color-d-10);
}

.lp-block-inner {
	max-width: 1288px;
	margin: 0 auto;
	padding: 0 16px;
}

.lp-grid-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

@media all and (max-width: 1379px) {
	.lp-grid-row {
		margin: 0 -12px;
	}
}

@media all and (max-width: 1199px) {
	.lp-grid-row {
		margin: 0 -24px;
	}
}

@media all and (max-width: 959px) {
	.lp-grid-row {
		margin: 0 -12px;
	}
}

@media all and (max-width: 599px) {
	.lp-grid-row {
		margin: 0 -16px;
	}
}

.lp-grid-col {
	padding: 5px 16px;
}

@media all and (max-width: 1379px) {
	.lp-grid-col {
		padding: 5px 12px;
	}
}

@media all and (max-width: 1199px) {
	.lp-grid-col {
		padding: 5px 24px;
	}
}

@media all and (max-width: 959px) {
	.lp-grid-col {
		padding: 5px 12px;
	}
}

@media all and (max-width: 599px) {
	.lp-grid-col {
		padding: 5px 16px;
	}
}

.lp-text-button {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.lp-link-button {
	font-size: 16px;
	line-height: 1;
}



.lp-remark-text {opacity: 0.5;}

.lp-label-text {
	font-weight: 700;
}

.lp-alert-text {
	color: #ff0000;
}

.lp-button {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1;
	text-decoration: none;
	transition: all 0.15s;
	border: none;
	outline: none;
	text-align: center;
	text-align-last: center;
	align-items: center;
	justify-content: center;
}

.lp-button__text,
.lp-button__ico {
	display: inline-block;
	vertical-align: middle;
}

.lp-button__text {
	min-width: 50px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: inherit;
	text-align-last: inherit;
	color:inherit;
	text-decoration: inherit;
}

.lp-button__ico {
	font-size: 0;
}

.lp-button__ico svg {
	width: 24px;
	height: 24px;
}

.lp-button__ico+.lp-button__text {
	min-width: 74px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
}

.lp-button._only-icon {
	padding: 13px;
}

@media all and (max-width: 1199px) {
	.lp-button._only-icon {
		padding: 10px;
	}
}

@media all and (max-width: 599px) {
	.lp-button._only-icon {
		padding: 8px;
	}
}

.lp-button--type-1 {
	background: var(--primary-color-base);
	color: #fff;
	padding: 13px 16px;
}

.lp-button--type-1._v2-text {
	padding: 17px 16px;
}

.lp-button--type-1._v2-icon {
	padding: 13px;
	font-size: 0;
}

.lp-button--type-1._v2-icon svg {width: 24px; height: 24px;}

.lp-button--type-1._v2-icon path {fill: #fff;}

@media all and (max-width: 1199px) {
	.lp-button--type-1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.lp-button--type-1._v2-text {
		padding: 14px 16px;
	}

	.lp-button--type-1._v2-icon {
		padding: 10px;
	}
}

@media all and (max-width: 599px) {
	.lp-button--type-1 {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.lp-button--type-1._v2-text {
		padding: 12px 16px;
	}

	.lp-button--type-1._v2-icon {
		padding: 8px;
	}
}

.lp-button--type-1:hover {
	color: #fff;
	background: var(--primary-color-l-5);
}

.lp-button--type-1:active {
	background: var(--primary-color-d-5);
}

/*.lp-button--type-1 svg path {
	fill: #fff;
}*/

.inverse .lp-button--type-1 {
	background: #f3a61a;
	color: var(--text-color-d-10);
}

.inverse .lp-button--type-1 svg {
	stroke: var(--text-color-d-10);
}

.inverse .lp-button--type-1:hover {
	background: #f5b239;
}

.inverse .lp-button--type-1:active {
	background: #f9a100;
}

.lp-button--type-2 {
	border: 1px solid var(--primary-color-base);
	background: var(--primary-color-a-01);
	color: var(--primary-color-base);
	padding: 12px 15px;
}

.lp-button--type-2._v2-text {
	padding: 16px 15px;
}

.lp-button--type-2._v2-icon {
	padding: 12px;
	font-size: 0;
}

.lp-button--type-2._v2-icon svg {
	width: 24px;
	height: 24px;
}

.lp-button--type-2._v2-icon path {
	fill: var(--primary-color-base);
}

@media all and (max-width: 1024px) {
	.lp-button--type-2 {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.lp-button--type-2._v2-text {
		padding: 13px 15px;
	}

	.lp-button--type-2._v2-icon {padding: 9px;}
}

@media all and (max-width: 640px) {
	.lp-button--type-2 {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.lp-button--type-2._v2-text {
		padding: 11px 15px;
	}

	.lp-button--type-2._v2-icon {padding: 7px;}
}

.lp-button--type-2:hover {
	border-color: var(--primary-color-l-5);
	color: var(--primary-color-l-5);
	background: var(--primary-color-a-01);
}

.lp-button--type-2:hover path {
	fill: var(--primary-color-l-5);
}

.lp-button--type-2:active {
	border-color: var(--primary-color-d-5);
	color: var(--primary-color-d-5);
	background: var(--primary-color-a-01);
}

.lp-button--type-2:active path {
	fill: var(--primary-color-d-5);
}

.lp-button--type-2 svg path {
	fill: var(--primary-color-base);
}

.lp-button--type-2._only-icon {
	padding: 12px;
}

@media all and (max-width: 1024px) {
	.lp-button--type-2._only-icon {
		padding: 9px;
	}
}

@media all and (max-width: 640px) {
	.lp-button--type-2._only-icon {
		padding: 7px;
	}
}

.inverse .lp-button--type-2 {
	border-color: #f3a61a;
	color: #f3a61a;
	background: rgba(243, 166, 26, 0.1);
}

.inverse .lp-button--type-2 svg {
	stroke: #f3a61a;
}

.inverse .lp-button--type-2:hover {
	border-color: #f5b239;
	background: rgba(245, 179, 60, 0.1);
	color: #f5b239;
}

.inverse .lp-button--type-2:hover svg {
	stroke: #f5b239;
}

.inverse .lp-button--type-2:active {
	border-color: #f9a100;
	color: #f9a100;
	background: rgba(222, 147, 12, 0.1);
}

.inverse .lp-button--type-2:active svg {
	stroke: #f9a100;
}

.lp-button._with-icon .lp-button__ico {
	margin-left: 8px;
}

.lp-button--type-3 {
	font-weight: 700;
	padding: 0;
}

.lp-button--type-3 .lp-button__text {
	min-width: 0;
}

.lp-button--type-3 svg path {
	fill: var(--primary-color-base);
}

.lp-button--type-3._with-icon {
	font-weight: 400;
}

.lp-button--type-3._with-icon .lp-button__ico {
	margin-left: 0;
}

.lp-button--type-3._with-icon .lp-button__ico+.lp-button__text {
	padding-right: 4px;
}

.lp-button--type-3:hover {
	color: var(--primary-color-l-5);
}

.lp-button--type-3:active {
	color: var(--primary-color-d-5);
}

.inverse .lp-button--type-3 {
	color: #f3a61a;
}

.inverse .lp-button--type-3 svg {
	stroke: #f3a61a;
}

.inverse .lp-button--type-3:hover {
	color: #f5b239;
}

.inverse .lp-button--type-3:active {
	color: #f9a100;
}

.lp-button--type-3 {
  font-weight: 700;
  padding: 0; }

.lp-button--type-3 .lp-button__text {
  min-width: 0; }

.lp-button--type-3 svg path {
  fill: var(--primary-color-base); }

.lp-button--type-3._with-icon {
  font-weight: 400; }

.lp-button--type-3._with-icon .lp-button__ico {
  margin-left: 0; }

.lp-button--type-3._with-icon .lp-button__ico + .lp-button__text {
  padding-right: 4px; }

.lp-button--type-3:hover {
  color: var(--primary-color-l-5); }

.lp-button--type-3:active {
  color: var(--primary-color-d-5); }

.inverse .lp-button--type-3 {
  color: #f3a61a; }

.inverse .lp-button--type-3 svg {
  stroke: #f3a61a; }

.inverse .lp-button--type-3:hover {
  color: #f5b239; }

.inverse .lp-button--type-3:active {
  color: #f9a100; }



.lp-button._with-icon .lp-button__ico {
  margin-left: 8px; }



.lp-text {
	font-size: 16px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: var(--text-color-base);
}

.inverse .lp-text {
	color: #fff;
}

@media all and (max-width: 767px) {
	.lp-text {
		font-size: 15px;
	}
}

.lp-block-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lp-block-bg__video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.lp-block-bg__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-block-bg iframe {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media all and (min-width: 960px) {
	.lp-block-bg._isfixed {
		background-attachment: fixed;
	}
}

.lp-block-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}

._not_fill .lp-block-overlay {
	background: rgba(255, 255, 255, 0);
}

.inverse .lp-block-overlay {
	background: rgba(0, 0, 0, 0.5);
}

/* Стили для фона */
.lp-block-bg_item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lp-block-overlay_item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}

._not_fill .lp-block-overlay_item {
	background: rgba(255, 255, 255, 0);
}

._not_fill .lp-block-overlay_item {
	background: rgba(255, 255, 255, 0);
}

.inverse .lp-block-overlay_item {
	background: rgba(0, 0, 0, 0.5);
}
/* Стили для фона */

.lp-wrapp {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

@media all and (min-width: 600px) {
	.lp-wrapp {
		max-width: 600px;
		padding: 0 12px;
	}
}

@media all and (min-width: 960px) {
	.lp-wrapp {
		max-width: 960px;
		padding: 0 24px;
	}
}

@media all and (min-width: 1200px) {
	.lp-wrapp {
		padding: 0 14px;
		max-width: 1180px;
	}
}

@media all and (min-width: 1380px) {
	.lp-wrapp {
		max-width: 1320px;
		padding: 0 16px;
	}
}

@keyframes button-bounce {
	0% {
		transform: translate3d(0, 0, 0);
	}
	3% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	7% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	9% {
		-webkit-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);
	}
	10% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes button-flash {
	0% {
		opacity: 1;
	}
	4% {
		opacity: 0.25;
	}
	12% {
		opacity: 1;
	}
	16% {
		opacity: 0.25;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes button-pulse {
	0% {
		transform: scale(1);
	}
	3% {
		transform: scale(1.05);
	}
	6% {
		transform: scale(1);
	}
	9% {
		transform: scale(1.05);
	}
	12% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

.button-bounce-animation {
	animation: button-bounce 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	transform-origin: center bottom;
}

.button-flash-animation {
	animation: button-flash 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.button-pulse-animation {
	animation: button-pulse 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

body ._header_inserted {
	padding-top: 0;
	justify-content: space-between;
}

body ._header_inserted .header {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, .5)
}

.lp-promo-block {
	min-height: 100vh;
	position: relative;
	box-sizing: border-box;
}

@media (orientation: portrait) and (max-width: 960px) {
 	.lp-promo-block {
 		min-height: 0;
 	}
}

.lp-promo-block._not-vieport-height {min-height: 0}

@media all and (min-width: 600px) {
	.lp-promo-block {
		display: flex;
		flex-direction: column;
	}
}

.lp-promo-block__inner {
	flex: 1 0 auto;
}

._unified {
	padding-top: 0 !important;
}

._unified .header-wrapper {
	background: rgba(255, 255, 255, .5);
	position: relative;
	z-index: 555;
	margin-bottom: 24px;
}

._unified .header-wrapper.no-bg {
	background: none;
}

.footer-global-light {
	position: relative;
	background: var(--text-color-l-70);
	/* padding: 4px 0; */
	text-align: center;
}
.footer-global-light * {
	box-sizing: border-box;
}

/* .footer-global-light .footer-inner&gt;* {
	padding: 4px 0;
} */

@media all and (min-width: 600px) {
	/*.footer-global-light .footer-inner {
		display: flex;
	}
	.footer-global-light .global-counters {
		padding-right: 12px;
		flex: 1 0 1px;
		text-align: center;
	}
	.footer-global-light .global-copyright {
		padding-left: 12px;
		flex: none;
		max-width: 200px;
		text-align: right;
	} */
	
	.footer-global-light .global-counters {
		text-align: center;
	}
	
	.footer-global-light .global-copyright {
		max-width: 100%;
		display: flex; 
		align-items: center;
		justify-content: center; 
		min-height: 50px; 
		text-align: center;
	}
}

span.copyright {
	width: 100%;
}

.svg-icon-dark path {
	fill: var(--primary-color-base);
}

.global-copyright div.copyright-box {
	position: relative;
	z-index: 1;
}

.popover-body,
.popover-wrap {
	max-width: 100%;
	box-sizing: border-box
}

html.mobile.popover-opened,
html.mobile.popover-opened&gt;body {
	-webkit-overflow-scrolling: touch!important;
	overflow: auto!important;
	height: 100%!important
}

.popover-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.popover-dim {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--text-color-a-07);
	z-index: 0;
	opacity: 0;
}

.popover-wrap {
	display: none;
	position: relative;
	flex: 0 0 auto;
	margin: auto
}

.popover-close {
	z-index: 2;
	position: absolute;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9428 8.94281C25.4635 8.42212 25.4635 7.5779 24.9428 7.0572C24.4221 6.5365 23.5779 6.5365 23.0572 7.0572L16 14.1144L8.94283 7.0572C8.42213 6.5365 7.57791 6.5365 7.05721 7.0572C6.53651 7.5779 6.53651 8.42212 7.05721 8.94281L14.1144 16L7.05721 23.0572C6.53651 23.5779 6.53651 24.4221 7.05721 24.9428C7.57791 25.4635 8.42213 25.4635 8.94283 24.9428L16 17.8856L23.0572 24.9428C23.5779 25.4635 24.4221 25.4635 24.9428 24.9428C25.4635 24.4221 25.4635 23.5779 24.9428 23.0572L17.8856 16L24.9428 8.94281Z' fill='%23444444'/%3E%3C/svg%3E");
	width: 32px;
	height: 32px;
	top: 8px;
	right: 8px;
	opacity: 0;
}

.popover-loader, .popover-scrolling {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.popover-body {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.popover-body:after, .popover-body:before {
	content: "";
	display: table
}

.popover-body:after {
	clear: both
}

.popover-loader {
	display: none;
	position:absolute;
	margin: 5px;
	cursor: pointer
}

.popover-scrolling {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-ms-flex-align: start;
	padding: 10px 0;
	box-sizing: border-box
}

.popover-scrolling.disable {
	overflow: hidden;
	z-index: -1
}

.lp-dots-wrapper {
	text-align: center;
	font-size: 0;
	position: relative;
	padding: 0 0 20px;
}

body .lp-dots-item {
	display: inline-block;
	border-radius: 50%;
	opacity: 0.5;
	background: var(--primary-color-base);
	transition: all 0.15s;
	margin: 0 8px;
    box-sizing: content-box;
    cursor: pointer;
}

.lp-dots-item.active {
	opacity: 1;
}

@media all and (max-width: 599px) {
	body .lp-dots-item {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}
}

@media all and (min-width: 600px) {
	body .lp-dots-item {
		width: 16px;
		height: 16px;
	}
}

.lp-ui-timer {
    display: flex;
    margin: 0 -4px;
    flex-wrap:wrap;
}

.lp-ui-timer__item {
    flex: 0 0 58px;
    text-align: center;
    margin: 0 3px;
}


@media all and (min-width: 600px) {
	.lp-ui-timer__item {
		margin: 0 4px;
	}
}

.lp-ui-timer__item-number {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    vertical-align: middle;
    line-height: 1.34;
    padding: 15px 17px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
	.lp-ui-timer__item-number {
		font-size: 26px;
	}
}

.lp-ui-timer__item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #8b9098;
}

._type-1 .lp-ui-timer__item-number {
    background: #fff;
    color: var(--primary-color-base);
}

._type-2 .lp-ui-timer__item-number {
    background: #fff;
    color: var(--primary-color-base);
    padding: 14px 16px;
    border: 1px solid var(--primary-color-base);
}

._type-3 .lp-ui-timer__item-number {
    background: var(--primary-color-base);
    color: #fff;
}

@media (min-width: 600px) {
	.lp-ui-timer__item-number {
		font-size: 34px;
		line-height: 1.3;
	}

	.lp-ui-timer__item {
		flex: 0 0 68px;
	}
}

@media (min-width: 1200px) {
	.lp-ui-timer__item-number {
		font-size: 40px;
	}

	.lp-ui-timer__item {
		flex: 0 0 70px;
	}
}

._lp-image-container {
	box-sizing: border-box;
    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;
    max-width: 100%;
}



.lp-video-block__custom {
	position: relative;
	font-size: 0;
	display: inline-block;
	width: 100%;
}

.lp-video-block__custom-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.lp-video-block__custom-button.hide {
	display: none;
}

.lp-video-block-wrappper video, .lp-video-block-wrappper iframe {
	width: 100%;
	height: 100%;
}

.lp-video-block-wrappper {
	position: relative;
	overflow: hidden;
}

/* ========================================= new styles video ========================================= */

.lp-block__video-inner {
	position: relative;
    height: 0;
    width: 100%;
    display: block;
}
.lp-block__video-inner ._lp-video {
	position: absolute;
    object-fit: cover;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;	
}
.lp-block__video-inner._1_1 {
	padding-top: 100%;
}

.lp-block__video-inner._4_3h {
	padding-top: calc(100% * 3 / 4);
}

.lp-block__video-inner._3_2h {
	padding-top: calc(100% * 2 / 3);
}

.lp-block__video-inner._16_9h {
	padding-top: calc(100% * 9 / 16);
}

.lp-block__video-inner._4_3v {
	padding-top: calc(100% * 4 / 3);
}

.lp-block__video-inner._3_2v {
	padding-top: calc(100% * 3 / 2);
}

.lp-block__video-inner._16_9v {
	padding-top: calc(100% * 16 / 9);
}

/* ========================================= new styles video ========================================= */

.slick-slider {
	    outline: none;
}

#landing_page_site .lp-row.hidden [id^="_lp_block_"] .site-controls {z-index: 2;}


._slider-arrows {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
}

._slider-arrows.reverse {
	transform: rotate(180deg);
}

._slider-arrows-inner {
	width: 2px;
	height: 11px;
	background: #fff;
	position: absolute;
	right: 11px;
	border-radius: 1px;
}

.lp-button--type-2 ._slider-arrows-inner {
	background: var(--primary-color-base);
}

._slider-arrows-inner:first-child {
	top: 3px;
	transform: rotate(45deg);
}

._slider-arrows-inner:last-child {
	bottom: 3px;
	transform: rotate(-45deg);
}

.lp-popup-wrapper {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1111;
}

.lp-popup-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

.lp-popup-wrapper._opened {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.lp-popup-wrapper._opened ._hide-block {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
    max-width: 100%;
}

.lp-popup-wrapper .lp-popup-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	overflow: auto;
	padding: 20px 16px;
}

.lp-popup-wrapper .lp-popup-inner:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.lp-row.hide {
	display: none;
}

.lp-form-step-wrapper {
	min-height: 50px;
	padding: 32px 0;
}

.lp-form-step-wrapper .fs-wrapper {margin: 0 auto;}

@media all and (min-width: 1200px) {
	.lp-form-step-wrapper {
		padding: 64px 0;
	}
}

.lp-form-step-popup-wrapper {
	width: 760px;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 50px;
}

.lp-form-step-popup-wrapper._is-cms {margin: 0 auto; padding: 64px 0 32px;}

.lp-form-step-popup__close {
	display: block;
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.lp-form-step-popup__close ._close-line {
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 6px;
	display: block;
}

.lp-form-step-popup__close ._close-line:first-child {transform: rotate(45deg)}
.lp-form-step-popup__close ._close-line:last-child {transform: rotate(-45deg)}

._slider-arrows-inner {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.tl-site-background.blur .tl-site-background__image {
	filter: blur(15px); overflow: hidden;
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
}

.tl-site-background, .tl-site-background__image, .tl-site-background__color {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.tl-site-background {overflow: hidden;}

.tl-site-background.fixed {position: fixed;}
.tl-site-background__image.cover {background-size: cover;}
.tl-site-background__image.repeat {background-repeat: repeat;}

@keyframes placeholder-active {
  0% {
    background-position: 100% 50%
  }

  to {
    background-position: 0 50%
  }
}

.lp-map-placeholder {
  position: relative;
  background: 50% 50% / cover no-repeat url("/g/s3/lp/img/lp-map-placeholder-v3.svg");
}

.lp-map-placeholder:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(-45deg,transparent 25%, #fff 30%, transparent 63%);
  background-size: 400% 100%;
  -webkit-animation: placeholder-active 3s ease infinite;
  animation: placeholder-active 3s ease infinite;
}

.lp-video-container {
	width: 100%;
	height: 100%;
}
.lp-video-poster {
	cursor: pointer;
}
.lp-video-poster img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lp-video-poster-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


/* НЕ УДАЛЯТЬ - это новогоднее оформление */
/*
div.modal {z-index: 1002 !important;}

.lpc-new-year {
	position: fixed;
	top: -1.5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	height: 30px;
	pointer-events: none;
}

@media all and (min-width: 1890px) {
	.lpc-new-year {
		left: 100px;
	}
}

@media all and (min-width: 1340px) and (max-width: 1580px) {
	.lpc-new-year {
		left: 400px;
	}
}

.lpc-new-year__items {
	position: relative;
	margin: 0;
	pointer-events: none;
	list-style: none;
	display: flex;
	padding: 0;
	min-width: 240px;
}

.lpc-new-year__items:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	margin-left: -265px;
	width: 530px;
	height: 530px;
	border-radius: 50%;
	border: 1px solid #80969F;
}

.lpc-new-year__items li {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	animation: lightBlink 1s infinite;
	background-color: green;
}

.lpc-new-year__items:nth-child(odd) li {
	animation: lightBlink2 1s infinite;
}

.lpc-new-year__items li:first-child {
	top: 5px;
	left: 11px;
}

.lpc-new-year__items li:nth-child(2) {
	top: 17px;
	left: 45px;
}

.lpc-new-year__items li:nth-child(3) {
	top: 24px;
	left: 79px;
}

.lpc-new-year__items li:nth-child(4) {
	top: 27px;
	left: 113px;
}

.lpc-new-year__items li:nth-child(5) {
	top: 25px;
	left: 147px;
}

.lpc-new-year__items li:nth-child(6) {
	top: 19px;
	left: 181px;
}

.lpc-new-year__items li:nth-child(7) {
	top: 8px;
	left: 215px;
}

.lpc-new-year__items li:nth-child(odd) {
	animation-delay: 0.5s;
}




.lpc-new-year__items.second_items {
	min-width: 276px;
}

.lpc-new-year__items.second_items:before {
	bottom: -10px;
}

.lpc-new-year__items.second_items li:first-child {
	top: 15px;
	left: 29px;
}

.lpc-new-year__items.second_items li:nth-child(2) {
	top: 27px;
	left: 63px;
}

.lpc-new-year__items.second_items li:nth-child(3) {
	top: 34px;
	left: 97px;
}

.lpc-new-year__items.second_items li:nth-child(4) {
	top: 37px;
	left: 131px;
}

.lpc-new-year__items.second_items li:nth-child(5) {
	top: 35px;
	left: 165px;
}

.lpc-new-year__items.second_items li:nth-child(6) {
	top: 29px;
	left: 199px;
}

.lpc-new-year__items.second_items li:nth-child(7) {
	top: 18px;
	left: 233px;
}


.lpc-new-year__items .green_toy {
	position: absolute;
	left: 223px;
	top: -1px;
	width: 35px;
	height: 54px;
	background: url(/g/s3/lp/lpc.v4/images/green_toy.svg) 50% no-repeat;
	background-color: transparent !important;
	border-radius: 0;
	transform-origin: top;
	animation: pendulum2 ease-in-out 6s !important;
	animation-iteration-count: infinite !important;
}

.lpc-new-year__items .last_green_toy {
	position: absolute;
	right: -14.5px;
	top: -1px;
	width: 27px;
	height: 50px;
	background: url(/g/s3/lp/lpc.v4/images/small_green_toy.svg) 50% /cover no-repeat;
	background-color: transparent !important;
	border-radius: 0;
	transform-origin: top;
	animation: pendulum2 ease-in-out 8s !important;
	animation-iteration-count: infinite !important;
}

.lpc-new-year__items .red_toy {
	position: absolute;
	left: 261.5px;
	top: -1px;
	width: 31px;
	height: 50px;
	background: url(/g/s3/lp/lpc.v4/images/red_toy.svg) 50% /cover no-repeat;
	background-color: transparent !important;
	border-radius: 0;
	transform-origin: top;
	animation: pendulum2 ease-in-out 8s !important;
	animation-iteration-count: infinite !important;
}

.lpc-new-year__items .first_red_toy {
	position: absolute;
	left: -12.5px;
	top: -1px;
	width: 27px;
	height: 48px;
	background: url(/g/s3/lp/lpc.v4/images/small_red_toy.svg) 50% /cover no-repeat;
	background-color: transparent !important;
	border-radius: 0;
	transform-origin: top;
	animation: pendulum2 ease-in-out 6s !important;
	animation-iteration-count: infinite !important;
}

@keyframes pendulum {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(0deg);
	}
	55% {
		transform: rotate(8deg);
	}
	70% {
		transform: rotate(-6deg);
	}
	80% {
		transform: rotate(2deg);
	}
	90% {
		transform: rotate(-2deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes pendulum2 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(8deg);
	}
	60% {
		transform: rotate(-10deg);
	}
	80% {
		transform: rotate(4deg);
	}
	90% {
		transform: rotate(-4deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes lightBlink {
	0%, 100% {
	    box-shadow: 0px 2px 12px 2px #00E173;
		background-color: #00E173;
	}
	50% {
		background-color: #FF6246;
		box-shadow: 0px 2px 12px 2px #FF6246;
	}
}

@keyframes lightBlink2 {
	0%, 100% {
		box-shadow: 0px 2px 12px 2px #FF6246;
		background-color: #FF6246;
	}
	50% {
		box-shadow: 0px 2px 12px 2px #00E173;
		background-color: #00E173; 
	}
}

#landing_page_controls {
	overflow: hidden;
}

#landing_page_site .lpc-new-year {
	z-index: 1000;
}

#landing_page_site #lpc-snow-block {
	z-index: 1000;
}

#lpc-snow-block {
	height: 72px;
	pointer-events: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 22222222;
}

.content_contructor.opened #landing_page_site .lpc-new-year {
	z-index: auto;
}

.content_contructor.opened #landing_page_site #lpc-snow-block {
	z-index: 127;
}



.s3-preloader .spinner {
	background: url('/g/s3/lp/lpc.v4/images/new_loader.svg') 50% /cover no-repeat;
	animation: none;
	box-shadow: none;
	border: none;
	width: 120px;
	height: 120px;
	margin: -60px 0 0 -60px;
}


#landing_page_site .block-css-controls {
	background: none;
}

#landing_page_controls ._live._live--lp {
	background: none;
    z-index: 2;
}

#landing_page_controls {
	background: #3c4d54;
}

._live._live--lp ._live_right_buttons &gt; ._live__panel-menu &gt; li {
	background-color: #3c4d54;
}

._live._live--lp ._live__header a:not(:hover) {
	background-color: #3c4d54;
}

._live._live--lp ._live__header a._live_logo-name-part:hover {
	background-color: #455961;
}

.hide_live_header {
	opacity: 0;
}

._live._live--lp ._live_right_buttons &gt; ._live__panel-menu &gt; ul &gt; li {border-color: #505f65;}

._live._live--lp ._live__header a._live_logo-name-part:hover:after {
	border-color: transparent transparent transparent #455961;
}

._live._live--lp ._live__panel {
	padding-right: 0;
}*/
/* НЕ УДАЛЯТЬ - это новогоднее оформление */

/*.lp-container-type {
	overflow: hidden;
}*/

.lp-blocks-fon {
	background: #fff;
}
.lp-blocks-fon-default {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: -1; 
    
}

#landing_page_site .lp-row.mini-row .site-controls .controls-inner {
	padding-top: 8px;
    margin-top: 20px;
}

.popup-row-block {
	background-color: #fff;
}




/* ======================= Новые стили для блоков из LPCv4 ======================= */

.lp-block__img-inner {
	position: relative;
	height: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: border-box;
}

.lp-block__img-inner._1_1 {
	padding-top: 100% !important;
}

.lp-block__img-inner._4_3h {
	padding-top: calc(100% * 3 / 4) !important;
}

.lp-block__img-inner._3_2h {
	padding-top: calc(100% * 2 / 3) !important;
}

.lp-block__img-inner._16_9h {
	padding-top: calc(100% * 9 / 16) !important;
}

.lp-block__img-inner._21_9h {
	padding-top: calc(100% * 9 / 21) !important;
}

.lp-block__img-inner._32_9h {
	padding-top: calc(100% * 9 / 32) !important;
}

.lp-block__img-inner._4_3v {
	padding-top: calc(100% * 4 / 3) !important;
}

.lp-block__img-inner._3_2v {
	padding-top: calc(100% * 3 / 2) !important;
}

.lp-block__img-inner._16_9v {
	padding-top: calc(100% * 16 / 9) !important;
}

.lp-block__img-inner img {
	position: absolute;
    object-fit: cover;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.lp-block__img-inner._contain img {
	object-fit: contain;
    background-size: contain;
}

/*s3*/
.s3-json-map-wrapper .map-coords-item {max-width: 100%;}

.s3-textarea,
.bluepopup-wrapper .s3-input-textarea {
	min-width: 587px;
    font-weight: 400;
	font-family: "Open Sans";
	font-size: 16px;
	padding: 8px 15px;
}
.bluepopup-wrapper .s3-input-textarea { 
	color: #344;
}
.bluepopup-wrapper .chzn-container {
	min-width: 419px;
}

._live._live--lp ._live__panel-menu li ul li a .control-title {
	font-weight: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0;
}
._live._live--lp ._live__panel-menu li ul li a {
	padding-left: 20px;
	padding-right: 20px;
}
._live._live--lp ._live__panel-menu li ul._live__language-list {
	width: 88px;
}

.form-item-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.data-list-title {
	font-size: 14px;
	font-weight: 600;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

.s3-rb:not(.switcher), 
.s3-label-static-rb {
	font-size: 16px;
	font-weight: 400;
}

.s3-cb:not(.switcher), 
.s3-label-static-cb {
	font-size: 16px;
	font-weight: 400;
}

.s3-cb:not(.switcher) b, 
.s3-label-static-cb b {
	font-weight: 400;
}



.s3-rb:not(.switcher) .ico,
.s3-label-static-rb .ico {
	margin: -1px 6px 0 0;
}

.s3-rb--radio {
	margin: 0 12px 0 0;
}

input.s3-input-text-v2 {
	font-size: 16px;
    max-width: 587px;
	font-weight: 400;
}

body .s3-select.v2.white + .chzn-container a.chzn-single,
.s3-action-select .s3-select.v2.white + .chzn-container a.chzn-single {
	font-size: 16px !important;
	font-weight: 400 !important;
}

body .s3-select.v2.white + .chzn-container.chzn-with-drop .chzn-drop .chzn-results li,
.s3-action-select .s3-select.v2.white + .chzn-container.chzn-with-drop .chzn-drop .chzn-results li {
	font-size: 16px !important;
	font-weight: 400 !important;
}

input.s3-input-text-v2 ~ .s3-btn {
	height: 39px !important;
    line-height: 39px;
    margin-top: -6px !important;
}

.select2-results__option {
	color: #212121;
}

/*s3*/





/*Splide slider*/
#lp_constructor .splide__track--draggable {
	-webkit-touch-callout: default;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.splide__inner {
	position: relative;
	visibility: visible;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 1 !important;
}

.splide__custom__pagination.splide__pagination {
	position: relative; 
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 20px 0 0;
}

.splide__custom__pagination .splide__pagination__page {
    width: 16px;
    height: 16px;
    margin: 6px;
    opacity: .3;
    transition: all .15s linear;
    background: var(--primary-color-base);
    min-height: unset;
}


@media all and (max-width: 599px) {
	.splide__custom__pagination .splide__pagination__page {
		width: 10px;
	    height: 10px;
	}
	.splide__custom__pagination.splide__pagination {
		margin: 10px 0 0;
	}
}

.splide__custom__pagination .splide__pagination__page:hover,
.splide__custom__pagination .splide__pagination__page.is-active {
	transform: scale(1);
	opacity: 1;
	background: var(--primary-color-base);
}

.splide__custom__arrows .splide__arrow:disabled {
	display: none;
}

.splide__custom__arrows .splide__arrow {
	min-width: 50px;
	min-height: 50px;
	width: auto;
	opacity: 1;
	background: none;
	border-radius: 50px;
}

.splide .splide__custom__arrows .splide__arrow:focus {
	outline: none;
}

.splide__custom__arrows .splide__arrow:hover {
	opacity: 1;
	background: none;
}

/*.splide__custom__arrows .splide__arrow__bg*/
.splide__arrow__bg {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	background: rgba(0,0,0, 0.5);
	transition: all .15s linear;
	display: flex;
    align-items: center;
    justify-content: center;
}

.splide__arrow__bg:not(.preview-arrow) {
	/*width: 100%;
    height: 100%;*/
    width: 50px;
    height: 50px;
}

.splide__arrow__icon {
    display: block;
    padding: 0;
    -webkit-mask-image: url('/g/s3/lp/lpc.v4/images/sprite.view.svg#chevron-right-middle');
    mask-image: url('/g/s3/lp/lpc.v4/images/sprite.view.svg#chevron-right-middle');
    -webkit-mask-size: 30px;
    mask-size: 30px;
    mask-image-repeat: no-repeat;
    -webkit-mask-image-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
}
.splide__arrow__icon--prev {
	transform: rotate(180deg);
}

/*.splide__custom__arrows .splide__arrow__bg:before*/
.splide__arrow__bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	pointer-events: none;
   	transition: all .15s linear;
	background: rgba(255,255,255, 0.2);
}

.splide__custom__arrows .splide__arrow:hover .splide__arrow__bg:before {
	opacity: 1;	
}

.splide__arrow.splide__arrow--prev {
	left: -22px;
}

.splide__arrow.splide__arrow--next {
	right: -22px;
}

.splide__arrow__lines {
	position: absolute;
	width: 24px;
    height: 24px;
    display: inline-block;
}

.splide__arrow__lines.reverse__arrows {
	transform: rotate(180deg);
}

.splide__arrow__line:first-child {
    top: 3px;
	transform: rotate(45deg);
}

.splide__arrow__line:last-child {
    bottom: 3px;
    transform: rotate(-45deg);
}

.splide__arrow__line {
	position: absolute;
	right: 11px;
    height: 11px;
    width: 2px;
    background: #fff;
    border-radius: 1px;
    border-width: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
}
/*Splide slider*/


/*Spoiler*/
.spoiler-btn-wrap {
	display: none;
	text-align: center;
}
.spoiler-btn-wrap.show_spoiler {
	display: block;
}

@media all and (max-width: 599px) {
	.spoiler-margin {
		margin: 32px 0 0;
	}
	.spoiler-card-margin {
		margin: 24px 0 0;
	}
}
@media all and (min-width: 600px) {
	.spoiler-margin {
		margin: 32px 0 0;
	}
	.spoiler-card-margin {
		margin: 24px 0 0;
	}
}
@media all and (min-width: 960px) {
	.spoiler-margin {
		margin: 32px 0 0;
	}
	.spoiler-card-margin {
		margin: 32px 0 0;
	}
}
@media all and (min-width: 1380px) {
	.spoiler-margin {
		margin: 40px 0 0;
	}
	.spoiler-card-margin {
		margin: 40px 0 0;
	}
}
/*Spoiler*/

.lp_qr_code_container,
.lp_qr_code_container_phone {
    position: absolute;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--text-color-a-01);
    background: #fff;
    margin-bottom: 11px;
    font-size: 0;
    line-height: 0;
    display: none;
}



.lp-gap-container {
	padding: 80px 0;
}
@media all and (max-width: 1200px) {
	.lp-gap-container {
		padding: 64px 0;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-container {
		padding: 40px 0;
	}
}


.lp-gap-block {
	padding: 80px 0;
}
@media all and (max-width: 1200px) {
	.lp-gap-block {
		padding: 64px 0;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-block {
		padding: 40px 0;
	}
}


.lp-gap-columns-6 {
	padding: 20px;
}
@media all and (max-width: 1380px) {
	.lp-gap-columns-6 {
		padding: 20px;
	}
}
@media all and (max-width: 1200px) {
	.lp-gap-columns-6 {
		padding: 20px;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-columns-6 {
		padding: 20px;
	}
}
@media all and (max-width: 599px) {
	.lp-gap-columns-6 {
		padding: 12px;
	}
}


.lp-gap-columns-4 {
	padding: 28px;
}
@media all and (max-width: 1380px) {
	.lp-gap-columns-4 {
		padding: 28px;
	}
}
@media all and (max-width: 1200px) {
	.lp-gap-columns-4 {
		padding: 24px;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-columns-4 {
		padding: 24px;
	}
}
@media all and (max-width: 599px) {
	.lp-gap-columns-4 {
		padding: 20px;
	}
}


.lp-gap-columns-3 {
	padding: 36px;
}
@media all and (max-width: 1380px) {
	.lp-gap-columns-3 {
		padding: 32px;
	}
}
@media all and (max-width: 1200px) {
	.lp-gap-columns-3 {
		padding: 28px;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-columns-3 {
		padding: 24px;
	}
}
@media all and (max-width: 599px) {
	.lp-gap-columns-3 {
		padding: 20px;
	}
}


.lp-gap-columns-2 {
	padding: 36px;
}
@media all and (max-width: 1380px) {
	.lp-gap-columns-2 {
		padding: 32px;
	}
}
@media all and (max-width: 1200px) {
	.lp-gap-columns-2 {
		padding: 28px;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-columns-2 {
		padding: 24px;
	}
}
@media all and (max-width: 599px) {
	.lp-gap-columns-2 {
		padding: 20px;
	}
}

.lp-gap-columns-1 {
	padding: 36px;
}
@media all and (max-width: 1380px) {
	.lp-gap-columns-1 {
		padding: 32px;
	}
}
@media all and (max-width: 1200px) {
	.lp-gap-columns-1 {
		padding: 28px;
	}
}
@media all and (max-width: 960px) {
	.lp-gap-columns-1 {
		padding: 24px;
	}
}
@media all and (max-width: 599px) {
	.lp-gap-columns-1 {
		padding: 20px;
	}
}

.lp-lg-item img {
	transition: transform 0.3s ease;
}

.lp-lg-item:hover img {
	transform: scale(1.1) rotate(0.001deg);
    transform-origin: center;
    cursor: zoom-in;
}</pre></body></html>