* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 100%;
	color: #000;
}
.wrapper_over {
	overflow: hidden;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
h1, h2, h3, h4 {
	font-family: 'Neue Machina', sans-serif;
}
.sec_top {
	background: #3908C3;
	padding-top: 82px;
	padding-bottom: 320px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header {
	margin-bottom: 142px;
	position: relative;
	z-index: 6;
}
.mob_sbg {
	display: none;
}
.close {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	transform: rotate(-45deg);
	width: 30px;
	height: 2px;
	background: #fff;
}
.close:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	transform: rotate(45deg);
	width: 30px;
	height: 2px;
	background: #fff;
}
header .burg {
	width: 30px;
	display: none;
}
header .burg span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 4px;
}
header .burg span:last-child {
	margin-bottom: 0;
}
header .menu_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .menu_flex a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-left: 40px;
	transition: all 0.5s;
}
header .menu_flex a:hover {
	opacity: 0.7;
}
header .menu_flex a:first-child {
	margin-left: 0;
}
header .menu_flex a.btn_prezent {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	color: #3908C3;
	width: 220px;
	padding: 8px 0;
	transition: all .5s;
}
header .menu_flex a.login {
	background: transparent;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 101px;
	padding: 8px 0;
	transition: all .5s;
	border: solid 1px #fff;
	margin-left: 16px;
}
header .menu_flex a.login svg {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 2px;
}
header .menu_flex a.login:hover {
	background: #fff;
	color: #3908C3;
	opacity: 1;
}
header .menu_flex a.login:hover svg path {
	stroke: #3908C3;
}
footer a.login svg {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 2px;
}
header .menu_flex a.btn_prezent:hover {
	background: #3908C3;
	color: #fff;
	border: solid 1px #fff;
	opacity: 1;
}
h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60.5px;
	text-align: left;
	color: #fff;
	margin: 0 0 52px 0;
}
h2 {
	font-size: 56px;
	line-height: 64px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0 0 35px 0;
}
h3 {
	font-size: 48px;
	line-height: 55px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0 0 74px 0;
}
.h3 {
    margin: 48px 0 0 34px;
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.sec_top ul {
	margin: 0;
	padding: 0;
}
.sec_top ul li {
	list-style-type: none;
	position: relative;
	padding-left: 47px;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}
.sec_top ul li:before {
	content: url(../img/check.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.sec_top .inner_top {
	z-index: 6;
	position: relative;
}
.am1,
.am2,
.am3,
.am4,
.am5,
.am6 {
    pointer-events: none;
}
.sec_top .am1 {
	position: absolute;
	right: -19.6%;
	top: -12%;
	z-index: 1;
}
.sec_top .am2 {
	position: absolute;
	right: -9%;
	top: -1%;
	z-index: 4;
}
.sec_top .am3 {
	position: absolute;
	right: 3.8%;
	top: 15.8%;
	z-index: 3;
}
.sec_top .am4 {
	position: absolute;
	right: 19.5%;
	top: 46.2%;
	z-index: 4;
}

.sec_top .am5 {
	position: absolute;
	right: 12%;
	top: 115.2%;
	z-index: 4;
}

.sec_top .am6 {
	position: absolute;
	right: -6%;
	top: 30.2%;
	z-index: 4;
}
.paral_l {
	position: absolute;
	background: #8A30FF;
	border-radius: 25%;
	transform: rotate(-45deg);
}
.paral_l.l1 {
	left: 36%;
	top: 13%;
	width: 22px;
	height: 22px;
}

.paral_l.l2 {
	left: 47%;
	top: 22%;
	width: 14px;
	height: 14px;
}
.paral_l.l3 {
	left: 58%;
	top: 20%;
	width: 11px;
	height: 11px;
}
.paral_l.l4 {
	left: 52%;
	top: 38%;
	width: 9px;
	height: 9px;
}
.paral_l.l5 {
	right: 20%;
	top: 42%;
	width: 11px;
	height: 11px;
}

.paral_l.l6 {
	right: 7%;
	bottom: -14%;
	width: 9px;
	height: 9px;
}
.paral_l.l7 {
	right: 7%;
	bottom: -20%;
	width: 12px;
	height: 12px;
}
.paral_l.l8 {
	right: -1%;
	bottom: -16%;
	width: 12px;
	height: 12px;
}
.paral_l.l9 {
	right: -16%;
	top: -3%;
	width: 12px;
	height: 12px;
}
.paral_l.l10 {
	right: -6%;
	top: -8%;
	width: 21px;
	height: 21px;
}
.paral_l.l11 {
	right: 5%;
	top: -3%;
	width: 15px;
	height: 15px;
}
.paral_l.l12 {
	right: -13%;
	top: 9%;
	width: 29px;
	height: 29px;
}

.container_title {
	font-family: Manrope;
	font-size: 35px;
	font-weight: 800;
	line-height: 47.81px;
	margin: 0;
	text-align: left;
	color: #8A30FF;


}

.content_bg {
	position: absolute;
	top: 50%;
	left: 30%;
}
.sec_how_work {
	background: #EFF3F8;
	padding-top: 256px;
	padding-bottom: 101px;
}
.sec_how_work .flex {
	align-items: flex-start;
}
.sec_how_work .flex .item {
	flex: 0 0 47%;
	background: #fff;
	box-shadow: 0px 10px 29px rgb(164 176 187 / 13%);
	border-radius: 39px;
	padding: 57px 62px 71px;
	margin-bottom: 70px;
	overflow: hidden;
	transition: all 0.5s;
	transform: translateY(400px);
	opacity: 0;
}

.sec_how_work .flex .item.act {
	opacity: 1;
	transform: none;
}
.sec_how_work .flex .item:nth-child(2) {
	margin-top: -130px;
}
.sec_how_work .flex .item:nth-child(3) {
	margin-top: 10px;
}
.sec_how_work .flex .item:nth-child(4) {
	margin-top: -120px;
}
.sec_how_work .flex .item:nth-child(5) {
	margin-top: -160px;
	margin-left: auto;
}

.button_container {
	display: flex;
	justify-content: center;

}
.sec_how_work .flex .item .flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.sec_how_work .flex .item .flex .int {
	font-size: 70px;
	line-height: 96px;
	color: #8A30FF;
	margin-right: 34px;
	font-weight: bold;
}
.sec_how_work .flex .item .flex .discr p {
	font-size: 17px;
	font-weight: 400;
	line-height: 23.8px;
	text-align: left;
	margin: 32px 0 21px 0;
}
.sec_how_work .flex .item .flex .discr ul {
	padding: 0;
	margin: 0;
}
.sec_how_work .flex .item .flex .discr ul li {
	list-style-type: none;
	position: relative;
	font-size: 17px;
	line-height: 23px;
	padding-left: 42px;
	margin-bottom: 15px;
}
.sec_how_work .flex .item .flex .discr ul li:before {
	content: '—';
	font-family: 'Manrope', sans-serif;
	position: absolute;
	left: 5px;
	top: -1px;
	font-size: 17px;
	line-height: 23px;
	color: #8A30FF;
}
.sec_how_work .flex .item .markers {
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}
.sec_how_work .flex .item .markers .item_mark {
	text-align: center;
	background: #EFF3F8;
	border-radius: 29px;
	line-height: 37px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0 12px;
}
.sec_how_work .flex .item .item_btn {
	padding: 0;
	border-radius: 39px;
	margin-bottom: 0;
}

.main_btn {
	padding: 0 !important;
	border-radius: 39px;
	margin-bottom: 0;
}

.main_btn_text {
	padding: 25px 135px !important;
}
.btn_purp {
	position: relative;
	background: #8A30FF;
	border-radius: 39px;
	cursor: pointer;
	overflow: hidden;
	transition: all 2s;
	z-index: 3;
}
.btn_purp:after {
	content: '';
	position: absolute;
	margin-left: 20px;
	width: 800px;
	height: 250px;
	transform: skew(20deg);
	background: #fff;
	top: 0;
	left: -300%;
	transition: all 1s;
}
.btn_purp:hover {
	background: #fff;
}
.btn_purp svg path {
	transition: 1s;
}
.btn_purp:hover svg path  {
	stroke: #8A30FF;
}
.btn_purp:hover p {
	color: #8A30FF;
}
.btn_purp:hover:after {
	left: -6%;
}
.inner_btn {
	position: relative;
	z-index: 3;
	/*padding: 23px 0 22px 76px;*/
}
.inner_btn svg {
	display: inline-block;
	vertical-align: middle;
}
.inner_btn p {
	display: inline-block;
	vertical-align: middle;
	font-size: 29px;
	line-height: 37px;
	font-weight: bold;
	transition: 1s;
	padding: 50px 135px;
	color: #fff;
}
.inner_btn img.ico2 {
	position: absolute;
	bottom: 0;
	right: 27px;
}
.secresults {
	padding-top: 224px;
	padding-bottom: 150px;
}
.secresults p.bot_h {
	font-size: 24px;
	line-height: 33px;
	font-weight: normal;
	margin-bottom: 62px;
}
.btn_purp.new_b {
	border-radius: 21px;
	max-width: 340px;
	overflow: hidden;
	border: solid 1px #8A30FF;
}
.btn_purp.new_b .inner_btn {
	padding: 0;
	text-align: center;
	padding: 19px 0;
}
.btn_purp.new_b .inner_btn p {
	padding: 0;
	margin: 0;
	font-size: 21px;
}
.coman_services .btn_purp.new_b {
    margin-left: 50px;
}
.secresults .purp_circ {
	position: absolute;
	right: 0;
	top: -96px;
}
.secresults .anim_cc {
	transition: 0.5s
}
.secresults .cr1 {
	position: absolute;
	right: -55px;
	top: -129px;
	transform: scale(0.6);
}
.secresults .cr2 {
	position: absolute;
	right: 325px;
	top: 88px;
	transform: scale(0.6);
	transition-delay: 0.5s
}
.secresults .cr3 {
	position: absolute;
	right: 116px;
	top: 178px;
	transform: scale(0.6);
	transition-delay: 1s
}
.secresults .anim_cc.act {
	transform: scale(1) !important;
}
.why_colab {
	padding-top: 165px;
	padding-bottom: 148px;
}
.why_colab .big_plus {
	width: 254px;
	height: 254px;
	margin-top: 106px;
	transition: all 0.5s;
	position: relative;
}
.why_colab .big_plus.act {
	transform: rotate(180deg);
}
.why_colab .big_plus:after {
	content: '';
	position: absolute;
	left: 0;
	top: 47%;
	width: 254px;
	height: 15px;
	background: rgba(138, 48, 255, 0.89);
	border-radius: 16px;
	z-index: 2;
}
.why_colab .big_plus:before {
	content: '';
	position: absolute;
	left: 47%;
	top: 0;
	width: 15px;
	height: 254px;
	background: #00CFB6;
	border-radius: 16px;
	z-index: 1;
}
.why_colab .flex {
	align-items: flex-start;
}
.why_colab .part_rr {
	flex: 0 0 49%;
	padding-top: 18px;
	padding-left: 8px;
}
.why_colab .part_rr .list_plis {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.why_colab .part_rr .list_plis .plis_bl {
	background: #00CFB6;
	border-radius: 11px;
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 28px;
}
.why_colab .part_rr .list_plis .plis_bl:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 14px;
	width: 12px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transform: rotate(45deg);
}
.why_colab .part_rr .list_plis .plis_bl:after {
	content: '';
	position: absolute;
	left: 9px;
	top: 14px;
	width: 12px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transform: rotate(-45deg);
}
.why_colab .part_rr p {
	margin: 0;
	font-size: 24px;
	line-height: 33px;
	font-weight: 300;
	flex: 0 0 90%;
}
.coman_services {
	background: #F0F6FC;
	padding-top: 80px;
	padding-bottom: 162px;
}
.coman_services .flex {
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}
.coman_services .l_com {
	flex: 0 0 50%;
}
.coman_services .l_com .list_ch {
	margin-bottom: 56px;
	margin-top: 40px;
}
.coman_services .l_com .list_ch .r_com {
	display: none;
}
.coman_services .l_com .list_ch .item_ch {
	position: relative;
	font-size: 27px;
	line-height: 37px;
	color: #464956;
	font-weight: 300;
	margin-bottom: 51px;
	padding-left: 50px;
}
.coman_services .l_com .list_ch .item_ch:last-child {
	margin-bottom: 0;
}
.coman_services .l_com .list_ch .item_ch:before {
	content: url(../img/check.svg);
	position: absolute;
	top: 0;
	left: 0;
}
.coman_services .l_com .lider_bl {
	display: flex;
	align-items: center;
	margin: 64px 0 0 0px;
}
.coman_services .l_com .lider_bl .img_ph {
	margin-right: 22px;
}
.coman_services .l_com .lider_bl .info_lider p {
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	color: #464956;
	margin: 0;
}
.coman_services .l_com .lider_bl .info_lider p.sf {
	font-weight: normal;
	font-size: 21px;
	line-height: 29px;
	margin: 10px 0 14px 0;
    max-width: 320px;
}
.coman_services .l_com .lider_bl .info_lider .links_soc {
	display: flex;
	align-items: center;
}
.r_com {
	flex: 0 0 50%;
	padding-top: 95px;
}
.r_com .flex_card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.r_com .flex_card .item {
	flex: 0 0 47%;
	background: #fff;
	border-radius: 21px;
	border: 1px solid #E8EEF6;
	text-align: center;
	height: 137px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 36px;
}
.r_com .flex_card .item img {
	opacity: 0;
	transition: all 1s;
}
.r_com .flex_card .item.act img {
	opacity: 1;
}
.r_com .flex_card .item.hover_dot {
	cursor: pointer;
}
.r_com .flex_card .item.hover_dot:hover {
	background: #8A30FF;
}
.r_com .flex_card .item.hover_dot:hover .dot_item {
	background: #fff;
}
.r_com .flex_card .item .dots .dot_item {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8A30FF;
	transition: all 1s;
	opacity: 0;
}
.r_com .flex_card .item .dots .dot_item.andel1 {
	transition-delay: .5s;
}
.r_com .flex_card .item .dots .dot_item.andel2 {
	transition-delay: 1s;
}
.r_com .flex_card .item .dots .dot_item:nth-child(2) {
	margin: 0 12px;
}
.r_com .flex_card .item .dots .dot_item.act {
	opacity: 1;
}
.f_ci {
	position: absolute;
	bottom: -71px;
	right: -268px;
}
footer {
	background: #3908C3 url(../img/foot_bg.png) no-repeat;
	background-position: right 140px top -280px;
	padding-top: 65px;
	padding-bottom: 70px;
}
footer .flex {
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
footer .l_foot {
	flex: 0 0 40%;
}
footer .l_foot a.phone {
	font-weight: bold;
	font-size: 35px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 49px 0 14px 0;
}
footer .l_foot a.maeil_link {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 10px 0 55px 0;
}
footer .l_foot p.copy {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 21px;
	color: #9782D1;
	font-weight: bold;
}
footer .l_foot .social-m  {
		display: none;
	}
footer .r_foot {
	flex: 0 0 49%;
	padding-top: 7px;
}
footer .r_foot .wrap_links_foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 16px;
}
footer .r_foot .wrap_links_foot a {
	display: block;
	flex: 0 0 30%;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 32px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
footer .r_foot .wrap_links_foot a:nth-child(2), footer .r_foot .wrap_links_foot a:nth-child(5) {
	padding-left: 25px;
}
footer .r_foot .wrap_links_foot a:hover {
	opacity: 0.7;
}
.social {
    display: flex;
    flex-wrap: wrap;
	/*gap: 30px;*/
}
.social a {
    display: block;
    margin-bottom: 32px;
    margin-right: 32px;
    max-width: 63px;
    text-decoration: none;
}

.social a img {
	width: 63px;
}
footer .r_foot .social a:hover {
   opacity: 0.7;
}
.m_cr {
	display: none;
	margin: 0 auto;
	max-width: 100%;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.49);
	display: none;
}
.overlay .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 100%;
	max-width: 1078px;
	box-shadow: 0px 10px 29px rgba(14, 30, 46, 0.13);
	border-radius: 39px;
	padding: 88px 110px 98px;
	display: none;
}
.overlay .success_f {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 100%;
	max-width:450px;
	box-shadow: 0px 10px 29px rgba(14, 30, 46, 0.13);
	border-radius: 39px;
	padding: 60px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	display: none;
}
.overlay .popup .close {
	right: -50px;
	top: 0;
	display: block;
}
.overlay .popup h4 {
	margin: 0 0 64px 0;
	font-size: 48px;
	line-height: 55px;
	max-width: 721px;
}
.overlay .popup p.bot_pop {
	margin: 0 0 62px 0;
	font-size: 30px;
	line-height: 41px;
	font-weight: bold;
}
.overlay .popup input {
	background: #EFF3F8;
	border: 1px solid #CCDAEB;
	box-sizing: border-box;
	border-radius: 9px;
	width: 100%;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
	height: 91px;
	padding-left: 34px;
}
.overlay .popup button {
	background: #8A30FF;
	border-radius: 21px;
	border: solid 1px #8A30FF;
	text-align: center;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 29px;
	color: #fff;
	height: 95px;
}

.scrollup {
	width:42px;
	height:42px;
	position:fixed;
	bottom:50px;
	right:20px;
	display:none;
	text-indent:-9999px;
	z-index: 10;
	background: url('../img/arrow_up.svg') no-repeat;
}
@media screen and (max-height: 1200px) {
	.overlay .popup h4 {
		margin: 0 0 30px 0;
		font-size: 34px;
		line-height: 44px;
		max-width: 579px;
	}
	.overlay .popup p.bot_pop {
		margin: 0 0 30px 0;
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
	}
	.overlay .popup {
		max-width: 800px;
		padding: 60px;
	}
	.overlay .popup input {
		height: 55px;
		margin-bottom: 20px;
		font-size: 18px;
		padding-left: 15px;
	}
	.overlay .popup button {
		font-size: 18px;
		border-radius: 9px;
		height: 60px;
	}
}
@media screen and (max-height: 800px) {
	.overlay .popup h4 {
		margin: 0 0 20px 0;
		font-size: 32px;
		line-height: 40px;
		max-width: 520px;
	}
	.overlay .popup p.bot_pop {
		margin: 0 0 20px 0;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
	}
	.overlay .popup {
		max-width: 800px;
		padding: 60px;
	}
	.overlay .popup input {
		height: 50px;
		margin-bottom: 15px;
		font-size: 16px;
		padding-left: 15px;
	}
	.overlay .popup button {
		font-size: 16px;
		border-radius: 9px;
		height: 55px;
	}
}
@media screen and (max-height: 700px) {
	.overlay .popup h4 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.overlay .popup {
		padding: 40px 50px 50px 50px;
	}
	.overlay .popup input {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1700px) {
	.container {
		max-width: 1100px;
	}
	header {
		margin-bottom: 110px;
	}
	header .menu_flex a	 {
		font-size: 13px;
		margin-left: 24px;
	}
	header .menu_flex a.btn_prezent {
		width: 190px;
		font-size: 13px;
	}
	header .menu_flex a.login {
		font-size: 13px;
	}
	h1 {
		font-size: 50px;
		font-weight: 700;
		line-height: 60.5px;
		text-align: left;
	}
	.sec_top ul li {
		font-size: 18px;
	}
	.sec_top {
		padding-top: 60px;
		padding-bottom: 106px;
	}
	.sec_top .am1 {
		top: 8%;
		max-width: 95%;
	}
	.sec_top .am2 {
		max-width: 61%;
		top: 23%;
	}
	.sec_top .am3 {
		max-width: 41%;
		top: 34%;
		right: 8%;
	}
	.sec_top .am4 {
		max-width: 200px;
		top: 47%;
		right: 22%;
	}

	.sec_top .am5 {
		max-width: 100px;
		right: 12%;
		top: 110.2%;
	}

	.sec_top .am6 {
		max-width: 100px;
		right: -2%;
		top: 34.2%;
	}
	.sec_how_work .flex .item {
		flex: 0 0 48%;
	}
	.sec_how_work .flex .item:nth-child(2) {
		margin-top: -130px;
	}
	.sec_how_work .flex .item:nth-child(3) {
		margin-top: 10px;
	}
	.sec_how_work .flex .item:nth-child(4) {
		margin-top: -120px;
	}
	.sec_how_work .flex .item:nth-child(5) {
		margin-top: -160px;
		margin-left: auto;
	}
	.sec_how_work .flex .item .flex .int {
		font-size: 54px;
	}
	.sec_how_work .flex .item .flex .discr p {
		font-size: 20px;
	}
	.sec_how_work .flex .item .markers .item_mark {
		font-size: 12px;
	}

	.container_title {
		padding: 10px 0 10px 2px;
	}
	/*.inner_btn {*/
	/*	padding: 23px 0 22px 49px;*/
	/*}*/
	.inner_btn img.ico2 {
		right: 5px;
	}
	h2 {
		font-size: 46px;
		line-height: 54px;
	}
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }
	.secresults .purp_circ {
		max-width: 450px;
	}
	.secresults .anim_cc.act {
		max-width: 270px;
	}
	.secresults .anim_cc.cr1 {
		right: -39px;
		top: -84px;
	}
	.secresults .anim_cc.cr2 {
		right: 300px;
		top: 40px;
		max-width: 240px;
	}
	.secresults .anim_cc.cr3 {
		max-width: 250px;
		right: 167px;
		top: 141px;
	}
	.why_colab {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.why_colab .part_rr p {
		font-size: 22px;
		line-height: 30px;
		flex: 0 0 89%;
	}
	.coman_services .l_com .list_ch .item_ch {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 25px;
	}
	.coman_services .flex {
		margin-bottom: 20px;
	}
	footer .r_foot .wrap_links_foot a {
		font-size: 16px;
	}
	footer .l_foot a.phone {
		font-size: 30px;
		line-height: 38px;
		margin: 30px 0 10px 0;
	}
	footer .l_foot p.copy {
		font-size: 14px;
		margin: 0;
	}
	footer .l_foot a.maeil_link {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.f_ci {
		position: absolute;
		bottom: -71px;
		right: -286px;
		max-width: 1457px;
	}
	.r_com .flex_card .item {
		height: 120px;
		margin-bottom: 20px;
	}
	.coman_services .l_com .lider_bl .info_lider p {
		font-size: 24px;
		line-height: 30px;
	}
	.coman_services .l_com .lider_bl .info_lider p.sf {
		margin-bottom: 10px;
	}
	.coman_services .l_com .lider_bl {
		margin-top: 56px;
	}
	.coman_services {
		padding-bottom: 100px;
	}
	.sec_how_work {
		padding-top: 100px;
	}
}
@media screen and (max-width: 1190px) {
	.container {
		max-width: 720px;
	}
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.sec_top {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.sec_top ul li {
		font-size: 16px;
	}
	header {
		position: relative;
		z-index: 9;
		margin-bottom: 80px;
	}
	header .logo img {
		max-width: 170px;
	}
	header .burg {
		display: block;
	}
	header .menu {
		position: fixed;
		transition: all .5s;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #3908C3;
		z-index: 9;
	}
	header .menu.act {
		top: 0;
	}
	header .menu_flex {
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	header .menu_flex a {
		font-size: 20px;
		margin: 0 0 30px 0;
		color: #fff;
		display: block;
	}
	header .menu_flex a.btn_prezent {
		margin: 0 auto 30px;
		border: solid 1px #000;
		padding: 13px 0;
		font-size: 18px;
		color: #3908C3;
		width: auto;
		width: 100%;
		max-width: 300px;
	}
	header .menu_flex a.login {
		margin: 0;
		padding: 13px 0;
		font-size: 18px;
		width: auto;
		width: 100%;
		max-width: 300px;

	}
	footer a.login svg {
		margin-top: 2px;
	}
	header .menu_flex a.login svg {
		margin-top: 6px;
	}
	.close {
		display: block;
	}
	.sec_top .am2 {
		top: 45%;
	}
	.sec_top .am1 {
		top: 34%;
		max-width: 95%;
	}
	.sec_top .am3 {
		top: 55%;
	}
	.sec_top .am4 {
		max-width: 130px;
		top: 65%;
		right: 22%;
	}

	.sec_top .am5 {
		max-width: 60px;
		right: 12%;
		top: 117.2%;
	}

	.sec_top .am6 {
		max-width: 60px;
		right: -5%;
		top: 62.2%;
	}


	.sec_how_work .flex .item {
		flex: 0 0 100%;
		margin-bottom: 50px;
	}
	.sec_how_work .flex .item:nth-child(2), .sec_how_work .flex .item:nth-child(3) {
		margin-top: 0;
	}
	.sec_how_work .flex .item:nth-child(5) {
		margin-top: 0;
	}

	.sec_how_work .flex .item:nth-child(4) {
		margin-top: 0;
	}

	.sec_how_work {
		padding-top: 100px;
	}
	.secresults .purp_circ, .secresults .anim_cc.cr1, .secresults .anim_cc.cr2, .secresults .anim_cc.cr3 {
		display: none;
	}
	.m_cr {
		display: block;
		max-width: 600px;
		margin-top: -60px;
	}
	.secresults p.bot_h {
		margin-bottom: 40px;
	}
	.secresults {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.why_colab {
		padding-bottom: 80px;
	}
	.why_colab .big_plus {
		display: none;
	}
	.why_colab .flex .part_ll {
		flex: 0 0 100%;
	}
	.why_colab .part_rr {
		flex: 0 0 100%;
	}
	.coman_services .l_com {
		flex: 0 0 100%;
	}
	.r_com {
		padding-top: 0;
		flex: 0 0 100%;
		display: none;
	}
	.f_ci {
		display: none;
	}
	.coman_services {
		padding-bottom: 80px;
	}
    .coman_services .l_com .list_ch {
        margin-bottom: 40px;
    }
	footer .r_foot {
		flex: 0 0 55%;
		padding-top: 0;
	}
	.coman_services .l_com .list_ch .r_com {
		display: block;
	}
    footer .r_foot .wrap_links_foot {
    margin-bottom: 24px;
}

	footer .r_foot .wrap_links_foot a:nth-child(2), footer .r_foot .wrap_links_foot a:nth-child(5) {
		padding-left: 10px;
	}

	.main_btn_text {
		padding: 30px 100px 30px 75px !important;
	}
}
@media screen and (max-width: 767px) {
	.main_btn_text {
		width: 100%;
		padding: 0 100px 0 75px !important;
	}
	header {
		margin-bottom: 48px;
		padding: 0 20px;
	}
	.container {
		max-width: 480px;
		padding: 0 20px;
	}
	.sec_top {
		padding-bottom: 20px;
	}
	.sec_top .container {
		padding: 0;
	}
	.sec_top .inner_top {
		padding: 0 20px;
	}
	.sec_top .am1, .sec_top .am2, .sec_top .am3, .am5, .am6, .sec_top .am4, .paral_l.l6, .paral_l.l7, .paral_l.l8, .paral_l.l12 {
		display: none;
	}
	.sec_top .mob_sbg {
		max-width: 100%;
		display: block;
		margin: 50px auto 0;
	}
	.paral_l.l9 {
		right: 8%;
		top: -1%;
	}
	.paral_l.l10 {
		right: 20%;
		top: 3%;
	}
	.paral_l.l11 {
		right: 25%;
		top: -2%;
	}
	.sec_how_work {
		padding-bottom: 60px;
	}
	.sec_how_work .flex .item .flex {
		flex-wrap: wrap;
	}
	.sec_how_work .flex .item .flex .discr {
		flex: 0 0 100%;
	}
	.sec_how_work .flex .item .flex .int {
		margin-right: 0;
	}
	.sec_how_work .flex .item {
		padding: 5px 30px 35px 30px;
	}
	.sec_how_work .flex .item .flex .discr p {
		margin-top: 0;
	}
	.sec_how_work .flex .item .markers .item_mark {
		padding: 0 5px;
	}
	.inner_btn img.ico2 {
		max-width: 152px;
	}
	.inner_btn p {
		font-size: 18px;
		line-height: 26px;
		/*padding-left: 25px;*/
	}
	.inner_btn svg {
		max-width: 19px;
	}
	.inner_btn p{
		text-wrap: nowrap;
		padding: 20px 100px 20px 100px;
	}

	.secresults {
		padding-top: 60px;
	}
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
    .h3 {
        font-size: 24px;
        line-height: 28px;
    }
	.m_cr {
		max-width: 100%;
	}
	.secresults p.bot_h {
		font-size: 20px;
	}
	.why_colab .part_rr p {
		flex: 0 0 82%;
	}
	.why_colab .part_rr p {
		font-size: 18px;
	}
	.why_colab .part_rr .list_plis .plis_bl {
		margin-right: 22px;
		margin-top: 5px;
	}
	.why_colab {
		padding-bottom: 40px;
	}
	.coman_services {
		padding-top: 60px;
	}
	.coman_services .l_com .list_ch .item_ch {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 25px;
		padding-left: 40px;
	}
	.r_com .flex_card .item {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.coman_services .l_com .lider_bl {
		margin-left: 0;
	}
	.coman_services .l_com .lider_bl .info_lider p {
		font-size: 22px;
		line-height: 22px;
	}
	.coman_services .l_com .lider_bl .info_lider p.sf {
		font-size: 18px;
	}
	.coman_services .l_com .lider_bl .img_ph {
		margin-right: 15px;
	}
	.coman_services .l_com .lider_bl .img_ph img {
		max-width: 110px;
	}
	footer .r_foot {
		display: none;
	}
    footer .l_foot .social-m  {
		display: block;
        margin: 5px 0 35px 0;
	}
    footer .l_foot .social-m a  {
		margin-right: 16px;
	}
	footer .l_foot {
		flex: 0 0 100%;
	}
	.sec_how_work .flex .item {
		border-radius: 25px;
	}
	header .logo img {
		max-width: 120px;
	}
	.overlay .popup {
		padding: 40px 20px 30px 20px;
		border-radius: 20px;
	}
	.overlay .popup h4 {
		margin: 0 0 10px 0;
		font-size: 26px;
		line-height: 36px;
	}
	.overlay .popup p.bot_pop {
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.overlay .popup input {
		font-size: 16px;
		height: 45px;
	}
	.overlay .popup button {
		font-size: 16px;
		height: 45px;
	}
	.overlay .popup .close {
		right: 15px;
		top: 10px;
	}
	.overlay .popup .close:before, .overlay .popup .close:after {
		background: #000;
	}

}
@media screen and (max-width: 435px) {
    .coman_services .btn_purp.new_b {
        margin: 0 auto;
    }
    .coman_services .btn_purp.new_b .inner_btn p {
        /*font-size: 19px;*/
    }
}
@media screen and (max-width: 400px) {
	.sec_how_work .flex .item .flex .discr p {
		z-index: 18;
	}
	.sec_how_work .flex .item .flex .discr ul li {
		font-size: 16px;
	}
	.sec_how_work .flex .item .markers {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sec_how_work .flex .item .markers .item_mark {
		padding: 0 15px;
		margin-bottom: 5px;
		margin-right: 5px;
	}
	.inner_btn {
		padding: 5px 0 5px 22px;
	}
	.inner_btn img.ico2 {
		max-width: 130px;
	}
	.r_com .flex_card .item {
		height: 120px;
	}
	.coman_services .l_com .list_ch .item_ch br {
		display: none;
	}
	h3 {
		font-size: 40px;
	}

}
@media screen and (max-width: 350px) {
	.container {
		padding: 0 10px;
	}
	.why_colab .part_rr p {
		flex: 0 0 79%;
		font-size: 16px;
	}
	.inner_btn img.ico2 {
		max-width: 100px;
		display: none;
	}
	.sec_how_work .flex .item .flex .discr ul li br {
		display: none;
	}
	h1 {
		font-size: 33px;
	}
	.overlay .popup h4 {
		margin: 0 0 5px 0;
		font-size: 22px;
		line-height: 30px;
	}
	.overlay .popup p.bot_pop {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.overlay .popup input {
		font-size: 14px;
		height: 40px;
	}
	.overlay .popup button {
		font-size: 14px;
		height: 40px;
	}
	header .menu_flex a, header .menu_flex a.btn_prezent {
		margin-bottom: 25px;
	}
}

.product_popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: opacity .3s ease-out;
}

.product_popup.closed {
    pointer-events: none;
    opacity: 0;
}

.product_popup.closed .popup_inner {
    transform: translateY(60px);
}

.popup_inner {
    max-width: 630px;
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 10px 0 30px rgba(0,0,0,0.5);
    transition: transform .3s ease-out;
}

@media (max-width: 690px) {
    .popup_inner {
        max-width: calc(100vw - 60px);
    }
}

.popup_inner .title {
    margin-bottom: 36px;
    font-size: 35px;
    font-weight: bold;
    color: #8A30FF;
}

.popup_inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.popup_inner .technologies {
    color: #8A30FF;
    font-size: 12px;
    margin-bottom: 36px;
}

.popup_inner .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
}

.close_btn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
}

.close_btn svg {
    width: 100%;
}

.product_popup_item button {
    background-color: transparent;
    border: none;
    color: #8A30FF;
    padding: 12px 0;
    font-size: 16px;
    cursor: pointer;
}

#cc-main {
    --cc-btn-border-radius: 30px;
    --cc-btn-primary-bg: #8A30FF;
    --cc-modal-border-radius: 25px;
}
