:root {
	--color-primary: #295FDD;
	--color-text: #000000;
	--color-gray: #797979;
}

img {
	max-width: 100%
}

a {
	text-decoration: none;
	transition: 0.5s;
	text-decoration: none;
	color: var(--color-primary);
}

a:hover {}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin-bottom: 0;
}

.mob {
	display: none;
}

.pad {
	display: none
}

body {
	font-family: 'Basis Grotesque Pro';
	font-size: 16px;
	color: #191c1f;
	font-weight: 400;
	background: #f9fbff;
	overflow-x: hidden;
	color: var(--color-text);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.container-fluid {
	padding: 0 60px;
}

.container {
	max-width: 930px;
}

section {
	position: relative;
	background-color: #f9fbff;
}

::focus {
	border: none;
	outline: 0
}

.hid {
	display: none;
}

.hidd {
	display: none;
}


/*FLEX*/

.fl {
	display: flex;
}

.fw {
	flex-wrap: wrap;
}

.jsb {
	justify-content: space-between;
}

.jc {
	justify-content: center;
}

.jfe {
	justify-content: flex-end;
}

.jsa {
	justify-content: space-around;
}

.ac {
	align-items: center;
}

.ae {
	align-items: flex-end
}

.as {
	align-items: flex-start
}

.afs {
	align-items: flex-start
}


.tc {
	text-align: center;
}

.cw {
	color: white
}

.cb {
	color: black;
}

/*HEADER*/

header {
	padding: 15px 0;
	position: relative;
	z-index: 99;
	background: #f9fbff;
}

header .container {
	max-width: 1200px
}

.logo {
	margin-right: 30px;
}

.menu ul li a {
	color: #191c1f;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
}

.menu ul {
	display: flex;
}

.buts a.bg {
	color: #ffffff;
	border: 1px solid #9d4bd3;
	background-color: #b847d9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 116px;
	padding: 8px 7px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}


.buts a.bord {
	color: #191c1f;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	min-width: 116px;
	padding: 8px 7px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}



.lang {
	padding-left: 35px;
	font-size: 16px;
}

.lang-hid {
	display: none;
}

.lang a {
	font-size: 18px;
	font-weight: 400;
}

.lang .arr {
	position: relative;
	margin-left: 3px;
	top: -5px;
	display: inline-block;
}

.lang .arr:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	position: absolute;
	top: 45%;
	left: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: transparent transparent transparent transparent;
	border-top-color: inherit;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

/*PROMO*/

.promo {
	padding: 80px 0 10px;
	background: #f9fbff url(../img/fon1.png) no-repeat center 0;
	background-size: 100%;
}

.promo .title {
	font-weight: 900;
	font-size: 59px;
	text-align: center;
	line-height: 1;
	margin-bottom: 70px;
	color: black;
}

.promo .title span {
	display: inline-block;
	position: relative;

}

.promo .title span:after {
	content: url(../img/oval7.png);
	position: absolute;
	top: -25px;
	left: -17px;
	transform: rotate(180deg);
}

.promo .subtitle {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;

}

.promo .container:before {
	content: url(../img/ruka1.png);
	position: absolute;
	left: 0;
	top: -130px;
}


.promo .container:after {
	content: url(../img/ruka2.png);
	position: absolute;
	right: 0;
	top: -140px;
}

.promo .item {
	border-width: 1px;
	border-radius: 20px;
	background-color: #ffffff;
	border-color: #e1e1e1;
	border-style: solid;
	box-shadow: 0px 10px 20px 0px rgba(85, 87, 89, 0.1);
	padding: 20px 20px 15px 20px;
	text-align: center;
	margin: 0 10px;
}

.promo .item p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	max-width: 170px;
	margin: 10px auto 15px auto;
	line-height: 1.2;

}

.promo .item img {
	max-width:56px
}


/*LINE*/

.line {
	display: flex;
	justify-content: space-between;
	margin: 58px 0 0px;
	padding-bottom: 30px;
}

.line .line1 {
	flex-basis: 52%;
	background: url(../img/line1.svg) repeat;
	height: 120px;
}


.line .line2 {
	flex-basis: 63%;
	position: relative;
	margin-left: -20px;
	top: -29px;
	background: url(../img/line2.svg) repeat-x;
	height: 120px;
}

/*ABOUT*/

.about {
	padding: 10px 0 30px;
	background: url(../img/gbg.png) no-repeat 0% 0%, url(../img/fbg.png) no-repeat 100% 20%;
}

.about .title {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 30px;
	position: relative;
}

.about .yt {
	text-align: center;
	position: relative;
}

.about .yt:before {
	content: url(../img/pla.png);
	position: absolute;
	top: -40px;
	left: 0px;
	z-index: 1;
}

.about .yt:after {
	content: url(../img/pla2.png);
	position: absolute;
	bottom: -30px;
	right: 10px;
}

.about .title:after {
	content: url(../img/user2.png);
	position: absolute;
	bottom: -150px;
	right: -70px;
}

.but.join {
	text-align: center;
	margin-top: 20px;
}

.but.join a {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 3px;
	border-radius: 20px;
	background-image: linear-gradient(300deg, rgba(205, 71, 209, 1) 0%, rgba(162, 70, 225, 1) 100%);
	border-color: #c6a3de;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 100%;
	max-width: 465px;
	padding: 17px;
	display: block;
	margin: 10px auto;
}

/*AUTHORS*/

.authors {
	padding: 40px 0 35px;
	background: url(../img/gbg.png) no-repeat 0% 0%, url(../img/fbg.png) no-repeat 100% 20%;
	background-color: #f9fbff;
}

.authors .text {
	border-width: 1px;
	border-radius: 20px;
	background-color: #ffffff;
	border-color: #ebeff6;
	border-style: solid;
	padding: 35px 60px;
	position: relative;
	min-height: 716px;
}


.authors .title {
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 20px;
}

.authors p {
	margin-bottom: 20px;
	font-size: 20px;
	max-width: 610px;
}

.authors .col1 {}

.authors .col2 {}

.authors .col2 img {
	position: absolute;
	right: -260px;
	top: 5px;
	max-width: 456px;
}

.authors .text:before {
	content: url(../img/kol.png);
	position: absolute;
	top: -20px;
	left: -70px;
}


/*THOSE*/

.those .text:before {
	content: url(../img/user1.png);
	position: absolute;
	left: -70px;
	top: 50%;
}

.those .text:after {
	content: url(../img/chat4.png);
	position: absolute;
	right: -20px;
	top: 40%;
}

.those {
	padding: 0px 0 80px;
}

.those .text {
	position: relative;
	background: url(../img/fon2.png) no-repeat;
	border-width: 1px;
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	border-color: #ebeff6;
	border-style: solid;
	padding: 60px 40px 80px;
	background-size: cover;
	box-shadow: 0px 10px 30px 0px rgba(147, 168, 189, 0.2);
}


.those .title {
	text-align: center;
	font-size: 45px;
	line-height: 1.1;
	font-weight: 900;
	padding: 0 40px;
}

/*TAKE*/

.take {
	padding: 80px 0;
	background: url(../img/gbg.png) no-repeat -20% 10%, url(../img/fbg.png) no-repeat 0% 50%, url(../img/fbg.png) no-repeat 110% 10%, url(../img/gbg.png) no-repeat 110% 30%;
	background-color: #f9fbff;
}

.take .items {
	background: url(../img/str1.png) no-repeat 95px 60px, url(../img/str4.svg) no-repeat 620px 60px, url(../img/str2.svg) no-repeat 120px 280px, url(../img/str5.svg) no-repeat 650px 300px, url(../img/str2.svg) no-repeat 120px 470px, url(../img/str6.svg) no-repeat 660px 470px;
	background-size: 20%, 20%, 15%, 15%, 15%, 15%;
}
.take .item img {
	max-width:85px
}
.take .item {
	display: flex;
	align-items: flex-end;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.take .item .stext {
	max-width: 409px;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
}

.take .title {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 0px;
	text-align: center;
	background: url(../img/oval1.png) no-repeat center center;
	padding: 50px 30px 40px;
	background-size: 33%;
}

.take .item:nth-child(4) {
	height: 180px;
}

.take .container:before {
	content: url(../img/lamp.png);
	position: absolute;
	left: 7%;
	top: 0;
}

.take .container:after {
	content: url(../img/like.png);
	position: absolute;
	right: 2%;
	top: 18%;
}



.take .item:first-child {}



.take .iphone {
	position: relative;
	margin-top: -100px;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
}

.take .iphone img {
	box-shadow: 0px 0px 0px silver;
	max-width: 330px;
}

.take .all {
	background: #fff url(../img/fon3.svg) no-repeat center bottom;
	position: relative;
	border-width: 1px;
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	padding: 40px 10px;
	margin-top: -50px;
	z-index: 2;
	background-size: 80%;
	max-width: 736px;
	margin-left: auto;
	margin-right: auto;
}

.take .all .tit {
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
	padding: 0 90px;
	text-align: center;
}

.take .all .stick1 {
	border-radius: 10px;
	background-image: linear-gradient(122deg, rgba(95, 228, 108, 1) 0%, rgba(27, 187, 43, 1) 100%);
	/* border-color: transparent; */
	border-style: solid;
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	position: absolute;
	top: -20px;
	left: -80px;
	color: white;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 40px;
	max-width: 170px;
	font-weight: 500;
}

.take .all .stick2 {
	color: #ffffff;
	font-size: 16px;
	border-radius: 10px;
	background-image: linear-gradient(291deg, rgba(205, 71, 209, 1) 0%, rgba(162, 70, 225, 1) 100%);
	-webkit-transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	transform: rotate(345deg);
	position: absolute;
	left: -140px;
	bottom: -40px;
	padding: 10px 20px;
	max-width: 200px;
	text-align: center;
	font-weight: 500;
}

.take .all .stick3 {
	color: #ffffff;
	font-size: 16px;
	border-radius: 10px;
	background-image: linear-gradient(292deg, rgba(205, 71, 209, 1) 0%, rgba(162, 70, 225, 1) 100%);
	border-color: transparent;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
	position: absolute;
	right: -90px;
	top: 0;
	padding: 12px 20px;
	max-width: 190px;
	text-align: center;
	font-weight: 500;
}

.take .all .stick4 {
	color: #ffffff;
	font-size: 16px;
	padding: 21px 24px;
	border-radius: 10px;
	background-image: linear-gradient(122deg, rgba(95, 228, 108, 1) 0%, rgba(27, 187, 43, 1) 100%);
	border-color: transparent;
	-webkit-transform: rotate(346deg);
	-moz-transform: rotate(346deg);
	transform: rotate(346deg);
	position: absolute;
	right: -60px;
	bottom: -20px;
	font-weight: 500;
}

.feat {
	background: #f9fbff;
	position: relative;
}

.feat-bg {
	padding: 60px 0 10px;
	background: url(../img/fbg.png) no-repeat 10% 70%, url(../img/gbg.png) no-repeat 90% 70%;
	position: relative;
}

.feat-bg:before {
	content: url(../img/pip2.png);
	position: absolute;
	left: 5%;
	top: 35%;
	z-index: 0;
}

.feat-bg:after {
	content: url(../img/note.png);
	position: absolute;
	right: 15%;
	top: 55%;
	z-index: 0;
}

.feat .title {
	color: #191c1f;
	font-size: 50px;
	font-weight: 900;
	background: url(../img/oval2.png) no-repeat center center;
	padding: 40px 40px;
	text-align: center;
	background-size: 36%;
}

.feat .item {
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	box-shadow: 0px 10px 30px 0px rgba(147, 168, 189, 0.2);
	padding: 30px 40px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

.feat .item:nth-child(2):before {
	position: absolute;
	top: -60px;
	right: -50px;
	content: url(../img/rub.png);
}



.feat .item .tit {
	font-size: 30px;
	font-weight: 900;
	padding-right: 40px;
	flex-basis: 50%;
	line-height: 1.2;
}

.feat .item .tags  {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-basis: 50%;
}

.feat .item .tags ul  {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.feat .item .tags ul li {
	border-width: 1px;
	border-radius: 60px;
	background-color: #f9fcff;
	background-position: center center;
	border-color: #c3d4e8;
	border-style: solid;
	color: #426171;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	margin: 5px;
}

.feat .item:nth-child(3) .tags ul li {
	color: #427252;
	border-color: #c4e9c7;
	border-width: 1px;
}

.feat .item:nth-child(4) .tags ul li{
	color: #b385c3;
	background-color: #fef9ff;
	background-position: center center;
	border-color: #e9c4e7;
	border-style: solid;
}

.feat .item:nth-child(5) .tags ul li {
	background-color: #fffef9;
	background-position: center center;
	border-color: #9fd3f9;
	border-style: solid;
	color: #0d99ff;
}

.feat .item:nth-child(5):before {
	content: url(../img/money.png);
	position: absolute;
	left: -50px;
	bottom: -51px;
}


.why {
	background: #f9fbff;
	margin-top: -30px;
}

.why-bg {
	padding: 20px 0 40px;
	background: url(../img/gbg.png) no-repeat -10% 30%, url(../img/fbg.png) no-repeat -10% 55%,url(../img/gbg.png) no-repeat 90% 35%;
}


.why .title {
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

.why .text {
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	border-color: transparent;
	box-shadow: 0px 10px 30px 0px rgba(147, 168, 189, 0.2);
	padding: 50px 67px 19px;
	margin-bottom: 30px;
}

.why .text.text-main {
	padding-right: 0;
}

.why .text.text-main .col1 {
	flex-basis: 62%;
	padding-right: 15px;
}

.why .text.text-main .col2 {
	padding-top: 70px;
}

.why .text .tit {
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 1.1;
}
.why .text-fon .tit {
	max-width:300px
}
.why .text p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.why .fl .item .tit:after {
	content: url(../img/line.png);
	display: block;
	margin: 30px 0 20px;
}

.why .col + .col .item .tit:after {
	display: none !important;
}

.why .col + .col .item .tit {
	margin-bottom: 34px;
}

.why .fl .item {
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	box-shadow: 0px 10px 30px 0px rgba(147, 168, 189, 0.2);
	padding: 30px 30px 50px 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	min-height: 421px;
}

.why .fl .item .tit {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
}

.why .fl .item p {
	font-size: 20px;
	line-height: 1.5;
}

.why .fl-new {
	margin: 0 -15px;
	flex-wrap: nowrap;
}

.why .fl-new .col {
	padding: 0 15px;
}

.why .text-fon {
	background: #fff url(../img/fon3.svg) no-repeat 30% bottom;
	background-size: 100%;
}

.why .text-fon:after {
	content: url(../img/th1.png);
	position: absolute;
	right: 220px;
	top: 46%;
}

.why .text-fon p {
	max-width: 600px;
}

.why .fl-new:before {
	content: url(../img/chat3.png);
	position: absolute;
	left: 100px;
	z-index: 0;
	top: 750px;
}


.why .fl-new:after {
	content: url(../img/th2.png);
	position: absolute;
	right: 190px;
	top: 840px;
	z-index: 0;
}

.why .tit-line:after {
	content: url(../img/line.png);
	display: block;
	margin-top: -40px;
	margin-left: -20px;
}

.why .text-bg {
	background: #fff url(../img/lamp2.png) no-repeat 104% bottom;
	margin-bottom: 40px;
	padding: 60px 30px 70px 66px;
}

.why .text-bg p {
	max-width: 450px;
}

.why .text-bg2 {
	background: url(../img/fon5.jpg) no-repeat center 0;
	padding: 20px 30px 60px;
	color: white;
	background-size: cover;
	height: 314px;
}

.why .text-bg2 .col1 {
	padding-right: 30px;
	flex-basis: 107%;
	position: relative;
	top: -40px;
}

.why .text-bg2 .col2 {
	padding-right: 40px;
	padding-left: 30px
}

/*STEPS*/

.steps {
	padding: 80px 0;
	margin: 70px 0 0;
}

.steps .title {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 10px;
}

.steps .col2 {
	position: absolute;
	right: 50px;
}

.steps .title:after {
	content: url(../img/like2.png);
	position: absolute;
	top: -30px;
	margin-left: 30px
}

.steps ol {
	list-style: decimal;
	margin-left: 6px;
	padding-left: 0
}

.steps ol li {
	padding: 25px 0 25px 0px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	border-bottom: 1px solid #c7dcfe;
	list-style-position: inside;
}

.but.launch:before {
	content: url(../img/ruka3.png);
	position: absolute;
	left: -330px;
	top: -120px;
}

.but.launch {
	margin-top: 70px;
	position: relative;
}

.but.launch a {
	font-weight: 600;
	text-transform: uppercase;
	border-width: 3px;
	border-radius: 20px;
	background-image: linear-gradient(101deg, rgba(95, 228, 108, 1) 0%, rgba(27, 187, 43, 1) 98%);
	border-color: #9cf8a5;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	color: #ffffff;
	font-size: 25px;
	padding: 17px 20px;
	width: 100%;
	display: block;
	text-align: center;
	max-width: 465px;
}



/*ROADMAP*/

.roadmap {
	padding: 90px 0 0;
}

.roadmap .container {
	border-left: 3px solid #c7dcfe;
	padding-left: 2px;
}

.roadmap:after {
	content: url(../img/opacity.png);
	position: absolute;
	bottom: -140px;
	z-index: 5;
	display: block;
	width: 100%;
	overflow: hidden;
}

.roadmap:before {
	content: url(../img/ruka4.png);
	position: absolute;
	bottom: 0px;
	right: -100px;
	z-index: 9;
}

.roadmap .title {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 30px;
	text-align: center;
}

.roadmap .item {
	border-radius: 20px;
	background-color: #ffffff;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	box-shadow: 0px 10px 30px 0px rgba(147, 168, 189, 0.2);
	padding: 30px 21px 30px 30px;
	margin-bottom: 30px;
	position: relative;
}

.roadmap .item .tit {
	font-size: 30px;
	font-weight: 900;
	padding-left: 5px;
	margin-top: 20px;
	line-height: 1.1;
	max-width: 600px;
}

.roadmap .item:nth-child(4):after {
	content: url(../img/sam.png);
	position: absolute;
	right: -70px;
	bottom: -20px;
}

.roadmap .date {
	display: flex;
	align-items: center;
}
.roadmap .date img {
	max-width:35px;
}
.roadmap .date span {
	font-size: 18px;
	font-weight: 900;
	padding-left: 30px;
}

.roadmap .status {
	font-size: 16px;
	font-weight: 500;
	padding: 11px 30px;
	border-radius: 60px;
	line-height: 1;
	display: inline-block;
}

.roadmap .item .status.done {
	color: #5acd4a;
	border-width: 1px;
	background-color: #f9fff9;
	border-color: #98ebaf;
	border-style: solid;
}

.roadmap .item .status.inp {
	color: #d3c543;
	border-width: 1px;
	background-color: #fefff9;
	border-color: #eaeb98;
	border-style: solid;
}

.roadmap .item .status.todo {
	color: #b447db;
	border-width: 1px;
	background-color: #fff;
	border-color: #b447db;
	border-style: solid;
}

.roadmap .item .status.backlog {
	color: #e43030;
	background-color: #fff9f9;
	border-color: #eb9898;
	border-style: solid;
	border-width: 1px;
}

/*FAQ*/

.faq {
	padding: 0px 0 130px;
	z-index: 11;
	margin-top: -10px;
}

.faq .subtitle {
	font-size: 30px;
	font-weight: 600;
}

.faq .title {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 40px;
	position: relative;
}

.faq .title span:after {
	content: url(../img/chat1.png);
	position: absolute;
	margin-left: 40px;
	top: -60px;
}
.faq-items .hid {
	padding-top:20px;
	font-size: 19px;
	padding-bottom: 20px;
}
.faq-items ul li {
	background: white;
	border-bottom: 2px solid #f1f6ff;
	padding: 30px 30px;
}
.faq-items .hid ul  {
	padding:17px
}
.faq-items .hid ul li {
	border:none;
	padding:5px 0;
	border:none;
	list-style:disc;
}
.faq .but.join {
	text-align: center;
	margin-top: 20px;
	position: relative;
	margin-top: 40px;
}

.faq .but.join a {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 3px;
	border-radius: 20px;
	background-image: linear-gradient(300deg, rgba(205, 71, 209, 1) 0%, rgba(162, 70, 225, 1) 100%);
	border-color: #c6a3de;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 100%;
	max-width: 465px;
	padding: 18px;
}

.faq .but.join:before {
	content: url(../img/ruka3.png);
	position: absolute;
	left: -150px;
	top: -126px;
}
.faq-items ul li.active .img svg {
    transform: rotate(45deg);
	transition:0.5s;
}

.faq-items ul li:hover svg g {
	stroke:#50dc5c
}
/*FOOTER*/

footer {
	background: #f9fbff;
}

footer .fline {
	background: url(../img/footer.png) no-repeat;
	background-size: cover;
	padding: 17px 0;
	box-shadow: 0px 0px 25px rgb(192 192 192 / 38%);
	border-top: 1px solid #eee;
}

footer .up img {
	width: 32px;
}

footer .cont a {
	font-size: 25px;
	font-weight: 500;
	padding: 0 10px;
	color: #000;
}

footer .fbot {
	padding: 35px 0;
}

footer .fbot a {
	color: black;
}

footer .fbot {
	font-size: 15px;
}
footer .fbot .copy {
	max-width:150px
}
footer .fbot .app {
	display: flex;
	align-items: center
}

footer .fbot .app img {
	max-width: 135px;
}

footer .fbot a {
	padding-right: 15px;
}

footer .fbot a + a {
	padding-right: 0
}




@media (min-width: 1200px) and (max-width: 1500px) {
	.promo .container:before {
		left: -110px;
	}

	.promo .container:after {
		right: -150px;
	}

	.line .line2 {
		flex-basis: 49%;
	}

	.take .container:after {

		right: -8%;

	}

	.feat-bg:before {

		left: -2%;

	}

	.feat-bg:after {

		right: 1%;
	}

	.why .fl-new:after {

		right: -30px;
	}

	.why .text-fon:after {

		right: 80px;
	}


.roadmap:before {
    
    right: -280px;
  
}
	.steps .col2 img {
		width: 460px;
	}

	.steps ol li {

		font-size: 24px;
	}

}
.lang-hid {
    position: absolute;
    background: #fff;
    padding: 7px 15px;
    width: 50px;
    box-shadow: 0px 0px 15px silver;
}

.lang-hid a {
    color: black;
    display: block;
}
.lang-hid a:hover {
    color:#af3fd4
}

.lang {
     cursor:pointer
}

.form {
    padding:50px 0
}

.form  .form-group {
  margin-bottom:40px;  
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.form  label {
    display:block;
    font-size:20px;
    margin-bottom:10px;
}

.form  input[type="text"] {
    border:none;
    background:none;
    display:block;
    padding:10px 0;
    width:100%;
    border-bottom:1px solid #000;
}

.form  input[type="text"]:focus-within {
    outline:0
}

.form select {
    border: none;
    border-bottom: 1px solid #000;
    background: none;
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 16px;
}

.form select:focus-within {
    outline:0;
    
}

.form span {
    font-size:18px;
    padding-left:5px;
}

.form .form-group.radio label {
    margin-bottom:5px;
}

.form button {
    color: #ffffff;
    background-color: #b847d9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:none;
    font-weight:500;
    font-size:17px;
    padding:15px 65px;
    text-align:center;
    display:block;
    margin:0 auto;
    
}

.form .agree {
    max-width:600px;
    text-align:center;
    margin:0 auto;
}

.welcome {
    background: #f9fbff;
}

.welcome .title {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    max-width: 600px;
    line-height: 1.2;
    margin: 0px auto;
    padding: 50px 0;
    color: black;
}

.welcome p {
    text-align: center;
    font-size: 20px;
}



.welcome:before {
	content:url(../img/ruka1.png);
	position: absolute;
	left:50px;
	top:-20px;
}

.welcome:after {
	content:url(../img/ruka2.png);
	position: absolute;
	right:50px;
	top: -80px;
}

.thank b {
    font-size: 28px;
    display: block;
    font-weight: 700;
}

.thank {
    text-align: center;
    font-size: 20px;
}

.take .item>.stext {
    margin-top: 30px;
}

.take .item>.stext {
    margin-top: 40px;
    margin-bottom: -13px;
}

.take .item .img1+.stext {
    margin-top: 0px;
    margin-bottom: 0;
}

.video img {
    position: absolute;
    z-index: 0;
    max-width: 800px;
}

a#play {
    position: absolute;
    z-index: 99;
    top: 43%;
    left: 47%;
}

@font-face {
	font-family: 'Basis Grotesque Pro';
	src: url('../fonts/BasisGrotesquePro-Regular.eot');
	src: local('Basis Grotesque Pro Regular'), local('BasisGrotesquePro-Regular'),
		url('../fonts/BasisGrotesquePro-Regular.eot%3F') format('embedded-opentype'),
		url('../fonts/BasisGrotesquePro-Regular.woff2') format('woff2'),
		url('../fonts/BasisGrotesquePro-Regular.woff') format('woff'),
		url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Basis Grotesque Pro';
	src: url('../fonts/BasisGrotesquePro-Black.eot');
	src: local('Basis Grotesque Pro Black'), local('BasisGrotesquePro-Black'),
		url('../fonts/BasisGrotesquePro-Black.eot%3F') format('embedded-opentype'),
		url('../fonts/BasisGrotesquePro-Black.woff2') format('woff2'),
		url('../fonts/BasisGrotesquePro-Black.woff') format('woff'),
		url('../fonts/BasisGrotesquePro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


@font-face {
	font-family: 'Basis Grotesque Pro';
	src: url('../fonts/BasisGrotesquePro-Bold.eot');
	src: local('Basis Grotesque Pro Bold'), local('BasisGrotesquePro-Bold'),
		url('../fonts/BasisGrotesquePro-Bold.eot%3F') format('embedded-opentype'),
		url('../fonts/BasisGrotesquePro-Bold.woff2') format('woff2'),
		url('../fonts/BasisGrotesquePro-Bold.woff') format('woff'),
		url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Basis Grotesque Pro';
	src: url('../fonts/BasisGrotesquePro-Medium.eot');
	src: local('Basis Grotesque Pro Medium'), local('BasisGrotesquePro-Medium'),
		url('../fonts/BasisGrotesquePro-Medium.eot%3F') format('embedded-opentype'),
		url('../fonts/BasisGrotesquePro-Medium.woff2') format('woff2'),
		url('../fonts/BasisGrotesquePro-Medium.woff') format('woff'),
		url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}