.top-block .wrap{
	max-width: 1240px;
	margin: 0 auto;
	align-items: flex-start;
	margin-top:  100px;
	justify-content: space-between;
	border-radius: 64px;
}

.top-block .wrap.second_wrap {
	align-items: center;
	margin-top: 8px;
}

.h1,
 h1 {
	text-transform: uppercase;
	font-size: var(--font--extra);
	padding-bottom:  24px;
	line-height: 1;
}

.h1 > span,
 h1 > span {
	position:  relative;
	display:  inline-block;
}


 h1.h1 > span:first-child:after {	
    content: '';
    position: absolute;
    left: -10px;
    bottom: -2px;
    background: url(../../assets/img/content/span_3.svg) center center no-repeat;
    width: 540px;
    height: 52px;
    background-size: contain;
}

.h1 > span:nth-child(4):after {
	 content: '';
    position: absolute;
    left: -5px;
    bottom: -2px;
    background: url(../../assets/img/content/span_1.svg) center center no-repeat;
    width: 310px;
    height: 50px;
    background-size: contain;
}

.h1 > span:nth-child(2):after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    background: url(../../assets/img/content/span_2.svg) center center no-repeat;
    width: 235px;
    height: 50px;
    background-size: contain;
}

.shedule__webinar {
	display: flex;
    align-items: center;
	padding: 16px 24px;
	font-family: var(--font--mulish-regular);
	color: var(--color--white);
}

.schedule_wrap {
	display:  flex;
	flex-wrap: wrap;
	gap:  8px;
	margin-bottom: 16px;
}

.schedule_wrap span {
	font-family: var(--font--mulish-bold);
	color: #5D6AE8;
	padding:  8px 20px;
	border-radius: 20px;
  border: 1px solid rgba(93, 106, 232, 0.30);
}

.schedule_wrap span:last-child {
	animation-duration: 4s;
	animation-name: background_animate;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes background_animate {
	  0% {
	    background: linear-gradient(90deg, rgba(93, 106, 232, 0.10) -120.85%, rgba(243, 132, 120, 0.10) -60.43%, rgba(93, 106, 232, 0.10) 0%);
	  }

	  33% {
	    background: linear-gradient(90deg, rgba(93, 106, 232, 0.10) -120.85%, rgba(243, 132, 120, 0.10) 0.62%, rgba(93, 106, 232, 0.10) 100%);
	  }

	  66% {
	  	background: linear-gradient(90deg, rgba(93, 106, 232, 0.10) 0%, rgba(243, 132, 120, 0.10) 99.96%, rgba(93, 106, 232, 0.10) 181.75%);
	  }

	  100% {
	    background: linear-gradient(90deg, rgba(93, 106, 232, 0.10) -120.85%, rgba(243, 132, 120, 0.10) 0.62%, rgba(93, 106, 232, 0.10) 100%);
	  }
}

.header .schedule_wrap {
	margin: 0 auto;
}

.border-gradient {
  display:  flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(90deg, #F38478 0%, #5D6AE8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border-radius: 16px;
  position: relative;
  z-index:0;
}

.shedule__webinar::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset: 0;
  border: 1px solid transparent;
  border-radius: 16px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

.top-block .wrap .desc_img {
		width: 560px;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
}

.top-block .wrap .mob_img {
	display:  none;
}


.btn_wrapper {
	display: flex;
	flex-wrap:  wrap;
	align-items: center;
	width: 100%;
}

.top-block .btn_wrapper {
	max-width:  336px;
	flex-direction: column;
  align-items: flex-start;  
}

.top-block .btn_wrapper .btn {
	width: 100%;
}

.btn_wrapper div {
	color: rgba(0, 0, 0, 0.50);
}

.btn_wrapper span {
		font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 8px;
    max-width: 220px;
    border-radius: 16px;
    background: rgba(93, 106, 232, 0.10);
    padding: 8px 20px;
}

@media (max-width: 1240px) {
	.teams .wrap {
		padding: 60px 20px 208px;
		max-width: 100%;
	}

	.top-block .wrap.second_wrap {
		padding: 60px 20px;
	}

	.header .schedule_wrap span {
		padding:  8px;
		font-size: 14px;
	}
}

.top-block__left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 520px;
}

.top-block__image {
	width: 400px;
	align-items: center;
}


.top-block .half__item.d-flex {
	position:  unset;
}

.top-block__image img {
	width:  100%
}

.top-block__text{
	font-size: var(--font--medium);
	margin-bottom: 40px;
}

.top-block .wrap.second_wrap .top-block__text {
	margin-bottom: 0;
}

.top-block__img img{
}

.top-block__img .top-block__bg{
	width:100%;
	height:auto;
}

.top-block__img .top-block__bg._mobile{
	display: none;
	margin: -120px -20px 0;
	width: calc(100% + 40px);
	height:auto;
}

.top__gradient{
	position:absolute;
	width:1160px;
	height:1160px;
	top:0;
	right:0;
	z-index:2;
}

.top__gradient2{
	position:absolute;
	width:1100px;
	height:1100px;
	top:550px;
	left:0;
	z-index:3;
}

.benefits._bot120 {
	position: relative;
}

.top__gradient3 {
	position:absolute;
	width:1300px;
	height:1300px;
	top:100px;
	left:0;
	z-index:3;
}

.top-block__bot{
	position:absolute;
	bottom: 0;
	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;
}

.features_items {
	display:  flex;
	flex-wrap:  wrap;
	margin-bottom: 35px;
	gap:  4px;
}

.features_items .features__item {
	display: flex;
	align-items:  center;
	border-radius: 80px;
	border-width: 1px;
	border-style: solid;
	padding:  16px;
	font-family: var(--font--mulish-bold);
}

.features_items .features__item img {
	margin-right:  12px;
}

.features_items .features__item:first-child {
	border-color: #F38478;
	color: #F38478;
}

.features_items .features__item:nth-child(2) {
	border-color: #25D366;
	color: #25D366;
}

.features_items .features__item:nth-child(3) {
	border-color: #5D6AE8;
	color: #5D6AE8;
}

.features_items .features__item:nth-child(4) {
	border-color: #00D2FE;
	color: #00D2FE;
}

.features_items .features__item:nth-child(5) {
	border-color: #FF0090;
	color: #FF0090;
}

@media screen and (max-width: 1024px){
	.header .schedule_wrap {
		display:  none;
	}

	.h1,
	 h1 {
    font-size: var(--font--large);
	}

	
	h1.h1 > span:first-child:after {
		width: 450px;
		bottom: -10px;
	}

	.h1 > span:nth-child(2):after {
    left: -5px;
    width: 190px;
    height: 45px;
    top: 0;
   }

	.h1 > span:nth-child(4):after {
    left: -5px;
    width: 260px;
    height: 52px;
    bottom: -10px;
  }

	.teams .wrap.second_wrap {
		flex-direction: column-reverse;
	}

  .teams .wrap .desc_img {
		display:  none;
	}
	
	.teams .wrap .mob_img {
		display: flex;
    margin-bottom: -208px;
    margin-top: 40px;
    width: 100%;
	}

	.top-block__left {
		position: relative;
        left: 0;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 100%;
	}

	.top-block__image {
		margin-top:  80px;
	}


	.top__gradient{
		width: 712px;
		height: 712px;
		left: 0;
		top: 190px;
	}

	.top__gradient2{
		top: 100vh;
		bottom: -551px;
		width: 1100px;
		height: 1100px;
		right: -50px;
		left: auto;
	}

	.top-block__img{
		width: 100%;
	}

	.top-block__img .top-block__bg{
		display: none;
	}

	.top-block__img .top-block__bg._mobile{
		display: block;

	}

	.top-block__text {
		margin-bottom: 40px;
		max-width: 100%;
	}

}

@media screen and (max-width: 576px){
	/*.top-block__bot{*/
	/*	bottom: 200px;*/
	/*}*/


	.top-block__left .btn{
		width: 100%;
		text-align: center;
	}

	.teams .wrap {
		padding:  16px 0 208px;
		border-radius: 40px;
	}

	.top-block .wrap {
		padding:  16px 0 40px;
		border-radius: 40px;
	}

	.btn_wrapper {
		flex-direction: column;
	}

	.top-block .btn_wrapper {
		max-width: none;
	}

	.btn_wrapper span {
		margin-left: 0;
		margin-top: 8px;
		width:  100%;
		max-width:  100%;
		text-align:  center;
	}

}

@media screen and (max-width: 500px){
	h1.h1 > span:first-child:after {
		display:  none;
	}

	h1.h1 > span span {
		display:  block;
	}


	h1.h1 > span span:after {
		content: '';
    position: absolute;
	}


	h1.h1 > span span:first-child:after {
		left: -5px;
    width: 290px;
    height: 50px;
    top: -5px;
    background: url(../../assets/img/content/span_5.svg) center center no-repeat;
    background-size: contain;
	}

	h1.h1 > span span:nth-child(2):after {
		left: -5px;
    width: 170px;
    height: 52px;
    bottom: -11px;
    background: url(../../assets/img/content/span_4.svg) center center no-repeat;
    background-size: contain;
	}
}


