.header__link {
	margin:  0;
}

.top-block{
}

.top-block .wrap{
	padding:0 0 0 130px;
}

.top-block__left{
	z-index:4;
	position:absolute;
	left:130px;
}

.top-block__text{
	font-size: var(--font--medium);
	font-family: var(--font--mulish-bold);
}

.top-block__img{
	position:relative;
	width: 60%;
	margin-left: auto;
	z-index:1;
}

.top-block__img .top-block__bg{
	width:100%;
	height:auto;
}

.top-block__img .top-block__bg._mobile{
	display: none;
	margin: -80px -20px -80px;
	width: calc(100% + 40px);
	height:auto;
}

h1 {
	padding-bottom: 20px;
}

.top__gradient{
	position:absolute;
	width:1160px;
	height:1160px;
	top:0;
	right:0;
	z-index:2;
}

.top__gradient2{
	position:absolute;
	width:1100px;
	height:1100px;
	top:400px;
	left:0;
	z-index:3;
}

.top-block__bot{
	position:absolute;
	bottom:100px;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-arrow{
	display:block;
	width:125px;
	height:8px;
	margin:5px 20px 0 -20px;
}

.top-block__color{
	letter-spacing:6px;
	margin-bottom:8px;
}

.top-block__txt{
	letter-spacing:0;
	font-size:var(--font--medium-min);
}

.top-block__txt ._lignt{
	padding:0 2px;
}

.btn_wrapper {
	position:  relative;
	display: flex;
	flex-wrap:  wrap;
	align-items: center;
	width: 100%;
	z-index:  2;
}

.btn_wrapper._mobile {
	display: none;
}

.btn_wrapper span {
	text-align:  center;
	font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 8px;
    max-width: 308px;
    border-radius: 16px;
    background: var(--violet-10, rgba(93, 106, 232, 0.10));
    padding: 12px 16px;
    width:  100%;
}



@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px){

	.top-block__left {
		position: relative;
		left: 0;
	}

	.top-block .wrap {
		padding: 120px 20px 0;
	}

	.top__gradient{
		display: none;
	}

	.top__gradient2{
		top: auto;
		bottom: -551px;
		width: 1100px;
		height: 1100px;
		left: -450px;
	}

	.top-block__img{
		width: 100%;
	}

	.top-block__img .top-block__bg{
		display: none;
	}

	.top-block__img .top-block__bg._mobile{
		display: block;

	}

	.top-block__bot{
		position: relative;
		width: 600px;
		bottom: 0;
	}

	.top-block{
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 576px){
	h1 br,
	.top-block__text br {
		display:  none;
	}

	/*.top-block__bot{*/
	/*	bottom: 200px;*/
	/*}*/

	.top-block__left .btn{
		width: 100%;
		text-align: center;
	}

	.btn_wrapper {
		flex-direction: column;
	}

	.btn_wrapper span {
		margin-left: 0;
		margin-top: 16px;
		max-width:  100%;
	}
}

@media screen and (max-width: 425px){
	/*.top-block__bot{*/
	/*	bottom: 0;*/
	/*}*/


}