.yeda-side-blcok{
	width: 100%;
	max-width: calc(50% - 10px);
}

.yeda-section .custom-container{
	width: 100%;
	padding: 0 15px;
	max-width: 1226px;
}

.yeda-side-blcok img{
	width: 100%;
}
.yeda-side-blcok .hero-content * + *{
	margin-top: 16px;
}
.yeda-section h1{
	font-weight: 600;
	font-style: SemiBold;
	font-size: 56px;
	line-height: 1.1;
}
.yeda-section h2{
	font-weight: 600;
	font-style: SemiBold;
	font-size: 40px;
	line-height: 120%;
}
.yeda-section h3{
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	line-height: 120%;
}

.yeda-section p{
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 1.4;
}
.home-blocks.yeda-section.home-blocks--accented h1,
.home-blocks.yeda-section.home-blocks--accented h2,
.home-blocks.yeda-section.home-blocks--accented h3,
.home-blocks.yeda-section.home-blocks--accented h4,
.home-blocks.yeda-section.home-blocks--accented h5,
.home-blocks.yeda-section.home-blocks--accented h6,
.home-blocks.yeda-section.home-blocks--accented p{
	color: #fff;
}

.home-intro p,
.home-intro h1{
	color: #fff;
}

.yeda-section .btn{
	margin-top: 48px;
}

.yeda-section .btn .btn--svg__label svg{
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
}
.yeda-section .btn .btn--svg__label{
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-blocks.yeda-section .custom-container .home-blocks--item .home-blocks--item-info{
	margin: 0;
}

.home-blocks.yeda-section .custom-container .home-blocks--item{
	grid-template-columns: 1fr 1fr;
}
.home-blocks.yeda-section:nth-child(odd){
	background: #F6F9FF
}
.home-blocks.yeda-section:nth-child(even){
	background: #fff;
}
.home-blocks.yeda-section.home-blocks--accented{
	background: #000F61;
}
.home-blocks.yeda-section:nth-child(even) .home-blocks--item-img{
	order: 2;
}
.home-blocks.yeda-section:nth-child(even) .home-blocks--item-info{
	order: 1;
}
.text-section.yeda-section{
	padding: 65px 0;
}
.text-section.yeda-section .custom-container{
	max-width: 840px;
}

.yeda-section.cta-form-block .btn:hover .btn--svg__label{
	color: #0a57e5;
	transition: .5s;
}
 .yeda-section.cta-form-block .btn:hover .btn--svg__label svg path{
 	stroke: #0a57e5;
	transition: .5s;
 }
.yeda-section .cta-form-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yeda-section .cta-form-content > div{
	width: calc(50% - 20px);
}

.yeda-section .cta-form-info{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cta-content-info-inner{
	width: 100%;
	max-width: 300px;
}
.cta-content-info-inner .cta-form-wrap form{
	display: flex;
	flex-direction: column;
}

.cta-content-info-inner .cta-form-wrap form input[type="submit"]{
	display: none;
}
.cta-content-info-inner .cta-form-wrap form input{
	width: 100%;
	box-sizing: border-box;
	padding: 16px;

	padding-inline-start: 20px;
    padding-inline-end: 20px;
    height: 56px;
    background-color: white;
    border-radius: 6px;
    max-width: 100%;
    border: 1px solid #E5E8ED;
    font-size: 18px;
    line-height: 26px;
    color: #000F61;
    font-weight: 400;	
    border-radius: 8px;
}
.cta-content-info-inner .iti__selected-dial-code{
	margin-left: 6px!important;
	margin-right: 6px!important;
}
.cta-content-info-inner .wpcf7-spinner{
	display: none!important;
}
.cta-content-info-inner .cta-form-wrap form{
	margin-top: 20px;
}
.cta-content-info-inner .cta-form-wrap form label{
	direction: rtl;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: right;
	vertical-align: middle;

	color: #51535E;
}
.cards-section.yeda-section{
	padding: 65px 0;
}
.cards-section.yeda-section .cards-section--content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cards-section.yeda-section .cards-section--content .card-item{
	width: calc(50% - 10px);
}
.cards-section.yeda-section:nth-child(odd){
	background: #fff;
}
.cards-section.yeda-section:nth-child(even){
	background: #F6F9FF;
}

.card-item h1, 
.card-item h2, 
.card-item h3, 
.card-item h4, 
.card-item h5, 
.card-item h6{
	margin: 0;

	font-weight: 600;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0px;

}
.card-item h2{
	font-size: 36px;
}
.card-item h3{
	font-size: 30px;
}
.card-item h4{
	font-size: 24px;
}
.card-item h5{
	font-size: 18px;
}
.card-item h6{
	font-size: 14px;
}
.card-item .text-item> * + *,
.card-item  .card-description>* + *{
	margin-top: 16px;
}
.card-item .card-description{
	margin-top: 0px;
	padding: 0 16px;
}

.card-item .text-item{
	padding: 32px;
	background: #fff;

	border-radius: 26px;
	box-shadow: 0px 0px 20px 0px #0A59EB29;
}
.card-item .text-item + .text-item{
	margin-top: 32px;
}
.card-item.card-item--text-repeater{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fifty_windows_width .custom-container{
	position: static;
}
.fifty_windows_width .custom-container .home-intro--mobile-video img{
	width: 50vw;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media(max-width: 1100px){
	.yeda-section .custom-container{
		width: 100%;
	}
	.yeda-section h2,
	.yeda-section h3{
		font-size: 24px;
		font-weight: 700;
	}
	.yeda-section p{
		font-size: 14px;
	}
	.card-item .text-item{
		padding: 20px 12px;
		border-radius: 20px;
	}
	.yeda-section h1{
		font-size: 28px;
	}

	.card-item h1{
		font-size: 28px;
	}
	.card-item h2{
		font-size: 24px;
	}
	.card-item h3{
		font-size: 20px;
	}
	.card-item h4{
		font-size: 16px;
	}
	.card-item h5{
		font-size: 14px;
	}
	.card-item h6{
		font-size: 12px;
	}
	.yeda-section.home-intro .custom-container .flex-container{
		align-items: center;
	}
	.yeda-side-blcok{
		width: 100%;
		max-width: 100%;
	}
	.yeda-section.home-intro .hero-content{
		margin-top: 50px;
	}
	.fifty_windows_width .custom-container .home-intro--mobile-video img{
		width: 100%;
		position: relative;
		left: unset;
		bottom: unset;
	}
}

@media(max-width: 768px){
	.cards-section.yeda-section .cards-section--content .card-item{
		width: 100%;
	}
	.cards-section.yeda-section .cards-section--content .card-item + .card-item{
		margin-top: 50px;
	}
	.home-blocks.yeda-section:nth-child(even) .home-blocks--item-info,
	.home-blocks.yeda-section:nth-child(even) .home-blocks--item-img,
	.home-blocks.yeda-section:nth-child(odd) .home-blocks--item-info,
	.home-blocks.yeda-section:nth-child(odd) .home-blocks--item-img{
		order: 1;
	}
	.yeda-section.home-blocks .custom-container .home-blocks--item .home-blocks--item-img{
		max-width: 600px;
		margin-bottom: 20px;
	}
	.yeda-section .cta-form-content > div{
		width: 100%;
		max-width: 100%:;
	}
	.yeda-section .cta-form-content{
		padding: 40px 0 65px;
		flex-wrap: wrap;
	}
	.yeda-section .cta-form-content .cta-form-image{
		margin-bottom: 40px;
	}
	.cards-section.yeda-section .cards-section--content .card-item.card-item--image-text{
		order: 1;
	}
	.cards-section.yeda-section .cards-section--content .card-item.card-item--text-repeater{
		order: 2;
	}
	.cards-section.yeda-section .cards-section--content .card-item.card-item--text-repeater + .card-item.card-item--image-text{
		margin-top: 0;
		margin-bottom: 50px;
	}
}

@media(max-width: 520px){
	.cta-content-info-inner{
		max-width: 100%;
	}
}



/* ===============================================
   CONTENT SLIDER - Базовые стили
   =============================================== */

.content-slider-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.content-slider-images {
    flex: 0 0 100%;
    max-width: 100%;
    height: 500px; /* Фиксированная высота для вертикального слайдера */
}
.content-slider.yeda-section .content-slider-images img{
	width: 100%;
	height: auto;
}

.content-slider-content {
    flex: 1;
}

.slider-image-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    visibility: hidden!important;
    animation-duration: .8s!important;
}

.swiper-slide-active .slider-image-wrap{
	visibility: visible!important;
}

.slider-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-title {
    margin-bottom: 30px;
}

/* ===============================================
   ТЕКСТОВЫЕ ЭЛЕМЕНТЫ (все видны)
   =============================================== */

.slider-texts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0px;
}

.slider-text-item {
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-text-item p{
	cursor: pointer;
	font-family: Rubik;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: right;

	transition: all 0.3s ease;
	color: #AEAEB7;
}
.slider-text-item:hover p{
    color: #161619;
}

.slider-text-item.active p{
    color: #161619;
}

.slider-text-wrap {
    /* Здесь ты можешь добавить свои стили для текста */
}

/* ===============================================
   SWIPER КОНТЕЙНЕРЫ - ВЕРТИКАЛЬНЫЙ
   =============================================== */

.content-slider .swiper {
    width: 100%;
    height: 100%;
}

.content-slider .swiper-slide {
    height: 100%;
}

/* ===============================================
   RTL ПОДДЕРЖКА
   =============================================== */

.rtl .content-slider-wrapper,
[dir="rtl"] .content-slider-wrapper {
    direction: rtl;
}

.rtl .content-slider-images,
[dir="rtl"] .content-slider-images {
    order: 2; /* Картинка справа в RTL */
}

.rtl .content-slider-content,
[dir="rtl"] .content-slider-content {
    order: 1; /* Контент слева в RTL */
}

/* ===============================================
   ПАГИНАЦИЯ
   =============================================== */

.content-slider .swiper-pagination {
    position: relative !important;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;

    display: none!important;
}

.rtl .content-slider .swiper-pagination,
[dir="rtl"] .content-slider .swiper-pagination {
    justify-content: flex-end;
}
.content-slider-content, [dir="rtl"] .content-slider-content{
	margin: auto 0;
}
.content-slider .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0A59EB;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #0A59EB;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.content-slider .swiper-pagination-bullet:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.content-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0A59EB;
    color: white;
}
.slider-texts-list{
	position: relative;
}
.slider-texts-list:before{
	width: 1px;
	height: 100%;
	display: block;
	content: '';

	position: absolute;
	right: -20px;
	background: #EBEEFB;
	top: 0;
}
.slider-text-item.active{
	position: relative;
}
.slider-text-item.active:before{
	background: #EBEEFB;

	width: 3px;
	height: 100%;
	display: block;
	content: '';

	position: absolute;
	right: -21px;
	top: 0;
	border-radius: 6px;
}

.slider-text-item.active:after{
	background: #146EF5;

	width: 3px;
	height: 44px;
	display: block;
	top: 0;
	content: '';

	position: absolute;
	right: -21px;
	border-radius: 6px;
}
/* ===============================================
   АДАПТИВНОСТЬ
   =============================================== */

@media (max-width: 1024px) {
    .content-slider-wrapper {
        gap: 30px;
    }
    
    .content-slider-images {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .content-slider-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .slider-text-item p{
    	font-size: 14px;
    	padding: 0;
    }
    .content-slider-images,
    .rtl .content-slider-images,
    [dir="rtl"] .content-slider-images {
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
        order: 1;
        max-height: 300px;
    }
    
    .content-slider-content,
    .rtl .content-slider-content,
    [dir="rtl"] .content-slider-content {
        order: 2;
    }
    
    .slider-texts-list {
        gap: 10px;
        padding-right: 16px;
    }
    .slider-texts-list:before{
		right: -15px;
	}
	.slider-text-item.active:before{
		right: -16px;
	}

	.slider-text-item.active:after{
		right: -16px;
	}
    .content-slider .swiper-pagination {
        justify-content: center;
    }
    
    .content-slider .swiper-pagination-bullet {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .content-slider .swiper-wrapper .swiper-slide{
    	height: 100%!important;
    	max-height: 300px!important;
    }
    .content-slider .swiper-wrapper{
    	height: 300px;
    	max-height: 300px;
    }

}

@media (max-width: 480px) {
    .content-slider-images {
        height: 250px;
    }
    
    .slider-title {
        margin-bottom: 20px;
    }
    
    .slider-text-item {
        padding: 0px;
    }
    
    .content-slider .swiper-pagination {
        gap: 8px;
    }
    
    .content-slider .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}
