.jb-banner-slide {
	position: relative;
	width: 100%;
	height: 720px;
}

.jb-banner__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	inset: 0;
}
.jb-banner__video {
	height: 100%;
}
.jb-banner__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jb-banner__overlay {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(0deg, transparent 70%, rgb(28 102 173 / 50%))
}

.jb-banner__content {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	color: #fff;
	max-width: 600px;
}

.jb-banner__small {
	font-weight: 400;
	margin-bottom: 10px;
	text-shadow: 0 4px 15px #2A2B2A80;
	font-family: var(--main-font);
	font-size: 20px;
	display: flex;
    align-items: center;
    gap: 10px;
}

.jb-banner__small:after {
    content:'';
    width: 30px;
    height: 1px;
    background: #5DB00B;
    display: inline-block;
}

.jb-banner__big {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Barlow Condensed';
	text-shadow: 0 4px 15px #2A2B2A80;
}
.jb-banner__big b {
	font-size: 69px;
}

.jb-banner__btn {
	display: inline-block;
	background: var(--e-global-color-primary);
	color: #fff;
	padding: 13px 20px 18px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	transition: background .3s;
	font-family: 'Barlow';
	letter-spacing: 0.03rem;
}

@media (max-width:767px){
	.jb-banner-slider .custom-slider-arrow {
		display: none;
	}
	.jb-banner-slider .custom-slider-dots {
		left: 50%;
		transform: translateX(-50%);
	}
	.jb-banner__content{
		left: 50%;
		transform: translateY(-50%) translatex(-50%);
		max-width: 380px;
		width: 100%;
		top: 60%;
		text-align: center;
	}
	.jb-banner__big {
		font-size: 50px;
		display: flex;
		flex-direction: column;
		justify-content:center;
		font-weight: 400;
		text-shadow: 0 4px 15px #2A2B2A80;
	}
	.jb-banner__big b{
		font-size: 57px;
		text-align:center;
	}
	.jb-banner__small {
		text-align:center;
		font-size: 18px;
		justify-content: center;
	}
}
@media (max-width: 360px) {
	.jb-banner__small {
		letter-spacing: 0.03rem;
		padding: 0 20px;
		font-size: 15px;
	}
	.jb-banner__small:after {
		width: 20px;
	}
	.jb-banner__big {
		font-size: 45px;
	}
	.jb-banner__big b {
        font-size: 53px;
    }
}