/*
Theme Name: Subaru
Theme URI:
Description:
Author: Stefano Esu/Francesco Pagliei per Jakala
Author URI:
Version: 1.0.1
License:
License URI:
Tags:
Text Domain: sbr
*/

/*
Classi main utilizzate : 
 - hero-slider (used in homepage)
 - product-relation (product relation slider in homepage)
 - wrapper-relations (block of relation pages on homepage)
 - news-relation (block news used in homepage)
 - wrapper-text (block text used as accordion f.e. in homepage)
*/

@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background-color: #ffffff;
	font-size: 100%;
	line-height: 1.125em;
	height: 100%;
	overflow-x: hidden;
	max-width: 100vw;
	image-rendering: -webkit-optimize-contrast;
	/* Cross Browser graphic and fonts fixes */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-interpolation-mode: nearest-neighbor;
}

/* GENERAL STYLES */
.p-relative,
div.wrapper {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.c-white {
	color: white;
}

.img-like-bck {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center;
}

.img-like-bck.img-contain {
	object-fit: contain !important;
}

.img-on-top {
	height: 265px !important;
	width: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	top: 0% !important;
	left: 0% !important;
	position: initial !important;
	transform: translate(-0%, -0%) !important;
}

.btn-play-video,
.btn-play-videomedia {
	position: absolute;
	z-index: 2;
	background: transparent;
	border: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrapper-slider .btn-custom,
.wrapper-slider .btn-custom-trasparent,
.wrapper-slider .dark-btn-trasparent {
	display: inline-block;
	text-align: center;
	border: 1px solid white;
	color: white;
	font-size: 0.85em !important;
	line-height: 30px;
	background-color: transparent;
	padding: 0px 45px;
	transition: 0.5s;
}

.btn-custom,
.btn-custom-trasparent,
.dark-btn-trasparent {
	display: inline-block;
	text-align: center;
	border: 1px solid white;
	color: white;
	font-size: 1em;
	line-height: 30px;
	background-color: transparent;
	padding: 5px 35px;
	transition: 0.5s;
}
.btn-custom:hover,
.btn-custom-trasparent:hover,
.dark-btn-trasparent:hover{
	background-color: #009de3!important;
	border: 1px solid #009de3!important;
}

.dark-btn-trasparent {
	border: 1px solid #292929;
	color: #292929;
}

.dark-btn-trasparent:hover {
	background-color: #292929;
	color: white;
}

.opacity-for-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent);
	z-index: 1;
}

.opacity-for-slider-light {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent);
	z-index: 1;
}

.opacity-linea-gradient-20 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.20) 40%);
	z-index: 1;
	opacity: 1;
	transition: opacity 0.4s ease-in-out !important;
}

.pt-main-title {
	font-size: 2.375em;
	text-align: center;
}

.inner-img-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-cover {
	object-fit: cover;
	width: 100%;
	height:
		100%;
	position:
		absolute;
	top: 0%;
	left: 0%;
}

.bck-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bck-grey {
	background: #F0F2F4;
}

.btn-blue,
.btn-blue-inverse {
	display: inline-block;
    text-align: center;
    border: 1px solid #00A0DC;
    color: white;
	font-size: 1em;
    line-height: 30px;
    background-color: #00A0DC;
    padding: 5px 35px;
    transition: 0.5s;
}

.btn-blue-inverse {
	color: #00A0DC;
	background-color: white;
	border: 1px solid #00A0DC;
}

.btn-blue-inverse:hover {
	color: white;
	background-color: #00A0DC;
}

.btn-blue-inverse.model-btn::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-image: url('img/icons/drive-wheel-blue.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: background-image 0.5s;
}

.btn-blue-inverse.model-btn:hover::before {
	background-image: url('img/icons/drive-wheel-white.png');
}

.btn-blue-inverse.model-btn:hover {
	color: white;
	background-color: #00A0DC;
}

.btn-blue:hover {
	color: #00A0DC;
	background-color: white;
}

.btn-white {
	display: inline-block;
	text-align: center;
	border: 1px solid #FFF;
	color: #292929;
	font-size: 1em;
	line-height: 19px;
	background-color: #FFF;
	padding: 11px 30px;
	transition: 0.5s;
}

.btn-white:hover {
	color: #FFF;
	background-color: #292929;
	border: 1px solid #FFF;
}

.wrapper-text .content-text h4 {
	font-size: 2em;
	line-height: 38px;
	font-family: 'avenir';
	font-weight: 100;
}

button.go-top {
	background: #00A0DC;
	border: none;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	right: 70px;
	z-index: 112;
}

.extra-info {
	color: #009FDF;
	text-decoration: underline;
}

.bottom-contact-info {
	background-color: #F0F2F4;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 14px;
	padding-right: 14px;
}

.bottom-contact-info .pt-main-title {
	font-size: 1.75em;
	color: #1b1b1b;
	font-weight: 600;
	font-family: 'avenir';
}

.bottom-contact-info p:first-child {
	font-size: 1.25em !important;
}

.bottom-contact-info p:last-child {
	margin-top: 24px;
}

.bottom-contact-info img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.text-thankyou {
	margin-bottom: 24px;
}

.form-control:disabled {
	background-color: rgb(237, 237, 237);
}

.grecaptcha-badge {
	display: none;
}

.info-extra-block .info-title {
	font-size: 1.25em;
	line-height: 30px;
	font-weight: bold;
}

button.more {
	font-size: 1em;
	line-height: 30px;
	border: 0;
	background: transparent;
	color: #1E5FC2;
}

.hidden {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	transition: opacity 0.8s, max-height 0.8s ease-out;
	pointer-events: none;
}

.visible {
	opacity: 1 !important;
	visibility: visible !important;
	max-height: 1000px !important;
	transition: opacity 0.8s, max-height 0.8s ease-in;
	pointer-events: all;
}

.show-text {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.4s ease-out, max-height 0.4s ease-out;
}

.max-width-910 {
	max-width: 910px !important;
	margin: 0 auto !important;
}

.wrapper-relations.content-auto-align .main-cont-elements .textual-part,
.wrapper-relations.content-auto-align .main-cont-elements .textual-part .content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wrapper-relations.content-auto-align .main-cont-elements img{
	aspect-ratio: 3 / 2;
}

/* END OF GENERAL STYLES */

/* MENU HEADER MANAGING */
.admin-bar #model-menu {
	top: 32px !important;
}

/* START HEADER MENU */
.primary-menu .nav-item a {
	padding: 30px;
}

.nav-menu .fixed-menu {
	transition: all 0.5s;
	position: fixed;
	right: -5%;
	top: 240px;

}

.nav-menu .fixed-menu ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: end;
	flex-wrap: wrap-reverse;
}

.nav-menu .fixed-menu ul li {
	border-bottom: 1px solid #FFFFFF;
	background-color: #00A0DC;
	width: 45px;
	max-width: 45px;
	transition: max-width 0.7s;
	overflow: hidden;
}

.nav-menu .fixed-menu ul li.grey {
	border-bottom: 0px;
	background-color: #DDD;
}

.nav-menu .fixed-menu ul li .block-img {
	width: 45px;
	height: 45px;
}

.nav-menu .fixed-menu ul li .text {
	width: 0%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.7s;
	white-space: nowrap;
	text-align: center;
	font-family: 'avenir', serif;
	font-size: 0.875em;
	line-height: 22px;
	color: #FFF;
}

.nav-menu .fixed-menu ul li.grey .text {
	color: #292929;
}

@media (min-width: 1200px) {
	.padding-desktop{
		padding: 6px 0px !important;
	}
	footer .footer-links .menu-links li a:hover{
		color: #444444 !important;
	}
	.nav-menu .navbar-nav.primary-menu .nav-item a.nav-link {
		padding-left: 30px !important;
		padding-right: 0px !important;
	}

	.nav-menu .navbar-nav.primary-menu .nav-item:last-child a.nav-link {
		padding-right: 15px !important;
	}
	
	.subaru-events form .model:hover{
		opacity: 1 !important;
		border: 2px solid #00ade8;
	}
	.admin-bar .wrapper.menu-equip-sticky{
		top: 81px !important;
	}
}

@media (min-width: 991px) {
	.child-links .items-link .sub-link a.active {
		color: #009FDF !important;
	}

	.nav-item .mega-menu.menu-models li a:hover img,
	#block-product-relation .swiper-slide a:hover img{
		opacity: 0.7 !important;
		transition: all 0.5s ease-in-out;
	}
	.mosaic-title .mosaic-container a:hover .opacity-linea-gradient-20{
		opacity: 0.2 !important;
	}
	.mosaic-title .mosaic-container a:focus-visible,
	.wrapper-relations.custom-block .part-related .main-cont-elements a:focus-visible{
		border: 2px solid white !important;
		outline: black 3px solid !important;
		display: block !important;
		transition: 0s !important;
	}

	.nav-item .mega-menu.menu-models li a:hover {
		text-decoration: none !important;
		color: #292929 !important;
	}

	.wrapper-media .video-cover,
	.wrapper-relations a[data-fancybox] img,
	.wrapper-media a[data-fancybox] picture img {
		transition: all 0.5s;
	}

	.wrapper-media .video-cover:hover,
	.wrapper-relations a[data-fancybox]:hover img,
	.wrapper-media a[data-fancybox] picture img:hover {
		opacity: 0.7;
	}

	.primary-menu .nav-item a:hover {
		color: #009FDF !important;
	}

	.nav-menu .fixed-menu:hover ul li .text {
		width: auto !important;
		overflow: visible !important;
		opacity: 1 !important;
		padding: 10px 15px;
	}

	.nav-menu .fixed-menu:hover ul li {
		width: auto !important;
		max-width: 400px !important;
	}

	.nav-menu .fixed-menu ul li:hover {
		width: auto !important;
		background-color: #42B3DF;
	}

	.nav-menu .fixed-menu ul li.grey:hover .text {
		color: #FFF;
		transition: all 0.1s linear;
	}
}

/* START MEGAMENU */
.nav-menu .primary-menu .nav-item:hover>.mega-menu,
.nav-menu .primary-menu .nav-item:focus-within>.mega-menu{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.nav-menu .primary-menu .nav-item .mega-menu {
	position: absolute;
	top: 78px;
	left: 0%;
	background-color: #DCE2E6;
	width: 100%;
	height: auto;
	z-index: 1111;
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.15s;
}

.nav-menu .primary-menu .nav-item .mega-menu .items-link {
	width: 1245px;
	height: auto;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 5px;
}

.nav-menu .primary-menu .nav-item .mega-menu .items-link li {
	width: calc(25% - 5px);
}

@media (max-width: 991px) {
	.admin-bar .nav-menu .primary-menu .nav-item .mega-menu {
		top: 120px !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu {
		position: fixed !important;
		transition: all 0.2s ease !important;
		left: 100%;
		opacity: 1 !important;
		visibility: visible !important;
		top: 84px !important;
		height: 100% !important;
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		flex-direction: column !important;
		justify-content: start !important;
		-webkit-transform: translate3d(0, 0, 0);
		/* Fix iOS */
		transform: translate3d(0, 0, 0);
		z-index: 9999 !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu.open {
		transition: all 0.4s ease !important;
		left: 0% !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu .items-link {
		width: 100% !important;
		flex-direction: row !important;
		flex-direction: column;
		margin-bottom: 200px !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu .items-link li a {
		display: inline-block !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu.child-links .items-link li a {
		display: flex !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu .items-link li {
		width: calc(50% - 5px);
	}

	body .nav-menu #navbarContent.open {
		overflow: visible !important;
		transition: all 0.4s ease !important;
		right: 100%;
	}
}

@media (max-width: 768px) {
	.nav-menu .primary-menu .nav-item .mega-menu .items-link li a img {
		width: 150px !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu .items-link li a {
		font-size: 0.9rem !important;
		line-height: 17px !important;
	}

	.nav-menu .primary-menu .nav-item .mega-menu {
		top: 69px !important;
	}
}

/* END MEGAMENU */

/* START HEADER MENU */

/* START FOOTER STYLES */
@media (min-width: 991px) {
	footer .pre-footer .item {
		position: relative;
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 90px;
	}
	
	footer .pre-footer .item .link {
		position: relative;
		box-sizing: border-box;
		transition: all 0.3s ease;
		overflow: hidden;
		width: 100%;
	}

	footer .pre-footer .item::before {
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity 0.4s ease, transform 0.3s ease;
		opacity: 0;
		transform: skew(0deg);
	}

	  footer .pre-footer .item:hover::before {
		opacity: 1;
		transform: skew(-20deg);
	}

	footer .pre-footer .item:hover .link {
		height: 100%;
		color: #009FDF;
		width: 100%;
		text-indent: -70px;
		border-right: 0px;
	}

	footer .pre-footer .item .link::after {
		content: '';
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_518_13294)"><path d="M9.645 3.00002L18.24 12L9.645 21H6L14.595 12L6 3.00002H9.645Z" fill="%2300A0DC"></path></g><defs><clipPath id="clip0_518_13294"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 20px;
		height: 20px;
		opacity: 0;
		transform: translateX(0);
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	footer .pre-footer .item:hover .link::after {
		opacity: 1;
		transform: translateX(40px);
	}

	footer .pre-footer .item img {
		transition: opacity 0.1s;
	}

	footer .pre-footer .item:hover img {
		opacity: 0;
	}

	footer .pre-footer.pre-footer-single-model .item:hover .link {
		color: #292929;
	}

	footer .pre-footer.pre-footer-single-model .item:hover .link::after {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_518_13294)"><path d="M9.645 3.00002L18.24 12L9.645 21H6L14.595 12L6 3.00002H9.645Z" fill="%23292929"></path></g><defs><clipPath id="clip0_518_13294"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
	}

	footer .pre-footer:hover:has(.item:hover) .item a {
		border-right: 0;
	}
}

/* END FOOTER STYLES */

.wrapper-relations.custom-block div.p-absolute {
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrapper-relations.custom-block div.p-absolute p {
	font-size: 1em !important;
	line-height: 23px !important;
	color: #FFF;
}

/* END OF MENU HEADER MANAGING*/


/* WRAPPER STYLES */

/* slider - all the style for swiper slider used in hero */
.wrapper.hero-slider .swiper-slide .text-container {
	position: absolute;
	width: 65%;
	left: 150px;
	top: 50%;
	transform: translate(0px, -50%);
	border-left: 4px solid #009FDF;
	padding: 10px 20px 12px 20px;
	z-index: 2;
}

.wrapper.hero-slider.no-border .swiper-slide .text-container {
	border: 0px !important;
}

.wrapper.hero-slider .text-container .slide-title,
.wrapper.hero-slider .text-container .slide-content p,
.wrapper.hero-slider .text-container .slide-link:not(.btn-blue) {
	color: white;
}

.wrapper.hero-slider .text-container .slide-pretitle {
	color: white;
	font-size: 0.875em;
	margin-bottom: 20px;
}

.wrapper.hero-slider .text-container .slide-title {
	margin-bottom: 0px;
	font-size: 2.125em;
	line-height: 35px;
	font-weight: 700;
}

.wrapper.hero-slider .swiper-pagination-bullets {
	bottom: 55px;
}

.wrapper.hero-slider .swiper-pagination.dots-white .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 1;
}

.black-gallery-white .swiper-pagination .swiper-pagination-bullet-active,
.wrapper.hero-slider .swiper-pagination.dots-white .swiper-pagination-bullet-active,
.black-gallery .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1) !important;
	border-color: white !important;
}

.wrapper.hero-slider .hero-arrows {
	position: absolute;
	bottom: -55px;
	left: 0;
}

.wrapper.hero-slider .hero-arrows a:first-child {
	margin-right: 28px;
}

.wrapper.hero-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
	display: none;
}

.wrapper.hero-slider .swiper-hero .arrow-white.swiper-button-prev::after {
	content: '' !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	opacity: 1;
}

.wrapper.hero-slider .swiper-hero .arrow-white.swiper-button-next::after {
	content: '' !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	opacity: 1;
}

.wrapper.hero-slider .swiper-hero .arrow-white.swiper-button-prev {
	position: absolute;
	top: 86%;
	left: 140px;
}

.wrapper.hero-slider .swiper-hero .arrow-white.swiper-button-next {
	position: absolute;
	top: 86%;
	left: 180px;
}

/* END OF slider - all the style for swiper slider used in hero */
/* Start Ufficio stampa slider */
.slide-image-height {
	height: 475px;
}

.swiper-ufficio-stampa .swiper-pagination {
	display: none;
}

.swiper-ufficio-stampa .swiper-pagination-bullet-active {
	background: #FFF !important;
}

.swiper-ufficio-stampa .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #FFF !important;
	opacity: 0.5 !important;
}

/* End Ufficio stampa slider */

/* SLIDER RELATION - all the style for swiper slider used in block relation for products */
.wrapper.product-relation .pt-title,
.wrapper.product-relation .pt-title a {
	font-size: 0.9375em;
	color: #1E5FC2 !important;
	font-family: 'avenir-b';
	font-weight: 700;
	line-height: 18px;
}

.wrapper.product-relation .model-type .pt-title {
	color: #292929 !important;
}

.wrapper.product-relation .pt-title {
	margin-top: 1rem !important;
}

.wrapper.product-relation .pt-info,
.wrapper.product-relation .pt-subtitle {
	font-size: 0.875em;
	line-height: 16px;
	color: #292929 !important;
	margin-bottom: 5px;
}

.wrapper.product-relation .swiper-slide img {
	max-width: 220px;
	width: 100%;
}

.wrapper.product-relation .swiper-slide {
	text-align: center;
}

.wrapper.wrapper-relations .dots-black.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 6px;
	width: 6px;
	border: 1px;
	margin-left: 11px;
	margin-right: 14px;
}

.wrapper.wrapper-relations .dots-black.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #00000096;
	border-color: #00000096;
}

.wrapper.wrapper-relations .swiper-relation .nav-black.swiper-button-prev::after {
	transform: rotate(180deg) !important;
}

.wrapper.wrapper-relations .swiper-relation .nav-black.swiper-button-next::after,
.wrapper.wrapper-relations .swiper-relation .nav-black.swiper-button-prev::after {
	content: '' !important;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="25"%20viewBox="0%200%2024%2025"%20fill="none"%3E%3Cg%20clip-path="url(%23clip0_507_11850)"%3E%3Cpath%20d="M9.645%203.37598L18.24%2012.376L9.645%2021.376H6L14.595%2012.376L6%203.37598H9.645Z"%20fill="%23292929"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id="clip0_507_11850"%3E%3Crect%20width="24"%20height="24"%20fill="white"%20transform="translate(0%200.375977)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	opacity: 1;
}

.wrapper.wrapper-relations .swiper-wrapper .nav-black.swiper-button-prev {
	left: -50px !important;
}

.wrapper.wrapper-relations .swiper-wrapper .nav-black.swiper-button-next {
	right: -50px !important;
}

.wrapper-slider.nav-black .swiper-button-next.nav-black::after,
.slider-one-item .swiper-button-prev::after,
.main-slider-allestimenti .swiper-double .nav-black.swiper-button-prev::after,
.wrapper.wrapper-relations .swiper-wrapper .nav-black.swiper-button-prev::after,
.wrapper.wrapper-relations .swiper-block-event .nav-black.swiper-button-prev::after {
	transform: rotate(180deg) !important;
}

.slider-one-item .swiper-button-next {
	right: -60px !important;
	width: 55px;
	top: 50%;
	transform: translate(-0px, -50%);
}

.slider-one-item .swiper-button-prev {
	left: -60px !important;
	width: 55px;
	top: 50%;
	transform: translate(-0px, -50%);
}

.slider-one-item .swiper-button-next::after,
.slider-one-item .swiper-button-prev::after,
.main-slider-allestimenti .swiper-double .nav-black.swiper-button-next::after,
.main-slider-allestimenti .swiper-double .nav-black.swiper-button-prev::after,
.wrapper-slider.nav-black .swiper-button-next.nav-black::after,
.wrapper.wrapper-relations .swiper-wrapper .nav-black.swiper-button-next::after,
.wrapper.wrapper-relations .swiper-wrapper .nav-black.swiper-button-prev::after,
.wrapper.wrapper-relations .swiper-block-event .nav-black.swiper-button-next::after,
.wrapper.wrapper-relations .swiper-block-event .nav-black.swiper-button-prev::after {
	content: '' !important;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="25"%20viewBox="0%200%2024%2025"%20fill="none"%3E%3Cg%20clip-path="url(%23clip0_507_11850)"%3E%3Cpath%20d="M9.645%203.37598L18.24%2012.376L9.645%2021.376H6L14.595%2012.376L6%203.37598H9.645Z"%20fill="%23292929"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id="clip0_507_11850"%3E%3Crect%20width="24"%20height="24"%20fill="white"%20transform="translate(0%200.375977)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	opacity: 1;
}

/* END OF SLIDER RELATION - all the style for swiper slider used in block relation for products */

/* SLIDER RELATION - all the style for swiper slider used in block relation for news */
.wrapper.news-relation {
	background: #F0F2F4;
}

.wrapper.news-relation .swiper-slide .textual-inner-part,
.children-pages-view .block_text_div {
	background-color: white;
}

.wrapper.news-relation .swiper-slide img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.wrapper.news-relation .swiper-slide {
	text-align: left;
}

.wrapper.news-relation .pt-title,
.children-pages-view .card-title {
	color: #292929;
	font-size: 1.125em;
	line-height: 22px;
	font-weight: 700;
}

.wrapper.news-relation .pt-title a {
	color: #292929 !important;
}

.wrapper.news-relation .pt-title::after,
.children-pages-view .card-title::after {
	content: " ";
	border-bottom: 2px solid #DDDDDD;
	width: 20px;
	display: block;
	padding-top: 15px;
}

.wrapper.news-relation .textual-inner-part,
.children-pages-view .block_text_div {
	padding: 40px 38px 40px 24px;
}

.wrapper.news-relation .pt-date,
.wrapper.news-relation .arch-sub,
.children-pages-view .content-block {
	font-family: 'avenir';
	font-weight: 500;
	line-height: 22px;
	font-size: 0.875em;
	color: #292929 !important;
}

.children-pages-view .content-block {
	margin-top: 12px;
	line-height: 30px;
	font-size: 1em;
}

.news-relation.event-block .pt-subtitle {
	font-size: 1em;
	line-height: 30px;
}

.news-relation.event-block .swiper-slide {
	max-width: 405px;
}

.news-relation.event-block .swiper-wrapper {
	justify-content: center;
}

.wrapper.news-relation .pt-date {
	font-style: italic;
}

.wrapper.news-relation .rel-cta {
	display: inline-block;
	text-align: center;
	border: 1px solid #00A0DC;
	color: white;
	font-size: 1em;
	line-height: 19px;
	background-color: #00A0DC;
	padding: 11px 30px;
	transition: all 0.5s;
}

.wrapper.news-relation .rel-cta:hover {
	color: #00A0DC;
	background-color: white;
}

/* END OF SLIDER RELATION - all the style for swiper slider used in block relation for news */


/* MOSAIC RELATION - mosaic styles for element relation  */
.wrapper.wrapper-relations .mosaic-container .mosaic-title {
	z-index: 999;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 16px;
	color: white;
	font-size: 1.375em;
}

/* END MOSAIC RELATION - mosaic styles for element relation  */


/* CUSTOM ELEMENT BLOCK  */
.custom-block .part-related {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}

.custom-block .bottom-opacity-light {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgb(41, 41, 41);
	background: linear-gradient(0deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 25%, rgba(41, 41, 41, 1) 30%, rgba(41, 41, 41, 0) 60%, rgba(41, 41, 41, 0) 100%);
}
.custom-block .bottom-opacity {
	top:50px;
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	z-index: 2;
	background: rgb(41, 41, 41);
	background: linear-gradient(0deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 25%, rgba(41, 41, 41, 1) 30%, rgb(41 41 41) 35%, rgba(41, 41, 41, 0) 70%);
}

.custom-block:not(.in-home) .cont-img h3{
	font-size: 1.875em !important;
	line-height: 25px !important;
}

.custom-block .bottom-opacity-light {
	background: rgb(41, 41, 41);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(255, 255, 255, 0) 100%);
}

.custom-block .card-title {
	z-index: 9;
	position: absolute;
	bottom: 17px;
	text-align: unset;
	color: white;
	left: 50%;
	transform: translate(-50%, 0px);
	font-size: 1.375em;
	line-height: 26px;
}

.card-block {
	background: linear-gradient(0deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 100%);
}

.wrapper.wrapper-grid-infos .card-title {
	font-size: 1.125em;
	line-height: 22px;
	font-family: 'avenir-b', serif;
	font-weight: 700;
	color: #292929;
	margin-top: 24px;
	margin-bottom: 16px;
}

.wrapper.wrapper-grid-infos .content-block,
.wrapper.wrapper-grid-infos .card-title {
	padding: 4px 20px 4px 20px;
}

.wrapper.wrapper-grid-infos .content-block p {
	font-size: 0.875em;
}

/* END OF CUSTOM ELEMENT BLOCK  */

/* END OF WRAPPER STYLES */

/* START BLOCK GENERAL TEXT */

/* START ACCORDION STYLES */
.wrapper-text .accordion.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

button:focus {
	box-shadow: none !important;
}

.wrapper-text .accordion .accordion-button {
	color: #292929;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 19.5px !important;
	background-color: #FFFFFF;
	box-shadow: none;
	font-family: 'avenir-b';
}

.wrapper-text.faq.accordion .accordion-button {
	font-size: 20px !important;
}

.wrapper-text .accordion .accordion-item {
	color: #292929;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	border-bottom: 2px solid #2929296e;
}

.wrapper-text .accordion .accordion-body {
	padding: 32px !important;
}

.wrapper-text .accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.wrapper-text .accordion .accordion-item:last-of-type>.accordion-collapse,
.accordion-item:last-of-type {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.wrapper-text .accordion .accordion-item:last-of-type {
	margin-bottom: 30px;
}

.wrapper-text .accordion .accordion-item .accordion-body p,
.wrapper-text .accordion .accordion-item .accordion-body span {
	color: #575757;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.disclaimer-text,
.disclaimer-text p,
.disclaimer-text span {
	color: #575757 !important;
	font-size: 12px;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 16px;
}
.disclaimer-text p{
	margin-bottom: 0px !important;
}
.disclaimer-text small{
	font-size: 1em !important;
}

.wrapper-text .accordion .accordion-button:not(.collapsed) {
	border-bottom: 2px solid #2929296e;
}

/* END ACCORDION STYLES */

/* START HEADER MENU STYLES */
.nav-menu {
	background-color: #FFF;
	box-shadow: 2px 2px 6px #80808024;
}

.nav-menu .links-icons .link-icon a {
	font-family: 'avenir', serif;
	font-size: 0.65em;
	line-height: 15px;
	color: #009FDF;
}

.nav-menu #bar {
	background: #00205B;
	height: 40px;
	width: 3px;
}

.primary-menu .nav-item a {
	font-family: 'avenir', serif;
	font-size: 0.93em;
	line-height: 18px;
	color: #292929;
}

.icon-size {
	max-height: 28px;
	max-width: 28px;
	object-fit: cover;
}

/* END HEADER MENU STYLES */

/* START FOOTER STYLES */
footer .banner-black {
	background-color: #292929;
	height: 90px;
}

footer .banner-black a.link {
	font-family: 'avenir', serif;
	font-size: 1.25em;
	line-height: 25px;
	color: #FFFFFF;
	border-right: 1px solid #FFF;
}

footer .banner-black a.link.last {
	border-right: none !important;
}

footer .footer-links .menu-links {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0 !important;
}

footer .footer-links .menu-links li:first-child {
	margin: 30px 0 15px;
}

footer .footer-links .menu-links li:first-child a,
footer .footer-links .menu-links li.footer-bold a {
	color: #292929;
	font-family: 'avenir-b', serif;
	font-size: 0.87em;
	font-weight: bold;
	line-height: 16.8px;
}

footer .footer-links .menu-links li {
	margin: 5px 0;
}

footer .footer-links .menu-links li a {
	color: #777777;
	font-family: 'avenir-b', serif;
	font-size: 0.87em;
	line-height: 16.8px;
}

footer .footer-links .content-text p {
	color: #777777;
	font-family: 'avenir-b', serif;
	font-size: 0.87em;
	line-height: 16.8px;
}

footer .banner-black.pre-footer-single-model {
	background-color: #DDE2E6;
}

footer .banner-black.pre-footer-single-model a.link {
	color: #292929;
}

/* END FOOTER STYLES */

/* Start Override Design */
.banner-alternate-design .el-title {
	color: #292929;
	font-family: 'avenir-b', serif;
	font-size: 1.25em;
	line-height: 25px;
	font-weight: 700;
}

.banner-alternate-design p {
	color: #292929;
	font-family: 'avenir-b', serif;
	font-size: 1em;
	line-height: 30px;
}

/* End Override Design */

/* BLOCK Media */
.wrapper-media.all-center {
	margin: 60px 0;
}

.wrapper-media.all-left {
	margin: 60px 0;
}

.wrapper-media.all-left .el-title,
.wrapper-media.all-left .el-content p,
.wrapper-media.all-left .el-link {
	text-align: left;
}

.wrapper-media.all-center .el-title,
.wrapper-media.all-center .el-content p,
.wrapper-media.all-center .el-link {
	text-align: center;
}

.wrapper-media.all-center .el-content p,
.wrapper-media.all-left .el-content p {
	color: #292929;
	font-family: 'avenir-b', serif;
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 30px;
}

.wrapper-media.all-center .el-title,
.wrapper-media.all-left .el-title {
	color: #292929;
	font-family: 'avenir-b', serif;
	font-size: 1em;
	line-height: 30px;
	margin-bottom: 10px;
}

.wrapper-grid .el-title {
	font-size: 1.125em;
	line-height: 25px;
	padding: 30px 15px 65px 15px;
}

.wrapper-grid span.note {
	font-size: 0.75em;
	line-height: 16px;
	color: #575757;
}

span.note[data-rel] {
	cursor: pointer;
}
.menu-equip{
	border-bottom: 1px solid #29292921;
	margin-bottom: 50px;
	padding: 20px 0;
}
.wrapper.menu-equip.menu-equip-sticky {
	padding: 0px !important;
}
.menu-equip .single-el-equip.first {
	border-right: 1px solid #29292921
}
.wrapper.menu-equip.menu-equip-sticky .col-lg-6 .single-el-equip{
	padding:15px 0px !important;
}

.wrapper.menu-equip-sticky {
	background-color: #FFF;
	position: sticky;
	top: 48px;
	z-index: 1021;
	transition: all 0.5s;
}

/* Style for configurator pages */
.configurator-wrapper .generic-input {
	margin-bottom: 16px !important;
}

.configurator-wrapper .generic-input input {
	display: flex;
	height: 46px;
	padding: 8px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid #A0A0A0;
	background: #FFF;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 19px;
}

.configurator-wrapper .generic-input label {
	font-size: 0.875em;
	color: #1B1B1B;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 8px !important;
}

.generic-informativa div,
.generic-checkbox label {
	color: #292929;
	font-size: 1em;
	font-weight: 400;
	line-height: 30px;
}

.generic-informativa a,
.generic-checkbox a {
	color: #009FDF;
	font-size: 1em;
	font-weight: 500;
	line-height: 30px;
	text-decoration-line: underline;
}

/* Style for Thank You pages */
.thankyou-text p:has(:not(a)) {
	font-size: 1.25em !important;
	line-height: 30px !important;
	color: #292929 !important;
}

.thankyou-text h2 {
	font-size: 2em !important;
	line-height: 34px !important;
	color: #292929 !important;
}

/* Start Mosaic model */
.swiper-media-model .swiper-pagination.bck-white .swiper-pagination-bullet-active {
	background: #FFF !important;
}

/* End Mosaic model */

/* Start Mega menu child links */
.primary-menu .nav-item .child-links .sub-link a {
	padding: 10px 0px !important;
	font-size: 1.1em;
	line-height: 18px;
}

.nav-menu .primary-menu .nav-item .mega-menu.child-links {
	justify-content: start !important;
	padding-left: 105px !important;
}

.nav-menu .primary-menu .nav-item .nav-link.active {
	color: #009FDF !important;
}

/* End Mega menu child links */
.block-cars .swiper-slide .textual-inner-part a{
	margin-top: 0px !important;
}
.block-cars .swiper-slide .textual-inner-part{
	height: 50% !important;
}
.block-cars .swiper-slide .textual-inner-part .content-description{
    margin-bottom: 0px !important;
}
/* block big background */
.wrapper.big-background .block_text_div {
	max-width: 720px;
	text-align: start;
	position: absolute;
	top: 75px;
	left: 160px;
	z-index: 5;
}

.wrapper.big-background .block_text_div.right-side {
	left: initial;
	right: 160px;
}

.wrapper.big-background .block_text_div .card-title {
	font-size: 2em;
	margin-bottom: 9px;
	color: #292929;
}

.wrapper.big-background .block_text_div .content-block p {
	font-size: 1em;
	line-height: 30px;
	margin-bottom: 20px;
}

.wrapper.big-background .opacity-black .bottom-opacity-light {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 4;
}

.wrapper.big-background .opacity-light .bottom-opacity-light {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 100%);
	z-index: 1;
}

.wrapper.big-background .opacity-light-black .bottom-opacity-light {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 1;
}

.wrapper.big-background .custom-btn-white .block_text_div .link-block {
	border: 1px solid white !important;
	color: white !important;
}

/* END OF block big background */
.icons-element .product-card .card-block {
	position: relative;
}

.icons-element .product-card .card-block::after {
	content: '';
	width: 1px;
	height: 60px;
	background-color: #d2d2d2;
	position: absolute;
	right: -10%;
	top: 50%;
}

.icons-element .product-card.last .card-block::after {
	content: none !important;
}

.hero-model .slide-title.title-margin-10 {
	margin-bottom: 10px !important;
}

.margin-intro-text {
	margin: 88px 0;
}

/* Mondo subaru - Fututo */
.wrapper-relations.custom-elemets .p-absolute {
	display: none !important;
}

.wrapper-relations.custom-elemets .card-block {
	background: transparent !important;
}

.wrapper-relations.custom-elemets .card-block {
	background: transparent !important;
	height: 250px !important;
}

.wrapper-text.list .pt-main-title {
	text-align: start !important;
}

.wrapper-text.list ul {
	padding-left: 0px;
	list-style-type: none;
}

.wrapper-text.list ul li {
	display: flex;
	font-size: 1.125em;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #292929;
	padding: 25px 0;
	text-align: start;
}

.wrapper-text.list .col-lg-12 {
	max-width: 992px;
	margin: auto;
}

.wrapper-relations.small-timeline .col-6 {
	width: 100%;
}

.wrapper-relations.small-timeline .col-6 .p-relative.card-block {
	height: 630px !important;
}

/* Start Mondo subaru - Certificazioni */
.info-certificazioni .pre-title {
	font-size: 2em;
	line-height: 35px;
	font-weight: 700;
	display: block;
}

.info-certificazioni .content {
	font-size: 1.125em;
	line-height: 30px;
	font-weight: 500;
}

.info-certificazioni .content p a,
.info-certificazioni .content a {
	font-size: 1.125em;
	line-height: 30px;
	color: #009FDF;
}

.wrapper-elements-in-row {
	margin: 90px 0 130px 0;
}

.title-card-bold .title {
	font-size: 1.25em;
	line-height: 30px;
}

.title-card-normal .title {
	font-size: 1.125em;
	line-height: 30px;
	padding: 15px 0px !important;
	margin: 0 !important;
}

.content-small .content p {
	font-size: 0.875em;
	line-height: 22px;
}

.content-small .content ul {
	padding-left: 15px !important;
	margin-bottom: 0px !important;
}

.content-small .content ul li {
	font-size: 14px !important;
	line-height: 22px;
}

.wrapper-relations .card {
	border: 0px solid transparent !important;
	box-shadow: none !important;
}

.slider-one-item .swiper-hero {
	padding-bottom: 50px !important;
}

.wrapper.big-background .content-desk-white .block_text_div .card-title,
.wrapper.big-background .content-desk-white .block_text_div .content-block p {
	color: #FFFFFF !important
}

@keyframes arrowAnim {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(0, 10px);
	}

	40% {
		transform: translate(0, 0);
	}

	60% {
		transform: translate(0, 10px);
	}

	80% {
		transform: translate(0, 0);
	}

	80% {
		transform: translate(0, 10px);
	}
}

.image-gif .pt-main-title {
	font-size: 2em !important;
	line-height: 35px !important;
	text-align: center !important;
}

.image-gif picture img {
	display: flex;
	max-width: 750px;
	align-content: center;
	margin: 0 auto;
}

.image-gif

/* START MODEL MENU */
#model-menu {
	background-color: #00488C;
}

#model-menu ul {
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0;
	list-style-type: none;
}

#model-menu ul li a {
	padding: 14px 15px;
	border-bottom: 3px solid #00488C;
}

#model-menu ul li a.active {
	border-bottom: 3px solid #FFFFFF;
}

#model-menu .model-menu-title {
	font-size: 1.5em;
	font-weight: 700;
}

/* END MODEL MENU */
.menu-sticky-blue .container-fluid {
	padding: 0px !important;
}

.anchor-tabs.fixed {
	position: fixed !important;
	top: 48px;
	background: #fafafa;
	width: 100%;
	z-index: 22;
	left: 50%;
	transform: translate(-50%, 0%);
}

.anchor-tabs .main-tabs a.active {
	color: #1E5FC2 !important;
}

.anchor-tabs .main-tabs a {
	border-right: 1px solid rgba(128, 128, 128, 0.455);
	font-size: 1em;
	line-height: 30px;
	font-family: 'avenir', serif;
	color: #292929;
}

.anchor-tabs .main-tabs a:hover {
	color: #1E5FC2 !important;
}

.anchor-tabs .main-tabs a:last-child {
	border-right: 0px;
}

.admin-bar .anchor-tabs .main-tabs {
	top: 93px !important;
}

.admin-bar .menu-sticky-blue {
	position: sticky !important;
	top: 32px;
	z-index: 30;
}

.menu-sticky-blue {
	position: sticky !important;
	top: 0px;
	z-index: 30;
}

.info-tecniche .container-infos picture {
	width: 100%;
}

.info-tecniche .container-infos {
	max-width: 690px !important;
	display: flex;
	margin: 40px auto;
}

.info-tecniche .container-infos button {
	transition: transform 0.3s ease;
	border: 0;
	background: transparent;
	position: absolute;
	z-index: 3;
}

.info-tecniche .container-infos article {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
	width: 305px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 2px 9px 0px rgba(36, 36, 35, 0.25);
	z-index: 1;
}

.info-tecniche article h4 {
	font-size: 1.375em;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
}

.info-tecniche article .info-description p {
	font-size: 0.9em;
	line-height: 22px;
	text-align: center;
}

.info-tecniche .opacity-vis {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 10 !important;
}

.rotate-45 {
	transform: rotate(45deg);
}

.tabs-futuro .spe-tecniche .no-border .item h3 {
	border-bottom: 0px !important;
}

.tabs-futuro.tabs-left button.tab span {
	text-align: left !important;
	display: block;
	margin: 0 30px;
}

.little-title h5 {
	font-size: 28px !important;
	line-height: 32px !important;
}

/* SUBARISTI */
.car-cure-block a {
	display: inline-block;
	text-align: center;
	border: 1px solid #00A0DC;
	color: white;
	font-size: 1em;
	line-height: 19px;
	background-color: #00A0DC;
	padding: 11px 30px;
	transition: 0.5s;
}

.car-cure-block a:hover {
	color: #00A0DC;
	background-color: white;
}

/* Table Ufficio Stampa */
.tpl-table .dt-search {
	display: none !important;
}

.tpl-table input[type="text"]:not(.search),
.tpl-table input[type="text"]:not(.search-mobile) {
	width: auto;
	padding: 15px 30px 15px 5px;
	border: 1px solid #DDE2E6;
	border-radius: 0px;
	position: relative;
	background-image: url('./img/icons/Search.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right;
}

.tpl-table input:focus-visible {
	border: 1px solid #DDE2E6 !important;
	border-radius: 0px !important;
	outline: 0px !important;
	transition: 0s !important;
}

.tpl-table .btn-reset {
	padding: 15px 30px;
	border: 1px solid #000;
	border-radius: 0px;
	background-color: transparent;
}

.tpl-table select {
	border-radius: 0;
	background: #fff;
	height: 51px;
	width: auto;
	padding: 0 10px;
	border-right: 15px solid transparent !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	outline: #DDE2E6 solid 1px !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-left: 10px;
	color: #000 !important;
}
.tpl-table select:focus-visible {
	outline: #000 2px solid !important;
	border-radius: 0px !important;
	transition: 0s !important;
}

.tpl-table .label-select {
	font-size: 0.875em;
	line-height: 20px;
}

.tpl-table .dt-column-order {
	right: 98% !important;
}

.tpl-table thead tr th:last-child {
	opacity: 0;
	overflow: hidden;
}

.loader {
	border: 6px solid #ffffff;
	border-top: 6px solid #00A0DC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

#container-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 2222;
	align-items: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.tpl-table input.search.icon,
.tpl-table input.search-mobile.icon {
	width: auto;
	padding: 15px 5px;
	border: 1px solid #DDE2E6;
	margin-left: 10px;
	border-radius: 0px;
	position: relative;
	background-image: none;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right;
}

.tpl-table .btn-search,
.tpl-table .btn-search-mobile {
	padding: 10px;
	padding-top: 11px;
	background-color: #009fdfb0;
	border: 1px solid #009fdfb0;
	border-left: 0;
	transition: all 0.3s;
}

.tpl-table .btn-search:disabled {
	cursor: no-drop;
	opacity: 0.6;
	background-color: #f7f7f7 !important;
	border: 1px solid #DDE2E6;
	border-left: 0;
}

.tpl-table .btn-search-mobile:disabled {
	opacity: 0.6;
}

.tpl-table .btn-search:hover,
.tpl-table .btn-search-mobile:hover {
	box-shadow: inset 2px 2px 6px #00000026;
}

.tpl-table .custom-pagination .prev[disabled],
.tpl-table .custom-pagination .next[disabled] {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

.tpl-table .custom-pagination .pag-link {
	border: 0;
	padding: 10px 20px;
	color: #1F1F1F;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.28px;
	border-radius: 0 !important;
}

.tpl-table .custom-pagination .pag-link.active {
	background-color: #1F1F1F !important;
	color: #fff !important;
}

.tpl-table .custom-pagination .page-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bck-grey-only-text .textual-part {
	background-color: #F0F2F4 !important;
	padding: 10px 17px 30px;
}

.alignment-in-column .col-lg-6,
.alignment-in-column .col-lg-4,
.alignment-in-column .col-lg-12,
.alignment-in-column .col-lg-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tpl-table .count-filers {
	background: black;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	margin-left: 5px;
	padding: 5px;
	display: inline-block;
}

.tpl-table .modal-content {
	min-height: 100%;
	max-height: 100%;
	height: 100vh;
	border-radius: 0px !important;
}

.tpl-table .modal-dialog.modal-dialog-centered {
	margin: 0;
	width: 100% !important;
	max-width: 100%;
	min-height: 100%;
}

.tpl-table ul.pagination li.active button {
	background-color: #292929 !important;
	color: #FFF !important;
	border: 1px solid #292929 !important;
}

.tpl-table ul.pagination li button {
	background-color: #FFF !important;
	border: 0 !important;
	font-size: 18px !important;
	line-height: 20px !important;
}

.tpl-table .pagination {
	color: #292929 !important;
	margin: 20px 0px 50px !important;
}

.section-page {
	padding: 80px 40px;
	border: 1px solid #e9e9e9;
}

.form-dealer {
	background-color: #00205b;
	padding: 100px 0 150px;
}

.form-dealer form {
	background-color: #1a376c;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	border-radius: 20px;
}

.form-dealer form .model,
.subaru-events form .model {
	border: 2px solid #00ade8;
	border-radius: 50%;
	box-sizing: content-box;
	padding: 10px;
	opacity: 0.4;
	transition: opacity 0.3s ease;
	color: #00ade8;
	font-size: 0.85em;
	line-height: 18px;
	margin-top: 10px;
}

.form-dealer form .model input[type="checkbox"],
.subaru-events form .model input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.form-dealer form .model:hover,
.form-dealer form .model.show,
.subaru-events form .model.show {
	opacity: 1 !important;
	border: 2px solid #00ade8;
}

.form-dealer form select,
.form-dealer form .form-control {
	border: 0 !important;
	border-radius: 0 !important;
	color: #FFF !important;
	background-color: #1a376c !important;
	border-bottom: 2px solid #00ade8 !important;
	margin-bottom: 40px;
	font-size: 0.85em;
	line-height: 18px;
}

.form-dealer form select {
	padding-left: 9px;
	height: 32px;
}

.form-dealer form .form-control::placeholder {
	color: #FFF !important;
	font-size: 16px;
	line-height: 20px;
}

.form-dealer form .link {
	color: #00ade8;
	text-decoration: none;
}

:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0;
}

:focus-visible {
	outline: none !important;
	box-shadow: 2px 2px #FFFFFF !important;
	border: 2px solid #000 !important;
	transition: 0s !important;
}
.visual-3d :focus-visible {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	transition: 0s !important;
}

.wrapper-timeline .swiper-block-gallery .swiper-pagination-bullet {
	background: #D9D9D9;
	margin: 0 12px !important;
}

.wrapper-timeline .swiper-block-gallery {
	height: 320px;
}

.bck-opacity-black .swiper-slide .opacity-for-slider {
	background: linear-gradient(90deg, rgb(0 0 0 / 87%), transparent) !important;
}

/* Archivio Magazine */
.archive-magazine .bck-grey {
	background-color: #DDE2E6;
}

.archive-magazine nav ul {
	list-style-type: none;
}

.archive-magazine nav ul li button {
	border-bottom: 4px solid transparent !important;
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	background-color: #DDE2E6;
	white-space: nowrap;
	color: #292929 !important;
}

.archive-magazine #value-search {
	background-color: #FFF;
}

#load-more-magazine:focus,
#load-more-magazine:focus-visible,
#load-more-rent:focus,
#load-more-rent:focus-visible {
	box-shadow: 2px 2px 4px 0px #292929 !important;
	border: 1px solid #292929 !important;
	transition: 0s !important;
}

.archive-magazine nav ul li button.active {
	border-bottom: 4px solid #000 !important;
}

.archive-magazine .card-link {
	text-decoration: none;
	color: #292929;
}

.archive-magazine .card-link .date {
	font-size: 0.75em;
	font-style: italic;
	font-weight: 500;
	line-height: 22px
}

.archive-magazine .card-link .tags {
	list-style-type: none;
	gap: 0 10px;
}

.archive-magazine .card-link .tags li {
	font-size: 0.75em;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
	color: #009FDF;
}

.archive-magazine .card-link .content-description p {
	font-size: 1.25em;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.archive-magazine .card-link .img-like-bck {
	transition: all 0.3s linear;
}

.archive-magazine .card-link article {
	border: 1px solid #DDE2E6;
}

.archive-magazine .card-link .info,
.archive-magazine .card-link article {
	flex-grow: 1;
}

.archive-magazine .card-link.full-width .content-description p,
.archive-magazine .card-link.full-width .date {
	color: #FFF;
}

.archive-magazine .card-link.full-width:hover article {
	border: 1px solid transparent !important;
}

.archive-magazine .opacity-for-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 77.56%);
	z-index: 1;
}

.archive-magazine .tabs {
	overflow-x: auto;
	max-width: 900px;
}

.archive-magazine .nav-filter {
	flex-direction: start;
}

.archive-magazine .container-infos {
	bottom: 20px;
}

/* Single Article */
.main-block .main-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.main-block h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #292929;
}

.main-block .tags li {
	font-size: 0.75em;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
	color: #009FDF;
}

.main-block .content-text p {
	font-size: 1.25em;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color: #292929;
}

/* Archive News */
#load-more-news:focus,
#load-more-news:focus-visible,
.archive-news .btn-reset:focus,
.archive-news .btn-reset:focus-visible {
	box-shadow: 2px 2px 4px 0px #292929 !important;
	border: 1px solid #292929 !important;
	transition: 0s !important;
}

.archive-news {
	background-color: #F0F2F4
}

.archive-news .news-item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.archive-news .news-item__title {
	font-family: 'avenir-b', serif;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 22px;
	color: #292929;
	margin-bottom: 0;
}

.archive-news .news-item__content {
	padding: 40px 25px;
	background-color: #FFFFFF;
	height: 100%;
}

.archive-news .news-item__date,
.archive-news .news-item__text {
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.archive-news .news-item__date {
	font-style: italic !important;
}

.archive-news .news-item__image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
}

.archive-news select.select-news {
	border-radius: 0;
	background: #fff;
	height: 40px;
	width: auto;
	padding: 0 10px;
	border-right: 15px solid transparent !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	outline: #DDE2E6 solid 1px !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-left: 10px;
	color: #000 !important;
	min-width: 200px;
	background-color: #FFFFFF;
}

.archive-news .btn-reset {
	padding: 10px 30px;
	border: 1px solid #000;
	border-radius: 0px;
	background-color: transparent;
}

.block-promo article .main-image img {
	height: 265px;
	object-position: center;
	object-fit: cover;
	width: 100%;
}

.block-promo article .content-text h3 {
	color: #292929;
	font-size: 1.125em;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.block-promo article .content-text p {
	color: #292929;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.block-promo article {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.block-rent article .content-text p {
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.block-rent .content-proice:has(.discounted-price) .price {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: #292929;
	font-size: 0.875em;
	line-height: 20px;
	display: inline-block;
	font-weight: 500;
	color: #292929;
	padding-right: 5px;
}

.block-rent .content-proice .discounted-price,
.block-rent .content-proice .price {
	font-size: 1.25em;
	line-height: 30px;
	font-weight: 700;
	color: #292929;
}

.align-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.align-slider .swiper-slide article {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.align-slider .swiper-slide article .content-text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.align-slider .swiper-pagination-bullet-active {
	background: #292929 !important;
}

.wrapper-relations .swiper-wrapper .swiper-relation .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: column;
}

.wrapper-relations .swiper-wrapper .swiper-relation .swiper-wrapper .swiper-slide .textual-inner-part {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: start;
}

.card-black.card-icon img {
	width: 30px !important;
	object-fit: contain;
}

.wrapper-relations .card-black {
	border-radius: 0px;
	background-color: #292929 !important;
	border: 10px solid #FFF !important;
}

.card-black .title {
	font-size: 2em;
	line-height: 35px;
	color: #FFF;
	margin: 30px 0;
	text-transform: uppercase;
}

.card-black .content p {
	font-size: 1.125em;
	line-height: 25px;
	color: #FFF;
}

.accordion-grey .accordion-button,
.accordion-grey .accordion-collapse {
	background-color: #F0F2F4 !important;
}

.btn-blue:focus,
.btn-blue:active {
	box-shadow: 0px 0px 6px 0px #00a0dce3 !important;
	border: 1px solid #00a0dce3 !important;
	outline: none !important;
}
.btn-blue:focus-visible{
	box-shadow: 0px 0px 4px 0px #00a0dce3 !important;
    border: 1px solid #00a0dce3 !important;
    outline: #0000009e solid 2px !important;
	transition: 0s !important;
}

.dark-btn-trasparent:focus,
.dark-btn-trasparent:active{
	box-shadow: 0px !important;
	border: 1px solid #100303 !important;
	outline: none !important;
}

.dark-btn-trasparent:focus-visible{
	box-shadow: 0px 0px 3px 0px #100303 !important;
	border:2px solid #100303 !important;
    outline: #fff solid 2px !important;
	transition: 0s !important;
}

.btn-white:focus,
.btn-white:active {
	box-shadow: 0px 0px 6px 0px #FFF !important;
	border: 1px solid #FFF !important;
	outline: none !important;
}
.btn-white:focus-visible{
	box-shadow: 0px 0px 5px 0px #FFF !important;
    border: 1px solid #000000 !important;
    outline: #ffffff 2px solid !important;
	transition: 0s !important;
}

#contact-request .error-message {
	color: red;
	font-size: 0.9rem;
	display: none;
	margin-top: 8px;
}

#contact-request .error-border {
	border: 1px solid red !important;
	box-shadow: 0px 0px 6px 0px red;
}

#contact-request .generic-input {
	border-color: #DDE2E6;
	border-radius: 0px !important;
	min-height: 45px;
}

#contact-request .generic-label {
	margin-bottom: 9px;
	font-size: 0.875em;
	font-weight: 500;
}

#contact-request .generic-label a {
	text-decoration: underline;
	color: #212529;
}

#contact-request #submitBtn {
	padding: 12px 30px;
	font-size: 1em;
	line-height: 20px;
	color: #777777;
	background-color: #E5E5E5;
	border: 0;
}

.banner-black.wrapper-relations {
	background: linear-gradient(180deg, #93939369, #c2dbff96);
}

.banner-black .col-lg-12 .container-color {
	padding: 80px 40px;
	background: linear-gradient(180deg, #000000, #656565);
}

.banner-black .col-lg-12 .text-content p {
	color: #fff;
}

.black-gallery .col-lg-4 {
	border: 5px solid #292929;
}

.black-gallery {
	background-color: #292929;
}

.black-gallery .col-lg-8 .text-content p {
	color: #FFF;
}

.black-gallery-white .swiper-pagination .swiper-pagination-bullet,
.black-gallery .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-left: 5px;
	margin-right: 5px;
}

.black-gallery-white .swiper-pagination,
.black-gallery .swiper-pagination {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 0;
	bottom: 30px;
	border-radius: 50px;
	width: calc(100% - 50px);
	left: 50%;
	transform: translateX(-50%);
	display: block !important;
}

.grid-elements .swiper-pagination {
	padding: 10px 0;
	border-radius: 50px;
	width: calc(100% - 50px);
	left: 50%;
	transform: translateX(-50%);
	display: block !important;
	bottom: 10px;
}

.admin-bar .go-back-white {
	top: 120px !important;
}

.go-back-white {
	position: absolute !important;
	top: 80px;
	z-index: 99;
}

.grid-elements h4 {
	font-size: 0.85em;
    line-height: 20px;
	font-weight: 500;
}

.banner-image-black .col-lg-6 {
	min-height: 375px;
	height: 100%;
	color: #fff;
}
.banner-image-black .col-lg-6 .container-width{
	z-index: 2;
	position: relative;
}
.banner-image-black.banner-image-black-center .col-lg-6 {
	width: 100%;
	padding: 100px 13px;
}
.banner-image-black.banner-image-black-center .col-lg-6 h3{
	text-align: center !important;
	padding: 30px 0;
}

.banner-image-black .col-lg-6 p {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 40px;
}

.banner-image-black .col-lg-6 .container-width {
	max-width: 540px;
}

.download-coupon {
	padding: 80px 0;
}

.download-coupon .first-title {
	font-size: 1.875em;
	font-weight: 700;
	line-height: 35px;
}

.download-coupon .step .title {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 30px;
}

.download-coupon .last-step .title {
	font-size: 1.75em;
	font-weight: 700;
	line-height: 34px;
}

.download-coupon .step .content-text,
.download-coupon .last-step .content-text {
	font-size: 1em;
	font-weight: 500;
	line-height: 30px;
}

.main-event {
	min-height: 770px;
	display: flex;
	align-items: center;
}

.main-event::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 1;
}

.main-event .col-lg-6 {
	z-index: 2;
}

.main-event .container-date .number-month,
.slider-event .container-date .number-month {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 32px;
}

.main-event .container-date .years,
.slider-event .container-date .years {
	background: rgb(195, 195, 195);
	font-size: 0.875em;
	font-weight: 500;
	line-height: 32px;
}

.main-event h1 {
	font-size: 2em;
	font-weight: 700;
	line-height: 36px;
}

.main-event .text-content p {
	font-size: 1.125em;
	font-weight: 500;
	line-height: 30px;
	color: #FFFFFF;
}

.programme-block .table-programme .date {
	font-size: 1.53em;
	font-weight: 700;
	line-height: 30px;
}

.programme-block .title {
	font-size: 1.875em;
	font-weight: 700;
	line-height: 35px;
}

.programme-block .table-programme .date span {
	font-size: 0.75em;
	font-weight: 500;
	line-height: 20px;
}

.programme-block .table-programme .container .row {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.programme-block .table-programme .container .bck-light-grey {
	background-color: #F0F2F4;
}

.programme-block .table-programme .container .row .col-2 p,
.programme-block .table-programme .container .row .col-10 p {
	margin-bottom: 0 !important;
}

.programme-block .table-programme .border-table {
	border-top: 1px solid #292929;
}

.programme-block .table-programme .hour p {
	color: #292929;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 25px;
}

.programme-block .table-programme .desc p {
	font-size: 1em;
	font-weight: 500;
	line-height: 30px;
}

.programme-block .disc {
	font-size: 0.75em;
	font-weight: 400;
	line-height: 16px;
	color: #575757;
}

.slider-event .container-date {
	position: absolute;
	top: 0;
	left: 20px;
}

.slider-event .swiper-button-prev {
	left: calc(50% - 675px);
}

.slider-event .swiper-button-next {
	left: calc(50% + 650px);
}

.btn-black:focus,
.btn-black:active {
	box-shadow: 0px 0px 6px 0px #292929 !important;
	border: 1px solid #292929 !important;
	outline: none !important;
}

.btn-black:focus-visible{
	box-shadow: 0px 0px 6px 0px #292929 !important;
	border: 1px solid #292929 !important;
	outline: #fff 2px solid !important;
	transition: 0s !important;
}

.btn-black {
	display: inline-block;
	text-align: center;
	border: 1px solid #292929;
	color: white;
	font-size: 1em;
	line-height: 19px;
	background-color: #292929;
	padding: 11px 30px;
	transition: 0.5s;
}

.btn-black:hover {
	border: 1px solid #292929;
	color: #292929;
	background-color: white;
}

.new-trip-block::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -0.5%;
	left: 0%;
	background-image: linear-gradient(180deg, #fff 33%, #ffffff00 50%);
	z-index: 2;
}

.wrapper-media.center-content-text .el-title,
.wrapper-media.center-content-text .el-pre-title {
	text-align: center;
}

.img-auto .div-cont-img .img-like-bck {
	position: static !important;
	transform: none !important;
}

.img-auto .div-cont-img {
	height: auto !important;
}

.subaru-events {
	background-color: black;
}

.subaru-events .container-cta {
	position: relative;
	max-width: 1110px;
	width: 100%;
	padding: 60px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .65);
	border-radius: 40px;
}

.subaru-events .column {
	width: 50%;
}

.subaru-events .container-cta .column p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
}

.subaru-events h1 {
	margin-top: calc(-74vh);
	font-size: 99px;
	text-align: center;
	line-height: 105px;
	color: rgb(0 0 0 / 77%);
	width: 100%;
}

.subaru-events .generic-input {
	font-size: 1.125em;
	line-height: 31px;
	font-weight: 400;
	margin: 30px 0px 0px;
	box-shadow: none;
	width: 100%;
	background: transparent;
	color: #FFF;
	border-top: none;
	border: 0;
	border-bottom: 1px solid #eee;
}

.subaru-events .select-btn {
	margin: 30px 0px 0px;
}

.subaru-events .checkbox-label {
	color: #FFF;
	font-size: 1.125em;
	line-height: 31px;
	font-weight: 400;
	margin: 30px 0px 0px;
}

.subaru-events select.generic-input::focus {
	background: #FFF !important;
	color: #000 !important;
}

.subaru-events .generic-input::placeholder {
	color: #FFF;
	font-size: 1.125em;
	line-height: 31px;
	font-weight: 400;
}

.subaru-events label.generic-label {
	width: 100% !important;
}

.subaru-events input[type="checkbox"] {
	width: 17px;
	height: 17px;
}

/* Contenitore della finta select */
.subaru-events .custom-select {
	position: relative;
	width: 250px;
	font-family: Arial, sans-serif;
}

.subaru-events .select-btn {
	background: transparent;
	color: #ffffff;
	padding: 10px 0;
	border: 0px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
}

.subaru-events .select-btn::after {
	content: "▼";
	font-size: 12px;
	margin-left: 10px;
}

.subaru-events .select-options {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 200px;
	overflow-y: auto;
	z-index: 10;
}

.subaru-events .select-options div {
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.subaru-events .select-options div:hover {
	background: #f0f0f0;
}

.subaru-events .custom-select.active .select-options {
	display: block;
}

.subaru-events .mapps {
	margin: 30px 0;
}

.subaru-events .mapps .wrapper-relations .col-lg-8 {
	width: 100% !important;
}

.subaru-events .mapps .wrapper-relations .col-lg-4,
.subaru-events .mapps .wrapper-relations #cat-all,
.subaru-events .mapps .wrapper-relations #cat-officine {
	display: none;
}

.subaru-events #detail-name {
	border-bottom: 1px solid #FFF;
	margin-top: 30px;
	font-size: 1.125em;
	line-height: 30px;
	color: #ffffff78;
}

.subaru-events .privacy-policy {
	font-size: 1.125em;
	line-height: 30px;
	color: #FFFF;
}

.subaru-events .privacy-policy a {
	color: #00ade8 !important;
}

.subaru-events .error-message {
	margin-top: 15px;
}

.subaru-events .box-scroll {
	max-height: 220px;
	overflow-y: scroll;
	border: 1px solid #fff;
	padding: 20px;
	margin-bottom: 0px;
}
/* Fix per sistemi con zoom 150% */
@media (min-width: 1280px) {
    body.hight-zoom .container {
		max-width: 1162px !important;
	}

	body.hight-zoom .nav-menu .fixed-menu {
		top: 140px;
	}
	.banner-block .container a:hover > div,
	.swiper-thumb .swiper-slide:hover picture img{ opacity: 0.8; }
}
.wrapper-main-news-cont tbody,
.wrapper-main-news-cont td,
.wrapper-main-news-cont tfoot,
.wrapper-main-news-cont th,
.wrapper-main-news-cont thead,
.wrapper-main-news-cont tr,
.wrapper-main-news-cont ul li,
.wrapper-main-news-cont ol,
.wrapper-main-news-cont od{
	font-size: 1em;
    line-height: 26px;
    font-family: 'avenir';
    font-weight: 500;
    margin-bottom: 14px;
    color: #292929;
}
.wrapper-main-news-cont h1{
	text-align: center;
}
@media (min-width: 991px) {
	.navbar-nav.links-icons li a{
		transition: all 0.5s ease-in-out;
	}
	.navbar-nav.links-icons li a:hover{
		opacity: 0.7 !important;
	}
	.swiper-step-models .swiper-slide .model-card:hover .car-model{
		color: #009FDF !important;
	}
	.swiper-step-models .swiper-slide:hover .radio-circle{
		border: 1px solid #009FDF;
	}
	.swiper-step-models .swiper-slide .model-card .car-model,
	.swiper-step-models .swiper-slide .radio-circle,
	.spe-tecniche .tablist .tab{
		transition: all 0.2s ease;
	}
	.spe-tecniche .tablist .tab:hover{
		color: #1E5FC2;
	}
	.is-horizontal .f-carousel__nav .f-button.is-next,
	.is-horizontal .fancybox__nav .f-button.is-next{
		right: 50px !important;
	}
	.is-horizontal .f-carousel__nav .f-button.is-prev,
	.is-horizontal .fancybox__nav .f-button.is-prev{
		left: 50px !important;
	}
	#modelMenuCollapse ul li a{
		position: relative;
	}
	#modelMenuCollapse ul li a:hover::after{
		width: 100%;
		background: #00A0DC;
	}
	#modelMenuCollapse ul li a:focus{
		border-bottom: 3px solid #00488C !important;
	}
	#modelMenuCollapse ul li a::after{
		content: "";
		display: block;
		width: 0;
		height: 4px;
		position: absolute;
		bottom: -3px;
		left: 0;
		-webkit-transition: width 0.2s ease;
		transition: width 0.5s ease;
	}
	#modelMenuCollapse ul li a.active::after{
		transition: all 0s !important;
	}
	.wrapper.big-background .block_text_div.content-top-right{
		top: initial;
		right: initial;
		bottom: initial; 
		left: initial;
		top:75px;
		right: 150px;
	}
	.wrapper.big-background .block_text_div.content-top-left{
		top: initial;
		right: initial;
		bottom: initial; 
		left: initial;
		top:75px;
		left: 150px;
	}
	.wrapper.big-background .block_text_div.content-bottom-left{
		top: initial;
		right: initial;
		bottom: initial; 
		left: initial;
		bottom:75px;
		left: 75px;
	}
	.wrapper.big-background .block_text_div.content-bottom-right{
		top: initial;
		right: initial;
		bottom: initial; 
		left: initial;
		bottom:75px;
		right: 75px;
	}
	.hero-model{
		margin-top: -3px !important;
	}
}

.responsive-img {
	height: var(--img-height-desktop) !important;
}
.equip-esterni .main-2d-model-container .p-relative.height-2d-model {
	height: var(--height-desktop-2d) !important;
}
@media (max-width: 991px) {
	.responsive-img {
		height: var(--img-height-mobile) !important;
	}
}
@media (max-width: 768px) {
	.equip-esterni .main-2d-model-container .p-relative.height-2d-model {
		height: var(--height-mobile-2d) !important;
	}
}
.spe-tecniche .content-text .item p{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bck-linear-gradient::after{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background: linear-gradient(0deg, #000000c4 34%, transparent 64%);
	z-index: 1;
}
.spe-tecniche .content-text .item p span{
	text-decoration: none !important;
}

.max-height-card .main-cont-elements picture img{
	height: 270px;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.main-cont-elements .aspect-img-3_2 img{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.security-info-tab .align-left .el-primary{
	left: 10% !important;
}
.security-info-tab .c-black .el-primary h2{
	color: #292929 !important;
}
.security-info-tab .align-right .el-primary{
	right: 10% !important;
}

.wrapper-relations.children-pages-view .main-cont-elements div .card-block{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100% !important;
    background: white;
}
.wrapper-relations.children-pages-view .main-cont-elements div .block_text_div{
	display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.pre-footer.banner-black a:focus-visible{
	outline: #fff 2px solid!important;
    box-shadow: 0 !important;
    border: 2px solid #ffffff !important;
    transition: 0s !important;
    padding: 10px !important;
	transition: 0 !important;
}
.wrapper-grid-infos.subarists-section .main-cont-elements .card-block{
	display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100% !important;
}
#updateProfileForm input[type="checkbox"]:focus-visible {
	outline: #00000076 solid 3px !important;
}

.img-3-2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
@media (min-height: 992px) {
	.disclaimer-text, .disclaimer-text p, .disclaimer-text span{
		font-size:14px;
		line-height: 18px;
	}
}
.simple-banner .text-container.c-pos-title{
	top:var(--title-position) !important;
	transform: translate(0px, 0px) !important;
}
@media (max-width: 991px) {
	.simple-banner .text-container.c-pos-title{
		top:var(--title-position-mobile) !important;
		transform: translate(0px, 0px) !important;
	}
	.cont-img.dynamic-h{
	height:var(--image-height-block-mobile) !important;
}
}
.note .description p, .note .description p small{
	color: #777777;
	font-size :12px;
	line-height: 16px;
}
@media (min-height: 992px) {
	.note p{
		font-size :14px;
		line-height: 18px;
	}
}
@media (max-width: 400px) {
	.btn-blue{
		line-height: 22px !important
	}
}
.black-gallery-white .swiper-pagination .swiper-pagination-bullet{
	opacity: 1 !important;
}
.black-gallery-white .swiper-pagination{
	bottom: 10px !important;
	background-color: transparent !important;
}

.cont-img.dynamic-h{
	height:var(--image-height-block);
}
.align-cards .col-lg-4{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
}
.align-cards .textual-part{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}
.align-cards .content{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}