@charset "utf-8";

@media only screen and (max-width: 1020px) {
html {
	font-size: 16px;
}
body {
	font-size: 16px;
	line-height: 26px;
}
h3, .h3, h4, .h4, h5, h6 {
	margin-top: 40px;
	margin-bottom: 15px;
}
h1, .h1 {
	font-size: 44px;
	margin-bottom: 40px;
}
.h1-small {
	font-size: 32px;
}
h2, .h2 {
	font-size: 24px;
	line-height: 29px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.btn, .btn-big {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 26px;
}
.code {
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
	font-weight: normal;
}
.code-topline {
	margin: -20px -20px 20px -20px;
}
.code p {
	margin: 15px 0!important;
}
.code p:first-child {
	margin-top: 0!important;
}
.code p:last-child {
	margin-bottom: 0!important;
}
.table {
	line-height: 30px;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.header {
	padding-top: 31px!important;
	padding-bottom: 31px!important;
	background-color: #fff!important;
}
html:not(.scrolled) .header-white {
	background-color: transparent!important;
}
.header .logo img {
	width: 104px;
}
.header .logo img + img {
	margin-left: -104px;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: #fff;
	display: block;
	margin: 0;
	font-weight: 600;
	/*
	font-size: 30px;
	line-height: 37px;
	*/
	font-size: 24px;
	line-height: 28px;
	padding: 100px 20px 0 20px;
	overflow: hidden;
	overflow: auto;
	-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, 120%, 0);
	transform: translate3d(0, 120%, 0);
}
html:not(.scrolled) .header-white .menu {
	background: #1D57F4;
}
.open-menu .menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu .side {
	display: block;
	width: auto!important;
	padding: 0!important;
}
.menu .list {
	display: block;
	margin-bottom: 40px;
}
.menu .list > li {
	margin: 0 0 20px 0;
	padding: 0;
}
.menu .list > li.lang:not(:first-child) {
	margin-top: 40px;
}
.menu .list > li > .link .arr {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.menu .list > li.open > .link .arr {
	-webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
	        transform: translate3d(0, -50%, 0) rotate(-180deg);
}
.menu .list > li > .link.link-for-mob {
	display: block;
	position: relative;
	cursor: pointer;
}
.menu .list > li > .link.link-for-mob .arr {
	display: inline;
}
.menu .in {
	display: none;
}
.menu .in > * {
	display: block;
}
.menu li.open .in {
	display: block;
}
.menu .submenu {
	position: static;
	top: auto;
	left: auto;
	height: auto!important;
	overflow: visible!important;
	white-space: normal;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 20px;
	line-height: 24px;
	display: block!important;
}
.menu .submenu ul {
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
}
.menu .submenu li {
	margin-top: 15px;
}
.menu .submenu ul ul {
	padding: 10px 0 0 0;
	margin: 0;
}
.menu .lang .link {
	display: none;
}
.menu-fader {
	display: none;
}
.toggle-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-slider {
	padding-bottom: 370px;
	overflow: visible!important;
	height: auto!important;
}
.top-slider .swiper-container, .top-slider .swiper-wrapper {
	height: auto!important;
	overflow: visible!important;
	z-index: auto;
	position: static!important;
	-webkit-transform: none!important;
	transform: none!important;
}
.top-slider .swiper-slide {
	overflow: visible!important;
	height: auto!important;
	position: static!important;
	opacity: 1!important;
	-webkit-transform: none!important;
	transform: none!important;
}
.top-slider .left-bg {
	display: none;
}
.top-block, .swiper-slide .top-block {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: block;
	text-align: center;
}
.top-block .left-bg {
	display: none;
}
.top-block big {
	margin-left: auto;
	margin-right: auto;
}
.top-block small {
	margin-left: auto;
	margin-right: auto;
}
.top-block .container {
	display: block;
}
.top-block .grid {
	display: block;
	width: auto;
}
.top-block .l {
	width: auto;
	margin: 0 -20px;
	padding: 0 20px;
	background: #fff;
}
.top-block .t {
	padding-top: 130px;
	padding-bottom: 129px;
}
.top-block .b {
	padding-top: 80px;
	padding-bottom: 80px;
}
.top-block .r {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	width: auto;
	display: block;
	padding: 0 0 32px 0;
	margin: -69px 0 0 0;
}
.top-block .link .btn {
	min-width: 170px;
}
.top-block .soc {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 30px 0 -30px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
	line-height: 24px;
}
.top-block .soc > * {
	padding-left: 34px;
	border-radius: 12px;
}
.top-block .soc .pic {
	width: 24px;
	height: 24px;
}
.top-block .soc .pic img, .top-block .soc .pic svg {
	max-width: 13px;
	max-height: 13px;
}
.top-block .scroll-down {
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 67px 0 0 0;
}
.top-block .scroll-down .text {
	display: none;
}
.top-block .ipad {
	-webkit-transform: none;
	transform: none;
}
.top-block .logos {
	margin-right: -24px;
	margin-bottom: -24px;
	max-width: none;
}
.top-block .logos li {
	padding: 0 24px 24px 0;
}
.top-square {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: block;
	-webkit-transition: none!important;
	transition: none!important;
	-webkit-transform: none!important;
	transform: none!important;
	opacity: 1!important;
	padding-top: 70px;
	padding-bottom: 0;
}
.top-square .h1 {
	font-size: 30px;
	height: auto;
	margin-bottom: 40px;
	opacity: 1!important;
	-webkit-transition: none!important;
	transition: none!important;
	display: block;
}
.top-square .h1 > * {
	min-height: 0;
}
.top-square .list {
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	-webkit-transition: none!important;
	transition: none!important;
	-webkit-transform: none!important;
	transform: none!important;
}
.top-square .list:before {
	display: none;
}
.top-square .list li:before {
	display: none;
}
.top-square .list li {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	max-width: 335px;
	height: 260px;
	margin: 0 auto 142px auto;
	-webkit-transition: none!important;
	transition: none!important;
	-webkit-transform: none!important;
	transform: none!important;
	opacity: 1!important;
	background: #fff;
	border-radius: 60px;
}
.top-square .list li:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 100px;
	margin: 21px 0 0 -1.5px;
	border-style: dashed;
	border-width: 0 0 0 3px;
	border-color: #CAE4D7;
}
.top-square .list li:last-child {
	margin-bottom: 0;
}
.top-square .list li:last-child:after {
	display: none;
}
.top-square .list big {
	font-size: 30px;
	margin-bottom: 10px;
}
.top-square .progress {
	display: none;
}
.top-unlock {
	position: absolute;
	height: 432px;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	padding: 0;
	z-index: 10;
}
.top-unlock .bg {
	padding: 27px 0 0 0;
	margin: 0;
	height: 100%;
	display: block;
}
.top-unlock .bg .container {
	display: block;
}
.top-unlock .h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.top-unlock ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px -5px 0;
}
.top-unlock li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	margin: 0;
	padding: 0 5px 5px 0;
}
.top-unlock li > * {
	padding: 16px;
	min-height: 68px;
	height: auto;
	max-height: none;
	font-size: 16px;
}
.how {
	padding-top: 120px;
	padding-bottom: 80px;
}
.how .top {
	font-size: 16px;
	margin-top: 100px;
	margin-bottom: 50px;
}
.how .top:first-child {
	margin-top: 0;
}
.how .top br {
	display: none;
}
.how .top h1, .how .top .h1 {
	font-size: 36px;
}
.how .top h2, .how .top .h2 {
	font-size: 24px;
}
.how-scheme {
	max-width: 460px!important;
	display: block;
}
.how-scheme .l {
	width: auto!important;
	display: block;
}
.how-scheme .l .bg {
	display: none;
	visibility: hidden;
}
.how-scheme .r {
	width: auto!important;
	margin-top: 0!important;
}
.how-scheme .t {
	min-height: 0!important;
}
.how-scheme .big1 {
	margin-bottom: 5px;
}
.how-scheme .sect {
	width: auto!important;
	margin: 0 0 50px 0!important;
}
.how-scheme .sect:before {
	display: none;
}
.how-scheme .pic {
	width: 240px;
	margin: 0 auto 15px auto;
}
.how-scheme .pic:before {
	display: none;
}
.how-scheme .pic img {
	display: block;
}
.how-scheme .darr {
	background-image: url(../img/how-darr-small.png);
	width: 23px;
	height: 33px;
	max-width: none;
}
.how-scheme .darr.show-mob {
	display: block;
}
.how-scheme .r .list {
	width: 238px;
	margin: 0 auto 20px auto;
}
.how-scheme .line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
	margin: 230px 0 -220px 0;
}
.how-scheme .sect1 .line {
	margin-top: 160px;
}
.how-scheme .sect3 .line {
	margin-bottom: -144px;
}
.how-scheme .sect4 .line {
	margin-top: 336px;
}
.how-scheme .sect5 .line {
	margin-bottom: -144px;
}
.how-scheme .line:after {
	content: '';
	position: absolute;
	background: url(../img/how-larr-small.png) no-repeat 50% 50%;
	width: 13px;
	height: 23px;
	background-size: contain;
}
.how-scheme .line.up {
	left: 0;
	border-right-width: 0;
	border-radius: 20px 0 0 20px;
}
.how-scheme .line.up:after {
	top: -1.5px;
	right: 0;
	-webkit-transform: translate3d(40%, -50%, 0) scale(-1, 1);
	transform: translate3d(40%, -50%, 0) scale(-1, 1);
}
.how-scheme .line.down {
	right: 0;
	border-left-width: 0;
	border-radius: 0 20px 20px 0;
}
.how-scheme .line.down:after {
	bottom: -1.5px;
	left: 0;
	-webkit-transform: translate3d(-40%, 50%, 0);
	transform: translate3d(-40%, 50%, 0);
}
.how-scheme .list-b {
	max-width: 290px;
	margin: 0 auto;
	font-size: 14px;
}
.how-scheme .list-b ul {
	display: block;
	margin: 0;
}
.how-scheme .list-b li {
	margin: 10px 0 0 0;
	padding: 25px 16px;
}
.how-scheme .list-b big {
	font-size: 16px;
}
.how-scheme .list-b .max {
	margin: 0 auto;
	max-width: 198px;
}
.risk {
	padding-top: 120px;
}
.risk h1, .risk .h1 {
	font-size: 30px;
	margin: 0 auto 40px auto;
	max-width: none;
	text-align: center;
}
.risk .grid {
	display: block;
	margin: 0 auto;
	max-width: 490px;
	padding: 0 15px;
}
.risk .el {
	display: block;
	width: 100%!important;
	margin: 0 0 95px 0!important;
}
.risk .el:last-child {
	margin-bottom: 0!important;
}
.risk .bg {
	width: auto!important;
	max-width: none;
	padding: 30px 30px 40px 30px;
}
.risk .pic {
	height: 91px;
}
.risk .pic img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.risk .pos1 .line {
	bottom: auto;
	top: 100%;
	left: 50%;
	right: auto;
	height: 95px;
	border-radius: 0;
	border-width: 0 0 0 1px;
	margin: 0;
}
.risk .pos2 .line {
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	margin: -303px -15px -30px 0;
	width: 15px;
	border-width: 1px 1px 1px 0;
	border-radius: 0 10px 10px 0;
}
.risk .pos3 .line {
	display: block;
	bottom: 100%;
	left: 50%;
	right: 0;
	height: 66px;
	border-width: 1px 0 0 1px;
	border-radius: 10px 0 0 0;
}
.risk .pos4 .line {
	top: auto;
	bottom: 100%;
	left: 50%;
	right: 0;
	height: 95px;
	margin: 0;
	border-radius: 0;
	border-width: 0 0 0 1px;
}
.risk .dot {
	margin: -5px!important;
}
.risk .pos1 .dot1 {
	bottom: 208px;
	right: 0;
	left: auto;
}
.new-sticker {
	width: 28px;
	height: 28px;
}
.risk .pos1 .dot2 {
	right: auto;
	left: 50%;
	bottom: 0;
}
.risk .pos2 .dot {
	left: 50%;
	right: auto;
}
.risk .pos2 .dot1 {
	top: 0;
}
.risk .pos2 .dot {
	bottom: 0;
}
.risk .pos3 .dot {
	right: auto;
	left: 50%;
}
.risk .pos3 .dot1 {
	top: 0;
}
.risk .pos3 .dot2 {
	bottom: 0;
}
.risk .pos4 .dot1 {
	left: 50%;
	top: 0;
	bottom: auto;
	right: auto;
}
.risk .pos4 .dot2 {
	left: 50%;
	top: auto;
	bottom: 0;
	right: auto;
}
.features {
	padding-top: 120px;
	padding-bottom: 0;
}
.features h1, .features .h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
.slider-tabs {
	margin: 0 -15px 40px -15px;
}
.slider-tabs .swiper-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.link-tab {
	font-size: 18px;
}
.slider-features {
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 10px;
	padding-right: 10px;
}
.slider-features .swiper-slide {
	width: 100%;
	max-width: 325px;
	min-width: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.about {
	padding-top: 120px;
	padding-bottom: 100px;
}
.about .grid {
	display: block;
	text-align: center;
}
.about h1, .about .h1 {
	font-size: 44px;
	margin: 0 0 15px 0;
	padding: 0;
	max-width: none;
}
.about .text {
	margin: 0 auto;
}
.about .logos {
	padding-top: 32px;
	margin-bottom: -64px;
}
.about .logos .row {
	padding-top: 26px;
}
.about .logos h2, .about .logos .h2 {
	font-size: 24px;
	margin-bottom: 4px;
}
.about .logos ul {
	margin: 0 0 0 -20px;
}
.about .logos li {
	padding: 0 0 0 20px;
	max-width: 33.333333%;
}
.about .logos li.min {
	max-width: 27.5%;
}
.about .logos li.wide {
	max-width: 45%;
}
.about .logos ul img {
	max-height: 66px;
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .grid {
	margin: -20px 0 -20px -20px;
}
.footer .grid > * {
	padding: 20px 0 20px 20px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.footer .logo {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: auto;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.footer .logo img {
	max-width: 133px;
	max-height: 50px;
}
.footer .contact {
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: left;
}
.footer .line {
	padding: 0;
	height: 20px;
}
.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 {
	margin-right: -20px;
}
.footer .small li {
	padding-left: 20px;
	left: -20px;
}
.footer .small li:before {
	width: 20px;
}
.footer .soc {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer .soc > * {
	width: 50px;
	height: 50px;
}
.footer .soc > *:first-child {
	margin-left: 0;
}
.footer .soc > a:hover {
	background: rgba(174, 197, 240, 0.24);
}
.footer .soc img, .footer .soc svg {
	max-width: 19px;
	max-height: 19px;
}
.text-content {
	padding-top: 120px;
	padding-bottom: 60px;
}
.text-grid:after {
	display: none;
}
.text-grid-l, .text-grid-r {
	float: none;
	width: auto!important;
	margin: 0;
	padding: 0;
}
.text-grid-l.hide-on-mob {
	display: none;
}
.fixed .sticky-block {
	position: static;
	top: auto;
	padding-top: 0;
}
.text-grid-max {
	max-width: none!important;
}
.side-small-info {
	max-width: 305px;
	margin: 100px auto 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.side-small-info big {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.text-grid-l .block-info {
	margin-top: 60px;
}
.open-block {
	margin-top: 40px;
	margin-bottom: 40px;
}
.open-block-head {
	padding-right: 32px;
}
.open-block-head .plus {
	width: 20px;
	height: 20px;
	margin: 4px -32px 0 40px;
	float: right;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	-webkit-transform: none;
	transform: none;
}
.open-block-head .plus:before, .open-block-head .plus:after {
	width: 20px;
	height: 3px;
}
.open-block-head .num {
	display: none;
}
.open-block-ind {
	padding-right: 0;
	padding-top: 10px;
}
.letters {
	max-width: none;
	margin: 0 -20px 40px -20px;
	overflow: hidden;
}
.letters .swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.letters .swiper-slide {
	padding: 0 10px 0 0;
}
.plus-minus {
	margin-top: 20px;
	margin-bottom: 20px;
}
.plus-minus-in {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -5px;
}
.plus-minus .el {
	width: auto;
	margin: 5px;
	padding-left: 25px;
	padding-right: 32px;
}
.plus-minus h3, .plus-minus .h3 {
	margin-left: 55px;
}
.side-menu {
	display: none;
}
.timeline {
	margin: 30px 0 60px 0;
	font-size: 14px;
	line-height: 20px;
}
.timeline li {
	display: block;
	margin: 40px 0;
	padding-left: 31px;
}
.timeline li:before {
	margin: -19px 0;
}
.timeline li:first-child:before {
	top: 22px;
	margin-top: 0;
}
.timeline li:last-child:before {
	bottom: auto;
	margin-bottom: 0;
	height: 42px;
}
.timeline li:after {
	top: 22px;
	box-shadow: 0px 3px 6px -1px rgba(34, 97, 246, 0.7), 0 0 0 7px #F6F9FE, 0 0 0 10px #fff;
}
.timeline big {
	display: block;
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 5px 0;
	width: auto;
}
.flags {
	margin: 25px -10px 25px 0;
}
.flags .swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flags .swiper-slide {
	padding: 0 10px 0 0;
}
.center-text {
	text-align: left;
}
.center-text h1, .center-text .h1 {
	margin-bottom: 15px;
}
.center-text .max {
	margin-left: 0;
}
.grid-products {
	margin: 30px -10px -10px 0;
}
.grid-products .el {
	padding: 0 10px 10px 0;
}
.app-head {
	padding-top: 102px;
	padding-bottom: 18px;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.app-head:before {
	display: none;
}
.app-head .container {
	padding-left: 0;
	padding-right: 0;
}
.app-head .bg {
	top: 50%;
	left: 0;
	right: 0;
}
.app-head .tel {
	position: relative;
	bottom: auto;
	left: auto;
	max-width: 431px;
	width: auto;
	margin: 22px auto 0 auto;
	-webkit-transform: none;
	transform: none;
}
.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: auto;
	max-width: none;
	padding: 0 20px;
}
.app-head h1, .app-head .h1 {
	font-size: 36px;
	margin-bottom: 10px;
}
.app-head .download {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.download {
	margin: 20px -10px -10px 0;
}
.download .link {
	margin: 0 10px 10px 0;
	font-size: 14px;
	padding: 15px 15px 15px 57px;
	max-width: 162px;
}
.download .link small {
	font-size: 10px;
}
.download .link .pic {
	margin-left: 20px;
}
.app-logos {
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}
.app-logos ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -2px;
	margin-right: -12px;
}
.app-logos li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	padding-left: 2px;
	padding-right: 2px;
}
.app-logos li.wide {
	width: 100%;
}
.app-logos li:not(.wide) br {
	display: none;
}
.app-logos .img {
	margin-right: 8px;
}
.app-logos .img img {
	max-width: 114px;
}
.app-logos li.wide .img {
	margin-right: 20px;
}
.app-features {
	padding: 80px 0;
}
.app-features .top-text {
	margin-bottom: 40px;
}
.app-features h1, .app-features .h1 {
	font-size: 30px;
}
.app-features ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -20px 0;
}
.app-features li {
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	min-width: 0;
	max-width: 315px;
}
.app-features li > * {
	margin: 0 auto;
	max-width: none;
}
.app-features li:nth-child(1) > *, .app-features li:nth-child(2) > * {
	max-width: none;
}
.text-features {
	font-size: 18px;
	line-height: 22px;
	padding: 80px 0;
	margin: -40px 0 0 0;
}
.text-features .grid {
	display: block;
}
.text-features .col {
	width: auto;
	padding: 0;
	margin: 40px 0 0 0;
}
.text-features .col:first-child {
	margin-top: 0;
}
.text-features h2, .text-features .h2 {
	font-size: 24px;
}
.text-features h2:first-child, .text-features .h2:first-child {
	margin-top: 0!important;
}
.text-features ul.two-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.about2 {
	font-size: 18px;
	padding: 120px 0 60px 0;
}
.about2 .row {
	margin-top: 120px;
}
.about2 .row:first-child {
	margin-top: 0;
}
.about2 .mob-center {
	text-align: center;
}
.about2 .logos {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 40px -20px -40px -20px;
}
.about2 .logos li {
	padding: 0 20px 40px 20px;
}
.about2 .logos img {
	max-width: 86px;
	max-height: 22px;
}
.about2 .logos img.high {
	max-height: 32px;
}
.about2 .logos img.wide {
	max-width: 156px;
	max-height: 15px;
}
.features-inner {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -20px -40px -20px;
}
.features-inner > li:before {
	display: none;
}
.features-inner > li {
	width: 50%;
	padding: 0 20px 40px 20px;
}
.doc-content {
	padding-top: 100px;
	padding-bottom: 40px;
}
.doc-content-inner .big {
	font-size: 18px;
}
.doc-content-inner h1, .doc-content-inner .h1 {
	font-size: 40px;
	line-height: 49px;
}
.doc-content-inner h1.mob-small, .doc-content-inner .h1.mob-small {
	font-size: 33px;
	line-height: 40px;
}
.doc-content-inner.big h1, .doc-content-inner.big .h1 {
	margin-bottom: 10px;
}
.doc-content-inner.big h2, .doc-content-inner.big .h2 {
	font-size: 24px;
	line-height: 33px;
}
.doc-content-inner.big h3, .doc-content-inner.big .h3, .doc-content-inner h3.desk-big, .doc-content-inner .h3.desk-big {
	font-size: 22px;
	line-height: 24px;
}
.doc-content-inner.big h3.mob-big, .doc-content-inner.big .h3.mob-big {
	font-size: 24px;
	line-height: 30px;
}
.doc-content-inner .image {
	margin-top: 20px;
	margin-bottom: 35px;
}
.doc-content-section {
	margin-bottom: 40px;
}
.doc-content-section:last-child {
	margin-bottom: 0;
}
.info-table {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
}
.table-big, .info-table2 {
	margin-left: -20px;
	margin-right: -20px;
}
.info-table th, .info-table td {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.info-table th:last-child, .info-table td:last-child, .info-table2 th:last-child, .info-table2 td:last-child {
	padding-right: 20px;
}
.table-big th:first-child, .table-big td:first-child, .info-table2 th:first-child, .info-table2 td:first-child {
	padding-left: 20px;
}
.info-table td:not(.nowrap) {
	min-width: 287px;
}
.info-table3 {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	overflow-x: auto;
}
.info-table3-in {
	padding: 0 20px;
}
.info-table3 td {
	min-width: 145px;
}
.land-top {
	padding-top: 152px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
}
.land-top h1, .land-top .h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.land-top .for-btn .btn {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	border-radius: 30px;
}
.land-top .logos {
	margin-top: 80px;
	font-size: 12px;
	line-height: 18px;
}
.land-top .logos ul {
	padding: 7.5px 5px;
}
.land-top .logos li {
	height: 61px;
	padding: 0 7.5px;
}
.land-top .logos .img {
	width: 35px;
	margin-right: 10px;
}
.land-top .logos li:nth-child(even) .img {
	width: 82px;
}
.land-top .logos .img img {
	max-height: 35px;
}
.land-top .contact {
	margin-top: 28px;
}
.land-top .contact ul {
	margin-left: -30px;
}
.land-top .contact li, .land-top .contact li.ind {
	padding-left: 20px;
}
.land-top .contact li:before {
	width: 20px;
}
.land-what-protocol {
	padding-top: 60px;
	padding-bottom: 60px;
}
.land-what-protocol .top {
	margin-bottom: 30px;
}
.land-what-protocol h2, .land-what-protocol .h2 {
	font-size: 28px;
}
.land-what-protocol li {
	width: 50%;
	max-width: none;
}
.land-benefit {
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.land-benefit h2, .land-benefit .h2 {
	font-size: 28px;
	margin-bottom: 50px;
}
.land-benefit .grid {
	display: block;
	margin: 0 auto;
	max-width: 480px;
}
.land-benefit .grid .l, .land-benefit .grid .r {
	margin: 0;
}
.land-benefit .grid .l {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0 0 50px 0;
	width: auto;
}
.land-benefit .grid .r {
	width: auto;
}
.land-benefit th, .land-benefit td {
	border-width: 0;
	line-height: 18px;
	border-width: 0;
}
.land-benefit th:first-child, .land-benefit td:first-child {
	padding-left: 0;
}
.land-benefit th:last-child, .land-benefit td:last-child {
	padding-right: 10px;
}
.land-benefit th {
	font-size: 12px;
	padding-top: 4px;
}
.land-benefit td {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 4px;
}
.land-benefit td:not(:first-child) {
	width: 25%;
}
.land-benefit table h3, .land-benefit table .h3 {
	margin: 0 0 30px 0!important;
	padding: 0;
	border: 0;
	font-size: 16px;
}
.land-stat-big {
	padding-top: 40px;
	padding-bottom: 40px;
}
.land-stat-big ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
.land-stat-big li {
	width: 100%;
	display: block;
}
.land-stat-big li strong {
	display: block;
	margin: 0 0 5px 0;
}
.land-token {
	padding-top: 60px;
	padding-bottom: 60px;
}
.land-token .grid {
	display: block;
}
.land-token .grid .top {
	width: auto;
	padding: 0;
	margin: 0 auto 40px auto;
	max-width: 581px;
	text-align: center;
}
.land-token .grid .top .max {
	margin: 0 auto;
}
.land-token .grid h2, .land-token .grid .h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
}
.land-token .grid .text1, .land-token .grid .text2 {
	width: auto;
	padding: 0;
	margin: 30px 0 0 0;
}
.land-token .total {
	margin-top: 60px;
}
.land-token .total .top {
	max-width: 581px;
	margin: 0 auto 25px auto;
	font-size: 16px;
	line-height: 24px;
}
.land-token .total h3, .land-token .total .h3 {
	font-size: 26px;
}
.land-token .chart {
	max-width: 480px;
}
.land-token .total .big {
	font-size: 46px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.land-token .chart .legend {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
	        column-count: 1;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	padding-top: 10px;
}
.land-token .chart .legend li {
	padding-top: 15px;
	padding-left: 23px;
}
.land-token .chart .legend li .dot {
	top: 26px;
}
.land-schedule {
	padding-top: 60px;
	padding-bottom: 60px;
}
.land-schedule h2, .land-schedule .h2 {
	font-size: 30px;
}
.land-how {
	padding-top: 60px;
	padding-bottom: 60px;
}
.land-how .top {
	margin-bottom: 20px;
}
.land-how h2, .land-how .h2 {
	font-size: 30px;
	line-height: 37px;
}
.land-how .links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 1.25rem 0 -0.625rem 0;
}
.land-how .links li {
	padding: 0 0 0.625rem 0;
}
.land-how .links li.view1, .land-how .links li.view2 {
	width: 100%;
}
.land-how .links a {
	font-size: 1.125rem;
	border-radius: 1.25rem;
	line-height: 1.125rem;
}
.land-how .links a:hover {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.land-how .links a .pic img {
	width: 3.125rem;
	height: 3.125rem;
}
.land-how .links .view1 a, .land-how .links .view2 a {
	padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.land-how .links .view1 a .pic, .land-how .links .view2 a .pic {
	margin: 0 0.9375rem 0 0;
}
.land-how .links .view2 a {
	line-height: 1.375rem;
}
.land-how .links a .h {
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin-top: 0.125rem;
}
.modal {
	padding: 20px;
	border-radius: 30px;
}
.modal h2, .modal .h2 {
	margin: 5px 0 20px 0;
	font-size: 24px;
	padding-right: 0;
}
.modal .cross {
	display: none;
}
.modal .btn.close-modal {
	display: block;
}
.text-steps li {
	margin-top: 26px;
}
.text-steps li:after {
	margin-top: -26px;
	margin-bottom: -26px;
}
.mfp-content {
	vertical-align: bottom!important;
}
.mfp-iframe-holder .mfp-content {
	vertical-align: middle!important;
}
.mfp-container {
	padding: 20px 10px!important;
}
}

@media only screen and (max-width: 640px) {
.features-inner > li {
	max-width: none;
	width: 100%;
}
.side-screen {
	margin-top: 40px;
	margin-bottom: 40px;
}
.side-screen .in {
	display: block;
}
.side-screen .pic, .side-screen .text {
	width: auto;
}
.side-screen .pic {
	max-width: 380px;
}
.side-screen .text {
	margin: 15px 0 0 0;
}
.side-screen .text h2:first-child, .side-screen .text .h2:first-child {
	margin-top: 20px!important;
}
.land-top .logos ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
}
.land-top .logos li {
	padding: 0 4px 0 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.land-top .logos li:nth-child(odd) {
	width: 40%;
}
.land-top .logos li:nth-child(even) {
	width: 60%;
}
.land-what-protocol ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.land-what-protocol li {
	width: 100%;
}
	.new-sticker {
		width: 28px;
		height: 28px;
	}
}
