@charset "utf-8";
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_semibold-webfont.woff') format('woff'), url('../fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
html {
	font-size: 1.111111vw;
}
@media only screen and (min-width: 1440px) {
html {
	font-size: 16px;
}
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 18px/30px "Proxima Nova", Helvetica, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #676D81;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 14px "Proxima Nova", Helvetica, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #181C2B;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid rgba(196, 196, 196, 0.4);
	-webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	background: #fff;
	margin: 0;
	padding: 12px 16px;
	width: 100%;
	min-height: 43.5px;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #676D81;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #676D81;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #676D81;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
input.error, select.error, textarea.error {
	border-color: #f3a5a4;
}
label.error {
	font-size: 12px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin: 8px 0 0 0;
	padding: 8px 12px;
	background: #f3a5a4;
	color: #181C2B;
	font-weight: 600;
}
.btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: normal;
	text-decoration: none!important;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 0;
	color: #fff;
	background: #2261F6;
	border-radius: 15px;
	font: bold 12px/18px "Proxima Nova", Helvetica, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	text-transform: none;
	padding: 11px 16px;
}
.btn-big {
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	border-radius: 30px;
	position: relative;
}
.btn-big.btn-app-light {
	background: #eeeeee;
	color: black;
}
.btn-white {
	background: #fff;
	color: #2261F6;
}
.btn-gray {
	background: #F7F7F9;
	color: #22304A;
}
.new-sticker {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%) rotate(-30deg);
}
.new-sticker-nav {
	position: absolute;
	z-index: -1;
	width: 24px;
	height: 24px;
	transform: translateY(-50%) translateX(-80%) rotate(-30deg);
	left: 0;
	top: 50%;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	-webkit-transform: scale(0)!important;
	transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #2261F6;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong, b, .bold {
	font-weight: 600;
}
h2.bold, .h2.bold {
	font-weight: bold;
}
p, ol, ul {
	margin: 0 0 16px 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
li ul, li ol {
	margin-bottom: 10px;
}
li {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 20px;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
ul.bullet > li:before {
	content: '○';
}
ul.dash > li:before {
	content: '-';
}
ul.blue-markers > li:before {
	color: #2261F6;
}
ul.blue-markers > li li:before {
	color: #676D81;
	opacity: 0.3;
}
ol {
	counter-reset: li;
}
ol > li {
	padding: 0 0 0 25px;
}
ol > li ol > li {
	padding-left: 35px;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	float: left;
	min-width: 25px;
	margin: 0 0 0 -25px;
	color: #8BC1A5;
	padding: 0 4px 0 0;
}
ol > li ol > li:before {
	margin-left: -35px;
	min-width: 35px;
}
ol.roman > li:before {
	content: counter(li, lower-roman) ". ";
}
ol.abc > li:before {
	content: counter(li, lower-latin) ". ";
}
.code {
	font: inherit;
	display: block;
	margin: 20px 0 30px 0;
	max-width: 600px;
	color: #fff;
	outline: none;
	border: 0;
	background: #10131E;
	box-shadow: 0px 14px 36px rgba(128, 141, 162, 0.1);
	border-radius: 20px;
	padding: 25px 30px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	-moz-tab-size: 0;
	  -o-tab-size: 0;
	     tab-size: 0;
}
.code-topline {
	margin: -25px -30px 25px -30px;
	border-radius: 20px 20px 0 0;
	background: #222636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 25px;
	height: 50px;
}
.code-topline > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	border-radius: 50%;
}
.code-topline > *:nth-child(1) {
	background: #FF307A;
}
.code-topline > *:nth-child(2) {
	background: #FFE484;
}
.code-topline > *:nth-child(3) {
	background: #4AFAA5;
}
.code pre, .code code {
	display: block;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	white-space: pre-wrap;
}
.code .tab1 {
	padding-left: 1.9em;
}
.code .tab2 {
	padding-left: 3.8em;
}
.code .tab3 {
	padding-left: 5.7em;
}
.code .tab3 {
	padding-left: 7.6em;
}
.code p {
	margin: 14px 0!important;
}
.code p span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 6px 0;
}
.code br {
}
.code p:first-child {
	margin-top: 0!important;
}
.code p:last-child {
	margin-bottom: 0!important;
}
.image {
	margin: 20px 0;
	max-width: 635px;
	position: relative;
}
.image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.image .zoom .pic {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 10px;
	background: #FFFFFF;
	box-shadow: 0px 7px 18px rgba(103, 121, 147, 0.12);
	border-radius: 12px;
	display: none;
}
.image .zoom .pic svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 24px;
	max-height: 24px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	-webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	fill: #181C2B;
}

@media (pointer:fine) {
.image .zoom:hover .pic svg {
	fill: #2261F6;
}
}

@media only screen and (min-width: 1020px) and (max-width: 1200px), only screen and (max-width: 800px) {
.image .zoom .pic {
	display: block;
}
}
.table {
	margin: 20px 0;
}
.table table {
	border-collapse: collapse;
	width: auto;
	max-width: 100%;
}
.table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border: 0;
}
.table tr:first-child td {
	padding-top: 0;
}
.table tr:last-child td {
	padding-bottom: 0;
}
.table td:first-child {
	padding-left: 0;
}
.table td:last-child {
	padding-right: 0;
}
.table strong {
	color: #181C2B;
}
.table-big {
	margin: 30px 0 40px 0;
	overflow-x: auto;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
}
.table-big .stick-to-left {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}
.table-big table {
	min-width: 100%;
	border-collapse: collapse;
}
.table-big th, .table-big td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 15px 5px 15px 0;
	font-weight: inherit;
	background: #fff;
}
.table-big th:not(:first-child), .table-big td:not(:first-child) {
	width: 82px;
	min-width: 82px;
	text-align: center;
	padding-left: 5px;
}
.table-big th:nth-child(even), .table-big td:nth-child(even) {
	background: #F6F9FE;
}
.table-big .nobg {
	background: #fff!important;
	text-align: left!important;
	padding-left: 0!important;
	width: auto!important;
}
.table-big h4, .table-big .h4 {
	margin-bottom: 5px;
	margin-top: 0!important;
}
.table-big thead tr:first-child > * {
	padding-top: 0;
}
.no-dots {
	font-size: 18px;
	line-height: 22px;
}
.no-dots li {
	padding-left: 0;
	margin-bottom: 15px;
}
.no-dots li:before {
	display: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #181C2B;
	margin: 28px 0 20px 0;
}
h1, .h1 {
	font-size: 56px;
	line-height: 1.1;
	margin-top: 80px;
	margin-bottom: 40px;
}
h1 strong, .h1 strong {
	font-weight: bold;
}
.h1-small {
	font-size: 44px;
}
.h1-mini {
	font-weight: 600;
	color: #676D81;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h2, .h2 {
	font-size: 36px;
	line-height: 1.222;
	margin-top: 60px;
	margin-bottom: 20px;
}
.blue {
	color: #2261F6;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.flag {
	margin: -0.5em 10px -0.5em 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}
.flag img, .flags .link img {
	width: auto;
	height: auto;
	max-width: 1.428em;
	max-height: 1.012em;
	vertical-align: middle;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mainwrap-for-sticky {
	overflow: visible;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	position: relative;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.swiper-container {
	overflow: hidden;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.swiper-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
}
.container {
	padding: 0 60px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1440px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 34px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #181C2B;
	background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
	background-size: 100% 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	-webkit-transition-property: padding, background-size;
	transition-property: padding, background-size;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}
.scrolled .header, .open-submenu .header {
	background-size: 100% 100%;
}
.scrolled .header {
	background-position: 50% 0;
}
html:not(.scrolled) .header-white {
	background-image: -webkit-linear-gradient(top, #1D57F4 0%, #1D57F4 100%);
	background-image: linear-gradient(to bottom, #1D57F4 0%, #1D57F4 100%);
	color: #fff;
}
.header a {
	color: inherit;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header a:hover {
	color: #2261F6;
}
html:not(.scrolled) .header-white a:hover {
	color: inherit;
}
.header-grid {
	position: relative;
	min-height: 17px;
}
.header .logo {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.header .logo img {
	width: 130px;
	height: auto;
	float: left;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .logo img + img {
	margin-left: -130px;
	opacity: 0;
}
html:not(.scrolled) .header-white .logo img:first-child:not(only-child) {
	opacity: 0;
}
html:not(.scrolled) .header-white .logo img + img {
	opacity: 1;
}
.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: -4px -25px;
}
.menu .side {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.menu .side.l {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-preferred-size: 44.444444%;
	    flex-basis: 44.444444%;
	padding-left: 180px;
	padding-right: 43px;
}
.menu .side.r {
	-ms-flex-preferred-size: 55.555555%;
	flex-basis: 55.555555%;
	padding-left: 43px;
}
.menu-to-center .side.l {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding-right: 25px;
}
.menu-to-center .side.r {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding-left: 25px;
}
.menu .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}
.menu li:before {
	display: none;
}
.menu .list > li {
	position: relative;
	margin: 4px 15px;
	padding: 0;
}

@media only screen and (max-width: 1200px) {
.menu {
	margin-left: -15px;
	margin-right: -15px;
}
.menu .side.l {
	padding-left: 160px;
	padding-right: 0;
}
.menu .side.r {
	padding-left: 0;
}
.menu .list > li {
	margin-left: 15px;
	margin-right: 15px;
}
}
html:not(.scrolled) .header-white .menu .list > li.op{
	opacity: 0.7;
}
.menu .list > li > * {
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .list > li > .link {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.menu .list > li > .link:hover {
	color: #2261F6;
}
html:not(.scrolled) .header-white .menu .list > li > .link:hover {
	color: inherit;
}
.menu .list > li.open > .link, .menu .list > li.active > .link {
	color: #2261F6;
}
html:not(.scrolled) .header-white .menu .list > li.open > .link, html:not(.scrolled) .header-white .menu .list > li.active > .link {
	color: inherit;
}
html:not(.scrolled) .header-white .menu .list > li.active > .link {
	opacity: 0.7;
}
.menu .list > li.active > span.link:only-child {
	cursor: default;
}
.menu li.disabled, .menu .list > li.disabled > .link {
	color: rgba(103, 109, 129, 0.5);
	cursor: default;
}
.menu .list > li > .link .arr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 0 5px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.menu .list > li > span.link-for-mob {
	cursor: default;
}
.menu .list > li > .link.link-for-mob .arr {
	display: none;
}
.menu .list > li > .link .arr svg .fill {
	fill: #181C2B;
	-webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .list > li > .link:hover .arr svg .fill {
	fill: #2261F6;
}
.menu .list > li.open > .link .arr svg .fill, .menu .list > li.active > .link .arr svg .fill {
	fill: #2261F6;
}
html:not(.scrolled) .header-white .menu .list > li > .link .arr svg .fill, html:not(.scrolled) .header-white .menu .list > li > .link:hover .arr svg .fill, html:not(.scrolled) .header-white.menu .list > li.open > .link .arr svg .fill, html:not(.scrolled) .header-white .menu .list > li.active > .link .arr svg .fill {
	fill: #fff;
}
.menu .list > li.open > .link .arr {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.menu .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	margin: 0 -100vw;
	padding: 0 100vw;
	background: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	overflow: hidden;
	display: none;
}
html:not(.scrolled) .header-white .menu .submenu {
	background: #1D57F4;
}
.menu .lang .submenu {
	left: auto;
	right: 0;
}
.menu .open .submenu {
	display: block;
}
.menu .submenu ul {
	display: block;
	padding: 54px 0 30px 0;
	margin: 0;
	color: #181C2B;
}
html:not(.scrolled) .header-white .menu .submenu ul {
	color: #fff;
}
.menu .submenu li {
	margin: 20px 0 0 0;
	padding: 0;
}
.menu .submenu li:first-child {
	margin-top: 0!important;
}
.menu .submenu .active {
	color: #2261F6;
}
html:not(.scrolled) .header-white .menu .submenu .active {
	color: inherit;
	opacity: 0.7;
}
.menu .submenu ul ul {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 0 0 0;
	margin: 0;
}
.menu .submenu ul ul li {
	margin-top: 15px;
	padding-left: 19px;
}
.menu .submenu ul ul li:before {
	display: block;
}
.menu .in {
	display: none;
}
.menu .in > * {
	display: none;
}
.menu-fader {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(0);
	-webkit-transform: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu-fader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.open-submenu .menu-fader {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.open-submenu .menu-fader:before {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.toggle-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 24px 14px;
	padding: 2.5px;
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.open-menu .toggle-menu {
	position: fixed;
}
.toggle-menu > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 4px;
	height: 4px;
	background: #181C2B;
	border-radius: 50%;
	margin: 2.5px;
	-webkit-transition-property: opacity background;
	transition-property: opacity background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
html:not(.scrolled) .header-white .toggle-menu > * {
	background: #fff;
}
.toggle-menu .line1, .toggle-menu .line2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: 0;
	border-radius: 1px;
	opacity: 1;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggle-menu .line1 {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg) scale(0, 1);
	transform: translate3d(-50%, -50%, 0) rotate(-135deg) scale(0, 1);
}
.toggle-menu .line2 {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg) scale(0, 1);
	transform: translate3d(-50%, -50%, 0) rotate(135deg) scale(0, 1);
}
.open-menu .toggle-menu > * {
	opacity: 0;
}
.open-menu .toggle-menu .line1, .open-menu .toggle-menu .line2 {
	opacity: 1;
}
.open-menu .toggle-menu .line1 {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg) scale(1);
	transform: translate3d(-50%, -50%, 0) rotate(-135deg) scale(1);
}
.open-menu .toggle-menu .line2 {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg) scale(1);
	transform: translate3d(-50%, -50%, 0) rotate(135deg) scale(1);
}
.top-slider {
	position: relative;
	background: #EAF8F1;
	overflow: hidden;
}
.top-slider .swiper-container {
	height: 100vh;
	position: relative;
	z-index: 2;
}
.top-slider .swiper-slide {
	overflow: hidden;
	height: 100vh;
	position: relative;
}
.slide-text {
	display: block;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 100px;
	position: relative;
	overflow: hidden;
	height: 1em;
	line-height: 1em;
	margin: 0.05em -100px 0.05em 0;
}
.slide-text > * {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: slidetext 18s linear 1.999s infinite backwards;
	animation: slidetext 18s linear 1.999s infinite backwards;
}
.slide-text-4r > * {
	-webkit-animation: slidetext4 12s linear 1.999s infinite backwards;
	animation: slidetext4 12s linear 1.999s infinite backwards;
}
@keyframes slidetext {
0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
2.777% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
16.666% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
19.444% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
33.333% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
36.11% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
50% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
52.777% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
66.666% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
69.443% {
 -webkit-transform: translate3d(0, -5em, 0);
 transform: translate3d(0, -5em, 0);
}
83.333% {
 -webkit-transform: translate3d(0, -5em, 0);
 transform: translate3d(0, -5em, 0);
}
86.11% {
 -webkit-transform: translate3d(0, -6em, 0);
 transform: translate3d(0, -6em, 0);
}
100% {
 -webkit-transform: translate3d(0, -6em, 0);
 transform: translate3d(0, -6em, 0);
}
}
 @-webkit-keyframes slidetext {
0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
2.777% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
16.666% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
19.444% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
33.333% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
36.11% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
50% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
52.777% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
66.666% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
69.443% {
 -webkit-transform: translate3d(0, -5em, 0);
 transform: translate3d(0, -5em, 0);
}
83.333% {
 -webkit-transform: translate3d(0, -5em, 0);
 transform: translate3d(0, -5em, 0);
}
86.11% {
 -webkit-transform: translate3d(0, -6em, 0);
 transform: translate3d(0, -6em, 0);
}
100% {
 -webkit-transform: translate3d(0, -6em, 0);
 transform: translate3d(0, -6em, 0);
}
}
@keyframes slidetext4 {
0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
4.166% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
25% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
29.166% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
50% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
54.166% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
75% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
79.166% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
100% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
}
 @-webkit-keyframes slidetext4 {
0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
4.166% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
25% {
 -webkit-transform: translate3d(0, -1em, 0);
 transform: translate3d(0, -1em, 0);
}
29.166% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
50% {
 -webkit-transform: translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
54.166% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
75% {
 -webkit-transform: translate3d(0, -3em, 0);
 transform: translate3d(0, -3em, 0);
}
79.166% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
100% {
 -webkit-transform: translate3d(0, -4em, 0);
 transform: translate3d(0, -4em, 0);
}
}
.top-block {
	min-height: 100vh;
	position: relative;
	background: #EAF8F1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 18px;
	line-height: 22px;
}
.swiper-slide .top-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 0;
}
.top-block .left-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 44.444444%;
	background: #fff;
}
.top-block big {
	display: block;
	font-size: 24px;
	line-height: 1.3;
	color: #181C2B;
	margin: 0 0 5px 0;
	max-width: 433px;
}
.top-block small {
	display: block;
	font-size: 14px;
	line-height: 22px;
	opacity: 0.8;
	max-width: 395px;
}
.top-block .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-block .grid {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	width: 100%;
}
.top-block .l {
	width: 44.444444%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0 35px 0 0;
}
.top-block .t {
	margin: auto 0;
	padding-top: 150px;
	padding-bottom: 10px;
}
.top-block h1, .top-block .h1 {
	font-weight: normal;
	margin: 0 0 20px 0;
}
.top-block .h1-small {
	margin-bottom: 15px;
}
.top-block .link {
	margin: 30px 0 0 0;
}
.top-block .link .btn {
	min-width: 240px;
}
.top-block .b {
	padding-bottom: 42px;
	padding-top: 10px;
}
/*23.09.20 start*/
.top-block .r {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 55.555555%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 26px;
	padding-bottom: 39px;
}
.top-block .ipad {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	width: 100%;
	max-width: 642px;
	margin: auto;
	-webkit-transform: translate3d(26px, 0, 0);
	transform: translate3d(26px, 0, 0);
	-webkit-filter: none;
	filter: none;
}
.top-block .ipad:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 2%;
	box-shadow: 41.8947px 56.5579px 77.5053px rgba(188, 207, 198, 0.8), inset 41.8947px 56.5579px 77.5053px rgba(188, 207, 198, 0.8);
	border-radius: 10%;
}
.top-block .ipad .shad {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 109.2%;
	height: 111.735%;
	background: url(../img/ipad-shadow.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.top-block .ipad .bg {
	position: relative;
	display: block;
	padding-top: 76.5157%;
	background: url(../img/ipad.png) no-repeat 50% 50%;
	background-size: contain;
}
.top-block .ipad-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 3.813% 3.876%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 1.317% 1.317% 1.317% 1.317% / 2% 2% 2% 2%;
}
.link-video {
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.link-video:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: -35px;
	background: rgba(0, 0, 0, 0.7) url(../img/play.svg) no-repeat 50% 50%;
	background-size: auto 18px;
	-webkit-backdrop-filter: blur(14px);
	        backdrop-filter: blur(14px);
}
.top-block .soc {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	margin: 42px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.top-block .soc > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 0 24px;
	text-decoration: none;
	color: #181C2A;
	border-radius: 15px;
}
.top-block .soc > *:first-child {
	margin-left: 0;
}
.top-block .soc .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.top-block .soc .pic img, .top-block .soc .pic svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.top-block .soc .color-tw .pic {
	background: #4AA0EB;
}
.top-block .soc .color-te .pic {
	background: #6ABDF7;
}
.top-block .soc .color-di .pic {
	background: #7289DA;
}
.top-block .scroll-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 42px 0;
	font-size: 12px;
	line-height: 15px;
	color: #181C2B;
	text-transform: uppercase;
}
.top-block .scroll-down > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.top-block .scroll-down .text {
	margin: 0 15px 0 0;
}
.top-block .scroll-down .arr {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 50px;
	height: 50px;
	background: #fff url(../img/scroll-down.svg) no-repeat 50% 50%;
	background-size: 12px auto;
	border-radius: 50%;
}
.top-block .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	margin: 30px -35px -35px 0;
	padding: 0;
	max-width: 518px;
}
.top-block .logos li:before {
	display: none;
}
.top-block .logos li {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
	padding: 0 35px 35px 0;
	margin: 0;
}
.top-block .logos img {
	width: auto;
	height: auto;
	max-width: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-block .logos a:hover img {
	opacity: 1;
}
.top-square {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.top-slider .slide1 .top-square, .top-slider .slide2 .top-square, .top-slider .slide3 .top-square, .top-slider .slide4 .top-square {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.top-square .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.top-square .h1 {
	font-weight: normal;
	margin: 0;
	text-align: center;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	height: calc(60vh - 177px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-square .h1 > * {
	min-height: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.top-slider .slide4 .top-square .h1 {
	opacity: 0;
}
.top-square .list {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #676D81;
	height: 354px;
}
.top-square .list:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-style: dashed;
	border-width: 3px 0 0 0;
	margin: -1.5px -100vw;
	border-color: #CAE4D7;
}
.top-square .list li {
	width: 391px;
	height: 354px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -195.5px;
	padding: 0;
	background: #fff;
	border-radius: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transform: translate3d(50vw, 0, 0) rotate(0deg);
	transform: translate3d(50vw, 0, 0) rotate(0deg);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	box-shadow: 32px 0 0 #EAF8F1, -32px 0 0 #EAF8F1;
}
.top-slider .top-square .list li:nth-child(1) {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
	transform: translate3d(0, 0, 0) rotate(-5deg);
}
.top-slider .slide2 .top-square .list li:nth-child(1), .top-slider .slide3 .top-square .list li:nth-child(1), .top-slider .slide4 .top-square .list li:nth-child(1) {
	opacity: 0;
	-webkit-transform: translate3d(-100vw, 0, 0) rotate(5deg);
	transform: translate3d(-100vw, 0, 0) rotate(5deg);
}
.top-slider .slide2 .top-square .list li:nth-child(2) {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate(5deg);
	transform: translate3d(0, 0, 0) rotate(5deg);
}
.top-slider .slide3 .top-square .list li:nth-child(2) {
	opacity: 0;
	-webkit-transform: translate3d(-100vw, 0, 0) rotate(-5deg);
	transform: translate3d(-100vw, 0, 0) rotate(-5deg);
}
.top-slider .slide3 .top-square .list li:nth-child(3) {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
	transform: translate3d(0, 0, 0) rotate(-5deg);
}
.top-slider .slide4 .top-square .list li:nth-child(3) {
	-webkit-transform: translate3d(0, calc(-10vh - 82px), 0) rotate(0deg);
	transform: translate3d(0, calc(-10vh - 82px), 0) rotate(0deg);
	opacity: 1;
}
.top-square .list li:before {
	display: none;
}
.top-square .list big {
	display: block;
	font-size: 40px;
	line-height: 1.1;
	color: #181C2B;
	margin: 0 0 20px 0;
}
.top-square .progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 51px 60px;
	height: 5px;
	border-radius: 3px;
	background: #CAE4D7;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 1;
}
.top-slider .slide4 .top-square .progress {
	opacity: 0;
}
.top-square .progress .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 77px;
	background: #fff;
	-webkit-transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slider .slide2 .top-square .progress .line {
	width: 50%;
}
.top-slider .slide3 .top-square .progress .line, .top-slider .slide4 .top-square .progress .line {
	width: 100%;
}
.top-square .progress .num {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	margin: -20px;
	border-radius: 50%;
	background: #fff;
	padding: 0;
}
.top-square .progress .num li:before {
	display: none;
}
.top-square .progress .num li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #000;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	margin: 0;
	padding: 0;
}
.top-slider .slide1 .top-square .progress .num li:nth-child(1), .top-slider .slide2 .top-square .progress .num li:nth-child(2), .top-slider .slide3 .top-square .progress .num li:nth-child(3) {
	opacity: 1;
}
.top-unlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 50vh;
}
.top-unlock .bg {
	background: #fff;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	padding-top: 42px;
	padding-bottom: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.top-unlock .bg .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.top-unlock .h2 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 50px 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.top-unlock .h2:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2261F6 url(../img/unlock.svg) no-repeat 50% 50%;
	background-size: auto 28px;
	margin: 0 auto 15px auto;
}
.top-unlock ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -10px;
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.top-unlock li:before {
	display: none;
}
.top-unlock li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0;
}
.top-unlock li > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #EAF8F1;
	border-radius: 20px;
	max-height: 199px;
	text-align: center;
	text-decoration: none;
	color: #181C2B;
	font-size: 20px;
	line-height: 1.1;
	padding: 16px;
}

@media only screen and (max-height: 860px) {
.top-block .t {
	padding-top: 90px;
}
.top-block .b {
	padding-bottom: 32px;
}
.top-block .scroll-down {
	margin: 32px 0;
}
.top-block .logos {
	margin-top: 24px;
}
.top-square .progress {
	margin-bottom: 32px;
}
}
.folded-tab {
	height: 0;
	overflow: hidden;
}
.folded-tab.visible {
	height: auto;
	overflow: visible;
}
.mfp-container {
	padding: 0!important;
}
.how {
	background: #D3E6DC;
	padding-top: 130px;
	padding-bottom: 150px;
}
.how .top {
	text-align: center;
	font-size: 24px;
	line-height: 1.1;
	color: #181C2B;
	margin: 86px auto 60px auto;
}
.how .top:first-child {
	margin-top: 0;
}
.how .top h1, .how .top .h1 {
	font-weight: normal;
	margin: 0 0 10px 0;
}
.how .top h2, .how .top .h2 {
	font-weight: normal;
	margin: 0 0 10px 0;
}
.how-scheme {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #181C2B;
}
.how-scheme.view1 {
	max-width: 1190px;
}
.how-scheme.view2 {
	max-width: 912px;
}
.how-scheme .l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.how-scheme.view1 .l {
	width: 77.81%;
}
.how-scheme.view2 .l {
	width: 71.162%;
}
.how-scheme .l .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.how-scheme .l .bg:before {
	content: '';
	display: block;
}
.how-scheme.view1 .l .bg:before {
	padding-top: 8%;
}
.how-scheme.view2 .l .bg:before {
	padding-top: 207px;
}
.how-scheme .l .bg img {
	width: 100%;
	height: auto;
}
.how-scheme .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.how-scheme.view1 .r {
	width: 20%;
}
.how-scheme.view2 .r {
	width: 26.096%;
	margin-top: 152px;
}
.how-scheme .big1 {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.how-scheme .big2 {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
}
.how-scheme .plus-app {
	font-weight: 600;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.3;
}
.how-scheme .plus-app big {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
}
.how-scheme .plus-app .plus {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 auto 13px auto;
	background: #fff;
	border-radius: 50%;
}
.how-scheme .plus-app .plus:before, .how-scheme .plus-app .plus:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #8BC1A5;
}
.how-scheme .plus-app .plus:before {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.how-scheme .plus-app .plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.how-scheme .t {
	margin: 0 0 20px 0;
}
.how-scheme .sect {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
}
.how-scheme.view1 .sect {
	width: 30.781%;
}
.how-scheme.view2 .sect {
	margin-right: 0.693%;
	width: 44.221%;
}
.how-scheme .sect:before {
	content: '';
	display: block;
}
.how-scheme .sect1:before {
	padding-top: 56%;
}
.how-scheme .sect1 .t {
	min-height: 78px;
}
.how-scheme .sect2 .t {
	min-height: 58px;
}
.how-scheme .sect3:before {
	padding-top: 47%;
}
.how-scheme .sect4 .pic:before {
	padding-top: 118%;
}
.how-scheme .sect5:before {
	padding-top: 294px;
}
.how-scheme .sect5 .pic:before {
	padding-top: 108%;
}
.how-scheme .pic {
	margin: 0 0 17px 0;
}
.how-scheme .pic:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.how-scheme .pic img {
	display: none;
	width: 100%;
	height: auto;
}
.how-scheme .darr {
	background: url(../img/how-darr.png) no-repeat 50% 50%;
	background-size: contain;
	width: 35px;
	max-width: 12.1%;
	height: 43px;
	margin: 15px auto;
}
.how-scheme .darr.show-mob {
	display: none;
}
.how-scheme .l .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
}
.how-scheme .l .list ul {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.how-scheme .l .list li:before {
	display: none;
}
.how-scheme .l .list li {
	margin: 10px 0 0 0;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 15px 20px;
}
.how-scheme .l .list li:first-child {
	margin-top: 0;
}
.how-scheme .r .list {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 27px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin: 0 0 30px 0;
}
.how-scheme .r .list ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.how-scheme .r .list li:before {
	display: none;
}
.how-scheme .r .list li {
	margin: 10px 0 0 0;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 13px 8px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.how-scheme .r .list li.small {
	font-size: 12px;
	line-height: 15px;
}
.how-scheme .r .list li:first-child {
	margin-top: 0;
}
.how-scheme .list-b {
	margin-left: -112.25%;
	margin-right: -113.875%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.how-scheme .list-b ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 0 0;
}
.how-scheme .list-b li:before {
	display: none;
}
.how-scheme .list-b li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 10px 0 0;
	padding: 30px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 25px;
}
.how-scheme .list-b big {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.risk {
	padding-top: 150px;
	padding-bottom: 0;
}
.risk h1, .risk .h1 {
	max-width: 452px;
	margin: 0 0 -56px 0;
	font-weight: normal;
}
.risk .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.risk .el {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	color: #181C2B;
}
.risk .el.pos1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: -132px;
}
.risk .el.pos2 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 50%;
}
.risk .el.pos3 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50%;
}
.risk .el.pos4 {
	width: 100%;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-top: -128px;
}
.risk .bg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 auto;
	width: calc(33.333333% - 26px);
	max-width: 355px;
	position: relative;
	background: #EAF8F1;
	border-radius: 40px;
	padding: 40px 40px 50px 40px;
	z-index: 2;
}
.risk .pos1 .bg {
	color: #fff;
	background: #2261F6;
}
.risk .pos2 .bg, .risk .pos3 .bg {
	width: calc(66.666666% - 13px);
}
.risk .pos2 .bg {
	margin-right: 0;
}
.risk .pos3 .bg {
	margin-left: 0;
}
.risk .line {
	border-style: dashed;
	border-color: #676D81;
	position: absolute;
	opacity: 0.25;
}
.risk .pos1 .line {
	bottom: 0;
	margin: 132px 177px;
	left: 0;
	right: 0;
	height: 85px;
	border-radius: 20px 20px 0 0;
	border-width: 1px 1px 0 1px;
	z-index: 1;
}
.risk .pos2 .line, .risk .pos3 .line {
	display: none;
}
.risk .pos4 .line {
	top: 0;
	left: 0;
	right: 33%;
	margin: 128px 177px;
	height: 85px;
	border-radius: 0 0 20px 20px;
	border-width: 0 1px 1px 1px;
}
.risk .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 0 0 7px #fff;
	background: #2261F6;
}
.risk .pos1 .dot {
	bottom: 0;
	margin: 213px -5px;
}
.risk .pos1 .dot1 {
	left: 0;
}
.risk .pos1 .dot2 {
	right: 0;
}
.risk .pos2 .dot, .risk .pos3 .dot {
	margin: -5px 172px;
}
.risk .pos2 .dot {
	right: 0;
}
.risk .pos3 .dot {
	left: 0;
}
.risk .pos2 .dot1, .risk .pos3 .dot1 {
	top: 0;
}
.risk .pos2 .dot2, .risk .pos3 .dot2 {
	bottom: 0;
}
.risk .pos4 .dot {
	top: 0;
	margin: 206px -5px;
}
.risk .pos4 .dot1 {
	left: 0;
}
.risk .pos4 .dot2 {
	right: 0;
}
.risk .pic {
	position: relative;
	z-index: 2;
	width: 150px;
	height: 81px;
	margin: 0 0 22px 0;
}
.risk .pic img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.risk .el big {
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.risk .el small {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.risk .el ul {
	margin: 0;
	padding: 0;
}
.risk .el li:before {
	color: #8BC1A5;
}
.risk .el.pos1 li:before {
	color: inherit;
}
.risk .el li {
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}
.risk .el li:first-child {
	margin-top: 0;
}
.features {
	padding-top: 150px;
	padding-bottom: 50px;
}
.features h1, .features .h1 {
	text-align: center;
	font-weight: normal;
	margin: 0 0 45px 0;
}
.slider-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -50px 60px -50px;
}
.slider-tabs .swiper-container {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	overflow: visible!important;
}
.slider-tabs .swiper-slide {
	width: auto;
	padding: 0 50px;
}
.link-tab {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 24px;
	line-height: 1.1;
	color: #181C2B;
	text-align: center;
	padding: 15px 0;
	position: relative;
	display: block;
}
.link-tab:hover {
	text-decoration: underline;
	color: #2261F6;
}
.link-tab:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2261F6;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-tab.active {
	cursor: default;
	text-decoration: none;
	color: #2261F6;
}
.link-tab.active:after {
	opacity: 1;
}
.folded-tab {
	height: 0;
	overflow: hidden;
}
.folded-tab.visible {
	height: auto;
	overflow: visible;
}
.slider-features {
	margin: -10px;
}
.slider-features .swiper-container {
	overflow: visible;
}
.slider-features .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.slider-features .swiper-container-initialized .swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.slider-features .swiper-slide {
	width: 25%;
	padding: 10px;
	height: auto!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.slider-features .swiper-slide:first-child {
	margin-left: auto;
}
.slider-features .swiper-slide:last-child {
	margin-right: auto;
}

@media only screen and (max-width: 1200px) {
.slider-tabs {
	margin-left: -25px;
	margin-right: -25px;
}
.slider-tabs .swiper-slide {
	padding-left: 25px;
	padding-right: 25px;
}
}
.feature {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background: #2261F6;
	border-radius: 40px;
	padding: 50px 32px;
	color: #fff;
}
.feature big {
	display: block;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	margin: 0 0 5px 0;
}
.feature .num {
	width: 98px;
	height: 56px;
	background: #fff;
	position: relative;
	box-shadow: 0 5px 0 #a4bfff, 0 22px 0 #1542ad;
	border-radius: 50%;
	margin: -3px auto 50px auto;
}
.feature .num > * {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	color: #2261F6;
	-webkit-transform: translate3d(-50%, -50%, 0) matrix(1, -0.51, 0.81, 0.51, 0, 0);
	transform: translate3d(-50%, -50%, 0) matrix(1, -0.51, 0.81, 0.51, 0, 0);
}
.feature .max {
	margin: 0 auto;
	max-width: 226px;
}
.about {
	padding-top: 150px;
	padding-bottom: 130px;
	font-size: 18px;
	line-height: 1.5;
	color: #181C2B;
}
.about p, .about ul, .about ol, .about li {
	margin: 9px 0;
}
.about .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about h1, .about .h1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 50%;
	margin: 0;
	padding: 0 120px 0 0;
	font-weight: normal;
	font-size: 72px;
}
.about .text {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
	max-width: 822px;
}
.about .text > *:first-child, .about .text > *:first-child li:first-child {
	margin-top: 0;
}
.about .text > *:last-child, .about .text > *:last-child li:last-child {
	margin-bottom: 0;
}
.about .logos {
	padding: 32px 0 0 0;
	margin-bottom: -18px;
}
.about .logos .row {
	padding: 88px 0 0 0;
}
.about .logos h2, .about .logos .h2 {
	font-size: 30px;
	margin: 0 0 32px 0;
}
.about .logos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: -30px 0 0 -30px;
	padding: 0;
}
.about .logos li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	padding: 30px 0 0 30px;
}
.about .logos li:before {
	display: none;
}
.about .logos ul img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.about .logos ul a:hover img {
	opacity: 1;
}
.footer {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.7);
	background: #000;
	padding: 50px 0 40px 0;
}
.footer a {
	color: inherit;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer a:hover {
	color: #fff;
}
.footer .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -40px 0 -40px -30px;
}
.footer .grid > * {
	padding: 40px 0 40px 30px;
	max-width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.footer .logo {
	width: 203px;
}
.footer .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 70px;
}
.footer .bottom-menu {
	display: none;
}
.footer .contact {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	text-align: right;
}
.footer .contact p {
	margin: 0;
}
.footer .contact p:first-child {
	margin-top: 0!important;
}
.footer .contact p:last-child {
	margin-bottom: 0!important;
}
.footer .line {
	padding: 0;
	width: 100%;
	height: 0;
}
.footer .small {
	font-size: 12px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.5);
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.footer .small ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 0 -33px 0 0;
	padding: 0;
}
.footer .small li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	padding: 0 0 0 33px;
	position: relative;
	left: -33px;
}
.footer .small li:before {
	color: inherit;
	text-align: center;
	width: 33px;
	font-weight: normal;
}
.footer .soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.footer .soc > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(174, 197, 240, 0.12);
	position: relative;
	display: block;
	margin: 0 0 0 15px;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer .soc > *:first-child {
	margin-left: 0;
}
.footer .soc > a:hover {
	background: rgba(174, 197, 240, 0.24);
}
.footer .soc img, .footer .soc svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 32px;
	max-height: 32px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.text-content {
	padding: 155px 0 150px 0;
}
.text-grid:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.mainwrap-for-sticky .text-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.mainwrap-for-sticky .text-grid:after {
	display: none;
}
.text-grid-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	max-width: 100%;
	float: left;
	clear: left;
	width: 300px;
	margin: 0 80px 0 0;
}
.text-grid-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	max-width: 100%;
	float: right;
	width: calc(100% - 380px);
}
.text-grid-l.bigger {
	width: 320px;
}
.text-grid-r.smaller {
	width: calc(100% - 400px);
}
.text-grid-l h1, .text-grid-l .h1 {
	margin-top: -15px!important;
}
.stick-to-top {
	position: -webkit-sticky;
	position: sticky;
	top: 115px;
}
.fixed .sticky-block {
	position: fixed;
	top: 0;
	padding-top: 155px;
}
.text-grid-max {
	max-width: 800px;
}
.text-grid-max > *:first-child, .text-grid-max > .folded-tab > *:first-child {
	margin-top: 0!important;
}
.text-grid-max > *:last-child, .text-grid-max > .folded-tab > *:last-child {
	margin-bottom: 0!important;
}
.text-grid-ind {
	width: 86.956521%;
}
.text-grid-ind .image, .text-grid-ind .table-big {
	width: 115%;
}

@media only screen and (max-width: 1260px) {
.text-grid-ind, .text-grid-ind .image, .text-grid-ind .table-big {
	width: auto;
}
}
.side-small-info {
	font-size: 12px;
	line-height: 18px;
	color: #676D81;
	max-width: 154px;
}
.side-small-info big {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #181C2B;
	margin: 0 0 5px 0;
}
.side-small-info .link {
	margin: 20px 0 0 0;
}
.side-small-info .link .btn {
	display: block;
	width: 100%;
}
.block-info {
	background: #F6F9FE;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.block-info .pic {
	margin: 10px -10px 30px -10px;
	width: 70px;
	height: 70px;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.block-info .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.block-info .max {
	max-width: 223px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.block-info big {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #181C2B;
	margin: 0 0 5px 0;
}
.block-info .link {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 0 0;
}
.block-info .link .arr {
	vertical-align: middle;
	position: relative;
	top: -1px;
	line-height: 0;
	margin: 0 0 0 8px;
}
.block-info .link .arr svg {
	width: auto;
	height: auto;
	max-width: 8px;
	max-height: 8px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align: middle;
}
.block-info .link .arr svg .fill {
	fill: #2261F6;
}
.open-block {
	margin: 60px 0 80px 0;
}
.open-block.small-ind {
	margin-top: 40px;
	margin-bottom: 40px;
}
.open-block-head {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.open-block-head h2, .open-block-head .h2 {
	margin: 0;
}
.open-block-head .plus {
	position: absolute;
	top: 22px;
	left: 100%;
	margin: -15px 100px;
	width: 30px;
	height: 30px;
}

@media only screen and (max-width: 1330px) {
.open-block-head {
	padding-right: 30px;
}
.open-block-head .plus {
	margin-left: 0;
}
}
.open-block-head .plus:before, .open-block-head .plus:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 5px;
	background: #2261F6;
	border-radius: 2.5px;
}
.open-block-head .plus:before {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.open-block-head .plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open-block.open .open-block-head .plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.open-block-head .num {
	position: absolute;
	top: 17px;
	left: -65px;
	font-size: 14px;
	line-height: 22px;
	word-spacing: 0.25em;
}
.open-block-in {
	display: none;
}
.open-block.open .open-block-in {
	display: block;
}
.open-block-ind {
	padding: 20px 0 0 0;
}
.open-block-ind > *:first-child {
	margin-top: 0!important;
}
.open-block-ind > *:last-child {
	margin-bottom: 0!important;
}
.letters {
	margin: 0 -10px -10px 0;
}
.letters .swiper-container {
	overflow: visible!important;
}
.letters .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.letters .swiper-container-initialized .swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
}
.letters .swiper-slide {
	padding: 0 10px 10px 0;
	height: auto!important;
	width: auto!important;
}
.letters li:before {
	display: none;
}
.letters .link {
	display: block;
	color: #181C2B;
	text-decoration: none!important;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #F6F9FE;
	border-radius: 14px;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.letters .link:hover {
	color: #2261F6;
}
.letters .link.active {
	cursor: default;
	color: #fff;
	background: #2261F6;
}
.plus-minus {
	margin: 30px 0;
	font-size: 14px;
	line-height: 20px;
	color: #181C2B;
}
.plus-minus-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
}
.plus-minus .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 20px);
	margin: 10px;
	background: #F6F9FE;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.plus-minus .pic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.plus-minus .pic:before, .plus-minus .pic.plus:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 15px;
	height: 3px;
	border-radius: 1.5px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.plus-minus .pic.plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.plus-minus .pic.plus {
	background: #2261F6;
}
.plus-minus .pic.minus {
	background: #F79056;
}
.plus-minus h3, .plus-minus .h3 {
	margin: 5.5px 0 25.5px 50px;
}
.plus-minus p, .plus-minus ul, .plus-minus li {
	margin: 10px 0 0 0;
}
.plus-minus li:before {
	display: none;
}
.plus-minus li {
	padding: 0;
}
.side-menu {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}
.side-menu li:before {
	display: none;
}
.side-menu li {
	margin: 0 0 30px 0;
	padding: 0;
}
.side-menu a {
	color: inherit;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side-menu a:hover {
	color: #2261F6;
}
.side-menu .active {
	color: #2261F6;
}
.side-menu-small {
	margin: 0 0 -20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #181C2B;
}
.menu .side-menu-small {
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: 600;
}
.side-menu-small li:before {
	display: none;
}
.side-menu-small li {
	margin: 0;
	padding: 0 0 20px 0;
}
.side-menu-small.has-sub > li {
	padding-left: 20px;
}
.side-menu-small li ul {
	font-weight: 600;
	font-size: 14px;
	color: #676D81;
	margin: 0 0 -5px 0;
	padding: 10px 0 0 0;
}
.side-menu-small li ul li {
	padding: 0 0 15px 0;
}
.side-menu-small a, .side-menu-small .link {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: inherit;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side-menu-small a:hover, .side-menu-small .link:hover {
	color: #2261F6;
}
.side-menu-small .active, .side-menu-small li.open .link {
	color: #2261F6;
}
.side-menu-small .link {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.side-menu-small .link .arr {
	position: absolute;
	top: 8px;
	left: -20px;
	line-height: 0;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.side-menu-small li.open .link .arr {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.side-menu-small .link .arr svg {
	width: 10px;
	height: auto;
	-webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	fill: #181C2B;
}
.side-menu-small .link:hover .arr svg, .side-menu-small li.open .link .arr svg {
	fill: #2261F6;
}
.side-menu-small .inner {
	display: none;
}
.side-menu-small li.open .inner {
	display: block;
}
.timeline {
	margin: 40px 0 60px 0;
	padding: 0 0 0 12px;
	font-size: 18px;
	line-height: 28px;
}
.timeline li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 150px 0;
	padding: 0 0 0 53px;
	position: relative;
}
.timeline li:first-child {
	margin-top: 0;
}
.timeline li:last-child {
	margin-bottom: 0;
}
.timeline li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -74px 0;
	border-style: dashed;
	border-width: 0 0 0 1px;
	border-color: #2261F6;
}
.timeline li:first-child:before {
	top: 50%;
	margin-top: 0;
}
.timeline li:last-child:before {
	bottom: 50%;
	margin-bottom: 0;
}
.timeline li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin: -5px;
	background: #2261F6;
	box-shadow: 0px 3px 6px -1px rgba(34, 97, 246, 0.7), 0 0 0 7px #F6F9FE, 0 0 0 20px #fff;
	border-radius: 50%;
}
.timeline big {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: 600;
	font-size: 64px;
	line-height: 78px;
	color: #000000;
	width: 184px;
}
.flags {
	margin: 30px -15px 25px 0;
}
.flags .swiper-container {
	overflow: visible!important;
}
.flags .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flags .swiper-container-initialized .swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
}
.flags .swiper-slide {
	padding: 0 15px 15px 0;
	height: auto!important;
	width: auto!important;
}
.flags li:before {
	display: none;
}
.flags .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #F6F9FE;
	border-radius: 20px;
	-webkit-transition-property: border-color, background;
	transition-property: border-color, background;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.flags .link:hover {
	border-color: #2261F6;
}
.flags .link.active {
	cursor: default;
	border-color: #2261F6;
	background-color: transparent;
}
.center-text {
	text-align: center;
}
.center-text h1, .center-text .h1 {
	margin-bottom: 20px;
}
.center-text h1:first-child, .center-text .h1:first-child {
	margin-top: 0;
}
.center-text .max {
	margin: 0 auto;
	max-width: 700px;
}
.grid-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 60px -20px -20px 0;
}
.grid-products .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 25%;
	padding: 0 20px 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.grid-products .block-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

@media only screen and (max-width: 1020px) {
.grid-products .el {
	width: 50%;
}
}

@media only screen and (max-width: 600px) {
.grid-products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.grid-products .el {
	width: 100%;
}
}
.app-head {
	position: relative;
	margin-bottom: 144px;
	font-size: 20px;
	line-height: 24px;
}
.app-head:before {
	content: '';
	display: block;
	height: 312px;
}
.app-head .bg {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.app-head .tel {
	position: absolute;
	bottom: -144px;
	left: 50%;
	background: url(../img/device.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	width: 431px;
	-webkit-transform: translate3d(-50%, 3.524%, 0);
	transform: translate3d(-50%, 3.524%, 0);
}
.app-head .tel:before {
	content: '';
	display: block;
	padding-top: 141.531%;
}
.app-head .tel > * {
	position: absolute;
	top: 6.0655%;
	left: 21.229%;
	bottom: 5.983%;
	right: 21.229%;
}
.app-head .tel img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.app-head .text {
	width: calc(50% - 170px);
	max-width: 464px;
	position: relative;
	z-index: 2;
}
.app-head h1, .app-head .h1 {
	font-weight: bold;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1240px) {
.app-head .bg {
	left: 65%;
}
.app-head .tel {
	left: 65%;
}
.app-head .text {
	width: calc(65% - 170px);
}
}
.download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 30px -15px -15px 0;
}
.download .link {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 15px 15px 0;
	max-width: 180px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.106;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	position: relative;
	padding: 14px 15px 13px 67px;
	background: #1D1E20;
	border-radius: 15px;
}
.download .link small {
	display: block;
	color: #D2D2D2;
	opacity: 0.8;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.106;
	margin: 0;
	padding: 0;
}
.download .link .pic {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin: -11px 25px;
}
.download .link .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.app-logos {
	padding: 103px 0 2px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #181C2B;
}
.app-logos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -12px -10px;
	padding: 0;
}
.app-logos li:before {
	display: none;
}
.app-logos li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 10px;
	margin: 0;
}
.app-logos .img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 40px;
	margin: 0 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.app-logos li.wide .img {
	margin-right: 20px;
}
.app-logos .img img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	height: auto;
	max-height: 40px;
}
.app-features {
	padding: 150px 0 100px 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.app-features .top-text {
	margin: 0 auto 60px auto;
	max-width: 471px;
}
.app-features h1, .app-features .h1 {
	font-weight: bold;
	font-size: 44px;
	margin: 0 0 10px 0;
}
.app-features ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -30px 40px;
	padding: 0;
}
.app-features li:before {
	display: none;
}
.app-features li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 30px;
	margin: 0;
	width: 33.333333%;
	min-width: 350px;
}
.app-features li > * {
	margin: 0 auto;
	max-width: 276px;
}
.app-features li:nth-child(1) > *, .app-features li:nth-child(2) > * {
	max-width: 291px;
}
.app-features .img {
	margin: 0 0 20px 0;
}
.app-features .img img {
	height: 60px;
	width: auto;
}
.app-features ul big {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #181C2B;
	margin: 0 0 10px 0;
}
.text-features {
	background: #fff;
	font-size: 22px;
	line-height: 1.3;
	color: #181C2B;
	padding: 150px 0;
}
.text-features strong {
	font-weight: bold;
}
.text-features .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.text-features .col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 0 25px 0 0;
}
.text-features h2, .text-features .h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: normal;
	margin-bottom: 25px;
}
.text-features h2:first-child, .text-features .h2:first-child {
	margin-top: 0!important;
}
.text-features ul {
	margin: 0 0 -16px 0;
	padding: 0;
	max-width: 492px;
}
.text-features ul.two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.text-features li {
	margin: 0;
	padding: 0 0 16px 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.text-features li:first-child {
	margin-top: 0!important;
}
.about2 {
	padding: 100px 0 150px 0;
	font-size: 30px;
	line-height: 1.6;
	color: #181C2B;
}
.about2 h1:first-child, .about2 h2:first-child {
	margin-top: 0;
}
.about2 p {
	margin-bottom: 15px;
}
.about2 .text {
	max-width: 1103px;
}
.about2 .row {
	margin: 150px 0 0 0;
}
.about2 .row:first-child {
	margin-top: 0;
}
.about2 .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px -15px -42px -15px;
	padding: 0;
	line-height: 0;
}
.about2 .logos li:before {
	display: none;
}
.about2 .logos li {
	margin: 0;
	padding: 0 15px 42px 15px;
}
.about2 .logos img {
	width: auto;
	height: auto;
	max-height: 50px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.about2 .logos a:hover img {
	opacity: 1;
}
.features-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 -60px -30px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	color: #676D81;
}
.features-inner > li:before {
	display: none;
}
.features-inner > li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0 30px 60px 30px;
	width: 25%;
	margin: 0;
	position: relative;
}
.features-inner .pic {
	float: left;
	margin: 0 15px 0 0;
}
.features-inner .pic img {
	height: 60px;
	width: auto;
}
.features-inner big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #181C2B;
	margin: 0 0 20px 0;
	min-height: 60px;
}
.features-inner ul {
	margin: 0;
}
.features-inner ul li {
	margin: 10px 0 0 0;
}
.doc-content {
	padding-top: 130px;
	padding-bottom: 80px;
}
.doc-content .side-menu {
	margin-top: 5px;
}
.doc-content-inner {
	font-size: 16px;
	line-height: 26px;
}
.doc-content-inner.big {
	font-size: 18px;
	line-height: 30px;
}
.doc-content-inner .big {
	font-size: 20px;
	line-height: 30px;
}
.doc-content-inner .small {
	font-size: 16px;
	line-height: 24px;
}
.doc-content-inner h1, .doc-content-inner .h1, .doc-content-inner h2, .doc-content-inner .h2, .doc-content-inner h3, .doc-content-inner .h3, .doc-content-inner h4, .doc-content-inner .h4, .doc-content-inner h5, .doc-content-inner h6 {
	margin-top: 40px;
}
.doc-content-inner h2 a:after, .doc-content-inner .h2 a:after, .doc-content-inner h3 a:after, .doc-content-inner .h3 a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	position: relative;
	top: -1px;
	margin: 0 0 0 18px;
	background: url(../img/link.svg) no-repeat 50% 50%;
	background-size: contain;
}
.doc-content-inner h2:before, .doc-content-inner .h2:before, .doc-content-inner h3:before, .doc-content-inner .h3:before, .doc-content-inner h4:before, .doc-content-inner .h4:before, .doc-content-inner h5:before, .doc-content-inner h6:before, .doc-content-section:before {
	content: '';
	display: block;
	height: 85px;
	margin-top: -85px;
	z-index: -1;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.doc-content-inner h1, .doc-content-inner .h1 {
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 20px;
}
.doc-content-inner h2, .doc-content-inner .h2 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 37px;
}
.doc-content-inner h3, .doc-content-inner .h3, .doc-content-inner h4, .doc-content-inner .h4, .doc-content-inner h5, .doc-content-inner h6 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.doc-content-inner h3, .doc-content-inner .h3 {
	margin-top: 30px;
	font-size: 24px;
	line-height: 29px;
}
.doc-content-inner h3.desk-big, .doc-content-inner .h3.desk-big {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 20px;
}
.doc-content-inner h4, .doc-content-inner .h4 {
	font-size: 20px;
	line-height: 24px;
}
.doc-content-inner p.small + h4, .doc-content-inner p.small + .h4 {
	margin-top: 25px;
}
.doc-content-inner h1:first-child, .doc-content-inner .h1:first-child, .doc-content-inner h2:first-child, .doc-content-inner .h2:first-child, .doc-content-inner h3:first-child, .doc-content-inner .h3:first-child {
	margin-top: 0;
}
.doc-content-inner h1 + h2, .doc-content-inner .h1 + .h2, .doc-content-inner h2 + h3, .doc-content-inner .h2 + .h3 {
	margin-top: 0;
}
.doc-content-inner p, .doc-content-inner ol, .doc-content-inner ul {
	margin-bottom: 20px;
}
.doc-content-inner.big p {
	margin-bottom: 15px;
}
.doc-content-inner li {
	margin-top: 15px;
	margin-bottom: 15px;
}
.doc-content-inner li li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.doc-content-inner li ul, .doc-content-inner.big li ul, .doc-content-inner li ol, .doc-content-inner.big li ol {
	margin-bottom: 10px;
}
.doc-content-inner p.small, .doc-content-inner.big p.small {
	margin-bottom: 10px;
}
.doc-content-inner li:before {
	color: inherit;
}
.doc-content-inner strong, .doc-content-inner em, .doc-content-inner .bold {
	color: #181C2B;
}
.doc-content-inner .table {
	margin: 20px 0;
}
.doc-content-inner .image {
	max-width: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
.doc-content-inner .image:last-child {
	margin-bottom: 0;
}
.doc-content-inner .download {
	margin-top: 20px;
}
.doc-content-section {
	margin: 0 0 60px 0;
}
.doc-content-section.ind-small {
	margin-bottom: 40px;
}
.doc-content-section:last-child {
	margin-bottom: 0;
}
.doc-content-inner .steps {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 0;
	counter-reset: steps;
}
.doc-content-inner .steps li {
	margin-top: 0;
	padding-left: 20px;
}
.doc-content-inner .steps li:before {
	content: counter(steps, lower-latin) ") ";
	counter-increment: steps;
}
.doc-content-inner .steps .arr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	border-radius: 50%;
	background: #F7F7F9 url(../img/steps-arr.svg) no-repeat 50% 50%;
	background-size: auto 10px;
}
.info-table {
	margin: 30px 0;
	overflow-x: auto;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.info-table table {
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.info-table th, .info-table td {
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-color: rgba(196, 196, 196, 0.4);
	padding: 25px 20px;
}
.info-table th:first-child, .info-table td:first-child {
	padding-left: 0!important;
}
.info-table th:last-child, .info-table td:last-child {
	padding-right: 0;
}
.info-table td {
	border-width: 1px 0 0 0;
}
.info-table tr:first-child td {
	border-top-width: 0;
}
.info-table tr:last-child td {
	padding-bottom: 0;
}
.info-table th {
	padding-top: 0;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #676D81;
	text-transform: uppercase;
	border-width: 0 0 1px 0;
}
.info-table strong {
	font-weight: bold;
}
.info-table p {
	margin: 0 0 15px 0!important;
}
.info-table p:last-child {
	margin-bottom: 0!important;
}
.info-table2 {
	margin: 40px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	overflow-x: auto;
}
.info-table2:last-child {
	margin-bottom: 0;
}
.info-table2 table {
	border-collapse: collapse;
	min-width: 100%;
}
.info-table2 th, .info-table2 td {
	text-align: center;
	vertical-align: top;
	padding: 25px 10px 0 10px;
	border: 0;
}
.info-table2 th:first-child, .info-table2 td:first-child {
	padding-left: 0;
}
.info-table2 th:last-child, .info-table2 td:last-child {
	padding-left: 0;
}
.info-table2 .left {
	text-align: left;
}
.info-table2 th {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #676D81;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}
.info-table2 .title1 {
	padding-top: 20px;
}
.info-table2 .title2 {
	padding-top: 40px;
}
.info-table2 strong {
	font-weight: bold;
}
.info-table3 {
	margin: 40px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #000;
}
.info-table3-in {
	display: inline-block;
	vertical-align: top;
	min-width: 100%;
}
.info-table3 table {
	border-collapse: collapse;
	min-width: 100%;
	border: 0;
}
.info-table3 th, .info-table3 td {
	font-weight: inherit;
	text-align: right;
	vertical-align: top;
	border: 0;
	padding: 20px 20px 20px 0;
}
.info-table3 .left {
	text-align: left;
}
.info-table3 th {
	padding-top: 0;
	font-weight: bold;
	vertical-align: bottom;
}
.info-table3 td:first-child {
	padding-left: 20px;
}
.info-table3 td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.info-table3 td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.info-table3 tr:nth-child(odd) td {
	background: #F6F9FE;
}
.side-screen {
	margin: 20px 0;
	font-size: 16px;
}
.side-screen .in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.side-screen .pic, .side-screen .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.side-screen .pic {
	width: calc(50% - 20px);
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.side-screen .pic img {
	width: 100%;
	height: auto;
}
.side-screen .text > *:first-child {
	margin-top: 0;
}
.side-screen .text > *:last-child {
	margin-bottom: 0;
}
.side-screen .text {
	width: calc(50% - 10px);
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.side-screen.rtl .pic {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.side-screen.rtl .text {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.land-top {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	background-color: #1D57F4;
	background-image: url(../img/land-bg-top.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 257px 0 35px 0;
}
.land-top .max {
	width: 100%;
	margin: 0 auto;
	max-width: 849px;
}
.land-top h1, .land-top .h1 {
	color: inherit;
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 15px 0;
}
.land-top .for-btn {
	margin: 30px 0;
}
.land-top .for-btn .btn {
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
}
.land-top .logos {
	margin: 103px auto 0 auto;
	max-width: 1049px;
	background: #fff;
	border-radius: 20px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #181C2B;
}
.land-top .logos ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 5px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.land-top .logos li:before {
	display: none;
}
.land-top .logos li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 0 15px;
	height: 84px;
}
.land-top .logos .img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 15px 0 0;
	line-height: 0;
	width: 44px;
}
.land-top .logos li:nth-child(even) .img {
	width: 145px;
}
.land-top .logos .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 44px;
}
.land-top .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 70px 0 0 0;
}
.land-top .contact ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 -10px -16px -44px;
	padding: 0;
}
.land-top .contact li {
	position: relative;
	padding: 2px 0 2px 34px;
	margin: 0 0 16px 0;
}
.land-top .contact li:before {
	content: '·';
	position: absolute;
	top: 2px;
	left: 0;
	width: 34px;
	text-align: center;
	margin: 0;
}
.land-top .contact li.ind {
	padding-left: 20px;
	text-align: center;
	white-space: nowrap;
}
.land-top .contact li.ind:before {
	display: none;
}
.land-top .contact li:first-child:before {
	display: none;
}
.land-top .contact a, .land-top .contact strong {
	color: #fff;
	font-weight: inherit;
}
.land-top .contact .pic {
	display: inline-block;
	vertical-align: top;
	margin: -2px 10px -2px 0;
}
.land-top .contact .pic img {
	height: 24px;
	width: auto;
	vertical-align: top;
}
.land-what-protocol {
	padding: 100px 0;
	font-size: 16px;
	line-height: 24px;
	color: #676D81;
}
.land-what-protocol .top {
	text-align: center;
	margin: 0 auto 60px auto;
	max-width: 618px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(103, 109, 129, 0.8);
}
.land-what-protocol h2, .land-what-protocol .h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.land-what-protocol h3, .land-what-protocol .h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.land-what-protocol ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	margin: -20px -26px;
	padding: 0;
}
.land-what-protocol li:before {
	display: none;
}
.land-what-protocol li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 25%;
	padding: 20px 26px;
	margin: 0;
	max-width: 338px;
}
.land-what-protocol li .max {
	margin: 0 auto;
	max-width: 286px;
}
.land-what-protocol .pic {
	margin: 0 0 20px 0;
	line-height: 0;
}
.land-what-protocol .pic img {
	height: 60px;
	width: auto;
}
.land-benefit {
	margin: -100px 0 0 0;
	padding: 100px 0;
	font-size: 14px;
	line-height: 22px;
	color: #676D81;
}
.land-benefit h2, .land-benefit .h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 40px 0;
}
.land-benefit h3, .land-benefit .h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
	margin: 30px 0 10px 0;
}
.land-benefit h3:first-child, .land-benefit .h3:first-child {
	margin-top: 10px;
}
.land-benefit p {
	margin: 10px 0 0 0;
}
.land-benefit p:first-child {
	margin-top: 0;
}
.land-benefit .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -30px;
}
.land-benefit .grid .l, .land-benefit .grid .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 30px;
}
.land-benefit .grid .l {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	border: 1px solid #D0D6DB;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 40px 20px;
}
.land-benefit .grid .r {
	width: 32%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.land-benefit table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
.land-benefit th, .land-benefit td {
	text-align: right;
	vertical-align: bottom;
	border-style: solid;
	border-color: #D0D6DB;
	border-width: 0 0 0 1px;
	padding: 0 25px;
	line-height: 26px;
}
.land-benefit th:first-child, .land-benefit td:first-child {
	padding-left: 0;
	border-left-width: 0;
}
.land-benefit th:last-child, .land-benefit td:last-child {
	padding-right: 0;
}
.land-benefit th {
	font-weight: normal;
	font-size: 16px;
	color: #676D81;
}
.land-benefit td {
	padding-top: 15px;
	font-size: 18px;
	color: #181C2B;
}
.land-benefit td:not(:first-child) {
	width: 33%;
}
.land-benefit table h3, .land-benefit table .h3 {
	text-align: center;
	margin: -4px 0 26px 0!important;
	padding: 0 0 26px 0;
	border-bottom: 1px solid #D0D6DB;
}
.land-stat-big {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	background: #1D57F4 url(../img/land-bg-stat.svg) no-repeat 50% 50%;
	background-size: cover;
	padding: 60px 0;
	color: #fff;
}
.land-stat-big ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: -15px -40px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.land-stat-big li:before {
	display: none;
}
.land-stat-big li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 40px;
	margin: 0;
}
.land-stat-big li > * {
	max-width: 201px;
	display: inline-block;
	vertical-align: top;
}
.land-stat-big li strong {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: none;
	font-weight: bold;
	font-size: 44px;
	line-height: 1;
	margin: 0 15px 0 0;
}
.land-stat-big a {
	font-weight: bold;
	color: inherit;
}
.land-stat-big a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/link-white.svg) no-repeat 50% 50%;
	width: 16px;
	height: 16px;
	background-size: contain;
	margin: 0 0 0 6px;
}
.land-token {
	padding: 100px 0;
}
.land-token .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 16px;
	line-height: 26px;
	color: #676D81;
}
.land-token .grid .top {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 45.5%;
	padding: 0 60px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: rgba(103, 109, 129, 0.8);
}
.land-token .grid .top .max {
	max-width: 479px;
}
.land-token .grid h2, .land-token .grid .h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.land-token .grid h3, .land-token .grid .h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	margin: 5px 0;
}
.land-token .grid ul {
	margin: 0;
}
.land-token .grid li {
	margin: 10px 0 0 0;
	padding-left: 19px;
}
.land-token .grid li:first-child {
	margin-top: 0;
}
.land-token .grid li:before {
	color: #2261F6;
}
.land-token .grid .text1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 31.75%;
	padding-right: 40px;
}
.land-token .grid .text2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 22.75%;
}
.land-token .total {
	margin-top: 120px;
}
.land-token .total .top {
	text-align: center;
	margin: 0 0 50px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #989FB6;
}
.land-token .total .top .max {
	margin: 0 auto;
	max-width: 522px;
}
.land-token .total h3, .land-token .total .h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1;
	margin: 0 0 15px 0;
}
.land-token .total .big {
	margin: 30px -20px 15px -20px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 115px;
	line-height: 1;
	color: #181C2A;
	overflow: hidden;
}
.land-token .chart {
	margin: 0 auto;
	max-width: 831px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #989FB6;
}
.land-token .chart img {
	width: 100%;
	height: auto;
}
.land-token .chart .legend {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: calc(100% - 668px);
	   -moz-column-gap: calc(100% - 668px);
	        column-gap: calc(100% - 668px);
	padding: 12px 0 0 0;
	margin: 0;
	text-align: left;
}
.land-token .chart .legend li:before {
	display: none;
}
.land-token .chart .legend li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	padding: 17px 0 0 38px;
	margin: 0;
}
.land-token .chart .legend li > *:last-child {
	margin-left: 4px;
}
.land-token .chart .legend li strong {
	font-weight: bold;
	color: #181C2A;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.land-token .chart .legend li .dot {
	position: absolute;
	top: 28px;
	left: 0;
	width: 8px;
	height: 8px;
	margin: -4px 0;
	border-radius: 50%;
}
.land-schedule {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	background: #1D57F4 url(../img/land-bg-shedule.svg) no-repeat 50% 50%;
	background-size: cover;
	padding: 88px 0;
}
.land-schedule .max {
	margin: 0 auto;
	max-width: 581px;
}
.land-schedule h2, .land-schedule .h2 {
	margin: 0 auto 10px auto;
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	max-width: 505px;
}
.land-schedule a {
	color: #fff;
	font-weight: bold;
}
.land-how {
	text-align: center;
	padding: 100px 0;
	color: #999CB8;
}
.land-how p {
	margin: 0 0 10px 0;
}
.land-how p:last-child {
	margin-bottom: 0;
}
.land-how h2, .land-how .h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.land-how .for-btn {
	margin: 20px 0 30px 0;
}
.land-how .for-btn .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.land-how .top {
	margin: 0 auto 60px auto;
	max-width: 622px;
	font-size: 16px;
	line-height: 24px;
}
.land-how .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 1.875rem 0 -1.25rem -1.25rem;
	padding: 0;
}
.land-how .links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0 0 1.25rem 1.25rem;
	margin: 0;
}
.land-how .links li:before {
	display: none;
}
.land-how .links li.view1 {
	width: 20%;
}
.land-how .links li.view2 {
	width: 50%;
}
.land-how .links a {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #181C2A;
	border-radius: 1.875rem;
	text-align: left;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition-property: box-shadow, -webkit-transform;
	transition-property: box-shadow, -webkit-transform;
	transition-property: transform, box-shadow;
	transition-property: transform, box-shadow, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
.land-how .links a:hover {
	-webkit-transform: translate3d(0, -1.25rem, 0);
	        transform: translate3d(0, -1.25rem, 0);
	box-shadow: 0px 25px 36px -12px rgba(26, 68, 101, 0.25);
}
}
.land-how .links a .pic {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
}
.land-how .links a .pic img {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
}
.land-how .links .view1 a {
	padding: 1.25rem;
}
.land-how .links .view1 a .pic {
	margin: 0 0 1.25rem 0;
}
.land-how .links .view2 a {
	line-height: 1.5rem;
	padding: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.land-how .links .view2 a .pic {
	margin: 0 0.9375rem 0 0;
}
.land-how .links a .h {
	display: block;
	font-weight: normal;
	font-size: 1rem;
	line-height: 0.875rem;
	margin: 0.5rem 0 0 0;
	word-break: break-all;
}
.mfp-container {
	padding: 20px 60px!important;
}
.mfp-bg {
	background: #181929;
}
.mfp-wrap.animated {
	overflow: hidden!important;
}

@media (pointer:fine) {
.mfp-wrap.animated {
	overflow-y: scroll!important;
}
}
/* start state */
.animated .modal {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
/* animate in */
.animated.mfp-ready .modal {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
/* animate out */
.animated.mfp-removing .modal {
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
/* Dark overlay, start state */
.animated.mfp-bg {
	background: rgba(24, 25, 46, 0.6)!important;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* animate in */
.animated.mfp-ready.mfp-bg {
	opacity: 1;
}
/* animate out */
.animated.mfp-removing.mfp-bg {
	opacity: 0;
}
.modal {
	width: 100%;
	margin: 0 auto;
	max-width: 489px;
	background: #fff;
	border-radius: 35px;
	padding: 30px;
	position: relative;
}
.modal h2, .modal .h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.1;
	margin: 3px 0 25px 0;
	padding-right: 40px;
}
.modal .cross {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/close-modal.svg) no-repeat 50% 50%;
	background-size: contain;
	margin: 30px 15px;
}
.modal .btn.close-modal {
	width: 100%;
	display: none;
	margin: 30px 0 0 0;
}
.text-steps {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #181C2A;
	counter-reset: st;
}
.text-steps li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 40px;
	margin: 42px 0 0 0;
	padding: 0 0 0 55px;
	position: relative;
}
.text-steps li:first-child {
	margin-top: 0!important;
}
.text-steps li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: -42px 0;
	left: 20px;
	border-left: 1px dashed #989FB6;
	opacity: 0.4;
	z-index: 1;
}
.text-steps li:first-child:after {
	top: 50%;
	margin-top: 0!important;
}
.text-steps li:last-child:after {
	bottom: 50%;
	margin-bottom: 0!important;
}
.text-steps li:before {
	counter-increment: st;
	content: counter(st);
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #2261F6;
	background: #F6F9FE;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 50%;
	margin: -20px 0;
}
.text-steps li > * {
	width: 100%;
	max-width: 290px;
}
.center-form {
	max-width: 344px;
	margin: 80px auto;
	padding: 20px;
	border: 1px solid rgba(196, 196, 196, 0.4);
	border-radius: 10px;
	font-size: 14px;
	line-height: normal;
}
.center-form .label {
	font-weight: 600;
	color: #181C2B;
	margin: 0 0 8px 0;
}
.center-form h2, .center-form .h2, .center-form h3, .center-form .h3 {
	margin-top: 0;
}
.center-form .form-el {
	margin: 20px 0;
}
.center-form .form-submit {
	text-align: right;
	margin: 20px 0 0 0;
}
.center-form .form-submit .btn {
	min-width: 180px;
}
.center-form .success {
	text-align: center;
	margin: 10px 0;
	display: none;
}
.center-form .success .btn {
	min-width: 180px;
}
.center-form.sent .success {
	display: block;
}
.center-form.sent form {
	display: none;
}
select.flatpickr-monthDropdown-months {
	display: inline-block;
	vertical-align: middle;
}
.numInputWrapper input {
	height: auto;
	min-height: 0;
}
