.section {
	position: relative;
}

.section.head {
	background-color: var(--1)
}

/* .section.head img.logo {
	max-width: 86px;
	height: auto;
	position: absolute;
	top: 33px;
	left: 0;
} */

.section.head img.logo {
	max-width: 86px;
	height: auto;
}

.section.head .container {
	position: relative;
}

.section.head .mask {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	-webkit-mask-image: url(/wp-content/themes/alperia/media/img/mask-slide-desk.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: top left;
	-webkit-mask-repeat: no-repeat;
}

.section.head .mask img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section.head .content {
	max-width: 40%;
	width: 100%;
	padding: 40px 0 70px;
	/* padding: 100px 0 70px; */
}

.section.head .content .title {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	margin-bottom: 20px;
}

.section.head .content .title .term-icons {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

.section.head .content .title .term-icons .icon:not(:last-child) {
	margin-right: 10px;
}

.section.head .content .title .term-icons .icon {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.head .content .title .term-icons .icon img {
	width: 14px;
	filter: grayscale(1) brightness(10);
}

.section.head .content .title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

.section.head .content .desc {
	font-weight: 300;
	line-height: 1.7;
	color: #fff;
	opacity: .7;
	font-size: 16px;
}

.double-btn {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}

.section.head .content a {
	padding: 19px 35px 18px 35px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border-radius: 50px;
	display: table;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 35px;
	line-height: 1;
	background-color: var(--2);
}

.section.content {
	padding: 60px 0 150px;
}

.section.content .small-container {
	width: 835px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.section.content .small-container .left {
	flex: 0 0 65%;
	padding-right: 45px;
}

.section.content .small-container .right {
	flex: 0 0 35%;
	position: relative;
}

.section.content .small-container .left .desc {
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
}

.template-offerta h2 {
	color: var(--1);
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	margin: 0;
}

.ticks {
	margin-top: 25px;
	padding: 0 5px;
}

.ticks .elem {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.ticks .elem:last-child {
	margin-bottom: 0;
}

.ticks .elem img {
	margin-left: 11px;
	margin-right: 10px;
	margin-top: 5px
}

.ticks .elem .text *:not(strong):not(b) {
	margin: 0;
	font-weight: 300;
	color: var(--bluetext);
	line-height: 1.38;
	font-size: 16px;
}

.boxed-icons h2 {
	margin-bottom: 30px;
}

.boxed-icons .box {
	border-radius: 7px;
	box-shadow: 0 1px 12px 4px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

.boxed-icons .box .icon {
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxed-icons .box .icon img {
	width: 38px;
}

.boxed-icons .box .text {
	padding: 24px 24px 20px;;
	border-left: 1px solid var(--lightbg);
}

.boxed-icons .box .text h3 {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 500;
	color: var(--bluetext);
	font-size: 18px;
}

.boxed-icons .box .text span {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.42;
	color: var(--grey)
}

.boxed-icons,
.documents,
.sharing {
	border-top: 1px solid var(--lightbg);
	padding-top: 40px;
	margin-top: 35px;
}


.documents h2 {
	margin-bottom: 20px;
}

/* Selettore regione documenti */
.region-selector {
	background-color: var(--lightbg, #f5f5f5);
	border-radius: 7px;
	padding: 20px 22px;
	margin-bottom: 24px;
}

.region-selector__label {
	font-size: 14px;
	font-weight: 500;
	color: var(--1, #003366);
	margin-bottom: 12px;
}

.region-selector__controls {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.region-selector__select {
	flex: 1;
	min-width: 200px;
	padding: 10px 14px;
	border: 1px solid var(--1, #003366);
	border-radius: 5px;
	font-size: 14px;
	color: var(--1, #003366);
	background-color: #fff;
	cursor: pointer;
	appearance: auto;
}

.region-selector__select:disabled {
	background-color: var(--lightbg, #f5f5f5);
	opacity: 0.7;
	cursor: default;
}

.region-selector__clear {
	padding: 10px 18px;
	background-color: transparent;
	border: 1px solid var(--1, #003366);
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	color: var(--1, #003366);
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s, color 0.2s;
}

.region-selector__clear:hover {
	background-color: var(--1, #003366);
	color: #fff;
}

.zone-doc-block {
	display: none;
}

.documents .block:not(:last-child) {
	margin-bottom: 10px;
}

.documents .block .wrap {
	background-color: var(--grey);
	border-radius: 7px;
	padding: 22px 21px 17px;
	cursor: pointer;
}

.documents .block .wrap .title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: left;
}

.documents .block .wrap .title:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/alperia/media/icons/chevron.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	filter: invert(1);
	transition: 0.4s;
}

.documents .block.active .wrap .title:after {
	transform: rotate(-90deg);
}

.documents .block .wrap .content {
	margin-top: 40px;
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.documents .block.active .wrap .content {
	display: block;	
}

.documents .block .wrap .content .file {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.documents .block .wrap .content .file:last-child {
	margin-bottom: 13px;
}

.documents .block .wrap .content .file img {
	margin-right: 20px;
	width: 16px;
	height: 16px;
}

.documents .block .wrap .content .file span {
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.sharing {
	display: flex;
	justify-content: space-between;
}

.sharing .elements {
	display: flex;
	align-items: center;
}

.sharing .elements .elem:not(:first-child) {
	margin-left: 38px;
}

.sharing .elements .elem img {
	height: 17px;
	width: auto;
}

.right .wrap {
	position: sticky;
	top: 100px;
}

.right .wrap .ctas,
.buttons .ctas {
	margin-top: 5px;
}

.right .wrap .ctas a,
.buttons .ctas a {
	margin-top: 20px;
	display: block;
	border-radius: 50px;
	border: 1px solid var(--1);
	padding: 18px 19px;
	text-decoration: none;
	text-align: center;
}

.right .wrap .ctas a span,
.buttons .ctas a span {
	display: block;
	font-size: 14px;
	color: var(--1);
	font-weight: 300;
}

.right .wrap .ctas a span.subtitle,
.buttons .ctas a span.subtitle {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 4px;
}

.right .wrap .ctas a#active {
	background-color: var(--2);
	border-color: var(--2);
}

.right .wrap .ctas a#active span.subtitle {
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
	display: block;
}

.services {
	padding-bottom: 62px;
	background-image: linear-gradient(to bottom, #fff 18%, #eff1f3 74%);
}

.services h3 {
	font-size: 19px;
	color: var(--1);
	opacity: .7;
	font-weight: 300;
	margin-bottom: 11px;
	margin-top: 0;
	text-align: center;
}

.services h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

.services-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 86px;
}

.services-row .service {
	flex: 0 0 calc(33% - 100px);
}

.services-row .service .icon {
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/wp-content/themes/alperia/media/img/bg-icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.services-row .service .icon img {
	width: 90px;
	max-height: 90px;
}

.services-row .service .text {
	text-align: center;
}

.services-row .service .text h4 {
	margin: 40px 0px 10px;
	font-size: 28px;
	color: var(--bluetext);
	font-weight: 500;
	line-height: 1.11;
}

.services-row .service .text .desc {
	font-size: 14px;
	font-weight: 300;
	color: var(--grey);
	line-height: 20px;
	display: block;
}

.section.sustainability {
	margin-top: 100px;
}

.section.sustainability .block {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	padding: 163px 73px;
}

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

.section.sustainability .block:after {
	content: '';
	background-image: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0) 78%);
	opacity: .42;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section.sustainability .block .text {
	position: relative;
	z-index: 3;
	max-width: 50%;
}

.section.sustainability .block .text h3 {
	font-size: 40px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
}

.section.sustainability .block .text p {
	color: #fff;
	opacity: .7;
	font-weight: 300;
	line-height: 1.69;
	font-size: 16px;
	margin: 0;
}

.section.sustainability .block .text a {
	padding: 19px 51px 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px;
	border: 1px solid #fff;
	display: table;
	margin-top: 35px;
}

.logos {
	margin: 100px 0px;
}

.logos .container {
	display: flex;
	justify-content: center;
	max-width: 830px;
}

.logos .container .logo {
	flex: 0 0 50%;
	text-align: center;
}

.logos .container .logo img {
	height: 134px;
	width: auto;
}

.right .boxed {
	padding: 15px;
	background-color: var(--1);
	border-radius: 7px;
}

.right .boxed h2 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 18px;
}

.right .boxed .block {
	background-color: #fff;
	border-radius: 3px;
}

.right .boxed .block .elem {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--lightbg);
	margin-bottom: 10px;
	padding: 20px 10px;
}

.right .boxed .block:not(:first-child) {
	margin-top: 13px;
}

.right .boxed .block .icon {
	flex: 0 0 47px;
	height: 47px;
	border-radius: 50%;
	border: 1px solid var(--1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 11px;
}

.right .boxed .block .icon img {
	width: 18px;
}

.right .boxed .block .elem .price {
	font-size: 18px;
	color: var(--1);
}

.right .boxed .block .elem .price .month {
	font-size: 12px;
}

.right .boxed .block .additional-text {
	display: flex;
	align-items: center;
	max-width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid rgba(218, 223, 228,.2);
	padding-bottom: 12px;
}

.right .boxed .block .additional-text .icon {
	width: 29px;
	height: 29px;
	background-color: rgba(218, 223, 228,.5);
	flex: 0 0 29px;
	border: none;
}

.right .boxed .block .additional-text .icon img {
	width: 12px;
}

.right .boxed .block .additional-text .desc * {
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	margin: 0;
} 

.right .boxed .block .additional-text .desc b,
.right .boxed .block .additional-text .desc strong {
	font-weight: 500;
}

.right .boxed .block .tags {
	padding: 0px 12px 17px;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.right .boxed .block .tags .tag {
	flex: 0 0 calc(50% - 40px);
	background-color: rgba(218, 223, 228, .33);
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	padding: 0 17px;
}

html[lang="de-DE"] .right .boxed .block .tags .tag:not(:last-child) {
	margin-bottom: 5px;
}

.right .boxed .block .tags .tag span {
	font-size: 11px;
	color: var(--grey);
	white-space: nowrap;
	text-transform: uppercase;
}

.right .boxed .block .tags .tag span em {
	font-style: normal;
	font-weight: 300;
	text-transform: none;
}

.right .ctas .support {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--lightbg);
	padding-bottom: 14px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.right .ctas .support .text {
	display: flex;
	align-items: center;
	margin-right: 17px;
}

.right .ctas .support .text img {
	width: 20px;
	margin-right: 10px;
}

.right .ctas .support .text span {
	font-size: 14px;
	font-weight: 300;
	color: var(--grey);
}

.right .ctas .support a {
	color: var(--3);
	border-width: 0 0 2px;
	border-radius: 0;
	border-color: var(--3);
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}

.right .ctas .hours {
	font-size: 12px;
	color: var(--4);
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
}

.right .ctas .mail {
	margin-top: 10px !important;
	width: 100%;
}

.right .ctas .mail a {
	font-size: 12px !important;
	color: var(--4) !important;
	font-weight: 300 !important;
	text-align: center !important;
	text-decoration: underline;
	border: none;
	text-transform: inherit;
}

.tad-num .subtitle {
	font-size: 14px;
	font-weight: 300;
	color: var(--grey);
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.tad-num .subtitle a.inlinecta {
	color: var(--3);
	border-width: 0 0 2px;
	border-radius: 0;
	border-color: var(--3);
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	display: inline;
	font-weight: 500;
}
/* aggiunte richieste da Nikola */
.immagine-adattiva {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.titolo-personalizzato {
	font-family: 'Akko', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #00547A;
	display: block;
	text-align: left; 
}

.additional-cta {
	margin-top: 40px;
}

.additional-cta a {
	display: block;
	border-radius: 50px;
	border: 1px solid var(--1);
	padding: 18px 19px;
	text-decoration: none;
	text-align: center;
	color: var(--1);
	transition: .4s;
}

.additional-cta a:hover {
	background-color: var(--1);
	color: #fff;
}

@media screen and (min-width: 992px) {
	.calc-sticky-bar {
		position: fixed;
		bottom: 20px;
		right: 80px;
		width: 100%;
		max-width: 620px;
		background-color: var(--1);
		padding: 23px 40px 21px;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 14px;
		z-index: 9999;
		transition: 0.4s;
		justify-content: space-between;
		border-radius: 42px 7px 7px;
	}
	
	.calc-sticky-bar span {
		flex: 0 0 55%;
		font-size: 18px;
		line-height: 1.33;
	}
	
	.calc-sticky-bar a {
		background-color: var(--2);
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		border-radius: 50px;
		text-decoration: none;
		flex: 0 0 45%;
		text-transform: uppercase;
		text-align: center;
		margin-left: 15px;
		height: 56px;
		line-height: 56px;
	}
}

/* END aggiunte richieste da Nikola */
@media screen and (max-width: 991px) {
	.section.head .mask {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 190px;
		right: 0;
		top: 0;
		-webkit-mask-image: url(/wp-content/themes/alperia/media/img/mask-offerta.svg);
		-webkit-mask-size: cover;
		-webkit-mask-position: bottom center;
	}
	
	.section.head .mask .back {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 36px;
		height: 36px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 3;
		border-radius: 50px;
	}
	
	.section.head .mask .back img {
		width: 16px;
		height: 15px;
		position: relative;
		object-fit: contain;
	}
	
	.section.head .content {
		max-width: 100%;
		padding: 30px 0px;
	}
	
	.section.head .content .title h1 {
		font-size: 24px;
		line-height: 1.25;
	}
	
	.section.head .content a {
		margin-top: 22px;
		width: 100%;
		text-align: center;
	}
	
	.section.content {
		padding: 30px 15px;
	}
	
	.section.content .small-container {
		width: 100%;
	}
	
	.section.content .small-container .left {
		flex: 0 0 100%;
		padding-right: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.section.content .small-container .left > div {
		flex: 0 0 100%
	}
	
	.left .eco .icon {
		flex: 0 0 38px;
	}
	
	.ticks .elem:first-child {
		margin-bottom: 20px;
	}
	
	.documents,
	.sharing {
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.documents {
		order: 1;
		border-top: 0;
	}
	
	.template-offerta h2 {
		text-align: center;
	}
	
	.sharing {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid var(--lightbg);
	}
	
	.sharing h2 {
		margin-bottom: 27px;
	}
	
	.sharing .elements .elem img {
		height: 26px;
	}
	
	.sharing .elements .elem:not(:first-child) {
		margin-left: 55px;
	}
	
	.wrap.buttons h2 {
		margin-bottom: 25px;
	}
	
	.section.content .small-container .right {
		flex: 0 0 100%;
		order: -1;
		margin-bottom: 40px;
	}
	
	.right .wrap .ctas a#active,
	.right .boxed h2 {
		display: none;
	}
	
	.services {
		margin-top: 28px;
	}
	
	.services h3 {
		font-size: 14px;
	}
	
	.services-row {
		margin-top: 38px;
		display: block;
	}
	
	.services h2 {
		font-size: 24px;
	}
	
	.services-row .service {
		width: 100%;
	}
	
	.services-row .owl-nav {
		display: none;
	}
	
	.services-row .owl-dots {
		display: flex;
		justify-content: center;
		margin-top: 43px;
		align-items: center;
	}
	
	.services-row .owl-dots .owl-dot.active {
		opacity: 1;
	}
	
	.services-row .owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		border-radius: 50px;
		background-color: var(--1);
		opacity: .3;
		margin: 0 5px;
	}
	
	.services-row .service .text h4 {
		margin: 19px 0 10px;
		font-size: 18px;
		padding-left: 28px;
		padding-right: 28px;
	}
	
	.services-row .service .text {
		width: 245px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.services-row .service .icon {
		max-height: 124px;
		min-height: 124px;
	}
	
	.services-row .service .icon img {
		width: auto;
		max-width: 100%;
		height: 68px;
	}
	
	.section.sustainability {
		margin-top: 30px;
	}
	
	.section.sustainability .block {
		padding: 0;
		border-radius: 0;
	}
	
	.section.sustainability .block div.cover {
		position: relative;
	}
	
	.section.sustainability .block div.cover {
		padding-bottom: 100%;
		height: 0;
		overflow: hidden;
		border-radius: 7px;
	}
	
	.section.sustainability .block:after {
		display: none;
	}
	
	.section.sustainability .block .text {
		max-width: 100%;
		margin-top: 20px;
	}
	
	.section.sustainability .block .text h3 {
		color: var(--1);
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.section.sustainability .block .text p {
		color: var(--bluetext);
		opacity: 1;
		line-height: 1.43;
	}
	
	.section.sustainability .block .text a {
		width: 100%;
		margin-top: 30px;
		border-color: var(--1);
		color: var(--1);
		text-align: center;
	}
	
	.logos .container {
		flex-wrap: wrap;
	}
	
	.logos {
		margin: 85px 0 70px;
	}
	
	.logos .container .logo {
		flex: 0 0 100%;
	}
	
	.logos .container .logo.ft {
		margin-top: 59px;
	}
	
	.logos .container .logo.ft img {
		width: 310px;
		height: auto;
		max-width: 100%;
	}
	
	.sticky-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 12px 0px;
		background-color: var(--1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 3;
		transform: translateY(100%);
		transition: 0.4s;
	}
	
	.sticky-bar.active {
		transform: translateY(0);
	}
	
	.sticky-bar a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
		background-color: var(--2);
		border-radius: 50px;
		padding: 13px 43px;
		line-height: 1;
	}
	
	.section.head img.logo {
		position: relative;
		top: 0;
		left: auto;
		margin-left: auto;
		margin-right: 0;
		display: block;
		margin-bottom: 20px
	}
	
	.calc-sticky-bar {
		position: sticky;
		top: auto;
		bottom: 0;
		background-color: var(--1);
		padding: 9px 15px 11px;
		align-items: center;
		color: #fff;
		font-size: 14px;
		z-index: 9999;
		transition: 0.4s;
		justify-content: space-between;
		display: none;
	}
	
	.calc-sticky-bar span {
		flex: 0 0 55%;
	}
	
	.calc-sticky-bar a {
		background-color: var(--2);
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		border-radius: 50px;
		text-decoration: none;
		flex: 0 0 calc(45% - 15px);
		text-transform: uppercase;
		text-align: center;
		margin-left: 15px;
		padding: 10px 18px 9px;
		line-height: 1;
	}
	
	header.sticky ~ .template-offerta  .calc-sticky-bar {
		top: 69px;
		
		display: flex;
	}
}

@media screen and (min-width: 1441px) {
	.section.content .small-container .right {
		max-width: 300px;
	}

	.section.content .small-container {
		max-width: 1280px;
		width: 60%;
	}
}