@charset "UTF-8";
/* Reset */
*{box-sizing:border-box;margin:0;padding:0;}
html,body{width:100%;margin:0;padding:0;overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{font-family: "Inter", sans-serif;background: #F8F8F8;color:#000;font-size:16px;line-height:26px;width:100%;overflow-x: hidden;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;border-collapse: separate;border-spacing: 6px;}
.anchor_list::-webkit-scrollbar-button{background-image:url();background-repeat:no-repeat;width:9px;height:0;}
::selection,::-moz-selection,::-webkit-selection{background:#000;color:#fff;}
input {outline:none;border:none;}
::-webkit-input-placeholder {color:#000;font-size:14px;font-family: "Inter", sans-serif;}
::-moz-placeholder          {color:#000;font-size:14px;font-family: "Inter", sans-serif;}
:-moz-placeholder           {color:#000;font-size:14px;font-family: "Inter", sans-serif;}
:-ms-input-placeholder      {color:#000;font-size:14px;font-family: "Inter", sans-serif;}
img {display:block;}
strong {font-weight: 700;}
/* General */
.container {
	width: 1384px;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.margin_60 {
	margin: 60px 0 0 0;
}
.mobile_visible {
	display: none;
}
/* Popup */
.popup {
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	background: rgba(0,0,0,0.6);
	display: none;
	top: 0;
	left: 0;
}
.popup.active {
	display: block;
}
.popup__container {
    width: 718px;
    height: calc(100vh - 90px);
    padding: 60px;
    border-radius: 15px;
    background: #fff;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
}
.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.popup__title {
	font-size: 32px;
	line-height: 110%;
	font-weight: 700;
}
div.wpforms-container-full:not(:empty) {
    margin: 0 !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 27px 0 0 0 !important;
}
.wpforms-form input,
.wpforms-form .file-upload input[type="file"]{
	height: 40px !important;
	width: 100% !important;	
	padding: 0 0 0 33px !important;
	border-radius: 5px !important;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1) !important;
	-moz-box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1) !important;
	box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1) !important;
	padding: 0 0 0 10px !important;
	color: #000 !important;
	border: rgba(66,80,102,0.4) 1px solid !important;
}
.wpforms-form input:focus,
.wpforms-form .file-upload input[type="file"]:focus,
.wpforms-form input:active,
.wpforms-form .file-upload input[type="file"]:active {
	border: 1px solid rgba(19,106,243,0.8) !important;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(19, 106, 243, 0.25) !important;
	-moz-box-shadow: 0px 0px 0px 2px rgba(19, 106, 243, 0.25) !important;
	box-shadow: 0px 0px 0px 2px rgba(19, 106, 243, 0.25) !important;
}
.wpforms-form input.wpforms-error,
.wpforms-form .file-upload input[type="file"].wpforms-error {
	border: 1px solid #D24E4E !important;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.25) !important;
	-moz-box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.25) !important;
	box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.25) !important;
}
em.wpforms-error {
	display: none !important;
}
.wpforms-form .file-upload input[type="file"] {
	text-indent: -9999px;
	position: relative;
}
.wpforms-form .file-upload input[type="file"]:before {
    content: "";
    display: block;
    border-radius: 5px !important;
    border: rgba(66, 80, 102, 0.4) 1px solid !important;
    height: 38px;
    position: absolute;
    left: 0;
    width: calc(100% - 2px);
    top: 0;
}
.wpforms-form .file-upload input[type="file"]:after {
    content: "";
    display: block;
	background: url(images/file-upload.svg) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 7px;
}
.wpforms-form label {
	font-size: 14px !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 0 10px 0 !important;
	font-weight: 400 !important;
}
.wpforms-form label span {
	display: none !important;
}
.wpforms-submit {
	background: #424EFE !important;
	width: 215px !important;
	height: 43px !important;
	border-radius: 90px !important;
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	font-family: "Inter", sans-serif !important;
	border: none;
	outline: none;
	margin: 30px 0 0 0 !important;
	position: relative;
	text-align: left;
    padding: 0 0 0 22px;
	transition: all 0.15s ease-in;
}
.wpforms-submit:hover {
	background: #3556DE !important;
}
.wpforms-submit:after {
    content: "";
    display: block;
	background: url(images/submit-arrow.svg) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
    right: 22px;
    top: 14px;
}
/* Header */
nav li a {
	text-decoration: none;
	color: #000;
	display: block;	
}
.btn__menu {
	width: 22px;
	height: 12px;
	display: none;
}
.btn__menu span {
	display: block;
	position: relative;
	background: #000;
	height: 2px;
	width: 22px;
	transition: 0.2s;
	border-radius: 10px;
}
.btn__menu span:nth-child(2) {
	top: 4px;
}
.btn__menu span:nth-child(3) {
	top: 8px;
}
.btn__menu.active span:nth-child(2) {
	display: none;
}
.btn__menu.active span:nth-child(1) {
	transform: rotate(45deg);
	transition: 0.2s;
	top: 8px;
}
.btn__menu.active span:nth-child(3) {
	transform: rotate(-45deg);
	transition: 0.2s;
	top: 6px;
}
/* Menu Mobile */
.menu__mobile {
	display: none;
	width: calc(100% - 40px);
	position: fixed;
	border-radius: 40px;
	background: #fff;
	z-index: 9999;
	padding: 40px;
	transition: 0.3s;	
	left: 20px;
    top: 110px;
}
.menu__mobile .menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu__mobile.active {
	display: block;
	transition: 0.3s;
}
.menu__mobile li:last-of-type a {
	padding: 0;
}
.menu__mobile a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 0 20px 0;
}
/* Header */
header {
    top: 24px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    width: 1032px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 90px;
	z-index: 999;
}
header:after {
	content: "";
	display: block;
	border-radius: 90px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0.34px 0.34px 0.34px 0px rgba(30, 45, 82, 0.2);
	-moz-box-shadow: 0.34px 0.34px 0.34px 0px rgba(30, 45, 82, 0.2);
	box-shadow: 0.34px 0.34px 0.34px 0px rgba(30, 45, 82, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
header:before {
	content: "";
	display: block;
	border-radius: 90px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 0px 0.34px 0.34px rgba(30, 45, 82, 0.06);
	-moz-box-shadow: 0px 0px 0.34px 0.34px rgba(30, 45, 82, 0.06);
	box-shadow: 0px 0px 0.34px 0.34px rgba(30, 45, 82, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.header__logo {
	margin: 0 0 0 10px;
}
header nav ul {
	display: flex;
	gap: 62px;
}
header nav ul a {
	font-weight: 500;
}
.header__btn {
	width: 159px;
	height: 36px;
	border-radius: 90px;
	background: #4246FE;
	background: linear-gradient(315deg, #4246FE, #3F98FE);
	display: flex;
	align-items: center;
    justify-content: center;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #fff;
	background-size: 200% auto;
	background-position: 0 0;
}
.header__btn:hover {
	background-position: 100% 0;
}
/* Страницы */
.block_start__image_mobile {
	display: none;
}
.block_start {	
	padding: 125px 0 0 0;
}
.block_start h1 {
    text-align: center;
    font-weight: 500;
    font-size: 59px;
    line-height: 63px;
    color: #000000;
    max-width: 1100px;
    margin: 0 auto;
}
.block_start h1 span {
    position: relative;
    display: inline-block;
}
.block_start h1 span:before {
    content: "";
    display: block;
    border-radius: 10px;
    background: #424DFE;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
	z-index: -1;
}
.block_start__btns {
	gap: 24px;
	justify-content: center;
	align-items: center;
	margin: 30px 0 45px 0;
}
.block_start__btns_text {
	border-radius: 100px;
	width: 221px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #4246FE;
	background: linear-gradient(315deg, rgba(66,70,254,1), rgba(63,152,254,1));
	transition: all 0.15s ease-in;
	cursor: pointer;
	background-size: 200% auto;
	background-position: 0 0;
}
.block_start__btns_text:hover {
	background-position: 100% 0;
}
.block_what {
	height: 790px;
	background: #4246FE;
	background: linear-gradient(45deg, #4246FE, #3F98FE);
	position: relative;
	overflow: hidden;
}
.block_what .container {
	position: relative;
	height: 100%;
}
.block_what__floor {
    position: absolute;
    height: 221px;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.block_what__floor_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.block_what__title {
	font-size: 36px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	padding: 30px 0 0 0;
}
.block_what__wrap {
    padding: 190px 95px 0 130px;
    justify-content: space-between;
}
.block_what__wrap > div {
	flex: 0 50%;
}
.block_what__text {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
	max-width: 335px;
}
.block_what__text p {
	margin: 0 0 20px 0;
}
.block_what__text p:last-of-type {
	margin: 0;
}
.block_what__devices {
    position: absolute;
    top: 150px;
    width: 416px;
    left: calc(50% - 216px);
    z-index: 1;
    height: 472px;
}
.block_what__device_left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.block_what__device_right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.block_how {
	height: 870px;
	position: relative;
}
.block_how__line_left {
    position: absolute;
    left: -170px;
    top: -15px;
}
.block_how__line_right {
    position: absolute;
    right: -120px;
    top: -20px;
}
.block_how__inner {
    padding: 125px 85px 0 85px;
    align-items: end;
}
.block_how__bg {
	background: #1A1A1A;
	width: 1176px;
	height: 748px;
	margin: 60px auto;
	border-radius: 64px;
	position: relative;
}
.block_how__bg:before {
    content: "";
    display: block;
    position: absolute;
    left: -530px;
    top: -20px;
    background: url(images/line-left.png) no-repeat;
    width: 747px;
    height: 484px;
}
.block_how__bg:after {
    content: "";
    display: block;
    position: absolute;
    right: -480px;
    top: -25px;
    background: url(images/line-right.png) no-repeat;
    width: 747px;
    height: 484px;
}
.block_how__inner > div:nth-child(1) {
	flex: 0 415px;
}
.block_how__inner > div:nth-child(2) {
    flex: 0 calc(100% - 415px);
    padding: 0 0 50px 50px;
	position: relative;
}
.block_how__frame_text {
	position: absolute;
	height: 60px;
	width: 587px;
	border-radius: 100px;
	background: #4248FE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #fff;
	top: 120px;
	right: -92px;
	transition: all 0.15s ease-in;
}
.block_how__frame_text:hover {
	background: #3556DE;
}
.block_how__devices {
    position: relative;
    width: 415px;
    top: -12px;
	height: 500px;
}
.block_how__devices:before {
    content: "";
    display: block;
    background: rgba(217, 217, 217, 0.2);
    width: 429px;
    height: 510px;
    filter: blur(200px);
    position: absolute;
    left: -22px;
    top: 0;
}
.block_how__device_left {
	position: absolute;
	left: -10px;
	top: 0;
	z-index: 1;
}
.block_how__device_right {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 2;
}
.block_how__title {
	margin: 0 0 35px 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 35px;
	color: #fff;
}
.block_how__text {
	max-width: 457px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.block_how__coin_top {
	width: 766px;
	position: absolute;
	top: -60px;
	right: 0;
}
section.in-viewport .block_how__coin_top .coin_1 {
	position: absolute;
	left: 0px;
	top: 25px;
    -webkit-animation:coin_1 12s linear;
    animation:coin_1 12s linear;
	z-index: 20;
}
@-webkit-keyframes coin_1 {
    from {
    	left: 0px;
    	top: -100px;
    }
    to {
    	left: 0px;
    	top: 5px;
    }
}
@keyframes coin_1 {
    from {
    	left: 0px;
    	top: -100px;
    }
    to {
    	left: 0px;
    	top: 5px;
    }
}
section.in-viewport .block_how__coin_top .coin_2 {
    position: absolute;
    left: 180px;
    top: 150px;
    -webkit-animation:coin_2 15s linear;
    animation:coin_2 15s linear;
	z-index: 20;
}
@-webkit-keyframes coin_2 {
    from {
    	left: 180px;
    	top: 0px;
    }
    to {
        left: 180px;
        top: 150px;
    }
}
@keyframes coin_2 {
    from {
    	left: 180px;
    	top: 0px;
    }
    to {
        left: 180px;
        top: 150px;
    }
}
section.in-viewport .block_how__coin_top .coin_3 {
    position: absolute;
    right: 295px;
    top: 21px;
    -webkit-animation:coin_3 10s linear;
    animation:coin_3 10s linear;
	z-index: 20;
}
@-webkit-keyframes coin_3 {
    from {
    	right: 295px;
    	top: -70px;
    }
    to {
        right: 295px;
        top: 21px;
    }
}
@keyframes coin_3 {
    from {
    	right: 295px;
    	top: -70px;
    }
    to {
        right: 295px;
        top: 21px;
    }
}
section.in-viewport .block_how__coin_top .coin_4 {
    position: absolute;
    right: 25px;
    top: 8px;
    -webkit-animation:coin_4 10s linear;
    animation:coin_4 10s linear;
	z-index: 20;
}
@-webkit-keyframes coin_4 {
    from {
        right: 25px;
    	top: -80px;
    }
    to {
        right: 25px;
        top: 8px;
    }
}
@keyframes coin_4 {
    from {
        right: 25px;
    	top: -80px;
    }
    to {
        right: 25px;
        top: 8px;
    }
}
.block_how__coin_bottom {
    width: 1326px;
    position: absolute;
    bottom: 185px;
    right: -75px;
	z-index: 3;
}
section.in-viewport .block_how__coin_bottom .coin_5 {
	position: absolute;
	left: 0px;
	top: 25px;
    -webkit-animation:coin_5 10s linear;
    animation:coin_5 10s linear;
	z-index: 20;
}
@-webkit-keyframes coin_5 {
    from {
        left: 0px;
    	top: -900px;
    }
    to {
    	left: 0px;
    	top: 25px;
    }
}
@keyframes coin_5 {
    from {
        left: 0px;
    	top: -900px;
    }
    to {
    	left: 0px;
    	top: 25px;
    }
}
section.in-viewport .block_how__coin_bottom .coin_6 {
    position: absolute;
    left: 460px;
    bottom: -135px;
    -webkit-animation:coin_6 8s linear;
    animation:coin_6 8s linear;
	z-index: 20;
}
@-webkit-keyframes coin_6 {
    from {
        left: 460px;
    	bottom: 900px;
    }
    to {
        left: 460px;
        bottom: -135px;
    }
}
@keyframes coin_6 {
    from {
        left: 460px;
    	bottom: 900px;
    }
    to {
        left: 460px;
        bottom: -135px;
    }
}
section.in-viewport .block_how__coin_bottom .coin_7 {
    position: absolute;
    right: 390px;
    top: 75px;
    -webkit-animation:coin_7 12s linear;
    animation:coin_7 12s linear;
	z-index: 20;
}
@-webkit-keyframes coin_7 {
    from {
        right: 390px;
    	top: -900px;
    }
    to {
        right: 390px;
        top: 75px;
    }
}
@keyframes coin_7 {
    from {
        right: 390px;
    	top: -900px;
    }
    to {
        right: 390px;
        top: 75px;
    }
}
section.in-viewport .block_how__coin_bottom .coin_8 {
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-animation:coin_8 11s linear;
    animation:coin_8 11s linear;
	z-index: 20;
}
@-webkit-keyframes coin_8 {
    from {
        right: 0;
    	top: -900px;
    }
    to {
        right: 0;
        top: 8px;
    }
}
@keyframes coin_8 {
    from {
        right: 0;
    	top: -900px;
    }
    to {
        right: 0;
        top: 8px;
    }
}
.block_about__inner {
	height: 854px;
}
.block_about__inner > div:nth-child(1) {
    flex: 0 calc(100% - 645px);
    position: relative;
    overflow: hidden;
}
.block_about__inner > div:nth-child(2) {
	flex: 0 645px;
	position: relative;
}
.block_about__inner > div:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    right: -460px;
    top: -120px;
    background: url(images/line-right-2.png) no-repeat;
    width: 759px;
    height: 687px;
}
.block_about__road {
    position: absolute;
    right: 0;
}
.block_about {
    position: relative;
    right: 0;
    margin: 0;
    overflow: hidden;
	
}
.block_about__inner {
	transition: right 0.6s; right: 0px;
	position: relative;
}
.block_about__inner.active {
	transition: right 0.6s; right: -3920px;
}
.block_about.anim_left_right {
    -webkit-animation:anim_left_right 6s linear;
    animation:anim_left_right 6s linear;    
}
section.in-viewport .block_about__road_auto {
    position: absolute;
    top: 300px;
    left: 150px;
    z-index: 2;
    -webkit-animation:road_auto 11s linear infinite;
    animation:road_auto 11s linear infinite;
}
@-webkit-keyframes road_auto {
    from {
        top: 220px;
        left: -100px;
    }
    to {
        top: 570px;
        left: 750px;
    }
}
@keyframes road_auto {
    from {
        top: 220px;
        left: -100px;
    }
    to {
        top: 570px;
        left: 750px;
    }
}
@-webkit-keyframes anim_left_right {
    from {
        left: 0;
        margin: 0;
    }
    to {
        left: 1920px;
        margin: 0 0 -854px 0;
    }
}
@keyframes anim_left_right {
    from {
        left: 0;
        margin: 0;
    }
    to {
        left: 1920px;
        margin: 0 0 -854px 0;
    }
}
.block_about__title {
	color: #000;
	font-size: 36px;
	line-height: 35px;
	font-weight: 700;
	margin: 0 0 40px 0;
	max-width: 330px;
}
.block_about__text {
	color: #000;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
}
.block_about__text p {
	margin: 0 0 25px 0;
}
.block_about__text p:last-of-type {
	margin: 0;
}
.block_about__frame {
	background: #4247FE;
	padding: 18px 24px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	border-radius: 60px;
	position: absolute;
	transition: all 0.15s ease-in;
	z-index: 10;
}
.block_about__frame:hover {
	background: #3556DE;
}
.block_about__frame_1 {
	top: 63px;
	left: -355px;	
}
.block_about__frame_2 {
	bottom: 70px;
	left: -145px;	
}
.block_about__device {
	position: absolute;
	bottom: 53px;
	right: 0;
}
.block_about__text_frame {
	padding: 163px 0 0 50px;
	max-width: 398px;
}
.block_can {
	min-height: 1586px;
	background: url(images/map-bg.svg) no-repeat center;
	background-size: cover !important;
	padding: 63px 0 0 0;
	position: relative;
	z-index: 12;
	transition: margin-top 0.6s; margin-top: 60px;
}
.block_can.active {
	transition: margin-top 0.6s; margin-top: -340px;
}
.block_can__text_container {
	border-radius: 40px;
	background: #fff;
	padding: 60px 73px;
	width: 100%;
	margin: 0 0 22px 0;
}
.block_can h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 40px 0;
}
.block_can__text_container p {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin: 0 0 24px 0;
}
.block_can__text_container p:last-of-type {
	margin: 0;
}
.block_can__text_container ul {
	display: flex;
	gap: 16px 8px;
	flex-wrap: wrap;
	margin: 40px 0 54px 0;
}
.block_can__text_container li {
	display: flex;
	border-radius: 40px;
	background: #4252FE;
	height: 54px;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	transition: all 0.15s ease-in;
}
.block_can__text_container li:hover {
	background: #3556DE;
}
.block_can__text_container_wrap {
    position: relative;
    width: 801px;
    margin: 0 auto;
}
.block_can__coin_1 {
    position: absolute;
    top: 4px;
    right: -80px;
}
.block_can__coin_2 {
    position: absolute;
    top: 440px;
    left: -100px;
}
.block_can__coin_3 {
    position: absolute;
    top: 512px;
    right: -52px;
}
.block_can__coin_4 {
    position: absolute;
    bottom: 122px;
    left: -70px;
}
.block_can__coin_5 {
    position: absolute;
    bottom: 135px;
    right: -95px;
}
.block_profitable {
	background: #4246FE;
	background: linear-gradient(45deg, #4246FE, #3F98FE);
	height: auto;
	position: relative;
	padding: 130px 0 50px 0;
	overflow: hidden;
}
.block_profitable .floor_crop {
    position: relative;
    margin: -340px 0 0 0;
    top: 50px;
}
.block_profitable__floor {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.block_profitable__container {
    max-width: 1158px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.block_profitable__inner {
    gap: 20px;
    position: relative;
    z-index: 2;
}
.block_profitable__inner:before {
	content: "";
	display: block;
	width: 1089px;
	height: 831px;
	position: absolute;
	background: rgba(20,20,20,0.13);
	filter: blur(400px);
	right: 0;
	top: 20px;
	z-index: -1;
}
.block_profitable__inner_vertical {
    flex-direction: column;
    gap: 20px;
    flex: 0 calc(50% - 10px);
}
.block_profitable__inner {
	margin: 40px 0 0 0;
}
.block_profitable__inner_vertical > div {
	background: #fff;
	background: #F6F6F6;
	border-radius: 28px;
	border: 1px #DDDDDD solid;
	padding: 40px;
}
.block_profitable h2 {
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	padding: 0 0 0 38px;	
}
.block_profitable h2 span {
	position: relative;
}
.block_profitable h2 span:after {
	content: "";
	display: block;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	height: 3px;
	bottom: -2px;
}
.block_profitable__title {
	font-size: 48px;
	line-height: 110%;
	font-weight: 700;
	color: #020B22;
	margin: 25px 0 40px 0;
}
.block_profitable__text {
	max-width: 484px;
}
.block_profitable__text p {
	color: #020B22;
	font-size: 24px;
	line-height: 115%;
	margin: 0 0 13px 0;
}
.block_profitable__text p:last-of-type {
	margin: 0;
}
.block_profitable__inner > .block_profitable__inner_vertical:nth-child(1) > div:nth-child(2) .block_profitable__text {
	max-width: 460px;
}
.block_profitable__icon_1 {
    position: absolute;
    right: 25px;
    top: 0;
}
.block_profitable__icon_2 {
    position: absolute;
    right: 65px;
    top: 533px;
}
.block_profitable__icon_3 {
    position: absolute;
    left: -360px;
    bottom: -212px;
    z-index: 5;
}
.block_profitable__icon_4 {
    position: absolute;
    right: -46px;
    bottom: -35px;
    z-index: 5;
}
.block_profitable__icon_line {
    position: absolute;
    bottom: -240px;
    right: -380px;
}
.block_places {
    background: #F8F8F8;
    height: 914px;
    position: relative;
    padding: 60px 0 0 0;
}
.block_places__container {
	overflow: hidden;
	height: 100%;
}
.block_places .container {
	height: 100%;
	position: relative;
	z-index: 2;
}
.block_places__line {
    position: absolute;
    top: -250px;
    left: -30px;
}
.block_places__inner {
	height: 100%;
}
.block_places__inner > div {
	flex: 0 50%;
}
.block_places__inner > div:nth-child(1) {
	padding: 230px 0 0 140px;
	position: relative;
} 
.block_places__inner > div:nth-child(2) {
	position: relative;
}
.block_places__map {
	position: absolute;
	left: 0;
	top: 0;
}
.block_places__devices {
	position: absolute;
	left: 145px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 418px;
	height: 504px;
}
.block_places__device_left {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 2;
}
.block_places__device_right {
	position: absolute;
	right: -40px;
	top: 0;
}
.block_places h2 {
	font-size: 36px;
	line-height: 35px;
	margin: 0 0 44px 0;
}
.block_places__text p {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin: 0 0 25px 0;
}
.block_places__text p:last-of-type {
	margin: 0;
}
.block_places__text__container {
	max-width: 350px;
}
.block_places__frame {
	border-radius: 50px;
	height: 60px;
	padding: 0 24px;
	background: #424CFE;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	position: absolute;
	bottom: 85px;
	left: 35px;
	transition: all 0.15s ease-in;
}
.block_places__frame:hover {
	background: #3556DE;
}
.block_download {
	height: 854px;
	padding: 50px 0 0 0;
	position: relative;
	overflow: hidden;
}
.block_download__frame_bg {
    border-radius: 64px;
    background: #1A1A1A;
    width: 1176px;
    height: 748px;
    margin: 0 auto;
    padding: 0 78px 0 53px;
    align-items: center;
}
.block_download__frame_bg > div:nth-child(1) {
	flex: 0 415px;
	position: relative;
	z-index: 2;
}
.block_download__frame_bg > div:nth-child(2) {
    flex: 0 calc(100% - 415px);
    padding: 0 0 0 50px;
	position: relative;
	z-index: 2;
}
.block_download__devices {
	width: 415px;
	position: relative;
	height: 500px;
}
.block_download__devices:before {
	content: "";
	display: block;
	width: 429px;
	height: 510px;
	position: absolute;
	background: rgba(217,217,217,0.2);
	filter: blur(200px);
	right: 0;
	top: 0;
	z-index: -1;
}
.block_download__device_left {
	position: absolute;
	left: 0;
	top: 0;
}
.block_download__device_right {
	position: absolute;
	right: 0;
	top: 0;
}
.block_download__line_left {
    position: absolute;
    left: -170px;
    top: 30px;
}
.block_download__line_right {
    position: absolute;
    right: -100px;
    bottom: -70px;
}
.block_download__title {
    color: #fff;
    font-size: 35px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 45px 0;
}
.block_download__text {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
}
.block_download__text span {
	position: relative;
}
.block_download__text span:after {
	content: "";
	display: block;
	background: #424DFE;
	width: 100%;
	position: absolute;
	left: 0;
	height: 3px;
	bottom: -2px;
	border-radius: 10px;
}
.block_download__btns {
	gap: 24px;
	margin: 45px 0 0 0;
}
.block_contacts {
    background: #1A1A1A;
    height: 1558px;
    padding: 150px 0 0 0;
    overflow: hidden;
}
.block_contacts h2 {
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	margin: 0 auto 60px auto;
	max-width: 1158px;
	padding: 0 0 0 38px;
}
.block_contacts__inner {
	gap: 20px;
}
.block_contacts__inner_2 {
	margin: 20px 0 0 0;
	gap: 20px;
}
.block_contacts__inner > div {
	flex: 0 calc(50% - 10px);
	background: #F6F6F6;
	border-radius: 28px;
	border: 1px #DDDDDD solid;
	padding: 40px;
}
.block_contacts__inner_2 > div {
	flex: 0 calc(50% - 10px);
	background: #F6F6F6;
	border-radius: 28px;
	border: 1px #DDDDDD solid;
	padding: 84px 40px;
}
.block_contacts__inner_2 > div:nth-child(2) {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}
.block_contacts__title {
	color: #020B22;
	font-size: 48px;
	font-weight: 700;
	line-height: 110%;
	margin: 30px 0 35px 0;
}
.block_contacts__inner_2 .block_contacts__title {
	margin: 40px 0 35px 0;
}
.block_contacts__text p {
    color: #020B22;
    font-size: 24px;
    line-height: 115%;
}
.block_contacts__text p a {
	font-weight: 700;
	color: #424EFE;
}
.block_contacts__inner_2 .block_contacts__text {
	max-width: 460px;
}
.block_contacts__social {
    margin: 45px 0 0 0;
    flex-direction: column;
    gap: 22px;
}
.block_contacts__social a {
    text-decoration: none;
    border-radius: 90px;
    border: 1px #DDDDDD solid;
    padding: 12px 24px;
    gap: 24px;
    align-items: center;
    display: flex;
	font-size: 32px;
	color: #020B22;
	font-weight: 600;
	width: fit-content;
}
.block_contacts__container {
	position: relative;
	max-width: 1158px;
	margin: 0 auto;
}
.block_contacts__img {
    bottom: -40px;
    right: -335px;
    position: absolute;
}
.block_contacts__inner > div:nth-child(2) .block_contacts__text {
	max-width: 430px;
}
.block_faq {
	background: #1A1A1A;
	padding: 50px 0 15px 0;
}
.block_faq h2 {
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	max-width: 1156px;
	margin: 0 auto 45px auto;
	padding: 0 0 0 38px;
}
.block_faq__container {
	background: #fff;
	padding: 24px 54px;
	border-radius: 28px;
	max-width: 1156px;
	margin: 0 auto;
    position: relative;
}
.block_faq__list > div {
	border-bottom: 2px #D4E5FA solid;
	padding: 32px 0;
	cursor: pointer;
}
.block_faq__list > div:last-of-type {
	border-bottom: none;
}
.block_faq__header {
	position: relative;
}
.block_faq__header.active .block_faq__arrow {
    transform: rotate(-180deg);
}
.block_faq__arrow {
	position: absolute;
	right: 0;
	top: 3px;
}
.block_faq__question {
	font-size: 24px;
	line-height: 21px;
	font-weight: 500;
}
.block_faq__answer {
	font-size: 24px;
	line-height: 32px;	
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.15s ease-in-out;
}
.block_faq__answer.active {
	margin: 25px 0 0 0;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.block_faq__answer a {
	color: #424EFE;
	font-weight: 700;
}
.block_faq__icons {
    position: absolute;
    left: -100px;
    top: 70px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.block_faq__icon_1 {
	position: relative;
	left: 10px;
}
.block_home_footer {
	position: relative;
	height: 486px;
	background: #1A1A1A;
}
.block_home_footer__img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.block_home_footer__copy {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	font-size: 24px;
	font-weight: 600;
	bottom: 33px;
}
.block_partners_start {
    height: 1190px;
    background: #1A1A1A;
    position: relative;
    margin-bottom: -410px;
}
.block_partners_start_sticky {
    position: sticky;
    min-height: 790px;
    top: 0;
    overflow: hidden;
}
.block_partners_start .container {
	height: 100%;
	position: relative;
}
.block_partners_start__container {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}
.block_partners_start__floor {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.floor_crop {
    width: 100%;
    overflow-x: hidden;
    height: 415px;
}
.block_what .floor_crop {
	height: 221px;
}
.block_partners_start .floor_crop {
    height: 315px;
    position: absolute;
    bottom: 0;
}
.block_partners_benefit .floor_crop {
    margin: -415px 0 0 0;
}
.block_home_footer .floor_crop {
    height: 486px;
}
.block_partners_start__devices {
	position: absolute;
	height: 472px;
	position: absolute;
	left: calc(50% - 20px);
	transform: translateX(-50%);
	top: 165px;
	z-index: 1;
}
.block_partners_start__devices_left {
	position: absolute;
	left: -218px;
	top: -10px;
}
.block_partners_start__devices_right {
	position: absolute;
	right: -218px;
	top: -10px;
}
.block_partners_start h1 {
	font-size: 32px;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	left: 0;
	top: 180px;
	position: absolute;
	width: 300px;
}
.block_partners_start__text {
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 295px;
    top: 180px;
}
.block_partners_start__text p {
	margin: 0 0 24px 0;
}
.block_partners_start__text p:last-of-type {
	margin: 0;
}
.block_partners_about {
    background: #1A1A1A;
    height: 790px;
    position: relative;
    overflow: hidden;
    z-index: 6;
}
.block_partners_about .container {
	height: 100%;
	position: relative;
}
.block_partners_about__devices {
	position: relative;
	width: 457px;
	height: 514px;
}
.block_partners_about__devices_left {
	position: absolute;
	left: -40px;
	top: -5px;	
}
.block_partners_about__devices_right {
    position: absolute;
    right: 20px;
    top: -5px;
    z-index: 2;
}
.block_partners_about__text p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 40px 0;
}
.block_partners_about__text p:last-of-type {
	margin: 0;
}
.block_partners_about__inner {
	align-items: center;
	height: 514px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 50px 0 135px;
	z-index: 2;
}
.block_partners_about__inner > div:nth-child(1) {
	flex: 0 457px;
}
.block_partners_about__inner > div:nth-child(2) {
	flex: 0 calc(100% - 457px);
	padding: 0 0 0 38px;
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.block_partners_about__text {
	max-width: 400px;
}
.block_partners_about__frame {
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	padding: 0 24px;
	height: 60px;
	background: #424CFE;
	width: fit-content;
	position: absolute;
	bottom: -24px;
    left: 75px;
	transition: all 0.15s ease-in;
}
.block_partners_about__frame:hover {
	background: #3556DE;
}
.block_partners_about__devices_left_1 {
    position: absolute;
    left: -110px;
    bottom: -35px;
}
.block_partners_about__devices_right_1 {
    position: absolute;
    right: -190px;
    top: -290px;
}
.block_partners_about__coin_1 {
    position: absolute;
    left: 35px;
    top: 82px;
    z-index: 1;
}
.block_partners_about__coin_2 {
	position: absolute;
	right: 387px;
	top: 62px;
	z-index: 1;
}
.block_partners_about__coin_3 {
    position: absolute;
    left: 15px;
    top: 355px;
    z-index: 1;
}
.block_partners_about__coin_4 {
	position: absolute;
	right: 0px;
	top: 266px;
	z-index: 1;
}
.block_partners_about__coin_5 {
    position: absolute;
    right: 192px;
    top: 442px;
    z-index: 1;
}
.block_partners_about__coin_6 {
	position: absolute;
	left: 538px;
	bottom: 30px;
	z-index: 1;
}
.block_partners_cooperation {
    height: auto;
    background: #1A1A1A;
    overflow: hidden;
    position: relative;
}
.block_partners_cooperation .floor_crop {
    position: relative;
    margin: -95px 0 0 0;
	height: 278px;
}
.block_partners_cooperation__floor_coin {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
}
.block_partners_cooperation__floor {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.block_partners_cooperation__container {
    padding: 0 110px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.block_partners_cooperation__devices {
	position: relative;
	top: 55px;
	left: 20px;
	width: 512px;
	height: 576px;
}
.block_partners_cooperation__devices_left {
	position: absolute;
	left: 16px;
	top: 0;
}
.block_partners_cooperation__devices_right {
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 1;
}
.block_partners_cooperation__inner {
	gap: 20px;	
}
.block_partners_cooperation__inner > div {
    flex: 0 calc(50% - 11px);
}
.block_partners_cooperation__item {
	border-radius: 28px;
	background: #F6F6F6;
	padding: 40px;
	margin: 0 0 20px 0;
}
.block_partners_cooperation__text {
	font-size: 26px;
	line-height: 115%;
	margin: 40px 0 0 0;
}
.block_partners_choose {
	background: #F8F8F8;
	height: 854px;
	overflow: hidden;
	position: relative;
}
.block_partners_choose__line {
    position: absolute;
    top: -114px;
    right: -240px;
}
.block_partners_choose__inner > div:nth-child(1) {
	flex: 0 calc(100% - 665px);
	position: relative;
}
.block_partners_choose__inner > div:nth-child(2) {
	flex: 0 665px;
	padding: 160px 0 0 80px;
}
.block_partners_choose__devices {
	position: absolute;
	z-index: 2;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
	width: 566px;
	height: 642px;
}
.block_partners_choose__devices_left {
	position: absolute;
	left: -50px;
	top: 0;
}
.block_partners_choose__devices_right {
    position: absolute;
    right: -13px;
    top: 35px;
    z-index: 2;
}
.block_partners_choose__map {
	position: absolute;
	right: 0;
	top: 0;
}
.block_partners_choose__title {
	font-size: 36px;
	line-height: 35px;
	font-weight: 700;
	margin: 0 0 40px 0;
	max-width: 364px;
}
.block_partners_choose__text {
	max-width: 364px;
}
.block_partners_choose__text p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 32px 0;
}
.block_partners_choose__text ul {
	margin: 10px 0 0 0;
}
.block_partners_choose__text li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 16px 0;	
	position: relative;
	padding: 0 0 0 15px;
}
.block_partners_choose__text li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	background: #424CFE;
	position: absolute;
	left: 0;
	top: 7px;
}
.block_partners_choose__text p:last-of-type {
	margin: 0;
}
.block_partners_choose__frame {
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	background: #424CFE;
	height: 60px;
	padding: 0 24px;
	width: fit-content;
	margin: 60px 0 0 60px;
	transition: all 0.15s ease-in;
}
.block_partners_choose__frame:hover {
	background: #3556DE;
}
.block_partners_partners {
	height: 976px;
	background: url(images/partner-map.svg) no-repeat center/cover;
}
.block_partners_partners__frame {
	border-radius: 40px;
	padding: 60px 73px;
	background: #FFFFFF;
	width: 786px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 95px;
}
.block_partners_partners__title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 35px 0;
    max-width: 565px;
}
.block_partners_partners__text p {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}
.block_partners_partners__text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 8px;
	margin: 40px 0 50px 0;
}
.block_partners_partners__text li {
	border-radius: 40px;
	height: 54px;
	background: #4252FE;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	padding: 0 24px;
	width: fit-content;
	transition: all 0.15s ease-in;
}
.block_partners_partners__text li:hover {
	background: #3556DE;
}
.block_partners_partners__coin_1 {
	position: absolute;
	top: 3px;
	right: -85px;
}
.block_partners_partners__coin_2 {
	position: absolute;
	bottom: 0;
	left: -55px;
}
.block_partners_partners__coin_3 {
	position: absolute;
	bottom: -100px;
	right: -72px;
}
.block_partners_whocan {
	background: #4246FE;
	background: linear-gradient(-315deg, #4246FE, #3F98FE);
	min-height: 1762px;
	padding: 105px 0 0 0;
}
.block_partners_whocan__item_1 {
	background: #F6F6F6;
	border-radius: 28px;
	padding: 40px;
	position: relative;
	margin: 0 0 80px 0;
}
.block_partners_whocan__item_1 .block_partners_whocan__text {
    color: #020B22;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    margin: 35px 0 0 0;
    max-width: 93%;
}
.block_partners_whocan__item_row .block_partners_whocan__text {
    color: #020B22;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    margin: 35px 0 0 0;
}
.block_partners_whocan__item_2 .block_partners_whocan__text {
    color: #020B22;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    margin: 35px 0 0 0;
    max-width: 82%;
}
.block_partners_whocan h2 {
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	padding: 0 0 50px 38px;
}
.block_partners_whocan__item_1_icon {
	position: absolute;
	right: -3px;
	top: -88px;
}
.block_partners_whocan__row {
	gap: 26px;
}
.block_partners_whocan__item_row {
	background: #F6F6F6;
	border-radius: 28px;
	height: 341px;
	padding: 48px 40px;
	flex: 0 calc(50% - 14px);
	position: relative;
}
.block_partners_whocan__item_2_icon {
	position: absolute;
	top: -30px;
	left: -60px;
}
.block_partners_whocan__item_3_icon {
	position: absolute;
	top: -25px;
	right: 35px;
}
.block_partners_whocan__item_2 {
	padding: 48px 40px;
	border-radius: 28px;
	background: #F6F6F6;
	position: relative;
	margin: 24px 0;
}
.block_partners_whocan__item_4_icon {
	position: absolute;
	top: 0;
	right: -50px;
}
.block_partners_whocan__item_5_icon {
	position: absolute;
	bottom: -50px;
	right: 135px;
}
.block_partners_whocan__container {
	max-width: 1160px;
	margin: 0 auto;
}
.block_partners_benefit {
	min-height: 2114px;
	background: #1A1A1A;
	position: relative;
	overflow: hidden;
}
.block_partners_benefit__line_1 {
    position: absolute;
    z-index: 2;
    right: -85px;
    top: 34px;
}
.block_partners_benefit__line_2 {
    position: absolute;
    z-index: 1;
    right: -538px;
    top: -534px;
}
.block_partners_benefit__text {
	color: #fff;
	font-size: 35px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 45px 0;
}
.block_partners_benefit__text_container {
	padding: 250px 0 0 110px;
	position: relative;
	z-index: 5;
}
.btn_cooperation {
	border-radius: 90px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	line-height: 21px;
	font-weight: 500;
	padding: 0 30px;
	width: fit-content;
	background: #4246FE;
	background: linear-gradient(315deg, #4246FE, #3F98FE);
	cursor: pointer;
	margin: 55px 0 0 0;
	background-size: 200% auto;
	background-position: 0 0;
}
.btn_cooperation:hover {
	background-position: 100% 0;
}
.block_partners_benefit__list {
	gap: 20px;
}
.block_partners_benefit__list > div {
	flex: 0 calc(50% - 11px);
}
.block_partners_benefit__item {
	background: #F6F6F6;
	border-radius: 28px;
	padding: 40px;
	margin: 0 0 20px 0;	
	position: relative;
	border: 1px #DDDDDD solid;
}
.block_partners_benefit__icon_1 {
	position: absolute;
	bottom: -95px;
	left: -73px;
	z-index: 2;
}
.block_partners_benefit__icon_2 {
	position: absolute;
	bottom: -74px;
	right: -70px;
	z-index: 2;
}
.block_partners_benefit__item_title {
    font-size: 48px;
    line-height: 115%;
    font-weight: 700;
    color: #020B22;
    margin: 25px 0 0 0;
}
.block_partners_benefit__item_text {
	font-size: 24px;
	line-height: 120%;
	color: #020B22;
	margin: 35px 0 0 0;
	font-weight: 400;
}
.block_partners_benefit__text_container_2 {
	position: relative;
	z-index: 2;
	max-width: 1158px;
	margin: 380px auto 0 auto;
}
.block_partners_benefit__title_2 {
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	padding: 0 0 40px 38px;
}
.block_partners_benefit__title_2 span {
	position: relative;
}
.block_partners_benefit__title_2 span:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #4259FE;
	position: absolute;
	bottom: 4px;
	left: 0;
}
.block_partners_benefit__item_floor {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.block_start__image {
    position: relative;
    overflow: hidden;
	width: 100%;
}
.block_start__image_img {
	width: 100%;
	height: auto;
}
section.in-viewport .auto_1 {
    position: absolute;
    top: -100px;
    left: -270px;
    -webkit-animation: auto1 42s linear 3;
    animation: auto1 42s linear 3;
}
section.in-viewport .auto_2 {
    position: absolute;
	top: 200px;
    right: 135px;
    -webkit-animation:auto2 80s linear 2;
    animation:auto2 80s linear 2;
	z-index: 4;
}
section.in-viewport .auto_3 {
    position: absolute;
    top: 210px;
    right: 520px;
    -webkit-animation:auto3 40s linear 3;
    animation:auto3 40s linear 3;
    animation-delay: 35s;
    opacity: 0;
	z-index: 6;
}
section.in-viewport .auto_4 {
    position: absolute;
    top: 210px;
    right: 520px;
    -webkit-animation:auto4 40s linear 3;
    animation:auto4 40s linear 3;
    animation-delay: 44s;
    transition: all 0.1s easy-in;
    opacity: 0;
	z-index: 6;
}
.block_start__image_layer_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.block_start__image_tree {
    position: absolute;
    bottom: 0;
    left: 733px;
    z-index: 16;
}
.block_start__image_map_layer_1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: auto;
}
.block_start__image_sfetofor_1 {
	position: absolute;
    bottom: 117px;
    right: 440px;
    z-index: 5;
}
.block_start__image_sfetofor_2 {
    position: absolute;
    bottom: 209px;
    right: 720px;
    z-index: 10;
}
section.in-viewport .people_1 {
    position: absolute;
    left: 480px;
    top: 330px;
    z-index: 12;
    -webkit-animation:people1 50s linear 3;
    animation:people1 50s linear 3;
}
section.in-viewport .people_2 {
    position: absolute;
    right: 360px;
    bottom: 40px;
    z-index: 11;
    -webkit-animation:people2 90s linear 3;
    animation:people2 90s linear 3;
}
section.in-viewport .people_3 {
    position: absolute;
    right: 390px;
    top: 130px;
    -webkit-animation:people3 65s linear 3;
    animation:people3 65s linear 3;
    animation-delay: 14s;
}
@-webkit-keyframes auto1 {
    from {
        left: -1000px;
        top: -420px;
    }
    to {
        left: 1420px;
        top: 680px;
    }
}
@keyframes auto1 {
    from {
        left: -1000px;
        top: -420px;
    }
    to {
        left: 1420px;
        top: 680px;
    }
}
@-webkit-keyframes auto2 {
    from {
        top: -30px;
        right: -110px;
    }
    to {
        right: 760px;
        top: 750px;
    }
}
@keyframes auto2 {
    from {
        top: -30px;
        right: -110px;
    }
    to {
        right: 760px;
        top: 750px;
    }
}
@-webkit-keyframes auto3 {
    from {
        top: 210px;
        right: 520px;
        opacity: 1;
    }
    to {
        top: 740px;
        right: 1140px;
        opacity: 1;
    }
}
@keyframes auto3 {
    from {
        top: 210px;
        right: 520px;
        opacity: 1;
    }
    to {
        top: 740px;
        right: 1140px;
        opacity: 1;
    }
}
@-webkit-keyframes auto4 {
    from {
        top: 210px;
        right: 520px;
        opacity: 1;
    }
    to {
        top: 740px;
        right: 1165px;
        opacity: 1;
    }
}
@keyframes auto4 {
    from {
        top: 210px;
        right: 520px;
        opacity: 1;
    }
    to {
        top: 740px;
        right: 1165px;
        opacity: 1;
    }
}
@-webkit-keyframes people1 {
    from {
        left: -40px;
        top: 30px;
    }
    to {
        left: 1360px;
        top: 730px;
    }
}
@keyframes people1 {
    from {
        left: -40px;
        top: 30px;
    }
    to {
        left: 1360px;
        top: 730px;
    }
}
@-webkit-keyframes people2 {
    from {
        right: 360px;
        bottom: 40px;
    }
    to {
        right: 2060px;
        bottom: 820px;
    }
}
@keyframes people2 {
    from {
        right: 360px;
        bottom: 40px;
    }
    to {
        right: 2060px;
        bottom: 820px;
    }
}
@-webkit-keyframes people3 {
    from {
        right: 390px;
        top: 130px;
    }
    to {
        right: 265px;
        top: 165px;
    }
}
@keyframes people3 {
    from {
        right: 390px;
        top: 130px;
    }
    to {
        right: 265px;
        top: 165px;
    }
}
section.in-viewport .block_what__floor_image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
section.in-viewport .block_what__people_1 {
    position: absolute;
    bottom: 345px;
    left: 0;
    -webkit-animation:block_what__people_1 3s linear;
    animation:block_what__people_1 3s linear;
	display: none;
}
section.in-viewport .block_what__auto_1 {
    position: absolute;
    left: 102px;
    bottom: 340px;
    -webkit-animation:block_what__auto_1 12s linear infinite;
    animation:block_what__auto_1 12s linear infinite;
    animation-delay: 6s;
	display: none;
}
section.in-viewport .block_what__auto_2 {
    position: absolute;
    left: 280px;
    bottom: 50px;
    -webkit-animation:block_what__auto_2 16s linear infinite;
    animation:block_what__auto_2 16s linear infinite;
	z-index: 5;
}
section.in-viewport .block_what__auto_3 {
    position: absolute;
    right: 80px;
    bottom: 198px;
    -webkit-animation:block_what__auto_3 52s linear infinite;
    animation:block_what__auto_3 52s linear infinite;
    animation-delay: 6s;
	display: none;
}
section.in-viewport .block_what__auto_4 {
    position: absolute;
    left: 280px;
    bottom: 50px;
    -webkit-animation:block_what__auto_2 20s linear infinite;
    animation:block_what__auto_2 20s linear infinite;
	z-index: 5;
}
.block_what__el_line {
    position: absolute;
    bottom: 0;
    left: 75px;
    -webkit-animation: block_what__el_line 6s linear;
    animation: block_what__el_line 6s linear;
}
section.in-viewport .block_what__el_1 {
    position: absolute;
    left: 0px;
    bottom: 52px;
	z-index: 2;
    -webkit-animation:block_what__el_1 3s linear;
    animation:block_what__el_1 3s linear;
}
section.in-viewport .block_what__el_2 {
    position: absolute;
    left: 0;
    bottom: 190px;
    transform: scale(1);
    -webkit-animation: block_what__el_2 5s linear;
    animation: block_what__el_2 5s linear;
}
section.in-viewport .block_what__el_3 {
    position: absolute;
    bottom: 132px;
    right: 0;
    -webkit-animation: block_what__el_3 6s linear;
    animation: block_what__el_3 6s linear;
}
section.in-viewport .block_what__el_4 {
    position: absolute;
    right: 190px;
    bottom: 20px;
    -webkit-animation:block_what__el_4 4s linear;
    animation:block_what__el_4 4s linear;
}
@-webkit-keyframes block_what__el_line {
    from {
		bottom: -200px;
		left: 50px;
    }
    to {
		bottom: 0;
		left: 75px;
    }
}
@-webkit-keyframes block_what__el_line {
    from {
		bottom: -200px;
		left: 50px;
    }
    to {
		bottom: 0;
		left: 75px;
    }
}
@keyframes block_what__people_1 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes block_what__auto_1 {
    from {
        left: 102px;
        bottom: 340px;
        opacity: 1;
    }
    to {
        left: -290px;
        bottom: 40px;
        opacity: 1;
    }
}
@keyframes block_what__auto_1 {
    from {
        left: 102px;
        bottom: 340px;
        opacity: 1;
    }
    to {
        left: -290px;
        bottom: 40px;
        opacity: 1;
    }
}
@-webkit-keyframes block_what__auto_2 {
    from {
        left: 160px;
        bottom: 115px;
        opacity: 1;
    }
    to {
        left: 280px;
        bottom: 50px;
        opacity: 1;
    }
}
@keyframes block_what__auto_2 {
    from {
        left: 160px;
        bottom: 115px;
        opacity: 1;
    }
    to {
        left: 280px;
        bottom: 50px;
        opacity: 1;
    }
}
@-webkit-keyframes block_what__auto_3 {
    from {
        right: 80px;
        bottom: 198px;
        opacity: 1;
    }
    to {
        right: 380px;
        bottom: -298px;
        opacity: 1;
    }
}
@keyframes block_what__auto_3 {
    from {
        right: 80px;
        bottom: 198px;
        opacity: 1;
    }
    to {
        right: 380px;
        bottom: -298px;
        opacity: 1;
    }
}
@-webkit-keyframes block_what__auto_4 {
    from {
        left: 160px;
        bottom: 115px;
        opacity: 1;
    }
    to {
        left: 280px;
        bottom: 50px;
        opacity: 1;
    }
}
@keyframes block_what__auto_4 {
    from {
        left: 160px;
        bottom: 115px;
        opacity: 1;
    }
    to {
        left: 280px;
        bottom: 50px;
        opacity: 1;
    }
}
@-webkit-keyframes block_what__el_1 {
    from {
        left: -50px;
    }
    to {
        left: 0;
    }
}
@keyframes block_what__el_1 {
    from {
        left: -50px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes block_what__el_2 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes block_what__el_2 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes block_what__el_3 {
    from {
        right: 170px;
        opacity: 1;
    }
    to {
        right: 235px;
        opacity: 1;
    }
}
@keyframes block_what__el_3 {
    from {
        right: 170px;
        opacity: 1;
    }
    to {
        right: 235px;
        opacity: 1;
    }
}
@-webkit-keyframes block_what__el_4 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes block_what__el_4 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.block_partners_start__floor_container {
    position: relative;
    height: 390px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    top: 400px;
}
.block_partners_start__floor_i1 {
    position: absolute;
    left: 150px;
    bottom: 26px;
    z-index: 2;
    -webkit-animation:block_what__floor_i1 14s linear;
    animation:block_what__floor_i1 14s linear;
}
@-webkit-keyframes block_what__floor_i1 {
    from {
		left: 250px;
		bottom: 126px;
    }
    to {
		left: 150px;
		bottom: 26px;
    }
}
@keyframes block_what__floor_i1 {
    from {
		left: 250px;
		bottom: 126px;
    }
    to {
		left: 150px;
		bottom: 26px;
    }
}
.block_partners_start__floor_i2 {
    position: absolute;
    left: 15px;
    bottom: 85px;
    z-index: 2;
    -webkit-animation:block_what__floor_i2 5s linear;
    animation:block_what__floor_i2 5s linear;
}
@-webkit-keyframes block_what__floor_i2 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes block_what__floor_i2 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.block_partners_start__floor_i3 {
    position: absolute;
    left: 250px;
    bottom: 55px;
    z-index: 2;
    -webkit-animation:block_what__floor_i3 28s linear;
    animation:block_what__floor_i3 28s linear;
}
@-webkit-keyframes block_what__floor_i3 {
    from {
		left: 100px;
		bottom: 185px;
    }
    to {
		left: 250px;
		bottom: 55px;
    }
}
@keyframes block_what__floor_i3 {
    from {
		left: 100px;
		bottom: 185px;
    }
    to {
		left: 250px;
		bottom: 55px;
    }
}
.block_partners_start__floor_i4 {
    position: absolute;
    right: 325px;
    bottom: 105px;
    z-index: 2;
    -webkit-animation:block_what__floor_i4 12s linear;
    animation:block_what__floor_i4 12s linear;
}
@-webkit-keyframes block_what__floor_i4 {
    from {
		right: 200px;
		bottom: 165px;
    }
    to {
		right: 325px;
		bottom: 105px;
    }
}
@keyframes block_what__floor_i4 {
    from {
		right: 200px;
		bottom: 165px;
    }
    to {
		right: 325px;
		bottom: 105px;
    }
}
.block_partners_start__floor_i5 {
    position: absolute;
    right: 195px;
    bottom: 205px;
    z-index: 2;
    -webkit-animation:block_what__floor_i5 6s linear;
    animation:block_what__floor_i5 6s linear;
}
@-webkit-keyframes block_what__floor_i5 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes block_what__floor_i5 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.block_partners_start__floor_i6 {
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index: 2;
    -webkit-animation:block_what__floor_i6 8s linear;
    animation:block_what__floor_i6 8s linear;
}
@-webkit-keyframes block_what__floor_i6 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes block_what__floor_i6 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.block_partners_start__floor_i7 {
	display: none;
    -webkit-animation:block_what__floor_i7 8s linear;
    animation:block_what__floor_i7 8s linear;
}
@-webkit-keyframes block_what__floor_i7 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes block_what__floor_i7 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.in-viewport .block_partners_start__floor_coin1 {
	position: absolute;
	left: 72px;
	top: -100px;
	z-index: 2;
    -webkit-animation:block_what__coin1 10s linear forwards;
    animation:block_what__coin1 10s linear forwards;
}
@-webkit-keyframes block_what__coin1 {
    from {
			left: 72px;
			top: -100px;
    }
    to {
		left: 72px;
		top: 96px;
    }
}
@keyframes block_what__coin1 {
    from {
		left: 72px;
		top: -100px;
    }
    to {
		left: 72px;
		top: 96px;
    }
}
.in-viewport .block_partners_start__floor_coin2 {
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: 2;
    -webkit-animation:block_what__coin2 10s linear forwards;
    animation:block_what__coin2 10s linear forwards;
	animation-delay: 4s;
}
@-webkit-keyframes block_what__coin2 {
    from {
		left: 0px;
		top: -100px;
    }
    to {
		left: 0px;
		top: 320px;
    }
}
@keyframes block_what__coin2 {
    from {
		left: 0px;
		top: -100px;
    }
    to {
		left: 0px;
		top: 350px;
    }
}
.in-viewport .block_partners_start__floor_coin3 {
	position: absolute;
	left: 290px;
	top: -100px;
	z-index: 2;
    -webkit-animation:block_what__coin3 16s linear forwards;
    animation:block_what__coin3 16s linear forwards;
	animation-delay: 5s;
}
@-webkit-keyframes block_what__coin3 {
    from {
		left: 290px;
		top: -100px;
    }
    to {
		left: 290px;
		top: 415px;
    }
}
@keyframes block_what__coin3 {
    from {
		left: 290px;
		top: -100px;
    }
    to {
		left: 290px;
		top: 415px;
    }
}
.in-viewport .block_partners_start__floor_coin4 {
    position: absolute;
    right: 270px;
    top: -100px;
    z-index: 2;
    -webkit-animation:block_what__coin4 8s linear forwards;
    animation:block_what__coin4 8s linear forwards;
}
@-webkit-keyframes block_what__coin4 {
    from {
		right: 270px;
		top: -100px;
    }
    to {
		right: 270px;
		top: 655px;
    }
}
@keyframes block_what__coin4 {
    from {
		right: 125px;
		top: -100px;
    }
    to {
		right: 125px;
		top: 315px;
    }
}
.in-viewport .block_partners_start__floor_coin5 {
    position: absolute;
    right: 35px;
    top: -100px;
    z-index: 2;
    -webkit-animation:block_what__coin5 11s linear forwards;
    animation:block_what__coin5 11s linear forwards;
	animation-delay: 5s;
}
@-webkit-keyframes block_what__coin5 {
    from {
		right: 35px;
		top: -100px;
    }
    to {
		right: 35px;
		top: 425px;
    }
}
@keyframes block_what__coin5 {
    from {
		right: 35px;
		top: -100px;
    }
    to {
		right: 35px;
		top: 425px;
    }
}
.in-viewport .block_partners_start__floor_coin6 {
    position: absolute;
    right: 270px;
    top: -100px;
    z-index: 2;
    -webkit-animation:block_what__coin6 26s linear forwards;
    animation:block_what__coin6 26s linear forwards;
}
@-webkit-keyframes block_what__coin6 {
    from {
		right: 270px;
		top: -100px;
    }
    to {
		right: 270px;
		top: 375px;
    }
}
@keyframes block_what__coin6 {
    from {
		right: 270px;
		top: -100px;
		opacity: 1;
    }
    to {
		right: 270px;
		top: 375px;
		opacity: 1;
    }
}
.page_politic {
	background: #4246FE;
	background: linear-gradient(40deg, #4246FE, #3F98FE);
	padding: 175px 0 0 0;
}
.page_politic__list > div {
	background: #F6F6F6;
	border-radius: 28px;
	padding: 40px;
	margin: 0 0 20px 0;
}
.page_politic h1 {
	color: #fff;
	font-size: 40px;
	line-height: 39px;
	font-weight: 700;
	margin: 0 0 55px 0;
	max-width: 700px;
	padding: 0 0 0 38px;
}
.page_politic p {
	font-size: 24px;
	line-height: 115%;
	margin: 0 0 25px 0;
	color: #020B22;
}
.page_politic p:last-of-type {
	margin: 0;
}
.page_politic h3,
.page_politic h4,
.page_politic h5 {
	font-size: 32px;
	font-weight: 700;
	color: #020B22;
	margin: 0 0 25px 0;
}
.page_politic li {
	font-size: 24px;
	line-height: 115%;	
	padding: 0 0 0 32px;
	position: relative;
	color: #020B22;
}
.page_politic li:before {
    content: "";
    display: block;
    background: #020B22;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.page_politic__list {
    padding: 0 0 75px 0;
}
.page_politic__floor {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.block_contacts__inner > div:nth-child(1) {
	padding: 40px 85px 40px 40px;
}