/*
*
* LAYOUT.CSS - "OFF_MEC"
* DESIGN BY LINOOLMOSTUDIO
*
*/


/*__ FONTS __*/
/*
THIN    =    font-family: 'Proxima Nova Th';
LIGHT    =    font-family: 'Proxima Nova Rg'; font-weight: regular;
SEMIBOLD    =    font-family: 'Proxima Nova Th'; font-weight: 600;
BOLD    =     font-family: 'Proxima Nova Lt'; font-weight: 600;

TITLES    =    font-family: 'Nikoleta';
*/


/*__ COLORS __*/
/*
BLUE    =    color: #0c366b;    color: rgba(12,54,107,1);
LIGHT BLUE    =    color: #32b3c9;    color: rgba(50,179,201,1);
*/


#iubenda-cs-banner .iubenda-banner-content-padded a, #iubenda-cs-banner .iubenda-banner-content a { display: inline-block !important; }





/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏┓ ┏┓     ┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓
┃┃ ┃┃     ┃┏━━┛     ┃┏━┓┃     ┗┓┏┓┃     ┃┏━━┛     ┃┏━┓┃
┃┗━┛┃     ┃┗━━┓     ┃┃ ┃┃      ┃┃┃┃     ┃┗━━┓     ┃┗━┛┃
┃┏━┓┃     ┃┏━━┛     ┃┗━┛┃      ┃┃┃┃     ┃┏━━┛     ┃┏┓┏┛
┃┃ ┃┃     ┃┗━━┓     ┃┏━┓┃     ┏┛┗┛┃     ┃┗━━┓     ┃┃┃┗┓
┗┛ ┗┛     ┗━━━┛     ┗┛ ┗┛     ┗━━━┛     ┗━━━┛     ┗┛┗━┛
*/

.head_container { width: 100%; }
.head_container_i {
	position: relative;
	padding: 1.5vh 2.5%;
	max-width: 1920px;
	margin: 0 auto;
}


/*__________ HEADER CONTENT __________*/

/* Head Logo */
.head_logo {
	position: relative;
	display: inline-block;
	width: 360px;
	float: left;
	line-height: 0;
}
.head_logo img { width: 100%; }




/*__________ LANGUAGES __________*/

.lang {
	position: relative;
	padding-right: 2.5%;
	height: 90px;
	float: right;
	display: flex;
	align-items: center;
}
.wpml-ls-legacy-dropdown-click { width: auto; }
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle { padding: 5px; border-bottom: 1px solid #ffffff; transition: .3s ease; }
.wpml-ls-legacy-dropdown-click a {
	color: #0c366b;
	border: none;
	padding: 5px 10px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover { background-color: transparent; border-bottom: 1px solid #0c366b; }
.wpml-ls-legacy-dropdown-click a:hover { background-color: transparent; }
.wpml-ls-legacy-dropdown-click a span { color: #0c366b; padding-right: 10px; }
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	border: 0;
	border-top: 0;
	position: relative;
	right: auto;
	top: auto;
	width: 20px;
	height: 20px;
	background: url(../images/svg/arrow_1.svg) no-repeat center;
	background-size: 100%;
}




/*__________ MENU __________*/

.head_hamburger {
	position: relative;
	height: 90px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: -15px;
	cursor: pointer;
}

.head_hamburger p {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Proxima Nova Rg';
	font-weight: normal;
	color: #0c366b;
	line-height: 1;
	margin-right: 10px;
}

.hamburger { -webkit-appearance: initial; }
.hamburger-box { height: 35px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	height: 5px;
	border-radius: 10px;
	background: rgb(12,54,107);
	background: -moz-linear-gradient(top, rgba(12,54,107,1) 0%, rgba(15,106,169,1) 25%, rgba(15,106,169,1) 75%, rgba(12,54,107,1) 100%);
	background: -webkit-linear-gradient(top, rgba(12,54,107,1) 0%,rgba(15,106,169,1) 25%,rgba(15,106,169,1) 75%,rgba(12,54,107,1) 100%);
	background: linear-gradient(to bottom, rgba(12,54,107,1) 0%,rgba(15,106,169,1) 25%,rgba(15,106,169,1) 75%,rgba(12,54,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c366b', endColorstr='#0c366b',GradientType=0 );
}
.hamburger--collapse .hamburger-inner { bottom: 0px; }
.hamburger-inner::before {
	top: -15px;
	width: 30px;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), width .25s ease;
}
.hamburger:hover .hamburger-inner::before { width: 40px; }
.hamburger--collapse .hamburger-inner::after { top: -30px; }


.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	width: 40px;
	bottom: 0px;
	background: rgb(12,54,107);
	background: -moz-linear-gradient(top, rgba(12,54,107,1) 0%, rgba(15,106,169,1) 25%, rgba(15,106,169,1) 75%, rgba(12,54,107,1) 100%);
	background: -webkit-linear-gradient(top, rgba(12,54,107,1) 0%,rgba(15,106,169,1) 25%,rgba(15,106,169,1) 75%,rgba(12,54,107,1) 100%);
	background: linear-gradient(to bottom, rgba(12,54,107,1) 0%,rgba(15,106,169,1) 25%,rgba(15,106,169,1) 75%,rgba(12,54,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c366b', endColorstr='#0c366b',GradientType=0 );
}




/*__________ OVERLAY __________*/

.overlay_menu {
	display: none;
	position: absolute;
	width: 95%;
	left: 2.5%;
	top: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 4;
}
.overlay_menu_i {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-menu, #menu-menu_en { text-align: center; }
#menu-menu a, #menu-menu_en a {
	font-size: 32px;
	color: #0c366b;
	padding: 10px 0;
	transition: .3s ease;
}
#menu-menu a:hover, #menu-menu_en a:hover  {
	transform: scale(1.1);
	text-decoration: underline;
}





/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏┓ ┏┓     ┏━━━┓     ┏━┓┏━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓
┃┃ ┃┃     ┃┏━┓┃     ┃ ┗┛ ┃     ┃┏━━┛     ┃┏━┓┃     ┃┏━┓┃     ┃┏━┓┃     ┃┏━━┛
┃┗━┛┃     ┃┃ ┃┃     ┃┏┓┏┓┃     ┃┗━━┓     ┃┗━┛┃     ┃┃ ┃┃     ┃┃ ┗┛     ┃┗━━┓
┃┏━┓┃     ┃┃ ┃┃     ┃┃┃┃┃┃     ┃┏━━┛     ┃┏━━┛     ┃┗━┛┃     ┃┃┏━┓     ┃┏━━┛
┃┃ ┃┃     ┃┗━┛┃     ┃┃┃┃┃┃     ┃┗━━┓     ┃┃        ┃┏━┓┃     ┃┗┻━┃     ┃┗━━┓
┗┛ ┗┛     ┗━━━┛     ┗┛┗┛┗┛     ┗━━━┛     ┗┛        ┗┛ ┗┛     ┗━━━┛     ┗━━━┛
*/
.main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_container {
	position: relative;
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(30,30,30,0.4);
}


/*__________ SECTION 1 __________*/

.s1, .s2, .s3, .s4, .s5, .s6, .s7 {
	position: relative;
	width: 100%;
}
#s1_home { min-height: 480px; }
#s1_home .filter_video {
	background: -moz-linear-gradient(left, rgba(12,54,107,0.8) 20%, rgba(12,54,107,0.3) 100%);
	background: -webkit-linear-gradient(left, rgba(12,54,107,0.8) 20%,rgba(12,54,107,0.3) 100%);
	background: linear-gradient(to right, rgba(12,54,107,0.8) 20%,rgba(12,54,107,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0c366b', endColorstr='#4d0c366b',GradientType=1 );
}
.s1_video { position: relative; overflow: hidden; min-height: 480px; }
#s1_home .s1_i { background-color: rgba(12,54,107,0.4); }
#home_video {
	position: absolute;
	right: 0; bottom: 0;
	min-height: 100%;
	min-width: 100%;
	background: url(../images/jpg/bkg_0.jpg) no-repeat center;
	background-size: cover;
}

.s1_title {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 90%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#s1_home .s1_title {
	top: 30%;
	left: 7.5%;
	width: 85%;
	text-align: left;
	transform: none;
}
.s1_title h2, .s1_title h1 {
	font-weight: 600;
	font-size: 70px;
	color: #ffffff;
	letter-spacing: 0.2vw;
	line-height: 1.2;
	text-shadow: 0 0 20px rgba(30,30,30,0.8);
}
.s1_title h2 span {
	padding-left: 12.5%;
	color: #32b3c9;
}
.s1_title p {
	color: #ffffff;
	width: 37.5%;
	padding: 1.25% 0 0 7.5%;
	text-shadow: 0 0 10px rgba(30,30,30,0.8);
}

#part_1 {
	position: absolute;
	width: 45%;
	right: -12.5%;
	top: 45%;
	z-index: 1;
}

.s1_action {
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 2.5% 2.5% 0 0;
	border: 2px solid #ffffff;
	cursor: pointer;
	transition: .3s ease;
}

/* MOD x Video Removal*/
.s1_action {
	display: block;
	margin: 2.5% auto 0 17.5%;
}
/**/

.s1_action_i {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
}
.s1_title .s1_action p {
	width: auto;
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	padding: 0 5% 0 0;
}
.s1_action img { width: 10%; }
.s1_action:hover { background-color: #32b3c9; }

.scrll {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-animation-name: hang; animation-name: hang;
	-webkit-animation-duration: 1.5s; animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
	-webkit-animation-direction: alternate; animation-direction: alternate;
}
@-webkit-keyframes hang {
	0% { -webkit-transform: translateY(10px); transform: translateY(10px); }
	50% { -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}
@keyframes hang {
	0% { -webkit-transform: translateY(10px); transform: translateY(10px); }
	50% { -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}




/*__________ SECTION 2 __________*/

.s2 { margin-top: -5%;  }
#s2_home, #s2_12, #s2_142 { margin-top: 0; }

.block_a, .block_b, .block_c {
	position: relative;
	width: 100%;
}
.block_c { display: flex; align-items: center; }
.block_a_i, .block_b_i { padding: 5% 0; }
.block_a_sx, .block_a_dx {
	position: relative;
	width: 50%;
	float: right;
}
.block_b_sx, .block_b_dx {
	position: relative;
	width: 50%;
	float: left;
}

.text_block {
	width: 40%;
	padding: 0 7.5% 0 2.5%;
	min-height: 60vh;
	display: flex;
	align-items: center;
}
#s2_home .text_block {
	width: 30%;
	padding: 0% 15% 0% 5%;
}
.block_b_sx.text_block { padding: 0% 2.5% 0% 7.5%; }
#s4_home .block_b_sx.text_block {
	width: 30%;
	padding: 0% 5% 0% 15%;
}
.text_block h3 {
	display: inline-block;
	font-size: 32px;
	border-bottom: 1px solid #32b3c9;
	margin-bottom: 3.5%;
}
.text_block h2 {
	background-color: #ffffff;
	font-size: 80px;
	line-height: 1.1;
	margin-bottom: 2.5%;
}


@supports ( mix-blend-mode: lighten ) {
	.text_block h2, .quality_row h2, #s2_12 h2, #s2_142 h2{
		position: relative;
		mix-blend-mode: lighten;
	}
	.text_block h2::before, .quality_row h2::before, #s2_12 h2::before, #s2_142 h2::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../images/png/pattern.png) no-repeat center;
		background-size: 100%;
		pointer-events: none;
		mix-blend-mode: screen;
	}
}


.text_block p {
	line-height: 1.4;
	margin-top: 2.5%;
	width: 80%;
}
#s2_home .text_block p, #s4_home .text_block p { width: 100%; }
.text_block .link { margin-top: 7.5%; }

.link {
	display: inline-block;
	padding: 14px 10%;
	background-color: #32b3c9;
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 0.25vw;
	text-align: center;
	transition: .3s ease;
}
.link p {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.25vw;
	line-height: 1;
	color: #ffffff;
}
.link:hover {
	transform: scale(1.05);
	box-shadow: 0 0 0px 4px inset #32b3c9;
	padding-right: calc(46px + 15%);
	background: url(../images/svg/arrow_2.svg) no-repeat calc(100% - 46px) center;
	background-size: 10%;
	background-color: #ffffff;
	color: #32b3c9;
}
.link:hover p { color: #32b3c9; }
.link_hover {
	transform: scale(1.05);
	box-shadow: 0 0 0px 4px inset #ffffff;
	padding-right: calc(46px + 10%);
	background: url(../images/svg/arrow_2_w.svg) no-repeat calc(100% - 46px) center;
	background-size: 10%;
	background-color: transparent;
	color: #ffffff;
}
.link.link_hover p { color: #ffffff; }

#s2_home .png_block img { margin-left: -5%; }




/*__________ SECTION 3 __________*/

#s3_home { background: url(../images/jpg/bkg_1.jpg) no-repeat center; background-size: cover; }

.home_service {
	position: relative;
	width: 100%;
	z-index: 2;
}

.home_service_title {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	z-index: 2;
}
.home_service_title h2 {
	text-align: center;
	font-size: 100px;
	color: #ffffff;
	padding-bottom: 5vh;
	letter-spacing: 0.2vw;
}
.big_line {
	display: block;
	width: 120px;
	height: 10px;
	background-color: #ffffff;
	margin: 0 auto;
}

.home_service_block {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	height: 96vh;
	min-height: 720px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
@supports not ( width: calc(100% / 3) ) {
	.home_service_block { width: 33.3%; }
}
.home_service_block_i {
	position: relative;
	padding: 0 15%;
	z-index: 2;
}
.home_service_block_i h3 {
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 10%;
}
.home_service_block_i h3 span {
	font-family: 'Proxima Nova Alt Lt';
	font-weight: 300;
	padding-right: 5%;
}
.home_service_block_i p {
	color: #ffffff;
	margin-bottom: 10%;
}
.home_service_block_i .link p { margin-bottom: 0; }
.home_service_link {
	position: absolute;
	display: block;
	top: 0;
	width: calc(100% / 3);
	height: 96vh;
	min-height: 720px;
	z-index: 3;
}
#home_service_link_1 { left: 0; }
#home_service_link_2 { left: calc(100% / 3); }
#home_service_link_3 { right: 0; }

.home_service a:hover .filter_blue { opacity: 0.8; }

#home_png_2 {
	position: absolute;
	bottom: 7.5%;
	left: 50%;
	width: 30%;
	transform: translate(-50%, 50%);
	z-index: 2;
}

.home_service_block .filter_blue { width: calc(100% / 3); opacity: 0; transition: .5s ease; }
#service_filter_2 { left: calc(100% / 3); }
#service_filter_3 { left: calc((100% / 3) * 2); }
.home_service_block .filter_blue.link_opacity { opacity: 0.9; }




/*__________ SECTION 4 __________*/

.img_dx {
	position: relative;
	width: 100%;
	right: -5%;
	background-position: center; background-repeat: no-repeat; background-size: cover;
	height: 60vh;
	max-height: 560px;
	display: flex; align-items: center; justify-content: center;
}
.video_block a img {
	width: 150px;
	margin: 0;
	right: 0; left: 0;
	transition: .3s ease;
}
.video_block a p {
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-family: 'Nikoleta';
	font-weight: 600;
	letter-spacing: 0.2vw;
	margin-top: 5%;
	transition: .3s ease;
}
.video_block a:hover img { transform: scale(1.05); }
.video_block a:hover p {
	margin-top: calc(5% + 4px);
	color: #32b3c9;
	border-bottom: 4px solid #32b3c9;
}




/*__________ SECTION 5 __________*/

.quality_row {
	position: relative;
	padding: 5%;
	text-align: center;
	box-shadow: 0 -40px 40px 0px rgba(30,30,30,0.2);
}
.quality_row_i { padding-bottom: 2.5%; }
.quality_row h3 {
	display: inline-block;
	font-size: 32px;
	border-bottom: 1px solid #32b3c9;
	margin-bottom: 3.5%;
}
.quality_row h2 {
	width: 80%;
	margin: 0 auto 12.5vh auto;
	font-size: 80px;
	background-color: #ffffff;
}
.quality_row_i a {
	width: calc((100% / 3) - 15%);
	float: left;
	margin: 0 7.5%;
}
.quality_row_i a img { margin-bottom: 15%; }
.quality_row .link:hover {
	background: url(../images/svg/download.svg) no-repeat 80% center;
	background-size: 10%;
}








/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━━┓     ┏━━━┓     ┏━━━┓
┃┏━━┛     ┃┏━┓┃     ┃┏━┓┃     ┃┏┓┏┓┃     ┃┏━━┛     ┃┏━┓┃
┃┗━━┓     ┃┃ ┃┃     ┃┃ ┃┃     ┗┛┃┃┗┛     ┃┗━━┓     ┃┗━┛┃
┃┏━━┛     ┃┃ ┃┃     ┃┃ ┃┃       ┃┃       ┃┏━━┛     ┃┏┓┏┛
┃┃        ┃┗━┛┃     ┃┗━┛┃       ┃┃       ┃┗━━┓     ┃┃┃┗┓
┗┛        ┗━━━┛     ┗━━━┛       ┗┛       ┗━━━┛     ┗┛┗━┛
*/

.foot_container {
	position: relative;
	width: 100%;
	padding-bottom: 2.5%;
	background-color: #ffffff;
}
.foot_content {
	position: relative;
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(30,30,30,0.4);
	background-color: #0c366b;
}
.foot_content_i { padding: 5% 10%; }




/*__________ FOOTER CONTENT __________*/

.foot_block {
	position: relative;
	width: 25%;
	float: left;
}
.foot_block h4 {
	display: inline-block;
	font-family: 'Proxima Nova Th';
	font-weight: 800;
	color: #32b3c9;
	font-size: 30px;
	border-bottom: 1px solid #32b3c9;
	margin-bottom: 12.5%;
}
.foot_block p, .foot_block li, .foot_block a { color: #ffffff; }

#foot_block_1 { width: 45%; margin-right: 5%; }
#foot_block_1 a img { width: 180px; margin-bottom: 2.5%; }
#foot_block_1 a p {
	font-size: 38px;
	line-height: 0.9;
}
#foot_block_1 a p span {
	font-family: 'Proxima Nova Th';
	font-weight: 800;
	color: #32b3c9;
}
.foot_address {
	margin-top: 5%;
	line-height: 1.4;
}
#foot_block_1 p + p { margin-top: 1em; }

#foot_block_2 a {
	display: inline-block;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: 300;
	transition: .3s ease;
	transform-origin: center left;
	padding: 2.5% 0;
	background-repeat: no-repeat; background-position: left center; background-size: 10px;
	transition: .3s ease; will-change: transform, padding, background;
}
#foot_block_2 a:hover {
	transform: scale(1.05);
	color: #32b3c9;
	text-shadow: 0 0 1px #32b3c9;
	padding-left: 15px;
	background-image: url(../images/svg/arrow_2.svg);
}

#foot_block_3 { padding-left: 5%; width: 20%; }
#foot_block_3 li { margin-bottom: 2.5%; }
#foot_block_3 li span {
	display: inline-block;
	color: #32b3c9;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	padding-right: 5px;
}
#foot_block_3 li a {
	display: inline-block;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: 300;
}
#foot_block_3 li a:hover { transform: scale(1.05); color: #32b3c9; }
#foot_block_3 li.email_link { margin: 7.5% 0 0 0; }
#foot_block_3 li.email_link + li.email_link { margin: .5em 0 0 0; }
#foot_block_3 li.email_link a {
	color: #32b3c9;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.foot_line {
	margin: 15% 0;
	width: 40px;
	height: 8px;
	background-color: #32b3c9;
}
#foot_block_3 .credits li { font-size: 16px; margin: 0 0 2.5% 0; }
#foot_block_3 .credits li a { font-size: 16px; }








/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━━━┓
┃┏━┓┃     ┃┏━┓┃     ┃┏━┓┃     ┃┏━━┛     ┃┏━┓┃
┃┗━┛┃     ┃┃ ┃┃     ┃┃ ┗┛     ┃┗━━┓     ┃┗━━┓
┃┏━━┛     ┃┗━┛┃     ┃┃┏━┓     ┃┏━━┛     ┗━━┓┃
┃┃        ┃┏━┓┃     ┃┗┻ ┃     ┃┗━━┓     ┃┗━┛┃
┗┛        ┗┛ ┗┛     ┗━━━┛     ┗━━━┛     ┗━━━┛
*/


/*__________ AUTOMOTIVE __________*/

/*__ Section 1 _*/
.s1_background_i {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*__ Section 2 _*/
.s2_i { padding: 1.25% 0 2.5% 0; }
#s2_12 h2, #s2_142 h2 {
	text-align: center;
	padding: 5% 0 2.5% 0;
	font-size: 80px;
	background-color: #ffffff;
}
.tiles_container {
	position: relative;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 100px rgba(30,30,30,0.3);
}
.tile {
	width: calc(100% / 3);
	float: left;
}
@supports not ( width: calc(100% / 3) ) {
	.tile { width: 33%; }
}
.tile_i { padding: 5%; }
.tile img { max-height: 80px; }
#tile_1, #tile_3, #tile_5 { box-shadow: 0 0 10px 1px rgba(30,30,30,0.2) inset; }


/*__ Section 3 _*/
#s3_12 .s3_i, #s3_142 .s3_i { padding: 2.5% 0; }
.img_block div {
	position: relative;
	width: 100%;
	height: 65vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(12,54,107,0.4);
}
.img_block_dx { right: -5%; }


/*__ Section 4 _*/
#s4_12 .s4_i, #s4_142 .s4_i { box-shadow: 0 -40px 40px 0px rgba(30,30,30,0.2); }
#s4_16 .block_b_i, #s4_156 .block_b_i { padding: 0; }
.img_block_sx { left: -5%; }
.text_block li {
	padding: 2.5% 0 2.5% 7.5%;
	background: url(../images/svg/arrow_2.svg) no-repeat center left;
	background-size: 6%;
	line-height: 1.4;
	text-align: left;
}




/*__________ SERVIZI __________*/

/*__ Section 2 _*/
.s2_page .img_block_dx { margin-top: -7.5vh; }


/*__ Section 4 _*/
#s4_14, #s4_164 { padding-bottom: 5%; }
.block_b_dx img { position: relative; right: -10%; }




/*__________ LAVORAZIONI __________*/

/*__ Section 4 _*/
#s4_16, #s4_156 { background-color: #0c366b; }
#s4_16 .text_block h2, #s4_156 .text_block h2 { color: #ffffff; background: #0c366b; }
#s4_16 .text_block h2 span, #s4_156 .text_block h2 span { color: #32b3c9; background: #0c366b; }
#s4_16 .text_block h2::before, #s4_156 .text_block h2::before { display: none; }
#s4_16 p, #s4_156 p { color: #ffffff; }
#s4_16 .img_block_dx, #s4_156 .img_block_dx {
	right: 0%;
	height: 80vh;
}


/*__ Section 5 _*/
#s5_16 .block_b_sx.text_block, #s5_156 .block_b_sx.text_block {
	padding: 0% 2.5% 0% 10%;
}
#s5_16, #s5_156 { box-shadow: 0 40px 40px 0px rgba(30,30,30,0.2); }
#s5_16 .text_block li, #s5_156 .text_block li  {
	padding: 0.5% 0 0.5% 5%;
	background-size: 3%;
}
#s5_16 img, #s5_156 img {
	position: absolute;
	width: 50%;
	right: 30%;
	top: 37.5%;
	z-index: 2;
}



/*__ Section 6 _*/
#s6_16 .block_a, #s6_156 .block_a { display: block; }
#s6_16 .block_a_dx, #s6_156 .block_a_dx {
	float: right;
	padding: 0% 5% 0% 2.5%;
}
#s6_16 .text_block li, #s6_156 .text_block li  {
	padding: 0.5% 0 0.5% 5%;
	background-size: 3%;
}

/*__________ AZIENDA __________*/

/*__ Section 3 _*/
#s3_18 .s3_i, #s3_144 .s3_i { padding-bottom: 5%; }


/*__ Section 4 _*/
#s4_18, #s5_azienda, #s4_144 { box-shadow: 0 -40px 40px 0px rgba(30,30,30,0.2); }
#s4_18 .link:hover, #s4_144 .link:hover  {
	background: url(../images/svg/download.svg) no-repeat calc(100% - 46px) center;
	background-size: 10%;
}
#s4_18 .link, #s5_azienda .link, #s4_144 .link { line-height: 1.2; letter-spacing: 0.1vw; text-align: left; }

#s5_azienda .text_block { display: block; box-sizing: border-box; width: 100%; padding: 10% 5%; margin: 0 auto; text-align:center; }
#s5_azienda .text_block h2 { margin: 0; }
#s5_azienda .text_block p { width: 100%; max-width: 75ch; margin: 0 auto; padding: 0; margin-top: 1.5em; }
#s5_azienda .text_block a { margin: 1.5em auto 0 auto; padding: .75em 1.5em; }
#s5_azienda .link:hover { padding-right: 4em; background: url(../images/svg/download.svg) no-repeat calc(100% - 1.5em) center / 1.5em; }


/*__________ QUALITA __________*/

/*__ Section 2 _*/
#s2_20 .img_block_dx, #s2_161 .img_block_dx { margin-top: 0; }
p strong {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}


/*__ Section 3 _*/


/*__ Section 4 _*/
#s4_20, #s4_161 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 7.5vh 0;
}
#s4_20 h2, #s4_161 h2  { color: #ffffff; background-color: transparent; }
#s4_20 h2::before, #s4_161 h2::before  { display: none; }
#s4_20 .block_b_sx.text_block, #s4_161 .block_b_sx.text_block  { padding: 0% 0% 0% 10%; }
#s4_20 .text_block, #s4_161 .text_block { padding: 0% 5%; }
#s4_20 p, #s4_161 p { color: #ffffff; }


/*__ Section 5 _*/
#s5_20 .quality_row p, #s5_161 .quality_row p {
	width: 70%;
	line-height: 1.4;
	margin: 2.5% auto 5% auto;
}
#s5_20 .quality_row .link p, #s5_161 .quality_row .link p { width: 100%; line-height: 1; margin: 0; }








/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏━━━┓     ┏━━━┓     ┏━┓ ┏┓     ┏━━━━┓     ┏━━━┓     ┏━━━━┓     ┏━━━━┓     ┏━━┓
┃┏━┓┃     ┃┏━┓┃     ┃ ┗┓┃┃     ┃┏┓┏┓┃     ┃┏━┓┃     ┃┏┓┏┓┃     ┃┏┓┏┓┃     ┗┫┣┛
┃┃ ┗┛     ┃┃ ┃┃     ┃┏┓┗┛┃     ┗┛┃┃┗┛     ┃┃ ┃┃     ┗┛┃┃┗┛     ┗┛┃┃┗┛      ┃┃ 
┃┃ ┏┓     ┃┃ ┃┃     ┃┃┗┓ ┃       ┃┃       ┃┗━┛┃       ┃┃         ┃┃        ┃┃ 
┃┗━┛┃     ┃┗━┛┃     ┃┃ ┃ ┃       ┃┃       ┃┏━┓┃       ┃┃         ┃┃       ┏┫┣┓
┗━━━┛     ┗━━━┛     ┗┛ ┗━┛       ┗┛       ┗┛ ┗┛       ┗┛         ┗┛       ┗━━┛
*/


.contact_video {
	position: absolute;
	bottom: 5%;
	left: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_video img { width: 60px; }
.contact_video p {
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	font-size: 30px;
}


/*__________ SECTION 2 __________*/

#s2_22, #s2_149 { margin-top: 0; }
#s2_22 .block_b, #s2_149 .block_b  { padding: 5% 0; }
#s2_22 h2, #s2_149 h2  {
	font-family: 'Proxima Nova Alt Lt';
	font-weight: 300;
	font-size: 38px;
	line-height: 0.9;
	color: #525252;
	margin-bottom: 5%;
}
#s2_22 h2 span, #s2_149 h2 span  {
	font-family: 'Proxima Nova Th';
	font-weight: 800;
	color: #32b3c9;
}



#contact_1 {
	margin: 0 0 5% 0;
	width: 100%;
}
#contact_2 li { padding: 0; background: none; }
#contact_2 li a {
	display: inline-block;
	font-family: 'Proxima Nova Alt Lt';
	font-weight: 300;
}
#contact_2 li span {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #32b3c9;
}
#contact_2 li:last-child { margin-top: 5%; }
#contact_2 li:last-child a {
	color: #32b3c9;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
#contact_2 li a:hover {
	transform: scale(1.05);
	color: #32b3c9;
}
#s2_22 iframe, #s2_149 iframe  {
	position: relative;
	width: 100%;
	height: 65vh;
	right: -5%;
}


/*__________ SECTION 3 __________*/

#s3_22, #s3_149  { box-shadow: 0 -40px 40px 0px rgba(30,30,30,0.2); }
#s3_22 .s3_i, #s3_149 .s3_i  { padding: 5%; text-align: center; }
#s3_22 h3,#s3_149 h3  { font-size: 48px; letter-spacing: -0.1vw; margin-top: 1.25%; }
#form_subtitle {
	width: 32%;
	margin: 1.25% auto 5% auto;
}
div.wpcf7 {
	width: 70%;
	margin: 0 auto;
}








/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏━━━┓     ┏━━━┓     ┏━━━┓     ┏━┓┏━┓
┃┏━━┛     ┃┏━┓┃     ┃┏━┓┃     ┃ ┗┛ ┃
┃┗━━┓     ┃┃ ┃┃     ┃┗━┛┃     ┃┏┓┏┓┃
┃┏━━┛     ┃┃ ┃┃     ┃┏┓┏┛     ┃┃┃┃┃┃
┃┃        ┃┗━┛┃     ┃┃┃┗┓     ┃┃┃┃┃┃
┗┛        ┗━━━┛     ┗┛┗━┛     ┗┛┗┛┗┛
*/


/*__________ FORM CONTATTI __________*/

.form-input {
	position: relative;
	width: 50%;
	float: left;
	margin: 0 0 5% 0;
	text-align: left;
}
.form-input input {
	width: 95%;
	padding: 2.5% 0 1.25% 0;
	border: none;
	border-bottom: 1px solid #525252;
	font-family: 'Proxima Nova Rg';
	font-weight: normal;
	font-size: 20px;
}
.form-input.form-azienda input, .form-input.input-mail input { margin-left: 5%; }
.form-input.form-message { width: 100%; }
.form-input.form-message input {
	width: 100%;
	padding: 1.25% 0 .6% 0;
}


/* Placeholder */
::placeholder {
	color: rgba(82,82,82,0.6);
	text-transform: uppercase;
	font-size: 18px;
}
:-ms-input-placeholder {
	color: rgba(82,82,82,0.6);
	text-transform: uppercase;
	font-size: 18px;
}
::-ms-input-placeholder {
	color: rgba(82,82,82,0.6);
	text-transform: uppercase;
	font-size: 18px;
}


/* Privacy */
.form-privacy {
	position: relative;
	padding: ;
	text-align: left;
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
	line-height: 0;
}
.form-privacy input[type=checkbox] {
	-webkit-appearance: button;
	border: none;
	margin: 0;
	white-space: nowrap;
	padding: 14px;
	overflow: hidden;
	border: 1px solid #525252;
}
.form-privacy input[type=checkbox]:checked {
	background: url(../images/svg/checked.svg) no-repeat center;
	background-size: 24px;
	border: 1px solid #32b3c9;
}
.form-privacy p { margin-left: 20px; }
.form-privacy p, .form-privacy a {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}


/* Captcha */
.grecaptcha-badge { visibility: hidden; }
.form-captcha { position: relative; width: 100%; }
.form-captcha p { font-size: 10px; line-height: 1; }
.form-captcha a { display: inline-block; margin: 0 2px; }


/* Submit */
.form-submit input[type="submit"] {
	display: block;
	margin: 0 0 0 5%;
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.1vw;
	background-color: #32b3c9;
	padding: 4.5% 0 3.5% 0;
	cursor: pointer;
	border: none;
	border-radius: ;
	width: 95%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.form-submit input:hover[type="submit"] {
	transform: scale(1.05);
}
.form-submit input:disabled[type="submit"] {
	transform: none;
	background-color: #525252;
}
div.wpcf7 .ajax-loader { display: none; }








/*__________________________________________________________________________________________________________________________________________________________________________*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*__________________________________________________________________________________________________________________________________________________________________________*/

/*
┏━━━┓     ┏━┓┏━┓     ┏━━━━┓     ┏━━━┓     ┏━━━┓
┃┏━━┛     ┗┓┗┛┏┛     ┃┏┓┏┓┃     ┃┏━┓┃     ┃┏━┓┃
┃┗━━┓      ┗┓┏┛      ┗┛┃┃┗┛     ┃┗━┛┃     ┃┃ ┃┃
┃┏━━┛      ┏┛┗┓        ┃┃       ┃┏┓┏┛     ┃┗━┛┃
┃┗━━┓     ┏┛┏┓┗┓       ┃┃       ┃┃┃┗┓     ┃┏━┓┃
┗━━━┛     ┗━┛┗━┛       ┗┛       ┗┛┗━┛     ┗┛ ┗┛
*/


/*__ FONTS __*/
/*
THIN    =    font-family: 'Proxima Nova Th';
LIGHT    =    font-family: 'Proxima Nova Lt';
MEDIUM    =    font-family: 'Proxima Nova Rg'; font-weight: regular;
BOLD    =     font-family: 'Proxima Nova Rg'; font-weight: bold;

TITLES    =    font-family: 'Nikoleta';
*/


/*__ COLORS __*/
/*
BLUE    =    color: #0c366b;    color: rgba(12,54,107,1);
LIGHT BLUE    =    color: #32b3c9;    color: rgba(50,179,201,1);
*/




/*__________ THANK YOU PAGE __________*/

#s1_24 .s1_title p, #s1_151 .s1_title p  {
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	padding: 1.25% 0 0 0;
}


/*__________ PRIVACY PAGE __________*/

.s1.s1_page.s1_privacy .s1_title {
	position: relative;
	text-align: center;
	padding: 5%;
}
.s1_privacy .s1_title h1 {
	color: #0c366b;
	text-shadow: none;
}
.s1.s1_page.s1_privacy .s1_title p {
	padding-top: 2.5%;
}




/*__________ CSS AGGIUNTIVO O MODIFICHE __________*/

/* Mod - 03/2023 */
.link.custom_link { margin-top: 1.5em; padding: 14px 1.5em; letter-spacing: .1ch; background-position: calc(100% - 2.5em); }
.link.custom_link:hover {
	padding-right: 3em;
	background: url(../images/svg/download.svg) no-repeat calc(100% - 1em) center / 1em;
	background-color: #ffffff;
}

@media screen and (max-width: 1024px){
	.link.custom_link { margin: 1em auto; width: fit-content; }
}
@media screen and (max-width: 480px){
	.link.custom_link { font-size: 112.5%; letter-spacing: 0; padding: 14px 1em; }
}




/* Mod - 08/2024 */
#sec_cert, #sec_cert * { box-sizing: border-box; }
#sec_cert { padding: 15% 5% }
#sec_cert, #sec_cert .wrapper { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 2.5em; }
#sec_cert .text p { text-align: center; line-height: 1.5; }
#sec_cert #logo_cert { width: 14em; max-width: 50%; margin: 0 auto; }
#sec_cert .wrapper { gap: 1.5em; }
#sec_cert .wrapper a {
	display: block; width: fit-content; padding: .625em 1.25em; 
	border: 2px solid #32b3c9; background-color: #32b3c9; 
	font: 500 100% / 1.25 'Proxima Nova Lt'; color: #fff;
	transition: .25s ease;
}
#sec_cert .wrapper a:hover { background-color: #fff; color: #32b3c9; }

@media screen and (min-width: 1024px){
	#sec_cert { padding: 10% 7.5% }
}

@media screen and (min-width: 1281px){
	#sec_cert { padding: 7.5% 10% }
}




/* Mod - 07/2025 */
#s3_12 .text_block { width: 100%; max-width: 1024px; min-height: 0; margin: 0 auto; padding: 0 10%; float: none; text-align:center; box-sizing: border-box; }
#s3_12 .text_block p { width: 100%; }
#s4_12 .block_a_i { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 5% 7.5%; }
#s4_12 .text_block { float:none; min-height: unset; box-sizing: border-box; }


#s2_14 .block_a_i, #s3_14 .block_a_i { padding-top: 5%; padding-bottom: 0; }
#s2_14 .block_b_i, #s3_14 .block_b_i, #s4_14 .block_b_i { padding-bottom: 0; }
#s2_14 .text_block, #s3_14 .text_block, #s4_14 .text_block { 
	width: 100%; max-width: 1024px; margin: 0 auto; min-height: unset; padding: 0 7.5%; 
	text-align: center; float: none;  box-sizing: border-box;
}
#s2_14 .text_block { padding-top: 5%; box-sizing: border-box; }
#s2_14 .text_block p, #s3_14 .text_block p, #s4_14 .text_block p { width: 100%; }


#s4_16 .block_b_i { padding: 5% 2.5%; display: flex; align-items:center; justify-content:center; flex-wrap:wrap; }
#s4_16 .text_block { min-height: 0; box-sizing: border-box; }

#s5_16 .block_b_i { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; padding: 5% 10%; gap: 5% 10%; }
#s5_16 .text_block { width: 45%; padding: 0 !important; min-height: 0; box-sizing: border-box; }


#s2_18 .text_block { 
	width: 100%; max-width: 1024px; min-height: 0; margin: 0 auto; padding: 5% 10% 0 10%; 
	float: none; text-align:center; box-sizing: border-box; 
}
#s2_18 .text_block p { width: 100%; }


#s2_20 .text_block { flex-wrap: wrap; padding-top: 10%; padding-bottom: 5%; box-sizing: border-box; }









































 

