.swiper-container-wrapper.swiper-style-hero{
	overflow: hidden;
}
.swiper-container-wrapper.swiper-style-hero .swiper-horizontal > .swiper-pagination-bullets{
	bottom: 40px;
}
.swiper-container-wrapper.swiper-style-hero :is(.swiper-button-next, .swiper-button-prev){
	filter: brightness(0) invert(1);
}
.swiper-container-wrapper.swiper-style-hero .swiper-button-next{
	right: max( 26px, var(--bs-offset) - 64px );
}
.swiper-container-wrapper.swiper-style-hero .swiper-button-prev{
	left: max( 26px, var(--bs-offset) - 64px );
}
.swiper-container-wrapper.swiper-style-hero video{
	object-fit: cover;
}
.swiper-container-wrapper.swiper-style-hero .hero-item{
	min-height: 800px;
	display: flex;
	font-size: 20px;
	line-height: 1.3;
}
.swiper-container-wrapper.swiper-style-hero .hero-item,
.swiper-container-wrapper.swiper-style-hero .hero-item :is(h1,h2,h3,h4,h5){
	color: var(--wp--preset--color--white);
}
.swiper-container-wrapper.swiper-style-hero .hero-item h1{
	margin-bottom: 40px;
	font-size: 80px;
	line-height: 1.1;
}
.swiper-container-wrapper.swiper-style-hero .hero-item h2{
	margin-bottom: 40px;
	font-size: 60px;
	line-height: 1.1333;
	letter-spacing: 1px;
}
.swiper-container-wrapper.swiper-style-hero .hero-item :is( h1, h2 ) + p > .btn{
	margin-top: 20px;
}
.swiper-container-wrapper.swiper-style-hero .hero-item p:not(:last-child){
	margin-bottom: 15px;
}
.swiper-container-wrapper.swiper-style-hero .hero-item .btn{
	margin-top: 60px;
}
.swiper-container-wrapper.swiper-style-hero .hero-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container-wrapper.swiper-style-hero .hero-background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container-wrapper.swiper-style-hero .swiper-slide .container{
	position: relative;
	z-index: 3;
	padding-top: 80px;
	padding-bottom: 130px;
}
.swiper-container-wrapper.swiper-style-hero [data-mobile-video]{
	display: none;
}

.floating-contact{
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	display: flex;
	background: #fff;
	transform: translateY(-50%) translateX(100%) translateX(-56px);
	transition: transform .3s ease;
}
.floating-contact.opened{
	transform: translateY(-50%) translateX(0px);
}
.floating-contact a.title{
	display: block;
	padding: 14px;
	background: var(--wp--preset--color--green);
	font-size: 22px;
	line-height: 1.3636;
	font-style: normal;
	text-decoration: none;
	color: var(--wp--preset--color--etel-blau);
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	transform-origin: center;
	text-align: center;
	transition: all .3s ease;
	transition-property: background-color, color;
}
.floating-contact .title:hover{
	background-color: var(--wp--preset--color--etel-blau);
	color: #fff;
}
.floating-contact .text{
	padding: 20px 100px 20px 40px;
	white-space: nowrap;
}
.floating-contact :is(h1,h2,h3,h4,h5,h6,p):not(:last-child){
	margin-bottom: 20px;
}
.floating-contact button{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	padding: 0;
	background: none;
	border: 0;
}

@media (max-width: 1199px){
	.swiper-container-wrapper.swiper-style-hero .hero-item{
		min-height: 600px;
	}
	.swiper-container-wrapper.swiper-style-hero .swiper-slide .container{
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item h1{
		font-size: 60px;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item h2{
		font-size: 50px;
	}
}

@media (max-width: 991px){
	.swiper-container-wrapper.swiper-style-hero .hero-item{
		min-height: 500px;
	}
	.swiper-container-wrapper.swiper-style-hero .swiper-horizontal > .swiper-pagination-bullets{
		bottom: 30px;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item h1{
		margin-bottom: 20px;
		font-size: 44px;
		line-height: 1.1;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item h2{
		margin-bottom: 20px;
		font-size: 36px;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item .btn{
		margin-top: 40px;
	}
	.floating-contact{
		display: none;
	}
}

@media( max-width: 767px ){
	.swiper-container-wrapper.swiper-style-hero .hero-item{
		min-height: calc( 100vh - 80px );
		min-height: calc( 100dvh - 80px );
		font-size: 16px;
		line-height: 1.5;
	}
	.swiper-container-wrapper.swiper-style-hero [data-desktop-video]{
		display: none;
	}
	.swiper-container-wrapper.swiper-style-hero [data-mobile-video]{
		display: block;
	}
	.swiper-container-wrapper.swiper-style-hero :is(.swiper-button-next, .swiper-button-prev){
		display: none;
	}
}