.body-inner {
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: 1200px 1200px, 1200px 1200px, 1000px 1000px, 760px 760px;
	background-position: -225px 0, -600px 180vmin, -125px calc(50% + 2000px), -5px 100%;
}

.body-inner.bg-tech {
	background-image: radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.3) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.3) 0%, rgba(93, 106, 232, 0) 100%);
	background-size: 1200px 1200px, 760px 760px;
	background-position: 50% 0, calc(100% + 100px) 100%;
}

.body-inner.bg-long.bg-blue {
	background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 210, 254, 0.15) 0%, rgba(0, 210, 254, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 210, 254, 0.15) 0%, rgba(0, 210, 254, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 210, 254, 0.15) 0%, rgba(0, 210, 254, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%);
}

.body-inner.bg-long.bg-coral {
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(243, 132, 120, 0.15) 0%, rgba(243, 132, 120, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(243, 132, 120, 0.15) 0%, rgba(243, 132, 120, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(243, 132, 120, 0.15) 0%, rgba(243, 132, 120, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.15) 0%, rgba(93, 106, 232, 0) 100%);
}


.body-inner.bg-long.bg-red {
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(230, 0, 80, 0.3) 0%, rgba(230, 0, 80, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.3) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(230, 0, 80, 0.3) 0%, rgba(230, 0, 80, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.3) 0%, rgba(93, 106, 232, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(230, 0, 80, 0.3) 0%, rgba(230, 0, 80, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(93, 106, 232, 0.3) 0%, rgba(93, 106, 232, 0) 100%);
}


@media (min-width: 768px) {
	.body-inner {
		background-size: 83vw 83vw, 83vw 83vw, 69vw 69vw, 53vw 53vw;
		background-position: 25vw 0, calc(((100vw - 768px) / 2 + 4%) * -1) 30vmax, 50% 50%, calc(100% + 100px) 100%;
	}
}
@media (min-width: 1200px) {
	.body-inner {
		background-position: 25vw -100px, calc(((100vw - 1180px) / 2 + 4%) * -1) 30vmax, 50% 50%, calc(100% + 100px) 100%;
	}
}

.body-inner.bg-long {
	background-size: 1200px 1200px, 1200px 1200px, 800px 800px, 1000px 1000px, 1000px 1000px, 760px 760px;
	background-position: -225px 0, -600px 180vmin, -25px calc(50% - 800px), -500px calc(50% + 1000px), -125px calc(50% + 2000px), -5px 100%;
}
@media (min-width: 768px) {
	.body-inner.bg-long {
		background-size: 83vw 83vw, 83vw 83vw, 55vw 55vw, 69vw 69vw, 69vw 69vw, 53vw 53vw;
		background-position: 25vw 0, calc(((100vw - 768px) / 2 + 4%) * -1) 30vmax, 45vw calc(50% - 400px), calc(((100vw - 768px) / 2 + 0%) * -1) calc(50% + 400px), 50% 82%, calc(100% + 100px) 100%;
	}
}
@media (min-width: 1200px) {
	.body-inner.bg-long {
		background-position: 25vw -100px, calc(((100vw - 1180px) / 2 + 4%) * -1) 30vmax, 45vw calc(50% - 400px), calc(((100vw - 1180px) / 2 + 0%) * -1) calc(50% + 400px), 50% 82%, calc(100% + 100px) 100%;
	}
}


/* new features text */
.h1 .textBlockGradient__text {
	display: flex;
    margin-bottom: -20px; 
    font-size: 2.5rem;
    line-height:  1.2;   
}


.section-tabImgAllWScaled {
    margin-bottom: 15%;
    padding: 0 0 80px;
}

.tab-content-imgCol img {
    width: 100%;
}


.textBlockGradient__coralViolet .textBlockGradient__text {
  background: #F38478;
  background: linear-gradient(90deg, #F38478 0%, #5D6AE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.textBlockGradient__violetBlue .textBlockGradient__text {
	background: #5D6AE8;
    background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.textBlockGradient__violetBlue .textBlockGradient__text span {
	color: #fff;
    background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%);
    border-radius: 24px;
    background-color: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}

.textBlockGradient__violetBlue .textBlockGradient__text.textBigGradient {
	font-size: 80px;
    line-height: 96px;
    letter-spacing: -0.03em;
    font-family: var(--font--mulish-bold);
}

.textBlockGradient__violetBlue .textBlockGradient__text.textBigGradient.textReverseGradient {
	background: linear-gradient(270deg, #5D6AE8 0%, #00D2FE 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.blImgAsideText {
  display: flex;
  align-items: center;
}

.blImgAsideText.justify-between {
	justify-content: space-between;
}


.blImgAsideText__img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  order: 1;
}

.blImgAsideText.justify-between .blImgAsideText__img {
	justify-content: flex-start;
}

.blImgAsideText__text {
    display: flex;
    justify-content: center;
}

.blImgAsideText__text ul {
	list-style: initial;
	padding:  0 0 0 20px;
}

.blImgAsideText__text p {
	margin:  0 0 10px;
}

.blImgAsideText__img .img-fluid {
    max-width: 360px;
}


.blImgAsideText.justify-between .half__item {
	width: calc(50% - 40px);
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.logos__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 36px;
    padding: 24px;
    min-height: 88px;
    vertical-align: top;
    font-weight:  700;
    font-size: 16px;
    /*width: min-content;*/
}

.logos__item.with_text {
	padding: 24px 40px; 
}

.tab-content-imgAllWScaled {
    transform: scale(1.2);
    width: 100%;
}

.lnk-start {
	margin-top: 1.5rem!important;
    display: inline-flex;
    gap: 5px;
    color: #FF0090;
}

.lnk-start-callTracking {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    right: 0;
    padding: 0 21px;
}


.lnk-start-callTracking.lg_visible {
	display:  none;
}

.three_fourth__item + .lnkStart-wrapper {
	display:  flex;
	width:  100%;
	justify-content: center;
	text-align: center;
}

@media (min-width: 992px) {
	.lnkStart-wrapper.sm_visible {
		display:  none;
	}

	.lnk-start-callTracking.lg_visible {
		display:  flex;
	}

	.section-tabImgAllWScaled {
	    margin-bottom: 30%;
	}

	.tab-content-imgAllWScaled {
	    transform: scale(1.5);
	    margin-left: -80px;
	    transform-origin: left top;
	}

	.blImgAsideText__img {
	    margin-top: 0;
	    order: 0;
	}

	.blImgAsideText_textWidth-350 .blImgAsideText__text__inner {
	    max-width: 350px;
	}

	.tab-content-imgCol img {
	    max-width: 100%;
	    height: auto;
	}


}

@media (max-width: 992px) {
	.logos .logos__item {
	    min-height: 80px;
	}

	.logos.order_change .logos__item:nth-child(5) {
		order:  4;
	}

	.logos.order_change .logos__item:nth-child(4) {
		order:  5;
	}

	.blImgAsideText__img .img-fluid {
	    max-width: 260px;
	}

	.logos .logos__item img {
	    height: 32px;
	}

	.logos__item.with_text {
		padding: 24px; 
	}

	.blImgAsideText__img, .blImgAsideText__text {
	    justify-content: flex-start;
	}
}





/*TEXT*/

.text-block__desc{
	padding-left:140px;
	max-width: 540px;
}

.text-block__img{
	position: relative;
}


.text-block__img img{
	width: 100%;
}


.callback__item {
	background: rgba(255,255,255,0.5);
    border-radius: 36px;
    padding: 40px 40px 20px;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-width:  400px;
    margin: 0 auto;
}

.callback__item .btn {
	width:  100%;
	text-align:  center;
	margin-top: 40px;
}

.callback__item .text-medium {
	margin-bottom: 10px;
	margin-top:  0 !important;
}

/* steps webinar */

.web_steps_block .h1 {
	font-size: var(--font--super);
	padding-bottom: 0;
}

.web_steps_block .half__item {
	padding-right: 80px;
}

.web_step_item {
	position:  relative;
	display: flex;
    align-items:  center;
    border-radius: var(--padding-3);
    background-color: #FFF;
    padding: var(--padding-5) var(--padding-5) var(--padding-5) var(--padding-4);
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: -0.1px;
}

.web_step_item .step_title {
	max-width:  248px;
}

.web_step_item .step_image img {
	width:  100%;
}

.web_step_item .step_image.position_absolute {
	position:  absolute;
	right:  40px;
	bottom:  0;
}

.half__item .web_step_item:first-child .step_image {
	width: 128px;
	height:  160px;
}

.half__item .web_step_item:nth-child(3) .step_image {
	width: 140px;
	height:  148px;
}

.half__item .web_step_item:nth-child(4) .step_image {
	width: 160px;
	height: 103px;
}


.agenda_block .web_step_wrap {
    position: relative;
    text-align: left;
    max-width: calc(33.3% - 5.3333px);
}

.agenda_block .web_step_item {
	padding:  var(--padding-5);
	flex-direction: column;
	align-items: flex-start;
}

.agenda_block .web_step_item .step_number {
	font-weight:  500;
	color: #5D6AE8;
}


/* vrach grid block */

.realities_block {
    border-radius: 40px;
    background: #C6DFF9;
    padding: 64px;
}
	
.grid_block {
	display: grid;   
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.realities_block .grid_block {
	 grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid_item_r {
	padding:  0 20px;
	position:  relative;
} 

.grid_item_r img {
    position: absolute;
    max-width: 696px;
    left: 50%;
    bottom: -64px;
    transform: translate(-50%, 0);
}

.grid_item_r h3 {
 	font-size:  var(--font--medium-max);
}

.grid_item_r h3 span {
	position:  relative;
	display: inline-flex;
}

.grid_item_r h3 span svg {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.grid_item_r div {
	font-weight:  500;
}

.grid_item_r div span {
	color: #5D6AE8;
}


/* Departments */

.departments_block {
	display:  flex;
	flex-direction: column;
	align-items: center;
}

.departments_block .half {
	padding: 24px 0 0;
	max-width:  650px;
}

.departments_block .half.btn_wrap {
	flex-direction: column;
	align-items:  center;
}

.departments_block .departments_item {
	width: calc(50% - 4px);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
	border-radius: 64px;
	display: block;
	color: #000;
	margin-bottom: 8px;
}


.departments_block .departments_item .department_inner {
	height: 100%;
	padding: 64px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.departments_block .departments_item .department_inner_title {
	font-size: var(--font--medium);
	font-family: var(--font--mulish-bold);
	line-height: 1.4;
	margin-top: 40px;
	margin-bottom:  20px;
}

.departments_block .departments_item  .department_inner_sub {
	font-size: var(--font--medium);
	line-height: 1.4;
}

.departments_block .departments_item .department_inner_img img {
	width: 100%;
	height: auto;
	max-width: 170px;
	margin: 0 auto;
}

.departments_block .half .logo_add {
	position:  unset;
	gap: 8px;
	margin-top:  var(--padding-2);
	margin-left:  -200px;
}

.departments_block .half .logo_add div {
	transform: rotate(-5deg);
	margin-top:  0;
}

/* speakers */


.webinar_speakers .grid_block {
	grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.webinar_speakers .grid_block h2 {
	padding-bottom:  0;
}

.webinar_speaker__block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--padding-5);
    padding: var(--padding-5);
    background-color:  #FFF;
}

.webinar_speaker__block.gradient_block {
	background: linear-gradient(0deg, var(--general-white-70, rgba(255, 255, 255, 0.70)) 0%, var(--general-white-70, rgba(255, 255, 255, 0.70)) 100%), radial-gradient(130.13% 100% at 0% 50%, var(--General-Yellow, #FFB400) 0%, var(--General-Purple, #FF0090) 50%, var(--General-Violet, #5D6AE8) 100%);
}

.webinar_speaker__block.gradient_block_2 {
	background: linear-gradient(0deg, var(--general-white-70, rgba(255, 255, 255, 0.70)) 0%, var(--general-white-70, rgba(255, 255, 255, 0.70)) 100%), radial-gradient(130.13% 100% at 100% -1.5%, var(--General-Yellow, #FFB400) 0%, var(--General-Purple, #FF0090) 50%, var(--General-Violet, #5D6AE8) 100%);
}

.webinar_speaker__block:first-child {
	grid-column-start: 1;
    grid-column-end: 3;
}

.webinar_speaker__block:nth-child(2) {
	grid-row-start: 1;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-end: 3;
}

.webinar_speaker__block:nth-child(3) {
	grid-row-start: 2;
}

.webinar_speaker__block:nth-child(4) {
	grid-row-start: 2;
}

.webinar_speaker__block img {
	width:  100%;
}

.webinar_speaker_info {
	display:  flex;
	flex-direction:  column;
	text-align:  left;
	padding: var(--padding-5);
}

.webinar_speaker_info * {
	max-width:  208px;
	width:  100%;
}

.webinar_speaker:nth-child(2) .webinar_speaker_img {
	margin-left: -50px;
}

.webinar_speaker img {
	width:  100%;
	height:  auto;
}

.webinar_speaker_title {
	font-size: var(--font--big);
	font-weight: 700;
	margin-bottom: var(--padding-3);
	line-height: 1;
}

.webinar_speaker_position {;
	font-weight: 500;
}

.webinar_speaker_text {
	font-weight: 500;
}


.bottom_block .h1 {
	font-size: var(--font--super);
	padding-bottom: 0;
}

.bottom_block .half__item {
	max-width: 760px;
	width:  100%;
	margin:  0 auto;
	text-align:  center;
}

.bottom_block .top-block__text {
	margin-bottom: 64px;
}

.bottom_block .btn_wrapper {
	width:  250px;
	height:  64px;
	margin:  0 auto;
}

.bottom_block .btn_wrapper div {
	width:  100%;
}

.bottom_block .logo_add {
	position: unset;
	text-align: left;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 110px;
    margin-top: 16px;
}


.bottom_block .logo_add div {
    margin-top: 5px;
}

.logos_wrapper {
	display:  flex;
	justify-content: center;
	flex-wrap:  wrap;
	gap: 8px;
}

.logos_wrapper .logo_item {
	display:  flex;
	align-items:  center;
	justify-content: center;
	padding:  24px;
	border-radius: 32px;
	background: #FFF;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
}

.logos_wrapper .logo_item  img {
	height:  32px;
	width:  auto;
}

.logos_wrapper .logo_item.logo_btn {
	padding:  16px;
}

.logos_wrapper .logo_item div:not(.btn_wrapper) {
	margin-right:  32px;
	font-family: var(--font--mulish-bold);
}

.logos_wrapper .logo_item .btn_wrapper {
	width:  auto;
}

.logos_wrapper .logo_item .btn_wrapper .btn {
	padding:  12px 24px;
}

.logos_wrapper .logo_item .btn_wrapper span {
	padding:  15.5px 20px;
	font-size:  14px;
	line-height: 20px;
	max-width:  none;
}

.gradient_wrap {
	width:  100%;
    position:  relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:  center;
    height:  100%;
    padding:  120px 24px 24px;
    border-radius: 40px;
    background: radial-gradient(100% 100% at 50% 0%, #FF0090 0%, #AB0060 50%, #2F001A 100%);
}

.gradient_wrap > * {
	max-width:  700px;
	color: var(--color--white);
	text-align:  center;
}

.gradient_wrap .subtitle {
	color:  rgba(255, 255, 255, 0.70);
	font-weight: 500;
}

.webinar_descr > div {
	font-family: var(--font--mulish-bold);
}

.webinar_descr > div:first-child span {
	position:  relative;
}

.webinar_descr > div:first-child span:after{
    content: '';
    position: absolute;
    left: -2px;
    bottom: -8px;
    background: url(../../assets/img/content/span_sub.svg) center center no-repeat;
    width: calc(100% + 5px);
    height: 42px;
    background-size: contain;
}

.webinar_descr > div > div {
	font-family: var(--font--mulish-regular);
}

.webinar_descr ul {
	margin-bottom: 40px;
	padding-left:  20px;
    list-style: disc;
}


	/*STEPS*/
.steps__wrap{
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.steps__item{
	width: 250px;
	padding-right:20px;
}

.steps__item:last-child{
	padding-right:0;
}

.steps__num{
	color: var(--color--lightgray);
	font-size: var(--font--imposible);
	font-family: var(--font--mulish-extrabold);
}


.steps__item:first-child .steps__title .steps__num{
	color: #EF837B ;
}

.steps__item:nth-child(2) .steps__title .steps__num{
	color: #CA7D96 ;
}

.steps__item:nth-child(3) .steps__title .steps__num{
	color: #A677B1;
}

.steps__item:nth-child(4) .steps__title .steps__num{
	color: #8371CC ;
}

.steps__item:nth-child(5) .steps__title .steps__num{
	color: #5D6AE8 ;
}


.steps__title{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.steps__arrow{
	width: 166px;
	height: 20px
}

/*CHOOSE*/
.choose__wrap{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.choose__item{
	width:calc((100% - 60px)/4);
	background: rgba(255,255,255,0.5);
	border-radius:36px;
	padding:20px;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

.choose__name, .choose__price{
	padding:20px 20px 20px 20px;
}

.choose__price span{
	font-family: var(--font--mulish-regular);
	font-size: var(--font--normal);
}

.choose__desc{
	padding:0 20px 40px 20px;
}

.choose__item .btn{
	width:100%;
	text-align:center;
}

/*PLAN*/
.plan__wrap{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.plan__item{
	width:calc((100% - 60px)/4);
	background: rgba(255,255,255,0.5);
	border-radius:36px;
	padding:40px;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
}

.plan__item .plan__img {
	width: 120px;
	height: 40px;
}

.plan__item  .textIcon__ico__wrap {
	height: 38px;
	display: flex;
	align-items: center;
}

.textIcon__ico__wrap.textIcon_56 {
	height: 56px;
	width: 56px;
}

.plan__item  .textIcon__ico__wrap .plan__img {
	width: auto;
	height: auto;
}

.plan__txt{
	font-size: var(--font--normal);
	margin-top:20px;
}

.plan__txt.textIcon__text {
	font-size: var(--font--medium);
	font-family: var(--font--mulish-bold);
	line-height: 1.4;
	margin-top: 20px;
}

.plan__txt.text-default {
	font-size: var(--font--normal);
	line-height: 1.5;
	margin-top: 10px;
}

.plan__item-pink{
	background: var(--color--pink);
	color:#fff;
	text-decoration:none;
}

.plan__item-pink .text-medium{
	display: flex;
	align-items: center;
	font-size: var(--font--medium);
	line-height: 1.25;
	margin:0 0 8px 0;
}

.plan__item-pink .text-medium span {
	width: 20px;
	height: 24px;
	background-image: url(../img/icon/link_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}

/* types of numbers */

.typesPhoneNumbers {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.typesPhoneNumbers__item {
	color:  var(--color--white);
	font-size: var(--font--medium);
	font-family: var(--font--mulish-bold);
	display: inline-flex;
	align-items: center;
	min-height: 92px;
	padding: 15px 40px;
	border-radius: 36px;
}

.typesPhoneNumbers__item:nth-child(1) {
	background: linear-gradient(83.33deg, #5D6AE8 -38.32%, #00D2FE 100%);
}

.typesPhoneNumbers__item:nth-child(2) {
	background: linear-gradient(83.32deg, #5D6AE8 -25.51%, #00D2FE 112.76%);
}

.typesPhoneNumbers__item:nth-child(3) {
	background: linear-gradient(83.32deg, #5D6AE8 -12.76%, #00D2FE 125.51%);
}

.typesPhoneNumbers__item:nth-child(4) {
	background: linear-gradient(83.31deg, #5D6AE8 0%, #00D2FE 138.33%);
}

/* Features */

.c-white {
	color:  var(--color--white);
}

.mb-0 {
	margin-bottom: 0!important;
}

.features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.features_item:nth-child(1),
.features_item:nth-child(4) {
	grid-row: span 2 / auto;
}

.features_item:nth-child(3) {
	grid-row: 3/4;
}



.features-block-title {
	width: 560px;
}

.features_item {
	display: flex;
	flex-direction: column;
	padding: 40px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
}

.features_title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

.features_text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	opacity: .5;
}

.features_images {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.features_images img {
	max-width: 100%;
	height: auto;
}

.gradient-violet {
	background: linear-gradient(263.63deg, #E60050 -112.5%, #5D6AE8 100%);
}

.gradient-violet-light {
	background: linear-gradient(262.73deg, #F38478 -103.61%, #5D6AE8 100%);
}

.gradient-pink {
	background: linear-gradient(262.52deg, #E60050 0%, #5D6AE8 218.45%);
}

.gradient-pink-light {
	background: linear-gradient(259.9deg, #F38478 0.02%, #5D6AE8 212.67%);
}

.gradient-blue {
	background: linear-gradient(78.88deg, #5D6AE8 0%, #00D2FE 220.2%);
}

.gradient-blue-light {
	background: linear-gradient(79.94deg, #5D6AE8 -112.82%, #00D2FE 100%);
}


/* Tab nav */

.tab-btn {
	justify-content: flex-start;
	text-align: left;
	font-size: 16px;
	border-radius: 24px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: none;
	min-height: 64px;
	margin-bottom: 0;
	white-space: nowrap;
	min-width: auto;
	text-shadow: none;
}
.tab-btn:not(.active) {
	background-color: transparent;
	box-shadow: none;
	color: #000 !important;
}
.tab-btn:not(.active):hover {
	background: rgba(255, 0, 144, 0.1);
}
.tab-btn.active {
	pointer-events: none;
}
.tab-content {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
	padding: 40px 20px;
}
.tab-content p, .tab-content ul {
	margin: 15px 0 0;
}
.tab-content ul {
	padding: 0 15px;
}
.tab-content-imgCol {
	margin-top: 40px;
	text-align: center;
}
.tab-content-clean {
	padding: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.tab-nav {
	display: flex;
	padding-left: 0;
	list-style: none;
	gap: 4px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-right: -20px;
	flex-wrap: nowrap;
	overflow: auto;
}

.tab-nav::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.tab-nav .tab-btn {
	box-shadow: none;
}
.tab-nav-wrap {
	width: calc(100vw - 40px);
}

.tab-nav-line {
	margin-bottom: 20px;
}

.tab-content-imgCol img {
	width: 100%;
}

.title_block .mob_img {
	display:  none;
}

.title_block img {
	width:  100%;
	height:  auto;
}


.teams .wrap {
	max-width: 1240px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
	padding: 64px;
	border-radius: 64px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
	min-height: 560px;
	overflow: hidden;
}

.teams .wrap .half__item {
	position:  unset;
}

.teams .wrap .desc_img {
	width: 490px;
    bottom: 0;
    left: -16px;
    position: absolute;
    height:  auto;
}

.teams .wrap .mob_img {
	display:  none;
}

.logos-block .wrap > div {
    border-radius: 40px;
    background: var(--color--white);
    padding: 24px;
}

.logos_items {	
	position:  relative;
	overflow:  hidden;
	white-space: nowrap;
	user-select: none;
	width:  100%;
}

.logos_items_wrap {
	display:  flex;
	align-items:  center;
	gap:  40px;
	animation: scroll 10s linear infinite;
}

.logos_items img {
	height:  32px;
}

.logos_items:before,
.logos_items:after {
  content: "";
  height: 100%;
  top: 0;
  width: 12%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.logos_items:before {
  left: -5px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.logos_items:after {
  right: -5px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.logo_add {
  position: absolute;
  right: 0;
  bottom: 98px;
  right: 60px;
  display: flex;
  color: rgba(0, 0, 0, 0.50);
  gap: 15px;	
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  line-height:  1.25;
}

.logo_add div {
	transform: rotate(-5deg);
    margin-top: -20px;
}

.top-block .logo_add {
	position: unset;
    flex-direction: column;
    align-items: center;
    margin-top:  60px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .5);
}

.top-block .logo_add div {
    transform: rotate(5deg);
    margin-bottom: -15px;
}


@keyframes scroll {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-627px);
  }
}

@media (max-width: 1240px) {
	.top-block__left {
		width: 40%;
	}
}


@media (min-width: 992px) {
	.tab-btn {
		width: 100%;
		white-space: normal;
	}

	.tab-nav {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		list-style: none;
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.tab-nav-wrap {
		width: auto;
	}

	.tab-nav-line {
		border-bottom: 2px solid rgba(0, 0, 0, 0.3);
		overflow: unset;
		justify-content: space-between;
		margin-bottom: 80px;
	}

	.tab-nav-line .tab-btn:not(.active) {
		color: rgba(0, 0, 0, 0.5) !important;
	}

	.tab-nav-line .tab-btn {
		width: auto;
		min-width: auto;
		min-height: auto;
		padding: 0;
		border-radius: 0;
		display: block;
		text-align: center;
		position: relative;
		padding-bottom: 8px;
		background-color: transparent !important;
	}

	.tab-nav-line .tab-btn:hover {
		background-color: transparent;
	}

	.tab-nav-line .tab-btn.active {
		color: #000 !important;
	}

	.tab-nav-line .tab-btn.active::after {
		content: "";
		position: absolute;
		height: 4px;
		background: #5D6AE8;
		left: 0;
		right: 0;
		bottom: -3px;
	}

	.tab-content {
		height: 100%;
		padding: 60px;
	}

	.tab-content-imgCol {
		margin-top: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.tab-content-imgCol img {
		max-width: 100%;
		height: auto;
	}

}



@media screen and (max-width: 1024px){
	.teams .wrap {
		padding: 40px 0 208px;
        max-width: 100%;
        flex-direction: column-reverse;
        border-radius: 40px;
	}

	.top-block__left {
        width: 100%;
    }


	.teams .wrap .desc_img {
		display:  none;
	}
	
	.teams .wrap .mob_img {
		display: flex;
	    margin-bottom: -208px;
	    margin-top: 40px;
	    width: 100%;
	}

	.logos-block .wrap {
		padding:  0;
	}

	.logos_items {
		width: 100%;
	}

	.web_steps_block .half__item {
		padding-right:  0;
	}

	.web_steps_block .h1 {
		font-size: var(--font--large);
		text-align:  center;
		padding:  0 24px;
	}

	.web_step_item {
		padding:  var(--padding-3);
		justify-content: space-between;
	}


	.web_step_item .step_title {
		font-size: var(--font--medium-max);
	}

	.web_step_item .step_image.position_absolute {
		right:  24px;
	}

	.half__item .web_step_item:first-child .step_image {
		width: 96px;
		height: 120px;
	}

	.half__item .web_step_item:nth-child(3) .step_image {
		width: 103px;
		height: 109px;
	}

	.half__item .web_step_item:nth-child(2) .step_image {
		width: 120px;
		height: 43px;
	}

	.half__item .web_step_item:nth-child(4) .step_image {
		margin-right: 24px;
    	width: 120px;
    	height: 73px;
	}

	.departments_block .half .logo_add {
		margin-left:  -100px;
	}

	.agenda_block .web_step_wrap {
		width:  100%;
		max-width: unset;
		margin-bottom: 0 !important;
	}

	.realities_block {
		position: relative;
		padding:  64px 40px 304px;
	}

	.realities_block .grid_block {
	    grid-template-columns: auto;
	    grid-row-gap: 80px;
	}

	.grid_item_r {
		position:  relative;
		padding:  0;
	}

	.grid_item_r:nth-child(2) {
		position:  unset;
	}

	.grid_item_r h3 br:not(:nth-child(2)) {
		display:  none;
	}

	.grid_item_r:after, 
	.grid_item_r:after {
		position:  absolute;
		bottom:  -40px;
		content:  '';
		width :100%;
		height:  1px;
		background: rgba(0, 0, 0, 0.30);
	}

	.grid_item_r:nth-child(4):after, 
	.grid_item_r:nth-child(2):after {
		display:  none;
	}
	

	.realities_block .grid_block .grid_item_r:nth-child(2) {
		order: 4;
	}

	.grid_item_r div {
		padding-left:  20px;
	}

	.grid_item_r img {
		max-width:  480px;
		bottom:  0;
	}

	.webinar_speakers .grid_block {
		grid-template-columns: auto;
        grid-template-rows: auto;
	}

	.webinar_speaker__block {
		grid-column-start: unset !important;
    	grid-column-end: unset !important;
    	grid-row-start: unset !important;
    	grid-row-end: unset !important;
    }

	.webinar_speaker__block:nth-child(1) {
		order:  1;
	}

	.webinar_speaker__block:nth-child(2) {
		order:  3;
		background: linear-gradient(0deg, var(--general-white-70, rgba(255, 255, 255, 0.70)) 0%, var(--general-white-70, rgba(255, 255, 255, 0.70)) 100%), radial-gradient(50.14% 100% at 50.14% 0%, var(--General-Yellow, #FFB400) 0%, var(--General-Purple, #FF0090) 50%, var(--General-Violet, #5D6AE8) 100%);
	}

	.webinar_speaker__block:nth-child(3) {
		order:  2;
		background: linear-gradient(0deg, var(--general-white-70, rgba(255, 255, 255, 0.70)) 0%, var(--general-white-70, rgba(255, 255, 255, 0.70)) 100%), radial-gradient(49.86% 100% at 50.14% 100%, var(--General-Yellow, #FFB400) 0%, var(--General-Purple, #FF0090) 50%, var(--General-Violet, #5D6AE8) 100%);
	}

	.webinar_speaker__block:nth-child(4) {
		order:  4;
	}


	.bottom_block .top-block__text {
		margin-bottom: 40px;
	}

	.bottom_block .logo_add {
		justify-content: center;
        margin-right: -120px;
	}

	.bottom_block .logo_add div {
		max-width: 120px;
	}

}

/* features timeline */

.timeline-features {
    height: 400px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.timeline-features-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 40px;
    margin-top: 180px;
}

.timeline-features-item.column-reverse {
    flex-direction: column-reverse;
    margin-bottom: 180px;
}

.timeline-features-item .number {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.timeline-features-item .description {
	margin-left:  20px;
    width: 180px;
}

.timeline-features-item:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    border-radius: 1px;
    top: 20px;
    left: 43px;
    width: calc(100% - 46px);
}


.timeline-features-image1,
.timeline-features-image2,
.timeline-features-image3 {
    position: absolute;
    top: -150px;
    left:  0;
	max-width: 230px;
    width: 100%;
}

.timeline-features-image1 img,
.timeline-features-image2 img,
.timeline-features-image3 img {
	width: 100%;
}

.ae .timeline-features-image1,
.ae .timeline-features-image3 {
    left: inherit;
    right: 0;
}

.timeline-features-image2 {
    top: 80px;
	left: 100px;
}

.ae .timeline-features-image2 {
	right: 0;
}


@media (max-width: 1100px) {
    .timeline-features-image1,
	.timeline-features-image3 {
		position: absolute;
		left: 0;
	}
}

@media (max-width: 992px) {
    .timeline-features {
        height: auto;
        flex-direction: column;
        gap: 56px;
        margin-top: 0;
    }

    .timeline-features-item {
        width: 100%;
        flex-direction: row;
        margin-top: 0;
        gap: 20px;
    }

    .timeline-features-item .description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        padding-top: 10px;
        gap: 20px;
    }

    .timeline-features-image1,
    .timeline-features-image2,
    .timeline-features-image3 {
        position: static;
		min-width: auto;
    	width: auto;
    }

    .timeline-features-item.column-reverse {
        flex-direction: row;
        margin-bottom: 0;
    }

    .timeline-features-item:not(:last-child):after {
        width: 1px;
        top: 50px;
        left: 20px;
        height: 100%;
    }

    .timeline-features-item:last-child:after {
    	display:  none;
    } 
}



/* FAQ */

details {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
	margin-bottom: 20px;
}

details:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

details:last-child {
	margin-bottom: 0;
}

details[open] summary {
	padding: 40px 40px 20px;
}

details[open] summary ~ * {
	animation: open 0.3s ease-in-out;
}

@keyframes open {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

details[open] .summary-content {
	padding: 0 40px 40px;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary {
	width: calc(100% - 30px);
	padding: 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	list-style: none;
}

details summary:after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url("../img/icon/plus.svg");
	position: absolute;
	top: 37px;
	right: 40px;
	transform-origin: center;
	transition: 200ms linear;
}

details[open] summary:after {
	transform: rotate(45deg);
}

details summary {
	outline: 0;
}


#js-wrapper{
	display: none;
}



@media screen and (max-width: 1024px){
	.text-block__desc{
		padding: 40px 0 0 0;
	}

	.text-block__img{
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.choose__item{
		width: 100%;
		margin-bottom: 10px;
	}

	.plan__item{
		width: 100%;
		margin-bottom: 10px;
	}

	.callback__item {
		padding:  40px 20px 20px;
	}

	.text-block._no-mob{
		display: none;
	}

	.plan__txt.textIcon__text br {
		display: none;
	}

	.smart-calling._no-mob{
		display: none;
	}
	#js-wrapper{
		display: block;
	}

	.blImgAsideText.justify-between .half__item {
		width: 100%;
	}

	.logos_wrapper .logo_item .btn_wrapper {
		width:  100%;
		justify-content: center;
	}

	.logos_wrapper .logo_item .btn_wrapper span {
		margin-top:  8px;
	}

	.webinar_speakers .half {
		gap:  0;
	}

	.webinar_speaker {
		max-width: 100%;
		flex-direction: column;
		margin: 0 0 8px;
	}

	.logos_wrapper .logo_item.logo_btn {
		width:  100%;
	    flex-direction: column;
	    align-items: center;
	    padding: 16px;
	    border-radius:  32px;
	}

	.logos_wrapper .logo_item div:not(.btn_wrapper) {
		margin-bottom: 24px;
		margin-right:  0;
	}

	.logos_wrapper .logo_item .btn {
		width:  100%;
	}

	.gradient_wrap {
		border-radius: 24px;
        padding: 80px 24px 24px;
	}

	.gradient_wrap .btn_wrapper div,
	.gradient_wrap .btn_wrapper {
		width:  100%;
	}

	.gradient_wrap .btn_wrapper .btn {
		width:  100%;
		justify-content:  center;
	}

}

