:root {
	--textcolor: #393B43;
	--maincolor: #007845;
	--highlightcolor: #24B175;
	--footer-color: #484C5B;
	--lightgrey: #EEEEEF;
	--cta-color: #E93B45;
	--white: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	color: inherit;
	box-sizing: border-box;
	outline: none !important;
}

html,
body,
form {
	width: 100%;
	height: 100%;
	position: relative;
	/* color: var(--textcolor); */
	color: #393B43;
	font-family: 'Montserrat';
	background-color: #4e595f;
}

html {
	scroll-behavior: smooth;
}

.breaker {
	clear: both;
}

.defaultWaiticon {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	background-image: url(../images/animated_loading_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;

	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.highlighted {
	/* color: var(--highlightcolor); */
	color: #24B175;
}

.thintext {
	font-weight: normal;
}

.centered {
	text-align: center;
}

.content {
	padding: 3% 5%;
}

.header_container {
	width: 100%;
	height: 120px;
	position: relative;
	background-color: #ffffff;
	border-bottom: 8px solid #4abdd2;
}

.header_container.hcorange {
	border-bottom: 8px solid #ff7800;
}

.header_container.hcblue {
	border-bottom: 8px solid #00377B;
}

.header_container.hcgreen {
	border-bottom: 8px solid #aab60e;
}

.header {
	height: 111px;
	position: relative;
}

.header_container .header {
	width: 1200px;
	padding: 16px 0;
	margin: 0 auto;
}

.header .logo {
	height: 100%;
	margin-left: 15%;
}

.header .logo.no_customlogo {
	margin-left: 3%;
}

.header_container .header .logo {
	margin-left: 0;
}

.header .customlogo {
	height: 120%;
	position: absolute;
	left: 3%;
	z-index: 1;
}

.container {
	position: relative;
}

.container_leasing {
	display: flex;
}

.container_leasing_left {
	flex: 1;
	display: flex;
    flex-direction: column;
	border-bottom: 2px solid #fff;
}

.container_leasing_left .band_leasing {
	flex-grow: 1;
	padding: 5%;
	display: flex;
    align-items: flex-end;
}

.background {
	height: 600px;
	background-image: url(../images/background_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background_leasing {
	background-image: url(../images/backround_leasing.jpg);
}

.band {
	padding: 3% 46% 3% 5%;
	/* color: var(--white); */
	color: #FFFFFF;
	font-size: 35px;
	line-height: 41px;
	/* background-color: var(--maincolor); */
	background-color: #007845;
}

.band>div:first-child {
	text-transform: uppercase;
}

.band>div:first-child b {
	font-weight: 900;
}

.band>div:last-child {
	font-size: 27px;
	font-style: italic;
}

.band_leasing {
	background-color: #002060;
	color: white;
}

.form {
	max-width: 820px;
	padding: 2%;
	padding-bottom: 3%;
	position: absolute;
	right: 46px;
	top: 46px;
	/* background-color: var(--lightgrey); */
	background-color: #EEEEEF;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}

.form_leasing {
	position: relative;
    top: auto;
    right: 0;
    border-radius: 0;
}

.form> :first-child {
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
}

.form> :first-child b {
	font-weight: 900;
}

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

.control {
	width: 48%;
	margin-top: 23px;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}

.control.full {
	width: 100%;
}

.control input,
.control select,
.textarea {
	width: 100%;
	height: 50px;
	padding: 16px;
	font-size: 16px;
	line-height: 19px;
	border: 2px solid #D1D1D1;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.control select {
	padding: 14px 30px 14px 16px;
	background-image: linear-gradient(45deg, transparent 50%, #B8B8B8 50%), linear-gradient(135deg, #B8B8B8 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 14px) 1.4em, calc(100% - 9px) 1.4em, calc(100% - 2.5em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 4px, 5px 4px, 0px 1.5em;
	-webkit-appearance: none;
}

.control.large select {
	font-size: 12px;
	background-position: calc(100% - 14px) 1.8em, calc(100% - 9px) 1.8em, calc(100% - 2.5em) 0.5em;
}

.textarea {
	height: 133px;
	margin-top: 11px;
	margin-bottom: 24px;
	font-size: 14px;
	/* background-color: var(--white); */
	background-color: #FFFFFF;
	cursor: default;
	overflow: scroll;
}

.control input::placeholder {
	color: #C9C9C9;
}

.paragraph {
	margin-top: 27px;
	display: flex;
	flex-flow: column;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.paragraph b {
	line-height: 19px;
}

.button {
	width: 100%;
	height: 60px;
	/* color: var(--white); */
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 22px;
	text-transform: uppercase;
	/* background-color: var(--cta-color); */
	background-color: #E93B45;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 4px 9px 19px #0F121A3B;
	cursor: pointer;
}

.button.disabled {
	opacity: 0.5;
}

.title {
	font-size: 40px;
	font-weight: 900;
	line-height: 38px;
	text-transform: uppercase;
}

.text {
	margin: 11px 0 25px 0;
	font-size: 15px;
	line-height: 36px;
}

.subtitle {
	font-size: 27px;
	font-weight: bold;
	line-height: 39px;
	text-transform: uppercase;
}

.footer {
	/* color: var(--white); */
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	/* background-color: var(--footer-color); */
	background-color: #484C5B;
}

/* Cessione del quinto */
:root {
	--textcolor-cqs: #505050;
	--maincolor-cqs: #4ABDD2;
}

/* Prestito personale */
:root {
	--textcolor-pp: #505050;
	--maincolor-pp: #aab60e;
}

.main {
	color: var(--textcolor-cqs);
	font-family: 'Open Sans';
}

.prestitopersonale.main {
	color: var(--textcolor-pp);
}

.stripe {
	padding: 60px calc(50% - 600px);
	font-size: 20px;
	line-height: 24px;
	background-color: #fff;
}

.stripe.grey {
	background-color: #F7F7F7;
}

.stripe.notoppadding {
	padding-top: 0;
}

.stripe.colored {
	color: #FFFFFF;
	text-align: center;
	background-color: var(--maincolor-cqs);
}

.prestitopersonale .stripe.colored {
	background-color: var(--maincolor-pp);
}

.stripe.first {
	display: flex;
	position: relative;
	font-size: 26px;
	line-height: 32px;
	background-color: #F7F7F7;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 350px;
	align-items: center;
}

.stripe.form_container {
	display: flex;
}

.first_text {
	width: 42%;
}

.first_image {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cessionedelquinto .highlighted {
	color: var(--maincolor-cqs);
}

.prestitopersonale .highlighted {
	color: var(--maincolor-pp);
}

.text_title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
}

.text_title_2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
}

.extrabold {
	font-weight: 800;
}

.text_subtitle {
	font-weight: 700;
	font-size: 24px;
}

.grid_block .text_subtitle {
	margin-top: 38px;
	margin-bottom: 8px;
}

.text_note {
	font-size: 18px;
	font-style: italic;
}

.button_cqs {
	width: fit-content;
	margin: auto;
	padding: 10px 42px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--textcolor-cqs);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.step .button_cqs {
	height: 50px;
	margin-bottom: 20px;
	padding: 0 25px;
	line-height: 50px;
}

.step .button_cqs.large {
	width: 208px;
	padding: 5px;
	line-height: 19px;
}

.step .textbox_cqs .textbox,
.step .listbox_cqs .listbox {
	height: 50px;
	background-position: calc(100% - 14px) 25px, calc(100% - 9px) 25px;
}

.redline {
	width: 200px;
	height: 10px;
	margin: 30px 28px;
	background-color: #E9041E;
}

.step_form_wrapper {
	width: 65%;
}

.form_cqs {
	width: 65%;
	padding: 20px 92px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	background-color: var(--maincolor-cqs);
}

.prestitopersonale .form_cqs {
	background-color: var(--maincolor-pp);
}

.form_cqs.step {
	width: 100%;
	;
}

.form_header {
	margin-bottom: 20px;
}

.step .form_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.step_counter {
	color: #B9E8F1;
	font-size: 56px;
	font-weight: 300;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}


.step_flexbox {
	display: flex;
}

.step_flexbox .fields {
	margin-right: 20px;
	flex-grow: 1;
}

.step_counter b {
	color: #FFFFFF;
	font-weight: 600;
}

.form_info_cqs {
	width: 35%;
	font-size: 24px;
	line-height: 36px;
}

.details {
	padding: 25px 36px;
}

.details ul {
	padding: 10px 40px;
	line-height: 33px;
	list-style-type: none;
	list-style-image: url(../images/check-lightblue.svg);
}

.prestitopersonale .details ul {
	list-style-image: url(../images/check-green.svg);
}

.details li {
	margin-bottom: 10px;
	font-weight: 700;
}

.big {
	font-size: 20px;
	line-height: 30px;
}

.textbox_cqs,
.listbox_cqs {
	text-align: left;
}

.textbox_cqs {
	width: 48%;
}

.textbox_cqs .textbox,
.listbox_cqs .listbox {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	color: var(--textcolor-cqs);
	font-size: 18px;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.listbox_cqs .listbox {
	background-image: linear-gradient(45deg, transparent 50%, var(--textcolor-cqs) 50%), linear-gradient(135deg, var(--textcolor-cqs) 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 14px) 18px, calc(100% - 9px) 18px;
	background-size: 5px 4px, 5px 4px, 0px 1.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}

.textbox_cqs label,
.listbox_cqs label,
.birthday_container_cqs label {
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}

.textbox_cqs .textbox::placeholder {
	color: #50505045;
}

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

.birthday_container_cqs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: flex-start;
}

.birthday_controls {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.listbox_cqs.birthday {
	width: 30%;
}

.privacy_container {
	margin-top: 15px;
	display: flex;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}

.fakecheckbox {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	margin-right: 10px;
	flex-shrink: 0;
	position: relative;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.fakecheckbox.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fakecheckbox.selected::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: var(--maincolor-cqs);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fakecheckbox.round.selected::after {
	width: 10px;
	height: 10px;
	top: 2px;
	left: 2px;
}

.prestitopersonale .fakecheckbox.selected::after {
	background-color: var(--maincolor-pp);
}

.infoarrow {
	margin-top: 35px;
	padding: 14px 36px;
	position: relative;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	background-color: #249AAF;
}

.prestitopersonale .infoarrow {
	background-color: #96a20c;
}

.infoarrow::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -127px;
	border-left: 127px solid transparent;
	/* border-right: 127px solid transparent; */
	border-top: 127px solid #249AAF;
}

.prestitopersonale .infoarrow::before {
	border-top: 127px solid #96a20c;
}

.stripe_title {
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
}

.stripe_subtitle {
	font-size: 24px;
	line-height: 33px;
}

.slider_block_cqs {
	display: inline-table;
	padding: 0 2%;
}

.slider_block_cqs {
	width: 19%;
}

.cessionedelquinto .slider_cont,
.prestitopersonale .slider_cont {
	padding: 0;
}

.cessionedelquinto .slider_nav_elem,
.prestitopersonale .slider_nav_elem {
	width: 15px;
}

.cessionedelquinto .slider_nav_elem.sneorange.selected,
.cessionedelquinto .slider2_nav_elem.sneorange.selected,
.cessionedelquinto .slider_mobile_nav_elem.sneorange.selected,
.cessionedelquinto .slider2_mobile_nav_elem.sneorange.selected {
	content: url("../images/slide_on.svg");
}

.prestitopersonale .slider_nav_elem.sneorange.selected,
.prestitopersonale .slider2_nav_elem.sneorange.selected,
.prestitopersonale .slider_mobile_nav_elem.sneorange.selected,
.prestitopersonale .slider2_mobile_nav_elem.sneorange.selected {
	content: url("../images/slide_on_green.svg");
}

.slider2_block_cont {
	display: none;
	justify-content: space-between;
	text-align: center;
}

.slider2_block_cont.selected {
	display: flex;
}

.slider2_block {
	width: 30%;
}

.slider2_mobile_cont {
	display: none;
}

.slider2_mobile_nav {
	text-align: center;
}

.cessionedelquinto .slider_mobile_cont,
.prestitopersonale .slider_mobile_cont {
	padding: 0;
}

.cessionedelquinto .block_sent,
.prestitopersonale .block_sent {
	width: 60%;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
}

.grid_cqs {
	display: grid;
	grid-template-columns: 25% 25% 25%;
	justify-content: space-between;
}

.grid_block {
	margin-top: 80px;
	font-size: 18px;
	text-align: center;
}

/* Vecchi CSS */
.alt {
	background-color: #4e595f;
	color: #5d6e76;
}

.main_container {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

.main_container.main_container_flex {
	display: flex;
}

.main_container.padded {
	padding: 18px 0;
	color: #5d6e76;
}

.block1_container {
	position: relative;
	float: left;
	width: 50%;
	/*    overflow: hidden;*/
}

.main_container.main_container_flex .block1_container {
	float: none;
}

.block1 {
	position: relative;
	/*    width: 960px;*/
	height: 630px;
	float: right;
	/*    background-image: url('../images/mano_3.jpg');*/
	/*    background-repeat: no-repeat;*/
	/*    background-position: left bottom;*/
}

.main_container.main_container_flex .block1 {
	height: 100%;
}

.block1_mobile {
	width: 94%;
	margin: 0 auto;
	display: none;
}

.block1_text {
	/*    width: 480px;*/
	width: 600px;
	float: right;
	padding: 55px 0 0 0;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.main_container.main_container_flex .block1_text {
	padding: 55px 0;
}

.block1_text_example {
	position: relative;
	width: 100%;
	padding: 20px;
	border: 3px solid #49bdd1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

.eureka .block1_text_example,
.eurekaplus .block1_text_example,
.eurekaplus2 .block1_text_example {
	width: 80%;
	border: 3px solid #ff7800;
}

.block1_text_example.block1_text_example_blue {
	border: 3px solid #00377B;
}

.block1_text_example_plus {
	position: relative;
	width: calc(64% - 46px);
	padding: 10px;
	margin-bottom: 10px;
	border: 3px solid #ff7800;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

.block1_image {
	position: absolute;
	bottom: 45px;
	right: 0;
}

.block1_image_2 {
	position: absolute;
	bottom: 100px;
	right: 0;
}

.block1_image_2plus {
	position: absolute;
	width: 215px;
	bottom: 115px;
	right: 0;
}

.block1_mobile_text {
	width: 100%;
	padding: 40px 0 0;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
}

.block1_mobile_text_2 {
	width: 100%;
	padding: 30px 0 30px 40%;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
	/*    background-image: url('../images/mobile/img_mano.jpg');*/
	/*    background-repeat: no-repeat;*/
	/*    background-position: left bottom;*/
	/*    background-size: auto 90%;*/
}

.block1_mobile_button {
	position: relative;
	width: calc(100% - 10px);
	padding: 12px 5px;
	background-color: #49bdd1;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	display: none;
	margin-top: 25px;
}

.block1_mobile_button.block1_mobile_button_blue {
	background-color: #00377B;
}

.block1_text .title1 {
	margin: 0;
	font-size: 34px;
	line-height: 38px;
	font-weight: 800;
}

.block1_text .title2 {
	margin: 0;
	font-size: 27px;
	line-height: 29px;
	font-weight: 800;
}

.block1_text .title3 {
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}

.block1_text .title4 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.eureka .block1_text .title4 {
	/* font-size: 20px; */
}

.block1_text .title5 {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.block1_text .title6 {
	margin: 0;
	font-size: 20px;
	line-height: 22px;
}

.block1_text ul {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	list-style-image: url('../images/slide_on.png');
	padding-inline-start: 25px;
}

.block1_text ul.ulorange {
	list-style-image: url('../images/slide_on_orange.png');
}

.block1_example {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
}

.eureka .block1_example {
	font-size: 22px;
	line-height: 24px;
}

.eureka .block1_example.small {
	width: 70%;
	margin-top: 5px;
	font-size: 12px !important;
	line-height: 14px !important
}

.block1_example_tip {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	font-weight: 400;
}

.block2_container {
	position: relative;
	float: right;
	width: 50%;
	/*    background-color: #ffffff;*/
	overflow: hidden;
}

.main_container.main_container_flex .block2_container {
	float: none;
}

.block2 {
	position: relative;
	width: 860px;
	margin-left: 150px;
	padding-left: 60px;
	height: 630px;
	background-color: #e6e6e6;
}

.main_container.main_container_flex .block2 {
	height: 100%;
	margin-left: 110px;
}

.block2_sfleft {
	display: none;
	position: absolute;
	top: 0;
	left: -150px;
}

.block2_text {
	width: 480px;
	padding: 55px 0 55px 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
}

.block2_text h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
}

.input_container {
	position: relative;
	font-size: 10px;
	color: #555555;
	width: 90%;
}

.input_container.half {
	width: 202px;
	margin-right: 24px;
	float: left;
}

.input_container.disabled {
	opacity: 0.3;
}

.input_container.disabled input,
.input_container.disabled .placeholder {
	display: none;
}

.ico_info_cont {
	position: relative;
	display: inline-block;
	width: 14px;
}

.input_container.disabled .ico_info_cont {
	display: none;
}

.ico_info {
	margin-bottom: -2px;
	cursor: pointer;
}

.box_info {
	position: absolute;
	width: 125px;
	top: -8px;
	left: 25px;
	padding: 10px 12px;
	background-image: url('../images/sf_info.png');
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	color: #ffffff;
	display: none;
	z-index: 20;
}

.box_info .row {
	position: absolute;
	top: 7px;
	left: -8px;
}

.input_container select {
	width: 430px;
	height: 40px;
	padding-left: 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	background-image: url('../images/select_row.png');
	background-repeat: no-repeat;
	background-position: right center;
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input_container select option[disabled] {
	color: #ccc;
}

.input_text {
	position: relative;
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input_text input[type="text"] {
	width: 416px;
	padding: 0;
	height: 40px;
	padding-left: 12px;
	background-color: #ffffff;
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input_container.half select {
	width: 200px;
}

.input_container.half input[type="text"] {
	width: 188px;
}

.input_text .placeholder {
	position: absolute;
	width: 65px;
	height: 20px;
	padding: 10px 0;
	right: 0;
	top: 0;
	font-size: 14px;
	text-align: center;
	background-color: #e6e6e6;
	border: 1px solid #c5c5c5;
	border-left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.input_container .error {
	border-color: #e93b45 !important;
}

.inputform_container .error {
	border-color: #e93b45 !important;
}

.error_label {
	color: #e93b45 !important;
}

.block2_example {
	position: relative;
	width: 380px;
	padding: 22px 25px;
	margin-top: 2px;
	background-color: #667787;
	font-size: 25px;
	color: #ffffff;
	line-height: 36px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.quotation_data {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	font-size: 25px;
	color: #ffffff;
	line-height: 36px;
	font-weight: 700;
	text-align: left;
}

.block2_button {
	position: relative;
	width: 430px;
	padding: 12px 0;
	background-color: #e93b45;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.block2_button.disactive {
	opacity: 0.4;
	cursor: default;
}

.block2_example_textfooter {
	font-size: 13px;
	width: 430px;
	text-align: justify;
}

.block3_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
	background-color: #e6e6e6;
	overflow: hidden;
}

.block3 {
	position: relative;
	width: 980px;
	padding: 50px 0;
	margin: 0 auto;
	background-color: #e6e6e6;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.block3 h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.block3_left {
	position: relative;
	float: left;
	width: 450px;
}

.block3_right {
	position: relative;
	float: right;
	width: 450px;
}

.fields_container {
	max-width: 400px;
}

.fields_container .double {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inputform_container {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
	font-size: 10px;
	color: #555555;
	width: 100%;
}

.inputform_container_1 {
	width: 470px;
}

.inputform_container_2 {
	width: 150px;
}

.inputform_container_3 {
	width: 300px;
}

.inputform_container_4 {
	width: 470px;
}

.inputform_container label {
	text-transform: uppercase;
}

.inputform_container select {
	height: 40px;
	padding-left: 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	background-image: url('../images/select_row.png');
	background-repeat: no-repeat;
	background-position: right center;
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputform_container_1 select {
	width: 470px;
}

.inputform_container_2 select {
	width: 150px;
}

.inputform_container_3 select {
	width: 300px;
}

.inputform_container_4 select {
	width: 470px;
}

.inputform_container_4.inputform_container_data select {
	width: 140px;
	margin-right: 25px;
	float: left;
}

.inputform_container_4.inputform_container_data select#year {
	margin-right: 0;
}

.inputform_container input[type="text"] {
	height: 40px;
	padding: 0;
	padding-left: 12px;
	background-color: #ffffff;
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputform_container_1 input[type="text"] {
	width: 458px;
}

.inputform_container_2 input[type="text"] {
	width: 138px;
}

.inputform_container_3 input[type="text"] {
	width: 288px;
}

.inputform_container_4 input[type="text"] {
	width: 458px;
}

.inputform2_container_1 {
	width: 47%;
	margin-right: 0;
	margin-bottom: 6px;
}

.inputform2_container_2 {
	width: 29%;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 0;
}

.inputform2_container_3 {
	width: 66%;
	margin-right: 0;
	margin-bottom: 6px;
}

.inputform2_container_4 {
	/* width: 400px; */
	margin-right: 0;
	margin-bottom: 6px;
}

.birthday_container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.inputform2_container_1 select {
	width: 205px;
}

.inputform2_container_2 select {
	width: 110px;
}

.inputform2_container_3 select {
	width: 250px;
}

.inputform2_container_4 select {
	width: 100%;
}

.inputform2_container_4.inputform_container_data select {
	width: 117px;
	/* margin-right: 15px; */
	float: left;
}

.inputform2_container_1 input[type="text"] {
	width: 100%;
}

.inputform2_container_2 input[type="text"] {
	width: 100%;
}

.inputform2_container_3 input[type="text"] {
	width: 100%;
}

.inputform2_container_4 input[type="text"] {
	width: 100%;
}

.checkimg {
	cursor: pointer;
	margin-bottom: -6px;
}

.checkimg.selected {
	content: url("../images/box_on.png");
}

#block3_button_back {
	position: absolute;
	top: 75px;
	left: 0;
	cursor: pointer;
}

.block3_example {
	position: relative;
	width: 400px;
	padding: 15px 25px;
	margin-top: 2px;
	background-color: #667787;
	font-size: 14px;
	line-height: 16px;
	color: #b8bcbf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.block3_example .quotation_data {
	line-height: 28px;
	font-size: 24px;
}

.checkimg_red {
	cursor: pointer;
	margin-bottom: -6px;
}

.checkimg_red.selected {
	content: url("../images/privacy_on.png");
}

#privacy_link {
	cursor: pointer;
}

.privacy_text {
	cursor: pointer;
	color: #e93b45;
	font-weight: 700;
}

.block3_button_cont {
	position: relative;
	text-align: center;
	width: 450px;
	/*    margin: auto;*/
}

.block3_button {
	display: inline-block;
	width: 200px;
	padding: 12px 0;
	float: right;
	background-color: #e93b45;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.block3_button.disactive,
:disabled {
	opacity: 0.4;
	cursor: default;
}

.block3_button_1 {
	float: left;
	background-color: transparent;
	color: #e93b45;
	width: 196px;
	padding: 10px 0;
	border: 2px solid #e93b45;
}

.block3_button_2 {
	float: none;
	width: 100%;
	max-width: 400px;
}

#block3_button_send_online,
#block3_button_send_agency {
	font-size: 16px;
	padding: 10px 6px;
}

.eurekaplus #block3_button_send_online,
.eurekaplus #block3_button_send_agency {
	font-size: 20px;
}

.delay_table {
	width: 430px;
}

.delay_table2 {
	width: 380px;
}

.slider_container {
	position: relative;
	width: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}

.slider_cont {
	padding: 60px 0;
	margin: 0 auto;
	width: 1200px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.slider_mobile_cont {
	padding: 60px 0;
	margin: 0 auto;
	width: 90%;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	display: none;
}

.slider_cont h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
}

.slider_mobile_cont h2 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

/*.slider_block_title_main {
	display: none;
}
*/
.slider_block_cont {
	position: relative;
	width: 100%;
	text-align: center;
	/*display: none;*/
	justify-content: space-between;
}

.slider_block {
	display: inline-table;
	width: 26%;
	height: 210px;
	padding: 0 3%;
	text-align: center;
	color: #505050;
	font-size: 18px;
}

.slider_mobile_block {
	display: inline-table;
	width: 90%;
	margin: auto;
	text-align: center;
	color: #505050;
	font-size: 14px;
	line-height: 20px;
	display: none;
}

.slider2_mobile_block {
	display: inline-table;
	width: 100%;
	min-height: 275px;
	padding: 0 30%;
	margin: auto;
	text-align: center;
	color: #505050;
	font-size: 14px;
	line-height: 20px;
	display: none;
}

.slider_mobile_block_title {
	font-size: 20px;
	margin: 25px 0 15px;
	font-weight: 700;
}

.slider_block:first-child {
	border-right: 1px solid #dddddd;
}

.slider_block:last-child {
	border-left: 1px solid #dddddd;
}

.slider_block_title {
	font-size: 26px;
	margin: 20px 0 10px;
	font-weight: 700;
}

.slider_nav_elem,
.slider2_nav_elem,
.slider_mobile_nav_elem,
.slider2_mobile_nav_elem {
	cursor: pointer;
}

.slider_mobile_nav_elem,
.slider2_mobile_nav_elem {
	width: 15px;
}

.slider_nav_elem.selected,
.slider_mobile_nav_elem.selected {
	content: url("../images/slide_on.png");
}

.slider_nav_elem.snegreen.selected,
.slider_mobile_nav_elem.snegreen.selected {
	content: url("../images/slide_on_green.png");
}

.slider_nav_elem.sneorange.selected,
.slider_mobile_nav_elem.sneorange.selected {
	content: url("../images/slide_on_orange.png");
}

.footer_container {
	position: relative;
	width: 100%;
	background-color: #4e595f;
}

.footer_container .footer {
	padding: 50px 0;
	margin: 0 auto;
	width: 1160px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	background-color: #4e595f;
}

#cookie_link {
	cursor: pointer;
}

.footer_right {
	position: relative;
	text-align: right;
	color: #92a3ac;
}

.block_sent_container {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
}

.block_sent {
	padding: 60px 0;
	margin: 0 auto;
	width: 1200px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-align: center;
}

.block_sent h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
}

.contactForm2 {
	width: 400px;
}

.block3_button_cont2 {
	width: 380px;
}


.green {
	color: #aab60e;
}

.orange {
	color: #ff7800;
}

.light_blue {
	color: #49bdd1;
}

.light_gray {
	color: #a8b5bc;
}

.red {
	color: #e93b45;
}

.blue {
	color: #00377B;
}

.spacer {
	position: relative;
}

.breaker {
	clear: both;
}

#imgeureka_20190423 {
	float: left;
	margin: 0 10px 10px 0;
}

#imguncollegavaletanto {
	width: 44%;
	margin: 10px 28% 0;
}

#imgvinciconeureka {
	width: 100%;
}

#prods_uncollegavaletanto {}

.prod_uncollegavaletanto {
	height: 45px;
	margin-right: 25px;
}

.btn_request_title {
	font-size: 18px;
	font-weight: bold;
}

.card_container {
	position: relative;
}

.card_container.eurekaplus {
	padding: 10px;
	text-align: center;
}

.contest_image {
	max-width: 200px;
	margin: auto;
	position: absolute;
	top: 50px;
	right: -120px;
	bottom: 100px;
}

.rdbl_ctl_cont {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.rdbl_label {
	flex-grow: true;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	/*text-transform: uppercase;*/
}

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

.rdbl_rdb_cont {
	display: flex;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin-left: 15px;
}

.lowbar_leasing {
	background-color: #002060;
	color: white;
}

.control_chk {
	margin-top: -25px;
}

.control_chk table td {
	padding-right: 10px;
}

.lowbar_title {
    text-transform: none;
    font-size: 36px;
}

.col {
	max-width: 33%;
}

.flex-row {
	display: flex;
	margin-bottom: 50px;
}

.border-col {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.submit-button-container{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.submit-button-container > div{
	flex: 1;
}

.submit-button-container .button-container > span{
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 45px;
}

@media only screen and (max-width: 1840px) {
	.band {
		padding: 5%;
		padding-right: 55%;
	}

	.form {
		padding-bottom: 5%;
	}
}

@media only screen and (max-width: 1650px) {
	.form {
		max-width: 720px;
		padding-bottom: 3%;
	}
}

@media only screen and (max-width: 1520px) {
	.lowbar {
		padding: 7% 5%;
	}

	.band {
		padding: 5%;
		padding-right: 55%;
	}

	.form {
		max-width: 720px;
		padding-bottom: 3%;
	}
}

@media only screen and (max-width: 1380px) {
	.lowbar {
		padding: 8% 5%;
	}

	.form {
		max-width: 600px;
	}

	.lowbar_leasing {
		padding: 10% 5%;
	}
}

@media only screen and (max-width: 1280px) {
	.header_container .header {
		width: 95%;
	}

	.footer_container .footer {
		width: 92%;
	}

	.block1_container {
		width: 47%;
	}

	.block1 {
		width: 510px;
	}

	.block1_text {
		width: 480px;
	}

	.block1_text .title1 {
		font-size: 28px;
		line-height: 32px;
	}

	.block1_text .title2 {
		font-size: 22px;
		line-height: 24px;
	}

	.block1_text .title3 {
		font-size: 20px;
		line-height: 22px;
	}

	.block1_text .title4 {
		font-size: 16px;
		line-height: 18px;
	}

	.block1_text ul {
		font-size: 14px;
		line-height: 20px;
	}

	.block1_text_example {
		right: 0;
	}

	.block1_text_example_plus {
		width: calc(61% - 46px);
	}

	.block1_image {
		width: 45%;
	}

	.block1_image_2 {
		width: 45%;
	}

	.block1_image_2plus {
		width: 185px;
	}

	#spacer_1 {
		height: 25px !important;
	}

	#spacer_1.spacer_1_plus {
		height: 10px !important;
	}

	.block1_example {
		font-size: 15px;
		line-height: 17px;
	}

	.eureka .block1_example {
		font-size: 18px;
		line-height: 22px;
	}

	.block2_container {
		width: 53%;
	}

	.eureka .block2_container {
		width: 40%;
	}

	.block2 {
		padding-left: 40px;
		margin-left: 115px;
	}

	.eureka .block2 {
		padding-left: 8%;
		margin-left: 0;
	}

	.main_container.main_container_flex .block2 {
		margin-left: 80px;
	}

	.block2_sfleft {
		left: -115px;
		content: url("../images/curva_header_small.png");
	}

	.block2_text {
		width: 400px;
	}

	.block2_text h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.input_container select {
		width: 100%;
	}

	.input_container.half {
		width: 42%;
	}

	.input_container.half input[type="text"] {
		width: 90%;
	}

	.input_container.half select {
		width: 100%;
	}

	.block2_example {
		width: 80%;
		padding: 15px 5%;
	}

	.quotation_data {
		font-size: 22px;
	}

	.block2_button {
		width: 90%;
		font-size: 18px;
	}

	.block2_example_textfooter {
		width: 90%;
	}

	.slider_cont {
		width: 100%;
	}

	.slider_block {
		font-size: 16px;
	}

	.slider_block_title {
		font-size: 24px;
	}

	.block3 {
		width: 920px;
	}

	.block_sent {
		width: 95%;
	}

	.inputform_container_1 {
		width: 440px;
	}

	.inputform_container_2 {
		width: 140px;
	}

	.inputform_container_3 {
		width: 280px;
	}

	.inputform_container_4 {
		width: 440px;
	}

	.inputform_container select {
		height: 40px;
		padding-left: 12px;
		-moz-appearance: none;
		-webkit-appearance: none;
		background-color: #ffffff;
		background-image: url('../images/select_row.png');
		background-repeat: no-repeat;
		background-position: right center;
		color: #555555;
		font-family: "Open Sans", sans-serif;
		font-size: 15px;
		border: 1px solid #c5c5c5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.inputform_container_1 select {
		width: 440px;
	}

	.inputform_container_2 select {
		width: 140px;
	}

	.inputform_container_3 select {
		width: 280px;
	}

	.inputform_container_4 select {
		width: 440px;
	}

	.inputform_container_4.inputform_container_data select {
		width: 130px;
		margin-right: 25px;
		float: left;
	}

	.inputform_container_4.inputform_container_data select#year {
		margin-right: 0;
	}

	.inputform_container input[type="text"] {
		width: 100%;
		height: 40px;
		padding: 0;
		padding-left: 12px;
		background-color: #ffffff;
		color: #555555;
		font-family: "Open Sans", sans-serif;
		font-size: 15px;
		border: 1px solid #c5c5c5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.inputform_container_1 input[type="text"] {
		width: 428px;
	}

	.inputform_container_2 input[type="text"] {
		width: 128px;
	}

	.inputform_container_3 input[type="text"] {
		width: 268px;
	}

	.inputform_container_4 input[type="text"] {
		width: 428px;
	}

	/* Cessione del quinto */
	.stripe {
		padding: 60px 25px;
	}
}

@media only screen and (max-width: 1180px) {

	.band {
		padding: 5%;
		padding-right: 60%;
	}

	.form {
		max-width: 600px;
	}

	/* Cessione del quinto */
	.infoarrow::before {
		left: -100px;
		border-left: 100px solid transparent;
	}

	.band_leasing {
		padding: 7% 5%;
		padding-right: 60%;
	}
}

@media only screen and (max-width: 1080px) {
	.header .logo {
		margin-left: 18%;
	}

	.lowbar {
		padding: 6%;
	}

	.form {
		max-width: 520px;
		padding: 4%;
	}

	/* --- */
	.header_container {
		height: auto;
	}

	.header_container .header {
		width: 90%;
		height: auto;
	}

	.header_container .header img {
		width: 260px;
		height: unset;
	}

	.footer_container .footer {
		width: 90%;
		font-size: 12px;
		line-height: 14px;
		padding: 25px 0;
	}

	.main_container.main_container_flex {
		flex-direction: column;
	}

	.block1_container {
		width: 100%;
		float: none;
		height: auto;
		/*background-image: url('../images/mobile/img_quinto.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 100px;*/
	}

	.block1 {
		width: 700px;
		float: none;
		margin: auto;
		/*    display: none;*/
	}

	.block1_text {
		width: 100%;
		padding: 55px 0;
	}

	.block1_text .title1 {
		font-size: 32px;
		line-height: 34px;
	}

	.block1_text .title2 {
		font-size: 30px;
		line-height: 32px;
	}

	.block1_text .title3 {
		font-size: 22px;
		line-height: 24px;
	}

	.block1_text .title4 {
		font-size: 20px;
		line-height: 22px;
	}

	.block1_text ul {
		font-size: 18px;
		line-height: 24px;
	}

	.block1_text_example {}

	.block1_image {
		width: auto;
	}

	.block1_image_2 {
		width: auto;
	}

	.block1_image_2plus {
		width: auto;
	}

	.block1_mobile {
		/*    display: block;*/
	}

	.block1_mobile_text {
		font-size: 32px;
		line-height: 32px;
	}

	.block1_example {
		font-size: 20px;
		line-height: 24px;
	}

	.block1_example_tip {
		font-size: 14px;
		line-height: 14px;
	}

	.block1_mobile_text_2 {
		padding: 45px 0 45px 30%;
		font-size: 30px;
		line-height: 32px;
	}

	.block1_mobile_button {
		font-size: 16px;
		display: block;
	}

	.eureka .block1_mobile_button {
		background-color: #ff7800;
	}

	.block2_container {
		width: 100%;
		background-color: #e6e6e6;
		float: none;
	}

	.eureka .block2_container {
		width: 100%;
		background-color: #e6e6e6;
		float: none;
	}

	.block2 {
		width: 90%;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}

	.main_container.main_container_flex .block2 {
		margin: 0 auto;
	}

	.block2_sfleft {
		display: none;
	}

	.block2_text {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding: 30px 0;
	}

	.block2_text h2 {
		font-size: 26px;
		line-height: 26px;
	}

	.input_container {
		font-size: 12px;
		width: 100%;
		text-align: left;
	}

	.input_container.half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}

	.ico_info_cont {
		position: absolute;
		width: 25px;
		right: 0;
		bottom: 5px;
	}

	.ico_info {
		margin-bottom: 0;
		content: url("../images/mobile/info_btn.png");
	}

	.box_info {
		width: 150px;
		top: 33px;
		right: 0;
		left: auto;
		padding: 15px 18px;
		font-size: 14px;
	}

	.box_info .row {
		position: absolute;
		top: -8px;
		right: 4px;
		left: auto;
		content: url("../images/mobile/freccia_over_mobile.png");
	}

	.input_container select,
	.input_container.half select {
		width: 95%;
		height: 48px;
		padding-left: 15px;
		font-size: 14px;
	}

	.input_text {
		width: 95%;
		height: 48px;
	}

	.input_text .placeholder {
		position: absolute;
		width: 60px;
		height: 20px;
		padding: 14px 0;
		font-size: 14px;
	}

	.input_container.half input[type="text"] {
		width: 95%;
		height: 48px;
		font-size: 14px;
	}

	.block2_example {
		width: 90%;
		padding: 25px 5%;
	}

	.quotation_data {
		font-size: 24px;
		line-height: 28px;
	}

	.block2_button {
		width: 100%;
		font-size: 16px;
	}

	.block2_example_textfooter {
		width: 100%;
		font-size: 15px;
	}

	.slider_cont,
	.slider2_cont,
	.slider2_block_cont {
		display: none !important;
	}

	.slider_mobile_cont,
	.slider2_mobile_cont {
		display: block;
	}

	.slider_mobile_cont h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.slider_mobile_block {
		font-size: 18px;
		line-height: 22px;
	}

	.slider_mobile_block_title {
		font-size: 24px;
	}

	.block3_container {
		/*    left: 0;*/
	}

	.block3 {
		width: 90%;
		padding: 45px 0 30px 0;
	}

	.block3 h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.block3_left {
		float: none;
		width: 100%;
	}

	.block3_right {
		float: none;
		width: 100%;
		font-size: 14px;
	}

	.fields_container {
		max-width: unset;
	}

	.fields_container .double {
		flex-flow: column;
	}

	.inputform_container {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.inputform_container_year {
		width: 34%;
	}

	.inputform_container input[type="text"] {
		/* width: 97%; */
		height: 48px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container select {
		width: 100%;
		height: 48px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container_data select {
		width: 90%;
	}

	.inputform_container_year select {
		width: 100%;
	}

	.inputform_container_4.inputform_container_data select {
		width: 30%;
		margin-right: 5%;
	}

	.delay_table,
	.delay_table2 {
		width: 100%;
	}

	.checkimg {
		content: url("../images/box_off.png");
	}

	.checkimg.selected {
		content: url("../images/box_on.png");
	}

	.checkimg_red {
		content: url("../images/box_off.png");
	}

	.checkimg_red.selected {
		content: url("../images/privacy_on.png");
	}

	.block3_example {
		width: 90%;
		padding: 25px 5%;
		font-size: 14px;
		line-height: 14px;
	}

	.block3_example .quotation_data {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.privacy_text {
		font-size: 14px;
	}

	#block3_button_back {
		position: absolute;
		top: 50px;
		left: 0;
		content: url("../images/mobile/indietro.png");
	}

	.block3_button {
		width: 45%;
		font-size: 16px;
	}

	#block3_button_send {
		width: 100%;
	}

	#spacer_2 {
		height: 0 !important;
	}

	#spacer_3 {
		height: 15px !important;
	}

	#spacer_4 {
		height: 25px !important;
	}

	#spacer_5 {
		height: 25px !important;
	}

	#spacer_6 {
		height: 25px !important;
	}

	#label_example {
		font-size: 14px;
	}

	.block_sent {
		width: 90%;
		height: auto;
	}

	.contactForm2 {
		width: auto;
	}

	.block3_button_cont2 {
		width: auto;
	}

	.inputform2_container_4.inputform_container_data select {
		width: 30%;
		margin-right: 5%;
	}

	.inputform2_container_4.inputform_container_data select#year {
		margin-right: 0;
	}

	.card_container {
		display: flex;
		flex-flow: column;
		align-items: center;
		text-align: center;
	}

	.card_container .block1_text_example,
	.card_container .block1_text_example_plus {
		width: 100%;
	}

	.birthday {
		width: 32%;
	}

	.inputform2_container_4.inputform_container_data select {
		width: 100%;
	}

	.inputform2_container_2 {
		margin-left: 0;
	}

	.contest_image {
		cursor: pointer;
		position: relative;
		top: 30px;
		right: 0;
		bottom: 0;
		margin-bottom: 20px;
	}

	/* Cessione del quinto */
	.infoarrow::before {
		left: -80px;
		border-left: 80px solid transparent;
	}

	.band_leasing {
		padding: 10% 5%;
		padding-right: 60%;
	}
}

@media only screen and (max-width: 1024px) {

	/* Cessione del quinto */
	.stripe.first {
		flex-flow: column-reverse;
	}

	.first_text {
		width: 100%;
	}

	.first_image {
		width: calc(100% + 50px);
		height: 320px;
		position: relative;
		top: -40px;
		left: 0;
	}

	.infoarrow {
		display: none;
	}

	.redline {
		margin: 15px 0;
	}

	.submit-button-container{
		/* background:red; */
		flex-direction: column;
		>*{
			margin-bottom: 5px;
			width: 100%
		}
	}
}

@media only screen and (max-width: 990px) {
	.background {
		height: 400px;
	}

	.band {
		padding: 5%;
		font-size: 23px;
		line-height: 26px;
	}

	.form {
		max-width: unset;
		padding: 5%;
		position: relative;
		top: 0;
		right: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.form> :first-child {
		font-size: 21px;
		line-height: 28px;
	}

	.paragraph {
		font-size: 15px;
		line-height: 19px;
	}

	.button {
		font-size: 17px;
		letter-spacing: 0.85px;
		line-height: 20px;
	}

	.title {
		font-size: 28px;
		line-height: 30px;
	}

	.text {
		font-size: 22px;
		line-height: 36px;
		text-align: start;
		padding: 5%;
	}

	.subtitle {
		font-size: 20px;
		line-height: 27px;
	}

	.footer {
		font-size: 15px;
		font-weight: 300;
		line-height: 21px;
	}

	/* Cessione del quinto */
	.form_cqs {
		padding: 20px 40px;
	}

	.band_leasing::after {
		display: none;
	}

	.container_leasing {
		display: block;
	}

	.col {
		max-width: 100%;
	}

	.border-col {
		border: 0;
	}

	.flex-row {
		flex-direction: column;
	}
}

@media only screen and (max-width: 830px) {
	.header .logo {
		margin-left: 20%;
	}
}

@media only screen and (max-width: 768px) {
	.header_container {
		height: auto;
	}

	.header_container .header {
		width: 90%;
		height: auto;
	}

	.header_container .header img {
		width: 260px;
	}

	.footer_container .footer {
		width: 90%;
		font-size: 12px;
		line-height: 14px;
		padding: 25px 0;
	}

	.block1_container {
		width: 100%;
		float: none;
		/*background-image: url('../images/mobile/img_quinto.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 100px;*/
	}

	.block1 {
		/*    display: none;*/
		width: 90%;
		float: none;
		margin: auto;
		height: auto;
	}

	.block1_text {
		width: 100%;
	}

	.block1_text .title1 {
		font-size: 28px;
		line-height: 30px;
	}

	.block1_text .title2 {
		font-size: 28px;
		line-height: 30px;
	}

	.block1_text .title3 {
		font-size: 22px;
		line-height: 24px;
	}

	.block1_text .title4 {
		font-size: 18px;
		line-height: 20px;
	}

	.block1_text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.block1_text_example {}

	.block1_mobile {
		/*    display: block;*/
	}

	.block1_mobile_text {
		font-size: 16px;
		line-height: 18px;
	}

	.block1_example {}

	.block1_example_tip {
		font-size: 14px;
		line-height: 14px;
	}

	.block1_mobile_text_2 {
		padding: 45px 0 45px 40%;
		font-size: 30px;
		line-height: 32px;
	}

	.block1_mobile_button {
		font-size: 16px;
		display: block;
	}

	.block2_container {
		width: 100%;
		background-color: #e6e6e6;
		float: none;
	}

	.block2 {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.block2_sfleft {
		display: none;
	}

	.block2_text {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding: 30px 0;
	}

	.block2_text h2 {
		font-size: 26px;
		line-height: 26px;
	}

	.input_container {
		font-size: 12px;
		width: 100%;
		text-align: left;
	}

	.input_container.half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}

	.ico_info_cont {
		position: absolute;
		width: 25px;
		right: 0;
		bottom: 5px;
	}

	.ico_info {
		margin-bottom: 0;
		content: url("../images/mobile/info_btn.png");
	}

	.box_info {
		width: 150px;
		top: 33px;
		right: 0;
		left: auto;
		padding: 15px 18px;
		font-size: 14px;
	}

	.box_info .row {
		position: absolute;
		top: -8px;
		right: 4px;
		left: auto;
		content: url("../images/mobile/freccia_over_mobile.png");
	}

	.input_container select,
	.input_container.half select {
		width: 92%;
		height: 40px;
		padding-left: 15px;
		font-size: 14px;
	}

	.input_text {
		width: 92%;
		height: 40px;
	}

	.input_text .placeholder {
		position: absolute;
		width: 60px;
		height: 20px;
		padding: 10px 0;
		font-size: 14px;
	}

	.input_container.half input[type="text"] {
		width: 90%;
		height: 40px;
		font-size: 14px;
	}

	.block2_example {
		width: 90%;
		padding: 25px 5%;
	}

	.quotation_data {
		font-size: 24px;
		line-height: 28px;
	}

	.block2_button {
		width: 100%;
		font-size: 16px;
	}

	.slider_cont {
		display: none;
	}

	.slider_mobile_cont,
	.slider2_mobile_cont {
		display: block;
	}

	.slider_mobile_cont h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.slider_mobile_block {
		font-size: 18px;
		line-height: 22px;
	}

	.slider_mobile_block_title {
		font-size: 24px;
	}

	.block3_container {
		/*    left: 0;*/
	}

	.block3 {
		width: 90%;
		padding: 45px 0 30px 0;
	}

	.block3 h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.block3_left {
		float: none;
		width: 100%;
	}

	.block3_right {
		float: none;
		width: 100%;
		font-size: 14px;
	}

	.inputform_container {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.inputform_container_year {
		width: 34%;
	}

	.inputform_container input[type="text"] {
		/* width: 97%; */
		height: 40px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container select {
		width: 100%;
		height: 40px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container_data select {
		width: 90%;
	}

	.inputform_container_year select {
		width: 100%;
	}

	.inputform_container_4.inputform_container_data select {
		width: 30%;
		margin-right: 5%;
	}

	.delay_table {
		width: 100%;
		font-size: 14px;
	}

	.checkimg {
		content: url("../images/box_off.png");
	}

	.checkimg.selected {
		content: url("../images/box_on.png");
	}

	.checkimg_red {
		content: url("../images/box_off.png");
	}

	.checkimg_red.selected {
		content: url("../images/privacy_on.png");
	}

	.block3_example {
		width: 90%;
		padding: 25px 5%;
		font-size: 14px;
		line-height: 14px;
	}

	.block3_example .quotation_data {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.privacy_text {
		font-size: 14px;
	}

	#block3_button_back {
		position: absolute;
		top: 50px;
		left: 0;
		content: url("../images/mobile/indietro.png");
	}

	.block3_button {
		width: 45%;
		font-size: 16px;
	}

	#block3_button_send {
		width: 100%;
	}

	#spacer_2 {
		height: 0 !important;
	}

	#spacer_3 {
		height: 15px !important;
	}

	#spacer_4 {
		height: 25px !important;
	}

	#spacer_5 {
		height: 25px !important;
	}

	#spacer_6 {
		height: 25px !important;
	}

	#label_example {
		font-size: 14px;
	}

	.block_sent {
		width: 90%;
		height: auto;
	}

	.inputform2_container_4.inputform_container_data select#year {
		margin-right: 0;
	}

	.block1_image {
		float: right;
	}

	.block1_image_2 {
		float: right;
	}

	/* Cessione del quinto */
	.stripe {
		padding: 20px;
	}

	.stripe.colored {
		padding: 30px;
	}

	.first_text {
		font-size: 24px;
		line-height: 33px;
	}

	.first_image {
		height: 260px;
		top: -40px;
		width: calc(100% + 40px);
	}

	.stripe.form_container {
		flex-flow: column;
	}

	.form_info_cqs {
		width: 100%;
		margin-top: 35px;
	}

	.details {
		padding: 0;
	}

	.step .details {
		display: none;
	}

	.step_form_wrapper {
		width: 100%;
	}

	.form_cqs {
		width: 100%;
	}

	.text_subtitle {
		line-height: 32px;
	}

	.grid_cqs {
		grid-template-columns: 45% 45%;
	}

	.cessionedelquinto .block_sent,
	.prestitopersonale .block_sent {
		width: 80%;
	}

	.sub {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 730px) {
	.header .logo {
		margin-left: 22%;
	}

	.background {
		height: 320px;
	}
}

@media only screen and (max-width: 650px) {
	.header_container {
		height: auto;
	}

	.header_container .header {
		width: 90%;
		height: auto;
	}

	.header_container .header img {
		width: 260px;
	}

	.footer_container .footer {
		width: 90%;
		font-size: 10px;
		line-height: 13px;
		padding: 25px 0;
	}

	.block1_container {
		width: 100%;
		float: none;
		/*background-image: url('../images/mobile/img_quinto.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 60px;*/
	}

	.block1_text {
		width: 100%;
		font-size: 10px;
		padding: 35px 0;
	}

	.transaevinci .block1_text {
		font-size: 16px;
	}

	.block1_text .title1 {
		font-size: 20px;
		line-height: 22px;
	}

	.block1_text .title2 {
		font-size: 20px;
		line-height: 22px;
	}

	.block1_text .title3 {
		font-size: 14px;
		line-height: 16px;
	}

	.block1_text .title4 {
		font-size: 14px;
		line-height: 16px;
	}

	.block1_text ul {
		font-size: 14px;
		line-height: 20px;
	}

	.block1_text_example {
		float: none;
		width: 100%;
	}

	.block1_text_example_plus {
		float: none;
		width: calc(100% - 46px);
	}

	.block1_image {
		float: none;
		position: initial;
		bottom: 0;
		margin: 15px auto 0;
		left: 0;
		right: 0;
		display: inherit;
	}

	.block1_image_2 {
		float: none;
		position: initial;
		bottom: 0;
		margin: 15px auto 0;
		left: 0;
		right: 0;
		display: inherit;
		max-width: 100%;
	}

	.block1_image_2plus {
		float: none;
		position: initial;
		bottom: 0;
		margin: 15px auto 0;
		left: 0;
		right: 0;
		display: inherit;
		max-width: 100%;
	}

	.block1_mobile {
		/*    display: block;*/
	}

	.block1_mobile_text {
		font-size: 12px;
		line-height: 14px;
	}

	.block1_example {
		font-size: 12px;
		line-height: 14px;
	}

	.block1_example_tip {
		font-size: 9px;
		line-height: 9px;
	}

	.block1_mobile_text_2 {
		padding: 30px 0 30px 40%;
		font-size: 16px;
		line-height: 18px;
	}

	.block1_mobile_button {
		font-size: 16px;
		display: block;
		margin-top: 10px;
	}

	.block2_container {
		width: 100%;
		background-color: #e6e6e6;
		float: none;
	}

	.block2 {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.block2_sfleft {
		display: none;
	}

	.block2_text {
		width: 100%;
		text-align: center;
		font-size: 10px;
		padding: 30px 0;
	}

	.block2_text h2 {
		font-size: 18px;
		line-height: 18px;
	}

	.input_container {
		font-size: 12px;
		width: 100%;
		text-align: left;
	}

	.input_container.half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}

	.ico_info_cont {
		position: absolute;
		width: 25px;
		right: 0;
		bottom: 5px;
	}

	.ico_info {
		margin-bottom: 0;
		content: url("../images/mobile/info_btn.png");
	}

	.box_info {
		width: 150px;
		top: 33px;
		right: 0;
		left: auto;
		padding: 15px 18px;
		font-size: 14px;
	}

	.box_info .row {
		position: absolute;
		top: -8px;
		right: 4px;
		left: auto;
		content: url("../images/mobile/freccia_over_mobile.png");
	}

	.input_container select,
	.input_container.half select {
		width: 90%;
		height: 40px;
		padding-left: 15px;
		font-size: 14px;
	}

	.input_text {
		width: 90%;
		height: 40px;
	}

	.input_text .placeholder {
		position: absolute;
		width: 60px;
		height: 20px;
		padding: 10px 0;
		font-size: 14px;
	}

	.input_container.half input[type="text"] {
		width: 90%;
		height: 40px;
		font-size: 14px;
	}

	.block2_example {
		width: 90%;
		padding: 15px 5%;
	}

	.quotation_data {
		font-size: 20px;
		line-height: 26px;
	}

	.block2_button {
		width: 100%;
		font-size: 12px;
	}

	.slider_cont {
		display: none;
	}

	.slider_mobile_cont,
	.slider2_mobile_cont {
		display: block;
	}

	.block3_container {
		/*    left: 0;*/
	}

	.block3 {
		width: 90%;
		padding: 45px 0 30px 0;
	}

	.block3 h2 {
		font-size: 18px;
		line-height: 18px;
	}

	.block3_left {
		float: none;
		width: 100%;
	}

	.block3_right {
		float: none;
		width: 100%;
		font-size: 10px;
	}

	.inputform_container {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.inputform_container_year {
		width: 34%;
	}

	.inputform_container input[type="text"] {
		/* width: 97%; */
		height: 36px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container select {
		width: 100%;
		height: 36px;
		padding-left: 3%;
		font-size: 14px;
	}

	.inputform_container_data select {
		width: 90%;
	}

	.inputform_container_year select {
		width: 100%;
	}

	.inputform_container_4.inputform_container_data select {
		width: 30%;
		margin-right: 5%;
	}

	.delay_table,
	.delay_table2 {
		width: 100%;
	}

	.checkimg {
		content: url("../images/box_off.png");
	}

	.checkimg.selected {
		content: url("../images/box_on.png");
	}

	.checkimg_red {
		content: url("../images/box_off.png");
	}

	.checkimg_red.selected {
		content: url("../images/box_on.png");
	}

	.block3_example {
		width: 90%;
		padding: 15px 5%;
		font-size: 10px;
		line-height: 10px;
	}

	.block3_example .quotation_data {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.privacy_text {
		font-size: 10px;
	}

	#block3_button_back {
		position: absolute;
		top: 50px;
		left: 0;
		content: url("../images/mobile/indietro.png");
	}

	.block3_button {
		width: 45%;
		font-size: 12px;
	}

	#block3_button_send {
		width: 100%;
	}

	#spacer_1 {
		height: 15px !important;
	}

	#spacer_2 {
		height: 0 !important;
	}

	#spacer_3 {
		height: 10px !important;
	}

	#spacer_4 {
		height: 20px !important;
	}

	#spacer_5 {
		height: 15px !important;
	}

	#spacer_6 {
		height: 20px !important;
	}

	#label_example {
		font-size: 10px;
	}

	.block_sent {
		width: 90%;
		height: auto;
	}

	.block1 {
		/*    display: none;*/
		width: 90%;
		/*    height: 430px;*/
		float: none;
		margin: auto;
		/*    background-image: url(../images/mano_3_mobile.jpg);*/
		/*    background-size: 150px auto;*/
	}

	.block1_dem {
		height: 200px;
		background-size: 100px auto;
		background-position: bottom right;
	}

	#imgeureka_20190423 {
		float: none;
	}

	.prod_uncollegavaletanto {
		height: 45px;
		margin-right: 15px;
	}
.qt {
	max-width: 60px;
	height: auto;
}
	/* Cessione del quinto */
	.slider_mobile_block img {
		width: 30%;
	}

	.cessionedelquinto .block_sent,
	.prestitopersonale .block_sent {
		width: 90%;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.step_flexbox {
		flex-flow: column;
	}

	.step_flexbox .fields {
		margin-right: 0;
	}

	.step .button_cqs {
		margin-right: 0;
	}

	.send_form {
		margin-top: 30px;
		display: flex;
	}
}

@media only screen and (max-width: 640px) {
	.header .logo {
		margin-left: 25%;
	}
}

@media only screen and (max-width: 550px) {
	.header .logo {
		margin-left: 30%;
	}

	.control {
		width: 100%;
	}

	.lowbar {
		text-align: center;
	}

	/* Cessione del quinto */
	.stripe.first {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.first_image {
		height: 200px;
		top: -20px;
	}

	.text_title {
		font-size: 22px;
		line-height: 28px;
	}

	.first_text {
		font-size: 20px;
		line-height: 26px;
	}

	.details {
		font-size: 18px;
		line-height: 24px;
	}

	.details ul {
		padding: 20px 0;
		display: grid;
		grid-template-columns: repeat(2, auto);
		justify-content: start;
		font-size: 16px;
		line-height: 22px;
		list-style-position: inside;
	}

	.details li {
		padding-right: 20px;
	}

	.form_cqs {
		padding: 20px 30px;
	}

	.form_cqs .text_title_2 {
		font-size: 24px;
		line-height: 24px;
	}

	.form_header {
		font-size: 18px;
		line-height: 20px;
	}

	.double {
		flex-flow: column;
	}

	.textbox_cqs,
	.birthday_container_cqs {
		width: 100%;
	}

	.slider2_mobile_block {
		padding: 0 10%;
		font-size: 18px;
		line-height: 24px;
	}

	.cessionedelquinto .footer_container .footer,
	.prestitopersonale .footer_container .footer {
		font-size: 14px;
		line-height: 19px;
	}

	.grid_block {
		font-size: 14px;
	}

	.grid_block .text_subtitle {
		margin-top: 18px;
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 450px) {
	.header {
		height: 77px;
	}

	.header .logo {
		margin-left: 30%;
	}
}

@media only screen and (max-width: 420px) {
	.block1_text .title1 {
		font-size: 18px;
		line-height: 20px;
	}

	.block1_text .title2 {
		font-size: 18px;
		line-height: 20px;
	}

	.block1_text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.block1_text_example {
		/*    width: 56%;*/
		/*    bottom: 10px;*/
	}

	.block1_image {
		/*    width: 90%;*/
	}

	.block1_example {
		font-size: 11px;
		line-height: 13px;
	}

	.block1 {
		background-size: 45% auto;
	}

	.block1_dem {
		height: 200px;
		background-size: 80px auto;
		background-position: bottom right;
	}

	.prod_uncollegavaletanto {
		height: 40px;
		margin-right: 10px;
	}

	/* Cessione del quinto */
	.button_cqs {
		padding: 10px;
	}

	.grid_cqs {
		grid-template-columns: 100%;
	}
}

@media only screen and (max-width: 370px) {
	.block1_text .title1 {
		font-size: 16px;
		line-height: 18px;
	}

	.block1_text .title2 {
		font-size: 16px;
		line-height: 18px;
	}

	.block1_text .title3 {
		font-size: 13px;
		line-height: 14px;
	}

	.block1_text .title4 {
		font-size: 13px;
		line-height: 14px;
	}

	.block1_text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.block1_text_example {
		/*    width: 55%;*/
		/*    bottom: 10px;*/
	}

	.block1_example {
		font-size: 10px;
		line-height: 12px;
	}

	.prod_uncollegavaletanto {
		height: 35px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 320px) {
	.header_container .header img {
		width: 100%;
	}

	.block1_text .title1 {
		font-size: 14px;
		line-height: 15px;
	}

	.block1_text .title2 {
		font-size: 14px;
		line-height: 15px;
	}

	.block1_text .title3 {
		font-size: 10px;
		line-height: 10px;
	}

	.block1_text .title4 {
		font-size: 18px;
		line-height: 20px;
	}

	.block1_text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.block1_text_example {
		/*    width: 55%;*/
		/*    bottom: 10px;*/
	}

	.block1_example {
		font-size: 10px;
		line-height: 10px;
	}

	.prod_uncollegavaletanto {
		height: 30px;
		margin-right: 2px;
	}
}
.transaevinci.noform #block2_container {
	display: none;
}

