/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
	font-size: 85%;
	font-family: 'Arial', sans-serif;
}

.title sup {
	font-size: 60%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@font-face {
	font-family: 'Arial Rounded MT Pro Cyr';
	src: local('Arial Rounded MT Pro Cyr Bold'), local('ArialRoundedMTProCyr-Bold'), url('../fonts/ArialRoundedMTProCyr-Bold.woff2') format('woff2'), url('../fonts/ArialRoundedMTProCyr-Bold.woff') format('woff');
	font-display: swap;
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Rounded MT Pro Cyr';
	src: local('Arial Rounded MT Pro Cyr'), local('ArialRoundedMTProCyr'), url('../fonts/ArialRoundedMTProCyr.woff2') format('woff2'), url('../fonts/ArialRoundedMTProCyr.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
}

*:focus::-moz-placeholder {
	color: transparent;
}

*:focus:-moz-placeholder {
	color: transparent;
}

*:focus:-ms-input-placeholder {
	color: transparent;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666;
}

body input:required:valid,
body textarea:required:valid {
	color: #666;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::-webkit-scrollbar-track {
	background-color: rgba(179, 190, 193, .3);
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
	background-color: rgba(179, 190, 193, .3);
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar-thumb {
	background-color: #db4580;
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body::-webkit-scrollbar {
	width: 1rem;
	height: 1rem;
}

body::-webkit-scrollbar-thumb {
	background-color: #db4580;
}

:root {
	--light-blue : #0089CF;
	--dark-blue : #02527B;
	--pink : #DB4580;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	font-size: 10px;
}

body {
	position: relative;
	min-width: 320px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Arial Rounded MT Pro Cyr', sans-serif;
	color: #02527b;
	background-color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
	max-width: -webkit-calc( 1180px + 8%);
	max-width: calc( 1180px + 8%);
	padding: 0 4%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: default;
	padding: 3rem 4rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #0089cf;
	-webkit-box-shadow: 0 2rem 5rem 0 #0089cf;
	box-shadow: 0 2rem 5rem 0 #0089cf;
	border-radius: 5rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.button:hover,
.button:active {
	background-color: #db4580;
	-webkit-box-shadow: 0 1rem 3rem 0 #db4580;
	box-shadow: 0 1rem 3rem 0 #db4580;
}

.background {
	position: absolute !important;
	z-index: -1;
}

.background svg {
	width: 100%;
	height: 100%;
}

.title {
	margin: 0;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.1;
}

.subtitle {
	margin: 2rem 0 0 0;
	font-size: 2.4rem;
	line-height: 1.33;
}

.text:after {
	content: '';
	display: block;
	clear: both;
}

.text *:not(.align-wide) {
	max-width: 100%;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-weight: 700;
}

.text h1:not([class*='align-']):not(:first-child),
.text h2:not([class*='align-']):not(:first-child),
.text h3:not([class*='align-']):not(:first-child),
.text h4:not([class*='align-']):not(:first-child),
.text h5:not([class*='align-']):not(:first-child),
.text h6:not([class*='align-']):not(:first-child),
.text p:not([class*='align-']):not(:first-child),
.text ul:not([class*='align-']):not(:first-child),
.text ol:not([class*='align-']):not(:first-child),
.text img:not([class*='align-']):not(:first-child),
.text blockquote:not([class*='align-']):not(:first-child) {
	margin-top: 2rem;
}

.text h1:not([class*='align-']):not(:last-child),
.text h2:not([class*='align-']):not(:last-child),
.text h3:not([class*='align-']):not(:last-child),
.text h4:not([class*='align-']):not(:last-child),
.text h5:not([class*='align-']):not(:last-child),
.text h6:not([class*='align-']):not(:last-child),
.text p:not([class*='align-']):not(:last-child),
.text ul:not([class*='align-']):not(:last-child),
.text ol:not([class*='align-']):not(:last-child),
.text img:not([class*='align-']):not(:last-child),
.text blockquote:not([class*='align-']):not(:last-child) {
	margin-bottom: 2rem;
}

.text ul li,
.text ol li {
	margin: 2rem 0 0 0;
}

.text ul {
	padding: 0;
	list-style: none;
}

.text ul li {
	padding: 0 0 0 2rem;
	background-image: -o-radial-gradient(#0089cf, #0089cf);
	background-image: radial-gradient(#0089cf, #0089cf);
	background-position: 0 .8em;
	background-size: 4px 4px;
	background-repeat: no-repeat;
}

.text a:not([class]) {
	text-decoration: none;
	padding: 0 .3rem 0 .3rem;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0089cf), to(#0089cf));
	background-image: -o-linear-gradient(#0089cf, #0089cf);
	background-image: linear-gradient(#0089cf, #0089cf);
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.text a:not([class]):active,
.text a:not([class]):hover {
	color: #fff;
	background-size: 100% 100%;
}

.text *:first-child {
	margin-top: 0;
}

.text *:last-child {
	margin-bottom: 0;
}

.text *.align-left {
	float: left;
	margin-right: 4rem;
}

.text *.align-right {
	float: right;
	margin-left: 4rem;
}

.text *.align-wide {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100vw;
}

.text *.align-wide + *:not([class]) {
	margin-top: 0;
}

.text blockquote {
	margin-left: 0;
	margin-right: 0;
	padding: 4rem 4%;
	border: .5rem solid currentColor;
	font-style: italic;
	position: relative;
}

.text blockquote:before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 2rem;
	margin-bottom: .5rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 38 37\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0.351563 19V37H15.3516V17.6H9.55156L14.5516 -9.53674e-06H7.95156L0.351563 19ZM22.7516 19V37H37.5516V17.6H31.9516L36.7516 -9.53674e-06H30.3516L22.7516 19Z\' fill=\'%23545665\'/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-repeat: no-repeat;
}

.text table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: #dadada;
	display: block;
	overflow-x: auto;
	max-width: 100%;
	font-size: 1.4rem;
}

.text table th,
.text table td {
	padding: 2rem;
	text-align: left;
}

.text table th {
	background-color: #0089cf;
	color: #fff;
}

.text table td {
	background-color: #fff;
	color: #000;
}

.accordion {
	padding: 0 6rem 0 0;
	position: relative;
}

.questions__item-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #db4580;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-size: 1rem 2px,2px 1rem;
	background-position: 1.6rem 1.6rem,1.6rem 1.6rem;
	background-repeat: no-repeat;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 1rem;
}

.accordion.active .questions__item-title:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #1f9ee2;
}

.accordion.active .accordion__button {
	color: #0089cf;
}

.accordion__button {
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header {
	padding: 3rem 0;
	position: relative;
	z-index: 2;
}

.header:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60rem;
	height: 60rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 619 619\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg opacity=\'0.197126\' filter=\'url(%23filter0_f)\'%3E%3Cpath d=\'M309.5 483C405.321 483 483 405.321 483 309.5C483 213.679 405.321 136 309.5 136C213.679 136 136 213.679 136 309.5C136 405.321 213.679 483 309.5 483Z\' fill=\'%23DB4580\'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=\'filter0_f\' x=\'0.085907\' y=\'0.085907\' filterUnits=\'userSpaceOnUse\' color-interpolation-filters=\'sRGB\'%3E%3CfeFlood flood-opacity=\'0\' result=\'BackgroundImageFix\'/%3E%3CfeBlend mode=\'normal\' in=\'SourceGraphic\' in2=\'BackgroundImageFix\' result=\'shape\'/%3E%3CfeGaussianBlur stdDeviation=\'67.957\' result=\'effect1_foregroundBlur\'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;

	display: none;
}

.header__box {
	margin: 0 -1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	margin: 0 1.5rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

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

.header__nav {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
}

.header__nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__nav > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 1.5rem;
}

.header__nav ul li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
}

.header__nav > ul > li {
	position: relative;
}

.header__nav ul li a:hover,
.header__nav ul li a:active {
	color: #db4580;
}

.header__nav > ul > li:hover > ul,
.header__nav > ul > li:active > ul,
.header__nav > ul > li.active > ul {
	visibility: visible;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 1;
	z-index: 1;
}

.header__nav > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	-webkit-transform: translateY(-webkit-calc(100% + 3rem));
	-ms-transform: translateY(calc(100% + 3rem));
	transform: translateY(calc(100% + 3rem));
	opacity: 0;
	position: absolute;
	bottom: -1rem;
	left: 0;
	min-width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}

.header__nav > ul > li > ul li {
	position: relative;
}

.header__nav > ul > li > ul a {
	padding: 1rem 1.5rem;
	color: #333;
}

.header__nav > ul > li > ul a:hover,
.header__nav > ul > li > ul a:active {
	background-color: rgba(6, 64, 143, .1);
}

.header__nav > ul li ul {
	-webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
}

.header__nav > ul li.has-submenu > a,
.header__nav > ul li ul + a {
	position: relative;
}

.header__nav > ul li.has-submenu > a:after,
.header__nav > ul li ul + a:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: .6em 0 0 .8rem;
	border: .3rem solid rgba(255, 255, 255, 0);
	border-top: .4rem solid currentColor;
}

.insta {
	flex: 0 0 auto;
	width: 24px;
}

.insta svg {
	fill: #0089cf;
	transition: .3s all ease;
	width: 100%;
	height: 30px;
}

.insta svg:hover {
	fill: #db4580;
}

.header__nav-button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: default;
	display: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	height: 40px;
	width: 4.6rem;
	margin: 0 1rem;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__nav-button:before,
.header__nav-button:after,
.header__nav-button i {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background-color: #0089cf;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__nav-button i {
	top: 17px;
}

.header__nav-button:before {
	top: 0;
}

.header__nav-button:after {
	bottom: 0;
}

.header__nav-button:active:before,
.header__nav-button:active:after,
.header__nav-button:active i,
.header__nav-button:hover:before,
.header__nav-button:hover:after,
.header__nav-button:hover i {
	background-color: #db4580;
}

.header__nav-button[active] {
	color: #fff;
}

.header__nav-button[active] i {
	opacity: 0;
}

.header__nav-button[active]:before {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__nav-button[active]:after {
	bottom: 17px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 1.5rem;
}

.header__button .button {
	padding: 2rem 3rem;
	font-size: 1.6rem;
	text-transform: none;
	letter-spacing: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 1280px) {
	.header__nav {
		font-size: 1.5rem;
	}
	.header__nav ul li {
		margin: 0 .8rem;
	}
}

@media only screen and (max-width: 1024px) {
	.header__box {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header__logo {
		margin-right: auto;
		padding-right: 1rem;
	}
	.header__nav-button {
		display: block;
		z-index: 1000;
	}
	.header__nav {
		position: absolute;
		z-index: 1;
		right: 4%;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		max-width: 92%;
		padding: 3rem 2rem;
		background-color: #fff;
		-webkit-box-shadow: 0 1rem 4rem -2rem #0089cf;
		box-shadow: 0 1rem 4rem -2rem #0089cf;
		font-size: 2.4rem;
		white-space: inherit;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow-y: auto;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		visibility: hidden;
		opacity: 0;
		margin-bottom: -3rem;
	}
	.header__nav ul {
		margin: auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header__nav ul li a {
		padding: .5rem 0;
	}
	.header__nav[active] {
		visibility: visible;
		opacity: 1;
		margin-bottom: 0;
	}
	.header__nav > ul > li > ul {
		position: static;
		opacity: unset;
		visibility: unset;
		border-radius: unset;
		transform: unset;
		transition: unset;
		display: none;
	}
	.header__nav > ul > li:hover > ul, .header__nav > ul > li:active > ul, .header__nav > ul > li.active > ul {
		transform: none;
		visibility: unset;
		opacity: unset;

	}
	.header__nav > ul li ul {
		box-shadow: none;
	}
	.header__nav ul li {
		margin: 0;
	}
	.header__nav > ul > li > ul a {
		padding: .5rem 0;
	}
}

@media only screen and (max-width: 480px) {
	.header__logo {
		width: 11rem;
	}
	.header__button {
		margin: 0 1rem;
	}
	.header__button .button {
		padding: 1.5rem 2rem;
		font-size: 1.5rem;
	}
	.header__nav-button {
		height: 36px;
		width: 4.4rem;
	}
	.header__nav-button:before,
	.header__nav-button:after,
	.header__nav-button i {
		height: 5px;
	}
	.header__nav-button i {
		top: 16px;
	}
	.header__nav-button[active]:before {
		top: 15px;
	}
	.header__nav-button[active]:after {
		bottom: 15px;
	}
}

.hero {
	padding: 0 0 5rem 0;
	position: relative;
	z-index: 1;
}

.hero__slider {
	position: relative;
	z-index: 1;
}

.hero__head {
	position: absolute;
	z-index: -1;
	left: 4%;
	top: 0;
	right: 0;
	bottom: 0;
}

.hero__head .hero__head-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50rem;
	overflow: hidden;
}

.hero__head .hero__head-container .hero__head-wrapper .hero__item-image {
	position: static;
	left: auto;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.hero__head .hero__head-container .hero__head-wrapper .hero__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.hero__head .hero__head-container .hero__head-wrapper .hero__item-image img {
		height: 400px;
	/*	object-fit: fill;
		-o-object-fit : fill;*/
	}
}

@media screen and (max-width: 480px) {
	.hero__head .hero__head-container .hero__head-wrapper .hero__item-image img {
		height: 260px;
	/*	object-fit: fill;
		-o-object-fit : fill;*/
	}
}

.hero__head .hero__head-container .hero__head-wrapper .hero__item-image.swiper-slide-active {
	opacity: 1;
}

.hero__box .hero__container {
	overflow: visible;
}

.hero__box .hero__container .hero__wrapper .hero__item {
	margin-top: 0;
	padding: 12rem 0 8rem 0;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.hero__box .hero__container .hero__wrapper .hero__item.swiper-slide-active {
	opacity: 1;
}

.hero__box .hero__dots {
	padding-bottom: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero__box .hero__dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.hero__box .hero__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin-right: 1rem;
	font-size: 1.8rem;
	line-height: 4.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #a5e0fe;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hero__box .hero__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0089cf;
}

.hero__box .hero__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.hero__box .hero__dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	-webkit-box-shadow: 0 1rem 3rem -1rem #0089cf;
	box-shadow: 0 1rem 3rem -1rem #0089cf;
}

.hero__item-content {
	width: 55%;
}

.hero__item {
	padding: 12rem 0;
	position: relative;
	z-index: 1;
}

.hero__item + .hero__item {
	margin-top: 5rem;
}

.hero__item-image {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 4%;
	top: 0;
	right: 0;
	bottom: 0;
}

.hero__item-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 50rem;
}

.hero__item-title {
	font-size: 7rem;
	line-height: 1.25;
	font-weight: 700;
}

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

@media screen and (max-width: 768px) {
	.hero__item-title img {
		max-width: 360px;
	}
}

@media screen and (max-width: 600px) {
	.hero__item-title img {
		max-width: 250px;
	}
}


.hero__item-text {
	margin-top: 1rem;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.3;
}

.hero__item-subtext {
	font-size: 1.8rem;
	margin-top: 2rem;
}

.hero__item-button {
	margin-top: 5rem;
}

.hero__wrapper {
	position: relative;
}

.hero__parallax {
	position: absolute !important;
	z-index: 1;
	left: 55%;
	top: 0;
	right: 0;
	bottom: 0;
}

.hero__parallax-item {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero__parallax-item svg {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	-webkit-filter: blur(.5px);
	filter: blur(.5px);
}

@media only screen and (max-width: 1024px) {
	.hero__head .hero__head-container {
		border-radius: 8rem;
	}
	.hero__item-image img {
		border-radius: 8rem;
	}
	.hero__box .hero__container .hero__wrapper .hero__item {
		padding: 10rem 0 6rem 0;
	}
}

@media only screen and (max-width: 768px) {
	.hero__head {
		left: 0;
	}
	.hero__head .hero__head-container {
		border-radius: 5rem;
	}
	.hero__item-image img {
		border-radius: 5rem;
	}
	.hero__box {
		margin: 0 4%;
	}
	.hero__box .hero__container .hero__wrapper .hero__item {
		padding: 8rem 0 4rem 0;
	}
	.hero__item-text {
		font-size: 2.2rem;
		max-width: 300px;
	}

	.hero__item-subtext {
		font-size: 1.6rem;
		margin-top: 2rem;
	}
	.hero__parallax {
		display: none;
	}
	.hero__item-content {
		width: auto;
	}
}

@media only screen and (max-width: 640px) {
	.hero__box {
		margin: 0 4%;
	}
	.hero__box .hero__container .hero__wrapper .hero__item {
		padding: 8rem 0 4rem 0;
	}
}

@media only screen and (max-width: 480px) {
	.hero__item-text {
		font-size: 1.8rem;
    margin-top: 0rem;
    max-width: 200px;
	}

	.hero__item-button {
		margin-top: 2rem;
	}

	.hero__item-content {
		margin-top: 0rem;
	}

	.hero__box .hero__container .hero__wrapper .hero__item {
		padding: 0rem 0 4rem 0;
	}

	.hero__item-title img {
		max-width: 200px;
	}

	.button {
		padding: 2rem 3rem;
		line-height: 2.4rem;
	}
}

@media only screen and (max-width: 360px) {
	.hero__box {
		margin: 0 4%;
	}
	.hero__box .hero__container .hero__wrapper .hero__item {
		padding: 0rem 0 4rem 0;
	}
}

.about {
	padding: 5rem 0;
	position: relative;
	z-index: 1;
}

.about__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__head {
	position: relative;
	z-index: 2;
	max-width: 83rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about__head-image {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 35%;
}

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

.about__head-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 61%;
	margin-left: 4%;
	padding: 6rem 0;
}

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

.about__head-text {
	margin: 1rem 0 0 0;
	font-size: 3.2rem;
	line-height: 1.3;
}

.about__video {
	display: block;
	margin: -3rem 0 0 39%;
	max-width: 61%;
	width: 55rem;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about__video:hover .about__video-text,
.about__video:active .about__video-text {
	color: #db4580;
}

.about__video:hover .about__video-icon svg,
.about__video:active .about__video-icon svg {
	-webkit-filter: hue-rotate(60deg);
	filter: hue-rotate(60deg);
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.about__video-image:before,
.effect__image:before {
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 812 812\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath opacity=\'0.186407\' d=\'M811.5 406C811.5 629.951 629.951 811.5 406 811.5C182.049 811.5 0.5 629.951 0.5 406C0.5 182.049 182.049 0.5 406 0.5C629.951 0.5 811.5 182.049 811.5 406Z\' stroke=\'%230089CF\'/%3E%3Cpath d=\'M157.5 738C165.508 738 172 731.508 172 723.5C172 715.492 165.508 709 157.5 709C149.492 709 143 715.492 143 723.5C143 731.508 149.492 738 157.5 738Z\' fill=\'%23DB4580\'/%3E%3Cpath d=\'M157.5 738C165.508 738 172 731.508 172 723.5C172 715.492 165.508 709 157.5 709C149.492 709 143 715.492 143 723.5C143 731.508 149.492 738 157.5 738Z\' fill=\'url(%23paint0_radial)\'/%3E%3Cpath opacity=\'0.186407\' d=\'M713.5 407C713.5 576.275 576.275 713.5 407 713.5C237.725 713.5 100.5 576.275 100.5 407C100.5 237.725 237.725 100.5 407 100.5C576.275 100.5 713.5 237.725 713.5 407Z\' stroke=\'%23DB4580\'/%3E%3Cpath d=\'M344.5 122C352.508 122 359 115.508 359 107.5C359 99.4919 352.508 93 344.5 93C336.492 93 330 99.4919 330 107.5C330 115.508 336.492 122 344.5 122Z\' fill=\'%23DB4580\'/%3E%3Cpath d=\'M344.5 122C352.508 122 359 115.508 359 107.5C359 99.4919 352.508 93 344.5 93C336.492 93 330 99.4919 330 107.5C330 115.508 336.492 122 344.5 122Z\' fill=\'url(%23paint1_radial)\'/%3E%3Cpath d=\'M504.5 712C512.508 712 519 705.508 519 697.5C519 689.492 512.508 683 504.5 683C496.492 683 490 689.492 490 697.5C490 705.508 496.492 712 504.5 712Z\' fill=\'%230089CF\'/%3E%3Cpath d=\'M504.5 712C512.508 712 519 705.508 519 697.5C519 689.492 512.508 683 504.5 683C496.492 683 490 689.492 490 697.5C490 705.508 496.492 712 504.5 712Z\' fill=\'url(%23paint2_radial)\'/%3E%3Cpath opacity=\'0.186407\' d=\'M613.5 407C613.5 521.047 521.047 613.5 407 613.5C292.953 613.5 200.5 521.047 200.5 407C200.5 292.953 292.953 200.5 407 200.5C521.047 200.5 613.5 292.953 613.5 407Z\' stroke=\'%230089CF\'/%3E%3Cpath d=\'M448.5 220C456.508 220 463 213.508 463 205.5C463 197.492 456.508 191 448.5 191C440.492 191 434 197.492 434 205.5C434 213.508 440.492 220 448.5 220Z\' fill=\'%2302527B\'/%3E%3Cpath d=\'M448.5 220C456.508 220 463 213.508 463 205.5C463 197.492 456.508 191 448.5 191C440.492 191 434 197.492 434 205.5C434 213.508 440.492 220 448.5 220Z\' fill=\'url(%23paint3_radial)\'/%3E%3Cdefs%3E%3CradialGradient id=\'paint0_radial\' cx=\'0\' cy=\'0\' r=\'1\' gradientUnits=\'userSpaceOnUse\' gradientTransform=\'translate(151.718 726.335) rotate(90) scale(14.5062 14.6931)\'%3E%3Cstop stop-color=\'%23FFECF4\'/%3E%3Cstop offset=\'1\' stop-color=\'%23FFA4C8\'/%3E%3C/radialGradient%3E%3CradialGradient id=\'paint1_radial\' cx=\'0\' cy=\'0\' r=\'1\' gradientUnits=\'userSpaceOnUse\' gradientTransform=\'translate(338.718 110.335) rotate(90) scale(14.5062 14.6931)\'%3E%3Cstop stop-color=\'%23FFECF4\'/%3E%3Cstop offset=\'1\' stop-color=\'%23FFA4C8\'/%3E%3C/radialGradient%3E%3CradialGradient id=\'paint2_radial\' cx=\'0\' cy=\'0\' r=\'1\' gradientUnits=\'userSpaceOnUse\' gradientTransform=\'translate(498.718 700.335) rotate(90) scale(14.5062 14.6931)\'%3E%3Cstop stop-color=\'%23E6F7FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%238BE0FF\'/%3E%3C/radialGradient%3E%3CradialGradient id=\'paint3_radial\' cx=\'0\' cy=\'0\' r=\'1\' gradientUnits=\'userSpaceOnUse\' gradientTransform=\'translate(442.718 208.335) rotate(90) scale(14.5062 14.6931)\'%3E%3Cstop stop-color=\'%23E6F7FF\'/%3E%3Cstop offset=\'1\' stop-color=\'%238BE0FF\'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A');
}

.about__video-image {
	margin: 0 0 0 10%;
	position: relative;
	z-index: 1;
}

.about__video-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 2rem;
	-webkit-box-shadow: 0 12px 44px rgba(2, 82, 123, .359102);
	box-shadow: 0 12px 44px rgba(2, 82, 123, .359102);
}

.about__video-image:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200%;
	padding-bottom: 200%;
	height: 0;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.about__video-content {
	position: relative;
	z-index: 2;
	margin-top: -20rem;
}

.about__video-icon {
	width: 12.5rem;
	height: 14rem;
}

.about__video-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.about__video-text {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 137, 207, .3)), to(rgba(0, 137, 207, .3)));
	background-image: -o-linear-gradient(rgba(0, 137, 207, .3), rgba(0, 137, 207, .3));
	background-image: linear-gradient(rgba(0, 137, 207, .3), rgba(0, 137, 207, .3));
	background-position: 0 100%;
	background-size: 100% 2px;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 768px) {
	.about__head-content {
		padding: 0;
	}
	.about__video {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		margin: 8rem 0 0 0;
		max-width: 90%;
	}
	.about__video-image:after {
		width: 160%;
		padding-bottom: 160%;
	}
}

@media only screen and (max-width: 640px) {
	.about__head-text {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.about__head {
		display: block;
		text-align: center;
	}
	.about__head-image {
		width: auto;
	}
	.about__head-content {
		width: auto;
		margin-left: 0;
		margin-top: 6rem;
	}
}

.advantages {
	padding: 5rem 0;
	position: relative;
	z-index: 1;
	background: url('../img/bg-advantages.svg') no-repeat center top / cover;
}

.advantages__box {
	margin-top: 5rem;
	padding: 10rem 0;
	position: relative;
	z-index: 1;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5%;
	-moz-column-gap: 5%;
	column-gap: 5%;
}

/* .advantages__box:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -5rem;
	bottom: -5rem;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url('../img/bg-advantages.svg');
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
} */

.advantages__item {
	margin-top: 5rem;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.advantages__item:first-child {
	margin-top: -5rem;
}

.advantages__item:nth-child(10n - 9) .advantages__item-image {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.advantages__item:nth-child(10n - 8) .advantages__item-image {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.advantages__item:nth-child(10n - 7) .advantages__item-image {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.advantages__item:nth-child(10n - 6) .advantages__item-image {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.advantages__item:nth-child(10n - 5) .advantages__item-image {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.advantages__item:nth-child(10n - 4) .advantages__item-image {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.advantages__item:nth-child(10n - 3) .advantages__item-image {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.advantages__item:nth-child(10n - 2) .advantages__item-image {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.advantages__item:nth-child(10n - 1) .advantages__item-image {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.advantages__item:nth-child(10n) .advantages__item-image {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes zoomPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
	97.5% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: saturate(3);
		filter: saturate(3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
}

@keyframes zoomPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
	97.5% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: saturate(3);
		filter: saturate(3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: saturate(1);
		filter: saturate(1);
	}
}

.advantages__item-image {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8rem;
	height: 8rem;
	text-align: center;
	-webkit-animation-name: zoomPulse;
	animation-name: zoomPulse;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

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

.advantages__item-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 0 3rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	.advantages__box {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		padding: 5rem 0;
	}
	.advantages__item:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 360px) {
	.advantages__item-image {
		width: 6rem;
		height: 6rem;
	}
	.advantages__item-text {
		margin-left: 2rem;
	}
	.advantages__item-text {
		font-size: 1.6rem;
	}
}

.impact {
	padding: 8rem 0;
	position: relative;
}

.impact__box {
	max-width: 72rem;
	margin: 5rem auto 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	counter-reset: impact-counter;
}

.impact__item {
	margin-top: 6rem;
	max-width: 100%;
	counter-increment: impact-counter;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.impact__item:nth-child(odd) {
	margin-left: 10%;
}

.impact__item:nth-child(odd) .impact__item-image {
	left: auto;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.impact__item:before {
	content: counter(impact-counter);
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1;
	color: #db4580;
}

.impact__item-image {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 3.6rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	width: 15rem;
	height: 15rem;
}

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

.impact__item-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 0 0 3rem;
	font-size: 2.4rem;
	line-height: 1.5;
}

@-webkit-keyframes impactOpacity {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes impactOpacity {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	29% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes impactSlideUp {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	1% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	29% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@keyframes impactSlideUp {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	1% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	29% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@-webkit-keyframes impactSlideDown {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	1% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	29% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes impactSlideDown {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	1% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	29% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@-webkit-keyframes impactBakteriaScaleX {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	2% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	7% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	12% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	17% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	22% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	27% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	32% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes impactBakteriaScaleX {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	2% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	7% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	12% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	17% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	22% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	27% {
		-webkit-transform: scaleX(1.25);
		transform: scaleX(1.25);
	}
	32% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.impact__image {
	margin: 10rem 0 0 0;
	text-align: center;
	--impact-animation-period: 12s;
}

.impact__image img,
.impact__image svg {
	max-width: 100%;
	width: auto;
	height: auto;
}

.impact__image img #impact__background #impact__background-digit-1,
.impact__image img #impact__background #impact__background-digit-2,
.impact__image img #impact__background #impact__background-digit-3,
.impact__image svg #impact__background #impact__background-digit-1,
.impact__image svg #impact__background #impact__background-digit-2,
.impact__image svg #impact__background #impact__background-digit-3 {
	-webkit-animation-name: impactOpacity, impactSlideUp;
	animation-name: impactOpacity, impactSlideUp;
	-webkit-animation-duration: var(--impact-animation-period);
	animation-duration: var(--impact-animation-period);
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.impact__image img #impact__background #impact__background-digit-1,
.impact__image svg #impact__background #impact__background-digit-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.impact__image img #impact__background #impact__background-digit-2,
.impact__image svg #impact__background #impact__background-digit-2 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 3);
	animation-delay: calc(var(--impact-animation-period) / 3);
}

.impact__image img #impact__background #impact__background-digit-3,
.impact__image svg #impact__background #impact__background-digit-3 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 3 * 2);
	animation-delay: calc(var(--impact-animation-period) / 3 * 2);
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-1,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-2,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-3,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-1,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-2,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-3,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-1,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-2,
.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-1,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-1,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-1,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-3 {
	-webkit-animation-name: impactOpacity;
	animation-name: impactOpacity;
	-webkit-animation-duration: var(--impact-animation-period);
	animation-duration: var(--impact-animation-period);
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-1,
.impact__image img [id*='impact__bakteria-'] .impact-bakteria-scale,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-1,
.impact__image svg [id*='impact__bakteria-'] .impact-bakteria-scale {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 1.3);
	animation-delay: calc(var(--impact-animation-period) / 100 * 1.3);
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-2 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 2.6);
	animation-delay: calc(var(--impact-animation-period) / 100 * 2.6);
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-1-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-1-group-3 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 3.9);
	animation-delay: calc(var(--impact-animation-period) / 100 * 3.9);
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-1,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-1 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-2 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-2-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-2-group-3 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-1,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-1 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-2,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-2 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__bakteria-'] #impact__bakteria-3-group-3,
.impact__image svg [id*='impact__bakteria-'] #impact__bakteria-3-group-3 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__image img [id*='impact__content-'] #impact__content-1-line-1,
.impact__image img [id*='impact__content-'] #impact__content-1-line-2,
.impact__image img [id*='impact__content-'] #impact__content-1-line-3,
.impact__image img [id*='impact__content-'] #impact__content-2-line-1,
.impact__image img [id*='impact__content-'] #impact__content-2-line-2,
.impact__image img [id*='impact__content-'] #impact__content-2-line-3,
.impact__image img [id*='impact__content-'] #impact__content-3-line-1,
.impact__image img [id*='impact__content-'] #impact__content-3-line-2,
.impact__image img [id*='impact__content-'] #impact__content-3-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-3 {
	-webkit-animation-name: impactOpacity;
	animation-name: impactOpacity;
	-webkit-animation-duration: var(--impact-animation-period);
	animation-duration: var(--impact-animation-period);
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.impact__image img [id*='impact__content-'] #impact__content-1-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-1 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 1.3);
	animation-delay: calc(var(--impact-animation-period) / 100 * 1.3);
}

.impact__image img [id*='impact__content-'] #impact__content-1-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-2 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 2.6);
	animation-delay: calc(var(--impact-animation-period) / 100 * 2.6);
}

.impact__image img [id*='impact__content-'] #impact__content-1-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-1-line-3 {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 3.9);
	animation-delay: calc(var(--impact-animation-period) / 100 * 3.9);
}

.impact__image img [id*='impact__content-'] #impact__content-2-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-1 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__content-'] #impact__content-2-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-2 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__content-'] #impact__content-2-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-2-line-3 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__image img [id*='impact__content-'] #impact__content-3-line-1,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-1 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__content-'] #impact__content-3-line-2,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-2 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__content-'] #impact__content-3-line-3,
.impact__image svg [id*='impact__content-'] #impact__content-3-line-3 {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__image img [id*='impact__content-'] #impact__content-1-text-1 text,
.impact__image img [id*='impact__content-'] #impact__content-1-text-2 text,
.impact__image img [id*='impact__content-'] #impact__content-1-text-3 text,
.impact__image img [id*='impact__content-'] #impact__content-2-text-1 text,
.impact__image img [id*='impact__content-'] #impact__content-2-text-2 text,
.impact__image img [id*='impact__content-'] #impact__content-2-text-3 text,
.impact__image img [id*='impact__content-'] #impact__content-3-text-1 text,
.impact__image img [id*='impact__content-'] #impact__content-3-text-2 text,
.impact__image img [id*='impact__content-'] #impact__content-3-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-3 text {
	-webkit-animation-name: impactOpacity, impactSlideDown;
	animation-name: impactOpacity, impactSlideDown;
	-webkit-animation-duration: var(--impact-animation-period);
	animation-duration: var(--impact-animation-period);
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.impact__image img [id*='impact__content-'] #impact__content-1-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-1 text {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 1.3);
	animation-delay: calc(var(--impact-animation-period) / 100 * 1.3);
}

.impact__image img [id*='impact__content-'] #impact__content-1-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-2 text {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 2.6);
	animation-delay: calc(var(--impact-animation-period) / 100 * 2.6);
}

.impact__image img [id*='impact__content-'] #impact__content-1-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-1-text-3 text {
	-webkit-animation-delay: -webkit-calc(var(--impact-animation-period) / 100 * 3.9);
	animation-delay: calc(var(--impact-animation-period) / 100 * 3.9);
}

.impact__image img [id*='impact__content-'] #impact__content-2-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-1 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__content-'] #impact__content-2-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-2 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__content-'] #impact__content-2-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-2-text-3 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__image img [id*='impact__content-'] #impact__content-3-text-1 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-1 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 1.3));
}

.impact__image img [id*='impact__content-'] #impact__content-3-text-2 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-2 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 2.6));
}

.impact__image img [id*='impact__content-'] #impact__content-3-text-3 text,
.impact__image svg [id*='impact__content-'] #impact__content-3-text-3 text {
	-webkit-animation-delay: -webkit-calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
	animation-delay: calc((var(--impact-animation-period) / 3 * 2) + (var(--impact-animation-period) / 100 * 3.9));
}

.impact__slider {
	margin-top: 10rem;
}

.impact__slider-item {
	margin: 0;
	text-align: center;
}

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

.impact__slider .impact__dots {
	margin-top: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.impact__slider .impact__dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.impact__slider .impact__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin: 1rem  .5rem 0 .5rem;
	font-size: 1.8rem;
	line-height: 4.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #a5e0fe;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.impact__slider .impact__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0089cf;
}

.impact__slider .impact__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.impact__slider .impact__dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	-webkit-box-shadow: 0 1rem 3rem -1rem #0089cf;
	box-shadow: 0 1rem 3rem -1rem #0089cf;
}

@media only screen and (max-width: 640px) {
	.impact__image {
		display: none;
	}
	.impact__slider {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.impact__item:before {
		font-size: 5rem;
	}
	.impact__item-image {
		width: 10rem;
		height: 10rem;
	}
	.impact__item-text {
		margin-left: 2rem;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 360px) {
	.impact__item-text {
		font-size: 1.6rem;
	}
}

.reception {
	padding: 8rem 0;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.reception__box {
	margin-top: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}

.reception__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
	margin-top: 2rem;
	padding: 5rem 3rem;
	border-radius: 6rem;
	background-color: rgba(255, 255, 255, .6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reception__item-desc {
	font-size: 2.4rem;
    margin-top: 5rem;
    margin-bottom: -5rem;
}

.reception__item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 2.4rem;
	line-height: 1.3;
}

.reception__item-list li {
	padding-left: 2.5rem;
	position: relative;
}

.reception__item-list li:not(:first-child) {
	margin-top: 2rem;
}

.reception__item-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: .4em;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #db4580;
}

.reception__item-scheme {
	padding-top: 5rem;
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.reception__item-scheme-quantity {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 2.4rem;
	line-height: 1.3;
}

.reception__item-scheme-quantity li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.reception__item-scheme-quantity li:not(:first-child) {
	margin-top: 1.5rem;
}

.reception__item-scheme-quantity li:before {
	content: '';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	width: 7.4rem;
	height: 3.2rem;
	margin-right: 2rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 74 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M57.9667 0H16.0333C7.17837 0 0 7.16344 0 16C0 24.8366 7.17837 32 16.0333 32H57.9667C66.8216 32 74 24.8366 74 16C74 7.16344 66.8216 0 57.9667 0ZM2.46667 16C2.4755 8.52657 8.54433 2.47036 16.0333 2.46154H35.7667V29.5385H16.0333C8.54433 29.5296 2.4755 23.4734 2.46667 16ZM38.2333 29.5385H57.9667C65.4593 29.5385 71.5333 23.4771 71.5333 16C71.5333 8.52291 65.4593 2.46154 57.9667 2.46154H38.2333V29.5385Z\' fill=\'%2302527B\'/%3E%3Cpath d=\'M16 5C9.92766 5.00674 5.00674 9.92766 5 16H7.44444C7.44983 11.2771 11.2771 7.44983 16 7.44444H27V5L16 5Z\' fill=\'%230089CF\'/%3E%3Cpath d=\'M66.5018 16C66.4963 20.7229 62.5849 24.5502 57.7581 24.5556H50V27H57.7581C63.964 26.9933 68.9931 22.0723 69 16H66.5018Z\' fill=\'%23DB4580\'/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.reception__item-scheme-period {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 2rem;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #db4580;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.reception__item-scheme-period:before {
	content: '';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	width: 2.7rem;
	height: 8.2rem;
	margin-right: 1.5rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 27 82\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11.9898 53.5801C11.9898 49.8152 12.6686 46.961 14.0263 45.0174C15.3839 43.0737 17.5424 41.7958 20.5017 41.1837V40.8163C17.5424 40.2042 15.3839 38.9186 14.0263 36.9597C12.6686 35.0007 11.9898 32.0164 11.9898 28.0067V14.0034C11.9898 10.8507 11.0517 8.45559 9.17542 6.81803C7.29914 5.18047 4.2407 4.28518 0 4.13214V0C5.3085 0 9.38134 1.18606 12.2186 3.55823C15.0559 5.9304 16.4746 9.41207 16.4746 14.0034V30.0728C16.4746 33.1336 17.3059 35.4063 18.9686 36.8908C20.6314 38.3753 23.3085 39.1482 27 39.2094V42.8824C19.983 43.0049 16.4746 46.2034 16.4746 52.4782V67.9507C16.4746 72.6951 15.2161 76.2226 12.6992 78.5336C10.1822 80.8445 5.94918 82 0 82V77.8219C4.30172 77.7607 7.37541 76.9573 9.22119 75.4115C11.067 73.8658 11.9898 71.5166 11.9898 68.3639V53.5801Z\' fill=\'%23DB4580\'/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.reception__button {
	margin-top: 8rem;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.reception__item-list {
		font-size: 2rem;
	}
	.reception__item-scheme-quantity {
		font-size: 2rem;
	}
	.reception__item-scheme-quantity li:before {
		width: 6.7rem;
		height: 2.9rem;
	}
	.reception__item-scheme-period {
		font-size: 2.6rem;
	}
	.reception__item-scheme-period:before {
		width: 2.5rem;
		height: 7.6rem;
	}
}

@media only screen and (max-width: 768px) {
	.reception__box {
		display: block;
	}
	.reception__item {
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	.reception__item {
		padding: 4rem 2rem;
		border-radius: 3rem;
	}
	.reception__item-list {
		font-size: 1.8rem;
	}
	.reception__item-scheme-quantity {
		font-size: 1.8rem;
	}
	.reception__item-scheme-quantity li:before {
		width: 5rem;
		height: 2.2rem;
		margin-right: 1.5rem;
	}
	.reception__item-scheme-period {
		font-size: 2rem;
	}
	.reception__item-scheme-period:before {
		width: 2rem;
		height: 6rem;
	}
}

.distributors {
	padding: 8rem 0;
	position: relative;
	z-index: 1;
}

.distributors__box {
	margin-top: 8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.distributors__image {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: -webkit-calc(25% - 2rem);
	max-width: calc(25% - 2rem);
	width: 100%;
}

.distributors__image img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.distributors__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	margin-left: 25%;
	font-size: 2.4rem;
	line-height: 1.5;
}

.distributors__text > *:first-child {
	margin-top: 0;
}

.distributors__text > *:last-child {
	margin-bottom: 0;
}

.distributors__list {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 2rem);
	width: calc(25% - 2rem);
	margin-left: 2rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.distributors__list li:not(:first-child) {
	margin-top: 5rem;
}

.distributors__list li a {
	text-decoration: none;
	color: inherit;
}

.distributors__list li img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.distributors__text {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.distributors__text {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.distributors__image {
		display: none;
	}
	.distributors__text {
		margin-left: 0;
		width: 65%;
	}
	.distributors__list {
		width: -webkit-calc(35% - 2rem);
		width: calc(35% - 2rem);
	}
}

@media only screen and (max-width: 480px) {
	.distributors__box {
		display: block;
	}
	.distributors__text {
		width: auto;
		font-size: 1.8rem;
	}
	.distributors__list {
		width: auto;
		margin-left: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.distributors__list li {
		margin-top: 5rem;
		width: -webkit-calc(50% - 1.5rem);
		width: calc(50% - 1.5rem);
	}
}

.articles {
	padding: 8rem 0;
}

.articles__box {
	/*margin-top: 5rem;*/
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articles__item {
	text-decoration: none;
	color: inherit;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(33.3333% - 2rem);
	width: calc(33.3333% - 2rem);
	margin: 3rem 1rem 0 1rem;
}

.articles__item:hover .articles__item-image,
.articles__item:active .articles__item-image {
	-webkit-box-shadow: 0 12px 44px rgba(2, 82, 123, .359102);
	box-shadow: 0 12px 44px rgba(2, 82, 123, .359102);
}

.articles__item:hover .articles__item-image img,
.articles__item:active .articles__item-image img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.articles__item:hover .articles__item-title,
.articles__item:active .articles__item-title {
	color: #db4580;
}

.articles__item-image {
	margin: 0;
	border-radius: 2rem;
	overflow: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.articles__item-image img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.articles__item-title {
	margin: 2rem 0 0 0;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 1280px) {
	.articles__item-title {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 1024px) {
	.articles__item-title {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.articles__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

@media only screen and (max-width: 640px) {
	.articles__item-title {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.articles__item-title {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 360px) {
	.articles__box {
		display: block;
	}
	.articles__item {
		width: auto;
	}
	.articles__item-title {
		font-size: 2rem;
	}
}

.footer {
	padding: 3rem 0 12vh 0;
	background-image: -o-linear-gradient(279.22deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	background-image: linear-gradient(170.78deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	position: relative;
	z-index: 1;
}

#litbtn {
	visibility: hidden;
}

.footer__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.footer__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 36%;
}

.footer__content a {
	text-decoration: underline;
	color: #0089cf;
}

/*.footer__logo {
	margin: 0;
}*/

.footer__logo img {
	max-width: 180px;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.footer__text {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.footer__copy {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.3;
}

.footer__address {
	display: block;
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.3;
	font-style: inherit;
}

.footer__phone {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

.footer__phone a, a.footer-phone {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__phone a:hover,
.footer__phone a:active {
	color: #db4580;
}

.footer__nav {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 55%;
	margin-left: 5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

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

.footer__image {
	margin: 5rem 0 0 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 36%;
}

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

.footer__menu {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5rem 0 0 4%;
	width: 60%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.8rem;
	line-height: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
}

.footer__menu ul li:not(:first-child) {
	margin-top: 2rem;
}

.footer__menu ul li:first-child b {
	margin-bottom: 3rem;
}

.footer__menu ul li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__menu ul li a:hover,
.footer__menu ul li a:active {
	color: #db4580;
}

.footer__menu ul li b {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.footer__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}

.footer__center {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 44%;
}

.footer__logo .button {
	text-transform: none;
	letter-spacing: 0;
	padding: 2rem 3rem;
	font-size: 1.8rem;
	position: absolute;
	display: block;
	margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
	.footer__box {
		display: block;
	}
	.footer__nav, .footer__center, .footer__left {
		width: auto;
		margin-left: 0;
	}
	.footer__content {
		width: auto;
		margin-top: 4rem;
	}

	.footer__logo .button {
		position: relative;
		display: inline-block;
	}


}

@media only screen and (max-width: 480px) {
	.footer__nav {
		display: block;
	}
	.footer__menu {
		width: auto;
		margin-left: 0;
	}
	.footer__label {
		text-align: center;
	}
	.footer__image {
		width: auto;
		text-align: center;
	}
}

@media only screen and (max-width: 360px) {
	.footer__content {
		text-align: center;
	}
	.footer__menu {
		display: block;
		text-align: center;
	}
	.footer__menu ul {
		width: auto;
		margin-top: 4rem;
	}
	.footer__text {
		font-size: 2rem;
	}
}

.effect {
	padding: 5rem 0 15rem 0;
	position: relative;
}

.effect__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.effect__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60%;
	position: relative;
	z-index: 2;
}

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

.effect__text {
	margin-top: 1rem;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1;
}

.effect__list {
	padding: 0;
	list-style: none;
	margin: 5rem 0 0 0;
	font-size: 1.8rem;
	line-height: 1.56;
	counter-reset: effect-counter;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.effect__list li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 47.5%;
	margin-top: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: effect-counter;
}

.effect__list li:before {
	content: counter(effect-counter);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 4rem;
	height: 4rem;
	margin-right: 1.5rem;
	font-size: 1.8rem;
	line-height: 4rem;
	text-align: center;
	color: #fff;
	background-color: #0089cf;
	border-radius: 50%;
}

.effect__image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 35%;
	margin: 0 0 0 5%;
	text-align: center;
	position: relative;
	z-index: 1;
}

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

.effect__image:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150%;
	padding-bottom: 150%;
	height: 0;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media only screen and (max-width: 1024px) {
	.effect__text {
		font-size: 4rem;
	}
	.effect__list {
		display: block;
	}
	.effect__list li {
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.effect__text {
		font-size: 3.2rem;
	}
	.effect__image:before {
		width: 200%;
		padding-bottom: 200%;
	}
}

@media only screen and (max-width: 640px) {
	.effect__box {
		display: block;
	}
	.effect__content {
		width: auto;
	}
	.effect__image {
		width: auto;
		margin: 8rem 0 0 0;
	}
	.effect__image:before {
		width: 100%;
		padding-bottom: 100%;
	}
}

.scroll {
	position: relative;
	z-index: 2;
	margin: 3rem 0;
}

.scroll[active] .scroll__inner {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
}

.scroll[active] .scroll__inner .scroll__nav {
	padding: 1rem 2rem;
	-webkit-box-shadow: 0 0 3rem -1.5rem #0089cf;
	box-shadow: 0 0 3rem -1.5rem #0089cf;
}

.scroll__nav {
	margin: 0;
	list-style: none;
	padding: 2rem;
	border-radius: 8rem;
	background-image: -o-linear-gradient(271.25deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	background-image: linear-gradient(178.75deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.scroll__nav li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	text-align: center;
}

.scroll__nav li a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	vertical-align: baseline;
	padding: .5rem 1rem;
	border-radius: 4rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.scroll__nav li a.mPS2id-highlight-first {
	background-color: #fff;
	text-shadow: 0 0 0 currentColor;
}

.scroll__nav li a:hover,
.scroll__nav li a:active {
	color: #db4580;
}

@media only screen and (max-width: 1280px) {
	.scroll__inner .container {
		padding: 0;
	}
	.scroll[active] .scroll__inner .scroll__nav {
		padding: 1rem 1.5rem;
	}
	.scroll__nav {
		border-radius: 0;
	}
}

.symptoms {
	padding: 5rem 0;
}

.symptoms__box {
	margin-top: 4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.symptoms__image {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 40%;
}

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

.symptoms__content {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 55%;
	margin-left: 5%;
}

.symptoms__col {
	width: 50%;
}

.preglead .symptoms__box .text {
	font-size: 2rem;
    margin-top: 4rem;
    margin-left: 4rem;
}

@media screen and (max-width: 768px) {

	.symptoms__box {
		display: block;
	}
	.symptoms__col {
		width: 100%;
	}

	.preglead .symptoms__box .text { 
		margin-left: 0;
	}
}

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

.symptoms__list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.symptoms__list-item:not(:first-child) {
	margin-top: 2rem;
}

.symptoms__list-item-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.symptoms__list-item-icon img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.symptoms__list-item-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.symptoms__note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4rem;
	font-size: 2.4rem;
	line-height: 1.33;
}

.symptoms__note:before {
	content: '!';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 2.5rem;
	font-size: 9.6rem;
	line-height: .9;
	color: #db4580;
}

.symptoms__subtitle {
	margin-top: 7rem;
	font-weight: 700;
	font-size: 2.4rem;
}

.symptoms__text {
	margin-top: 3rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem; 
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	margin-left: 4rem;
}



.symptoms__text > *:first-child {
	margin-top: 0;
}

.symptoms__text > *:last-child {
	margin-bottom: 0;
}

.preglead .symptoms__text {
	margin-top: 4rem;
	margin-bottom: 4rem;
	font-size: 2rem;
}


@media only screen and (max-width: 640px) {
	.symptoms__box {
		display: block;
	}
	.symptoms__image {
		width: auto;
		text-align: center;
	}
	.symptoms__content {
		width: auto;
		margin-left: 0;
		margin-top: 6rem;
	}
	.symptoms__text {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-gap: initial;
		column-gap: initial;
	}
}

.danger {
	padding: 5rem 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.danger__background {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.danger__background img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.danger__box {
	margin-top: 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.danger__list {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 55%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.danger__list li {
	padding-left: 5rem;
	position: relative;
}

.danger__list li:not(:first-child) {
	margin-top: 3rem;
}

.danger__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	width: 3rem;
	height: .6rem;
	border-radius: 1.2rem;
	background-color: #db4580;
}

.danger__note {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 35%;
	margin-left: 10%;
}

.danger__note-image {
	margin: 0;
}

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

.danger__note-text {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #db4580;
}

.danger__statistics {
	margin-top: 10rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5%;
	-moz-column-gap: 5%;
	column-gap: 5%;
}

.danger__statistics-item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

.danger__statistics-item:not(:first-child) {
	margin-top: 4rem;
}

.danger__statistics-item-title {
	font-size: 3.2rem;
	font-weight: 700;
	color: #db4580;
	line-height: 1.25;
}

.danger__statistics-item-text {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	.danger__note {
		width: 40%;
		margin-left: 5%;
	}
}

@media only screen and (max-width: 640px) {
	.danger__box {
		display: block;
	}
	.danger__list {
		width: auto;
	}
	.danger__note {
		width: auto;
		margin-left: 0;
		margin-top: 6rem;
	}
	.danger__statistics {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-gap: initial;
		column-gap: initial;
	}
}

.causes {
	padding: 5rem 0;
	position: relative;
}

.causes__background {
	position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}

.causes__box {
	padding: 0;
	list-style: none;
	max-width: 100rem;
	/*margin: 7rem auto 0 auto;*/
	margin: 7rem 0 4rem 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5%;
	-moz-column-gap: 5%;
	column-gap: 5%;
}

.causes__item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.causes__item:not(:first-child) {
	margin-top: 2rem;
}

.causes__item-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.causes__item-icon img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.causes__item-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	.causes__box {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-gap: initial;
		column-gap: initial;
	}
}

.benefits {
	padding: 5rem 0;
}

.benefits__subtitle {
	color: #db4580;
}

.benefits__head {
	margin-top: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.benefits__stages {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 50%;
	padding: 4rem 7rem;
	border-radius: 50rem;
	border: 1rem solid rgba(255, 255, 255, 0);
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#0089cf), to(#db4580));
	background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(top, #0089cf, #db4580);
	background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #0089cf, #db4580);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	counter-reset: benefits-counter;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits__stages-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 5rem);
	width: calc(50% - 5rem);
	counter-increment: benefits-counter;
}

.benefits__stages-item:nth-child(even) {
	margin-left: 10rem;
	position: relative;
}

.benefits__stages-item:nth-child(even):before {
	content: '';
	position: absolute;
	left: -7rem;
	top: 0;
	width: 4rem;
	height: 8rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 42 77\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 5L35.6905 37.6086C36.4232 38.3871 36.4141 39.6042 35.6699 40.3717L5 72\' stroke=\'url(%23paint0_linear)\' stroke-width=\'10\' stroke-linecap=\'round\'/%3E%3Cdefs%3E%3ClinearGradient id=\'paint0_linear\' x1=\'5\' y1=\'5\' x2=\'5\' y2=\'72\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%230089CF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23DB4580\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.benefits__stages-item-title {
	color: #db4580;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.benefits__stages-item-title:before {
	content: counter(benefits-counter);
	display: block;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: .9;
}

.benefits__stages-item-title:after {
	content: attr(data-benefits-title);
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.benefits__stages-item-text {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}

.benefits__note {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 40%;
	margin-left: 10%;
}

.benefits__note a {
	color: currentColor;
}

.benefits__note-image {
	margin: 0;
}

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

.benefits__note-text {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

.benefits__wrapper {
	position: relative;
	z-index: 1;
}

.benefits__background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.benefits__box {
	margin-top: 5rem;
	padding: 5rem 0 10rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.benefits__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 47.5%;
	margin-top: 5rem;
}

.benefits__item-icon {
	margin: 0;
}

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

.benefits__item-title {
	margin: 1.5rem 0 0 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
}

.benefits__item-text {
	margin: 1.5rem 0 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.benefits__note {
		margin-left: 5%;
	}
	.benefits__stages {
		width: 55%;
		padding: 3rem 4rem;
	}
	.benefits__stages-item {
		width: -webkit-calc(50% - 3.5rem);
		width: calc(50% - 3.5rem);
	}
	.benefits__stages-item:nth-child(even) {
		margin-left: 7rem;
	}
	.benefits__stages-item:nth-child(even):before {
		left: -5rem;
		width: 3rem;
		height: 6rem;
	}
	.benefits__stages-item-text {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 768px) {
	.benefits__stages-item {
		width: -webkit-calc(50% - 3rem);
		width: calc(50% - 3rem);
	}
	.benefits__stages-item:nth-child(even) {
		margin-left: 6rem;
	}
	.benefits__stages-item:nth-child(even):before {
		left: -4.5rem;
		width: 3rem;
		height: 6rem;
	}
	.benefits__stages-item-text {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 640px) {
	.benefits__head {
		display: block;
	}
	.benefits__stages {
		width: auto;
		padding: 4rem 7rem;
	}
	.benefits__note {
		margin-left: 0;
		width: auto;
		margin-top: 6rem;
	}
	.benefits__box {
		display: block;
	}
	.benefits__item {
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	.benefits__stages {
		display: block;
		padding: 7rem 15%;
		text-align: center;
	}
	.benefits__stages-item {
		width: auto;
	}
	.benefits__stages-item:nth-child(even),
	.benefits__stages-item:not(:first-child) {
		margin-left: 0;
		margin-top: 8rem;
		position: relative;
	}
	.benefits__stages-item:nth-child(even):before,
	.benefits__stages-item:not(:first-child):before {
		content: '';
		position: absolute;
		top: -7rem;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
		width: 3rem;
		height: 6rem;
		background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 42 77\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 5L35.6905 37.6086C36.4232 38.3871 36.4141 39.6042 35.6699 40.3717L5 72\' stroke=\'url(%23paint0_linear)\' stroke-width=\'10\' stroke-linecap=\'round\'/%3E%3Cdefs%3E%3ClinearGradient id=\'paint0_linear\' x1=\'5\' y1=\'5\' x2=\'5\' y2=\'72\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%230089CF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23DB4580\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A');
		background-size: contain;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.benefits__stages-item-title {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.steps {
	padding: 5rem 0;
}

.steps__background {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}

.steps__background img {
	position: absolute;
	top: 5%;
	-webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.steps__box {
	margin-top: 8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.steps__box:before {
	content: attr(data-steps-text);
	display: block;
	float: left;
}

.steps__box:after {
	content: '';
	display: block;
	clear: both;
}

.steps__heading {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 6rem;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 7.2rem;
	font-weight: 700;
	line-height: .9;
	color: #db4580;
	opacity: .25;
	text-align: right;
	white-space: nowrap;
}

.steps__list {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 5%;
	counter-reset: counter-steps;
}

.steps__item {
	counter-increment: counter-steps;
	padding: 2rem 0 2rem 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.steps__item:not(:first-child) {
	margin-top: 2rem;
}

.steps__item:before {
	content: counter(counter-steps);
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: .9;
	color: #0089cf;
}

.steps__item-icon {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 10rem;
	height: 10rem;
	text-align: center;
}

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

.steps__item-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 4rem;
	font-size: 2.4rem;
	line-height: 1.5;
}

.steps__button {
	margin-top: 5rem;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.steps__item {
		padding: 1rem 0 1rem 3rem;
	}
	.steps__item:before {
		font-size: 5.6rem;
	}
	.steps__item-icon {
		width: 8rem;
		height: 8rem;
	}
	.steps__item-text {
		margin-left: 3rem;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.steps__item-text {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.steps__heading {
		width: 4rem;
		font-size: 5rem;
	}
	.steps__list {
		margin-left: 3%;
	}
	.steps__item {
		padding: .5rem 0 .5rem 2rem;
	}
	.steps__item:before {
		font-size: 4.2rem;
	}
	.steps__item-icon {
		width: 6rem;
		height: 6rem;
	}
	.steps__item-text {
		margin-left: 2rem;
		font-size: 1.6rem;
	}
}

.note {
	padding: 5rem 0;
}

.note__box {
	margin-top: 8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.note__image {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 17%;
}

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

.note__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 76%;
	margin: 0 0 0 7%;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.25;
	color: #0089cf;
}

@media only screen and (max-width: 1024px) {
	.note__text {
		font-size: 3.6rem;
	}
}

@media only screen and (max-width: 768px) {
	.note__text {
		font-size: 2.4rem;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 480px) {
	.note__box {
		display: block;
	}
	.note__image {
		width: auto;
	}
	.note__text {
		width: auto;
		margin: 6rem 0 0 0;
	}
}

@media only screen and (max-width: 360px) {
	.note__text {
		font-size: 2rem;
	}
}

.questions {
	padding: 5rem 0;
}

.questions__box {
	margin-top: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.questions__person {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 24%;
}

.questions__person-image {
	margin: 0;
}

.questions__person-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 50%;
}

.questions__person-title {
	margin-top: 6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.15;
	color: #db4580;
}

.questions__person-text {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

.questions__list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 85%;
	border-top: 1px solid rgba(0, 137, 207, .5);
}

.questions__item {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 137, 207, .5);
}

.questions__item:before {
	top: 1.5rem;
}

.questions__item-title {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.questions__item-title:hover,
.questions__item-title:active {
	color: #db4580;
}

.questions__item-text {
	padding-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

.questions__item-text a {
	color: currentColor;
}

@media only screen and (max-width: 1024px) {
	.questions__person {
		width: 29%;
	}
}

@media only screen and (max-width: 768px) {
	.questions__box {
		display: block;
	}
	.questions__person {
		width: auto;
	}
	.questions__person:after {
		content: '';
		display: block;
		clear: both;
	}
	.questions__person-image {
		float: left;
		width: 30%;
	}
	.questions__person-title,
	.questions__person-text {
		margin-left: 35%;
	}
	.questions__list {
		width: auto;
		margin-top: 6rem;
	}
}

@media only screen and (max-width: 480px) {
	.questions__person:after {
		display: none;
	}
	.questions__person-image {
		float: none;
		width: auto;
	}
	.questions__person-title br {
		display: none;
	}
	.questions__person-title,
	.questions__person-text {
		margin-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	.questions__item-title,
	.questions__item-text {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 1280px) {
	html {
		font-size: 9.5px;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 9px;
	}
	.title {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 640px) {
	.title {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 480px) {
	.title {
		font-size: 3rem;
	}
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform,.2s top;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s left;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s right;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.content {
	margin-bottom: 10rem;
	font-size: 1.8rem;
}

.news__detail {
	margin-top: 2rem;
}

.news__detail img {
	max-width: 800px;
	height : auto;
	border-radius: 1rem;
	margin: 2rem 0;
}

.news__detail-preview {
	font-size: 2.4rem;
    padding: 3rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
    max-width: 80%;

    background-image: -o-linear-gradient(279.22deg, #e8f7ff 8.88%, #fff3f8 91.95%);
    background-image: linear-gradient(170.78deg, #e8f7ff 8.88%, #fff3f8 91.95%);
}

.news__detail a {
	color: #0089cf;
}

.back-btn {
	margin-top: 4rem;
	box-shadow: none;
}

.when {
	margin-top: 8rem;
}

.when-tabs {
	margin-top: 4rem;
}

.when-tabs__item {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 2rem 4rem 0 0;
	cursor: pointer;
	border-radius: 2rem 2rem 0 0;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
}

.when-tabs__item.active {
	background-image: -o-linear-gradient(271.25deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	background-image: linear-gradient(178.75deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	font-weight: bold;
	font-size: 2rem;
}

.when-tabs__img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	transition: 0.5s all ease;
}

.when-tabs__img {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	/*z-index: 10;*/
	/*width: 300px;
	height: 300px;*/
}

.when-tabs__item:after {
	width: 300px;
	height: 300px;
	content: '';
	position: absolute;
	background: #0089cf;
	right: 30px;
	top: 10px;
	z-index: 1;
	border-radius: 50%;
	transition: 0.5s all ease;
}

/*.when-tabs__item:before {
	width: 100px;
	height: 100px;
	content: '';
	position: absolute;
	background: #db4580;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	z-index: 2;
	border-radius: 50%;
	transition: 1s all ease;
}*/

.when-tabs__item:hover .when-tabs__img img {
	transform: scale(1.1) rotate(5deg);
}

.when-tabs__item:hover .when-tabs__title {
	color: #db4580;
}

.when-tabs__title a {
	color: currentColor;
	text-decoration: none;
}

.when-tabs__item:hover:after {
	transform: scale(1.05);
	background-color: #db4580;
}

/*.when-tabs__item:hover:before {
	top: 100%;
	left: 0;
}

.when-tabs__item:hover:after {
	top: 0;
	right: 0;
}*/

.when-tabs__title {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	transition: 0.5s all ease;
}

@media screen and (max-width: 1180px) {
	.when-tabs__item:after {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.when-tabs__title {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 600px) {
	.when-tabs__item {
		width: 100%;
		text-align: center;
	}

	.when-tabs__img {
		width: 300px;
		height : 300px;
		margin-left : auto;
		margin-right : auto;
	}

	.when-tabs__item {
		padding-right: 0;
		margin-bottom: 3rem;
	}
}

.when-content {
	padding: 4rem;
	background-image: -o-linear-gradient(90deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	background-image: linear-gradient(0deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	border-radius: 2rem;
}

.when-content__item {
	background-color: #fff;
	display: none;
	padding: 2rem 4rem 3rem 4rem;
	border-radius: 2rem;
	width: 100%;
	max-width: 800px;
	max-height: 500px;
	overflow: hidden;
}

.when-content__item.active {
	display: block;
}

.fancybox-inner .scroller h3 {
	position: relative;
	padding-left: 2rem;
}

.fancybox-inner .scroller h3:before {
	content: '';
    position: absolute;
    left: 0;
    top: .4em;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #db4580;
}

.when-btn {
	margin-top: 8rem;
	margin-bottom: 10rem;
	text-align: center;
}

.fancybox-bg {
	background: #ebdbef!important;
}

.fancybox-inner .scroller {
	max-height: calc(100vh - 530px);
	min-height: 300px;
  	overflow: auto;
  	padding: 0px 2rem;
}

.fancybox-inner .scroller img {
	max-width: 100%;
}

.scroller .cta {
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 2rem 3rem;
	letter-spacing: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.production-href {
	position: relative;
	z-index: 2;
	margin-top: -4rem;
}

@media screen and (max-width: 768px) {
	.production-href {
		margin-top: 4rem;
	}
}

.features__title {
	display: none;
}

.fancybox-inner .features__title {
	display: block;
}

/*.footer__nav {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 55%;
	margin-left: 5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}*/



/* .b-top {
    z-index: 2600;
    position: fixed;
    right: 40px;
    bottom: 90px;
    opacity: 1;
    display: none;
 }

 .b-top:hover {
 	cursor: pointer;
 	opacity: 1;
 }

 .b-top-but {
    z-index: 2600;
    position: absolute;
    display: block;
    bottom: 0;
    background: #0089cf;
    padding: 10px 10px 30px;
    position: relative;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.b-top-but::after {
    content: '';
    position: absolute;
    left: 18px;
    bottom: 25px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
} */

.b-top {
    z-index: 2600;
    position: fixed;
    right: 40px;
    bottom: 12vh;
    opacity: 1;
    display: none;
 }

 .b-top:hover {
 	cursor: pointer;
 	opacity: 1;
 }

 .b-top-but {
	z-index: 2600;
	position: absolute;
	display: block;
	bottom: 0;
	background: #0089cf;
	padding: 15px 30px;
	position: relative;
	color: #fff;
	border-radius: 3rem;
}

@media screen and (max-width : 768px) {
	.b-top {
		bottom: 12vh;
	}
}

.b-top-but a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* .b-top-but::after {
    content: '';
    position: absolute;
    left: 18px;
    bottom: 25px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
} */

.fancybox-inner #wrapper {
	height: calc(100vh - 200px);
	width: 90%;
    max-width: 1180px;

    padding: 2rem 4rem 3rem 4rem;
    overflow: hidden;
    border-radius: 2rem;
}

.fancybox-inner #wrapper .scroller, 
.fancybox-inner .extra .scroller  {
    max-height: calc(100vh - 250px);
    min-height: 600px;
    overflow: auto;
    padding: 0px 2rem;
}

.features {
	padding-top: 4rem;
}

.features__box {
    margin-top: 4rem;
}
.features__item {
    margin-top: 4rem;
}
.features__item-title {
    margin: 0;
    font-size: 3.5rem;
    line-height: 1.3;
}
.features__item-img {
    margin: 5rem 0 0 0;
}
.features__item-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.technology {
    padding: 9rem 0
}
.technology__box {
    display: flex;
    flex-wrap: wrap;
}
.technology__item {
    flex: 0 0 auto;
    width: 50%;
    padding: 8rem 5%;
}
.technology__item_bg_gray {
    background-color: #F0F6F8;
}
.technology__item_bg_blue {
    color: #fff;
    background-color: #0089cf;
}
.technology__item_bg_blue .technology__item-list li:before {
    color: inherit;
}
.technology__item_bg_blue .technology__item-list {
    font-size: 1.8rem;
}
.technology__item_border_blue {
    border: .5rem solid #0089cf;
}
.technology__item:last-child:nth-child(odd) {
    width: 100%;
    text-align: center;
}
.technology__item-img {
    margin: -8rem -12.5%;
    height: calc(100% + 16rem);
    min-height: 20rem;
}
.technology__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology__item-title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.6;
}
.technology__item-list {
    padding: 0;
    list-style: none;
    margin: 5rem 0 0 0;
    font-size: 1.8rem;
    line-height: 1.6;
    counter-reset: counter-composition;
}
.technology__item-list li {
    margin-top: 2rem;
    counter-increment: counter-composition;
}
.technology__item-list li:before {
    content: counter( counter-composition ) '.';
    margin-right: .3rem;
    color: #0089cf;
}
.technology__item-note {
    margin-top: 5rem;
    padding-left: 3rem;
    font-size: 1.8rem;
    line-height: 1.6;
    background-image: linear-gradient(currentColor, currentColor);
    -webkit-background-size: 2rem 1px;
    background-size: 2rem 2px;
    background-position: 0 .7em;
    background-repeat: no-repeat;
}

@media only screen and (max-width:480px) {
    .technology__box {
        display: block;
    }
    .technology__item {
        width: auto;
    }
    .technology__item-img {
        margin: -8rem -5%;
        height: calc(100% + 16rem);
    }
}

.components {
    padding: 9rem 0;
}
.components__suptitle {
    margin: 0;
    font-size: 3.5rem;
    line-height: 1.6;
    text-align: center;
}
.components__title {
    margin-top: 8rem;
    text-align: center;
}
.components__explanation {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 4rem;
    font-size: 1.8rem;
    font-weight: 700;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.components__explanation li {
    flex: 0 1 auto;
    margin: 1rem 2rem;
}
.components__explanation li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.9rem;
    height: 1.9rem;
    margin: -.3em 1rem 0 0;
    border-radius: 50%;
    background-color: currentColor;
}
.components__explanation li:nth-child(1):before {
    background-color: #FAF550;
}
.components__explanation li:nth-child(2):before {
    background-color: #A1DE62;
}
.components__explanation li:nth-child(3):before {
    background-color: #A5E4EB;
}

.components__box {
    margin-top: 3rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.components__item {
    width: 29.3333%;
    margin: 5rem 2% 0 2%;
    padding-left: 3.5rem;
    position: relative;
}
.components__item:before {
    content: '';
    position: absolute;
    top: .5rem;
    width: 1.9rem;
    height: 1.9rem;

    border-radius: 50%;
    background-color: currentColor;
}
.components__item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 33.3333%;
}
.components__item:nth-child(1):before {
    display: none;
}
.components__item:nth-child(2) {
    order: -1;
    padding-left: 0;
    padding-right: 3.5rem;
    text-align: right;
}
.components__item:nth-child(2):before {
    right: 0;
    background-color: #FAF550;
}
.components__item:nth-child(3) {

}
.components__item:nth-child(3):before {
    left: 0;
    background-color: #A5E4EB;
}
.components__item:nth-child(4) {
    text-align: center;
    padding-left: 0;
    padding-top: 3.5rem;
}
.components__item:nth-child(4):before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #A1DE62;
}
.components__item-img {
    margin: 0;
}
.components__item-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.components__item-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
}
.components__item-text {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.6;
}
@media only screen and (max-width:480px) {
    .components__box {
        display: block;
    }
    .components__item:nth-child(n) {
        width: auto;
    }
    .components__item:nth-child(n) {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3.5rem;
    }
    .components__item:nth-child(n):before {
        left: 50%;
        transform: translateX(-50%);
    }
}


.solution {
	margin-top: 10rem;
	/*margin-bottom: 4rem;*/
}

.solution p {
	font-size: 2rem;
}

.button.extra-trigger {
	font-size: 1.4rem;
	padding : 2.4rem 3rem;
	box-shadow: none;
	margin-top: 4rem;
}

.extra {
	max-width: 800px;
	border-radius: 2rem;
}

.warning {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    background-image: -o-linear-gradient(279.22deg, #e8f7ff 8.88%, #fff3f8 91.95%);
	background-image: linear-gradient(170.78deg, #e8f7ff 8.88%, #fff3f8 91.95%);
    text-align: center;
    height: 11vh;
}

.warning__text {
	padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: #7ea8ba;
    mix-blend-mode: normal;
    opacity: 0.4;
    transform-origin: center top;
    display: inline-block;
	margin: 0;
}

@media (max-width: 960px) {
	.warning__text {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.warning__text {
		font-size: 24px;
	}
}
/* Cookie Dialog */


#gdpr-cookie-message {
	position: fixed;
    left: 40px;
    bottom: 100px;
    /*width: 80%;*/
    max-width: 600px;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.25);
    z-index: 100;
    padding: 20px;
    font-size: 1.2rem;
}

#gdpr-cookie-message a {
	color: #02527b;
}


.cookie-close {

}

.cookie-close-button button {
	border: none;
    background: #02a9e1;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 10px 5px 10px;
    border-radius: 6rem;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    line-height: 19px;
    right: -15px;
    top: 12px;
    margin-top: -25px;
    position: absolute;
    outline: none;
    -webkit-appearance : none;
}

#dswb {
	margin-top: 4rem!important;
	font-family: 'Arial Rounded MT Pro Cyr'!important;
	border-radius: 2rem;
	overflow: hidden;
	border : none!important;
	box-shadow: 0 10px 40px #02527b54;
}

.modal-overlay {
	background: #ebdbefde!important;
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height : 100%;
    z-index: 1000;
}

#question-modal {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 3rem;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 200px;
    font-size: 1.8rem;
}

.doctor-question {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 2rem;
}

.question-buttons {
	margin-top: 4rem;
}

.question-buttons a {
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	color: #0089CE;
	margin-right: 3rem;
}

.dswb-dd:after {
	border-color: #02527b transparent!important;
}

#dswb-frm {
	color: #02527b!important;
	background-color: #edf5f9!important;
}

.dswb_li {
	background-color: #fff;
}

#dswb-drug-frm {
	display: none!important;
}

#dswb-place {
	font-weight: bold;
	font-size: 2rem;
	border : none!important;
}

.dswb_li_chk {
	background: #e8f7ff!important;
}

.dswb_l_t a:hover {
	color: #db4580!important;
}

.dswb_l_price {
	color: #02527b!important;
    font-weight: bold;
}

#dswb-cpy {
	margin-top: 2rem!important;
	/*opacity: 0.5;*/
}

#dswb-cpy a {
	color: #02527b!important;
}

#dswb-l {
	border : none!important;
}

.button.download {
	box-shadow: none;
    padding: 2rem;
    margin-top: 2.5rem;
    margin-left: 3rem;
}

h2.inline {
	display: inline-block;
	max-width: 500px;
}

 ul.colored {
	list-style: none;
	padding-left: 1rem;
}

 ul.colored li {
   padding-left: 5rem;
    position: relative;
    font-size: 1.8rem;
    /* font-weight: bold; */
    margin-top: 2rem;
 }

 ul.colored li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 3rem;
    height: .6rem;
    border-radius: 1.2rem;
    background-color: #db4580;
}

.research__item-header {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.research__item-header h2 {
	/*width: calc(100% - 120px);*/
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.research__item-header h2 {
		font-size: 2rem;
	}
}

.research__item-header .download {
	width: 100px;
	margin-left: 20px;
	text-align: center;
	color: #0089cf;
	text-decoration: none;
	margin-top: 3rem;
}

.research__item-header .download:hover {
	color: #db4580;
}

.research__item-header .download a {
	text-decoration: none;
	color: currentColor;
	transition: 0.3s all ease;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	transition: 0.3s all ease;
}


.research__item-header .download svg {
	width: 40px;
	height: auto;
	fill: currentColor; 
	transition: 0.3s all ease;
}

.research__item-detail {
	display: none; 
	margin-top: 4rem;
}

.research__item-preview {
	margin-top: 2rem;
}

.toggle-research {
	margin-top: 2rem;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	color: #db4580;
	margin-top: 4rem;
}

.toggle-research:after {
	content: '\2193';
	margin-left: 1rem;
}

.toggle-research.active:after {
	content: '\2191';
}

 ul.filter__list {
	padding-left: 0;
    list-style: none;
    line-height: 4.5rem;

    display: flex;
   
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    position: relative;
 	z-index: 10; 

 	justify-content: flex-start;
} 

.scroll[active] .scroll__inner  ul.filter__list {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	margin: 0;
	padding: 2rem 0;
}

 ul.filter__list a{
 	text-decoration: none;
 	color: #0089cf;
 	padding: 1rem 2rem;
 	border : 1px solid #0089cf;
 	border-radius: 3rem;
 	margin-right: 2rem;
 	font-size: 1.4rem;
 	font-weight: bold;

 }

 ul.filter__list a.active {
 	background-color: #0089cf;
 	color: #fff;
 	border : none;

 }

 .research__item {
 		margin-top: 6rem;
		border-radius: 6rem;
		padding: 4rem;
		background-color: #f4fbff;
 }

ul.sitemap, .sitemap ul, ul.document {
	list-style: none;
}

.sitemap a {
	color: #02527b;

}

ul.document {
	padding-left: 0;
}

ul.document li {
	margin-bottom: 3rem;
}

.page404 {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8rem;
}

.page404 img {
	width: 100%;
	/*max-width : 800px;*/
} 

.img404 {
	width: 70%;
}

.text404 {
	width : 30%;
	font-size: 2.2rem;
}

.text404 a {
	color: currentColor;
}

@media screen and (max-width: 768px) {
	.page404 {
		display: block;
	}

	.text404, .img404 {
		width: auto; 
		text-align: center;
	}
}

#dswb-li {
/*	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	–webkit-transform: tranzlateZ(0);*/
}

.content_loaded {
	display: none;
}

.cookie-text {
	display: none;
}

.additional .container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
    margin-bottom: 6rem;
}

.additional-item {
	width: 30%;
	margin-right: 3%;
	font-size: 24px;
	color: #02527b;
	position: relative;
	border-radius : 3rem;
	padding: 3rem 7rem 3rem 3rem;
	background-image: -o-linear-gradient(279.22deg, #e8f7ff 8.88%, #fff3f8 91.95%);
    background-image: linear-gradient(170.78deg, #e8f7ff 8.88%, #fff3f8 91.95%);
    transition: 0.3s all ease;    
	text-decoration: none;
}

.additional-item:hover {
	box-shadow: 0 0 3rem -1.5rem #0089cf;
}

.additional-item:hover:after {
	background-color: #0089cf;
}


.additional-item:after {
	content: '';
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #db4580;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 1rem 2px,2px 1rem;
    background-position: 1.6rem 1.6rem,1.6rem 1.6rem;
    background-repeat: no-repeat;
/*    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);*/
    transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {

	.additional-item {
		width: 100%;
		margin-right: 0;
		margin-top: 3rem;
	}

	.additional-item:after {
		top : 50%;
		transform: rotate(135deg) translate(-50%, 50%);
	}
}

#metrika_trigger {
	z-index: 1000;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}

.apteki__container {
	margin-top: 4rem;
}

.apteki__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
}

.apteki__wrap-item {
	width: calc(14.2% - 2rem);
	max-height: 80px;
	text-align: center;
	margin: 1rem;

}


.apteki__wrap-item img {
	max-height: 80px;
	/*max-width: 160px;*/
	max-width: 100%;
}

@media screen and (max-width : 768px) {
	.apteki__wrap-item {
		width: calc(16.6% - 2rem);
	}
}

@media screen and (max-width : 630px) {
	.apteki__wrap-item {
		width: calc(20% - 2rem);
	}
}

@media screen and (max-width : 550px) {
	.apteki__wrap-item {
		width: calc(25% - 2rem);
	}
}

@media screen and (max-width : 480px) {
	.apteki__wrap-item {
		width: calc(33% - 2rem);
	}
}

/* СТАТЬИ */

.lead__wrap {
	display: flex;
	align-items: center;
	margin-top: 6rem;
}

.lead__img {
	position: relative;
	z-index: 10;
	width: 280px;
	flex : 1 0 auto;
}

.lead__img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: relative;
	z-index: 10;
	border-radius: 50%;
}

.lead__img:after {
	width: 260px;
	height: 260px;
	content: '';
	position: absolute;
	background: #0089cf;
	right: -10px;
	top: -10px;
	z-index: 1;
	border-radius: 50%;
	transition: 0.5s all ease;
}

.lead__text {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-left: 6rem;
}

.myth__title {
	margin-top: 8rem;
}

.myth__wrap {
	display: flex;
	margin-top: 3rem;
}

.myth__head {
	width: 33%;
	font-size: 2.4rem;
	color: var(--pink);
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.myth__text {
	width: 50%;
	margin-left: 10rem;
}

.myth__head:after {
	content: '';
	position: absolute;
	right: -6rem;
	top: 2rem;
	width: 4rem;
	height: 8rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 42 77\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 5L35.6905 37.6086C36.4232 38.3871 36.4141 39.6042 35.6699 40.3717L5 72\' stroke=\'url(%23paint0_linear)\' stroke-width=\'10\' stroke-linecap=\'round\'/%3E%3Cdefs%3E%3ClinearGradient id=\'paint0_linear\' x1=\'5\' y1=\'5\' x2=\'5\' y2=\'72\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'%230089CF\'/%3E%3Cstop offset=\'1\' stop-color=\'%23DB4580\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.myth__symptoms h3, .myth__wrap h3 {
	color: var(--light-blue);
	margin-top: 0;
}

.myth__symptoms {
	display: flex;
	margin-top: 6rem;
}

.myth__symptoms-col {
	width: 50%;
	flex : 1 0 auto;
	padding-right: 4rem;
}

.nb {
	max-width: 80%;
	padding-left: 2rem;
	position: relative;
	display: flex;
	margin-top: 6rem;
}

.nb:before {
	content: '!';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 2.5rem;
	font-size: 9.6rem;
	line-height: 1.1;
	color: #db4580;
}

.img__lead-wrap {
	display: flex;
	align-items: center;
}

.img__lead-img {
	flex: 1 0 auto;
	width: 16%;
	margin-right: 3rem;
}

.myth-4__cols {
	display: flex;
	margin-top: 4rem;
}

.myth-4__col {
	width: 42%;
}

.myth-4__col:first-of-type {
	padding-right: 4rem;
}

.myth-4__col .img__lead-wrap {
	align-items: flex-start;
}

.myth-4__col .img__lead-img {
	width: 40%;
}

.lead {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 4rem;
}

.two__stages {
	display: flex;
	margin-top: 4rem;
}

.two__stages .benefits__stages-item-text {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 3rem;
}

.two__stages-about {
	width: 25%;
	flex: 1 0 auto;
}

.two__stages .benefits__stages-item {
	width : 25%;
	padding-right: 8%;
	flex: 1 0 auto;
}

.two__stages .benefits__stages-item:nth-child(even):before {
	right: 3rem;
	top: 10rem;
	left: auto;
}

.reason__item {
	counter-increment: stages;
	margin-top: 8rem;
}

.reason__item h2 {
	display: flex;
	align-items: center;
	line-height: 1.25;
}

.reason__item h2:before {
	content: counter(stages);
	display: block;
	color: var(--pink);
	font-size: 7.2rem;
	font-weight: bold;
}

.reason__item h2 img {
	margin: 0 4rem;
}

.cols-p {
	columns: 2;
}

.gigiena__item {
	margin-top: 8rem;
}


.compare__wrap {
	display: flex;
}

.compare-item {
	flex: 1 0 auto;
	margin-right: 6rem;
	width: 50%;
}

.gigiena__item:last-child {
	margin-bottom: 8rem;
}

.compare-item:nth-child(1) h3 {
	color: var(--light-blue);
}

.compare-item:nth-child(2) h3 {
	color: var(--pink);
}

.gigiena__item h2 {
	width: calc(50% - 120px);
	position: relative;
}

.gigiena__item h2:after{
	content: '';
	display: block;
	position: absolute;
	right: -100px;
	top: 0;
	height: 100px;
	width: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}

.gigiena__item:nth-child(1) h2:after {
	background-image: url(../img/gigiena/g1.svg);
}

.gigiena__item:nth-child(2) h2:after {
	background-image: url(../img/gigiena/g2.svg);
}

.gigiena__item:nth-child(3) h2:after {
	background-image: url(../img/gigiena/g3.svg);
}

.gigiena__item:nth-child(4) h2:after {
	background-image: url(../img/gigiena/g4.svg);
}

.gigiena__item:nth-child(5) h2:after {
	background-image: url(../img/gigiena/g5.svg);
}


@media screen and (max-width : 600px) {
	.img__lead-wrap, 
	.lead__wrap, 
	.two__stages, 
	.myth__wrap, 
	.myth__symptoms, 
	.myth-4__cols, 
	.compare__wrap {
		display: block;
	}

	.img__lead-img, .lead__img {
		margin-bottom: 3rem;
	}

	.myth__wrap > div {
		width: 100%;
		margin-left: 0;
	}

	.myth__symptoms {
		margin-top: 0;
	}

	.myth__symptoms-col {
		width: 100%;
		padding-right: 0;
		margin-top: 4rem;
	}

	.myth-4__col, .myth-4__col .img__lead-img {
		width: 100%;
	}

	.myth-4__col .symptoms__list {
		margin-top: 4rem;
	}

	.lead__text {
		margin-left: 0;
	}

	.two__stages-about, .two__stages .benefits__stages-item {
		padding-right: 0;
		width: 100%;
	}

	.two__stages .benefits__stages-item:nth-child(even):before {
		display: none;
	}

	.cols-p {
		columns: auto;
	}

	.reason__item h2 img {
		max-width: 60px;
		margin: 0 2rem;
	}

	.nb {
		max-width: none;
	}

	.myth__head {
		padding-bottom: 8rem;
	}

	.myth__head:after {
		right: auto;
		top: auto;
		bottom: 0;
		transform: rotate(90deg) translateY(18px);
		left: 50%;
	}

	.img__lead-img {
		width: auto;
	}

	.compare-item {
		margin-right: 0;
		width: auto;
	}

	.gigiena__item h2 {
		width: calc(100% - 100px);
	}

	.gigiena__item h2:after {
		height: 60px;
		right: -6rem;
		background-size: contain;
	}
}

/* новая карточка товара */

.new__card h2{
	text-align: center;
}

.new__card-img {
	padding: 6rem;
	text-align: center;
}

.new__card-links {
	display: flex;
	justify-content: center;
}

.new__card-links a {
	padding: 2rem 3rem 1rem 3rem;
	margin: 0 1rem;
	background-color: #fff;
	/* filter: grayscale(1); */
	transition: 0.3s all ease;
	box-shadow: 0 1rem 4rem -2rem #0089cf;
	border-radius: 2rem;
}


.new__card-links a:hover {
	box-shadow: 0 1rem 5rem -1rem #0089cf;
}

.new__card-trigger {
	color: var(--dark-blue);
	font-weight: bold;
	margin-top: 4rem;
	cursor : pointer;	
	text-align: center;
}

.new__card-trigger:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: .6em 0 0 .8rem;
	border: .4rem solid rgba(255, 255, 255, 0);
	border-top: .6rem solid currentColor;
	transition: .3s all ease;
}

.new__card-trigger.active:after {
	transform : rotate(-180deg);
}

.apteki__wrapv2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.apteki__wrapv2-item {
	width: 16%;
	height: 100px;
	background-position: center center;
	background-size: 50%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	transition: 0.3s all ease;
	background-color: #fff;
	border-radius: 1rem;
	margin: 2rem;
}

.apteki__wrapv2-item a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.apteki__wrapv2-item:hover {
	box-shadow: 0 1rem 4rem -2rem #0089cf;
}

.new__card-target {
	display: none;
}

@media screen and (max-width : 768px) {
	.apteki__wrapv2-item {
		width: calc(20% - 2rem);
		background-size: 80%;
		margin: 1rem;
		
	}
}

@media screen and (max-width : 630px) {
	.apteki__wrapv2-item {
		width: calc(25% - 2rem);
	}
}

@media screen and (max-width : 550px) {
	.apteki__wrapv2-item {
		width: calc(33% - 2rem);
	}

	.new__card-links {
		flex-direction: column;
	}

	.new__card-links  a {
		text-align: center;
	}


}

@media screen and (max-width : 480px) {
	.apteki__wrapv2-item {
		width: calc(50% - 2rem);


	}
}

.review__list {
	margin-bottom: 60px;
}

.review__item {
	padding: 50px;
	border: 1px solid rgba(80, 82, 85, 0.1);
	position: relative;
	margin-bottom: 30px;
	transition: 0.3s all ease;
	border-radius: 3rem; 
	/* transform: scale(0.2); */
}

.review__item:hover {
	box-shadow: 0 10px 40px -20px #0089cf;
	border-color: transparent;
}

.review__item a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.review__item img {
	max-height: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.review__person {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	opacity: 0.6;
}

.review__text {
	/* padding: 20px; */
	font-size: 20px;
}

ul.ul_styled {
	list-style-type: none;
}

ul.ul_styled li {
	position: relative;
}

ul.ul_styled li:before {
	content: attr(data-content);
	display: block;
	position: absolute;
	font-size: 24px;
	background-color: var(--light-blue);
	top: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
	line-height: 34px;
	width: 30px;
	height: 30px;
	color : #fff;
	border-radius: 50%;
}

ul.ul_styled li[data-content="-"]:before {
	background-color: var(--pink);
}

ul.ul_styled li {
	padding-left: 45px;
	line-height: 32px;
}



#reviews .review__list {
	margin-top: 6rem;
	margin-bottom: -4rem;
	position: relative;
}

.slider__nav-prev, .slider__nav-next {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #db4580;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-size: 1rem 2px,2px 1rem;
	background-position: 1.6rem 1.6rem,1.6rem 1.6rem;
	background-repeat: no-repeat;
	transform: rotate(135deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 1rem;
}

.slider__nav-prev {
	top: 50%;
	left: 0rem;
	transform: rotate(-45deg);
}

.slider__nav-next {
	top: 50%;
	right: 0rem;
}

.review__text .full {
	display: block;
	margin-top: 20px;
	color: #0089CE;
}

.research__item.active .research__item-detail {
	display: block;
}

.research__item.active {
	margin-top: 3rem;
	padding-top: 2rem;
}

.research__item.active  .research__item-detail {
	margin-top: 0;
}

/* CSS */
#cookie {
	display: none;
	z-index: 2700;
    position: fixed;
    left: 0;
    bottom: 11vh;
    width: 100%;
    background-color: var(--light-blue);
    padding: 15px;
    font-style: normal;
    text-align: center;
    align-items: center;
}

.cookie__box {
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
}

.cookie__box div a {
	text-decoration: underline;
	color: #fff;
}

.cookie__box .button {
	background-color: #fff;
	color: var(--light-blue);
	padding: 10px 20px;
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	#cookie {
		text-align: left;
		font-size: 12px;
	}

	#cookie .button {
		font-size: 12px;
	}
}
.hov-underline:hover {
	text-decoration:underline;	
}
.hov-no-underline:hover {
	text-decoration:none;	
}
.hov-scale {
	transition:scale .3s ease;	
}
.hov-scale:hover {
	scale: 1.05;
}
@media (max-width: 425px) {
	ul.filter__list a {		
		font-size: 1.3rem;		
	}
}